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