{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "tripzzy/icon-picker",
  "title": "Icon Picker",
  "category": "tripzzy",
  "icon": "<svg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M15.9999 1.00024C7.71556 1.00024 0.999939 7.71587 0.999939 16.0002C0.999939 24.284 7.71556 31.0002 15.9999 31.0002C24.2843 31.0002 30.9999 24.284 30.9999 16.0002C31 7.71581 24.2843 1.00024 15.9999 1.00024ZM25.5368 14.2227L20.9106 17.5839C20.6218 17.7939 20.5012 18.1658 20.6112 18.5052L22.3787 23.9433C22.6249 24.7027 21.7562 25.3339 21.1106 24.8646L16.4843 21.5033C16.1956 21.2939 15.8043 21.2939 15.5156 21.5033L10.8893 24.8646C10.2437 25.3339 9.37494 24.7027 9.62181 23.9433L11.3887 18.5052C11.4987 18.1658 11.3781 17.7939 11.0893 17.5839L6.46306 14.2227C5.81744 13.7539 6.14931 12.7321 6.94744 12.7321H12.6656C13.0224 12.7321 13.3393 12.5027 13.4493 12.1627L15.2162 6.72456C15.4631 5.96518 16.5368 5.96518 16.7837 6.72456L18.5506 12.1627C18.6613 12.5027 18.9774 12.7321 19.3343 12.7321H25.0524C25.8506 12.7321 26.1824 13.7539 25.5368 14.2227Z' fill='#3EB368'/></svg>",
  "description": "Icon Picker allows users to easily search, select, and insert icons directly into your page.",
  "keywords": [
    "tripzzy",
    "icon picker",
    "icon"
  ],
  "textdomain": "default",
  "attributes": {
    "blockId": {
      "type": "string",
      "default": ""
    },
    "iconData": {
      "type": "object",
      "default": {}
    },
    "primaryColor": {
      "type": "string",
      "default": ""
    },
    "primaryColorHover": {
      "type": "string",
      "default": ""
    },
    "secondaryColor": {
      "type": "string",
      "default": ""
    },
    "secondaryColorHover": {
      "type": "string",
      "default": ""
    },
    "textAlign": {
      "type": "string",
      "default": "center"
    },
    "padding": {
      "type": "object",
      "default": {
        "top": "16px",
        "right": "16px",
        "bottom": "16px",
        "left": "16px"
      }
    },
    "borderWidth": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": ""
      }
    },
    "borderRadius": {
      "type": "object",
      "default": {
        "top": "",
        "right": "",
        "bottom": "",
        "left": ""
      }
    }
  },
  "supports": {
    "anchor": true,
    "className": true,
    "typography": {
      "fontSize": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": [
    "tripzzy-fontawesome",
    "tripzzy-admin-block-editor",
    "file:./index.css"
  ],
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}