/** * External dependencies */ import { __ } from '@wordpress/i18n'; import { currencyDollar, Icon } from '@wordpress/icons'; export const BLOCK_TITLE: string = __( 'Product Price', 'woo-gutenberg-products-block' ); export const BLOCK_ICON: JSX.Element = ( ); export const BLOCK_DESCRIPTION: string = __( 'Display the price of a product.', 'woo-gutenberg-products-block' );