07akioni / xicons

SVG Vue/React components integrated from fluentui-system-icons, ionicons, ant-design-icons, material-design-icons, Font-Awesome, tabler-icons and carbon icons. (Vue3, Vue2, React, SVG)
https://www.xicons.org/
1.29k stars 56 forks source link

是否能够提供SVG路径导出功能? #858

Open WankkoRee opened 1 year ago

WankkoRee commented 1 year ago

需求是在ECharts中使用图标库,但是ECharts的图标引入方式比较奇怪:Documentation - Apache ECharts

大致有如下三种:

@sicons提供的svg文件无法很好地配合第一种情况使用,因为路径拼接之后,打包工具不认。

所以希望能够提供一个导出svg路径为string的功能,以配合第三种情况使用。