From c38b6f05225998944eb9f6728bd1f0d5d64e1354 Mon Sep 17 00:00:00 2001 From: Kostas Karmas Date: Thu, 25 Mar 2021 08:56:15 +0100 Subject: [PATCH] Change SVG icon names CURA-8094 --- resources/themes/cura-light/icons/{group_48px.svg => group.svg} | 0 .../cura-light/icons/{spool_48px.svg => material_spool.svg} | 0 .../themes/cura-light/icons/{plugin_48px.svg => package.svg} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename resources/themes/cura-light/icons/{group_48px.svg => group.svg} (100%) mode change 100755 => 100644 rename resources/themes/cura-light/icons/{spool_48px.svg => material_spool.svg} (100%) mode change 100755 => 100644 rename resources/themes/cura-light/icons/{plugin_48px.svg => package.svg} (100%) mode change 100755 => 100644 diff --git a/resources/themes/cura-light/icons/group_48px.svg b/resources/themes/cura-light/icons/group.svg old mode 100755 new mode 100644 similarity index 100% rename from resources/themes/cura-light/icons/group_48px.svg rename to resources/themes/cura-light/icons/group.svg diff --git a/resources/themes/cura-light/icons/spool_48px.svg b/resources/themes/cura-light/icons/material_spool.svg old mode 100755 new mode 100644 similarity index 100% rename from resources/themes/cura-light/icons/spool_48px.svg rename to resources/themes/cura-light/icons/material_spool.svg diff --git a/resources/themes/cura-light/icons/plugin_48px.svg b/resources/themes/cura-light/icons/package.svg old mode 100755 new mode 100644 similarity index 100% rename from resources/themes/cura-light/icons/plugin_48px.svg rename to resources/themes/cura-light/icons/package.svg