{
  "apiVersion": 3,
  "title": "Icon",
  "name": "b3rg/icon-block",
  "version": "1.0.0",
  "category": "b3rg",
  "description": "Display an icon or upload your own SVG icon to your content.",
  "supports": {
    "html": false,
    "customClassName": false
  },
  "attributes": {
    "icon": {
      "type": "string",
      "default": ""
    },
    "iconName": {
      "type": "string",
      "default": "starEmpty"
    },
    "iconExtension": {
      "type": "string",
      "default": ""
    },
    "label": {
      "type": "string"
    },
    "rotate": {
      "type": "number"
    },
    "flipHorizontal": {
      "type": "boolean"
    },
    "flipVertical": {
      "type": "boolean"
    },
    "enableWidth": {
      "type": "boolean",
      "default": true
    },
    "width": {
      "type": "string",
      "default": 50
    },
    "attachmentId": {
      "type": "number",
      "default": 0
    },
    "blockClassNames": {
      "type": "array",
      "default": [
        {
          "value": "e-icn--dlt",
          "label": "Dlt"
        }
      ]
    }
  },
  "transforms": {},
  "textdomain": "b3rg",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}