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