blob: a371d8e3518afb385389b7a8f382493be086dd57 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<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,5 V 6 H 8.46 L 5,10.32 V 11 h 5 V 10 H 6.54 L 10,5.68 V 5 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 9,8 v 1 h 3.46 L 9,13.32 V 14 h 5 V 13 H 10.54 L 14,8.68 V 8 Z"/>
<path style="fill:currentColor" class="ColorScheme-Text" d="m 13,11 v 1 h 3.46 L 13,16.32 V 17 h 5 V 16 H 14.54 L 18,11.68 V 11 Z"/>
</svg>
|