diff options
author | Paweł Kuna <1282324+codecalm@users.noreply.github.com> | 2020-03-19 12:53:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-19 12:53:39 +0100 |
commit | 6d766a677e8b2d7d15292a2a3800c6f9b56d85a6 (patch) | |
tree | cfb72ca1fef68a7c60a494b9f5a0a5ff7d367d38 | |
parent | Update README.md (diff) | |
parent | example icon svg code has wrong class names (diff) | |
download | tabler-icons-6d766a677e8b2d7d15292a2a3800c6f9b56d85a6.tar.xz |
Merge pull request #2 from FO-nTTaX/patch-1
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"> |