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