An open API service indexing awesome lists of open source software.

https://github.com/zeekinteractive/icons

Simple, easy to use icons.
https://github.com/zeekinteractive/icons

package

Last synced: 10 months ago
JSON representation

Simple, easy to use icons.

Awesome Lists containing this project

README

          

# Icons
> Simple, easy to use icons.

Simply find the icon you want to use from either of these icon sets:

* [Feather Icons](https://feathericons.com/)
* [Box Icons](https://boxicons.com)

## Usage

The icon pack will default to the Feather Icon pack.

Feather 'Archive' Icon:
```php
\Zeek\Icons\get_svg_path( 'archive' );
```
> ![Archive SVG Icon](./assets/img/svg/feather/archive.svg)

Box Icons 'Archive' Icon:
```php
\Zeek\Icons\get_svg_path( 'bx-archive', 'boxicons' );
```
> ![Archive SVG Icon](./assets/img/svg/boxicons/bx-archive.svg)