Coder Social home page Coder Social logo

larrysingh / react-native-unicons Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iconscout/react-native-unicons

0.0 0.0 0.0 837 KB

Unicons - 1000+ vector icons as easy to use vector React Native Components

JavaScript 99.01% Ruby 0.24% Objective-C 0.35% Java 0.25% Starlark 0.14%

react-native-unicons's Introduction

React Native Unicons

1000+ Pixel-perfect vector icons as React Native Components. These icons are designed by Iconscout.

Prerequisites

This library uses react-native-svg to render svg icons. Therefore this library needs to be installed & linked into your project to work.

You can install it by:

npm install --save react-native-svg
react-native link react-native-svg

Facing issues? Click here to link it manually.

Getting Started

You can easily install react-native-unicons using npm.

npm install --save @iconscout/react-native-unicons

Usage

Use individual icons

import UilReact from '@iconscout/react-native-unicons/icons/uil-react'

const App = () => {
  return <UilReact size="140" color="#61DAFB" />
};

export default App;

You can customize icons as below:

<Unicons.UilReact size="140" color="#61DAFB" />

Usage as full Package

import * as Unicons from '@iconscout/react-native-unicons';

const App = () => {
  return <Unicons.UilReact />
};

export default App;

More ways

Contributing

We will be happy to have community support for Unicons. Feel free to fork and create pull requests. We have given a small roadmap above so that you can help us build these features.

Icon Requests

We've created a thread at Iconscout Community where you can request for new icons. And we'll be happy to design them in upcoming weeks.

License

Unicons are Open Source icons and licensed under Apache 2.0. You're free to use these icons in your personal and commercial project. We would love to see the attribution in your app's about screen, but it's not mandatory.

React Native Unicons by <a href="https://iconscout.com/">Iconscout</a>

react-native-unicons's People

Contributors

tarunmangukiya avatar larrysingh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.