Update OOUI to v0.26.2
[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 "bookmarkOutline": {
6 "file": "images/icons/bookmarkOutline.svg"
7 },
8 "bookmark": {
9 "file": "images/icons/bookmark.svg"
10 },
11 "block": { "file": "images/icons/block.svg" },
12 "unBlock": { "file": {
13 "ltr": "images/icons/unBlock-ltr.svg",
14 "rtl": "images/icons/unBlock-rtl.svg"
15 } },
16 "clip": {
17 "file": "images/icons/bookmarkOutline.svg",
18 "deprecated": "Renamed since v0.26.1, use 'bookmarkOutline' instead."
19 },
20 "unClip": {
21 "file": "images/icons/bookmark.svg",
22 "deprecated": "Renamed since v0.26.1, use 'bookmark' instead."
23 },
24 "flag": { "file": {
25 "ltr": "images/icons/flag-ltr.svg",
26 "rtl": "images/icons/flag-rtl.svg"
27 } },
28 "unFlag": { "file": {
29 "ltr": "images/icons/unFlag-ltr.svg",
30 "rtl": "images/icons/unFlag-rtl.svg"
31 } },
32 "lock": { "file": "images/icons/lock.svg" },
33 "unLock": { "file": {
34 "ltr": "images/icons/unLock-ltr.svg",
35 "rtl": "images/icons/unLock-rtl.svg"
36 } },
37 "star": { "file": "images/icons/star.svg" },
38 "halfStar": { "file": {
39 "ltr": "images/icons/halfStar-ltr.svg",
40 "rtl": "images/icons/halfStar-rtl.svg"
41 } },
42 "unStar": { "file": "images/icons/unStar.svg" },
43 "trash": { "file": "images/icons/trash.svg" },
44 "unTrash": { "file": {
45 "ltr": "images/icons/unTrash-ltr.svg",
46 "rtl": "images/icons/unTrash-rtl.svg"
47 } },
48 "pushPin": { "file": "images/icons/pushPin.svg" },
49 "ongoingConversation": {
50 "file": {
51 "ltr": "images/icons/ongoingConversation-ltr.svg",
52 "rtl": "images/icons/ongoingConversation-rtl.svg"
53 }
54 }
55 }
56 }