[graphics/krita/krita/6.0] krita: Add some convert action icons

Timothée Giet <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit df7faff9c3cc110d59704381fecbd71ceecb42f0 by Timothée Giet, on behalf of Arkady Flury.
Committed on 22/07/2026 at 10:00.
Pushed by timotheegiet into branch 'krita/6.0'.

Add some convert action icons

Add icons for:
- convert to raster selection
- convert to vector selection
- convert to shape
- convert shapes to vector selection
- convert group to animated layer

M  +2    -2    krita/krita.action
M  +3    -3    krita/kritamenu.action
A  +39   -0    krita/pics/svg/dark_convert_raster_selection.svg
A  +42   -0    krita/pics/svg/dark_convert_to_shape.svg
A  +39   -0    krita/pics/svg/dark_convert_vector_selection.svg
A  +40   -0    krita/pics/svg/dark_group_to_animated.svg
A  +1    -0    krita/pics/svg/dark_shapes_to_vector_selection.svg
A  +39   -0    krita/pics/svg/light_convert_raster_selection.svg
A  +42   -0    krita/pics/svg/light_convert_to_shape.svg
A  +39   -0    krita/pics/svg/light_convert_vector_selection.svg
A  +40   -0    krita/pics/svg/light_group_to_animated.svg
A  +1    -0    krita/pics/svg/light_shapes_to_vector_selection.svg
M  +10   -0    krita/pics/svg/svg-icons.qrc

https://invent.kde.org/graphics/krita/-/commit/df7faff9c3cc110d59704381fecbd71ceecb42f0

diff --git a/krita/krita.action b/krita/krita.action
index dd06f519361..a363a97c549 100644
--- a/krita/krita.action
+++ b/krita/krita.action
@@ -1011,7 +1011,7 @@
       <statusTip/>
     </Action>
     <Action name="convert_selection_to_shape">
-      <icon/>
+      <icon>convert_to_shape</icon>
       <text>Convert &amp;to Shape</text>
       <whatsThis/>
       <toolTip>Convert to Shape</toolTip>
@@ -3042,7 +3042,7 @@
       <statusTip/>
     </Action>
     <Action name="convert_group_to_animated">
-      <icon/>
+      <icon>group_to_animated</icon>
       <text>Convert Group to &amp;Animated Layer</text>
       <whatsThis/>
       <toolTip>Converts the child layers of a group into a single layer with multiple frames of animation</toolTip>
diff --git a/krita/kritamenu.action b/krita/kritamenu.action
index cfd10ef65e7..23dbee2c80b 100644
--- a/krita/kritamenu.action
+++ b/krita/kritamenu.action
@@ -1413,7 +1413,7 @@
       <statusTip></statusTip>
     </Action>
     <Action name="convert_to_vector_selection">
-      <icon></icon>
+      <icon>convert_vector_selection</icon>
       <text>&amp;Convert to Vector Selection</text>
       <whatsThis></whatsThis>
       <toolTip>Convert to Vector Selection</toolTip>
@@ -1425,7 +1425,7 @@
       <statusTip></statusTip>
     </Action>
     <Action name="convert_to_raster_selection">
-      <icon></icon>
+      <icon>convert_raster_selection</icon>
       <text>&amp;Convert to Raster Selection</text>
       <whatsThis></whatsThis>
       <toolTip>Convert to Raster Selection</toolTip>
@@ -1449,7 +1449,7 @@
       <statusTip></statusTip>
     </Action>
     <Action name="convert_shapes_to_vector_selection">
-      <icon></icon>
+      <icon>shapes_to_vector_selection</icon>
       <text>Convert Shapes to &amp;Vector Selection</text>
       <whatsThis></whatsThis>
       <toolTip>Convert Shapes to Vector Selection</toolTip>
diff --git a/krita/pics/svg/dark_convert_raster_selection.svg b/krita/pics/svg/dark_convert_raster_selection.svg
new file mode 100644
index 00000000000..9187deb829d
--- /dev/null
+++ b/krita/pics/svg/dark_convert_raster_selection.svg
@@ -0,0 +1,39 @@
+<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<metadata id="metadata7">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:date>2026</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>superfurryfrog</dc:title>
+          </cc:Agent>
+        </dc:creator>
+<dc:description>Based on the select pixel icon by Adam Celarek , 2010</dc:description> 
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+
+<path d="M5 8L0 3V13L5 8Z" fill="#373737"/>
+<path d="M7 6H11V8H13V12H15V8H13V6H11V4H7V6Z" fill="#373737"/>
+<path opacity="0.3922" d="M7 6H11V8H13V12H7V6Z" fill="#373737"/>
+</svg>
diff --git a/krita/pics/svg/dark_convert_to_shape.svg b/krita/pics/svg/dark_convert_to_shape.svg
new file mode 100644
index 00000000000..c0fa7bef158
--- /dev/null
+++ b/krita/pics/svg/dark_convert_to_shape.svg
@@ -0,0 +1,42 @@
+<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<metadata id="metadata7">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:date>2026</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>superfurryfrog</dc:title>
+          </cc:Agent>
+        </dc:creator>
+<dc:description>Based on the vector layer icon by Timothée Giet, 2016</dc:description>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+
+<path d="M5 8L0 3V13L5 8Z" fill="#373737"/>
+<path d="M7 3V13H12L13 12H8V4H14V11L15 10V3H7Z" fill="#373737"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M15 10L12 13V10H15Z" fill="#373737"/>
+<path d="M9 2.00012H6V5.00012H9V2.00012Z" fill="#373737"/>
+<path d="M16 2.00012H13V5.00012H16V2.00012Z" fill="#373737"/>
+<path d="M9 11.0001H6V14.0001H9V11.0001Z" fill="#373737"/>
+</svg>
diff --git a/krita/pics/svg/dark_convert_vector_selection.svg b/krita/pics/svg/dark_convert_vector_selection.svg
new file mode 100644
index 00000000000..7b5e7acecf0
--- /dev/null
+++ b/krita/pics/svg/dark_convert_vector_selection.svg
@@ -0,0 +1,39 @@
+<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<metadata id="metadata7">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:date>2026</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>superfurryfrog</dc:title>
+          </cc:Agent>
+        </dc:creator>
+<dc:description>Based on the select shape icon by Adam Celarek , 2010</dc:description> 
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+
+<path d="M5 8L0 3V13L5 8Z" fill="#373737"/>
+<path opacity="0.3922" d="M7 12H13C13 8.57143 10.4286 6 7 6V12Z" fill="#373737"/>
+<path d="M7 5C11 5 14 8 14 12" stroke="#373737" stroke-width="2"/>
+</svg>
diff --git a/krita/pics/svg/dark_group_to_animated.svg b/krita/pics/svg/dark_group_to_animated.svg
new file mode 100644
index 00000000000..d7ae07ff8ef
--- /dev/null
+++ b/krita/pics/svg/dark_group_to_animated.svg
@@ -0,0 +1,40 @@
+<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<metadata id="metadata7">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:date>2026</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>superfurryfrog</dc:title>
+          </cc:Agent>
+        </dc:creator>
+<dc:description>Based on the animated layer icon by Timothée Giet, 2021 </dc:description> 
+
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+
+<path d="M5 8L0 3V13L5 8Z" fill="#373737"/>
+<path d="M6 4V12H16V4H6ZM8 5H14V11H8V5Z" fill="#373737"/>
+<path d="M13 8L10 6V10L13 8Z" fill="#373737"/>
+</svg>
diff --git a/krita/pics/svg/dark_shapes_to_vector_selection.svg b/krita/pics/svg/dark_shapes_to_vector_selection.svg
new file mode 100644
index 00000000000..ea926f6b1bb
--- /dev/null
+++ b/krita/pics/svg/dark_shapes_to_vector_selection.svg
@@ -0,0 +1 @@
[suppressed due to size limit]
diff --git a/krita/pics/svg/light_convert_raster_selection.svg b/krita/pics/svg/light_convert_raster_selection.svg
new file mode 100644
index 00000000000..b5d10c77751
--- /dev/null
+++ b/krita/pics/svg/light_convert_raster_selection.svg
@@ -0,0 +1,39 @@
+<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<metadata id="metadata7">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:date>2026</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>superfurryfrog</dc:title>
+          </cc:Agent>
+        </dc:creator>
+<dc:description>Based on the select pixel icon by Adam Celarek , 2010</dc:description> 
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+
+<path d="M5 8L0 3V13L5 8Z" fill="#D2D2D2"/>
+<path d="M7 6H11V8H13V12H15V8H13V6H11V4H7V6Z" fill="#D2D2D2"/>
+<path opacity="0.3922" d="M7 6H11V8H13V12H7V6Z" fill="#D2D2D2"/>
+</svg>
diff --git a/krita/pics/svg/light_convert_to_shape.svg b/krita/pics/svg/light_convert_to_shape.svg
new file mode 100644
index 00000000000..0b737f64246
--- /dev/null
+++ b/krita/pics/svg/light_convert_to_shape.svg
@@ -0,0 +1,42 @@
+<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<metadata id="metadata7">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:date>2026</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>superfurryfrog</dc:title>
+          </cc:Agent>
+        </dc:creator>
+<dc:description>Based on the vector layer icon by Timothée Giet, 2016</dc:description> 
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+
+<path d="M5 8L0 3V13L5 8Z" fill="#D2D2D2"/>
+<path d="M7 3V13H12L13 12H8V4H14V11L15 10V3H7Z" fill="#D2D2D2"/>
+<path fill-rule="evenodd" clip-rule="evenodd" d="M15 10L12 13V10H15Z" fill="#D2D2D2"/>
+<path d="M9 2.00012H6V5.00012H9V2.00012Z" fill="#D2D2D2"/>
+<path d="M16 2.00012H13V5.00012H16V2.00012Z" fill="#D2D2D2"/>
+<path d="M9 11.0001H6V14.0001H9V11.0001Z" fill="#D2D2D2"/>
+</svg>
diff --git a/krita/pics/svg/light_convert_vector_selection.svg b/krita/pics/svg/light_convert_vector_selection.svg
new file mode 100644
index 00000000000..1cfd020045d
--- /dev/null
+++ b/krita/pics/svg/light_convert_vector_selection.svg
@@ -0,0 +1,39 @@
+<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<metadata id="metadata7">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:date>2026</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>superfurryfrog</dc:title>
+          </cc:Agent>
+        </dc:creator>
+<dc:description>Based on the select shape icon by Adam Celarek , 2010</dc:description> 
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+
+<path d="M5 8L0 3V13L5 8Z" fill="#D2D2D2"/>
+<path opacity="0.3922" d="M7 12H13C13 8.57143 10.4286 6 7 6V12Z" fill="#D2D2D2"/>
+<path d="M7 5C11 5 14 8 14 12" stroke="#D2D2D2" stroke-width="2"/>
+</svg>
diff --git a/krita/pics/svg/light_group_to_animated.svg b/krita/pics/svg/light_group_to_animated.svg
new file mode 100644
index 00000000000..d9ab8277bdb
--- /dev/null
+++ b/krita/pics/svg/light_group_to_animated.svg
@@ -0,0 +1,40 @@
+<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+<metadata id="metadata7">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:date>2026</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>superfurryfrog</dc:title>
+          </cc:Agent>
+        </dc:creator>
+<dc:description>Based on the animated layer icon by Timothée Giet, 2021 </dc:description> 
+
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+
+<path d="M5 8L0 3V13L5 8Z" fill="#D2D2D2"/>
+<path d="M6 4V12H16V4H6ZM8 5H14V11H8V5Z" fill="#D2D2D2"/>
+<path d="M13 8L10 6V10L13 8Z" fill="#D2D2D2"/>
+</svg>
diff --git a/krita/pics/svg/light_shapes_to_vector_selection.svg b/krita/pics/svg/light_shapes_to_vector_selection.svg
new file mode 100644
index 00000000000..07f24d272f3
--- /dev/null
+++ b/krita/pics/svg/light_shapes_to_vector_selection.svg
@@ -0,0 +1 @@
[suppressed due to size limit]
diff --git a/krita/pics/svg/svg-icons.qrc b/krita/pics/svg/svg-icons.qrc
index aabeda99cd4..f42d18ab1c5 100644
--- a/krita/pics/svg/svg-icons.qrc
+++ b/krita/pics/svg/svg-icons.qrc
@@ -10,6 +10,16 @@
         <file>dark_quick_ungroup.svg</file>
         <file>light_quick_clipping.svg</file>
         <file>dark_quick_clipping.svg</file>
+        <file>light_group_to_animated.svg</file>
+        <file>dark_group_to_animated.svg</file>
+        <file>light_shapes_to_vector_selection.svg</file>
+        <file>dark_shapes_to_vector_selection.svg</file>
+        <file>light_convert_to_shape.svg</file>
+        <file>dark_convert_to_shape.svg</file>
+        <file>light_convert_raster_selection.svg</file>
+        <file>dark_convert_raster_selection.svg</file>
+        <file>light_convert_vector_selection.svg</file>
+        <file>dark_convert_vector_selection.svg</file>
         <file>dark_preferences-desktop-locale.svg</file>
         <file>light_preferences-desktop-locale.svg</file>
         <file>dark_get_started.svg</file>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.