{
  "$schema": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/block.json",
  "apiVersion": 2,
  "name": "ainoblocks/icon",
  "title": "Icon",
  "version": "1.1.0",
  "description": "An icon block.",
  "category": "ainoblocks",
  "keywords": [
    "ainoblocks",
    "icon",
    "svg",
    "image"
  ],
  "textdomain": "ainoblocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "attributes": {
    "iconType": {
      "type": "string"
    },
    "iconSize": {
      "type": "string"
    },
    "alignment": {
      "type": "string"
    }
  },
  "supports": {
    "color": {
      "gradients": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "spacing": {
      "padding": true,
      "__experimentalDefaultControls": {
        "padding": true
      }
    },
    "__experimentalBorder": {
      "radius": true,
      "__experimentalDefaultControls": {
        "radius": true
      }
    }
  }
}