Unable to find icon for domain geo_location

HI,

using the integration:

geo_location:
  - platform: usgs_earthquakes_feed
#    url: https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_day.geojson
    feed_type: 'past_day_all_earthquakes'
    radius: 5000
    minimum_magnitude: 2.0
    latitude: -7.redacted
    longitude: 110.redacted

and the lovelace monster card:

  - type: custom:card-modder
    style:
#      --paper-card-background-color: rgba(255, 255, 240, 0.3) #ivory
  #    --paper-item-icon-color: white
#      border-radius: 6px
      color: black #'#555B65'
      box-shadow: 0px 0px 2px 1px
    card:
      type: custom:monster-card
      show_empty: false
      card:
        type: entities
        show_header_toggle: false
        title: Earth quakes
      filter:
        include:
          - domain: geo_location

shows a card alright:

50

but also the error:

would this be a bug?