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