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