import { extendify } from '@auto-launch/icons'; import { Icon } from '@wordpress/icons'; export const Logo = () => { if (window.extSharedData?.partnerLogo) { return (
{window.extSharedData?.partnerName
); } return ( ); };