{
	"apiVersion": 2,
	"name": "areoi/icon",
	"title": "Icon",
	"parent": null,
	"category": "areoi-components",
	"description": "Choose from 1600 Bootstrap icons.",
	"textdomain": "default",
	"keywords": [ "areoi", "bootstrap", "icons" ],
	"example": {
		"attributes": {
			"preview": true
		}
	},
	"attributes": {
		"preview": {
			"type": "boolean",
			"default": false
		},
		"anchor": {
			"type": "string",
			"default": false
		},
		"block_id": {
			"type": "string",
			"default": null
		},
		"style": {
			"type": "string",
			"default": "text-primary"
		},
		"size": {
			"type": "string",
			"default": "24"
		},
		"icon": {
			"type": "string",
			"default": "bi-activity"
		},

		"hide_xs": {
			"type": "boolean",
			"default": false
		},
		"hide_sm": {
			"type": "boolean",
			"default": false
		},
		"hide_md": {
			"type": "boolean",
			"default": false
		},
		"hide_lg": {
			"type": "boolean",
			"default": false
		},
		"hide_xl": {
			"type": "boolean",
			"default": false
		},
		"hide_xxl": {
			"type": "boolean",
			"default": false
		},

		"horizontal_align_xs": {
			"type": "string",
			"default": null
		},
		"horizontal_align_sm": {
			"type": "string",
			"default": null
		},
		"horizontal_align_md": {
			"type": "string",
			"default": null
		},
		"horizontal_align_lg": {
			"type": "string",
			"default": null
		},
		"horizontal_align_xl": {
			"type": "string",
			"default": null
		},
		"horizontal_align_xxl": {
			"type": "string",
			"default": null
		}
	},
	"supports": {
		"anchor": true,
		"align": false,
		"html": false
	},
	"editorScript": "areoi-blocks",
    "editorStyle": "file:./index.css",
    "style": "file:../../build/style.css"
}
