@sensoro-design/icons 2.53.0 → 2.55.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 +22 -0
- package/FlipHorizontalOutlined.d.ts +2 -0
- package/FlipHorizontalOutlined.js +15 -0
- package/MediaLibraryOutlined.d.ts +2 -0
- package/MediaLibraryOutlined.js +15 -0
- package/NextOutlined.d.ts +2 -0
- package/NextOutlined.js +15 -0
- package/PreviousOutlined.d.ts +2 -0
- package/PreviousOutlined.js +15 -0
- package/SpecialGroupsFilled.d.ts +2 -0
- package/SpecialGroupsFilled.js +15 -0
- package/es/icons/FlipHorizontalOutlined.d.ts +4 -0
- package/es/icons/FlipHorizontalOutlined.js +14 -0
- package/es/icons/MediaLibraryOutlined.d.ts +4 -0
- package/es/icons/MediaLibraryOutlined.js +14 -0
- package/es/icons/NextOutlined.d.ts +4 -0
- package/es/icons/NextOutlined.js +14 -0
- package/es/icons/PreviousOutlined.d.ts +4 -0
- package/es/icons/PreviousOutlined.js +14 -0
- package/es/icons/SpecialGroupsFilled.d.ts +4 -0
- package/es/icons/SpecialGroupsFilled.js +14 -0
- package/es/icons/index.d.ts +5 -0
- package/es/icons/index.js +5 -0
- package/lib/icons/FlipHorizontalOutlined.d.ts +4 -0
- package/lib/icons/FlipHorizontalOutlined.js +41 -0
- package/lib/icons/MediaLibraryOutlined.d.ts +4 -0
- package/lib/icons/MediaLibraryOutlined.js +41 -0
- package/lib/icons/NextOutlined.d.ts +4 -0
- package/lib/icons/NextOutlined.js +41 -0
- package/lib/icons/PreviousOutlined.d.ts +4 -0
- package/lib/icons/PreviousOutlined.js +41 -0
- package/lib/icons/SpecialGroupsFilled.d.ts +4 -0
- package/lib/icons/SpecialGroupsFilled.js +41 -0
- package/lib/icons/index.d.ts +5 -0
- package/lib/icons/index.js +15 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
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.55.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.54.0...@sensoro-design/icons@2.55.0) (2024-09-03)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add icons ([162310f](https://github.com/sensoro-design/sensoro-design-icons/commit/162310f8b774a2248c1cdd254171c96770b94761))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [2.54.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.53.0...@sensoro-design/icons@2.54.0) (2024-08-30)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* add MediaLibraryOutlined ([16fddc3](https://github.com/sensoro-design/sensoro-design-icons/commit/16fddc3e934460153a10d46f21aa025539afc112))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
# [2.53.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.52.0...@sensoro-design/icons@2.53.0) (2024-08-30)
|
|
7
29
|
|
|
8
30
|
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
|
|
9
|
+
var _FlipHorizontalOutlined = _interopRequireDefault(require('./es/icons/FlipHorizontalOutlined'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _FlipHorizontalOutlined;
|
|
14
|
+
exports.default = _default;
|
|
15
|
+
module.exports = _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
|
|
9
|
+
var _MediaLibraryOutlined = _interopRequireDefault(require('./es/icons/MediaLibraryOutlined'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _MediaLibraryOutlined;
|
|
14
|
+
exports.default = _default;
|
|
15
|
+
module.exports = _default;
|
package/NextOutlined.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
|
|
9
|
+
var _NextOutlined = _interopRequireDefault(require('./es/icons/NextOutlined'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _NextOutlined;
|
|
14
|
+
exports.default = _default;
|
|
15
|
+
module.exports = _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
|
|
9
|
+
var _PreviousOutlined = _interopRequireDefault(require('./es/icons/PreviousOutlined'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _PreviousOutlined;
|
|
14
|
+
exports.default = _default;
|
|
15
|
+
module.exports = _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
|
|
9
|
+
var _SpecialGroupsFilled = _interopRequireDefault(require('./es/icons/SpecialGroupsFilled'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _SpecialGroupsFilled;
|
|
14
|
+
exports.default = _default;
|
|
15
|
+
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 FlipHorizontalOutlinedSvg from '@sensoro-design/icons-svg/es/asn/FlipHorizontalOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var FlipHorizontalOutlined = function FlipHorizontalOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: FlipHorizontalOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(FlipHorizontalOutlined);
|
|
13
|
+
RefIcon.displayName = 'FlipHorizontalOutlined';
|
|
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 MediaLibraryOutlinedSvg from '@sensoro-design/icons-svg/es/asn/MediaLibraryOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var MediaLibraryOutlined = function MediaLibraryOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: MediaLibraryOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(MediaLibraryOutlined);
|
|
13
|
+
RefIcon.displayName = 'MediaLibraryOutlined';
|
|
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 NextOutlinedSvg from '@sensoro-design/icons-svg/es/asn/NextOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var NextOutlined = function NextOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: NextOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(NextOutlined);
|
|
13
|
+
RefIcon.displayName = 'NextOutlined';
|
|
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 PreviousOutlinedSvg from '@sensoro-design/icons-svg/es/asn/PreviousOutlined';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var PreviousOutlined = function PreviousOutlined(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: PreviousOutlinedSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(PreviousOutlined);
|
|
13
|
+
RefIcon.displayName = 'PreviousOutlined';
|
|
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 SpecialGroupsFilledSvg from '@sensoro-design/icons-svg/es/asn/SpecialGroupsFilled';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var SpecialGroupsFilled = function SpecialGroupsFilled(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: SpecialGroupsFilledSvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(SpecialGroupsFilled);
|
|
13
|
+
RefIcon.displayName = 'SpecialGroupsFilled';
|
|
14
|
+
export default RefIcon;
|
package/es/icons/index.d.ts
CHANGED
|
@@ -349,6 +349,7 @@ export { default as FiremenFilled } from './FiremenFilled';
|
|
|
349
349
|
export { default as FiremenOutlined } from './FiremenOutlined';
|
|
350
350
|
export { default as FireworksFilled } from './FireworksFilled';
|
|
351
351
|
export { default as FlashlightOutlined } from './FlashlightOutlined';
|
|
352
|
+
export { default as FlipHorizontalOutlined } from './FlipHorizontalOutlined';
|
|
352
353
|
export { default as FloorFilled } from './FloorFilled';
|
|
353
354
|
export { default as FloorOutlined } from './FloorOutlined';
|
|
354
355
|
export { default as FocusOneKeyOutlined } from './FocusOneKeyOutlined';
|
|
@@ -554,6 +555,7 @@ export { default as ManualOutlined } from './ManualOutlined';
|
|
|
554
555
|
export { default as Map2DOutlined } from './Map2DOutlined';
|
|
555
556
|
export { default as Map3DOutlined } from './Map3DOutlined';
|
|
556
557
|
export { default as MeansAccessOutlined } from './MeansAccessOutlined';
|
|
558
|
+
export { default as MediaLibraryOutlined } from './MediaLibraryOutlined';
|
|
557
559
|
export { default as MedicalFilled } from './MedicalFilled';
|
|
558
560
|
export { default as MedicalKitOutlined } from './MedicalKitOutlined';
|
|
559
561
|
export { default as MedicalOutlined } from './MedicalOutlined';
|
|
@@ -596,6 +598,7 @@ export { default as MultiplePicturesFilled } from './MultiplePicturesFilled';
|
|
|
596
598
|
export { default as MunicipalFilled } from './MunicipalFilled';
|
|
597
599
|
export { default as MuteOutlined } from './MuteOutlined';
|
|
598
600
|
export { default as NaturalGasOutlined } from './NaturalGasOutlined';
|
|
601
|
+
export { default as NextOutlined } from './NextOutlined';
|
|
599
602
|
export { default as Nh3Outlined } from './Nh3Outlined';
|
|
600
603
|
export { default as NoAlarmPurely } from './NoAlarmPurely';
|
|
601
604
|
export { default as NoAppPurely } from './NoAppPurely';
|
|
@@ -702,6 +705,7 @@ export { default as PowerPerceptionFilled } from './PowerPerceptionFilled';
|
|
|
702
705
|
export { default as PowerUpsFilled } from './PowerUpsFilled';
|
|
703
706
|
export { default as PowerUpsOutlined } from './PowerUpsOutlined';
|
|
704
707
|
export { default as PoweroffOutlined } from './PoweroffOutlined';
|
|
708
|
+
export { default as PreviousOutlined } from './PreviousOutlined';
|
|
705
709
|
export { default as PrinterOutlined } from './PrinterOutlined';
|
|
706
710
|
export { default as ProfileFilled } from './ProfileFilled';
|
|
707
711
|
export { default as ProfileOutlined } from './ProfileOutlined';
|
|
@@ -839,6 +843,7 @@ export { default as SmokePurely } from './SmokePurely';
|
|
|
839
843
|
export { default as SortOutlined } from './SortOutlined';
|
|
840
844
|
export { default as SoundOutlined } from './SoundOutlined';
|
|
841
845
|
export { default as SoundSmallOutlined } from './SoundSmallOutlined';
|
|
846
|
+
export { default as SpecialGroupsFilled } from './SpecialGroupsFilled';
|
|
842
847
|
export { default as SpecialPopulationsPurely } from './SpecialPopulationsPurely';
|
|
843
848
|
export { default as SpecialVehiclesPurely } from './SpecialVehiclesPurely';
|
|
844
849
|
export { default as SplitScreenOutlined } from './SplitScreenOutlined';
|
package/es/icons/index.js
CHANGED
|
@@ -350,6 +350,7 @@ export { default as FiremenFilled } from "./FiremenFilled";
|
|
|
350
350
|
export { default as FiremenOutlined } from "./FiremenOutlined";
|
|
351
351
|
export { default as FireworksFilled } from "./FireworksFilled";
|
|
352
352
|
export { default as FlashlightOutlined } from "./FlashlightOutlined";
|
|
353
|
+
export { default as FlipHorizontalOutlined } from "./FlipHorizontalOutlined";
|
|
353
354
|
export { default as FloorFilled } from "./FloorFilled";
|
|
354
355
|
export { default as FloorOutlined } from "./FloorOutlined";
|
|
355
356
|
export { default as FocusOneKeyOutlined } from "./FocusOneKeyOutlined";
|
|
@@ -555,6 +556,7 @@ export { default as ManualOutlined } from "./ManualOutlined";
|
|
|
555
556
|
export { default as Map2DOutlined } from "./Map2DOutlined";
|
|
556
557
|
export { default as Map3DOutlined } from "./Map3DOutlined";
|
|
557
558
|
export { default as MeansAccessOutlined } from "./MeansAccessOutlined";
|
|
559
|
+
export { default as MediaLibraryOutlined } from "./MediaLibraryOutlined";
|
|
558
560
|
export { default as MedicalFilled } from "./MedicalFilled";
|
|
559
561
|
export { default as MedicalKitOutlined } from "./MedicalKitOutlined";
|
|
560
562
|
export { default as MedicalOutlined } from "./MedicalOutlined";
|
|
@@ -597,6 +599,7 @@ export { default as MultiplePicturesFilled } from "./MultiplePicturesFilled";
|
|
|
597
599
|
export { default as MunicipalFilled } from "./MunicipalFilled";
|
|
598
600
|
export { default as MuteOutlined } from "./MuteOutlined";
|
|
599
601
|
export { default as NaturalGasOutlined } from "./NaturalGasOutlined";
|
|
602
|
+
export { default as NextOutlined } from "./NextOutlined";
|
|
600
603
|
export { default as Nh3Outlined } from "./Nh3Outlined";
|
|
601
604
|
export { default as NoAlarmPurely } from "./NoAlarmPurely";
|
|
602
605
|
export { default as NoAppPurely } from "./NoAppPurely";
|
|
@@ -703,6 +706,7 @@ export { default as PowerPerceptionFilled } from "./PowerPerceptionFilled";
|
|
|
703
706
|
export { default as PowerUpsFilled } from "./PowerUpsFilled";
|
|
704
707
|
export { default as PowerUpsOutlined } from "./PowerUpsOutlined";
|
|
705
708
|
export { default as PoweroffOutlined } from "./PoweroffOutlined";
|
|
709
|
+
export { default as PreviousOutlined } from "./PreviousOutlined";
|
|
706
710
|
export { default as PrinterOutlined } from "./PrinterOutlined";
|
|
707
711
|
export { default as ProfileFilled } from "./ProfileFilled";
|
|
708
712
|
export { default as ProfileOutlined } from "./ProfileOutlined";
|
|
@@ -840,6 +844,7 @@ export { default as SmokePurely } from "./SmokePurely";
|
|
|
840
844
|
export { default as SortOutlined } from "./SortOutlined";
|
|
841
845
|
export { default as SoundOutlined } from "./SoundOutlined";
|
|
842
846
|
export { default as SoundSmallOutlined } from "./SoundSmallOutlined";
|
|
847
|
+
export { default as SpecialGroupsFilled } from "./SpecialGroupsFilled";
|
|
843
848
|
export { default as SpecialPopulationsPurely } from "./SpecialPopulationsPurely";
|
|
844
849
|
export { default as SpecialVehiclesPurely } from "./SpecialVehiclesPurely";
|
|
845
850
|
export { default as SplitScreenOutlined } from "./SplitScreenOutlined";
|
|
@@ -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/FlipHorizontalOutlined.tsx
|
|
30
|
+
var FlipHorizontalOutlined_exports = {};
|
|
31
|
+
__export(FlipHorizontalOutlined_exports, {
|
|
32
|
+
default: () => FlipHorizontalOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(FlipHorizontalOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_FlipHorizontalOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/FlipHorizontalOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var FlipHorizontalOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_FlipHorizontalOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(FlipHorizontalOutlined);
|
|
40
|
+
RefIcon.displayName = "FlipHorizontalOutlined";
|
|
41
|
+
var FlipHorizontalOutlined_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/MediaLibraryOutlined.tsx
|
|
30
|
+
var MediaLibraryOutlined_exports = {};
|
|
31
|
+
__export(MediaLibraryOutlined_exports, {
|
|
32
|
+
default: () => MediaLibraryOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(MediaLibraryOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_MediaLibraryOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/MediaLibraryOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var MediaLibraryOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_MediaLibraryOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(MediaLibraryOutlined);
|
|
40
|
+
RefIcon.displayName = "MediaLibraryOutlined";
|
|
41
|
+
var MediaLibraryOutlined_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/NextOutlined.tsx
|
|
30
|
+
var NextOutlined_exports = {};
|
|
31
|
+
__export(NextOutlined_exports, {
|
|
32
|
+
default: () => NextOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(NextOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_NextOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/NextOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var NextOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_NextOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(NextOutlined);
|
|
40
|
+
RefIcon.displayName = "NextOutlined";
|
|
41
|
+
var NextOutlined_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/PreviousOutlined.tsx
|
|
30
|
+
var PreviousOutlined_exports = {};
|
|
31
|
+
__export(PreviousOutlined_exports, {
|
|
32
|
+
default: () => PreviousOutlined_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(PreviousOutlined_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_PreviousOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/PreviousOutlined"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var PreviousOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_PreviousOutlined.default });
|
|
39
|
+
var RefIcon = React.forwardRef(PreviousOutlined);
|
|
40
|
+
RefIcon.displayName = "PreviousOutlined";
|
|
41
|
+
var PreviousOutlined_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/SpecialGroupsFilled.tsx
|
|
30
|
+
var SpecialGroupsFilled_exports = {};
|
|
31
|
+
__export(SpecialGroupsFilled_exports, {
|
|
32
|
+
default: () => SpecialGroupsFilled_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(SpecialGroupsFilled_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_SpecialGroupsFilled = __toESM(require("@sensoro-design/icons-svg/es/asn/SpecialGroupsFilled"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var SpecialGroupsFilled = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_SpecialGroupsFilled.default });
|
|
39
|
+
var RefIcon = React.forwardRef(SpecialGroupsFilled);
|
|
40
|
+
RefIcon.displayName = "SpecialGroupsFilled";
|
|
41
|
+
var SpecialGroupsFilled_default = RefIcon;
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -349,6 +349,7 @@ export { default as FiremenFilled } from './FiremenFilled';
|
|
|
349
349
|
export { default as FiremenOutlined } from './FiremenOutlined';
|
|
350
350
|
export { default as FireworksFilled } from './FireworksFilled';
|
|
351
351
|
export { default as FlashlightOutlined } from './FlashlightOutlined';
|
|
352
|
+
export { default as FlipHorizontalOutlined } from './FlipHorizontalOutlined';
|
|
352
353
|
export { default as FloorFilled } from './FloorFilled';
|
|
353
354
|
export { default as FloorOutlined } from './FloorOutlined';
|
|
354
355
|
export { default as FocusOneKeyOutlined } from './FocusOneKeyOutlined';
|
|
@@ -554,6 +555,7 @@ export { default as ManualOutlined } from './ManualOutlined';
|
|
|
554
555
|
export { default as Map2DOutlined } from './Map2DOutlined';
|
|
555
556
|
export { default as Map3DOutlined } from './Map3DOutlined';
|
|
556
557
|
export { default as MeansAccessOutlined } from './MeansAccessOutlined';
|
|
558
|
+
export { default as MediaLibraryOutlined } from './MediaLibraryOutlined';
|
|
557
559
|
export { default as MedicalFilled } from './MedicalFilled';
|
|
558
560
|
export { default as MedicalKitOutlined } from './MedicalKitOutlined';
|
|
559
561
|
export { default as MedicalOutlined } from './MedicalOutlined';
|
|
@@ -596,6 +598,7 @@ export { default as MultiplePicturesFilled } from './MultiplePicturesFilled';
|
|
|
596
598
|
export { default as MunicipalFilled } from './MunicipalFilled';
|
|
597
599
|
export { default as MuteOutlined } from './MuteOutlined';
|
|
598
600
|
export { default as NaturalGasOutlined } from './NaturalGasOutlined';
|
|
601
|
+
export { default as NextOutlined } from './NextOutlined';
|
|
599
602
|
export { default as Nh3Outlined } from './Nh3Outlined';
|
|
600
603
|
export { default as NoAlarmPurely } from './NoAlarmPurely';
|
|
601
604
|
export { default as NoAppPurely } from './NoAppPurely';
|
|
@@ -702,6 +705,7 @@ export { default as PowerPerceptionFilled } from './PowerPerceptionFilled';
|
|
|
702
705
|
export { default as PowerUpsFilled } from './PowerUpsFilled';
|
|
703
706
|
export { default as PowerUpsOutlined } from './PowerUpsOutlined';
|
|
704
707
|
export { default as PoweroffOutlined } from './PoweroffOutlined';
|
|
708
|
+
export { default as PreviousOutlined } from './PreviousOutlined';
|
|
705
709
|
export { default as PrinterOutlined } from './PrinterOutlined';
|
|
706
710
|
export { default as ProfileFilled } from './ProfileFilled';
|
|
707
711
|
export { default as ProfileOutlined } from './ProfileOutlined';
|
|
@@ -839,6 +843,7 @@ export { default as SmokePurely } from './SmokePurely';
|
|
|
839
843
|
export { default as SortOutlined } from './SortOutlined';
|
|
840
844
|
export { default as SoundOutlined } from './SoundOutlined';
|
|
841
845
|
export { default as SoundSmallOutlined } from './SoundSmallOutlined';
|
|
846
|
+
export { default as SpecialGroupsFilled } from './SpecialGroupsFilled';
|
|
842
847
|
export { default as SpecialPopulationsPurely } from './SpecialPopulationsPurely';
|
|
843
848
|
export { default as SpecialVehiclesPurely } from './SpecialVehiclesPurely';
|
|
844
849
|
export { default as SplitScreenOutlined } from './SplitScreenOutlined';
|
package/lib/icons/index.js
CHANGED
|
@@ -380,6 +380,7 @@ __export(icons_exports, {
|
|
|
380
380
|
FiremenOutlined: () => import_FiremenOutlined.default,
|
|
381
381
|
FireworksFilled: () => import_FireworksFilled.default,
|
|
382
382
|
FlashlightOutlined: () => import_FlashlightOutlined.default,
|
|
383
|
+
FlipHorizontalOutlined: () => import_FlipHorizontalOutlined.default,
|
|
383
384
|
FloorFilled: () => import_FloorFilled.default,
|
|
384
385
|
FloorOutlined: () => import_FloorOutlined.default,
|
|
385
386
|
FocusOneKeyOutlined: () => import_FocusOneKeyOutlined.default,
|
|
@@ -585,6 +586,7 @@ __export(icons_exports, {
|
|
|
585
586
|
Map2DOutlined: () => import_Map2DOutlined.default,
|
|
586
587
|
Map3DOutlined: () => import_Map3DOutlined.default,
|
|
587
588
|
MeansAccessOutlined: () => import_MeansAccessOutlined.default,
|
|
589
|
+
MediaLibraryOutlined: () => import_MediaLibraryOutlined.default,
|
|
588
590
|
MedicalFilled: () => import_MedicalFilled.default,
|
|
589
591
|
MedicalKitOutlined: () => import_MedicalKitOutlined.default,
|
|
590
592
|
MedicalOutlined: () => import_MedicalOutlined.default,
|
|
@@ -627,6 +629,7 @@ __export(icons_exports, {
|
|
|
627
629
|
MunicipalFilled: () => import_MunicipalFilled.default,
|
|
628
630
|
MuteOutlined: () => import_MuteOutlined.default,
|
|
629
631
|
NaturalGasOutlined: () => import_NaturalGasOutlined.default,
|
|
632
|
+
NextOutlined: () => import_NextOutlined.default,
|
|
630
633
|
Nh3Outlined: () => import_Nh3Outlined.default,
|
|
631
634
|
NoAlarmPurely: () => import_NoAlarmPurely.default,
|
|
632
635
|
NoAppPurely: () => import_NoAppPurely.default,
|
|
@@ -733,6 +736,7 @@ __export(icons_exports, {
|
|
|
733
736
|
PowerUpsFilled: () => import_PowerUpsFilled.default,
|
|
734
737
|
PowerUpsOutlined: () => import_PowerUpsOutlined.default,
|
|
735
738
|
PoweroffOutlined: () => import_PoweroffOutlined.default,
|
|
739
|
+
PreviousOutlined: () => import_PreviousOutlined.default,
|
|
736
740
|
PrinterOutlined: () => import_PrinterOutlined.default,
|
|
737
741
|
ProfileFilled: () => import_ProfileFilled.default,
|
|
738
742
|
ProfileOutlined: () => import_ProfileOutlined.default,
|
|
@@ -870,6 +874,7 @@ __export(icons_exports, {
|
|
|
870
874
|
SortOutlined: () => import_SortOutlined.default,
|
|
871
875
|
SoundOutlined: () => import_SoundOutlined.default,
|
|
872
876
|
SoundSmallOutlined: () => import_SoundSmallOutlined.default,
|
|
877
|
+
SpecialGroupsFilled: () => import_SpecialGroupsFilled.default,
|
|
873
878
|
SpecialPopulationsPurely: () => import_SpecialPopulationsPurely.default,
|
|
874
879
|
SpecialVehiclesPurely: () => import_SpecialVehiclesPurely.default,
|
|
875
880
|
SplitScreenOutlined: () => import_SplitScreenOutlined.default,
|
|
@@ -1389,6 +1394,7 @@ var import_FiremenFilled = __toESM(require("./FiremenFilled"));
|
|
|
1389
1394
|
var import_FiremenOutlined = __toESM(require("./FiremenOutlined"));
|
|
1390
1395
|
var import_FireworksFilled = __toESM(require("./FireworksFilled"));
|
|
1391
1396
|
var import_FlashlightOutlined = __toESM(require("./FlashlightOutlined"));
|
|
1397
|
+
var import_FlipHorizontalOutlined = __toESM(require("./FlipHorizontalOutlined"));
|
|
1392
1398
|
var import_FloorFilled = __toESM(require("./FloorFilled"));
|
|
1393
1399
|
var import_FloorOutlined = __toESM(require("./FloorOutlined"));
|
|
1394
1400
|
var import_FocusOneKeyOutlined = __toESM(require("./FocusOneKeyOutlined"));
|
|
@@ -1594,6 +1600,7 @@ var import_ManualOutlined = __toESM(require("./ManualOutlined"));
|
|
|
1594
1600
|
var import_Map2DOutlined = __toESM(require("./Map2DOutlined"));
|
|
1595
1601
|
var import_Map3DOutlined = __toESM(require("./Map3DOutlined"));
|
|
1596
1602
|
var import_MeansAccessOutlined = __toESM(require("./MeansAccessOutlined"));
|
|
1603
|
+
var import_MediaLibraryOutlined = __toESM(require("./MediaLibraryOutlined"));
|
|
1597
1604
|
var import_MedicalFilled = __toESM(require("./MedicalFilled"));
|
|
1598
1605
|
var import_MedicalKitOutlined = __toESM(require("./MedicalKitOutlined"));
|
|
1599
1606
|
var import_MedicalOutlined = __toESM(require("./MedicalOutlined"));
|
|
@@ -1636,6 +1643,7 @@ var import_MultiplePicturesFilled = __toESM(require("./MultiplePicturesFilled"))
|
|
|
1636
1643
|
var import_MunicipalFilled = __toESM(require("./MunicipalFilled"));
|
|
1637
1644
|
var import_MuteOutlined = __toESM(require("./MuteOutlined"));
|
|
1638
1645
|
var import_NaturalGasOutlined = __toESM(require("./NaturalGasOutlined"));
|
|
1646
|
+
var import_NextOutlined = __toESM(require("./NextOutlined"));
|
|
1639
1647
|
var import_Nh3Outlined = __toESM(require("./Nh3Outlined"));
|
|
1640
1648
|
var import_NoAlarmPurely = __toESM(require("./NoAlarmPurely"));
|
|
1641
1649
|
var import_NoAppPurely = __toESM(require("./NoAppPurely"));
|
|
@@ -1742,6 +1750,7 @@ var import_PowerPerceptionFilled = __toESM(require("./PowerPerceptionFilled"));
|
|
|
1742
1750
|
var import_PowerUpsFilled = __toESM(require("./PowerUpsFilled"));
|
|
1743
1751
|
var import_PowerUpsOutlined = __toESM(require("./PowerUpsOutlined"));
|
|
1744
1752
|
var import_PoweroffOutlined = __toESM(require("./PoweroffOutlined"));
|
|
1753
|
+
var import_PreviousOutlined = __toESM(require("./PreviousOutlined"));
|
|
1745
1754
|
var import_PrinterOutlined = __toESM(require("./PrinterOutlined"));
|
|
1746
1755
|
var import_ProfileFilled = __toESM(require("./ProfileFilled"));
|
|
1747
1756
|
var import_ProfileOutlined = __toESM(require("./ProfileOutlined"));
|
|
@@ -1879,6 +1888,7 @@ var import_SmokePurely = __toESM(require("./SmokePurely"));
|
|
|
1879
1888
|
var import_SortOutlined = __toESM(require("./SortOutlined"));
|
|
1880
1889
|
var import_SoundOutlined = __toESM(require("./SoundOutlined"));
|
|
1881
1890
|
var import_SoundSmallOutlined = __toESM(require("./SoundSmallOutlined"));
|
|
1891
|
+
var import_SpecialGroupsFilled = __toESM(require("./SpecialGroupsFilled"));
|
|
1882
1892
|
var import_SpecialPopulationsPurely = __toESM(require("./SpecialPopulationsPurely"));
|
|
1883
1893
|
var import_SpecialVehiclesPurely = __toESM(require("./SpecialVehiclesPurely"));
|
|
1884
1894
|
var import_SplitScreenOutlined = __toESM(require("./SplitScreenOutlined"));
|
|
@@ -2398,6 +2408,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2398
2408
|
FiremenOutlined,
|
|
2399
2409
|
FireworksFilled,
|
|
2400
2410
|
FlashlightOutlined,
|
|
2411
|
+
FlipHorizontalOutlined,
|
|
2401
2412
|
FloorFilled,
|
|
2402
2413
|
FloorOutlined,
|
|
2403
2414
|
FocusOneKeyOutlined,
|
|
@@ -2603,6 +2614,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2603
2614
|
Map2DOutlined,
|
|
2604
2615
|
Map3DOutlined,
|
|
2605
2616
|
MeansAccessOutlined,
|
|
2617
|
+
MediaLibraryOutlined,
|
|
2606
2618
|
MedicalFilled,
|
|
2607
2619
|
MedicalKitOutlined,
|
|
2608
2620
|
MedicalOutlined,
|
|
@@ -2645,6 +2657,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2645
2657
|
MunicipalFilled,
|
|
2646
2658
|
MuteOutlined,
|
|
2647
2659
|
NaturalGasOutlined,
|
|
2660
|
+
NextOutlined,
|
|
2648
2661
|
Nh3Outlined,
|
|
2649
2662
|
NoAlarmPurely,
|
|
2650
2663
|
NoAppPurely,
|
|
@@ -2751,6 +2764,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2751
2764
|
PowerUpsFilled,
|
|
2752
2765
|
PowerUpsOutlined,
|
|
2753
2766
|
PoweroffOutlined,
|
|
2767
|
+
PreviousOutlined,
|
|
2754
2768
|
PrinterOutlined,
|
|
2755
2769
|
ProfileFilled,
|
|
2756
2770
|
ProfileOutlined,
|
|
@@ -2888,6 +2902,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2888
2902
|
SortOutlined,
|
|
2889
2903
|
SoundOutlined,
|
|
2890
2904
|
SoundSmallOutlined,
|
|
2905
|
+
SpecialGroupsFilled,
|
|
2891
2906
|
SpecialPopulationsPurely,
|
|
2892
2907
|
SpecialVehiclesPurely,
|
|
2893
2908
|
SplitScreenOutlined,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.55.0",
|
|
4
4
|
"description": "Abstract nodes for sensoro design icons.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@ant-design/colors": "^6.0.0",
|
|
32
32
|
"@babel/runtime": "^7.11.2",
|
|
33
33
|
"@pansy/classnames": "^1.0.1",
|
|
34
|
-
"@sensoro-design/icons-svg": "2.
|
|
34
|
+
"@sensoro-design/icons-svg": "2.64.0",
|
|
35
35
|
"rc-util": "^5.19.3"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|