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