Merge "ResourceLoaderImageModule: Fix incorrect documentation"
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / mediawiki / icons-moderation.json
1 {
2 "prefix": "oo-ui-icon",
3 "intro": "@import '../../../../src/styles/common';",
4 "variants": {
5 "invert": {
6 "color": "#FFFFFF",
7 "global": true
8 },
9 "progressive": {
10 "color": "#347BFF"
11 },
12 "constructive": {
13 "color": "#00AF89"
14 },
15 "destructive": {
16 "color": "#D11D13"
17 },
18 "warning": {
19 "color": "#FF5D00"
20 }
21 },
22 "images": {
23 "block": { "file": "images/icons/block.svg", "variants": [ "destructive" ] },
24 "blockUndo": { "file": {
25 "ltr": "images/icons/blockUndo-ltr.svg",
26 "rtl": "images/icons/blockUndo-rtl.svg"
27 } },
28 "flag": { "file": {
29 "ltr": "images/icons/flag-ltr.svg",
30 "rtl": "images/icons/flag-rtl.svg"
31 } },
32 "flagUndo": { "file": {
33 "ltr": "images/icons/flagUndo-ltr.svg",
34 "rtl": "images/icons/flagUndo-rtl.svg"
35 } },
36 "lock": { "file": {
37 "ltr": "images/icons/lock-ltr.svg",
38 "rtl": "images/icons/lock-rtl.svg"
39 }, "variants": [ "destructive" ] },
40 "ongoingConversation": { "file": {
41 "ltr": "images/icons/ongoingConversation-ltr.svg",
42 "rtl": "images/icons/ongoingConversation-rtl.svg"
43 } },
44 "star": { "file": "images/icons/star.svg" },
45 "trash": { "file": "images/icons/trash.svg" },
46 "trashUndo": { "file": {
47 "ltr": "images/icons/trashUndo-ltr.svg",
48 "rtl": "images/icons/trashUndo-rtl.svg"
49 } },
50 "unLock": { "file": {
51 "ltr": "images/icons/unLock-ltr.svg",
52 "rtl": "images/icons/unLock-rtl.svg"
53 }, "variants": [ "destructive" ] },
54 "unStar": { "file": "images/icons/unStar.svg" }
55 }
56 }