1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" 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 2,5 C 0,5 0,7 0,7 v 7 c 0,1.97 2,2 2,2 h 8 1 V 12 H 8.44 c -0.01,0.14 -0.03,0.3 -0.03,0.43 h 0.43 v 0.5 H 8.34 C 8.26,13.63 7.98,14 7.5,14 7.38,14 7.19,13.98 6.97,13.93 l -0.09,-0.5 c 0.26,0.05 0.48,0.07 0.62,0.07 0.14,0 0.21,-0.2 0.25,-0.57 H 5.41 C 5.45,12.64 5.47,12.31 5.5,12 H 5 4.81 c -0.23,0.66 -0.52,1.34 -0.9,1.97 L 3.41,13.56 C 3.73,13.05 3.99,12.53 4.22,12 H 4 V 11 9.59 C 3.98,9.58 3.96,9.55 3.94,9.52 L 4,9.47 V 7.68 C 3.98,7.66 3.96,7.63 3.94,7.62 L 4,7.56 V 5 Z m 0.09,2.72 h 1.6 V 12.5 H 3.16 V 11.97 H 2.62 v 0.78 H 2.09 Z m 0.53,0.53 v 3.22 H 3.16 V 8.25 Z M 6.09,12 C 6.07,12.13 6.05,12.3 6.03,12.43 H 7.81 C 7.83,12.28 7.83,12.14 7.84,12 H 7.37 L 7.16,12.27 C 7.06,12.17 6.95,12.1 6.84,12 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 5,0 v 11 h 1 8 c 0,0 2,0 2,-2 V 2 c 0,0 0,-2 -2,-2 z m 4.56,2 h 1.88 l 2.18,7 H 11.97 L 11.53,7.34 H 9.41 L 8.97,9 h -1.6 z m 0.88,1.18 C 10.27,3.92 10.1,4.76 9.91,5.47 L 9.72,6.09 h 1.5 L 11.06,5.47 C 10.87,4.76 10.65,3.91 10.47,3.18 Z"/>
</svg>
|