1
2
3
4
5
6
7
8
9
10
|
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" version="1.1">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#444444; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="opacity:0.35;fill:currentColor" class="ColorScheme-Text" d="m 9.2199985,12 -2.22,4 h 8.0000005 l -2.22,-4 z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 8.9843985,3.98633 A 1.0001,1.0001 0 0 0 7.9999985,5 v 2.7402 c -0.1179,0.2069 -0.9395,1.6454 -1.8828,3.4141 -0.5044,0.9456 -1.0086,1.9237 -1.3965,2.7477 -0.1939,0.412 -0.358,0.785 -0.4824,1.112 -0.1244,0.326 -0.2383,0.528 -0.2383,0.986 0,0 -0.01379,0.709 0.3555,1.447 0.3692,0.739 1.3112,1.553 2.6445,1.553 h 8.0000005 c 1.332999,0 2.274999,-0.814 2.644999,-1.553 0.369,-0.738 0.355,-1.447 0.355,-1.447 0,-0.458 -0.114,-0.66 -0.238,-0.986 -0.125,-0.327 -0.289,-0.7 -0.483,-1.112 -0.388,-0.824 -0.892,-1.8021 -1.396,-2.7477 C 14.938999,9.3856 14.117999,7.9471 13.999999,7.7402 V 5 a 1.0001,1.0001 0 1 0 -2,0 v 3 a 1.0001,1.0001 0 0 0 0.1309,0.4961 c 0,0 0.9951,1.7409 1.9861,3.5996 0.496,0.9293 0.992,1.8883 1.354,2.6583 0.180999,0.385 0.329,0.723 0.424,0.971 0.094,0.247 0.105,0.483 0.105,0.275 0,0 -0.014,0.291 -0.145,0.553 -0.13,0.261 -0.188,0.447 -0.855,0.447 H 6.9999985 c -0.6667,0 -0.7247,-0.186 -0.8555,-0.447 -0.1307,-0.262 -0.1445,-0.553 -0.1445,-0.553 0,0.208 0.0111,-0.028 0.1055,-0.275 0.0943,-0.248 0.2427,-0.586 0.4238,-0.971 0.3621,-0.77 0.8579,-1.729 1.3535,-2.6583 0.9913,-1.8587 1.9863,-3.5996 1.9863,-3.5996 A 1.0001,1.0001 0 0 0 9.9999985,8 V 5 a 1.0001,1.0001 0 0 0 -1.0156,-1.01367 z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 7.9999985,3 h 6.0000005 c 0.554,0 1,0.446 1,1 0,0.554 -0.446,1 -1,1 H 7.9999985 c -0.554,0 -1,-0.446 -1,-1 0,-0.554 0.446,-1 1,-1 z"/>
</svg>
|