@sensoro-design/icons 2.14.0 → 2.16.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/AttendanceRateFilled.d.ts +2 -0
- package/AttendanceRateFilled.js +15 -0
- package/CHANGELOG.md +22 -0
- package/DetectionDeviceOutlined.d.ts +2 -0
- package/DetectionDeviceOutlined.js +15 -0
- package/MachineOutlined.d.ts +2 -0
- package/MachineOutlined.js +15 -0
- package/NoodlesOutlined.d.ts +2 -0
- package/NoodlesOutlined.js +15 -0
- package/PowerDeviceOutlined.d.ts +2 -0
- package/PowerDeviceOutlined.js +15 -0
- package/RadioReceiverOutlined.d.ts +2 -0
- package/RadioReceiverOutlined.js +15 -0
- package/ToiletPaperOutlined.d.ts +2 -0
- package/ToiletPaperOutlined.js +15 -0
- package/UserCloseCircleFilled.d.ts +2 -0
- package/UserCloseCircleFilled.js +15 -0
- package/es/icons/AttendanceRateFilled.d.ts +4 -0
- package/es/icons/AttendanceRateFilled.js +13 -0
- package/es/icons/DetectionDeviceOutlined.d.ts +4 -0
- package/es/icons/DetectionDeviceOutlined.js +13 -0
- package/es/icons/MachineOutlined.d.ts +4 -0
- package/es/icons/MachineOutlined.js +13 -0
- package/es/icons/NoodlesOutlined.d.ts +4 -0
- package/es/icons/NoodlesOutlined.js +13 -0
- package/es/icons/PowerDeviceOutlined.d.ts +4 -0
- package/es/icons/PowerDeviceOutlined.js +13 -0
- package/es/icons/RadioReceiverOutlined.d.ts +4 -0
- package/es/icons/RadioReceiverOutlined.js +13 -0
- package/es/icons/ToiletPaperOutlined.d.ts +4 -0
- package/es/icons/ToiletPaperOutlined.js +13 -0
- package/es/icons/UserCloseCircleFilled.d.ts +4 -0
- package/es/icons/UserCloseCircleFilled.js +13 -0
- package/es/icons/index.d.ts +8 -0
- package/es/icons/index.js +8 -0
- package/lib/icons/AttendanceRateFilled.d.ts +4 -0
- package/lib/icons/AttendanceRateFilled.js +42 -0
- package/lib/icons/DetectionDeviceOutlined.d.ts +4 -0
- package/lib/icons/DetectionDeviceOutlined.js +42 -0
- package/lib/icons/MachineOutlined.d.ts +4 -0
- package/lib/icons/MachineOutlined.js +42 -0
- package/lib/icons/NoodlesOutlined.d.ts +4 -0
- package/lib/icons/NoodlesOutlined.js +42 -0
- package/lib/icons/PowerDeviceOutlined.d.ts +4 -0
- package/lib/icons/PowerDeviceOutlined.js +42 -0
- package/lib/icons/RadioReceiverOutlined.d.ts +4 -0
- package/lib/icons/RadioReceiverOutlined.js +42 -0
- package/lib/icons/ToiletPaperOutlined.d.ts +4 -0
- package/lib/icons/ToiletPaperOutlined.js +42 -0
- package/lib/icons/UserCloseCircleFilled.d.ts +4 -0
- package/lib/icons/UserCloseCircleFilled.js +42 -0
- package/lib/icons/index.d.ts +8 -0
- package/lib/icons/index.js +24 -0
- package/package.json +2 -2
|
@@ -0,0 +1,42 @@
|
|
|
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/UserCloseCircleFilled.tsx
|
|
30
|
+
var UserCloseCircleFilled_exports = {};
|
|
31
|
+
__export(UserCloseCircleFilled_exports, {
|
|
32
|
+
default: () => UserCloseCircleFilled_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(UserCloseCircleFilled_exports);
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
var import_UserCloseCircleFilled = __toESM(require("@sensoro-design/icons-svg/es/asn/UserCloseCircleFilled"));
|
|
37
|
+
var import_SensoroIcon = __toESM(require("../components/SensoroIcon"));
|
|
38
|
+
var UserCloseCircleFilled = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(import_SensoroIcon.default, { ...props, ref, icon: import_UserCloseCircleFilled.default }));
|
|
39
|
+
UserCloseCircleFilled.displayName = "UserCloseCircleFilled";
|
|
40
|
+
var UserCloseCircleFilled_default = UserCloseCircleFilled;
|
|
41
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
42
|
+
0 && (module.exports = {});
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -39,6 +39,7 @@ export { default as ArrowUpOutlined } from './ArrowUpOutlined';
|
|
|
39
39
|
export { default as AskLeavePurely } from './AskLeavePurely';
|
|
40
40
|
export { default as AtlasFilled } from './AtlasFilled';
|
|
41
41
|
export { default as AtlasOutlined } from './AtlasOutlined';
|
|
42
|
+
export { default as AttendanceRateFilled } from './AttendanceRateFilled';
|
|
42
43
|
export { default as AudibleAlarmCloseOutlined } from './AudibleAlarmCloseOutlined';
|
|
43
44
|
export { default as AudibleAlarmHostOutlined } from './AudibleAlarmHostOutlined';
|
|
44
45
|
export { default as AudibleAlarmOpenOutlined } from './AudibleAlarmOpenOutlined';
|
|
@@ -137,6 +138,7 @@ export { default as DatabaseOutlined } from './DatabaseOutlined';
|
|
|
137
138
|
export { default as DelayWarningOutlined } from './DelayWarningOutlined';
|
|
138
139
|
export { default as DeleteOutlined } from './DeleteOutlined';
|
|
139
140
|
export { default as DeploymentUnitOutlined } from './DeploymentUnitOutlined';
|
|
141
|
+
export { default as DetectionDeviceOutlined } from './DetectionDeviceOutlined';
|
|
140
142
|
export { default as DeviceFilled } from './DeviceFilled';
|
|
141
143
|
export { default as DeviceOfflineFilled } from './DeviceOfflineFilled';
|
|
142
144
|
export { default as DeviceOfflinePurely } from './DeviceOfflinePurely';
|
|
@@ -427,6 +429,7 @@ export { default as LogoutOutlined } from './LogoutOutlined';
|
|
|
427
429
|
export { default as LowBatteryMutedFilled } from './LowBatteryMutedFilled';
|
|
428
430
|
export { default as LowBatteryMutedOutlined } from './LowBatteryMutedOutlined';
|
|
429
431
|
export { default as LpgOutlined } from './LpgOutlined';
|
|
432
|
+
export { default as MachineOutlined } from './MachineOutlined';
|
|
430
433
|
export { default as MailOutlined } from './MailOutlined';
|
|
431
434
|
export { default as MaintenanceFilled } from './MaintenanceFilled';
|
|
432
435
|
export { default as MaleOutlined } from './MaleOutlined';
|
|
@@ -490,6 +493,7 @@ export { default as NoVideoPurely } from './NoVideoPurely';
|
|
|
490
493
|
export { default as NoiseOutlined } from './NoiseOutlined';
|
|
491
494
|
export { default as NonMotorVehicleFilled } from './NonMotorVehicleFilled';
|
|
492
495
|
export { default as NonMotorVehicleOutlined } from './NonMotorVehicleOutlined';
|
|
496
|
+
export { default as NoodlesOutlined } from './NoodlesOutlined';
|
|
493
497
|
export { default as NormallyOpenCancelOutlined } from './NormallyOpenCancelOutlined';
|
|
494
498
|
export { default as NotSleepFilled } from './NotSleepFilled';
|
|
495
499
|
export { default as NotificationTemplateOutlined } from './NotificationTemplateOutlined';
|
|
@@ -549,6 +553,7 @@ export { default as Pm25Outlined } from './Pm25Outlined';
|
|
|
549
553
|
export { default as PmOutlined } from './PmOutlined';
|
|
550
554
|
export { default as PoliceBeltOutlined } from './PoliceBeltOutlined';
|
|
551
555
|
export { default as PolymerizationOutlined } from './PolymerizationOutlined';
|
|
556
|
+
export { default as PowerDeviceOutlined } from './PowerDeviceOutlined';
|
|
552
557
|
export { default as PowerOutageFilled } from './PowerOutageFilled';
|
|
553
558
|
export { default as PowerOutageOutlined } from './PowerOutageOutlined';
|
|
554
559
|
export { default as PowerPerceptionFilled } from './PowerPerceptionFilled';
|
|
@@ -565,6 +570,7 @@ export { default as QrcodeOutlined } from './QrcodeOutlined';
|
|
|
565
570
|
export { default as QuestionCircleOutlined } from './QuestionCircleOutlined';
|
|
566
571
|
export { default as QuestionOutlined } from './QuestionOutlined';
|
|
567
572
|
export { default as RadiationLayoutOutlined } from './RadiationLayoutOutlined';
|
|
573
|
+
export { default as RadioReceiverOutlined } from './RadioReceiverOutlined';
|
|
568
574
|
export { default as RainfallOutlined } from './RainfallOutlined';
|
|
569
575
|
export { default as RainstormOutlined } from './RainstormOutlined';
|
|
570
576
|
export { default as RedoOutlined } from './RedoOutlined';
|
|
@@ -707,6 +713,7 @@ export { default as TimeCircleOutlined } from './TimeCircleOutlined';
|
|
|
707
713
|
export { default as TimeMachineOutlined } from './TimeMachineOutlined';
|
|
708
714
|
export { default as ToTopFilled } from './ToTopFilled';
|
|
709
715
|
export { default as ToTopOutlined } from './ToTopOutlined';
|
|
716
|
+
export { default as ToiletPaperOutlined } from './ToiletPaperOutlined';
|
|
710
717
|
export { default as ToolFilled } from './ToolFilled';
|
|
711
718
|
export { default as ToolOutlined } from './ToolOutlined';
|
|
712
719
|
export { default as ToolPurely } from './ToolPurely';
|
|
@@ -728,6 +735,7 @@ export { default as UploadOutlined } from './UploadOutlined';
|
|
|
728
735
|
export { default as UsbOutlined } from './UsbOutlined';
|
|
729
736
|
export { default as UseMolecularChainFilled } from './UseMolecularChainFilled';
|
|
730
737
|
export { default as UseMolecularChainPurely } from './UseMolecularChainPurely';
|
|
738
|
+
export { default as UserCloseCircleFilled } from './UserCloseCircleFilled';
|
|
731
739
|
export { default as UserExclamationCircleFilled } from './UserExclamationCircleFilled';
|
|
732
740
|
export { default as UserFilled } from './UserFilled';
|
|
733
741
|
export { default as UserForeignFilled } from './UserForeignFilled';
|
package/lib/icons/index.js
CHANGED
|
@@ -70,6 +70,7 @@ __export(icons_exports, {
|
|
|
70
70
|
AskLeavePurely: () => import_AskLeavePurely.default,
|
|
71
71
|
AtlasFilled: () => import_AtlasFilled.default,
|
|
72
72
|
AtlasOutlined: () => import_AtlasOutlined.default,
|
|
73
|
+
AttendanceRateFilled: () => import_AttendanceRateFilled.default,
|
|
73
74
|
AudibleAlarmCloseOutlined: () => import_AudibleAlarmCloseOutlined.default,
|
|
74
75
|
AudibleAlarmHostOutlined: () => import_AudibleAlarmHostOutlined.default,
|
|
75
76
|
AudibleAlarmOpenOutlined: () => import_AudibleAlarmOpenOutlined.default,
|
|
@@ -168,6 +169,7 @@ __export(icons_exports, {
|
|
|
168
169
|
DelayWarningOutlined: () => import_DelayWarningOutlined.default,
|
|
169
170
|
DeleteOutlined: () => import_DeleteOutlined.default,
|
|
170
171
|
DeploymentUnitOutlined: () => import_DeploymentUnitOutlined.default,
|
|
172
|
+
DetectionDeviceOutlined: () => import_DetectionDeviceOutlined.default,
|
|
171
173
|
DeviceFilled: () => import_DeviceFilled.default,
|
|
172
174
|
DeviceOfflineFilled: () => import_DeviceOfflineFilled.default,
|
|
173
175
|
DeviceOfflinePurely: () => import_DeviceOfflinePurely.default,
|
|
@@ -458,6 +460,7 @@ __export(icons_exports, {
|
|
|
458
460
|
LowBatteryMutedFilled: () => import_LowBatteryMutedFilled.default,
|
|
459
461
|
LowBatteryMutedOutlined: () => import_LowBatteryMutedOutlined.default,
|
|
460
462
|
LpgOutlined: () => import_LpgOutlined.default,
|
|
463
|
+
MachineOutlined: () => import_MachineOutlined.default,
|
|
461
464
|
MailOutlined: () => import_MailOutlined.default,
|
|
462
465
|
MaintenanceFilled: () => import_MaintenanceFilled.default,
|
|
463
466
|
MaleOutlined: () => import_MaleOutlined.default,
|
|
@@ -521,6 +524,7 @@ __export(icons_exports, {
|
|
|
521
524
|
NoiseOutlined: () => import_NoiseOutlined.default,
|
|
522
525
|
NonMotorVehicleFilled: () => import_NonMotorVehicleFilled.default,
|
|
523
526
|
NonMotorVehicleOutlined: () => import_NonMotorVehicleOutlined.default,
|
|
527
|
+
NoodlesOutlined: () => import_NoodlesOutlined.default,
|
|
524
528
|
NormallyOpenCancelOutlined: () => import_NormallyOpenCancelOutlined.default,
|
|
525
529
|
NotSleepFilled: () => import_NotSleepFilled.default,
|
|
526
530
|
NotificationTemplateOutlined: () => import_NotificationTemplateOutlined.default,
|
|
@@ -580,6 +584,7 @@ __export(icons_exports, {
|
|
|
580
584
|
PmOutlined: () => import_PmOutlined.default,
|
|
581
585
|
PoliceBeltOutlined: () => import_PoliceBeltOutlined.default,
|
|
582
586
|
PolymerizationOutlined: () => import_PolymerizationOutlined.default,
|
|
587
|
+
PowerDeviceOutlined: () => import_PowerDeviceOutlined.default,
|
|
583
588
|
PowerOutageFilled: () => import_PowerOutageFilled.default,
|
|
584
589
|
PowerOutageOutlined: () => import_PowerOutageOutlined.default,
|
|
585
590
|
PowerPerceptionFilled: () => import_PowerPerceptionFilled.default,
|
|
@@ -596,6 +601,7 @@ __export(icons_exports, {
|
|
|
596
601
|
QuestionCircleOutlined: () => import_QuestionCircleOutlined.default,
|
|
597
602
|
QuestionOutlined: () => import_QuestionOutlined.default,
|
|
598
603
|
RadiationLayoutOutlined: () => import_RadiationLayoutOutlined.default,
|
|
604
|
+
RadioReceiverOutlined: () => import_RadioReceiverOutlined.default,
|
|
599
605
|
RainfallOutlined: () => import_RainfallOutlined.default,
|
|
600
606
|
RainstormOutlined: () => import_RainstormOutlined.default,
|
|
601
607
|
RedoOutlined: () => import_RedoOutlined.default,
|
|
@@ -738,6 +744,7 @@ __export(icons_exports, {
|
|
|
738
744
|
TimeMachineOutlined: () => import_TimeMachineOutlined.default,
|
|
739
745
|
ToTopFilled: () => import_ToTopFilled.default,
|
|
740
746
|
ToTopOutlined: () => import_ToTopOutlined.default,
|
|
747
|
+
ToiletPaperOutlined: () => import_ToiletPaperOutlined.default,
|
|
741
748
|
ToolFilled: () => import_ToolFilled.default,
|
|
742
749
|
ToolOutlined: () => import_ToolOutlined.default,
|
|
743
750
|
ToolPurely: () => import_ToolPurely.default,
|
|
@@ -759,6 +766,7 @@ __export(icons_exports, {
|
|
|
759
766
|
UsbOutlined: () => import_UsbOutlined.default,
|
|
760
767
|
UseMolecularChainFilled: () => import_UseMolecularChainFilled.default,
|
|
761
768
|
UseMolecularChainPurely: () => import_UseMolecularChainPurely.default,
|
|
769
|
+
UserCloseCircleFilled: () => import_UserCloseCircleFilled.default,
|
|
762
770
|
UserExclamationCircleFilled: () => import_UserExclamationCircleFilled.default,
|
|
763
771
|
UserFilled: () => import_UserFilled.default,
|
|
764
772
|
UserForeignFilled: () => import_UserForeignFilled.default,
|
|
@@ -867,6 +875,7 @@ var import_ArrowUpOutlined = __toESM(require("./ArrowUpOutlined"));
|
|
|
867
875
|
var import_AskLeavePurely = __toESM(require("./AskLeavePurely"));
|
|
868
876
|
var import_AtlasFilled = __toESM(require("./AtlasFilled"));
|
|
869
877
|
var import_AtlasOutlined = __toESM(require("./AtlasOutlined"));
|
|
878
|
+
var import_AttendanceRateFilled = __toESM(require("./AttendanceRateFilled"));
|
|
870
879
|
var import_AudibleAlarmCloseOutlined = __toESM(require("./AudibleAlarmCloseOutlined"));
|
|
871
880
|
var import_AudibleAlarmHostOutlined = __toESM(require("./AudibleAlarmHostOutlined"));
|
|
872
881
|
var import_AudibleAlarmOpenOutlined = __toESM(require("./AudibleAlarmOpenOutlined"));
|
|
@@ -965,6 +974,7 @@ var import_DatabaseOutlined = __toESM(require("./DatabaseOutlined"));
|
|
|
965
974
|
var import_DelayWarningOutlined = __toESM(require("./DelayWarningOutlined"));
|
|
966
975
|
var import_DeleteOutlined = __toESM(require("./DeleteOutlined"));
|
|
967
976
|
var import_DeploymentUnitOutlined = __toESM(require("./DeploymentUnitOutlined"));
|
|
977
|
+
var import_DetectionDeviceOutlined = __toESM(require("./DetectionDeviceOutlined"));
|
|
968
978
|
var import_DeviceFilled = __toESM(require("./DeviceFilled"));
|
|
969
979
|
var import_DeviceOfflineFilled = __toESM(require("./DeviceOfflineFilled"));
|
|
970
980
|
var import_DeviceOfflinePurely = __toESM(require("./DeviceOfflinePurely"));
|
|
@@ -1255,6 +1265,7 @@ var import_LogoutOutlined = __toESM(require("./LogoutOutlined"));
|
|
|
1255
1265
|
var import_LowBatteryMutedFilled = __toESM(require("./LowBatteryMutedFilled"));
|
|
1256
1266
|
var import_LowBatteryMutedOutlined = __toESM(require("./LowBatteryMutedOutlined"));
|
|
1257
1267
|
var import_LpgOutlined = __toESM(require("./LpgOutlined"));
|
|
1268
|
+
var import_MachineOutlined = __toESM(require("./MachineOutlined"));
|
|
1258
1269
|
var import_MailOutlined = __toESM(require("./MailOutlined"));
|
|
1259
1270
|
var import_MaintenanceFilled = __toESM(require("./MaintenanceFilled"));
|
|
1260
1271
|
var import_MaleOutlined = __toESM(require("./MaleOutlined"));
|
|
@@ -1318,6 +1329,7 @@ var import_NoVideoPurely = __toESM(require("./NoVideoPurely"));
|
|
|
1318
1329
|
var import_NoiseOutlined = __toESM(require("./NoiseOutlined"));
|
|
1319
1330
|
var import_NonMotorVehicleFilled = __toESM(require("./NonMotorVehicleFilled"));
|
|
1320
1331
|
var import_NonMotorVehicleOutlined = __toESM(require("./NonMotorVehicleOutlined"));
|
|
1332
|
+
var import_NoodlesOutlined = __toESM(require("./NoodlesOutlined"));
|
|
1321
1333
|
var import_NormallyOpenCancelOutlined = __toESM(require("./NormallyOpenCancelOutlined"));
|
|
1322
1334
|
var import_NotSleepFilled = __toESM(require("./NotSleepFilled"));
|
|
1323
1335
|
var import_NotificationTemplateOutlined = __toESM(require("./NotificationTemplateOutlined"));
|
|
@@ -1377,6 +1389,7 @@ var import_Pm25Outlined = __toESM(require("./Pm25Outlined"));
|
|
|
1377
1389
|
var import_PmOutlined = __toESM(require("./PmOutlined"));
|
|
1378
1390
|
var import_PoliceBeltOutlined = __toESM(require("./PoliceBeltOutlined"));
|
|
1379
1391
|
var import_PolymerizationOutlined = __toESM(require("./PolymerizationOutlined"));
|
|
1392
|
+
var import_PowerDeviceOutlined = __toESM(require("./PowerDeviceOutlined"));
|
|
1380
1393
|
var import_PowerOutageFilled = __toESM(require("./PowerOutageFilled"));
|
|
1381
1394
|
var import_PowerOutageOutlined = __toESM(require("./PowerOutageOutlined"));
|
|
1382
1395
|
var import_PowerPerceptionFilled = __toESM(require("./PowerPerceptionFilled"));
|
|
@@ -1393,6 +1406,7 @@ var import_QrcodeOutlined = __toESM(require("./QrcodeOutlined"));
|
|
|
1393
1406
|
var import_QuestionCircleOutlined = __toESM(require("./QuestionCircleOutlined"));
|
|
1394
1407
|
var import_QuestionOutlined = __toESM(require("./QuestionOutlined"));
|
|
1395
1408
|
var import_RadiationLayoutOutlined = __toESM(require("./RadiationLayoutOutlined"));
|
|
1409
|
+
var import_RadioReceiverOutlined = __toESM(require("./RadioReceiverOutlined"));
|
|
1396
1410
|
var import_RainfallOutlined = __toESM(require("./RainfallOutlined"));
|
|
1397
1411
|
var import_RainstormOutlined = __toESM(require("./RainstormOutlined"));
|
|
1398
1412
|
var import_RedoOutlined = __toESM(require("./RedoOutlined"));
|
|
@@ -1535,6 +1549,7 @@ var import_TimeCircleOutlined = __toESM(require("./TimeCircleOutlined"));
|
|
|
1535
1549
|
var import_TimeMachineOutlined = __toESM(require("./TimeMachineOutlined"));
|
|
1536
1550
|
var import_ToTopFilled = __toESM(require("./ToTopFilled"));
|
|
1537
1551
|
var import_ToTopOutlined = __toESM(require("./ToTopOutlined"));
|
|
1552
|
+
var import_ToiletPaperOutlined = __toESM(require("./ToiletPaperOutlined"));
|
|
1538
1553
|
var import_ToolFilled = __toESM(require("./ToolFilled"));
|
|
1539
1554
|
var import_ToolOutlined = __toESM(require("./ToolOutlined"));
|
|
1540
1555
|
var import_ToolPurely = __toESM(require("./ToolPurely"));
|
|
@@ -1556,6 +1571,7 @@ var import_UploadOutlined = __toESM(require("./UploadOutlined"));
|
|
|
1556
1571
|
var import_UsbOutlined = __toESM(require("./UsbOutlined"));
|
|
1557
1572
|
var import_UseMolecularChainFilled = __toESM(require("./UseMolecularChainFilled"));
|
|
1558
1573
|
var import_UseMolecularChainPurely = __toESM(require("./UseMolecularChainPurely"));
|
|
1574
|
+
var import_UserCloseCircleFilled = __toESM(require("./UserCloseCircleFilled"));
|
|
1559
1575
|
var import_UserExclamationCircleFilled = __toESM(require("./UserExclamationCircleFilled"));
|
|
1560
1576
|
var import_UserFilled = __toESM(require("./UserFilled"));
|
|
1561
1577
|
var import_UserForeignFilled = __toESM(require("./UserForeignFilled"));
|
|
@@ -1664,6 +1680,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
1664
1680
|
AskLeavePurely,
|
|
1665
1681
|
AtlasFilled,
|
|
1666
1682
|
AtlasOutlined,
|
|
1683
|
+
AttendanceRateFilled,
|
|
1667
1684
|
AudibleAlarmCloseOutlined,
|
|
1668
1685
|
AudibleAlarmHostOutlined,
|
|
1669
1686
|
AudibleAlarmOpenOutlined,
|
|
@@ -1762,6 +1779,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
1762
1779
|
DelayWarningOutlined,
|
|
1763
1780
|
DeleteOutlined,
|
|
1764
1781
|
DeploymentUnitOutlined,
|
|
1782
|
+
DetectionDeviceOutlined,
|
|
1765
1783
|
DeviceFilled,
|
|
1766
1784
|
DeviceOfflineFilled,
|
|
1767
1785
|
DeviceOfflinePurely,
|
|
@@ -2052,6 +2070,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2052
2070
|
LowBatteryMutedFilled,
|
|
2053
2071
|
LowBatteryMutedOutlined,
|
|
2054
2072
|
LpgOutlined,
|
|
2073
|
+
MachineOutlined,
|
|
2055
2074
|
MailOutlined,
|
|
2056
2075
|
MaintenanceFilled,
|
|
2057
2076
|
MaleOutlined,
|
|
@@ -2115,6 +2134,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2115
2134
|
NoiseOutlined,
|
|
2116
2135
|
NonMotorVehicleFilled,
|
|
2117
2136
|
NonMotorVehicleOutlined,
|
|
2137
|
+
NoodlesOutlined,
|
|
2118
2138
|
NormallyOpenCancelOutlined,
|
|
2119
2139
|
NotSleepFilled,
|
|
2120
2140
|
NotificationTemplateOutlined,
|
|
@@ -2174,6 +2194,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2174
2194
|
PmOutlined,
|
|
2175
2195
|
PoliceBeltOutlined,
|
|
2176
2196
|
PolymerizationOutlined,
|
|
2197
|
+
PowerDeviceOutlined,
|
|
2177
2198
|
PowerOutageFilled,
|
|
2178
2199
|
PowerOutageOutlined,
|
|
2179
2200
|
PowerPerceptionFilled,
|
|
@@ -2190,6 +2211,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2190
2211
|
QuestionCircleOutlined,
|
|
2191
2212
|
QuestionOutlined,
|
|
2192
2213
|
RadiationLayoutOutlined,
|
|
2214
|
+
RadioReceiverOutlined,
|
|
2193
2215
|
RainfallOutlined,
|
|
2194
2216
|
RainstormOutlined,
|
|
2195
2217
|
RedoOutlined,
|
|
@@ -2332,6 +2354,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2332
2354
|
TimeMachineOutlined,
|
|
2333
2355
|
ToTopFilled,
|
|
2334
2356
|
ToTopOutlined,
|
|
2357
|
+
ToiletPaperOutlined,
|
|
2335
2358
|
ToolFilled,
|
|
2336
2359
|
ToolOutlined,
|
|
2337
2360
|
ToolPurely,
|
|
@@ -2353,6 +2376,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2353
2376
|
UsbOutlined,
|
|
2354
2377
|
UseMolecularChainFilled,
|
|
2355
2378
|
UseMolecularChainPurely,
|
|
2379
|
+
UserCloseCircleFilled,
|
|
2356
2380
|
UserExclamationCircleFilled,
|
|
2357
2381
|
UserFilled,
|
|
2358
2382
|
UserForeignFilled,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.16.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.22.0",
|
|
35
35
|
"rc-util": "^5.19.3"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|