0.0.6 • Published 1 year ago

my-icons v0.0.6

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

My Icons

  • This is a svg icons
  • You can customized your icon

Installation

  • If you NPM user then use
npm i my-icons
  • If you YARN user then use
yarn add my-icons

Icons use

  • At first download npm install my-icons@latest package
  • Then import your specific icons with my-icons
import {MyIcon} from "my-icons"
function App() {
 return (
   <>
     <MyIcon/>
   </>
 )
}
export default App

Icons props

import {MyIcon} from "my-icons"
function App() {
 return (
   <>
     <MyIcon size='30' color='black'/>
   </>
 )
}
export default App

Best of luck 💕

0.0.1

1 year ago

0.0.3

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.6

1 year ago

2.0.0

2 years ago

1.0.1

2 years ago

0.0.0

2 years ago

1.0.0

3 years ago