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