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

arrows-horizontal, arrows-vertical

This commit is contained in:
codecalm
2020-03-24 23:42:51 +01:00
parent f33ba90bbf
commit 346a8b38fa
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
---
<svg>
<polyline points="7 8 3 12 7 16" />
<polyline points="17 8 21 12 17 16" />
<line x1="3" y1="12" x2="21" y2="12" />
</svg>

View File

@@ -0,0 +1,7 @@
---
---
<svg>
<polyline points="8 7 12 3 16 7" />
<polyline points="8 17 12 21 16 17" />
<line x1="12" y1="3" x2="12" y2="21" />
</svg>