Files
DinQuant/frontend_vue/src/core/icons.js
T

12 lines
342 B
JavaScript
Raw Normal View History

/**
* 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 }