GithubHelp home page GithubHelp logo

aaro700930 / chromicons Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lifeomic/chromicons

0.0 0.0 0.0 1.21 MB

Handcrafted open source icons from LifeOmic

License: MIT License

JavaScript 100.00%

chromicons's Introduction

Chromicons

Chromicons


Handcrafted open source icons from LifeOmic. Ready to use in web, iOS, Android, and desktop apps. Completely open source, MIT licensed, and built with โ™ฅ๏ธ by the team at LifeOmic.

Usage

npm package ๐Ÿ“ฆ

The recommended path for usage is via the package on npm.

  1. Install Dependency
yarn add @lifeomic/chromicons
  1. Import Icons!
import { Apple } from '@lifeomic/chromicons';

With React-Native

  1. Install Dependency
yarn add @lifeomic/chromicons-png
  1. Import Icons!

Icon images are stored in the lined folder. Each icon has its own folder with images for different screen densities (@1x, @1.5x, @2x, ..., @4x). Usage:

<Image
  style={{ height: 24, width: 24, tintColor: 'red' }}
  source={require('@lifeomic/chromicons-png/lined/apple/apple.png')}
/>

With React-Native (react-native-svg)

  1. Install Dependencies
yarn add @lifeomic/chromicons-native
  1. Import the Icon Components
import { Apple } from '@lifeomic/chromicons-native';

<Apple stroke="red" />;

Web App ๐Ÿ’ป

You can view and copy all of the SVGs to your clipboard via the web app. It also provides a link to download all raw SVGs.

Icon Requests

Have an icon you want designed? File a GitHub issue and we'd be happy to create it for you!

chromicons's People

Contributors

dependabot[bot] avatar dexterca avatar ghgamble avatar hemp avatar indigocarmen avatar joedimarzio avatar loscm avatar mdlavin avatar playdohdoh avatar sternetj avatar swain avatar ynotdraw 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.