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:
10
src/_icons/arrow-bar-to-down.svg
Normal file
10
src/_icons/arrow-bar-to-down.svg
Normal 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>
|
10
src/_icons/arrow-bar-to-left.svg
Normal file
10
src/_icons/arrow-bar-to-left.svg
Normal 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>
|
10
src/_icons/arrow-bar-to-right.svg
Normal file
10
src/_icons/arrow-bar-to-right.svg
Normal 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>
|
10
src/_icons/arrow-bar-to-up.svg
Normal file
10
src/_icons/arrow-bar-to-up.svg
Normal 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>
|
Reference in New Issue
Block a user