react-feather
react-feather copied to clipboard
change icon dynmically from database
Icon.{variable} can i do this
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>
@abdotigami Incase you want something like following:
Preview: https://fzqqlu.csb.app/ Sandbox Link: https://codesandbox.io/s/smoosh-https-fzqqlu