icons.js 344 B

1234567891011
  1. /**
  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. export { bxAnaalyse }