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