1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-30 01:00:14 +02:00
This commit is contained in:
codecalm
2020-03-01 12:30:54 +01:00
parent e0eddc5e49
commit 9ad4d16705
3 changed files with 24 additions and 0 deletions

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

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

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