@sensoro-design/icons 2.73.1 → 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 +19 -0
- package/ClosureOutlined.d.ts +2 -0
- package/ClosureOutlined.js +16 -0
- package/DroneAirportOpenOutlined.d.ts +2 -0
- package/DroneAirportOpenOutlined.js +16 -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/ClosureOutlined.d.ts +4 -0
- package/es/icons/ClosureOutlined.js +14 -0
- package/es/icons/DroneAirportOpenOutlined.d.ts +4 -0
- package/es/icons/DroneAirportOpenOutlined.js +14 -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 +12 -0
- package/es/icons/index.js +12 -0
- package/lib/icons/ClosureOutlined.d.ts +4 -0
- package/lib/icons/ClosureOutlined.js +41 -0
- package/lib/icons/DroneAirportOpenOutlined.d.ts +4 -0
- package/lib/icons/DroneAirportOpenOutlined.js +41 -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 +12 -0
- package/lib/icons/index.js +36 -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.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
|
+
|
|
14
|
+
# [2.74.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.73.1...v2.74.0) (2024-12-11)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* add ClosureOutlined、DroneAirportOpenOutlined ([8b3d2b8](https://github.com/sensoro-design/sensoro-design-icons/commit/8b3d2b8aed248a7d5962dec2cb0e01f4b08e1ee1))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## [2.73.1](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.73.0...v2.73.1) (2024-11-07)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @sensoro-design/icons
|
|
@@ -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 _ClosureOutlined = _interopRequireDefault(require('./es/icons/ClosureOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _ClosureOutlined;
|
|
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 _DroneAirportOpenOutlined = _interopRequireDefault(require('./es/icons/DroneAirportOpenOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _DroneAirportOpenOutlined;
|
|
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 _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 ClosureOutlinedSvg from '@sensoro-design/icons-svg/es/asn/ClosureOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var ClosureOutlined = function ClosureOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: ClosureOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(ClosureOutlined);
|
|
13
|
+
RefIcon.displayName = 'ClosureOutlined';
|
|
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 DroneAirportOpenOutlinedSvg from '@sensoro-design/icons-svg/es/asn/DroneAirportOpenOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var DroneAirportOpenOutlined = function DroneAirportOpenOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: DroneAirportOpenOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(DroneAirportOpenOutlined);
|
|
13
|
+
RefIcon.displayName = 'DroneAirportOpenOutlined';
|
|
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 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
|
@@ -161,6 +161,7 @@ export { default as CloseCircleOutlined } from './CloseCircleOutlined';
|
|
|
161
161
|
export { default as CloseOutlined } from './CloseOutlined';
|
|
162
162
|
export { default as CloseSquareFilled } from './CloseSquareFilled';
|
|
163
163
|
export { default as CloseSquareOutlined } from './CloseSquareOutlined';
|
|
164
|
+
export { default as ClosureOutlined } from './ClosureOutlined';
|
|
164
165
|
export { default as CloudFilled } from './CloudFilled';
|
|
165
166
|
export { default as CloudOutlined } from './CloudOutlined';
|
|
166
167
|
export { default as Co2Outlined } from './Co2Outlined';
|
|
@@ -232,6 +233,7 @@ export { default as DrawRectangleOutlined } from './DrawRectangleOutlined';
|
|
|
232
233
|
export { default as DrawRoundOutlined } from './DrawRoundOutlined';
|
|
233
234
|
export { default as DrinkWaterPointOutlined } from './DrinkWaterPointOutlined';
|
|
234
235
|
export { default as DriveRecorderOutlined } from './DriveRecorderOutlined';
|
|
236
|
+
export { default as DroneAirportOpenOutlined } from './DroneAirportOpenOutlined';
|
|
235
237
|
export { default as DroneAirportOutlined } from './DroneAirportOutlined';
|
|
236
238
|
export { default as DroneFilled } from './DroneFilled';
|
|
237
239
|
export { default as DroneOutlined } from './DroneOutlined';
|
|
@@ -416,6 +418,7 @@ export { default as GimbalDownWhitePurely } from './GimbalDownWhitePurely';
|
|
|
416
418
|
export { default as GithubFilled } from './GithubFilled';
|
|
417
419
|
export { default as GlobalFilled } from './GlobalFilled';
|
|
418
420
|
export { default as GlobalOutlined } from './GlobalOutlined';
|
|
421
|
+
export { default as GoStraightOutlined } from './GoStraightOutlined';
|
|
419
422
|
export { default as GovernmentFilled } from './GovernmentFilled';
|
|
420
423
|
export { default as GovernmentOutlined } from './GovernmentOutlined';
|
|
421
424
|
export { default as GridOutlined } from './GridOutlined';
|
|
@@ -824,6 +827,8 @@ export { default as SettingFilled } from './SettingFilled';
|
|
|
824
827
|
export { default as SettingOutlined } from './SettingOutlined';
|
|
825
828
|
export { default as ShakeOutlined } from './ShakeOutlined';
|
|
826
829
|
export { default as ShareAltOutlined } from './ShareAltOutlined';
|
|
830
|
+
export { default as SharpLeftTurnOutlined } from './SharpLeftTurnOutlined';
|
|
831
|
+
export { default as SharpRightTurnOutlined } from './SharpRightTurnOutlined';
|
|
827
832
|
export { default as ShelterOutlined } from './ShelterOutlined';
|
|
828
833
|
export { default as ShootFilled } from './ShootFilled';
|
|
829
834
|
export { default as ShoppingCartOutlined } from './ShoppingCartOutlined';
|
|
@@ -839,6 +844,8 @@ export { default as SiteManagePurely } from './SiteManagePurely';
|
|
|
839
844
|
export { default as SlashOutlined } from './SlashOutlined';
|
|
840
845
|
export { default as SleepFilled } from './SleepFilled';
|
|
841
846
|
export { default as SleepOutlined } from './SleepOutlined';
|
|
847
|
+
export { default as SlightlyTurnLeftOutlined } from './SlightlyTurnLeftOutlined';
|
|
848
|
+
export { default as SlightlyTurnRightOutlined } from './SlightlyTurnRightOutlined';
|
|
842
849
|
export { default as SlopeProtectionOutlined } from './SlopeProtectionOutlined';
|
|
843
850
|
export { default as SluiceGateOutlined } from './SluiceGateOutlined';
|
|
844
851
|
export { default as SmartBoxOutlined } from './SmartBoxOutlined';
|
|
@@ -871,6 +878,8 @@ export { default as SquareOutlined } from './SquareOutlined';
|
|
|
871
878
|
export { default as StarFilled } from './StarFilled';
|
|
872
879
|
export { default as StarOutlined } from './StarOutlined';
|
|
873
880
|
export { default as StatisticsFilled } from './StatisticsFilled';
|
|
881
|
+
export { default as StayLeftOutlined } from './StayLeftOutlined';
|
|
882
|
+
export { default as StayRightOutlined } from './StayRightOutlined';
|
|
874
883
|
export { default as StepBackwardOutlined } from './StepBackwardOutlined';
|
|
875
884
|
export { default as StepCountOutlined } from './StepCountOutlined';
|
|
876
885
|
export { default as StepForwardOutlined } from './StepForwardOutlined';
|
|
@@ -929,6 +938,9 @@ export { default as TrafficLightFilled } from './TrafficLightFilled';
|
|
|
929
938
|
export { default as TrafficPoliceOutlined } from './TrafficPoliceOutlined';
|
|
930
939
|
export { default as TrophyOutlined } from './TrophyOutlined';
|
|
931
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';
|
|
932
944
|
export { default as TwinsOutlined } from './TwinsOutlined';
|
|
933
945
|
export { default as TyphoonOutlined } from './TyphoonOutlined';
|
|
934
946
|
export { default as UnitFilled } from './UnitFilled';
|