1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" version="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="fill:currentColor" class="ColorScheme-Text" d="M 11.000005,2.9996316 C 10.278792,3.0103076 9.7648233,3.4598648 9.5234423,4.2047097 l 0.0078,-0.033203 -1.132813,3.8281253 h -3.820312 c -0.0083,-1.39e-4 -0.01706,-1.39e-4 -0.02539,0 -0.456347,0.01532 -0.868292,0.235999 -1.158203,0.601562 -0.626992,0.745426 -0.493451,1.91868 0.302734,2.47461 l 3.003906,2.273437 -1.166015,3.552735 c -0.0013,0.0042 -0.0027,0.0075 -0.0039,0.01172 -0.178155,0.606147 -0.01063,1.231012 0.4375,1.658204 0.0032,0.0031 0.0084,0.0068 0.01172,0.0098 0.538506,0.49582 1.294204,0.558837 1.902343,0.148438 0.01157,-0.0078 0.024,-0.01701 0.03516,-0.02539 l 3.0820357,-2.304725 3.08203,2.304687 c 0.01115,0.0084 0.02359,0.01763 0.03516,0.02539 0.608138,0.410399 1.363837,0.347383 1.902343,-0.148438 0.0033,-0.003 0.0085,-0.0067 0.01172,-0.0098 0.448126,-0.427191 0.615655,-1.052057 0.4375,-1.658204 -0.0012,-0.0042 -0.0026,-0.0076 -0.0039,-0.01172 l -1.166026,-3.552697 3.003906,-2.273437 c 0.796185,-0.55593 0.929727,-1.729184 0.302735,-2.47461 -0.289911,-0.365563 -0.701857,-0.586242 -1.158203,-0.601562 -0.0083,-1.39e-4 -0.01706,-1.39e-4 -0.02539,0 h -3.820314 l -1.132811,-3.8281253 0.0078,0.033203 C 12.235173,3.4598648 11.72121,3.0103081 10.999998,2.9996317 Z M 10.191411,7.999632 h 1.609375 l 2.398437,7 H 12.783208 L 12.230473,13.013304 H 9.7695363 l -0.552735,1.986328 h -1.416015 z m 0.808594,0.929687 -0.900391,3.070313 h 1.818359 z"/>
</svg>
|