/// import type { SvgIconProps } from '@sinoui/core/SvgIcon'; /** * 错误图标 * * @param props 组件属性 */ export default function ErrorIcon(props: SvgIconProps): JSX.Element;