import { SVGIcon, IconProps } from '@ali/lowcode-utils'; export function IconFix(props: IconProps) { return ( ); } IconFix.displayName = 'Fix';