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