@tant/icons 1.3.9 → 1.3.11
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/d-manage-cl.js +7 -10
- package/dist/es/icons/m-retention-cl.js +13 -13
- package/dist/es/icons/{pinch .js → pinch.js} +0 -0
- package/dist/es/index.js +1 -1
- package/dist/lib/icons/d-manage-cl.js +7 -10
- package/dist/lib/icons/m-retention-cl.js +13 -13
- package/dist/lib/icons/{pinch .js → pinch.js} +0 -0
- package/dist/lib/index.js +1 -1
- package/dist/tant-icons.cjs.js +20 -23
- package/dist/tant-icons.esm.js +20 -23
- package/package.json +1 -1
|
@@ -40,23 +40,20 @@ var DManageCl = function DManageCl(props) {
|
|
|
40
40
|
fill: "#B3CFF8"
|
|
41
41
|
}), /*#__PURE__*/React.createElement("path", {
|
|
42
42
|
d: "M2 12.75V5.982L8 9v7.5l-6-3.75z",
|
|
43
|
-
fill: "#
|
|
44
|
-
opacity: ".6"
|
|
43
|
+
fill: "#73ABFA"
|
|
45
44
|
}), /*#__PURE__*/React.createElement("path", {
|
|
46
45
|
d: "M22 17.75V11l-6 3v7.5l6-3.75z",
|
|
47
46
|
fill: "#B3CFF8"
|
|
48
47
|
}), /*#__PURE__*/React.createElement("path", {
|
|
49
48
|
d: "M10.001 17.75v-6.768l6 3.018v7.5l-6-3.75z",
|
|
50
|
-
fill: "#
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
style: "mix-blend-mode:multiply",
|
|
49
|
+
fill: "#73ABFA"
|
|
50
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
51
|
+
d: "M8 2.807L14 6 8 9.048 2 6l6-3.193z",
|
|
54
52
|
fill: "#1673F6"
|
|
55
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
56
|
-
d: "M8 2.807L14 6 8 9.048 2 6l6-3.193z"
|
|
57
53
|
}), /*#__PURE__*/React.createElement("path", {
|
|
58
|
-
d: "M16 7.807L22 11l-6 3.047L10 11l6-3.193z"
|
|
59
|
-
|
|
54
|
+
d: "M16 7.807L22 11l-6 3.047L10 11l6-3.193z",
|
|
55
|
+
fill: "#1673F6"
|
|
56
|
+
})));
|
|
60
57
|
};
|
|
61
58
|
DManageCl.propTypes = {
|
|
62
59
|
iconClassName: PropTypes.string,
|
|
@@ -35,25 +35,25 @@ var MRetentionCl = function MRetentionCl(props) {
|
|
|
35
35
|
animationName: 'loadingCircle',
|
|
36
36
|
animationTimingFunction: 'linear'
|
|
37
37
|
} : {})
|
|
38
|
-
}), /*#__PURE__*/React.createElement("
|
|
39
|
-
|
|
38
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
39
|
+
d: "M9 3H3v6h6V3z",
|
|
40
|
+
fill: "#1673F6"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
42
|
+
d: "M9 9H3v6h6V9z",
|
|
40
43
|
fill: "#1673F6"
|
|
41
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
42
|
-
d: "M9 3H3v6h6V3z"
|
|
43
44
|
}), /*#__PURE__*/React.createElement("path", {
|
|
44
|
-
d: "M9
|
|
45
|
+
d: "M9 3h6v6H9V3z",
|
|
46
|
+
fill: "#1673F6"
|
|
45
47
|
}), /*#__PURE__*/React.createElement("path", {
|
|
46
|
-
d: "
|
|
48
|
+
d: "M21 3h-6v6h6V3z",
|
|
49
|
+
fill: "#1673F6"
|
|
47
50
|
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
-
d: "
|
|
49
|
-
})), /*#__PURE__*/React.createElement("g", {
|
|
50
|
-
style: "mix-blend-mode:multiply",
|
|
51
|
+
d: "M3 9h6v12H3V9z",
|
|
51
52
|
fill: "#F66C47"
|
|
52
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
53
|
-
d: "M3 9h6v12H3V9z"
|
|
54
53
|
}), /*#__PURE__*/React.createElement("path", {
|
|
55
|
-
d: "M9 9h6v6H9V9z"
|
|
56
|
-
|
|
54
|
+
d: "M9 9h6v6H9V9z",
|
|
55
|
+
fill: "#F66C47"
|
|
56
|
+
})));
|
|
57
57
|
};
|
|
58
58
|
MRetentionCl.propTypes = {
|
|
59
59
|
iconClassName: PropTypes.string,
|
|
File without changes
|
package/dist/es/index.js
CHANGED
|
@@ -283,7 +283,7 @@ export { default as TaUpload } from './icons/upload';
|
|
|
283
283
|
export { default as TaClick } from './icons/click';
|
|
284
284
|
export { default as TaInstall } from './icons/install';
|
|
285
285
|
export { default as TaExpand } from './icons/expand';
|
|
286
|
-
export { default as TaPinch } from './icons/pinch
|
|
286
|
+
export { default as TaPinch } from './icons/pinch';
|
|
287
287
|
export { default as TaNewIndicator } from './icons/new-indicator';
|
|
288
288
|
export { default as TaBoxOpen } from './icons/box-open';
|
|
289
289
|
export { default as TaInterval } from './icons/interval';
|
|
@@ -47,23 +47,20 @@ var DManageCl = function DManageCl(props) {
|
|
|
47
47
|
fill: "#B3CFF8"
|
|
48
48
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
49
49
|
d: "M2 12.75V5.982L8 9v7.5l-6-3.75z",
|
|
50
|
-
fill: "#
|
|
51
|
-
opacity: ".6"
|
|
50
|
+
fill: "#73ABFA"
|
|
52
51
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
53
52
|
d: "M22 17.75V11l-6 3v7.5l6-3.75z",
|
|
54
53
|
fill: "#B3CFF8"
|
|
55
54
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
56
55
|
d: "M10.001 17.75v-6.768l6 3.018v7.5l-6-3.75z",
|
|
57
|
-
fill: "#
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
style: "mix-blend-mode:multiply",
|
|
56
|
+
fill: "#73ABFA"
|
|
57
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
58
|
+
d: "M8 2.807L14 6 8 9.048 2 6l6-3.193z",
|
|
61
59
|
fill: "#1673F6"
|
|
62
|
-
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
63
|
-
d: "M8 2.807L14 6 8 9.048 2 6l6-3.193z"
|
|
64
60
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
65
|
-
d: "M16 7.807L22 11l-6 3.047L10 11l6-3.193z"
|
|
66
|
-
|
|
61
|
+
d: "M16 7.807L22 11l-6 3.047L10 11l6-3.193z",
|
|
62
|
+
fill: "#1673F6"
|
|
63
|
+
})));
|
|
67
64
|
};
|
|
68
65
|
DManageCl.propTypes = {
|
|
69
66
|
iconClassName: _propTypes["default"].string,
|
|
@@ -42,25 +42,25 @@ var MRetentionCl = function MRetentionCl(props) {
|
|
|
42
42
|
animationName: 'loadingCircle',
|
|
43
43
|
animationTimingFunction: 'linear'
|
|
44
44
|
} : {})
|
|
45
|
-
}), /*#__PURE__*/_react["default"].createElement("
|
|
46
|
-
|
|
45
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
46
|
+
d: "M9 3H3v6h6V3z",
|
|
47
|
+
fill: "#1673F6"
|
|
48
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
49
|
+
d: "M9 9H3v6h6V9z",
|
|
47
50
|
fill: "#1673F6"
|
|
48
|
-
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
49
|
-
d: "M9 3H3v6h6V3z"
|
|
50
51
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
51
|
-
d: "M9
|
|
52
|
+
d: "M9 3h6v6H9V3z",
|
|
53
|
+
fill: "#1673F6"
|
|
52
54
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
53
|
-
d: "
|
|
55
|
+
d: "M21 3h-6v6h6V3z",
|
|
56
|
+
fill: "#1673F6"
|
|
54
57
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
55
|
-
d: "
|
|
56
|
-
})), /*#__PURE__*/_react["default"].createElement("g", {
|
|
57
|
-
style: "mix-blend-mode:multiply",
|
|
58
|
+
d: "M3 9h6v12H3V9z",
|
|
58
59
|
fill: "#F66C47"
|
|
59
|
-
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
60
|
-
d: "M3 9h6v12H3V9z"
|
|
61
60
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
62
|
-
d: "M9 9h6v6H9V9z"
|
|
63
|
-
|
|
61
|
+
d: "M9 9h6v6H9V9z",
|
|
62
|
+
fill: "#F66C47"
|
|
63
|
+
})));
|
|
64
64
|
};
|
|
65
65
|
MRetentionCl.propTypes = {
|
|
66
66
|
iconClassName: _propTypes["default"].string,
|
|
File without changes
|
package/dist/lib/index.js
CHANGED
|
@@ -2400,7 +2400,7 @@ var _upload = _interopRequireDefault(require("./icons/upload"));
|
|
|
2400
2400
|
var _click = _interopRequireDefault(require("./icons/click"));
|
|
2401
2401
|
var _install = _interopRequireDefault(require("./icons/install"));
|
|
2402
2402
|
var _expand = _interopRequireDefault(require("./icons/expand"));
|
|
2403
|
-
var _pinch = _interopRequireDefault(require("./icons/pinch
|
|
2403
|
+
var _pinch = _interopRequireDefault(require("./icons/pinch"));
|
|
2404
2404
|
var _newIndicator = _interopRequireDefault(require("./icons/new-indicator"));
|
|
2405
2405
|
var _boxOpen = _interopRequireDefault(require("./icons/box-open"));
|
|
2406
2406
|
var _interval = _interopRequireDefault(require("./icons/interval"));
|
package/dist/tant-icons.cjs.js
CHANGED
|
@@ -8209,25 +8209,25 @@ var MRetentionCl = function MRetentionCl(props) {
|
|
|
8209
8209
|
animationName: 'loadingCircle',
|
|
8210
8210
|
animationTimingFunction: 'linear'
|
|
8211
8211
|
} : {})
|
|
8212
|
-
}), /*#__PURE__*/React.createElement("
|
|
8213
|
-
|
|
8212
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8213
|
+
d: "M9 3H3v6h6V3z",
|
|
8214
8214
|
fill: "#1673F6"
|
|
8215
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
8216
|
-
d: "M9 3H3v6h6V3z"
|
|
8217
8215
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8218
|
-
d: "M9 9H3v6h6V9z"
|
|
8216
|
+
d: "M9 9H3v6h6V9z",
|
|
8217
|
+
fill: "#1673F6"
|
|
8219
8218
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8220
|
-
d: "M9 3h6v6H9V3z"
|
|
8219
|
+
d: "M9 3h6v6H9V3z",
|
|
8220
|
+
fill: "#1673F6"
|
|
8221
8221
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8222
|
-
d: "M21 3h-6v6h6V3z"
|
|
8223
|
-
|
|
8224
|
-
|
|
8222
|
+
d: "M21 3h-6v6h6V3z",
|
|
8223
|
+
fill: "#1673F6"
|
|
8224
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8225
|
+
d: "M3 9h6v12H3V9z",
|
|
8225
8226
|
fill: "#F66C47"
|
|
8226
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
8227
|
-
d: "M3 9h6v12H3V9z"
|
|
8228
8227
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8229
|
-
d: "M9 9h6v6H9V9z"
|
|
8230
|
-
|
|
8228
|
+
d: "M9 9h6v6H9V9z",
|
|
8229
|
+
fill: "#F66C47"
|
|
8230
|
+
})));
|
|
8231
8231
|
};
|
|
8232
8232
|
MRetentionCl.propTypes = {
|
|
8233
8233
|
iconClassName: PropTypes.string,
|
|
@@ -8957,23 +8957,20 @@ var DManageCl = function DManageCl(props) {
|
|
|
8957
8957
|
fill: "#B3CFF8"
|
|
8958
8958
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8959
8959
|
d: "M2 12.75V5.982L8 9v7.5l-6-3.75z",
|
|
8960
|
-
fill: "#
|
|
8961
|
-
opacity: ".6"
|
|
8960
|
+
fill: "#73ABFA"
|
|
8962
8961
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8963
8962
|
d: "M22 17.75V11l-6 3v7.5l6-3.75z",
|
|
8964
8963
|
fill: "#B3CFF8"
|
|
8965
8964
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8966
8965
|
d: "M10.001 17.75v-6.768l6 3.018v7.5l-6-3.75z",
|
|
8967
|
-
fill: "#
|
|
8968
|
-
|
|
8969
|
-
|
|
8970
|
-
style: "mix-blend-mode:multiply",
|
|
8966
|
+
fill: "#73ABFA"
|
|
8967
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8968
|
+
d: "M8 2.807L14 6 8 9.048 2 6l6-3.193z",
|
|
8971
8969
|
fill: "#1673F6"
|
|
8972
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
8973
|
-
d: "M8 2.807L14 6 8 9.048 2 6l6-3.193z"
|
|
8974
8970
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8975
|
-
d: "M16 7.807L22 11l-6 3.047L10 11l6-3.193z"
|
|
8976
|
-
|
|
8971
|
+
d: "M16 7.807L22 11l-6 3.047L10 11l6-3.193z",
|
|
8972
|
+
fill: "#1673F6"
|
|
8973
|
+
})));
|
|
8977
8974
|
};
|
|
8978
8975
|
DManageCl.propTypes = {
|
|
8979
8976
|
iconClassName: PropTypes.string,
|
package/dist/tant-icons.esm.js
CHANGED
|
@@ -8203,25 +8203,25 @@ var MRetentionCl = function MRetentionCl(props) {
|
|
|
8203
8203
|
animationName: 'loadingCircle',
|
|
8204
8204
|
animationTimingFunction: 'linear'
|
|
8205
8205
|
} : {})
|
|
8206
|
-
}), /*#__PURE__*/React.createElement("
|
|
8207
|
-
|
|
8206
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8207
|
+
d: "M9 3H3v6h6V3z",
|
|
8208
8208
|
fill: "#1673F6"
|
|
8209
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
8210
|
-
d: "M9 3H3v6h6V3z"
|
|
8211
8209
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8212
|
-
d: "M9 9H3v6h6V9z"
|
|
8210
|
+
d: "M9 9H3v6h6V9z",
|
|
8211
|
+
fill: "#1673F6"
|
|
8213
8212
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8214
|
-
d: "M9 3h6v6H9V3z"
|
|
8213
|
+
d: "M9 3h6v6H9V3z",
|
|
8214
|
+
fill: "#1673F6"
|
|
8215
8215
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8216
|
-
d: "M21 3h-6v6h6V3z"
|
|
8217
|
-
|
|
8218
|
-
|
|
8216
|
+
d: "M21 3h-6v6h6V3z",
|
|
8217
|
+
fill: "#1673F6"
|
|
8218
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8219
|
+
d: "M3 9h6v12H3V9z",
|
|
8219
8220
|
fill: "#F66C47"
|
|
8220
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
8221
|
-
d: "M3 9h6v12H3V9z"
|
|
8222
8221
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8223
|
-
d: "M9 9h6v6H9V9z"
|
|
8224
|
-
|
|
8222
|
+
d: "M9 9h6v6H9V9z",
|
|
8223
|
+
fill: "#F66C47"
|
|
8224
|
+
})));
|
|
8225
8225
|
};
|
|
8226
8226
|
MRetentionCl.propTypes = {
|
|
8227
8227
|
iconClassName: PropTypes.string,
|
|
@@ -8951,23 +8951,20 @@ var DManageCl = function DManageCl(props) {
|
|
|
8951
8951
|
fill: "#B3CFF8"
|
|
8952
8952
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8953
8953
|
d: "M2 12.75V5.982L8 9v7.5l-6-3.75z",
|
|
8954
|
-
fill: "#
|
|
8955
|
-
opacity: ".6"
|
|
8954
|
+
fill: "#73ABFA"
|
|
8956
8955
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8957
8956
|
d: "M22 17.75V11l-6 3v7.5l6-3.75z",
|
|
8958
8957
|
fill: "#B3CFF8"
|
|
8959
8958
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8960
8959
|
d: "M10.001 17.75v-6.768l6 3.018v7.5l-6-3.75z",
|
|
8961
|
-
fill: "#
|
|
8962
|
-
|
|
8963
|
-
|
|
8964
|
-
style: "mix-blend-mode:multiply",
|
|
8960
|
+
fill: "#73ABFA"
|
|
8961
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8962
|
+
d: "M8 2.807L14 6 8 9.048 2 6l6-3.193z",
|
|
8965
8963
|
fill: "#1673F6"
|
|
8966
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
8967
|
-
d: "M8 2.807L14 6 8 9.048 2 6l6-3.193z"
|
|
8968
8964
|
}), /*#__PURE__*/React.createElement("path", {
|
|
8969
|
-
d: "M16 7.807L22 11l-6 3.047L10 11l6-3.193z"
|
|
8970
|
-
|
|
8965
|
+
d: "M16 7.807L22 11l-6 3.047L10 11l6-3.193z",
|
|
8966
|
+
fill: "#1673F6"
|
|
8967
|
+
})));
|
|
8971
8968
|
};
|
|
8972
8969
|
DManageCl.propTypes = {
|
|
8973
8970
|
iconClassName: PropTypes.string,
|