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