import { __ } from '@wordpress/i18n'; export default function AllCaughtUp(props) { return ( {__('All Caught Up Icon', 'extendify-local')} ); }