diff options
Diffstat (limited to 'resources/lib/oojs-ui/themes/apex/icons-editing-list.json')
-rw-r--r-- | resources/lib/oojs-ui/themes/apex/icons-editing-list.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/resources/lib/oojs-ui/themes/apex/icons-editing-list.json b/resources/lib/oojs-ui/themes/apex/icons-editing-list.json new file mode 100644 index 00000000..490f8faf --- /dev/null +++ b/resources/lib/oojs-ui/themes/apex/icons-editing-list.json @@ -0,0 +1,22 @@ +{ + "prefix": "oo-ui-icon", + "intro": "@import '../../../../src/styles/common';", + "images": { + "indent": { "file": { + "ltr": "images/icons/indent-ltr.svg", + "rtl": "images/icons/indent-rtl.svg" + } }, + "listBullet": { "file": { + "ltr": "images/icons/listBullet-ltr.svg", + "rtl": "images/icons/listBullet-rtl.svg" + } }, + "listNumbered": { "file": { + "ltr": "images/icons/listNumbered-ltr.svg", + "rtl": "images/icons/listNumbered-rtl.svg" + } }, + "outdent": { "file": { + "ltr": "images/icons/outdent-ltr.svg", + "rtl": "images/icons/outdent-rtl.svg" + } } + } +} |