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