blob: 116731caf5cbf2fc9b92dd9ebe06e91b00e088d6 (
plain)
1
2
3
4
5
6
7
8
|
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16">
<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="m8 2c-1.66 0-3 1.34-3 3 0 1.24.74 2.3 1.82 2.76l-1.82 6.24c2.063 1.045 4.062 1.022 6 0l-1.82-6.24c1.08-.46 1.82-1.52 1.82-2.76 0-1.66-1.34-3-3-3z" fill="#444444" />
</svg>
|