@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
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.75.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.74.0...v2.75.0) (2024-12-26)
7
+
8
+ **Note:** Version bump only for package @sensoro-design/icons
9
+
10
+
11
+
12
+
13
+
6
14
  # [2.74.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.73.1...v2.74.0) (2024-12-11)
7
15
 
8
16
 
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/GoStraightOutlined';
@@ -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 _GoStraightOutlined = _interopRequireDefault(require('./es/icons/GoStraightOutlined'));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
13
+
14
+ var _default = _GoStraightOutlined;
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/SharpLeftTurnOutlined';
@@ -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 _SharpLeftTurnOutlined = _interopRequireDefault(require('./es/icons/SharpLeftTurnOutlined'));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
13
+
14
+ var _default = _SharpLeftTurnOutlined;
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/SharpRightTurnOutlined';
@@ -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 _SharpRightTurnOutlined = _interopRequireDefault(require('./es/icons/SharpRightTurnOutlined'));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
13
+
14
+ var _default = _SharpRightTurnOutlined;
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/SlightlyTurnLeftOutlined';
@@ -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 _SlightlyTurnLeftOutlined = _interopRequireDefault(require('./es/icons/SlightlyTurnLeftOutlined'));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
13
+
14
+ var _default = _SlightlyTurnLeftOutlined;
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/SlightlyTurnRightOutlined';
@@ -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 _SlightlyTurnRightOutlined = _interopRequireDefault(require('./es/icons/SlightlyTurnRightOutlined'));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
13
+
14
+ var _default = _SlightlyTurnRightOutlined;
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/StayLeftOutlined';
@@ -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 _StayLeftOutlined = _interopRequireDefault(require('./es/icons/StayLeftOutlined'));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
13
+
14
+ var _default = _StayLeftOutlined;
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/StayRightOutlined';
@@ -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 _StayRightOutlined = _interopRequireDefault(require('./es/icons/StayRightOutlined'));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
13
+
14
+ var _default = _StayRightOutlined;
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/TurnAroundOutlined';
@@ -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 _TurnAroundOutlined = _interopRequireDefault(require('./es/icons/TurnAroundOutlined'));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
13
+
14
+ var _default = _TurnAroundOutlined;
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/TurnLeftOutlined';
@@ -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 _TurnLeftOutlined = _interopRequireDefault(require('./es/icons/TurnLeftOutlined'));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
13
+
14
+ var _default = _TurnLeftOutlined;
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/TurnRightOutlined';
@@ -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 _TurnRightOutlined = _interopRequireDefault(require('./es/icons/TurnRightOutlined'));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
13
+
14
+ var _default = _TurnRightOutlined;
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 GoStraightOutlinedSvg from '@sensoro-design/icons-svg/es/asn/GoStraightOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var GoStraightOutlined = function GoStraightOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: GoStraightOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(GoStraightOutlined);
13
+ RefIcon.displayName = 'GoStraightOutlined';
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 SharpLeftTurnOutlinedSvg from '@sensoro-design/icons-svg/es/asn/SharpLeftTurnOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var SharpLeftTurnOutlined = function SharpLeftTurnOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: SharpLeftTurnOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(SharpLeftTurnOutlined);
13
+ RefIcon.displayName = 'SharpLeftTurnOutlined';
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 SharpRightTurnOutlinedSvg from '@sensoro-design/icons-svg/es/asn/SharpRightTurnOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var SharpRightTurnOutlined = function SharpRightTurnOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: SharpRightTurnOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(SharpRightTurnOutlined);
13
+ RefIcon.displayName = 'SharpRightTurnOutlined';
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 SlightlyTurnLeftOutlinedSvg from '@sensoro-design/icons-svg/es/asn/SlightlyTurnLeftOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var SlightlyTurnLeftOutlined = function SlightlyTurnLeftOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: SlightlyTurnLeftOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(SlightlyTurnLeftOutlined);
13
+ RefIcon.displayName = 'SlightlyTurnLeftOutlined';
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 SlightlyTurnRightOutlinedSvg from '@sensoro-design/icons-svg/es/asn/SlightlyTurnRightOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var SlightlyTurnRightOutlined = function SlightlyTurnRightOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: SlightlyTurnRightOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(SlightlyTurnRightOutlined);
13
+ RefIcon.displayName = 'SlightlyTurnRightOutlined';
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 StayLeftOutlinedSvg from '@sensoro-design/icons-svg/es/asn/StayLeftOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var StayLeftOutlined = function StayLeftOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: StayLeftOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(StayLeftOutlined);
13
+ RefIcon.displayName = 'StayLeftOutlined';
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 StayRightOutlinedSvg from '@sensoro-design/icons-svg/es/asn/StayRightOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var StayRightOutlined = function StayRightOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: StayRightOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(StayRightOutlined);
13
+ RefIcon.displayName = 'StayRightOutlined';
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 TurnAroundOutlinedSvg from '@sensoro-design/icons-svg/es/asn/TurnAroundOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var TurnAroundOutlined = function TurnAroundOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: TurnAroundOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(TurnAroundOutlined);
13
+ RefIcon.displayName = 'TurnAroundOutlined';
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 TurnLeftOutlinedSvg from '@sensoro-design/icons-svg/es/asn/TurnLeftOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var TurnLeftOutlined = function TurnLeftOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: TurnLeftOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(TurnLeftOutlined);
13
+ RefIcon.displayName = 'TurnLeftOutlined';
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 TurnRightOutlinedSvg from '@sensoro-design/icons-svg/es/asn/TurnRightOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var TurnRightOutlined = function TurnRightOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: TurnRightOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(TurnRightOutlined);
13
+ RefIcon.displayName = 'TurnRightOutlined';
14
+ export 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';
package/es/icons/index.js CHANGED
@@ -419,6 +419,7 @@ export { default as GimbalDownWhitePurely } from "./GimbalDownWhitePurely";
419
419
  export { default as GithubFilled } from "./GithubFilled";
420
420
  export { default as GlobalFilled } from "./GlobalFilled";
421
421
  export { default as GlobalOutlined } from "./GlobalOutlined";
422
+ export { default as GoStraightOutlined } from "./GoStraightOutlined";
422
423
  export { default as GovernmentFilled } from "./GovernmentFilled";
423
424
  export { default as GovernmentOutlined } from "./GovernmentOutlined";
424
425
  export { default as GridOutlined } from "./GridOutlined";
@@ -827,6 +828,8 @@ export { default as SettingFilled } from "./SettingFilled";
827
828
  export { default as SettingOutlined } from "./SettingOutlined";
828
829
  export { default as ShakeOutlined } from "./ShakeOutlined";
829
830
  export { default as ShareAltOutlined } from "./ShareAltOutlined";
831
+ export { default as SharpLeftTurnOutlined } from "./SharpLeftTurnOutlined";
832
+ export { default as SharpRightTurnOutlined } from "./SharpRightTurnOutlined";
830
833
  export { default as ShelterOutlined } from "./ShelterOutlined";
831
834
  export { default as ShootFilled } from "./ShootFilled";
832
835
  export { default as ShoppingCartOutlined } from "./ShoppingCartOutlined";
@@ -842,6 +845,8 @@ export { default as SiteManagePurely } from "./SiteManagePurely";
842
845
  export { default as SlashOutlined } from "./SlashOutlined";
843
846
  export { default as SleepFilled } from "./SleepFilled";
844
847
  export { default as SleepOutlined } from "./SleepOutlined";
848
+ export { default as SlightlyTurnLeftOutlined } from "./SlightlyTurnLeftOutlined";
849
+ export { default as SlightlyTurnRightOutlined } from "./SlightlyTurnRightOutlined";
845
850
  export { default as SlopeProtectionOutlined } from "./SlopeProtectionOutlined";
846
851
  export { default as SluiceGateOutlined } from "./SluiceGateOutlined";
847
852
  export { default as SmartBoxOutlined } from "./SmartBoxOutlined";
@@ -874,6 +879,8 @@ export { default as SquareOutlined } from "./SquareOutlined";
874
879
  export { default as StarFilled } from "./StarFilled";
875
880
  export { default as StarOutlined } from "./StarOutlined";
876
881
  export { default as StatisticsFilled } from "./StatisticsFilled";
882
+ export { default as StayLeftOutlined } from "./StayLeftOutlined";
883
+ export { default as StayRightOutlined } from "./StayRightOutlined";
877
884
  export { default as StepBackwardOutlined } from "./StepBackwardOutlined";
878
885
  export { default as StepCountOutlined } from "./StepCountOutlined";
879
886
  export { default as StepForwardOutlined } from "./StepForwardOutlined";
@@ -932,6 +939,9 @@ export { default as TrafficLightFilled } from "./TrafficLightFilled";
932
939
  export { default as TrafficPoliceOutlined } from "./TrafficPoliceOutlined";
933
940
  export { default as TrophyOutlined } from "./TrophyOutlined";
934
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";
935
945
  export { default as TwinsOutlined } from "./TwinsOutlined";
936
946
  export { default as TyphoonOutlined } from "./TyphoonOutlined";
937
947
  export { default as UnitFilled } from "./UnitFilled";
@@ -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/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;