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