12345678910111213141516171819202122 |
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
- <defs id="defs3051">
- <style type="text/css" id="current-color-scheme">
- .ColorScheme-Text {
- color:#363636;
- }
- .ColorScheme-Highlight {
- color:#3daee9;
- }
- </style>
- </defs>
- <path
- style="fill:currentColor;fill-opacity:1;stroke:none"
- d="m 7,2 0,1 5,0 0,7 -3,0 0,3 -5,0 0,-7 -1,0 0,8 7,0 3,-3 0,-9 -6,0 z M 5,5 5,6 11,6 11,5 5,5 Z m 0,3 0,1 6,0 0,-1 -6,0 z m 0,3 0,1 3,0 0,-1 -3,0 z"
- class="ColorScheme-Text"
- />
- <path
- style="fill:currentColor;fill-opacity:1;stroke:none"
- d="M 2,2 4,5 6,2 Z"
- class="ColorScheme-Highlight"
- />
- </svg>
|