File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
block-directory/src/components/downloadable-blocks-panel
block-editor/src/components/inserter Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 22 * WordPress dependencies
33 */
44import { __ } from '@wordpress/i18n' ;
5- import { Icon , blockDefault } from '@wordpress/icons' ;
65import { Tip , ExternalLink } from '@wordpress/components' ;
76
87function DownloadableBlocksNoResults ( ) {
98 return (
109 < >
1110 < div className = "block-editor-inserter__no-results" >
12- < Icon
13- className = "block-editor-inserter__no-results-icon"
14- icon = { blockDefault }
15- />
1611 < p > { __ ( 'No results found.' ) } </ p >
1712 </ div >
1813 < div className = "block-editor-inserter__tips" >
Original file line number Diff line number Diff line change 22 * WordPress dependencies
33 */
44import { __ } from '@wordpress/i18n' ;
5- import { Icon , blockDefault } from '@wordpress/icons' ;
65
76function InserterNoResults ( ) {
87 return (
98 < div className = "block-editor-inserter__no-results" >
10- < Icon
11- className = "block-editor-inserter__no-results-icon"
12- icon = { blockDefault }
13- />
149 < p > { __ ( 'No results found.' ) } </ p >
1510 </ div >
1611 ) ;
You can’t perform that action at this time.
0 commit comments