@sensoro-design/icons 2.74.0 → 2.75.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 (66) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/GoStraightOutlined.d.ts +2 -0
  3. package/GoStraightOutlined.js +16 -0
  4. package/SharpLeftTurnOutlined.d.ts +2 -0
  5. package/SharpLeftTurnOutlined.js +16 -0
  6. package/SharpRightTurnOutlined.d.ts +2 -0
  7. package/SharpRightTurnOutlined.js +16 -0
  8. package/SlightlyTurnLeftOutlined.d.ts +2 -0
  9. package/SlightlyTurnLeftOutlined.js +16 -0
  10. package/SlightlyTurnRightOutlined.d.ts +2 -0
  11. package/SlightlyTurnRightOutlined.js +16 -0
  12. package/StayLeftOutlined.d.ts +2 -0
  13. package/StayLeftOutlined.js +16 -0
  14. package/StayRightOutlined.d.ts +2 -0
  15. package/StayRightOutlined.js +16 -0
  16. package/TurnAroundOutlined.d.ts +2 -0
  17. package/TurnAroundOutlined.js +16 -0
  18. package/TurnLeftOutlined.d.ts +2 -0
  19. package/TurnLeftOutlined.js +16 -0
  20. package/TurnRightOutlined.d.ts +2 -0
  21. package/TurnRightOutlined.js +16 -0
  22. package/es/icons/GoStraightOutlined.d.ts +4 -0
  23. package/es/icons/GoStraightOutlined.js +14 -0
  24. package/es/icons/SharpLeftTurnOutlined.d.ts +4 -0
  25. package/es/icons/SharpLeftTurnOutlined.js +14 -0
  26. package/es/icons/SharpRightTurnOutlined.d.ts +4 -0
  27. package/es/icons/SharpRightTurnOutlined.js +14 -0
  28. package/es/icons/SlightlyTurnLeftOutlined.d.ts +4 -0
  29. package/es/icons/SlightlyTurnLeftOutlined.js +14 -0
  30. package/es/icons/SlightlyTurnRightOutlined.d.ts +4 -0
  31. package/es/icons/SlightlyTurnRightOutlined.js +14 -0
  32. package/es/icons/StayLeftOutlined.d.ts +4 -0
  33. package/es/icons/StayLeftOutlined.js +14 -0
  34. package/es/icons/StayRightOutlined.d.ts +4 -0
  35. package/es/icons/StayRightOutlined.js +14 -0
  36. package/es/icons/TurnAroundOutlined.d.ts +4 -0
  37. package/es/icons/TurnAroundOutlined.js +14 -0
  38. package/es/icons/TurnLeftOutlined.d.ts +4 -0
  39. package/es/icons/TurnLeftOutlined.js +14 -0
  40. package/es/icons/TurnRightOutlined.d.ts +4 -0
  41. package/es/icons/TurnRightOutlined.js +14 -0
  42. package/es/icons/index.d.ts +10 -0
  43. package/es/icons/index.js +10 -0
  44. package/lib/icons/GoStraightOutlined.d.ts +4 -0
  45. package/lib/icons/GoStraightOutlined.js +41 -0
  46. package/lib/icons/SharpLeftTurnOutlined.d.ts +4 -0
  47. package/lib/icons/SharpLeftTurnOutlined.js +41 -0
  48. package/lib/icons/SharpRightTurnOutlined.d.ts +4 -0
  49. package/lib/icons/SharpRightTurnOutlined.js +41 -0
  50. package/lib/icons/SlightlyTurnLeftOutlined.d.ts +4 -0
  51. package/lib/icons/SlightlyTurnLeftOutlined.js +41 -0
  52. package/lib/icons/SlightlyTurnRightOutlined.d.ts +4 -0
  53. package/lib/icons/SlightlyTurnRightOutlined.js +41 -0
  54. package/lib/icons/StayLeftOutlined.d.ts +4 -0
  55. package/lib/icons/StayLeftOutlined.js +41 -0
  56. package/lib/icons/StayRightOutlined.d.ts +4 -0
  57. package/lib/icons/StayRightOutlined.js +41 -0
  58. package/lib/icons/TurnAroundOutlined.d.ts +4 -0
  59. package/lib/icons/TurnAroundOutlined.js +41 -0
  60. package/lib/icons/TurnLeftOutlined.d.ts +4 -0
  61. package/lib/icons/TurnLeftOutlined.js +41 -0
  62. package/lib/icons/TurnRightOutlined.d.ts +4 -0
  63. package/lib/icons/TurnRightOutlined.js +41 -0
  64. package/lib/icons/index.d.ts +10 -0
  65. package/lib/icons/index.js +30 -0
  66. 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/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';
@@ -826,6 +827,8 @@ export { default as SettingFilled } from './SettingFilled';
826
827
  export { default as SettingOutlined } from './SettingOutlined';
827
828
  export { default as ShakeOutlined } from './ShakeOutlined';
828
829
  export { default as ShareAltOutlined } from './ShareAltOutlined';
830
+ export { default as SharpLeftTurnOutlined } from './SharpLeftTurnOutlined';
831
+ export { default as SharpRightTurnOutlined } from './SharpRightTurnOutlined';
829
832
  export { default as ShelterOutlined } from './ShelterOutlined';
830
833
  export { default as ShootFilled } from './ShootFilled';
831
834
  export { default as ShoppingCartOutlined } from './ShoppingCartOutlined';
@@ -841,6 +844,8 @@ export { default as SiteManagePurely } from './SiteManagePurely';
841
844
  export { default as SlashOutlined } from './SlashOutlined';
842
845
  export { default as SleepFilled } from './SleepFilled';
843
846
  export { default as SleepOutlined } from './SleepOutlined';
847
+ export { default as SlightlyTurnLeftOutlined } from './SlightlyTurnLeftOutlined';
848
+ export { default as SlightlyTurnRightOutlined } from './SlightlyTurnRightOutlined';
844
849
  export { default as SlopeProtectionOutlined } from './SlopeProtectionOutlined';
845
850
  export { default as SluiceGateOutlined } from './SluiceGateOutlined';
846
851
  export { default as SmartBoxOutlined } from './SmartBoxOutlined';
@@ -873,6 +878,8 @@ export { default as SquareOutlined } from './SquareOutlined';
873
878
  export { default as StarFilled } from './StarFilled';
874
879
  export { default as StarOutlined } from './StarOutlined';
875
880
  export { default as StatisticsFilled } from './StatisticsFilled';
881
+ export { default as StayLeftOutlined } from './StayLeftOutlined';
882
+ export { default as StayRightOutlined } from './StayRightOutlined';
876
883
  export { default as StepBackwardOutlined } from './StepBackwardOutlined';
877
884
  export { default as StepCountOutlined } from './StepCountOutlined';
878
885
  export { default as StepForwardOutlined } from './StepForwardOutlined';
@@ -931,6 +938,9 @@ export { default as TrafficLightFilled } from './TrafficLightFilled';
931
938
  export { default as TrafficPoliceOutlined } from './TrafficPoliceOutlined';
932
939
  export { default as TrophyOutlined } from './TrophyOutlined';
933
940
  export { default as TunnelFilled } from './TunnelFilled';
941
+ export { default as TurnAroundOutlined } from './TurnAroundOutlined';
942
+ export { default as TurnLeftOutlined } from './TurnLeftOutlined';
943
+ export { default as TurnRightOutlined } from './TurnRightOutlined';
934
944
  export { default as TwinsOutlined } from './TwinsOutlined';
935
945
  export { default as TyphoonOutlined } from './TyphoonOutlined';
936
946
  export { default as UnitFilled } from './UnitFilled';
@@ -449,6 +449,7 @@ __export(icons_exports, {
449
449
  GithubFilled: () => import_GithubFilled.default,
450
450
  GlobalFilled: () => import_GlobalFilled.default,
451
451
  GlobalOutlined: () => import_GlobalOutlined.default,
452
+ GoStraightOutlined: () => import_GoStraightOutlined.default,
452
453
  GovernmentFilled: () => import_GovernmentFilled.default,
453
454
  GovernmentOutlined: () => import_GovernmentOutlined.default,
454
455
  GridOutlined: () => import_GridOutlined.default,
@@ -857,6 +858,8 @@ __export(icons_exports, {
857
858
  SettingOutlined: () => import_SettingOutlined.default,
858
859
  ShakeOutlined: () => import_ShakeOutlined.default,
859
860
  ShareAltOutlined: () => import_ShareAltOutlined.default,
861
+ SharpLeftTurnOutlined: () => import_SharpLeftTurnOutlined.default,
862
+ SharpRightTurnOutlined: () => import_SharpRightTurnOutlined.default,
860
863
  ShelterOutlined: () => import_ShelterOutlined.default,
861
864
  ShootFilled: () => import_ShootFilled.default,
862
865
  ShoppingCartOutlined: () => import_ShoppingCartOutlined.default,
@@ -872,6 +875,8 @@ __export(icons_exports, {
872
875
  SlashOutlined: () => import_SlashOutlined.default,
873
876
  SleepFilled: () => import_SleepFilled.default,
874
877
  SleepOutlined: () => import_SleepOutlined.default,
878
+ SlightlyTurnLeftOutlined: () => import_SlightlyTurnLeftOutlined.default,
879
+ SlightlyTurnRightOutlined: () => import_SlightlyTurnRightOutlined.default,
875
880
  SlopeProtectionOutlined: () => import_SlopeProtectionOutlined.default,
876
881
  SluiceGateOutlined: () => import_SluiceGateOutlined.default,
877
882
  SmartBoxOutlined: () => import_SmartBoxOutlined.default,
@@ -904,6 +909,8 @@ __export(icons_exports, {
904
909
  StarFilled: () => import_StarFilled.default,
905
910
  StarOutlined: () => import_StarOutlined.default,
906
911
  StatisticsFilled: () => import_StatisticsFilled.default,
912
+ StayLeftOutlined: () => import_StayLeftOutlined.default,
913
+ StayRightOutlined: () => import_StayRightOutlined.default,
907
914
  StepBackwardOutlined: () => import_StepBackwardOutlined.default,
908
915
  StepCountOutlined: () => import_StepCountOutlined.default,
909
916
  StepForwardOutlined: () => import_StepForwardOutlined.default,
@@ -962,6 +969,9 @@ __export(icons_exports, {
962
969
  TrafficPoliceOutlined: () => import_TrafficPoliceOutlined.default,
963
970
  TrophyOutlined: () => import_TrophyOutlined.default,
964
971
  TunnelFilled: () => import_TunnelFilled.default,
972
+ TurnAroundOutlined: () => import_TurnAroundOutlined.default,
973
+ TurnLeftOutlined: () => import_TurnLeftOutlined.default,
974
+ TurnRightOutlined: () => import_TurnRightOutlined.default,
965
975
  TwinsOutlined: () => import_TwinsOutlined.default,
966
976
  TyphoonOutlined: () => import_TyphoonOutlined.default,
967
977
  UnitFilled: () => import_UnitFilled.default,
@@ -1486,6 +1496,7 @@ var import_GimbalDownWhitePurely = __toESM(require("./GimbalDownWhitePurely"));
1486
1496
  var import_GithubFilled = __toESM(require("./GithubFilled"));
1487
1497
  var import_GlobalFilled = __toESM(require("./GlobalFilled"));
1488
1498
  var import_GlobalOutlined = __toESM(require("./GlobalOutlined"));
1499
+ var import_GoStraightOutlined = __toESM(require("./GoStraightOutlined"));
1489
1500
  var import_GovernmentFilled = __toESM(require("./GovernmentFilled"));
1490
1501
  var import_GovernmentOutlined = __toESM(require("./GovernmentOutlined"));
1491
1502
  var import_GridOutlined = __toESM(require("./GridOutlined"));
@@ -1894,6 +1905,8 @@ var import_SettingFilled = __toESM(require("./SettingFilled"));
1894
1905
  var import_SettingOutlined = __toESM(require("./SettingOutlined"));
1895
1906
  var import_ShakeOutlined = __toESM(require("./ShakeOutlined"));
1896
1907
  var import_ShareAltOutlined = __toESM(require("./ShareAltOutlined"));
1908
+ var import_SharpLeftTurnOutlined = __toESM(require("./SharpLeftTurnOutlined"));
1909
+ var import_SharpRightTurnOutlined = __toESM(require("./SharpRightTurnOutlined"));
1897
1910
  var import_ShelterOutlined = __toESM(require("./ShelterOutlined"));
1898
1911
  var import_ShootFilled = __toESM(require("./ShootFilled"));
1899
1912
  var import_ShoppingCartOutlined = __toESM(require("./ShoppingCartOutlined"));
@@ -1909,6 +1922,8 @@ var import_SiteManagePurely = __toESM(require("./SiteManagePurely"));
1909
1922
  var import_SlashOutlined = __toESM(require("./SlashOutlined"));
1910
1923
  var import_SleepFilled = __toESM(require("./SleepFilled"));
1911
1924
  var import_SleepOutlined = __toESM(require("./SleepOutlined"));
1925
+ var import_SlightlyTurnLeftOutlined = __toESM(require("./SlightlyTurnLeftOutlined"));
1926
+ var import_SlightlyTurnRightOutlined = __toESM(require("./SlightlyTurnRightOutlined"));
1912
1927
  var import_SlopeProtectionOutlined = __toESM(require("./SlopeProtectionOutlined"));
1913
1928
  var import_SluiceGateOutlined = __toESM(require("./SluiceGateOutlined"));
1914
1929
  var import_SmartBoxOutlined = __toESM(require("./SmartBoxOutlined"));
@@ -1941,6 +1956,8 @@ var import_SquareOutlined = __toESM(require("./SquareOutlined"));
1941
1956
  var import_StarFilled = __toESM(require("./StarFilled"));
1942
1957
  var import_StarOutlined = __toESM(require("./StarOutlined"));
1943
1958
  var import_StatisticsFilled = __toESM(require("./StatisticsFilled"));
1959
+ var import_StayLeftOutlined = __toESM(require("./StayLeftOutlined"));
1960
+ var import_StayRightOutlined = __toESM(require("./StayRightOutlined"));
1944
1961
  var import_StepBackwardOutlined = __toESM(require("./StepBackwardOutlined"));
1945
1962
  var import_StepCountOutlined = __toESM(require("./StepCountOutlined"));
1946
1963
  var import_StepForwardOutlined = __toESM(require("./StepForwardOutlined"));
@@ -1999,6 +2016,9 @@ var import_TrafficLightFilled = __toESM(require("./TrafficLightFilled"));
1999
2016
  var import_TrafficPoliceOutlined = __toESM(require("./TrafficPoliceOutlined"));
2000
2017
  var import_TrophyOutlined = __toESM(require("./TrophyOutlined"));
2001
2018
  var import_TunnelFilled = __toESM(require("./TunnelFilled"));
2019
+ var import_TurnAroundOutlined = __toESM(require("./TurnAroundOutlined"));
2020
+ var import_TurnLeftOutlined = __toESM(require("./TurnLeftOutlined"));
2021
+ var import_TurnRightOutlined = __toESM(require("./TurnRightOutlined"));
2002
2022
  var import_TwinsOutlined = __toESM(require("./TwinsOutlined"));
2003
2023
  var import_TyphoonOutlined = __toESM(require("./TyphoonOutlined"));
2004
2024
  var import_UnitFilled = __toESM(require("./UnitFilled"));
@@ -2523,6 +2543,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2523
2543
  GithubFilled,
2524
2544
  GlobalFilled,
2525
2545
  GlobalOutlined,
2546
+ GoStraightOutlined,
2526
2547
  GovernmentFilled,
2527
2548
  GovernmentOutlined,
2528
2549
  GridOutlined,
@@ -2931,6 +2952,8 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2931
2952
  SettingOutlined,
2932
2953
  ShakeOutlined,
2933
2954
  ShareAltOutlined,
2955
+ SharpLeftTurnOutlined,
2956
+ SharpRightTurnOutlined,
2934
2957
  ShelterOutlined,
2935
2958
  ShootFilled,
2936
2959
  ShoppingCartOutlined,
@@ -2946,6 +2969,8 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2946
2969
  SlashOutlined,
2947
2970
  SleepFilled,
2948
2971
  SleepOutlined,
2972
+ SlightlyTurnLeftOutlined,
2973
+ SlightlyTurnRightOutlined,
2949
2974
  SlopeProtectionOutlined,
2950
2975
  SluiceGateOutlined,
2951
2976
  SmartBoxOutlined,
@@ -2978,6 +3003,8 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2978
3003
  StarFilled,
2979
3004
  StarOutlined,
2980
3005
  StatisticsFilled,
3006
+ StayLeftOutlined,
3007
+ StayRightOutlined,
2981
3008
  StepBackwardOutlined,
2982
3009
  StepCountOutlined,
2983
3010
  StepForwardOutlined,
@@ -3036,6 +3063,9 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
3036
3063
  TrafficPoliceOutlined,
3037
3064
  TrophyOutlined,
3038
3065
  TunnelFilled,
3066
+ TurnAroundOutlined,
3067
+ TurnLeftOutlined,
3068
+ TurnRightOutlined,
3039
3069
  TwinsOutlined,
3040
3070
  TyphoonOutlined,
3041
3071
  UnitFilled,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons",
3
- "version": "2.74.0",
3
+ "version": "2.75.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.74.0"
30
+ "@sensoro-design/icons-svg": "2.75.0"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"