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
run npm install react-custom-icons-th
import React from 'react'
import { IconName } from 'react-custom-icons-th'
export const App = () => (
<div>
<IconName />
</div>
)