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