diff options
author | Alex Winkler <FO-nTTaX@users.noreply.github.com> | 2020-03-19 12:52:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-19 12:52:47 +0100 |
commit | 5526c46ad446a0dc4913b240797436ffde74047e (patch) | |
tree | cfb72ca1fef68a7c60a494b9f5a0a5ff7d367d38 | |
parent | Update README.md (diff) | |
download | tabler-icons-5526c46ad446a0dc4913b240797436ffde74047e.tar.xz |
example icon svg code has wrong class names
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ You can paste the content of the icon file into your HTML code to display it on ```html <a href=""> <svg xmlns="http://www.w3.org/2000/svg" - class="icon tabler-icon tabler-icon-disabled" + class="icon icon-tabler icon-tabler-disabled" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.25" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> |