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