mirror of
https://github.com/veops/cmdb.git
synced 2025-08-09 05:40:23 +08:00
12 lines
344 B
Python
12 lines
344 B
Python
/**
|
||
* Custom icon list
|
||
* All icons are loaded here for easy management
|
||
* @see https://vue.ant.design/components/icon/#Custom-Font-Icon
|
||
*
|
||
* 自定义图标加载表
|
||
* 所有图标均从这里加载,方便管理
|
||
*/
|
||
import bxAnaalyse from '@/assets/icons/bx-analyse.svg?inline' // path to your '*.svg?inline' file.
|
||
|
||
export { bxAnaalyse }
|