An open API service indexing awesome lists of open source software.

https://github.com/lifeomic/chromicons

Handcrafted open source icons from LifeOmic
https://github.com/lifeomic/chromicons

icon-pack icons react react-native svg team-phc-platform

Last synced: 7 months ago
JSON representation

Handcrafted open source icons from LifeOmic

Awesome Lists containing this project

README

          

# 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

```bash
yarn add @lifeomic/chromicons
```

2. Import Icons!

```js
import { Apple } from '@lifeomic/chromicons';
```

**With React-Native**

1. Install Dependency

```bash
yarn add @lifeomic/chromicons-png
```

2. 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:

```jsx

```

**With React-Native (react-native-svg)**

1. Install Dependencies

```bash
yarn add @lifeomic/chromicons-native
```

2. Import the Icon Components

```jsx
import { Apple } from '@lifeomic/chromicons-native';

;
```

### Web App 💻

You can view and copy all of the SVGs to your clipboard via the [web app](https://lifeomic.github.io/chromicons.com/). 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!