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