import { divIcon } from 'leaflet'; export const clusterIcon = cluster => divIcon({ html: `
${cluster.getChildCount()}
` });