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