Convert article delete to use OOUI
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / mediawiki / icons.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 "constructive": {
15 "color": "#36c"
16 },
17 "destructive": {
18 "color": "#d33"
19 },
20 "warning": {
21 "color": "#ff5d00"
22 }
23 },
24 "images": {
25 "add": { "file": "images/icons/add.svg", "variants": [ "constructive", "progressive" ], "deprecated": "Moved since v0.19.5, use from the 'interactions' pack instead." },
26 "advanced": { "file": "images/icons/advanced.svg", "deprecated": "Moved since v0.20.1, use from the 'interactions' pack instead." },
27 "alert": { "file": "images/icons/alert.svg", "variants": [ "warning" ], "deprecated": "Moved since v0.20.1, use from the 'alerts' pack instead." },
28 "cancel": { "file": "images/icons/cancel.svg", "variants": [ "destructive" ], "deprecated": "Moved since v0.20.1, use from the 'interactions' pack instead." },
29 "check": { "file": "images/icons/check.svg", "variants": [ "constructive", "progressive", "destructive" ], "deprecated": "Moved since v0.20.1, use from the 'interactions' pack instead." },
30 "circle": { "file": "images/icons/circle.svg", "variants": [ "constructive", "progressive" ], "deprecated": "Deprecated since v0.20.1, do not use." },
31 "close": { "file": "images/icons/close.svg", "deprecated": "Moved since v0.20.1, use from the 'interactions' pack instead." },
32 "code": { "file": "images/icons/code.svg", "deprecated": "Moved since v0.16.2, use from the 'editing-advanced' pack instead." },
33 "collapse": { "file": "images/icons/collapse.svg", "deprecated": "Moved since v0.20.1, use from the 'movement' pack instead." },
34 "comment": { "file": "images/icons/comment.svg", "deprecated": "Moved since v0.20.1, use from the 'alerts' pack instead." },
35 "ellipsis": { "file": "images/icons/ellipsis.svg", "deprecated": "Moved since v0.20.1, use from the 'interactions' pack instead." },
36 "expand": { "file": "images/icons/expand.svg", "deprecated": "Moved since v0.20.1, use from the 'movement' pack instead." },
37 "help": { "file": {
38 "ltr": "images/icons/help-ltr.svg",
39 "rtl": "images/icons/help-rtl.svg",
40 "lang": {
41 "he,yi": "images/icons/help-ltr.svg"
42 },
43 "deprecated": "Moved since v0.20.1, use from the 'interactions' pack instead."
44 } },
45 "history": { "file": "images/icons/history.svg", "deprecated": "Moved since v0.20.1, use from the 'content' pack instead." },
46 "info": { "file": "images/icons/info.svg", "deprecated": "Moved since v0.20.1, use from the 'content' pack instead." },
47 "menu": { "file": "images/icons/menu.svg", "deprecated": "Moved since v0.20.1, use from the 'layout' pack instead." },
48 "next": { "file": {
49 "ltr": "images/icons/move-ltr.svg",
50 "rtl": "images/icons/move-rtl.svg"
51 },
52 "deprecated": "Moved since v0.20.1, use from the 'movement' pack instead."
53 },
54 "notice": { "file": "images/icons/notice.svg", "deprecated": "Moved since v0.20.1, use from the 'alerts' pack instead." },
55 "previous": { "file": {
56 "ltr": "images/icons/move-rtl.svg",
57 "rtl": "images/icons/move-ltr.svg"
58 },
59 "deprecated": "Moved since v0.20.1, use from the 'movement' pack instead."
60 },
61 "redo": { "file": {
62 "ltr": "images/icons/arched-arrow-ltr.svg",
63 "rtl": "images/icons/arched-arrow-rtl.svg"
64 },
65 "deprecated": "Moved since v0.16.2, use from the 'editing-core' pack instead."
66 },
67 "remove": { "file": "images/icons/trash.svg", "variants": [ "destructive" ], "deprecated": "Replaced since v0.14.0, use 'trash' from the 'moderation' pack instead." },
68 "search": { "file": {
69 "ltr": "images/icons/search-ltr.svg",
70 "rtl": "images/icons/search-rtl.svg"
71 },
72 "deprecated": "Moved since v0.20.1, use from the 'interactions' pack instead."
73 },
74 "settings": { "file": "images/icons/settings.svg", "deprecated": "Moved since v0.20.1, use from the 'interactions' pack instead." },
75 "tag": { "file": "images/icons/tag.svg", "variants": [ "destructive", "warning", "constructive" ], "deprecated": "Moved since v0.20.1, use from the 'content' pack instead." },
76 "undo": { "file": {
77 "ltr": "images/icons/arched-arrow-rtl.svg",
78 "rtl": "images/icons/arched-arrow-ltr.svg"
79 },
80 "deprecated": "Moved since v0.16.2, use from the 'editing-core' pack instead."
81 },
82 "window": { "file": "images/icons/window.svg", "deprecated": "Moved since v0.20.1, use from the 'content' pack instead." }
83 }
84 }