feat: Add network icon (feathericons#94)

This commit is contained in:
John Letey 2019-07-02 09:36:10 +03:00
parent 3c64e93543
commit 69d467fea7

16
icons/network.svg Normal file
View File

@ -0,0 +1,16 @@
<svg
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M9 2v6h6" />
<path d="M12 8v4m0 0H5v4m7-4h7v4" />
<path d="M2 16v6h6" />
<path d="M16 16v6h6" />
</svg>

After

Width:  |  Height:  |  Size: 322 B