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