Corbin Schwimmbeck 457072af9e fix missing semicolon
Alternatively, loosen requirement of a semicolon in the regex that does the color replacements.
2024-05-21 04:24:30 +02:00

14 lines
507 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22">
<defs id="defs3051">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
color:#232629;
}
</style>
</defs>
<path
style="fill:currentColor"
d="M 11 3 C 8.784 3 7 4.784 7 7 L 7 11 L 5 11 L 5 19 L 17 19 L 17 11 L 15 11 L 15 7 C 15 4.784 13.216 3 11 3 z M 11 4 C 12.662 4 14 5.561 14 7.5 L 14 11 L 8 11 L 8 7.5 C 8 5.561 9.338 4 11 4 z "
class="ColorScheme-Text" />
</svg>