Merge "build: karma now reports with mocha formatter"
[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 "unBlock": { "file": {
7 "ltr": "images/icons/unBlock-ltr.svg",
8 "rtl": "images/icons/unBlock-rtl.svg"
9 } },
10 "flag": { "file": {
11 "ltr": "images/icons/flag-ltr.svg",
12 "rtl": "images/icons/flag-rtl.svg"
13 } },
14 "unFlag": { "file": {
15 "ltr": "images/icons/unFlag-ltr.svg",
16 "rtl": "images/icons/unFlag-rtl.svg"
17 } },
18 "lock": { "file": "images/icons/lock.svg" },
19 "unLock": { "file": {
20 "ltr": "images/icons/unLock-ltr.svg",
21 "rtl": "images/icons/unLock-rtl.svg"
22 } },
23 "star": { "file": "images/icons/star.svg" },
24 "halfStar": { "file": {
25 "ltr": "images/icons/halfStar-ltr.svg",
26 "rtl": "images/icons/halfStar-rtl.svg"
27 } },
28 "unStar": { "file": "images/icons/unStar.svg" },
29 "trash": { "file": "images/icons/trash.svg" },
30 "unTrash": { "file": {
31 "ltr": "images/icons/unTrash-ltr.svg",
32 "rtl": "images/icons/unTrash-rtl.svg"
33 } },
34 "ongoingConversation": {
35 "file": {
36 "ltr": "images/icons/ongoingConversation-ltr.svg",
37 "rtl": "images/icons/ongoingConversation-rtl.svg"
38 }
39 }
40 }
41 }