mirror of https://github.com/vector-im/riot-web
16 lines
575 B
XML
16 lines
575 B
XML
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<!--
|
||
|
Copyright (c) 2016, Missive
|
||
|
From https://github.com/missive/emoji-mart/blob/master/src/svgs/index.js
|
||
|
Licensed under BSD-3-Clause: https://github.com/missive/emoji-mart/blob/master/LICENSE
|
||
|
-->
|
||
|
<svg
|
||
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
viewBox="0 0 24 24"
|
||
|
width="24"
|
||
|
height="24"
|
||
|
>
|
||
|
<path d="M13 4h-2l-.001 7H9v2h2v2h2v-2h4v-2h-4z" />
|
||
|
<path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0m0 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10" />
|
||
|
</svg>
|