aykutkardas / react-icomoon

It makes it very simple to use SVG icons in your React and React-Native projects.
https://svgps.app
MIT License
216 stars 22 forks source link

Add new icons #5

Closed ithustle closed 4 years ago

ithustle commented 4 years ago

Is it possible using this lib add new icons?

aykutkardas commented 4 years ago

Not yet. Currently it only allows you to use the standard icons provided by icomoon. I can add this as a feature.

ithustle commented 4 years ago

Good. It will be a good asset...

Sent with GitHawk

aykutkardas commented 4 years ago

@ithustle You can check the repo. Npm package was updated. https://github.com/aykutkardas/React-IcoMoon#custom-iconset

ithustle commented 4 years ago

@aykutkardas , I've checked and tried it but I have this error:

Screenshot_1575289623

aykutkardas commented 4 years ago

@aykutkardas , I've checked and tried it but I have this error:

@ithustle Oh. Sorry. This package is only suitable for web projects. You have to follow a different way to use icons in Mobile.

Please check this repo. https://github.com/oblador/react-native-vector-icons#createiconsetfromicomoonconfig-fontfamily-fontfile

ithustle commented 4 years ago

Ouch!! It's okay. No problem. Thanks anyway