mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-30 09:10:59 +02:00
arrows
This commit is contained in:
8
_icons/arrow-down-right-circle.svg
Normal file
8
_icons/arrow-down-right-circle.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<circle cx="12" cy="12" r="9"></circle>
|
||||
|
||||
<line x1="15" y1="15" x2="9" y2="15" />
|
||||
<polyline points="15 9 15 15 9 9" />
|
||||
</svg>
|
8
_icons/arrow-up-left-circle.svg
Normal file
8
_icons/arrow-up-left-circle.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<circle cx="12" cy="12" r="9"></circle>
|
||||
|
||||
<line x1="9" y1="9" x2="15" y2="15" />
|
||||
<polyline points="15 9 9 9 9 15" />
|
||||
</svg>
|
8
_icons/arrow-up-right-circle.svg
Normal file
8
_icons/arrow-up-right-circle.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<circle cx="12" cy="12" r="9"></circle>
|
||||
|
||||
<line x1="15" y1="9" x2="9" y2="15" />
|
||||
<polyline points="15 15 15 9 9 9" />
|
||||
</svg>
|
Reference in New Issue
Block a user