@sensoro-design/icons 2.25.0 → 2.26.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/BusinessAreaOutlined.d.ts +2 -0
- package/BusinessAreaOutlined.js +15 -0
- package/CHANGELOG.md +11 -0
- package/EntranceOutlined.d.ts +2 -0
- package/EntranceOutlined.js +15 -0
- package/ExitOutlined.d.ts +2 -0
- package/ExitOutlined.js +15 -0
- package/LinbanOutlined.d.ts +2 -0
- package/LinbanOutlined.js +15 -0
- package/PigeonholeOutlined.d.ts +2 -0
- package/PigeonholeOutlined.js +15 -0
- package/PlatformSwitchOutlined.d.ts +2 -0
- package/PlatformSwitchOutlined.js +15 -0
- package/ScanCodeOutlined.d.ts +2 -0
- package/ScanCodeOutlined.js +15 -0
- package/WoodlandOutlined.d.ts +2 -0
- package/WoodlandOutlined.js +15 -0
- package/es/icons/BusinessAreaOutlined.d.ts +4 -0
- package/es/icons/BusinessAreaOutlined.js +13 -0
- package/es/icons/EntranceOutlined.d.ts +4 -0
- package/es/icons/EntranceOutlined.js +13 -0
- package/es/icons/ExitOutlined.d.ts +4 -0
- package/es/icons/ExitOutlined.js +13 -0
- package/es/icons/LinbanOutlined.d.ts +4 -0
- package/es/icons/LinbanOutlined.js +13 -0
- package/es/icons/PigeonholeOutlined.d.ts +4 -0
- package/es/icons/PigeonholeOutlined.js +13 -0
- package/es/icons/PlatformSwitchOutlined.d.ts +4 -0
- package/es/icons/PlatformSwitchOutlined.js +13 -0
- package/es/icons/ScanCodeOutlined.d.ts +4 -0
- package/es/icons/ScanCodeOutlined.js +13 -0
- package/es/icons/WoodlandOutlined.d.ts +4 -0
- package/es/icons/WoodlandOutlined.js +13 -0
- package/es/icons/index.d.ts +8 -0
- package/es/icons/index.js +8 -0
- package/lib/icons/BusinessAreaOutlined.d.ts +4 -0
- package/lib/icons/BusinessAreaOutlined.js +42 -0
- package/lib/icons/EntranceOutlined.d.ts +4 -0
- package/lib/icons/EntranceOutlined.js +42 -0
- package/lib/icons/ExitOutlined.d.ts +4 -0
- package/lib/icons/ExitOutlined.js +42 -0
- package/lib/icons/LinbanOutlined.d.ts +4 -0
- package/lib/icons/LinbanOutlined.js +42 -0
- package/lib/icons/PigeonholeOutlined.d.ts +4 -0
- package/lib/icons/PigeonholeOutlined.js +42 -0
- package/lib/icons/PlatformSwitchOutlined.d.ts +4 -0
- package/lib/icons/PlatformSwitchOutlined.js +42 -0
- package/lib/icons/ScanCodeOutlined.d.ts +4 -0
- package/lib/icons/ScanCodeOutlined.js +42 -0
- package/lib/icons/WoodlandOutlined.d.ts +4 -0
- package/lib/icons/WoodlandOutlined.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
|
@@ -88,6 +88,7 @@ export { default as BuildingPlusCircleOutlined } from './BuildingPlusCircleOutli
|
|
|
88
88
|
export { default as BulbOutlined } from './BulbOutlined';
|
|
89
89
|
export { default as BurningPointOutlined } from './BurningPointOutlined';
|
|
90
90
|
export { default as BusFilled } from './BusFilled';
|
|
91
|
+
export { default as BusinessAreaOutlined } from './BusinessAreaOutlined';
|
|
91
92
|
export { default as CakeOutlined } from './CakeOutlined';
|
|
92
93
|
export { default as CalendarCheckFilled } from './CalendarCheckFilled';
|
|
93
94
|
export { default as CalendarCheckOutlined } from './CalendarCheckOutlined';
|
|
@@ -213,6 +214,7 @@ export { default as EmployerFilled } from './EmployerFilled';
|
|
|
213
214
|
export { default as EmployerOutlined } from './EmployerOutlined';
|
|
214
215
|
export { default as EngineOutlined } from './EngineOutlined';
|
|
215
216
|
export { default as EnterOutlined } from './EnterOutlined';
|
|
217
|
+
export { default as EntranceOutlined } from './EntranceOutlined';
|
|
216
218
|
export { default as EnvironmentalMonitoringFilled } from './EnvironmentalMonitoringFilled';
|
|
217
219
|
export { default as EnvironmentalMonitoringOutlined } from './EnvironmentalMonitoringOutlined';
|
|
218
220
|
export { default as EpidemicProtectionFilled } from './EpidemicProtectionFilled';
|
|
@@ -222,6 +224,7 @@ export { default as ExclamationCircleFilled } from './ExclamationCircleFilled';
|
|
|
222
224
|
export { default as ExclamationCircleOutlined } from './ExclamationCircleOutlined';
|
|
223
225
|
export { default as ExclamationOutlined } from './ExclamationOutlined';
|
|
224
226
|
export { default as ExhaleOutlined } from './ExhaleOutlined';
|
|
227
|
+
export { default as ExitOutlined } from './ExitOutlined';
|
|
225
228
|
export { default as ExpandOutlined } from './ExpandOutlined';
|
|
226
229
|
export { default as EyeFilled } from './EyeFilled';
|
|
227
230
|
export { default as EyeInvisibleFilled } from './EyeInvisibleFilled';
|
|
@@ -436,6 +439,7 @@ export { default as LightningFilled } from './LightningFilled';
|
|
|
436
439
|
export { default as LightningOutlined } from './LightningOutlined';
|
|
437
440
|
export { default as LightningProOutlined } from './LightningProOutlined';
|
|
438
441
|
export { default as LikeOutlined } from './LikeOutlined';
|
|
442
|
+
export { default as LinbanOutlined } from './LinbanOutlined';
|
|
439
443
|
export { default as LineChartOutlined } from './LineChartOutlined';
|
|
440
444
|
export { default as LineChartPurely } from './LineChartPurely';
|
|
441
445
|
export { default as LineOutlined } from './LineOutlined';
|
|
@@ -570,7 +574,9 @@ export { default as PetDogPurely } from './PetDogPurely';
|
|
|
570
574
|
export { default as PhoneFilled } from './PhoneFilled';
|
|
571
575
|
export { default as PhoneOutlined } from './PhoneOutlined';
|
|
572
576
|
export { default as PieChartOutlined } from './PieChartOutlined';
|
|
577
|
+
export { default as PigeonholeOutlined } from './PigeonholeOutlined';
|
|
573
578
|
export { default as PlateOutlined } from './PlateOutlined';
|
|
579
|
+
export { default as PlatformSwitchOutlined } from './PlatformSwitchOutlined';
|
|
574
580
|
export { default as PlayCircleFilled } from './PlayCircleFilled';
|
|
575
581
|
export { default as PlayCircleOutlined } from './PlayCircleOutlined';
|
|
576
582
|
export { default as PlayCircleProOutlined } from './PlayCircleProOutlined';
|
|
@@ -661,6 +667,7 @@ export { default as SafetySearchOutlined } from './SafetySearchOutlined';
|
|
|
661
667
|
export { default as SalesCallFilled } from './SalesCallFilled';
|
|
662
668
|
export { default as SatelliteOutlined } from './SatelliteOutlined';
|
|
663
669
|
export { default as SaveOutlined } from './SaveOutlined';
|
|
670
|
+
export { default as ScanCodeOutlined } from './ScanCodeOutlined';
|
|
664
671
|
export { default as ScanOutlined } from './ScanOutlined';
|
|
665
672
|
export { default as ScenicAreaFilled } from './ScenicAreaFilled';
|
|
666
673
|
export { default as ScheduleOutlined } from './ScheduleOutlined';
|
|
@@ -843,6 +850,7 @@ export { default as WindDirectionOutlined } from './WindDirectionOutlined';
|
|
|
843
850
|
export { default as WindSpeedOutlined } from './WindSpeedOutlined';
|
|
844
851
|
export { default as WithoutMaskPurely } from './WithoutMaskPurely';
|
|
845
852
|
export { default as WomanOutlined } from './WomanOutlined';
|
|
853
|
+
export { default as WoodlandOutlined } from './WoodlandOutlined';
|
|
846
854
|
export { default as WordOrderOutlined } from './WordOrderOutlined';
|
|
847
855
|
export { default as WorkOrderCheckOutlined } from './WorkOrderCheckOutlined';
|
|
848
856
|
export { default as WorkOrderTimeOutlined } from './WorkOrderTimeOutlined';
|
package/lib/icons/index.js
CHANGED
|
@@ -119,6 +119,7 @@ __export(icons_exports, {
|
|
|
119
119
|
BulbOutlined: () => import_BulbOutlined.default,
|
|
120
120
|
BurningPointOutlined: () => import_BurningPointOutlined.default,
|
|
121
121
|
BusFilled: () => import_BusFilled.default,
|
|
122
|
+
BusinessAreaOutlined: () => import_BusinessAreaOutlined.default,
|
|
122
123
|
CakeOutlined: () => import_CakeOutlined.default,
|
|
123
124
|
CalendarCheckFilled: () => import_CalendarCheckFilled.default,
|
|
124
125
|
CalendarCheckOutlined: () => import_CalendarCheckOutlined.default,
|
|
@@ -244,6 +245,7 @@ __export(icons_exports, {
|
|
|
244
245
|
EmployerOutlined: () => import_EmployerOutlined.default,
|
|
245
246
|
EngineOutlined: () => import_EngineOutlined.default,
|
|
246
247
|
EnterOutlined: () => import_EnterOutlined.default,
|
|
248
|
+
EntranceOutlined: () => import_EntranceOutlined.default,
|
|
247
249
|
EnvironmentalMonitoringFilled: () => import_EnvironmentalMonitoringFilled.default,
|
|
248
250
|
EnvironmentalMonitoringOutlined: () => import_EnvironmentalMonitoringOutlined.default,
|
|
249
251
|
EpidemicProtectionFilled: () => import_EpidemicProtectionFilled.default,
|
|
@@ -253,6 +255,7 @@ __export(icons_exports, {
|
|
|
253
255
|
ExclamationCircleOutlined: () => import_ExclamationCircleOutlined.default,
|
|
254
256
|
ExclamationOutlined: () => import_ExclamationOutlined.default,
|
|
255
257
|
ExhaleOutlined: () => import_ExhaleOutlined.default,
|
|
258
|
+
ExitOutlined: () => import_ExitOutlined.default,
|
|
256
259
|
ExpandOutlined: () => import_ExpandOutlined.default,
|
|
257
260
|
EyeFilled: () => import_EyeFilled.default,
|
|
258
261
|
EyeInvisibleFilled: () => import_EyeInvisibleFilled.default,
|
|
@@ -467,6 +470,7 @@ __export(icons_exports, {
|
|
|
467
470
|
LightningOutlined: () => import_LightningOutlined.default,
|
|
468
471
|
LightningProOutlined: () => import_LightningProOutlined.default,
|
|
469
472
|
LikeOutlined: () => import_LikeOutlined.default,
|
|
473
|
+
LinbanOutlined: () => import_LinbanOutlined.default,
|
|
470
474
|
LineChartOutlined: () => import_LineChartOutlined.default,
|
|
471
475
|
LineChartPurely: () => import_LineChartPurely.default,
|
|
472
476
|
LineOutlined: () => import_LineOutlined.default,
|
|
@@ -601,7 +605,9 @@ __export(icons_exports, {
|
|
|
601
605
|
PhoneFilled: () => import_PhoneFilled.default,
|
|
602
606
|
PhoneOutlined: () => import_PhoneOutlined.default,
|
|
603
607
|
PieChartOutlined: () => import_PieChartOutlined.default,
|
|
608
|
+
PigeonholeOutlined: () => import_PigeonholeOutlined.default,
|
|
604
609
|
PlateOutlined: () => import_PlateOutlined.default,
|
|
610
|
+
PlatformSwitchOutlined: () => import_PlatformSwitchOutlined.default,
|
|
605
611
|
PlayCircleFilled: () => import_PlayCircleFilled.default,
|
|
606
612
|
PlayCircleOutlined: () => import_PlayCircleOutlined.default,
|
|
607
613
|
PlayCircleProOutlined: () => import_PlayCircleProOutlined.default,
|
|
@@ -692,6 +698,7 @@ __export(icons_exports, {
|
|
|
692
698
|
SalesCallFilled: () => import_SalesCallFilled.default,
|
|
693
699
|
SatelliteOutlined: () => import_SatelliteOutlined.default,
|
|
694
700
|
SaveOutlined: () => import_SaveOutlined.default,
|
|
701
|
+
ScanCodeOutlined: () => import_ScanCodeOutlined.default,
|
|
695
702
|
ScanOutlined: () => import_ScanOutlined.default,
|
|
696
703
|
ScenicAreaFilled: () => import_ScenicAreaFilled.default,
|
|
697
704
|
ScheduleOutlined: () => import_ScheduleOutlined.default,
|
|
@@ -874,6 +881,7 @@ __export(icons_exports, {
|
|
|
874
881
|
WindSpeedOutlined: () => import_WindSpeedOutlined.default,
|
|
875
882
|
WithoutMaskPurely: () => import_WithoutMaskPurely.default,
|
|
876
883
|
WomanOutlined: () => import_WomanOutlined.default,
|
|
884
|
+
WoodlandOutlined: () => import_WoodlandOutlined.default,
|
|
877
885
|
WordOrderOutlined: () => import_WordOrderOutlined.default,
|
|
878
886
|
WorkOrderCheckOutlined: () => import_WorkOrderCheckOutlined.default,
|
|
879
887
|
WorkOrderTimeOutlined: () => import_WorkOrderTimeOutlined.default,
|
|
@@ -974,6 +982,7 @@ var import_BuildingPlusCircleOutlined = __toESM(require("./BuildingPlusCircleOut
|
|
|
974
982
|
var import_BulbOutlined = __toESM(require("./BulbOutlined"));
|
|
975
983
|
var import_BurningPointOutlined = __toESM(require("./BurningPointOutlined"));
|
|
976
984
|
var import_BusFilled = __toESM(require("./BusFilled"));
|
|
985
|
+
var import_BusinessAreaOutlined = __toESM(require("./BusinessAreaOutlined"));
|
|
977
986
|
var import_CakeOutlined = __toESM(require("./CakeOutlined"));
|
|
978
987
|
var import_CalendarCheckFilled = __toESM(require("./CalendarCheckFilled"));
|
|
979
988
|
var import_CalendarCheckOutlined = __toESM(require("./CalendarCheckOutlined"));
|
|
@@ -1099,6 +1108,7 @@ var import_EmployerFilled = __toESM(require("./EmployerFilled"));
|
|
|
1099
1108
|
var import_EmployerOutlined = __toESM(require("./EmployerOutlined"));
|
|
1100
1109
|
var import_EngineOutlined = __toESM(require("./EngineOutlined"));
|
|
1101
1110
|
var import_EnterOutlined = __toESM(require("./EnterOutlined"));
|
|
1111
|
+
var import_EntranceOutlined = __toESM(require("./EntranceOutlined"));
|
|
1102
1112
|
var import_EnvironmentalMonitoringFilled = __toESM(require("./EnvironmentalMonitoringFilled"));
|
|
1103
1113
|
var import_EnvironmentalMonitoringOutlined = __toESM(require("./EnvironmentalMonitoringOutlined"));
|
|
1104
1114
|
var import_EpidemicProtectionFilled = __toESM(require("./EpidemicProtectionFilled"));
|
|
@@ -1108,6 +1118,7 @@ var import_ExclamationCircleFilled = __toESM(require("./ExclamationCircleFilled"
|
|
|
1108
1118
|
var import_ExclamationCircleOutlined = __toESM(require("./ExclamationCircleOutlined"));
|
|
1109
1119
|
var import_ExclamationOutlined = __toESM(require("./ExclamationOutlined"));
|
|
1110
1120
|
var import_ExhaleOutlined = __toESM(require("./ExhaleOutlined"));
|
|
1121
|
+
var import_ExitOutlined = __toESM(require("./ExitOutlined"));
|
|
1111
1122
|
var import_ExpandOutlined = __toESM(require("./ExpandOutlined"));
|
|
1112
1123
|
var import_EyeFilled = __toESM(require("./EyeFilled"));
|
|
1113
1124
|
var import_EyeInvisibleFilled = __toESM(require("./EyeInvisibleFilled"));
|
|
@@ -1322,6 +1333,7 @@ var import_LightningFilled = __toESM(require("./LightningFilled"));
|
|
|
1322
1333
|
var import_LightningOutlined = __toESM(require("./LightningOutlined"));
|
|
1323
1334
|
var import_LightningProOutlined = __toESM(require("./LightningProOutlined"));
|
|
1324
1335
|
var import_LikeOutlined = __toESM(require("./LikeOutlined"));
|
|
1336
|
+
var import_LinbanOutlined = __toESM(require("./LinbanOutlined"));
|
|
1325
1337
|
var import_LineChartOutlined = __toESM(require("./LineChartOutlined"));
|
|
1326
1338
|
var import_LineChartPurely = __toESM(require("./LineChartPurely"));
|
|
1327
1339
|
var import_LineOutlined = __toESM(require("./LineOutlined"));
|
|
@@ -1456,7 +1468,9 @@ var import_PetDogPurely = __toESM(require("./PetDogPurely"));
|
|
|
1456
1468
|
var import_PhoneFilled = __toESM(require("./PhoneFilled"));
|
|
1457
1469
|
var import_PhoneOutlined = __toESM(require("./PhoneOutlined"));
|
|
1458
1470
|
var import_PieChartOutlined = __toESM(require("./PieChartOutlined"));
|
|
1471
|
+
var import_PigeonholeOutlined = __toESM(require("./PigeonholeOutlined"));
|
|
1459
1472
|
var import_PlateOutlined = __toESM(require("./PlateOutlined"));
|
|
1473
|
+
var import_PlatformSwitchOutlined = __toESM(require("./PlatformSwitchOutlined"));
|
|
1460
1474
|
var import_PlayCircleFilled = __toESM(require("./PlayCircleFilled"));
|
|
1461
1475
|
var import_PlayCircleOutlined = __toESM(require("./PlayCircleOutlined"));
|
|
1462
1476
|
var import_PlayCircleProOutlined = __toESM(require("./PlayCircleProOutlined"));
|
|
@@ -1547,6 +1561,7 @@ var import_SafetySearchOutlined = __toESM(require("./SafetySearchOutlined"));
|
|
|
1547
1561
|
var import_SalesCallFilled = __toESM(require("./SalesCallFilled"));
|
|
1548
1562
|
var import_SatelliteOutlined = __toESM(require("./SatelliteOutlined"));
|
|
1549
1563
|
var import_SaveOutlined = __toESM(require("./SaveOutlined"));
|
|
1564
|
+
var import_ScanCodeOutlined = __toESM(require("./ScanCodeOutlined"));
|
|
1550
1565
|
var import_ScanOutlined = __toESM(require("./ScanOutlined"));
|
|
1551
1566
|
var import_ScenicAreaFilled = __toESM(require("./ScenicAreaFilled"));
|
|
1552
1567
|
var import_ScheduleOutlined = __toESM(require("./ScheduleOutlined"));
|
|
@@ -1729,6 +1744,7 @@ var import_WindDirectionOutlined = __toESM(require("./WindDirectionOutlined"));
|
|
|
1729
1744
|
var import_WindSpeedOutlined = __toESM(require("./WindSpeedOutlined"));
|
|
1730
1745
|
var import_WithoutMaskPurely = __toESM(require("./WithoutMaskPurely"));
|
|
1731
1746
|
var import_WomanOutlined = __toESM(require("./WomanOutlined"));
|
|
1747
|
+
var import_WoodlandOutlined = __toESM(require("./WoodlandOutlined"));
|
|
1732
1748
|
var import_WordOrderOutlined = __toESM(require("./WordOrderOutlined"));
|
|
1733
1749
|
var import_WorkOrderCheckOutlined = __toESM(require("./WorkOrderCheckOutlined"));
|
|
1734
1750
|
var import_WorkOrderTimeOutlined = __toESM(require("./WorkOrderTimeOutlined"));
|
|
@@ -1829,6 +1845,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
1829
1845
|
BulbOutlined,
|
|
1830
1846
|
BurningPointOutlined,
|
|
1831
1847
|
BusFilled,
|
|
1848
|
+
BusinessAreaOutlined,
|
|
1832
1849
|
CakeOutlined,
|
|
1833
1850
|
CalendarCheckFilled,
|
|
1834
1851
|
CalendarCheckOutlined,
|
|
@@ -1954,6 +1971,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
1954
1971
|
EmployerOutlined,
|
|
1955
1972
|
EngineOutlined,
|
|
1956
1973
|
EnterOutlined,
|
|
1974
|
+
EntranceOutlined,
|
|
1957
1975
|
EnvironmentalMonitoringFilled,
|
|
1958
1976
|
EnvironmentalMonitoringOutlined,
|
|
1959
1977
|
EpidemicProtectionFilled,
|
|
@@ -1963,6 +1981,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
1963
1981
|
ExclamationCircleOutlined,
|
|
1964
1982
|
ExclamationOutlined,
|
|
1965
1983
|
ExhaleOutlined,
|
|
1984
|
+
ExitOutlined,
|
|
1966
1985
|
ExpandOutlined,
|
|
1967
1986
|
EyeFilled,
|
|
1968
1987
|
EyeInvisibleFilled,
|
|
@@ -2177,6 +2196,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2177
2196
|
LightningOutlined,
|
|
2178
2197
|
LightningProOutlined,
|
|
2179
2198
|
LikeOutlined,
|
|
2199
|
+
LinbanOutlined,
|
|
2180
2200
|
LineChartOutlined,
|
|
2181
2201
|
LineChartPurely,
|
|
2182
2202
|
LineOutlined,
|
|
@@ -2311,7 +2331,9 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2311
2331
|
PhoneFilled,
|
|
2312
2332
|
PhoneOutlined,
|
|
2313
2333
|
PieChartOutlined,
|
|
2334
|
+
PigeonholeOutlined,
|
|
2314
2335
|
PlateOutlined,
|
|
2336
|
+
PlatformSwitchOutlined,
|
|
2315
2337
|
PlayCircleFilled,
|
|
2316
2338
|
PlayCircleOutlined,
|
|
2317
2339
|
PlayCircleProOutlined,
|
|
@@ -2402,6 +2424,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2402
2424
|
SalesCallFilled,
|
|
2403
2425
|
SatelliteOutlined,
|
|
2404
2426
|
SaveOutlined,
|
|
2427
|
+
ScanCodeOutlined,
|
|
2405
2428
|
ScanOutlined,
|
|
2406
2429
|
ScenicAreaFilled,
|
|
2407
2430
|
ScheduleOutlined,
|
|
@@ -2584,6 +2607,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2584
2607
|
WindSpeedOutlined,
|
|
2585
2608
|
WithoutMaskPurely,
|
|
2586
2609
|
WomanOutlined,
|
|
2610
|
+
WoodlandOutlined,
|
|
2587
2611
|
WordOrderOutlined,
|
|
2588
2612
|
WorkOrderCheckOutlined,
|
|
2589
2613
|
WorkOrderTimeOutlined,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.26.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.34.0",
|
|
35
35
|
"rc-util": "^5.19.3"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|