Alternatively, loosen requirement of a semicolon in the regex that does the color replacements.
14 lines
472 B
XML
14 lines
472 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 1 2 L 8 9 L 8 4.5 L 1 2 z M 8.5 4.5 L 14 7 L 12.5 4.5 L 8.5 4.5 z M 8.3 4.65 L 8.25 8.65 L 11 6 L 8.3 4.65 z M 6.25 7.75 L 3 14 L 7.8 9.25 L 6.25 7.75 z "
|
|
class="ColorScheme-Text" />
|
|
</svg>
|