import * as React from 'react'; export interface Christianity32Props extends React.SVGProps { ariaLabel?: string } export default function Christianity32({ ariaLabel, ...props }: Christianity32Props) { return ( ); }