diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -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). |