From 4404ed649de30f759515b073b5e9bed520403698 Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Fri, 3 Jun 2022 16:07:37 +0200 Subject: feat: add x-office-form-template and x-office-form icons Signed-off-by: Luka Trovic --- core/img/filetypes/x-office-form-template.svg | 5 +++++ core/img/filetypes/x-office-form.svg | 5 +++++ core/js/mimetypelist.js | 2 ++ 3 files changed, 12 insertions(+) create mode 100644 core/img/filetypes/x-office-form-template.svg create mode 100644 core/img/filetypes/x-office-form.svg diff --git a/core/img/filetypes/x-office-form-template.svg b/core/img/filetypes/x-office-form-template.svg new file mode 100644 index 00000000000..cc8ba8f13ea --- /dev/null +++ b/core/img/filetypes/x-office-form-template.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/core/img/filetypes/x-office-form.svg b/core/img/filetypes/x-office-form.svg new file mode 100644 index 00000000000..5defac8920b --- /dev/null +++ b/core/img/filetypes/x-office-form.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/core/js/mimetypelist.js b/core/js/mimetypelist.js index 11adeeec8fc..d861695c0ac 100644 --- a/core/js/mimetypelist.js +++ b/core/js/mimetypelist.js @@ -139,6 +139,8 @@ OC.MimeTypeList={ "video", "x-office-document", "x-office-drawing", + "x-office-form", + "x-office-form-template", "x-office-presentation", "x-office-spreadsheet" ], -- cgit v1.2.3