feat(vite): add vite-plugin-svgr for SVG component support
This commit is contained in:
@@ -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" />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user