example icon svg code has wrong class names
This commit is contained in:
parent
2913a2c214
commit
5526c46ad4
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue