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