/** * Custom icon list * All icons are loaded here for easy management * @see https://vue.ant.design/components/icon/#Custom-Font-Icon * * Custom icon registry * All icons are loaded here for easier management */ import bxAnaalyse from '@/assets/icons/bx-analyse.svg?inline' // path to your '*.svg?inline' file. export { bxAnaalyse }