diff --git a/src/index.js b/src/index.js index 869d6c4..b6fc306 100644 --- a/src/index.js +++ b/src/index.js @@ -15,12 +15,23 @@ import { Toolbar, ToolbarButton, PanelBody, - PanelRow, } from '@wordpress/components'; import { __ } from '@wordpress/i18n'; registerBlockType('room-vw/iconify', { - title: __('Iconify Icon', 'room-vw'), + title: __('Iconify', 'room-vw'), + icon: ( + + + + ), category: 'room-vw',