/** * External dependencies */ import { Path } from '@wordpress/components'; /** * Internal dependencies */ import renderMaterialIcon from '../shared/components/render-material-icon'; import { getIconColor } from '../shared/util/block-icons'; // "image" icon from @wordpress/icons const ImageSelectFieldIcon = renderMaterialIcon( ); export default { foreground: getIconColor(), src: ImageSelectFieldIcon, };