@sensoro-design/icons 2.52.0 → 2.54.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 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.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)
7
+
8
+
9
+ ### Features
10
+
11
+ * add MediaLibraryOutlined ([16fddc3](https://github.com/sensoro-design/sensoro-design-icons/commit/16fddc3e934460153a10d46f21aa025539afc112))
12
+
13
+
14
+
15
+
16
+
17
+ # [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)
18
+
19
+
20
+ ### Features
21
+
22
+ * add icons ([c0c5cad](https://github.com/sensoro-design/sensoro-design-icons/commit/c0c5cad767f036e6e750b495554c67bd75fe94a4))
23
+
24
+
25
+
26
+
27
+
6
28
  # [2.52.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.51.0...@sensoro-design/icons@2.52.0) (2024-08-26)
7
29
 
8
30
 
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/GeologicalDisastersOutlined';
@@ -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 _GeologicalDisastersOutlined = _interopRequireDefault(require('./es/icons/GeologicalDisastersOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _GeologicalDisastersOutlined;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/MediaLibraryOutlined';
@@ -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;
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/VillageOutlined';
@@ -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 _VillageOutlined = _interopRequireDefault(require('./es/icons/VillageOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _VillageOutlined;
14
+ exports.default = _default;
15
+ module.exports = _default;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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 GeologicalDisastersOutlinedSvg from '@sensoro-design/icons-svg/es/asn/GeologicalDisastersOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var GeologicalDisastersOutlined = function GeologicalDisastersOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: GeologicalDisastersOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(GeologicalDisastersOutlined);
13
+ RefIcon.displayName = 'GeologicalDisastersOutlined';
14
+ export default RefIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ 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 VillageOutlinedSvg from '@sensoro-design/icons-svg/es/asn/VillageOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var VillageOutlined = function VillageOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: VillageOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(VillageOutlined);
13
+ RefIcon.displayName = 'VillageOutlined';
14
+ export default RefIcon;
@@ -392,6 +392,7 @@ export { default as GenderOutlined } from './GenderOutlined';
392
392
  export { default as GeoLocationFilled } from './GeoLocationFilled';
393
393
  export { default as GeoLocationOutlined } from './GeoLocationOutlined';
394
394
  export { default as GeologicalDisasterFilled } from './GeologicalDisasterFilled';
395
+ export { default as GeologicalDisastersOutlined } from './GeologicalDisastersOutlined';
395
396
  export { default as GeomagnetismOutlined } from './GeomagnetismOutlined';
396
397
  export { default as GetUpOutlined } from './GetUpOutlined';
397
398
  export { default as GimbalBackCenterPurely } from './GimbalBackCenterPurely';
@@ -553,6 +554,7 @@ export { default as ManualOutlined } from './ManualOutlined';
553
554
  export { default as Map2DOutlined } from './Map2DOutlined';
554
555
  export { default as Map3DOutlined } from './Map3DOutlined';
555
556
  export { default as MeansAccessOutlined } from './MeansAccessOutlined';
557
+ export { default as MediaLibraryOutlined } from './MediaLibraryOutlined';
556
558
  export { default as MedicalFilled } from './MedicalFilled';
557
559
  export { default as MedicalKitOutlined } from './MedicalKitOutlined';
558
560
  export { default as MedicalOutlined } from './MedicalOutlined';
@@ -967,6 +969,7 @@ export { default as VideoFilled } from './VideoFilled';
967
969
  export { default as VideoMonitorPurely } from './VideoMonitorPurely';
968
970
  export { default as VideoOutlined } from './VideoOutlined';
969
971
  export { default as ViewOutlined } from './ViewOutlined';
972
+ export { default as VillageOutlined } from './VillageOutlined';
970
973
  export { default as VirtualCameraOutlined } from './VirtualCameraOutlined';
971
974
  export { default as VisibilityOutlined } from './VisibilityOutlined';
972
975
  export { default as VolunteerServiceFilled } from './VolunteerServiceFilled';
package/es/icons/index.js CHANGED
@@ -393,6 +393,7 @@ export { default as GenderOutlined } from "./GenderOutlined";
393
393
  export { default as GeoLocationFilled } from "./GeoLocationFilled";
394
394
  export { default as GeoLocationOutlined } from "./GeoLocationOutlined";
395
395
  export { default as GeologicalDisasterFilled } from "./GeologicalDisasterFilled";
396
+ export { default as GeologicalDisastersOutlined } from "./GeologicalDisastersOutlined";
396
397
  export { default as GeomagnetismOutlined } from "./GeomagnetismOutlined";
397
398
  export { default as GetUpOutlined } from "./GetUpOutlined";
398
399
  export { default as GimbalBackCenterPurely } from "./GimbalBackCenterPurely";
@@ -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";
@@ -968,6 +970,7 @@ export { default as VideoFilled } from "./VideoFilled";
968
970
  export { default as VideoMonitorPurely } from "./VideoMonitorPurely";
969
971
  export { default as VideoOutlined } from "./VideoOutlined";
970
972
  export { default as ViewOutlined } from "./ViewOutlined";
973
+ export { default as VillageOutlined } from "./VillageOutlined";
971
974
  export { default as VirtualCameraOutlined } from "./VirtualCameraOutlined";
972
975
  export { default as VisibilityOutlined } from "./VisibilityOutlined";
973
976
  export { default as VolunteerServiceFilled } from "./VolunteerServiceFilled";
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ export 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/GeologicalDisastersOutlined.tsx
30
+ var GeologicalDisastersOutlined_exports = {};
31
+ __export(GeologicalDisastersOutlined_exports, {
32
+ default: () => GeologicalDisastersOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(GeologicalDisastersOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_GeologicalDisastersOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/GeologicalDisastersOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var GeologicalDisastersOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_GeologicalDisastersOutlined.default });
39
+ var RefIcon = React.forwardRef(GeologicalDisastersOutlined);
40
+ RefIcon.displayName = "GeologicalDisastersOutlined";
41
+ var GeologicalDisastersOutlined_default = RefIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ export 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,4 @@
1
+ import * as React from 'react';
2
+ import { SensoroIconProps } from '../components/SensoroIcon';
3
+ declare const RefIcon: React.ForwardRefExoticComponent<Omit<SensoroIconProps, 'ref'> & React.RefAttributes<HTMLSpanElement>>;
4
+ export 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/VillageOutlined.tsx
30
+ var VillageOutlined_exports = {};
31
+ __export(VillageOutlined_exports, {
32
+ default: () => VillageOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(VillageOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_VillageOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/VillageOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var VillageOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_VillageOutlined.default });
39
+ var RefIcon = React.forwardRef(VillageOutlined);
40
+ RefIcon.displayName = "VillageOutlined";
41
+ var VillageOutlined_default = RefIcon;
@@ -392,6 +392,7 @@ export { default as GenderOutlined } from './GenderOutlined';
392
392
  export { default as GeoLocationFilled } from './GeoLocationFilled';
393
393
  export { default as GeoLocationOutlined } from './GeoLocationOutlined';
394
394
  export { default as GeologicalDisasterFilled } from './GeologicalDisasterFilled';
395
+ export { default as GeologicalDisastersOutlined } from './GeologicalDisastersOutlined';
395
396
  export { default as GeomagnetismOutlined } from './GeomagnetismOutlined';
396
397
  export { default as GetUpOutlined } from './GetUpOutlined';
397
398
  export { default as GimbalBackCenterPurely } from './GimbalBackCenterPurely';
@@ -553,6 +554,7 @@ export { default as ManualOutlined } from './ManualOutlined';
553
554
  export { default as Map2DOutlined } from './Map2DOutlined';
554
555
  export { default as Map3DOutlined } from './Map3DOutlined';
555
556
  export { default as MeansAccessOutlined } from './MeansAccessOutlined';
557
+ export { default as MediaLibraryOutlined } from './MediaLibraryOutlined';
556
558
  export { default as MedicalFilled } from './MedicalFilled';
557
559
  export { default as MedicalKitOutlined } from './MedicalKitOutlined';
558
560
  export { default as MedicalOutlined } from './MedicalOutlined';
@@ -967,6 +969,7 @@ export { default as VideoFilled } from './VideoFilled';
967
969
  export { default as VideoMonitorPurely } from './VideoMonitorPurely';
968
970
  export { default as VideoOutlined } from './VideoOutlined';
969
971
  export { default as ViewOutlined } from './ViewOutlined';
972
+ export { default as VillageOutlined } from './VillageOutlined';
970
973
  export { default as VirtualCameraOutlined } from './VirtualCameraOutlined';
971
974
  export { default as VisibilityOutlined } from './VisibilityOutlined';
972
975
  export { default as VolunteerServiceFilled } from './VolunteerServiceFilled';
@@ -423,6 +423,7 @@ __export(icons_exports, {
423
423
  GeoLocationFilled: () => import_GeoLocationFilled.default,
424
424
  GeoLocationOutlined: () => import_GeoLocationOutlined.default,
425
425
  GeologicalDisasterFilled: () => import_GeologicalDisasterFilled.default,
426
+ GeologicalDisastersOutlined: () => import_GeologicalDisastersOutlined.default,
426
427
  GeomagnetismOutlined: () => import_GeomagnetismOutlined.default,
427
428
  GetUpOutlined: () => import_GetUpOutlined.default,
428
429
  GimbalBackCenterPurely: () => import_GimbalBackCenterPurely.default,
@@ -584,6 +585,7 @@ __export(icons_exports, {
584
585
  Map2DOutlined: () => import_Map2DOutlined.default,
585
586
  Map3DOutlined: () => import_Map3DOutlined.default,
586
587
  MeansAccessOutlined: () => import_MeansAccessOutlined.default,
588
+ MediaLibraryOutlined: () => import_MediaLibraryOutlined.default,
587
589
  MedicalFilled: () => import_MedicalFilled.default,
588
590
  MedicalKitOutlined: () => import_MedicalKitOutlined.default,
589
591
  MedicalOutlined: () => import_MedicalOutlined.default,
@@ -998,6 +1000,7 @@ __export(icons_exports, {
998
1000
  VideoMonitorPurely: () => import_VideoMonitorPurely.default,
999
1001
  VideoOutlined: () => import_VideoOutlined.default,
1000
1002
  ViewOutlined: () => import_ViewOutlined.default,
1003
+ VillageOutlined: () => import_VillageOutlined.default,
1001
1004
  VirtualCameraOutlined: () => import_VirtualCameraOutlined.default,
1002
1005
  VisibilityOutlined: () => import_VisibilityOutlined.default,
1003
1006
  VolunteerServiceFilled: () => import_VolunteerServiceFilled.default,
@@ -1430,6 +1433,7 @@ var import_GenderOutlined = __toESM(require("./GenderOutlined"));
1430
1433
  var import_GeoLocationFilled = __toESM(require("./GeoLocationFilled"));
1431
1434
  var import_GeoLocationOutlined = __toESM(require("./GeoLocationOutlined"));
1432
1435
  var import_GeologicalDisasterFilled = __toESM(require("./GeologicalDisasterFilled"));
1436
+ var import_GeologicalDisastersOutlined = __toESM(require("./GeologicalDisastersOutlined"));
1433
1437
  var import_GeomagnetismOutlined = __toESM(require("./GeomagnetismOutlined"));
1434
1438
  var import_GetUpOutlined = __toESM(require("./GetUpOutlined"));
1435
1439
  var import_GimbalBackCenterPurely = __toESM(require("./GimbalBackCenterPurely"));
@@ -1591,6 +1595,7 @@ var import_ManualOutlined = __toESM(require("./ManualOutlined"));
1591
1595
  var import_Map2DOutlined = __toESM(require("./Map2DOutlined"));
1592
1596
  var import_Map3DOutlined = __toESM(require("./Map3DOutlined"));
1593
1597
  var import_MeansAccessOutlined = __toESM(require("./MeansAccessOutlined"));
1598
+ var import_MediaLibraryOutlined = __toESM(require("./MediaLibraryOutlined"));
1594
1599
  var import_MedicalFilled = __toESM(require("./MedicalFilled"));
1595
1600
  var import_MedicalKitOutlined = __toESM(require("./MedicalKitOutlined"));
1596
1601
  var import_MedicalOutlined = __toESM(require("./MedicalOutlined"));
@@ -2005,6 +2010,7 @@ var import_VideoFilled = __toESM(require("./VideoFilled"));
2005
2010
  var import_VideoMonitorPurely = __toESM(require("./VideoMonitorPurely"));
2006
2011
  var import_VideoOutlined = __toESM(require("./VideoOutlined"));
2007
2012
  var import_ViewOutlined = __toESM(require("./ViewOutlined"));
2013
+ var import_VillageOutlined = __toESM(require("./VillageOutlined"));
2008
2014
  var import_VirtualCameraOutlined = __toESM(require("./VirtualCameraOutlined"));
2009
2015
  var import_VisibilityOutlined = __toESM(require("./VisibilityOutlined"));
2010
2016
  var import_VolunteerServiceFilled = __toESM(require("./VolunteerServiceFilled"));
@@ -2437,6 +2443,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2437
2443
  GeoLocationFilled,
2438
2444
  GeoLocationOutlined,
2439
2445
  GeologicalDisasterFilled,
2446
+ GeologicalDisastersOutlined,
2440
2447
  GeomagnetismOutlined,
2441
2448
  GetUpOutlined,
2442
2449
  GimbalBackCenterPurely,
@@ -2598,6 +2605,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2598
2605
  Map2DOutlined,
2599
2606
  Map3DOutlined,
2600
2607
  MeansAccessOutlined,
2608
+ MediaLibraryOutlined,
2601
2609
  MedicalFilled,
2602
2610
  MedicalKitOutlined,
2603
2611
  MedicalOutlined,
@@ -3012,6 +3020,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
3012
3020
  VideoMonitorPurely,
3013
3021
  VideoOutlined,
3014
3022
  ViewOutlined,
3023
+ VillageOutlined,
3015
3024
  VirtualCameraOutlined,
3016
3025
  VisibilityOutlined,
3017
3026
  VolunteerServiceFilled,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons",
3
- "version": "2.52.0",
3
+ "version": "2.54.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.61.0",
34
+ "@sensoro-design/icons-svg": "2.63.0",
35
35
  "rc-util": "^5.19.3"
36
36
  },
37
37
  "publishConfig": {