Merge "mw.Feedback: If the message is posted remotely, link the title correctly"
[lhc/web/wiklou.git] / resources / lib / oojs-ui / 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 "warning": {
18 "color": "#ff5d00"
19 }
20 },
21 "images": {
22 "article": { "file": {
23 "ltr": "images/icons/article-ltr.svg",
24 "rtl": "images/icons/article-rtl.svg"
25 } },
26 "articles": { "file": {
27 "ltr": "images/icons/articles-ltr.svg",
28 "rtl": "images/icons/articles-rtl.svg"
29 } },
30 "articleCheck": { "file": {
31 "ltr": "images/icons/articleCheck-ltr.svg",
32 "rtl": "images/icons/articleCheck-rtl.svg"
33 } },
34 "articleSearch": { "file": {
35 "ltr": "images/icons/articleSearch-ltr.svg",
36 "rtl": "images/icons/articleSearch-rtl.svg"
37 } },
38 "articleRedirect": { "file": {
39 "ltr": "images/icons/articleRedirect-ltr.svg",
40 "rtl": "images/icons/articleRedirect-rtl.svg"
41 } },
42 "book": { "file": {
43 "ltr": "images/icons/book-ltr.svg",
44 "rtl": "images/icons/book-rtl.svg"
45 } },
46 "citeArticle": { "file": {
47 "ltr": "images/icons/citeArticle-ltr.svg",
48 "rtl": "images/icons/citeArticle-rtl.svg"
49 } },
50 "die": { "file": {
51 "ltr": "images/icons/die-ltr.svg",
52 "rtl": "images/icons/die-rtl.svg"
53 } },
54 "download": { "file": {
55 "ltr": "images/icons/download-ltr.svg",
56 "rtl": "images/icons/download-rtl.svg"
57 } },
58 "folderPlaceholder": { "file": {
59 "ltr": "images/icons/folderPlaceholder-ltr.svg",
60 "rtl": "images/icons/folderPlaceholder-rtl.svg"
61 } },
62 "history": { "file": "images/icons/history.svg" },
63 "info": { "file": "images/icons/info.svg" },
64 "journal": { "file": {
65 "ltr": "images/icons/journal-ltr.svg",
66 "rtl": "images/icons/journal-rtl.svg"
67 } },
68 "newspaper": { "file": {
69 "ltr": "images/icons/newspaper-ltr.svg",
70 "rtl": "images/icons/newspaper-rtl.svg"
71 } },
72 "tag": { "file": "images/icons/tag.svg", "variants": [ "destructive", "warning" ] },
73 "upload": { "file": {
74 "ltr": "images/icons/upload-ltr.svg",
75 "rtl": "images/icons/upload-rtl.svg"
76 } },
77 "window": { "file": "images/icons/window.svg" }
78 }
79 }