1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-31 17:42:15 +02:00

1 new icons: linear

Fixed icons: `bounce-left`, `bounce-right`
This commit is contained in:
codecalm
2022-11-04 01:21:33 +01:00
parent 0c1fefc3ce
commit d205b0bb48
3 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
---
---
<svg>
<path d="M20 15.5c-3 -1 -5.5 -.5 -8 4.5c-.5 -3 -2.5 -8.5 -4 -11" />
<path d="M20 15.5c-3 -1 -5.5 -.5 -8 4.5c-.5 -3 -1.5 -5.5 -3 -8" />
<circle cx="7" cy="7" r="2" />
</svg>

View File

@@ -1,6 +1,6 @@
---
---
<svg>
<path d="M5 15.5c3 -1 5.5 -.5 8 4.5c.5 -3 2.5 -8.5 4 -11" />
<path d="M5 15.5c3 -1 5.5 -.5 8 4.5c.5 -3 1.5 -5.5 3 -8" />
<path d="M18 9a2 2 0 1 1 0 -4a2 2 0 0 1 0 4z" />
</svg>

5
src/_icons/linear.svg Normal file
View File

@@ -0,0 +1,5 @@
---
---
<svg>
<path d="M3 20l18 -16" />
</svg>