diff --git a/Resources/Public/Icons/module-blog.svg b/Resources/Public/Icons/module-blog.svg
new file mode 100644
index 0000000..9466dc5
--- /dev/null
+++ b/Resources/Public/Icons/module-blog.svg
@@ -0,0 +1,15 @@
+
+
+
diff --git a/ext_emconf.php b/ext_emconf.php
index c254642..e0b2904 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -11,10 +11,10 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
- 'version' => '9.5.11',
+ 'version' => '9.5.0',
'constraints' => [
'depends' => [
- 'typo3' => '9.5.11',
+ 'typo3' => '9.5.0',
],
'conflicts' => [],
'suggests' => [],
diff --git a/ext_icon.gif b/ext_icon.gif
deleted file mode 100644
index 1a832d4..0000000
Binary files a/ext_icon.gif and /dev/null differ
diff --git a/ext_icon.svg b/ext_icon.svg
new file mode 100644
index 0000000..11fca6e
--- /dev/null
+++ b/ext_icon.svg
@@ -0,0 +1,15 @@
+
+
+
diff --git a/ext_tables.php b/ext_tables.php
index 7d224c0..11dc966 100644
--- a/ext_tables.php
+++ b/ext_tables.php
@@ -17,7 +17,7 @@
],
[
'access' => 'user,group',
- 'icon' => 'EXT:blog_example/ext_icon.gif',
+ 'icon' => 'EXT:blog_example/Resources/Public/Icons/module-blog.svg',
'labels' => 'LLL:EXT:blog_example/Resources/Private/Language/locallang_mod.xml',
]
);