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