{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "blockbite/icon",
  "version": "0.1.0",
  "title": "Icon",
  "category": "blockbite",
  "icon": "flag",
  "description": "icon block",
  "attributes": {
    "svgCode": {
      "type": "string",
      "default": "<svg xmlns='http://www.w3.org/2000/svg' fill='currentColor' data-name='Layer 1' viewBox='0 0 24 24'><path d='M17.92,11.62a1,1,0,0,0-.21-.33l-5-5a1,1,0,0,0-1.42,1.42L14.59,11H7a1,1,0,0,0,0,2h7.59l-3.3,3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l5-5a1,1,0,0,0,.21-.33A1,1,0,0,0,17.92,11.62Z'/></svg>"
    },
    "linkUrl": {
      "type": "string",
      "default": ""
    },
    "linkTitle": {
      "type": "string",
      "default": "Title"
    },
    "linkTarget": {
      "type": "string",
      "default": "_self"
    }
  },
  "supports": {
    "border": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    },
    "html": false,
    "color": {
      "gradients": true,
      "link": true,
      "background": true,
      "text": true
    },
    "dimensions": {
      "minHeight": true
    },
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true
    },
    "typography": {
      "fontSize": true
    },
    "align": true
  },
  "textdomain": "blockbite",
  "editorScript": "file:./index.js"
}