Skip to content

Commit 24ebeda

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents f6373d0 + 6d766a6 commit 24ebeda

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22

33
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.
44

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)!**
86

97
## Preview
108

119
![](./.github/icons.svg)
1210

1311

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+
1420
## Usage
1521

1622
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
3036
```html
3137
<a href="">
3238
<svg xmlns="http://www.w3.org/2000/svg"
33-
class="icon tabler-icon tabler-icon-disabled"
39+
class="icon icon-tabler icon-tabler-disabled"
3440
width="24" height="24" viewBox="0 0 24 24"
3541
stroke-width="1.25" stroke="currentColor" fill="none"
3642
stroke-linecap="round" stroke-linejoin="round">

0 commit comments

Comments
 (0)