[Feature]: Add Heroicons

Author: maukoeseCreated Jan 1, 2025Updated Jan 12, 2025
Labelsfont request

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:

javascript
import { HeroIcons } from "...";

<Heroicons name="o-user" />

Additional context

No response

Source: oblador/react-native-vector-icons