Merge "Fix small typos"
[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 },
24 "images": {
25 "bookmarkOutline": {
26 "file": "images/icons/bookmarkOutline.svg"
27 },
28 "bookmark": {
29 "file": "images/icons/bookmark.svg"
30 },
31 "block": {
32 "file": "images/icons/block.svg",
33 "variants": [ "destructive" ]
34 },
35 "unBlock": {
36 "file": "images/icons/unBlock.svg"
37 },
38 "flag": {
39 "file": {
40 "ltr": "images/icons/flag-ltr.svg",
41 "rtl": "images/icons/flag-rtl.svg"
42 }
43 },
44 "unFlag": {
45 "file": {
46 "ltr": "images/icons/unFlag-ltr.svg",
47 "rtl": "images/icons/unFlag-rtl.svg"
48 }
49 },
50 "lock": {
51 "file": "images/icons/lock.svg",
52 "variants": [ "destructive" ]
53 },
54 "unLock": {
55 "file": "images/icons/unLock.svg",
56 "variants": [ "destructive" ]
57 },
58 "star": {
59 "file": "images/icons/star.svg"
60 },
61 "halfStar": {
62 "file": {
63 "ltr": "images/icons/halfStar-ltr.svg",
64 "rtl": "images/icons/halfStar-rtl.svg"
65 }
66 },
67 "unStar": {
68 "file": "images/icons/unStar.svg"
69 },
70 "trash": {
71 "file": "images/icons/trash.svg",
72 "variants": [ "destructive" ]
73 },
74 "unTrash": {
75 "file": "images/icons/unTrash.svg"
76 },
77 "pushPin": {
78 "file": "images/icons/pushPin.svg"
79 },
80 "ongoingConversation": {
81 "file": {
82 "ltr": "images/icons/ongoingConversation-ltr.svg",
83 "rtl": "images/icons/ongoingConversation-rtl.svg"
84 }
85 }
86 }
87 }