@sensoro-design/icons 2.75.0 → 2.77.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 CHANGED
@@ -3,6 +3,28 @@
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.77.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.76.0...v2.77.0) (2025-02-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * add SatelliteFilled ([d01cbbd](https://github.com/sensoro-design/sensoro-design-icons/commit/d01cbbd5e39c2aafd895876b2d2b7eb78e8b3439))
12
+
13
+
14
+
15
+
16
+
17
+ # [2.76.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.75.0...v2.76.0) (2025-01-02)
18
+
19
+
20
+ ### Features
21
+
22
+ * add HighAltitudeCruiseOutlined ([17ec3b9](https://github.com/sensoro-design/sensoro-design-icons/commit/17ec3b9ef428d33a8d7eedc0af98db8d913ffc19))
23
+
24
+
25
+
26
+
27
+
6
28
  # [2.75.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.74.0...v2.75.0) (2024-12-26)
7
29
 
8
30
  **Note:** Version bump only for package @sensoro-design/icons
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/HighAltitudeCruiseOutlined';
@@ -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 _HighAltitudeCruiseOutlined = _interopRequireDefault(require('./es/icons/HighAltitudeCruiseOutlined'));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
13
+
14
+ var _default = _HighAltitudeCruiseOutlined;
15
+ exports.default = _default;
16
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/SatelliteFilled';
@@ -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 _SatelliteFilled = _interopRequireDefault(require('./es/icons/SatelliteFilled'));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
13
+
14
+ var _default = _SatelliteFilled;
15
+ exports.default = _default;
16
+ module.exports = _default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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 HighAltitudeCruiseOutlinedSvg from '@sensoro-design/icons-svg/es/asn/HighAltitudeCruiseOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var HighAltitudeCruiseOutlined = function HighAltitudeCruiseOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: HighAltitudeCruiseOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(HighAltitudeCruiseOutlined);
13
+ RefIcon.displayName = 'HighAltitudeCruiseOutlined';
14
+ export default RefIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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 SatelliteFilledSvg from '@sensoro-design/icons-svg/es/asn/SatelliteFilled';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var SatelliteFilled = function SatelliteFilled(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: SatelliteFilledSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(SatelliteFilled);
13
+ RefIcon.displayName = 'SatelliteFilled';
14
+ export default RefIcon;
@@ -445,6 +445,7 @@ export { default as HeavyFogOutlined } from './HeavyFogOutlined';
445
445
  export { default as HelmetFilled } from './HelmetFilled';
446
446
  export { default as HelmetOutlined } from './HelmetOutlined';
447
447
  export { default as HiddenDangerFilled } from './HiddenDangerFilled';
448
+ export { default as HighAltitudeCruiseOutlined } from './HighAltitudeCruiseOutlined';
448
449
  export { default as HighSpeedBayonetFilled } from './HighSpeedBayonetFilled';
449
450
  export { default as HighSpeedBayonetOutlined } from './HighSpeedBayonetOutlined';
450
451
  export { default as HighlightOutlined } from './HighlightOutlined';
@@ -801,6 +802,7 @@ export { default as SafetyRopeOutlined } from './SafetyRopeOutlined';
801
802
  export { default as SafetySearchFilled } from './SafetySearchFilled';
802
803
  export { default as SafetySearchOutlined } from './SafetySearchOutlined';
803
804
  export { default as SalesCallFilled } from './SalesCallFilled';
805
+ export { default as SatelliteFilled } from './SatelliteFilled';
804
806
  export { default as SatelliteOutlined } from './SatelliteOutlined';
805
807
  export { default as SaveOutlined } from './SaveOutlined';
806
808
  export { default as ScanCodeOutlined } from './ScanCodeOutlined';
package/es/icons/index.js CHANGED
@@ -446,6 +446,7 @@ export { default as HeavyFogOutlined } from "./HeavyFogOutlined";
446
446
  export { default as HelmetFilled } from "./HelmetFilled";
447
447
  export { default as HelmetOutlined } from "./HelmetOutlined";
448
448
  export { default as HiddenDangerFilled } from "./HiddenDangerFilled";
449
+ export { default as HighAltitudeCruiseOutlined } from "./HighAltitudeCruiseOutlined";
449
450
  export { default as HighSpeedBayonetFilled } from "./HighSpeedBayonetFilled";
450
451
  export { default as HighSpeedBayonetOutlined } from "./HighSpeedBayonetOutlined";
451
452
  export { default as HighlightOutlined } from "./HighlightOutlined";
@@ -802,6 +803,7 @@ export { default as SafetyRopeOutlined } from "./SafetyRopeOutlined";
802
803
  export { default as SafetySearchFilled } from "./SafetySearchFilled";
803
804
  export { default as SafetySearchOutlined } from "./SafetySearchOutlined";
804
805
  export { default as SalesCallFilled } from "./SalesCallFilled";
806
+ export { default as SatelliteFilled } from "./SatelliteFilled";
805
807
  export { default as SatelliteOutlined } from "./SatelliteOutlined";
806
808
  export { default as SaveOutlined } from "./SaveOutlined";
807
809
  export { default as ScanCodeOutlined } from "./ScanCodeOutlined";
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ export 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/HighAltitudeCruiseOutlined.tsx
30
+ var HighAltitudeCruiseOutlined_exports = {};
31
+ __export(HighAltitudeCruiseOutlined_exports, {
32
+ default: () => HighAltitudeCruiseOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(HighAltitudeCruiseOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_HighAltitudeCruiseOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/HighAltitudeCruiseOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var HighAltitudeCruiseOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_HighAltitudeCruiseOutlined.default });
39
+ var RefIcon = React.forwardRef(HighAltitudeCruiseOutlined);
40
+ RefIcon.displayName = "HighAltitudeCruiseOutlined";
41
+ var HighAltitudeCruiseOutlined_default = RefIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ export 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/SatelliteFilled.tsx
30
+ var SatelliteFilled_exports = {};
31
+ __export(SatelliteFilled_exports, {
32
+ default: () => SatelliteFilled_default
33
+ });
34
+ module.exports = __toCommonJS(SatelliteFilled_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_SatelliteFilled = __toESM(require("@sensoro-design/icons-svg/es/asn/SatelliteFilled"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var SatelliteFilled = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_SatelliteFilled.default });
39
+ var RefIcon = React.forwardRef(SatelliteFilled);
40
+ RefIcon.displayName = "SatelliteFilled";
41
+ var SatelliteFilled_default = RefIcon;
@@ -445,6 +445,7 @@ export { default as HeavyFogOutlined } from './HeavyFogOutlined';
445
445
  export { default as HelmetFilled } from './HelmetFilled';
446
446
  export { default as HelmetOutlined } from './HelmetOutlined';
447
447
  export { default as HiddenDangerFilled } from './HiddenDangerFilled';
448
+ export { default as HighAltitudeCruiseOutlined } from './HighAltitudeCruiseOutlined';
448
449
  export { default as HighSpeedBayonetFilled } from './HighSpeedBayonetFilled';
449
450
  export { default as HighSpeedBayonetOutlined } from './HighSpeedBayonetOutlined';
450
451
  export { default as HighlightOutlined } from './HighlightOutlined';
@@ -801,6 +802,7 @@ export { default as SafetyRopeOutlined } from './SafetyRopeOutlined';
801
802
  export { default as SafetySearchFilled } from './SafetySearchFilled';
802
803
  export { default as SafetySearchOutlined } from './SafetySearchOutlined';
803
804
  export { default as SalesCallFilled } from './SalesCallFilled';
805
+ export { default as SatelliteFilled } from './SatelliteFilled';
804
806
  export { default as SatelliteOutlined } from './SatelliteOutlined';
805
807
  export { default as SaveOutlined } from './SaveOutlined';
806
808
  export { default as ScanCodeOutlined } from './ScanCodeOutlined';
@@ -476,6 +476,7 @@ __export(icons_exports, {
476
476
  HelmetFilled: () => import_HelmetFilled.default,
477
477
  HelmetOutlined: () => import_HelmetOutlined.default,
478
478
  HiddenDangerFilled: () => import_HiddenDangerFilled.default,
479
+ HighAltitudeCruiseOutlined: () => import_HighAltitudeCruiseOutlined.default,
479
480
  HighSpeedBayonetFilled: () => import_HighSpeedBayonetFilled.default,
480
481
  HighSpeedBayonetOutlined: () => import_HighSpeedBayonetOutlined.default,
481
482
  HighlightOutlined: () => import_HighlightOutlined.default,
@@ -832,6 +833,7 @@ __export(icons_exports, {
832
833
  SafetySearchFilled: () => import_SafetySearchFilled.default,
833
834
  SafetySearchOutlined: () => import_SafetySearchOutlined.default,
834
835
  SalesCallFilled: () => import_SalesCallFilled.default,
836
+ SatelliteFilled: () => import_SatelliteFilled.default,
835
837
  SatelliteOutlined: () => import_SatelliteOutlined.default,
836
838
  SaveOutlined: () => import_SaveOutlined.default,
837
839
  ScanCodeOutlined: () => import_ScanCodeOutlined.default,
@@ -1523,6 +1525,7 @@ var import_HeavyFogOutlined = __toESM(require("./HeavyFogOutlined"));
1523
1525
  var import_HelmetFilled = __toESM(require("./HelmetFilled"));
1524
1526
  var import_HelmetOutlined = __toESM(require("./HelmetOutlined"));
1525
1527
  var import_HiddenDangerFilled = __toESM(require("./HiddenDangerFilled"));
1528
+ var import_HighAltitudeCruiseOutlined = __toESM(require("./HighAltitudeCruiseOutlined"));
1526
1529
  var import_HighSpeedBayonetFilled = __toESM(require("./HighSpeedBayonetFilled"));
1527
1530
  var import_HighSpeedBayonetOutlined = __toESM(require("./HighSpeedBayonetOutlined"));
1528
1531
  var import_HighlightOutlined = __toESM(require("./HighlightOutlined"));
@@ -1879,6 +1882,7 @@ var import_SafetyRopeOutlined = __toESM(require("./SafetyRopeOutlined"));
1879
1882
  var import_SafetySearchFilled = __toESM(require("./SafetySearchFilled"));
1880
1883
  var import_SafetySearchOutlined = __toESM(require("./SafetySearchOutlined"));
1881
1884
  var import_SalesCallFilled = __toESM(require("./SalesCallFilled"));
1885
+ var import_SatelliteFilled = __toESM(require("./SatelliteFilled"));
1882
1886
  var import_SatelliteOutlined = __toESM(require("./SatelliteOutlined"));
1883
1887
  var import_SaveOutlined = __toESM(require("./SaveOutlined"));
1884
1888
  var import_ScanCodeOutlined = __toESM(require("./ScanCodeOutlined"));
@@ -2570,6 +2574,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2570
2574
  HelmetFilled,
2571
2575
  HelmetOutlined,
2572
2576
  HiddenDangerFilled,
2577
+ HighAltitudeCruiseOutlined,
2573
2578
  HighSpeedBayonetFilled,
2574
2579
  HighSpeedBayonetOutlined,
2575
2580
  HighlightOutlined,
@@ -2926,6 +2931,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2926
2931
  SafetySearchFilled,
2927
2932
  SafetySearchOutlined,
2928
2933
  SalesCallFilled,
2934
+ SatelliteFilled,
2929
2935
  SatelliteOutlined,
2930
2936
  SaveOutlined,
2931
2937
  ScanCodeOutlined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons",
3
- "version": "2.75.0",
3
+ "version": "2.77.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.75.0"
30
+ "@sensoro-design/icons-svg": "2.77.0"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"