From 6dcb68ff1b6eb3ebdd4c7fe14e051dac1347e3f4 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 10 Mar 2020 23:00:25 +0100 Subject: readme --- readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'readme.md') 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. + +``` + + ... + +``` + ![Tabler icons](icons-stroke.svg) -- cgit v1.2.1