Merge "Improve docs for Title::getInternalURL/getCanonicalURL"
[lhc/web/wiklou.git] / resources / lib / ooui / themes / wikimediaui / icons-content.json
1 {
2 "selectorWithoutVariant": ".oo-ui-icon-{name}",
3 "selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
4 "intro": "@import '../../../../src/styles/common';",
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 "article": {
29 "file": {
30 "ltr": "images/icons/article-ltr.svg",
31 "rtl": "images/icons/article-rtl.svg"
32 }
33 },
34 "articles": {
35 "file": {
36 "ltr": "images/icons/articles-ltr.svg",
37 "rtl": "images/icons/articles-rtl.svg"
38 }
39 },
40 "articleAdd": {
41 "file": "images/icons/articleAdd.svg"
42 },
43 "articleCheck": {
44 "file": "images/icons/articleCheck.svg"
45 },
46 "articleSearch": {
47 "file": "images/icons/articleSearch.svg"
48 },
49 "articleRedirect": {
50 "file": {
51 "ltr": "images/icons/articleRedirect-ltr.svg",
52 "rtl": "images/icons/articleRedirect-rtl.svg"
53 }
54 },
55 "die": {
56 "file": "images/icons/die.svg"
57 },
58 "download": {
59 "file": "images/icons/download.svg"
60 },
61 "folderPlaceholder": {
62 "file": {
63 "ltr": "images/icons/folderPlaceholder-ltr.svg",
64 "rtl": "images/icons/folderPlaceholder-rtl.svg"
65 }
66 },
67 "history": {
68 "file": "images/icons/history.svg"
69 },
70 "info": {
71 "file": {
72 "default": "images/icons/info.svg",
73 "lang": {
74 "ar": "images/icons/lightbulb.svg"
75 }
76 }
77 },
78 "robot": {
79 "file": "images/icons/robot.svg"
80 },
81 "tag": {
82 "file": {
83 "ltr": "images/icons/tag-ltr.svg",
84 "rtl": "images/icons/tag-rtl.svg"
85 },
86 "variants": [
87 "destructive",
88 "error",
89 "warning"
90 ]
91 },
92 "upload": {
93 "file": "images/icons/upload.svg"
94 },
95 "window": {
96 "file": "images/icons/window.svg"
97 }
98 }
99 }