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