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