Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 623 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 623 Bytes

Healthy Chruch App Icons

SVG Icon Set being used across Healthy Church Apps.

Current Icon Set

Icon Preview

Installation

Using a package manager:

npm install hc-app-icons

Usage

With React

On the web, these icons can be used without an additional setup.

import { IconActivity } from "hc-app-icons";

<img src={IconActivity} />

With React Native

Install React Native SVG and follow the documentation.