@lifeomic/chromicons-native
TypeScript icon, indicating that this package has built-in type declarations

3.5.1 • Public • Published

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!

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
3.5.128latest

Version History

VersionDownloads (Last 7 Days)Published
3.5.128
3.5.00
3.4.00
3.3.11
3.3.016
3.2.00
3.1.00
3.0.00
2.16.10
2.16.00
2.15.00
2.14.01
2.13.00
2.12.01
2.11.00
2.10.11
2.10.00
2.9.00
2.8.01
2.7.00
2.6.01
2.5.01
2.4.00
2.3.00
2.2.11
2.2.08
2.1.11
2.1.01
2.0.11

Package Sidebar

Install

npm i @lifeomic/chromicons-native

Weekly Downloads

63

Version

3.5.1

License

MIT

Unpacked Size

2.62 MB

Total Files

1280

Last publish

Collaborators

  • lifeomicdev
  • npm-lifeomicdev-github