feat(vite): add vite-plugin-svgr for SVG component support

This commit is contained in:
2025-10-21 16:48:48 +08:00
parent 504156fb95
commit bcfcc4b40a
4 changed files with 249 additions and 4 deletions

View File

@@ -67,7 +67,6 @@ export default function AppSvgIcon(props: AppSvgIconProps) {
return <SvgIcon component={Icon} inheritViewBox {...rest} />;
}
export function LlmSvgIcon(props: Omit<AppSvgIconProps, 'point'>) {
return <AppSvgIcon {...props} point="llm" />;
}