/** * @description shuimo svg component * @author 阿怪 * @date 2024/1/10 00:01 * @version v1.0.0 * * 江湖的业务千篇一律,复杂的代码好几百行。 * * provide every symbol svg icon to the global * * todo support demand * todo import from public icon.svg */ import { defineComponent } from 'vue'; export const LI_ICON_ID = 'm-shuimo-svg-icon'; export const AVATAR_CIRCLE_ID = 'm-shuimo-avatar-circle'; export const AVATAR_SQUARE_ID = 'm-shuimo-avatar-square'; export default defineComponent(() => { return () => ; }, { name: 'MSvgSymbol', });