import * as React from 'react'; import Icon, { IconProps } from 'a-base-icon/lib/icon'; function ErrorWarningOutlined(componentProps: IconProps) { const IconNode = (props: React.SVGProps) => ( ); return ; } ErrorWarningOutlined.displayName = 'ErrorWarningOutlined'; export default ErrorWarningOutlined;