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