9 lines
603 B
XML
9 lines
603 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:#555555; } .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 0 4 L 0 8 L 0 12 L 2.5 10 L 5 8 L 2.5 6 L 0 4 z M 5 8 L 5 12 L 7.5 10 L 10 8 L 7.5 6 L 5 4 L 5 8 z M 10 8 L 10 12 L 12.5 10 L 15 8 L 12.5 6 L 10 4 L 10 8 z"/>
|
|
</svg>
|