import { SVGIcon, IconProps } from '@alilc/lowcode-utils'; export function IconFix(props: IconProps) { const rect = { width: 13, height: 13, }; return ( ); } IconFix.displayName = 'Fix';