@sensoro-design/icons 2.74.0 → 2.76.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.
Files changed (72) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/GoStraightOutlined.d.ts +2 -0
  3. package/GoStraightOutlined.js +16 -0
  4. package/HighAltitudeCruiseOutlined.d.ts +2 -0
  5. package/HighAltitudeCruiseOutlined.js +16 -0
  6. package/SharpLeftTurnOutlined.d.ts +2 -0
  7. package/SharpLeftTurnOutlined.js +16 -0
  8. package/SharpRightTurnOutlined.d.ts +2 -0
  9. package/SharpRightTurnOutlined.js +16 -0
  10. package/SlightlyTurnLeftOutlined.d.ts +2 -0
  11. package/SlightlyTurnLeftOutlined.js +16 -0
  12. package/SlightlyTurnRightOutlined.d.ts +2 -0
  13. package/SlightlyTurnRightOutlined.js +16 -0
  14. package/StayLeftOutlined.d.ts +2 -0
  15. package/StayLeftOutlined.js +16 -0
  16. package/StayRightOutlined.d.ts +2 -0
  17. package/StayRightOutlined.js +16 -0
  18. package/TurnAroundOutlined.d.ts +2 -0
  19. package/TurnAroundOutlined.js +16 -0
  20. package/TurnLeftOutlined.d.ts +2 -0
  21. package/TurnLeftOutlined.js +16 -0
  22. package/TurnRightOutlined.d.ts +2 -0
  23. package/TurnRightOutlined.js +16 -0
  24. package/es/icons/GoStraightOutlined.d.ts +4 -0
  25. package/es/icons/GoStraightOutlined.js +14 -0
  26. package/es/icons/HighAltitudeCruiseOutlined.d.ts +4 -0
  27. package/es/icons/HighAltitudeCruiseOutlined.js +14 -0
  28. package/es/icons/SharpLeftTurnOutlined.d.ts +4 -0
  29. package/es/icons/SharpLeftTurnOutlined.js +14 -0
  30. package/es/icons/SharpRightTurnOutlined.d.ts +4 -0
  31. package/es/icons/SharpRightTurnOutlined.js +14 -0
  32. package/es/icons/SlightlyTurnLeftOutlined.d.ts +4 -0
  33. package/es/icons/SlightlyTurnLeftOutlined.js +14 -0
  34. package/es/icons/SlightlyTurnRightOutlined.d.ts +4 -0
  35. package/es/icons/SlightlyTurnRightOutlined.js +14 -0
  36. package/es/icons/StayLeftOutlined.d.ts +4 -0
  37. package/es/icons/StayLeftOutlined.js +14 -0
  38. package/es/icons/StayRightOutlined.d.ts +4 -0
  39. package/es/icons/StayRightOutlined.js +14 -0
  40. package/es/icons/TurnAroundOutlined.d.ts +4 -0
  41. package/es/icons/TurnAroundOutlined.js +14 -0
  42. package/es/icons/TurnLeftOutlined.d.ts +4 -0
  43. package/es/icons/TurnLeftOutlined.js +14 -0
  44. package/es/icons/TurnRightOutlined.d.ts +4 -0
  45. package/es/icons/TurnRightOutlined.js +14 -0
  46. package/es/icons/index.d.ts +11 -0
  47. package/es/icons/index.js +11 -0
  48. package/lib/icons/GoStraightOutlined.d.ts +4 -0
  49. package/lib/icons/GoStraightOutlined.js +41 -0
  50. package/lib/icons/HighAltitudeCruiseOutlined.d.ts +4 -0
  51. package/lib/icons/HighAltitudeCruiseOutlined.js +41 -0
  52. package/lib/icons/SharpLeftTurnOutlined.d.ts +4 -0
  53. package/lib/icons/SharpLeftTurnOutlined.js +41 -0
  54. package/lib/icons/SharpRightTurnOutlined.d.ts +4 -0
  55. package/lib/icons/SharpRightTurnOutlined.js +41 -0
  56. package/lib/icons/SlightlyTurnLeftOutlined.d.ts +4 -0
  57. package/lib/icons/SlightlyTurnLeftOutlined.js +41 -0
  58. package/lib/icons/SlightlyTurnRightOutlined.d.ts +4 -0
  59. package/lib/icons/SlightlyTurnRightOutlined.js +41 -0
  60. package/lib/icons/StayLeftOutlined.d.ts +4 -0
  61. package/lib/icons/StayLeftOutlined.js +41 -0
  62. package/lib/icons/StayRightOutlined.d.ts +4 -0
  63. package/lib/icons/StayRightOutlined.js +41 -0
  64. package/lib/icons/TurnAroundOutlined.d.ts +4 -0
  65. package/lib/icons/TurnAroundOutlined.js +41 -0
  66. package/lib/icons/TurnLeftOutlined.d.ts +4 -0
  67. package/lib/icons/TurnLeftOutlined.js +41 -0
  68. package/lib/icons/TurnRightOutlined.d.ts +4 -0
  69. package/lib/icons/TurnRightOutlined.js +41 -0
  70. package/lib/icons/index.d.ts +11 -0
  71. package/lib/icons/index.js +33 -0
  72. package/package.json +2 -2
@@ -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/GoStraightOutlined.tsx
30
+ var GoStraightOutlined_exports = {};
31
+ __export(GoStraightOutlined_exports, {
32
+ default: () => GoStraightOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(GoStraightOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_GoStraightOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/GoStraightOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var GoStraightOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_GoStraightOutlined.default });
39
+ var RefIcon = React.forwardRef(GoStraightOutlined);
40
+ RefIcon.displayName = "GoStraightOutlined";
41
+ var GoStraightOutlined_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/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/SharpLeftTurnOutlined.tsx
30
+ var SharpLeftTurnOutlined_exports = {};
31
+ __export(SharpLeftTurnOutlined_exports, {
32
+ default: () => SharpLeftTurnOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(SharpLeftTurnOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_SharpLeftTurnOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/SharpLeftTurnOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var SharpLeftTurnOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_SharpLeftTurnOutlined.default });
39
+ var RefIcon = React.forwardRef(SharpLeftTurnOutlined);
40
+ RefIcon.displayName = "SharpLeftTurnOutlined";
41
+ var SharpLeftTurnOutlined_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/SharpRightTurnOutlined.tsx
30
+ var SharpRightTurnOutlined_exports = {};
31
+ __export(SharpRightTurnOutlined_exports, {
32
+ default: () => SharpRightTurnOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(SharpRightTurnOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_SharpRightTurnOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/SharpRightTurnOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var SharpRightTurnOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_SharpRightTurnOutlined.default });
39
+ var RefIcon = React.forwardRef(SharpRightTurnOutlined);
40
+ RefIcon.displayName = "SharpRightTurnOutlined";
41
+ var SharpRightTurnOutlined_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/SlightlyTurnLeftOutlined.tsx
30
+ var SlightlyTurnLeftOutlined_exports = {};
31
+ __export(SlightlyTurnLeftOutlined_exports, {
32
+ default: () => SlightlyTurnLeftOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(SlightlyTurnLeftOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_SlightlyTurnLeftOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/SlightlyTurnLeftOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var SlightlyTurnLeftOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_SlightlyTurnLeftOutlined.default });
39
+ var RefIcon = React.forwardRef(SlightlyTurnLeftOutlined);
40
+ RefIcon.displayName = "SlightlyTurnLeftOutlined";
41
+ var SlightlyTurnLeftOutlined_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/SlightlyTurnRightOutlined.tsx
30
+ var SlightlyTurnRightOutlined_exports = {};
31
+ __export(SlightlyTurnRightOutlined_exports, {
32
+ default: () => SlightlyTurnRightOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(SlightlyTurnRightOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_SlightlyTurnRightOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/SlightlyTurnRightOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var SlightlyTurnRightOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_SlightlyTurnRightOutlined.default });
39
+ var RefIcon = React.forwardRef(SlightlyTurnRightOutlined);
40
+ RefIcon.displayName = "SlightlyTurnRightOutlined";
41
+ var SlightlyTurnRightOutlined_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/StayLeftOutlined.tsx
30
+ var StayLeftOutlined_exports = {};
31
+ __export(StayLeftOutlined_exports, {
32
+ default: () => StayLeftOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(StayLeftOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_StayLeftOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/StayLeftOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var StayLeftOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_StayLeftOutlined.default });
39
+ var RefIcon = React.forwardRef(StayLeftOutlined);
40
+ RefIcon.displayName = "StayLeftOutlined";
41
+ var StayLeftOutlined_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/StayRightOutlined.tsx
30
+ var StayRightOutlined_exports = {};
31
+ __export(StayRightOutlined_exports, {
32
+ default: () => StayRightOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(StayRightOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_StayRightOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/StayRightOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var StayRightOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_StayRightOutlined.default });
39
+ var RefIcon = React.forwardRef(StayRightOutlined);
40
+ RefIcon.displayName = "StayRightOutlined";
41
+ var StayRightOutlined_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/TurnAroundOutlined.tsx
30
+ var TurnAroundOutlined_exports = {};
31
+ __export(TurnAroundOutlined_exports, {
32
+ default: () => TurnAroundOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(TurnAroundOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_TurnAroundOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/TurnAroundOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var TurnAroundOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_TurnAroundOutlined.default });
39
+ var RefIcon = React.forwardRef(TurnAroundOutlined);
40
+ RefIcon.displayName = "TurnAroundOutlined";
41
+ var TurnAroundOutlined_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/TurnLeftOutlined.tsx
30
+ var TurnLeftOutlined_exports = {};
31
+ __export(TurnLeftOutlined_exports, {
32
+ default: () => TurnLeftOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(TurnLeftOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_TurnLeftOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/TurnLeftOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var TurnLeftOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_TurnLeftOutlined.default });
39
+ var RefIcon = React.forwardRef(TurnLeftOutlined);
40
+ RefIcon.displayName = "TurnLeftOutlined";
41
+ var TurnLeftOutlined_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/TurnRightOutlined.tsx
30
+ var TurnRightOutlined_exports = {};
31
+ __export(TurnRightOutlined_exports, {
32
+ default: () => TurnRightOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(TurnRightOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_TurnRightOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/TurnRightOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var TurnRightOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_TurnRightOutlined.default });
39
+ var RefIcon = React.forwardRef(TurnRightOutlined);
40
+ RefIcon.displayName = "TurnRightOutlined";
41
+ var TurnRightOutlined_default = RefIcon;
@@ -418,6 +418,7 @@ export { default as GimbalDownWhitePurely } from './GimbalDownWhitePurely';
418
418
  export { default as GithubFilled } from './GithubFilled';
419
419
  export { default as GlobalFilled } from './GlobalFilled';
420
420
  export { default as GlobalOutlined } from './GlobalOutlined';
421
+ export { default as GoStraightOutlined } from './GoStraightOutlined';
421
422
  export { default as GovernmentFilled } from './GovernmentFilled';
422
423
  export { default as GovernmentOutlined } from './GovernmentOutlined';
423
424
  export { default as GridOutlined } from './GridOutlined';
@@ -444,6 +445,7 @@ export { default as HeavyFogOutlined } from './HeavyFogOutlined';
444
445
  export { default as HelmetFilled } from './HelmetFilled';
445
446
  export { default as HelmetOutlined } from './HelmetOutlined';
446
447
  export { default as HiddenDangerFilled } from './HiddenDangerFilled';
448
+ export { default as HighAltitudeCruiseOutlined } from './HighAltitudeCruiseOutlined';
447
449
  export { default as HighSpeedBayonetFilled } from './HighSpeedBayonetFilled';
448
450
  export { default as HighSpeedBayonetOutlined } from './HighSpeedBayonetOutlined';
449
451
  export { default as HighlightOutlined } from './HighlightOutlined';
@@ -826,6 +828,8 @@ export { default as SettingFilled } from './SettingFilled';
826
828
  export { default as SettingOutlined } from './SettingOutlined';
827
829
  export { default as ShakeOutlined } from './ShakeOutlined';
828
830
  export { default as ShareAltOutlined } from './ShareAltOutlined';
831
+ export { default as SharpLeftTurnOutlined } from './SharpLeftTurnOutlined';
832
+ export { default as SharpRightTurnOutlined } from './SharpRightTurnOutlined';
829
833
  export { default as ShelterOutlined } from './ShelterOutlined';
830
834
  export { default as ShootFilled } from './ShootFilled';
831
835
  export { default as ShoppingCartOutlined } from './ShoppingCartOutlined';
@@ -841,6 +845,8 @@ export { default as SiteManagePurely } from './SiteManagePurely';
841
845
  export { default as SlashOutlined } from './SlashOutlined';
842
846
  export { default as SleepFilled } from './SleepFilled';
843
847
  export { default as SleepOutlined } from './SleepOutlined';
848
+ export { default as SlightlyTurnLeftOutlined } from './SlightlyTurnLeftOutlined';
849
+ export { default as SlightlyTurnRightOutlined } from './SlightlyTurnRightOutlined';
844
850
  export { default as SlopeProtectionOutlined } from './SlopeProtectionOutlined';
845
851
  export { default as SluiceGateOutlined } from './SluiceGateOutlined';
846
852
  export { default as SmartBoxOutlined } from './SmartBoxOutlined';
@@ -873,6 +879,8 @@ export { default as SquareOutlined } from './SquareOutlined';
873
879
  export { default as StarFilled } from './StarFilled';
874
880
  export { default as StarOutlined } from './StarOutlined';
875
881
  export { default as StatisticsFilled } from './StatisticsFilled';
882
+ export { default as StayLeftOutlined } from './StayLeftOutlined';
883
+ export { default as StayRightOutlined } from './StayRightOutlined';
876
884
  export { default as StepBackwardOutlined } from './StepBackwardOutlined';
877
885
  export { default as StepCountOutlined } from './StepCountOutlined';
878
886
  export { default as StepForwardOutlined } from './StepForwardOutlined';
@@ -931,6 +939,9 @@ export { default as TrafficLightFilled } from './TrafficLightFilled';
931
939
  export { default as TrafficPoliceOutlined } from './TrafficPoliceOutlined';
932
940
  export { default as TrophyOutlined } from './TrophyOutlined';
933
941
  export { default as TunnelFilled } from './TunnelFilled';
942
+ export { default as TurnAroundOutlined } from './TurnAroundOutlined';
943
+ export { default as TurnLeftOutlined } from './TurnLeftOutlined';
944
+ export { default as TurnRightOutlined } from './TurnRightOutlined';
934
945
  export { default as TwinsOutlined } from './TwinsOutlined';
935
946
  export { default as TyphoonOutlined } from './TyphoonOutlined';
936
947
  export { default as UnitFilled } from './UnitFilled';