Step 1: Find an icon you like from
Step 2: Copy the import statement.
import GeneratedIcon from 'https://icons.church/ICON_FAMILY/ICON_NAME';
Step 3: Use the icon in your component.
export default function MyComponent() {
return <GeneratedIcon />;
}
If you would like to use the SVG directly, you can fetch the SVG from our API.
<svg src='https://icons.church/ICON_FAMILY/ICON_NAME/svg' alt='ICON_NAME' />
If you would like to contribute to this project, please visit our GitHub repository