Skip to content

Commit d64e4d7

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 14e17d8 + 9113749 commit d64e4d7

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tabler Icons
22

3-
A set of over 850 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.
3+
A set of over 950 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

55
**If you want to support my project and help me grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm) or just [donate on PayPal](https://paypal.me/codecalm) :)**
66

@@ -92,6 +92,28 @@ const MyComponent = () => {
9292

9393
`@tabler/icons` exports it's own type declarations for usage with React and Typescript.
9494

95+
### CDN
96+
97+
All files included in `@tabler/icons` npm package are available over a CDN.
98+
99+
#### React icons
100+
101+
```html
102+
<script src="https://unpkg.com/@tabler/icons@latest/icons-react/dist/index.umd.min.js"></script>
103+
```
104+
105+
#### Iconfont
106+
107+
```html
108+
<link rel="stylesheet" href="https://unpkg.com/@tabler/icons@latest/iconfont/tabler-icons.min.css">
109+
```
110+
111+
To load a specific version replace `latest` with the desired version number.
112+
113+
```html
114+
<script src="https://unpkg.com/@tabler/[email protected]/icons-react/dist/index.umd.js"></script>
115+
```
116+
95117
## Multiple strokes
96118

97119
All icons in this repository have been created with the value of the `stroke-width` property, so if you change the value, you can get different icon variants that will fit in well with your design.

0 commit comments

Comments
 (0)