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