1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2" width="100%" height="100%" viewBox="0 0 16 16" xml:space="preserve">
<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="fill:currentColor;fill-opacity:0.3;" class="ColorScheme-Text" d="M1,1l0,6l6.759,1l-6.759,1l0,6l14,-7l-14,-7Z"/>
<path style="fill:currentColor;" class="ColorScheme-Text" d="M1,1l0,6l6.759,1l-6.759,1l0,6l14,-7l-14,-7Zm1,8.863l0,3.519l10.764,-5.382l-10.764,-5.382l0,3.519l5.905,0.874c0.49,0.072 0.854,0.493 0.854,0.989c-0,0.496 -0.364,0.917 -0.854,0.989l-5.905,0.874Z"/>
</svg>
|