1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" version="1.1">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#5294e2; }
</style>
</defs>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 12.00028,5.00001 c 0.55228,0 1,0.44772 1,1 -2.9e-4,0.0333 -0.002,0.0665 -0.006,0.0996 C 15.2846,6.55844 17.00031,8.57084 17.00014,11 L 17,12.99999 l 0,2.5 2,2 0,0.5 -2,0 -10,0 -2,0 0,-0.5 2,-2 L 7.00014,11 C 7.00022,8.57084 8.71582,6.55843 11.006,6.09961 11.002,6.06651 11,6.03331 11,6.00001 c 0,-0.55228 0.44772,-1 1,-1 z M 13.72866,19 c -0.35663,0.61771 -1.01525,0.99874 -1.72852,1 -0.71397,-5.6e-4 -1.37349,-0.38169 -1.73047,-1 z"/>
</svg>
|