react-icons-macs
v1.0.6
Published
React icon library with custom svg files
Downloads
21
Readme
Add new Icons
To setup te proyect run npm install
to get all the dependencies required of the project
To add new icons first move the svg files into resources/icons
and next
run the command line npm run generate:icons
Instalation
run npm install react-custom-icons-th
Usage
Basic usage
import React from 'react'
import { IconName } from 'react-custom-icons-th'
export const App = () => (
<div>
<IconName />
</div>
)