Metadata-Version: 2.1
Name: reflex-icon-library
Version: 1.3.0
Summary: Thousands of icons for any Reflex project
Author-Email: celsius narhwal <hello@celsiusnarhwal.dev>
License: # The MIT License (MIT)
         
         Copyright © 2024-present celsius narhwal
         
         Permission is hereby granted, free of charge, to any person
         obtaining a copy of this software and associated documentation
         files (the “Software”), to deal in the Software without
         restriction, including without limitation the rights to use,
         copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the
         Software is furnished to do so, subject to the following
         conditions:
         
         The above copyright notice and this permission notice shall be
         included in all copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
         EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
         OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
         NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
         HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
         WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
         FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
         OTHER DEALINGS IN THE SOFTWARE.
         
         
Project-URL: Homepage, https://ril.celsiusnarhwal.dev
Project-URL: Repository, https://github.com/celsiusnarhwal/RIL
Project-URL: Issues, https://github.com/celsiusnarhwal/RIL/issues
Project-URL: Changelog, https://github.com/celsiusnarhwal/RIL/blob/main/CHANGELOG.md
Requires-Python: >=3.10
Requires-Dist: casefy>=0.1.7
Requires-Dist: deepmerge>=2.0
Requires-Dist: hishel>=0.1.1
Requires-Dist: inflect>=7.4.0
Requires-Dist: jinja2>=3.1.4
Requires-Dist: loguru>=0.7.2
Requires-Dist: pydantic>=2.10.0
Requires-Dist: pydantic-extra-types>=2.10.0
Requires-Dist: pydantic-settings>=2.6.1
Requires-Dist: reflex>=0.6.5
Requires-Dist: semver>=3.0.2
Requires-Dist: yarl>=1.18.0
Description-Content-Type: text/markdown

# The Reflex Icon Library

The Reflex Icon Library (RIL) is your one-stop icon shop for [Reflex](https://reflex.dev) projects.
It includes the icon libraries of [Font Awesome](https://fontawesome.com), [Simple Icons](https://simpleicons.org),
Google's [Material Symbols](https://fonts.google.com/icons),
GitHub's [Octicons](https://primer.style/octicons), [Phosphor](https://phosphoricons.com/),
and [Bootstrap Icons](https://icons.getbootstrap.com/), packaging over 12,000 icons in total. Subscribers to 
[Font Awesome Pro](https://ril.celsiusnarhwal.dev/fontawesome/pro) can also enjoy the over 25,000 additional icons unlocked
by the subscription as well as [full support for Kits](https://ril.celsiusnarhwal.dev/fontawesome/pro#using-a-kit).

```shell
pip install reflex-icon-library
```

For usage instructions, see [the documentation](https://ril.celsiusnarhwal.dev).