mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-25 00:05:29 +00:00
5b1fc2b818
Bug: T112401 Change-Id: Id2a527dc1f4846985beb2cc4d5562a27d5636d55
15 lines
283 B
JSON
15 lines
283 B
JSON
{
|
|
"prefix": "oo-ui-icon",
|
|
"images": {
|
|
"bell": { "file": "../bell.svg" },
|
|
"bellOn": { "file": {
|
|
"ltr": "../bellOn-ltr.svg",
|
|
"rtl": "../bellOn-rtl.svg"
|
|
} },
|
|
"speechBubble": { "file": {
|
|
"ltr": "../speechBubble-ltr.svg",
|
|
"rtl": "../speechBubble-rtl.svg"
|
|
} }
|
|
}
|
|
}
|