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