13 lines
638 B
XML
13 lines
638 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
<defs><symbol id="icon" viewBox="0 0 24 24">
|
|
<path fill="none" stroke="#bc8cff" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" d="M12 2l9.5 5.5v11L12 22l-9.5-5.5v-11L12 2z"/>
|
|
<circle cx="12" cy="2" r="1.5" fill="#bc8cff"/>
|
|
<circle cx="21.5" cy="7.5" r="1.5" fill="#bc8cff"/>
|
|
<circle cx="21.5" cy="16.5" r="1.5" fill="#bc8cff"/>
|
|
<circle cx="12" cy="22" r="1.5" fill="#bc8cff"/>
|
|
<circle cx="2.5" cy="16.5" r="1.5" fill="#bc8cff"/>
|
|
<circle cx="2.5" cy="7.5" r="1.5" fill="#bc8cff"/>
|
|
</symbol></defs>
|
|
<use href="#icon"/>
|
|
</svg>
|