1
2
3
4
5
6
7
8
9
10
|
<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;" class="ColorScheme-Text" d="M5,3l-3,3l9,0l3,-3l-9,0Z"/>
<path style="fill:currentColor;fill-opacity:0.3" class="ColorScheme-Text" d="M5,7l-3,3l9,0l3,-3l-9,0Z"/>
<path style="fill:currentColor;" class="ColorScheme-NegativeText" d="M9,9.83l1.667,1.667l-1.667,1.667l0.833,0.833l1.667,-1.667l1.667,1.667l0.833,-0.833l-1.667,-1.667l1.667,-1.667l-0.833,-0.833l-1.667,1.667l-1.667,-1.667l-0.833,0.833Z"/>
</svg>
|