Icons in properties: is there a list?

Is there a list somewhere of icon names that can be used in Elements properties? For example:

    {
      "title": "Rows",
      "icon": "tablecells",
      "properties": [
        {
          "title": "Links",
          "property": "links",
          "collection": {
            "identifier": "com.acme.table.collections.rows"
          }
        }
      ]
    },

If I want to replace the tablecells icon?

I couldn’t find anything in the documentation although I may have missed it?

@logrunner They are SF Symbols. Use any SF Symbol name.

1 Like

Thanks @Doobox - have downloaded SF Symbols 6 :+1:

1 Like

I will get that added to the docs, thanks for the reminder :saluting_face: