import { Icon } from '@wordpress/components';
import { globe } from '@wordpress/icons';

export default {
	src: <Icon icon={ globe } />,
};
