0.0.2 • Published 2 years ago
iconsax-tamagui-react-icons v0.0.2
Installation
- Install Yarn package
 
yarn add iconsax-react-native-svg- Install NPM package
 
npm install iconsax-react-native-svgUsage
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