1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-22 13:42:50 +02:00

4 new icons: arrow-bar-to-down, arrow-bar-to-left, arrow-bar-to-right, arrow-bar-to-up

#62
This commit is contained in:
codecalm
2020-08-24 19:40:24 +02:00
parent c9d1ea4e69
commit 0cf040be8d
4 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
tags: [drag, move]
category: Arrows
---
<svg>
<line x1="4" y1="20" x2="20" y2="20" />
<line x1="12" y1="14" x2="12" y2="4" />
<line x1="12" y1="14" x2="16" y2="10" />
<line x1="12" y1="14" x2="8" y2="10" />
</svg>

View File

@@ -0,0 +1,10 @@
---
tags: [drag, move]
category: Arrows
---
<svg>
<line x1="10" y1="12" x2="20" y2="12" />
<line x1="10" y1="12" x2="14" y2="16" />
<line x1="10" y1="12" x2="14" y2="8" />
<line x1="4" y1="4" x2="4" y2="20" />
</svg>

View File

@@ -0,0 +1,10 @@
---
tags: [drag, move]
category: Arrows
---
<svg>
<line x1="14" y1="12" x2="4" y2="12" />
<line x1="14" y1="12" x2="10" y2="16" />
<line x1="14" y1="12" x2="10" y2="8" />
<line x1="20" y1="4" x2="20" y2="20" />
</svg>

View File

@@ -0,0 +1,10 @@
---
tags: [drag, move]
category: Arrows
---
<svg>
<line x1="12" y1="10" x2="12" y2="20" />
<line x1="12" y1="10" x2="16" y2="14" />
<line x1="12" y1="10" x2="8" y2="14" />
<line x1="4" y1="4" x2="20" y2="4" />
</svg>