mirror of https://github.com/vector-im/riot-web
16 lines
493 B
XML
16 lines
493 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"
|
|
width="13"
|
|
height="13"
|
|
viewBox="0 0 20 20"
|
|
opacity="0.5"
|
|
>
|
|
<path d="M12.9 14.32a8 8 0 1 1 1.41-1.41l5.35 5.33-1.42 1.42-5.33-5.34zM8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12z" />
|
|
</svg>
|