iconoir/README.md

34 lines
872 B
Markdown
Raw Normal View History

2021-05-11 12:08:03 +02:00
<p align="center">
<img src="https://github.com/IconoirIcons/iconoir/blob/43b76792ddfe3a626c857dd501fa8b616001ab2c/src/iconoir.png" alt="Iconoir">
</p>
2021-05-04 12:55:15 +02:00
<p align="center">
2021-05-20 19:16:50 +02:00
Iconoir is an open source library with 900+ SVG Icons. No premium icons, no email sign-up, no newsletters.
2021-05-04 12:55:15 +02:00
<p>
<p align="center">
<a href="https://iconoir.com"><strong>Browse at iconoir.com &rarr;</strong></a>
</p>
## Basic Usage
2021-05-11 18:58:46 +02:00
You can download any icon of the pack directly from https://iconoir.com or get them from the repository.
2021-05-04 12:55:15 +02:00
2021-05-16 09:58:53 +02:00
## Font
Iconoir is available in .EOT, .SVG, .TTF, and .WOFF. Get them in the /fonts folder.
Here is an example in HTML:
2021-05-04 12:55:15 +02:00
2021-05-16 09:58:53 +02:00
```shell
<span class="iconoir-hand-brake"></span>
```
2021-05-04 12:55:15 +02:00
2021-05-16 09:58:53 +02:00
## React
2021-05-04 12:55:15 +02:00
2021-05-19 21:34:42 +02:00
A React library is available to install under the name `iconoir-react`. For more details, see the package [README](./packages/iconoir-react).
2021-05-04 12:55:15 +02:00
## License
2021-05-06 14:22:47 +02:00
MIT License