# Healthy Chruch App Icons

SVG Icon Set being used across Healthy Church Apps.

### Current Icon Set
[Icon Preview](https://htmlpreview.github.io/?https://github.com/saddlebackdev/hc-app-icons/blob/dev/src/Icons.html)

### Installation

Using a package manager:

```sh
npm install hc-app-icons
```

### Usage

#### With React

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

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

<img src={IconActivity} />
```

#### With React Native

Install `React Native SVG` and follow the [documentation](https://github.com/react-native-svg/react-native-svg#readme).
