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		"add": {
29			"file": "images/icons/add.svg"
30		},
31		"browser": {
32			"file": {
33				"ltr": "images/icons/browser-ltr.svg",
34				"rtl": "images/icons/browser-rtl.svg"
35			}
36		},
37		"cancel": {
38			"file": "images/icons/cancel.svg",
39			"variants": [ "destructive" ]
40		},
41		"check": {
42			"file": "images/icons/check.svg",
43			"variants": [ "destructive", "success" ]
44		},
45		"checkAll": {
46			"file": "images/icons/checkAll.svg"
47		},
48		"clear": {
49			"file": "images/icons/clear.svg"
50		},
51		"clock": {
52			"file": "images/icons/clock.svg"
53		},
54		"close": {
55			"file": "images/icons/close.svg"
56		},
57		"ellipsis": {
58			"file": "images/icons/ellipsis.svg"
59		},
60		"feedback": {
61			"file": {
62				"ltr": "images/icons/feedback-ltr.svg",
63				"rtl": "images/icons/feedback-rtl.svg"
64			}
65		},
66		"funnel": {
67			"file": {
68				"ltr": "images/icons/funnel-ltr.svg",
69				"rtl": "images/icons/funnel-rtl.svg"
70			},
71			"variants": [ "destructive" ]
72		},
73		"heart": {
74			"file": "images/icons/heart.svg"
75		},
76		"help": {
77			"file": {
78				"ltr": "images/icons/help-ltr.svg",
79				"rtl": "images/icons/help-rtl.svg",
80				"lang": {
81					"he,yi": "images/icons/help-ltr.svg"
82				}
83			}
84		},
85		"helpNotice": {
86			"file": {
87				"ltr": "images/icons/helpNotice-ltr.svg",
88				"rtl": "images/icons/helpNotice-rtl.svg",
89				"lang": {
90					"he,yi": "images/icons/helpNotice-ltr.svg"
91				}
92			}
93		},
94		"home": {
95			"file": "images/icons/home.svg"
96		},
97		"key": {
98			"file": "images/icons/key.svg"
99		},
100		"keyboard": {
101			"file": "images/icons/keyboard.svg"
102		},
103		"lightbulb": {
104			"file": "images/icons/lightbulb.svg"
105		},
106		"logIn": {
107			"file": {
108				"ltr": "images/icons/logIn-ltr.svg",
109				"rtl": "images/icons/logIn-rtl.svg"
110			}
111		},
112		"logOut": {
113			"file": {
114				"ltr": "images/icons/logOut-ltr.svg",
115				"rtl": "images/icons/logOut-rtl.svg"
116			}
117		},
118		"network": {
119			"file": "images/icons/network.svg"
120		},
121		"networkOff": {
122			"file": "images/icons/networkOff.svg"
123		},
124		"newWindow": {
125			"file": {
126				"ltr": "images/icons/newWindow-ltr.svg",
127				"rtl": "images/icons/newWindow-rtl.svg"
128			}
129		},
130		"pageSettings": {
131			"file": "images/icons/pageSettings.svg"
132		},
133		"printer": {
134			"file": "images/icons/printer.svg"
135		},
136		"reload": {
137			"file": "images/icons/reload.svg"
138		},
139		"search": {
140			"file": "images/icons/search.svg"
141		},
142		"settings": {
143			"file": "images/icons/settings.svg"
144		},
145		"stopHand": {
146			"file": "images/icons/stopHand.svg",
147			"variants": [ "destructive" ]
148		},
149		"subtract": {
150			"file": "images/icons/subtract.svg",
151			"variants": [ "destructive" ]
152		}
153	}
154}
155