8 lines
359 B
XML
8 lines
359 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="4" fill="#161616" />
|
|
<rect x="7" y="7" width="8" height="8" fill="#0f62fe" />
|
|
<rect x="17" y="7" width="8" height="8" fill="#007d79" />
|
|
<rect x="7" y="17" width="8" height="8" fill="#8a3ffc" />
|
|
<rect x="17" y="17" width="8" height="8" fill="#24a148" />
|
|
</svg>
|