1
2
3
4
5
6
7
8
|
<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 14,4 V 4.828125 C 13.895342,5.4418576 14.398955,6.0088591 15.021484,6 h 1.578125 l -4.273437,4.265625 c -0.763942,0.732824 -0.04734,1.777011 0.75,1.732422 0.223256,-0.01248 0.453012,-0.110315 0.658203,-0.324219 L 18,7.4003906 V 8.978516 C 17.9922,9.596282 18.552062,10.097664 19.162109,10 H 20 V 8.978516 L 19.994141,4.0039062 15.021484,4 Z M 7.5,6 A 2.5,2.5 0 0 0 5,8.5 V 9 c 0,5.505 4.496,10 10,10 h 0.5 A 2.5,2.5 0 0 0 18,16.5 V 15 c 0,-0.554 -0.445,-1 -1,-1 h -3 c -0.553,0 -1,0.446 -1,1 v 0.710938 A 6.972,6.972 0 0 1 8.2890625,11 h 0.7128906 c 0.554,0 0.9999999,-0.446 0.9999999,-1 V 7 c 0,-0.554 -0.4459999,-1 -0.9999999,-1 z"/>
</svg>
|