From 75a1e2fb759b3ad175beff5d80ea03113b67ecfa Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 10 Mar 2020 23:20:23 +0100 Subject: readme --- readme.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index c7ed7885..be6a859e 100644 --- a/readme.md +++ b/readme.md @@ -15,23 +15,23 @@ npm install tabler-icons --save All icons are built with SVG, so you can place them as ``, `background-image` and inline in HTML code. +### Inline HTML + ```html + + ... + Click me + ``` ## Multiple strokes All icons in this repository are drawn with the value of `stroke` property, so if you change its value you can get different variants of icon, that will fit into your project. -```html - - ... - -``` - ![Tabler icons](icons-stroke.svg) ## License -- cgit v1.2.1