1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-01 11:50:25 +02:00

Fixed icons: bounce-left, bounce-right

This commit is contained in:
codecalm
2022-11-04 01:43:22 +01:00
parent d1ad6e61d1
commit a5dbef6452
2 changed files with 2 additions and 2 deletions

View File

@@ -2,5 +2,5 @@
---
<svg>
<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" />
<path d="M6 9a2 2 0 1 1 0 -4a2 2 0 0 1 0 4z" />
</svg>

View File

@@ -1,6 +1,6 @@
---
---
<svg>
<path d="M5 15.5c3 -1 5.5 -.5 8 4.5c.5 -3 1.5 -5.5 3 -8" />
<path d="M4 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>