Merge "Don't check namespace in SpecialWantedtemplates"
[lhc/web/wiklou.git] / resources / lib / oojs-ui / themes / mediawiki / icons-user.json
1 {
2 "prefix": "oo-ui-icon",
3 "intro": "@import '../../../../src/styles/common';",
4 "variants": {
5 "invert": {
6 "color": "#FFFFFF",
7 "global": true
8 }
9 },
10 "images": {
11 "userActive": { "file": {
12 "ltr": "images/icons/userActive-ltr.svg",
13 "rtl": "images/icons/userActive-rtl.svg"
14 } },
15 "userAvatar": { "file": "images/icons/userAvatar.svg" },
16 "userInactive": { "file": {
17 "ltr": "images/icons/userInactive-ltr.svg",
18 "rtl": "images/icons/userInactive-rtl.svg"
19 } },
20 "userTalk": { "file": {
21 "ltr": "images/icons/userTalk-ltr.svg",
22 "rtl": "images/icons/userTalk-rtl.svg"
23 } }
24 }
25 }