1.0.8 • Published 3 years ago

udevs-icon-set v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
3 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

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago