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:#dedede;
- }
- .ColorScheme-Highlight {
- color:#3daee9;
- }
- </style>
- </defs>
- <path
- style="fill:currentColor;fill-opacity:1;stroke:none"
- d="m 4,3 0,1 3,0 0,9 5,0 0,-1 -4,0 0,-9 -0.5,0 z"
- class="ColorScheme-Text"
- />
- <path
- style="fill:currentColor;fill-opacity:1;stroke:none"
- d="M 3.5 2 A 1.499998 1.5 0 0 0 2 3.5 A 1.499998 1.5 0 0 0 3.5 5 A 1.499998 1.5 0 0 0 5 3.5 A 1.499998 1.5 0 0 0 3.5 2 z M 3.5 3 A 0.5 0.5 0 0 1 4 3.5 A 0.5 0.5 0 0 1 3.5 4 A 0.5 0.5 0 0 1 3 3.5 A 0.5 0.5 0 0 1 3.5 3 z M 12.503906 11 A 1.499998 1.5 0 0 0 11.003906 12.5 A 1.499998 1.5 0 0 0 12.503906 14 A 1.499998 1.5 0 0 0 14.003906 12.5 A 1.499998 1.5 0 0 0 12.503906 11 z M 12.503906 12 A 0.5 0.5 0 0 1 13.003906 12.5 A 0.5 0.5 0 0 1 12.503906 13 A 0.5 0.5 0 0 1 12.003906 12.5 A 0.5 0.5 0 0 1 12.503906 12 z "
- class="ColorScheme-Highlight"
- />
- </svg>
|