meronex / meronex-icons

svg react icons of popular icon packs
Other
48 stars 2 forks source link

Ionic icons imported as ios instead of io #4

Open martsie opened 4 years ago

martsie commented 4 years ago

Describe the bug Ionic icons are imported with the /ios library folder name instead of /io making it necessary to refactor projects that use react-icons ionic icons.

Expected behavior Ionic icons can be imported using react-icons io library name eg import { IoIosInformationCircle, IoIosWarning } from '@meronex/icons/io';

aogaili commented 3 years ago

@martsie good point, I'll take a look into this.