blob: b3a4e77801e8bdcebcca63c4ad5b0bc50a481a4e (
plain)
1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" 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 8,0.39 5.88,5.89 0,6.2 4.57,9.92 3.06,15.61 8,12.41 12.94,15.61 11.43,9.92 16,6.2 10.12,5.89 Z"/>
</svg>
|