Merge "Add parameter to API modules to apply change tags to log entries"
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / apex / icons-moderation.json
1 {
2 "prefix": "oo-ui-icon",
3 "intro": "@import '../../../../src/styles/common';",
4 "images": {
5 "block": { "file": "images/icons/block.svg" },
6 "blockUndo": { "file": {
7 "ltr": "images/icons/unBlock-ltr.svg",
8 "rtl": "images/icons/unBlock-rtl.svg"
9 } },
10 "unBlock": { "file": {
11 "ltr": "images/icons/unBlock-ltr.svg",
12 "rtl": "images/icons/unBlock-rtl.svg"
13 } },
14 "flag": { "file": {
15 "ltr": "images/icons/flag-ltr.svg",
16 "rtl": "images/icons/flag-rtl.svg"
17 } },
18 "flagUndo": { "file": {
19 "ltr": "images/icons/unFlag-ltr.svg",
20 "rtl": "images/icons/unFlag-rtl.svg"
21 } },
22 "unFlag": { "file": {
23 "ltr": "images/icons/unFlag-ltr.svg",
24 "rtl": "images/icons/unFlag-rtl.svg"
25 } },
26 "lock": { "file": "images/icons/lock.svg" },
27 "unLock": { "file": {
28 "ltr": "images/icons/unLock-ltr.svg",
29 "rtl": "images/icons/unLock-rtl.svg"
30 } },
31 "star": { "file": "images/icons/star.svg" },
32 "unStar": { "file": "images/icons/unStar.svg" },
33 "trash": { "file": "images/icons/trash.svg" },
34 "unTrash": { "file": {
35 "ltr": "images/icons/unTrash-ltr.svg",
36 "rtl": "images/icons/unTrash-rtl.svg"
37 } },
38 "trashUndo": { "file": {
39 "ltr": "images/icons/unTrash-ltr.svg",
40 "rtl": "images/icons/unTrash-rtl.svg"
41 } },
42 "ongoingConversation": {
43 "file": {
44 "ltr": "images/icons/ongoingConversation-ltr.svg",
45 "rtl": "images/icons/ongoingConversation-rtl.svg"
46 }
47 }
48 }
49 }