8 lines
481 B
XML
8 lines
481 B
XML
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="tui-pages">
|
|
<rect width="32" height="32" rx="7" fill="#09090b"/>
|
|
<path d="M9.5 11.5 L14.5 16 L9.5 20.5" stroke="#f4f4f5" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
<rect x="17.5" y="11.5" width="3" height="9" fill="#b7410e">
|
|
<animate attributeName="opacity" values="1;0;1" dur="1.1s" repeatCount="indefinite"/>
|
|
</rect>
|
|
</svg>
|