{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "masterstudy/icon",
  "version": "0.1.0",
  "title": "MasterStudy Icon",
  "category": "masterstudy-lms-blocks",
  "icon": "flag",
  "description": "Add an icon to the page as a block",
  "example": {},
  "supports": {
    "html": false,
    "align": false,
    "alignWide": false,
    "__experimentalBorder": {
      "width": true,
      "radius": true,
      "color": true,
      "style": true
    },
    "spacing": {
      "padding": true,
      "margin": true
    },
    "color": {
      "background": true,
      "gradients": true,
      "text": true
    }
  },
  "attributes": {
    "iconName": {
      "type": "string",
      "default": ""
    },
    "iconAttr": {
      "type": "object",
      "default": {
        "prefix": "fas",
        "iconName": "graduation-cap",
        "icon": [
          640,
          512,
          [
            127891,
            "mortar-board"
          ],
          "f19d",
          "M320 32c-8.1 0-16.1 1.4-23.7 4.1L15.8 137.4C6.3 140.9 0 149.9 0 160s6.3 19.1 15.8 22.6l57.9 20.9C57.3 229.3 48 259.8 48 291.9v28.1c0 28.4-10.8 57.7-22.3 80.8c-6.5 13-13.9 25.8-22.5 37.6C0 442.7-.9 448.3 .9 453.4s6 8.9 11.2 10.2l64 16c4.2 1.1 8.7 .3 12.4-2s6.3-6.1 7.1-10.4c8.6-42.8 4.3-81.2-2.1-108.7C90.3 344.3 86 329.8 80 316.5V291.9c0-30.2 10.2-58.7 27.9-81.5c12.9-15.5 29.6-28 49.2-35.7l157-61.7c8.2-3.2 17.5 .8 20.7 9s-.8 17.5-9 20.7l-157 61.7c-12.4 4.9-23.3 12.4-32.2 21.6l159.6 57.6c7.6 2.7 15.6 4.1 23.7 4.1s16.1-1.4 23.7-4.1L624.2 182.6c9.5-3.4 15.8-12.5 15.8-22.6s-6.3-19.1-15.8-22.6L343.7 36.1C336.1 33.4 328.1 32 320 32zM128 408c0 35.3 86 72 192 72s192-36.7 192-72L496.7 262.6 354.5 314c-11.1 4-22.8 6-34.5 6s-23.5-2-34.5-6L143.3 262.6 128 408z"
        ]
      }
    },
    "mobile": {
      "type": "object",
      "default": {}
    },
    "tablet": {
      "type": "object",
      "default": {}
    },
    "desktop": {
      "type": "object",
      "default": {}
    },
    "blockStyles": {
      "type": "object",
      "default": {}
    },
    "clientId": {
      "type": "string",
      "default": ""
    }
  },
  "keywords": [
    "lms",
    "icon",
    "icons",
    "masterstudy"
  ],
  "textdomain": "masterstudy-lms-learning-management-system",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}