1
2
3
4
5
6
7
8
9
10
|
<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:#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 10.220067,13 -2.2200004,4 h 8.0000004 l -2.22,-4 z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 9.9844666,4.98633 A 1.0001,1.0001 0 0 0 9.0000666,6 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.0000004 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 15.939067,10.3856 15.118067,8.9471 15.000067,8.7402 V 6 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 8.0000666 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.9863004,-3.5996 1.9863004,-3.5996 A 1.0001,1.0001 0 0 0 11.000067,9 V 6 A 1.0001,1.0001 0 0 0 9.9844666,4.98633 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 9.0000666,4 h 6.0000004 c 0.554,0 1,0.446 1,1 0,0.554 -0.446,1 -1,1 H 9.0000666 c -0.554,0 -1,-0.446 -1,-1 0,-0.554 0.446,-1 1,-1 z"/>
</svg>
|