mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-31 09:32:04 +02:00
4 new icons: arrows-left-down
, arrows-right-down
, arrows-up-left
, arrows-up-right
This commit is contained in:
7
src/_icons/arrows-left-down.svg
Normal file
7
src/_icons/arrows-left-down.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M7 3l-4 4l4 4" />
|
||||
<path d="M3 7h11a3 3 0 0 1 3 3v11" />
|
||||
<path d="M13 17l4 4l4 -4" />
|
||||
</svg>
|
7
src/_icons/arrows-right-down.svg
Normal file
7
src/_icons/arrows-right-down.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M3 17l4 4l4 -4" />
|
||||
<path d="M7 21v-11a3 3 0 0 1 3 -3h11" />
|
||||
<path d="M17 11l4 -4l-4 -4" />
|
||||
</svg>
|
7
src/_icons/arrows-up-left.svg
Normal file
7
src/_icons/arrows-up-left.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M21 7l-4 -4l-4 4" />
|
||||
<path d="M17 3v11a3 3 0 0 1 -3 3h-11" />
|
||||
<path d="M7 13l-4 4l4 4" />
|
||||
</svg>
|
7
src/_icons/arrows-up-right.svg
Normal file
7
src/_icons/arrows-up-right.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M17 21l4 -4l-4 -4" />
|
||||
<path d="M21 17h-11a3 3 0 0 1 -3 -3v-11" />
|
||||
<path d="M11 7l-4 -4l-4 4" />
|
||||
</svg>
|
Reference in New Issue
Block a user