File tree 2 files changed +0
-10
lines changed
block-directory/src/components/downloadable-blocks-panel
block-editor/src/components/inserter
2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 2
2
* WordPress dependencies
3
3
*/
4
4
import { __ } from '@wordpress/i18n' ;
5
- import { Icon , blockDefault } from '@wordpress/icons' ;
6
5
import { Tip , ExternalLink } from '@wordpress/components' ;
7
6
8
7
function DownloadableBlocksNoResults ( ) {
9
8
return (
10
9
< >
11
10
< div className = "block-editor-inserter__no-results" >
12
- < Icon
13
- className = "block-editor-inserter__no-results-icon"
14
- icon = { blockDefault }
15
- />
16
11
< p > { __ ( 'No results found.' ) } </ p >
17
12
</ div >
18
13
< div className = "block-editor-inserter__tips" >
Original file line number Diff line number Diff line change 2
2
* WordPress dependencies
3
3
*/
4
4
import { __ } from '@wordpress/i18n' ;
5
- import { Icon , blockDefault } from '@wordpress/icons' ;
6
5
7
6
function InserterNoResults ( ) {
8
7
return (
9
8
< div className = "block-editor-inserter__no-results" >
10
- < Icon
11
- className = "block-editor-inserter__no-results-icon"
12
- icon = { blockDefault }
13
- />
14
9
< p > { __ ( 'No results found.' ) } </ p >
15
10
</ div >
16
11
) ;
You can’t perform that action at this time.
0 commit comments