diff options
Diffstat (limited to 'vendor/oojs/oojs-ui/src/themes/mediawiki/icons-user.json')
-rw-r--r-- | vendor/oojs/oojs-ui/src/themes/mediawiki/icons-user.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/oojs/oojs-ui/src/themes/mediawiki/icons-user.json b/vendor/oojs/oojs-ui/src/themes/mediawiki/icons-user.json new file mode 100644 index 00000000..2bda5753 --- /dev/null +++ b/vendor/oojs/oojs-ui/src/themes/mediawiki/icons-user.json @@ -0,0 +1,19 @@ +{ + "prefix": "oo-ui-icon", + "intro": "@import '../../../../src/styles/common';", + "images": { + "userActive": { "file": { + "ltr": "images/icons/userActive-ltr.svg", + "rtl": "images/icons/userActive-rtl.svg" + } }, + "userAvatar": { "file": "images/icons/userAvatar.svg" }, + "userInactive": { "file": { + "ltr": "images/icons/userInactive-ltr.svg", + "rtl": "images/icons/userInactive-rtl.svg" + } }, + "userTalk": { "file": { + "ltr": "images/icons/userTalk-ltr.svg", + "rtl": "images/icons/userTalk-rtl.svg" + } } + } +} |