import { Toolbar, ToolbarButton, ToolbarGroup, SVG, Path } from '@wordpress/components'; import { alignCenter, alignLeft, alignRight, code, formatBold, formatItalic, formatStrikethrough, link, paragraph, } from '@wordpress/icons'; function InlineImageIcon() { return ( ); } const ToolbarExample = () => ( // id is required for server side rendering Text , title: 'Inline image' }, { icon: formatStrikethrough, title: 'Strikethrough', }, ] } /> ); export default ToolbarExample;