blob: a09869d20b685fe4cbb42e8ddfe87423ad9c462f (
plain)
1
2
3
4
5
6
7
8
9
10
|
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" 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>
<g transform="translate(3,3)">
<path style="fill:currentColor" class="ColorScheme-Text" d="M 5.81,3 H 3 V 5.81 L 0.72,8 3,10.22 V 13 H 5.81 L 8,15.28 10.22,13 H 13 V 10.22 L 15.28,8 13,5.81 V 3 H 10.22 L 8,0.72 M 8,4.15 10.5,8 H 9 V 12 H 7 V 8 H 5.5 Z" />
</g>
</svg>
|