From 267e24dca9ee5d9d2ad151fdc29cf5a1ae0ac8e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Fri, 13 Nov 2020 22:19:54 +0100 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1ac1afb2..490b0a37 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Tabler Icons -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. +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. **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) :)** -- cgit v1.2.1 From ecb9f0b59107d7efe638588d81bddcbd35e7e5ae Mon Sep 17 00:00:00 2001 From: Michal Wolny Date: Sun, 15 Nov 2020 17:07:41 +0100 Subject: add CDN info to readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 490b0a37..917b1038 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,21 @@ const MyComponent = () => { `@tabler/icons` exports it's own type declarations for usage with React and Typescript. +### CDN + +All files included in `@tabler/icons` npm package are available over a CDN. + +```html + + +``` + +To load a specific version replace `latest` with the desired version number. + +```html + +``` + ## Multiple strokes 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. -- cgit v1.2.1 From 11ba2320de1219645e844f391fd79b31d1eca4fe Mon Sep 17 00:00:00 2001 From: Michal Wolny Date: Sun, 15 Nov 2020 19:35:03 +0100 Subject: fix CDN readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 917b1038..71a1bbde 100644 --- a/README.md +++ b/README.md @@ -96,10 +96,14 @@ const MyComponent = () => { All files included in `@tabler/icons` npm package are available over a CDN. +React icons bundle: ```html - ``` +Iconfont: +```html + +``` To load a specific version replace `latest` with the desired version number. -- cgit v1.2.1 From e629549b12b778d21995867980275a8aaae7a819 Mon Sep 17 00:00:00 2001 From: Michal Wolny Date: Sun, 15 Nov 2020 19:42:08 +0100 Subject: readme headers --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 71a1bbde..37abe7d8 100644 --- a/README.md +++ b/README.md @@ -96,11 +96,14 @@ const MyComponent = () => { All files included in `@tabler/icons` npm package are available over a CDN. -React icons bundle: +#### React icons + ```html ``` -Iconfont: + +#### Iconfont + ```html ``` -- cgit v1.2.1