Depdending on your package manager, here are two examples:
NPM :
npm install react-ios-icons
YARN :yarn add react-ios-icons
import { Battery } from 'react-ios-icons'
// Renders the one-fifth of battery's capacity
export const DummyComponent: React.FC = () => {
return <Battery progression={75} />
}
import {} from 'react-ios-icons'
If you would like to contribute and improve our project, we've set certain rules to maintain a better scoial and development environment, almost everything is mentioned in the CONTRIBUTING.md file.
In order to create an icon, you need to generate one by executing:
NPM :
npm run generate <ComponentName>
YARN :yarn generate <ComponentName>
2 questions will be asked to you which helps giving instructions that will be provide a start code for your icon.