@sensoro-design/icons 2.29.0 → 2.30.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/BusStopOutlined.d.ts +2 -0
- package/BusStopOutlined.js +15 -0
- package/CHANGELOG.md +11 -0
- package/CarParkOutlined.d.ts +2 -0
- package/CarParkOutlined.js +15 -0
- package/DrinkWaterPointOutlined.d.ts +2 -0
- package/DrinkWaterPointOutlined.js +15 -0
- package/GasStationOutlined.d.ts +2 -0
- package/GasStationOutlined.js +15 -0
- package/SupplyPointOutlined.d.ts +2 -0
- package/SupplyPointOutlined.js +15 -0
- package/TimingPointOutlined.d.ts +2 -0
- package/TimingPointOutlined.js +15 -0
- package/WcOutlined.d.ts +2 -0
- package/WcOutlined.js +15 -0
- package/es/icons/BusStopOutlined.d.ts +4 -0
- package/es/icons/BusStopOutlined.js +13 -0
- package/es/icons/CarParkOutlined.d.ts +4 -0
- package/es/icons/CarParkOutlined.js +13 -0
- package/es/icons/DrinkWaterPointOutlined.d.ts +4 -0
- package/es/icons/DrinkWaterPointOutlined.js +13 -0
- package/es/icons/GasStationOutlined.d.ts +4 -0
- package/es/icons/GasStationOutlined.js +13 -0
- package/es/icons/SupplyPointOutlined.d.ts +4 -0
- package/es/icons/SupplyPointOutlined.js +13 -0
- package/es/icons/TimingPointOutlined.d.ts +4 -0
- package/es/icons/TimingPointOutlined.js +13 -0
- package/es/icons/WcOutlined.d.ts +4 -0
- package/es/icons/WcOutlined.js +13 -0
- package/es/icons/index.d.ts +7 -0
- package/es/icons/index.js +7 -0
- package/lib/icons/BusStopOutlined.d.ts +4 -0
- package/lib/icons/BusStopOutlined.js +42 -0
- package/lib/icons/CarParkOutlined.d.ts +4 -0
- package/lib/icons/CarParkOutlined.js +42 -0
- package/lib/icons/DrinkWaterPointOutlined.d.ts +4 -0
- package/lib/icons/DrinkWaterPointOutlined.js +42 -0
- package/lib/icons/GasStationOutlined.d.ts +4 -0
- package/lib/icons/GasStationOutlined.js +42 -0
- package/lib/icons/SupplyPointOutlined.d.ts +4 -0
- package/lib/icons/SupplyPointOutlined.js +42 -0
- package/lib/icons/TimingPointOutlined.d.ts +4 -0
- package/lib/icons/TimingPointOutlined.js +42 -0
- package/lib/icons/WcOutlined.d.ts +4 -0
- package/lib/icons/WcOutlined.js +42 -0
- package/lib/icons/index.d.ts +7 -0
- package/lib/icons/index.js +21 -0
- package/package.json +2 -2
package/lib/icons/index.js
CHANGED
|
@@ -120,6 +120,7 @@ __export(icons_exports, {
|
|
|
120
120
|
BurningPointOutlined: () => import_BurningPointOutlined.default,
|
|
121
121
|
BusFilled: () => import_BusFilled.default,
|
|
122
122
|
BusOutlined: () => import_BusOutlined.default,
|
|
123
|
+
BusStopOutlined: () => import_BusStopOutlined.default,
|
|
123
124
|
BusinessAreaOutlined: () => import_BusinessAreaOutlined.default,
|
|
124
125
|
CakeOutlined: () => import_CakeOutlined.default,
|
|
125
126
|
CalendarCheckFilled: () => import_CalendarCheckFilled.default,
|
|
@@ -136,6 +137,7 @@ __export(icons_exports, {
|
|
|
136
137
|
CarFocusFilled: () => import_CarFocusFilled.default,
|
|
137
138
|
CarForeignFilled: () => import_CarForeignFilled.default,
|
|
138
139
|
CarOutlined: () => import_CarOutlined.default,
|
|
140
|
+
CarParkOutlined: () => import_CarParkOutlined.default,
|
|
139
141
|
CarPenFilled: () => import_CarPenFilled.default,
|
|
140
142
|
CarSpecialFilled: () => import_CarSpecialFilled.default,
|
|
141
143
|
CarStopFilled: () => import_CarStopFilled.default,
|
|
@@ -219,6 +221,7 @@ __export(icons_exports, {
|
|
|
219
221
|
DrawPolygonOutlined: () => import_DrawPolygonOutlined.default,
|
|
220
222
|
DrawRectangleOutlined: () => import_DrawRectangleOutlined.default,
|
|
221
223
|
DrawRoundOutlined: () => import_DrawRoundOutlined.default,
|
|
224
|
+
DrinkWaterPointOutlined: () => import_DrinkWaterPointOutlined.default,
|
|
222
225
|
DriveRecorderOutlined: () => import_DriveRecorderOutlined.default,
|
|
223
226
|
DroneAirportOutlined: () => import_DroneAirportOutlined.default,
|
|
224
227
|
DroneFilled: () => import_DroneFilled.default,
|
|
@@ -374,6 +377,7 @@ __export(icons_exports, {
|
|
|
374
377
|
GasSensorOutlined: () => import_GasSensorOutlined.default,
|
|
375
378
|
GasSensorPurely: () => import_GasSensorPurely.default,
|
|
376
379
|
GasStationFilled: () => import_GasStationFilled.default,
|
|
380
|
+
GasStationOutlined: () => import_GasStationOutlined.default,
|
|
377
381
|
GatewayOutlined: () => import_GatewayOutlined.default,
|
|
378
382
|
GenderOutlined: () => import_GenderOutlined.default,
|
|
379
383
|
GeoLocationFilled: () => import_GeoLocationFilled.default,
|
|
@@ -769,6 +773,7 @@ __export(icons_exports, {
|
|
|
769
773
|
SunsetOutlined: () => import_SunsetOutlined.default,
|
|
770
774
|
SuppliesFilled: () => import_SuppliesFilled.default,
|
|
771
775
|
SuppliesOutlined: () => import_SuppliesOutlined.default,
|
|
776
|
+
SupplyPointOutlined: () => import_SupplyPointOutlined.default,
|
|
772
777
|
SurroundingsPurely: () => import_SurroundingsPurely.default,
|
|
773
778
|
SwapLeftOutlined: () => import_SwapLeftOutlined.default,
|
|
774
779
|
SwapOutlined: () => import_SwapOutlined.default,
|
|
@@ -798,6 +803,7 @@ __export(icons_exports, {
|
|
|
798
803
|
TimeCircleFilled: () => import_TimeCircleFilled.default,
|
|
799
804
|
TimeCircleOutlined: () => import_TimeCircleOutlined.default,
|
|
800
805
|
TimeMachineOutlined: () => import_TimeMachineOutlined.default,
|
|
806
|
+
TimingPointOutlined: () => import_TimingPointOutlined.default,
|
|
801
807
|
ToTopFilled: () => import_ToTopFilled.default,
|
|
802
808
|
ToTopOutlined: () => import_ToTopOutlined.default,
|
|
803
809
|
ToiletPaperOutlined: () => import_ToiletPaperOutlined.default,
|
|
@@ -876,6 +882,7 @@ __export(icons_exports, {
|
|
|
876
882
|
WaterQualityPurely: () => import_WaterQualityPurely.default,
|
|
877
883
|
WatersFilled: () => import_WatersFilled.default,
|
|
878
884
|
WatersOutlined: () => import_WatersOutlined.default,
|
|
885
|
+
WcOutlined: () => import_WcOutlined.default,
|
|
879
886
|
WearingMaskFilled: () => import_WearingMaskFilled.default,
|
|
880
887
|
WeatherStationFilled: () => import_WeatherStationFilled.default,
|
|
881
888
|
WeatherStationOutlined: () => import_WeatherStationOutlined.default,
|
|
@@ -987,6 +994,7 @@ var import_BulbOutlined = __toESM(require("./BulbOutlined"));
|
|
|
987
994
|
var import_BurningPointOutlined = __toESM(require("./BurningPointOutlined"));
|
|
988
995
|
var import_BusFilled = __toESM(require("./BusFilled"));
|
|
989
996
|
var import_BusOutlined = __toESM(require("./BusOutlined"));
|
|
997
|
+
var import_BusStopOutlined = __toESM(require("./BusStopOutlined"));
|
|
990
998
|
var import_BusinessAreaOutlined = __toESM(require("./BusinessAreaOutlined"));
|
|
991
999
|
var import_CakeOutlined = __toESM(require("./CakeOutlined"));
|
|
992
1000
|
var import_CalendarCheckFilled = __toESM(require("./CalendarCheckFilled"));
|
|
@@ -1003,6 +1011,7 @@ var import_CarFilled = __toESM(require("./CarFilled"));
|
|
|
1003
1011
|
var import_CarFocusFilled = __toESM(require("./CarFocusFilled"));
|
|
1004
1012
|
var import_CarForeignFilled = __toESM(require("./CarForeignFilled"));
|
|
1005
1013
|
var import_CarOutlined = __toESM(require("./CarOutlined"));
|
|
1014
|
+
var import_CarParkOutlined = __toESM(require("./CarParkOutlined"));
|
|
1006
1015
|
var import_CarPenFilled = __toESM(require("./CarPenFilled"));
|
|
1007
1016
|
var import_CarSpecialFilled = __toESM(require("./CarSpecialFilled"));
|
|
1008
1017
|
var import_CarStopFilled = __toESM(require("./CarStopFilled"));
|
|
@@ -1086,6 +1095,7 @@ var import_DragOutlined = __toESM(require("./DragOutlined"));
|
|
|
1086
1095
|
var import_DrawPolygonOutlined = __toESM(require("./DrawPolygonOutlined"));
|
|
1087
1096
|
var import_DrawRectangleOutlined = __toESM(require("./DrawRectangleOutlined"));
|
|
1088
1097
|
var import_DrawRoundOutlined = __toESM(require("./DrawRoundOutlined"));
|
|
1098
|
+
var import_DrinkWaterPointOutlined = __toESM(require("./DrinkWaterPointOutlined"));
|
|
1089
1099
|
var import_DriveRecorderOutlined = __toESM(require("./DriveRecorderOutlined"));
|
|
1090
1100
|
var import_DroneAirportOutlined = __toESM(require("./DroneAirportOutlined"));
|
|
1091
1101
|
var import_DroneFilled = __toESM(require("./DroneFilled"));
|
|
@@ -1241,6 +1251,7 @@ var import_GasSensorControllerOutlined = __toESM(require("./GasSensorControllerO
|
|
|
1241
1251
|
var import_GasSensorOutlined = __toESM(require("./GasSensorOutlined"));
|
|
1242
1252
|
var import_GasSensorPurely = __toESM(require("./GasSensorPurely"));
|
|
1243
1253
|
var import_GasStationFilled = __toESM(require("./GasStationFilled"));
|
|
1254
|
+
var import_GasStationOutlined = __toESM(require("./GasStationOutlined"));
|
|
1244
1255
|
var import_GatewayOutlined = __toESM(require("./GatewayOutlined"));
|
|
1245
1256
|
var import_GenderOutlined = __toESM(require("./GenderOutlined"));
|
|
1246
1257
|
var import_GeoLocationFilled = __toESM(require("./GeoLocationFilled"));
|
|
@@ -1636,6 +1647,7 @@ var import_SunriseOutlined = __toESM(require("./SunriseOutlined"));
|
|
|
1636
1647
|
var import_SunsetOutlined = __toESM(require("./SunsetOutlined"));
|
|
1637
1648
|
var import_SuppliesFilled = __toESM(require("./SuppliesFilled"));
|
|
1638
1649
|
var import_SuppliesOutlined = __toESM(require("./SuppliesOutlined"));
|
|
1650
|
+
var import_SupplyPointOutlined = __toESM(require("./SupplyPointOutlined"));
|
|
1639
1651
|
var import_SurroundingsPurely = __toESM(require("./SurroundingsPurely"));
|
|
1640
1652
|
var import_SwapLeftOutlined = __toESM(require("./SwapLeftOutlined"));
|
|
1641
1653
|
var import_SwapOutlined = __toESM(require("./SwapOutlined"));
|
|
@@ -1665,6 +1677,7 @@ var import_ThunderstormOutlined = __toESM(require("./ThunderstormOutlined"));
|
|
|
1665
1677
|
var import_TimeCircleFilled = __toESM(require("./TimeCircleFilled"));
|
|
1666
1678
|
var import_TimeCircleOutlined = __toESM(require("./TimeCircleOutlined"));
|
|
1667
1679
|
var import_TimeMachineOutlined = __toESM(require("./TimeMachineOutlined"));
|
|
1680
|
+
var import_TimingPointOutlined = __toESM(require("./TimingPointOutlined"));
|
|
1668
1681
|
var import_ToTopFilled = __toESM(require("./ToTopFilled"));
|
|
1669
1682
|
var import_ToTopOutlined = __toESM(require("./ToTopOutlined"));
|
|
1670
1683
|
var import_ToiletPaperOutlined = __toESM(require("./ToiletPaperOutlined"));
|
|
@@ -1743,6 +1756,7 @@ var import_WaterLevelOutlined = __toESM(require("./WaterLevelOutlined"));
|
|
|
1743
1756
|
var import_WaterQualityPurely = __toESM(require("./WaterQualityPurely"));
|
|
1744
1757
|
var import_WatersFilled = __toESM(require("./WatersFilled"));
|
|
1745
1758
|
var import_WatersOutlined = __toESM(require("./WatersOutlined"));
|
|
1759
|
+
var import_WcOutlined = __toESM(require("./WcOutlined"));
|
|
1746
1760
|
var import_WearingMaskFilled = __toESM(require("./WearingMaskFilled"));
|
|
1747
1761
|
var import_WeatherStationFilled = __toESM(require("./WeatherStationFilled"));
|
|
1748
1762
|
var import_WeatherStationOutlined = __toESM(require("./WeatherStationOutlined"));
|
|
@@ -1854,6 +1868,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
1854
1868
|
BurningPointOutlined,
|
|
1855
1869
|
BusFilled,
|
|
1856
1870
|
BusOutlined,
|
|
1871
|
+
BusStopOutlined,
|
|
1857
1872
|
BusinessAreaOutlined,
|
|
1858
1873
|
CakeOutlined,
|
|
1859
1874
|
CalendarCheckFilled,
|
|
@@ -1870,6 +1885,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
1870
1885
|
CarFocusFilled,
|
|
1871
1886
|
CarForeignFilled,
|
|
1872
1887
|
CarOutlined,
|
|
1888
|
+
CarParkOutlined,
|
|
1873
1889
|
CarPenFilled,
|
|
1874
1890
|
CarSpecialFilled,
|
|
1875
1891
|
CarStopFilled,
|
|
@@ -1953,6 +1969,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
1953
1969
|
DrawPolygonOutlined,
|
|
1954
1970
|
DrawRectangleOutlined,
|
|
1955
1971
|
DrawRoundOutlined,
|
|
1972
|
+
DrinkWaterPointOutlined,
|
|
1956
1973
|
DriveRecorderOutlined,
|
|
1957
1974
|
DroneAirportOutlined,
|
|
1958
1975
|
DroneFilled,
|
|
@@ -2108,6 +2125,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2108
2125
|
GasSensorOutlined,
|
|
2109
2126
|
GasSensorPurely,
|
|
2110
2127
|
GasStationFilled,
|
|
2128
|
+
GasStationOutlined,
|
|
2111
2129
|
GatewayOutlined,
|
|
2112
2130
|
GenderOutlined,
|
|
2113
2131
|
GeoLocationFilled,
|
|
@@ -2503,6 +2521,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2503
2521
|
SunsetOutlined,
|
|
2504
2522
|
SuppliesFilled,
|
|
2505
2523
|
SuppliesOutlined,
|
|
2524
|
+
SupplyPointOutlined,
|
|
2506
2525
|
SurroundingsPurely,
|
|
2507
2526
|
SwapLeftOutlined,
|
|
2508
2527
|
SwapOutlined,
|
|
@@ -2532,6 +2551,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2532
2551
|
TimeCircleFilled,
|
|
2533
2552
|
TimeCircleOutlined,
|
|
2534
2553
|
TimeMachineOutlined,
|
|
2554
|
+
TimingPointOutlined,
|
|
2535
2555
|
ToTopFilled,
|
|
2536
2556
|
ToTopOutlined,
|
|
2537
2557
|
ToiletPaperOutlined,
|
|
@@ -2610,6 +2630,7 @@ var import_ZoomPlusOutlined = __toESM(require("./ZoomPlusOutlined"));
|
|
|
2610
2630
|
WaterQualityPurely,
|
|
2611
2631
|
WatersFilled,
|
|
2612
2632
|
WatersOutlined,
|
|
2633
|
+
WcOutlined,
|
|
2613
2634
|
WearingMaskFilled,
|
|
2614
2635
|
WeatherStationFilled,
|
|
2615
2636
|
WeatherStationOutlined,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sensoro-design/icons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.30.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.38.0",
|
|
35
35
|
"rc-util": "^5.19.3"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|