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