@sensoro-design/icons 2.52.0 → 2.53.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,17 @@
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.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
+
8
+
9
+ ### Features
10
+
11
+ * add icons ([c0c5cad](https://github.com/sensoro-design/sensoro-design-icons/commit/c0c5cad767f036e6e750b495554c67bd75fe94a4))
12
+
13
+
14
+
15
+
16
+
6
17
  # [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
18
 
8
19
 
@@ -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/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 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';
@@ -967,6 +968,7 @@ export { default as VideoFilled } from './VideoFilled';
967
968
  export { default as VideoMonitorPurely } from './VideoMonitorPurely';
968
969
  export { default as VideoOutlined } from './VideoOutlined';
969
970
  export { default as ViewOutlined } from './ViewOutlined';
971
+ export { default as VillageOutlined } from './VillageOutlined';
970
972
  export { default as VirtualCameraOutlined } from './VirtualCameraOutlined';
971
973
  export { default as VisibilityOutlined } from './VisibilityOutlined';
972
974
  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";
@@ -968,6 +969,7 @@ export { default as VideoFilled } from "./VideoFilled";
968
969
  export { default as VideoMonitorPurely } from "./VideoMonitorPurely";
969
970
  export { default as VideoOutlined } from "./VideoOutlined";
970
971
  export { default as ViewOutlined } from "./ViewOutlined";
972
+ export { default as VillageOutlined } from "./VillageOutlined";
971
973
  export { default as VirtualCameraOutlined } from "./VirtualCameraOutlined";
972
974
  export { default as VisibilityOutlined } from "./VisibilityOutlined";
973
975
  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/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';
@@ -967,6 +968,7 @@ export { default as VideoFilled } from './VideoFilled';
967
968
  export { default as VideoMonitorPurely } from './VideoMonitorPurely';
968
969
  export { default as VideoOutlined } from './VideoOutlined';
969
970
  export { default as ViewOutlined } from './ViewOutlined';
971
+ export { default as VillageOutlined } from './VillageOutlined';
970
972
  export { default as VirtualCameraOutlined } from './VirtualCameraOutlined';
971
973
  export { default as VisibilityOutlined } from './VisibilityOutlined';
972
974
  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,
@@ -998,6 +999,7 @@ __export(icons_exports, {
998
999
  VideoMonitorPurely: () => import_VideoMonitorPurely.default,
999
1000
  VideoOutlined: () => import_VideoOutlined.default,
1000
1001
  ViewOutlined: () => import_ViewOutlined.default,
1002
+ VillageOutlined: () => import_VillageOutlined.default,
1001
1003
  VirtualCameraOutlined: () => import_VirtualCameraOutlined.default,
1002
1004
  VisibilityOutlined: () => import_VisibilityOutlined.default,
1003
1005
  VolunteerServiceFilled: () => import_VolunteerServiceFilled.default,
@@ -1430,6 +1432,7 @@ var import_GenderOutlined = __toESM(require("./GenderOutlined"));
1430
1432
  var import_GeoLocationFilled = __toESM(require("./GeoLocationFilled"));
1431
1433
  var import_GeoLocationOutlined = __toESM(require("./GeoLocationOutlined"));
1432
1434
  var import_GeologicalDisasterFilled = __toESM(require("./GeologicalDisasterFilled"));
1435
+ var import_GeologicalDisastersOutlined = __toESM(require("./GeologicalDisastersOutlined"));
1433
1436
  var import_GeomagnetismOutlined = __toESM(require("./GeomagnetismOutlined"));
1434
1437
  var import_GetUpOutlined = __toESM(require("./GetUpOutlined"));
1435
1438
  var import_GimbalBackCenterPurely = __toESM(require("./GimbalBackCenterPurely"));
@@ -2005,6 +2008,7 @@ var import_VideoFilled = __toESM(require("./VideoFilled"));
2005
2008
  var import_VideoMonitorPurely = __toESM(require("./VideoMonitorPurely"));
2006
2009
  var import_VideoOutlined = __toESM(require("./VideoOutlined"));
2007
2010
  var import_ViewOutlined = __toESM(require("./ViewOutlined"));
2011
+ var import_VillageOutlined = __toESM(require("./VillageOutlined"));
2008
2012
  var import_VirtualCameraOutlined = __toESM(require("./VirtualCameraOutlined"));
2009
2013
  var import_VisibilityOutlined = __toESM(require("./VisibilityOutlined"));
2010
2014
  var import_VolunteerServiceFilled = __toESM(require("./VolunteerServiceFilled"));
@@ -2437,6 +2441,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2437
2441
  GeoLocationFilled,
2438
2442
  GeoLocationOutlined,
2439
2443
  GeologicalDisasterFilled,
2444
+ GeologicalDisastersOutlined,
2440
2445
  GeomagnetismOutlined,
2441
2446
  GetUpOutlined,
2442
2447
  GimbalBackCenterPurely,
@@ -3012,6 +3017,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
3012
3017
  VideoMonitorPurely,
3013
3018
  VideoOutlined,
3014
3019
  ViewOutlined,
3020
+ VillageOutlined,
3015
3021
  VirtualCameraOutlined,
3016
3022
  VisibilityOutlined,
3017
3023
  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.53.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.62.0",
35
35
  "rc-util": "^5.19.3"
36
36
  },
37
37
  "publishConfig": {