Update OOUI to v0.26.2
[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": { "file": "images/icons/block.svg", "variants": [ "destructive" ] },
29 "unBlock": {
30 "file": "images/icons/unBlock.svg"
31 },
32 "clip": {
33 "file": "images/icons/bookmarkOutline.svg",
34 "deprecated": "Renamed since v0.26.1, use 'bookmarkOutline' instead."
35 },
36 "unClip": {
37 "file": "images/icons/bookmark.svg",
38 "deprecated": "Renamed since v0.26.1, use 'bookmark' instead."
39 },
40 "flag": { "file": {
41 "ltr": "images/icons/flag-ltr.svg",
42 "rtl": "images/icons/flag-rtl.svg"
43 } },
44 "unFlag": { "file": {
45 "ltr": "images/icons/unFlag-ltr.svg",
46 "rtl": "images/icons/unFlag-rtl.svg"
47 } },
48 "lock": {
49 "file": "images/icons/lock.svg", "variants": [ "destructive" ]
50 },
51 "unLock": {
52 "file": "images/icons/unLock.svg", "variants": [ "destructive" ]
53 },
54 "star": { "file": "images/icons/star.svg" },
55 "halfStar": { "file": {
56 "ltr": "images/icons/halfStar-ltr.svg",
57 "rtl": "images/icons/halfStar-rtl.svg"
58 } },
59 "unStar": { "file": "images/icons/unStar.svg" },
60 "trash": { "file": "images/icons/trash.svg", "variants": [ "destructive" ] },
61 "unTrash": {
62 "file": "images/icons/unTrash.svg"
63 },
64 "pushPin": { "file": "images/icons/pushPin.svg" },
65 "ongoingConversation": { "file": {
66 "ltr": "images/icons/ongoingConversation-ltr.svg",
67 "rtl": "images/icons/ongoingConversation-rtl.svg"
68 } }
69 }
70 }