@sensoro-design/icons 2.12.0 → 2.13.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 +11 -0
- package/ColorFilterOutlined.d.ts +2 -0
- package/ColorFilterOutlined.js +15 -0
- package/CropOutlined.d.ts +2 -0
- package/CropOutlined.js +15 -0
- package/FineTuneOutlined.d.ts +2 -0
- package/FineTuneOutlined.js +15 -0
- package/ImageOptimizationFilled.d.ts +2 -0
- package/ImageOptimizationFilled.js +15 -0
- package/MosaicOutlined.d.ts +2 -0
- package/MosaicOutlined.js +15 -0
- package/ResizeOutlined.d.ts +2 -0
- package/ResizeOutlined.js +15 -0
- package/RestoreOutlined.d.ts +2 -0
- package/RestoreOutlined.js +15 -0
- package/StickerOutlined.d.ts +2 -0
- package/StickerOutlined.js +15 -0
- package/es/icons/ColorFilterOutlined.d.ts +4 -0
- package/es/icons/ColorFilterOutlined.js +13 -0
- package/es/icons/CropOutlined.d.ts +4 -0
- package/es/icons/CropOutlined.js +13 -0
- package/es/icons/FineTuneOutlined.d.ts +4 -0
- package/es/icons/FineTuneOutlined.js +13 -0
- package/es/icons/ImageOptimizationFilled.d.ts +4 -0
- package/es/icons/ImageOptimizationFilled.js +13 -0
- package/es/icons/MosaicOutlined.d.ts +4 -0
- package/es/icons/MosaicOutlined.js +13 -0
- package/es/icons/ResizeOutlined.d.ts +4 -0
- package/es/icons/ResizeOutlined.js +13 -0
- package/es/icons/RestoreOutlined.d.ts +4 -0
- package/es/icons/RestoreOutlined.js +13 -0
- package/es/icons/StickerOutlined.d.ts +4 -0
- package/es/icons/StickerOutlined.js +13 -0
- package/es/icons/index.d.ts +8 -0
- package/es/icons/index.js +8 -0
- package/lib/icons/ColorFilterOutlined.d.ts +4 -0
- package/lib/icons/ColorFilterOutlined.js +42 -0
- package/lib/icons/CropOutlined.d.ts +4 -0
- package/lib/icons/CropOutlined.js +42 -0
- package/lib/icons/FineTuneOutlined.d.ts +4 -0
- package/lib/icons/FineTuneOutlined.js +42 -0
- package/lib/icons/ImageOptimizationFilled.d.ts +4 -0
- package/lib/icons/ImageOptimizationFilled.js +42 -0
- package/lib/icons/MosaicOutlined.d.ts +4 -0
- package/lib/icons/MosaicOutlined.js +42 -0
- package/lib/icons/ResizeOutlined.d.ts +4 -0
- package/lib/icons/ResizeOutlined.js +42 -0
- package/lib/icons/RestoreOutlined.d.ts +4 -0
- package/lib/icons/RestoreOutlined.js +42 -0
- package/lib/icons/StickerOutlined.d.ts +4 -0
- package/lib/icons/StickerOutlined.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
|
@@ -111,6 +111,7 @@ export { default as Co2Outlined } from './Co2Outlined';
|
|
|
111
111
|
export { default as CoOutlined } from './CoOutlined';
|
|
112
112
|
export { default as CodeOutlined } from './CodeOutlined';
|
|
113
113
|
export { default as CollectOutlined } from './CollectOutlined';
|
|
114
|
+
export { default as ColorFilterOutlined } from './ColorFilterOutlined';
|
|
114
115
|
export { default as CommunicationEquipmentOutlined } from './CommunicationEquipmentOutlined';
|
|
115
116
|
export { default as CompareOutlined } from './CompareOutlined';
|
|
116
117
|
export { default as CompassOutlined } from './CompassOutlined';
|
|
@@ -119,6 +120,7 @@ export { default as CompressOutlined } from './CompressOutlined';
|
|
|
119
120
|
export { default as ContinuityDetectionOutlined } from './ContinuityDetectionOutlined';
|
|
120
121
|
export { default as ControllerOutlined } from './ControllerOutlined';
|
|
121
122
|
export { default as CopyOutlined } from './CopyOutlined';
|
|
123
|
+
export { default as CropOutlined } from './CropOutlined';
|
|
122
124
|
export { default as CurrentOutlined } from './CurrentOutlined';
|
|
123
125
|
export { default as DamOutlined } from './DamOutlined';
|
|
124
126
|
export { default as DangerFilled } from './DangerFilled';
|
|
@@ -246,6 +248,7 @@ export { default as FileWordOutlined } from './FileWordOutlined';
|
|
|
246
248
|
export { default as FileZipOutlined } from './FileZipOutlined';
|
|
247
249
|
export { default as FilterFilled } from './FilterFilled';
|
|
248
250
|
export { default as FilterOutlined } from './FilterOutlined';
|
|
251
|
+
export { default as FineTuneOutlined } from './FineTuneOutlined';
|
|
249
252
|
export { default as FireBreakerFilled } from './FireBreakerFilled';
|
|
250
253
|
export { default as FireBrigadeFilled } from './FireBrigadeFilled';
|
|
251
254
|
export { default as FireBrigadeOutlined } from './FireBrigadeOutlined';
|
|
@@ -363,6 +366,7 @@ export { default as IllegalHelmetPurely } from './IllegalHelmetPurely';
|
|
|
363
366
|
export { default as ImageCameraOutlined } from './ImageCameraOutlined';
|
|
364
367
|
export { default as ImageErrorFilled } from './ImageErrorFilled';
|
|
365
368
|
export { default as ImageFilled } from './ImageFilled';
|
|
369
|
+
export { default as ImageOptimizationFilled } from './ImageOptimizationFilled';
|
|
366
370
|
export { default as ImageOptimizationOutlined } from './ImageOptimizationOutlined';
|
|
367
371
|
export { default as ImageOutlined } from './ImageOutlined';
|
|
368
372
|
export { default as InclinationOutlined } from './InclinationOutlined';
|
|
@@ -460,6 +464,7 @@ export { default as MoneyWatchOutlined } from './MoneyWatchOutlined';
|
|
|
460
464
|
export { default as MoonOutlined } from './MoonOutlined';
|
|
461
465
|
export { default as MoonPurely } from './MoonPurely';
|
|
462
466
|
export { default as MoreOutlined } from './MoreOutlined';
|
|
467
|
+
export { default as MosaicOutlined } from './MosaicOutlined';
|
|
463
468
|
export { default as MufflingDeviceFilled } from './MufflingDeviceFilled';
|
|
464
469
|
export { default as MufflingFilled } from './MufflingFilled';
|
|
465
470
|
export { default as MufflingOutlined } from './MufflingOutlined';
|
|
@@ -567,9 +572,11 @@ export { default as ReloadOutlined } from './ReloadOutlined';
|
|
|
567
572
|
export { default as RemoteFireMonitoringFilled } from './RemoteFireMonitoringFilled';
|
|
568
573
|
export { default as RemoteFireMonitoringOutlined } from './RemoteFireMonitoringOutlined';
|
|
569
574
|
export { default as ReservoirOutlined } from './ReservoirOutlined';
|
|
575
|
+
export { default as ResizeOutlined } from './ResizeOutlined';
|
|
570
576
|
export { default as ResourceOutlined } from './ResourceOutlined';
|
|
571
577
|
export { default as RestFilled } from './RestFilled';
|
|
572
578
|
export { default as RestOutlined } from './RestOutlined';
|
|
579
|
+
export { default as RestoreOutlined } from './RestoreOutlined';
|
|
573
580
|
export { default as RetrieveCarFilled } from './RetrieveCarFilled';
|
|
574
581
|
export { default as RetrieveCarOutlined } from './RetrieveCarOutlined';
|
|
575
582
|
export { default as RetrieveHumanoidOutlined } from './RetrieveHumanoidOutlined';
|
|
@@ -667,6 +674,7 @@ export { default as StatisticsFilled } from './StatisticsFilled';
|
|
|
667
674
|
export { default as StepBackwardOutlined } from './StepBackwardOutlined';
|
|
668
675
|
export { default as StepCountOutlined } from './StepCountOutlined';
|
|
669
676
|
export { default as StepForwardOutlined } from './StepForwardOutlined';
|
|
677
|
+
export { default as StickerOutlined } from './StickerOutlined';
|
|
670
678
|
export { default as StopOutlined } from './StopOutlined';
|
|
671
679
|
export { default as SunOutlined } from './SunOutlined';
|
|
672
680
|
export { default as SunriseOutlined } from './SunriseOutlined';
|
package/lib/icons/index.js
CHANGED
|
@@ -142,6 +142,7 @@ __export(icons_exports, {
|
|
|
142
142
|
CoOutlined: () => import_CoOutlined.default,
|
|
143
143
|
CodeOutlined: () => import_CodeOutlined.default,
|
|
144
144
|
CollectOutlined: () => import_CollectOutlined.default,
|
|
145
|
+
ColorFilterOutlined: () => import_ColorFilterOutlined.default,
|
|
145
146
|
CommunicationEquipmentOutlined: () => import_CommunicationEquipmentOutlined.default,
|
|
146
147
|
CompareOutlined: () => import_CompareOutlined.default,
|
|
147
148
|
CompassOutlined: () => import_CompassOutlined.default,
|
|
@@ -150,6 +151,7 @@ __export(icons_exports, {
|
|
|
150
151
|
ContinuityDetectionOutlined: () => import_ContinuityDetectionOutlined.default,
|
|
151
152
|
ControllerOutlined: () => import_ControllerOutlined.default,
|
|
152
153
|
CopyOutlined: () => import_CopyOutlined.default,
|
|
154
|
+
CropOutlined: () => import_CropOutlined.default,
|
|
153
155
|
CurrentOutlined: () => import_CurrentOutlined.default,
|
|
154
156
|
DamOutlined: () => import_DamOutlined.default,
|
|
155
157
|
DangerFilled: () => import_DangerFilled.default,
|
|
@@ -277,6 +279,7 @@ __export(icons_exports, {
|
|
|
277
279
|
FileZipOutlined: () => import_FileZipOutlined.default,
|
|
278
280
|
FilterFilled: () => import_FilterFilled.default,
|
|
279
281
|
FilterOutlined: () => import_FilterOutlined.default,
|
|
282
|
+
FineTuneOutlined: () => import_FineTuneOutlined.default,
|
|
280
283
|
FireBreakerFilled: () => import_FireBreakerFilled.default,
|
|
281
284
|
FireBrigadeFilled: () => import_FireBrigadeFilled.default,
|
|
282
285
|
FireBrigadeOutlined: () => import_FireBrigadeOutlined.default,
|
|
@@ -394,6 +397,7 @@ __export(icons_exports, {
|
|
|
394
397
|
ImageCameraOutlined: () => import_ImageCameraOutlined.default,
|
|
395
398
|
ImageErrorFilled: () => import_ImageErrorFilled.default,
|
|
396
399
|
ImageFilled: () => import_ImageFilled.default,
|
|
400
|
+
ImageOptimizationFilled: () => import_ImageOptimizationFilled.default,
|
|
397
401
|
ImageOptimizationOutlined: () => import_ImageOptimizationOutlined.default,
|
|
398
402
|
ImageOutlined: () => import_ImageOutlined.default,
|
|
399
403
|
InclinationOutlined: () => import_InclinationOutlined.default,
|
|
@@ -491,6 +495,7 @@ __export(icons_exports, {
|
|
|
491
495
|
MoonOutlined: () => import_MoonOutlined.default,
|
|
492
496
|
MoonPurely: () => import_MoonPurely.default,
|
|
493
497
|
MoreOutlined: () => import_MoreOutlined.default,
|
|
498
|
+
MosaicOutlined: () => import_MosaicOutlined.default,
|
|
494
499
|
MufflingDeviceFilled: () => import_MufflingDeviceFilled.default,
|
|
495
500
|
MufflingFilled: () => import_MufflingFilled.default,
|
|
496
501
|
MufflingOutlined: () => import_MufflingOutlined.default,
|
|
@@ -598,9 +603,11 @@ __export(icons_exports, {
|
|
|
598
603
|
RemoteFireMonitoringFilled: () => import_RemoteFireMonitoringFilled.default,
|
|
599
604
|
RemoteFireMonitoringOutlined: () => import_RemoteFireMonitoringOutlined.default,
|
|
600
605
|
ReservoirOutlined: () => import_ReservoirOutlined.default,
|
|
606
|
+
ResizeOutlined: () => import_ResizeOutlined.default,
|
|
601
607
|
ResourceOutlined: () => import_ResourceOutlined.default,
|
|
602
608
|
RestFilled: () => import_RestFilled.default,
|
|
603
609
|
RestOutlined: () => import_RestOutlined.default,
|
|
610
|
+
RestoreOutlined: () => import_RestoreOutlined.default,
|
|
604
611
|
RetrieveCarFilled: () => import_RetrieveCarFilled.default,
|
|
605
612
|
RetrieveCarOutlined: () => import_RetrieveCarOutlined.default,
|
|
606
613
|
RetrieveHumanoidOutlined: () => import_RetrieveHumanoidOutlined.default,
|
|
@@ -698,6 +705,7 @@ __export(icons_exports, {
|
|
|
698
705
|
StepBackwardOutlined: () => import_StepBackwardOutlined.default,
|
|
699
706
|
StepCountOutlined: () => import_StepCountOutlined.default,
|
|
700
707
|
StepForwardOutlined: () => import_StepForwardOutlined.default,
|
|
708
|
+
StickerOutlined: () => import_StickerOutlined.default,
|
|
701
709
|
StopOutlined: () => import_StopOutlined.default,
|
|
702
710
|
SunOutlined: () => import_SunOutlined.default,
|
|
703
711
|
SunriseOutlined: () => import_SunriseOutlined.default,
|
|
@@ -929,6 +937,7 @@ var import_Co2Outlined = __toESM(require("./Co2Outlined"));
|
|
|
929
937
|
var import_CoOutlined = __toESM(require("./CoOutlined"));
|
|
930
938
|
var import_CodeOutlined = __toESM(require("./CodeOutlined"));
|
|
931
939
|
var import_CollectOutlined = __toESM(require("./CollectOutlined"));
|
|
940
|
+
var import_ColorFilterOutlined = __toESM(require("./ColorFilterOutlined"));
|
|
932
941
|
var import_CommunicationEquipmentOutlined = __toESM(require("./CommunicationEquipmentOutlined"));
|
|
933
942
|
var import_CompareOutlined = __toESM(require("./CompareOutlined"));
|
|
934
943
|
var import_CompassOutlined = __toESM(require("./CompassOutlined"));
|
|
@@ -937,6 +946,7 @@ var import_CompressOutlined = __toESM(require("./CompressOutlined"));
|
|
|
937
946
|
var import_ContinuityDetectionOutlined = __toESM(require("./ContinuityDetectionOutlined"));
|
|
938
947
|
var import_ControllerOutlined = __toESM(require("./ControllerOutlined"));
|
|
939
948
|
var import_CopyOutlined = __toESM(require("./CopyOutlined"));
|
|
949
|
+
var import_CropOutlined = __toESM(require("./CropOutlined"));
|
|
940
950
|
var import_CurrentOutlined = __toESM(require("./CurrentOutlined"));
|
|
941
951
|
var import_DamOutlined = __toESM(require("./DamOutlined"));
|
|
942
952
|
var import_DangerFilled = __toESM(require("./DangerFilled"));
|
|
@@ -1064,6 +1074,7 @@ var import_FileWordOutlined = __toESM(require("./FileWordOutlined"));
|
|
|
1064
1074
|
var import_FileZipOutlined = __toESM(require("./FileZipOutlined"));
|
|
1065
1075
|
var import_FilterFilled = __toESM(require("./FilterFilled"));
|
|
1066
1076
|
var import_FilterOutlined = __toESM(require("./FilterOutlined"));
|
|
1077
|
+
var import_FineTuneOutlined = __toESM(require("./FineTuneOutlined"));
|
|
1067
1078
|
var import_FireBreakerFilled = __toESM(require("./FireBreakerFilled"));
|
|
1068
1079
|
var import_FireBrigadeFilled = __toESM(require("./FireBrigadeFilled"));
|
|
1069
1080
|
var import_FireBrigadeOutlined = __toESM(require("./FireBrigadeOutlined"));
|
|
@@ -1181,6 +1192,7 @@ var import_IllegalHelmetPurely = __toESM(require("./IllegalHelmetPurely"));
|
|
|
1181
1192
|
var import_ImageCameraOutlined = __toESM(require("./ImageCameraOutlined"));
|
|
1182
1193
|
var import_ImageErrorFilled = __toESM(require("./ImageErrorFilled"));
|
|
1183
1194
|
var import_ImageFilled = __toESM(require("./ImageFilled"));
|
|
1195
|
+
var import_ImageOptimizationFilled = __toESM(require("./ImageOptimizationFilled"));
|
|
1184
1196
|
var import_ImageOptimizationOutlined = __toESM(require("./ImageOptimizationOutlined"));
|
|
1185
1197
|
var import_ImageOutlined = __toESM(require("./ImageOutlined"));
|
|
1186
1198
|
var import_InclinationOutlined = __toESM(require("./InclinationOutlined"));
|
|
@@ -1278,6 +1290,7 @@ var import_MoneyWatchOutlined = __toESM(require("./MoneyWatchOutlined"));
|
|
|
1278
1290
|
var import_MoonOutlined = __toESM(require("./MoonOutlined"));
|
|
1279
1291
|
var import_MoonPurely = __toESM(require("./MoonPurely"));
|
|
1280
1292
|
var import_MoreOutlined = __toESM(require("./MoreOutlined"));
|
|
1293
|
+
var import_MosaicOutlined = __toESM(require("./MosaicOutlined"));
|
|
1281
1294
|
var import_MufflingDeviceFilled = __toESM(require("./MufflingDeviceFilled"));
|
|
1282
1295
|
var import_MufflingFilled = __toESM(require("./MufflingFilled"));
|
|
1283
1296
|
var import_MufflingOutlined = __toESM(require("./MufflingOutlined"));
|
|
@@ -1385,9 +1398,11 @@ var import_ReloadOutlined = __toESM(require("./ReloadOutlined"));
|
|
|
1385
1398
|
var import_RemoteFireMonitoringFilled = __toESM(require("./RemoteFireMonitoringFilled"));
|
|
1386
1399
|
var import_RemoteFireMonitoringOutlined = __toESM(require("./RemoteFireMonitoringOutlined"));
|
|
1387
1400
|
var import_ReservoirOutlined = __toESM(require("./ReservoirOutlined"));
|
|
1401
|
+
var import_ResizeOutlined = __toESM(require("./ResizeOutlined"));
|
|
1388
1402
|
var import_ResourceOutlined = __toESM(require("./ResourceOutlined"));
|
|
1389
1403
|
var import_RestFilled = __toESM(require("./RestFilled"));
|
|
1390
1404
|
var import_RestOutlined = __toESM(require("./RestOutlined"));
|
|
1405
|
+
var import_RestoreOutlined = __toESM(require("./RestoreOutlined"));
|
|
1391
1406
|
var import_RetrieveCarFilled = __toESM(require("./RetrieveCarFilled"));
|
|
1392
1407
|
var import_RetrieveCarOutlined = __toESM(require("./RetrieveCarOutlined"));
|
|
1393
1408
|
var import_RetrieveHumanoidOutlined = __toESM(require("./RetrieveHumanoidOutlined"));
|
|
@@ -1485,6 +1500,7 @@ var import_StatisticsFilled = __toESM(require("./StatisticsFilled"));
|
|
|
1485
1500
|
var import_StepBackwardOutlined = __toESM(require("./StepBackwardOutlined"));
|
|
1486
1501
|
var import_StepCountOutlined = __toESM(require("./StepCountOutlined"));
|
|
1487
1502
|
var import_StepForwardOutlined = __toESM(require("./StepForwardOutlined"));
|
|
1503
|
+
var import_StickerOutlined = __toESM(require("./StickerOutlined"));
|
|
1488
1504
|
var import_StopOutlined = __toESM(require("./StopOutlined"));
|
|
1489
1505
|
var import_SunOutlined = __toESM(require("./SunOutlined"));
|
|
1490
1506
|
var import_SunriseOutlined = __toESM(require("./SunriseOutlined"));
|
|
@@ -1716,6 +1732,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
1716
1732
|
CoOutlined,
|
|
1717
1733
|
CodeOutlined,
|
|
1718
1734
|
CollectOutlined,
|
|
1735
|
+
ColorFilterOutlined,
|
|
1719
1736
|
CommunicationEquipmentOutlined,
|
|
1720
1737
|
CompareOutlined,
|
|
1721
1738
|
CompassOutlined,
|
|
@@ -1724,6 +1741,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
1724
1741
|
ContinuityDetectionOutlined,
|
|
1725
1742
|
ControllerOutlined,
|
|
1726
1743
|
CopyOutlined,
|
|
1744
|
+
CropOutlined,
|
|
1727
1745
|
CurrentOutlined,
|
|
1728
1746
|
DamOutlined,
|
|
1729
1747
|
DangerFilled,
|
|
@@ -1851,6 +1869,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
1851
1869
|
FileZipOutlined,
|
|
1852
1870
|
FilterFilled,
|
|
1853
1871
|
FilterOutlined,
|
|
1872
|
+
FineTuneOutlined,
|
|
1854
1873
|
FireBreakerFilled,
|
|
1855
1874
|
FireBrigadeFilled,
|
|
1856
1875
|
FireBrigadeOutlined,
|
|
@@ -1968,6 +1987,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
1968
1987
|
ImageCameraOutlined,
|
|
1969
1988
|
ImageErrorFilled,
|
|
1970
1989
|
ImageFilled,
|
|
1990
|
+
ImageOptimizationFilled,
|
|
1971
1991
|
ImageOptimizationOutlined,
|
|
1972
1992
|
ImageOutlined,
|
|
1973
1993
|
InclinationOutlined,
|
|
@@ -2065,6 +2085,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2065
2085
|
MoonOutlined,
|
|
2066
2086
|
MoonPurely,
|
|
2067
2087
|
MoreOutlined,
|
|
2088
|
+
MosaicOutlined,
|
|
2068
2089
|
MufflingDeviceFilled,
|
|
2069
2090
|
MufflingFilled,
|
|
2070
2091
|
MufflingOutlined,
|
|
@@ -2172,9 +2193,11 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2172
2193
|
RemoteFireMonitoringFilled,
|
|
2173
2194
|
RemoteFireMonitoringOutlined,
|
|
2174
2195
|
ReservoirOutlined,
|
|
2196
|
+
ResizeOutlined,
|
|
2175
2197
|
ResourceOutlined,
|
|
2176
2198
|
RestFilled,
|
|
2177
2199
|
RestOutlined,
|
|
2200
|
+
RestoreOutlined,
|
|
2178
2201
|
RetrieveCarFilled,
|
|
2179
2202
|
RetrieveCarOutlined,
|
|
2180
2203
|
RetrieveHumanoidOutlined,
|
|
@@ -2272,6 +2295,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2272
2295
|
StepBackwardOutlined,
|
|
2273
2296
|
StepCountOutlined,
|
|
2274
2297
|
StepForwardOutlined,
|
|
2298
|
+
StickerOutlined,
|
|
2275
2299
|
StopOutlined,
|
|
2276
2300
|
SunOutlined,
|
|
2277
2301
|
SunriseOutlined,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.13.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.19.0",
|
|
35
35
|
"rc-util": "^5.19.3"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|