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