@sensoro-design/icons 2.74.0 → 2.76.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/GoStraightOutlined.d.ts +2 -0
- package/GoStraightOutlined.js +16 -0
- package/HighAltitudeCruiseOutlined.d.ts +2 -0
- package/HighAltitudeCruiseOutlined.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/HighAltitudeCruiseOutlined.d.ts +4 -0
- package/es/icons/HighAltitudeCruiseOutlined.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 +11 -0
- package/es/icons/index.js +11 -0
- package/lib/icons/GoStraightOutlined.d.ts +4 -0
- package/lib/icons/GoStraightOutlined.js +41 -0
- package/lib/icons/HighAltitudeCruiseOutlined.d.ts +4 -0
- package/lib/icons/HighAltitudeCruiseOutlined.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 +11 -0
- package/lib/icons/index.js +33 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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.76.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.75.0...v2.76.0) (2025-01-02)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add HighAltitudeCruiseOutlined ([17ec3b9](https://github.com/sensoro-design/sensoro-design-icons/commit/17ec3b9ef428d33a8d7eedc0af98db8d913ffc19))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [2.75.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.74.0...v2.75.0) (2024-12-26)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @sensoro-design/icons
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [2.74.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.73.1...v2.74.0) (2024-12-11)
|
|
7
26
|
|
|
8
27
|
|
|
@@ -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 _HighAltitudeCruiseOutlined = _interopRequireDefault(require('./es/icons/HighAltitudeCruiseOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _HighAltitudeCruiseOutlined;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
module.exports = _default;
|
|
@@ -0,0 +1,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 HighAltitudeCruiseOutlinedSvg from '@sensoro-design/icons-svg/es/asn/HighAltitudeCruiseOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var HighAltitudeCruiseOutlined = function HighAltitudeCruiseOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: HighAltitudeCruiseOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(HighAltitudeCruiseOutlined);
|
|
13
|
+
RefIcon.displayName = 'HighAltitudeCruiseOutlined';
|
|
14
|
+
export default RefIcon;
|
|
@@ -0,0 +1,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';
|
|
@@ -444,6 +445,7 @@ export { default as HeavyFogOutlined } from './HeavyFogOutlined';
|
|
|
444
445
|
export { default as HelmetFilled } from './HelmetFilled';
|
|
445
446
|
export { default as HelmetOutlined } from './HelmetOutlined';
|
|
446
447
|
export { default as HiddenDangerFilled } from './HiddenDangerFilled';
|
|
448
|
+
export { default as HighAltitudeCruiseOutlined } from './HighAltitudeCruiseOutlined';
|
|
447
449
|
export { default as HighSpeedBayonetFilled } from './HighSpeedBayonetFilled';
|
|
448
450
|
export { default as HighSpeedBayonetOutlined } from './HighSpeedBayonetOutlined';
|
|
449
451
|
export { default as HighlightOutlined } from './HighlightOutlined';
|
|
@@ -826,6 +828,8 @@ export { default as SettingFilled } from './SettingFilled';
|
|
|
826
828
|
export { default as SettingOutlined } from './SettingOutlined';
|
|
827
829
|
export { default as ShakeOutlined } from './ShakeOutlined';
|
|
828
830
|
export { default as ShareAltOutlined } from './ShareAltOutlined';
|
|
831
|
+
export { default as SharpLeftTurnOutlined } from './SharpLeftTurnOutlined';
|
|
832
|
+
export { default as SharpRightTurnOutlined } from './SharpRightTurnOutlined';
|
|
829
833
|
export { default as ShelterOutlined } from './ShelterOutlined';
|
|
830
834
|
export { default as ShootFilled } from './ShootFilled';
|
|
831
835
|
export { default as ShoppingCartOutlined } from './ShoppingCartOutlined';
|
|
@@ -841,6 +845,8 @@ export { default as SiteManagePurely } from './SiteManagePurely';
|
|
|
841
845
|
export { default as SlashOutlined } from './SlashOutlined';
|
|
842
846
|
export { default as SleepFilled } from './SleepFilled';
|
|
843
847
|
export { default as SleepOutlined } from './SleepOutlined';
|
|
848
|
+
export { default as SlightlyTurnLeftOutlined } from './SlightlyTurnLeftOutlined';
|
|
849
|
+
export { default as SlightlyTurnRightOutlined } from './SlightlyTurnRightOutlined';
|
|
844
850
|
export { default as SlopeProtectionOutlined } from './SlopeProtectionOutlined';
|
|
845
851
|
export { default as SluiceGateOutlined } from './SluiceGateOutlined';
|
|
846
852
|
export { default as SmartBoxOutlined } from './SmartBoxOutlined';
|
|
@@ -873,6 +879,8 @@ export { default as SquareOutlined } from './SquareOutlined';
|
|
|
873
879
|
export { default as StarFilled } from './StarFilled';
|
|
874
880
|
export { default as StarOutlined } from './StarOutlined';
|
|
875
881
|
export { default as StatisticsFilled } from './StatisticsFilled';
|
|
882
|
+
export { default as StayLeftOutlined } from './StayLeftOutlined';
|
|
883
|
+
export { default as StayRightOutlined } from './StayRightOutlined';
|
|
876
884
|
export { default as StepBackwardOutlined } from './StepBackwardOutlined';
|
|
877
885
|
export { default as StepCountOutlined } from './StepCountOutlined';
|
|
878
886
|
export { default as StepForwardOutlined } from './StepForwardOutlined';
|
|
@@ -931,6 +939,9 @@ export { default as TrafficLightFilled } from './TrafficLightFilled';
|
|
|
931
939
|
export { default as TrafficPoliceOutlined } from './TrafficPoliceOutlined';
|
|
932
940
|
export { default as TrophyOutlined } from './TrophyOutlined';
|
|
933
941
|
export { default as TunnelFilled } from './TunnelFilled';
|
|
942
|
+
export { default as TurnAroundOutlined } from './TurnAroundOutlined';
|
|
943
|
+
export { default as TurnLeftOutlined } from './TurnLeftOutlined';
|
|
944
|
+
export { default as TurnRightOutlined } from './TurnRightOutlined';
|
|
934
945
|
export { default as TwinsOutlined } from './TwinsOutlined';
|
|
935
946
|
export { default as TyphoonOutlined } from './TyphoonOutlined';
|
|
936
947
|
export { default as UnitFilled } from './UnitFilled';
|
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";
|
|
@@ -445,6 +446,7 @@ export { default as HeavyFogOutlined } from "./HeavyFogOutlined";
|
|
|
445
446
|
export { default as HelmetFilled } from "./HelmetFilled";
|
|
446
447
|
export { default as HelmetOutlined } from "./HelmetOutlined";
|
|
447
448
|
export { default as HiddenDangerFilled } from "./HiddenDangerFilled";
|
|
449
|
+
export { default as HighAltitudeCruiseOutlined } from "./HighAltitudeCruiseOutlined";
|
|
448
450
|
export { default as HighSpeedBayonetFilled } from "./HighSpeedBayonetFilled";
|
|
449
451
|
export { default as HighSpeedBayonetOutlined } from "./HighSpeedBayonetOutlined";
|
|
450
452
|
export { default as HighlightOutlined } from "./HighlightOutlined";
|
|
@@ -827,6 +829,8 @@ export { default as SettingFilled } from "./SettingFilled";
|
|
|
827
829
|
export { default as SettingOutlined } from "./SettingOutlined";
|
|
828
830
|
export { default as ShakeOutlined } from "./ShakeOutlined";
|
|
829
831
|
export { default as ShareAltOutlined } from "./ShareAltOutlined";
|
|
832
|
+
export { default as SharpLeftTurnOutlined } from "./SharpLeftTurnOutlined";
|
|
833
|
+
export { default as SharpRightTurnOutlined } from "./SharpRightTurnOutlined";
|
|
830
834
|
export { default as ShelterOutlined } from "./ShelterOutlined";
|
|
831
835
|
export { default as ShootFilled } from "./ShootFilled";
|
|
832
836
|
export { default as ShoppingCartOutlined } from "./ShoppingCartOutlined";
|
|
@@ -842,6 +846,8 @@ export { default as SiteManagePurely } from "./SiteManagePurely";
|
|
|
842
846
|
export { default as SlashOutlined } from "./SlashOutlined";
|
|
843
847
|
export { default as SleepFilled } from "./SleepFilled";
|
|
844
848
|
export { default as SleepOutlined } from "./SleepOutlined";
|
|
849
|
+
export { default as SlightlyTurnLeftOutlined } from "./SlightlyTurnLeftOutlined";
|
|
850
|
+
export { default as SlightlyTurnRightOutlined } from "./SlightlyTurnRightOutlined";
|
|
845
851
|
export { default as SlopeProtectionOutlined } from "./SlopeProtectionOutlined";
|
|
846
852
|
export { default as SluiceGateOutlined } from "./SluiceGateOutlined";
|
|
847
853
|
export { default as SmartBoxOutlined } from "./SmartBoxOutlined";
|
|
@@ -874,6 +880,8 @@ export { default as SquareOutlined } from "./SquareOutlined";
|
|
|
874
880
|
export { default as StarFilled } from "./StarFilled";
|
|
875
881
|
export { default as StarOutlined } from "./StarOutlined";
|
|
876
882
|
export { default as StatisticsFilled } from "./StatisticsFilled";
|
|
883
|
+
export { default as StayLeftOutlined } from "./StayLeftOutlined";
|
|
884
|
+
export { default as StayRightOutlined } from "./StayRightOutlined";
|
|
877
885
|
export { default as StepBackwardOutlined } from "./StepBackwardOutlined";
|
|
878
886
|
export { default as StepCountOutlined } from "./StepCountOutlined";
|
|
879
887
|
export { default as StepForwardOutlined } from "./StepForwardOutlined";
|
|
@@ -932,6 +940,9 @@ export { default as TrafficLightFilled } from "./TrafficLightFilled";
|
|
|
932
940
|
export { default as TrafficPoliceOutlined } from "./TrafficPoliceOutlined";
|
|
933
941
|
export { default as TrophyOutlined } from "./TrophyOutlined";
|
|
934
942
|
export { default as TunnelFilled } from "./TunnelFilled";
|
|
943
|
+
export { default as TurnAroundOutlined } from "./TurnAroundOutlined";
|
|
944
|
+
export { default as TurnLeftOutlined } from "./TurnLeftOutlined";
|
|
945
|
+
export { default as TurnRightOutlined } from "./TurnRightOutlined";
|
|
935
946
|
export { default as TwinsOutlined } from "./TwinsOutlined";
|
|
936
947
|
export { default as TyphoonOutlined } from "./TyphoonOutlined";
|
|
937
948
|
export { default as UnitFilled } from "./UnitFilled";
|