@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.
- package/CHANGELOG.md +8 -0
- package/GoStraightOutlined.d.ts +2 -0
- package/GoStraightOutlined.js +16 -0
- package/SharpLeftTurnOutlined.d.ts +2 -0
- package/SharpLeftTurnOutlined.js +16 -0
- package/SharpRightTurnOutlined.d.ts +2 -0
- package/SharpRightTurnOutlined.js +16 -0
- package/SlightlyTurnLeftOutlined.d.ts +2 -0
- package/SlightlyTurnLeftOutlined.js +16 -0
- package/SlightlyTurnRightOutlined.d.ts +2 -0
- package/SlightlyTurnRightOutlined.js +16 -0
- package/StayLeftOutlined.d.ts +2 -0
- package/StayLeftOutlined.js +16 -0
- package/StayRightOutlined.d.ts +2 -0
- package/StayRightOutlined.js +16 -0
- package/TurnAroundOutlined.d.ts +2 -0
- package/TurnAroundOutlined.js +16 -0
- package/TurnLeftOutlined.d.ts +2 -0
- package/TurnLeftOutlined.js +16 -0
- package/TurnRightOutlined.d.ts +2 -0
- package/TurnRightOutlined.js +16 -0
- package/es/icons/GoStraightOutlined.d.ts +4 -0
- package/es/icons/GoStraightOutlined.js +14 -0
- package/es/icons/SharpLeftTurnOutlined.d.ts +4 -0
- package/es/icons/SharpLeftTurnOutlined.js +14 -0
- package/es/icons/SharpRightTurnOutlined.d.ts +4 -0
- package/es/icons/SharpRightTurnOutlined.js +14 -0
- package/es/icons/SlightlyTurnLeftOutlined.d.ts +4 -0
- package/es/icons/SlightlyTurnLeftOutlined.js +14 -0
- package/es/icons/SlightlyTurnRightOutlined.d.ts +4 -0
- package/es/icons/SlightlyTurnRightOutlined.js +14 -0
- package/es/icons/StayLeftOutlined.d.ts +4 -0
- package/es/icons/StayLeftOutlined.js +14 -0
- package/es/icons/StayRightOutlined.d.ts +4 -0
- package/es/icons/StayRightOutlined.js +14 -0
- package/es/icons/TurnAroundOutlined.d.ts +4 -0
- package/es/icons/TurnAroundOutlined.js +14 -0
- package/es/icons/TurnLeftOutlined.d.ts +4 -0
- package/es/icons/TurnLeftOutlined.js +14 -0
- package/es/icons/TurnRightOutlined.d.ts +4 -0
- package/es/icons/TurnRightOutlined.js +14 -0
- package/es/icons/index.d.ts +10 -0
- package/es/icons/index.js +10 -0
- package/lib/icons/GoStraightOutlined.d.ts +4 -0
- package/lib/icons/GoStraightOutlined.js +41 -0
- package/lib/icons/SharpLeftTurnOutlined.d.ts +4 -0
- package/lib/icons/SharpLeftTurnOutlined.js +41 -0
- package/lib/icons/SharpRightTurnOutlined.d.ts +4 -0
- package/lib/icons/SharpRightTurnOutlined.js +41 -0
- package/lib/icons/SlightlyTurnLeftOutlined.d.ts +4 -0
- package/lib/icons/SlightlyTurnLeftOutlined.js +41 -0
- package/lib/icons/SlightlyTurnRightOutlined.d.ts +4 -0
- package/lib/icons/SlightlyTurnRightOutlined.js +41 -0
- package/lib/icons/StayLeftOutlined.d.ts +4 -0
- package/lib/icons/StayLeftOutlined.js +41 -0
- package/lib/icons/StayRightOutlined.d.ts +4 -0
- package/lib/icons/StayRightOutlined.js +41 -0
- package/lib/icons/TurnAroundOutlined.d.ts +4 -0
- package/lib/icons/TurnAroundOutlined.js +41 -0
- package/lib/icons/TurnLeftOutlined.d.ts +4 -0
- package/lib/icons/TurnLeftOutlined.js +41 -0
- package/lib/icons/TurnRightOutlined.d.ts +4 -0
- package/lib/icons/TurnRightOutlined.js +41 -0
- package/lib/icons/index.d.ts +10 -0
- package/lib/icons/index.js +30 -0
- 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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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;
|
package/es/icons/index.d.ts
CHANGED
|
@@ -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,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;
|