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