@tant/icons 1.22.34 → 1.22.36
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-dingding-cl.js +3 -11
- package/dist/es/icons/logo-dingding-gray.js +1 -1
- package/dist/es/icons/logo-feishu-cl.js +7 -18
- package/dist/es/icons/logo-python-gray.js +1 -1
- package/dist/es/icons/robot-off.js +71 -0
- package/dist/es/icons/shapes.js +63 -0
- package/dist/es/index.js +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/lib/icons/logo-dingding-cl.js +3 -11
- package/dist/lib/icons/logo-dingding-gray.js +1 -1
- package/dist/lib/icons/logo-feishu-cl.js +7 -18
- package/dist/lib/icons/logo-python-gray.js +1 -1
- package/dist/lib/icons/robot-off.js +78 -0
- package/dist/lib/icons/shapes.js +70 -0
- package/dist/lib/index.js +14 -0
- package/dist/tant-icons.cjs.js +1139 -1044
- package/dist/tant-icons.esm.js +1138 -1045
- package/package.json +1 -1
|
@@ -45,18 +45,10 @@ var LogoDingdingCl = function LogoDingdingCl(props) {
|
|
|
45
45
|
height: "24",
|
|
46
46
|
fill: "none",
|
|
47
47
|
xmlns: "http://www.w3.org/2000/svg"
|
|
48
|
-
}, /*#__PURE__*/React.createElement("g", {
|
|
49
|
-
clipPath: "url(#clip0_3340_346)"
|
|
50
48
|
}, /*#__PURE__*/React.createElement("path", {
|
|
51
|
-
d: "
|
|
52
|
-
fill: "#
|
|
53
|
-
}))
|
|
54
|
-
id: "clip0_3340_346"
|
|
55
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
56
|
-
width: "24",
|
|
57
|
-
height: "24",
|
|
58
|
-
fill: "#fff"
|
|
59
|
-
}))))));
|
|
49
|
+
d: "M17.929 10.922C14.707 8.435 11.075 5.14 7.094 1.608c-.314-.278-.592-.168-.732.201-.897 2.37-.028 4.474 1.377 5.687 1.411 1.218 3.51 2.34 4.794 2.934.05.023.007.097-.044.075-2.36-1.04-4.002-1.791-6.23-3.509-.24-.185-.482-.113-.511.248-.182 2.265 1.267 4.044 2.885 4.645 1.001.373 2.096.579 3.112.701.053.007.041.085-.012.085-1.31.004-2.891-.31-4.26-.835-.288-.111-.388.12-.344.302.234.957 1.418 2.42 3.302 2.727.352.058.728.065 1.062.055.08-.002.1.042.074.103 0 0-1.28 2.193-1.337 2.287-.043.073-.016.131.074.131h1.69c.077 0 .126.05.086.117-.04.067-2.256 3.74-2.36 3.916-.092.152.016.27.187.144l7.454-5.457c.093-.068.07-.16-.06-.16h-1.515c-.098 0-.12-.067-.053-.134.068-.067 1.72-1.714 2.306-2.33.612-.642.924-1.82-.11-2.62",
|
|
50
|
+
fill: "#007FFF"
|
|
51
|
+
}))));
|
|
60
52
|
};
|
|
61
53
|
LogoDingdingCl.propTypes = {
|
|
62
54
|
iconClassName: PropTypes.string,
|
|
@@ -45,7 +45,7 @@ var LogoDingdingGray = function LogoDingdingGray(props) {
|
|
|
45
45
|
height: "24",
|
|
46
46
|
xmlns: "http://www.w3.org/2000/svg"
|
|
47
47
|
}, /*#__PURE__*/React.createElement("path", {
|
|
48
|
-
d: "
|
|
48
|
+
d: "M17.929 10.922C14.707 8.435 11.075 5.14 7.094 1.608c-.314-.278-.592-.168-.732.201-.897 2.37-.028 4.474 1.377 5.687 1.411 1.218 3.51 2.34 4.794 2.934.05.023.007.097-.044.075-2.36-1.04-4.002-1.791-6.23-3.509-.24-.185-.482-.113-.511.248-.182 2.265 1.267 4.044 2.885 4.645 1.001.373 2.096.579 3.112.701.053.007.041.085-.012.085-1.31.004-2.891-.31-4.26-.835-.288-.111-.388.12-.344.302.234.957 1.418 2.42 3.302 2.727.352.058.728.065 1.062.055.08-.002.1.042.074.103 0 0-1.28 2.193-1.337 2.287-.043.073-.016.131.074.131h1.69c.077 0 .126.05.086.117-.04.067-2.256 3.74-2.36 3.916-.092.152.016.27.187.144l7.454-5.457c.093-.068.07-.16-.06-.16h-1.515c-.098 0-.12-.067-.053-.134.068-.067 1.72-1.714 2.306-2.33.612-.642.924-1.82-.11-2.62"
|
|
49
49
|
}))));
|
|
50
50
|
};
|
|
51
51
|
LogoDingdingGray.propTypes = {
|
|
@@ -45,27 +45,16 @@ var LogoFeishuCl = function LogoFeishuCl(props) {
|
|
|
45
45
|
height: "24",
|
|
46
46
|
fill: "none",
|
|
47
47
|
xmlns: "http://www.w3.org/2000/svg"
|
|
48
|
-
}, /*#__PURE__*/React.createElement("g", {
|
|
49
|
-
clipPath: "url(#clip0_3342_408)"
|
|
50
48
|
}, /*#__PURE__*/React.createElement("path", {
|
|
51
|
-
d: "
|
|
52
|
-
fill: "#
|
|
49
|
+
d: "M12.431 12.45c.507-.493 1.031-.971 1.515-1.486 1.01-1.074 2.155-1.934 3.574-2.388a7.785 7.785 0 012.458-.337c1.009.033 2 .267 2.918.687.108.052.148.077.042.184-.592.594-1.033 1.292-1.41 2.04-.54 1.069-1.03 2.163-1.644 3.194-.185.154-.31.36-.476.534a4.946 4.946 0 01-2.938 1.505c-.884.13-1.742-.01-2.593-.263a30.16 30.16 0 01-4.164-1.563.46.46 0 01-.08-.063 14.23 14.23 0 002.013-1.345c.269-.223.545-.442.785-.7z",
|
|
50
|
+
fill: "#133C99"
|
|
53
51
|
}), /*#__PURE__*/React.createElement("path", {
|
|
54
|
-
d: "
|
|
55
|
-
fill: "#
|
|
52
|
+
d: "M9.632 14.408a.293.293 0 01-.147-.046A27.139 27.139 0 011.4 8.468l-.025-.025c-.062-.068-.126-.139-.244-.094-.116.045-.115.138-.112.231v.037c.003 2.947.004 5.894.003 8.843 0 .476.194.834.59 1.088.36.229.725.451 1.106.647 2.834 1.46 5.814 1.838 8.916 1.132 2.898-.662 5.277-2.184 7.16-4.479a9.852 9.852 0 001.092-1.589c-.188.154-.311.36-.477.534a4.946 4.946 0 01-2.938 1.505c-.884.13-1.742-.01-2.593-.261a30.158 30.158 0 01-4.164-1.563.459.459 0 01-.08-.065v-.001z",
|
|
53
|
+
fill: "#3370FE"
|
|
56
54
|
}), /*#__PURE__*/React.createElement("path", {
|
|
57
|
-
d: "
|
|
58
|
-
fill: "#
|
|
59
|
-
})
|
|
60
|
-
d: "M23.6.068l-6.302 5.84a.19.19 0 01-.17.041 1.14 1.14 0 00-1.024 1.94l-4.613 4.62a.082.082 0 01-.074 0l-6.105-.455L23.064.32 23.6.068z",
|
|
61
|
-
fill: "#00D0B6"
|
|
62
|
-
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
63
|
-
id: "clip0_3342_408"
|
|
64
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
65
|
-
width: "24",
|
|
66
|
-
height: "24",
|
|
67
|
-
fill: "#fff"
|
|
68
|
-
}))))));
|
|
55
|
+
d: "M9.13 7.722a27.007 27.007 0 013.301 4.727c.507-.492 1.031-.97 1.515-1.485C14.956 9.89 16.1 9.03 17.52 8.576a12.939 12.939 0 00-2.383-4.827 1.254 1.254 0 00-1.043-.513H4.817c-.112 0-.223 0-.267.126-.045.125.04.186.123.244l.027.02a27.506 27.506 0 014.43 4.096z",
|
|
56
|
+
fill: "#00D5B8"
|
|
57
|
+
}))));
|
|
69
58
|
};
|
|
70
59
|
LogoFeishuCl.propTypes = {
|
|
71
60
|
iconClassName: PropTypes.string,
|
|
@@ -45,7 +45,7 @@ var LogoPythonGray = function LogoPythonGray(props) {
|
|
|
45
45
|
height: "24",
|
|
46
46
|
xmlns: "http://www.w3.org/2000/svg"
|
|
47
47
|
}, /*#__PURE__*/React.createElement("path", {
|
|
48
|
-
d: "
|
|
48
|
+
d: "M20.15 9a.15.15 0 00-.15-.15h-2.65V11a1.85 1.85 0 01-1.85 1.85h-7a.15.15 0 00-.15.15v7c0 .083.067.15.15.15h7a.15.15 0 00.15-.15v-3.65H13a.85.85 0 110-1.7h7a.15.15 0 00.15-.15V9zm-4.5-5a.15.15 0 00-.15-.15h-7a.15.15 0 00-.15.15v3.65H11a.85.85 0 110 1.7H4a.15.15 0 00-.15.15v5c0 .083.067.15.15.15h2.65V13a1.85 1.85 0 011.85-1.85h7a.15.15 0 00.15-.15V4zm1.7 3.15H20A1.85 1.85 0 0121.85 9v5.5A1.85 1.85 0 0120 16.35h-2.65V20a1.85 1.85 0 01-1.85 1.85h-7A1.85 1.85 0 016.65 20v-3.65H4a1.85 1.85 0 01-1.85-1.85v-5A1.85 1.85 0 014 7.65h2.65V4A1.85 1.85 0 018.5 2.15h7A1.85 1.85 0 0117.35 4v3.15z"
|
|
49
49
|
}), /*#__PURE__*/React.createElement("path", {
|
|
50
50
|
d: "M11.5 5.75a1 1 0 11-2 0 1 1 0 012 0z"
|
|
51
51
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -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 n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(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 (-1 !== e.indexOf(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 RobotOff = function RobotOff(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: "M7 11.242V17h5.757l2 2H6l-.103-.005a1 1 0 01-.892-.893L5 18V9.242l2 2z"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
d: "M3 10a1 1 0 011 1v3l-.005.102a1 1 0 01-1.99 0L2 14v-3a1 1 0 011-1z"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
d: "M21 10a1 1 0 011 1v3l-.005.102a1 1 0 01-1.99 0L20 14v-3a1 1 0 011-1z"
|
|
53
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
d: "M12 2a2 2 0 011 3.73V7h5l.102.005A1 1 0 0119 8v6.758l-2-2V9h-3.758L11 6.758V5.729c-.597-.346-1-.99-1-1.729a2 2 0 012-2z"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
d: "M21.707 20.293l-1.414 1.414-18-18 1.414-1.414 18 18z"
|
|
57
|
+
}))));
|
|
58
|
+
};
|
|
59
|
+
RobotOff.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
|
+
RobotOff.defaultProps = {
|
|
67
|
+
spin: false,
|
|
68
|
+
color: 'currentColor',
|
|
69
|
+
size: '1em'
|
|
70
|
+
};
|
|
71
|
+
export default RobotOff;
|
|
@@ -0,0 +1,63 @@
|
|
|
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 n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(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 (-1 !== e.indexOf(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 Shapes = function Shapes(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: "M4 15v5h5v-5H4zm16 2.5a2.5 2.5 0 10-5 0 2.5 2.5 0 005 0zM12.17 1.647a1.7 1.7 0 01.424.095l.2.088.187.113c.12.083.228.18.323.291l.131.176.012.018 3.696 5.933A1.7 1.7 0 0115.73 11H8.3v-.001a1.699 1.699 0 01-1.738-1.74l.007-.116a1.7 1.7 0 01.265-.765l3.72-5.911v.002c.141-.236.336-.435.57-.578l.193-.103c.2-.09.415-.14.634-.147l.219.006zM8.806 9h6.379L12.01 3.905 8.806 9zM22 17.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zM11 20a2 2 0 01-2 2H4a2 2 0 01-2-2v-5a2 2 0 012-2h5a2 2 0 012 2v5z"
|
|
49
|
+
}))));
|
|
50
|
+
};
|
|
51
|
+
Shapes.propTypes = {
|
|
52
|
+
iconClassName: PropTypes.string,
|
|
53
|
+
spin: PropTypes.bool,
|
|
54
|
+
color: PropTypes.string,
|
|
55
|
+
testid: PropTypes.string,
|
|
56
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
57
|
+
};
|
|
58
|
+
Shapes.defaultProps = {
|
|
59
|
+
spin: false,
|
|
60
|
+
color: 'currentColor',
|
|
61
|
+
size: '1em'
|
|
62
|
+
};
|
|
63
|
+
export default Shapes;
|
package/dist/es/index.js
CHANGED
|
@@ -369,6 +369,8 @@ export { default as TaNewValue } from './icons/new-value';
|
|
|
369
369
|
export { default as TaBellOff } from './icons/bell-off';
|
|
370
370
|
export { default as TaBellRing } from './icons/bell-ring';
|
|
371
371
|
export { default as TaBellPlus } from './icons/bell-plus';
|
|
372
|
+
export { default as TaShapes } from './icons/shapes';
|
|
373
|
+
export { default as TaRobotOff } from './icons/robot-off';
|
|
372
374
|
export { default as TaFontSize } from './icons/font-size';
|
|
373
375
|
export { default as TaFontBold } from './icons/font-bold';
|
|
374
376
|
export { default as TaFontItalic } from './icons/font- italic';
|
package/dist/index.d.ts
CHANGED
|
@@ -381,6 +381,8 @@ export const TaNewValue: Icon;
|
|
|
381
381
|
export const TaBellOff: Icon;
|
|
382
382
|
export const TaBellRing: Icon;
|
|
383
383
|
export const TaBellPlus: Icon;
|
|
384
|
+
export const TaShapes: Icon;
|
|
385
|
+
export const TaRobotOff: Icon;
|
|
384
386
|
export const TaFontSize: Icon;
|
|
385
387
|
export const TaFontBold: Icon;
|
|
386
388
|
export const TaFontItalic: Icon;
|
|
@@ -52,18 +52,10 @@ var LogoDingdingCl = function LogoDingdingCl(props) {
|
|
|
52
52
|
height: "24",
|
|
53
53
|
fill: "none",
|
|
54
54
|
xmlns: "http://www.w3.org/2000/svg"
|
|
55
|
-
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
56
|
-
clipPath: "url(#clip0_3340_346)"
|
|
57
55
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
58
|
-
d: "
|
|
59
|
-
fill: "#
|
|
60
|
-
}))
|
|
61
|
-
id: "clip0_3340_346"
|
|
62
|
-
}, /*#__PURE__*/_react["default"].createElement("rect", {
|
|
63
|
-
width: "24",
|
|
64
|
-
height: "24",
|
|
65
|
-
fill: "#fff"
|
|
66
|
-
}))))));
|
|
56
|
+
d: "M17.929 10.922C14.707 8.435 11.075 5.14 7.094 1.608c-.314-.278-.592-.168-.732.201-.897 2.37-.028 4.474 1.377 5.687 1.411 1.218 3.51 2.34 4.794 2.934.05.023.007.097-.044.075-2.36-1.04-4.002-1.791-6.23-3.509-.24-.185-.482-.113-.511.248-.182 2.265 1.267 4.044 2.885 4.645 1.001.373 2.096.579 3.112.701.053.007.041.085-.012.085-1.31.004-2.891-.31-4.26-.835-.288-.111-.388.12-.344.302.234.957 1.418 2.42 3.302 2.727.352.058.728.065 1.062.055.08-.002.1.042.074.103 0 0-1.28 2.193-1.337 2.287-.043.073-.016.131.074.131h1.69c.077 0 .126.05.086.117-.04.067-2.256 3.74-2.36 3.916-.092.152.016.27.187.144l7.454-5.457c.093-.068.07-.16-.06-.16h-1.515c-.098 0-.12-.067-.053-.134.068-.067 1.72-1.714 2.306-2.33.612-.642.924-1.82-.11-2.62",
|
|
57
|
+
fill: "#007FFF"
|
|
58
|
+
}))));
|
|
67
59
|
};
|
|
68
60
|
LogoDingdingCl.propTypes = {
|
|
69
61
|
iconClassName: _propTypes["default"].string,
|
|
@@ -52,7 +52,7 @@ var LogoDingdingGray = function LogoDingdingGray(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: "M17.929 10.922C14.707 8.435 11.075 5.14 7.094 1.608c-.314-.278-.592-.168-.732.201-.897 2.37-.028 4.474 1.377 5.687 1.411 1.218 3.51 2.34 4.794 2.934.05.023.007.097-.044.075-2.36-1.04-4.002-1.791-6.23-3.509-.24-.185-.482-.113-.511.248-.182 2.265 1.267 4.044 2.885 4.645 1.001.373 2.096.579 3.112.701.053.007.041.085-.012.085-1.31.004-2.891-.31-4.26-.835-.288-.111-.388.12-.344.302.234.957 1.418 2.42 3.302 2.727.352.058.728.065 1.062.055.08-.002.1.042.074.103 0 0-1.28 2.193-1.337 2.287-.043.073-.016.131.074.131h1.69c.077 0 .126.05.086.117-.04.067-2.256 3.74-2.36 3.916-.092.152.016.27.187.144l7.454-5.457c.093-.068.07-.16-.06-.16h-1.515c-.098 0-.12-.067-.053-.134.068-.067 1.72-1.714 2.306-2.33.612-.642.924-1.82-.11-2.62"
|
|
56
56
|
}))));
|
|
57
57
|
};
|
|
58
58
|
LogoDingdingGray.propTypes = {
|
|
@@ -52,27 +52,16 @@ var LogoFeishuCl = function LogoFeishuCl(props) {
|
|
|
52
52
|
height: "24",
|
|
53
53
|
fill: "none",
|
|
54
54
|
xmlns: "http://www.w3.org/2000/svg"
|
|
55
|
-
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
56
|
-
clipPath: "url(#clip0_3342_408)"
|
|
57
55
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
58
|
-
d: "
|
|
59
|
-
fill: "#
|
|
56
|
+
d: "M12.431 12.45c.507-.493 1.031-.971 1.515-1.486 1.01-1.074 2.155-1.934 3.574-2.388a7.785 7.785 0 012.458-.337c1.009.033 2 .267 2.918.687.108.052.148.077.042.184-.592.594-1.033 1.292-1.41 2.04-.54 1.069-1.03 2.163-1.644 3.194-.185.154-.31.36-.476.534a4.946 4.946 0 01-2.938 1.505c-.884.13-1.742-.01-2.593-.263a30.16 30.16 0 01-4.164-1.563.46.46 0 01-.08-.063 14.23 14.23 0 002.013-1.345c.269-.223.545-.442.785-.7z",
|
|
57
|
+
fill: "#133C99"
|
|
60
58
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
61
|
-
d: "
|
|
62
|
-
fill: "#
|
|
59
|
+
d: "M9.632 14.408a.293.293 0 01-.147-.046A27.139 27.139 0 011.4 8.468l-.025-.025c-.062-.068-.126-.139-.244-.094-.116.045-.115.138-.112.231v.037c.003 2.947.004 5.894.003 8.843 0 .476.194.834.59 1.088.36.229.725.451 1.106.647 2.834 1.46 5.814 1.838 8.916 1.132 2.898-.662 5.277-2.184 7.16-4.479a9.852 9.852 0 001.092-1.589c-.188.154-.311.36-.477.534a4.946 4.946 0 01-2.938 1.505c-.884.13-1.742-.01-2.593-.261a30.158 30.158 0 01-4.164-1.563.459.459 0 01-.08-.065v-.001z",
|
|
60
|
+
fill: "#3370FE"
|
|
63
61
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
64
|
-
d: "
|
|
65
|
-
fill: "#
|
|
66
|
-
})
|
|
67
|
-
d: "M23.6.068l-6.302 5.84a.19.19 0 01-.17.041 1.14 1.14 0 00-1.024 1.94l-4.613 4.62a.082.082 0 01-.074 0l-6.105-.455L23.064.32 23.6.068z",
|
|
68
|
-
fill: "#00D0B6"
|
|
69
|
-
})), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
|
|
70
|
-
id: "clip0_3342_408"
|
|
71
|
-
}, /*#__PURE__*/_react["default"].createElement("rect", {
|
|
72
|
-
width: "24",
|
|
73
|
-
height: "24",
|
|
74
|
-
fill: "#fff"
|
|
75
|
-
}))))));
|
|
62
|
+
d: "M9.13 7.722a27.007 27.007 0 013.301 4.727c.507-.492 1.031-.97 1.515-1.485C14.956 9.89 16.1 9.03 17.52 8.576a12.939 12.939 0 00-2.383-4.827 1.254 1.254 0 00-1.043-.513H4.817c-.112 0-.223 0-.267.126-.045.125.04.186.123.244l.027.02a27.506 27.506 0 014.43 4.096z",
|
|
63
|
+
fill: "#00D5B8"
|
|
64
|
+
}))));
|
|
76
65
|
};
|
|
77
66
|
LogoFeishuCl.propTypes = {
|
|
78
67
|
iconClassName: _propTypes["default"].string,
|
|
@@ -52,7 +52,7 @@ var LogoPythonGray = function LogoPythonGray(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: "M20.15 9a.15.15 0 00-.15-.15h-2.65V11a1.85 1.85 0 01-1.85 1.85h-7a.15.15 0 00-.15.15v7c0 .083.067.15.15.15h7a.15.15 0 00.15-.15v-3.65H13a.85.85 0 110-1.7h7a.15.15 0 00.15-.15V9zm-4.5-5a.15.15 0 00-.15-.15h-7a.15.15 0 00-.15.15v3.65H11a.85.85 0 110 1.7H4a.15.15 0 00-.15.15v5c0 .083.067.15.15.15h2.65V13a1.85 1.85 0 011.85-1.85h7a.15.15 0 00.15-.15V4zm1.7 3.15H20A1.85 1.85 0 0121.85 9v5.5A1.85 1.85 0 0120 16.35h-2.65V20a1.85 1.85 0 01-1.85 1.85h-7A1.85 1.85 0 016.65 20v-3.65H4a1.85 1.85 0 01-1.85-1.85v-5A1.85 1.85 0 014 7.65h2.65V4A1.85 1.85 0 018.5 2.15h7A1.85 1.85 0 0117.35 4v3.15z"
|
|
56
56
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
57
57
|
d: "M11.5 5.75a1 1 0 11-2 0 1 1 0 012 0z"
|
|
58
58
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
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); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
10
|
+
var _excluded = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
12
|
+
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); }
|
|
13
|
+
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; }
|
|
14
|
+
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; }
|
|
15
|
+
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; }
|
|
16
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
17
|
+
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); }
|
|
18
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
19
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
20
|
+
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21
|
+
var RobotOff = function RobotOff(props) {
|
|
22
|
+
var color = props.color,
|
|
23
|
+
size = props.size,
|
|
24
|
+
spin = props.spin,
|
|
25
|
+
style = props.style,
|
|
26
|
+
className = props.className,
|
|
27
|
+
iconClassName = props.iconClassName,
|
|
28
|
+
testid = props.testid,
|
|
29
|
+
otherProps = _objectWithoutProperties(props, _excluded);
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement("span", {
|
|
31
|
+
role: "img",
|
|
32
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
33
|
+
}, /*#__PURE__*/_react["default"].createElement("style", {
|
|
34
|
+
children: loadingCircleStyle
|
|
35
|
+
}), /*#__PURE__*/_react["default"].createElement("svg", _extends({
|
|
36
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
+
width: size,
|
|
38
|
+
height: size,
|
|
39
|
+
viewBox: "0 0 24 24",
|
|
40
|
+
fill: color
|
|
41
|
+
}, otherProps, {
|
|
42
|
+
className: iconClassName,
|
|
43
|
+
"data-testid": testid,
|
|
44
|
+
style: _objectSpread(_objectSpread({}, style), spin ? {
|
|
45
|
+
animationDuration: '1s',
|
|
46
|
+
animationIterationCount: 'infinite',
|
|
47
|
+
animationName: 'loadingCircle',
|
|
48
|
+
animationTimingFunction: 'linear'
|
|
49
|
+
} : {})
|
|
50
|
+
}), /*#__PURE__*/_react["default"].createElement("svg", {
|
|
51
|
+
width: "24",
|
|
52
|
+
height: "24",
|
|
53
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
54
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
55
|
+
d: "M7 11.242V17h5.757l2 2H6l-.103-.005a1 1 0 01-.892-.893L5 18V9.242l2 2z"
|
|
56
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
57
|
+
d: "M3 10a1 1 0 011 1v3l-.005.102a1 1 0 01-1.99 0L2 14v-3a1 1 0 011-1z"
|
|
58
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
59
|
+
d: "M21 10a1 1 0 011 1v3l-.005.102a1 1 0 01-1.99 0L20 14v-3a1 1 0 011-1z"
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
61
|
+
d: "M12 2a2 2 0 011 3.73V7h5l.102.005A1 1 0 0119 8v6.758l-2-2V9h-3.758L11 6.758V5.729c-.597-.346-1-.99-1-1.729a2 2 0 012-2z"
|
|
62
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
63
|
+
d: "M21.707 20.293l-1.414 1.414-18-18 1.414-1.414 18 18z"
|
|
64
|
+
}))));
|
|
65
|
+
};
|
|
66
|
+
RobotOff.propTypes = {
|
|
67
|
+
iconClassName: _propTypes["default"].string,
|
|
68
|
+
spin: _propTypes["default"].bool,
|
|
69
|
+
color: _propTypes["default"].string,
|
|
70
|
+
testid: _propTypes["default"].string,
|
|
71
|
+
size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
|
|
72
|
+
};
|
|
73
|
+
RobotOff.defaultProps = {
|
|
74
|
+
spin: false,
|
|
75
|
+
color: 'currentColor',
|
|
76
|
+
size: '1em'
|
|
77
|
+
};
|
|
78
|
+
var _default = exports["default"] = RobotOff;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
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); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
10
|
+
var _excluded = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
12
|
+
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); }
|
|
13
|
+
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; }
|
|
14
|
+
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; }
|
|
15
|
+
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; }
|
|
16
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
17
|
+
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); }
|
|
18
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
19
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
20
|
+
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21
|
+
var Shapes = function Shapes(props) {
|
|
22
|
+
var color = props.color,
|
|
23
|
+
size = props.size,
|
|
24
|
+
spin = props.spin,
|
|
25
|
+
style = props.style,
|
|
26
|
+
className = props.className,
|
|
27
|
+
iconClassName = props.iconClassName,
|
|
28
|
+
testid = props.testid,
|
|
29
|
+
otherProps = _objectWithoutProperties(props, _excluded);
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement("span", {
|
|
31
|
+
role: "img",
|
|
32
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
33
|
+
}, /*#__PURE__*/_react["default"].createElement("style", {
|
|
34
|
+
children: loadingCircleStyle
|
|
35
|
+
}), /*#__PURE__*/_react["default"].createElement("svg", _extends({
|
|
36
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
+
width: size,
|
|
38
|
+
height: size,
|
|
39
|
+
viewBox: "0 0 24 24",
|
|
40
|
+
fill: color
|
|
41
|
+
}, otherProps, {
|
|
42
|
+
className: iconClassName,
|
|
43
|
+
"data-testid": testid,
|
|
44
|
+
style: _objectSpread(_objectSpread({}, style), spin ? {
|
|
45
|
+
animationDuration: '1s',
|
|
46
|
+
animationIterationCount: 'infinite',
|
|
47
|
+
animationName: 'loadingCircle',
|
|
48
|
+
animationTimingFunction: 'linear'
|
|
49
|
+
} : {})
|
|
50
|
+
}), /*#__PURE__*/_react["default"].createElement("svg", {
|
|
51
|
+
width: "24",
|
|
52
|
+
height: "24",
|
|
53
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
54
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
55
|
+
d: "M4 15v5h5v-5H4zm16 2.5a2.5 2.5 0 10-5 0 2.5 2.5 0 005 0zM12.17 1.647a1.7 1.7 0 01.424.095l.2.088.187.113c.12.083.228.18.323.291l.131.176.012.018 3.696 5.933A1.7 1.7 0 0115.73 11H8.3v-.001a1.699 1.699 0 01-1.738-1.74l.007-.116a1.7 1.7 0 01.265-.765l3.72-5.911v.002c.141-.236.336-.435.57-.578l.193-.103c.2-.09.415-.14.634-.147l.219.006zM8.806 9h6.379L12.01 3.905 8.806 9zM22 17.5a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zM11 20a2 2 0 01-2 2H4a2 2 0 01-2-2v-5a2 2 0 012-2h5a2 2 0 012 2v5z"
|
|
56
|
+
}))));
|
|
57
|
+
};
|
|
58
|
+
Shapes.propTypes = {
|
|
59
|
+
iconClassName: _propTypes["default"].string,
|
|
60
|
+
spin: _propTypes["default"].bool,
|
|
61
|
+
color: _propTypes["default"].string,
|
|
62
|
+
testid: _propTypes["default"].string,
|
|
63
|
+
size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
|
|
64
|
+
};
|
|
65
|
+
Shapes.defaultProps = {
|
|
66
|
+
spin: false,
|
|
67
|
+
color: 'currentColor',
|
|
68
|
+
size: '1em'
|
|
69
|
+
};
|
|
70
|
+
var _default = exports["default"] = Shapes;
|
package/dist/lib/index.js
CHANGED
|
@@ -2847,6 +2847,12 @@ Object.defineProperty(exports, "TaRobot", {
|
|
|
2847
2847
|
return _robot["default"];
|
|
2848
2848
|
}
|
|
2849
2849
|
});
|
|
2850
|
+
Object.defineProperty(exports, "TaRobotOff", {
|
|
2851
|
+
enumerable: true,
|
|
2852
|
+
get: function get() {
|
|
2853
|
+
return _robotOff["default"];
|
|
2854
|
+
}
|
|
2855
|
+
});
|
|
2850
2856
|
Object.defineProperty(exports, "TaRowsSm", {
|
|
2851
2857
|
enumerable: true,
|
|
2852
2858
|
get: function get() {
|
|
@@ -2931,6 +2937,12 @@ Object.defineProperty(exports, "TaSetting", {
|
|
|
2931
2937
|
return _setting["default"];
|
|
2932
2938
|
}
|
|
2933
2939
|
});
|
|
2940
|
+
Object.defineProperty(exports, "TaShapes", {
|
|
2941
|
+
enumerable: true,
|
|
2942
|
+
get: function get() {
|
|
2943
|
+
return _shapes["default"];
|
|
2944
|
+
}
|
|
2945
|
+
});
|
|
2934
2946
|
Object.defineProperty(exports, "TaShare", {
|
|
2935
2947
|
enumerable: true,
|
|
2936
2948
|
get: function get() {
|
|
@@ -4064,6 +4076,8 @@ var _newValue = _interopRequireDefault(require("./icons/new-value"));
|
|
|
4064
4076
|
var _bellOff = _interopRequireDefault(require("./icons/bell-off"));
|
|
4065
4077
|
var _bellRing = _interopRequireDefault(require("./icons/bell-ring"));
|
|
4066
4078
|
var _bellPlus = _interopRequireDefault(require("./icons/bell-plus"));
|
|
4079
|
+
var _shapes = _interopRequireDefault(require("./icons/shapes"));
|
|
4080
|
+
var _robotOff = _interopRequireDefault(require("./icons/robot-off"));
|
|
4067
4081
|
var _fontSize = _interopRequireDefault(require("./icons/font-size"));
|
|
4068
4082
|
var _fontBold = _interopRequireDefault(require("./icons/font-bold"));
|
|
4069
4083
|
var _fontItalic = _interopRequireDefault(require("./icons/font- italic"));
|