SVG Icon Set being used across Healthy Church Apps.
Using a package manager:
npm install hc-app-icons
On the web, these icons can be used without an additional setup.
import { IconActivity } from "hc-app-icons";
<img src={IconActivity} />
Install React Native SVG
and follow the documentation.