0.0.8 • Published 2 years ago

iconsax-react-native v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

for React

©️ iconsax github and official website(other format and platform available)

Installation

yarn add iconsax-react-native react-native-svg
# or
npm i iconsax-react-native react-native-svg

Usage

import React from 'react';
//import icon.
import { EmojiHappy } from 'iconsax-react-native';

const Example = () => {
  // then use it as a normal React Component
  return <EmojiHappy />;
};

You can configure Icons with inline props:

<EmojiHappy color="#eee" variant="Bulk" size={54} />

Props

PropTypeDefaultNote
colorstringcurrentColorcss color
sizenumber string24pxsize={24} or size="24"
variantLinear Outline TwoTone Bulk Broken BoldLinearicons styles

Contributing

See CONTRIBUTING.md

License

MIT