From 586d4b74e06eaff781da5f30417d296d803c0938 Mon Sep 17 00:00:00 2001 From: sallyfafafa <944719344@qq.com> Date: Fri, 3 Jan 2025 17:33:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=95=B4=E7=90=86=20svg=20=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=EF=BC=8C=E6=B7=BB=E5=8A=A0=20=20xmlns=3Dhttp://www.w3?= =?UTF-8?q?.org/2000/svg=20=E5=91=8A=E8=AF=89=E6=B5=8F=E8=A7=88=E5=99=A8?= =?UTF-8?q?=E8=BF=99=E6=98=AF=E4=B8=80=E4=B8=AA=20SVG=20=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simple-mind-map/src/svg/icons.js | 128 +++++++++++++++---------------- 1 file changed, 64 insertions(+), 64 deletions(-) diff --git a/simple-mind-map/src/svg/icons.js b/simple-mind-map/src/svg/icons.js index f056545e..76023629 100644 --- a/simple-mind-map/src/svg/icons.js +++ b/simple-mind-map/src/svg/icons.js @@ -2,15 +2,15 @@ import { mergerIconList } from '../utils' // 超链接图标 const hyperlink = - '' + '' // 备注图标 const note = - '' + '' // 附件图标 const attachment = - '' + '' // 节点icon export const nodeIconList = [ @@ -20,43 +20,43 @@ export const nodeIconList = [ list: [ { name: '1', - icon: `` + icon: `` }, { name: '2', - icon: `` + icon: `` }, { name: '3', - icon: `` + icon: `` }, { name: '4', - icon: `` + icon: `` }, { name: '5', - icon: `` + icon: `` }, { name: '6', - icon: `` + icon: `` }, { name: '7', - icon: `` + icon: `` }, { name: '8', - icon: `` + icon: `` }, { name: '9', - icon: `` + icon: `` }, { name: '10', - icon: `` + icon: `` } ] }, @@ -66,35 +66,35 @@ export const nodeIconList = [ list: [ { name: '1', - icon: `` + icon: `` }, { name: '2', - icon: `` + icon: `` }, { name: '3', - icon: `` + icon: `` }, { name: '4', - icon: `` + icon: `` }, { name: '5', - icon: `` + icon: `` }, { name: '6', - icon: `` + icon: `` }, { name: '7', - icon: `` + icon: `` }, { name: '8', - icon: `` + icon: `` } ] }, @@ -104,83 +104,83 @@ export const nodeIconList = [ list: [ { name: '1', - icon: `` + icon: `` }, { name: '2', - icon: `` + icon: `` }, { name: '3', - icon: `` + icon: `` }, { name: '4', - icon: `` + icon: `` }, { name: '5', - icon: `` + icon: `` }, { name: '6', - icon: `` + icon: `` }, { name: '7', - icon: `` + icon: `` }, { name: '8', - icon: `` + icon: `` }, { name: '9', - icon: `` + icon: `` }, { name: '10', - icon: `` + icon: `` }, { name: '11', - icon: `` + icon: `` }, { name: '12', - icon: `` + icon: `` }, { name: '13', - icon: `` + icon: `` }, { name: '14', - icon: `` + icon: `` }, { name: '15', - icon: `` + icon: `` }, { name: '16', - icon: `` + icon: `` }, { name: '17', - icon: `` + icon: `` }, { name: '18', - icon: `` + icon: `` }, { name: '19', - icon: `` + icon: `` }, { name: '20', - icon: `` + icon: `` } ] }, @@ -190,95 +190,95 @@ export const nodeIconList = [ list: [ { name: '1', - icon: `` + icon: `` }, { name: '2', - icon: `` + icon: `` }, { name: '3', - icon: `` + icon: `` }, { name: '4', - icon: `` + icon: `` }, { name: '5', - icon: `` + icon: `` }, { name: '6', - icon: `` + icon: `` }, { name: '7', - icon: `` + icon: `` }, { name: '8', - icon: `` + icon: `` }, { name: '9', - icon: `` + icon: `` }, { name: '10', - icon: `` + icon: `` }, { name: '11', - icon: `` + icon: `` }, { name: '12', - icon: `` + icon: `` }, { name: '13', - icon: `` + icon: `` }, { name: '14', - icon: `` + icon: `` }, { name: '15', - icon: `` + icon: `` }, { name: '16', - icon: `` + icon: `` }, { name: '17', - icon: `` + icon: `` }, { name: '18', - icon: `` + icon: `` }, { name: '19', - icon: `` + icon: `` }, { name: '20', - icon: `` + icon: `` }, { name: '21', - icon: `` + icon: `` }, { name: '22', - icon: `` + icon: `` }, { name: '23', - icon: `` + icon: `` } ] }