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