{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "editorScript": "file:index.js",
  "render": "file:render.php",
  "name": "lsx-tour-operator/icons",
  "title": "Icons",
  "description": "A simple block that allows you to insert any SVG icons from a custom library.",
  "category": "lsx-tour-operator",
  "keywords": [
    "icons",
    "icon",
    "svg"
  ],
  "attributes": {
    "iconType": {
      "type": "string",
      "default": "outline"
    },
    "iconName": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false,
    "color": {
      "text": true,
      "background": true
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true
    }
  },
  "style": "file:style-index.css",
  "example": {}
}