Don't check namespace in SpecialWantedtemplates
[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 "star": { "file": "images/icons/star.svg" },
41 "trash": { "file": "images/icons/trash.svg" },
42 "trashUndo": { "file": {
43 "ltr": "images/icons/trashUndo-ltr.svg",
44 "rtl": "images/icons/trashUndo-rtl.svg"
45 } },
46 "unLock": { "file": {
47 "ltr": "images/icons/unLock-ltr.svg",
48 "rtl": "images/icons/unLock-rtl.svg"
49 }, "variants": [ "destructive" ] },
50 "unStar": { "file": "images/icons/unStar.svg" }
51 }
52 }