{
	"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": {
		"bookmarkOutline": {
			"file": "images/icons/bookmarkOutline.svg"
		},
		"bookmark": {
			"file": "images/icons/bookmark.svg"
		},
		"block": {
			"file": "images/icons/block.svg",
			"variants": [ "destructive" ]
		},
		"unBlock": {
			"file": "images/icons/unBlock.svg"
		},
		"flag": {
			"file": {
				"ltr": "images/icons/flag-ltr.svg",
				"rtl": "images/icons/flag-rtl.svg"
			}
		},
		"unFlag": {
			"file": {
				"ltr": "images/icons/unFlag-ltr.svg",
				"rtl": "images/icons/unFlag-rtl.svg"
			}
		},
		"lock": {
			"file": "images/icons/lock.svg",
			"variants": [ "destructive" ]
		},
		"unLock": {
			"file": "images/icons/unLock.svg",
			"variants": [ "destructive" ]
		},
		"restore": {
			"file": "images/icons/restore.svg"
		},
		"star": {
			"file": "images/icons/star.svg"
		},
		"halfStar": {
			"file": {
				"ltr": "images/icons/halfStar-ltr.svg",
				"rtl": "images/icons/halfStar-rtl.svg"
			}
		},
		"unStar": {
			"file": "images/icons/unStar.svg"
		},
		"trash": {
			"file": "images/icons/trash.svg",
			"variants": [ "destructive" ]
		},
		"pushPin": {
			"file": "images/icons/pushPin.svg"
		},
		"ongoingConversation": {
			"file": {
				"ltr": "images/icons/ongoingConversation-ltr.svg",
				"rtl": "images/icons/ongoingConversation-rtl.svg"
			}
		}
	}
}
