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