1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-28 16:20:07 +02:00

network-connection icon fix

This commit is contained in:
codecalm
2022-04-04 12:22:38 +02:00
parent b24c37fe7d
commit c0c8fe2243
2 changed files with 10 additions and 10 deletions

View File

@@ -1,10 +0,0 @@
<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke="#000" stroke-width="2">
<path d="M3 15h6v6h-6z" />
<path d="M15 15h6v6h-6z" />
<path d="M9 18h6" />
<circle cx="12" cy="7" r="4" />
<path d="M7.5 15l2.5 -4.5" />
<path d="M16.5 15l-2.5 -4.5" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 380 B

View File

@@ -0,0 +1,10 @@
---
---
<svg>
<path d="M3 15h6v6h-6z" />
<path d="M15 15h6v6h-6z" />
<path d="M9 18h6" />
<circle cx="12" cy="7" r="4" />
<path d="M7.5 15l2.5 -4.5" />
<path d="M16.5 15l-2.5 -4.5" />
</svg>