@sensoro-design/icons 2.55.0 → 2.56.0
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/AssetsFilled.d.ts +2 -0
- package/AssetsFilled.js +15 -0
- package/AssetsOutlined.d.ts +2 -0
- package/AssetsOutlined.js +15 -0
- package/CHANGELOG.md +11 -0
- package/HashrateFilled.d.ts +2 -0
- package/HashrateFilled.js +15 -0
- package/HashrateOutlined.d.ts +2 -0
- package/HashrateOutlined.js +15 -0
- package/ReasoningFilled.d.ts +2 -0
- package/ReasoningFilled.js +15 -0
- package/ReasoningOutlined.d.ts +2 -0
- package/ReasoningOutlined.js +15 -0
- package/es/icons/AssetsFilled.d.ts +4 -0
- package/es/icons/AssetsFilled.js +14 -0
- package/es/icons/AssetsOutlined.d.ts +4 -0
- package/es/icons/AssetsOutlined.js +14 -0
- package/es/icons/HashrateFilled.d.ts +4 -0
- package/es/icons/HashrateFilled.js +14 -0
- package/es/icons/HashrateOutlined.d.ts +4 -0
- package/es/icons/HashrateOutlined.js +14 -0
- package/es/icons/ReasoningFilled.d.ts +4 -0
- package/es/icons/ReasoningFilled.js +14 -0
- package/es/icons/ReasoningOutlined.d.ts +4 -0
- package/es/icons/ReasoningOutlined.js +14 -0
- package/es/icons/index.d.ts +6 -0
- package/es/icons/index.js +6 -0
- package/lib/icons/AssetsFilled.d.ts +4 -0
- package/lib/icons/AssetsFilled.js +41 -0
- package/lib/icons/AssetsOutlined.d.ts +4 -0
- package/lib/icons/AssetsOutlined.js +41 -0
- package/lib/icons/HashrateFilled.d.ts +4 -0
- package/lib/icons/HashrateFilled.js +41 -0
- package/lib/icons/HashrateOutlined.d.ts +4 -0
- package/lib/icons/HashrateOutlined.js +41 -0
- package/lib/icons/ReasoningFilled.d.ts +4 -0
- package/lib/icons/ReasoningFilled.js +41 -0
- package/lib/icons/ReasoningOutlined.d.ts +4 -0
- package/lib/icons/ReasoningOutlined.js +41 -0
- package/lib/icons/index.d.ts +6 -0
- package/lib/icons/index.js +18 -0
- package/package.json +2 -2
package/AssetsFilled.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
|
|
9
|
+
var _AssetsFilled = _interopRequireDefault(require('./es/icons/AssetsFilled'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _AssetsFilled;
|
|
14
|
+
exports.default = _default;
|
|
15
|
+
module.exports = _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
|
|
9
|
+
var _AssetsOutlined = _interopRequireDefault(require('./es/icons/AssetsOutlined'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _AssetsOutlined;
|
|
14
|
+
exports.default = _default;
|
|
15
|
+
module.exports = _default;
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [2.56.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.55.0...@sensoro-design/icons@2.56.0) (2024-09-03)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add icons ([53d7cee](https://github.com/sensoro-design/sensoro-design-icons/commit/53d7ceeadd445dcdc4c0ccce5aa1f8b232586aef))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [2.55.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.54.0...@sensoro-design/icons@2.55.0) (2024-09-03)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
|
|
9
|
+
var _HashrateFilled = _interopRequireDefault(require('./es/icons/HashrateFilled'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _HashrateFilled;
|
|
14
|
+
exports.default = _default;
|
|
15
|
+
module.exports = _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
|
|
9
|
+
var _HashrateOutlined = _interopRequireDefault(require('./es/icons/HashrateOutlined'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _HashrateOutlined;
|
|
14
|
+
exports.default = _default;
|
|
15
|
+
module.exports = _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
|
|
9
|
+
var _ReasoningFilled = _interopRequireDefault(require('./es/icons/ReasoningFilled'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _ReasoningFilled;
|
|
14
|
+
exports.default = _default;
|
|
15
|
+
module.exports = _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
|
|
9
|
+
var _ReasoningOutlined = _interopRequireDefault(require('./es/icons/ReasoningOutlined'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _ReasoningOutlined;
|
|
14
|
+
exports.default = _default;
|
|
15
|
+
module.exports = _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import AssetsFilledSvg from '@sensoro-design/icons-svg/es/asn/AssetsFilled';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var AssetsFilled = function AssetsFilled(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: AssetsFilledSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(AssetsFilled);
|
|
13
|
+
RefIcon.displayName = 'AssetsFilled';
|
|
14
|
+
export default RefIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import AssetsOutlinedSvg from '@sensoro-design/icons-svg/es/asn/AssetsOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var AssetsOutlined = function AssetsOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: AssetsOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(AssetsOutlined);
|
|
13
|
+
RefIcon.displayName = 'AssetsOutlined';
|
|
14
|
+
export default RefIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import HashrateFilledSvg from '@sensoro-design/icons-svg/es/asn/HashrateFilled';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var HashrateFilled = function HashrateFilled(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: HashrateFilledSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(HashrateFilled);
|
|
13
|
+
RefIcon.displayName = 'HashrateFilled';
|
|
14
|
+
export default RefIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import HashrateOutlinedSvg from '@sensoro-design/icons-svg/es/asn/HashrateOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var HashrateOutlined = function HashrateOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: HashrateOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(HashrateOutlined);
|
|
13
|
+
RefIcon.displayName = 'HashrateOutlined';
|
|
14
|
+
export default RefIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import ReasoningFilledSvg from '@sensoro-design/icons-svg/es/asn/ReasoningFilled';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var ReasoningFilled = function ReasoningFilled(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: ReasoningFilledSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(ReasoningFilled);
|
|
13
|
+
RefIcon.displayName = 'ReasoningFilled';
|
|
14
|
+
export default RefIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import ReasoningOutlinedSvg from '@sensoro-design/icons-svg/es/asn/ReasoningOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var ReasoningOutlined = function ReasoningOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: ReasoningOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(ReasoningOutlined);
|
|
13
|
+
RefIcon.displayName = 'ReasoningOutlined';
|
|
14
|
+
export default RefIcon;
|
package/es/icons/index.d.ts
CHANGED
|
@@ -57,6 +57,8 @@ export { default as ArrowTextEndOutlined } from './ArrowTextEndOutlined';
|
|
|
57
57
|
export { default as ArrowTextStartOutlined } from './ArrowTextStartOutlined';
|
|
58
58
|
export { default as ArrowUpOutlined } from './ArrowUpOutlined';
|
|
59
59
|
export { default as AskLeavePurely } from './AskLeavePurely';
|
|
60
|
+
export { default as AssetsFilled } from './AssetsFilled';
|
|
61
|
+
export { default as AssetsOutlined } from './AssetsOutlined';
|
|
60
62
|
export { default as AtlasFilled } from './AtlasFilled';
|
|
61
63
|
export { default as AtlasOutlined } from './AtlasOutlined';
|
|
62
64
|
export { default as AtlasPurely } from './AtlasPurely';
|
|
@@ -416,6 +418,8 @@ export { default as HailOutlined } from './HailOutlined';
|
|
|
416
418
|
export { default as HandcuffsOutlined } from './HandcuffsOutlined';
|
|
417
419
|
export { default as HashrateCenterFilled } from './HashrateCenterFilled';
|
|
418
420
|
export { default as HashrateCenterOutlined } from './HashrateCenterOutlined';
|
|
421
|
+
export { default as HashrateFilled } from './HashrateFilled';
|
|
422
|
+
export { default as HashrateOutlined } from './HashrateOutlined';
|
|
419
423
|
export { default as HazeOutlined } from './HazeOutlined';
|
|
420
424
|
export { default as HealthMonitoringPurely } from './HealthMonitoringPurely';
|
|
421
425
|
export { default as HeartFilled } from './HeartFilled';
|
|
@@ -723,6 +727,8 @@ export { default as RadioReceiverOutlined } from './RadioReceiverOutlined';
|
|
|
723
727
|
export { default as RailwayStationFilled } from './RailwayStationFilled';
|
|
724
728
|
export { default as RainfallOutlined } from './RainfallOutlined';
|
|
725
729
|
export { default as RainstormOutlined } from './RainstormOutlined';
|
|
730
|
+
export { default as ReasoningFilled } from './ReasoningFilled';
|
|
731
|
+
export { default as ReasoningOutlined } from './ReasoningOutlined';
|
|
726
732
|
export { default as RecreationFilled } from './RecreationFilled';
|
|
727
733
|
export { default as RecreationOutlined } from './RecreationOutlined';
|
|
728
734
|
export { default as RedoOutlined } from './RedoOutlined';
|
package/es/icons/index.js
CHANGED
|
@@ -58,6 +58,8 @@ export { default as ArrowTextEndOutlined } from "./ArrowTextEndOutlined";
|
|
|
58
58
|
export { default as ArrowTextStartOutlined } from "./ArrowTextStartOutlined";
|
|
59
59
|
export { default as ArrowUpOutlined } from "./ArrowUpOutlined";
|
|
60
60
|
export { default as AskLeavePurely } from "./AskLeavePurely";
|
|
61
|
+
export { default as AssetsFilled } from "./AssetsFilled";
|
|
62
|
+
export { default as AssetsOutlined } from "./AssetsOutlined";
|
|
61
63
|
export { default as AtlasFilled } from "./AtlasFilled";
|
|
62
64
|
export { default as AtlasOutlined } from "./AtlasOutlined";
|
|
63
65
|
export { default as AtlasPurely } from "./AtlasPurely";
|
|
@@ -417,6 +419,8 @@ export { default as HailOutlined } from "./HailOutlined";
|
|
|
417
419
|
export { default as HandcuffsOutlined } from "./HandcuffsOutlined";
|
|
418
420
|
export { default as HashrateCenterFilled } from "./HashrateCenterFilled";
|
|
419
421
|
export { default as HashrateCenterOutlined } from "./HashrateCenterOutlined";
|
|
422
|
+
export { default as HashrateFilled } from "./HashrateFilled";
|
|
423
|
+
export { default as HashrateOutlined } from "./HashrateOutlined";
|
|
420
424
|
export { default as HazeOutlined } from "./HazeOutlined";
|
|
421
425
|
export { default as HealthMonitoringPurely } from "./HealthMonitoringPurely";
|
|
422
426
|
export { default as HeartFilled } from "./HeartFilled";
|
|
@@ -724,6 +728,8 @@ export { default as RadioReceiverOutlined } from "./RadioReceiverOutlined";
|
|
|
724
728
|
export { default as RailwayStationFilled } from "./RailwayStationFilled";
|
|
725
729
|
export { default as RainfallOutlined } from "./RainfallOutlined";
|
|
726
730
|
export { default as RainstormOutlined } from "./RainstormOutlined";
|
|
731
|
+
export { default as ReasoningFilled } from "./ReasoningFilled";
|
|
732
|
+
export { default as ReasoningOutlined } from "./ReasoningOutlined";
|
|
727
733
|
export { default as RecreationFilled } from "./RecreationFilled";
|
|
728
734
|
export { default as RecreationOutlined } from "./RecreationOutlined";
|
|
729
735
|
export { default as RedoOutlined } from "./RedoOutlined";
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// src/icons/AssetsFilled.tsx
|
|
30
|
+
var AssetsFilled_exports = {};
|
|
31
|
+
__export(AssetsFilled_exports, {
|
|
32
|
+
default: () => AssetsFilled_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(AssetsFilled_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_AssetsFilled = __toESM(require("@sensoro-design/icons-svg/es/asn/AssetsFilled"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var AssetsFilled = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_AssetsFilled.default });
|
|
39
|
+
var RefIcon = React.forwardRef(AssetsFilled);
|
|
40
|
+
RefIcon.displayName = "AssetsFilled";
|
|
41
|
+
var AssetsFilled_default = RefIcon;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// src/icons/AssetsOutlined.tsx
|
|
30
|
+
var AssetsOutlined_exports = {};
|
|
31
|
+
__export(AssetsOutlined_exports, {
|
|
32
|
+
default: () => AssetsOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(AssetsOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_AssetsOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/AssetsOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var AssetsOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_AssetsOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(AssetsOutlined);
|
|
40
|
+
RefIcon.displayName = "AssetsOutlined";
|
|
41
|
+
var AssetsOutlined_default = RefIcon;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// src/icons/HashrateFilled.tsx
|
|
30
|
+
var HashrateFilled_exports = {};
|
|
31
|
+
__export(HashrateFilled_exports, {
|
|
32
|
+
default: () => HashrateFilled_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(HashrateFilled_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_HashrateFilled = __toESM(require("@sensoro-design/icons-svg/es/asn/HashrateFilled"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var HashrateFilled = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_HashrateFilled.default });
|
|
39
|
+
var RefIcon = React.forwardRef(HashrateFilled);
|
|
40
|
+
RefIcon.displayName = "HashrateFilled";
|
|
41
|
+
var HashrateFilled_default = RefIcon;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// src/icons/HashrateOutlined.tsx
|
|
30
|
+
var HashrateOutlined_exports = {};
|
|
31
|
+
__export(HashrateOutlined_exports, {
|
|
32
|
+
default: () => HashrateOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(HashrateOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_HashrateOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/HashrateOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var HashrateOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_HashrateOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(HashrateOutlined);
|
|
40
|
+
RefIcon.displayName = "HashrateOutlined";
|
|
41
|
+
var HashrateOutlined_default = RefIcon;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// src/icons/ReasoningFilled.tsx
|
|
30
|
+
var ReasoningFilled_exports = {};
|
|
31
|
+
__export(ReasoningFilled_exports, {
|
|
32
|
+
default: () => ReasoningFilled_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(ReasoningFilled_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_ReasoningFilled = __toESM(require("@sensoro-design/icons-svg/es/asn/ReasoningFilled"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var ReasoningFilled = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_ReasoningFilled.default });
|
|
39
|
+
var RefIcon = React.forwardRef(ReasoningFilled);
|
|
40
|
+
RefIcon.displayName = "ReasoningFilled";
|
|
41
|
+
var ReasoningFilled_default = RefIcon;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// src/icons/ReasoningOutlined.tsx
|
|
30
|
+
var ReasoningOutlined_exports = {};
|
|
31
|
+
__export(ReasoningOutlined_exports, {
|
|
32
|
+
default: () => ReasoningOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(ReasoningOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_ReasoningOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/ReasoningOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var ReasoningOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_ReasoningOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(ReasoningOutlined);
|
|
40
|
+
RefIcon.displayName = "ReasoningOutlined";
|
|
41
|
+
var ReasoningOutlined_default = RefIcon;
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -57,6 +57,8 @@ export { default as ArrowTextEndOutlined } from './ArrowTextEndOutlined';
|
|
|
57
57
|
export { default as ArrowTextStartOutlined } from './ArrowTextStartOutlined';
|
|
58
58
|
export { default as ArrowUpOutlined } from './ArrowUpOutlined';
|
|
59
59
|
export { default as AskLeavePurely } from './AskLeavePurely';
|
|
60
|
+
export { default as AssetsFilled } from './AssetsFilled';
|
|
61
|
+
export { default as AssetsOutlined } from './AssetsOutlined';
|
|
60
62
|
export { default as AtlasFilled } from './AtlasFilled';
|
|
61
63
|
export { default as AtlasOutlined } from './AtlasOutlined';
|
|
62
64
|
export { default as AtlasPurely } from './AtlasPurely';
|
|
@@ -416,6 +418,8 @@ export { default as HailOutlined } from './HailOutlined';
|
|
|
416
418
|
export { default as HandcuffsOutlined } from './HandcuffsOutlined';
|
|
417
419
|
export { default as HashrateCenterFilled } from './HashrateCenterFilled';
|
|
418
420
|
export { default as HashrateCenterOutlined } from './HashrateCenterOutlined';
|
|
421
|
+
export { default as HashrateFilled } from './HashrateFilled';
|
|
422
|
+
export { default as HashrateOutlined } from './HashrateOutlined';
|
|
419
423
|
export { default as HazeOutlined } from './HazeOutlined';
|
|
420
424
|
export { default as HealthMonitoringPurely } from './HealthMonitoringPurely';
|
|
421
425
|
export { default as HeartFilled } from './HeartFilled';
|
|
@@ -723,6 +727,8 @@ export { default as RadioReceiverOutlined } from './RadioReceiverOutlined';
|
|
|
723
727
|
export { default as RailwayStationFilled } from './RailwayStationFilled';
|
|
724
728
|
export { default as RainfallOutlined } from './RainfallOutlined';
|
|
725
729
|
export { default as RainstormOutlined } from './RainstormOutlined';
|
|
730
|
+
export { default as ReasoningFilled } from './ReasoningFilled';
|
|
731
|
+
export { default as ReasoningOutlined } from './ReasoningOutlined';
|
|
726
732
|
export { default as RecreationFilled } from './RecreationFilled';
|
|
727
733
|
export { default as RecreationOutlined } from './RecreationOutlined';
|
|
728
734
|
export { default as RedoOutlined } from './RedoOutlined';
|
package/lib/icons/index.js
CHANGED
|
@@ -88,6 +88,8 @@ __export(icons_exports, {
|
|
|
88
88
|
ArrowTextStartOutlined: () => import_ArrowTextStartOutlined.default,
|
|
89
89
|
ArrowUpOutlined: () => import_ArrowUpOutlined.default,
|
|
90
90
|
AskLeavePurely: () => import_AskLeavePurely.default,
|
|
91
|
+
AssetsFilled: () => import_AssetsFilled.default,
|
|
92
|
+
AssetsOutlined: () => import_AssetsOutlined.default,
|
|
91
93
|
AtlasFilled: () => import_AtlasFilled.default,
|
|
92
94
|
AtlasOutlined: () => import_AtlasOutlined.default,
|
|
93
95
|
AtlasPurely: () => import_AtlasPurely.default,
|
|
@@ -447,6 +449,8 @@ __export(icons_exports, {
|
|
|
447
449
|
HandcuffsOutlined: () => import_HandcuffsOutlined.default,
|
|
448
450
|
HashrateCenterFilled: () => import_HashrateCenterFilled.default,
|
|
449
451
|
HashrateCenterOutlined: () => import_HashrateCenterOutlined.default,
|
|
452
|
+
HashrateFilled: () => import_HashrateFilled.default,
|
|
453
|
+
HashrateOutlined: () => import_HashrateOutlined.default,
|
|
450
454
|
HazeOutlined: () => import_HazeOutlined.default,
|
|
451
455
|
HealthMonitoringPurely: () => import_HealthMonitoringPurely.default,
|
|
452
456
|
HeartFilled: () => import_HeartFilled.default,
|
|
@@ -754,6 +758,8 @@ __export(icons_exports, {
|
|
|
754
758
|
RailwayStationFilled: () => import_RailwayStationFilled.default,
|
|
755
759
|
RainfallOutlined: () => import_RainfallOutlined.default,
|
|
756
760
|
RainstormOutlined: () => import_RainstormOutlined.default,
|
|
761
|
+
ReasoningFilled: () => import_ReasoningFilled.default,
|
|
762
|
+
ReasoningOutlined: () => import_ReasoningOutlined.default,
|
|
757
763
|
RecreationFilled: () => import_RecreationFilled.default,
|
|
758
764
|
RecreationOutlined: () => import_RecreationOutlined.default,
|
|
759
765
|
RedoOutlined: () => import_RedoOutlined.default,
|
|
@@ -1102,6 +1108,8 @@ var import_ArrowTextEndOutlined = __toESM(require("./ArrowTextEndOutlined"));
|
|
|
1102
1108
|
var import_ArrowTextStartOutlined = __toESM(require("./ArrowTextStartOutlined"));
|
|
1103
1109
|
var import_ArrowUpOutlined = __toESM(require("./ArrowUpOutlined"));
|
|
1104
1110
|
var import_AskLeavePurely = __toESM(require("./AskLeavePurely"));
|
|
1111
|
+
var import_AssetsFilled = __toESM(require("./AssetsFilled"));
|
|
1112
|
+
var import_AssetsOutlined = __toESM(require("./AssetsOutlined"));
|
|
1105
1113
|
var import_AtlasFilled = __toESM(require("./AtlasFilled"));
|
|
1106
1114
|
var import_AtlasOutlined = __toESM(require("./AtlasOutlined"));
|
|
1107
1115
|
var import_AtlasPurely = __toESM(require("./AtlasPurely"));
|
|
@@ -1461,6 +1469,8 @@ var import_HailOutlined = __toESM(require("./HailOutlined"));
|
|
|
1461
1469
|
var import_HandcuffsOutlined = __toESM(require("./HandcuffsOutlined"));
|
|
1462
1470
|
var import_HashrateCenterFilled = __toESM(require("./HashrateCenterFilled"));
|
|
1463
1471
|
var import_HashrateCenterOutlined = __toESM(require("./HashrateCenterOutlined"));
|
|
1472
|
+
var import_HashrateFilled = __toESM(require("./HashrateFilled"));
|
|
1473
|
+
var import_HashrateOutlined = __toESM(require("./HashrateOutlined"));
|
|
1464
1474
|
var import_HazeOutlined = __toESM(require("./HazeOutlined"));
|
|
1465
1475
|
var import_HealthMonitoringPurely = __toESM(require("./HealthMonitoringPurely"));
|
|
1466
1476
|
var import_HeartFilled = __toESM(require("./HeartFilled"));
|
|
@@ -1768,6 +1778,8 @@ var import_RadioReceiverOutlined = __toESM(require("./RadioReceiverOutlined"));
|
|
|
1768
1778
|
var import_RailwayStationFilled = __toESM(require("./RailwayStationFilled"));
|
|
1769
1779
|
var import_RainfallOutlined = __toESM(require("./RainfallOutlined"));
|
|
1770
1780
|
var import_RainstormOutlined = __toESM(require("./RainstormOutlined"));
|
|
1781
|
+
var import_ReasoningFilled = __toESM(require("./ReasoningFilled"));
|
|
1782
|
+
var import_ReasoningOutlined = __toESM(require("./ReasoningOutlined"));
|
|
1771
1783
|
var import_RecreationFilled = __toESM(require("./RecreationFilled"));
|
|
1772
1784
|
var import_RecreationOutlined = __toESM(require("./RecreationOutlined"));
|
|
1773
1785
|
var import_RedoOutlined = __toESM(require("./RedoOutlined"));
|
|
@@ -2116,6 +2128,8 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2116
2128
|
ArrowTextStartOutlined,
|
|
2117
2129
|
ArrowUpOutlined,
|
|
2118
2130
|
AskLeavePurely,
|
|
2131
|
+
AssetsFilled,
|
|
2132
|
+
AssetsOutlined,
|
|
2119
2133
|
AtlasFilled,
|
|
2120
2134
|
AtlasOutlined,
|
|
2121
2135
|
AtlasPurely,
|
|
@@ -2475,6 +2489,8 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2475
2489
|
HandcuffsOutlined,
|
|
2476
2490
|
HashrateCenterFilled,
|
|
2477
2491
|
HashrateCenterOutlined,
|
|
2492
|
+
HashrateFilled,
|
|
2493
|
+
HashrateOutlined,
|
|
2478
2494
|
HazeOutlined,
|
|
2479
2495
|
HealthMonitoringPurely,
|
|
2480
2496
|
HeartFilled,
|
|
@@ -2782,6 +2798,8 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2782
2798
|
RailwayStationFilled,
|
|
2783
2799
|
RainfallOutlined,
|
|
2784
2800
|
RainstormOutlined,
|
|
2801
|
+
ReasoningFilled,
|
|
2802
|
+
ReasoningOutlined,
|
|
2785
2803
|
RecreationFilled,
|
|
2786
2804
|
RecreationOutlined,
|
|
2787
2805
|
RedoOutlined,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.56.0",
|
|
4
4
|
"description": "Abstract nodes for sensoro design icons.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@ant-design/colors": "^6.0.0",
|
|
32
32
|
"@babel/runtime": "^7.11.2",
|
|
33
33
|
"@pansy/classnames": "^1.0.1",
|
|
34
|
-
"@sensoro-design/icons-svg": "2.
|
|
34
|
+
"@sensoro-design/icons-svg": "2.65.0",
|
|
35
35
|
"rc-util": "^5.19.3"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|