{
  "apiVersion": 3,
  "title": "Icon",
  "name": "brandy/icon",
  "category": "brandy-blocks",
  "description": "Insert an icon to make a visual statement.",
  "usesContext": [
    "allowResize",
    "imageCrop",
    "fixedHeight",
    "postId",
    "postType",
    "queryId"
  ],
  "attributes": {
    "iconName": {
      "type": "string",
      "default": ""
    },
    "iconType": {
      "type": "string",
      "default": "regular"
    }
  },
  "supports": {
    "interactivity": true,
    "align": [
      "left",
      "center",
      "right",
      "wide",
      "full"
    ],
    "anchor": true,
    "color": {
      "text": true,
      "background": true
    },
    "spacing": {
      "padding": true,
      "margin": true,
      "__experimentalDefaultControls": {
        "margin": false,
        "padding": false
      }
    },
    "typography": {
      "fontSize": true,
      "__experimentalFontWeight": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "width": true,
      "style": true,
      "__experimentalSkipSerialization": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "width": true,
        "style": true
      }
    },
    "shadow": {
      "__experimentalSkipSerialization": true
    }
  },
  "example": {
    "viewportWidth": 1400
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "script": "brandy-blocks/icon"
}