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.1992188,3.0003906 C 4.5344187,3.0003906 4,3.5348093 4,4.1996094 V 16.800781 C 4,17.465581 4.5344187,18 5.1992188,18 H 15.800781 C 16.465581,18 17,17.465581 17,16.800781 V 4.1996094 C 17,3.5348093 16.465581,3.0003906 15.800781,3.0003906 Z M 6,4 h 4 V 5 H 6 Z m 0,2 h 9 V 7 H 9 V 9 H 6 Z m 4,2 h 4.996094 v 2.498047 c -0.670394,0.764534 -1.684479,1.217974 -2.683594,1.130859 -0.144353,-0.01254 -0.286542,-0.04747 -0.417969,-0.103515 0.356513,-0.216742 0.692379,-0.4708 0.998047,-0.763672 0.289691,-0.284356 0.506114,-0.813661 0.363281,-1.228516 -0.147128,-0.42589 -0.620067,-0.5973116 -1.021484,-0.511719 -0.591012,0.105944 -1.1915,0.664703 -1.277344,1.302735 -0.07375,0.488245 0.217086,0.961153 0.59961,1.246094 -0.37718,0.246542 -0.775279,0.457841 -1.189453,0.628906 0.453979,-0.135833 0.894705,-0.316711 1.310546,-0.546875 0.02112,0.01294 0.04301,0.02535 0.06445,0.03711 0.625633,0.344986 1.273482,0.372701 1.957031,0.230469 0.463314,-0.101396 0.908421,-0.296773 1.296875,-0.578125 V 13 H 10 Z m 2.380859,1.277344 c 0.14917,-0.0055 0.296063,0.03012 0.425782,0.128906 0.278161,0.218456 0.240893,0.74316 0.05273,1.011719 -0.298798,0.424124 -0.710205,0.727221 -1.117183,1.029297 C 11.495224,11.300235 11.301463,11.069095 11.21875,10.761719 11.084403,10.279243 11.411671,9.677343 11.826172,9.455078 11.993551,9.360668 12.18907,9.2844 12.380859,9.277344 Z M 6,10 h 3 v 2 H 8 v 1 H 6 Z m 0,4 h 9 v 1 h -1 v 1 H 6 Z"/>
</svg>
|