From 0a82a0280225fdcf9f8096e2145c2b3c222b1f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Thu, 19 Mar 2020 10:07:07 +0100 Subject: Update README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 389dbcd..04629f8 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,21 @@ 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. -``` -npm install tabler-icons --save -``` +**If you want to support my project and help me grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm)!** ## Preview ![](./.github/icons.svg) +## Installation + +``` +npm install tabler-icons --save +``` + +or just download from Github. + ## Usage All icons are built with SVG, so you can place them as ``, `background-image` and inline in HTML code. -- cgit v1.2.1 From b19bf5e8fd3f1a6f780171e8d73354e9eb15112f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Thu, 19 Mar 2020 10:08:08 +0100 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04629f8..db5868a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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. -**If you want to support my project and help me grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm)!** +**⭐️ If you want to support my project and help me grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm)!** ## Preview @@ -15,7 +15,7 @@ A set of over 300 free MIT-licensed high-quality SVG icons for you to use in you npm install tabler-icons --save ``` -or just download from Github. +or just [download from Github](https://github.com/tabler/tabler-icons/releases). ## Usage -- cgit v1.2.1 From 2913a2c2146bfdec20dba13da6529955d6b976b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kuna?= <1282324+codecalm@users.noreply.github.com> Date: Thu, 19 Mar 2020 10:09:45 +0100 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db5868a..d0656ae 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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. -**⭐️ If you want to support my project and help me grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm)!** +**If you want to support my project and help me grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm)!** ## Preview -- cgit v1.2.1 From 5526c46ad446a0dc4913b240797436ffde74047e Mon Sep 17 00:00:00 2001 From: Alex Winkler Date: Thu, 19 Mar 2020 12:52:47 +0100 Subject: example icon svg code has wrong class names --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0656ae..639057f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ You can paste the content of the icon file into your HTML code to display it on ```html -- cgit v1.2.1