SVG icon missing error with dropdown settings in theme object settings when max input is reached

I noticed several warnings about a missing empty icon in my browser console.

The icon “” is missing from the SVG subset

These were triggered when the icon was hidden on the dropdown in my theme’s object settings because the max input was reached.

Sample setting.yml of a theme component for reproduction:

dropdown_settings:
  type: objects
  default: []
  schema:
    name: test
    properties:
      max_2:
        type: categories
        validations:
          max: 2
      max_1:
        type: groups
        validations:
          max: 1
      max_3:
        type: tags
        validations:
          max: 3
2 לייקים