Is your feature request related to a problem? Please describe.
If you create a component which needs to display different icons, you always need to import those icons manually and pass to component.
Describe the solution you'd like
import {Icon} from "iconoir-react-native"
<Icon name={"x-mark"} />
Describe alternatives you've considered
N/A
Additional context
N/A
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
Is your feature request related to a problem? Please describe. If you create a component which needs to display different icons, you always need to import those icons manually and pass to component.
Describe the solution you'd like import {Icon} from "iconoir-react-native"
<Icon name={"x-mark"} />
Describe alternatives you've considered N/A
Additional context N/A
Upvote & Fund