aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-10 23:00:25 +0100
committercodecalm <codecalm@gmail.com>2020-03-10 23:00:25 +0100
commit6dcb68ff1b6eb3ebdd4c7fe14e051dac1347e3f4 (patch)
treeea7d872ef482921203a533cff57d3d84c1d7cd59 /readme.md
parentnew icons, build (diff)
downloadtabler-icons-6dcb68ff1b6eb3ebdd4c7fe14e051dac1347e3f4.tar.xz
readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 29d2a08..d88157c 100644
--- a/readme.md
+++ b/readme.md
@@ -4,6 +4,20 @@ A set of over 300 free MIT-licensed high-quality SVG icons for you to use in you
![Tabler icons](icons.svg)
+## Install with npm
+
+```
+npm install tabler-icons --save
+```
+
### Multiple strokes
+All icons in this repository are drawn with the value `stroke` property, so if you change its value you can get different variants of icon, that will fit into your project.
+
+```
+<svg xmlns="http://www.w3.org/2000/svg" class="icon tabler-icon tabler-icon-disabled" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.25" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ ...
+</svg>
+```
+
![Tabler icons](icons-stroke.svg)