Explorar el Código

fix: replace icon

hi-cactus! hace 3 años
padre
commit
16c30eeb44
Se han modificado 2 ficheros con 26 adiciones y 1 borrados
  1. 25 0
      src/assets/icons/home/icon_map_dcz.svg
  2. 1 1
      src/components/MarkerMap/index.tsx

+ 25 - 0
src/assets/icons/home/icon_map_dcz.svg

@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="38px" height="38px" viewBox="0 0 38 38" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <title>待处置事件</title>
+    <defs>
+        <linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
+            <stop stop-color="#FF512F" offset="0%"></stop>
+            <stop stop-color="#FFA82A" offset="100%"></stop>
+        </linearGradient>
+    </defs>
+    <g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="地图图标" transform="translate(-123.000000, -85.000000)">
+            <g id="待处置事件" transform="translate(123.000000, 85.000000)">
+                <rect id="矩形" x="0" y="0" width="38" height="38"></rect>
+                <g id="编组" transform="translate(4.672741, 0.000000)">
+                    <ellipse id="椭圆形" fill-opacity="0.3" fill="#FFA22B" cx="14.2952387" cy="34.4778308" rx="10.5" ry="3.5"></ellipse>
+                    <path d="M14.4,33.5829582 C24,26.096253 28.8,19.7019336 28.8,14.4 C28.8,6.4470996 22.3529004,0 14.4,0 C6.4470996,0 0,6.4470996 0,14.4 C0,19.7019336 4.8,26.096253 14.4,33.5829582 Z" id="椭圆形" fill="url(#linearGradient-1)"></path>
+                    <circle id="椭圆形" fill="#FFFFFF" cx="14.3272587" cy="14" r="10"></circle>
+                    <g id="处置-(1)" transform="translate(8.441089, 6.499152)" fill="#FF7D2D" fill-rule="nonzero">
+                        <path d="M11.4309428,2.90700866 C11.4309428,2.16875887 10.826916,1.56473202 10.0886662,1.56473202 L7.77322995,1.56473202 C7.40409719,0.759362896 6.63227987,0.222439658 5.6926878,0.222439658 C4.75309572,0.222439658 3.9812784,0.759362896 3.61214564,1.56473202 L1.36382874,1.56473202 C0.625578945,1.56473202 0.0215520994,2.16875887 0.0215520994,2.90700866 L0.0215520994,13.309688 C0.0215520994,14.0479378 0.625578945,14.6519646 1.36382874,14.6519646 L4.88731867,14.6519646 L5.32355504,12.7056611 L11.4309428,6.59827334 L11.4309428,2.90699293 L11.4309428,2.90700866 Z M5.6926878,1.66538743 C6.1624917,1.66538743 6.53160873,2.03452019 6.53160873,2.5378759 C6.53160873,3.00766407 6.1624917,3.41034863 5.6926878,3.41034863 C5.22288389,3.41034863 4.85376686,3.0412316 4.85376686,2.5378759 C4.85376686,2.03452019 5.22288389,1.66538743 5.6926878,1.66538743 L5.6926878,1.66538743 Z M8.4108086,7.94054998 L1.69939396,7.94054998 L1.69939396,6.93383857 L8.4108086,6.93383857 L8.4108086,7.94054998 L8.4108086,7.94054998 Z M9.75308524,5.92712716 L1.69939396,5.92712716 L1.69939396,4.92041575 L9.75308524,4.92041575 L9.75308524,5.92712716 Z M13.0081136,8.81303844 L12.2027444,8.00766931 C11.9342828,7.73920769 11.5987176,7.73920769 11.3973753,8.00766931 L11.1624812,8.2425634 L6.33026645,12.9405552 L5.82691074,14.953978 L5.82691074,15.0210974 C5.82691074,15.0546492 5.82691074,15.0882167 5.86046254,15.0882167 C5.89401435,15.1888879 5.99468549,15.2224397 6.06180483,15.2224397 L6.12892416,15.2224397 L8.14234698,14.584861 L12.8738906,9.88686919 L13.1087847,9.65195937 C13.2430076,9.41706529 13.2430076,9.08150006 13.0081136,8.81303844 L13.0081136,8.81303844 Z" id="形状"></path>
+                    </g>
+                </g>
+            </g>
+        </g>
+    </g>
+</svg>

+ 1 - 1
src/components/MarkerMap/index.tsx

@@ -28,7 +28,7 @@ import icon_map_yjck_w from '@/assets/icons/home/icon_map_yjck_w.svg';
 /** @ts-ignore */
 import icon_map_spjk from '@/assets/icons/home/spjk.svg';
 /** @ts-ignore */
-import icon_map_dcz from '@/assets/icons/home/dcz.svg';
+import icon_map_dcz from '@/assets/icons/home/icon_map_dcz.svg';
 /** @ts-ignore */
 import icon_map_dpf from '@/assets/icons/home/dpf.svg';
 /** @ts-ignore */