@tant/icons 1.18.6 → 1.18.9
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/{chart-scatter.js → chart-percentage-bar.js} +10 -12
- package/dist/es/icons/chart-pie.js +1 -1
- package/dist/es/icons/chart-scorecard.js +73 -0
- package/dist/es/icons/chart-stacked-bar.js +73 -0
- package/dist/es/icons/flag-kr.js +2 -2
- package/dist/es/icons/flag-us.js +1 -1
- package/dist/es/icons/name.js +65 -0
- package/dist/es/icons/unpin.js +67 -0
- package/dist/es/icons/warehouse.js +71 -0
- package/dist/es/index.js +7 -2
- package/dist/index.d.ts +7 -2
- package/dist/lib/icons/{chart-scatter.js → chart-percentage-bar.js} +10 -12
- package/dist/lib/icons/chart-pie.js +1 -1
- package/dist/lib/icons/chart-scorecard.js +80 -0
- package/dist/lib/icons/chart-stacked-bar.js +80 -0
- package/dist/lib/icons/flag-kr.js +2 -2
- package/dist/lib/icons/flag-us.js +1 -1
- package/dist/lib/icons/name.js +72 -0
- package/dist/lib/icons/unpin.js +74 -0
- package/dist/lib/icons/warehouse.js +78 -0
- package/dist/lib/index.js +39 -4
- package/dist/tant-icons.cjs.js +1654 -1357
- package/dist/tant-icons.esm.js +1649 -1357
- package/package.json +1 -1
|
@@ -11,7 +11,7 @@ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t =
|
|
|
11
11
|
import React from 'react';
|
|
12
12
|
import PropTypes from 'prop-types';
|
|
13
13
|
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14
|
-
var
|
|
14
|
+
var ChartPercentageBar = function ChartPercentageBar(props) {
|
|
15
15
|
var color = props.color,
|
|
16
16
|
size = props.size,
|
|
17
17
|
spin = props.spin,
|
|
@@ -45,31 +45,29 @@ var ChartScatter = function ChartScatter(props) {
|
|
|
45
45
|
height: "24",
|
|
46
46
|
xmlns: "http://www.w3.org/2000/svg"
|
|
47
47
|
}, /*#__PURE__*/React.createElement("path", {
|
|
48
|
-
d: "
|
|
48
|
+
d: "M3 4h3v10H3V4z"
|
|
49
49
|
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
-
d: "
|
|
50
|
+
d: "M3 15.3V20h3v-4.7H3z"
|
|
51
51
|
}), /*#__PURE__*/React.createElement("path", {
|
|
52
|
-
d: "
|
|
52
|
+
d: "M10 4h3v6h-3V4z"
|
|
53
53
|
}), /*#__PURE__*/React.createElement("path", {
|
|
54
|
-
d: "
|
|
54
|
+
d: "M10 11.3h3V20h-3v-8.7z"
|
|
55
55
|
}), /*#__PURE__*/React.createElement("path", {
|
|
56
|
-
d: "
|
|
56
|
+
d: "M20 4h-3v8h3V4z"
|
|
57
57
|
}), /*#__PURE__*/React.createElement("path", {
|
|
58
|
-
d: "M20
|
|
59
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
60
|
-
d: "M15 11.5a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0z"
|
|
58
|
+
d: "M20 13.3h-3V20h3v-6.7z"
|
|
61
59
|
}))));
|
|
62
60
|
};
|
|
63
|
-
|
|
61
|
+
ChartPercentageBar.propTypes = {
|
|
64
62
|
iconClassName: PropTypes.string,
|
|
65
63
|
spin: PropTypes.bool,
|
|
66
64
|
color: PropTypes.string,
|
|
67
65
|
testid: PropTypes.string,
|
|
68
66
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
69
67
|
};
|
|
70
|
-
|
|
68
|
+
ChartPercentageBar.defaultProps = {
|
|
71
69
|
spin: false,
|
|
72
70
|
color: 'currentColor',
|
|
73
71
|
size: '1em'
|
|
74
72
|
};
|
|
75
|
-
export default
|
|
73
|
+
export default ChartPercentageBar;
|
|
@@ -45,7 +45,7 @@ var ChartPie = function ChartPie(props) {
|
|
|
45
45
|
height: "24",
|
|
46
46
|
xmlns: "http://www.w3.org/2000/svg"
|
|
47
47
|
}, /*#__PURE__*/React.createElement("path", {
|
|
48
|
-
d: "M11.25 4.035a8 8 0 107.325 12.524l-1.315-.74a6.5 6.5 0 11-6.01-10.
|
|
48
|
+
d: "M11.25 4.035a8 8 0 107.325 12.524l-1.315-.74a6.5 6.5 0 11-6.01-10.276V4.035z"
|
|
49
49
|
}), /*#__PURE__*/React.createElement("path", {
|
|
50
50
|
d: "M19.311 15.252A7.97 7.97 0 0020 12.008v-.014a7.974 7.974 0 00-2.411-5.718 7.974 7.974 0 00-4.839-2.241v7.526l6.561 3.691z"
|
|
51
51
|
}))));
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
var _excluded = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
3
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
4
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
5
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
7
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
8
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
9
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
10
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
|
|
11
|
+
import React from 'react';
|
|
12
|
+
import PropTypes from 'prop-types';
|
|
13
|
+
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14
|
+
var ChartScorecard = function ChartScorecard(props) {
|
|
15
|
+
var color = props.color,
|
|
16
|
+
size = props.size,
|
|
17
|
+
spin = props.spin,
|
|
18
|
+
style = props.style,
|
|
19
|
+
className = props.className,
|
|
20
|
+
iconClassName = props.iconClassName,
|
|
21
|
+
testid = props.testid,
|
|
22
|
+
otherProps = _objectWithoutProperties(props, _excluded);
|
|
23
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
24
|
+
role: "img",
|
|
25
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
27
|
+
children: loadingCircleStyle
|
|
28
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
fill: color
|
|
34
|
+
}, otherProps, {
|
|
35
|
+
className: iconClassName,
|
|
36
|
+
"data-testid": testid,
|
|
37
|
+
style: _objectSpread(_objectSpread({}, style), spin ? {
|
|
38
|
+
animationDuration: '1s',
|
|
39
|
+
animationIterationCount: 'infinite',
|
|
40
|
+
animationName: 'loadingCircle',
|
|
41
|
+
animationTimingFunction: 'linear'
|
|
42
|
+
} : {})
|
|
43
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
44
|
+
width: "24",
|
|
45
|
+
height: "24",
|
|
46
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
47
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
d: "M6 9.25a.75.75 0 01.75-.75h4.5a.75.75 0 010 1.5h-4.5A.75.75 0 016 9.25z"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
d: "M9.073 13.552c-.01-.32.027-.616.112-.888a2.03 2.03 0 01.384-.72 1.69 1.69 0 01.64-.48c.262-.117.56-.176.896-.176.256 0 .5.04.728.12.235.08.44.195.616.344.176.15.315.333.416.552.107.219.16.464.16.736 0 .283-.045.525-.136.728-.09.203-.21.384-.36.544a3.09 3.09 0 01-.512.424c-.186.128-.376.256-.568.384a6.707 6.707 0 00-.56.4 2.537 2.537 0 00-.48.504h2.648V17H8.945c0-.325.046-.608.136-.848.096-.24.224-.453.384-.64.16-.192.347-.368.56-.528.22-.16.448-.323.688-.488a8.43 8.43 0 01.392-.256c.14-.09.264-.19.376-.296.118-.107.214-.227.288-.36a.869.869 0 00.12-.456c0-.272-.08-.483-.24-.632a.812.812 0 00-.6-.232.734.734 0 00-.424.12.836.836 0 00-.272.304 1.43 1.43 0 00-.152.416c-.026.15-.04.299-.04.448H9.073z"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
d: "M7.468 17H6.332v-3.632H4.924v-.856c.197.005.387-.008.568-.04.187-.037.352-.099.496-.184.15-.09.275-.208.376-.352.101-.144.168-.323.2-.536h.904V17z"
|
|
53
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
d: "M15.439 13.664c-.139.01-.27.01-.392 0v.8c.138 0 .282.005.432.016.154.005.296.035.424.088a.66.66 0 01.312.24c.085.112.128.275.128.488 0 .272-.088.488-.264.648a.947.947 0 01-.648.232.991.991 0 01-.432-.088.909.909 0 01-.296-.232 1.106 1.106 0 01-.184-.352 1.66 1.66 0 01-.072-.432h-1.08c-.006.325.04.613.136.864.101.25.242.464.424.64.181.17.4.301.656.392.261.09.549.136.864.136.272 0 .533-.04.784-.12.25-.08.472-.197.664-.352.192-.155.344-.347.456-.576.117-.23.176-.49.176-.784 0-.32-.088-.595-.264-.824a1.22 1.22 0 00-.728-.448v-.016a.966.966 0 00.584-.424c.133-.208.2-.448.2-.72 0-.25-.056-.472-.168-.664a1.604 1.604 0 00-.44-.488 1.805 1.805 0 00-.6-.296 2.263 2.263 0 00-.672-.104c-.288 0-.55.048-.784.144-.235.09-.438.221-.608.392-.166.17-.296.376-.392.616a2.41 2.41 0 00-.152.784h1.08c-.006-.288.064-.525.208-.712.149-.192.368-.288.656-.288.208 0 .392.064.552.192.16.128.24.312.24.552a.58.58 0 01-.12.384.74.74 0 01-.296.224 1.262 1.262 0 01-.384.088z"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
fillRule: "evenodd",
|
|
57
|
+
clipRule: "evenodd",
|
|
58
|
+
d: "M2 5a1 1 0 011-1h18a1 1 0 011 1v14a1 1 0 01-1 1H3a1 1 0 01-1-1V5zm2 1v12h16V6H4z"
|
|
59
|
+
}))));
|
|
60
|
+
};
|
|
61
|
+
ChartScorecard.propTypes = {
|
|
62
|
+
iconClassName: PropTypes.string,
|
|
63
|
+
spin: PropTypes.bool,
|
|
64
|
+
color: PropTypes.string,
|
|
65
|
+
testid: PropTypes.string,
|
|
66
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
67
|
+
};
|
|
68
|
+
ChartScorecard.defaultProps = {
|
|
69
|
+
spin: false,
|
|
70
|
+
color: 'currentColor',
|
|
71
|
+
size: '1em'
|
|
72
|
+
};
|
|
73
|
+
export default ChartScorecard;
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
var _excluded = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
3
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
4
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
5
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
7
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
8
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
9
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
10
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
|
|
11
|
+
import React from 'react';
|
|
12
|
+
import PropTypes from 'prop-types';
|
|
13
|
+
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14
|
+
var ChartStackedBar = function ChartStackedBar(props) {
|
|
15
|
+
var color = props.color,
|
|
16
|
+
size = props.size,
|
|
17
|
+
spin = props.spin,
|
|
18
|
+
style = props.style,
|
|
19
|
+
className = props.className,
|
|
20
|
+
iconClassName = props.iconClassName,
|
|
21
|
+
testid = props.testid,
|
|
22
|
+
otherProps = _objectWithoutProperties(props, _excluded);
|
|
23
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
24
|
+
role: "img",
|
|
25
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
27
|
+
children: loadingCircleStyle
|
|
28
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
fill: color
|
|
34
|
+
}, otherProps, {
|
|
35
|
+
className: iconClassName,
|
|
36
|
+
"data-testid": testid,
|
|
37
|
+
style: _objectSpread(_objectSpread({}, style), spin ? {
|
|
38
|
+
animationDuration: '1s',
|
|
39
|
+
animationIterationCount: 'infinite',
|
|
40
|
+
animationName: 'loadingCircle',
|
|
41
|
+
animationTimingFunction: 'linear'
|
|
42
|
+
} : {})
|
|
43
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
44
|
+
width: "24",
|
|
45
|
+
height: "24",
|
|
46
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
47
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
d: "M10 4h3v6h-3V4z"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
d: "M10 11.3h3V20h-3v-8.7z"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
d: "M17 8h3v4h-3V8z"
|
|
53
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
d: "M17 13.3V20h3v-6.7h-3z"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
d: "M3 12h3v3H3v-3z"
|
|
57
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
58
|
+
d: "M3 16.3V20h3v-3.7H3z"
|
|
59
|
+
}))));
|
|
60
|
+
};
|
|
61
|
+
ChartStackedBar.propTypes = {
|
|
62
|
+
iconClassName: PropTypes.string,
|
|
63
|
+
spin: PropTypes.bool,
|
|
64
|
+
color: PropTypes.string,
|
|
65
|
+
testid: PropTypes.string,
|
|
66
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
67
|
+
};
|
|
68
|
+
ChartStackedBar.defaultProps = {
|
|
69
|
+
spin: false,
|
|
70
|
+
color: 'currentColor',
|
|
71
|
+
size: '1em'
|
|
72
|
+
};
|
|
73
|
+
export default ChartStackedBar;
|
package/dist/es/icons/flag-kr.js
CHANGED
|
@@ -129,7 +129,7 @@ var FlagKr = function FlagKr(props) {
|
|
|
129
129
|
clipRule: "evenodd",
|
|
130
130
|
d: "M17.902 5.368l-.629.552 2.915 3.301.63-.552-2.916-3.3zm-1.037.893l-.63.552 2.811 3.253.63-.552-2.811-3.253zm-1.662 1.455l.63-.551 2.818 3.278-.63.552-2.818-3.279z"
|
|
131
131
|
}), /*#__PURE__*/React.createElement("path", {
|
|
132
|
-
d: "M17.273 5.92l-.078.065-.065-.074.074-.065.07.074zm.63-.552l-.07-.074.079-.069.069.078-.079.065zm2.
|
|
132
|
+
d: "M17.273 5.92l-.078.065-.065-.074.074-.065.07.074zm.63-.552l-.07-.074.079-.069.069.078-.079.065zm2.285 3.853l.07.074-.079.07-.069-.079.078-.065zm.63-.552l.078-.065.065.074-.074.066-.07-.075zm-4.582-1.856l-.08.064-.063-.074.074-.065.069.075zm.629-.552l-.07-.074.08-.07.069.08-.08.064zm2.181 3.805l.07.074-.08.07-.069-.08.08-.064zm.63-.552l.079-.064.063.074-.073.065-.07-.075zm-3.844-2.35l-.07-.073.08-.07.07.08-.08.064zm-.629.552l-.079.064-.064-.073.074-.065.07.074zm3.448 2.727l.079-.064.063.074-.073.064-.07-.074zm-.63.552l.07.074-.08.07-.069-.08.08-.064zm-.817-5.15l.63-.551.137.148-.629.552-.138-.148zm2.906 3.441l-2.915-3.301.157-.13 2.915 3.301-.157.13zm.777-.542l-.63.551-.138-.148.63-.552.138.149zm-2.906-3.44l2.915 3.3-.157.13-2.915-3.3.157-.13zm-1.814 1.434l.629-.551.138.148-.63.552-.137-.149zm2.8 3.392l-2.81-3.253.158-.129 2.81 3.254-.157.128zm.778-.541l-.63.551-.138-.148.63-.552.138.149zm-2.801-3.392l2.81 3.253-.158.129-2.81-3.254.158-.128zM15.9 7.239l-.629.552-.138-.149.629-.551.138.148zm2.67 3.268l-2.818-3.278.158-.128 2.819 3.278-.159.128zm-.619.413l.63-.551.138.148-.63.552-.137-.149zm-2.67-3.268l2.819 3.279-.159.128-2.818-3.279.158-.128z"
|
|
133
133
|
}), /*#__PURE__*/React.createElement("path", {
|
|
134
134
|
fillRule: "evenodd",
|
|
135
135
|
clipRule: "evenodd",
|
|
@@ -141,7 +141,7 @@ var FlagKr = function FlagKr(props) {
|
|
|
141
141
|
clipRule: "evenodd",
|
|
142
142
|
d: "M17.902 18.994l-.629-.551 2.915-3.302.63.552-2.916 3.301zm-1.037-.892l-.63-.552 2.811-3.253.63.551-2.811 3.254zm-1.662-1.456l.63.552 2.818-3.278-.63-.552-2.818 3.278z"
|
|
143
143
|
}), /*#__PURE__*/React.createElement("path", {
|
|
144
|
-
d: "M17.273 18.443l-.078-.065-.065.074.074.065.07-.074zm.63.551l-.07.075.079.069.069-.079-.079-.065zm2.
|
|
144
|
+
d: "M17.273 18.443l-.078-.065-.065.074.074.065.07-.074zm.63.551l-.07.075.079.069.069-.079-.079-.065zm2.285-3.852l.07-.075-.079-.069-.069.079.078.065zm.63.551l.078.065.065-.074-.074-.065-.07.074zm-4.582 1.857l-.08-.064-.063.074.074.064.069-.074zm.629.552l-.07.074.08.07.069-.08-.08-.064zm2.181-3.805l.07-.075-.08-.07-.069.08.08.065zm.63.551l.079.064.063-.073-.073-.065-.07.074zm-3.844 2.35l-.07.074.08.07.07-.08-.08-.064zm-.629-.552l-.079-.064-.064.074.074.064.07-.074zm3.448-2.726l.079.064.063-.074-.073-.064-.07.074zm-.63-.552l.07-.074-.08-.07-.069.08.08.064zm-.817 5.149l.63.552.137-.149-.629-.551-.138.148zm2.906-3.44l-2.915 3.3.157.13 2.915-3.3-.157-.13zm.777.542l-.63-.552-.138.149.63.551.138-.148zm-2.906 3.44l2.915-3.3-.157-.13-2.915 3.3.157.13zm-1.814-1.435l.629.552.138-.148-.63-.552-.137.148zm2.8-3.392l-2.81 3.254.158.128 2.81-3.253-.157-.129zm.778.542l-.63-.552-.138.149.63.551.138-.148zm-2.801 3.392l2.81-3.254-.158-.128-2.81 3.254.158.128zM15.9 17.124l-.629-.552-.138.148.629.552.138-.148zm2.67-3.268l-2.818 3.278.158.128 2.819-3.278-.159-.128zm-.619-.414l.63.552.138-.148-.63-.552-.137.148zm-2.67 3.268l2.819-3.278-.159-.128-2.818 3.278.158.128z"
|
|
145
145
|
})))), /*#__PURE__*/React.createElement("g", {
|
|
146
146
|
style: {
|
|
147
147
|
mixBlendMode: 'multiply'
|
package/dist/es/icons/flag-us.js
CHANGED
|
@@ -87,7 +87,7 @@ var FlagUs = function FlagUs(props) {
|
|
|
87
87
|
}), /*#__PURE__*/React.createElement("path", {
|
|
88
88
|
fillRule: "evenodd",
|
|
89
89
|
clipRule: "evenodd",
|
|
90
|
-
d: "M2.43 6.898l.729-.492.565.395h-.32l.647.555-.
|
|
90
|
+
d: "M2.43 6.898l.729-.492.565.395h-.32l.647.555-.218.778H3.49l-.332-.715-.284.715H2.03l.647.555-.246.876.729-.492.565.394h-.32l.647.556-.218.778H3.49l-.332-.715-.284.715H2.03l.647.555-.246.876.729-.492.705.492-.22-.876.567-.555H3.95l.584-.395.565.395h-.32l.647.555-.246.876.729-.492.705.492-.22-.876.567-.555H6.7l.584-.395.565.395h-.32l.647.555-.246.876.729-.492.705.492-.22-.876.567-.555H9.45l.584-.395.565.395h-.32l.647.555-.246.876.729-.492.705.492-.22-.876.567-.555h-.72l-.333-.715-.284.715h-.41l-.194-.778.566-.556h-.261l.584-.394.705.492-.22-.876.567-.555h-.72l-.333-.715-.284.715h-.41l-.194-.778.566-.555h-.261l.584-.395.705.492-.22-.875.567-.556h-.72l-.333-.714-.284.714h-.845l.647.556-.219.778h-.342l-.332-.715-.284.715h-.41l-.194-.778.566-.556h-.72l-.333-.714-.284.714H7.53l.647.556-.218.778h-.343l-.332-.715-.284.715h-.41l-.194-.778.566-.556h-.72l-.333-.714-.284.714H4.78l.647.556-.218.778h-.343l-.332-.715-.284.715h-.41l-.194-.778.566-.556h-.72l-.333-.714-.284.714H2.03l.647.556-.246.875zm8.277 2.57l.22-.779-.648-.555h.32l-.565-.394-.584.394h.26l-.565.555.194.778h.41l.284-.714.332.714h.342zm-1.483 0l-.565-.395-.584.394h.26l-.565.556.194.778h.41l.284-.715.332.715h.343l.218-.778-.647-.556h.32zm-2.423.555l-.218.778H6.24l-.332-.715-.284.715h-.41l-.194-.778.566-.556h-.261l.584-.394.565.394h-.32l.647.556zM7 9.466h-.41l-.194-.778.566-.555H6.7l.584-.394.565.394h-.32l.647.555-.218.778h-.343l-.332-.714-.284.714zm-1.791 0l.218-.778-.647-.555h.32l-.565-.394-.584.394h.26l-.565.555.194.778h.41l.284-.714.332.714h.343zM9.55 7.356l-.218.778H8.99l-.332-.715-.284.715h-.41l-.194-.778.566-.555h-.261l.584-.395.565.395h-.32l.647.555zM6.474 6.8l-.565-.395-.584.395h.26l-.565.555.194.778h.41l.284-.715.332.715h.343l.218-.778-.647-.555h.32z"
|
|
91
91
|
}))), /*#__PURE__*/React.createElement("g", {
|
|
92
92
|
style: {
|
|
93
93
|
mixBlendMode: 'multiply'
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
var _excluded = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
3
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
4
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
5
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
7
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
8
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
9
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
10
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
|
|
11
|
+
import React from 'react';
|
|
12
|
+
import PropTypes from 'prop-types';
|
|
13
|
+
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14
|
+
var Name = function Name(props) {
|
|
15
|
+
var color = props.color,
|
|
16
|
+
size = props.size,
|
|
17
|
+
spin = props.spin,
|
|
18
|
+
style = props.style,
|
|
19
|
+
className = props.className,
|
|
20
|
+
iconClassName = props.iconClassName,
|
|
21
|
+
testid = props.testid,
|
|
22
|
+
otherProps = _objectWithoutProperties(props, _excluded);
|
|
23
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
24
|
+
role: "img",
|
|
25
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
27
|
+
children: loadingCircleStyle
|
|
28
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
fill: color
|
|
34
|
+
}, otherProps, {
|
|
35
|
+
className: iconClassName,
|
|
36
|
+
"data-testid": testid,
|
|
37
|
+
style: _objectSpread(_objectSpread({}, style), spin ? {
|
|
38
|
+
animationDuration: '1s',
|
|
39
|
+
animationIterationCount: 'infinite',
|
|
40
|
+
animationName: 'loadingCircle',
|
|
41
|
+
animationTimingFunction: 'linear'
|
|
42
|
+
} : {})
|
|
43
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
44
|
+
width: "24",
|
|
45
|
+
height: "24",
|
|
46
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
47
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
fillRule: "evenodd",
|
|
49
|
+
clipRule: "evenodd",
|
|
50
|
+
d: "M13 4h7v2h-7V4zm3 7h4v2h-4v-2zm2 7h2v2h-2v-2zM10.98 5H8.5L3 19.28h2.32l1.34-3.68h6.14l1.34 3.68h2.34L10.98 5zm1.16 8.8H7.32L9.7 7.34h.08l2.36 6.46z"
|
|
51
|
+
}))));
|
|
52
|
+
};
|
|
53
|
+
Name.propTypes = {
|
|
54
|
+
iconClassName: PropTypes.string,
|
|
55
|
+
spin: PropTypes.bool,
|
|
56
|
+
color: PropTypes.string,
|
|
57
|
+
testid: PropTypes.string,
|
|
58
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
59
|
+
};
|
|
60
|
+
Name.defaultProps = {
|
|
61
|
+
spin: false,
|
|
62
|
+
color: 'currentColor',
|
|
63
|
+
size: '1em'
|
|
64
|
+
};
|
|
65
|
+
export default Name;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
var _excluded = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
3
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
4
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
5
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
7
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
8
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
9
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
10
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
|
|
11
|
+
import React from 'react';
|
|
12
|
+
import PropTypes from 'prop-types';
|
|
13
|
+
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14
|
+
var Unpin = function Unpin(props) {
|
|
15
|
+
var color = props.color,
|
|
16
|
+
size = props.size,
|
|
17
|
+
spin = props.spin,
|
|
18
|
+
style = props.style,
|
|
19
|
+
className = props.className,
|
|
20
|
+
iconClassName = props.iconClassName,
|
|
21
|
+
testid = props.testid,
|
|
22
|
+
otherProps = _objectWithoutProperties(props, _excluded);
|
|
23
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
24
|
+
role: "img",
|
|
25
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
27
|
+
children: loadingCircleStyle
|
|
28
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
fill: color
|
|
34
|
+
}, otherProps, {
|
|
35
|
+
className: iconClassName,
|
|
36
|
+
"data-testid": testid,
|
|
37
|
+
style: _objectSpread(_objectSpread({}, style), spin ? {
|
|
38
|
+
animationDuration: '1s',
|
|
39
|
+
animationIterationCount: 'infinite',
|
|
40
|
+
animationName: 'loadingCircle',
|
|
41
|
+
animationTimingFunction: 'linear'
|
|
42
|
+
} : {})
|
|
43
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
44
|
+
width: "24",
|
|
45
|
+
height: "24",
|
|
46
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
47
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
fillRule: "evenodd",
|
|
49
|
+
clipRule: "evenodd",
|
|
50
|
+
d: "M7 10.182l-5.5-5.5 1.591-1.591 16.914 16.914-1.591 1.59L13 16.183V23h-2v-7H5v-2l2-3v-.818zM10.818 14H7.404l1.365-2.049L10.818 14z"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
d: "M15 11.606l.425.637L19 15.818V14l-2-3V5h1V3H6.182L9 5.818V5h6v6.606z"
|
|
53
|
+
}))));
|
|
54
|
+
};
|
|
55
|
+
Unpin.propTypes = {
|
|
56
|
+
iconClassName: PropTypes.string,
|
|
57
|
+
spin: PropTypes.bool,
|
|
58
|
+
color: PropTypes.string,
|
|
59
|
+
testid: PropTypes.string,
|
|
60
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
61
|
+
};
|
|
62
|
+
Unpin.defaultProps = {
|
|
63
|
+
spin: false,
|
|
64
|
+
color: 'currentColor',
|
|
65
|
+
size: '1em'
|
|
66
|
+
};
|
|
67
|
+
export default Unpin;
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
var _excluded = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
3
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
4
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
5
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
7
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
8
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
9
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
10
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
|
|
11
|
+
import React from 'react';
|
|
12
|
+
import PropTypes from 'prop-types';
|
|
13
|
+
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14
|
+
var Warehouse = function Warehouse(props) {
|
|
15
|
+
var color = props.color,
|
|
16
|
+
size = props.size,
|
|
17
|
+
spin = props.spin,
|
|
18
|
+
style = props.style,
|
|
19
|
+
className = props.className,
|
|
20
|
+
iconClassName = props.iconClassName,
|
|
21
|
+
testid = props.testid,
|
|
22
|
+
otherProps = _objectWithoutProperties(props, _excluded);
|
|
23
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
24
|
+
role: "img",
|
|
25
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
27
|
+
children: loadingCircleStyle
|
|
28
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
fill: color
|
|
34
|
+
}, otherProps, {
|
|
35
|
+
className: iconClassName,
|
|
36
|
+
"data-testid": testid,
|
|
37
|
+
style: _objectSpread(_objectSpread({}, style), spin ? {
|
|
38
|
+
animationDuration: '1s',
|
|
39
|
+
animationIterationCount: 'infinite',
|
|
40
|
+
animationName: 'loadingCircle',
|
|
41
|
+
animationTimingFunction: 'linear'
|
|
42
|
+
} : {})
|
|
43
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
44
|
+
width: "24",
|
|
45
|
+
height: "24",
|
|
46
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
47
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
d: "M12.614 5.18l8.324 6.135 1.186-1.61-8.323-6.135a3 3 0 00-3.56 0L1.917 9.705l1.187 1.61 8.323-6.135a1 1 0 011.187 0z"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
d: "M8.5 10.5a1 1 0 011-1h1a1 1 0 011 1v1a1 1 0 01-1 1h-1a1 1 0 01-1-1v-1z"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
d: "M6.5 12v6a1 1 0 001 1h9a1 1 0 001-1v-6h2v6a3 3 0 01-3 3h-9a3 3 0 01-3-3v-6h2z"
|
|
53
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
d: "M9.5 14a1 1 0 00-1 1v1a1 1 0 001 1h1a1 1 0 001-1v-1a1 1 0 00-1-1h-1z"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
d: "M13 15a1 1 0 011-1h1a1 1 0 011 1v1a1 1 0 01-1 1h-1a1 1 0 01-1-1v-1z"
|
|
57
|
+
}))));
|
|
58
|
+
};
|
|
59
|
+
Warehouse.propTypes = {
|
|
60
|
+
iconClassName: PropTypes.string,
|
|
61
|
+
spin: PropTypes.bool,
|
|
62
|
+
color: PropTypes.string,
|
|
63
|
+
testid: PropTypes.string,
|
|
64
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
65
|
+
};
|
|
66
|
+
Warehouse.defaultProps = {
|
|
67
|
+
spin: false,
|
|
68
|
+
color: 'currentColor',
|
|
69
|
+
size: '1em'
|
|
70
|
+
};
|
|
71
|
+
export default Warehouse;
|
package/dist/es/index.js
CHANGED
|
@@ -131,6 +131,8 @@ export { default as TaOperatorRegex } from './icons/operator-regex';
|
|
|
131
131
|
export { default as TaOperatorNoRegex } from './icons/operator-no-regex';
|
|
132
132
|
export { default as TaChartLine } from './icons/chart-line';
|
|
133
133
|
export { default as TaChartBar } from './icons/chart-bar';
|
|
134
|
+
export { default as TaChartStackedBar } from './icons/chart-stacked-bar';
|
|
135
|
+
export { default as TaChartPercentageBar } from './icons/chart-percentage-bar';
|
|
134
136
|
export { default as TaChartCum } from './icons/chart-cum';
|
|
135
137
|
export { default as TaChartPie } from './icons/chart-pie';
|
|
136
138
|
export { default as TaChartDNRe } from './icons/chart-d-n-re';
|
|
@@ -143,14 +145,14 @@ export { default as TaChartStackPerc } from './icons/chart-stack-perc';
|
|
|
143
145
|
export { default as TaChartComplex } from './icons/chart-complex';
|
|
144
146
|
export { default as TaChartHistogram } from './icons/chart-histogram';
|
|
145
147
|
export { default as TaChartTable } from './icons/chart-table';
|
|
146
|
-
export { default as TaChartFieldlist } from './icons/chart-fieldlist';
|
|
147
148
|
export { default as TaTable1dtable } from './icons/table-1dtable';
|
|
149
|
+
export { default as TaChartFieldlist } from './icons/chart-fieldlist';
|
|
148
150
|
export { default as TaChartSqltable } from './icons/chart-sqltable';
|
|
151
|
+
export { default as TaChartScorecard } from './icons/chart-scorecard';
|
|
149
152
|
export { default as TaChartCombinedTable } from './icons/chart-combined-table';
|
|
150
153
|
export { default as TaChartDistTable } from './icons/chart-dist-table';
|
|
151
154
|
export { default as TaChartBarTable } from './icons/chart-bar-table';
|
|
152
155
|
export { default as TaChartLineTable } from './icons/chart-line-table';
|
|
153
|
-
export { default as TaChartScatter } from './icons/chart-scatter';
|
|
154
156
|
export { default as TaSqlTableView } from './icons/sql-table-view';
|
|
155
157
|
export { default as TaChartGantt } from './icons/chart-gantt ';
|
|
156
158
|
export { default as TaMEvent } from './icons/m-event';
|
|
@@ -256,6 +258,8 @@ export { default as TaBring } from './icons/bring';
|
|
|
256
258
|
export { default as TaPulse } from './icons/pulse';
|
|
257
259
|
export { default as TaEndTask } from './icons/end-task';
|
|
258
260
|
export { default as TaTaskFlow } from './icons/task-flow';
|
|
261
|
+
export { default as TaName } from './icons/name';
|
|
262
|
+
export { default as TaWarehouse } from './icons/warehouse';
|
|
259
263
|
export { default as TaFontSize } from './icons/font-size';
|
|
260
264
|
export { default as TaFontBold } from './icons/font-bold';
|
|
261
265
|
export { default as TaFontItalic } from './icons/font- italic';
|
|
@@ -371,6 +375,7 @@ export { default as TaDownload } from './icons/download';
|
|
|
371
375
|
export { default as TaEventModify } from './icons/event-modify';
|
|
372
376
|
export { default as TaPin } from './icons/pin';
|
|
373
377
|
export { default as TaPinUnsave } from './icons/pin-unsave';
|
|
378
|
+
export { default as TaUnpin } from './icons/unpin';
|
|
374
379
|
export { default as TaUnsave } from './icons/unsave';
|
|
375
380
|
export { default as TaSticky } from './icons/sticky';
|
|
376
381
|
export { default as TaOnline } from './icons/online';
|
package/dist/index.d.ts
CHANGED
|
@@ -143,6 +143,8 @@ export const TaOperatorRegex: Icon;
|
|
|
143
143
|
export const TaOperatorNoRegex: Icon;
|
|
144
144
|
export const TaChartLine: Icon;
|
|
145
145
|
export const TaChartBar: Icon;
|
|
146
|
+
export const TaChartStackedBar: Icon;
|
|
147
|
+
export const TaChartPercentageBar: Icon;
|
|
146
148
|
export const TaChartCum: Icon;
|
|
147
149
|
export const TaChartPie: Icon;
|
|
148
150
|
export const TaChartDNRe: Icon;
|
|
@@ -155,14 +157,14 @@ export const TaChartStackPerc: Icon;
|
|
|
155
157
|
export const TaChartComplex: Icon;
|
|
156
158
|
export const TaChartHistogram: Icon;
|
|
157
159
|
export const TaChartTable: Icon;
|
|
158
|
-
export const TaChartFieldlist: Icon;
|
|
159
160
|
export const TaTable1dtable: Icon;
|
|
161
|
+
export const TaChartFieldlist: Icon;
|
|
160
162
|
export const TaChartSqltable: Icon;
|
|
163
|
+
export const TaChartScorecard: Icon;
|
|
161
164
|
export const TaChartCombinedTable: Icon;
|
|
162
165
|
export const TaChartDistTable: Icon;
|
|
163
166
|
export const TaChartBarTable: Icon;
|
|
164
167
|
export const TaChartLineTable: Icon;
|
|
165
|
-
export const TaChartScatter: Icon;
|
|
166
168
|
export const TaSqlTableView: Icon;
|
|
167
169
|
export const TaChartGantt: Icon;
|
|
168
170
|
export const TaMEvent: Icon;
|
|
@@ -268,6 +270,8 @@ export const TaBring: Icon;
|
|
|
268
270
|
export const TaPulse: Icon;
|
|
269
271
|
export const TaEndTask: Icon;
|
|
270
272
|
export const TaTaskFlow: Icon;
|
|
273
|
+
export const TaName: Icon;
|
|
274
|
+
export const TaWarehouse: Icon;
|
|
271
275
|
export const TaFontSize: Icon;
|
|
272
276
|
export const TaFontBold: Icon;
|
|
273
277
|
export const TaFontItalic: Icon;
|
|
@@ -383,6 +387,7 @@ export const TaDownload: Icon;
|
|
|
383
387
|
export const TaEventModify: Icon;
|
|
384
388
|
export const TaPin: Icon;
|
|
385
389
|
export const TaPinUnsave: Icon;
|
|
390
|
+
export const TaUnpin: Icon;
|
|
386
391
|
export const TaUnsave: Icon;
|
|
387
392
|
export const TaSticky: Icon;
|
|
388
393
|
export const TaOnline: Icon;
|
|
@@ -18,7 +18,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
18
18
|
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
19
19
|
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
|
|
20
20
|
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21
|
-
var
|
|
21
|
+
var ChartPercentageBar = function ChartPercentageBar(props) {
|
|
22
22
|
var color = props.color,
|
|
23
23
|
size = props.size,
|
|
24
24
|
spin = props.spin,
|
|
@@ -52,31 +52,29 @@ var ChartScatter = function ChartScatter(props) {
|
|
|
52
52
|
height: "24",
|
|
53
53
|
xmlns: "http://www.w3.org/2000/svg"
|
|
54
54
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
55
|
-
d: "
|
|
55
|
+
d: "M3 4h3v10H3V4z"
|
|
56
56
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
57
|
-
d: "
|
|
57
|
+
d: "M3 15.3V20h3v-4.7H3z"
|
|
58
58
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
59
|
-
d: "
|
|
59
|
+
d: "M10 4h3v6h-3V4z"
|
|
60
60
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
61
|
-
d: "
|
|
61
|
+
d: "M10 11.3h3V20h-3v-8.7z"
|
|
62
62
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
63
|
-
d: "
|
|
63
|
+
d: "M20 4h-3v8h3V4z"
|
|
64
64
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
65
|
-
d: "M20
|
|
66
|
-
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
67
|
-
d: "M15 11.5a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0z"
|
|
65
|
+
d: "M20 13.3h-3V20h3v-6.7z"
|
|
68
66
|
}))));
|
|
69
67
|
};
|
|
70
|
-
|
|
68
|
+
ChartPercentageBar.propTypes = {
|
|
71
69
|
iconClassName: _propTypes["default"].string,
|
|
72
70
|
spin: _propTypes["default"].bool,
|
|
73
71
|
color: _propTypes["default"].string,
|
|
74
72
|
testid: _propTypes["default"].string,
|
|
75
73
|
size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
|
|
76
74
|
};
|
|
77
|
-
|
|
75
|
+
ChartPercentageBar.defaultProps = {
|
|
78
76
|
spin: false,
|
|
79
77
|
color: 'currentColor',
|
|
80
78
|
size: '1em'
|
|
81
79
|
};
|
|
82
|
-
var _default = exports["default"] =
|
|
80
|
+
var _default = exports["default"] = ChartPercentageBar;
|
|
@@ -52,7 +52,7 @@ var ChartPie = function ChartPie(props) {
|
|
|
52
52
|
height: "24",
|
|
53
53
|
xmlns: "http://www.w3.org/2000/svg"
|
|
54
54
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
55
|
-
d: "M11.25 4.035a8 8 0 107.325 12.524l-1.315-.74a6.5 6.5 0 11-6.01-10.
|
|
55
|
+
d: "M11.25 4.035a8 8 0 107.325 12.524l-1.315-.74a6.5 6.5 0 11-6.01-10.276V4.035z"
|
|
56
56
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
57
57
|
d: "M19.311 15.252A7.97 7.97 0 0020 12.008v-.014a7.974 7.974 0 00-2.411-5.718 7.974 7.974 0 00-4.839-2.241v7.526l6.561 3.691z"
|
|
58
58
|
}))));
|