import { IStatProps } from '../../../types' import { __ } from '@wordpress/i18n' import './Stat.scss' export const Stat = ({ icon, title, value }: IStatProps) => { return (