mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-31 01:30:04 +02:00
arrows, border fixes
This commit is contained in:
9
_icons/arrow-down-circle.svg
Normal file
9
_icons/arrow-down-circle.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<circle cx="12" cy="12" r="9"></circle>
|
||||
|
||||
<line x1="8" y1="12" x2="12" y2="16"></line>
|
||||
<line x1="12" y1="8" x2="12" y2="16"></line>
|
||||
<line x1="16" y1="12" x2="12" y2="16"></line>
|
||||
</svg>
|
8
_icons/arrow-down-left-circle.svg
Normal file
8
_icons/arrow-down-left-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 9 15 9 9" />
|
||||
</svg>
|
9
_icons/arrow-left-circle.svg
Normal file
9
_icons/arrow-left-circle.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<circle cx="12" cy="12" r="9"></circle>
|
||||
|
||||
<line x1="8" y1="12" x2="16" y2="12"></line>
|
||||
<line x1="8" y1="12" x2="12" y2="16"></line>
|
||||
<line x1="8" y1="12" x2="12" y2="8"></line>
|
||||
</svg>
|
9
_icons/arrow-right-circle.svg
Normal file
9
_icons/arrow-right-circle.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<circle cx="12" cy="12" r="9"></circle>
|
||||
|
||||
<line x1="16" y1="12" x2="8" y2="12"></line>
|
||||
<line x1="16" y1="12" x2="12" y2="16"></line>
|
||||
<line x1="16" y1="12" x2="12" y2="8"></line>
|
||||
</svg>
|
9
_icons/arrow-up-circle.svg
Normal file
9
_icons/arrow-up-circle.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<circle cx="12" cy="12" r="9"></circle>
|
||||
|
||||
<line x1="12" y1="8" x2="8" y2="12"></line>
|
||||
<line x1="12" y1="8" x2="12" y2="16"></line>
|
||||
<line x1="16" y1="12" x2="12" y2="8"></line>
|
||||
</svg>
|
@@ -1,7 +1,7 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
|
||||
<line x1="3" y1="12" x2="21" y2="12"></line>
|
||||
<line x1="12" y1="3" x2="12" y2="21"></line>
|
||||
<rect x="4" y="4" width="16" height="16" rx="2" ry="2"></rect>
|
||||
<line x1="4" y1="12" x2="20" y2="12"></line>
|
||||
<line x1="12" y1="4" x2="12" y2="20"></line>
|
||||
</svg>
|
||||
|
@@ -1,12 +1,12 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<line x1="21" y1="21" x2="3" y2="21"></line>
|
||||
<g stroke-dasharray=".001 4.5">
|
||||
<line x1="3" y1="3" x2="21" y2="3"></line>
|
||||
<line x1="21" y1="3" x2="21" y2="21"></line>
|
||||
<line x1="3" y1="21" x2="3" y2="3"></line>
|
||||
<line x1="3" y1="12" x2="21" y2="12"></line>
|
||||
<line x1="12" y1="3" x2="12" y2="21"></line>
|
||||
<line x1="20" y1="20" x2="4" y2="20"></line>
|
||||
<g stroke-dasharray=".001 4">
|
||||
<line x1="4" y1="4" x2="20" y2="4"></line>
|
||||
<line x1="20" y1="4" x2="20" y2="20"></line>
|
||||
<line x1="4" y1="20" x2="4" y2="4"></line>
|
||||
<line x1="4" y1="12" x2="20" y2="12"></line>
|
||||
<line x1="12" y1="4" x2="12" y2="20"></line>
|
||||
</g>
|
||||
</svg>
|
||||
|
@@ -1,12 +1,12 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<line x1="3" y1="12" x2="21" y2="12"></line>
|
||||
<g stroke-dasharray=".001 4.5">
|
||||
<line x1="3" y1="3" x2="21" y2="3"></line>
|
||||
<line x1="3" y1="21" x2="3" y2="3"></line>
|
||||
<line x1="21" y1="21" x2="3" y2="21"></line>
|
||||
<line x1="21" y1="3" x2="21" y2="21"></line>
|
||||
<line x1="12" y1="3" x2="12" y2="21"></line>
|
||||
<line x1="4" y1="12" x2="20" y2="12"></line>
|
||||
<g stroke-dasharray=".001 4">
|
||||
<line x1="4" y1="4" x2="20" y2="4"></line>
|
||||
<line x1="4" y1="20" x2="4" y2="4"></line>
|
||||
<line x1="20" y1="20" x2="4" y2="20"></line>
|
||||
<line x1="20" y1="4" x2="20" y2="20"></line>
|
||||
<line x1="12" y1="4" x2="12" y2="20"></line>
|
||||
</g>
|
||||
</svg>
|
||||
|
@@ -1,12 +1,12 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<line x1="3" y1="12" x2="21" y2="12"></line>
|
||||
<line x1="12" y1="3" x2="12" y2="21"></line>
|
||||
<g stroke-dasharray=".001 4.5">
|
||||
<line x1="3" y1="3" x2="21" y2="3"></line>
|
||||
<line x1="3" y1="21" x2="3" y2="3"></line>
|
||||
<line x1="21" y1="21" x2="3" y2="21"></line>
|
||||
<line x1="21" y1="3" x2="21" y2="21"></line>
|
||||
<line x1="4" y1="12" x2="20" y2="12"></line>
|
||||
<line x1="12" y1="4" x2="12" y2="20"></line>
|
||||
<g stroke-dasharray=".001 4">
|
||||
<line x1="4" y1="4" x2="20" y2="4"></line>
|
||||
<line x1="4" y1="20" x2="4" y2="4"></line>
|
||||
<line x1="20" y1="20" x2="4" y2="20"></line>
|
||||
<line x1="20" y1="4" x2="20" y2="20"></line>
|
||||
</g>
|
||||
</svg>
|
||||
|
@@ -1,12 +1,12 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<line x1="3" y1="21" x2="3" y2="3"></line>
|
||||
<g stroke-dasharray=".001 4.5">
|
||||
<line x1="3" y1="3" x2="21" y2="3"></line>
|
||||
<line x1="21" y1="3" x2="21" y2="21"></line>
|
||||
<line x1="21" y1="21" x2="3" y2="21"></line>
|
||||
<line x1="3" y1="12" x2="21" y2="12"></line>
|
||||
<line x1="12" y1="3" x2="12" y2="21"></line>
|
||||
<line x1="4" y1="20" x2="4" y2="4"></line>
|
||||
<g stroke-dasharray=".001 4">
|
||||
<line x1="4" y1="4" x2="20" y2="4"></line>
|
||||
<line x1="20" y1="4" x2="20" y2="20"></line>
|
||||
<line x1="20" y1="20" x2="4" y2="20"></line>
|
||||
<line x1="4" y1="12" x2="20" y2="12"></line>
|
||||
<line x1="12" y1="4" x2="12" y2="20"></line>
|
||||
</g>
|
||||
</svg>
|
||||
|
@@ -1,12 +1,12 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<g stroke-dasharray=".001 4.5">
|
||||
<line x1="3" y1="3" x2="21" y2="3"></line>
|
||||
<line x1="21" y1="3" x2="21" y2="21"></line>
|
||||
<line x1="21" y1="21" x2="3" y2="21"></line>
|
||||
<line x1="3" y1="21" x2="3" y2="3"></line>
|
||||
<line x1="3" y1="12" x2="21" y2="12"></line>
|
||||
<line x1="12" y1="3" x2="12" y2="21"></line>
|
||||
<g stroke-dasharray=".001 4">
|
||||
<line x1="4" y1="4" x2="20" y2="4"></line>
|
||||
<line x1="20" y1="4" x2="20" y2="20"></line>
|
||||
<line x1="20" y1="20" x2="4" y2="20"></line>
|
||||
<line x1="4" y1="20" x2="4" y2="4"></line>
|
||||
<line x1="4" y1="12" x2="20" y2="12"></line>
|
||||
<line x1="12" y1="4" x2="12" y2="20"></line>
|
||||
</g>
|
||||
</svg>
|
||||
|
@@ -1,9 +1,9 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
|
||||
<g stroke-dasharray=".001 4.5">
|
||||
<line x1="3" y1="12" x2="21" y2="12"></line>
|
||||
<line x1="12" y1="3" x2="12" y2="21"></line>
|
||||
<rect x="4" y="4" width="16" height="16" rx="2" ry="2"></rect>
|
||||
<g stroke-dasharray=".001 4">
|
||||
<line x1="4" y1="12" x2="20" y2="12"></line>
|
||||
<line x1="12" y1="4" x2="12" y2="20"></line>
|
||||
</g>
|
||||
</svg>
|
||||
|
@@ -1,12 +1,12 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<line x1="21" y1="3" x2="21" y2="21"></line>
|
||||
<g stroke-dasharray=".001 4.5">
|
||||
<line x1="3" y1="3" x2="21" y2="3"></line>
|
||||
<line x1="21" y1="21" x2="3" y2="21"></line>
|
||||
<line x1="3" y1="21" x2="3" y2="3"></line>
|
||||
<line x1="3" y1="12" x2="21" y2="12"></line>
|
||||
<line x1="12" y1="3" x2="12" y2="21"></line>
|
||||
<line x1="20" y1="4" x2="20" y2="20"></line>
|
||||
<g stroke-dasharray=".001 4">
|
||||
<line x1="4" y1="4" x2="20" y2="4"></line>
|
||||
<line x1="20" y1="20" x2="4" y2="20"></line>
|
||||
<line x1="4" y1="20" x2="4" y2="4"></line>
|
||||
<line x1="4" y1="12" x2="20" y2="12"></line>
|
||||
<line x1="12" y1="4" x2="12" y2="20"></line>
|
||||
</g>
|
||||
</svg>
|
||||
|
@@ -1,12 +1,12 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<line x1="3" y1="3" x2="21" y2="3"></line>
|
||||
<g stroke-dasharray=".001 4.5">
|
||||
<line x1="21" y1="3" x2="21" y2="21"></line>
|
||||
<line x1="21" y1="21" x2="3" y2="21"></line>
|
||||
<line x1="3" y1="21" x2="3" y2="3"></line>
|
||||
<line x1="3" y1="12" x2="21" y2="12"></line>
|
||||
<line x1="12" y1="3" x2="12" y2="21"></line>
|
||||
<line x1="4" y1="4" x2="20" y2="4"></line>
|
||||
<g stroke-dasharray=".001 4">
|
||||
<line x1="20" y1="4" x2="20" y2="20"></line>
|
||||
<line x1="20" y1="20" x2="4" y2="20"></line>
|
||||
<line x1="4" y1="20" x2="4" y2="4"></line>
|
||||
<line x1="4" y1="12" x2="20" y2="12"></line>
|
||||
<line x1="12" y1="4" x2="12" y2="20"></line>
|
||||
</g>
|
||||
</svg>
|
||||
|
@@ -1,12 +1,12 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<line x1="12" y1="3" x2="12" y2="21"></line>
|
||||
<g stroke-dasharray=".001 4.5">
|
||||
<line x1="3" y1="12" x2="21" y2="12"></line>
|
||||
<line x1="3" y1="3" x2="21" y2="3"></line>
|
||||
<line x1="3" y1="21" x2="3" y2="3"></line>
|
||||
<line x1="21" y1="21" x2="3" y2="21"></line>
|
||||
<line x1="21" y1="3" x2="21" y2="21"></line>
|
||||
<line x1="12" y1="4" x2="12" y2="20"></line>
|
||||
<g stroke-dasharray=".001 4">
|
||||
<line x1="4" y1="12" x2="20" y2="12"></line>
|
||||
<line x1="4" y1="4" x2="20" y2="4"></line>
|
||||
<line x1="4" y1="20" x2="4" y2="4"></line>
|
||||
<line x1="20" y1="20" x2="4" y2="20"></line>
|
||||
<line x1="20" y1="4" x2="20" y2="20"></line>
|
||||
</g>
|
||||
</svg>
|
||||
|
@@ -4,5 +4,5 @@
|
||||
<circle cx="12" cy="12" r="9"></circle>
|
||||
<line x1="9" y1="9" x2="9.01" y2="9" />
|
||||
<line x1="15" y1="9" x2="15.01" y2="9" />
|
||||
<line x1="9" y1="15" x2="15.5" y2="14" />
|
||||
<line x1="9" y1="15" x2="16" y2="13.5" />
|
||||
</svg>
|
Reference in New Issue
Block a user