@tant/icons 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/icons/folder-cl.js +68 -0
- package/dist/es/icons/folder-open-cl.js +68 -0
- package/dist/es/icons/page-cl.js +83 -0
- package/dist/es/icons/space-cl.js +72 -0
- package/dist/es/icons/space-open-cl.js +76 -0
- package/dist/es/index.js +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/lib/icons/folder-cl.js +80 -0
- package/dist/lib/icons/folder-open-cl.js +80 -0
- package/dist/lib/icons/page-cl.js +95 -0
- package/dist/lib/icons/space-cl.js +84 -0
- package/dist/lib/icons/space-open-cl.js +88 -0
- package/dist/lib/index.js +40 -0
- package/dist/tant-icons.cjs.js +950 -653
- package/dist/tant-icons.esm.js +946 -654
- package/package.json +1 -1
package/dist/tant-icons.cjs.js
CHANGED
|
@@ -8031,7 +8031,7 @@ VPropCl.defaultProps = {
|
|
|
8031
8031
|
var _excluded$2r = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8032
8032
|
var loadingCircleStyle$2r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8033
8033
|
|
|
8034
|
-
var
|
|
8034
|
+
var FolderCl = function FolderCl(props) {
|
|
8035
8035
|
var color = props.color,
|
|
8036
8036
|
size = props.size,
|
|
8037
8037
|
spin = props.spin,
|
|
@@ -8059,6 +8059,298 @@ var Info = function Info(props) {
|
|
|
8059
8059
|
animationName: 'loadingCircle',
|
|
8060
8060
|
animationTimingFunction: 'linear'
|
|
8061
8061
|
} : {})
|
|
8062
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8063
|
+
d: "M2 6a2 2 0 012-2h6.607a2 2 0 012 2v1.75H2V6z",
|
|
8064
|
+
fill: "#0A1032"
|
|
8065
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8066
|
+
opacity: ".15",
|
|
8067
|
+
d: "M2 7h18a2 2 0 012 2v9a2 2 0 01-2 2H4a2 2 0 01-2-2V7z",
|
|
8068
|
+
fill: "#0A1032"
|
|
8069
|
+
})));
|
|
8070
|
+
};
|
|
8071
|
+
|
|
8072
|
+
FolderCl.propTypes = {
|
|
8073
|
+
iconClassName: PropTypes.string,
|
|
8074
|
+
spin: PropTypes.bool,
|
|
8075
|
+
color: PropTypes.string,
|
|
8076
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
8077
|
+
};
|
|
8078
|
+
FolderCl.defaultProps = {
|
|
8079
|
+
spin: false,
|
|
8080
|
+
color: 'currentColor',
|
|
8081
|
+
size: '1em'
|
|
8082
|
+
};
|
|
8083
|
+
|
|
8084
|
+
var _excluded$2s = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8085
|
+
var loadingCircleStyle$2s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8086
|
+
|
|
8087
|
+
var FolderOpenCl = function FolderOpenCl(props) {
|
|
8088
|
+
var color = props.color,
|
|
8089
|
+
size = props.size,
|
|
8090
|
+
spin = props.spin,
|
|
8091
|
+
style = props.style,
|
|
8092
|
+
className = props.className,
|
|
8093
|
+
iconClassName = props.iconClassName,
|
|
8094
|
+
otherProps = _objectWithoutProperties(props, _excluded$2s);
|
|
8095
|
+
|
|
8096
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
8097
|
+
role: "img",
|
|
8098
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8099
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
8100
|
+
children: loadingCircleStyle$2s
|
|
8101
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8102
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8103
|
+
width: size,
|
|
8104
|
+
height: size,
|
|
8105
|
+
viewBox: "0 0 24 24",
|
|
8106
|
+
fill: color
|
|
8107
|
+
}, otherProps, {
|
|
8108
|
+
className: iconClassName,
|
|
8109
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
8110
|
+
animationDuration: '1s',
|
|
8111
|
+
animationIterationCount: 'infinite',
|
|
8112
|
+
animationName: 'loadingCircle',
|
|
8113
|
+
animationTimingFunction: 'linear'
|
|
8114
|
+
} : {})
|
|
8115
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8116
|
+
d: "M2 5v15l2.499-9.911a1 1 0 01.97-.756H16V7a1 1 0 00-1-1h-4a1 1 0 01-.8-.4l-.9-1.2a1 1 0 00-.8-.4H3a1 1 0 00-1 1z",
|
|
8117
|
+
fill: "#0A1032"
|
|
8118
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8119
|
+
opacity: ".3",
|
|
8120
|
+
d: "M18.174 20H2l2.499-9.911a1 1 0 01.97-.756H20.67a1 1 0 01.961 1.277l-2.497 8.667a1 1 0 01-.96.723z",
|
|
8121
|
+
fill: "#0A1032"
|
|
8122
|
+
})));
|
|
8123
|
+
};
|
|
8124
|
+
|
|
8125
|
+
FolderOpenCl.propTypes = {
|
|
8126
|
+
iconClassName: PropTypes.string,
|
|
8127
|
+
spin: PropTypes.bool,
|
|
8128
|
+
color: PropTypes.string,
|
|
8129
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
8130
|
+
};
|
|
8131
|
+
FolderOpenCl.defaultProps = {
|
|
8132
|
+
spin: false,
|
|
8133
|
+
color: 'currentColor',
|
|
8134
|
+
size: '1em'
|
|
8135
|
+
};
|
|
8136
|
+
|
|
8137
|
+
var _excluded$2t = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8138
|
+
var loadingCircleStyle$2t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8139
|
+
|
|
8140
|
+
var SpaceCl = function SpaceCl(props) {
|
|
8141
|
+
var color = props.color,
|
|
8142
|
+
size = props.size,
|
|
8143
|
+
spin = props.spin,
|
|
8144
|
+
style = props.style,
|
|
8145
|
+
className = props.className,
|
|
8146
|
+
iconClassName = props.iconClassName,
|
|
8147
|
+
otherProps = _objectWithoutProperties(props, _excluded$2t);
|
|
8148
|
+
|
|
8149
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
8150
|
+
role: "img",
|
|
8151
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8152
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
8153
|
+
children: loadingCircleStyle$2t
|
|
8154
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8155
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8156
|
+
width: size,
|
|
8157
|
+
height: size,
|
|
8158
|
+
viewBox: "0 0 24 24",
|
|
8159
|
+
fill: color
|
|
8160
|
+
}, otherProps, {
|
|
8161
|
+
className: iconClassName,
|
|
8162
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
8163
|
+
animationDuration: '1s',
|
|
8164
|
+
animationIterationCount: 'infinite',
|
|
8165
|
+
animationName: 'loadingCircle',
|
|
8166
|
+
animationTimingFunction: 'linear'
|
|
8167
|
+
} : {})
|
|
8168
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8169
|
+
opacity: ".3",
|
|
8170
|
+
d: "M2.667 17.672V6.49l9.109 2.489v12.444l-8.425-2.801a1 1 0 01-.684-.949z",
|
|
8171
|
+
fill: "#0A1032"
|
|
8172
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8173
|
+
opacity: ".15",
|
|
8174
|
+
d: "M21.109 17.591V6.489l-9.333 2.489v12.444l8.65-2.882a1 1 0 00.683-.949z",
|
|
8175
|
+
fill: "#0A1032"
|
|
8176
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8177
|
+
d: "M11.9 8.978L2.666 6.454l8.978-2.386a1 1 0 01.509-.002l9.18 2.388-9.435 2.524z",
|
|
8178
|
+
fill: "#0A1032"
|
|
8179
|
+
})));
|
|
8180
|
+
};
|
|
8181
|
+
|
|
8182
|
+
SpaceCl.propTypes = {
|
|
8183
|
+
iconClassName: PropTypes.string,
|
|
8184
|
+
spin: PropTypes.bool,
|
|
8185
|
+
color: PropTypes.string,
|
|
8186
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
8187
|
+
};
|
|
8188
|
+
SpaceCl.defaultProps = {
|
|
8189
|
+
spin: false,
|
|
8190
|
+
color: 'currentColor',
|
|
8191
|
+
size: '1em'
|
|
8192
|
+
};
|
|
8193
|
+
|
|
8194
|
+
var _excluded$2u = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8195
|
+
var loadingCircleStyle$2u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8196
|
+
|
|
8197
|
+
var SpaceOpenCl = function SpaceOpenCl(props) {
|
|
8198
|
+
var color = props.color,
|
|
8199
|
+
size = props.size,
|
|
8200
|
+
spin = props.spin,
|
|
8201
|
+
style = props.style,
|
|
8202
|
+
className = props.className,
|
|
8203
|
+
iconClassName = props.iconClassName,
|
|
8204
|
+
otherProps = _objectWithoutProperties(props, _excluded$2u);
|
|
8205
|
+
|
|
8206
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
8207
|
+
role: "img",
|
|
8208
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8209
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
8210
|
+
children: loadingCircleStyle$2u
|
|
8211
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8212
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8213
|
+
width: size,
|
|
8214
|
+
height: size,
|
|
8215
|
+
viewBox: "0 0 24 24",
|
|
8216
|
+
fill: color
|
|
8217
|
+
}, otherProps, {
|
|
8218
|
+
className: iconClassName,
|
|
8219
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
8220
|
+
animationDuration: '1s',
|
|
8221
|
+
animationIterationCount: 'infinite',
|
|
8222
|
+
animationName: 'loadingCircle',
|
|
8223
|
+
animationTimingFunction: 'linear'
|
|
8224
|
+
} : {})
|
|
8225
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8226
|
+
opacity: ".3",
|
|
8227
|
+
d: "M2.667 17.828v-5.534l9.22 5.239v6.465l-8.66-5.181a1.152 1.152 0 01-.56-.989z",
|
|
8228
|
+
fill: "#0A1032"
|
|
8229
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8230
|
+
opacity: ".15",
|
|
8231
|
+
d: "M21.333 17.735v-5.438l-9.446 5.236V24l8.882-5.275c.35-.207.564-.584.564-.99z",
|
|
8232
|
+
fill: "#0A1032"
|
|
8233
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8234
|
+
d: "M7.293 9.696l3.844 2.406c.405.253.915.256 1.322.006l4.05-2.48 4.824 2.689-9.421 5.402-9.22-5.402 4.6-2.62z",
|
|
8235
|
+
fill: "#0A1032"
|
|
8236
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8237
|
+
opacity: ".3",
|
|
8238
|
+
d: "M11.137 12.102L3.272 7.18c-.813-.51-.806-1.715.014-2.213L11.15.183a1.253 1.253 0 011.295-.006l8.037 4.785c.833.496.84 1.719.013 2.225l-8.036 4.921c-.407.25-.917.247-1.322-.006z",
|
|
8239
|
+
fill: "#0A1032"
|
|
8240
|
+
})));
|
|
8241
|
+
};
|
|
8242
|
+
|
|
8243
|
+
SpaceOpenCl.propTypes = {
|
|
8244
|
+
iconClassName: PropTypes.string,
|
|
8245
|
+
spin: PropTypes.bool,
|
|
8246
|
+
color: PropTypes.string,
|
|
8247
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
8248
|
+
};
|
|
8249
|
+
SpaceOpenCl.defaultProps = {
|
|
8250
|
+
spin: false,
|
|
8251
|
+
color: 'currentColor',
|
|
8252
|
+
size: '1em'
|
|
8253
|
+
};
|
|
8254
|
+
|
|
8255
|
+
var _excluded$2v = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8256
|
+
var loadingCircleStyle$2v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8257
|
+
|
|
8258
|
+
var PageCl = function PageCl(props) {
|
|
8259
|
+
var color = props.color,
|
|
8260
|
+
size = props.size,
|
|
8261
|
+
spin = props.spin,
|
|
8262
|
+
style = props.style,
|
|
8263
|
+
className = props.className,
|
|
8264
|
+
iconClassName = props.iconClassName,
|
|
8265
|
+
otherProps = _objectWithoutProperties(props, _excluded$2v);
|
|
8266
|
+
|
|
8267
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
8268
|
+
role: "img",
|
|
8269
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8270
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
8271
|
+
children: loadingCircleStyle$2v
|
|
8272
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8273
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8274
|
+
width: size,
|
|
8275
|
+
height: size,
|
|
8276
|
+
viewBox: "0 0 24 24",
|
|
8277
|
+
fill: color
|
|
8278
|
+
}, otherProps, {
|
|
8279
|
+
className: iconClassName,
|
|
8280
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
8281
|
+
animationDuration: '1s',
|
|
8282
|
+
animationIterationCount: 'infinite',
|
|
8283
|
+
animationName: 'loadingCircle',
|
|
8284
|
+
animationTimingFunction: 'linear'
|
|
8285
|
+
} : {})
|
|
8286
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
8287
|
+
opacity: ".15",
|
|
8288
|
+
x: "3",
|
|
8289
|
+
y: "3",
|
|
8290
|
+
width: "18",
|
|
8291
|
+
height: "18",
|
|
8292
|
+
rx: "2",
|
|
8293
|
+
fill: "#0A1032"
|
|
8294
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
8295
|
+
x: "6.857",
|
|
8296
|
+
y: "6.857",
|
|
8297
|
+
width: "10.286",
|
|
8298
|
+
height: "1.929",
|
|
8299
|
+
rx: ".964",
|
|
8300
|
+
fill: "#0A1032"
|
|
8301
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
8302
|
+
x: "6.857",
|
|
8303
|
+
y: "10.714",
|
|
8304
|
+
width: "6.429",
|
|
8305
|
+
height: "1.929",
|
|
8306
|
+
rx: ".964",
|
|
8307
|
+
fill: "#0A1032"
|
|
8308
|
+
})));
|
|
8309
|
+
};
|
|
8310
|
+
|
|
8311
|
+
PageCl.propTypes = {
|
|
8312
|
+
iconClassName: PropTypes.string,
|
|
8313
|
+
spin: PropTypes.bool,
|
|
8314
|
+
color: PropTypes.string,
|
|
8315
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
8316
|
+
};
|
|
8317
|
+
PageCl.defaultProps = {
|
|
8318
|
+
spin: false,
|
|
8319
|
+
color: 'currentColor',
|
|
8320
|
+
size: '1em'
|
|
8321
|
+
};
|
|
8322
|
+
|
|
8323
|
+
var _excluded$2w = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8324
|
+
var loadingCircleStyle$2w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8325
|
+
|
|
8326
|
+
var Info = function Info(props) {
|
|
8327
|
+
var color = props.color,
|
|
8328
|
+
size = props.size,
|
|
8329
|
+
spin = props.spin,
|
|
8330
|
+
style = props.style,
|
|
8331
|
+
className = props.className,
|
|
8332
|
+
iconClassName = props.iconClassName,
|
|
8333
|
+
otherProps = _objectWithoutProperties(props, _excluded$2w);
|
|
8334
|
+
|
|
8335
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
8336
|
+
role: "img",
|
|
8337
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8338
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
8339
|
+
children: loadingCircleStyle$2w
|
|
8340
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8341
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8342
|
+
width: size,
|
|
8343
|
+
height: size,
|
|
8344
|
+
viewBox: "0 0 24 24",
|
|
8345
|
+
fill: color
|
|
8346
|
+
}, otherProps, {
|
|
8347
|
+
className: iconClassName,
|
|
8348
|
+
style: _objectSpread2(_objectSpread2({}, style), spin ? {
|
|
8349
|
+
animationDuration: '1s',
|
|
8350
|
+
animationIterationCount: 'infinite',
|
|
8351
|
+
animationName: 'loadingCircle',
|
|
8352
|
+
animationTimingFunction: 'linear'
|
|
8353
|
+
} : {})
|
|
8062
8354
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8063
8355
|
d: "M12 20a8 8 0 110-16 8 8 0 010 16zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"
|
|
8064
8356
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -8080,8 +8372,8 @@ Info.defaultProps = {
|
|
|
8080
8372
|
size: '1em'
|
|
8081
8373
|
};
|
|
8082
8374
|
|
|
8083
|
-
var _excluded$
|
|
8084
|
-
var loadingCircleStyle$
|
|
8375
|
+
var _excluded$2x = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8376
|
+
var loadingCircleStyle$2x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8085
8377
|
|
|
8086
8378
|
var InfoFill = function InfoFill(props) {
|
|
8087
8379
|
var color = props.color,
|
|
@@ -8090,13 +8382,13 @@ var InfoFill = function InfoFill(props) {
|
|
|
8090
8382
|
style = props.style,
|
|
8091
8383
|
className = props.className,
|
|
8092
8384
|
iconClassName = props.iconClassName,
|
|
8093
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8385
|
+
otherProps = _objectWithoutProperties(props, _excluded$2x);
|
|
8094
8386
|
|
|
8095
8387
|
return /*#__PURE__*/React.createElement("span", {
|
|
8096
8388
|
role: "img",
|
|
8097
8389
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8098
8390
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8099
|
-
children: loadingCircleStyle$
|
|
8391
|
+
children: loadingCircleStyle$2x
|
|
8100
8392
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8101
8393
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8102
8394
|
width: size,
|
|
@@ -8128,8 +8420,8 @@ InfoFill.defaultProps = {
|
|
|
8128
8420
|
size: '1em'
|
|
8129
8421
|
};
|
|
8130
8422
|
|
|
8131
|
-
var _excluded$
|
|
8132
|
-
var loadingCircleStyle$
|
|
8423
|
+
var _excluded$2y = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8424
|
+
var loadingCircleStyle$2y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8133
8425
|
|
|
8134
8426
|
var Help = function Help(props) {
|
|
8135
8427
|
var color = props.color,
|
|
@@ -8138,13 +8430,13 @@ var Help = function Help(props) {
|
|
|
8138
8430
|
style = props.style,
|
|
8139
8431
|
className = props.className,
|
|
8140
8432
|
iconClassName = props.iconClassName,
|
|
8141
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8433
|
+
otherProps = _objectWithoutProperties(props, _excluded$2y);
|
|
8142
8434
|
|
|
8143
8435
|
return /*#__PURE__*/React.createElement("span", {
|
|
8144
8436
|
role: "img",
|
|
8145
8437
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8146
8438
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8147
|
-
children: loadingCircleStyle$
|
|
8439
|
+
children: loadingCircleStyle$2y
|
|
8148
8440
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8149
8441
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8150
8442
|
width: size,
|
|
@@ -8176,8 +8468,8 @@ Help.defaultProps = {
|
|
|
8176
8468
|
size: '1em'
|
|
8177
8469
|
};
|
|
8178
8470
|
|
|
8179
|
-
var _excluded$
|
|
8180
|
-
var loadingCircleStyle$
|
|
8471
|
+
var _excluded$2z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8472
|
+
var loadingCircleStyle$2z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8181
8473
|
|
|
8182
8474
|
var History = function History(props) {
|
|
8183
8475
|
var color = props.color,
|
|
@@ -8186,13 +8478,13 @@ var History = function History(props) {
|
|
|
8186
8478
|
style = props.style,
|
|
8187
8479
|
className = props.className,
|
|
8188
8480
|
iconClassName = props.iconClassName,
|
|
8189
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8481
|
+
otherProps = _objectWithoutProperties(props, _excluded$2z);
|
|
8190
8482
|
|
|
8191
8483
|
return /*#__PURE__*/React.createElement("span", {
|
|
8192
8484
|
role: "img",
|
|
8193
8485
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8194
8486
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8195
|
-
children: loadingCircleStyle$
|
|
8487
|
+
children: loadingCircleStyle$2z
|
|
8196
8488
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8197
8489
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8198
8490
|
width: size,
|
|
@@ -8224,8 +8516,8 @@ History.defaultProps = {
|
|
|
8224
8516
|
size: '1em'
|
|
8225
8517
|
};
|
|
8226
8518
|
|
|
8227
|
-
var _excluded$
|
|
8228
|
-
var loadingCircleStyle$
|
|
8519
|
+
var _excluded$2A = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8520
|
+
var loadingCircleStyle$2A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8229
8521
|
|
|
8230
8522
|
var Backup = function Backup(props) {
|
|
8231
8523
|
var color = props.color,
|
|
@@ -8234,13 +8526,13 @@ var Backup = function Backup(props) {
|
|
|
8234
8526
|
style = props.style,
|
|
8235
8527
|
className = props.className,
|
|
8236
8528
|
iconClassName = props.iconClassName,
|
|
8237
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8529
|
+
otherProps = _objectWithoutProperties(props, _excluded$2A);
|
|
8238
8530
|
|
|
8239
8531
|
return /*#__PURE__*/React.createElement("span", {
|
|
8240
8532
|
role: "img",
|
|
8241
8533
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8242
8534
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8243
|
-
children: loadingCircleStyle$
|
|
8535
|
+
children: loadingCircleStyle$2A
|
|
8244
8536
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8245
8537
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8246
8538
|
width: size,
|
|
@@ -8274,8 +8566,8 @@ Backup.defaultProps = {
|
|
|
8274
8566
|
size: '1em'
|
|
8275
8567
|
};
|
|
8276
8568
|
|
|
8277
|
-
var _excluded$
|
|
8278
|
-
var loadingCircleStyle$
|
|
8569
|
+
var _excluded$2B = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8570
|
+
var loadingCircleStyle$2B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8279
8571
|
|
|
8280
8572
|
var Error = function Error(props) {
|
|
8281
8573
|
var color = props.color,
|
|
@@ -8284,13 +8576,13 @@ var Error = function Error(props) {
|
|
|
8284
8576
|
style = props.style,
|
|
8285
8577
|
className = props.className,
|
|
8286
8578
|
iconClassName = props.iconClassName,
|
|
8287
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8579
|
+
otherProps = _objectWithoutProperties(props, _excluded$2B);
|
|
8288
8580
|
|
|
8289
8581
|
return /*#__PURE__*/React.createElement("span", {
|
|
8290
8582
|
role: "img",
|
|
8291
8583
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8292
8584
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8293
|
-
children: loadingCircleStyle$
|
|
8585
|
+
children: loadingCircleStyle$2B
|
|
8294
8586
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8295
8587
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8296
8588
|
width: size,
|
|
@@ -8326,8 +8618,8 @@ Error.defaultProps = {
|
|
|
8326
8618
|
size: '1em'
|
|
8327
8619
|
};
|
|
8328
8620
|
|
|
8329
|
-
var _excluded$
|
|
8330
|
-
var loadingCircleStyle$
|
|
8621
|
+
var _excluded$2C = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8622
|
+
var loadingCircleStyle$2C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8331
8623
|
|
|
8332
8624
|
var ErrorFill = function ErrorFill(props) {
|
|
8333
8625
|
var color = props.color,
|
|
@@ -8336,13 +8628,13 @@ var ErrorFill = function ErrorFill(props) {
|
|
|
8336
8628
|
style = props.style,
|
|
8337
8629
|
className = props.className,
|
|
8338
8630
|
iconClassName = props.iconClassName,
|
|
8339
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8631
|
+
otherProps = _objectWithoutProperties(props, _excluded$2C);
|
|
8340
8632
|
|
|
8341
8633
|
return /*#__PURE__*/React.createElement("span", {
|
|
8342
8634
|
role: "img",
|
|
8343
8635
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8344
8636
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8345
|
-
children: loadingCircleStyle$
|
|
8637
|
+
children: loadingCircleStyle$2C
|
|
8346
8638
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8347
8639
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8348
8640
|
width: size,
|
|
@@ -8374,8 +8666,8 @@ ErrorFill.defaultProps = {
|
|
|
8374
8666
|
size: '1em'
|
|
8375
8667
|
};
|
|
8376
8668
|
|
|
8377
|
-
var _excluded$
|
|
8378
|
-
var loadingCircleStyle$
|
|
8669
|
+
var _excluded$2D = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8670
|
+
var loadingCircleStyle$2D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8379
8671
|
|
|
8380
8672
|
var Error2 = function Error2(props) {
|
|
8381
8673
|
var color = props.color,
|
|
@@ -8384,13 +8676,13 @@ var Error2 = function Error2(props) {
|
|
|
8384
8676
|
style = props.style,
|
|
8385
8677
|
className = props.className,
|
|
8386
8678
|
iconClassName = props.iconClassName,
|
|
8387
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8679
|
+
otherProps = _objectWithoutProperties(props, _excluded$2D);
|
|
8388
8680
|
|
|
8389
8681
|
return /*#__PURE__*/React.createElement("span", {
|
|
8390
8682
|
role: "img",
|
|
8391
8683
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8392
8684
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8393
|
-
children: loadingCircleStyle$
|
|
8685
|
+
children: loadingCircleStyle$2D
|
|
8394
8686
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8395
8687
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8396
8688
|
width: size,
|
|
@@ -8424,8 +8716,8 @@ Error2.defaultProps = {
|
|
|
8424
8716
|
size: '1em'
|
|
8425
8717
|
};
|
|
8426
8718
|
|
|
8427
|
-
var _excluded$
|
|
8428
|
-
var loadingCircleStyle$
|
|
8719
|
+
var _excluded$2E = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8720
|
+
var loadingCircleStyle$2E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8429
8721
|
|
|
8430
8722
|
var Error2Fill = function Error2Fill(props) {
|
|
8431
8723
|
var color = props.color,
|
|
@@ -8434,13 +8726,13 @@ var Error2Fill = function Error2Fill(props) {
|
|
|
8434
8726
|
style = props.style,
|
|
8435
8727
|
className = props.className,
|
|
8436
8728
|
iconClassName = props.iconClassName,
|
|
8437
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8729
|
+
otherProps = _objectWithoutProperties(props, _excluded$2E);
|
|
8438
8730
|
|
|
8439
8731
|
return /*#__PURE__*/React.createElement("span", {
|
|
8440
8732
|
role: "img",
|
|
8441
8733
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8442
8734
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8443
|
-
children: loadingCircleStyle$
|
|
8735
|
+
children: loadingCircleStyle$2E
|
|
8444
8736
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8445
8737
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8446
8738
|
width: size,
|
|
@@ -8474,8 +8766,8 @@ Error2Fill.defaultProps = {
|
|
|
8474
8766
|
size: '1em'
|
|
8475
8767
|
};
|
|
8476
8768
|
|
|
8477
|
-
var _excluded$
|
|
8478
|
-
var loadingCircleStyle$
|
|
8769
|
+
var _excluded$2F = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8770
|
+
var loadingCircleStyle$2F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8479
8771
|
|
|
8480
8772
|
var Success = function Success(props) {
|
|
8481
8773
|
var color = props.color,
|
|
@@ -8484,13 +8776,13 @@ var Success = function Success(props) {
|
|
|
8484
8776
|
style = props.style,
|
|
8485
8777
|
className = props.className,
|
|
8486
8778
|
iconClassName = props.iconClassName,
|
|
8487
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8779
|
+
otherProps = _objectWithoutProperties(props, _excluded$2F);
|
|
8488
8780
|
|
|
8489
8781
|
return /*#__PURE__*/React.createElement("span", {
|
|
8490
8782
|
role: "img",
|
|
8491
8783
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8492
8784
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8493
|
-
children: loadingCircleStyle$
|
|
8785
|
+
children: loadingCircleStyle$2F
|
|
8494
8786
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8495
8787
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8496
8788
|
width: size,
|
|
@@ -8522,8 +8814,8 @@ Success.defaultProps = {
|
|
|
8522
8814
|
size: '1em'
|
|
8523
8815
|
};
|
|
8524
8816
|
|
|
8525
|
-
var _excluded$
|
|
8526
|
-
var loadingCircleStyle$
|
|
8817
|
+
var _excluded$2G = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8818
|
+
var loadingCircleStyle$2G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8527
8819
|
|
|
8528
8820
|
var SuccessFill = function SuccessFill(props) {
|
|
8529
8821
|
var color = props.color,
|
|
@@ -8532,13 +8824,13 @@ var SuccessFill = function SuccessFill(props) {
|
|
|
8532
8824
|
style = props.style,
|
|
8533
8825
|
className = props.className,
|
|
8534
8826
|
iconClassName = props.iconClassName,
|
|
8535
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8827
|
+
otherProps = _objectWithoutProperties(props, _excluded$2G);
|
|
8536
8828
|
|
|
8537
8829
|
return /*#__PURE__*/React.createElement("span", {
|
|
8538
8830
|
role: "img",
|
|
8539
8831
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8540
8832
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8541
|
-
children: loadingCircleStyle$
|
|
8833
|
+
children: loadingCircleStyle$2G
|
|
8542
8834
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8543
8835
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8544
8836
|
width: size,
|
|
@@ -8572,8 +8864,8 @@ SuccessFill.defaultProps = {
|
|
|
8572
8864
|
size: '1em'
|
|
8573
8865
|
};
|
|
8574
8866
|
|
|
8575
|
-
var _excluded$
|
|
8576
|
-
var loadingCircleStyle$
|
|
8867
|
+
var _excluded$2H = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8868
|
+
var loadingCircleStyle$2H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8577
8869
|
|
|
8578
8870
|
var Delete2 = function Delete2(props) {
|
|
8579
8871
|
var color = props.color,
|
|
@@ -8582,13 +8874,13 @@ var Delete2 = function Delete2(props) {
|
|
|
8582
8874
|
style = props.style,
|
|
8583
8875
|
className = props.className,
|
|
8584
8876
|
iconClassName = props.iconClassName,
|
|
8585
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8877
|
+
otherProps = _objectWithoutProperties(props, _excluded$2H);
|
|
8586
8878
|
|
|
8587
8879
|
return /*#__PURE__*/React.createElement("span", {
|
|
8588
8880
|
role: "img",
|
|
8589
8881
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8590
8882
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8591
|
-
children: loadingCircleStyle$
|
|
8883
|
+
children: loadingCircleStyle$2H
|
|
8592
8884
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8593
8885
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8594
8886
|
width: size,
|
|
@@ -8620,8 +8912,8 @@ Delete2.defaultProps = {
|
|
|
8620
8912
|
size: '1em'
|
|
8621
8913
|
};
|
|
8622
8914
|
|
|
8623
|
-
var _excluded$
|
|
8624
|
-
var loadingCircleStyle$
|
|
8915
|
+
var _excluded$2I = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8916
|
+
var loadingCircleStyle$2I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8625
8917
|
|
|
8626
8918
|
var Delete2Fill = function Delete2Fill(props) {
|
|
8627
8919
|
var color = props.color,
|
|
@@ -8630,13 +8922,13 @@ var Delete2Fill = function Delete2Fill(props) {
|
|
|
8630
8922
|
style = props.style,
|
|
8631
8923
|
className = props.className,
|
|
8632
8924
|
iconClassName = props.iconClassName,
|
|
8633
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8925
|
+
otherProps = _objectWithoutProperties(props, _excluded$2I);
|
|
8634
8926
|
|
|
8635
8927
|
return /*#__PURE__*/React.createElement("span", {
|
|
8636
8928
|
role: "img",
|
|
8637
8929
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8638
8930
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8639
|
-
children: loadingCircleStyle$
|
|
8931
|
+
children: loadingCircleStyle$2I
|
|
8640
8932
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8641
8933
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8642
8934
|
width: size,
|
|
@@ -8668,8 +8960,8 @@ Delete2Fill.defaultProps = {
|
|
|
8668
8960
|
size: '1em'
|
|
8669
8961
|
};
|
|
8670
8962
|
|
|
8671
|
-
var _excluded$
|
|
8672
|
-
var loadingCircleStyle$
|
|
8963
|
+
var _excluded$2J = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
8964
|
+
var loadingCircleStyle$2J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8673
8965
|
|
|
8674
8966
|
var Exchange = function Exchange(props) {
|
|
8675
8967
|
var color = props.color,
|
|
@@ -8678,13 +8970,13 @@ var Exchange = function Exchange(props) {
|
|
|
8678
8970
|
style = props.style,
|
|
8679
8971
|
className = props.className,
|
|
8680
8972
|
iconClassName = props.iconClassName,
|
|
8681
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
8973
|
+
otherProps = _objectWithoutProperties(props, _excluded$2J);
|
|
8682
8974
|
|
|
8683
8975
|
return /*#__PURE__*/React.createElement("span", {
|
|
8684
8976
|
role: "img",
|
|
8685
8977
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8686
8978
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8687
|
-
children: loadingCircleStyle$
|
|
8979
|
+
children: loadingCircleStyle$2J
|
|
8688
8980
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8689
8981
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8690
8982
|
width: size,
|
|
@@ -8716,8 +9008,8 @@ Exchange.defaultProps = {
|
|
|
8716
9008
|
size: '1em'
|
|
8717
9009
|
};
|
|
8718
9010
|
|
|
8719
|
-
var _excluded$
|
|
8720
|
-
var loadingCircleStyle$
|
|
9011
|
+
var _excluded$2K = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9012
|
+
var loadingCircleStyle$2K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8721
9013
|
|
|
8722
9014
|
var SwapFill = function SwapFill(props) {
|
|
8723
9015
|
var color = props.color,
|
|
@@ -8726,13 +9018,13 @@ var SwapFill = function SwapFill(props) {
|
|
|
8726
9018
|
style = props.style,
|
|
8727
9019
|
className = props.className,
|
|
8728
9020
|
iconClassName = props.iconClassName,
|
|
8729
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9021
|
+
otherProps = _objectWithoutProperties(props, _excluded$2K);
|
|
8730
9022
|
|
|
8731
9023
|
return /*#__PURE__*/React.createElement("span", {
|
|
8732
9024
|
role: "img",
|
|
8733
9025
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8734
9026
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8735
|
-
children: loadingCircleStyle$
|
|
9027
|
+
children: loadingCircleStyle$2K
|
|
8736
9028
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8737
9029
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8738
9030
|
width: size,
|
|
@@ -8764,8 +9056,8 @@ SwapFill.defaultProps = {
|
|
|
8764
9056
|
size: '1em'
|
|
8765
9057
|
};
|
|
8766
9058
|
|
|
8767
|
-
var _excluded$
|
|
8768
|
-
var loadingCircleStyle$
|
|
9059
|
+
var _excluded$2L = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9060
|
+
var loadingCircleStyle$2L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8769
9061
|
|
|
8770
9062
|
var Processing = function Processing(props) {
|
|
8771
9063
|
var color = props.color,
|
|
@@ -8774,13 +9066,13 @@ var Processing = function Processing(props) {
|
|
|
8774
9066
|
style = props.style,
|
|
8775
9067
|
className = props.className,
|
|
8776
9068
|
iconClassName = props.iconClassName,
|
|
8777
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9069
|
+
otherProps = _objectWithoutProperties(props, _excluded$2L);
|
|
8778
9070
|
|
|
8779
9071
|
return /*#__PURE__*/React.createElement("span", {
|
|
8780
9072
|
role: "img",
|
|
8781
9073
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8782
9074
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8783
|
-
children: loadingCircleStyle$
|
|
9075
|
+
children: loadingCircleStyle$2L
|
|
8784
9076
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8785
9077
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8786
9078
|
width: size,
|
|
@@ -8812,8 +9104,8 @@ Processing.defaultProps = {
|
|
|
8812
9104
|
size: '1em'
|
|
8813
9105
|
};
|
|
8814
9106
|
|
|
8815
|
-
var _excluded$
|
|
8816
|
-
var loadingCircleStyle$
|
|
9107
|
+
var _excluded$2M = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9108
|
+
var loadingCircleStyle$2M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8817
9109
|
|
|
8818
9110
|
var Processing2 = function Processing2(props) {
|
|
8819
9111
|
var color = props.color,
|
|
@@ -8822,13 +9114,13 @@ var Processing2 = function Processing2(props) {
|
|
|
8822
9114
|
style = props.style,
|
|
8823
9115
|
className = props.className,
|
|
8824
9116
|
iconClassName = props.iconClassName,
|
|
8825
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9117
|
+
otherProps = _objectWithoutProperties(props, _excluded$2M);
|
|
8826
9118
|
|
|
8827
9119
|
return /*#__PURE__*/React.createElement("span", {
|
|
8828
9120
|
role: "img",
|
|
8829
9121
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8830
9122
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8831
|
-
children: loadingCircleStyle$
|
|
9123
|
+
children: loadingCircleStyle$2M
|
|
8832
9124
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8833
9125
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8834
9126
|
width: size,
|
|
@@ -8862,8 +9154,8 @@ Processing2.defaultProps = {
|
|
|
8862
9154
|
size: '1em'
|
|
8863
9155
|
};
|
|
8864
9156
|
|
|
8865
|
-
var _excluded$
|
|
8866
|
-
var loadingCircleStyle$
|
|
9157
|
+
var _excluded$2N = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9158
|
+
var loadingCircleStyle$2N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8867
9159
|
|
|
8868
9160
|
var Done = function Done(props) {
|
|
8869
9161
|
var color = props.color,
|
|
@@ -8872,13 +9164,13 @@ var Done = function Done(props) {
|
|
|
8872
9164
|
style = props.style,
|
|
8873
9165
|
className = props.className,
|
|
8874
9166
|
iconClassName = props.iconClassName,
|
|
8875
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9167
|
+
otherProps = _objectWithoutProperties(props, _excluded$2N);
|
|
8876
9168
|
|
|
8877
9169
|
return /*#__PURE__*/React.createElement("span", {
|
|
8878
9170
|
role: "img",
|
|
8879
9171
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8880
9172
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8881
|
-
children: loadingCircleStyle$
|
|
9173
|
+
children: loadingCircleStyle$2N
|
|
8882
9174
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8883
9175
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8884
9176
|
width: size,
|
|
@@ -8910,8 +9202,8 @@ Done.defaultProps = {
|
|
|
8910
9202
|
size: '1em'
|
|
8911
9203
|
};
|
|
8912
9204
|
|
|
8913
|
-
var _excluded$
|
|
8914
|
-
var loadingCircleStyle$
|
|
9205
|
+
var _excluded$2O = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9206
|
+
var loadingCircleStyle$2O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8915
9207
|
|
|
8916
9208
|
var Close = function Close(props) {
|
|
8917
9209
|
var color = props.color,
|
|
@@ -8920,13 +9212,13 @@ var Close = function Close(props) {
|
|
|
8920
9212
|
style = props.style,
|
|
8921
9213
|
className = props.className,
|
|
8922
9214
|
iconClassName = props.iconClassName,
|
|
8923
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9215
|
+
otherProps = _objectWithoutProperties(props, _excluded$2O);
|
|
8924
9216
|
|
|
8925
9217
|
return /*#__PURE__*/React.createElement("span", {
|
|
8926
9218
|
role: "img",
|
|
8927
9219
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8928
9220
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8929
|
-
children: loadingCircleStyle$
|
|
9221
|
+
children: loadingCircleStyle$2O
|
|
8930
9222
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8931
9223
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8932
9224
|
width: size,
|
|
@@ -8958,8 +9250,8 @@ Close.defaultProps = {
|
|
|
8958
9250
|
size: '1em'
|
|
8959
9251
|
};
|
|
8960
9252
|
|
|
8961
|
-
var _excluded$
|
|
8962
|
-
var loadingCircleStyle$
|
|
9253
|
+
var _excluded$2P = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9254
|
+
var loadingCircleStyle$2P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
8963
9255
|
|
|
8964
9256
|
var StarOutline = function StarOutline(props) {
|
|
8965
9257
|
var color = props.color,
|
|
@@ -8968,13 +9260,13 @@ var StarOutline = function StarOutline(props) {
|
|
|
8968
9260
|
style = props.style,
|
|
8969
9261
|
className = props.className,
|
|
8970
9262
|
iconClassName = props.iconClassName,
|
|
8971
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9263
|
+
otherProps = _objectWithoutProperties(props, _excluded$2P);
|
|
8972
9264
|
|
|
8973
9265
|
return /*#__PURE__*/React.createElement("span", {
|
|
8974
9266
|
role: "img",
|
|
8975
9267
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
8976
9268
|
}, /*#__PURE__*/React.createElement("style", {
|
|
8977
|
-
children: loadingCircleStyle$
|
|
9269
|
+
children: loadingCircleStyle$2P
|
|
8978
9270
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
8979
9271
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8980
9272
|
width: size,
|
|
@@ -9006,8 +9298,8 @@ StarOutline.defaultProps = {
|
|
|
9006
9298
|
size: '1em'
|
|
9007
9299
|
};
|
|
9008
9300
|
|
|
9009
|
-
var _excluded$
|
|
9010
|
-
var loadingCircleStyle$
|
|
9301
|
+
var _excluded$2Q = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9302
|
+
var loadingCircleStyle$2Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9011
9303
|
|
|
9012
9304
|
var StarFill = function StarFill(props) {
|
|
9013
9305
|
var color = props.color,
|
|
@@ -9016,13 +9308,13 @@ var StarFill = function StarFill(props) {
|
|
|
9016
9308
|
style = props.style,
|
|
9017
9309
|
className = props.className,
|
|
9018
9310
|
iconClassName = props.iconClassName,
|
|
9019
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9311
|
+
otherProps = _objectWithoutProperties(props, _excluded$2Q);
|
|
9020
9312
|
|
|
9021
9313
|
return /*#__PURE__*/React.createElement("span", {
|
|
9022
9314
|
role: "img",
|
|
9023
9315
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9024
9316
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9025
|
-
children: loadingCircleStyle$
|
|
9317
|
+
children: loadingCircleStyle$2Q
|
|
9026
9318
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9027
9319
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9028
9320
|
width: size,
|
|
@@ -9054,8 +9346,8 @@ StarFill.defaultProps = {
|
|
|
9054
9346
|
size: '1em'
|
|
9055
9347
|
};
|
|
9056
9348
|
|
|
9057
|
-
var _excluded$
|
|
9058
|
-
var loadingCircleStyle$
|
|
9349
|
+
var _excluded$2R = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9350
|
+
var loadingCircleStyle$2R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9059
9351
|
|
|
9060
9352
|
var TimeLock = function TimeLock(props) {
|
|
9061
9353
|
var color = props.color,
|
|
@@ -9064,13 +9356,13 @@ var TimeLock = function TimeLock(props) {
|
|
|
9064
9356
|
style = props.style,
|
|
9065
9357
|
className = props.className,
|
|
9066
9358
|
iconClassName = props.iconClassName,
|
|
9067
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9359
|
+
otherProps = _objectWithoutProperties(props, _excluded$2R);
|
|
9068
9360
|
|
|
9069
9361
|
return /*#__PURE__*/React.createElement("span", {
|
|
9070
9362
|
role: "img",
|
|
9071
9363
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9072
9364
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9073
|
-
children: loadingCircleStyle$
|
|
9365
|
+
children: loadingCircleStyle$2R
|
|
9074
9366
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9075
9367
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9076
9368
|
width: size,
|
|
@@ -9102,8 +9394,8 @@ TimeLock.defaultProps = {
|
|
|
9102
9394
|
size: '1em'
|
|
9103
9395
|
};
|
|
9104
9396
|
|
|
9105
|
-
var _excluded$
|
|
9106
|
-
var loadingCircleStyle$
|
|
9397
|
+
var _excluded$2S = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9398
|
+
var loadingCircleStyle$2S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9107
9399
|
|
|
9108
9400
|
var Heart = function Heart(props) {
|
|
9109
9401
|
var color = props.color,
|
|
@@ -9112,13 +9404,13 @@ var Heart = function Heart(props) {
|
|
|
9112
9404
|
style = props.style,
|
|
9113
9405
|
className = props.className,
|
|
9114
9406
|
iconClassName = props.iconClassName,
|
|
9115
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9407
|
+
otherProps = _objectWithoutProperties(props, _excluded$2S);
|
|
9116
9408
|
|
|
9117
9409
|
return /*#__PURE__*/React.createElement("span", {
|
|
9118
9410
|
role: "img",
|
|
9119
9411
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9120
9412
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9121
|
-
children: loadingCircleStyle$
|
|
9413
|
+
children: loadingCircleStyle$2S
|
|
9122
9414
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9123
9415
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9124
9416
|
width: size,
|
|
@@ -9150,8 +9442,8 @@ Heart.defaultProps = {
|
|
|
9150
9442
|
size: '1em'
|
|
9151
9443
|
};
|
|
9152
9444
|
|
|
9153
|
-
var _excluded$
|
|
9154
|
-
var loadingCircleStyle$
|
|
9445
|
+
var _excluded$2T = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9446
|
+
var loadingCircleStyle$2T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9155
9447
|
|
|
9156
9448
|
var Bookmark = function Bookmark(props) {
|
|
9157
9449
|
var color = props.color,
|
|
@@ -9160,13 +9452,13 @@ var Bookmark = function Bookmark(props) {
|
|
|
9160
9452
|
style = props.style,
|
|
9161
9453
|
className = props.className,
|
|
9162
9454
|
iconClassName = props.iconClassName,
|
|
9163
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9455
|
+
otherProps = _objectWithoutProperties(props, _excluded$2T);
|
|
9164
9456
|
|
|
9165
9457
|
return /*#__PURE__*/React.createElement("span", {
|
|
9166
9458
|
role: "img",
|
|
9167
9459
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9168
9460
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9169
|
-
children: loadingCircleStyle$
|
|
9461
|
+
children: loadingCircleStyle$2T
|
|
9170
9462
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9171
9463
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9172
9464
|
width: size,
|
|
@@ -9198,8 +9490,8 @@ Bookmark.defaultProps = {
|
|
|
9198
9490
|
size: '1em'
|
|
9199
9491
|
};
|
|
9200
9492
|
|
|
9201
|
-
var _excluded$
|
|
9202
|
-
var loadingCircleStyle$
|
|
9493
|
+
var _excluded$2U = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9494
|
+
var loadingCircleStyle$2U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9203
9495
|
|
|
9204
9496
|
var Bookmark2 = function Bookmark2(props) {
|
|
9205
9497
|
var color = props.color,
|
|
@@ -9208,13 +9500,13 @@ var Bookmark2 = function Bookmark2(props) {
|
|
|
9208
9500
|
style = props.style,
|
|
9209
9501
|
className = props.className,
|
|
9210
9502
|
iconClassName = props.iconClassName,
|
|
9211
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9503
|
+
otherProps = _objectWithoutProperties(props, _excluded$2U);
|
|
9212
9504
|
|
|
9213
9505
|
return /*#__PURE__*/React.createElement("span", {
|
|
9214
9506
|
role: "img",
|
|
9215
9507
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9216
9508
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9217
|
-
children: loadingCircleStyle$
|
|
9509
|
+
children: loadingCircleStyle$2U
|
|
9218
9510
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9219
9511
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9220
9512
|
width: size,
|
|
@@ -9246,8 +9538,8 @@ Bookmark2.defaultProps = {
|
|
|
9246
9538
|
size: '1em'
|
|
9247
9539
|
};
|
|
9248
9540
|
|
|
9249
|
-
var _excluded$
|
|
9250
|
-
var loadingCircleStyle$
|
|
9541
|
+
var _excluded$2V = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9542
|
+
var loadingCircleStyle$2V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9251
9543
|
|
|
9252
9544
|
var LockClose = function LockClose(props) {
|
|
9253
9545
|
var color = props.color,
|
|
@@ -9256,13 +9548,13 @@ var LockClose = function LockClose(props) {
|
|
|
9256
9548
|
style = props.style,
|
|
9257
9549
|
className = props.className,
|
|
9258
9550
|
iconClassName = props.iconClassName,
|
|
9259
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9551
|
+
otherProps = _objectWithoutProperties(props, _excluded$2V);
|
|
9260
9552
|
|
|
9261
9553
|
return /*#__PURE__*/React.createElement("span", {
|
|
9262
9554
|
role: "img",
|
|
9263
9555
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9264
9556
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9265
|
-
children: loadingCircleStyle$
|
|
9557
|
+
children: loadingCircleStyle$2V
|
|
9266
9558
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9267
9559
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9268
9560
|
width: size,
|
|
@@ -9298,8 +9590,8 @@ LockClose.defaultProps = {
|
|
|
9298
9590
|
size: '1em'
|
|
9299
9591
|
};
|
|
9300
9592
|
|
|
9301
|
-
var _excluded$
|
|
9302
|
-
var loadingCircleStyle$
|
|
9593
|
+
var _excluded$2W = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9594
|
+
var loadingCircleStyle$2W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9303
9595
|
|
|
9304
9596
|
var LockCloseFill = function LockCloseFill(props) {
|
|
9305
9597
|
var color = props.color,
|
|
@@ -9308,13 +9600,13 @@ var LockCloseFill = function LockCloseFill(props) {
|
|
|
9308
9600
|
style = props.style,
|
|
9309
9601
|
className = props.className,
|
|
9310
9602
|
iconClassName = props.iconClassName,
|
|
9311
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9603
|
+
otherProps = _objectWithoutProperties(props, _excluded$2W);
|
|
9312
9604
|
|
|
9313
9605
|
return /*#__PURE__*/React.createElement("span", {
|
|
9314
9606
|
role: "img",
|
|
9315
9607
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9316
9608
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9317
|
-
children: loadingCircleStyle$
|
|
9609
|
+
children: loadingCircleStyle$2W
|
|
9318
9610
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9319
9611
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9320
9612
|
width: size,
|
|
@@ -9346,8 +9638,8 @@ LockCloseFill.defaultProps = {
|
|
|
9346
9638
|
size: '1em'
|
|
9347
9639
|
};
|
|
9348
9640
|
|
|
9349
|
-
var _excluded$
|
|
9350
|
-
var loadingCircleStyle$
|
|
9641
|
+
var _excluded$2X = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9642
|
+
var loadingCircleStyle$2X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9351
9643
|
|
|
9352
9644
|
var LockOpen = function LockOpen(props) {
|
|
9353
9645
|
var color = props.color,
|
|
@@ -9356,13 +9648,13 @@ var LockOpen = function LockOpen(props) {
|
|
|
9356
9648
|
style = props.style,
|
|
9357
9649
|
className = props.className,
|
|
9358
9650
|
iconClassName = props.iconClassName,
|
|
9359
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9651
|
+
otherProps = _objectWithoutProperties(props, _excluded$2X);
|
|
9360
9652
|
|
|
9361
9653
|
return /*#__PURE__*/React.createElement("span", {
|
|
9362
9654
|
role: "img",
|
|
9363
9655
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9364
9656
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9365
|
-
children: loadingCircleStyle$
|
|
9657
|
+
children: loadingCircleStyle$2X
|
|
9366
9658
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9367
9659
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9368
9660
|
width: size,
|
|
@@ -9394,8 +9686,8 @@ LockOpen.defaultProps = {
|
|
|
9394
9686
|
size: '1em'
|
|
9395
9687
|
};
|
|
9396
9688
|
|
|
9397
|
-
var _excluded$
|
|
9398
|
-
var loadingCircleStyle$
|
|
9689
|
+
var _excluded$2Y = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9690
|
+
var loadingCircleStyle$2Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9399
9691
|
|
|
9400
9692
|
var LockOpenFill = function LockOpenFill(props) {
|
|
9401
9693
|
var color = props.color,
|
|
@@ -9404,13 +9696,13 @@ var LockOpenFill = function LockOpenFill(props) {
|
|
|
9404
9696
|
style = props.style,
|
|
9405
9697
|
className = props.className,
|
|
9406
9698
|
iconClassName = props.iconClassName,
|
|
9407
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9699
|
+
otherProps = _objectWithoutProperties(props, _excluded$2Y);
|
|
9408
9700
|
|
|
9409
9701
|
return /*#__PURE__*/React.createElement("span", {
|
|
9410
9702
|
role: "img",
|
|
9411
9703
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9412
9704
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9413
|
-
children: loadingCircleStyle$
|
|
9705
|
+
children: loadingCircleStyle$2Y
|
|
9414
9706
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9415
9707
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9416
9708
|
width: size,
|
|
@@ -9442,8 +9734,8 @@ LockOpenFill.defaultProps = {
|
|
|
9442
9734
|
size: '1em'
|
|
9443
9735
|
};
|
|
9444
9736
|
|
|
9445
|
-
var _excluded$
|
|
9446
|
-
var loadingCircleStyle$
|
|
9737
|
+
var _excluded$2Z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9738
|
+
var loadingCircleStyle$2Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9447
9739
|
|
|
9448
9740
|
var EyeOn = function EyeOn(props) {
|
|
9449
9741
|
var color = props.color,
|
|
@@ -9452,13 +9744,13 @@ var EyeOn = function EyeOn(props) {
|
|
|
9452
9744
|
style = props.style,
|
|
9453
9745
|
className = props.className,
|
|
9454
9746
|
iconClassName = props.iconClassName,
|
|
9455
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9747
|
+
otherProps = _objectWithoutProperties(props, _excluded$2Z);
|
|
9456
9748
|
|
|
9457
9749
|
return /*#__PURE__*/React.createElement("span", {
|
|
9458
9750
|
role: "img",
|
|
9459
9751
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9460
9752
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9461
|
-
children: loadingCircleStyle$
|
|
9753
|
+
children: loadingCircleStyle$2Z
|
|
9462
9754
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9463
9755
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9464
9756
|
width: size,
|
|
@@ -9490,8 +9782,8 @@ EyeOn.defaultProps = {
|
|
|
9490
9782
|
size: '1em'
|
|
9491
9783
|
};
|
|
9492
9784
|
|
|
9493
|
-
var _excluded$
|
|
9494
|
-
var loadingCircleStyle$
|
|
9785
|
+
var _excluded$2_ = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9786
|
+
var loadingCircleStyle$2_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9495
9787
|
|
|
9496
9788
|
var EyeOnFill = function EyeOnFill(props) {
|
|
9497
9789
|
var color = props.color,
|
|
@@ -9500,13 +9792,13 @@ var EyeOnFill = function EyeOnFill(props) {
|
|
|
9500
9792
|
style = props.style,
|
|
9501
9793
|
className = props.className,
|
|
9502
9794
|
iconClassName = props.iconClassName,
|
|
9503
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9795
|
+
otherProps = _objectWithoutProperties(props, _excluded$2_);
|
|
9504
9796
|
|
|
9505
9797
|
return /*#__PURE__*/React.createElement("span", {
|
|
9506
9798
|
role: "img",
|
|
9507
9799
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9508
9800
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9509
|
-
children: loadingCircleStyle$
|
|
9801
|
+
children: loadingCircleStyle$2_
|
|
9510
9802
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9511
9803
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9512
9804
|
width: size,
|
|
@@ -9540,8 +9832,8 @@ EyeOnFill.defaultProps = {
|
|
|
9540
9832
|
size: '1em'
|
|
9541
9833
|
};
|
|
9542
9834
|
|
|
9543
|
-
var _excluded$
|
|
9544
|
-
var loadingCircleStyle$
|
|
9835
|
+
var _excluded$2$ = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9836
|
+
var loadingCircleStyle$2$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9545
9837
|
|
|
9546
9838
|
var EyeOff = function EyeOff(props) {
|
|
9547
9839
|
var color = props.color,
|
|
@@ -9550,13 +9842,13 @@ var EyeOff = function EyeOff(props) {
|
|
|
9550
9842
|
style = props.style,
|
|
9551
9843
|
className = props.className,
|
|
9552
9844
|
iconClassName = props.iconClassName,
|
|
9553
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9845
|
+
otherProps = _objectWithoutProperties(props, _excluded$2$);
|
|
9554
9846
|
|
|
9555
9847
|
return /*#__PURE__*/React.createElement("span", {
|
|
9556
9848
|
role: "img",
|
|
9557
9849
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9558
9850
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9559
|
-
children: loadingCircleStyle$
|
|
9851
|
+
children: loadingCircleStyle$2$
|
|
9560
9852
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9561
9853
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9562
9854
|
width: size,
|
|
@@ -9588,8 +9880,8 @@ EyeOff.defaultProps = {
|
|
|
9588
9880
|
size: '1em'
|
|
9589
9881
|
};
|
|
9590
9882
|
|
|
9591
|
-
var _excluded$
|
|
9592
|
-
var loadingCircleStyle$
|
|
9883
|
+
var _excluded$30 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9884
|
+
var loadingCircleStyle$30 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9593
9885
|
|
|
9594
9886
|
var EyeOffFill = function EyeOffFill(props) {
|
|
9595
9887
|
var color = props.color,
|
|
@@ -9598,13 +9890,13 @@ var EyeOffFill = function EyeOffFill(props) {
|
|
|
9598
9890
|
style = props.style,
|
|
9599
9891
|
className = props.className,
|
|
9600
9892
|
iconClassName = props.iconClassName,
|
|
9601
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9893
|
+
otherProps = _objectWithoutProperties(props, _excluded$30);
|
|
9602
9894
|
|
|
9603
9895
|
return /*#__PURE__*/React.createElement("span", {
|
|
9604
9896
|
role: "img",
|
|
9605
9897
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9606
9898
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9607
|
-
children: loadingCircleStyle$
|
|
9899
|
+
children: loadingCircleStyle$30
|
|
9608
9900
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9609
9901
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9610
9902
|
width: size,
|
|
@@ -9638,8 +9930,8 @@ EyeOffFill.defaultProps = {
|
|
|
9638
9930
|
size: '1em'
|
|
9639
9931
|
};
|
|
9640
9932
|
|
|
9641
|
-
var _excluded$
|
|
9642
|
-
var loadingCircleStyle$
|
|
9933
|
+
var _excluded$31 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9934
|
+
var loadingCircleStyle$31 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9643
9935
|
|
|
9644
9936
|
var Dot = function Dot(props) {
|
|
9645
9937
|
var color = props.color,
|
|
@@ -9648,13 +9940,13 @@ var Dot = function Dot(props) {
|
|
|
9648
9940
|
style = props.style,
|
|
9649
9941
|
className = props.className,
|
|
9650
9942
|
iconClassName = props.iconClassName,
|
|
9651
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9943
|
+
otherProps = _objectWithoutProperties(props, _excluded$31);
|
|
9652
9944
|
|
|
9653
9945
|
return /*#__PURE__*/React.createElement("span", {
|
|
9654
9946
|
role: "img",
|
|
9655
9947
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9656
9948
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9657
|
-
children: loadingCircleStyle$
|
|
9949
|
+
children: loadingCircleStyle$31
|
|
9658
9950
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9659
9951
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9660
9952
|
width: size,
|
|
@@ -9688,8 +9980,8 @@ Dot.defaultProps = {
|
|
|
9688
9980
|
size: '1em'
|
|
9689
9981
|
};
|
|
9690
9982
|
|
|
9691
|
-
var _excluded$
|
|
9692
|
-
var loadingCircleStyle$
|
|
9983
|
+
var _excluded$32 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
9984
|
+
var loadingCircleStyle$32 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9693
9985
|
|
|
9694
9986
|
var Anchor = function Anchor(props) {
|
|
9695
9987
|
var color = props.color,
|
|
@@ -9698,13 +9990,13 @@ var Anchor = function Anchor(props) {
|
|
|
9698
9990
|
style = props.style,
|
|
9699
9991
|
className = props.className,
|
|
9700
9992
|
iconClassName = props.iconClassName,
|
|
9701
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
9993
|
+
otherProps = _objectWithoutProperties(props, _excluded$32);
|
|
9702
9994
|
|
|
9703
9995
|
return /*#__PURE__*/React.createElement("span", {
|
|
9704
9996
|
role: "img",
|
|
9705
9997
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9706
9998
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9707
|
-
children: loadingCircleStyle$
|
|
9999
|
+
children: loadingCircleStyle$32
|
|
9708
10000
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9709
10001
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9710
10002
|
width: size,
|
|
@@ -9736,8 +10028,8 @@ Anchor.defaultProps = {
|
|
|
9736
10028
|
size: '1em'
|
|
9737
10029
|
};
|
|
9738
10030
|
|
|
9739
|
-
var _excluded$
|
|
9740
|
-
var loadingCircleStyle$
|
|
10031
|
+
var _excluded$33 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10032
|
+
var loadingCircleStyle$33 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9741
10033
|
|
|
9742
10034
|
var ChartLine = function ChartLine(props) {
|
|
9743
10035
|
var color = props.color,
|
|
@@ -9746,13 +10038,13 @@ var ChartLine = function ChartLine(props) {
|
|
|
9746
10038
|
style = props.style,
|
|
9747
10039
|
className = props.className,
|
|
9748
10040
|
iconClassName = props.iconClassName,
|
|
9749
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10041
|
+
otherProps = _objectWithoutProperties(props, _excluded$33);
|
|
9750
10042
|
|
|
9751
10043
|
return /*#__PURE__*/React.createElement("span", {
|
|
9752
10044
|
role: "img",
|
|
9753
10045
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9754
10046
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9755
|
-
children: loadingCircleStyle$
|
|
10047
|
+
children: loadingCircleStyle$33
|
|
9756
10048
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9757
10049
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9758
10050
|
width: size,
|
|
@@ -9790,8 +10082,8 @@ ChartLine.defaultProps = {
|
|
|
9790
10082
|
size: '1em'
|
|
9791
10083
|
};
|
|
9792
10084
|
|
|
9793
|
-
var _excluded$
|
|
9794
|
-
var loadingCircleStyle$
|
|
10085
|
+
var _excluded$34 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10086
|
+
var loadingCircleStyle$34 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9795
10087
|
|
|
9796
10088
|
var ChartBar = function ChartBar(props) {
|
|
9797
10089
|
var color = props.color,
|
|
@@ -9800,13 +10092,13 @@ var ChartBar = function ChartBar(props) {
|
|
|
9800
10092
|
style = props.style,
|
|
9801
10093
|
className = props.className,
|
|
9802
10094
|
iconClassName = props.iconClassName,
|
|
9803
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10095
|
+
otherProps = _objectWithoutProperties(props, _excluded$34);
|
|
9804
10096
|
|
|
9805
10097
|
return /*#__PURE__*/React.createElement("span", {
|
|
9806
10098
|
role: "img",
|
|
9807
10099
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9808
10100
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9809
|
-
children: loadingCircleStyle$
|
|
10101
|
+
children: loadingCircleStyle$34
|
|
9810
10102
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9811
10103
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9812
10104
|
width: size,
|
|
@@ -9842,8 +10134,8 @@ ChartBar.defaultProps = {
|
|
|
9842
10134
|
size: '1em'
|
|
9843
10135
|
};
|
|
9844
10136
|
|
|
9845
|
-
var _excluded$
|
|
9846
|
-
var loadingCircleStyle$
|
|
10137
|
+
var _excluded$35 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10138
|
+
var loadingCircleStyle$35 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9847
10139
|
|
|
9848
10140
|
var ChartCum = function ChartCum(props) {
|
|
9849
10141
|
var color = props.color,
|
|
@@ -9852,13 +10144,13 @@ var ChartCum = function ChartCum(props) {
|
|
|
9852
10144
|
style = props.style,
|
|
9853
10145
|
className = props.className,
|
|
9854
10146
|
iconClassName = props.iconClassName,
|
|
9855
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10147
|
+
otherProps = _objectWithoutProperties(props, _excluded$35);
|
|
9856
10148
|
|
|
9857
10149
|
return /*#__PURE__*/React.createElement("span", {
|
|
9858
10150
|
role: "img",
|
|
9859
10151
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9860
10152
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9861
|
-
children: loadingCircleStyle$
|
|
10153
|
+
children: loadingCircleStyle$35
|
|
9862
10154
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9863
10155
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9864
10156
|
width: size,
|
|
@@ -9900,8 +10192,8 @@ ChartCum.defaultProps = {
|
|
|
9900
10192
|
size: '1em'
|
|
9901
10193
|
};
|
|
9902
10194
|
|
|
9903
|
-
var _excluded$
|
|
9904
|
-
var loadingCircleStyle$
|
|
10195
|
+
var _excluded$36 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10196
|
+
var loadingCircleStyle$36 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9905
10197
|
|
|
9906
10198
|
var ChartPie = function ChartPie(props) {
|
|
9907
10199
|
var color = props.color,
|
|
@@ -9910,13 +10202,13 @@ var ChartPie = function ChartPie(props) {
|
|
|
9910
10202
|
style = props.style,
|
|
9911
10203
|
className = props.className,
|
|
9912
10204
|
iconClassName = props.iconClassName,
|
|
9913
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10205
|
+
otherProps = _objectWithoutProperties(props, _excluded$36);
|
|
9914
10206
|
|
|
9915
10207
|
return /*#__PURE__*/React.createElement("span", {
|
|
9916
10208
|
role: "img",
|
|
9917
10209
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9918
10210
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9919
|
-
children: loadingCircleStyle$
|
|
10211
|
+
children: loadingCircleStyle$36
|
|
9920
10212
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9921
10213
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9922
10214
|
width: size,
|
|
@@ -9950,8 +10242,8 @@ ChartPie.defaultProps = {
|
|
|
9950
10242
|
size: '1em'
|
|
9951
10243
|
};
|
|
9952
10244
|
|
|
9953
|
-
var _excluded$
|
|
9954
|
-
var loadingCircleStyle$
|
|
10245
|
+
var _excluded$37 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10246
|
+
var loadingCircleStyle$37 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
9955
10247
|
|
|
9956
10248
|
var ChartDNRe = function ChartDNRe(props) {
|
|
9957
10249
|
var color = props.color,
|
|
@@ -9960,13 +10252,13 @@ var ChartDNRe = function ChartDNRe(props) {
|
|
|
9960
10252
|
style = props.style,
|
|
9961
10253
|
className = props.className,
|
|
9962
10254
|
iconClassName = props.iconClassName,
|
|
9963
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10255
|
+
otherProps = _objectWithoutProperties(props, _excluded$37);
|
|
9964
10256
|
|
|
9965
10257
|
return /*#__PURE__*/React.createElement("span", {
|
|
9966
10258
|
role: "img",
|
|
9967
10259
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
9968
10260
|
}, /*#__PURE__*/React.createElement("style", {
|
|
9969
|
-
children: loadingCircleStyle$
|
|
10261
|
+
children: loadingCircleStyle$37
|
|
9970
10262
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
9971
10263
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9972
10264
|
width: size,
|
|
@@ -10010,8 +10302,8 @@ ChartDNRe.defaultProps = {
|
|
|
10010
10302
|
size: '1em'
|
|
10011
10303
|
};
|
|
10012
10304
|
|
|
10013
|
-
var _excluded$
|
|
10014
|
-
var loadingCircleStyle$
|
|
10305
|
+
var _excluded$38 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10306
|
+
var loadingCircleStyle$38 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10015
10307
|
|
|
10016
10308
|
var ChartDRe = function ChartDRe(props) {
|
|
10017
10309
|
var color = props.color,
|
|
@@ -10020,13 +10312,13 @@ var ChartDRe = function ChartDRe(props) {
|
|
|
10020
10312
|
style = props.style,
|
|
10021
10313
|
className = props.className,
|
|
10022
10314
|
iconClassName = props.iconClassName,
|
|
10023
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10315
|
+
otherProps = _objectWithoutProperties(props, _excluded$38);
|
|
10024
10316
|
|
|
10025
10317
|
return /*#__PURE__*/React.createElement("span", {
|
|
10026
10318
|
role: "img",
|
|
10027
10319
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10028
10320
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10029
|
-
children: loadingCircleStyle$
|
|
10321
|
+
children: loadingCircleStyle$38
|
|
10030
10322
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10031
10323
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10032
10324
|
width: size,
|
|
@@ -10070,8 +10362,8 @@ ChartDRe.defaultProps = {
|
|
|
10070
10362
|
size: '1em'
|
|
10071
10363
|
};
|
|
10072
10364
|
|
|
10073
|
-
var _excluded$
|
|
10074
|
-
var loadingCircleStyle$
|
|
10365
|
+
var _excluded$39 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10366
|
+
var loadingCircleStyle$39 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10075
10367
|
|
|
10076
10368
|
var ChartFunnel = function ChartFunnel(props) {
|
|
10077
10369
|
var color = props.color,
|
|
@@ -10080,13 +10372,13 @@ var ChartFunnel = function ChartFunnel(props) {
|
|
|
10080
10372
|
style = props.style,
|
|
10081
10373
|
className = props.className,
|
|
10082
10374
|
iconClassName = props.iconClassName,
|
|
10083
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10375
|
+
otherProps = _objectWithoutProperties(props, _excluded$39);
|
|
10084
10376
|
|
|
10085
10377
|
return /*#__PURE__*/React.createElement("span", {
|
|
10086
10378
|
role: "img",
|
|
10087
10379
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10088
10380
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10089
|
-
children: loadingCircleStyle$
|
|
10381
|
+
children: loadingCircleStyle$39
|
|
10090
10382
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10091
10383
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10092
10384
|
width: size,
|
|
@@ -10122,8 +10414,8 @@ ChartFunnel.defaultProps = {
|
|
|
10122
10414
|
size: '1em'
|
|
10123
10415
|
};
|
|
10124
10416
|
|
|
10125
|
-
var _excluded$
|
|
10126
|
-
var loadingCircleStyle$
|
|
10417
|
+
var _excluded$3a = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10418
|
+
var loadingCircleStyle$3a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10127
10419
|
|
|
10128
10420
|
var ChartInterval = function ChartInterval(props) {
|
|
10129
10421
|
var color = props.color,
|
|
@@ -10132,13 +10424,13 @@ var ChartInterval = function ChartInterval(props) {
|
|
|
10132
10424
|
style = props.style,
|
|
10133
10425
|
className = props.className,
|
|
10134
10426
|
iconClassName = props.iconClassName,
|
|
10135
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10427
|
+
otherProps = _objectWithoutProperties(props, _excluded$3a);
|
|
10136
10428
|
|
|
10137
10429
|
return /*#__PURE__*/React.createElement("span", {
|
|
10138
10430
|
role: "img",
|
|
10139
10431
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10140
10432
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10141
|
-
children: loadingCircleStyle$
|
|
10433
|
+
children: loadingCircleStyle$3a
|
|
10142
10434
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10143
10435
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10144
10436
|
width: size,
|
|
@@ -10172,8 +10464,8 @@ ChartInterval.defaultProps = {
|
|
|
10172
10464
|
size: '1em'
|
|
10173
10465
|
};
|
|
10174
10466
|
|
|
10175
|
-
var _excluded$
|
|
10176
|
-
var loadingCircleStyle$
|
|
10467
|
+
var _excluded$3b = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10468
|
+
var loadingCircleStyle$3b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10177
10469
|
|
|
10178
10470
|
var ChartStack = function ChartStack(props) {
|
|
10179
10471
|
var color = props.color,
|
|
@@ -10182,13 +10474,13 @@ var ChartStack = function ChartStack(props) {
|
|
|
10182
10474
|
style = props.style,
|
|
10183
10475
|
className = props.className,
|
|
10184
10476
|
iconClassName = props.iconClassName,
|
|
10185
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10477
|
+
otherProps = _objectWithoutProperties(props, _excluded$3b);
|
|
10186
10478
|
|
|
10187
10479
|
return /*#__PURE__*/React.createElement("span", {
|
|
10188
10480
|
role: "img",
|
|
10189
10481
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10190
10482
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10191
|
-
children: loadingCircleStyle$
|
|
10483
|
+
children: loadingCircleStyle$3b
|
|
10192
10484
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10193
10485
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10194
10486
|
width: size,
|
|
@@ -10222,8 +10514,8 @@ ChartStack.defaultProps = {
|
|
|
10222
10514
|
size: '1em'
|
|
10223
10515
|
};
|
|
10224
10516
|
|
|
10225
|
-
var _excluded$
|
|
10226
|
-
var loadingCircleStyle$
|
|
10517
|
+
var _excluded$3c = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10518
|
+
var loadingCircleStyle$3c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10227
10519
|
|
|
10228
10520
|
var ChartStackn = function ChartStackn(props) {
|
|
10229
10521
|
var color = props.color,
|
|
@@ -10232,13 +10524,13 @@ var ChartStackn = function ChartStackn(props) {
|
|
|
10232
10524
|
style = props.style,
|
|
10233
10525
|
className = props.className,
|
|
10234
10526
|
iconClassName = props.iconClassName,
|
|
10235
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10527
|
+
otherProps = _objectWithoutProperties(props, _excluded$3c);
|
|
10236
10528
|
|
|
10237
10529
|
return /*#__PURE__*/React.createElement("span", {
|
|
10238
10530
|
role: "img",
|
|
10239
10531
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10240
10532
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10241
|
-
children: loadingCircleStyle$
|
|
10533
|
+
children: loadingCircleStyle$3c
|
|
10242
10534
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10243
10535
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10244
10536
|
width: size,
|
|
@@ -10272,8 +10564,8 @@ ChartStackn.defaultProps = {
|
|
|
10272
10564
|
size: '1em'
|
|
10273
10565
|
};
|
|
10274
10566
|
|
|
10275
|
-
var _excluded$
|
|
10276
|
-
var loadingCircleStyle$
|
|
10567
|
+
var _excluded$3d = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10568
|
+
var loadingCircleStyle$3d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10277
10569
|
|
|
10278
10570
|
var ChartStackPerc = function ChartStackPerc(props) {
|
|
10279
10571
|
var color = props.color,
|
|
@@ -10282,13 +10574,13 @@ var ChartStackPerc = function ChartStackPerc(props) {
|
|
|
10282
10574
|
style = props.style,
|
|
10283
10575
|
className = props.className,
|
|
10284
10576
|
iconClassName = props.iconClassName,
|
|
10285
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10577
|
+
otherProps = _objectWithoutProperties(props, _excluded$3d);
|
|
10286
10578
|
|
|
10287
10579
|
return /*#__PURE__*/React.createElement("span", {
|
|
10288
10580
|
role: "img",
|
|
10289
10581
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10290
10582
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10291
|
-
children: loadingCircleStyle$
|
|
10583
|
+
children: loadingCircleStyle$3d
|
|
10292
10584
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10293
10585
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10294
10586
|
width: size,
|
|
@@ -10322,8 +10614,8 @@ ChartStackPerc.defaultProps = {
|
|
|
10322
10614
|
size: '1em'
|
|
10323
10615
|
};
|
|
10324
10616
|
|
|
10325
|
-
var _excluded$
|
|
10326
|
-
var loadingCircleStyle$
|
|
10617
|
+
var _excluded$3e = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10618
|
+
var loadingCircleStyle$3e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10327
10619
|
|
|
10328
10620
|
var ChartComplex = function ChartComplex(props) {
|
|
10329
10621
|
var color = props.color,
|
|
@@ -10332,13 +10624,13 @@ var ChartComplex = function ChartComplex(props) {
|
|
|
10332
10624
|
style = props.style,
|
|
10333
10625
|
className = props.className,
|
|
10334
10626
|
iconClassName = props.iconClassName,
|
|
10335
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10627
|
+
otherProps = _objectWithoutProperties(props, _excluded$3e);
|
|
10336
10628
|
|
|
10337
10629
|
return /*#__PURE__*/React.createElement("span", {
|
|
10338
10630
|
role: "img",
|
|
10339
10631
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10340
10632
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10341
|
-
children: loadingCircleStyle$
|
|
10633
|
+
children: loadingCircleStyle$3e
|
|
10342
10634
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10343
10635
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10344
10636
|
width: size,
|
|
@@ -10378,8 +10670,8 @@ ChartComplex.defaultProps = {
|
|
|
10378
10670
|
size: '1em'
|
|
10379
10671
|
};
|
|
10380
10672
|
|
|
10381
|
-
var _excluded$
|
|
10382
|
-
var loadingCircleStyle$
|
|
10673
|
+
var _excluded$3f = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10674
|
+
var loadingCircleStyle$3f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10383
10675
|
|
|
10384
10676
|
var ChartHistogram = function ChartHistogram(props) {
|
|
10385
10677
|
var color = props.color,
|
|
@@ -10388,13 +10680,13 @@ var ChartHistogram = function ChartHistogram(props) {
|
|
|
10388
10680
|
style = props.style,
|
|
10389
10681
|
className = props.className,
|
|
10390
10682
|
iconClassName = props.iconClassName,
|
|
10391
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10683
|
+
otherProps = _objectWithoutProperties(props, _excluded$3f);
|
|
10392
10684
|
|
|
10393
10685
|
return /*#__PURE__*/React.createElement("span", {
|
|
10394
10686
|
role: "img",
|
|
10395
10687
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10396
10688
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10397
|
-
children: loadingCircleStyle$
|
|
10689
|
+
children: loadingCircleStyle$3f
|
|
10398
10690
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10399
10691
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10400
10692
|
width: size,
|
|
@@ -10440,8 +10732,8 @@ ChartHistogram.defaultProps = {
|
|
|
10440
10732
|
size: '1em'
|
|
10441
10733
|
};
|
|
10442
10734
|
|
|
10443
|
-
var _excluded$
|
|
10444
|
-
var loadingCircleStyle$
|
|
10735
|
+
var _excluded$3g = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10736
|
+
var loadingCircleStyle$3g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10445
10737
|
|
|
10446
10738
|
var ChartTable = function ChartTable(props) {
|
|
10447
10739
|
var color = props.color,
|
|
@@ -10450,13 +10742,13 @@ var ChartTable = function ChartTable(props) {
|
|
|
10450
10742
|
style = props.style,
|
|
10451
10743
|
className = props.className,
|
|
10452
10744
|
iconClassName = props.iconClassName,
|
|
10453
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10745
|
+
otherProps = _objectWithoutProperties(props, _excluded$3g);
|
|
10454
10746
|
|
|
10455
10747
|
return /*#__PURE__*/React.createElement("span", {
|
|
10456
10748
|
role: "img",
|
|
10457
10749
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10458
10750
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10459
|
-
children: loadingCircleStyle$
|
|
10751
|
+
children: loadingCircleStyle$3g
|
|
10460
10752
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10461
10753
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10462
10754
|
width: size,
|
|
@@ -10488,8 +10780,8 @@ ChartTable.defaultProps = {
|
|
|
10488
10780
|
size: '1em'
|
|
10489
10781
|
};
|
|
10490
10782
|
|
|
10491
|
-
var _excluded$
|
|
10492
|
-
var loadingCircleStyle$
|
|
10783
|
+
var _excluded$3h = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10784
|
+
var loadingCircleStyle$3h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10493
10785
|
|
|
10494
10786
|
var ChartFieldlist = function ChartFieldlist(props) {
|
|
10495
10787
|
var color = props.color,
|
|
@@ -10498,13 +10790,13 @@ var ChartFieldlist = function ChartFieldlist(props) {
|
|
|
10498
10790
|
style = props.style,
|
|
10499
10791
|
className = props.className,
|
|
10500
10792
|
iconClassName = props.iconClassName,
|
|
10501
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10793
|
+
otherProps = _objectWithoutProperties(props, _excluded$3h);
|
|
10502
10794
|
|
|
10503
10795
|
return /*#__PURE__*/React.createElement("span", {
|
|
10504
10796
|
role: "img",
|
|
10505
10797
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10506
10798
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10507
|
-
children: loadingCircleStyle$
|
|
10799
|
+
children: loadingCircleStyle$3h
|
|
10508
10800
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10509
10801
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10510
10802
|
width: size,
|
|
@@ -10536,8 +10828,8 @@ ChartFieldlist.defaultProps = {
|
|
|
10536
10828
|
size: '1em'
|
|
10537
10829
|
};
|
|
10538
10830
|
|
|
10539
|
-
var _excluded$
|
|
10540
|
-
var loadingCircleStyle$
|
|
10831
|
+
var _excluded$3i = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10832
|
+
var loadingCircleStyle$3i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10541
10833
|
|
|
10542
10834
|
var Table1dtable = function Table1dtable(props) {
|
|
10543
10835
|
var color = props.color,
|
|
@@ -10546,13 +10838,13 @@ var Table1dtable = function Table1dtable(props) {
|
|
|
10546
10838
|
style = props.style,
|
|
10547
10839
|
className = props.className,
|
|
10548
10840
|
iconClassName = props.iconClassName,
|
|
10549
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10841
|
+
otherProps = _objectWithoutProperties(props, _excluded$3i);
|
|
10550
10842
|
|
|
10551
10843
|
return /*#__PURE__*/React.createElement("span", {
|
|
10552
10844
|
role: "img",
|
|
10553
10845
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10554
10846
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10555
|
-
children: loadingCircleStyle$
|
|
10847
|
+
children: loadingCircleStyle$3i
|
|
10556
10848
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10557
10849
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10558
10850
|
width: size,
|
|
@@ -10602,8 +10894,8 @@ Table1dtable.defaultProps = {
|
|
|
10602
10894
|
size: '1em'
|
|
10603
10895
|
};
|
|
10604
10896
|
|
|
10605
|
-
var _excluded$
|
|
10606
|
-
var loadingCircleStyle$
|
|
10897
|
+
var _excluded$3j = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10898
|
+
var loadingCircleStyle$3j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10607
10899
|
|
|
10608
10900
|
var ChartSqltable = function ChartSqltable(props) {
|
|
10609
10901
|
var color = props.color,
|
|
@@ -10612,13 +10904,13 @@ var ChartSqltable = function ChartSqltable(props) {
|
|
|
10612
10904
|
style = props.style,
|
|
10613
10905
|
className = props.className,
|
|
10614
10906
|
iconClassName = props.iconClassName,
|
|
10615
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10907
|
+
otherProps = _objectWithoutProperties(props, _excluded$3j);
|
|
10616
10908
|
|
|
10617
10909
|
return /*#__PURE__*/React.createElement("span", {
|
|
10618
10910
|
role: "img",
|
|
10619
10911
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10620
10912
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10621
|
-
children: loadingCircleStyle$
|
|
10913
|
+
children: loadingCircleStyle$3j
|
|
10622
10914
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10623
10915
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10624
10916
|
width: size,
|
|
@@ -10650,8 +10942,8 @@ ChartSqltable.defaultProps = {
|
|
|
10650
10942
|
size: '1em'
|
|
10651
10943
|
};
|
|
10652
10944
|
|
|
10653
|
-
var _excluded$
|
|
10654
|
-
var loadingCircleStyle$
|
|
10945
|
+
var _excluded$3k = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10946
|
+
var loadingCircleStyle$3k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10655
10947
|
|
|
10656
10948
|
var ChartCombinedTable = function ChartCombinedTable(props) {
|
|
10657
10949
|
var color = props.color,
|
|
@@ -10660,13 +10952,13 @@ var ChartCombinedTable = function ChartCombinedTable(props) {
|
|
|
10660
10952
|
style = props.style,
|
|
10661
10953
|
className = props.className,
|
|
10662
10954
|
iconClassName = props.iconClassName,
|
|
10663
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
10955
|
+
otherProps = _objectWithoutProperties(props, _excluded$3k);
|
|
10664
10956
|
|
|
10665
10957
|
return /*#__PURE__*/React.createElement("span", {
|
|
10666
10958
|
role: "img",
|
|
10667
10959
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10668
10960
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10669
|
-
children: loadingCircleStyle$
|
|
10961
|
+
children: loadingCircleStyle$3k
|
|
10670
10962
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10671
10963
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10672
10964
|
width: size,
|
|
@@ -10698,8 +10990,8 @@ ChartCombinedTable.defaultProps = {
|
|
|
10698
10990
|
size: '1em'
|
|
10699
10991
|
};
|
|
10700
10992
|
|
|
10701
|
-
var _excluded$
|
|
10702
|
-
var loadingCircleStyle$
|
|
10993
|
+
var _excluded$3l = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
10994
|
+
var loadingCircleStyle$3l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10703
10995
|
|
|
10704
10996
|
var ChartDistTable = function ChartDistTable(props) {
|
|
10705
10997
|
var color = props.color,
|
|
@@ -10708,13 +11000,13 @@ var ChartDistTable = function ChartDistTable(props) {
|
|
|
10708
11000
|
style = props.style,
|
|
10709
11001
|
className = props.className,
|
|
10710
11002
|
iconClassName = props.iconClassName,
|
|
10711
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11003
|
+
otherProps = _objectWithoutProperties(props, _excluded$3l);
|
|
10712
11004
|
|
|
10713
11005
|
return /*#__PURE__*/React.createElement("span", {
|
|
10714
11006
|
role: "img",
|
|
10715
11007
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10716
11008
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10717
|
-
children: loadingCircleStyle$
|
|
11009
|
+
children: loadingCircleStyle$3l
|
|
10718
11010
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10719
11011
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10720
11012
|
width: size,
|
|
@@ -10746,8 +11038,8 @@ ChartDistTable.defaultProps = {
|
|
|
10746
11038
|
size: '1em'
|
|
10747
11039
|
};
|
|
10748
11040
|
|
|
10749
|
-
var _excluded$
|
|
10750
|
-
var loadingCircleStyle$
|
|
11041
|
+
var _excluded$3m = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11042
|
+
var loadingCircleStyle$3m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10751
11043
|
|
|
10752
11044
|
var ChartBarTable = function ChartBarTable(props) {
|
|
10753
11045
|
var color = props.color,
|
|
@@ -10756,13 +11048,13 @@ var ChartBarTable = function ChartBarTable(props) {
|
|
|
10756
11048
|
style = props.style,
|
|
10757
11049
|
className = props.className,
|
|
10758
11050
|
iconClassName = props.iconClassName,
|
|
10759
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11051
|
+
otherProps = _objectWithoutProperties(props, _excluded$3m);
|
|
10760
11052
|
|
|
10761
11053
|
return /*#__PURE__*/React.createElement("span", {
|
|
10762
11054
|
role: "img",
|
|
10763
11055
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10764
11056
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10765
|
-
children: loadingCircleStyle$
|
|
11057
|
+
children: loadingCircleStyle$3m
|
|
10766
11058
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10767
11059
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10768
11060
|
width: size,
|
|
@@ -10796,8 +11088,8 @@ ChartBarTable.defaultProps = {
|
|
|
10796
11088
|
size: '1em'
|
|
10797
11089
|
};
|
|
10798
11090
|
|
|
10799
|
-
var _excluded$
|
|
10800
|
-
var loadingCircleStyle$
|
|
11091
|
+
var _excluded$3n = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11092
|
+
var loadingCircleStyle$3n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10801
11093
|
|
|
10802
11094
|
var ChartLineTable = function ChartLineTable(props) {
|
|
10803
11095
|
var color = props.color,
|
|
@@ -10806,13 +11098,13 @@ var ChartLineTable = function ChartLineTable(props) {
|
|
|
10806
11098
|
style = props.style,
|
|
10807
11099
|
className = props.className,
|
|
10808
11100
|
iconClassName = props.iconClassName,
|
|
10809
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11101
|
+
otherProps = _objectWithoutProperties(props, _excluded$3n);
|
|
10810
11102
|
|
|
10811
11103
|
return /*#__PURE__*/React.createElement("span", {
|
|
10812
11104
|
role: "img",
|
|
10813
11105
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10814
11106
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10815
|
-
children: loadingCircleStyle$
|
|
11107
|
+
children: loadingCircleStyle$3n
|
|
10816
11108
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10817
11109
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10818
11110
|
width: size,
|
|
@@ -10852,8 +11144,8 @@ ChartLineTable.defaultProps = {
|
|
|
10852
11144
|
size: '1em'
|
|
10853
11145
|
};
|
|
10854
11146
|
|
|
10855
|
-
var _excluded$
|
|
10856
|
-
var loadingCircleStyle$
|
|
11147
|
+
var _excluded$3o = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11148
|
+
var loadingCircleStyle$3o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10857
11149
|
|
|
10858
11150
|
var ChartScatter = function ChartScatter(props) {
|
|
10859
11151
|
var color = props.color,
|
|
@@ -10862,13 +11154,13 @@ var ChartScatter = function ChartScatter(props) {
|
|
|
10862
11154
|
style = props.style,
|
|
10863
11155
|
className = props.className,
|
|
10864
11156
|
iconClassName = props.iconClassName,
|
|
10865
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11157
|
+
otherProps = _objectWithoutProperties(props, _excluded$3o);
|
|
10866
11158
|
|
|
10867
11159
|
return /*#__PURE__*/React.createElement("span", {
|
|
10868
11160
|
role: "img",
|
|
10869
11161
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10870
11162
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10871
|
-
children: loadingCircleStyle$
|
|
11163
|
+
children: loadingCircleStyle$3o
|
|
10872
11164
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10873
11165
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10874
11166
|
width: size,
|
|
@@ -10912,8 +11204,8 @@ ChartScatter.defaultProps = {
|
|
|
10912
11204
|
size: '1em'
|
|
10913
11205
|
};
|
|
10914
11206
|
|
|
10915
|
-
var _excluded$
|
|
10916
|
-
var loadingCircleStyle$
|
|
11207
|
+
var _excluded$3p = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11208
|
+
var loadingCircleStyle$3p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10917
11209
|
|
|
10918
11210
|
var Play = function Play(props) {
|
|
10919
11211
|
var color = props.color,
|
|
@@ -10922,13 +11214,13 @@ var Play = function Play(props) {
|
|
|
10922
11214
|
style = props.style,
|
|
10923
11215
|
className = props.className,
|
|
10924
11216
|
iconClassName = props.iconClassName,
|
|
10925
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11217
|
+
otherProps = _objectWithoutProperties(props, _excluded$3p);
|
|
10926
11218
|
|
|
10927
11219
|
return /*#__PURE__*/React.createElement("span", {
|
|
10928
11220
|
role: "img",
|
|
10929
11221
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10930
11222
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10931
|
-
children: loadingCircleStyle$
|
|
11223
|
+
children: loadingCircleStyle$3p
|
|
10932
11224
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10933
11225
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10934
11226
|
width: size,
|
|
@@ -10960,8 +11252,8 @@ Play.defaultProps = {
|
|
|
10960
11252
|
size: '1em'
|
|
10961
11253
|
};
|
|
10962
11254
|
|
|
10963
|
-
var _excluded$
|
|
10964
|
-
var loadingCircleStyle$
|
|
11255
|
+
var _excluded$3q = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11256
|
+
var loadingCircleStyle$3q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
10965
11257
|
|
|
10966
11258
|
var Config = function Config(props) {
|
|
10967
11259
|
var color = props.color,
|
|
@@ -10970,13 +11262,13 @@ var Config = function Config(props) {
|
|
|
10970
11262
|
style = props.style,
|
|
10971
11263
|
className = props.className,
|
|
10972
11264
|
iconClassName = props.iconClassName,
|
|
10973
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11265
|
+
otherProps = _objectWithoutProperties(props, _excluded$3q);
|
|
10974
11266
|
|
|
10975
11267
|
return /*#__PURE__*/React.createElement("span", {
|
|
10976
11268
|
role: "img",
|
|
10977
11269
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
10978
11270
|
}, /*#__PURE__*/React.createElement("style", {
|
|
10979
|
-
children: loadingCircleStyle$
|
|
11271
|
+
children: loadingCircleStyle$3q
|
|
10980
11272
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
10981
11273
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10982
11274
|
width: size,
|
|
@@ -11008,8 +11300,8 @@ Config.defaultProps = {
|
|
|
11008
11300
|
size: '1em'
|
|
11009
11301
|
};
|
|
11010
11302
|
|
|
11011
|
-
var _excluded$
|
|
11012
|
-
var loadingCircleStyle$
|
|
11303
|
+
var _excluded$3r = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11304
|
+
var loadingCircleStyle$3r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11013
11305
|
|
|
11014
11306
|
var Setting = function Setting(props) {
|
|
11015
11307
|
var color = props.color,
|
|
@@ -11018,13 +11310,13 @@ var Setting = function Setting(props) {
|
|
|
11018
11310
|
style = props.style,
|
|
11019
11311
|
className = props.className,
|
|
11020
11312
|
iconClassName = props.iconClassName,
|
|
11021
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11313
|
+
otherProps = _objectWithoutProperties(props, _excluded$3r);
|
|
11022
11314
|
|
|
11023
11315
|
return /*#__PURE__*/React.createElement("span", {
|
|
11024
11316
|
role: "img",
|
|
11025
11317
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11026
11318
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11027
|
-
children: loadingCircleStyle$
|
|
11319
|
+
children: loadingCircleStyle$3r
|
|
11028
11320
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11029
11321
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11030
11322
|
width: size,
|
|
@@ -11056,8 +11348,8 @@ Setting.defaultProps = {
|
|
|
11056
11348
|
size: '1em'
|
|
11057
11349
|
};
|
|
11058
11350
|
|
|
11059
|
-
var _excluded$
|
|
11060
|
-
var loadingCircleStyle$
|
|
11351
|
+
var _excluded$3s = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11352
|
+
var loadingCircleStyle$3s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11061
11353
|
|
|
11062
11354
|
var Search = function Search(props) {
|
|
11063
11355
|
var color = props.color,
|
|
@@ -11066,13 +11358,13 @@ var Search = function Search(props) {
|
|
|
11066
11358
|
style = props.style,
|
|
11067
11359
|
className = props.className,
|
|
11068
11360
|
iconClassName = props.iconClassName,
|
|
11069
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11361
|
+
otherProps = _objectWithoutProperties(props, _excluded$3s);
|
|
11070
11362
|
|
|
11071
11363
|
return /*#__PURE__*/React.createElement("span", {
|
|
11072
11364
|
role: "img",
|
|
11073
11365
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11074
11366
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11075
|
-
children: loadingCircleStyle$
|
|
11367
|
+
children: loadingCircleStyle$3s
|
|
11076
11368
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11077
11369
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11078
11370
|
width: size,
|
|
@@ -11104,8 +11396,8 @@ Search.defaultProps = {
|
|
|
11104
11396
|
size: '1em'
|
|
11105
11397
|
};
|
|
11106
11398
|
|
|
11107
|
-
var _excluded$
|
|
11108
|
-
var loadingCircleStyle$
|
|
11399
|
+
var _excluded$3t = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11400
|
+
var loadingCircleStyle$3t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11109
11401
|
|
|
11110
11402
|
var Copy = function Copy(props) {
|
|
11111
11403
|
var color = props.color,
|
|
@@ -11114,13 +11406,13 @@ var Copy = function Copy(props) {
|
|
|
11114
11406
|
style = props.style,
|
|
11115
11407
|
className = props.className,
|
|
11116
11408
|
iconClassName = props.iconClassName,
|
|
11117
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11409
|
+
otherProps = _objectWithoutProperties(props, _excluded$3t);
|
|
11118
11410
|
|
|
11119
11411
|
return /*#__PURE__*/React.createElement("span", {
|
|
11120
11412
|
role: "img",
|
|
11121
11413
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11122
11414
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11123
|
-
children: loadingCircleStyle$
|
|
11415
|
+
children: loadingCircleStyle$3t
|
|
11124
11416
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11125
11417
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11126
11418
|
width: size,
|
|
@@ -11152,8 +11444,8 @@ Copy.defaultProps = {
|
|
|
11152
11444
|
size: '1em'
|
|
11153
11445
|
};
|
|
11154
11446
|
|
|
11155
|
-
var _excluded$
|
|
11156
|
-
var loadingCircleStyle$
|
|
11447
|
+
var _excluded$3u = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11448
|
+
var loadingCircleStyle$3u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11157
11449
|
|
|
11158
11450
|
var Copy2 = function Copy2(props) {
|
|
11159
11451
|
var color = props.color,
|
|
@@ -11162,13 +11454,13 @@ var Copy2 = function Copy2(props) {
|
|
|
11162
11454
|
style = props.style,
|
|
11163
11455
|
className = props.className,
|
|
11164
11456
|
iconClassName = props.iconClassName,
|
|
11165
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11457
|
+
otherProps = _objectWithoutProperties(props, _excluded$3u);
|
|
11166
11458
|
|
|
11167
11459
|
return /*#__PURE__*/React.createElement("span", {
|
|
11168
11460
|
role: "img",
|
|
11169
11461
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11170
11462
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11171
|
-
children: loadingCircleStyle$
|
|
11463
|
+
children: loadingCircleStyle$3u
|
|
11172
11464
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11173
11465
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11174
11466
|
width: size,
|
|
@@ -11200,8 +11492,8 @@ Copy2.defaultProps = {
|
|
|
11200
11492
|
size: '1em'
|
|
11201
11493
|
};
|
|
11202
11494
|
|
|
11203
|
-
var _excluded$
|
|
11204
|
-
var loadingCircleStyle$
|
|
11495
|
+
var _excluded$3v = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11496
|
+
var loadingCircleStyle$3v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11205
11497
|
|
|
11206
11498
|
var Format = function Format(props) {
|
|
11207
11499
|
var color = props.color,
|
|
@@ -11210,13 +11502,13 @@ var Format = function Format(props) {
|
|
|
11210
11502
|
style = props.style,
|
|
11211
11503
|
className = props.className,
|
|
11212
11504
|
iconClassName = props.iconClassName,
|
|
11213
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11505
|
+
otherProps = _objectWithoutProperties(props, _excluded$3v);
|
|
11214
11506
|
|
|
11215
11507
|
return /*#__PURE__*/React.createElement("span", {
|
|
11216
11508
|
role: "img",
|
|
11217
11509
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11218
11510
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11219
|
-
children: loadingCircleStyle$
|
|
11511
|
+
children: loadingCircleStyle$3v
|
|
11220
11512
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11221
11513
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11222
11514
|
width: size,
|
|
@@ -11250,8 +11542,8 @@ Format.defaultProps = {
|
|
|
11250
11542
|
size: '1em'
|
|
11251
11543
|
};
|
|
11252
11544
|
|
|
11253
|
-
var _excluded$
|
|
11254
|
-
var loadingCircleStyle$
|
|
11545
|
+
var _excluded$3w = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11546
|
+
var loadingCircleStyle$3w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11255
11547
|
|
|
11256
11548
|
var Code = function Code(props) {
|
|
11257
11549
|
var color = props.color,
|
|
@@ -11260,13 +11552,13 @@ var Code = function Code(props) {
|
|
|
11260
11552
|
style = props.style,
|
|
11261
11553
|
className = props.className,
|
|
11262
11554
|
iconClassName = props.iconClassName,
|
|
11263
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11555
|
+
otherProps = _objectWithoutProperties(props, _excluded$3w);
|
|
11264
11556
|
|
|
11265
11557
|
return /*#__PURE__*/React.createElement("span", {
|
|
11266
11558
|
role: "img",
|
|
11267
11559
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11268
11560
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11269
|
-
children: loadingCircleStyle$
|
|
11561
|
+
children: loadingCircleStyle$3w
|
|
11270
11562
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11271
11563
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11272
11564
|
width: size,
|
|
@@ -11298,8 +11590,8 @@ Code.defaultProps = {
|
|
|
11298
11590
|
size: '1em'
|
|
11299
11591
|
};
|
|
11300
11592
|
|
|
11301
|
-
var _excluded$
|
|
11302
|
-
var loadingCircleStyle$
|
|
11593
|
+
var _excluded$3x = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11594
|
+
var loadingCircleStyle$3x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11303
11595
|
|
|
11304
11596
|
var Edit = function Edit(props) {
|
|
11305
11597
|
var color = props.color,
|
|
@@ -11308,13 +11600,13 @@ var Edit = function Edit(props) {
|
|
|
11308
11600
|
style = props.style,
|
|
11309
11601
|
className = props.className,
|
|
11310
11602
|
iconClassName = props.iconClassName,
|
|
11311
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11603
|
+
otherProps = _objectWithoutProperties(props, _excluded$3x);
|
|
11312
11604
|
|
|
11313
11605
|
return /*#__PURE__*/React.createElement("span", {
|
|
11314
11606
|
role: "img",
|
|
11315
11607
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11316
11608
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11317
|
-
children: loadingCircleStyle$
|
|
11609
|
+
children: loadingCircleStyle$3x
|
|
11318
11610
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11319
11611
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11320
11612
|
width: size,
|
|
@@ -11346,8 +11638,8 @@ Edit.defaultProps = {
|
|
|
11346
11638
|
size: '1em'
|
|
11347
11639
|
};
|
|
11348
11640
|
|
|
11349
|
-
var _excluded$
|
|
11350
|
-
var loadingCircleStyle$
|
|
11641
|
+
var _excluded$3y = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11642
|
+
var loadingCircleStyle$3y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11351
11643
|
|
|
11352
11644
|
var EditFill = function EditFill(props) {
|
|
11353
11645
|
var color = props.color,
|
|
@@ -11356,13 +11648,13 @@ var EditFill = function EditFill(props) {
|
|
|
11356
11648
|
style = props.style,
|
|
11357
11649
|
className = props.className,
|
|
11358
11650
|
iconClassName = props.iconClassName,
|
|
11359
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11651
|
+
otherProps = _objectWithoutProperties(props, _excluded$3y);
|
|
11360
11652
|
|
|
11361
11653
|
return /*#__PURE__*/React.createElement("span", {
|
|
11362
11654
|
role: "img",
|
|
11363
11655
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11364
11656
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11365
|
-
children: loadingCircleStyle$
|
|
11657
|
+
children: loadingCircleStyle$3y
|
|
11366
11658
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11367
11659
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11368
11660
|
width: size,
|
|
@@ -11403,8 +11695,8 @@ EditFill.defaultProps = {
|
|
|
11403
11695
|
size: '1em'
|
|
11404
11696
|
};
|
|
11405
11697
|
|
|
11406
|
-
var _excluded$
|
|
11407
|
-
var loadingCircleStyle$
|
|
11698
|
+
var _excluded$3z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11699
|
+
var loadingCircleStyle$3z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11408
11700
|
|
|
11409
11701
|
var Delete1 = function Delete1(props) {
|
|
11410
11702
|
var color = props.color,
|
|
@@ -11413,13 +11705,13 @@ var Delete1 = function Delete1(props) {
|
|
|
11413
11705
|
style = props.style,
|
|
11414
11706
|
className = props.className,
|
|
11415
11707
|
iconClassName = props.iconClassName,
|
|
11416
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11708
|
+
otherProps = _objectWithoutProperties(props, _excluded$3z);
|
|
11417
11709
|
|
|
11418
11710
|
return /*#__PURE__*/React.createElement("span", {
|
|
11419
11711
|
role: "img",
|
|
11420
11712
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11421
11713
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11422
|
-
children: loadingCircleStyle$
|
|
11714
|
+
children: loadingCircleStyle$3z
|
|
11423
11715
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11424
11716
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11425
11717
|
width: size,
|
|
@@ -11451,8 +11743,8 @@ Delete1.defaultProps = {
|
|
|
11451
11743
|
size: '1em'
|
|
11452
11744
|
};
|
|
11453
11745
|
|
|
11454
|
-
var _excluded$
|
|
11455
|
-
var loadingCircleStyle$
|
|
11746
|
+
var _excluded$3A = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11747
|
+
var loadingCircleStyle$3A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11456
11748
|
|
|
11457
11749
|
var Save = function Save(props) {
|
|
11458
11750
|
var color = props.color,
|
|
@@ -11461,13 +11753,13 @@ var Save = function Save(props) {
|
|
|
11461
11753
|
style = props.style,
|
|
11462
11754
|
className = props.className,
|
|
11463
11755
|
iconClassName = props.iconClassName,
|
|
11464
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11756
|
+
otherProps = _objectWithoutProperties(props, _excluded$3A);
|
|
11465
11757
|
|
|
11466
11758
|
return /*#__PURE__*/React.createElement("span", {
|
|
11467
11759
|
role: "img",
|
|
11468
11760
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11469
11761
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11470
|
-
children: loadingCircleStyle$
|
|
11762
|
+
children: loadingCircleStyle$3A
|
|
11471
11763
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11472
11764
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11473
11765
|
width: size,
|
|
@@ -11499,8 +11791,8 @@ Save.defaultProps = {
|
|
|
11499
11791
|
size: '1em'
|
|
11500
11792
|
};
|
|
11501
11793
|
|
|
11502
|
-
var _excluded$
|
|
11503
|
-
var loadingCircleStyle$
|
|
11794
|
+
var _excluded$3B = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11795
|
+
var loadingCircleStyle$3B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11504
11796
|
|
|
11505
11797
|
var Send = function Send(props) {
|
|
11506
11798
|
var color = props.color,
|
|
@@ -11509,13 +11801,13 @@ var Send = function Send(props) {
|
|
|
11509
11801
|
style = props.style,
|
|
11510
11802
|
className = props.className,
|
|
11511
11803
|
iconClassName = props.iconClassName,
|
|
11512
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11804
|
+
otherProps = _objectWithoutProperties(props, _excluded$3B);
|
|
11513
11805
|
|
|
11514
11806
|
return /*#__PURE__*/React.createElement("span", {
|
|
11515
11807
|
role: "img",
|
|
11516
11808
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11517
11809
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11518
|
-
children: loadingCircleStyle$
|
|
11810
|
+
children: loadingCircleStyle$3B
|
|
11519
11811
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11520
11812
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11521
11813
|
width: size,
|
|
@@ -11547,8 +11839,8 @@ Send.defaultProps = {
|
|
|
11547
11839
|
size: '1em'
|
|
11548
11840
|
};
|
|
11549
11841
|
|
|
11550
|
-
var _excluded$
|
|
11551
|
-
var loadingCircleStyle$
|
|
11842
|
+
var _excluded$3C = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11843
|
+
var loadingCircleStyle$3C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11552
11844
|
|
|
11553
11845
|
var Fullscreen = function Fullscreen(props) {
|
|
11554
11846
|
var color = props.color,
|
|
@@ -11557,13 +11849,13 @@ var Fullscreen = function Fullscreen(props) {
|
|
|
11557
11849
|
style = props.style,
|
|
11558
11850
|
className = props.className,
|
|
11559
11851
|
iconClassName = props.iconClassName,
|
|
11560
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11852
|
+
otherProps = _objectWithoutProperties(props, _excluded$3C);
|
|
11561
11853
|
|
|
11562
11854
|
return /*#__PURE__*/React.createElement("span", {
|
|
11563
11855
|
role: "img",
|
|
11564
11856
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11565
11857
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11566
|
-
children: loadingCircleStyle$
|
|
11858
|
+
children: loadingCircleStyle$3C
|
|
11567
11859
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11568
11860
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11569
11861
|
width: size,
|
|
@@ -11595,8 +11887,8 @@ Fullscreen.defaultProps = {
|
|
|
11595
11887
|
size: '1em'
|
|
11596
11888
|
};
|
|
11597
11889
|
|
|
11598
|
-
var _excluded$
|
|
11599
|
-
var loadingCircleStyle$
|
|
11890
|
+
var _excluded$3D = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11891
|
+
var loadingCircleStyle$3D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11600
11892
|
|
|
11601
11893
|
var ArrowLeftDown = function ArrowLeftDown(props) {
|
|
11602
11894
|
var color = props.color,
|
|
@@ -11605,13 +11897,13 @@ var ArrowLeftDown = function ArrowLeftDown(props) {
|
|
|
11605
11897
|
style = props.style,
|
|
11606
11898
|
className = props.className,
|
|
11607
11899
|
iconClassName = props.iconClassName,
|
|
11608
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11900
|
+
otherProps = _objectWithoutProperties(props, _excluded$3D);
|
|
11609
11901
|
|
|
11610
11902
|
return /*#__PURE__*/React.createElement("span", {
|
|
11611
11903
|
role: "img",
|
|
11612
11904
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11613
11905
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11614
|
-
children: loadingCircleStyle$
|
|
11906
|
+
children: loadingCircleStyle$3D
|
|
11615
11907
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11616
11908
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11617
11909
|
width: size,
|
|
@@ -11643,8 +11935,8 @@ ArrowLeftDown.defaultProps = {
|
|
|
11643
11935
|
size: '1em'
|
|
11644
11936
|
};
|
|
11645
11937
|
|
|
11646
|
-
var _excluded$
|
|
11647
|
-
var loadingCircleStyle$
|
|
11938
|
+
var _excluded$3E = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11939
|
+
var loadingCircleStyle$3E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11648
11940
|
|
|
11649
11941
|
var Link = function Link(props) {
|
|
11650
11942
|
var color = props.color,
|
|
@@ -11653,13 +11945,13 @@ var Link = function Link(props) {
|
|
|
11653
11945
|
style = props.style,
|
|
11654
11946
|
className = props.className,
|
|
11655
11947
|
iconClassName = props.iconClassName,
|
|
11656
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
11948
|
+
otherProps = _objectWithoutProperties(props, _excluded$3E);
|
|
11657
11949
|
|
|
11658
11950
|
return /*#__PURE__*/React.createElement("span", {
|
|
11659
11951
|
role: "img",
|
|
11660
11952
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11661
11953
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11662
|
-
children: loadingCircleStyle$
|
|
11954
|
+
children: loadingCircleStyle$3E
|
|
11663
11955
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11664
11956
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11665
11957
|
width: size,
|
|
@@ -11695,8 +11987,8 @@ Link.defaultProps = {
|
|
|
11695
11987
|
size: '1em'
|
|
11696
11988
|
};
|
|
11697
11989
|
|
|
11698
|
-
var _excluded$
|
|
11699
|
-
var loadingCircleStyle$
|
|
11990
|
+
var _excluded$3F = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
11991
|
+
var loadingCircleStyle$3F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11700
11992
|
|
|
11701
11993
|
var Unlink = function Unlink(props) {
|
|
11702
11994
|
var color = props.color,
|
|
@@ -11705,13 +11997,13 @@ var Unlink = function Unlink(props) {
|
|
|
11705
11997
|
style = props.style,
|
|
11706
11998
|
className = props.className,
|
|
11707
11999
|
iconClassName = props.iconClassName,
|
|
11708
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12000
|
+
otherProps = _objectWithoutProperties(props, _excluded$3F);
|
|
11709
12001
|
|
|
11710
12002
|
return /*#__PURE__*/React.createElement("span", {
|
|
11711
12003
|
role: "img",
|
|
11712
12004
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11713
12005
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11714
|
-
children: loadingCircleStyle$
|
|
12006
|
+
children: loadingCircleStyle$3F
|
|
11715
12007
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11716
12008
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11717
12009
|
width: size,
|
|
@@ -11749,8 +12041,8 @@ Unlink.defaultProps = {
|
|
|
11749
12041
|
size: '1em'
|
|
11750
12042
|
};
|
|
11751
12043
|
|
|
11752
|
-
var _excluded$
|
|
11753
|
-
var loadingCircleStyle$
|
|
12044
|
+
var _excluded$3G = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12045
|
+
var loadingCircleStyle$3G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11754
12046
|
|
|
11755
12047
|
var Link2 = function Link2(props) {
|
|
11756
12048
|
var color = props.color,
|
|
@@ -11759,13 +12051,13 @@ var Link2 = function Link2(props) {
|
|
|
11759
12051
|
style = props.style,
|
|
11760
12052
|
className = props.className,
|
|
11761
12053
|
iconClassName = props.iconClassName,
|
|
11762
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12054
|
+
otherProps = _objectWithoutProperties(props, _excluded$3G);
|
|
11763
12055
|
|
|
11764
12056
|
return /*#__PURE__*/React.createElement("span", {
|
|
11765
12057
|
role: "img",
|
|
11766
12058
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11767
12059
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11768
|
-
children: loadingCircleStyle$
|
|
12060
|
+
children: loadingCircleStyle$3G
|
|
11769
12061
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11770
12062
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11771
12063
|
width: size,
|
|
@@ -11797,8 +12089,8 @@ Link2.defaultProps = {
|
|
|
11797
12089
|
size: '1em'
|
|
11798
12090
|
};
|
|
11799
12091
|
|
|
11800
|
-
var _excluded$
|
|
11801
|
-
var loadingCircleStyle$
|
|
12092
|
+
var _excluded$3H = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12093
|
+
var loadingCircleStyle$3H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11802
12094
|
|
|
11803
12095
|
var MenuUnfold = function MenuUnfold(props) {
|
|
11804
12096
|
var color = props.color,
|
|
@@ -11807,13 +12099,13 @@ var MenuUnfold = function MenuUnfold(props) {
|
|
|
11807
12099
|
style = props.style,
|
|
11808
12100
|
className = props.className,
|
|
11809
12101
|
iconClassName = props.iconClassName,
|
|
11810
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12102
|
+
otherProps = _objectWithoutProperties(props, _excluded$3H);
|
|
11811
12103
|
|
|
11812
12104
|
return /*#__PURE__*/React.createElement("span", {
|
|
11813
12105
|
role: "img",
|
|
11814
12106
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11815
12107
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11816
|
-
children: loadingCircleStyle$
|
|
12108
|
+
children: loadingCircleStyle$3H
|
|
11817
12109
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11818
12110
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11819
12111
|
width: size,
|
|
@@ -11845,8 +12137,8 @@ MenuUnfold.defaultProps = {
|
|
|
11845
12137
|
size: '1em'
|
|
11846
12138
|
};
|
|
11847
12139
|
|
|
11848
|
-
var _excluded$
|
|
11849
|
-
var loadingCircleStyle$
|
|
12140
|
+
var _excluded$3I = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12141
|
+
var loadingCircleStyle$3I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11850
12142
|
|
|
11851
12143
|
var MenuFold = function MenuFold(props) {
|
|
11852
12144
|
var color = props.color,
|
|
@@ -11855,13 +12147,13 @@ var MenuFold = function MenuFold(props) {
|
|
|
11855
12147
|
style = props.style,
|
|
11856
12148
|
className = props.className,
|
|
11857
12149
|
iconClassName = props.iconClassName,
|
|
11858
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12150
|
+
otherProps = _objectWithoutProperties(props, _excluded$3I);
|
|
11859
12151
|
|
|
11860
12152
|
return /*#__PURE__*/React.createElement("span", {
|
|
11861
12153
|
role: "img",
|
|
11862
12154
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11863
12155
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11864
|
-
children: loadingCircleStyle$
|
|
12156
|
+
children: loadingCircleStyle$3I
|
|
11865
12157
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11866
12158
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11867
12159
|
width: size,
|
|
@@ -11893,8 +12185,8 @@ MenuFold.defaultProps = {
|
|
|
11893
12185
|
size: '1em'
|
|
11894
12186
|
};
|
|
11895
12187
|
|
|
11896
|
-
var _excluded$
|
|
11897
|
-
var loadingCircleStyle$
|
|
12188
|
+
var _excluded$3J = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12189
|
+
var loadingCircleStyle$3J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11898
12190
|
|
|
11899
12191
|
var List = function List(props) {
|
|
11900
12192
|
var color = props.color,
|
|
@@ -11903,13 +12195,13 @@ var List = function List(props) {
|
|
|
11903
12195
|
style = props.style,
|
|
11904
12196
|
className = props.className,
|
|
11905
12197
|
iconClassName = props.iconClassName,
|
|
11906
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12198
|
+
otherProps = _objectWithoutProperties(props, _excluded$3J);
|
|
11907
12199
|
|
|
11908
12200
|
return /*#__PURE__*/React.createElement("span", {
|
|
11909
12201
|
role: "img",
|
|
11910
12202
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11911
12203
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11912
|
-
children: loadingCircleStyle$
|
|
12204
|
+
children: loadingCircleStyle$3J
|
|
11913
12205
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11914
12206
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11915
12207
|
width: size,
|
|
@@ -11941,8 +12233,8 @@ List.defaultProps = {
|
|
|
11941
12233
|
size: '1em'
|
|
11942
12234
|
};
|
|
11943
12235
|
|
|
11944
|
-
var _excluded$
|
|
11945
|
-
var loadingCircleStyle$
|
|
12236
|
+
var _excluded$3K = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12237
|
+
var loadingCircleStyle$3K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11946
12238
|
|
|
11947
12239
|
var ListNested = function ListNested(props) {
|
|
11948
12240
|
var color = props.color,
|
|
@@ -11951,13 +12243,13 @@ var ListNested = function ListNested(props) {
|
|
|
11951
12243
|
style = props.style,
|
|
11952
12244
|
className = props.className,
|
|
11953
12245
|
iconClassName = props.iconClassName,
|
|
11954
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12246
|
+
otherProps = _objectWithoutProperties(props, _excluded$3K);
|
|
11955
12247
|
|
|
11956
12248
|
return /*#__PURE__*/React.createElement("span", {
|
|
11957
12249
|
role: "img",
|
|
11958
12250
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
11959
12251
|
}, /*#__PURE__*/React.createElement("style", {
|
|
11960
|
-
children: loadingCircleStyle$
|
|
12252
|
+
children: loadingCircleStyle$3K
|
|
11961
12253
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
11962
12254
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11963
12255
|
width: size,
|
|
@@ -11991,8 +12283,8 @@ ListNested.defaultProps = {
|
|
|
11991
12283
|
size: '1em'
|
|
11992
12284
|
};
|
|
11993
12285
|
|
|
11994
|
-
var _excluded$
|
|
11995
|
-
var loadingCircleStyle$
|
|
12286
|
+
var _excluded$3L = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12287
|
+
var loadingCircleStyle$3L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
11996
12288
|
|
|
11997
12289
|
var DoubleList = function DoubleList(props) {
|
|
11998
12290
|
var color = props.color,
|
|
@@ -12001,13 +12293,13 @@ var DoubleList = function DoubleList(props) {
|
|
|
12001
12293
|
style = props.style,
|
|
12002
12294
|
className = props.className,
|
|
12003
12295
|
iconClassName = props.iconClassName,
|
|
12004
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12296
|
+
otherProps = _objectWithoutProperties(props, _excluded$3L);
|
|
12005
12297
|
|
|
12006
12298
|
return /*#__PURE__*/React.createElement("span", {
|
|
12007
12299
|
role: "img",
|
|
12008
12300
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12009
12301
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12010
|
-
children: loadingCircleStyle$
|
|
12302
|
+
children: loadingCircleStyle$3L
|
|
12011
12303
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12012
12304
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12013
12305
|
width: size,
|
|
@@ -12049,8 +12341,8 @@ DoubleList.defaultProps = {
|
|
|
12049
12341
|
size: '1em'
|
|
12050
12342
|
};
|
|
12051
12343
|
|
|
12052
|
-
var _excluded$
|
|
12053
|
-
var loadingCircleStyle$
|
|
12344
|
+
var _excluded$3M = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12345
|
+
var loadingCircleStyle$3M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12054
12346
|
|
|
12055
12347
|
var Download = function Download(props) {
|
|
12056
12348
|
var color = props.color,
|
|
@@ -12059,13 +12351,13 @@ var Download = function Download(props) {
|
|
|
12059
12351
|
style = props.style,
|
|
12060
12352
|
className = props.className,
|
|
12061
12353
|
iconClassName = props.iconClassName,
|
|
12062
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12354
|
+
otherProps = _objectWithoutProperties(props, _excluded$3M);
|
|
12063
12355
|
|
|
12064
12356
|
return /*#__PURE__*/React.createElement("span", {
|
|
12065
12357
|
role: "img",
|
|
12066
12358
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12067
12359
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12068
|
-
children: loadingCircleStyle$
|
|
12360
|
+
children: loadingCircleStyle$3M
|
|
12069
12361
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12070
12362
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12071
12363
|
width: size,
|
|
@@ -12097,8 +12389,8 @@ Download.defaultProps = {
|
|
|
12097
12389
|
size: '1em'
|
|
12098
12390
|
};
|
|
12099
12391
|
|
|
12100
|
-
var _excluded$
|
|
12101
|
-
var loadingCircleStyle$
|
|
12392
|
+
var _excluded$3N = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12393
|
+
var loadingCircleStyle$3N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12102
12394
|
|
|
12103
12395
|
var FullDownload = function FullDownload(props) {
|
|
12104
12396
|
var color = props.color,
|
|
@@ -12107,13 +12399,13 @@ var FullDownload = function FullDownload(props) {
|
|
|
12107
12399
|
style = props.style,
|
|
12108
12400
|
className = props.className,
|
|
12109
12401
|
iconClassName = props.iconClassName,
|
|
12110
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12402
|
+
otherProps = _objectWithoutProperties(props, _excluded$3N);
|
|
12111
12403
|
|
|
12112
12404
|
return /*#__PURE__*/React.createElement("span", {
|
|
12113
12405
|
role: "img",
|
|
12114
12406
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12115
12407
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12116
|
-
children: loadingCircleStyle$
|
|
12408
|
+
children: loadingCircleStyle$3N
|
|
12117
12409
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12118
12410
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12119
12411
|
width: size,
|
|
@@ -12147,8 +12439,8 @@ FullDownload.defaultProps = {
|
|
|
12147
12439
|
size: '1em'
|
|
12148
12440
|
};
|
|
12149
12441
|
|
|
12150
|
-
var _excluded$
|
|
12151
|
-
var loadingCircleStyle$
|
|
12442
|
+
var _excluded$3O = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12443
|
+
var loadingCircleStyle$3O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12152
12444
|
|
|
12153
12445
|
var Export = function Export(props) {
|
|
12154
12446
|
var color = props.color,
|
|
@@ -12157,13 +12449,13 @@ var Export = function Export(props) {
|
|
|
12157
12449
|
style = props.style,
|
|
12158
12450
|
className = props.className,
|
|
12159
12451
|
iconClassName = props.iconClassName,
|
|
12160
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12452
|
+
otherProps = _objectWithoutProperties(props, _excluded$3O);
|
|
12161
12453
|
|
|
12162
12454
|
return /*#__PURE__*/React.createElement("span", {
|
|
12163
12455
|
role: "img",
|
|
12164
12456
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12165
12457
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12166
|
-
children: loadingCircleStyle$
|
|
12458
|
+
children: loadingCircleStyle$3O
|
|
12167
12459
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12168
12460
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12169
12461
|
width: size,
|
|
@@ -12197,8 +12489,8 @@ Export.defaultProps = {
|
|
|
12197
12489
|
size: '1em'
|
|
12198
12490
|
};
|
|
12199
12491
|
|
|
12200
|
-
var _excluded$
|
|
12201
|
-
var loadingCircleStyle$
|
|
12492
|
+
var _excluded$3P = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12493
|
+
var loadingCircleStyle$3P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12202
12494
|
|
|
12203
12495
|
var Import = function Import(props) {
|
|
12204
12496
|
var color = props.color,
|
|
@@ -12207,13 +12499,13 @@ var Import = function Import(props) {
|
|
|
12207
12499
|
style = props.style,
|
|
12208
12500
|
className = props.className,
|
|
12209
12501
|
iconClassName = props.iconClassName,
|
|
12210
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12502
|
+
otherProps = _objectWithoutProperties(props, _excluded$3P);
|
|
12211
12503
|
|
|
12212
12504
|
return /*#__PURE__*/React.createElement("span", {
|
|
12213
12505
|
role: "img",
|
|
12214
12506
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12215
12507
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12216
|
-
children: loadingCircleStyle$
|
|
12508
|
+
children: loadingCircleStyle$3P
|
|
12217
12509
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12218
12510
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12219
12511
|
width: size,
|
|
@@ -12247,8 +12539,8 @@ Import.defaultProps = {
|
|
|
12247
12539
|
size: '1em'
|
|
12248
12540
|
};
|
|
12249
12541
|
|
|
12250
|
-
var _excluded$
|
|
12251
|
-
var loadingCircleStyle$
|
|
12542
|
+
var _excluded$3Q = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12543
|
+
var loadingCircleStyle$3Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12252
12544
|
|
|
12253
12545
|
var Add1 = function Add1(props) {
|
|
12254
12546
|
var color = props.color,
|
|
@@ -12257,13 +12549,13 @@ var Add1 = function Add1(props) {
|
|
|
12257
12549
|
style = props.style,
|
|
12258
12550
|
className = props.className,
|
|
12259
12551
|
iconClassName = props.iconClassName,
|
|
12260
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12552
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Q);
|
|
12261
12553
|
|
|
12262
12554
|
return /*#__PURE__*/React.createElement("span", {
|
|
12263
12555
|
role: "img",
|
|
12264
12556
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12265
12557
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12266
|
-
children: loadingCircleStyle$
|
|
12558
|
+
children: loadingCircleStyle$3Q
|
|
12267
12559
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12268
12560
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12269
12561
|
width: size,
|
|
@@ -12295,8 +12587,8 @@ Add1.defaultProps = {
|
|
|
12295
12587
|
size: '1em'
|
|
12296
12588
|
};
|
|
12297
12589
|
|
|
12298
|
-
var _excluded$
|
|
12299
|
-
var loadingCircleStyle$
|
|
12590
|
+
var _excluded$3R = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12591
|
+
var loadingCircleStyle$3R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12300
12592
|
|
|
12301
12593
|
var Add2 = function Add2(props) {
|
|
12302
12594
|
var color = props.color,
|
|
@@ -12305,13 +12597,13 @@ var Add2 = function Add2(props) {
|
|
|
12305
12597
|
style = props.style,
|
|
12306
12598
|
className = props.className,
|
|
12307
12599
|
iconClassName = props.iconClassName,
|
|
12308
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12600
|
+
otherProps = _objectWithoutProperties(props, _excluded$3R);
|
|
12309
12601
|
|
|
12310
12602
|
return /*#__PURE__*/React.createElement("span", {
|
|
12311
12603
|
role: "img",
|
|
12312
12604
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12313
12605
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12314
|
-
children: loadingCircleStyle$
|
|
12606
|
+
children: loadingCircleStyle$3R
|
|
12315
12607
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12316
12608
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12317
12609
|
width: size,
|
|
@@ -12343,8 +12635,8 @@ Add2.defaultProps = {
|
|
|
12343
12635
|
size: '1em'
|
|
12344
12636
|
};
|
|
12345
12637
|
|
|
12346
|
-
var _excluded$
|
|
12347
|
-
var loadingCircleStyle$
|
|
12638
|
+
var _excluded$3S = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12639
|
+
var loadingCircleStyle$3S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12348
12640
|
|
|
12349
12641
|
var Add3 = function Add3(props) {
|
|
12350
12642
|
var color = props.color,
|
|
@@ -12353,13 +12645,13 @@ var Add3 = function Add3(props) {
|
|
|
12353
12645
|
style = props.style,
|
|
12354
12646
|
className = props.className,
|
|
12355
12647
|
iconClassName = props.iconClassName,
|
|
12356
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12648
|
+
otherProps = _objectWithoutProperties(props, _excluded$3S);
|
|
12357
12649
|
|
|
12358
12650
|
return /*#__PURE__*/React.createElement("span", {
|
|
12359
12651
|
role: "img",
|
|
12360
12652
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12361
12653
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12362
|
-
children: loadingCircleStyle$
|
|
12654
|
+
children: loadingCircleStyle$3S
|
|
12363
12655
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12364
12656
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12365
12657
|
width: size,
|
|
@@ -12391,8 +12683,8 @@ Add3.defaultProps = {
|
|
|
12391
12683
|
size: '1em'
|
|
12392
12684
|
};
|
|
12393
12685
|
|
|
12394
|
-
var _excluded$
|
|
12395
|
-
var loadingCircleStyle$
|
|
12686
|
+
var _excluded$3T = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12687
|
+
var loadingCircleStyle$3T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12396
12688
|
|
|
12397
12689
|
var Add3Fill = function Add3Fill(props) {
|
|
12398
12690
|
var color = props.color,
|
|
@@ -12401,13 +12693,13 @@ var Add3Fill = function Add3Fill(props) {
|
|
|
12401
12693
|
style = props.style,
|
|
12402
12694
|
className = props.className,
|
|
12403
12695
|
iconClassName = props.iconClassName,
|
|
12404
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12696
|
+
otherProps = _objectWithoutProperties(props, _excluded$3T);
|
|
12405
12697
|
|
|
12406
12698
|
return /*#__PURE__*/React.createElement("span", {
|
|
12407
12699
|
role: "img",
|
|
12408
12700
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12409
12701
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12410
|
-
children: loadingCircleStyle$
|
|
12702
|
+
children: loadingCircleStyle$3T
|
|
12411
12703
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12412
12704
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12413
12705
|
width: size,
|
|
@@ -12439,8 +12731,8 @@ Add3Fill.defaultProps = {
|
|
|
12439
12731
|
size: '1em'
|
|
12440
12732
|
};
|
|
12441
12733
|
|
|
12442
|
-
var _excluded$
|
|
12443
|
-
var loadingCircleStyle$
|
|
12734
|
+
var _excluded$3U = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12735
|
+
var loadingCircleStyle$3U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12444
12736
|
|
|
12445
12737
|
var Subtract = function Subtract(props) {
|
|
12446
12738
|
var color = props.color,
|
|
@@ -12449,13 +12741,13 @@ var Subtract = function Subtract(props) {
|
|
|
12449
12741
|
style = props.style,
|
|
12450
12742
|
className = props.className,
|
|
12451
12743
|
iconClassName = props.iconClassName,
|
|
12452
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12744
|
+
otherProps = _objectWithoutProperties(props, _excluded$3U);
|
|
12453
12745
|
|
|
12454
12746
|
return /*#__PURE__*/React.createElement("span", {
|
|
12455
12747
|
role: "img",
|
|
12456
12748
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12457
12749
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12458
|
-
children: loadingCircleStyle$
|
|
12750
|
+
children: loadingCircleStyle$3U
|
|
12459
12751
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12460
12752
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12461
12753
|
width: size,
|
|
@@ -12490,8 +12782,8 @@ Subtract.defaultProps = {
|
|
|
12490
12782
|
size: '1em'
|
|
12491
12783
|
};
|
|
12492
12784
|
|
|
12493
|
-
var _excluded$
|
|
12494
|
-
var loadingCircleStyle$
|
|
12785
|
+
var _excluded$3V = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12786
|
+
var loadingCircleStyle$3V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12495
12787
|
|
|
12496
12788
|
var Subtract2 = function Subtract2(props) {
|
|
12497
12789
|
var color = props.color,
|
|
@@ -12500,13 +12792,13 @@ var Subtract2 = function Subtract2(props) {
|
|
|
12500
12792
|
style = props.style,
|
|
12501
12793
|
className = props.className,
|
|
12502
12794
|
iconClassName = props.iconClassName,
|
|
12503
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12795
|
+
otherProps = _objectWithoutProperties(props, _excluded$3V);
|
|
12504
12796
|
|
|
12505
12797
|
return /*#__PURE__*/React.createElement("span", {
|
|
12506
12798
|
role: "img",
|
|
12507
12799
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12508
12800
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12509
|
-
children: loadingCircleStyle$
|
|
12801
|
+
children: loadingCircleStyle$3V
|
|
12510
12802
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12511
12803
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12512
12804
|
width: size,
|
|
@@ -12542,8 +12834,8 @@ Subtract2.defaultProps = {
|
|
|
12542
12834
|
size: '1em'
|
|
12543
12835
|
};
|
|
12544
12836
|
|
|
12545
|
-
var _excluded$
|
|
12546
|
-
var loadingCircleStyle$
|
|
12837
|
+
var _excluded$3W = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12838
|
+
var loadingCircleStyle$3W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12547
12839
|
|
|
12548
12840
|
var Update = function Update(props) {
|
|
12549
12841
|
var color = props.color,
|
|
@@ -12552,13 +12844,13 @@ var Update = function Update(props) {
|
|
|
12552
12844
|
style = props.style,
|
|
12553
12845
|
className = props.className,
|
|
12554
12846
|
iconClassName = props.iconClassName,
|
|
12555
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12847
|
+
otherProps = _objectWithoutProperties(props, _excluded$3W);
|
|
12556
12848
|
|
|
12557
12849
|
return /*#__PURE__*/React.createElement("span", {
|
|
12558
12850
|
role: "img",
|
|
12559
12851
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12560
12852
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12561
|
-
children: loadingCircleStyle$
|
|
12853
|
+
children: loadingCircleStyle$3W
|
|
12562
12854
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12563
12855
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12564
12856
|
width: size,
|
|
@@ -12590,8 +12882,8 @@ Update.defaultProps = {
|
|
|
12590
12882
|
size: '1em'
|
|
12591
12883
|
};
|
|
12592
12884
|
|
|
12593
|
-
var _excluded$
|
|
12594
|
-
var loadingCircleStyle$
|
|
12885
|
+
var _excluded$3X = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12886
|
+
var loadingCircleStyle$3X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12595
12887
|
|
|
12596
12888
|
var Rename = function Rename(props) {
|
|
12597
12889
|
var color = props.color,
|
|
@@ -12600,13 +12892,13 @@ var Rename = function Rename(props) {
|
|
|
12600
12892
|
style = props.style,
|
|
12601
12893
|
className = props.className,
|
|
12602
12894
|
iconClassName = props.iconClassName,
|
|
12603
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12895
|
+
otherProps = _objectWithoutProperties(props, _excluded$3X);
|
|
12604
12896
|
|
|
12605
12897
|
return /*#__PURE__*/React.createElement("span", {
|
|
12606
12898
|
role: "img",
|
|
12607
12899
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12608
12900
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12609
|
-
children: loadingCircleStyle$
|
|
12901
|
+
children: loadingCircleStyle$3X
|
|
12610
12902
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12611
12903
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12612
12904
|
width: size,
|
|
@@ -12640,8 +12932,8 @@ Rename.defaultProps = {
|
|
|
12640
12932
|
size: '1em'
|
|
12641
12933
|
};
|
|
12642
12934
|
|
|
12643
|
-
var _excluded$
|
|
12644
|
-
var loadingCircleStyle$
|
|
12935
|
+
var _excluded$3Y = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12936
|
+
var loadingCircleStyle$3Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12645
12937
|
|
|
12646
12938
|
var PlayCircle = function PlayCircle(props) {
|
|
12647
12939
|
var color = props.color,
|
|
@@ -12650,13 +12942,13 @@ var PlayCircle = function PlayCircle(props) {
|
|
|
12650
12942
|
style = props.style,
|
|
12651
12943
|
className = props.className,
|
|
12652
12944
|
iconClassName = props.iconClassName,
|
|
12653
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12945
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Y);
|
|
12654
12946
|
|
|
12655
12947
|
return /*#__PURE__*/React.createElement("span", {
|
|
12656
12948
|
role: "img",
|
|
12657
12949
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12658
12950
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12659
|
-
children: loadingCircleStyle$
|
|
12951
|
+
children: loadingCircleStyle$3Y
|
|
12660
12952
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12661
12953
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12662
12954
|
width: size,
|
|
@@ -12688,8 +12980,8 @@ PlayCircle.defaultProps = {
|
|
|
12688
12980
|
size: '1em'
|
|
12689
12981
|
};
|
|
12690
12982
|
|
|
12691
|
-
var _excluded$
|
|
12692
|
-
var loadingCircleStyle$
|
|
12983
|
+
var _excluded$3Z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
12984
|
+
var loadingCircleStyle$3Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12693
12985
|
|
|
12694
12986
|
var PauseCircle = function PauseCircle(props) {
|
|
12695
12987
|
var color = props.color,
|
|
@@ -12698,13 +12990,13 @@ var PauseCircle = function PauseCircle(props) {
|
|
|
12698
12990
|
style = props.style,
|
|
12699
12991
|
className = props.className,
|
|
12700
12992
|
iconClassName = props.iconClassName,
|
|
12701
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
12993
|
+
otherProps = _objectWithoutProperties(props, _excluded$3Z);
|
|
12702
12994
|
|
|
12703
12995
|
return /*#__PURE__*/React.createElement("span", {
|
|
12704
12996
|
role: "img",
|
|
12705
12997
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12706
12998
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12707
|
-
children: loadingCircleStyle$
|
|
12999
|
+
children: loadingCircleStyle$3Z
|
|
12708
13000
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12709
13001
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12710
13002
|
width: size,
|
|
@@ -12736,8 +13028,8 @@ PauseCircle.defaultProps = {
|
|
|
12736
13028
|
size: '1em'
|
|
12737
13029
|
};
|
|
12738
13030
|
|
|
12739
|
-
var _excluded$
|
|
12740
|
-
var loadingCircleStyle$
|
|
13031
|
+
var _excluded$3_ = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13032
|
+
var loadingCircleStyle$3_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12741
13033
|
|
|
12742
13034
|
var UpdateData = function UpdateData(props) {
|
|
12743
13035
|
var color = props.color,
|
|
@@ -12746,13 +13038,13 @@ var UpdateData = function UpdateData(props) {
|
|
|
12746
13038
|
style = props.style,
|
|
12747
13039
|
className = props.className,
|
|
12748
13040
|
iconClassName = props.iconClassName,
|
|
12749
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13041
|
+
otherProps = _objectWithoutProperties(props, _excluded$3_);
|
|
12750
13042
|
|
|
12751
13043
|
return /*#__PURE__*/React.createElement("span", {
|
|
12752
13044
|
role: "img",
|
|
12753
13045
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12754
13046
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12755
|
-
children: loadingCircleStyle$
|
|
13047
|
+
children: loadingCircleStyle$3_
|
|
12756
13048
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12757
13049
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12758
13050
|
width: size,
|
|
@@ -12788,8 +13080,8 @@ UpdateData.defaultProps = {
|
|
|
12788
13080
|
size: '1em'
|
|
12789
13081
|
};
|
|
12790
13082
|
|
|
12791
|
-
var _excluded$
|
|
12792
|
-
var loadingCircleStyle$
|
|
13083
|
+
var _excluded$3$ = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13084
|
+
var loadingCircleStyle$3$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12793
13085
|
|
|
12794
13086
|
var Upload = function Upload(props) {
|
|
12795
13087
|
var color = props.color,
|
|
@@ -12798,13 +13090,13 @@ var Upload = function Upload(props) {
|
|
|
12798
13090
|
style = props.style,
|
|
12799
13091
|
className = props.className,
|
|
12800
13092
|
iconClassName = props.iconClassName,
|
|
12801
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13093
|
+
otherProps = _objectWithoutProperties(props, _excluded$3$);
|
|
12802
13094
|
|
|
12803
13095
|
return /*#__PURE__*/React.createElement("span", {
|
|
12804
13096
|
role: "img",
|
|
12805
13097
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12806
13098
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12807
|
-
children: loadingCircleStyle$
|
|
13099
|
+
children: loadingCircleStyle$3$
|
|
12808
13100
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12809
13101
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12810
13102
|
width: size,
|
|
@@ -12838,8 +13130,8 @@ Upload.defaultProps = {
|
|
|
12838
13130
|
size: '1em'
|
|
12839
13131
|
};
|
|
12840
13132
|
|
|
12841
|
-
var _excluded$
|
|
12842
|
-
var loadingCircleStyle$
|
|
13133
|
+
var _excluded$40 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13134
|
+
var loadingCircleStyle$40 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12843
13135
|
|
|
12844
13136
|
var Click = function Click(props) {
|
|
12845
13137
|
var color = props.color,
|
|
@@ -12848,13 +13140,13 @@ var Click = function Click(props) {
|
|
|
12848
13140
|
style = props.style,
|
|
12849
13141
|
className = props.className,
|
|
12850
13142
|
iconClassName = props.iconClassName,
|
|
12851
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13143
|
+
otherProps = _objectWithoutProperties(props, _excluded$40);
|
|
12852
13144
|
|
|
12853
13145
|
return /*#__PURE__*/React.createElement("span", {
|
|
12854
13146
|
role: "img",
|
|
12855
13147
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12856
13148
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12857
|
-
children: loadingCircleStyle$
|
|
13149
|
+
children: loadingCircleStyle$40
|
|
12858
13150
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12859
13151
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12860
13152
|
width: size,
|
|
@@ -12886,8 +13178,8 @@ Click.defaultProps = {
|
|
|
12886
13178
|
size: '1em'
|
|
12887
13179
|
};
|
|
12888
13180
|
|
|
12889
|
-
var _excluded$
|
|
12890
|
-
var loadingCircleStyle$
|
|
13181
|
+
var _excluded$41 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13182
|
+
var loadingCircleStyle$41 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12891
13183
|
|
|
12892
13184
|
var Install = function Install(props) {
|
|
12893
13185
|
var color = props.color,
|
|
@@ -12896,13 +13188,13 @@ var Install = function Install(props) {
|
|
|
12896
13188
|
style = props.style,
|
|
12897
13189
|
className = props.className,
|
|
12898
13190
|
iconClassName = props.iconClassName,
|
|
12899
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13191
|
+
otherProps = _objectWithoutProperties(props, _excluded$41);
|
|
12900
13192
|
|
|
12901
13193
|
return /*#__PURE__*/React.createElement("span", {
|
|
12902
13194
|
role: "img",
|
|
12903
13195
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12904
13196
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12905
|
-
children: loadingCircleStyle$
|
|
13197
|
+
children: loadingCircleStyle$41
|
|
12906
13198
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12907
13199
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12908
13200
|
width: size,
|
|
@@ -12934,8 +13226,8 @@ Install.defaultProps = {
|
|
|
12934
13226
|
size: '1em'
|
|
12935
13227
|
};
|
|
12936
13228
|
|
|
12937
|
-
var _excluded$
|
|
12938
|
-
var loadingCircleStyle$
|
|
13229
|
+
var _excluded$42 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13230
|
+
var loadingCircleStyle$42 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12939
13231
|
|
|
12940
13232
|
var Expand = function Expand(props) {
|
|
12941
13233
|
var color = props.color,
|
|
@@ -12944,13 +13236,13 @@ var Expand = function Expand(props) {
|
|
|
12944
13236
|
style = props.style,
|
|
12945
13237
|
className = props.className,
|
|
12946
13238
|
iconClassName = props.iconClassName,
|
|
12947
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13239
|
+
otherProps = _objectWithoutProperties(props, _excluded$42);
|
|
12948
13240
|
|
|
12949
13241
|
return /*#__PURE__*/React.createElement("span", {
|
|
12950
13242
|
role: "img",
|
|
12951
13243
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
12952
13244
|
}, /*#__PURE__*/React.createElement("style", {
|
|
12953
|
-
children: loadingCircleStyle$
|
|
13245
|
+
children: loadingCircleStyle$42
|
|
12954
13246
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
12955
13247
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12956
13248
|
width: size,
|
|
@@ -12984,8 +13276,8 @@ Expand.defaultProps = {
|
|
|
12984
13276
|
size: '1em'
|
|
12985
13277
|
};
|
|
12986
13278
|
|
|
12987
|
-
var _excluded$
|
|
12988
|
-
var loadingCircleStyle$
|
|
13279
|
+
var _excluded$43 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13280
|
+
var loadingCircleStyle$43 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
12989
13281
|
|
|
12990
13282
|
var Pinch = function Pinch(props) {
|
|
12991
13283
|
var color = props.color,
|
|
@@ -12994,13 +13286,13 @@ var Pinch = function Pinch(props) {
|
|
|
12994
13286
|
style = props.style,
|
|
12995
13287
|
className = props.className,
|
|
12996
13288
|
iconClassName = props.iconClassName,
|
|
12997
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13289
|
+
otherProps = _objectWithoutProperties(props, _excluded$43);
|
|
12998
13290
|
|
|
12999
13291
|
return /*#__PURE__*/React.createElement("span", {
|
|
13000
13292
|
role: "img",
|
|
13001
13293
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13002
13294
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13003
|
-
children: loadingCircleStyle$
|
|
13295
|
+
children: loadingCircleStyle$43
|
|
13004
13296
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13005
13297
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13006
13298
|
width: size,
|
|
@@ -13034,8 +13326,8 @@ Pinch.defaultProps = {
|
|
|
13034
13326
|
size: '1em'
|
|
13035
13327
|
};
|
|
13036
13328
|
|
|
13037
|
-
var _excluded$
|
|
13038
|
-
var loadingCircleStyle$
|
|
13329
|
+
var _excluded$44 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13330
|
+
var loadingCircleStyle$44 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13039
13331
|
|
|
13040
13332
|
var NewIndicator = function NewIndicator(props) {
|
|
13041
13333
|
var color = props.color,
|
|
@@ -13044,13 +13336,13 @@ var NewIndicator = function NewIndicator(props) {
|
|
|
13044
13336
|
style = props.style,
|
|
13045
13337
|
className = props.className,
|
|
13046
13338
|
iconClassName = props.iconClassName,
|
|
13047
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13339
|
+
otherProps = _objectWithoutProperties(props, _excluded$44);
|
|
13048
13340
|
|
|
13049
13341
|
return /*#__PURE__*/React.createElement("span", {
|
|
13050
13342
|
role: "img",
|
|
13051
13343
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13052
13344
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13053
|
-
children: loadingCircleStyle$
|
|
13345
|
+
children: loadingCircleStyle$44
|
|
13054
13346
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13055
13347
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13056
13348
|
width: size,
|
|
@@ -13105,8 +13397,8 @@ NewIndicator.defaultProps = {
|
|
|
13105
13397
|
size: '1em'
|
|
13106
13398
|
};
|
|
13107
13399
|
|
|
13108
|
-
var _excluded$
|
|
13109
|
-
var loadingCircleStyle$
|
|
13400
|
+
var _excluded$45 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13401
|
+
var loadingCircleStyle$45 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13110
13402
|
|
|
13111
13403
|
var Report = function Report(props) {
|
|
13112
13404
|
var color = props.color,
|
|
@@ -13115,13 +13407,13 @@ var Report = function Report(props) {
|
|
|
13115
13407
|
style = props.style,
|
|
13116
13408
|
className = props.className,
|
|
13117
13409
|
iconClassName = props.iconClassName,
|
|
13118
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13410
|
+
otherProps = _objectWithoutProperties(props, _excluded$45);
|
|
13119
13411
|
|
|
13120
13412
|
return /*#__PURE__*/React.createElement("span", {
|
|
13121
13413
|
role: "img",
|
|
13122
13414
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13123
13415
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13124
|
-
children: loadingCircleStyle$
|
|
13416
|
+
children: loadingCircleStyle$45
|
|
13125
13417
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13126
13418
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13127
13419
|
width: size,
|
|
@@ -13153,8 +13445,8 @@ Report.defaultProps = {
|
|
|
13153
13445
|
size: '1em'
|
|
13154
13446
|
};
|
|
13155
13447
|
|
|
13156
|
-
var _excluded$
|
|
13157
|
-
var loadingCircleStyle$
|
|
13448
|
+
var _excluded$46 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13449
|
+
var loadingCircleStyle$46 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13158
13450
|
|
|
13159
13451
|
var ReportRemoval = function ReportRemoval(props) {
|
|
13160
13452
|
var color = props.color,
|
|
@@ -13163,13 +13455,13 @@ var ReportRemoval = function ReportRemoval(props) {
|
|
|
13163
13455
|
style = props.style,
|
|
13164
13456
|
className = props.className,
|
|
13165
13457
|
iconClassName = props.iconClassName,
|
|
13166
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13458
|
+
otherProps = _objectWithoutProperties(props, _excluded$46);
|
|
13167
13459
|
|
|
13168
13460
|
return /*#__PURE__*/React.createElement("span", {
|
|
13169
13461
|
role: "img",
|
|
13170
13462
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13171
13463
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13172
|
-
children: loadingCircleStyle$
|
|
13464
|
+
children: loadingCircleStyle$46
|
|
13173
13465
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13174
13466
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13175
13467
|
width: size,
|
|
@@ -13209,8 +13501,8 @@ ReportRemoval.defaultProps = {
|
|
|
13209
13501
|
size: '1em'
|
|
13210
13502
|
};
|
|
13211
13503
|
|
|
13212
|
-
var _excluded$
|
|
13213
|
-
var loadingCircleStyle$
|
|
13504
|
+
var _excluded$47 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13505
|
+
var loadingCircleStyle$47 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13214
13506
|
|
|
13215
13507
|
var FileAdd = function FileAdd(props) {
|
|
13216
13508
|
var color = props.color,
|
|
@@ -13219,13 +13511,13 @@ var FileAdd = function FileAdd(props) {
|
|
|
13219
13511
|
style = props.style,
|
|
13220
13512
|
className = props.className,
|
|
13221
13513
|
iconClassName = props.iconClassName,
|
|
13222
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13514
|
+
otherProps = _objectWithoutProperties(props, _excluded$47);
|
|
13223
13515
|
|
|
13224
13516
|
return /*#__PURE__*/React.createElement("span", {
|
|
13225
13517
|
role: "img",
|
|
13226
13518
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13227
13519
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13228
|
-
children: loadingCircleStyle$
|
|
13520
|
+
children: loadingCircleStyle$47
|
|
13229
13521
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13230
13522
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13231
13523
|
width: size,
|
|
@@ -13257,8 +13549,8 @@ FileAdd.defaultProps = {
|
|
|
13257
13549
|
size: '1em'
|
|
13258
13550
|
};
|
|
13259
13551
|
|
|
13260
|
-
var _excluded$
|
|
13261
|
-
var loadingCircleStyle$
|
|
13552
|
+
var _excluded$48 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13553
|
+
var loadingCircleStyle$48 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13262
13554
|
|
|
13263
13555
|
var FileRemove = function FileRemove(props) {
|
|
13264
13556
|
var color = props.color,
|
|
@@ -13267,13 +13559,13 @@ var FileRemove = function FileRemove(props) {
|
|
|
13267
13559
|
style = props.style,
|
|
13268
13560
|
className = props.className,
|
|
13269
13561
|
iconClassName = props.iconClassName,
|
|
13270
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13562
|
+
otherProps = _objectWithoutProperties(props, _excluded$48);
|
|
13271
13563
|
|
|
13272
13564
|
return /*#__PURE__*/React.createElement("span", {
|
|
13273
13565
|
role: "img",
|
|
13274
13566
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13275
13567
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13276
|
-
children: loadingCircleStyle$
|
|
13568
|
+
children: loadingCircleStyle$48
|
|
13277
13569
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13278
13570
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13279
13571
|
width: size,
|
|
@@ -13307,8 +13599,8 @@ FileRemove.defaultProps = {
|
|
|
13307
13599
|
size: '1em'
|
|
13308
13600
|
};
|
|
13309
13601
|
|
|
13310
|
-
var _excluded$
|
|
13311
|
-
var loadingCircleStyle$
|
|
13602
|
+
var _excluded$49 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13603
|
+
var loadingCircleStyle$49 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13312
13604
|
|
|
13313
13605
|
var FileExport = function FileExport(props) {
|
|
13314
13606
|
var color = props.color,
|
|
@@ -13317,13 +13609,13 @@ var FileExport = function FileExport(props) {
|
|
|
13317
13609
|
style = props.style,
|
|
13318
13610
|
className = props.className,
|
|
13319
13611
|
iconClassName = props.iconClassName,
|
|
13320
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13612
|
+
otherProps = _objectWithoutProperties(props, _excluded$49);
|
|
13321
13613
|
|
|
13322
13614
|
return /*#__PURE__*/React.createElement("span", {
|
|
13323
13615
|
role: "img",
|
|
13324
13616
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13325
13617
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13326
|
-
children: loadingCircleStyle$
|
|
13618
|
+
children: loadingCircleStyle$49
|
|
13327
13619
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13328
13620
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13329
13621
|
width: size,
|
|
@@ -13355,8 +13647,8 @@ FileExport.defaultProps = {
|
|
|
13355
13647
|
size: '1em'
|
|
13356
13648
|
};
|
|
13357
13649
|
|
|
13358
|
-
var _excluded$
|
|
13359
|
-
var loadingCircleStyle$
|
|
13650
|
+
var _excluded$4a = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13651
|
+
var loadingCircleStyle$4a = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13360
13652
|
|
|
13361
13653
|
var FileMove = function FileMove(props) {
|
|
13362
13654
|
var color = props.color,
|
|
@@ -13365,13 +13657,13 @@ var FileMove = function FileMove(props) {
|
|
|
13365
13657
|
style = props.style,
|
|
13366
13658
|
className = props.className,
|
|
13367
13659
|
iconClassName = props.iconClassName,
|
|
13368
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13660
|
+
otherProps = _objectWithoutProperties(props, _excluded$4a);
|
|
13369
13661
|
|
|
13370
13662
|
return /*#__PURE__*/React.createElement("span", {
|
|
13371
13663
|
role: "img",
|
|
13372
13664
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13373
13665
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13374
|
-
children: loadingCircleStyle$
|
|
13666
|
+
children: loadingCircleStyle$4a
|
|
13375
13667
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13376
13668
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13377
13669
|
width: size,
|
|
@@ -13403,8 +13695,8 @@ FileMove.defaultProps = {
|
|
|
13403
13695
|
size: '1em'
|
|
13404
13696
|
};
|
|
13405
13697
|
|
|
13406
|
-
var _excluded$
|
|
13407
|
-
var loadingCircleStyle$
|
|
13698
|
+
var _excluded$4b = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13699
|
+
var loadingCircleStyle$4b = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13408
13700
|
|
|
13409
13701
|
var FileImport = function FileImport(props) {
|
|
13410
13702
|
var color = props.color,
|
|
@@ -13413,13 +13705,13 @@ var FileImport = function FileImport(props) {
|
|
|
13413
13705
|
style = props.style,
|
|
13414
13706
|
className = props.className,
|
|
13415
13707
|
iconClassName = props.iconClassName,
|
|
13416
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13708
|
+
otherProps = _objectWithoutProperties(props, _excluded$4b);
|
|
13417
13709
|
|
|
13418
13710
|
return /*#__PURE__*/React.createElement("span", {
|
|
13419
13711
|
role: "img",
|
|
13420
13712
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13421
13713
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13422
|
-
children: loadingCircleStyle$
|
|
13714
|
+
children: loadingCircleStyle$4b
|
|
13423
13715
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13424
13716
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13425
13717
|
width: size,
|
|
@@ -13451,8 +13743,8 @@ FileImport.defaultProps = {
|
|
|
13451
13743
|
size: '1em'
|
|
13452
13744
|
};
|
|
13453
13745
|
|
|
13454
|
-
var _excluded$
|
|
13455
|
-
var loadingCircleStyle$
|
|
13746
|
+
var _excluded$4c = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13747
|
+
var loadingCircleStyle$4c = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13456
13748
|
|
|
13457
13749
|
var FileInfo = function FileInfo(props) {
|
|
13458
13750
|
var color = props.color,
|
|
@@ -13461,13 +13753,13 @@ var FileInfo = function FileInfo(props) {
|
|
|
13461
13753
|
style = props.style,
|
|
13462
13754
|
className = props.className,
|
|
13463
13755
|
iconClassName = props.iconClassName,
|
|
13464
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13756
|
+
otherProps = _objectWithoutProperties(props, _excluded$4c);
|
|
13465
13757
|
|
|
13466
13758
|
return /*#__PURE__*/React.createElement("span", {
|
|
13467
13759
|
role: "img",
|
|
13468
13760
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13469
13761
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13470
|
-
children: loadingCircleStyle$
|
|
13762
|
+
children: loadingCircleStyle$4c
|
|
13471
13763
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13472
13764
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13473
13765
|
width: size,
|
|
@@ -13499,8 +13791,8 @@ FileInfo.defaultProps = {
|
|
|
13499
13791
|
size: '1em'
|
|
13500
13792
|
};
|
|
13501
13793
|
|
|
13502
|
-
var _excluded$
|
|
13503
|
-
var loadingCircleStyle$
|
|
13794
|
+
var _excluded$4d = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13795
|
+
var loadingCircleStyle$4d = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13504
13796
|
|
|
13505
13797
|
var FileConvert = function FileConvert(props) {
|
|
13506
13798
|
var color = props.color,
|
|
@@ -13509,13 +13801,13 @@ var FileConvert = function FileConvert(props) {
|
|
|
13509
13801
|
style = props.style,
|
|
13510
13802
|
className = props.className,
|
|
13511
13803
|
iconClassName = props.iconClassName,
|
|
13512
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13804
|
+
otherProps = _objectWithoutProperties(props, _excluded$4d);
|
|
13513
13805
|
|
|
13514
13806
|
return /*#__PURE__*/React.createElement("span", {
|
|
13515
13807
|
role: "img",
|
|
13516
13808
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13517
13809
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13518
|
-
children: loadingCircleStyle$
|
|
13810
|
+
children: loadingCircleStyle$4d
|
|
13519
13811
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13520
13812
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13521
13813
|
width: size,
|
|
@@ -13553,8 +13845,8 @@ FileConvert.defaultProps = {
|
|
|
13553
13845
|
size: '1em'
|
|
13554
13846
|
};
|
|
13555
13847
|
|
|
13556
|
-
var _excluded$
|
|
13557
|
-
var loadingCircleStyle$
|
|
13848
|
+
var _excluded$4e = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13849
|
+
var loadingCircleStyle$4e = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13558
13850
|
|
|
13559
13851
|
var AssetConvert = function AssetConvert(props) {
|
|
13560
13852
|
var color = props.color,
|
|
@@ -13563,13 +13855,13 @@ var AssetConvert = function AssetConvert(props) {
|
|
|
13563
13855
|
style = props.style,
|
|
13564
13856
|
className = props.className,
|
|
13565
13857
|
iconClassName = props.iconClassName,
|
|
13566
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13858
|
+
otherProps = _objectWithoutProperties(props, _excluded$4e);
|
|
13567
13859
|
|
|
13568
13860
|
return /*#__PURE__*/React.createElement("span", {
|
|
13569
13861
|
role: "img",
|
|
13570
13862
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13571
13863
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13572
|
-
children: loadingCircleStyle$
|
|
13864
|
+
children: loadingCircleStyle$4e
|
|
13573
13865
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13574
13866
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13575
13867
|
width: size,
|
|
@@ -13607,8 +13899,8 @@ AssetConvert.defaultProps = {
|
|
|
13607
13899
|
size: '1em'
|
|
13608
13900
|
};
|
|
13609
13901
|
|
|
13610
|
-
var _excluded$
|
|
13611
|
-
var loadingCircleStyle$
|
|
13902
|
+
var _excluded$4f = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13903
|
+
var loadingCircleStyle$4f = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13612
13904
|
|
|
13613
13905
|
var FileLock = function FileLock(props) {
|
|
13614
13906
|
var color = props.color,
|
|
@@ -13617,13 +13909,13 @@ var FileLock = function FileLock(props) {
|
|
|
13617
13909
|
style = props.style,
|
|
13618
13910
|
className = props.className,
|
|
13619
13911
|
iconClassName = props.iconClassName,
|
|
13620
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13912
|
+
otherProps = _objectWithoutProperties(props, _excluded$4f);
|
|
13621
13913
|
|
|
13622
13914
|
return /*#__PURE__*/React.createElement("span", {
|
|
13623
13915
|
role: "img",
|
|
13624
13916
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13625
13917
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13626
|
-
children: loadingCircleStyle$
|
|
13918
|
+
children: loadingCircleStyle$4f
|
|
13627
13919
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13628
13920
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13629
13921
|
width: size,
|
|
@@ -13655,8 +13947,8 @@ FileLock.defaultProps = {
|
|
|
13655
13947
|
size: '1em'
|
|
13656
13948
|
};
|
|
13657
13949
|
|
|
13658
|
-
var _excluded$
|
|
13659
|
-
var loadingCircleStyle$
|
|
13950
|
+
var _excluded$4g = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13951
|
+
var loadingCircleStyle$4g = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13660
13952
|
|
|
13661
13953
|
var FilePdf = function FilePdf(props) {
|
|
13662
13954
|
var color = props.color,
|
|
@@ -13665,13 +13957,13 @@ var FilePdf = function FilePdf(props) {
|
|
|
13665
13957
|
style = props.style,
|
|
13666
13958
|
className = props.className,
|
|
13667
13959
|
iconClassName = props.iconClassName,
|
|
13668
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
13960
|
+
otherProps = _objectWithoutProperties(props, _excluded$4g);
|
|
13669
13961
|
|
|
13670
13962
|
return /*#__PURE__*/React.createElement("span", {
|
|
13671
13963
|
role: "img",
|
|
13672
13964
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13673
13965
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13674
|
-
children: loadingCircleStyle$
|
|
13966
|
+
children: loadingCircleStyle$4g
|
|
13675
13967
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13676
13968
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13677
13969
|
width: size,
|
|
@@ -13703,8 +13995,8 @@ FilePdf.defaultProps = {
|
|
|
13703
13995
|
size: '1em'
|
|
13704
13996
|
};
|
|
13705
13997
|
|
|
13706
|
-
var _excluded$
|
|
13707
|
-
var loadingCircleStyle$
|
|
13998
|
+
var _excluded$4h = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
13999
|
+
var loadingCircleStyle$4h = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13708
14000
|
|
|
13709
14001
|
var Detail = function Detail(props) {
|
|
13710
14002
|
var color = props.color,
|
|
@@ -13713,13 +14005,13 @@ var Detail = function Detail(props) {
|
|
|
13713
14005
|
style = props.style,
|
|
13714
14006
|
className = props.className,
|
|
13715
14007
|
iconClassName = props.iconClassName,
|
|
13716
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14008
|
+
otherProps = _objectWithoutProperties(props, _excluded$4h);
|
|
13717
14009
|
|
|
13718
14010
|
return /*#__PURE__*/React.createElement("span", {
|
|
13719
14011
|
role: "img",
|
|
13720
14012
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13721
14013
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13722
|
-
children: loadingCircleStyle$
|
|
14014
|
+
children: loadingCircleStyle$4h
|
|
13723
14015
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13724
14016
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13725
14017
|
width: size,
|
|
@@ -13751,8 +14043,8 @@ Detail.defaultProps = {
|
|
|
13751
14043
|
size: '1em'
|
|
13752
14044
|
};
|
|
13753
14045
|
|
|
13754
|
-
var _excluded$
|
|
13755
|
-
var loadingCircleStyle$
|
|
14046
|
+
var _excluded$4i = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14047
|
+
var loadingCircleStyle$4i = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13756
14048
|
|
|
13757
14049
|
var MessageCenter = function MessageCenter(props) {
|
|
13758
14050
|
var color = props.color,
|
|
@@ -13761,13 +14053,13 @@ var MessageCenter = function MessageCenter(props) {
|
|
|
13761
14053
|
style = props.style,
|
|
13762
14054
|
className = props.className,
|
|
13763
14055
|
iconClassName = props.iconClassName,
|
|
13764
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14056
|
+
otherProps = _objectWithoutProperties(props, _excluded$4i);
|
|
13765
14057
|
|
|
13766
14058
|
return /*#__PURE__*/React.createElement("span", {
|
|
13767
14059
|
role: "img",
|
|
13768
14060
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13769
14061
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13770
|
-
children: loadingCircleStyle$
|
|
14062
|
+
children: loadingCircleStyle$4i
|
|
13771
14063
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13772
14064
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13773
14065
|
width: size,
|
|
@@ -13807,8 +14099,8 @@ MessageCenter.defaultProps = {
|
|
|
13807
14099
|
size: '1em'
|
|
13808
14100
|
};
|
|
13809
14101
|
|
|
13810
|
-
var _excluded$
|
|
13811
|
-
var loadingCircleStyle$
|
|
14102
|
+
var _excluded$4j = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14103
|
+
var loadingCircleStyle$4j = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13812
14104
|
|
|
13813
14105
|
var SystemMsg = function SystemMsg(props) {
|
|
13814
14106
|
var color = props.color,
|
|
@@ -13817,13 +14109,13 @@ var SystemMsg = function SystemMsg(props) {
|
|
|
13817
14109
|
style = props.style,
|
|
13818
14110
|
className = props.className,
|
|
13819
14111
|
iconClassName = props.iconClassName,
|
|
13820
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14112
|
+
otherProps = _objectWithoutProperties(props, _excluded$4j);
|
|
13821
14113
|
|
|
13822
14114
|
return /*#__PURE__*/React.createElement("span", {
|
|
13823
14115
|
role: "img",
|
|
13824
14116
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13825
14117
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13826
|
-
children: loadingCircleStyle$
|
|
14118
|
+
children: loadingCircleStyle$4j
|
|
13827
14119
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13828
14120
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13829
14121
|
width: size,
|
|
@@ -13861,8 +14153,8 @@ SystemMsg.defaultProps = {
|
|
|
13861
14153
|
size: '1em'
|
|
13862
14154
|
};
|
|
13863
14155
|
|
|
13864
|
-
var _excluded$
|
|
13865
|
-
var loadingCircleStyle$
|
|
14156
|
+
var _excluded$4k = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14157
|
+
var loadingCircleStyle$4k = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13866
14158
|
|
|
13867
14159
|
var Comment = function Comment(props) {
|
|
13868
14160
|
var color = props.color,
|
|
@@ -13871,13 +14163,13 @@ var Comment = function Comment(props) {
|
|
|
13871
14163
|
style = props.style,
|
|
13872
14164
|
className = props.className,
|
|
13873
14165
|
iconClassName = props.iconClassName,
|
|
13874
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14166
|
+
otherProps = _objectWithoutProperties(props, _excluded$4k);
|
|
13875
14167
|
|
|
13876
14168
|
return /*#__PURE__*/React.createElement("span", {
|
|
13877
14169
|
role: "img",
|
|
13878
14170
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13879
14171
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13880
|
-
children: loadingCircleStyle$
|
|
14172
|
+
children: loadingCircleStyle$4k
|
|
13881
14173
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13882
14174
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13883
14175
|
width: size,
|
|
@@ -13913,8 +14205,8 @@ Comment.defaultProps = {
|
|
|
13913
14205
|
size: '1em'
|
|
13914
14206
|
};
|
|
13915
14207
|
|
|
13916
|
-
var _excluded$
|
|
13917
|
-
var loadingCircleStyle$
|
|
14208
|
+
var _excluded$4l = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14209
|
+
var loadingCircleStyle$4l = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13918
14210
|
|
|
13919
14211
|
var Book = function Book(props) {
|
|
13920
14212
|
var color = props.color,
|
|
@@ -13923,13 +14215,13 @@ var Book = function Book(props) {
|
|
|
13923
14215
|
style = props.style,
|
|
13924
14216
|
className = props.className,
|
|
13925
14217
|
iconClassName = props.iconClassName,
|
|
13926
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14218
|
+
otherProps = _objectWithoutProperties(props, _excluded$4l);
|
|
13927
14219
|
|
|
13928
14220
|
return /*#__PURE__*/React.createElement("span", {
|
|
13929
14221
|
role: "img",
|
|
13930
14222
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13931
14223
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13932
|
-
children: loadingCircleStyle$
|
|
14224
|
+
children: loadingCircleStyle$4l
|
|
13933
14225
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13934
14226
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13935
14227
|
width: size,
|
|
@@ -13961,8 +14253,8 @@ Book.defaultProps = {
|
|
|
13961
14253
|
size: '1em'
|
|
13962
14254
|
};
|
|
13963
14255
|
|
|
13964
|
-
var _excluded$
|
|
13965
|
-
var loadingCircleStyle$
|
|
14256
|
+
var _excluded$4m = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14257
|
+
var loadingCircleStyle$4m = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
13966
14258
|
|
|
13967
14259
|
var Book2 = function Book2(props) {
|
|
13968
14260
|
var color = props.color,
|
|
@@ -13971,13 +14263,13 @@ var Book2 = function Book2(props) {
|
|
|
13971
14263
|
style = props.style,
|
|
13972
14264
|
className = props.className,
|
|
13973
14265
|
iconClassName = props.iconClassName,
|
|
13974
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14266
|
+
otherProps = _objectWithoutProperties(props, _excluded$4m);
|
|
13975
14267
|
|
|
13976
14268
|
return /*#__PURE__*/React.createElement("span", {
|
|
13977
14269
|
role: "img",
|
|
13978
14270
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
13979
14271
|
}, /*#__PURE__*/React.createElement("style", {
|
|
13980
|
-
children: loadingCircleStyle$
|
|
14272
|
+
children: loadingCircleStyle$4m
|
|
13981
14273
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
13982
14274
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13983
14275
|
width: size,
|
|
@@ -14009,8 +14301,8 @@ Book2.defaultProps = {
|
|
|
14009
14301
|
size: '1em'
|
|
14010
14302
|
};
|
|
14011
14303
|
|
|
14012
|
-
var _excluded$
|
|
14013
|
-
var loadingCircleStyle$
|
|
14304
|
+
var _excluded$4n = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14305
|
+
var loadingCircleStyle$4n = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14014
14306
|
|
|
14015
14307
|
var Sticker = function Sticker(props) {
|
|
14016
14308
|
var color = props.color,
|
|
@@ -14019,13 +14311,13 @@ var Sticker = function Sticker(props) {
|
|
|
14019
14311
|
style = props.style,
|
|
14020
14312
|
className = props.className,
|
|
14021
14313
|
iconClassName = props.iconClassName,
|
|
14022
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14314
|
+
otherProps = _objectWithoutProperties(props, _excluded$4n);
|
|
14023
14315
|
|
|
14024
14316
|
return /*#__PURE__*/React.createElement("span", {
|
|
14025
14317
|
role: "img",
|
|
14026
14318
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14027
14319
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14028
|
-
children: loadingCircleStyle$
|
|
14320
|
+
children: loadingCircleStyle$4n
|
|
14029
14321
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14030
14322
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14031
14323
|
width: size,
|
|
@@ -14057,8 +14349,8 @@ Sticker.defaultProps = {
|
|
|
14057
14349
|
size: '1em'
|
|
14058
14350
|
};
|
|
14059
14351
|
|
|
14060
|
-
var _excluded$
|
|
14061
|
-
var loadingCircleStyle$
|
|
14352
|
+
var _excluded$4o = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14353
|
+
var loadingCircleStyle$4o = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14062
14354
|
|
|
14063
14355
|
var StickerFill = function StickerFill(props) {
|
|
14064
14356
|
var color = props.color,
|
|
@@ -14067,13 +14359,13 @@ var StickerFill = function StickerFill(props) {
|
|
|
14067
14359
|
style = props.style,
|
|
14068
14360
|
className = props.className,
|
|
14069
14361
|
iconClassName = props.iconClassName,
|
|
14070
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14362
|
+
otherProps = _objectWithoutProperties(props, _excluded$4o);
|
|
14071
14363
|
|
|
14072
14364
|
return /*#__PURE__*/React.createElement("span", {
|
|
14073
14365
|
role: "img",
|
|
14074
14366
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14075
14367
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14076
|
-
children: loadingCircleStyle$
|
|
14368
|
+
children: loadingCircleStyle$4o
|
|
14077
14369
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14078
14370
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14079
14371
|
width: size,
|
|
@@ -14105,8 +14397,8 @@ StickerFill.defaultProps = {
|
|
|
14105
14397
|
size: '1em'
|
|
14106
14398
|
};
|
|
14107
14399
|
|
|
14108
|
-
var _excluded$
|
|
14109
|
-
var loadingCircleStyle$
|
|
14400
|
+
var _excluded$4p = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14401
|
+
var loadingCircleStyle$4p = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14110
14402
|
|
|
14111
14403
|
var EventSm = function EventSm(props) {
|
|
14112
14404
|
var color = props.color,
|
|
@@ -14115,13 +14407,13 @@ var EventSm = function EventSm(props) {
|
|
|
14115
14407
|
style = props.style,
|
|
14116
14408
|
className = props.className,
|
|
14117
14409
|
iconClassName = props.iconClassName,
|
|
14118
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14410
|
+
otherProps = _objectWithoutProperties(props, _excluded$4p);
|
|
14119
14411
|
|
|
14120
14412
|
return /*#__PURE__*/React.createElement("span", {
|
|
14121
14413
|
role: "img",
|
|
14122
14414
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14123
14415
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14124
|
-
children: loadingCircleStyle$
|
|
14416
|
+
children: loadingCircleStyle$4p
|
|
14125
14417
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14126
14418
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14127
14419
|
width: size,
|
|
@@ -14153,8 +14445,8 @@ EventSm.defaultProps = {
|
|
|
14153
14445
|
size: '1em'
|
|
14154
14446
|
};
|
|
14155
14447
|
|
|
14156
|
-
var _excluded$
|
|
14157
|
-
var loadingCircleStyle$
|
|
14448
|
+
var _excluded$4q = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14449
|
+
var loadingCircleStyle$4q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14158
14450
|
|
|
14159
14451
|
var EPropertySm = function EPropertySm(props) {
|
|
14160
14452
|
var color = props.color,
|
|
@@ -14163,13 +14455,13 @@ var EPropertySm = function EPropertySm(props) {
|
|
|
14163
14455
|
style = props.style,
|
|
14164
14456
|
className = props.className,
|
|
14165
14457
|
iconClassName = props.iconClassName,
|
|
14166
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14458
|
+
otherProps = _objectWithoutProperties(props, _excluded$4q);
|
|
14167
14459
|
|
|
14168
14460
|
return /*#__PURE__*/React.createElement("span", {
|
|
14169
14461
|
role: "img",
|
|
14170
14462
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14171
14463
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14172
|
-
children: loadingCircleStyle$
|
|
14464
|
+
children: loadingCircleStyle$4q
|
|
14173
14465
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14174
14466
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14175
14467
|
width: size,
|
|
@@ -14209,8 +14501,8 @@ EPropertySm.defaultProps = {
|
|
|
14209
14501
|
size: '1em'
|
|
14210
14502
|
};
|
|
14211
14503
|
|
|
14212
|
-
var _excluded$
|
|
14213
|
-
var loadingCircleStyle$
|
|
14504
|
+
var _excluded$4r = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14505
|
+
var loadingCircleStyle$4r = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14214
14506
|
|
|
14215
14507
|
var IndicatorSm = function IndicatorSm(props) {
|
|
14216
14508
|
var color = props.color,
|
|
@@ -14219,13 +14511,13 @@ var IndicatorSm = function IndicatorSm(props) {
|
|
|
14219
14511
|
style = props.style,
|
|
14220
14512
|
className = props.className,
|
|
14221
14513
|
iconClassName = props.iconClassName,
|
|
14222
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14514
|
+
otherProps = _objectWithoutProperties(props, _excluded$4r);
|
|
14223
14515
|
|
|
14224
14516
|
return /*#__PURE__*/React.createElement("span", {
|
|
14225
14517
|
role: "img",
|
|
14226
14518
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14227
14519
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14228
|
-
children: loadingCircleStyle$
|
|
14520
|
+
children: loadingCircleStyle$4r
|
|
14229
14521
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14230
14522
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14231
14523
|
width: size,
|
|
@@ -14261,8 +14553,8 @@ IndicatorSm.defaultProps = {
|
|
|
14261
14553
|
size: '1em'
|
|
14262
14554
|
};
|
|
14263
14555
|
|
|
14264
|
-
var _excluded$
|
|
14265
|
-
var loadingCircleStyle$
|
|
14556
|
+
var _excluded$4s = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14557
|
+
var loadingCircleStyle$4s = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14266
14558
|
|
|
14267
14559
|
var UPropertySm = function UPropertySm(props) {
|
|
14268
14560
|
var color = props.color,
|
|
@@ -14271,13 +14563,13 @@ var UPropertySm = function UPropertySm(props) {
|
|
|
14271
14563
|
style = props.style,
|
|
14272
14564
|
className = props.className,
|
|
14273
14565
|
iconClassName = props.iconClassName,
|
|
14274
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14566
|
+
otherProps = _objectWithoutProperties(props, _excluded$4s);
|
|
14275
14567
|
|
|
14276
14568
|
return /*#__PURE__*/React.createElement("span", {
|
|
14277
14569
|
role: "img",
|
|
14278
14570
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14279
14571
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14280
|
-
children: loadingCircleStyle$
|
|
14572
|
+
children: loadingCircleStyle$4s
|
|
14281
14573
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14282
14574
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14283
14575
|
width: size,
|
|
@@ -14315,8 +14607,8 @@ UPropertySm.defaultProps = {
|
|
|
14315
14607
|
size: '1em'
|
|
14316
14608
|
};
|
|
14317
14609
|
|
|
14318
|
-
var _excluded$
|
|
14319
|
-
var loadingCircleStyle$
|
|
14610
|
+
var _excluded$4t = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14611
|
+
var loadingCircleStyle$4t = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14320
14612
|
|
|
14321
14613
|
var UGroupSm = function UGroupSm(props) {
|
|
14322
14614
|
var color = props.color,
|
|
@@ -14325,13 +14617,13 @@ var UGroupSm = function UGroupSm(props) {
|
|
|
14325
14617
|
style = props.style,
|
|
14326
14618
|
className = props.className,
|
|
14327
14619
|
iconClassName = props.iconClassName,
|
|
14328
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14620
|
+
otherProps = _objectWithoutProperties(props, _excluded$4t);
|
|
14329
14621
|
|
|
14330
14622
|
return /*#__PURE__*/React.createElement("span", {
|
|
14331
14623
|
role: "img",
|
|
14332
14624
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14333
14625
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14334
|
-
children: loadingCircleStyle$
|
|
14626
|
+
children: loadingCircleStyle$4t
|
|
14335
14627
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14336
14628
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14337
14629
|
width: size,
|
|
@@ -14377,8 +14669,8 @@ UGroupSm.defaultProps = {
|
|
|
14377
14669
|
size: '1em'
|
|
14378
14670
|
};
|
|
14379
14671
|
|
|
14380
|
-
var _excluded$
|
|
14381
|
-
var loadingCircleStyle$
|
|
14672
|
+
var _excluded$4u = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14673
|
+
var loadingCircleStyle$4u = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14382
14674
|
|
|
14383
14675
|
var UTagSm = function UTagSm(props) {
|
|
14384
14676
|
var color = props.color,
|
|
@@ -14387,13 +14679,13 @@ var UTagSm = function UTagSm(props) {
|
|
|
14387
14679
|
style = props.style,
|
|
14388
14680
|
className = props.className,
|
|
14389
14681
|
iconClassName = props.iconClassName,
|
|
14390
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14682
|
+
otherProps = _objectWithoutProperties(props, _excluded$4u);
|
|
14391
14683
|
|
|
14392
14684
|
return /*#__PURE__*/React.createElement("span", {
|
|
14393
14685
|
role: "img",
|
|
14394
14686
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14395
14687
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14396
|
-
children: loadingCircleStyle$
|
|
14688
|
+
children: loadingCircleStyle$4u
|
|
14397
14689
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14398
14690
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14399
14691
|
width: size,
|
|
@@ -14429,8 +14721,8 @@ UTagSm.defaultProps = {
|
|
|
14429
14721
|
size: '1em'
|
|
14430
14722
|
};
|
|
14431
14723
|
|
|
14432
|
-
var _excluded$
|
|
14433
|
-
var loadingCircleStyle$
|
|
14724
|
+
var _excluded$4v = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14725
|
+
var loadingCircleStyle$4v = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14434
14726
|
|
|
14435
14727
|
var AllGroupSm = function AllGroupSm(props) {
|
|
14436
14728
|
var color = props.color,
|
|
@@ -14439,13 +14731,13 @@ var AllGroupSm = function AllGroupSm(props) {
|
|
|
14439
14731
|
style = props.style,
|
|
14440
14732
|
className = props.className,
|
|
14441
14733
|
iconClassName = props.iconClassName,
|
|
14442
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14734
|
+
otherProps = _objectWithoutProperties(props, _excluded$4v);
|
|
14443
14735
|
|
|
14444
14736
|
return /*#__PURE__*/React.createElement("span", {
|
|
14445
14737
|
role: "img",
|
|
14446
14738
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14447
14739
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14448
|
-
children: loadingCircleStyle$
|
|
14740
|
+
children: loadingCircleStyle$4v
|
|
14449
14741
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14450
14742
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14451
14743
|
width: size,
|
|
@@ -14483,8 +14775,8 @@ AllGroupSm.defaultProps = {
|
|
|
14483
14775
|
size: '1em'
|
|
14484
14776
|
};
|
|
14485
14777
|
|
|
14486
|
-
var _excluded$
|
|
14487
|
-
var loadingCircleStyle$
|
|
14778
|
+
var _excluded$4w = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14779
|
+
var loadingCircleStyle$4w = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14488
14780
|
|
|
14489
14781
|
var CalendarSm = function CalendarSm(props) {
|
|
14490
14782
|
var color = props.color,
|
|
@@ -14493,13 +14785,13 @@ var CalendarSm = function CalendarSm(props) {
|
|
|
14493
14785
|
style = props.style,
|
|
14494
14786
|
className = props.className,
|
|
14495
14787
|
iconClassName = props.iconClassName,
|
|
14496
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14788
|
+
otherProps = _objectWithoutProperties(props, _excluded$4w);
|
|
14497
14789
|
|
|
14498
14790
|
return /*#__PURE__*/React.createElement("span", {
|
|
14499
14791
|
role: "img",
|
|
14500
14792
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14501
14793
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14502
|
-
children: loadingCircleStyle$
|
|
14794
|
+
children: loadingCircleStyle$4w
|
|
14503
14795
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14504
14796
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14505
14797
|
width: size,
|
|
@@ -14531,8 +14823,8 @@ CalendarSm.defaultProps = {
|
|
|
14531
14823
|
size: '1em'
|
|
14532
14824
|
};
|
|
14533
14825
|
|
|
14534
|
-
var _excluded$
|
|
14535
|
-
var loadingCircleStyle$
|
|
14826
|
+
var _excluded$4x = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14827
|
+
var loadingCircleStyle$4x = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14536
14828
|
|
|
14537
14829
|
var GroupAddSm = function GroupAddSm(props) {
|
|
14538
14830
|
var color = props.color,
|
|
@@ -14541,13 +14833,13 @@ var GroupAddSm = function GroupAddSm(props) {
|
|
|
14541
14833
|
style = props.style,
|
|
14542
14834
|
className = props.className,
|
|
14543
14835
|
iconClassName = props.iconClassName,
|
|
14544
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14836
|
+
otherProps = _objectWithoutProperties(props, _excluded$4x);
|
|
14545
14837
|
|
|
14546
14838
|
return /*#__PURE__*/React.createElement("span", {
|
|
14547
14839
|
role: "img",
|
|
14548
14840
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14549
14841
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14550
|
-
children: loadingCircleStyle$
|
|
14842
|
+
children: loadingCircleStyle$4x
|
|
14551
14843
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14552
14844
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14553
14845
|
width: size,
|
|
@@ -14585,8 +14877,8 @@ GroupAddSm.defaultProps = {
|
|
|
14585
14877
|
size: '1em'
|
|
14586
14878
|
};
|
|
14587
14879
|
|
|
14588
|
-
var _excluded$
|
|
14589
|
-
var loadingCircleStyle$
|
|
14880
|
+
var _excluded$4y = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14881
|
+
var loadingCircleStyle$4y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14590
14882
|
|
|
14591
14883
|
var BooleanSm = function BooleanSm(props) {
|
|
14592
14884
|
var color = props.color,
|
|
@@ -14595,13 +14887,13 @@ var BooleanSm = function BooleanSm(props) {
|
|
|
14595
14887
|
style = props.style,
|
|
14596
14888
|
className = props.className,
|
|
14597
14889
|
iconClassName = props.iconClassName,
|
|
14598
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14890
|
+
otherProps = _objectWithoutProperties(props, _excluded$4y);
|
|
14599
14891
|
|
|
14600
14892
|
return /*#__PURE__*/React.createElement("span", {
|
|
14601
14893
|
role: "img",
|
|
14602
14894
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14603
14895
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14604
|
-
children: loadingCircleStyle$
|
|
14896
|
+
children: loadingCircleStyle$4y
|
|
14605
14897
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14606
14898
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14607
14899
|
width: size,
|
|
@@ -14635,8 +14927,8 @@ BooleanSm.defaultProps = {
|
|
|
14635
14927
|
size: '1em'
|
|
14636
14928
|
};
|
|
14637
14929
|
|
|
14638
|
-
var _excluded$
|
|
14639
|
-
var loadingCircleStyle$
|
|
14930
|
+
var _excluded$4z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14931
|
+
var loadingCircleStyle$4z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14640
14932
|
|
|
14641
14933
|
var ListSm = function ListSm(props) {
|
|
14642
14934
|
var color = props.color,
|
|
@@ -14645,13 +14937,13 @@ var ListSm = function ListSm(props) {
|
|
|
14645
14937
|
style = props.style,
|
|
14646
14938
|
className = props.className,
|
|
14647
14939
|
iconClassName = props.iconClassName,
|
|
14648
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14940
|
+
otherProps = _objectWithoutProperties(props, _excluded$4z);
|
|
14649
14941
|
|
|
14650
14942
|
return /*#__PURE__*/React.createElement("span", {
|
|
14651
14943
|
role: "img",
|
|
14652
14944
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14653
14945
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14654
|
-
children: loadingCircleStyle$
|
|
14946
|
+
children: loadingCircleStyle$4z
|
|
14655
14947
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14656
14948
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14657
14949
|
width: size,
|
|
@@ -14693,8 +14985,8 @@ ListSm.defaultProps = {
|
|
|
14693
14985
|
size: '1em'
|
|
14694
14986
|
};
|
|
14695
14987
|
|
|
14696
|
-
var _excluded$
|
|
14697
|
-
var loadingCircleStyle$
|
|
14988
|
+
var _excluded$4A = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
14989
|
+
var loadingCircleStyle$4A = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14698
14990
|
|
|
14699
14991
|
var ArrayRowsSm = function ArrayRowsSm(props) {
|
|
14700
14992
|
var color = props.color,
|
|
@@ -14703,13 +14995,13 @@ var ArrayRowsSm = function ArrayRowsSm(props) {
|
|
|
14703
14995
|
style = props.style,
|
|
14704
14996
|
className = props.className,
|
|
14705
14997
|
iconClassName = props.iconClassName,
|
|
14706
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
14998
|
+
otherProps = _objectWithoutProperties(props, _excluded$4A);
|
|
14707
14999
|
|
|
14708
15000
|
return /*#__PURE__*/React.createElement("span", {
|
|
14709
15001
|
role: "img",
|
|
14710
15002
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14711
15003
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14712
|
-
children: loadingCircleStyle$
|
|
15004
|
+
children: loadingCircleStyle$4A
|
|
14713
15005
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14714
15006
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14715
15007
|
width: size,
|
|
@@ -14743,8 +15035,8 @@ ArrayRowsSm.defaultProps = {
|
|
|
14743
15035
|
size: '1em'
|
|
14744
15036
|
};
|
|
14745
15037
|
|
|
14746
|
-
var _excluded$
|
|
14747
|
-
var loadingCircleStyle$
|
|
15038
|
+
var _excluded$4B = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15039
|
+
var loadingCircleStyle$4B = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14748
15040
|
|
|
14749
15041
|
var RowsSm = function RowsSm(props) {
|
|
14750
15042
|
var color = props.color,
|
|
@@ -14753,13 +15045,13 @@ var RowsSm = function RowsSm(props) {
|
|
|
14753
15045
|
style = props.style,
|
|
14754
15046
|
className = props.className,
|
|
14755
15047
|
iconClassName = props.iconClassName,
|
|
14756
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15048
|
+
otherProps = _objectWithoutProperties(props, _excluded$4B);
|
|
14757
15049
|
|
|
14758
15050
|
return /*#__PURE__*/React.createElement("span", {
|
|
14759
15051
|
role: "img",
|
|
14760
15052
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14761
15053
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14762
|
-
children: loadingCircleStyle$
|
|
15054
|
+
children: loadingCircleStyle$4B
|
|
14763
15055
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14764
15056
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14765
15057
|
width: size,
|
|
@@ -14801,8 +15093,8 @@ RowsSm.defaultProps = {
|
|
|
14801
15093
|
size: '1em'
|
|
14802
15094
|
};
|
|
14803
15095
|
|
|
14804
|
-
var _excluded$
|
|
14805
|
-
var loadingCircleStyle$
|
|
15096
|
+
var _excluded$4C = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15097
|
+
var loadingCircleStyle$4C = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14806
15098
|
|
|
14807
15099
|
var VPropertySm = function VPropertySm(props) {
|
|
14808
15100
|
var color = props.color,
|
|
@@ -14811,13 +15103,13 @@ var VPropertySm = function VPropertySm(props) {
|
|
|
14811
15103
|
style = props.style,
|
|
14812
15104
|
className = props.className,
|
|
14813
15105
|
iconClassName = props.iconClassName,
|
|
14814
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15106
|
+
otherProps = _objectWithoutProperties(props, _excluded$4C);
|
|
14815
15107
|
|
|
14816
15108
|
return /*#__PURE__*/React.createElement("span", {
|
|
14817
15109
|
role: "img",
|
|
14818
15110
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14819
15111
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14820
|
-
children: loadingCircleStyle$
|
|
15112
|
+
children: loadingCircleStyle$4C
|
|
14821
15113
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14822
15114
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14823
15115
|
width: size,
|
|
@@ -14855,8 +15147,8 @@ VPropertySm.defaultProps = {
|
|
|
14855
15147
|
size: '1em'
|
|
14856
15148
|
};
|
|
14857
15149
|
|
|
14858
|
-
var _excluded$
|
|
14859
|
-
var loadingCircleStyle$
|
|
15150
|
+
var _excluded$4D = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15151
|
+
var loadingCircleStyle$4D = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14860
15152
|
|
|
14861
15153
|
var StringSm = function StringSm(props) {
|
|
14862
15154
|
var color = props.color,
|
|
@@ -14865,13 +15157,13 @@ var StringSm = function StringSm(props) {
|
|
|
14865
15157
|
style = props.style,
|
|
14866
15158
|
className = props.className,
|
|
14867
15159
|
iconClassName = props.iconClassName,
|
|
14868
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15160
|
+
otherProps = _objectWithoutProperties(props, _excluded$4D);
|
|
14869
15161
|
|
|
14870
15162
|
return /*#__PURE__*/React.createElement("span", {
|
|
14871
15163
|
role: "img",
|
|
14872
15164
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14873
15165
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14874
|
-
children: loadingCircleStyle$
|
|
15166
|
+
children: loadingCircleStyle$4D
|
|
14875
15167
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14876
15168
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14877
15169
|
width: size,
|
|
@@ -14905,8 +15197,8 @@ StringSm.defaultProps = {
|
|
|
14905
15197
|
size: '1em'
|
|
14906
15198
|
};
|
|
14907
15199
|
|
|
14908
|
-
var _excluded$
|
|
14909
|
-
var loadingCircleStyle$
|
|
15200
|
+
var _excluded$4E = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15201
|
+
var loadingCircleStyle$4E = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14910
15202
|
|
|
14911
15203
|
var NumSm = function NumSm(props) {
|
|
14912
15204
|
var color = props.color,
|
|
@@ -14915,13 +15207,13 @@ var NumSm = function NumSm(props) {
|
|
|
14915
15207
|
style = props.style,
|
|
14916
15208
|
className = props.className,
|
|
14917
15209
|
iconClassName = props.iconClassName,
|
|
14918
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15210
|
+
otherProps = _objectWithoutProperties(props, _excluded$4E);
|
|
14919
15211
|
|
|
14920
15212
|
return /*#__PURE__*/React.createElement("span", {
|
|
14921
15213
|
role: "img",
|
|
14922
15214
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14923
15215
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14924
|
-
children: loadingCircleStyle$
|
|
15216
|
+
children: loadingCircleStyle$4E
|
|
14925
15217
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14926
15218
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14927
15219
|
width: size,
|
|
@@ -14955,8 +15247,8 @@ NumSm.defaultProps = {
|
|
|
14955
15247
|
size: '1em'
|
|
14956
15248
|
};
|
|
14957
15249
|
|
|
14958
|
-
var _excluded$
|
|
14959
|
-
var loadingCircleStyle$
|
|
15250
|
+
var _excluded$4F = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15251
|
+
var loadingCircleStyle$4F = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14960
15252
|
|
|
14961
15253
|
var TimeSm = function TimeSm(props) {
|
|
14962
15254
|
var color = props.color,
|
|
@@ -14965,13 +15257,13 @@ var TimeSm = function TimeSm(props) {
|
|
|
14965
15257
|
style = props.style,
|
|
14966
15258
|
className = props.className,
|
|
14967
15259
|
iconClassName = props.iconClassName,
|
|
14968
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15260
|
+
otherProps = _objectWithoutProperties(props, _excluded$4F);
|
|
14969
15261
|
|
|
14970
15262
|
return /*#__PURE__*/React.createElement("span", {
|
|
14971
15263
|
role: "img",
|
|
14972
15264
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
14973
15265
|
}, /*#__PURE__*/React.createElement("style", {
|
|
14974
|
-
children: loadingCircleStyle$
|
|
15266
|
+
children: loadingCircleStyle$4F
|
|
14975
15267
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
14976
15268
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14977
15269
|
width: size,
|
|
@@ -15005,8 +15297,8 @@ TimeSm.defaultProps = {
|
|
|
15005
15297
|
size: '1em'
|
|
15006
15298
|
};
|
|
15007
15299
|
|
|
15008
|
-
var _excluded$
|
|
15009
|
-
var loadingCircleStyle$
|
|
15300
|
+
var _excluded$4G = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15301
|
+
var loadingCircleStyle$4G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15010
15302
|
|
|
15011
15303
|
var ArrowLeft = function ArrowLeft(props) {
|
|
15012
15304
|
var color = props.color,
|
|
@@ -15015,13 +15307,13 @@ var ArrowLeft = function ArrowLeft(props) {
|
|
|
15015
15307
|
style = props.style,
|
|
15016
15308
|
className = props.className,
|
|
15017
15309
|
iconClassName = props.iconClassName,
|
|
15018
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15310
|
+
otherProps = _objectWithoutProperties(props, _excluded$4G);
|
|
15019
15311
|
|
|
15020
15312
|
return /*#__PURE__*/React.createElement("span", {
|
|
15021
15313
|
role: "img",
|
|
15022
15314
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15023
15315
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15024
|
-
children: loadingCircleStyle$
|
|
15316
|
+
children: loadingCircleStyle$4G
|
|
15025
15317
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15026
15318
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15027
15319
|
width: size,
|
|
@@ -15053,8 +15345,8 @@ ArrowLeft.defaultProps = {
|
|
|
15053
15345
|
size: '1em'
|
|
15054
15346
|
};
|
|
15055
15347
|
|
|
15056
|
-
var _excluded$
|
|
15057
|
-
var loadingCircleStyle$
|
|
15348
|
+
var _excluded$4H = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15349
|
+
var loadingCircleStyle$4H = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15058
15350
|
|
|
15059
15351
|
var ArrowRight = function ArrowRight(props) {
|
|
15060
15352
|
var color = props.color,
|
|
@@ -15063,13 +15355,13 @@ var ArrowRight = function ArrowRight(props) {
|
|
|
15063
15355
|
style = props.style,
|
|
15064
15356
|
className = props.className,
|
|
15065
15357
|
iconClassName = props.iconClassName,
|
|
15066
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15358
|
+
otherProps = _objectWithoutProperties(props, _excluded$4H);
|
|
15067
15359
|
|
|
15068
15360
|
return /*#__PURE__*/React.createElement("span", {
|
|
15069
15361
|
role: "img",
|
|
15070
15362
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15071
15363
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15072
|
-
children: loadingCircleStyle$
|
|
15364
|
+
children: loadingCircleStyle$4H
|
|
15073
15365
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15074
15366
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15075
15367
|
width: size,
|
|
@@ -15101,8 +15393,8 @@ ArrowRight.defaultProps = {
|
|
|
15101
15393
|
size: '1em'
|
|
15102
15394
|
};
|
|
15103
15395
|
|
|
15104
|
-
var _excluded$
|
|
15105
|
-
var loadingCircleStyle$
|
|
15396
|
+
var _excluded$4I = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15397
|
+
var loadingCircleStyle$4I = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15106
15398
|
|
|
15107
15399
|
var ArrowUp = function ArrowUp(props) {
|
|
15108
15400
|
var color = props.color,
|
|
@@ -15111,13 +15403,13 @@ var ArrowUp = function ArrowUp(props) {
|
|
|
15111
15403
|
style = props.style,
|
|
15112
15404
|
className = props.className,
|
|
15113
15405
|
iconClassName = props.iconClassName,
|
|
15114
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15406
|
+
otherProps = _objectWithoutProperties(props, _excluded$4I);
|
|
15115
15407
|
|
|
15116
15408
|
return /*#__PURE__*/React.createElement("span", {
|
|
15117
15409
|
role: "img",
|
|
15118
15410
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15119
15411
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15120
|
-
children: loadingCircleStyle$
|
|
15412
|
+
children: loadingCircleStyle$4I
|
|
15121
15413
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15122
15414
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15123
15415
|
width: size,
|
|
@@ -15149,8 +15441,8 @@ ArrowUp.defaultProps = {
|
|
|
15149
15441
|
size: '1em'
|
|
15150
15442
|
};
|
|
15151
15443
|
|
|
15152
|
-
var _excluded$
|
|
15153
|
-
var loadingCircleStyle$
|
|
15444
|
+
var _excluded$4J = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15445
|
+
var loadingCircleStyle$4J = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15154
15446
|
|
|
15155
15447
|
var ArrowDown = function ArrowDown(props) {
|
|
15156
15448
|
var color = props.color,
|
|
@@ -15159,13 +15451,13 @@ var ArrowDown = function ArrowDown(props) {
|
|
|
15159
15451
|
style = props.style,
|
|
15160
15452
|
className = props.className,
|
|
15161
15453
|
iconClassName = props.iconClassName,
|
|
15162
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15454
|
+
otherProps = _objectWithoutProperties(props, _excluded$4J);
|
|
15163
15455
|
|
|
15164
15456
|
return /*#__PURE__*/React.createElement("span", {
|
|
15165
15457
|
role: "img",
|
|
15166
15458
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15167
15459
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15168
|
-
children: loadingCircleStyle$
|
|
15460
|
+
children: loadingCircleStyle$4J
|
|
15169
15461
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15170
15462
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15171
15463
|
width: size,
|
|
@@ -15197,8 +15489,8 @@ ArrowDown.defaultProps = {
|
|
|
15197
15489
|
size: '1em'
|
|
15198
15490
|
};
|
|
15199
15491
|
|
|
15200
|
-
var _excluded$
|
|
15201
|
-
var loadingCircleStyle$
|
|
15492
|
+
var _excluded$4K = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15493
|
+
var loadingCircleStyle$4K = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15202
15494
|
|
|
15203
15495
|
var ArrowLeft2 = function ArrowLeft2(props) {
|
|
15204
15496
|
var color = props.color,
|
|
@@ -15207,13 +15499,13 @@ var ArrowLeft2 = function ArrowLeft2(props) {
|
|
|
15207
15499
|
style = props.style,
|
|
15208
15500
|
className = props.className,
|
|
15209
15501
|
iconClassName = props.iconClassName,
|
|
15210
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15502
|
+
otherProps = _objectWithoutProperties(props, _excluded$4K);
|
|
15211
15503
|
|
|
15212
15504
|
return /*#__PURE__*/React.createElement("span", {
|
|
15213
15505
|
role: "img",
|
|
15214
15506
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15215
15507
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15216
|
-
children: loadingCircleStyle$
|
|
15508
|
+
children: loadingCircleStyle$4K
|
|
15217
15509
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15218
15510
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15219
15511
|
width: size,
|
|
@@ -15245,8 +15537,8 @@ ArrowLeft2.defaultProps = {
|
|
|
15245
15537
|
size: '1em'
|
|
15246
15538
|
};
|
|
15247
15539
|
|
|
15248
|
-
var _excluded$
|
|
15249
|
-
var loadingCircleStyle$
|
|
15540
|
+
var _excluded$4L = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15541
|
+
var loadingCircleStyle$4L = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15250
15542
|
|
|
15251
15543
|
var ArrowRight2 = function ArrowRight2(props) {
|
|
15252
15544
|
var color = props.color,
|
|
@@ -15255,13 +15547,13 @@ var ArrowRight2 = function ArrowRight2(props) {
|
|
|
15255
15547
|
style = props.style,
|
|
15256
15548
|
className = props.className,
|
|
15257
15549
|
iconClassName = props.iconClassName,
|
|
15258
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15550
|
+
otherProps = _objectWithoutProperties(props, _excluded$4L);
|
|
15259
15551
|
|
|
15260
15552
|
return /*#__PURE__*/React.createElement("span", {
|
|
15261
15553
|
role: "img",
|
|
15262
15554
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15263
15555
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15264
|
-
children: loadingCircleStyle$
|
|
15556
|
+
children: loadingCircleStyle$4L
|
|
15265
15557
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15266
15558
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15267
15559
|
width: size,
|
|
@@ -15293,8 +15585,8 @@ ArrowRight2.defaultProps = {
|
|
|
15293
15585
|
size: '1em'
|
|
15294
15586
|
};
|
|
15295
15587
|
|
|
15296
|
-
var _excluded$
|
|
15297
|
-
var loadingCircleStyle$
|
|
15588
|
+
var _excluded$4M = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15589
|
+
var loadingCircleStyle$4M = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15298
15590
|
|
|
15299
15591
|
var ArrowUp2 = function ArrowUp2(props) {
|
|
15300
15592
|
var color = props.color,
|
|
@@ -15303,13 +15595,13 @@ var ArrowUp2 = function ArrowUp2(props) {
|
|
|
15303
15595
|
style = props.style,
|
|
15304
15596
|
className = props.className,
|
|
15305
15597
|
iconClassName = props.iconClassName,
|
|
15306
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15598
|
+
otherProps = _objectWithoutProperties(props, _excluded$4M);
|
|
15307
15599
|
|
|
15308
15600
|
return /*#__PURE__*/React.createElement("span", {
|
|
15309
15601
|
role: "img",
|
|
15310
15602
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15311
15603
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15312
|
-
children: loadingCircleStyle$
|
|
15604
|
+
children: loadingCircleStyle$4M
|
|
15313
15605
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15314
15606
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15315
15607
|
width: size,
|
|
@@ -15341,8 +15633,8 @@ ArrowUp2.defaultProps = {
|
|
|
15341
15633
|
size: '1em'
|
|
15342
15634
|
};
|
|
15343
15635
|
|
|
15344
|
-
var _excluded$
|
|
15345
|
-
var loadingCircleStyle$
|
|
15636
|
+
var _excluded$4N = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15637
|
+
var loadingCircleStyle$4N = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15346
15638
|
|
|
15347
15639
|
var ArrowDown2 = function ArrowDown2(props) {
|
|
15348
15640
|
var color = props.color,
|
|
@@ -15351,13 +15643,13 @@ var ArrowDown2 = function ArrowDown2(props) {
|
|
|
15351
15643
|
style = props.style,
|
|
15352
15644
|
className = props.className,
|
|
15353
15645
|
iconClassName = props.iconClassName,
|
|
15354
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15646
|
+
otherProps = _objectWithoutProperties(props, _excluded$4N);
|
|
15355
15647
|
|
|
15356
15648
|
return /*#__PURE__*/React.createElement("span", {
|
|
15357
15649
|
role: "img",
|
|
15358
15650
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15359
15651
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15360
|
-
children: loadingCircleStyle$
|
|
15652
|
+
children: loadingCircleStyle$4N
|
|
15361
15653
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15362
15654
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15363
15655
|
width: size,
|
|
@@ -15389,8 +15681,8 @@ ArrowDown2.defaultProps = {
|
|
|
15389
15681
|
size: '1em'
|
|
15390
15682
|
};
|
|
15391
15683
|
|
|
15392
|
-
var _excluded$
|
|
15393
|
-
var loadingCircleStyle$
|
|
15684
|
+
var _excluded$4O = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15685
|
+
var loadingCircleStyle$4O = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15394
15686
|
|
|
15395
15687
|
var TriLeft = function TriLeft(props) {
|
|
15396
15688
|
var color = props.color,
|
|
@@ -15399,13 +15691,13 @@ var TriLeft = function TriLeft(props) {
|
|
|
15399
15691
|
style = props.style,
|
|
15400
15692
|
className = props.className,
|
|
15401
15693
|
iconClassName = props.iconClassName,
|
|
15402
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15694
|
+
otherProps = _objectWithoutProperties(props, _excluded$4O);
|
|
15403
15695
|
|
|
15404
15696
|
return /*#__PURE__*/React.createElement("span", {
|
|
15405
15697
|
role: "img",
|
|
15406
15698
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15407
15699
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15408
|
-
children: loadingCircleStyle$
|
|
15700
|
+
children: loadingCircleStyle$4O
|
|
15409
15701
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15410
15702
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15411
15703
|
width: size,
|
|
@@ -15437,8 +15729,8 @@ TriLeft.defaultProps = {
|
|
|
15437
15729
|
size: '1em'
|
|
15438
15730
|
};
|
|
15439
15731
|
|
|
15440
|
-
var _excluded$
|
|
15441
|
-
var loadingCircleStyle$
|
|
15732
|
+
var _excluded$4P = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15733
|
+
var loadingCircleStyle$4P = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15442
15734
|
|
|
15443
15735
|
var TriRight = function TriRight(props) {
|
|
15444
15736
|
var color = props.color,
|
|
@@ -15447,13 +15739,13 @@ var TriRight = function TriRight(props) {
|
|
|
15447
15739
|
style = props.style,
|
|
15448
15740
|
className = props.className,
|
|
15449
15741
|
iconClassName = props.iconClassName,
|
|
15450
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15742
|
+
otherProps = _objectWithoutProperties(props, _excluded$4P);
|
|
15451
15743
|
|
|
15452
15744
|
return /*#__PURE__*/React.createElement("span", {
|
|
15453
15745
|
role: "img",
|
|
15454
15746
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15455
15747
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15456
|
-
children: loadingCircleStyle$
|
|
15748
|
+
children: loadingCircleStyle$4P
|
|
15457
15749
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15458
15750
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15459
15751
|
width: size,
|
|
@@ -15485,8 +15777,8 @@ TriRight.defaultProps = {
|
|
|
15485
15777
|
size: '1em'
|
|
15486
15778
|
};
|
|
15487
15779
|
|
|
15488
|
-
var _excluded$
|
|
15489
|
-
var loadingCircleStyle$
|
|
15780
|
+
var _excluded$4Q = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15781
|
+
var loadingCircleStyle$4Q = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15490
15782
|
|
|
15491
15783
|
var TriUp = function TriUp(props) {
|
|
15492
15784
|
var color = props.color,
|
|
@@ -15495,13 +15787,13 @@ var TriUp = function TriUp(props) {
|
|
|
15495
15787
|
style = props.style,
|
|
15496
15788
|
className = props.className,
|
|
15497
15789
|
iconClassName = props.iconClassName,
|
|
15498
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15790
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Q);
|
|
15499
15791
|
|
|
15500
15792
|
return /*#__PURE__*/React.createElement("span", {
|
|
15501
15793
|
role: "img",
|
|
15502
15794
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15503
15795
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15504
|
-
children: loadingCircleStyle$
|
|
15796
|
+
children: loadingCircleStyle$4Q
|
|
15505
15797
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15506
15798
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15507
15799
|
width: size,
|
|
@@ -15533,8 +15825,8 @@ TriUp.defaultProps = {
|
|
|
15533
15825
|
size: '1em'
|
|
15534
15826
|
};
|
|
15535
15827
|
|
|
15536
|
-
var _excluded$
|
|
15537
|
-
var loadingCircleStyle$
|
|
15828
|
+
var _excluded$4R = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15829
|
+
var loadingCircleStyle$4R = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15538
15830
|
|
|
15539
15831
|
var TriDown = function TriDown(props) {
|
|
15540
15832
|
var color = props.color,
|
|
@@ -15543,13 +15835,13 @@ var TriDown = function TriDown(props) {
|
|
|
15543
15835
|
style = props.style,
|
|
15544
15836
|
className = props.className,
|
|
15545
15837
|
iconClassName = props.iconClassName,
|
|
15546
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15838
|
+
otherProps = _objectWithoutProperties(props, _excluded$4R);
|
|
15547
15839
|
|
|
15548
15840
|
return /*#__PURE__*/React.createElement("span", {
|
|
15549
15841
|
role: "img",
|
|
15550
15842
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15551
15843
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15552
|
-
children: loadingCircleStyle$
|
|
15844
|
+
children: loadingCircleStyle$4R
|
|
15553
15845
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15554
15846
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15555
15847
|
width: size,
|
|
@@ -15581,8 +15873,8 @@ TriDown.defaultProps = {
|
|
|
15581
15873
|
size: '1em'
|
|
15582
15874
|
};
|
|
15583
15875
|
|
|
15584
|
-
var _excluded$
|
|
15585
|
-
var loadingCircleStyle$
|
|
15876
|
+
var _excluded$4S = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15877
|
+
var loadingCircleStyle$4S = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15586
15878
|
|
|
15587
15879
|
var DArrowL = function DArrowL(props) {
|
|
15588
15880
|
var color = props.color,
|
|
@@ -15591,13 +15883,13 @@ var DArrowL = function DArrowL(props) {
|
|
|
15591
15883
|
style = props.style,
|
|
15592
15884
|
className = props.className,
|
|
15593
15885
|
iconClassName = props.iconClassName,
|
|
15594
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15886
|
+
otherProps = _objectWithoutProperties(props, _excluded$4S);
|
|
15595
15887
|
|
|
15596
15888
|
return /*#__PURE__*/React.createElement("span", {
|
|
15597
15889
|
role: "img",
|
|
15598
15890
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15599
15891
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15600
|
-
children: loadingCircleStyle$
|
|
15892
|
+
children: loadingCircleStyle$4S
|
|
15601
15893
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15602
15894
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15603
15895
|
width: size,
|
|
@@ -15631,8 +15923,8 @@ DArrowL.defaultProps = {
|
|
|
15631
15923
|
size: '1em'
|
|
15632
15924
|
};
|
|
15633
15925
|
|
|
15634
|
-
var _excluded$
|
|
15635
|
-
var loadingCircleStyle$
|
|
15926
|
+
var _excluded$4T = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15927
|
+
var loadingCircleStyle$4T = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15636
15928
|
|
|
15637
15929
|
var DArrowR = function DArrowR(props) {
|
|
15638
15930
|
var color = props.color,
|
|
@@ -15641,13 +15933,13 @@ var DArrowR = function DArrowR(props) {
|
|
|
15641
15933
|
style = props.style,
|
|
15642
15934
|
className = props.className,
|
|
15643
15935
|
iconClassName = props.iconClassName,
|
|
15644
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15936
|
+
otherProps = _objectWithoutProperties(props, _excluded$4T);
|
|
15645
15937
|
|
|
15646
15938
|
return /*#__PURE__*/React.createElement("span", {
|
|
15647
15939
|
role: "img",
|
|
15648
15940
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15649
15941
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15650
|
-
children: loadingCircleStyle$
|
|
15942
|
+
children: loadingCircleStyle$4T
|
|
15651
15943
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15652
15944
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15653
15945
|
width: size,
|
|
@@ -15681,8 +15973,8 @@ DArrowR.defaultProps = {
|
|
|
15681
15973
|
size: '1em'
|
|
15682
15974
|
};
|
|
15683
15975
|
|
|
15684
|
-
var _excluded$
|
|
15685
|
-
var loadingCircleStyle$
|
|
15976
|
+
var _excluded$4U = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
15977
|
+
var loadingCircleStyle$4U = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15686
15978
|
|
|
15687
15979
|
var DArrowT = function DArrowT(props) {
|
|
15688
15980
|
var color = props.color,
|
|
@@ -15691,13 +15983,13 @@ var DArrowT = function DArrowT(props) {
|
|
|
15691
15983
|
style = props.style,
|
|
15692
15984
|
className = props.className,
|
|
15693
15985
|
iconClassName = props.iconClassName,
|
|
15694
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
15986
|
+
otherProps = _objectWithoutProperties(props, _excluded$4U);
|
|
15695
15987
|
|
|
15696
15988
|
return /*#__PURE__*/React.createElement("span", {
|
|
15697
15989
|
role: "img",
|
|
15698
15990
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15699
15991
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15700
|
-
children: loadingCircleStyle$
|
|
15992
|
+
children: loadingCircleStyle$4U
|
|
15701
15993
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15702
15994
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15703
15995
|
width: size,
|
|
@@ -15731,8 +16023,8 @@ DArrowT.defaultProps = {
|
|
|
15731
16023
|
size: '1em'
|
|
15732
16024
|
};
|
|
15733
16025
|
|
|
15734
|
-
var _excluded$
|
|
15735
|
-
var loadingCircleStyle$
|
|
16026
|
+
var _excluded$4V = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16027
|
+
var loadingCircleStyle$4V = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15736
16028
|
|
|
15737
16029
|
var DArrowB = function DArrowB(props) {
|
|
15738
16030
|
var color = props.color,
|
|
@@ -15741,13 +16033,13 @@ var DArrowB = function DArrowB(props) {
|
|
|
15741
16033
|
style = props.style,
|
|
15742
16034
|
className = props.className,
|
|
15743
16035
|
iconClassName = props.iconClassName,
|
|
15744
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16036
|
+
otherProps = _objectWithoutProperties(props, _excluded$4V);
|
|
15745
16037
|
|
|
15746
16038
|
return /*#__PURE__*/React.createElement("span", {
|
|
15747
16039
|
role: "img",
|
|
15748
16040
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15749
16041
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15750
|
-
children: loadingCircleStyle$
|
|
16042
|
+
children: loadingCircleStyle$4V
|
|
15751
16043
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15752
16044
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15753
16045
|
width: size,
|
|
@@ -15781,8 +16073,8 @@ DArrowB.defaultProps = {
|
|
|
15781
16073
|
size: '1em'
|
|
15782
16074
|
};
|
|
15783
16075
|
|
|
15784
|
-
var _excluded$
|
|
15785
|
-
var loadingCircleStyle$
|
|
16076
|
+
var _excluded$4W = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16077
|
+
var loadingCircleStyle$4W = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15786
16078
|
|
|
15787
16079
|
var DropDown = function DropDown(props) {
|
|
15788
16080
|
var color = props.color,
|
|
@@ -15791,13 +16083,13 @@ var DropDown = function DropDown(props) {
|
|
|
15791
16083
|
style = props.style,
|
|
15792
16084
|
className = props.className,
|
|
15793
16085
|
iconClassName = props.iconClassName,
|
|
15794
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16086
|
+
otherProps = _objectWithoutProperties(props, _excluded$4W);
|
|
15795
16087
|
|
|
15796
16088
|
return /*#__PURE__*/React.createElement("span", {
|
|
15797
16089
|
role: "img",
|
|
15798
16090
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15799
16091
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15800
|
-
children: loadingCircleStyle$
|
|
16092
|
+
children: loadingCircleStyle$4W
|
|
15801
16093
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15802
16094
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15803
16095
|
width: size,
|
|
@@ -15829,8 +16121,8 @@ DropDown.defaultProps = {
|
|
|
15829
16121
|
size: '1em'
|
|
15830
16122
|
};
|
|
15831
16123
|
|
|
15832
|
-
var _excluded$
|
|
15833
|
-
var loadingCircleStyle$
|
|
16124
|
+
var _excluded$4X = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16125
|
+
var loadingCircleStyle$4X = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15834
16126
|
|
|
15835
16127
|
var DropUp = function DropUp(props) {
|
|
15836
16128
|
var color = props.color,
|
|
@@ -15839,13 +16131,13 @@ var DropUp = function DropUp(props) {
|
|
|
15839
16131
|
style = props.style,
|
|
15840
16132
|
className = props.className,
|
|
15841
16133
|
iconClassName = props.iconClassName,
|
|
15842
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16134
|
+
otherProps = _objectWithoutProperties(props, _excluded$4X);
|
|
15843
16135
|
|
|
15844
16136
|
return /*#__PURE__*/React.createElement("span", {
|
|
15845
16137
|
role: "img",
|
|
15846
16138
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15847
16139
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15848
|
-
children: loadingCircleStyle$
|
|
16140
|
+
children: loadingCircleStyle$4X
|
|
15849
16141
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15850
16142
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15851
16143
|
width: size,
|
|
@@ -15877,8 +16169,8 @@ DropUp.defaultProps = {
|
|
|
15877
16169
|
size: '1em'
|
|
15878
16170
|
};
|
|
15879
16171
|
|
|
15880
|
-
var _excluded$
|
|
15881
|
-
var loadingCircleStyle$
|
|
16172
|
+
var _excluded$4Y = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16173
|
+
var loadingCircleStyle$4Y = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15882
16174
|
|
|
15883
16175
|
var More1 = function More1(props) {
|
|
15884
16176
|
var color = props.color,
|
|
@@ -15887,13 +16179,13 @@ var More1 = function More1(props) {
|
|
|
15887
16179
|
style = props.style,
|
|
15888
16180
|
className = props.className,
|
|
15889
16181
|
iconClassName = props.iconClassName,
|
|
15890
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16182
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Y);
|
|
15891
16183
|
|
|
15892
16184
|
return /*#__PURE__*/React.createElement("span", {
|
|
15893
16185
|
role: "img",
|
|
15894
16186
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15895
16187
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15896
|
-
children: loadingCircleStyle$
|
|
16188
|
+
children: loadingCircleStyle$4Y
|
|
15897
16189
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15898
16190
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15899
16191
|
width: size,
|
|
@@ -15925,8 +16217,8 @@ More1.defaultProps = {
|
|
|
15925
16217
|
size: '1em'
|
|
15926
16218
|
};
|
|
15927
16219
|
|
|
15928
|
-
var _excluded$
|
|
15929
|
-
var loadingCircleStyle$
|
|
16220
|
+
var _excluded$4Z = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16221
|
+
var loadingCircleStyle$4Z = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15930
16222
|
|
|
15931
16223
|
var More2 = function More2(props) {
|
|
15932
16224
|
var color = props.color,
|
|
@@ -15935,13 +16227,13 @@ var More2 = function More2(props) {
|
|
|
15935
16227
|
style = props.style,
|
|
15936
16228
|
className = props.className,
|
|
15937
16229
|
iconClassName = props.iconClassName,
|
|
15938
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16230
|
+
otherProps = _objectWithoutProperties(props, _excluded$4Z);
|
|
15939
16231
|
|
|
15940
16232
|
return /*#__PURE__*/React.createElement("span", {
|
|
15941
16233
|
role: "img",
|
|
15942
16234
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15943
16235
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15944
|
-
children: loadingCircleStyle$
|
|
16236
|
+
children: loadingCircleStyle$4Z
|
|
15945
16237
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15946
16238
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15947
16239
|
width: size,
|
|
@@ -15973,8 +16265,8 @@ More2.defaultProps = {
|
|
|
15973
16265
|
size: '1em'
|
|
15974
16266
|
};
|
|
15975
16267
|
|
|
15976
|
-
var _excluded$
|
|
15977
|
-
var loadingCircleStyle$
|
|
16268
|
+
var _excluded$4_ = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16269
|
+
var loadingCircleStyle$4_ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
15978
16270
|
|
|
15979
16271
|
var Drag = function Drag(props) {
|
|
15980
16272
|
var color = props.color,
|
|
@@ -15983,13 +16275,13 @@ var Drag = function Drag(props) {
|
|
|
15983
16275
|
style = props.style,
|
|
15984
16276
|
className = props.className,
|
|
15985
16277
|
iconClassName = props.iconClassName,
|
|
15986
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16278
|
+
otherProps = _objectWithoutProperties(props, _excluded$4_);
|
|
15987
16279
|
|
|
15988
16280
|
return /*#__PURE__*/React.createElement("span", {
|
|
15989
16281
|
role: "img",
|
|
15990
16282
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
15991
16283
|
}, /*#__PURE__*/React.createElement("style", {
|
|
15992
|
-
children: loadingCircleStyle$
|
|
16284
|
+
children: loadingCircleStyle$4_
|
|
15993
16285
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
15994
16286
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15995
16287
|
width: size,
|
|
@@ -16031,8 +16323,8 @@ Drag.defaultProps = {
|
|
|
16031
16323
|
size: '1em'
|
|
16032
16324
|
};
|
|
16033
16325
|
|
|
16034
|
-
var _excluded$
|
|
16035
|
-
var loadingCircleStyle$
|
|
16326
|
+
var _excluded$4$ = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16327
|
+
var loadingCircleStyle$4$ = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16036
16328
|
|
|
16037
16329
|
var Grid = function Grid(props) {
|
|
16038
16330
|
var color = props.color,
|
|
@@ -16041,13 +16333,13 @@ var Grid = function Grid(props) {
|
|
|
16041
16333
|
style = props.style,
|
|
16042
16334
|
className = props.className,
|
|
16043
16335
|
iconClassName = props.iconClassName,
|
|
16044
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16336
|
+
otherProps = _objectWithoutProperties(props, _excluded$4$);
|
|
16045
16337
|
|
|
16046
16338
|
return /*#__PURE__*/React.createElement("span", {
|
|
16047
16339
|
role: "img",
|
|
16048
16340
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16049
16341
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16050
|
-
children: loadingCircleStyle$
|
|
16342
|
+
children: loadingCircleStyle$4$
|
|
16051
16343
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16052
16344
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16053
16345
|
width: size,
|
|
@@ -16081,8 +16373,8 @@ Grid.defaultProps = {
|
|
|
16081
16373
|
size: '1em'
|
|
16082
16374
|
};
|
|
16083
16375
|
|
|
16084
|
-
var _excluded$
|
|
16085
|
-
var loadingCircleStyle$
|
|
16376
|
+
var _excluded$50 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16377
|
+
var loadingCircleStyle$50 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16086
16378
|
|
|
16087
16379
|
var Drag2 = function Drag2(props) {
|
|
16088
16380
|
var color = props.color,
|
|
@@ -16091,13 +16383,13 @@ var Drag2 = function Drag2(props) {
|
|
|
16091
16383
|
style = props.style,
|
|
16092
16384
|
className = props.className,
|
|
16093
16385
|
iconClassName = props.iconClassName,
|
|
16094
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16386
|
+
otherProps = _objectWithoutProperties(props, _excluded$50);
|
|
16095
16387
|
|
|
16096
16388
|
return /*#__PURE__*/React.createElement("span", {
|
|
16097
16389
|
role: "img",
|
|
16098
16390
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16099
16391
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16100
|
-
children: loadingCircleStyle$
|
|
16392
|
+
children: loadingCircleStyle$50
|
|
16101
16393
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16102
16394
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16103
16395
|
width: size,
|
|
@@ -16133,8 +16425,8 @@ Drag2.defaultProps = {
|
|
|
16133
16425
|
size: '1em'
|
|
16134
16426
|
};
|
|
16135
16427
|
|
|
16136
|
-
var _excluded$
|
|
16137
|
-
var loadingCircleStyle$
|
|
16428
|
+
var _excluded$51 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16429
|
+
var loadingCircleStyle$51 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16138
16430
|
|
|
16139
16431
|
var External = function External(props) {
|
|
16140
16432
|
var color = props.color,
|
|
@@ -16143,13 +16435,13 @@ var External = function External(props) {
|
|
|
16143
16435
|
style = props.style,
|
|
16144
16436
|
className = props.className,
|
|
16145
16437
|
iconClassName = props.iconClassName,
|
|
16146
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16438
|
+
otherProps = _objectWithoutProperties(props, _excluded$51);
|
|
16147
16439
|
|
|
16148
16440
|
return /*#__PURE__*/React.createElement("span", {
|
|
16149
16441
|
role: "img",
|
|
16150
16442
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16151
16443
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16152
|
-
children: loadingCircleStyle$
|
|
16444
|
+
children: loadingCircleStyle$51
|
|
16153
16445
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16154
16446
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16155
16447
|
width: size,
|
|
@@ -16181,8 +16473,8 @@ External.defaultProps = {
|
|
|
16181
16473
|
size: '1em'
|
|
16182
16474
|
};
|
|
16183
16475
|
|
|
16184
|
-
var _excluded$
|
|
16185
|
-
var loadingCircleStyle$
|
|
16476
|
+
var _excluded$52 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16477
|
+
var loadingCircleStyle$52 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16186
16478
|
|
|
16187
16479
|
var DisplayS = function DisplayS(props) {
|
|
16188
16480
|
var color = props.color,
|
|
@@ -16191,13 +16483,13 @@ var DisplayS = function DisplayS(props) {
|
|
|
16191
16483
|
style = props.style,
|
|
16192
16484
|
className = props.className,
|
|
16193
16485
|
iconClassName = props.iconClassName,
|
|
16194
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16486
|
+
otherProps = _objectWithoutProperties(props, _excluded$52);
|
|
16195
16487
|
|
|
16196
16488
|
return /*#__PURE__*/React.createElement("span", {
|
|
16197
16489
|
role: "img",
|
|
16198
16490
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16199
16491
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16200
|
-
children: loadingCircleStyle$
|
|
16492
|
+
children: loadingCircleStyle$52
|
|
16201
16493
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16202
16494
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16203
16495
|
width: size,
|
|
@@ -16231,8 +16523,8 @@ DisplayS.defaultProps = {
|
|
|
16231
16523
|
size: '1em'
|
|
16232
16524
|
};
|
|
16233
16525
|
|
|
16234
|
-
var _excluded$
|
|
16235
|
-
var loadingCircleStyle$
|
|
16526
|
+
var _excluded$53 = ["color", "size", "spin", "style", "className", "iconClassName"];
|
|
16527
|
+
var loadingCircleStyle$53 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
16236
16528
|
|
|
16237
16529
|
var Share = function Share(props) {
|
|
16238
16530
|
var color = props.color,
|
|
@@ -16241,13 +16533,13 @@ var Share = function Share(props) {
|
|
|
16241
16533
|
style = props.style,
|
|
16242
16534
|
className = props.className,
|
|
16243
16535
|
iconClassName = props.iconClassName,
|
|
16244
|
-
otherProps = _objectWithoutProperties(props, _excluded$
|
|
16536
|
+
otherProps = _objectWithoutProperties(props, _excluded$53);
|
|
16245
16537
|
|
|
16246
16538
|
return /*#__PURE__*/React.createElement("span", {
|
|
16247
16539
|
role: "img",
|
|
16248
16540
|
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
16249
16541
|
}, /*#__PURE__*/React.createElement("style", {
|
|
16250
|
-
children: loadingCircleStyle$
|
|
16542
|
+
children: loadingCircleStyle$53
|
|
16251
16543
|
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
16252
16544
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16253
16545
|
width: size,
|
|
@@ -16409,7 +16701,9 @@ exports.TaFilter = Filter;
|
|
|
16409
16701
|
exports.TaFilter2 = Filter2;
|
|
16410
16702
|
exports.TaFirstLast = FirstLast;
|
|
16411
16703
|
exports.TaFolder = Folder;
|
|
16704
|
+
exports.TaFolderCl = FolderCl;
|
|
16412
16705
|
exports.TaFolderOpen = FolderOpen;
|
|
16706
|
+
exports.TaFolderOpenCl = FolderOpenCl;
|
|
16413
16707
|
exports.TaForewarning = Forewarning;
|
|
16414
16708
|
exports.TaFormat = Format;
|
|
16415
16709
|
exports.TaFullDownload = FullDownload;
|
|
@@ -16499,6 +16793,7 @@ exports.TaOperatorNotInclude = OperatorNotInclude;
|
|
|
16499
16793
|
exports.TaOperatorRegex = OperatorRegex;
|
|
16500
16794
|
exports.TaOperatorTrue = OperatorTrue;
|
|
16501
16795
|
exports.TaOperatorUnequal = OperatorUnequal;
|
|
16796
|
+
exports.TaPageCl = PageCl;
|
|
16502
16797
|
exports.TaParallelFilter = ParallelFilter;
|
|
16503
16798
|
exports.TaParameter = Parameter;
|
|
16504
16799
|
exports.TaPassword = Password;
|
|
@@ -16543,7 +16838,9 @@ exports.TaSortRise = SortRise;
|
|
|
16543
16838
|
exports.TaSortUp = SortUp;
|
|
16544
16839
|
exports.TaSortZ2a = SortZ2a;
|
|
16545
16840
|
exports.TaSpace = Space;
|
|
16841
|
+
exports.TaSpaceCl = SpaceCl;
|
|
16546
16842
|
exports.TaSpaceOpen = SpaceOpen;
|
|
16843
|
+
exports.TaSpaceOpenCl = SpaceOpenCl;
|
|
16547
16844
|
exports.TaSpeed = Speed;
|
|
16548
16845
|
exports.TaSplit = Split;
|
|
16549
16846
|
exports.TaSql1 = Sql1;
|