@ant-design/icons
Version:
[](https://npmjs.org/package/@ant-design/icons) [](https://npmjs.org/package/@ant-design/icons)
20 lines (18 loc) • 1.32 kB
JavaScript
import _extends from "@babel/runtime/helpers/esm/extends";
// GENERATE BY ./scripts/generate.ts
// DON NOT EDIT IT MANUALLY
import * as React from 'react';
import FileExclamationFilledSvg from "@ant-design/icons-svg/es/asn/FileExclamationFilled";
import AntdIcon from "../components/AntdIcon";
var FileExclamationFilled = function FileExclamationFilled(props, ref) {
return /*#__PURE__*/React.createElement(AntdIcon, _extends({}, props, {
ref: ref,
icon: FileExclamationFilledSvg
}));
};
/** */
var RefIcon = /*#__PURE__*/React.forwardRef(FileExclamationFilled);
if (process.env.NODE_ENV !== 'production') {
RefIcon.displayName = 'FileExclamationFilled';
}
export default RefIcon;