hc-app-icons
v1.0.27
Published
SVG Icon Set being used across Healthy Church Apps.
Downloads
450
Readme
Healthy Chruch App Icons
SVG Icon Set being used across Healthy Church Apps.
Current Icon Set
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.