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
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:
Additional context
No response