diff --git a/shop/icons/shop.svg b/shop/icons/shop.svg
new file mode 100644
index 0000000..85d020f
--- /dev/null
+++ b/shop/icons/shop.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/shop/shop.cpp b/shop/shop.cpp
index 711df43..50516d9 100644
--- a/shop/shop.cpp
+++ b/shop/shop.cpp
@@ -16,5 +16,5 @@ void Shop::initServiceUi()
QIcon Shop::pluginIcon()
{
- return QIcon();
+ return QIcon(":/icons/shop.svg");
}
diff --git a/shop/shoprc.qrc b/shop/shoprc.qrc
index 7646d2b..f5d0ec4 100644
--- a/shop/shoprc.qrc
+++ b/shop/shoprc.qrc
@@ -1 +1,5 @@
-
+
+
+ icons/shop.svg
+
+