1
2
3
4
5
6
7
8
9
|
<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="fill:currentColor" class="ColorScheme-Text" d="M 5.2480469,5.0001406 C 4.5564008,5.0001406 4,5.6044229 4,6.3536562 V 17.646484 C 4,18.39577 4.5564008,19 5.2480469,19 H 5.5996094 L 7.1054688,15.5 H 17.894531 l 1.50586,3.5 h 0.351562 C 20.443599,19 21,18.39577 21,17.646484 V 6.3536562 C 21,5.6044229 20.443599,5.0001406 19.751953,5.0001406 Z m 1.453539,2.0002813 H 18.298414 c 0.389189,0 0.701172,0.3444776 0.701172,0.7734375 v 2.4253596 4.072265 C 18.999586,14.675217 18.687603,15 18.298414,15 H 6.7015859 C 6.3123955,15 6.000414,14.675217 6.000414,14.271484 V 10.199219 7.7738594 c 0,-0.4289599 0.3119815,-0.7734375 0.7011719,-0.7734375 z M 9,9 c -1.1045695,0 -2,0.895431 -2,2 0,1.104569 0.8954305,2 2,2 h 7 c 1.104569,0 2,-0.895431 2,-2 0,-1.104569 -0.895431,-2 -2,-2 z m 0,1 c 0.5522848,0 1,0.447715 1,1 0,0.552285 -0.4477152,1 -1,1 -0.5522848,0 -1.0000001,-0.447715 -1,-1 -1e-7,-0.552285 0.4477152,-1 1,-1 z m 2,0 h 3 v 2 h -3 z m 5,0 c 0.552285,0 1,0.447715 1,1 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 z M 7.4055391,16 6.2004609,19 H 18.799539 L 17.594461,16 Z M 8.5,17 C 8.7761424,17 9.0000001,17.223858 9,17.5 9.0000001,17.776142 8.7761424,18 8.5,18 8.2238576,18 7.9999999,17.776142 8,17.5 7.9999999,17.223858 8.2238576,17 8.5,17 Z m 8,0 C 16.776142,17 17,17.223858 17,17.5 17,17.776142 16.776142,18 16.5,18 16.223858,18 16,17.776142 16,17.5 16,17.223858 16.223858,17 16.5,17 Z"/>
<path style="opacity:0.35;fill:currentColor" class="ColorScheme-Text" d="m 10.5,10 v 2 h 1.324219 A 3.0000001,2.9999996 0 0 0 12,11 3.0000001,2.9999996 0 0 0 11.825196,10 Z"/>
</svg>
|