0.0.10 • Published 5 months ago

@wandersonalwes/iconsax-react-native v0.0.10

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

0.0.10

5 months ago

0.0.9

5 months ago