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