9 lines
582 B
XML
9 lines
582 B
XML
<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 1 C 4.9 1 2.1 2.1 0 4 L 8 15 L 16 4 C 13.9 2.1 11.1 1 8 1 z M 8 3 C 9.9 3 11.6 3.6 13.1 4.5 L 8 11.6 L 2.9 4.5 C 4.4 3.6 6.1 3 8 3 z"/>
|
|
</svg>
|