@sensoro-design/icons 2.73.0 → 2.74.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/AndroidFilled.d.ts +2 -0
- package/AndroidFilled.js +16 -0
- package/AndroidOutlined.d.ts +2 -0
- package/AndroidOutlined.js +16 -0
- package/AppleFilled.d.ts +2 -0
- package/AppleFilled.js +16 -0
- package/AppleOutlined.d.ts +2 -0
- package/AppleOutlined.js +16 -0
- 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/es/icons/AndroidFilled.d.ts +4 -0
- package/es/icons/AndroidFilled.js +14 -0
- package/es/icons/AndroidOutlined.d.ts +4 -0
- package/es/icons/AndroidOutlined.js +14 -0
- package/es/icons/AppleFilled.d.ts +4 -0
- package/es/icons/AppleFilled.js +14 -0
- package/es/icons/AppleOutlined.d.ts +4 -0
- package/es/icons/AppleOutlined.js +14 -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/index.d.ts +6 -0
- package/es/icons/index.js +6 -0
- package/lib/icons/AndroidFilled.d.ts +4 -0
- package/lib/icons/AndroidFilled.js +41 -0
- package/lib/icons/AndroidOutlined.d.ts +4 -0
- package/lib/icons/AndroidOutlined.js +41 -0
- package/lib/icons/AppleFilled.d.ts +4 -0
- package/lib/icons/AppleFilled.js +41 -0
- package/lib/icons/AppleOutlined.d.ts +4 -0
- package/lib/icons/AppleOutlined.js +41 -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/index.d.ts +6 -0
- package/lib/icons/index.js +18 -0
- package/package.json +2 -2
package/AndroidFilled.js
ADDED
|
@@ -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 _AndroidFilled = _interopRequireDefault(require('./es/icons/AndroidFilled'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _AndroidFilled;
|
|
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 _AndroidOutlined = _interopRequireDefault(require('./es/icons/AndroidOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _AndroidOutlined;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
module.exports = _default;
|
package/AppleFilled.d.ts
ADDED
package/AppleFilled.js
ADDED
|
@@ -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 _AppleFilled = _interopRequireDefault(require('./es/icons/AppleFilled'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _AppleFilled;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
module.exports = _default;
|
package/AppleOutlined.js
ADDED
|
@@ -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 _AppleOutlined = _interopRequireDefault(require('./es/icons/AppleOutlined'));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
13
|
+
|
|
14
|
+
var _default = _AppleOutlined;
|
|
15
|
+
exports.default = _default;
|
|
16
|
+
module.exports = _default;
|
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.74.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.73.1...v2.74.0) (2024-12-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add ClosureOutlined、DroneAirportOpenOutlined ([8b3d2b8](https://github.com/sensoro-design/sensoro-design-icons/commit/8b3d2b8aed248a7d5962dec2cb0e01f4b08e1ee1))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [2.73.1](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.73.0...v2.73.1) (2024-11-07)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @sensoro-design/icons
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [2.73.0](https://github.com/sensoro-design/sensoro-design-icons/compare/v2.72.0...v2.73.0) (2024-10-23)
|
|
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 _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,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 AndroidFilledSvg from '@sensoro-design/icons-svg/es/asn/AndroidFilled';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var AndroidFilled = function AndroidFilled(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: AndroidFilledSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(AndroidFilled);
|
|
13
|
+
RefIcon.displayName = 'AndroidFilled';
|
|
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 AndroidOutlinedSvg from '@sensoro-design/icons-svg/es/asn/AndroidOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var AndroidOutlined = function AndroidOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: AndroidOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(AndroidOutlined);
|
|
13
|
+
RefIcon.displayName = 'AndroidOutlined';
|
|
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 AppleFilledSvg from '@sensoro-design/icons-svg/es/asn/AppleFilled';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var AppleFilled = function AppleFilled(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: AppleFilledSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(AppleFilled);
|
|
13
|
+
RefIcon.displayName = 'AppleFilled';
|
|
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 AppleOutlinedSvg from '@sensoro-design/icons-svg/es/asn/AppleOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var AppleOutlined = function AppleOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: AppleOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(AppleOutlined);
|
|
13
|
+
RefIcon.displayName = 'AppleOutlined';
|
|
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 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;
|
package/es/icons/index.d.ts
CHANGED
|
@@ -23,10 +23,14 @@ export { default as AlgorithmSupermarketPurely } from './AlgorithmSupermarketPur
|
|
|
23
23
|
export { default as AlignCenterOutlined } from './AlignCenterOutlined';
|
|
24
24
|
export { default as AlignLeftOutlined } from './AlignLeftOutlined';
|
|
25
25
|
export { default as AlignRightOutlined } from './AlignRightOutlined';
|
|
26
|
+
export { default as AndroidFilled } from './AndroidFilled';
|
|
27
|
+
export { default as AndroidOutlined } from './AndroidOutlined';
|
|
26
28
|
export { default as AnimalHospitalFilled } from './AnimalHospitalFilled';
|
|
27
29
|
export { default as AnimalHospitalOutlined } from './AnimalHospitalOutlined';
|
|
28
30
|
export { default as ApertureMinusOutlined } from './ApertureMinusOutlined';
|
|
29
31
|
export { default as AperturePlusOutlined } from './AperturePlusOutlined';
|
|
32
|
+
export { default as AppleFilled } from './AppleFilled';
|
|
33
|
+
export { default as AppleOutlined } from './AppleOutlined';
|
|
30
34
|
export { default as AppletsOutlined } from './AppletsOutlined';
|
|
31
35
|
export { default as ApplicationFilled } from './ApplicationFilled';
|
|
32
36
|
export { default as AppstoreAddOutlined } from './AppstoreAddOutlined';
|
|
@@ -157,6 +161,7 @@ export { default as CloseCircleOutlined } from './CloseCircleOutlined';
|
|
|
157
161
|
export { default as CloseOutlined } from './CloseOutlined';
|
|
158
162
|
export { default as CloseSquareFilled } from './CloseSquareFilled';
|
|
159
163
|
export { default as CloseSquareOutlined } from './CloseSquareOutlined';
|
|
164
|
+
export { default as ClosureOutlined } from './ClosureOutlined';
|
|
160
165
|
export { default as CloudFilled } from './CloudFilled';
|
|
161
166
|
export { default as CloudOutlined } from './CloudOutlined';
|
|
162
167
|
export { default as Co2Outlined } from './Co2Outlined';
|
|
@@ -228,6 +233,7 @@ export { default as DrawRectangleOutlined } from './DrawRectangleOutlined';
|
|
|
228
233
|
export { default as DrawRoundOutlined } from './DrawRoundOutlined';
|
|
229
234
|
export { default as DrinkWaterPointOutlined } from './DrinkWaterPointOutlined';
|
|
230
235
|
export { default as DriveRecorderOutlined } from './DriveRecorderOutlined';
|
|
236
|
+
export { default as DroneAirportOpenOutlined } from './DroneAirportOpenOutlined';
|
|
231
237
|
export { default as DroneAirportOutlined } from './DroneAirportOutlined';
|
|
232
238
|
export { default as DroneFilled } from './DroneFilled';
|
|
233
239
|
export { default as DroneOutlined } from './DroneOutlined';
|
package/es/icons/index.js
CHANGED
|
@@ -24,10 +24,14 @@ export { default as AlgorithmSupermarketPurely } from "./AlgorithmSupermarketPur
|
|
|
24
24
|
export { default as AlignCenterOutlined } from "./AlignCenterOutlined";
|
|
25
25
|
export { default as AlignLeftOutlined } from "./AlignLeftOutlined";
|
|
26
26
|
export { default as AlignRightOutlined } from "./AlignRightOutlined";
|
|
27
|
+
export { default as AndroidFilled } from "./AndroidFilled";
|
|
28
|
+
export { default as AndroidOutlined } from "./AndroidOutlined";
|
|
27
29
|
export { default as AnimalHospitalFilled } from "./AnimalHospitalFilled";
|
|
28
30
|
export { default as AnimalHospitalOutlined } from "./AnimalHospitalOutlined";
|
|
29
31
|
export { default as ApertureMinusOutlined } from "./ApertureMinusOutlined";
|
|
30
32
|
export { default as AperturePlusOutlined } from "./AperturePlusOutlined";
|
|
33
|
+
export { default as AppleFilled } from "./AppleFilled";
|
|
34
|
+
export { default as AppleOutlined } from "./AppleOutlined";
|
|
31
35
|
export { default as AppletsOutlined } from "./AppletsOutlined";
|
|
32
36
|
export { default as ApplicationFilled } from "./ApplicationFilled";
|
|
33
37
|
export { default as AppstoreAddOutlined } from "./AppstoreAddOutlined";
|
|
@@ -158,6 +162,7 @@ export { default as CloseCircleOutlined } from "./CloseCircleOutlined";
|
|
|
158
162
|
export { default as CloseOutlined } from "./CloseOutlined";
|
|
159
163
|
export { default as CloseSquareFilled } from "./CloseSquareFilled";
|
|
160
164
|
export { default as CloseSquareOutlined } from "./CloseSquareOutlined";
|
|
165
|
+
export { default as ClosureOutlined } from "./ClosureOutlined";
|
|
161
166
|
export { default as CloudFilled } from "./CloudFilled";
|
|
162
167
|
export { default as CloudOutlined } from "./CloudOutlined";
|
|
163
168
|
export { default as Co2Outlined } from "./Co2Outlined";
|
|
@@ -229,6 +234,7 @@ export { default as DrawRectangleOutlined } from "./DrawRectangleOutlined";
|
|
|
229
234
|
export { default as DrawRoundOutlined } from "./DrawRoundOutlined";
|
|
230
235
|
export { default as DrinkWaterPointOutlined } from "./DrinkWaterPointOutlined";
|
|
231
236
|
export { default as DriveRecorderOutlined } from "./DriveRecorderOutlined";
|
|
237
|
+
export { default as DroneAirportOpenOutlined } from "./DroneAirportOpenOutlined";
|
|
232
238
|
export { default as DroneAirportOutlined } from "./DroneAirportOutlined";
|
|
233
239
|
export { default as DroneFilled } from "./DroneFilled";
|
|
234
240
|
export { default as DroneOutlined } from "./DroneOutlined";
|
|
@@ -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/AndroidFilled.tsx
|
|
30
|
+
var AndroidFilled_exports = {};
|
|
31
|
+
__export(AndroidFilled_exports, {
|
|
32
|
+
default: () => AndroidFilled_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(AndroidFilled_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_AndroidFilled = __toESM(require("@sensoro-design/icons-svg/es/asn/AndroidFilled"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var AndroidFilled = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_AndroidFilled.default });
|
|
39
|
+
var RefIcon = React.forwardRef(AndroidFilled);
|
|
40
|
+
RefIcon.displayName = "AndroidFilled";
|
|
41
|
+
var AndroidFilled_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/AndroidOutlined.tsx
|
|
30
|
+
var AndroidOutlined_exports = {};
|
|
31
|
+
__export(AndroidOutlined_exports, {
|
|
32
|
+
default: () => AndroidOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(AndroidOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_AndroidOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/AndroidOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var AndroidOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_AndroidOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(AndroidOutlined);
|
|
40
|
+
RefIcon.displayName = "AndroidOutlined";
|
|
41
|
+
var AndroidOutlined_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/AppleFilled.tsx
|
|
30
|
+
var AppleFilled_exports = {};
|
|
31
|
+
__export(AppleFilled_exports, {
|
|
32
|
+
default: () => AppleFilled_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(AppleFilled_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_AppleFilled = __toESM(require("@sensoro-design/icons-svg/es/asn/AppleFilled"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var AppleFilled = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_AppleFilled.default });
|
|
39
|
+
var RefIcon = React.forwardRef(AppleFilled);
|
|
40
|
+
RefIcon.displayName = "AppleFilled";
|
|
41
|
+
var AppleFilled_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/AppleOutlined.tsx
|
|
30
|
+
var AppleOutlined_exports = {};
|
|
31
|
+
__export(AppleOutlined_exports, {
|
|
32
|
+
default: () => AppleOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(AppleOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_AppleOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/AppleOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var AppleOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_AppleOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(AppleOutlined);
|
|
40
|
+
RefIcon.displayName = "AppleOutlined";
|
|
41
|
+
var AppleOutlined_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/ClosureOutlined.tsx
|
|
30
|
+
var ClosureOutlined_exports = {};
|
|
31
|
+
__export(ClosureOutlined_exports, {
|
|
32
|
+
default: () => ClosureOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(ClosureOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_ClosureOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/ClosureOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var ClosureOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_ClosureOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(ClosureOutlined);
|
|
40
|
+
RefIcon.displayName = "ClosureOutlined";
|
|
41
|
+
var ClosureOutlined_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/DroneAirportOpenOutlined.tsx
|
|
30
|
+
var DroneAirportOpenOutlined_exports = {};
|
|
31
|
+
__export(DroneAirportOpenOutlined_exports, {
|
|
32
|
+
default: () => DroneAirportOpenOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(DroneAirportOpenOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_DroneAirportOpenOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/DroneAirportOpenOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var DroneAirportOpenOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_DroneAirportOpenOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(DroneAirportOpenOutlined);
|
|
40
|
+
RefIcon.displayName = "DroneAirportOpenOutlined";
|
|
41
|
+
var DroneAirportOpenOutlined_default = RefIcon;
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -23,10 +23,14 @@ export { default as AlgorithmSupermarketPurely } from './AlgorithmSupermarketPur
|
|
|
23
23
|
export { default as AlignCenterOutlined } from './AlignCenterOutlined';
|
|
24
24
|
export { default as AlignLeftOutlined } from './AlignLeftOutlined';
|
|
25
25
|
export { default as AlignRightOutlined } from './AlignRightOutlined';
|
|
26
|
+
export { default as AndroidFilled } from './AndroidFilled';
|
|
27
|
+
export { default as AndroidOutlined } from './AndroidOutlined';
|
|
26
28
|
export { default as AnimalHospitalFilled } from './AnimalHospitalFilled';
|
|
27
29
|
export { default as AnimalHospitalOutlined } from './AnimalHospitalOutlined';
|
|
28
30
|
export { default as ApertureMinusOutlined } from './ApertureMinusOutlined';
|
|
29
31
|
export { default as AperturePlusOutlined } from './AperturePlusOutlined';
|
|
32
|
+
export { default as AppleFilled } from './AppleFilled';
|
|
33
|
+
export { default as AppleOutlined } from './AppleOutlined';
|
|
30
34
|
export { default as AppletsOutlined } from './AppletsOutlined';
|
|
31
35
|
export { default as ApplicationFilled } from './ApplicationFilled';
|
|
32
36
|
export { default as AppstoreAddOutlined } from './AppstoreAddOutlined';
|
|
@@ -157,6 +161,7 @@ export { default as CloseCircleOutlined } from './CloseCircleOutlined';
|
|
|
157
161
|
export { default as CloseOutlined } from './CloseOutlined';
|
|
158
162
|
export { default as CloseSquareFilled } from './CloseSquareFilled';
|
|
159
163
|
export { default as CloseSquareOutlined } from './CloseSquareOutlined';
|
|
164
|
+
export { default as ClosureOutlined } from './ClosureOutlined';
|
|
160
165
|
export { default as CloudFilled } from './CloudFilled';
|
|
161
166
|
export { default as CloudOutlined } from './CloudOutlined';
|
|
162
167
|
export { default as Co2Outlined } from './Co2Outlined';
|
|
@@ -228,6 +233,7 @@ export { default as DrawRectangleOutlined } from './DrawRectangleOutlined';
|
|
|
228
233
|
export { default as DrawRoundOutlined } from './DrawRoundOutlined';
|
|
229
234
|
export { default as DrinkWaterPointOutlined } from './DrinkWaterPointOutlined';
|
|
230
235
|
export { default as DriveRecorderOutlined } from './DriveRecorderOutlined';
|
|
236
|
+
export { default as DroneAirportOpenOutlined } from './DroneAirportOpenOutlined';
|
|
231
237
|
export { default as DroneAirportOutlined } from './DroneAirportOutlined';
|
|
232
238
|
export { default as DroneFilled } from './DroneFilled';
|
|
233
239
|
export { default as DroneOutlined } from './DroneOutlined';
|
package/lib/icons/index.js
CHANGED
|
@@ -54,10 +54,14 @@ __export(icons_exports, {
|
|
|
54
54
|
AlignCenterOutlined: () => import_AlignCenterOutlined.default,
|
|
55
55
|
AlignLeftOutlined: () => import_AlignLeftOutlined.default,
|
|
56
56
|
AlignRightOutlined: () => import_AlignRightOutlined.default,
|
|
57
|
+
AndroidFilled: () => import_AndroidFilled.default,
|
|
58
|
+
AndroidOutlined: () => import_AndroidOutlined.default,
|
|
57
59
|
AnimalHospitalFilled: () => import_AnimalHospitalFilled.default,
|
|
58
60
|
AnimalHospitalOutlined: () => import_AnimalHospitalOutlined.default,
|
|
59
61
|
ApertureMinusOutlined: () => import_ApertureMinusOutlined.default,
|
|
60
62
|
AperturePlusOutlined: () => import_AperturePlusOutlined.default,
|
|
63
|
+
AppleFilled: () => import_AppleFilled.default,
|
|
64
|
+
AppleOutlined: () => import_AppleOutlined.default,
|
|
61
65
|
AppletsOutlined: () => import_AppletsOutlined.default,
|
|
62
66
|
ApplicationFilled: () => import_ApplicationFilled.default,
|
|
63
67
|
AppstoreAddOutlined: () => import_AppstoreAddOutlined.default,
|
|
@@ -188,6 +192,7 @@ __export(icons_exports, {
|
|
|
188
192
|
CloseOutlined: () => import_CloseOutlined.default,
|
|
189
193
|
CloseSquareFilled: () => import_CloseSquareFilled.default,
|
|
190
194
|
CloseSquareOutlined: () => import_CloseSquareOutlined.default,
|
|
195
|
+
ClosureOutlined: () => import_ClosureOutlined.default,
|
|
191
196
|
CloudFilled: () => import_CloudFilled.default,
|
|
192
197
|
CloudOutlined: () => import_CloudOutlined.default,
|
|
193
198
|
Co2Outlined: () => import_Co2Outlined.default,
|
|
@@ -259,6 +264,7 @@ __export(icons_exports, {
|
|
|
259
264
|
DrawRoundOutlined: () => import_DrawRoundOutlined.default,
|
|
260
265
|
DrinkWaterPointOutlined: () => import_DrinkWaterPointOutlined.default,
|
|
261
266
|
DriveRecorderOutlined: () => import_DriveRecorderOutlined.default,
|
|
267
|
+
DroneAirportOpenOutlined: () => import_DroneAirportOpenOutlined.default,
|
|
262
268
|
DroneAirportOutlined: () => import_DroneAirportOutlined.default,
|
|
263
269
|
DroneFilled: () => import_DroneFilled.default,
|
|
264
270
|
DroneOutlined: () => import_DroneOutlined.default,
|
|
@@ -1085,10 +1091,14 @@ var import_AlgorithmSupermarketPurely = __toESM(require("./AlgorithmSupermarketP
|
|
|
1085
1091
|
var import_AlignCenterOutlined = __toESM(require("./AlignCenterOutlined"));
|
|
1086
1092
|
var import_AlignLeftOutlined = __toESM(require("./AlignLeftOutlined"));
|
|
1087
1093
|
var import_AlignRightOutlined = __toESM(require("./AlignRightOutlined"));
|
|
1094
|
+
var import_AndroidFilled = __toESM(require("./AndroidFilled"));
|
|
1095
|
+
var import_AndroidOutlined = __toESM(require("./AndroidOutlined"));
|
|
1088
1096
|
var import_AnimalHospitalFilled = __toESM(require("./AnimalHospitalFilled"));
|
|
1089
1097
|
var import_AnimalHospitalOutlined = __toESM(require("./AnimalHospitalOutlined"));
|
|
1090
1098
|
var import_ApertureMinusOutlined = __toESM(require("./ApertureMinusOutlined"));
|
|
1091
1099
|
var import_AperturePlusOutlined = __toESM(require("./AperturePlusOutlined"));
|
|
1100
|
+
var import_AppleFilled = __toESM(require("./AppleFilled"));
|
|
1101
|
+
var import_AppleOutlined = __toESM(require("./AppleOutlined"));
|
|
1092
1102
|
var import_AppletsOutlined = __toESM(require("./AppletsOutlined"));
|
|
1093
1103
|
var import_ApplicationFilled = __toESM(require("./ApplicationFilled"));
|
|
1094
1104
|
var import_AppstoreAddOutlined = __toESM(require("./AppstoreAddOutlined"));
|
|
@@ -1219,6 +1229,7 @@ var import_CloseCircleOutlined = __toESM(require("./CloseCircleOutlined"));
|
|
|
1219
1229
|
var import_CloseOutlined = __toESM(require("./CloseOutlined"));
|
|
1220
1230
|
var import_CloseSquareFilled = __toESM(require("./CloseSquareFilled"));
|
|
1221
1231
|
var import_CloseSquareOutlined = __toESM(require("./CloseSquareOutlined"));
|
|
1232
|
+
var import_ClosureOutlined = __toESM(require("./ClosureOutlined"));
|
|
1222
1233
|
var import_CloudFilled = __toESM(require("./CloudFilled"));
|
|
1223
1234
|
var import_CloudOutlined = __toESM(require("./CloudOutlined"));
|
|
1224
1235
|
var import_Co2Outlined = __toESM(require("./Co2Outlined"));
|
|
@@ -1290,6 +1301,7 @@ var import_DrawRectangleOutlined = __toESM(require("./DrawRectangleOutlined"));
|
|
|
1290
1301
|
var import_DrawRoundOutlined = __toESM(require("./DrawRoundOutlined"));
|
|
1291
1302
|
var import_DrinkWaterPointOutlined = __toESM(require("./DrinkWaterPointOutlined"));
|
|
1292
1303
|
var import_DriveRecorderOutlined = __toESM(require("./DriveRecorderOutlined"));
|
|
1304
|
+
var import_DroneAirportOpenOutlined = __toESM(require("./DroneAirportOpenOutlined"));
|
|
1293
1305
|
var import_DroneAirportOutlined = __toESM(require("./DroneAirportOutlined"));
|
|
1294
1306
|
var import_DroneFilled = __toESM(require("./DroneFilled"));
|
|
1295
1307
|
var import_DroneOutlined = __toESM(require("./DroneOutlined"));
|
|
@@ -2116,10 +2128,14 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2116
2128
|
AlignCenterOutlined,
|
|
2117
2129
|
AlignLeftOutlined,
|
|
2118
2130
|
AlignRightOutlined,
|
|
2131
|
+
AndroidFilled,
|
|
2132
|
+
AndroidOutlined,
|
|
2119
2133
|
AnimalHospitalFilled,
|
|
2120
2134
|
AnimalHospitalOutlined,
|
|
2121
2135
|
ApertureMinusOutlined,
|
|
2122
2136
|
AperturePlusOutlined,
|
|
2137
|
+
AppleFilled,
|
|
2138
|
+
AppleOutlined,
|
|
2123
2139
|
AppletsOutlined,
|
|
2124
2140
|
ApplicationFilled,
|
|
2125
2141
|
AppstoreAddOutlined,
|
|
@@ -2250,6 +2266,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2250
2266
|
CloseOutlined,
|
|
2251
2267
|
CloseSquareFilled,
|
|
2252
2268
|
CloseSquareOutlined,
|
|
2269
|
+
ClosureOutlined,
|
|
2253
2270
|
CloudFilled,
|
|
2254
2271
|
CloudOutlined,
|
|
2255
2272
|
Co2Outlined,
|
|
@@ -2321,6 +2338,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2321
2338
|
DrawRoundOutlined,
|
|
2322
2339
|
DrinkWaterPointOutlined,
|
|
2323
2340
|
DriveRecorderOutlined,
|
|
2341
|
+
DroneAirportOpenOutlined,
|
|
2324
2342
|
DroneAirportOutlined,
|
|
2325
2343
|
DroneFilled,
|
|
2326
2344
|
DroneOutlined,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.74.0",
|
|
4
4
|
"description": "Abstract nodes for sensoro design icons.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@babel/runtime": "^7.11.2",
|
|
28
28
|
"@pansy/classnames": "^1.0.1",
|
|
29
29
|
"rc-util": "^5.19.3",
|
|
30
|
-
"@sensoro-design/icons-svg": "2.
|
|
30
|
+
"@sensoro-design/icons-svg": "2.74.0"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|