commit | author | age | ||
9bcb19 | 1 | /** |
I | 2 | * Custom icon list |
3 | * All icons are loaded here for easy management | |
4 | * @see https://vue.ant.design/components/icon/#Custom-Font-Icon | |
5 | * | |
6 | * 自定义图标加载表 | |
7 | * 所有图标均从这里加载,方便管理 | |
8 | */ | |
9 | import bxAnaalyse from '@/assets/icons/bx-analyse.svg?inline' // path to your '*.svg?inline' file. | |
10 | ||
11 | export { bxAnaalyse } |