1.0.7 • Published 12 months ago

react-icons-native v1.0.7

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

React Icons Native

https://www.npmjs.com/package/react-icons-native https://www.npmjs.com/package/react-native-svg

Easily add popular icons to your React Native projects with 'react-icons ver 4.8.0 icons ', which uses imports that allow you to add only the icons your project uses.

Installation (for standard modern project)

yarn add  react-icons-native eact-native-svg
# or
npm install react-icons-native react-native-svg --save

example usage

import { FaBook } from "react-icons-native/fa";

function Question() {
  return (
    <View >
       <FaBook  width={40} height={40} fill="blue"  />
       <FaBook  width={100} height={100} fill="green" />
       <FaBook  width={200} height={200} fill="red" />
       <FaBook  width={300} height={500} fill="cyan" />
    </View>
  );
}

Icons

Icon LibraryLicenseVersionCount
Circum IconsMPL-2.0 licensea2924cb1ee37b9fa39ef023a36f1c884b3492e9b285
Font AwesomeCC BY 4.0 License5.15.41612
Ionicons 4MIT4.6.3696
Ionicons 5MIT5.5.01332
Material Design iconsApache License Version 2.04.0.0-12-g63c5cb30603650
TypiconsCC BY-SA 3.02.1.2336
Github Octicons iconsMIT8.5.0184
FeatherMIT4.28.0286
Game IconsCC BY 3.012920d6565588f0512542a3cb0cdfd36a497f9104040
Weather IconsSIL OFL 1.12.0.12219
DeviconsMIT1.8.0192
Ant Design IconsMIT4.2.1789
Bootstrap IconsMIT1.5.01846
Remix IconApache License Version 2.02.5.02271
Flat Color IconsMIT1.0.2329
Grommet-IconsApache License Version 2.04.6.2615
HeroiconsMIT1.0.4460
Heroicons 2MIT2.0.8530
Simple IconsCC0 1.0 Universal5.16.02024
Simple Line IconsMIT2.5.5189
IcoMoon FreeCC BY 4.0 Licensed006795ede82361e1bac1ee76f215cf1dc51e4ca491
BoxIconsCC BY 4.0 License2.0.9757
css.ggMIT2.0.0704
VS Code IconsCC BY 4.00.0.23383
Tabler IconsMIT1.68.01978
Themify IconsMITv0.1.2352
Radix IconsMIT@radix-ui/react-icons@1.0.3-30-g237cd76318

You can add more icons by submitting pull requests or creating issues.

MIT

  • Icons are taken from the other projects so please check each project licences accordingly.
1.0.7

12 months ago

1.0.6

1 year ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago