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