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