// GENERATE BY ./scripts/generate.ts // DON NOT EDIT IT MANUALLY import * as React from 'react'; import CaretUpOutlinedSvg from "@ant-design/icons-svg/es/asn/CaretUpOutlined"; import AntdIcon from '../components/AntdIcon'; var CaretUpOutlined = function CaretUpOutlined(props, ref) { return React.createElement(AntdIcon, Object.assign({}, props, { ref: ref, icon: CaretUpOutlinedSvg })); }; CaretUpOutlined.displayName = 'CaretUpOutlined'; export default React.forwardRef(CaretUpOutlined);