# Leptos-Icons [![Docs.rs](https://docs.rs/leptos_icons/badge.svg)](https://docs.rs/leptos_icons) [![GitHub](https://img.shields.io/github/license/carloskiki/leptos-icons)](/LICENSE) Add icons from popular icon libraries into your leptos projects. Currently, you can use this [example](/examples/simple-app) as a guide, but better examples and docs are coming. An [index site](https://carloskiki.github.io/icondata/) is also available if you wish to filter through available icons. ## Leptos compatibility | Crate version | Compatible Leptos version | |---------------|---------------------------| | 0.0.14 | 0.3 | | 0.0.15 | 0.4 | | 0.0.16-alpha | 0.5.0-alpha | | 0.0.16-beta | 0.5.0-beta2 | | 0.0.16-rc3 | 0.5.0-rc3 | | 0.1 | 0.5 | | 0.2.1 | 0.5 | | 0.3.0 / 0.3.1 | 0.6 | ## MSRV The minimum supported rust version is: `1.75.0`