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