Skip to content

devEbaas/react-icon-library

Repository files navigation

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>
)

About

A library based on svg files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published