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