1
2
3
4
5
6
7
8
9
|
<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="opacity:0.35;fill:currentColor" class="ColorScheme-Text" d="m 12,4.390625 -2.1191406,5.5 L 4,10.199219 8.5703125,13.919922 7.0605469,19.609375 12,16.410156 16,19 V 18 17 16.068359 L 15.429688,13.919922 16,13.455078 V 12 c 5.5e-5,-0.552262 0.447738,-0.999945 1,-1 h 2 c 0.0052,-4.1e-5 0.01042,-4.1e-5 0.01563,0 L 20,10.199219 14.119141,9.890625 Z"/>
<path style="fill:currentColor" class="ColorScheme-NegativeText error" d="m 17,12 v 5 h 2 v -5 z m 0,6 v 2 h 2 v -2 z"/>
</svg>
|