Răsfoiți Sursa

fix the icons in square sizes (#4648)

maTh 3 ani în urmă
părinte
comite
2c3900dbdb
2 a modificat fișierele cu 4 adăugiri și 60 ștergeri
  1. 2 58
      p/themes/Ansum/icons/unread.svg
  2. 2 2
      p/themes/Mapco/icons/unread.svg

+ 2 - 58
p/themes/Ansum/icons/unread.svg

@@ -1,59 +1,3 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<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#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16"
-   height="13"
-   viewBox="0 0 16 13"
-   version="1.1"
-   id="svg5"
-   sodipodi:docname="unread-main-color.svg"
-   inkscape:version="0.92.3 (unknown)">
-  <metadata
-     id="metadata11">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <defs
-     id="defs9" />
-  <sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="841"
-     inkscape:window-height="480"
-     id="namedview7"
-     showgrid="false"
-     inkscape:zoom="19.666667"
-     inkscape:cx="8"
-     inkscape:cy="6"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="svg5" />
-  <g
-     id="surface2">
-    <path
-       style="fill:#3366cc;fill-opacity:1;fill-rule:nonzero;stroke:none"
-       d="M 0,0 V 13 H 16 V 0 Z m 3.257812,2 h 9.484376 L 8,5.726562 Z M 2,3.554688 8,8.273438 14,3.554688 V 11 H 2 Z m 0,0"
-       id="path2"
-       inkscape:connector-curvature="0" />
-  </g>
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
+  <path fill="#36c" d="M0 1.5v13h16v-13zm3.258 2h9.484L8 7.227ZM2 5.055l6 4.718 6-4.718V12.5H2Zm0 0"/>
 </svg>

+ 2 - 2
p/themes/Mapco/icons/unread.svg

@@ -1,3 +1,3 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="16" height="13">
-  <path fill="#36c" d="M0 0v13h16V0Zm3.258 2h9.484L8 5.727ZM2 3.555l6 4.718 6-4.718V11H2Zm0 0"/>
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
+  <path fill="#36c" d="M0 1.5v13h16v-13zm3.258 2h9.484L8 7.227ZM2 5.055l6 4.718 6-4.718V12.5H2Zm0 0"/>
 </svg>