We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Icon.{variable} can i do this
The text was updated successfully, but these errors were encountered:
I guess if you use the original feather icons library you can replace the href parameter in the SVG to point to the icon you want:
<svg class="feather"> <use href={`path/to/dist/feather-sprite.svg#{variable}`}/> </svg>
Sorry, something went wrong.
@abdotigami Incase you want something like following:
Preview: https://fzqqlu.csb.app/ Sandbox Link: https://codesandbox.io/s/smoosh-https-fzqqlu
No branches or pull requests
Icon.{variable} can i do this
The text was updated successfully, but these errors were encountered: