blob: 0e15f606b76677018e71d349d9b3811fc3d7b3fa (
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 12,6 v 5 h 1 v 4 l 3,-5 H 15 L 16.5,6 Z M 8,7 v 1 h 2 V 9 H 8.5 L 6,11.5 V 13 H 5 V 11 H 4 v 6 h 1 v -2 h 1 v 1 c 0,1 1,1 1,1 h 2 l 1,1 h 5 c 0,0 1,0 1,-1 v -2 h 1 v 2 h 2 v -7 h -2 v 2 h -1 l -2,3.275 V 16 H 11 L 10,15 H 8 V 12.5 L 9.5,11 H 11 V 7 Z"/>
</svg>
|