1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-31 01:30:04 +02:00

repeat, repeat once icon

This commit is contained in:
codecalm
2020-03-25 00:58:58 +01:00
parent 408cd9db04
commit 9eddc3541c
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
---
<svg>
<path d="M4 12v-3a3 3 0 0 1 3 -3h13m-3 -3l3 3l-3 3" />
<path d="M20 12v3a3 3 0 0 1 -3 3h-13m3 3l-3-3l3-3" />
<path d="M11 11l1 -1v4" />
</svg>

6
src/_icons/repeat.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M4 12v-3a3 3 0 0 1 3 -3h13m-3 -3l3 3l-3 3" />
<path d="M20 12v3a3 3 0 0 1 -3 3h-13m3 3l-3-3l3-3" />
</svg>