{
  "name": "blockspare/blockspare-iconset",
  "category": "blockspare",
  "attributes": {
    "align": {
      "type": "string",
      "default": "center"
    },
    "animation": {
      "type": "string",
      "default": ""
    },
    "sectionAlignment": {
      "type": "string",
      "default": "center"
    },
    "uniqueClass": {
      "type": "string",
      "default": ""
    },
    "name": {
      "type": "string",
      "default": "fas fa-rocket"
    },
    "iconSize": {
      "type": "string",
      "default": "blockspare-icon-size-small"
    },
    "iconStyles": {
      "type": "string",
      "default": "blockspare-icon-style2"
    },
    "iconBackgroundColor": {
      "type": "string",
      "default": "#8b249c"
    },
    "iconBorderColor": {
      "type": "string",
      "default": "#8b249c"
    },
    "iconColor": {
      "type": "string",
      "default": "#fff"
    },
    "borderRadius": {
      "type": "number",
      "default": 50
    },
    "marginTop": {
      "type": "number",
      "default": 30
    },
    "marginRight": {
      "type": "number",
      "default": 0
    },
    "marginBottom": {
      "type": "number",
      "default": 30
    },
    "marginLeft": {
      "type": "number",
      "default": 0
    },
    "paddingTop": {
      "type": "number",
      "default": 30
    },
    "paddingRight": {
      "type": "number",
      "default": 30
    },
    "paddingBottom": {
      "type": "number",
      "default": 30
    },
    "paddingLeft": {
      "type": "number",
      "default": 30
    },
    "blockHoverEffect": {
      "type": "string",
      "default": ""
    },
    "enableIconLink": {
      "type": "boolean",
      "default": false
    },
    "LinkType": {
      "type": "string",
      "default": "custom"
    },
    "CustomLink": {
      "type": "string",
      "default": ""
    },
    "backgroundOpacity": {
      "type": "number",
      "default": 1
    }
  }
}