1234567891011121314151617181920 |
- <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-NegativeText {
- color:#da4453;
- }
- </style>
- </defs>
- <path
- style="fill:currentColor;fill-opacity:1;stroke:none"
- d="M 2 2 L 2 14 L 3 14 L 8 14 L 8 13 L 3 13 L 3 2 L 2 2 z M 5 2 L 5 3 L 9 3 L 9 7 L 10 7 L 10 3 L 14 3 L 14 2 L 5 2 z "
- class="ColorScheme-Text"/>
- <path
- style="fill:currentColor;fill-opacity:1;stroke:none"
- class="ColorScheme-NegativeText"
- d="M 9.99,8 9,8.99 11.01,11 9,13.01 9.99,14 12,11.99 14.01,14 15,13.01 12.99,11 15,8.99 14.01,8 12,10.01 Z" />
- </svg>
|