/** * External dependencies */ import { removeCart } from '@woocommerce/icons'; import { Icon } from '@wordpress/icons'; import { registerFeaturePluginBlockType } from '@woocommerce/block-settings'; /** * Internal dependencies */ import { Edit, Save } from './edit'; registerFeaturePluginBlockType( 'woocommerce/empty-cart-block', { icon: { src: ( ), }, edit: Edit, save: Save, } );