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:
7
src/_icons/arrows-horizontal.svg
Normal file
7
src/_icons/arrows-horizontal.svg
Normal 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>
|
7
src/_icons/arrows-vertical.svg
Normal file
7
src/_icons/arrows-vertical.svg
Normal 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>
|
Reference in New Issue
Block a user