import { extendify } from '@auto-launch/icons'; import { Icon } from '@wordpress/icons'; export const Logo = ({ src, name }) => { if (src) { return (
{name
); } // Drawn in currentColor, so it stays legible on any page color a partner picks. return ( ); };