{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "cmblocks/icon",
  "version": "1.0.0",
  "title": "CM Icon",
  "category": "codemanas-blocks",
  "icon": "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" class=\"cm-blocks__icon\" aria-hidden=\"true\" focusable=\"false\"><path fill=\"#e34f08\" d=\"m9.25 22l-.4-3.2q-.325-.125-.612-.3t-.563-.375L4.7 19.375l-2.75-4.75l2.575-1.95Q4.5 12.5 4.5 12.338v-.675q0-.163.025-.338L1.95 9.375l2.75-4.75l2.975 1.25q.275-.2.575-.375t.6-.3l.4-3.2h5.5l.4 3.2q.325.125.613.3t.562.375l2.975-1.25l2.75 4.75l-2.575 1.95q.025.175.025.338v.674q0 .163-.05.338l2.575 1.95l-2.75 4.75l-2.95-1.25q-.275.2-.575.375t-.6.3l-.4 3.2zm2.8-6.5q1.45 0 2.475-1.025T15.55 12t-1.025-2.475T12.05 8.5q-1.475 0-2.488 1.025T8.55 12t1.013 2.475T12.05 15.5\"></path></svg>",
  "description": "Icon block",
  "example": {},
  "supports": {
    "html": false
  },
  "attributes": {
    "alignment": {
      "type": "string",
      "default": "center"
    },
    "icon": {
      "type": "string",
      "default": "settings"
    },
    "icon_size": {
      "type": "object",
      "default": {
        "value": 50,
        "unit": "px"
      }
    },
    "link": {
      "type": "object",
      "default": {
        "enabled": false,
        "url": "",
        "openInTab": false,
        "nofollow": false
      }
    },
    "colors": {
      "type": "object",
      "default": {
        "normal": "#000",
        "hover": "#000"
      }
    }
  },
  "textdomain": "cm-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}