3.5.1 • Published 11 months ago

@lifeomic/chromicons-native v3.5.1

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

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!

3.4.0

1 year ago

3.3.1

1 year ago

3.5.1

11 months ago

3.5.0

11 months ago

3.3.0

1 year ago

3.2.0

1 year ago

3.1.0

1 year ago

3.0.0

1 year ago

2.16.1

2 years ago

2.15.0

2 years ago

2.16.0

2 years ago

2.14.0

3 years ago

2.13.0

3 years ago

2.11.0

3 years ago

2.12.0

3 years ago

2.10.1

3 years ago

2.10.0

3 years ago

2.7.0

3 years ago

2.9.0

3 years ago

2.8.0

3 years ago

2.5.0

3 years ago

2.4.0

3 years ago

2.6.0

3 years ago

2.3.0

3 years ago

2.2.1

3 years ago

2.2.0

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago