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