You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,21 @@
2
2
3
3
A set of over 300 free MIT-licensed high-quality SVG icons for you to use in your web projects. Each icon is designed on a 24x24 grid and a `2px` stroke.
4
4
5
-
```
6
-
npm install tabler-icons --save
7
-
```
5
+
**If you want to support my project and help me grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm)!**
8
6
9
7
## Preview
10
8
11
9

12
10
13
11
12
+
## Installation
13
+
14
+
```
15
+
npm install tabler-icons --save
16
+
```
17
+
18
+
or just [download from Github](https://github.com/tabler/tabler-icons/releases).
19
+
14
20
## Usage
15
21
16
22
All icons are built with SVG, so you can place them as `<img>`, `background-image` and inline in HTML code.
@@ -30,7 +36,7 @@ You can paste the content of the icon file into your HTML code to display it on
0 commit comments