{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/icon",
	"title": "Brand Icon",
	"description": "Drop in SVGs, emojis, or media library icons with Blocks Monster styling and sizing options.",
	"version": "0.0.1",
	"icon": "editor-textcolor",
	"attributes": {
		"id": {
            "type": "number"
        },
		"svg": {
            "type": "string"
        },
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object"
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js",
	"editorStyle": "file:./css/editor.css",
	"style": "file:./css/style.css"
}