UNPKG

632 BJavaScriptView Raw
1import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
2// GENERATE BY ./scripts/generate.ts
3// DON NOT EDIT IT MANUALLY
4import * as React from 'react';
5import AccountBookFilledSvg from "@ant-design/icons-svg/es/asn/AccountBookFilled";
6import AntdIcon from '../components/AntdIcon';
7var AccountBookFilled = function AccountBookFilled(props, ref) {
8 return /*#__PURE__*/React.createElement(AntdIcon, _objectSpread(_objectSpread({}, props), {}, {
9 ref: ref,
10 icon: AccountBookFilledSvg
11 }));
12};
13AccountBookFilled.displayName = 'AccountBookFilled';
14export default /*#__PURE__*/React.forwardRef(AccountBookFilled);
\No newline at end of file