1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-23 06:02:57 +02:00

outlet icon fix

This commit is contained in:
codecalm
2020-04-20 07:37:28 +02:00
parent 0ec9c155c1
commit f11ffeebe4

View File

@@ -2,6 +2,6 @@
--- ---
<svg> <svg>
<rect x="4" y="4" width="16" height="16" rx="2" /> <rect x="4" y="4" width="16" height="16" rx="2" />
<circle cx="9" cy="12" r=".5" /> <circle cx="9" cy="12" r=".5" fill="currentColor"/>
<circle cx="15" cy="12" r=".5" /> <circle cx="15" cy="12" r=".5" fill="currentColor"/>
</svg> </svg>