@tant/icons 1.0.16 → 1.0.19
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/{logo-currencylayer.js → logo-currencylayer-cl.js} +8 -8
- package/dist/es/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/lib/icons/{logo-currencylayer.js → logo-currencylayer-cl.js} +8 -8
- package/dist/lib/index.js +3 -3
- package/dist/tant-icons.cjs.js +8 -8
- package/dist/tant-icons.esm.js +8 -8
- package/package.json +1 -1
|
@@ -16,7 +16,7 @@ import React from 'react';
|
|
|
16
16
|
import PropTypes from 'prop-types';
|
|
17
17
|
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
|
|
20
20
|
var color = props.color,
|
|
21
21
|
size = props.size,
|
|
22
22
|
spin = props.spin,
|
|
@@ -42,22 +42,22 @@ var LogoCurrencylayer = function LogoCurrencylayer(props) {
|
|
|
42
42
|
})
|
|
43
43
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
44
44
|
width: "24",
|
|
45
|
-
height: "24"
|
|
45
|
+
height: "24",
|
|
46
|
+
fill: "#fff"
|
|
46
47
|
}), /*#__PURE__*/React.createElement("path", {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
d: "M1.18 1.627c.052-.03.12-.034.206-.059.182-.053 1.03-.068 4.13-.068 2.146 0 3.93.015 3.966.04.036.023.05.082.031.136-.013.053-.544.62-1.175 1.259-.626.639-1.143 1.175-1.143 1.195 0 .015.172.18.385.366 2.673 2.317 4.683 5.982 5.713 10.417.45 1.922.658 3.591.713 5.61.022.86.018 1.026-.046 1.187a1.374 1.374 0 01-.63.673c-.227.112-.282.117-1.212.117-.921 0-.99-.005-1.202-.112a1.404 1.404 0 01-.627-.62c-.072-.146-.1-.307-.108-.659-.091-2.77-.386-4.742-1.017-6.82-.971-3.182-2.482-5.612-4.315-6.924l-.445-.317-1.452 1.527c-.799.844-1.502 1.556-1.566 1.595-.131.073-.263.02-.34-.136-.032-.059-.045-1.474-.045-4.138 0-3.645-.023-4.153.179-4.269zm13.534.097c-.037-.048-.05-.122-.037-.16.023-.06.545-.069 4.062-.06l4.038.015.105.113.104.112.009 4.108c.012 3.898.014 4.285-.132 4.352-.016.008-.034.011-.054.015-.059.015-.508-.44-1.566-1.571l-1.483-1.59-.268.175c-1.938 1.244-3.644 4.016-4.624 7.49l-.154.556-.046-.195a50.782 50.782 0 01-.19-.806c-.281-1.205-.822-2.83-1.38-4.132a7.038 7.038 0 01-.254-.644c0-.122.65-1.279 1.08-1.923a15.808 15.808 0 012.582-2.927c.282-.244.508-.459.504-.473a93.604 93.604 0 00-1.126-1.196c-.612-.644-1.139-1.21-1.17-1.259z"
|
|
48
|
+
d: "M1.18 1.627c.052-.03.12-.034.206-.059.182-.053 1.03-.068 4.13-.068 2.146 0 3.93.015 3.966.04.036.023.05.082.031.136-.013.053-.544.62-1.175 1.259-.626.639-1.143 1.175-1.143 1.195 0 .015.172.18.385.366 2.673 2.317 4.683 5.982 5.713 10.417.45 1.922.658 3.591.713 5.61.022.86.018 1.026-.046 1.187a1.374 1.374 0 01-.63.673c-.227.112-.282.117-1.212.117-.921 0-.99-.005-1.202-.112a1.404 1.404 0 01-.627-.62c-.072-.146-.1-.307-.108-.659-.091-2.77-.386-4.742-1.017-6.82-.971-3.182-2.482-5.612-4.315-6.924l-.445-.317-1.452 1.527c-.799.844-1.502 1.556-1.566 1.595-.131.073-.263.02-.34-.136-.032-.059-.045-1.474-.045-4.138 0-3.645-.023-4.153.179-4.269zm13.534.097c-.037-.048-.05-.122-.037-.16.023-.06.545-.069 4.062-.06l4.038.015.105.113.104.112.009 4.108c.012 3.898.014 4.285-.132 4.352-.016.008-.034.011-.054.015-.059.015-.508-.44-1.566-1.571l-1.483-1.59-.268.175c-1.938 1.244-3.644 4.016-4.624 7.49l-.154.556-.046-.195a50.782 50.782 0 01-.19-.806c-.281-1.205-.822-2.83-1.38-4.132a7.038 7.038 0 01-.254-.644c0-.122.65-1.279 1.08-1.923a15.808 15.808 0 012.582-2.927c.282-.244.508-.459.504-.473a93.604 93.604 0 00-1.126-1.196c-.612-.644-1.139-1.21-1.17-1.259z",
|
|
49
|
+
fill: "#2E70E0"
|
|
50
50
|
})));
|
|
51
51
|
};
|
|
52
52
|
|
|
53
|
-
|
|
53
|
+
LogoCurrencylayerCl.propTypes = {
|
|
54
54
|
spin: PropTypes["boolean"],
|
|
55
55
|
color: PropTypes.string,
|
|
56
56
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
57
57
|
};
|
|
58
|
-
|
|
58
|
+
LogoCurrencylayerCl.defaultProps = {
|
|
59
59
|
spin: false,
|
|
60
60
|
color: 'currentColor',
|
|
61
61
|
size: '16'
|
|
62
62
|
};
|
|
63
|
-
export default
|
|
63
|
+
export default LogoCurrencylayerCl;
|
package/dist/es/index.js
CHANGED
|
@@ -130,7 +130,7 @@ export { default as TaLogoWechatCl } from './icons/logo-wechat-cl';
|
|
|
130
130
|
export { default as TaLogoWechatGray } from './icons/logo-wechat-gray';
|
|
131
131
|
export { default as TaLogoFeishuCl } from './icons/logo-feishu-cl';
|
|
132
132
|
export { default as TaLogoKingCl } from './icons/logo-king-cl';
|
|
133
|
-
export { default as
|
|
133
|
+
export { default as TaLogoCurrencylayerCl } from './icons/logo-currencylayer-cl';
|
|
134
134
|
export { default as TaInfo } from './icons/info';
|
|
135
135
|
export { default as TaHelp } from './icons/help';
|
|
136
136
|
export { default as TaHistory } from './icons/history';
|
package/dist/index.d.ts
CHANGED
|
@@ -139,7 +139,7 @@ export const TaLogoWechatCl: Icon;
|
|
|
139
139
|
export const TaLogoWechatGray: Icon;
|
|
140
140
|
export const TaLogoFeishuCl: Icon;
|
|
141
141
|
export const TaLogoKingCl: Icon;
|
|
142
|
-
export const
|
|
142
|
+
export const TaLogoCurrencylayerCl: Icon;
|
|
143
143
|
export const TaInfo: Icon;
|
|
144
144
|
export const TaHelp: Icon;
|
|
145
145
|
export const TaHistory: Icon;
|
|
@@ -27,7 +27,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
27
27
|
|
|
28
28
|
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
|
|
29
29
|
|
|
30
|
-
var
|
|
30
|
+
var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
|
|
31
31
|
var color = props.color,
|
|
32
32
|
size = props.size,
|
|
33
33
|
spin = props.spin,
|
|
@@ -53,23 +53,23 @@ var LogoCurrencylayer = function LogoCurrencylayer(props) {
|
|
|
53
53
|
})
|
|
54
54
|
}), /*#__PURE__*/_react["default"].createElement("rect", {
|
|
55
55
|
width: "24",
|
|
56
|
-
height: "24"
|
|
56
|
+
height: "24",
|
|
57
|
+
fill: "#fff"
|
|
57
58
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
d: "M1.18 1.627c.052-.03.12-.034.206-.059.182-.053 1.03-.068 4.13-.068 2.146 0 3.93.015 3.966.04.036.023.05.082.031.136-.013.053-.544.62-1.175 1.259-.626.639-1.143 1.175-1.143 1.195 0 .015.172.18.385.366 2.673 2.317 4.683 5.982 5.713 10.417.45 1.922.658 3.591.713 5.61.022.86.018 1.026-.046 1.187a1.374 1.374 0 01-.63.673c-.227.112-.282.117-1.212.117-.921 0-.99-.005-1.202-.112a1.404 1.404 0 01-.627-.62c-.072-.146-.1-.307-.108-.659-.091-2.77-.386-4.742-1.017-6.82-.971-3.182-2.482-5.612-4.315-6.924l-.445-.317-1.452 1.527c-.799.844-1.502 1.556-1.566 1.595-.131.073-.263.02-.34-.136-.032-.059-.045-1.474-.045-4.138 0-3.645-.023-4.153.179-4.269zm13.534.097c-.037-.048-.05-.122-.037-.16.023-.06.545-.069 4.062-.06l4.038.015.105.113.104.112.009 4.108c.012 3.898.014 4.285-.132 4.352-.016.008-.034.011-.054.015-.059.015-.508-.44-1.566-1.571l-1.483-1.59-.268.175c-1.938 1.244-3.644 4.016-4.624 7.49l-.154.556-.046-.195a50.782 50.782 0 01-.19-.806c-.281-1.205-.822-2.83-1.38-4.132a7.038 7.038 0 01-.254-.644c0-.122.65-1.279 1.08-1.923a15.808 15.808 0 012.582-2.927c.282-.244.508-.459.504-.473a93.604 93.604 0 00-1.126-1.196c-.612-.644-1.139-1.21-1.17-1.259z"
|
|
59
|
+
d: "M1.18 1.627c.052-.03.12-.034.206-.059.182-.053 1.03-.068 4.13-.068 2.146 0 3.93.015 3.966.04.036.023.05.082.031.136-.013.053-.544.62-1.175 1.259-.626.639-1.143 1.175-1.143 1.195 0 .015.172.18.385.366 2.673 2.317 4.683 5.982 5.713 10.417.45 1.922.658 3.591.713 5.61.022.86.018 1.026-.046 1.187a1.374 1.374 0 01-.63.673c-.227.112-.282.117-1.212.117-.921 0-.99-.005-1.202-.112a1.404 1.404 0 01-.627-.62c-.072-.146-.1-.307-.108-.659-.091-2.77-.386-4.742-1.017-6.82-.971-3.182-2.482-5.612-4.315-6.924l-.445-.317-1.452 1.527c-.799.844-1.502 1.556-1.566 1.595-.131.073-.263.02-.34-.136-.032-.059-.045-1.474-.045-4.138 0-3.645-.023-4.153.179-4.269zm13.534.097c-.037-.048-.05-.122-.037-.16.023-.06.545-.069 4.062-.06l4.038.015.105.113.104.112.009 4.108c.012 3.898.014 4.285-.132 4.352-.016.008-.034.011-.054.015-.059.015-.508-.44-1.566-1.571l-1.483-1.59-.268.175c-1.938 1.244-3.644 4.016-4.624 7.49l-.154.556-.046-.195a50.782 50.782 0 01-.19-.806c-.281-1.205-.822-2.83-1.38-4.132a7.038 7.038 0 01-.254-.644c0-.122.65-1.279 1.08-1.923a15.808 15.808 0 012.582-2.927c.282-.244.508-.459.504-.473a93.604 93.604 0 00-1.126-1.196c-.612-.644-1.139-1.21-1.17-1.259z",
|
|
60
|
+
fill: "#2E70E0"
|
|
61
61
|
})));
|
|
62
62
|
};
|
|
63
63
|
|
|
64
|
-
|
|
64
|
+
LogoCurrencylayerCl.propTypes = {
|
|
65
65
|
spin: _propTypes["default"]["boolean"],
|
|
66
66
|
color: _propTypes["default"].string,
|
|
67
67
|
size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
|
|
68
68
|
};
|
|
69
|
-
|
|
69
|
+
LogoCurrencylayerCl.defaultProps = {
|
|
70
70
|
spin: false,
|
|
71
71
|
color: 'currentColor',
|
|
72
72
|
size: '16'
|
|
73
73
|
};
|
|
74
|
-
var _default =
|
|
74
|
+
var _default = LogoCurrencylayerCl;
|
|
75
75
|
exports["default"] = _default;
|
package/dist/lib/index.js
CHANGED
|
@@ -945,10 +945,10 @@ Object.defineProperty(exports, "TaLockOpenFill", {
|
|
|
945
945
|
return _lockOpenFill["default"];
|
|
946
946
|
}
|
|
947
947
|
});
|
|
948
|
-
Object.defineProperty(exports, "
|
|
948
|
+
Object.defineProperty(exports, "TaLogoCurrencylayerCl", {
|
|
949
949
|
enumerable: true,
|
|
950
950
|
get: function get() {
|
|
951
|
-
return
|
|
951
|
+
return _logoCurrencylayerCl["default"];
|
|
952
952
|
}
|
|
953
953
|
});
|
|
954
954
|
Object.defineProperty(exports, "TaLogoDingdingCl", {
|
|
@@ -1954,7 +1954,7 @@ var _logoFeishuCl = _interopRequireDefault(require("./icons/logo-feishu-cl"));
|
|
|
1954
1954
|
|
|
1955
1955
|
var _logoKingCl = _interopRequireDefault(require("./icons/logo-king-cl"));
|
|
1956
1956
|
|
|
1957
|
-
var
|
|
1957
|
+
var _logoCurrencylayerCl = _interopRequireDefault(require("./icons/logo-currencylayer-cl"));
|
|
1958
1958
|
|
|
1959
1959
|
var _info = _interopRequireDefault(require("./icons/info"));
|
|
1960
1960
|
|
package/dist/tant-icons.cjs.js
CHANGED
|
@@ -6023,7 +6023,7 @@ LogoKingCl.defaultProps = {
|
|
|
6023
6023
|
|
|
6024
6024
|
var loadingCircleStyle$24 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
|
|
6025
6025
|
|
|
6026
|
-
var
|
|
6026
|
+
var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
|
|
6027
6027
|
var color = props.color,
|
|
6028
6028
|
size = props.size,
|
|
6029
6029
|
spin = props.spin,
|
|
@@ -6049,20 +6049,20 @@ var LogoCurrencylayer = function LogoCurrencylayer(props) {
|
|
|
6049
6049
|
})
|
|
6050
6050
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
6051
6051
|
width: "24",
|
|
6052
|
-
height: "24"
|
|
6052
|
+
height: "24",
|
|
6053
|
+
fill: "#fff"
|
|
6053
6054
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6054
|
-
|
|
6055
|
-
|
|
6056
|
-
d: "M1.18 1.627c.052-.03.12-.034.206-.059.182-.053 1.03-.068 4.13-.068 2.146 0 3.93.015 3.966.04.036.023.05.082.031.136-.013.053-.544.62-1.175 1.259-.626.639-1.143 1.175-1.143 1.195 0 .015.172.18.385.366 2.673 2.317 4.683 5.982 5.713 10.417.45 1.922.658 3.591.713 5.61.022.86.018 1.026-.046 1.187a1.374 1.374 0 01-.63.673c-.227.112-.282.117-1.212.117-.921 0-.99-.005-1.202-.112a1.404 1.404 0 01-.627-.62c-.072-.146-.1-.307-.108-.659-.091-2.77-.386-4.742-1.017-6.82-.971-3.182-2.482-5.612-4.315-6.924l-.445-.317-1.452 1.527c-.799.844-1.502 1.556-1.566 1.595-.131.073-.263.02-.34-.136-.032-.059-.045-1.474-.045-4.138 0-3.645-.023-4.153.179-4.269zm13.534.097c-.037-.048-.05-.122-.037-.16.023-.06.545-.069 4.062-.06l4.038.015.105.113.104.112.009 4.108c.012 3.898.014 4.285-.132 4.352-.016.008-.034.011-.054.015-.059.015-.508-.44-1.566-1.571l-1.483-1.59-.268.175c-1.938 1.244-3.644 4.016-4.624 7.49l-.154.556-.046-.195a50.782 50.782 0 01-.19-.806c-.281-1.205-.822-2.83-1.38-4.132a7.038 7.038 0 01-.254-.644c0-.122.65-1.279 1.08-1.923a15.808 15.808 0 012.582-2.927c.282-.244.508-.459.504-.473a93.604 93.604 0 00-1.126-1.196c-.612-.644-1.139-1.21-1.17-1.259z"
|
|
6055
|
+
d: "M1.18 1.627c.052-.03.12-.034.206-.059.182-.053 1.03-.068 4.13-.068 2.146 0 3.93.015 3.966.04.036.023.05.082.031.136-.013.053-.544.62-1.175 1.259-.626.639-1.143 1.175-1.143 1.195 0 .015.172.18.385.366 2.673 2.317 4.683 5.982 5.713 10.417.45 1.922.658 3.591.713 5.61.022.86.018 1.026-.046 1.187a1.374 1.374 0 01-.63.673c-.227.112-.282.117-1.212.117-.921 0-.99-.005-1.202-.112a1.404 1.404 0 01-.627-.62c-.072-.146-.1-.307-.108-.659-.091-2.77-.386-4.742-1.017-6.82-.971-3.182-2.482-5.612-4.315-6.924l-.445-.317-1.452 1.527c-.799.844-1.502 1.556-1.566 1.595-.131.073-.263.02-.34-.136-.032-.059-.045-1.474-.045-4.138 0-3.645-.023-4.153.179-4.269zm13.534.097c-.037-.048-.05-.122-.037-.16.023-.06.545-.069 4.062-.06l4.038.015.105.113.104.112.009 4.108c.012 3.898.014 4.285-.132 4.352-.016.008-.034.011-.054.015-.059.015-.508-.44-1.566-1.571l-1.483-1.59-.268.175c-1.938 1.244-3.644 4.016-4.624 7.49l-.154.556-.046-.195a50.782 50.782 0 01-.19-.806c-.281-1.205-.822-2.83-1.38-4.132a7.038 7.038 0 01-.254-.644c0-.122.65-1.279 1.08-1.923a15.808 15.808 0 012.582-2.927c.282-.244.508-.459.504-.473a93.604 93.604 0 00-1.126-1.196c-.612-.644-1.139-1.21-1.17-1.259z",
|
|
6056
|
+
fill: "#2E70E0"
|
|
6057
6057
|
})));
|
|
6058
6058
|
};
|
|
6059
6059
|
|
|
6060
|
-
|
|
6060
|
+
LogoCurrencylayerCl.propTypes = {
|
|
6061
6061
|
spin: PropTypes["boolean"],
|
|
6062
6062
|
color: PropTypes.string,
|
|
6063
6063
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
6064
6064
|
};
|
|
6065
|
-
|
|
6065
|
+
LogoCurrencylayerCl.defaultProps = {
|
|
6066
6066
|
spin: false,
|
|
6067
6067
|
color: 'currentColor',
|
|
6068
6068
|
size: '16'
|
|
@@ -12757,7 +12757,7 @@ exports.TaLockClose = LockClose;
|
|
|
12757
12757
|
exports.TaLockCloseFill = LockCloseFill;
|
|
12758
12758
|
exports.TaLockOpen = LockOpen;
|
|
12759
12759
|
exports.TaLockOpenFill = LockOpenFill;
|
|
12760
|
-
exports.
|
|
12760
|
+
exports.TaLogoCurrencylayerCl = LogoCurrencylayerCl;
|
|
12761
12761
|
exports.TaLogoDingdingCl = LogoDingdingCl;
|
|
12762
12762
|
exports.TaLogoDingdingGray = LogoDingdingGray;
|
|
12763
12763
|
exports.TaLogoFeishuCl = LogoFeishuCl;
|
package/dist/tant-icons.esm.js
CHANGED
|
@@ -6017,7 +6017,7 @@ LogoKingCl.defaultProps = {
|
|
|
6017
6017
|
|
|
6018
6018
|
var loadingCircleStyle$24 = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }}';
|
|
6019
6019
|
|
|
6020
|
-
var
|
|
6020
|
+
var LogoCurrencylayerCl = function LogoCurrencylayerCl(props) {
|
|
6021
6021
|
var color = props.color,
|
|
6022
6022
|
size = props.size,
|
|
6023
6023
|
spin = props.spin,
|
|
@@ -6043,20 +6043,20 @@ var LogoCurrencylayer = function LogoCurrencylayer(props) {
|
|
|
6043
6043
|
})
|
|
6044
6044
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
6045
6045
|
width: "24",
|
|
6046
|
-
height: "24"
|
|
6046
|
+
height: "24",
|
|
6047
|
+
fill: "#fff"
|
|
6047
6048
|
}), /*#__PURE__*/React.createElement("path", {
|
|
6048
|
-
|
|
6049
|
-
|
|
6050
|
-
d: "M1.18 1.627c.052-.03.12-.034.206-.059.182-.053 1.03-.068 4.13-.068 2.146 0 3.93.015 3.966.04.036.023.05.082.031.136-.013.053-.544.62-1.175 1.259-.626.639-1.143 1.175-1.143 1.195 0 .015.172.18.385.366 2.673 2.317 4.683 5.982 5.713 10.417.45 1.922.658 3.591.713 5.61.022.86.018 1.026-.046 1.187a1.374 1.374 0 01-.63.673c-.227.112-.282.117-1.212.117-.921 0-.99-.005-1.202-.112a1.404 1.404 0 01-.627-.62c-.072-.146-.1-.307-.108-.659-.091-2.77-.386-4.742-1.017-6.82-.971-3.182-2.482-5.612-4.315-6.924l-.445-.317-1.452 1.527c-.799.844-1.502 1.556-1.566 1.595-.131.073-.263.02-.34-.136-.032-.059-.045-1.474-.045-4.138 0-3.645-.023-4.153.179-4.269zm13.534.097c-.037-.048-.05-.122-.037-.16.023-.06.545-.069 4.062-.06l4.038.015.105.113.104.112.009 4.108c.012 3.898.014 4.285-.132 4.352-.016.008-.034.011-.054.015-.059.015-.508-.44-1.566-1.571l-1.483-1.59-.268.175c-1.938 1.244-3.644 4.016-4.624 7.49l-.154.556-.046-.195a50.782 50.782 0 01-.19-.806c-.281-1.205-.822-2.83-1.38-4.132a7.038 7.038 0 01-.254-.644c0-.122.65-1.279 1.08-1.923a15.808 15.808 0 012.582-2.927c.282-.244.508-.459.504-.473a93.604 93.604 0 00-1.126-1.196c-.612-.644-1.139-1.21-1.17-1.259z"
|
|
6049
|
+
d: "M1.18 1.627c.052-.03.12-.034.206-.059.182-.053 1.03-.068 4.13-.068 2.146 0 3.93.015 3.966.04.036.023.05.082.031.136-.013.053-.544.62-1.175 1.259-.626.639-1.143 1.175-1.143 1.195 0 .015.172.18.385.366 2.673 2.317 4.683 5.982 5.713 10.417.45 1.922.658 3.591.713 5.61.022.86.018 1.026-.046 1.187a1.374 1.374 0 01-.63.673c-.227.112-.282.117-1.212.117-.921 0-.99-.005-1.202-.112a1.404 1.404 0 01-.627-.62c-.072-.146-.1-.307-.108-.659-.091-2.77-.386-4.742-1.017-6.82-.971-3.182-2.482-5.612-4.315-6.924l-.445-.317-1.452 1.527c-.799.844-1.502 1.556-1.566 1.595-.131.073-.263.02-.34-.136-.032-.059-.045-1.474-.045-4.138 0-3.645-.023-4.153.179-4.269zm13.534.097c-.037-.048-.05-.122-.037-.16.023-.06.545-.069 4.062-.06l4.038.015.105.113.104.112.009 4.108c.012 3.898.014 4.285-.132 4.352-.016.008-.034.011-.054.015-.059.015-.508-.44-1.566-1.571l-1.483-1.59-.268.175c-1.938 1.244-3.644 4.016-4.624 7.49l-.154.556-.046-.195a50.782 50.782 0 01-.19-.806c-.281-1.205-.822-2.83-1.38-4.132a7.038 7.038 0 01-.254-.644c0-.122.65-1.279 1.08-1.923a15.808 15.808 0 012.582-2.927c.282-.244.508-.459.504-.473a93.604 93.604 0 00-1.126-1.196c-.612-.644-1.139-1.21-1.17-1.259z",
|
|
6050
|
+
fill: "#2E70E0"
|
|
6051
6051
|
})));
|
|
6052
6052
|
};
|
|
6053
6053
|
|
|
6054
|
-
|
|
6054
|
+
LogoCurrencylayerCl.propTypes = {
|
|
6055
6055
|
spin: PropTypes["boolean"],
|
|
6056
6056
|
color: PropTypes.string,
|
|
6057
6057
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
6058
6058
|
};
|
|
6059
|
-
|
|
6059
|
+
LogoCurrencylayerCl.defaultProps = {
|
|
6060
6060
|
spin: false,
|
|
6061
6061
|
color: 'currentColor',
|
|
6062
6062
|
size: '16'
|
|
@@ -12594,4 +12594,4 @@ Placeholder.defaultProps = {
|
|
|
12594
12594
|
size: '16'
|
|
12595
12595
|
};
|
|
12596
12596
|
|
|
12597
|
-
export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, Attribution as TaAttribution, Backup as TaBackup, Bell as TaBell, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, Dashboard as TaDashboard, DashboardMgr as TaDashboardMgr, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EPropertySm as TaEPropertySm, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, FirstLast as TaFirstLast, Folder as TaFolder, FolderOpen as TaFolderOpen, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, Info as TaInfo, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill,
|
|
12597
|
+
export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, Attribution as TaAttribution, Backup as TaBackup, Bell as TaBell, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, Dashboard as TaDashboard, DashboardMgr as TaDashboardMgr, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EPropertySm as TaEPropertySm, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, FirstLast as TaFirstLast, Folder as TaFolder, FolderOpen as TaFolderOpen, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, Info as TaInfo, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoFeishuCl as TaLogoFeishuCl, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, Logout as TaLogout, MDistribution as TaMDistribution, MEvent as TaMEvent, MFlow as TaMFlow, MFunnel as TaMFunnel, MInterval as TaMInterval, MProperty as TaMProperty, MRetention as TaMRetention, MSql as TaMSql, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, NumSm as TaNumSm, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, Placeholder as TaPlaceholder, Play as TaPlay, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, RelatedProp as TaRelatedProp, Report as TaReport, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, RowsSm as TaRowsSm, SSpace as TaSSpace, Save as TaSave, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, Sort as TaSort, SortA2z as TaSortA2z, SortDrop as TaSortDrop, SortRise as TaSortRise, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceOpen as TaSpaceOpen, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, StringSm as TaStringSm, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, UTag as TaUTag, UTagSm as TaUTagSm, Unlink as TaUnlink, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, Usertag as TaUsertag, VProperty as TaVProperty, VPropertySm as TaVPropertySm, ViewOriginal as TaViewOriginal };
|