icons.js 436 B

123456789101112
  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. import github from '@/assets/icons/github.svg' // path to your '*.svg?inline' file.
  11. export { bxAnaalyse, github }