1{
2	"selectorWithoutVariant": ".oo-ui-icon-{name}",
3	"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
4	"intro": "@import '../../../../src/styles/common.less';",
5	"variants": {
6		"invert": {
7			"color": "#fff",
8			"global": true
9		},
10		"progressive": {
11			"color": "#36c",
12			"global": true
13		},
14		"destructive": {
15			"color": "#d33"
16		},
17		"error": {
18			"color": "#d33"
19		},
20		"warning": {
21			"color": "#fc3"
22		},
23		"success": {
24			"color": "#14866d"
25		}
26	},
27	"images": {
28		"bookmarkOutline": {
29			"file": "images/icons/bookmarkOutline.svg"
30		},
31		"bookmark": {
32			"file": "images/icons/bookmark.svg"
33		},
34		"block": {
35			"file": "images/icons/block.svg",
36			"variants": [ "destructive" ]
37		},
38		"unBlock": {
39			"file": "images/icons/unBlock.svg"
40		},
41		"flag": {
42			"file": {
43				"ltr": "images/icons/flag-ltr.svg",
44				"rtl": "images/icons/flag-rtl.svg"
45			}
46		},
47		"unFlag": {
48			"file": {
49				"ltr": "images/icons/unFlag-ltr.svg",
50				"rtl": "images/icons/unFlag-rtl.svg"
51			}
52		},
53		"lock": {
54			"file": "images/icons/lock.svg",
55			"variants": [ "destructive" ]
56		},
57		"unLock": {
58			"file": "images/icons/unLock.svg",
59			"variants": [ "destructive" ]
60		},
61		"restore": {
62			"file": "images/icons/restore.svg"
63		},
64		"star": {
65			"file": "images/icons/star.svg"
66		},
67		"halfStar": {
68			"file": {
69				"ltr": "images/icons/halfStar-ltr.svg",
70				"rtl": "images/icons/halfStar-rtl.svg"
71			}
72		},
73		"unStar": {
74			"file": "images/icons/unStar.svg"
75		},
76		"trash": {
77			"file": "images/icons/trash.svg",
78			"variants": [ "destructive" ]
79		},
80		"pushPin": {
81			"file": "images/icons/pushPin.svg"
82		},
83		"ongoingConversation": {
84			"file": {
85				"ltr": "images/icons/ongoingConversation-ltr.svg",
86				"rtl": "images/icons/ongoingConversation-rtl.svg"
87			}
88		}
89	}
90}
91