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