Merge "Remove not used private member variable mParserWarnings from OutputPage"
[mediawiki.git] / resources / lib / oojs-ui / themes / mediawiki / icons-moderation.json
blobfb1deb1e1c465c114a388c7c59b5b80823be6b63
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": {
41                         "file": {
42                                 "ltr": "images/icons/ongoingConversation-ltr.svg",
43                                 "rtl": "images/icons/ongoingConversation-rtl.svg"
44                         },
45                         "variants": [ "progressive" ]
46                 },
47                 "star": { "file": "images/icons/star.svg", "variants": [ "constructive" ] },
48                 "trash": { "file": "images/icons/trash.svg" },
49                 "trashUndo": { "file": {
50                         "ltr": "images/icons/trashUndo-ltr.svg",
51                         "rtl": "images/icons/trashUndo-rtl.svg"
52                 } },
53                 "unLock": { "file": {
54                         "ltr": "images/icons/unLock-ltr.svg",
55                         "rtl": "images/icons/unLock-rtl.svg"
56                 }, "variants": [ "destructive" ] },
57                 "unStar": { "file": "images/icons/unStar.svg", "variants": [ "constructive" ] }
58         }