blob: d8632c41065c3ad5417334503ca2fcacc0897e80 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<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 6,6 V 7 H 9.46 L 6,11.32 V 12 h 5 V 11 H 7.54 L 11,6.68 V 6 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 10,9 v 1 h 3.46 L 10,14.32 V 15 h 5 V 14 H 11.54 L 15,9.68 V 9 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 14,12 v 1 h 3.46 L 14,17.32 V 18 h 5 V 17 H 15.54 L 19,12.68 V 12 Z"/>
</svg>
|