0.0.3 • Published 1 year ago

iconsax-react-svg v0.0.3

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

Installation

  • Install Yarn package
yarn add iconsax-react-svg
  • Install NPM package
npm install iconsax-react-svg

Usage

Local registration:

import { Home1BoldIcon } from "iconsax-react-svg";

function App() {
  return (
    <div>
      <Home1BoldIcon size={24} color="white" />
    </div>
  );
}

export default App;

Props

inherits SVGSVGElement properties with

  • Default size = 24
  • Default color = black

Contact

Jun Bosque https://github.com/bosquejun

Project Link: https://github.com/bosquejun/iconsax-monorepo

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago