npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

react-icons-native

v1.0.7

Published

<img src="https://rawgit.com/gorangajic/react-icons/master/react-icons.svg" width="120" alt="React Icons">

Downloads

8

Readme

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 Library | License | Version | Count | | ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ---------------------------------------- | ----: | | Circum Icons | MPL-2.0 license | a2924cb1ee37b9fa39ef023a36f1c884b3492e9b | 285 | | Font Awesome | CC BY 4.0 License | 5.15.4 | 1612 | | Ionicons 4 | MIT | 4.6.3 | 696 | | Ionicons 5 | MIT | 5.5.0 | 1332 | | Material Design icons | Apache License Version 2.0 | 4.0.0-12-g63c5cb3060 | 3650 | | Typicons | CC BY-SA 3.0 | 2.1.2 | 336 | | Github Octicons icons | MIT | 8.5.0 | 184 | | Feather | MIT | 4.28.0 | 286 | | Game Icons | CC BY 3.0 | 12920d6565588f0512542a3cb0cdfd36a497f910 | 4040 | | Weather Icons | SIL OFL 1.1 | 2.0.12 | 219 | | Devicons | MIT | 1.8.0 | 192 | | Ant Design Icons | MIT | 4.2.1 | 789 | | Bootstrap Icons | MIT | 1.5.0 | 1846 | | Remix Icon | Apache License Version 2.0 | 2.5.0 | 2271 | | Flat Color Icons | MIT | 1.0.2 | 329 | | Grommet-Icons | Apache License Version 2.0 | 4.6.2 | 615 | | Heroicons | MIT | 1.0.4 | 460 | | Heroicons 2 | MIT | 2.0.8 | 530 | | Simple Icons | CC0 1.0 Universal | 5.16.0 | 2024 | | Simple Line Icons | MIT | 2.5.5 | 189 | | IcoMoon Free | CC BY 4.0 License | d006795ede82361e1bac1ee76f215cf1dc51e4ca | 491 | | BoxIcons | CC BY 4.0 License | 2.0.9 | 757 | | css.gg | MIT | 2.0.0 | 704 | | VS Code Icons | CC BY 4.0 | 0.0.23 | 383 | | Tabler Icons | MIT | 1.68.0 | 1978 | | Themify Icons | MIT | v0.1.2 | 352 | | Radix Icons | MIT | @radix-ui/[email protected] | 318 |

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.