diff --git a/icons/lsasound.svg b/icons/lsasound.svg
new file mode 100644
index 00000000..58d761c6
--- /dev/null
+++ b/icons/lsasound.svg
@@ -0,0 +1,381 @@
+
+
+
+
diff --git a/icons/zipsound.svg b/icons/zipsound.svg
new file mode 100644
index 00000000..6046da3f
--- /dev/null
+++ b/icons/zipsound.svg
@@ -0,0 +1,367 @@
+
+
+
+
diff --git a/resources.qrc b/resources.qrc
index c3fcddb7..a7be5876 100644
--- a/resources.qrc
+++ b/resources.qrc
@@ -65,6 +65,8 @@
icons/next.svg
icons/playsound_color.svg
icons/sounddir.svg
+ icons/zipsound.svg
+ icons/lsasound.svg
icons/previous.svg
icons/print.svg
icons/programs.svg
diff --git a/src/dict/lsa.cc b/src/dict/lsa.cc
index 11b3c82c..78ba5d99 100644
--- a/src/dict/lsa.cc
+++ b/src/dict/lsa.cc
@@ -483,7 +483,7 @@ void LsaDictionary::loadIcon() noexcept
if ( !loadIconFromFile( fileName ) ) {
// Load failed -- use default icons
- dictionaryIcon = QIcon( ":/icons/playsound_full.png" );
+ dictionaryIcon = QIcon( ":/icons/lsasound.svg" );
}
dictionaryIconLoaded = true;
diff --git a/src/dict/zipsounds.cc b/src/dict/zipsounds.cc
index 1a9698b1..77bfda02 100644
--- a/src/dict/zipsounds.cc
+++ b/src/dict/zipsounds.cc
@@ -365,7 +365,7 @@ void ZipSoundsDictionary::loadIcon() noexcept
if ( !loadIconFromFile( fileName ) ) {
// Load failed -- use default icons
- dictionaryIcon = QIcon( ":/icons/playsound_full.png" );
+ dictionaryIcon = QIcon( ":/icons/zipsound.svg" );
}
dictionaryIconLoaded = true;