custom-icon
v1.0.0
Published
this package allows you to easily use all the icons of the exhibition in the blink of an eye
Maintainers
Readme
![]()
Install
this package allows you to easily use the expo icons
npm install custom-iconFeatures
- Easy to use
- Accept all types of icons
- Cross platform
Usage/Examples
import IconCustom from 'icon-custom'
function App() {
return <IconCustom
iconName={"airplane"}
iconType={"Ionicons"}
size={60}
color={"black}
/>
}Props Reference
| Parameter | Type | Exemple |
| :-------- | :------- | :------------------------- |
| iconName | string | 'airplane' |
| iconType | string | 'Ionicons' |
| size | number | 25 |
| color | string | 'black' |
