Update OOUI to v0.26.0
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / wikimediaui / icons-moderation.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 "block": { "file": "images/icons/block.svg", "variants": [ "destructive" ] },
23 "unBlock": {
24 "file": "images/icons/unBlock.svg"
25 },
26 "clip": { "file": "images/icons/clip.svg" },
27 "unClip": { "file": "images/icons/unClip.svg" },
28 "flag": { "file": {
29 "ltr": "images/icons/flag-ltr.svg",
30 "rtl": "images/icons/flag-rtl.svg"
31 } },
32 "unFlag": { "file": {
33 "ltr": "images/icons/unFlag-ltr.svg",
34 "rtl": "images/icons/unFlag-rtl.svg"
35 } },
36 "lock": {
37 "file": "images/icons/lock.svg", "variants": [ "destructive" ]
38 },
39 "unLock": {
40 "file": "images/icons/unLock.svg", "variants": [ "destructive" ]
41 },
42 "star": { "file": "images/icons/star.svg" },
43 "halfStar": { "file": {
44 "ltr": "images/icons/halfStar-ltr.svg",
45 "rtl": "images/icons/halfStar-rtl.svg"
46 } },
47 "unStar": { "file": "images/icons/unStar.svg" },
48 "trash": { "file": "images/icons/trash.svg", "variants": [ "destructive" ] },
49 "unTrash": {
50 "file": "images/icons/unTrash.svg"
51 },
52 "pushPin": { "file": "images/icons/pushPin.svg" },
53 "ongoingConversation": { "file": {
54 "ltr": "images/icons/ongoingConversation-ltr.svg",
55 "rtl": "images/icons/ongoingConversation-rtl.svg"
56 } }
57 }
58 }