aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index d88157c..1bbfefd 100644
--- a/readme.md
+++ b/readme.md
@@ -1,10 +1,10 @@
-# Tabler icons
+# Tabler Icons
A set of over 300 free MIT-licensed high-quality SVG icons for you to use in your web projects.
![Tabler icons](icons.svg)
-## Install with npm
+### Install with npm
```
npm install tabler-icons --save
@@ -14,10 +14,18 @@ npm install tabler-icons --save
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
+<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)
+
+## License
+
+Tabler Icons is licensed under the [MIT License](https://github.com/tabler/tabler-icons/blob/master/LICENSE).