{
	"selectorWithoutVariant": ".oo-ui-icon-{name}",
	"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
	"intro": "@import '../../../../src/styles/common';",
	"variants": {
		"invert": {
			"color": "#fff",
			"global": true
		},
		"progressive": {
			"color": "#36c",
			"global": true
		},
		"destructive": {
			"color": "#d33"
		},
		"warning": {
			"color": "#ff5d00"
		}
	},
	"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"
		},
		"clip": {
			"file": "images/icons/bookmarkOutline.svg",
			"deprecated": "Renamed since v0.26.1, use 'bookmarkOutline' instead."
		},
		"unClip": {
			"file": "images/icons/bookmark.svg",
			"deprecated": "Renamed since v0.26.1, use 'bookmark' instead."
		},
		"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" ]
		},
		"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" ] },
		"unTrash": {
			"file": "images/icons/unTrash.svg"
		},
		"pushPin": { "file": "images/icons/pushPin.svg" },
		"ongoingConversation": { "file": {
			"ltr": "images/icons/ongoingConversation-ltr.svg",
			"rtl": "images/icons/ongoingConversation-rtl.svg"
		} }
	}
}
