11 lines
703 B
XML
11 lines
703 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none">
|
|
<!-- Router/device icon representing ACS -->
|
|
<rect x="1" y="5" width="14" height="7" rx="1.5" stroke="currentColor" stroke-width="1.2" fill="none"/>
|
|
<circle cx="4" cy="8.5" r="1" fill="currentColor"/>
|
|
<circle cx="7" cy="8.5" r="1" fill="currentColor"/>
|
|
<circle cx="10" cy="8.5" r="1" fill="currentColor"/>
|
|
<line x1="8" y1="5" x2="8" y2="3" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/>
|
|
<line x1="5.5" y1="4" x2="8" y2="3" stroke="currentColor" stroke-width="1" stroke-linecap="round"/>
|
|
<line x1="10.5" y1="4" x2="8" y2="3" stroke="currentColor" stroke-width="1" stroke-linecap="round"/>
|
|
</svg>
|