@sensoro-design/icons 2.34.0 → 2.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/CulvertSluiceOutlined.d.ts +2 -0
- package/CulvertSluiceOutlined.js +15 -0
- package/EmbankmentProjectOutlined.d.ts +2 -0
- package/EmbankmentProjectOutlined.js +15 -0
- package/HydropowerPlantsOutlined.d.ts +2 -0
- package/HydropowerPlantsOutlined.js +15 -0
- package/IrrigationPipelineOutlined.d.ts +2 -0
- package/IrrigationPipelineOutlined.js +15 -0
- package/ManualOutlined.d.ts +2 -0
- package/ManualOutlined.js +15 -0
- package/OutfallOutlined.d.ts +2 -0
- package/OutfallOutlined.js +15 -0
- package/SlopeProtectionOutlined.d.ts +2 -0
- package/SlopeProtectionOutlined.js +15 -0
- package/SluiceGateOutlined.d.ts +2 -0
- package/SluiceGateOutlined.js +15 -0
- package/es/icons/CulvertSluiceOutlined.d.ts +4 -0
- package/es/icons/CulvertSluiceOutlined.js +13 -0
- package/es/icons/EmbankmentProjectOutlined.d.ts +4 -0
- package/es/icons/EmbankmentProjectOutlined.js +13 -0
- package/es/icons/HydropowerPlantsOutlined.d.ts +4 -0
- package/es/icons/HydropowerPlantsOutlined.js +13 -0
- package/es/icons/IrrigationPipelineOutlined.d.ts +4 -0
- package/es/icons/IrrigationPipelineOutlined.js +13 -0
- package/es/icons/ManualOutlined.d.ts +4 -0
- package/es/icons/ManualOutlined.js +13 -0
- package/es/icons/OutfallOutlined.d.ts +4 -0
- package/es/icons/OutfallOutlined.js +13 -0
- package/es/icons/SlopeProtectionOutlined.d.ts +4 -0
- package/es/icons/SlopeProtectionOutlined.js +13 -0
- package/es/icons/SluiceGateOutlined.d.ts +4 -0
- package/es/icons/SluiceGateOutlined.js +13 -0
- package/es/icons/index.d.ts +8 -0
- package/es/icons/index.js +8 -0
- package/lib/icons/CulvertSluiceOutlined.d.ts +4 -0
- package/lib/icons/CulvertSluiceOutlined.js +42 -0
- package/lib/icons/EmbankmentProjectOutlined.d.ts +4 -0
- package/lib/icons/EmbankmentProjectOutlined.js +42 -0
- package/lib/icons/HydropowerPlantsOutlined.d.ts +4 -0
- package/lib/icons/HydropowerPlantsOutlined.js +42 -0
- package/lib/icons/IrrigationPipelineOutlined.d.ts +4 -0
- package/lib/icons/IrrigationPipelineOutlined.js +42 -0
- package/lib/icons/ManualOutlined.d.ts +4 -0
- package/lib/icons/ManualOutlined.js +42 -0
- package/lib/icons/OutfallOutlined.d.ts +4 -0
- package/lib/icons/OutfallOutlined.js +42 -0
- package/lib/icons/SlopeProtectionOutlined.d.ts +4 -0
- package/lib/icons/SlopeProtectionOutlined.js +42 -0
- package/lib/icons/SluiceGateOutlined.d.ts +4 -0
- package/lib/icons/SluiceGateOutlined.js +42 -0
- package/lib/icons/index.d.ts +8 -0
- package/lib/icons/index.js +24 -0
- package/package.json +2 -2
package/lib/icons/index.d.ts
CHANGED
|
@@ -162,6 +162,7 @@ export { default as CopyOutlined } from './CopyOutlined';
|
|
|
162
162
|
export { default as CourierServiceFilled } from './CourierServiceFilled';
|
|
163
163
|
export { default as CourierServiceOutlined } from './CourierServiceOutlined';
|
|
164
164
|
export { default as CropOutlined } from './CropOutlined';
|
|
165
|
+
export { default as CulvertSluiceOutlined } from './CulvertSluiceOutlined';
|
|
165
166
|
export { default as CurrentOutlined } from './CurrentOutlined';
|
|
166
167
|
export { default as DamOutlined } from './DamOutlined';
|
|
167
168
|
export { default as DangerFilled } from './DangerFilled';
|
|
@@ -230,6 +231,7 @@ export { default as ElevatorStoppedFilled } from './ElevatorStoppedFilled';
|
|
|
230
231
|
export { default as ElevatorUserFilled } from './ElevatorUserFilled';
|
|
231
232
|
export { default as EllipsisCircleOutlined } from './EllipsisCircleOutlined';
|
|
232
233
|
export { default as EllipsisOutlined } from './EllipsisOutlined';
|
|
234
|
+
export { default as EmbankmentProjectOutlined } from './EmbankmentProjectOutlined';
|
|
233
235
|
export { default as EmployerFilled } from './EmployerFilled';
|
|
234
236
|
export { default as EmployerOutlined } from './EmployerOutlined';
|
|
235
237
|
export { default as EngineOutlined } from './EngineOutlined';
|
|
@@ -409,6 +411,7 @@ export { default as HospitalOutlined } from './HospitalOutlined';
|
|
|
409
411
|
export { default as HumanTrafficVideoOutlined } from './HumanTrafficVideoOutlined';
|
|
410
412
|
export { default as HumanoidFilled } from './HumanoidFilled';
|
|
411
413
|
export { default as HydrolabOutlined } from './HydrolabOutlined';
|
|
414
|
+
export { default as HydropowerPlantsOutlined } from './HydropowerPlantsOutlined';
|
|
412
415
|
export { default as IcyRoadOutlined } from './IcyRoadOutlined';
|
|
413
416
|
export { default as IdcardFilled } from './IdcardFilled';
|
|
414
417
|
export { default as IdcardOutlined } from './IdcardOutlined';
|
|
@@ -437,6 +440,7 @@ export { default as IntelligentAccessOutlined } from './IntelligentAccessOutline
|
|
|
437
440
|
export { default as InvalidContentPurely } from './InvalidContentPurely';
|
|
438
441
|
export { default as IotFilled } from './IotFilled';
|
|
439
442
|
export { default as IotOutlined } from './IotOutlined';
|
|
443
|
+
export { default as IrrigationPipelineOutlined } from './IrrigationPipelineOutlined';
|
|
440
444
|
export { default as ItineraryOutlined } from './ItineraryOutlined';
|
|
441
445
|
export { default as JackOutlined } from './JackOutlined';
|
|
442
446
|
export { default as KeyAreaOutlined } from './KeyAreaOutlined';
|
|
@@ -491,6 +495,7 @@ export { default as MaleOutlined } from './MaleOutlined';
|
|
|
491
495
|
export { default as ManholeCoverOutlined } from './ManholeCoverOutlined';
|
|
492
496
|
export { default as ManholeCoverPurely } from './ManholeCoverPurely';
|
|
493
497
|
export { default as ManualAlarmCircleOutlined } from './ManualAlarmCircleOutlined';
|
|
498
|
+
export { default as ManualOutlined } from './ManualOutlined';
|
|
494
499
|
export { default as Map2DOutlined } from './Map2DOutlined';
|
|
495
500
|
export { default as Map3DOutlined } from './Map3DOutlined';
|
|
496
501
|
export { default as MeansAccessOutlined } from './MeansAccessOutlined';
|
|
@@ -574,6 +579,7 @@ export { default as OrganizeOutlined } from './OrganizeOutlined';
|
|
|
574
579
|
export { default as OrganizeProOutlined } from './OrganizeProOutlined';
|
|
575
580
|
export { default as OriginalRatioOutlined } from './OriginalRatioOutlined';
|
|
576
581
|
export { default as OriginalSizeOutlined } from './OriginalSizeOutlined';
|
|
582
|
+
export { default as OutfallOutlined } from './OutfallOutlined';
|
|
577
583
|
export { default as OverviewFilled } from './OverviewFilled';
|
|
578
584
|
export { default as OverviewOutlined } from './OverviewOutlined';
|
|
579
585
|
export { default as PaintTrayOutlined } from './PaintTrayOutlined';
|
|
@@ -741,6 +747,8 @@ export { default as SignalTowerOutlined } from './SignalTowerOutlined';
|
|
|
741
747
|
export { default as SlashOutlined } from './SlashOutlined';
|
|
742
748
|
export { default as SleepFilled } from './SleepFilled';
|
|
743
749
|
export { default as SleepOutlined } from './SleepOutlined';
|
|
750
|
+
export { default as SlopeProtectionOutlined } from './SlopeProtectionOutlined';
|
|
751
|
+
export { default as SluiceGateOutlined } from './SluiceGateOutlined';
|
|
744
752
|
export { default as SmartBoxOutlined } from './SmartBoxOutlined';
|
|
745
753
|
export { default as SmartCommunityOutlined } from './SmartCommunityOutlined';
|
|
746
754
|
export { default as SmartLightPoleFilled } from './SmartLightPoleFilled';
|
package/lib/icons/index.js
CHANGED
|
@@ -193,6 +193,7 @@ __export(icons_exports, {
|
|
|
193
193
|
CourierServiceFilled: () => import_CourierServiceFilled.default,
|
|
194
194
|
CourierServiceOutlined: () => import_CourierServiceOutlined.default,
|
|
195
195
|
CropOutlined: () => import_CropOutlined.default,
|
|
196
|
+
CulvertSluiceOutlined: () => import_CulvertSluiceOutlined.default,
|
|
196
197
|
CurrentOutlined: () => import_CurrentOutlined.default,
|
|
197
198
|
DamOutlined: () => import_DamOutlined.default,
|
|
198
199
|
DangerFilled: () => import_DangerFilled.default,
|
|
@@ -261,6 +262,7 @@ __export(icons_exports, {
|
|
|
261
262
|
ElevatorUserFilled: () => import_ElevatorUserFilled.default,
|
|
262
263
|
EllipsisCircleOutlined: () => import_EllipsisCircleOutlined.default,
|
|
263
264
|
EllipsisOutlined: () => import_EllipsisOutlined.default,
|
|
265
|
+
EmbankmentProjectOutlined: () => import_EmbankmentProjectOutlined.default,
|
|
264
266
|
EmployerFilled: () => import_EmployerFilled.default,
|
|
265
267
|
EmployerOutlined: () => import_EmployerOutlined.default,
|
|
266
268
|
EngineOutlined: () => import_EngineOutlined.default,
|
|
@@ -440,6 +442,7 @@ __export(icons_exports, {
|
|
|
440
442
|
HumanTrafficVideoOutlined: () => import_HumanTrafficVideoOutlined.default,
|
|
441
443
|
HumanoidFilled: () => import_HumanoidFilled.default,
|
|
442
444
|
HydrolabOutlined: () => import_HydrolabOutlined.default,
|
|
445
|
+
HydropowerPlantsOutlined: () => import_HydropowerPlantsOutlined.default,
|
|
443
446
|
IcyRoadOutlined: () => import_IcyRoadOutlined.default,
|
|
444
447
|
IdcardFilled: () => import_IdcardFilled.default,
|
|
445
448
|
IdcardOutlined: () => import_IdcardOutlined.default,
|
|
@@ -468,6 +471,7 @@ __export(icons_exports, {
|
|
|
468
471
|
InvalidContentPurely: () => import_InvalidContentPurely.default,
|
|
469
472
|
IotFilled: () => import_IotFilled.default,
|
|
470
473
|
IotOutlined: () => import_IotOutlined.default,
|
|
474
|
+
IrrigationPipelineOutlined: () => import_IrrigationPipelineOutlined.default,
|
|
471
475
|
ItineraryOutlined: () => import_ItineraryOutlined.default,
|
|
472
476
|
JackOutlined: () => import_JackOutlined.default,
|
|
473
477
|
KeyAreaOutlined: () => import_KeyAreaOutlined.default,
|
|
@@ -522,6 +526,7 @@ __export(icons_exports, {
|
|
|
522
526
|
ManholeCoverOutlined: () => import_ManholeCoverOutlined.default,
|
|
523
527
|
ManholeCoverPurely: () => import_ManholeCoverPurely.default,
|
|
524
528
|
ManualAlarmCircleOutlined: () => import_ManualAlarmCircleOutlined.default,
|
|
529
|
+
ManualOutlined: () => import_ManualOutlined.default,
|
|
525
530
|
Map2DOutlined: () => import_Map2DOutlined.default,
|
|
526
531
|
Map3DOutlined: () => import_Map3DOutlined.default,
|
|
527
532
|
MeansAccessOutlined: () => import_MeansAccessOutlined.default,
|
|
@@ -605,6 +610,7 @@ __export(icons_exports, {
|
|
|
605
610
|
OrganizeProOutlined: () => import_OrganizeProOutlined.default,
|
|
606
611
|
OriginalRatioOutlined: () => import_OriginalRatioOutlined.default,
|
|
607
612
|
OriginalSizeOutlined: () => import_OriginalSizeOutlined.default,
|
|
613
|
+
OutfallOutlined: () => import_OutfallOutlined.default,
|
|
608
614
|
OverviewFilled: () => import_OverviewFilled.default,
|
|
609
615
|
OverviewOutlined: () => import_OverviewOutlined.default,
|
|
610
616
|
PaintTrayOutlined: () => import_PaintTrayOutlined.default,
|
|
@@ -772,6 +778,8 @@ __export(icons_exports, {
|
|
|
772
778
|
SlashOutlined: () => import_SlashOutlined.default,
|
|
773
779
|
SleepFilled: () => import_SleepFilled.default,
|
|
774
780
|
SleepOutlined: () => import_SleepOutlined.default,
|
|
781
|
+
SlopeProtectionOutlined: () => import_SlopeProtectionOutlined.default,
|
|
782
|
+
SluiceGateOutlined: () => import_SluiceGateOutlined.default,
|
|
775
783
|
SmartBoxOutlined: () => import_SmartBoxOutlined.default,
|
|
776
784
|
SmartCommunityOutlined: () => import_SmartCommunityOutlined.default,
|
|
777
785
|
SmartLightPoleFilled: () => import_SmartLightPoleFilled.default,
|
|
@@ -1110,6 +1118,7 @@ var import_CopyOutlined = __toESM(require("./CopyOutlined"));
|
|
|
1110
1118
|
var import_CourierServiceFilled = __toESM(require("./CourierServiceFilled"));
|
|
1111
1119
|
var import_CourierServiceOutlined = __toESM(require("./CourierServiceOutlined"));
|
|
1112
1120
|
var import_CropOutlined = __toESM(require("./CropOutlined"));
|
|
1121
|
+
var import_CulvertSluiceOutlined = __toESM(require("./CulvertSluiceOutlined"));
|
|
1113
1122
|
var import_CurrentOutlined = __toESM(require("./CurrentOutlined"));
|
|
1114
1123
|
var import_DamOutlined = __toESM(require("./DamOutlined"));
|
|
1115
1124
|
var import_DangerFilled = __toESM(require("./DangerFilled"));
|
|
@@ -1178,6 +1187,7 @@ var import_ElevatorStoppedFilled = __toESM(require("./ElevatorStoppedFilled"));
|
|
|
1178
1187
|
var import_ElevatorUserFilled = __toESM(require("./ElevatorUserFilled"));
|
|
1179
1188
|
var import_EllipsisCircleOutlined = __toESM(require("./EllipsisCircleOutlined"));
|
|
1180
1189
|
var import_EllipsisOutlined = __toESM(require("./EllipsisOutlined"));
|
|
1190
|
+
var import_EmbankmentProjectOutlined = __toESM(require("./EmbankmentProjectOutlined"));
|
|
1181
1191
|
var import_EmployerFilled = __toESM(require("./EmployerFilled"));
|
|
1182
1192
|
var import_EmployerOutlined = __toESM(require("./EmployerOutlined"));
|
|
1183
1193
|
var import_EngineOutlined = __toESM(require("./EngineOutlined"));
|
|
@@ -1357,6 +1367,7 @@ var import_HospitalOutlined = __toESM(require("./HospitalOutlined"));
|
|
|
1357
1367
|
var import_HumanTrafficVideoOutlined = __toESM(require("./HumanTrafficVideoOutlined"));
|
|
1358
1368
|
var import_HumanoidFilled = __toESM(require("./HumanoidFilled"));
|
|
1359
1369
|
var import_HydrolabOutlined = __toESM(require("./HydrolabOutlined"));
|
|
1370
|
+
var import_HydropowerPlantsOutlined = __toESM(require("./HydropowerPlantsOutlined"));
|
|
1360
1371
|
var import_IcyRoadOutlined = __toESM(require("./IcyRoadOutlined"));
|
|
1361
1372
|
var import_IdcardFilled = __toESM(require("./IdcardFilled"));
|
|
1362
1373
|
var import_IdcardOutlined = __toESM(require("./IdcardOutlined"));
|
|
@@ -1385,6 +1396,7 @@ var import_IntelligentAccessOutlined = __toESM(require("./IntelligentAccessOutli
|
|
|
1385
1396
|
var import_InvalidContentPurely = __toESM(require("./InvalidContentPurely"));
|
|
1386
1397
|
var import_IotFilled = __toESM(require("./IotFilled"));
|
|
1387
1398
|
var import_IotOutlined = __toESM(require("./IotOutlined"));
|
|
1399
|
+
var import_IrrigationPipelineOutlined = __toESM(require("./IrrigationPipelineOutlined"));
|
|
1388
1400
|
var import_ItineraryOutlined = __toESM(require("./ItineraryOutlined"));
|
|
1389
1401
|
var import_JackOutlined = __toESM(require("./JackOutlined"));
|
|
1390
1402
|
var import_KeyAreaOutlined = __toESM(require("./KeyAreaOutlined"));
|
|
@@ -1439,6 +1451,7 @@ var import_MaleOutlined = __toESM(require("./MaleOutlined"));
|
|
|
1439
1451
|
var import_ManholeCoverOutlined = __toESM(require("./ManholeCoverOutlined"));
|
|
1440
1452
|
var import_ManholeCoverPurely = __toESM(require("./ManholeCoverPurely"));
|
|
1441
1453
|
var import_ManualAlarmCircleOutlined = __toESM(require("./ManualAlarmCircleOutlined"));
|
|
1454
|
+
var import_ManualOutlined = __toESM(require("./ManualOutlined"));
|
|
1442
1455
|
var import_Map2DOutlined = __toESM(require("./Map2DOutlined"));
|
|
1443
1456
|
var import_Map3DOutlined = __toESM(require("./Map3DOutlined"));
|
|
1444
1457
|
var import_MeansAccessOutlined = __toESM(require("./MeansAccessOutlined"));
|
|
@@ -1522,6 +1535,7 @@ var import_OrganizeOutlined = __toESM(require("./OrganizeOutlined"));
|
|
|
1522
1535
|
var import_OrganizeProOutlined = __toESM(require("./OrganizeProOutlined"));
|
|
1523
1536
|
var import_OriginalRatioOutlined = __toESM(require("./OriginalRatioOutlined"));
|
|
1524
1537
|
var import_OriginalSizeOutlined = __toESM(require("./OriginalSizeOutlined"));
|
|
1538
|
+
var import_OutfallOutlined = __toESM(require("./OutfallOutlined"));
|
|
1525
1539
|
var import_OverviewFilled = __toESM(require("./OverviewFilled"));
|
|
1526
1540
|
var import_OverviewOutlined = __toESM(require("./OverviewOutlined"));
|
|
1527
1541
|
var import_PaintTrayOutlined = __toESM(require("./PaintTrayOutlined"));
|
|
@@ -1689,6 +1703,8 @@ var import_SignalTowerOutlined = __toESM(require("./SignalTowerOutlined"));
|
|
|
1689
1703
|
var import_SlashOutlined = __toESM(require("./SlashOutlined"));
|
|
1690
1704
|
var import_SleepFilled = __toESM(require("./SleepFilled"));
|
|
1691
1705
|
var import_SleepOutlined = __toESM(require("./SleepOutlined"));
|
|
1706
|
+
var import_SlopeProtectionOutlined = __toESM(require("./SlopeProtectionOutlined"));
|
|
1707
|
+
var import_SluiceGateOutlined = __toESM(require("./SluiceGateOutlined"));
|
|
1692
1708
|
var import_SmartBoxOutlined = __toESM(require("./SmartBoxOutlined"));
|
|
1693
1709
|
var import_SmartCommunityOutlined = __toESM(require("./SmartCommunityOutlined"));
|
|
1694
1710
|
var import_SmartLightPoleFilled = __toESM(require("./SmartLightPoleFilled"));
|
|
@@ -2027,6 +2043,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2027
2043
|
CourierServiceFilled,
|
|
2028
2044
|
CourierServiceOutlined,
|
|
2029
2045
|
CropOutlined,
|
|
2046
|
+
CulvertSluiceOutlined,
|
|
2030
2047
|
CurrentOutlined,
|
|
2031
2048
|
DamOutlined,
|
|
2032
2049
|
DangerFilled,
|
|
@@ -2095,6 +2112,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2095
2112
|
ElevatorUserFilled,
|
|
2096
2113
|
EllipsisCircleOutlined,
|
|
2097
2114
|
EllipsisOutlined,
|
|
2115
|
+
EmbankmentProjectOutlined,
|
|
2098
2116
|
EmployerFilled,
|
|
2099
2117
|
EmployerOutlined,
|
|
2100
2118
|
EngineOutlined,
|
|
@@ -2274,6 +2292,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2274
2292
|
HumanTrafficVideoOutlined,
|
|
2275
2293
|
HumanoidFilled,
|
|
2276
2294
|
HydrolabOutlined,
|
|
2295
|
+
HydropowerPlantsOutlined,
|
|
2277
2296
|
IcyRoadOutlined,
|
|
2278
2297
|
IdcardFilled,
|
|
2279
2298
|
IdcardOutlined,
|
|
@@ -2302,6 +2321,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2302
2321
|
InvalidContentPurely,
|
|
2303
2322
|
IotFilled,
|
|
2304
2323
|
IotOutlined,
|
|
2324
|
+
IrrigationPipelineOutlined,
|
|
2305
2325
|
ItineraryOutlined,
|
|
2306
2326
|
JackOutlined,
|
|
2307
2327
|
KeyAreaOutlined,
|
|
@@ -2356,6 +2376,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2356
2376
|
ManholeCoverOutlined,
|
|
2357
2377
|
ManholeCoverPurely,
|
|
2358
2378
|
ManualAlarmCircleOutlined,
|
|
2379
|
+
ManualOutlined,
|
|
2359
2380
|
Map2DOutlined,
|
|
2360
2381
|
Map3DOutlined,
|
|
2361
2382
|
MeansAccessOutlined,
|
|
@@ -2439,6 +2460,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2439
2460
|
OrganizeProOutlined,
|
|
2440
2461
|
OriginalRatioOutlined,
|
|
2441
2462
|
OriginalSizeOutlined,
|
|
2463
|
+
OutfallOutlined,
|
|
2442
2464
|
OverviewFilled,
|
|
2443
2465
|
OverviewOutlined,
|
|
2444
2466
|
PaintTrayOutlined,
|
|
@@ -2606,6 +2628,8 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2606
2628
|
SlashOutlined,
|
|
2607
2629
|
SleepFilled,
|
|
2608
2630
|
SleepOutlined,
|
|
2631
|
+
SlopeProtectionOutlined,
|
|
2632
|
+
SluiceGateOutlined,
|
|
2609
2633
|
SmartBoxOutlined,
|
|
2610
2634
|
SmartCommunityOutlined,
|
|
2611
2635
|
SmartLightPoleFilled,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.36.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.44.0",
|
|
35
35
|
"rc-util": "^5.19.3"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|