summaryrefslogtreecommitdiff
path: root/www/wiki/resources/lib/oojs-ui/themes/wikimediaui/icons-moderation.json
blob: 4d0aa5e242c7171747a1d9931c6b32b884c65681 (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
{
	"selectorWithoutVariant": ".oo-ui-icon-{name}",
	"selectorWithVariant": ".oo-ui-image-{variant}.oo-ui-icon-{name}",
	"intro": "@import '../../../../src/styles/common';",
	"variants": {
		"invert": {
			"color": "#fff",
			"global": true
		},
		"progressive": {
			"color": "#36c",
			"global": true
		},
		"destructive": {
			"color": "#d33"
		},
		"warning": {
			"color": "#ff5d00"
		}
	},
	"images": {
		"bookmarkOutline": {
			"file": "images/icons/bookmarkOutline.svg"
		},
		"bookmark": {
			"file": "images/icons/bookmark.svg"
		},
		"block": { "file": "images/icons/block.svg", "variants": [ "destructive" ] },
		"unBlock": {
			"file": "images/icons/unBlock.svg"
		},
		"clip": {
			"file": "images/icons/bookmarkOutline.svg",
			"deprecated": "Renamed since v0.26.1, use 'bookmarkOutline' instead."
		},
		"unClip": {
			"file": "images/icons/bookmark.svg",
			"deprecated": "Renamed since v0.26.1, use 'bookmark' instead."
		},
		"flag": { "file": {
			"ltr": "images/icons/flag-ltr.svg",
			"rtl": "images/icons/flag-rtl.svg"
		} },
		"unFlag": { "file": {
			"ltr": "images/icons/unFlag-ltr.svg",
			"rtl": "images/icons/unFlag-rtl.svg"
		} },
		"lock": {
			"file": "images/icons/lock.svg", "variants": [ "destructive" ]
		},
		"unLock": {
			"file": "images/icons/unLock.svg", "variants": [ "destructive" ]
		},
		"star": { "file": "images/icons/star.svg" },
		"halfStar": { "file": {
			"ltr": "images/icons/halfStar-ltr.svg",
			"rtl": "images/icons/halfStar-rtl.svg"
		} },
		"unStar": { "file": "images/icons/unStar.svg" },
		"trash": { "file": "images/icons/trash.svg", "variants": [ "destructive" ] },
		"unTrash": {
			"file": "images/icons/unTrash.svg"
		},
		"pushPin": { "file": "images/icons/pushPin.svg" },
		"ongoingConversation": { "file": {
			"ltr": "images/icons/ongoingConversation-ltr.svg",
			"rtl": "images/icons/ongoingConversation-rtl.svg"
		} }
	}
}