1.0.6 • Published 2 years ago

react-icons-macs v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago