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