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