hc-app-icons
v2.0.13
Published
SVG Icon Set being used across Healthy Church Apps.
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-iconsUsage
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.
