chore: update ant-design dependencies and add new icon types
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
import _extends from "@babel/runtime/helpers/esm/extends";
|
||||
// GENERATE BY ./scripts/generate.ts
|
||||
// DON NOT EDIT IT MANUALLY
|
||||
|
||||
import * as React from 'react';
|
||||
import RightSquareOutlinedSvg from "@ant-design/icons-svg/es/asn/RightSquareOutlined";
|
||||
import AntdIcon from "../components/AntdIcon";
|
||||
var RightSquareOutlined = function RightSquareOutlined(props, ref) {
|
||||
return /*#__PURE__*/React.createElement(AntdIcon, _extends({}, props, {
|
||||
ref: ref,
|
||||
icon: RightSquareOutlinedSvg
|
||||
}));
|
||||
};
|
||||
|
||||
/** */
|
||||
var RefIcon = /*#__PURE__*/React.forwardRef(RightSquareOutlined);
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
RefIcon.displayName = 'RightSquareOutlined';
|
||||
}
|
||||
export default RefIcon;
|
||||
Reference in New Issue
Block a user