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