@sensoro-design/icons 2.70.0 → 2.71.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/CHANGELOG.md +19 -0
- package/OrbitOutlined.d.ts +2 -0
- package/OrbitOutlined.js +16 -0
- package/VideoTimeOutlined.d.ts +2 -0
- package/VideoTimeOutlined.js +16 -0
- package/es/icons/OrbitOutlined.d.ts +4 -0
- package/es/icons/OrbitOutlined.js +14 -0
- package/es/icons/VideoTimeOutlined.d.ts +4 -0
- package/es/icons/VideoTimeOutlined.js +14 -0
- package/es/icons/index.d.ts +2 -0
- package/es/icons/index.js +2 -0
- package/lib/icons/OrbitOutlined.d.ts +4 -0
- package/lib/icons/OrbitOutlined.js +41 -0
- package/lib/icons/VideoTimeOutlined.d.ts +4 -0
- package/lib/icons/VideoTimeOutlined.js +41 -0
- package/lib/icons/index.d.ts +2 -0
- package/lib/icons/index.js +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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.71.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.70.1...v2.71.0) (2024-09-18)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add OrbitOutlined ([a6d2156](https://github.com/sensoro-design/sensoro-design-icons/commit/a6d2156cdfb7fc07adcb25f28f1a7ed47ecf7d1f))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [2.70.1](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.70.0...v2.70.1) (2024-09-11)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @sensoro-design/icons
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [2.70.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.69.1...v2.70.0) (2024-09-06)
|
|
7
26
|
|
|
8
27
|
|
package/OrbitOutlined.js
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _OrbitOutlined = _interopRequireDefault(require('./es/icons/OrbitOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _OrbitOutlined;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
module.exports = _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
|
|
8
|
+
exports.default = void 0;
|
|
9
|
+
|
|
10
|
+
var _VideoTimeOutlined = _interopRequireDefault(require('./es/icons/VideoTimeOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _VideoTimeOutlined;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
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 OrbitOutlinedSvg from '@sensoro-design/icons-svg/es/asn/OrbitOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var OrbitOutlined = function OrbitOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: OrbitOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(OrbitOutlined);
|
|
13
|
+
RefIcon.displayName = 'OrbitOutlined';
|
|
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 VideoTimeOutlinedSvg from '@sensoro-design/icons-svg/es/asn/VideoTimeOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var VideoTimeOutlined = function VideoTimeOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: VideoTimeOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(VideoTimeOutlined);
|
|
13
|
+
RefIcon.displayName = 'VideoTimeOutlined';
|
|
14
|
+
export default RefIcon;
|
package/es/icons/index.d.ts
CHANGED
|
@@ -640,6 +640,7 @@ export { default as OfflineOutlined } from './OfflineOutlined';
|
|
|
640
640
|
export { default as OneToOneOutlined } from './OneToOneOutlined';
|
|
641
641
|
export { default as OperateFilled } from './OperateFilled';
|
|
642
642
|
export { default as OperateOutlined } from './OperateOutlined';
|
|
643
|
+
export { default as OrbitOutlined } from './OrbitOutlined';
|
|
643
644
|
export { default as OrbitalFlightOutlined } from './OrbitalFlightOutlined';
|
|
644
645
|
export { default as OrderListFilled } from './OrderListFilled';
|
|
645
646
|
export { default as OrderedListOutlined } from './OrderedListOutlined';
|
|
@@ -982,6 +983,7 @@ export { default as VideoFailFilled } from './VideoFailFilled';
|
|
|
982
983
|
export { default as VideoFilled } from './VideoFilled';
|
|
983
984
|
export { default as VideoMonitorPurely } from './VideoMonitorPurely';
|
|
984
985
|
export { default as VideoOutlined } from './VideoOutlined';
|
|
986
|
+
export { default as VideoTimeOutlined } from './VideoTimeOutlined';
|
|
985
987
|
export { default as ViewOutlined } from './ViewOutlined';
|
|
986
988
|
export { default as VillageOutlined } from './VillageOutlined';
|
|
987
989
|
export { default as VirtualCameraOutlined } from './VirtualCameraOutlined';
|
package/es/icons/index.js
CHANGED
|
@@ -641,6 +641,7 @@ export { default as OfflineOutlined } from "./OfflineOutlined";
|
|
|
641
641
|
export { default as OneToOneOutlined } from "./OneToOneOutlined";
|
|
642
642
|
export { default as OperateFilled } from "./OperateFilled";
|
|
643
643
|
export { default as OperateOutlined } from "./OperateOutlined";
|
|
644
|
+
export { default as OrbitOutlined } from "./OrbitOutlined";
|
|
644
645
|
export { default as OrbitalFlightOutlined } from "./OrbitalFlightOutlined";
|
|
645
646
|
export { default as OrderListFilled } from "./OrderListFilled";
|
|
646
647
|
export { default as OrderedListOutlined } from "./OrderedListOutlined";
|
|
@@ -983,6 +984,7 @@ export { default as VideoFailFilled } from "./VideoFailFilled";
|
|
|
983
984
|
export { default as VideoFilled } from "./VideoFilled";
|
|
984
985
|
export { default as VideoMonitorPurely } from "./VideoMonitorPurely";
|
|
985
986
|
export { default as VideoOutlined } from "./VideoOutlined";
|
|
987
|
+
export { default as VideoTimeOutlined } from "./VideoTimeOutlined";
|
|
986
988
|
export { default as ViewOutlined } from "./ViewOutlined";
|
|
987
989
|
export { default as VillageOutlined } from "./VillageOutlined";
|
|
988
990
|
export { default as VirtualCameraOutlined } from "./VirtualCameraOutlined";
|
|
@@ -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/OrbitOutlined.tsx
|
|
30
|
+
var OrbitOutlined_exports = {};
|
|
31
|
+
__export(OrbitOutlined_exports, {
|
|
32
|
+
default: () => OrbitOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(OrbitOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_OrbitOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/OrbitOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var OrbitOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_OrbitOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(OrbitOutlined);
|
|
40
|
+
RefIcon.displayName = "OrbitOutlined";
|
|
41
|
+
var OrbitOutlined_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/VideoTimeOutlined.tsx
|
|
30
|
+
var VideoTimeOutlined_exports = {};
|
|
31
|
+
__export(VideoTimeOutlined_exports, {
|
|
32
|
+
default: () => VideoTimeOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(VideoTimeOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_VideoTimeOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/VideoTimeOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var VideoTimeOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_VideoTimeOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(VideoTimeOutlined);
|
|
40
|
+
RefIcon.displayName = "VideoTimeOutlined";
|
|
41
|
+
var VideoTimeOutlined_default = RefIcon;
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -640,6 +640,7 @@ export { default as OfflineOutlined } from './OfflineOutlined';
|
|
|
640
640
|
export { default as OneToOneOutlined } from './OneToOneOutlined';
|
|
641
641
|
export { default as OperateFilled } from './OperateFilled';
|
|
642
642
|
export { default as OperateOutlined } from './OperateOutlined';
|
|
643
|
+
export { default as OrbitOutlined } from './OrbitOutlined';
|
|
643
644
|
export { default as OrbitalFlightOutlined } from './OrbitalFlightOutlined';
|
|
644
645
|
export { default as OrderListFilled } from './OrderListFilled';
|
|
645
646
|
export { default as OrderedListOutlined } from './OrderedListOutlined';
|
|
@@ -982,6 +983,7 @@ export { default as VideoFailFilled } from './VideoFailFilled';
|
|
|
982
983
|
export { default as VideoFilled } from './VideoFilled';
|
|
983
984
|
export { default as VideoMonitorPurely } from './VideoMonitorPurely';
|
|
984
985
|
export { default as VideoOutlined } from './VideoOutlined';
|
|
986
|
+
export { default as VideoTimeOutlined } from './VideoTimeOutlined';
|
|
985
987
|
export { default as ViewOutlined } from './ViewOutlined';
|
|
986
988
|
export { default as VillageOutlined } from './VillageOutlined';
|
|
987
989
|
export { default as VirtualCameraOutlined } from './VirtualCameraOutlined';
|
package/lib/icons/index.js
CHANGED
|
@@ -671,6 +671,7 @@ __export(icons_exports, {
|
|
|
671
671
|
OneToOneOutlined: () => import_OneToOneOutlined.default,
|
|
672
672
|
OperateFilled: () => import_OperateFilled.default,
|
|
673
673
|
OperateOutlined: () => import_OperateOutlined.default,
|
|
674
|
+
OrbitOutlined: () => import_OrbitOutlined.default,
|
|
674
675
|
OrbitalFlightOutlined: () => import_OrbitalFlightOutlined.default,
|
|
675
676
|
OrderListFilled: () => import_OrderListFilled.default,
|
|
676
677
|
OrderedListOutlined: () => import_OrderedListOutlined.default,
|
|
@@ -1013,6 +1014,7 @@ __export(icons_exports, {
|
|
|
1013
1014
|
VideoFilled: () => import_VideoFilled.default,
|
|
1014
1015
|
VideoMonitorPurely: () => import_VideoMonitorPurely.default,
|
|
1015
1016
|
VideoOutlined: () => import_VideoOutlined.default,
|
|
1017
|
+
VideoTimeOutlined: () => import_VideoTimeOutlined.default,
|
|
1016
1018
|
ViewOutlined: () => import_ViewOutlined.default,
|
|
1017
1019
|
VillageOutlined: () => import_VillageOutlined.default,
|
|
1018
1020
|
VirtualCameraOutlined: () => import_VirtualCameraOutlined.default,
|
|
@@ -1698,6 +1700,7 @@ var import_OfflineOutlined = __toESM(require("./OfflineOutlined"));
|
|
|
1698
1700
|
var import_OneToOneOutlined = __toESM(require("./OneToOneOutlined"));
|
|
1699
1701
|
var import_OperateFilled = __toESM(require("./OperateFilled"));
|
|
1700
1702
|
var import_OperateOutlined = __toESM(require("./OperateOutlined"));
|
|
1703
|
+
var import_OrbitOutlined = __toESM(require("./OrbitOutlined"));
|
|
1701
1704
|
var import_OrbitalFlightOutlined = __toESM(require("./OrbitalFlightOutlined"));
|
|
1702
1705
|
var import_OrderListFilled = __toESM(require("./OrderListFilled"));
|
|
1703
1706
|
var import_OrderedListOutlined = __toESM(require("./OrderedListOutlined"));
|
|
@@ -2040,6 +2043,7 @@ var import_VideoFailFilled = __toESM(require("./VideoFailFilled"));
|
|
|
2040
2043
|
var import_VideoFilled = __toESM(require("./VideoFilled"));
|
|
2041
2044
|
var import_VideoMonitorPurely = __toESM(require("./VideoMonitorPurely"));
|
|
2042
2045
|
var import_VideoOutlined = __toESM(require("./VideoOutlined"));
|
|
2046
|
+
var import_VideoTimeOutlined = __toESM(require("./VideoTimeOutlined"));
|
|
2043
2047
|
var import_ViewOutlined = __toESM(require("./ViewOutlined"));
|
|
2044
2048
|
var import_VillageOutlined = __toESM(require("./VillageOutlined"));
|
|
2045
2049
|
var import_VirtualCameraOutlined = __toESM(require("./VirtualCameraOutlined"));
|
|
@@ -2725,6 +2729,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2725
2729
|
OneToOneOutlined,
|
|
2726
2730
|
OperateFilled,
|
|
2727
2731
|
OperateOutlined,
|
|
2732
|
+
OrbitOutlined,
|
|
2728
2733
|
OrbitalFlightOutlined,
|
|
2729
2734
|
OrderListFilled,
|
|
2730
2735
|
OrderedListOutlined,
|
|
@@ -3067,6 +3072,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
3067
3072
|
VideoFilled,
|
|
3068
3073
|
VideoMonitorPurely,
|
|
3069
3074
|
VideoOutlined,
|
|
3075
|
+
VideoTimeOutlined,
|
|
3070
3076
|
ViewOutlined,
|
|
3071
3077
|
VillageOutlined,
|
|
3072
3078
|
VirtualCameraOutlined,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.71.0",
|
|
4
4
|
"description": "Abstract nodes for sensoro design icons.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@babel/runtime": "^7.11.2",
|
|
28
28
|
"@pansy/classnames": "^1.0.1",
|
|
29
29
|
"rc-util": "^5.19.3",
|
|
30
|
-
"@sensoro-design/icons-svg": "2.
|
|
30
|
+
"@sensoro-design/icons-svg": "2.71.0"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|