diff --git a/docs/xml/metainfo-component.xml b/docs/xml/metainfo-component.xml
index 5e0de54d..4f4755f0 100644
--- a/docs/xml/metainfo-component.xml
+++ b/docs/xml/metainfo-component.xml
@@ -157,30 +157,6 @@
-
- <icon/>
-
-
- The <icon/> tag describes the component icon. It is mostly used for GUI applications (component-type desktop-application).
- It can be of type stock, local or remote.
-
-
- stock icons are loaded from the icon stock (the current or hicolor/locolor fallback themes).
- The icon name must not include any file-extension or path.
-
-
- local icons are loaded from a file in the filesystem.
- They should specify a full file path.
- This icon type may have width and height
- properties.
-
-
- remote icons loaded from a remote URL. Currently, only HTTP/HTTPS urls are supported.
- This icon type should have width and height properties.
-
-
-
-
<description/>