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