/** * External dependencies */ import { Icon } from '@wordpress/icons'; import { registerBlockType } from '@wordpress/blocks'; /** * Internal dependencies */ import { Edit, Save } from './edit'; import expressIcon from '../../../cart-checkout-shared/icon'; registerBlockType( 'woocommerce/cart-express-payment-block', { icon: { src: ( ), }, edit: Edit, save: Save, } );