@sensoro-design/icons 2.45.0 → 2.47.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.
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/AccompanyOutlined';
@@ -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 _AccompanyOutlined = _interopRequireDefault(require('./es/icons/AccompanyOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _AccompanyOutlined;
14
+ exports.default = _default;
15
+ module.exports = _default;
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.47.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.46.0...@sensoro-design/icons@2.47.0) (2024-07-10)
7
+
8
+
9
+ ### Features
10
+
11
+ * add MigrateOutlined ([8ee1dea](https://github.com/sensoro-design/sensoro-design-icons/commit/8ee1dea956720dd2dd0801ce18b3d8e1d6f013d4))
12
+
13
+
14
+
15
+
16
+
17
+ # [2.46.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.45.0...@sensoro-design/icons@2.46.0) (2024-06-27)
18
+
19
+
20
+ ### Features
21
+
22
+ * add icons ([1104c30](https://github.com/sensoro-design/sensoro-design-icons/commit/1104c3055ef73c006b1e94da25759da1ce8e587d))
23
+
24
+
25
+
26
+
27
+
6
28
  # [2.45.0](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.44.1...@sensoro-design/icons@2.45.0) (2024-05-17)
7
29
 
8
30
 
@@ -0,0 +1,2 @@
1
+ // This index.ts file is generated automatically.
2
+ export { default } from './lib/icons/CarPenOutlined';
@@ -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 _CarPenOutlined = _interopRequireDefault(require('./es/icons/CarPenOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _CarPenOutlined;
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/FileReportOutlined';
@@ -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 _FileReportOutlined = _interopRequireDefault(require('./es/icons/FileReportOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _FileReportOutlined;
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/MigrateOutlined';
@@ -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 _MigrateOutlined = _interopRequireDefault(require('./es/icons/MigrateOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _MigrateOutlined;
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/UserPenOutlined';
@@ -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 _UserPenOutlined = _interopRequireDefault(require('./es/icons/UserPenOutlined'));
10
+
11
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
12
+
13
+ var _default = _UserPenOutlined;
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 AccompanyOutlinedSvg from '@sensoro-design/icons-svg/es/asn/AccompanyOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var AccompanyOutlined = function AccompanyOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: AccompanyOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(AccompanyOutlined);
13
+ RefIcon.displayName = 'AccompanyOutlined';
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 CarPenOutlinedSvg from '@sensoro-design/icons-svg/es/asn/CarPenOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var CarPenOutlined = function CarPenOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: CarPenOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(CarPenOutlined);
13
+ RefIcon.displayName = 'CarPenOutlined';
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 FileReportOutlinedSvg from '@sensoro-design/icons-svg/es/asn/FileReportOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var FileReportOutlined = function FileReportOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: FileReportOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(FileReportOutlined);
13
+ RefIcon.displayName = 'FileReportOutlined';
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 MigrateOutlinedSvg from '@sensoro-design/icons-svg/es/asn/MigrateOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var MigrateOutlined = function MigrateOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: MigrateOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(MigrateOutlined);
13
+ RefIcon.displayName = 'MigrateOutlined';
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 UserPenOutlinedSvg from '@sensoro-design/icons-svg/es/asn/UserPenOutlined';
5
+ import SensoroIcon from "../components/SensoroIcon";
6
+ var UserPenOutlined = function UserPenOutlined(props, ref) {
7
+ return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
8
+ ref: ref,
9
+ icon: UserPenOutlinedSvg
10
+ }));
11
+ };
12
+ var RefIcon = /*#__PURE__*/React.forwardRef(UserPenOutlined);
13
+ RefIcon.displayName = 'UserPenOutlined';
14
+ export default RefIcon;
@@ -1,6 +1,7 @@
1
1
  export { default as AcademicCapFilled } from './AcademicCapFilled';
2
2
  export { default as AcademicCapOutlined } from './AcademicCapOutlined';
3
3
  export { default as AccessControlPurely } from './AccessControlPurely';
4
+ export { default as AccompanyOutlined } from './AccompanyOutlined';
4
5
  export { default as AccountBookFilled } from './AccountBookFilled';
5
6
  export { default as AccountBookOutlined } from './AccountBookOutlined';
6
7
  export { default as AccountBookTwoTone } from './AccountBookTwoTone';
@@ -118,6 +119,7 @@ export { default as CarOutlined } from './CarOutlined';
118
119
  export { default as CarParkFilled } from './CarParkFilled';
119
120
  export { default as CarParkOutlined } from './CarParkOutlined';
120
121
  export { default as CarPenFilled } from './CarPenFilled';
122
+ export { default as CarPenOutlined } from './CarPenOutlined';
121
123
  export { default as CarSpecialFilled } from './CarSpecialFilled';
122
124
  export { default as CarStopFilled } from './CarStopFilled';
123
125
  export { default as CardReaderOutlined } from './CardReaderOutlined';
@@ -287,6 +289,7 @@ export { default as FileProFilled } from './FileProFilled';
287
289
  export { default as FileProOutlined } from './FileProOutlined';
288
290
  export { default as FileProtectOutlined } from './FileProtectOutlined';
289
291
  export { default as FileReportFilled } from './FileReportFilled';
292
+ export { default as FileReportOutlined } from './FileReportOutlined';
290
293
  export { default as FileSealFilled } from './FileSealFilled';
291
294
  export { default as FileSealOutlined } from './FileSealOutlined';
292
295
  export { default as FileSearchFilled } from './FileSearchFilled';
@@ -537,6 +540,7 @@ export { default as MercuryThermometerOutlined } from './MercuryThermometerOutli
537
540
  export { default as MeshLayoutOutlined } from './MeshLayoutOutlined';
538
541
  export { default as MessageFilled } from './MessageFilled';
539
542
  export { default as MessageOutlined } from './MessageOutlined';
543
+ export { default as MigrateOutlined } from './MigrateOutlined';
540
544
  export { default as MiniatureFireStationAddOutlined } from './MiniatureFireStationAddOutlined';
541
545
  export { default as MiniatureFireStationFilled } from './MiniatureFireStationFilled';
542
546
  export { default as MiniatureFireStationOutlined } from './MiniatureFireStationOutlined';
@@ -886,6 +890,7 @@ export { default as UserMinusCircleFilled } from './UserMinusCircleFilled';
886
890
  export { default as UserMinusCircleOutlined } from './UserMinusCircleOutlined';
887
891
  export { default as UserOutlined } from './UserOutlined';
888
892
  export { default as UserPenFilled } from './UserPenFilled';
893
+ export { default as UserPenOutlined } from './UserPenOutlined';
889
894
  export { default as UserPlusCircleFilled } from './UserPlusCircleFilled';
890
895
  export { default as UserPlusCircleOutlined } from './UserPlusCircleOutlined';
891
896
  export { default as UserPurely } from './UserPurely';
package/es/icons/index.js CHANGED
@@ -2,6 +2,7 @@
2
2
  export { default as AcademicCapFilled } from "./AcademicCapFilled";
3
3
  export { default as AcademicCapOutlined } from "./AcademicCapOutlined";
4
4
  export { default as AccessControlPurely } from "./AccessControlPurely";
5
+ export { default as AccompanyOutlined } from "./AccompanyOutlined";
5
6
  export { default as AccountBookFilled } from "./AccountBookFilled";
6
7
  export { default as AccountBookOutlined } from "./AccountBookOutlined";
7
8
  export { default as AccountBookTwoTone } from "./AccountBookTwoTone";
@@ -119,6 +120,7 @@ export { default as CarOutlined } from "./CarOutlined";
119
120
  export { default as CarParkFilled } from "./CarParkFilled";
120
121
  export { default as CarParkOutlined } from "./CarParkOutlined";
121
122
  export { default as CarPenFilled } from "./CarPenFilled";
123
+ export { default as CarPenOutlined } from "./CarPenOutlined";
122
124
  export { default as CarSpecialFilled } from "./CarSpecialFilled";
123
125
  export { default as CarStopFilled } from "./CarStopFilled";
124
126
  export { default as CardReaderOutlined } from "./CardReaderOutlined";
@@ -288,6 +290,7 @@ export { default as FileProFilled } from "./FileProFilled";
288
290
  export { default as FileProOutlined } from "./FileProOutlined";
289
291
  export { default as FileProtectOutlined } from "./FileProtectOutlined";
290
292
  export { default as FileReportFilled } from "./FileReportFilled";
293
+ export { default as FileReportOutlined } from "./FileReportOutlined";
291
294
  export { default as FileSealFilled } from "./FileSealFilled";
292
295
  export { default as FileSealOutlined } from "./FileSealOutlined";
293
296
  export { default as FileSearchFilled } from "./FileSearchFilled";
@@ -538,6 +541,7 @@ export { default as MercuryThermometerOutlined } from "./MercuryThermometerOutli
538
541
  export { default as MeshLayoutOutlined } from "./MeshLayoutOutlined";
539
542
  export { default as MessageFilled } from "./MessageFilled";
540
543
  export { default as MessageOutlined } from "./MessageOutlined";
544
+ export { default as MigrateOutlined } from "./MigrateOutlined";
541
545
  export { default as MiniatureFireStationAddOutlined } from "./MiniatureFireStationAddOutlined";
542
546
  export { default as MiniatureFireStationFilled } from "./MiniatureFireStationFilled";
543
547
  export { default as MiniatureFireStationOutlined } from "./MiniatureFireStationOutlined";
@@ -887,6 +891,7 @@ export { default as UserMinusCircleFilled } from "./UserMinusCircleFilled";
887
891
  export { default as UserMinusCircleOutlined } from "./UserMinusCircleOutlined";
888
892
  export { default as UserOutlined } from "./UserOutlined";
889
893
  export { default as UserPenFilled } from "./UserPenFilled";
894
+ export { default as UserPenOutlined } from "./UserPenOutlined";
890
895
  export { default as UserPlusCircleFilled } from "./UserPlusCircleFilled";
891
896
  export { default as UserPlusCircleOutlined } from "./UserPlusCircleOutlined";
892
897
  export { default as UserPurely } from "./UserPurely";
@@ -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/AccompanyOutlined.tsx
30
+ var AccompanyOutlined_exports = {};
31
+ __export(AccompanyOutlined_exports, {
32
+ default: () => AccompanyOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(AccompanyOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_AccompanyOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/AccompanyOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var AccompanyOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_AccompanyOutlined.default });
39
+ var RefIcon = React.forwardRef(AccompanyOutlined);
40
+ RefIcon.displayName = "AccompanyOutlined";
41
+ var AccompanyOutlined_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/CarPenOutlined.tsx
30
+ var CarPenOutlined_exports = {};
31
+ __export(CarPenOutlined_exports, {
32
+ default: () => CarPenOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(CarPenOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_CarPenOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/CarPenOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var CarPenOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_CarPenOutlined.default });
39
+ var RefIcon = React.forwardRef(CarPenOutlined);
40
+ RefIcon.displayName = "CarPenOutlined";
41
+ var CarPenOutlined_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/FileReportOutlined.tsx
30
+ var FileReportOutlined_exports = {};
31
+ __export(FileReportOutlined_exports, {
32
+ default: () => FileReportOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(FileReportOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_FileReportOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/FileReportOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var FileReportOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_FileReportOutlined.default });
39
+ var RefIcon = React.forwardRef(FileReportOutlined);
40
+ RefIcon.displayName = "FileReportOutlined";
41
+ var FileReportOutlined_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/MigrateOutlined.tsx
30
+ var MigrateOutlined_exports = {};
31
+ __export(MigrateOutlined_exports, {
32
+ default: () => MigrateOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(MigrateOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_MigrateOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/MigrateOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var MigrateOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_MigrateOutlined.default });
39
+ var RefIcon = React.forwardRef(MigrateOutlined);
40
+ RefIcon.displayName = "MigrateOutlined";
41
+ var MigrateOutlined_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/UserPenOutlined.tsx
30
+ var UserPenOutlined_exports = {};
31
+ __export(UserPenOutlined_exports, {
32
+ default: () => UserPenOutlined_default
33
+ });
34
+ module.exports = __toCommonJS(UserPenOutlined_exports);
35
+ var React = __toESM(require("react"));
36
+ var import_UserPenOutlined = __toESM(require("@sensoro-design/icons-svg/es/asn/UserPenOutlined"));
37
+ var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
38
+ var UserPenOutlined = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_UserPenOutlined.default });
39
+ var RefIcon = React.forwardRef(UserPenOutlined);
40
+ RefIcon.displayName = "UserPenOutlined";
41
+ var UserPenOutlined_default = RefIcon;
@@ -1,6 +1,7 @@
1
1
  export { default as AcademicCapFilled } from './AcademicCapFilled';
2
2
  export { default as AcademicCapOutlined } from './AcademicCapOutlined';
3
3
  export { default as AccessControlPurely } from './AccessControlPurely';
4
+ export { default as AccompanyOutlined } from './AccompanyOutlined';
4
5
  export { default as AccountBookFilled } from './AccountBookFilled';
5
6
  export { default as AccountBookOutlined } from './AccountBookOutlined';
6
7
  export { default as AccountBookTwoTone } from './AccountBookTwoTone';
@@ -118,6 +119,7 @@ export { default as CarOutlined } from './CarOutlined';
118
119
  export { default as CarParkFilled } from './CarParkFilled';
119
120
  export { default as CarParkOutlined } from './CarParkOutlined';
120
121
  export { default as CarPenFilled } from './CarPenFilled';
122
+ export { default as CarPenOutlined } from './CarPenOutlined';
121
123
  export { default as CarSpecialFilled } from './CarSpecialFilled';
122
124
  export { default as CarStopFilled } from './CarStopFilled';
123
125
  export { default as CardReaderOutlined } from './CardReaderOutlined';
@@ -287,6 +289,7 @@ export { default as FileProFilled } from './FileProFilled';
287
289
  export { default as FileProOutlined } from './FileProOutlined';
288
290
  export { default as FileProtectOutlined } from './FileProtectOutlined';
289
291
  export { default as FileReportFilled } from './FileReportFilled';
292
+ export { default as FileReportOutlined } from './FileReportOutlined';
290
293
  export { default as FileSealFilled } from './FileSealFilled';
291
294
  export { default as FileSealOutlined } from './FileSealOutlined';
292
295
  export { default as FileSearchFilled } from './FileSearchFilled';
@@ -537,6 +540,7 @@ export { default as MercuryThermometerOutlined } from './MercuryThermometerOutli
537
540
  export { default as MeshLayoutOutlined } from './MeshLayoutOutlined';
538
541
  export { default as MessageFilled } from './MessageFilled';
539
542
  export { default as MessageOutlined } from './MessageOutlined';
543
+ export { default as MigrateOutlined } from './MigrateOutlined';
540
544
  export { default as MiniatureFireStationAddOutlined } from './MiniatureFireStationAddOutlined';
541
545
  export { default as MiniatureFireStationFilled } from './MiniatureFireStationFilled';
542
546
  export { default as MiniatureFireStationOutlined } from './MiniatureFireStationOutlined';
@@ -886,6 +890,7 @@ export { default as UserMinusCircleFilled } from './UserMinusCircleFilled';
886
890
  export { default as UserMinusCircleOutlined } from './UserMinusCircleOutlined';
887
891
  export { default as UserOutlined } from './UserOutlined';
888
892
  export { default as UserPenFilled } from './UserPenFilled';
893
+ export { default as UserPenOutlined } from './UserPenOutlined';
889
894
  export { default as UserPlusCircleFilled } from './UserPlusCircleFilled';
890
895
  export { default as UserPlusCircleOutlined } from './UserPlusCircleOutlined';
891
896
  export { default as UserPurely } from './UserPurely';
@@ -32,6 +32,7 @@ __export(icons_exports, {
32
32
  AcademicCapFilled: () => import_AcademicCapFilled.default,
33
33
  AcademicCapOutlined: () => import_AcademicCapOutlined.default,
34
34
  AccessControlPurely: () => import_AccessControlPurely.default,
35
+ AccompanyOutlined: () => import_AccompanyOutlined.default,
35
36
  AccountBookFilled: () => import_AccountBookFilled.default,
36
37
  AccountBookOutlined: () => import_AccountBookOutlined.default,
37
38
  AccountBookTwoTone: () => import_AccountBookTwoTone.default,
@@ -149,6 +150,7 @@ __export(icons_exports, {
149
150
  CarParkFilled: () => import_CarParkFilled.default,
150
151
  CarParkOutlined: () => import_CarParkOutlined.default,
151
152
  CarPenFilled: () => import_CarPenFilled.default,
153
+ CarPenOutlined: () => import_CarPenOutlined.default,
152
154
  CarSpecialFilled: () => import_CarSpecialFilled.default,
153
155
  CarStopFilled: () => import_CarStopFilled.default,
154
156
  CardReaderOutlined: () => import_CardReaderOutlined.default,
@@ -318,6 +320,7 @@ __export(icons_exports, {
318
320
  FileProOutlined: () => import_FileProOutlined.default,
319
321
  FileProtectOutlined: () => import_FileProtectOutlined.default,
320
322
  FileReportFilled: () => import_FileReportFilled.default,
323
+ FileReportOutlined: () => import_FileReportOutlined.default,
321
324
  FileSealFilled: () => import_FileSealFilled.default,
322
325
  FileSealOutlined: () => import_FileSealOutlined.default,
323
326
  FileSearchFilled: () => import_FileSearchFilled.default,
@@ -568,6 +571,7 @@ __export(icons_exports, {
568
571
  MeshLayoutOutlined: () => import_MeshLayoutOutlined.default,
569
572
  MessageFilled: () => import_MessageFilled.default,
570
573
  MessageOutlined: () => import_MessageOutlined.default,
574
+ MigrateOutlined: () => import_MigrateOutlined.default,
571
575
  MiniatureFireStationAddOutlined: () => import_MiniatureFireStationAddOutlined.default,
572
576
  MiniatureFireStationFilled: () => import_MiniatureFireStationFilled.default,
573
577
  MiniatureFireStationOutlined: () => import_MiniatureFireStationOutlined.default,
@@ -917,6 +921,7 @@ __export(icons_exports, {
917
921
  UserMinusCircleOutlined: () => import_UserMinusCircleOutlined.default,
918
922
  UserOutlined: () => import_UserOutlined.default,
919
923
  UserPenFilled: () => import_UserPenFilled.default,
924
+ UserPenOutlined: () => import_UserPenOutlined.default,
920
925
  UserPlusCircleFilled: () => import_UserPlusCircleFilled.default,
921
926
  UserPlusCircleOutlined: () => import_UserPlusCircleOutlined.default,
922
927
  UserPurely: () => import_UserPurely.default,
@@ -986,6 +991,7 @@ module.exports = __toCommonJS(icons_exports);
986
991
  var import_AcademicCapFilled = __toESM(require("./AcademicCapFilled"));
987
992
  var import_AcademicCapOutlined = __toESM(require("./AcademicCapOutlined"));
988
993
  var import_AccessControlPurely = __toESM(require("./AccessControlPurely"));
994
+ var import_AccompanyOutlined = __toESM(require("./AccompanyOutlined"));
989
995
  var import_AccountBookFilled = __toESM(require("./AccountBookFilled"));
990
996
  var import_AccountBookOutlined = __toESM(require("./AccountBookOutlined"));
991
997
  var import_AccountBookTwoTone = __toESM(require("./AccountBookTwoTone"));
@@ -1103,6 +1109,7 @@ var import_CarOutlined = __toESM(require("./CarOutlined"));
1103
1109
  var import_CarParkFilled = __toESM(require("./CarParkFilled"));
1104
1110
  var import_CarParkOutlined = __toESM(require("./CarParkOutlined"));
1105
1111
  var import_CarPenFilled = __toESM(require("./CarPenFilled"));
1112
+ var import_CarPenOutlined = __toESM(require("./CarPenOutlined"));
1106
1113
  var import_CarSpecialFilled = __toESM(require("./CarSpecialFilled"));
1107
1114
  var import_CarStopFilled = __toESM(require("./CarStopFilled"));
1108
1115
  var import_CardReaderOutlined = __toESM(require("./CardReaderOutlined"));
@@ -1272,6 +1279,7 @@ var import_FileProFilled = __toESM(require("./FileProFilled"));
1272
1279
  var import_FileProOutlined = __toESM(require("./FileProOutlined"));
1273
1280
  var import_FileProtectOutlined = __toESM(require("./FileProtectOutlined"));
1274
1281
  var import_FileReportFilled = __toESM(require("./FileReportFilled"));
1282
+ var import_FileReportOutlined = __toESM(require("./FileReportOutlined"));
1275
1283
  var import_FileSealFilled = __toESM(require("./FileSealFilled"));
1276
1284
  var import_FileSealOutlined = __toESM(require("./FileSealOutlined"));
1277
1285
  var import_FileSearchFilled = __toESM(require("./FileSearchFilled"));
@@ -1522,6 +1530,7 @@ var import_MercuryThermometerOutlined = __toESM(require("./MercuryThermometerOut
1522
1530
  var import_MeshLayoutOutlined = __toESM(require("./MeshLayoutOutlined"));
1523
1531
  var import_MessageFilled = __toESM(require("./MessageFilled"));
1524
1532
  var import_MessageOutlined = __toESM(require("./MessageOutlined"));
1533
+ var import_MigrateOutlined = __toESM(require("./MigrateOutlined"));
1525
1534
  var import_MiniatureFireStationAddOutlined = __toESM(require("./MiniatureFireStationAddOutlined"));
1526
1535
  var import_MiniatureFireStationFilled = __toESM(require("./MiniatureFireStationFilled"));
1527
1536
  var import_MiniatureFireStationOutlined = __toESM(require("./MiniatureFireStationOutlined"));
@@ -1871,6 +1880,7 @@ var import_UserMinusCircleFilled = __toESM(require("./UserMinusCircleFilled"));
1871
1880
  var import_UserMinusCircleOutlined = __toESM(require("./UserMinusCircleOutlined"));
1872
1881
  var import_UserOutlined = __toESM(require("./UserOutlined"));
1873
1882
  var import_UserPenFilled = __toESM(require("./UserPenFilled"));
1883
+ var import_UserPenOutlined = __toESM(require("./UserPenOutlined"));
1874
1884
  var import_UserPlusCircleFilled = __toESM(require("./UserPlusCircleFilled"));
1875
1885
  var import_UserPlusCircleOutlined = __toESM(require("./UserPlusCircleOutlined"));
1876
1886
  var import_UserPurely = __toESM(require("./UserPurely"));
@@ -1940,6 +1950,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
1940
1950
  AcademicCapFilled,
1941
1951
  AcademicCapOutlined,
1942
1952
  AccessControlPurely,
1953
+ AccompanyOutlined,
1943
1954
  AccountBookFilled,
1944
1955
  AccountBookOutlined,
1945
1956
  AccountBookTwoTone,
@@ -2057,6 +2068,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2057
2068
  CarParkFilled,
2058
2069
  CarParkOutlined,
2059
2070
  CarPenFilled,
2071
+ CarPenOutlined,
2060
2072
  CarSpecialFilled,
2061
2073
  CarStopFilled,
2062
2074
  CardReaderOutlined,
@@ -2226,6 +2238,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2226
2238
  FileProOutlined,
2227
2239
  FileProtectOutlined,
2228
2240
  FileReportFilled,
2241
+ FileReportOutlined,
2229
2242
  FileSealFilled,
2230
2243
  FileSealOutlined,
2231
2244
  FileSearchFilled,
@@ -2476,6 +2489,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2476
2489
  MeshLayoutOutlined,
2477
2490
  MessageFilled,
2478
2491
  MessageOutlined,
2492
+ MigrateOutlined,
2479
2493
  MiniatureFireStationAddOutlined,
2480
2494
  MiniatureFireStationFilled,
2481
2495
  MiniatureFireStationOutlined,
@@ -2825,6 +2839,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2825
2839
  UserMinusCircleOutlined,
2826
2840
  UserOutlined,
2827
2841
  UserPenFilled,
2842
+ UserPenOutlined,
2828
2843
  UserPlusCircleFilled,
2829
2844
  UserPlusCircleOutlined,
2830
2845
  UserPurely,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons",
3
- "version": "2.45.0",
3
+ "version": "2.47.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.53.0",
34
+ "@sensoro-design/icons-svg": "2.55.0",
35
35
  "rc-util": "^5.19.3"
36
36
  },
37
37
  "publishConfig": {