@tant/icons 1.18.26 → 1.18.29
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/{align-left.js → resizer.js} +7 -5
- package/dist/es/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/lib/icons/{align-left.js → resizer.js} +7 -5
- package/dist/lib/index.js +7 -7
- package/dist/tant-icons.cjs.js +748 -746
- package/dist/tant-icons.esm.js +748 -746
- 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 Resizer = function Resizer(props) {
|
|
15
15
|
var color = props.color,
|
|
16
16
|
size = props.size,
|
|
17
17
|
spin = props.spin,
|
|
@@ -45,19 +45,21 @@ var AlignLeft = function AlignLeft(props) {
|
|
|
45
45
|
height: "24",
|
|
46
46
|
xmlns: "http://www.w3.org/2000/svg"
|
|
47
47
|
}, /*#__PURE__*/React.createElement("path", {
|
|
48
|
-
d: "
|
|
48
|
+
d: "M1.5 21.611l.889.889L22.5 2.389l-.889-.889L1.5 21.611z"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
d: "M12.444 22.5L22.5 12.444l-.889-.888L11.556 21.61l.888.889z"
|
|
49
51
|
}))));
|
|
50
52
|
};
|
|
51
|
-
|
|
53
|
+
Resizer.propTypes = {
|
|
52
54
|
iconClassName: PropTypes.string,
|
|
53
55
|
spin: PropTypes.bool,
|
|
54
56
|
color: PropTypes.string,
|
|
55
57
|
testid: PropTypes.string,
|
|
56
58
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
57
59
|
};
|
|
58
|
-
|
|
60
|
+
Resizer.defaultProps = {
|
|
59
61
|
spin: false,
|
|
60
62
|
color: 'currentColor',
|
|
61
63
|
size: '1em'
|
|
62
64
|
};
|
|
63
|
-
export default
|
|
65
|
+
export default Resizer;
|
package/dist/es/index.js
CHANGED
|
@@ -115,7 +115,6 @@ export { default as TaAlignRight } from './icons/align-right';
|
|
|
115
115
|
export { default as TaTableClassic } from './icons/table-classic ';
|
|
116
116
|
export { default as TaTableStriped } from './icons/table-striped';
|
|
117
117
|
export { default as TaTableSimple } from './icons/table-simple ';
|
|
118
|
-
export { default as TaAlignLeft } from './icons/align-left';
|
|
119
118
|
export { default as TaOperatorEqual } from './icons/operator-equal';
|
|
120
119
|
export { default as TaOperatorUnequal } from './icons/operator-unequal';
|
|
121
120
|
export { default as TaOperatorDivide } from './icons/operator-divide';
|
|
@@ -290,6 +289,7 @@ export { default as TaDebugPlay } from './icons/debug-play';
|
|
|
290
289
|
export { default as TaTextCase } from './icons/text-case';
|
|
291
290
|
export { default as TaTextWholeMatch } from './icons/text-whole-match';
|
|
292
291
|
export { default as TaAttachment } from './icons/attachment';
|
|
292
|
+
export { default as TaResizer } from './icons/resizer';
|
|
293
293
|
export { default as TaUser1 } from './icons/user-1';
|
|
294
294
|
export { default as TaUser1Fill } from './icons/user-1-fill';
|
|
295
295
|
export { default as TaUser2 } from './icons/user-2';
|
package/dist/index.d.ts
CHANGED
|
@@ -127,7 +127,6 @@ export const TaAlignRight: Icon;
|
|
|
127
127
|
export const TaTableClassic: Icon;
|
|
128
128
|
export const TaTableStriped: Icon;
|
|
129
129
|
export const TaTableSimple: Icon;
|
|
130
|
-
export const TaAlignLeft: Icon;
|
|
131
130
|
export const TaOperatorEqual: Icon;
|
|
132
131
|
export const TaOperatorUnequal: Icon;
|
|
133
132
|
export const TaOperatorDivide: Icon;
|
|
@@ -302,6 +301,7 @@ export const TaDebugPlay: Icon;
|
|
|
302
301
|
export const TaTextCase: Icon;
|
|
303
302
|
export const TaTextWholeMatch: Icon;
|
|
304
303
|
export const TaAttachment: Icon;
|
|
304
|
+
export const TaResizer: Icon;
|
|
305
305
|
export const TaUser1: Icon;
|
|
306
306
|
export const TaUser1Fill: Icon;
|
|
307
307
|
export const TaUser2: 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 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
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
20
|
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21
|
-
var
|
|
21
|
+
var Resizer = function Resizer(props) {
|
|
22
22
|
var color = props.color,
|
|
23
23
|
size = props.size,
|
|
24
24
|
spin = props.spin,
|
|
@@ -52,19 +52,21 @@ var AlignLeft = function AlignLeft(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: "M1.5 21.611l.889.889L22.5 2.389l-.889-.889L1.5 21.611z"
|
|
56
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
57
|
+
d: "M12.444 22.5L22.5 12.444l-.889-.888L11.556 21.61l.888.889z"
|
|
56
58
|
}))));
|
|
57
59
|
};
|
|
58
|
-
|
|
60
|
+
Resizer.propTypes = {
|
|
59
61
|
iconClassName: _propTypes["default"].string,
|
|
60
62
|
spin: _propTypes["default"].bool,
|
|
61
63
|
color: _propTypes["default"].string,
|
|
62
64
|
testid: _propTypes["default"].string,
|
|
63
65
|
size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
|
|
64
66
|
};
|
|
65
|
-
|
|
67
|
+
Resizer.defaultProps = {
|
|
66
68
|
spin: false,
|
|
67
69
|
color: 'currentColor',
|
|
68
70
|
size: '1em'
|
|
69
71
|
};
|
|
70
|
-
var _default = exports["default"] =
|
|
72
|
+
var _default = exports["default"] = Resizer;
|
package/dist/lib/index.js
CHANGED
|
@@ -51,12 +51,6 @@ Object.defineProperty(exports, "TaAlignCenter", {
|
|
|
51
51
|
return _alignCenter["default"];
|
|
52
52
|
}
|
|
53
53
|
});
|
|
54
|
-
Object.defineProperty(exports, "TaAlignLeft", {
|
|
55
|
-
enumerable: true,
|
|
56
|
-
get: function get() {
|
|
57
|
-
return _alignLeft["default"];
|
|
58
|
-
}
|
|
59
|
-
});
|
|
60
54
|
Object.defineProperty(exports, "TaAlignRight", {
|
|
61
55
|
enumerable: true,
|
|
62
56
|
get: function get() {
|
|
@@ -2175,6 +2169,12 @@ Object.defineProperty(exports, "TaResetPassword", {
|
|
|
2175
2169
|
return _resetPassword["default"];
|
|
2176
2170
|
}
|
|
2177
2171
|
});
|
|
2172
|
+
Object.defineProperty(exports, "TaResizer", {
|
|
2173
|
+
enumerable: true,
|
|
2174
|
+
get: function get() {
|
|
2175
|
+
return _resizer["default"];
|
|
2176
|
+
}
|
|
2177
|
+
});
|
|
2178
2178
|
Object.defineProperty(exports, "TaResult", {
|
|
2179
2179
|
enumerable: true,
|
|
2180
2180
|
get: function get() {
|
|
@@ -3030,7 +3030,6 @@ var _alignRight = _interopRequireDefault(require("./icons/align-right"));
|
|
|
3030
3030
|
var _tableClassic = _interopRequireDefault(require("./icons/table-classic "));
|
|
3031
3031
|
var _tableStriped = _interopRequireDefault(require("./icons/table-striped"));
|
|
3032
3032
|
var _tableSimple = _interopRequireDefault(require("./icons/table-simple "));
|
|
3033
|
-
var _alignLeft = _interopRequireDefault(require("./icons/align-left"));
|
|
3034
3033
|
var _operatorEqual = _interopRequireDefault(require("./icons/operator-equal"));
|
|
3035
3034
|
var _operatorUnequal = _interopRequireDefault(require("./icons/operator-unequal"));
|
|
3036
3035
|
var _operatorDivide = _interopRequireDefault(require("./icons/operator-divide"));
|
|
@@ -3205,6 +3204,7 @@ var _debugPlay = _interopRequireDefault(require("./icons/debug-play"));
|
|
|
3205
3204
|
var _textCase = _interopRequireDefault(require("./icons/text-case"));
|
|
3206
3205
|
var _textWholeMatch = _interopRequireDefault(require("./icons/text-whole-match"));
|
|
3207
3206
|
var _attachment = _interopRequireDefault(require("./icons/attachment"));
|
|
3207
|
+
var _resizer = _interopRequireDefault(require("./icons/resizer"));
|
|
3208
3208
|
var _user = _interopRequireDefault(require("./icons/user-1"));
|
|
3209
3209
|
var _user1Fill = _interopRequireDefault(require("./icons/user-1-fill"));
|
|
3210
3210
|
var _user2 = _interopRequireDefault(require("./icons/user-2"));
|