@sensoro-design/icons 2.44.1 → 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.
- package/AccompanyOutlined.d.ts +2 -0
- package/AccompanyOutlined.js +15 -0
- package/CHANGELOG.md +22 -0
- package/CarPenOutlined.d.ts +2 -0
- package/CarPenOutlined.js +15 -0
- package/FileReportOutlined.d.ts +2 -0
- package/FileReportOutlined.js +15 -0
- package/LoadingProPurely.d.ts +2 -0
- package/LoadingProPurely.js +15 -0
- package/UserPenOutlined.d.ts +2 -0
- package/UserPenOutlined.js +15 -0
- package/es/icons/AccompanyOutlined.d.ts +4 -0
- package/es/icons/AccompanyOutlined.js +14 -0
- package/es/icons/CarPenOutlined.d.ts +4 -0
- package/es/icons/CarPenOutlined.js +14 -0
- package/es/icons/FileReportOutlined.d.ts +4 -0
- package/es/icons/FileReportOutlined.js +14 -0
- package/es/icons/LoadingProPurely.d.ts +4 -0
- package/es/icons/LoadingProPurely.js +14 -0
- package/es/icons/UserPenOutlined.d.ts +4 -0
- package/es/icons/UserPenOutlined.js +14 -0
- package/es/icons/index.d.ts +5 -0
- package/es/icons/index.js +5 -0
- package/lib/icons/AccompanyOutlined.d.ts +4 -0
- package/lib/icons/AccompanyOutlined.js +41 -0
- package/lib/icons/CarPenOutlined.d.ts +4 -0
- package/lib/icons/CarPenOutlined.js +41 -0
- package/lib/icons/FileReportOutlined.d.ts +4 -0
- package/lib/icons/FileReportOutlined.js +41 -0
- package/lib/icons/LoadingProPurely.d.ts +4 -0
- package/lib/icons/LoadingProPurely.js +41 -0
- package/lib/icons/UserPenOutlined.d.ts +4 -0
- package/lib/icons/UserPenOutlined.js +41 -0
- package/lib/icons/index.d.ts +5 -0
- package/lib/icons/index.js +15 -0
- package/package.json +2 -2
|
@@ -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.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
|
+
|
|
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)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* add LoadingProPurely ([bf7e871](https://github.com/sensoro-design/sensoro-design-icons/commit/bf7e8711aa6ca9262e232352873a48b864164a6b))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## [2.44.1](https://github.com/sensoro-design/sensoro-design-icons/compare/@sensoro-design/icons@2.44.0...@sensoro-design/icons@2.44.1) (2024-04-26)
|
|
7
29
|
|
|
8
30
|
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
|
|
9
|
+
var _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,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,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 _LoadingProPurely = _interopRequireDefault(require('./es/icons/LoadingProPurely'));
|
|
10
|
+
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
|
12
|
+
|
|
13
|
+
var _default = _LoadingProPurely;
|
|
14
|
+
exports.default = _default;
|
|
15
|
+
module.exports = _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// This index.ts file is generated automatically.
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = void 0;
|
|
8
|
+
|
|
9
|
+
var _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,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,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,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,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 LoadingProPurelySvg from '@sensoro-design/icons-svg/es/asn/LoadingProPurely';
|
|
5
|
+
import SensoroIcon from "../components/SensoroIcon";
|
|
6
|
+
var LoadingProPurely = function LoadingProPurely(props, ref) {
|
|
7
|
+
return /*#__PURE__*/React.createElement(SensoroIcon, _extends({}, props, {
|
|
8
|
+
ref: ref,
|
|
9
|
+
icon: LoadingProPurelySvg
|
|
10
|
+
}));
|
|
11
|
+
};
|
|
12
|
+
var RefIcon = /*#__PURE__*/React.forwardRef(LoadingProPurely);
|
|
13
|
+
RefIcon.displayName = 'LoadingProPurely';
|
|
14
|
+
export default RefIcon;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
// This icon file is generated automatically.
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import 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;
|
package/es/icons/index.d.ts
CHANGED
|
@@ -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';
|
|
@@ -500,6 +503,7 @@ export { default as LinsAccessOutlined } from './LinsAccessOutlined';
|
|
|
500
503
|
export { default as LinsOutlined } from './LinsOutlined';
|
|
501
504
|
export { default as ListFilled } from './ListFilled';
|
|
502
505
|
export { default as LoadingOutlined } from './LoadingOutlined';
|
|
506
|
+
export { default as LoadingProPurely } from './LoadingProPurely';
|
|
503
507
|
export { default as LoadingPurely } from './LoadingPurely';
|
|
504
508
|
export { default as LocationFilled } from './LocationFilled';
|
|
505
509
|
export { default as LocationOutlined } from './LocationOutlined';
|
|
@@ -885,6 +889,7 @@ export { default as UserMinusCircleFilled } from './UserMinusCircleFilled';
|
|
|
885
889
|
export { default as UserMinusCircleOutlined } from './UserMinusCircleOutlined';
|
|
886
890
|
export { default as UserOutlined } from './UserOutlined';
|
|
887
891
|
export { default as UserPenFilled } from './UserPenFilled';
|
|
892
|
+
export { default as UserPenOutlined } from './UserPenOutlined';
|
|
888
893
|
export { default as UserPlusCircleFilled } from './UserPlusCircleFilled';
|
|
889
894
|
export { default as UserPlusCircleOutlined } from './UserPlusCircleOutlined';
|
|
890
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";
|
|
@@ -501,6 +504,7 @@ export { default as LinsAccessOutlined } from "./LinsAccessOutlined";
|
|
|
501
504
|
export { default as LinsOutlined } from "./LinsOutlined";
|
|
502
505
|
export { default as ListFilled } from "./ListFilled";
|
|
503
506
|
export { default as LoadingOutlined } from "./LoadingOutlined";
|
|
507
|
+
export { default as LoadingProPurely } from "./LoadingProPurely";
|
|
504
508
|
export { default as LoadingPurely } from "./LoadingPurely";
|
|
505
509
|
export { default as LocationFilled } from "./LocationFilled";
|
|
506
510
|
export { default as LocationOutlined } from "./LocationOutlined";
|
|
@@ -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";
|
|
@@ -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,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,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,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/LoadingProPurely.tsx
|
|
30
|
+
var LoadingProPurely_exports = {};
|
|
31
|
+
__export(LoadingProPurely_exports, {
|
|
32
|
+
default: () => LoadingProPurely_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(LoadingProPurely_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_LoadingProPurely = __toESM(require("@sensoro-design/icons-svg/es/asn/LoadingProPurely"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var LoadingProPurely = (props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_LoadingProPurely.default });
|
|
39
|
+
var RefIcon = React.forwardRef(LoadingProPurely);
|
|
40
|
+
RefIcon.displayName = "LoadingProPurely";
|
|
41
|
+
var LoadingProPurely_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;
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -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';
|
|
@@ -500,6 +503,7 @@ export { default as LinsAccessOutlined } from './LinsAccessOutlined';
|
|
|
500
503
|
export { default as LinsOutlined } from './LinsOutlined';
|
|
501
504
|
export { default as ListFilled } from './ListFilled';
|
|
502
505
|
export { default as LoadingOutlined } from './LoadingOutlined';
|
|
506
|
+
export { default as LoadingProPurely } from './LoadingProPurely';
|
|
503
507
|
export { default as LoadingPurely } from './LoadingPurely';
|
|
504
508
|
export { default as LocationFilled } from './LocationFilled';
|
|
505
509
|
export { default as LocationOutlined } from './LocationOutlined';
|
|
@@ -885,6 +889,7 @@ export { default as UserMinusCircleFilled } from './UserMinusCircleFilled';
|
|
|
885
889
|
export { default as UserMinusCircleOutlined } from './UserMinusCircleOutlined';
|
|
886
890
|
export { default as UserOutlined } from './UserOutlined';
|
|
887
891
|
export { default as UserPenFilled } from './UserPenFilled';
|
|
892
|
+
export { default as UserPenOutlined } from './UserPenOutlined';
|
|
888
893
|
export { default as UserPlusCircleFilled } from './UserPlusCircleFilled';
|
|
889
894
|
export { default as UserPlusCircleOutlined } from './UserPlusCircleOutlined';
|
|
890
895
|
export { default as UserPurely } from './UserPurely';
|
package/lib/icons/index.js
CHANGED
|
@@ -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,
|
|
@@ -531,6 +534,7 @@ __export(icons_exports, {
|
|
|
531
534
|
LinsOutlined: () => import_LinsOutlined.default,
|
|
532
535
|
ListFilled: () => import_ListFilled.default,
|
|
533
536
|
LoadingOutlined: () => import_LoadingOutlined.default,
|
|
537
|
+
LoadingProPurely: () => import_LoadingProPurely.default,
|
|
534
538
|
LoadingPurely: () => import_LoadingPurely.default,
|
|
535
539
|
LocationFilled: () => import_LocationFilled.default,
|
|
536
540
|
LocationOutlined: () => import_LocationOutlined.default,
|
|
@@ -916,6 +920,7 @@ __export(icons_exports, {
|
|
|
916
920
|
UserMinusCircleOutlined: () => import_UserMinusCircleOutlined.default,
|
|
917
921
|
UserOutlined: () => import_UserOutlined.default,
|
|
918
922
|
UserPenFilled: () => import_UserPenFilled.default,
|
|
923
|
+
UserPenOutlined: () => import_UserPenOutlined.default,
|
|
919
924
|
UserPlusCircleFilled: () => import_UserPlusCircleFilled.default,
|
|
920
925
|
UserPlusCircleOutlined: () => import_UserPlusCircleOutlined.default,
|
|
921
926
|
UserPurely: () => import_UserPurely.default,
|
|
@@ -985,6 +990,7 @@ module.exports = __toCommonJS(icons_exports);
|
|
|
985
990
|
var import_AcademicCapFilled = __toESM(require("./AcademicCapFilled"));
|
|
986
991
|
var import_AcademicCapOutlined = __toESM(require("./AcademicCapOutlined"));
|
|
987
992
|
var import_AccessControlPurely = __toESM(require("./AccessControlPurely"));
|
|
993
|
+
var import_AccompanyOutlined = __toESM(require("./AccompanyOutlined"));
|
|
988
994
|
var import_AccountBookFilled = __toESM(require("./AccountBookFilled"));
|
|
989
995
|
var import_AccountBookOutlined = __toESM(require("./AccountBookOutlined"));
|
|
990
996
|
var import_AccountBookTwoTone = __toESM(require("./AccountBookTwoTone"));
|
|
@@ -1102,6 +1108,7 @@ var import_CarOutlined = __toESM(require("./CarOutlined"));
|
|
|
1102
1108
|
var import_CarParkFilled = __toESM(require("./CarParkFilled"));
|
|
1103
1109
|
var import_CarParkOutlined = __toESM(require("./CarParkOutlined"));
|
|
1104
1110
|
var import_CarPenFilled = __toESM(require("./CarPenFilled"));
|
|
1111
|
+
var import_CarPenOutlined = __toESM(require("./CarPenOutlined"));
|
|
1105
1112
|
var import_CarSpecialFilled = __toESM(require("./CarSpecialFilled"));
|
|
1106
1113
|
var import_CarStopFilled = __toESM(require("./CarStopFilled"));
|
|
1107
1114
|
var import_CardReaderOutlined = __toESM(require("./CardReaderOutlined"));
|
|
@@ -1271,6 +1278,7 @@ var import_FileProFilled = __toESM(require("./FileProFilled"));
|
|
|
1271
1278
|
var import_FileProOutlined = __toESM(require("./FileProOutlined"));
|
|
1272
1279
|
var import_FileProtectOutlined = __toESM(require("./FileProtectOutlined"));
|
|
1273
1280
|
var import_FileReportFilled = __toESM(require("./FileReportFilled"));
|
|
1281
|
+
var import_FileReportOutlined = __toESM(require("./FileReportOutlined"));
|
|
1274
1282
|
var import_FileSealFilled = __toESM(require("./FileSealFilled"));
|
|
1275
1283
|
var import_FileSealOutlined = __toESM(require("./FileSealOutlined"));
|
|
1276
1284
|
var import_FileSearchFilled = __toESM(require("./FileSearchFilled"));
|
|
@@ -1484,6 +1492,7 @@ var import_LinsAccessOutlined = __toESM(require("./LinsAccessOutlined"));
|
|
|
1484
1492
|
var import_LinsOutlined = __toESM(require("./LinsOutlined"));
|
|
1485
1493
|
var import_ListFilled = __toESM(require("./ListFilled"));
|
|
1486
1494
|
var import_LoadingOutlined = __toESM(require("./LoadingOutlined"));
|
|
1495
|
+
var import_LoadingProPurely = __toESM(require("./LoadingProPurely"));
|
|
1487
1496
|
var import_LoadingPurely = __toESM(require("./LoadingPurely"));
|
|
1488
1497
|
var import_LocationFilled = __toESM(require("./LocationFilled"));
|
|
1489
1498
|
var import_LocationOutlined = __toESM(require("./LocationOutlined"));
|
|
@@ -1869,6 +1878,7 @@ var import_UserMinusCircleFilled = __toESM(require("./UserMinusCircleFilled"));
|
|
|
1869
1878
|
var import_UserMinusCircleOutlined = __toESM(require("./UserMinusCircleOutlined"));
|
|
1870
1879
|
var import_UserOutlined = __toESM(require("./UserOutlined"));
|
|
1871
1880
|
var import_UserPenFilled = __toESM(require("./UserPenFilled"));
|
|
1881
|
+
var import_UserPenOutlined = __toESM(require("./UserPenOutlined"));
|
|
1872
1882
|
var import_UserPlusCircleFilled = __toESM(require("./UserPlusCircleFilled"));
|
|
1873
1883
|
var import_UserPlusCircleOutlined = __toESM(require("./UserPlusCircleOutlined"));
|
|
1874
1884
|
var import_UserPurely = __toESM(require("./UserPurely"));
|
|
@@ -1938,6 +1948,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
1938
1948
|
AcademicCapFilled,
|
|
1939
1949
|
AcademicCapOutlined,
|
|
1940
1950
|
AccessControlPurely,
|
|
1951
|
+
AccompanyOutlined,
|
|
1941
1952
|
AccountBookFilled,
|
|
1942
1953
|
AccountBookOutlined,
|
|
1943
1954
|
AccountBookTwoTone,
|
|
@@ -2055,6 +2066,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2055
2066
|
CarParkFilled,
|
|
2056
2067
|
CarParkOutlined,
|
|
2057
2068
|
CarPenFilled,
|
|
2069
|
+
CarPenOutlined,
|
|
2058
2070
|
CarSpecialFilled,
|
|
2059
2071
|
CarStopFilled,
|
|
2060
2072
|
CardReaderOutlined,
|
|
@@ -2224,6 +2236,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2224
2236
|
FileProOutlined,
|
|
2225
2237
|
FileProtectOutlined,
|
|
2226
2238
|
FileReportFilled,
|
|
2239
|
+
FileReportOutlined,
|
|
2227
2240
|
FileSealFilled,
|
|
2228
2241
|
FileSealOutlined,
|
|
2229
2242
|
FileSearchFilled,
|
|
@@ -2437,6 +2450,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2437
2450
|
LinsOutlined,
|
|
2438
2451
|
ListFilled,
|
|
2439
2452
|
LoadingOutlined,
|
|
2453
|
+
LoadingProPurely,
|
|
2440
2454
|
LoadingPurely,
|
|
2441
2455
|
LocationFilled,
|
|
2442
2456
|
LocationOutlined,
|
|
@@ -2822,6 +2836,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2822
2836
|
UserMinusCircleOutlined,
|
|
2823
2837
|
UserOutlined,
|
|
2824
2838
|
UserPenFilled,
|
|
2839
|
+
UserPenOutlined,
|
|
2825
2840
|
UserPlusCircleFilled,
|
|
2826
2841
|
UserPlusCircleOutlined,
|
|
2827
2842
|
UserPurely,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "2.
|
|
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.
|
|
34
|
+
"@sensoro-design/icons-svg": "2.54.0",
|
|
35
35
|
"rc-util": "^5.19.3"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|