1.0.0 • Published 2 years ago

custom-icon v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Logo

Install

this package allows you to easily use the expo icons

  npm install custom-icon

Features

  • 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

ParameterTypeExemple
iconNamestring'airplane'
iconTypestring'Ionicons'
sizenumber25
colorstring'black'

Authors