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