Open fahdaddi opened 3 years ago
Any specific reason why you want to remove i-
prefix form sprite ids?
Also if it's possible to remove the xmlns attribute from the svg when using
<svg-icon name="arrow-forward" />
This is not possible at the time
is there any way to change the id prefix generated in the sprite (ie: id="i-
icon-name
"). in the previous example I need to remove the prefixi-
so that the generated symbol looks like<symbol id="arrow-forward">...</symbol>
Also if it's possible to remove the
xmlns
attribute from the svg when using<svg-icon name="arrow-forward" />