Alternatively, loosen requirement of a semicolon in the regex that does the color replacements.
14 lines
995 B
XML
14 lines
995 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 7 2 L 7 4.1328125 A 4 4 0 0 0 5.9726562 4.5585938 L 4.4648438 3.0507812 L 3.0507812 4.4648438 L 4.5585938 5.9726562 A 4 4 0 0 0 4.1308594 7 L 2 7 L 2 9 L 4.1328125 9 A 4 4 0 0 0 4.5585938 10.027344 L 3.0507812 11.535156 L 4.4648438 12.949219 L 5.9726562 11.441406 A 4 4 0 0 0 7 11.869141 L 7 14 L 9 14 L 9 11.867188 A 4 4 0 0 0 10.027344 11.441406 L 11.535156 12.949219 L 12.949219 11.535156 L 11.441406 10.027344 A 4 4 0 0 0 11.869141 9 L 14 9 L 14 7 L 11.867188 7 A 4 4 0 0 0 11.441406 5.9726562 L 12.949219 4.4648438 L 11.535156 3.0507812 L 10.027344 4.5585938 A 4 4 0 0 0 9 4.1308594 L 9 2 L 7 2 z M 8 6 A 2 2 0 0 1 10 8 A 2 2 0 0 1 8 10 A 2 2 0 0 1 6 8 A 2 2 0 0 1 8 6 z "
|
|
class="ColorScheme-Text" />
|
|
</svg>
|