Alternatively, loosen requirement of a semicolon in the regex that does the color replacements.
14 lines
596 B
XML
14 lines
596 B
XML
<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:#232629;
|
|
}
|
|
</style>
|
|
</defs>
|
|
<path
|
|
style="fill:currentColor"
|
|
d="M 3 2 C 2.446 2 2 2.446 2 3 L 2 13 C 2 13.554 2.446 14 3 14 L 13 14 C 13.554 14 14 13.554 14 13 L 14 3 C 14 2.446 13.554 2 13 2 L 3 2 z M 3 3 L 13 3 L 13 13 L 3 13 L 3 3 z M 9 4 L 9 7 L 12 7 A 3 3 0 0 0 9 4 z M 8 5 A 3 3 0 0 0 5 8 A 3 3 0 0 0 8 11 A 3 3 0 0 0 11 8 L 8 8 L 8 5 z "
|
|
class="ColorScheme-Text" />
|
|
</svg>
|