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