@sensoro-design/icons 2.45.0 → 2.46.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,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.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)
7
+
8
+
9
+ ### Features
10
+
11
+ * add icons ([1104c30](https://github.com/sensoro-design/sensoro-design-icons/commit/1104c3055ef73c006b1e94da25759da1ce8e587d))
12
+
13
+
14
+
15
+
16
+
6
17
  # [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
18
 
8
19
 
@@ -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/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 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';
@@ -886,6 +889,7 @@ export { default as UserMinusCircleFilled } from './UserMinusCircleFilled';
886
889
  export { default as UserMinusCircleOutlined } from './UserMinusCircleOutlined';
887
890
  export { default as UserOutlined } from './UserOutlined';
888
891
  export { default as UserPenFilled } from './UserPenFilled';
892
+ export { default as UserPenOutlined } from './UserPenOutlined';
889
893
  export { default as UserPlusCircleFilled } from './UserPlusCircleFilled';
890
894
  export { default as UserPlusCircleOutlined } from './UserPlusCircleOutlined';
891
895
  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";
@@ -887,6 +890,7 @@ export { default as UserMinusCircleFilled } from "./UserMinusCircleFilled";
887
890
  export { default as UserMinusCircleOutlined } from "./UserMinusCircleOutlined";
888
891
  export { default as UserOutlined } from "./UserOutlined";
889
892
  export { default as UserPenFilled } from "./UserPenFilled";
893
+ export { default as UserPenOutlined } from "./UserPenOutlined";
890
894
  export { default as UserPlusCircleFilled } from "./UserPlusCircleFilled";
891
895
  export { default as UserPlusCircleOutlined } from "./UserPlusCircleOutlined";
892
896
  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/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';
@@ -886,6 +889,7 @@ export { default as UserMinusCircleFilled } from './UserMinusCircleFilled';
886
889
  export { default as UserMinusCircleOutlined } from './UserMinusCircleOutlined';
887
890
  export { default as UserOutlined } from './UserOutlined';
888
891
  export { default as UserPenFilled } from './UserPenFilled';
892
+ export { default as UserPenOutlined } from './UserPenOutlined';
889
893
  export { default as UserPlusCircleFilled } from './UserPlusCircleFilled';
890
894
  export { default as UserPlusCircleOutlined } from './UserPlusCircleOutlined';
891
895
  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,
@@ -917,6 +920,7 @@ __export(icons_exports, {
917
920
  UserMinusCircleOutlined: () => import_UserMinusCircleOutlined.default,
918
921
  UserOutlined: () => import_UserOutlined.default,
919
922
  UserPenFilled: () => import_UserPenFilled.default,
923
+ UserPenOutlined: () => import_UserPenOutlined.default,
920
924
  UserPlusCircleFilled: () => import_UserPlusCircleFilled.default,
921
925
  UserPlusCircleOutlined: () => import_UserPlusCircleOutlined.default,
922
926
  UserPurely: () => import_UserPurely.default,
@@ -986,6 +990,7 @@ module.exports = __toCommonJS(icons_exports);
986
990
  var import_AcademicCapFilled = __toESM(require("./AcademicCapFilled"));
987
991
  var import_AcademicCapOutlined = __toESM(require("./AcademicCapOutlined"));
988
992
  var import_AccessControlPurely = __toESM(require("./AccessControlPurely"));
993
+ var import_AccompanyOutlined = __toESM(require("./AccompanyOutlined"));
989
994
  var import_AccountBookFilled = __toESM(require("./AccountBookFilled"));
990
995
  var import_AccountBookOutlined = __toESM(require("./AccountBookOutlined"));
991
996
  var import_AccountBookTwoTone = __toESM(require("./AccountBookTwoTone"));
@@ -1103,6 +1108,7 @@ var import_CarOutlined = __toESM(require("./CarOutlined"));
1103
1108
  var import_CarParkFilled = __toESM(require("./CarParkFilled"));
1104
1109
  var import_CarParkOutlined = __toESM(require("./CarParkOutlined"));
1105
1110
  var import_CarPenFilled = __toESM(require("./CarPenFilled"));
1111
+ var import_CarPenOutlined = __toESM(require("./CarPenOutlined"));
1106
1112
  var import_CarSpecialFilled = __toESM(require("./CarSpecialFilled"));
1107
1113
  var import_CarStopFilled = __toESM(require("./CarStopFilled"));
1108
1114
  var import_CardReaderOutlined = __toESM(require("./CardReaderOutlined"));
@@ -1272,6 +1278,7 @@ var import_FileProFilled = __toESM(require("./FileProFilled"));
1272
1278
  var import_FileProOutlined = __toESM(require("./FileProOutlined"));
1273
1279
  var import_FileProtectOutlined = __toESM(require("./FileProtectOutlined"));
1274
1280
  var import_FileReportFilled = __toESM(require("./FileReportFilled"));
1281
+ var import_FileReportOutlined = __toESM(require("./FileReportOutlined"));
1275
1282
  var import_FileSealFilled = __toESM(require("./FileSealFilled"));
1276
1283
  var import_FileSealOutlined = __toESM(require("./FileSealOutlined"));
1277
1284
  var import_FileSearchFilled = __toESM(require("./FileSearchFilled"));
@@ -1871,6 +1878,7 @@ var import_UserMinusCircleFilled = __toESM(require("./UserMinusCircleFilled"));
1871
1878
  var import_UserMinusCircleOutlined = __toESM(require("./UserMinusCircleOutlined"));
1872
1879
  var import_UserOutlined = __toESM(require("./UserOutlined"));
1873
1880
  var import_UserPenFilled = __toESM(require("./UserPenFilled"));
1881
+ var import_UserPenOutlined = __toESM(require("./UserPenOutlined"));
1874
1882
  var import_UserPlusCircleFilled = __toESM(require("./UserPlusCircleFilled"));
1875
1883
  var import_UserPlusCircleOutlined = __toESM(require("./UserPlusCircleOutlined"));
1876
1884
  var import_UserPurely = __toESM(require("./UserPurely"));
@@ -1940,6 +1948,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
1940
1948
  AcademicCapFilled,
1941
1949
  AcademicCapOutlined,
1942
1950
  AccessControlPurely,
1951
+ AccompanyOutlined,
1943
1952
  AccountBookFilled,
1944
1953
  AccountBookOutlined,
1945
1954
  AccountBookTwoTone,
@@ -2057,6 +2066,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2057
2066
  CarParkFilled,
2058
2067
  CarParkOutlined,
2059
2068
  CarPenFilled,
2069
+ CarPenOutlined,
2060
2070
  CarSpecialFilled,
2061
2071
  CarStopFilled,
2062
2072
  CardReaderOutlined,
@@ -2226,6 +2236,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2226
2236
  FileProOutlined,
2227
2237
  FileProtectOutlined,
2228
2238
  FileReportFilled,
2239
+ FileReportOutlined,
2229
2240
  FileSealFilled,
2230
2241
  FileSealOutlined,
2231
2242
  FileSearchFilled,
@@ -2825,6 +2836,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
2825
2836
  UserMinusCircleOutlined,
2826
2837
  UserOutlined,
2827
2838
  UserPenFilled,
2839
+ UserPenOutlined,
2828
2840
  UserPlusCircleFilled,
2829
2841
  UserPlusCircleOutlined,
2830
2842
  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.46.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.54.0",
35
35
  "rc-util": "^5.19.3"
36
36
  },
37
37
  "publishConfig": {