{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "wuppi/icon",
	"version": "1.0.1",
	"title": "Icon",
	"category": "wuppi",
	"icon": "star-filled",
	"description": "Insert an inline SVG icon with customisable size, color, stroke width, background, and optional link.",
	"textdomain": "wuppi-blocks",
	"attributes": {
		"icon": {
			"type": "string",
			"default": ""
		},
		"size": {
			"type": "number",
			"default": 24
		},
		"strokeWidth": {
			"type": "number",
			"default": 2
		},
		"iconColor": {
			"type": "string",
			"default": ""
		},
		"backgroundColor": {
			"type": "string",
			"default": ""
		},
		"iconPadding": {
			"type": "number",
			"default": 0
		},
		"borderRadius": {
			"type": "number",
			"default": 0
		},
		"url": {
			"type": "string",
			"default": ""
		},
		"linkTarget": {
			"type": "string",
			"default": ""
		},
		"linkRel": {
			"type": "string",
			"default": ""
		},
		"alignment": {
			"type": "string",
			"default": "center"
		},
		"label": {
			"type": "string",
			"default": ""
		}
	},
	"supports": {
		"html": false,
		"align": false,
		"spacing": {
			"margin": true,
			"padding": true
		}
	}
}
