mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-18 06:35:35 +08:00
3b3f0ea957
They appear to all be created by Nad, according to https://github.com/matrix-org/matrix-react-sdk/pull/2557.
7 lines
498 B
XML
7 lines
498 B
XML
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12" height="12" viewBox="0 0 12 12">
|
|
<defs>
|
|
<path id="a" d="M5 10A5 5 0 1 0 5 0a5 5 0 0 0 0 10zM5 .5A1.5 1.5 0 0 1 6.5 2v3a1.5 1.5 0 0 1-3 0V2A1.5 1.5 0 0 1 5 .5zm0 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"/>
|
|
</defs>
|
|
<use fill="#F56679" fill-rule="evenodd" stroke="#F56679" stroke-linecap="round" stroke-linejoin="round" stroke-width="1" transform="translate(1 1)" xlink:href="#a"/>
|
|
</svg>
|