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