Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 731dcfd

Browse files
Update README.md
1 parent a7b5aec commit 731dcfd

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
11
# Icons
22
> Simple, easy to use icons.
33
4-
Simply find the icon you want to use from here: https://feathericons.com/ and use it by calling:
4+
Simply find the icon you want to use from either of these icon sets:
55

6+
* [Feather Icons](https://feathericons.com/)
7+
* [Box Icons](https://boxicons.com)
8+
9+
## Usage
10+
11+
The icon pack will default to the Feather Icon pack.
12+
13+
14+
Feather 'Archive' Icon:
15+
```php
16+
\Zeek\Icons\get_svg_path( 'archive' );
17+
```
18+
> ![Archive SVG Icon](./assets/img/svg/feather/archive.svg)
19+
20+
Box Icons 'Archive' Icon:
621
```php
7-
\Zeek\Icons\get_svg_path( 'icon' );
8-
```
22+
\Zeek\Icons\get_svg_path( 'bx-archive', 'boxicons' );
23+
```
24+
> ![Archive SVG Icon](./assets/img/svg/boxicons/bx-archive.svg)

0 commit comments

Comments
 (0)