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