From 57b0287c8423827d76730cd82f74bbfe98d4ec93 Mon Sep 17 00:00:00 2001 From: Konstantinos Karmas Date: Mon, 30 Aug 2021 14:27:52 +0200 Subject: [PATCH] Add missing Play icon The `play` icon is readded to the theme and remapped to the `Play.svg`. Found by @fieldOfView. CURA-8520 --- resources/themes/cura-light/icons/default/Play.svg | 5 +++++ resources/themes/cura-light/icons/deprecated_icons.json | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 resources/themes/cura-light/icons/default/Play.svg diff --git a/resources/themes/cura-light/icons/default/Play.svg b/resources/themes/cura-light/icons/default/Play.svg new file mode 100644 index 0000000000..1b2510513d --- /dev/null +++ b/resources/themes/cura-light/icons/default/Play.svg @@ -0,0 +1,5 @@ + + + + diff --git a/resources/themes/cura-light/icons/deprecated_icons.json b/resources/themes/cura-light/icons/deprecated_icons.json index 09242655e2..e60b5a5366 100644 --- a/resources/themes/cura-light/icons/deprecated_icons.json +++ b/resources/themes/cura-light/icons/deprecated_icons.json @@ -339,6 +339,10 @@ "new_icon": "Link", "size": "default" }, + "play": { + "new_icon": "Play", + "size": "default" + }, "print_time": { "new_icon": "Clock", "size": "default"