{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "block-icons-google/icon",
  "version": "2.0.0",
  "title": "Icon",
  "category": "media",
  "description": "Insert and customize Google Material Symbols icons.",
  "keywords": [
    "icon",
    "google",
    "material",
    "symbols",
    "svg"
  ],
  "textdomain": "block-icons-google",
  "attributes": {
    "iconName": {
      "type": "string",
      "default": ""
    },
    "style": {
      "type": "string",
      "default": "outlined"
    },
    "fill": {
      "type": "boolean",
      "default": false
    },
    "size": {
      "type": "number",
      "default": 48
    },
    "hoverColor": {
      "type": "string",
      "default": ""
    },
    "justification": {
      "type": "string",
      "default": ""
    },
    "url": {
      "type": "string",
      "default": ""
    },
    "linkTarget": {
      "type": "string",
      "default": ""
    },
    "rel": {
      "type": "string",
      "default": ""
    },
    "label": {
      "type": "string",
      "default": ""
    },
    "isDecorative": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "html": false,
    "color": {
      "text": true,
      "background": false,
      "gradients": false
    },
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}