1.0.8 • Published 2 years ago

udevs-icon-set v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Getting Started with Udevs icon set

In order to install, insert following command:

npm install udevs-icon-set --save

Available example

import { Bakery } from 'udevs-icon-set';

Use Bakery inside react component as following:

import { Bakery, AddressSvg } from 'udevs-icon-set'
function App() {
  return (
    <>
        <Bakery width='70' height='70'/>
        <AddressSvg /> //if there are no props of height or width, than it will take default value of "100px" for both height and width 
    </>
  );
}

export default App;

You can also add width and height property inside of SVG component.

1.0.8

2 years ago

1.0.7

2 years ago

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