1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-01 11:50:25 +02:00

divide icon #69

This commit is contained in:
codecalm
2020-10-01 13:16:50 +02:00
parent 252640d323
commit 9a2eadae55

8
src/_icons/divide.svg Normal file
View File

@@ -0,0 +1,8 @@
---
category: Math
---
<svg>
<circle fill="currentColor" cx="12" cy="6" r="1" />
<circle fill="currentColor" cx="12" cy="18" r="1" />
<line x1="5" y1="12" x2="19" y2="12" />
</svg>