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