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