/** * External dependencies */ import { registerBlockType } from '@wordpress/blocks'; import { Icon, starHalf } from '@wordpress/icons'; /** * Internal dependencies */ import metadata from './block.json'; import edit from './edit'; import { supports } from './support'; registerBlockType( metadata, { icon: { src: ( ), }, supports, edit, } );