{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "riaco-icon-block/riaco-icon-block",
  "version": "1.0.1",
  "title": "Icons",
  "category": "widgets",
  "icon": "lightbulb",
  "description": "Add SVG icons to your content with full control over icon selection, size, color, alignment, and background gradients.",
  "example": {},
  "supports": {
    "html": false,
    "textAlign": true
  },
  "attributes": {
    "icon": {
      "type": "string",
      "default": "WordPressIcon"
    },
    "size": {
      "type": "number",
      "default": 24
    },
    "iconColor": {
      "type": "string"
    },
    "iconBackgroundColor": {
      "type": "string"
    },
    "iconBackgroundColorGradient": {
      "type": "string"
    },
    "iconAlign": {
      "type": "string",
      "default": "center"
    },
    "borderRadius": {
      "type": "number",
      "default": 50
    },
    "borderWidth": {
      "type": "string",
      "default": "0px"
    },
    "borderColor": {
      "type": "string",
      "default": ""
    },
    "borderStyle": {
      "type": "string",
      "default": "solid"
    },
    "padding": {
      "type": "number",
      "default": 0
    },
    "iconLink": {
      "type": "string",
      "default": ""
    },
    "iconLinkOpenInNewTab": {
      "type": "boolean",
      "default": false
    },
    "iconNofollow": {
      "type": "boolean",
      "default": false
    }
  },
  "textdomain": "riaco-icon-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}