{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "jvm/single-icon",
  "title": "Single icon",
  "icon": "flag",
  "category": "common",
  "keywords": ["Icon"],
  "supports": {
    "color": {
      "text": true,
      "background": true,
      "link": false
    },
    "spacing": {
      "padding": true,
      "margin": true,
      "__experimentalDefaultControls": {
        "margin": false,
        "padding": false
      }
    },
    "typography": {
      "textAlign": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    }
  },
  "attributes": {
    "icon": {
      "type": "string"
    },
    "fontSize": {
      "type": "number"
    },
    "url": {
      "type": "string"
    },
    "linkTarget": {
      "type": "string"
    },
    "rel": {
      "type": "string"
    },
    "iconColor": {
      "type": "string"
    }
  }
}
