1
0
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:
codecalm
2020-10-24 00:00:15 +02:00
parent 8b413eb8e2
commit 96f6145a87
4 changed files with 28 additions and 0 deletions

View 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>

View 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>

View 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>

View 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>