blob: 1a420fc42e124b2a83ecbee62b7d90f790136b75 (
plain)
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 4,6 V 18 H 6 V 6 Z m 14,0 v 12 h 2 V 6 Z m -8,3 -3,3 3,3 v -2 h 4 v 2 l 3,-3 -3,-3 v 2 h -4 z"/>
</svg>
|