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