0.0.2 • Published 1 year ago

iconsax-tamagui-react-icons v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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