import { SVGProps } from 'react'; const StatsIcon = (props?: SVGProps) => { return ( ); }; export default StatsIcon;