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