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