1.0.6 • Published 1 year ago

react-icons-macs v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago