0.0.2 • Published 4 months ago

@junbosque/iconsax-react-native-svg v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Installation

  • Install Yarn package
yarn add @junbosque/iconsax-react-native-svg
  • Install NPM package
npm install @junbosque/iconsax-react-native-svg

Usage

Local registration:

import { Home1BoldIcon } from "@junbosque/iconsax-react-native-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