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