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