1
2
3
4
5
6
7
8
|
<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="fill:currentColor" class="ColorScheme-Text" d="M 5.063,4.0000003 C 3.9201747,3.9916003 2.9915986,4.920175 3,6.0630003 V 15.937 C 3,17.088 3.912,18 5.063,18 H 16.937 C 18.079825,18.0084 19.008401,17.079825 19,15.937 V 6.0630003 c 0.0084,-1.1428253 -0.920175,-2.0714014 -2.063,-2.063 z M 7,5.9998733 h 1 c 0,0 0.459,-0.014 0.947,0.23 0.489,0.245 1.053,0.9369995 1.053,1.7700005 v 2 C 10,10.216244 9.929822,10.426777 9.8,10.599873 l -2.55,3.4 H 10 v 2 H 5 v -2 c 0,-0.21637 0.070178,-0.426904 0.2,-0.6 L 8,9.6658738 v -1.666 H 7 v 2 H 5 v -2 c 0,-0.833001 0.564,-1.5250005 1.053,-1.7700005 0.487,-0.244 0.947,-0.23 0.947,-0.23 z m 6,0 h 2 c 0.833,0 1.525,0.564 1.77,1.0530005 0.244,0.488 0.23,0.947 0.23,0.947 v 1 h -2 v -1 h -2 v 5.9999992 h 2 V 11.999874 H 14 V 9.9998738 h 3 v 3.9999992 c 0,0 0.014,0.459 -0.23,0.947 -0.245,0.489 -0.937,1.053 -1.77,1.053 h -2 c 0,0 -0.459,0.014 -0.947,-0.23 -0.489,-0.245 -1.053,-0.937 -1.053,-1.77 V 7.9998738 c 0,0 -0.014,-0.459 0.23,-0.947001 C 11.475,6.5638733 12.167,5.9998733 13,5.9998733 Z"/>
</svg>
|