Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to change the symbol id's prefix inside the sprite? #227

Open
fahdaddi opened this issue Jan 27, 2021 · 1 comment
Open

how to change the symbol id's prefix inside the sprite? #227

fahdaddi opened this issue Jan 27, 2021 · 1 comment

Comments

@fahdaddi
Copy link

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 prefix i- 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" />

Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants