diff --git a/data/icons/color.svg b/data/icons/color.svg index f7b4b6a..2558d33 100644 --- a/data/icons/color.svg +++ b/data/icons/color.svg @@ -1,130 +1,57 @@ - - - + + + + + - - - + + - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - + + + - - - - - - - - - - - - - - - - + + - + - - + + - - - - - - - - - - - - - - - + + + - + - - + + - - - - - - - - - - - - - - - + + + - - - - - - - - - - - + + + + + + diff --git a/data/icons/symbolic.svg b/data/icons/symbolic.svg deleted file mode 100644 index 06379b8..0000000 --- a/data/icons/symbolic.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/data/meson.build b/data/meson.build index c732317..92d090a 100644 --- a/data/meson.build +++ b/data/meson.build @@ -12,11 +12,6 @@ install_data( install_dir: scalable_dir, rename: meson.project_name() + '.Devel.svg' ) -install_data( - join_paths('icons', 'symbolic.svg'), - install_dir: symbolic_dir, - rename: meson.project_name() + '-symbolic.svg' -) conf = configuration_data() conf.set('app_id', app_id)