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