summaryrefslogtreecommitdiff
path: root/vendor/oojs/oojs-ui/src/themes/mediawiki/icons.json
blob: d385eb11f68f4ab167efa6f41dd1a491e0d0fcf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
	"selectorWithoutVariant": ".oo-ui-icon-{name}",
	"selectorWithVariant": ".oo-ui-image-{variant} .oo-ui-icon-{name}, .oo-ui-image-{variant}.oo-ui-icon-{name}",
	"intro": "@import '../../../../src/styles/common';",
	"variants": {
		"invert": {
			"color": "#FFFFFF",
			"global": true
		},
		"progressive": {
			"color": "#347BFF"
		},
		"constructive": {
			"color": "#00AF89"
		},
		"destructive": {
			"color": "#D11D13"
		},
		"warning": {
			"color": "#FF5D00"
		}
	},
	"images": {
		"add": { "file": "images/icons/add.svg", "variants": [ "constructive" ] },
		"advanced": { "file": "images/icons/advanced.svg" },
		"alert": { "file": "images/icons/alert.svg", "variants": [ "warning" ] },
		"cancel": { "file": "images/icons/cancel.svg" },
		"check": { "file": "images/icons/check.svg", "variants": [ "constructive", "progressive" ] },
		"circle": { "file": "images/icons/circle.svg", "variants": [ "constructive" ] },
		"close": { "file": {
			"ltr": "images/icons/close-ltr.svg",
			"rtl": "images/icons/close-rtl.svg"
		} },
		"code": { "file": "images/icons/code.svg" },
		"collapse": { "file": "images/icons/collapse.svg" },
		"comment": { "file": "images/icons/comment.svg" },
		"ellipsis": { "file": "images/icons/ellipsis.svg" },
		"expand": { "file": "images/icons/expand.svg" },
		"help": { "file": {
			"ltr": "images/icons/help-ltr.svg",
			"rtl": "images/icons/help-rtl.svg",
			"lang": {
				"he,yi": "images/icons/help-ltr.svg"
			}
		} },
		"history": { "file": "images/icons/history.svg" },
		"info": { "file": "images/icons/info.svg" },
		"menu": { "file": "images/icons/menu.svg" },
		"next": { "file": {
			"ltr": "images/icons/move-ltr.svg",
			"rtl": "images/icons/move-rtl.svg"
		} },
		"picture": { "file": "images/icons/picture.svg" },
		"previous": { "file": {
			"ltr": "images/icons/move-rtl.svg",
			"rtl": "images/icons/move-ltr.svg"
		} },
		"redo": { "file": {
			"ltr": "images/icons/arched-arrow-ltr.svg",
			"rtl": "images/icons/arched-arrow-rtl.svg"
		} },
		"remove": { "file": "images/icons/remove.svg", "variants": [ "destructive" ] },
		"search": { "file": {
			"ltr": "images/icons/search-ltr.svg",
			"rtl": "images/icons/search-rtl.svg"
		} },
		"settings": { "file": "images/icons/settings.svg" },
		"tag": { "file": "images/icons/tag.svg", "variants": [ "destructive", "warning", "constructive", "progressive" ] },
		"undo": { "file": {
			"ltr": "images/icons/arched-arrow-rtl.svg",
			"rtl": "images/icons/arched-arrow-ltr.svg"
		} },
		"window": { "file": "images/icons/window.svg" }
	}
}