-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Description
Is your feature request related to a problem?
I use heroicons everywhere on web, and all dashboard, including those built with Filament, use heroicons. It'd be awesome if I could use the same on my mobile apps for consistency.
Describe the solution you'd like
Add support for heroicons. There's already a package for react (@heroicons/react), I'm thinking it won't be so hard to port over.
Describe alternatives you've considered
I have had a look at react-native-heroicons, but the implementation is not intuitive.
Would be nice if I could do something like:
import { HeroIcons } from "...";
<Heroicons name="o-user" />Additional context
No response
tommasoberlose, KieranSunshine, eronisko and davidjbng