import PropTypes from 'prop-types'; import React from 'react'; import Icon from 'soapbox/components/icon'; import { shortNumberFormat } from 'soapbox/utils/numbers'; const IconWithCounter = ({ icon, count, ...rest }) => { return (