diff options
author | codecalm <codecalm@gmail.com> | 2020-03-10 23:00:25 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-10 23:00:25 +0100 |
commit | 6dcb68ff1b6eb3ebdd4c7fe14e051dac1347e3f4 (patch) | |
tree | ea7d872ef482921203a533cff57d3d84c1d7cd59 /readme.md | |
parent | new icons, build (diff) | |
download | tabler-icons-6dcb68ff1b6eb3ebdd4c7fe14e051dac1347e3f4.tar.xz |
readme
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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) |