nandorojo / react-native-heroicons

Hero Icons for React Native. 🫡
64 stars 6 forks source link

Any plan to add "mini" icons? #2

Closed derick-bai closed 6 months ago

derick-bai commented 1 year ago

I saw that currently you only support outline and solid icons. Any plan to add mini icons?

BTW, great work. And nice TypeScript support 👍🏻

nandorojo commented 1 year ago

did these just get added? happy to add support

brennanangel commented 6 months ago

@derick-bai From what I understand, the mini icons are 20px x 20px

These are in the project under react-native-heroicons/blob/master/src/20/solid/

For example, see ArrowDownCircle https://github.com/nandorojo/react-native-heroicons/blob/master/src/20/solid/arrow-down-circle.tsx which has a viewBox="0 0 20 20" SVG already.

It might make sense to close this issue