mediawiki-extensions-Echo/modules/icons/mediawiki/badgeicons.json
Justin Du 889dcc6584 Use the double speech bubble icon in the Messages panel
Bug: T119377
Change-Id: Icc7d751ef307fab9f8914728aac229fa28f1a860
2015-12-16 18:02:48 -06:00

27 lines
385 B
JSON

{
"prefix": "oo-ui-icon",
"variants": {
"invert": {
"color": "#FFFFFF",
"global": true
}
},
"images": {
"bell": {
"file": "../bell.svg"
},
"bellOn": {
"file": {
"ltr": "../bellOn-ltr.svg",
"rtl": "../bellOn-rtl.svg"
}
},
"speechBubbles": {
"file": {
"ltr": "../speechBubbles-ltr.svg",
"rtl": "../speechBubbles-rtl.svg"
}
}
}
}