{
	"selectorWithoutVariant": ".oo-ui-icon-{name}",
	"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
	"intro": "@import '../../../../src/styles/common.less';",
	"variants": {
		"invert": {
			"color": "#fff",
			"global": true
		},
		"progressive": {
			"color": "#36c",
			"global": true
		},
		"destructive": {
			"color": "#d33"
		},
		"error": {
			"color": "#d33"
		},
		"warning": {
			"color": "#fc3"
		},
		"success": {
			"color": "#14866d"
		}
	},
	"images": {
		"edit": {
			"file": "images/icons/edit.svg"
		},
		"editLock": {
			"file": "images/icons/editLock.svg"
		},
		"editUndo": {
			"file": {
				"ltr": "images/icons/editUndo-ltr.svg",
				"rtl": "images/icons/editUndo-rtl.svg"
			}
		},
		"link": {
			"file": "images/icons/link.svg"
		},
		"unLink": {
			"file": "images/icons/unLink.svg",
			"variants": [ "destructive" ]
		},
		"linkExternal": {
			"file": {
				"ltr": "images/icons/linkExternal-ltr.svg",
				"rtl": "images/icons/linkExternal-rtl.svg"
			}
		},
		"linkSecure": {
			"file": "images/icons/linkSecure.svg"
		},
		"redo": {
			"file": {
				"ltr": "images/icons/redo-ltr.svg",
				"rtl": "images/icons/redo-rtl.svg"
			}
		},
		"undo": {
			"file": {
				"ltr": "images/icons/undo-ltr.svg",
				"rtl": "images/icons/undo-rtl.svg"
			}
		}
	}
}
