Update OOUI to v0.31.0
[lhc/web/wiklou.git] / resources / lib / ooui / 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 "error": {
18 "color": "#d33"
19 },
20 "warning": {
21 "color": "#fc3"
22 },
23 "success": {
24 "color": "#14866d"
25 }
26 },
27 "images": {
28 "bookmarkOutline": {
29 "file": "images/icons/bookmarkOutline.svg"
30 },
31 "bookmark": {
32 "file": "images/icons/bookmark.svg"
33 },
34 "block": {
35 "file": "images/icons/block.svg",
36 "variants": [ "destructive" ]
37 },
38 "unBlock": {
39 "file": "images/icons/unBlock.svg"
40 },
41 "flag": {
42 "file": {
43 "ltr": "images/icons/flag-ltr.svg",
44 "rtl": "images/icons/flag-rtl.svg"
45 }
46 },
47 "unFlag": {
48 "file": {
49 "ltr": "images/icons/unFlag-ltr.svg",
50 "rtl": "images/icons/unFlag-rtl.svg"
51 }
52 },
53 "lock": {
54 "file": "images/icons/lock.svg",
55 "variants": [ "destructive" ]
56 },
57 "unLock": {
58 "file": "images/icons/unLock.svg",
59 "variants": [ "destructive" ]
60 },
61 "star": {
62 "file": "images/icons/star.svg"
63 },
64 "halfStar": {
65 "file": {
66 "ltr": "images/icons/halfStar-ltr.svg",
67 "rtl": "images/icons/halfStar-rtl.svg"
68 }
69 },
70 "unStar": {
71 "file": "images/icons/unStar.svg"
72 },
73 "trash": {
74 "file": "images/icons/trash.svg",
75 "variants": [ "destructive" ]
76 },
77 "unTrash": {
78 "file": "images/icons/unTrash.svg"
79 },
80 "pushPin": {
81 "file": "images/icons/pushPin.svg"
82 },
83 "ongoingConversation": {
84 "file": {
85 "ltr": "images/icons/ongoingConversation-ltr.svg",
86 "rtl": "images/icons/ongoingConversation-rtl.svg"
87 }
88 }
89 }
90 }