@sensoro-design/icons 2.35.0 → 2.37.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/OutfallOutlined.d.ts +2 -0
- package/OutfallOutlined.js +15 -0
- package/SinglePlayOutlined.d.ts +2 -0
- package/SinglePlayOutlined.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/OutfallOutlined.d.ts +4 -0
- package/es/icons/OutfallOutlined.js +13 -0
- package/es/icons/SinglePlayOutlined.d.ts +4 -0
- package/es/icons/SinglePlayOutlined.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/OutfallOutlined.d.ts +4 -0
- package/lib/icons/OutfallOutlined.js +42 -0
- package/lib/icons/SinglePlayOutlined.d.ts +4 -0
- package/lib/icons/SinglePlayOutlined.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';
|
|
@@ -575,6 +579,7 @@ export { default as OrganizeOutlined } from './OrganizeOutlined';
|
|
|
575
579
|
export { default as OrganizeProOutlined } from './OrganizeProOutlined';
|
|
576
580
|
export { default as OriginalRatioOutlined } from './OriginalRatioOutlined';
|
|
577
581
|
export { default as OriginalSizeOutlined } from './OriginalSizeOutlined';
|
|
582
|
+
export { default as OutfallOutlined } from './OutfallOutlined';
|
|
578
583
|
export { default as OverviewFilled } from './OverviewFilled';
|
|
579
584
|
export { default as OverviewOutlined } from './OverviewOutlined';
|
|
580
585
|
export { default as PaintTrayOutlined } from './PaintTrayOutlined';
|
|
@@ -739,9 +744,12 @@ export { default as ShoppingOutlined } from './ShoppingOutlined';
|
|
|
739
744
|
export { default as ShutdownOutlined } from './ShutdownOutlined';
|
|
740
745
|
export { default as SignalTowerFilled } from './SignalTowerFilled';
|
|
741
746
|
export { default as SignalTowerOutlined } from './SignalTowerOutlined';
|
|
747
|
+
export { default as SinglePlayOutlined } from './SinglePlayOutlined';
|
|
742
748
|
export { default as SlashOutlined } from './SlashOutlined';
|
|
743
749
|
export { default as SleepFilled } from './SleepFilled';
|
|
744
750
|
export { default as SleepOutlined } from './SleepOutlined';
|
|
751
|
+
export { default as SlopeProtectionOutlined } from './SlopeProtectionOutlined';
|
|
752
|
+
export { default as SluiceGateOutlined } from './SluiceGateOutlined';
|
|
745
753
|
export { default as SmartBoxOutlined } from './SmartBoxOutlined';
|
|
746
754
|
export { default as SmartCommunityOutlined } from './SmartCommunityOutlined';
|
|
747
755
|
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,
|
|
@@ -606,6 +610,7 @@ __export(icons_exports, {
|
|
|
606
610
|
OrganizeProOutlined: () => import_OrganizeProOutlined.default,
|
|
607
611
|
OriginalRatioOutlined: () => import_OriginalRatioOutlined.default,
|
|
608
612
|
OriginalSizeOutlined: () => import_OriginalSizeOutlined.default,
|
|
613
|
+
OutfallOutlined: () => import_OutfallOutlined.default,
|
|
609
614
|
OverviewFilled: () => import_OverviewFilled.default,
|
|
610
615
|
OverviewOutlined: () => import_OverviewOutlined.default,
|
|
611
616
|
PaintTrayOutlined: () => import_PaintTrayOutlined.default,
|
|
@@ -770,9 +775,12 @@ __export(icons_exports, {
|
|
|
770
775
|
ShutdownOutlined: () => import_ShutdownOutlined.default,
|
|
771
776
|
SignalTowerFilled: () => import_SignalTowerFilled.default,
|
|
772
777
|
SignalTowerOutlined: () => import_SignalTowerOutlined.default,
|
|
778
|
+
SinglePlayOutlined: () => import_SinglePlayOutlined.default,
|
|
773
779
|
SlashOutlined: () => import_SlashOutlined.default,
|
|
774
780
|
SleepFilled: () => import_SleepFilled.default,
|
|
775
781
|
SleepOutlined: () => import_SleepOutlined.default,
|
|
782
|
+
SlopeProtectionOutlined: () => import_SlopeProtectionOutlined.default,
|
|
783
|
+
SluiceGateOutlined: () => import_SluiceGateOutlined.default,
|
|
776
784
|
SmartBoxOutlined: () => import_SmartBoxOutlined.default,
|
|
777
785
|
SmartCommunityOutlined: () => import_SmartCommunityOutlined.default,
|
|
778
786
|
SmartLightPoleFilled: () => import_SmartLightPoleFilled.default,
|
|
@@ -1111,6 +1119,7 @@ var import_CopyOutlined = __toESM(require("./CopyOutlined"));
|
|
|
1111
1119
|
var import_CourierServiceFilled = __toESM(require("./CourierServiceFilled"));
|
|
1112
1120
|
var import_CourierServiceOutlined = __toESM(require("./CourierServiceOutlined"));
|
|
1113
1121
|
var import_CropOutlined = __toESM(require("./CropOutlined"));
|
|
1122
|
+
var import_CulvertSluiceOutlined = __toESM(require("./CulvertSluiceOutlined"));
|
|
1114
1123
|
var import_CurrentOutlined = __toESM(require("./CurrentOutlined"));
|
|
1115
1124
|
var import_DamOutlined = __toESM(require("./DamOutlined"));
|
|
1116
1125
|
var import_DangerFilled = __toESM(require("./DangerFilled"));
|
|
@@ -1179,6 +1188,7 @@ var import_ElevatorStoppedFilled = __toESM(require("./ElevatorStoppedFilled"));
|
|
|
1179
1188
|
var import_ElevatorUserFilled = __toESM(require("./ElevatorUserFilled"));
|
|
1180
1189
|
var import_EllipsisCircleOutlined = __toESM(require("./EllipsisCircleOutlined"));
|
|
1181
1190
|
var import_EllipsisOutlined = __toESM(require("./EllipsisOutlined"));
|
|
1191
|
+
var import_EmbankmentProjectOutlined = __toESM(require("./EmbankmentProjectOutlined"));
|
|
1182
1192
|
var import_EmployerFilled = __toESM(require("./EmployerFilled"));
|
|
1183
1193
|
var import_EmployerOutlined = __toESM(require("./EmployerOutlined"));
|
|
1184
1194
|
var import_EngineOutlined = __toESM(require("./EngineOutlined"));
|
|
@@ -1358,6 +1368,7 @@ var import_HospitalOutlined = __toESM(require("./HospitalOutlined"));
|
|
|
1358
1368
|
var import_HumanTrafficVideoOutlined = __toESM(require("./HumanTrafficVideoOutlined"));
|
|
1359
1369
|
var import_HumanoidFilled = __toESM(require("./HumanoidFilled"));
|
|
1360
1370
|
var import_HydrolabOutlined = __toESM(require("./HydrolabOutlined"));
|
|
1371
|
+
var import_HydropowerPlantsOutlined = __toESM(require("./HydropowerPlantsOutlined"));
|
|
1361
1372
|
var import_IcyRoadOutlined = __toESM(require("./IcyRoadOutlined"));
|
|
1362
1373
|
var import_IdcardFilled = __toESM(require("./IdcardFilled"));
|
|
1363
1374
|
var import_IdcardOutlined = __toESM(require("./IdcardOutlined"));
|
|
@@ -1386,6 +1397,7 @@ var import_IntelligentAccessOutlined = __toESM(require("./IntelligentAccessOutli
|
|
|
1386
1397
|
var import_InvalidContentPurely = __toESM(require("./InvalidContentPurely"));
|
|
1387
1398
|
var import_IotFilled = __toESM(require("./IotFilled"));
|
|
1388
1399
|
var import_IotOutlined = __toESM(require("./IotOutlined"));
|
|
1400
|
+
var import_IrrigationPipelineOutlined = __toESM(require("./IrrigationPipelineOutlined"));
|
|
1389
1401
|
var import_ItineraryOutlined = __toESM(require("./ItineraryOutlined"));
|
|
1390
1402
|
var import_JackOutlined = __toESM(require("./JackOutlined"));
|
|
1391
1403
|
var import_KeyAreaOutlined = __toESM(require("./KeyAreaOutlined"));
|
|
@@ -1524,6 +1536,7 @@ var import_OrganizeOutlined = __toESM(require("./OrganizeOutlined"));
|
|
|
1524
1536
|
var import_OrganizeProOutlined = __toESM(require("./OrganizeProOutlined"));
|
|
1525
1537
|
var import_OriginalRatioOutlined = __toESM(require("./OriginalRatioOutlined"));
|
|
1526
1538
|
var import_OriginalSizeOutlined = __toESM(require("./OriginalSizeOutlined"));
|
|
1539
|
+
var import_OutfallOutlined = __toESM(require("./OutfallOutlined"));
|
|
1527
1540
|
var import_OverviewFilled = __toESM(require("./OverviewFilled"));
|
|
1528
1541
|
var import_OverviewOutlined = __toESM(require("./OverviewOutlined"));
|
|
1529
1542
|
var import_PaintTrayOutlined = __toESM(require("./PaintTrayOutlined"));
|
|
@@ -1688,9 +1701,12 @@ var import_ShoppingOutlined = __toESM(require("./ShoppingOutlined"));
|
|
|
1688
1701
|
var import_ShutdownOutlined = __toESM(require("./ShutdownOutlined"));
|
|
1689
1702
|
var import_SignalTowerFilled = __toESM(require("./SignalTowerFilled"));
|
|
1690
1703
|
var import_SignalTowerOutlined = __toESM(require("./SignalTowerOutlined"));
|
|
1704
|
+
var import_SinglePlayOutlined = __toESM(require("./SinglePlayOutlined"));
|
|
1691
1705
|
var import_SlashOutlined = __toESM(require("./SlashOutlined"));
|
|
1692
1706
|
var import_SleepFilled = __toESM(require("./SleepFilled"));
|
|
1693
1707
|
var import_SleepOutlined = __toESM(require("./SleepOutlined"));
|
|
1708
|
+
var import_SlopeProtectionOutlined = __toESM(require("./SlopeProtectionOutlined"));
|
|
1709
|
+
var import_SluiceGateOutlined = __toESM(require("./SluiceGateOutlined"));
|
|
1694
1710
|
var import_SmartBoxOutlined = __toESM(require("./SmartBoxOutlined"));
|
|
1695
1711
|
var import_SmartCommunityOutlined = __toESM(require("./SmartCommunityOutlined"));
|
|
1696
1712
|
var import_SmartLightPoleFilled = __toESM(require("./SmartLightPoleFilled"));
|
|
@@ -2029,6 +2045,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2029
2045
|
CourierServiceFilled,
|
|
2030
2046
|
CourierServiceOutlined,
|
|
2031
2047
|
CropOutlined,
|
|
2048
|
+
CulvertSluiceOutlined,
|
|
2032
2049
|
CurrentOutlined,
|
|
2033
2050
|
DamOutlined,
|
|
2034
2051
|
DangerFilled,
|
|
@@ -2097,6 +2114,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2097
2114
|
ElevatorUserFilled,
|
|
2098
2115
|
EllipsisCircleOutlined,
|
|
2099
2116
|
EllipsisOutlined,
|
|
2117
|
+
EmbankmentProjectOutlined,
|
|
2100
2118
|
EmployerFilled,
|
|
2101
2119
|
EmployerOutlined,
|
|
2102
2120
|
EngineOutlined,
|
|
@@ -2276,6 +2294,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2276
2294
|
HumanTrafficVideoOutlined,
|
|
2277
2295
|
HumanoidFilled,
|
|
2278
2296
|
HydrolabOutlined,
|
|
2297
|
+
HydropowerPlantsOutlined,
|
|
2279
2298
|
IcyRoadOutlined,
|
|
2280
2299
|
IdcardFilled,
|
|
2281
2300
|
IdcardOutlined,
|
|
@@ -2304,6 +2323,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2304
2323
|
InvalidContentPurely,
|
|
2305
2324
|
IotFilled,
|
|
2306
2325
|
IotOutlined,
|
|
2326
|
+
IrrigationPipelineOutlined,
|
|
2307
2327
|
ItineraryOutlined,
|
|
2308
2328
|
JackOutlined,
|
|
2309
2329
|
KeyAreaOutlined,
|
|
@@ -2442,6 +2462,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2442
2462
|
OrganizeProOutlined,
|
|
2443
2463
|
OriginalRatioOutlined,
|
|
2444
2464
|
OriginalSizeOutlined,
|
|
2465
|
+
OutfallOutlined,
|
|
2445
2466
|
OverviewFilled,
|
|
2446
2467
|
OverviewOutlined,
|
|
2447
2468
|
PaintTrayOutlined,
|
|
@@ -2606,9 +2627,12 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2606
2627
|
ShutdownOutlined,
|
|
2607
2628
|
SignalTowerFilled,
|
|
2608
2629
|
SignalTowerOutlined,
|
|
2630
|
+
SinglePlayOutlined,
|
|
2609
2631
|
SlashOutlined,
|
|
2610
2632
|
SleepFilled,
|
|
2611
2633
|
SleepOutlined,
|
|
2634
|
+
SlopeProtectionOutlined,
|
|
2635
|
+
SluiceGateOutlined,
|
|
2612
2636
|
SmartBoxOutlined,
|
|
2613
2637
|
SmartCommunityOutlined,
|
|
2614
2638
|
SmartLightPoleFilled,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.37.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.45.0",
|
|
35
35
|
"rc-util": "^5.19.3"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|