0.0.1 • Published 4 months ago

iconsax-react-native-svg v0.0.1

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

Installation

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

Usage

Local registration:

import { Home1BoldIcon } from "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