blob: 33447721e98a53ef9ecd991e464e7cc697a74893 (
plain)
1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="-3 -3 22 22">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#dfdfdf; } .ColorScheme-Highlight { color:#4285f4; } .ColorScheme-NeutralText { color:#ff9800; } .ColorScheme-PositiveText { color:#4caf50; } .ColorScheme-NegativeText { color:#f44336; }
</style>
</defs>
<path style="opacity:0.3;fill:currentColor" class="ColorScheme-Text" d="m8 1c-3.84 0-7 3.16-7 7s3.16 7 7 7 7-3.16 7-7-3.16-7-7-7z" />
<path style="fill:currentColor" class="ColorScheme-Text" d="m8 4 1.236 2.633 2.764.424-2 2.048.473 2.895-2.473-1.367-2.473 1.367.473-2.895-2-2.048 2.764-.424z"/>
</svg>
|