@sensoro-design/icons-svg 2.63.0 → 2.65.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/es/asn/AssetsFilled.d.ts +3 -0
- package/es/asn/AssetsFilled.js +20 -0
- package/es/asn/AssetsOutlined.d.ts +3 -0
- package/es/asn/AssetsOutlined.js +20 -0
- package/es/asn/FlipHorizontalOutlined.d.ts +3 -0
- package/es/asn/FlipHorizontalOutlined.js +20 -0
- package/es/asn/HashrateFilled.d.ts +3 -0
- package/es/asn/HashrateFilled.js +20 -0
- package/es/asn/HashrateOutlined.d.ts +3 -0
- package/es/asn/HashrateOutlined.js +20 -0
- package/es/asn/NextOutlined.d.ts +3 -0
- package/es/asn/NextOutlined.js +20 -0
- package/es/asn/PreviousOutlined.d.ts +3 -0
- package/es/asn/PreviousOutlined.js +20 -0
- package/es/asn/ReasoningFilled.d.ts +3 -0
- package/es/asn/ReasoningFilled.js +20 -0
- package/es/asn/ReasoningOutlined.d.ts +3 -0
- package/es/asn/ReasoningOutlined.js +20 -0
- package/es/asn/SmileOutlined.js +1 -1
- package/es/asn/SpecialGroupsFilled.d.ts +3 -0
- package/es/asn/SpecialGroupsFilled.js +20 -0
- package/es/index.d.ts +10 -0
- package/es/index.js +10 -0
- package/inline-namespaced-svg/filled/assets.svg +1 -0
- package/inline-namespaced-svg/filled/hashrate.svg +1 -0
- package/inline-namespaced-svg/filled/reasoning.svg +1 -0
- package/inline-namespaced-svg/filled/special-groups.svg +1 -0
- package/inline-namespaced-svg/outlined/assets.svg +1 -0
- package/inline-namespaced-svg/outlined/flip-horizontal.svg +1 -0
- package/inline-namespaced-svg/outlined/hashrate.svg +1 -0
- package/inline-namespaced-svg/outlined/next.svg +1 -0
- package/inline-namespaced-svg/outlined/previous.svg +1 -0
- package/inline-namespaced-svg/outlined/reasoning.svg +1 -0
- package/inline-namespaced-svg/outlined/smile.svg +1 -1
- package/inline-svg/filled/assets.svg +1 -0
- package/inline-svg/filled/hashrate.svg +1 -0
- package/inline-svg/filled/reasoning.svg +1 -0
- package/inline-svg/filled/special-groups.svg +1 -0
- package/inline-svg/outlined/assets.svg +1 -0
- package/inline-svg/outlined/flip-horizontal.svg +1 -0
- package/inline-svg/outlined/hashrate.svg +1 -0
- package/inline-svg/outlined/next.svg +1 -0
- package/inline-svg/outlined/previous.svg +1 -0
- package/inline-svg/outlined/reasoning.svg +1 -0
- package/inline-svg/outlined/smile.svg +1 -1
- package/lib/asn/AssetsFilled.d.ts +3 -0
- package/lib/asn/AssetsFilled.js +41 -0
- package/lib/asn/AssetsOutlined.d.ts +3 -0
- package/lib/asn/AssetsOutlined.js +41 -0
- package/lib/asn/FlipHorizontalOutlined.d.ts +3 -0
- package/lib/asn/FlipHorizontalOutlined.js +41 -0
- package/lib/asn/HashrateFilled.d.ts +3 -0
- package/lib/asn/HashrateFilled.js +41 -0
- package/lib/asn/HashrateOutlined.d.ts +3 -0
- package/lib/asn/HashrateOutlined.js +41 -0
- package/lib/asn/NextOutlined.d.ts +3 -0
- package/lib/asn/NextOutlined.js +41 -0
- package/lib/asn/PreviousOutlined.d.ts +3 -0
- package/lib/asn/PreviousOutlined.js +41 -0
- package/lib/asn/ReasoningFilled.d.ts +3 -0
- package/lib/asn/ReasoningFilled.js +41 -0
- package/lib/asn/ReasoningOutlined.d.ts +3 -0
- package/lib/asn/ReasoningOutlined.js +41 -0
- package/lib/asn/SmileOutlined.js +1 -1
- package/lib/asn/SpecialGroupsFilled.d.ts +3 -0
- package/lib/asn/SpecialGroupsFilled.js +41 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.js +30 -0
- package/package.json +1 -1
- package/src/asn/AssetsFilled.ts +21 -0
- package/src/asn/AssetsOutlined.ts +21 -0
- package/src/asn/FlipHorizontalOutlined.ts +21 -0
- package/src/asn/HashrateFilled.ts +21 -0
- package/src/asn/HashrateOutlined.ts +21 -0
- package/src/asn/NextOutlined.ts +21 -0
- package/src/asn/PreviousOutlined.ts +21 -0
- package/src/asn/ReasoningFilled.ts +21 -0
- package/src/asn/ReasoningOutlined.ts +21 -0
- package/src/asn/SmileOutlined.ts +1 -1
- package/src/asn/SpecialGroupsFilled.ts +21 -0
- package/src/index.ts +10 -0
package/lib/index.js
CHANGED
|
@@ -88,6 +88,8 @@ __export(src_exports, {
|
|
|
88
88
|
ArrowTextStartOutlined: () => import_ArrowTextStartOutlined.default,
|
|
89
89
|
ArrowUpOutlined: () => import_ArrowUpOutlined.default,
|
|
90
90
|
AskLeavePurely: () => import_AskLeavePurely.default,
|
|
91
|
+
AssetsFilled: () => import_AssetsFilled.default,
|
|
92
|
+
AssetsOutlined: () => import_AssetsOutlined.default,
|
|
91
93
|
AtlasFilled: () => import_AtlasFilled.default,
|
|
92
94
|
AtlasOutlined: () => import_AtlasOutlined.default,
|
|
93
95
|
AtlasPurely: () => import_AtlasPurely.default,
|
|
@@ -380,6 +382,7 @@ __export(src_exports, {
|
|
|
380
382
|
FiremenOutlined: () => import_FiremenOutlined.default,
|
|
381
383
|
FireworksFilled: () => import_FireworksFilled.default,
|
|
382
384
|
FlashlightOutlined: () => import_FlashlightOutlined.default,
|
|
385
|
+
FlipHorizontalOutlined: () => import_FlipHorizontalOutlined.default,
|
|
383
386
|
FloorFilled: () => import_FloorFilled.default,
|
|
384
387
|
FloorOutlined: () => import_FloorOutlined.default,
|
|
385
388
|
FocusOneKeyOutlined: () => import_FocusOneKeyOutlined.default,
|
|
@@ -446,6 +449,8 @@ __export(src_exports, {
|
|
|
446
449
|
HandcuffsOutlined: () => import_HandcuffsOutlined.default,
|
|
447
450
|
HashrateCenterFilled: () => import_HashrateCenterFilled.default,
|
|
448
451
|
HashrateCenterOutlined: () => import_HashrateCenterOutlined.default,
|
|
452
|
+
HashrateFilled: () => import_HashrateFilled.default,
|
|
453
|
+
HashrateOutlined: () => import_HashrateOutlined.default,
|
|
449
454
|
HazeOutlined: () => import_HazeOutlined.default,
|
|
450
455
|
HealthMonitoringPurely: () => import_HealthMonitoringPurely.default,
|
|
451
456
|
HeartFilled: () => import_HeartFilled.default,
|
|
@@ -628,6 +633,7 @@ __export(src_exports, {
|
|
|
628
633
|
MunicipalFilled: () => import_MunicipalFilled.default,
|
|
629
634
|
MuteOutlined: () => import_MuteOutlined.default,
|
|
630
635
|
NaturalGasOutlined: () => import_NaturalGasOutlined.default,
|
|
636
|
+
NextOutlined: () => import_NextOutlined.default,
|
|
631
637
|
Nh3Outlined: () => import_Nh3Outlined.default,
|
|
632
638
|
NoAlarmPurely: () => import_NoAlarmPurely.default,
|
|
633
639
|
NoAppPurely: () => import_NoAppPurely.default,
|
|
@@ -734,6 +740,7 @@ __export(src_exports, {
|
|
|
734
740
|
PowerUpsFilled: () => import_PowerUpsFilled.default,
|
|
735
741
|
PowerUpsOutlined: () => import_PowerUpsOutlined.default,
|
|
736
742
|
PoweroffOutlined: () => import_PoweroffOutlined.default,
|
|
743
|
+
PreviousOutlined: () => import_PreviousOutlined.default,
|
|
737
744
|
PrinterOutlined: () => import_PrinterOutlined.default,
|
|
738
745
|
ProfileFilled: () => import_ProfileFilled.default,
|
|
739
746
|
ProfileOutlined: () => import_ProfileOutlined.default,
|
|
@@ -751,6 +758,8 @@ __export(src_exports, {
|
|
|
751
758
|
RailwayStationFilled: () => import_RailwayStationFilled.default,
|
|
752
759
|
RainfallOutlined: () => import_RainfallOutlined.default,
|
|
753
760
|
RainstormOutlined: () => import_RainstormOutlined.default,
|
|
761
|
+
ReasoningFilled: () => import_ReasoningFilled.default,
|
|
762
|
+
ReasoningOutlined: () => import_ReasoningOutlined.default,
|
|
754
763
|
RecreationFilled: () => import_RecreationFilled.default,
|
|
755
764
|
RecreationOutlined: () => import_RecreationOutlined.default,
|
|
756
765
|
RedoOutlined: () => import_RedoOutlined.default,
|
|
@@ -871,6 +880,7 @@ __export(src_exports, {
|
|
|
871
880
|
SortOutlined: () => import_SortOutlined.default,
|
|
872
881
|
SoundOutlined: () => import_SoundOutlined.default,
|
|
873
882
|
SoundSmallOutlined: () => import_SoundSmallOutlined.default,
|
|
883
|
+
SpecialGroupsFilled: () => import_SpecialGroupsFilled.default,
|
|
874
884
|
SpecialPopulationsPurely: () => import_SpecialPopulationsPurely.default,
|
|
875
885
|
SpecialVehiclesPurely: () => import_SpecialVehiclesPurely.default,
|
|
876
886
|
SplitScreenOutlined: () => import_SplitScreenOutlined.default,
|
|
@@ -1098,6 +1108,8 @@ var import_ArrowTextEndOutlined = __toESM(require("./asn/ArrowTextEndOutlined"))
|
|
|
1098
1108
|
var import_ArrowTextStartOutlined = __toESM(require("./asn/ArrowTextStartOutlined"));
|
|
1099
1109
|
var import_ArrowUpOutlined = __toESM(require("./asn/ArrowUpOutlined"));
|
|
1100
1110
|
var import_AskLeavePurely = __toESM(require("./asn/AskLeavePurely"));
|
|
1111
|
+
var import_AssetsFilled = __toESM(require("./asn/AssetsFilled"));
|
|
1112
|
+
var import_AssetsOutlined = __toESM(require("./asn/AssetsOutlined"));
|
|
1101
1113
|
var import_AtlasFilled = __toESM(require("./asn/AtlasFilled"));
|
|
1102
1114
|
var import_AtlasOutlined = __toESM(require("./asn/AtlasOutlined"));
|
|
1103
1115
|
var import_AtlasPurely = __toESM(require("./asn/AtlasPurely"));
|
|
@@ -1390,6 +1402,7 @@ var import_FiremenFilled = __toESM(require("./asn/FiremenFilled"));
|
|
|
1390
1402
|
var import_FiremenOutlined = __toESM(require("./asn/FiremenOutlined"));
|
|
1391
1403
|
var import_FireworksFilled = __toESM(require("./asn/FireworksFilled"));
|
|
1392
1404
|
var import_FlashlightOutlined = __toESM(require("./asn/FlashlightOutlined"));
|
|
1405
|
+
var import_FlipHorizontalOutlined = __toESM(require("./asn/FlipHorizontalOutlined"));
|
|
1393
1406
|
var import_FloorFilled = __toESM(require("./asn/FloorFilled"));
|
|
1394
1407
|
var import_FloorOutlined = __toESM(require("./asn/FloorOutlined"));
|
|
1395
1408
|
var import_FocusOneKeyOutlined = __toESM(require("./asn/FocusOneKeyOutlined"));
|
|
@@ -1456,6 +1469,8 @@ var import_HailOutlined = __toESM(require("./asn/HailOutlined"));
|
|
|
1456
1469
|
var import_HandcuffsOutlined = __toESM(require("./asn/HandcuffsOutlined"));
|
|
1457
1470
|
var import_HashrateCenterFilled = __toESM(require("./asn/HashrateCenterFilled"));
|
|
1458
1471
|
var import_HashrateCenterOutlined = __toESM(require("./asn/HashrateCenterOutlined"));
|
|
1472
|
+
var import_HashrateFilled = __toESM(require("./asn/HashrateFilled"));
|
|
1473
|
+
var import_HashrateOutlined = __toESM(require("./asn/HashrateOutlined"));
|
|
1459
1474
|
var import_HazeOutlined = __toESM(require("./asn/HazeOutlined"));
|
|
1460
1475
|
var import_HealthMonitoringPurely = __toESM(require("./asn/HealthMonitoringPurely"));
|
|
1461
1476
|
var import_HeartFilled = __toESM(require("./asn/HeartFilled"));
|
|
@@ -1638,6 +1653,7 @@ var import_MultiplePicturesFilled = __toESM(require("./asn/MultiplePicturesFille
|
|
|
1638
1653
|
var import_MunicipalFilled = __toESM(require("./asn/MunicipalFilled"));
|
|
1639
1654
|
var import_MuteOutlined = __toESM(require("./asn/MuteOutlined"));
|
|
1640
1655
|
var import_NaturalGasOutlined = __toESM(require("./asn/NaturalGasOutlined"));
|
|
1656
|
+
var import_NextOutlined = __toESM(require("./asn/NextOutlined"));
|
|
1641
1657
|
var import_Nh3Outlined = __toESM(require("./asn/Nh3Outlined"));
|
|
1642
1658
|
var import_NoAlarmPurely = __toESM(require("./asn/NoAlarmPurely"));
|
|
1643
1659
|
var import_NoAppPurely = __toESM(require("./asn/NoAppPurely"));
|
|
@@ -1744,6 +1760,7 @@ var import_PowerPerceptionFilled = __toESM(require("./asn/PowerPerceptionFilled"
|
|
|
1744
1760
|
var import_PowerUpsFilled = __toESM(require("./asn/PowerUpsFilled"));
|
|
1745
1761
|
var import_PowerUpsOutlined = __toESM(require("./asn/PowerUpsOutlined"));
|
|
1746
1762
|
var import_PoweroffOutlined = __toESM(require("./asn/PoweroffOutlined"));
|
|
1763
|
+
var import_PreviousOutlined = __toESM(require("./asn/PreviousOutlined"));
|
|
1747
1764
|
var import_PrinterOutlined = __toESM(require("./asn/PrinterOutlined"));
|
|
1748
1765
|
var import_ProfileFilled = __toESM(require("./asn/ProfileFilled"));
|
|
1749
1766
|
var import_ProfileOutlined = __toESM(require("./asn/ProfileOutlined"));
|
|
@@ -1761,6 +1778,8 @@ var import_RadioReceiverOutlined = __toESM(require("./asn/RadioReceiverOutlined"
|
|
|
1761
1778
|
var import_RailwayStationFilled = __toESM(require("./asn/RailwayStationFilled"));
|
|
1762
1779
|
var import_RainfallOutlined = __toESM(require("./asn/RainfallOutlined"));
|
|
1763
1780
|
var import_RainstormOutlined = __toESM(require("./asn/RainstormOutlined"));
|
|
1781
|
+
var import_ReasoningFilled = __toESM(require("./asn/ReasoningFilled"));
|
|
1782
|
+
var import_ReasoningOutlined = __toESM(require("./asn/ReasoningOutlined"));
|
|
1764
1783
|
var import_RecreationFilled = __toESM(require("./asn/RecreationFilled"));
|
|
1765
1784
|
var import_RecreationOutlined = __toESM(require("./asn/RecreationOutlined"));
|
|
1766
1785
|
var import_RedoOutlined = __toESM(require("./asn/RedoOutlined"));
|
|
@@ -1881,6 +1900,7 @@ var import_SmokePurely = __toESM(require("./asn/SmokePurely"));
|
|
|
1881
1900
|
var import_SortOutlined = __toESM(require("./asn/SortOutlined"));
|
|
1882
1901
|
var import_SoundOutlined = __toESM(require("./asn/SoundOutlined"));
|
|
1883
1902
|
var import_SoundSmallOutlined = __toESM(require("./asn/SoundSmallOutlined"));
|
|
1903
|
+
var import_SpecialGroupsFilled = __toESM(require("./asn/SpecialGroupsFilled"));
|
|
1884
1904
|
var import_SpecialPopulationsPurely = __toESM(require("./asn/SpecialPopulationsPurely"));
|
|
1885
1905
|
var import_SpecialVehiclesPurely = __toESM(require("./asn/SpecialVehiclesPurely"));
|
|
1886
1906
|
var import_SplitScreenOutlined = __toESM(require("./asn/SplitScreenOutlined"));
|
|
@@ -2108,6 +2128,8 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2108
2128
|
ArrowTextStartOutlined,
|
|
2109
2129
|
ArrowUpOutlined,
|
|
2110
2130
|
AskLeavePurely,
|
|
2131
|
+
AssetsFilled,
|
|
2132
|
+
AssetsOutlined,
|
|
2111
2133
|
AtlasFilled,
|
|
2112
2134
|
AtlasOutlined,
|
|
2113
2135
|
AtlasPurely,
|
|
@@ -2400,6 +2422,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2400
2422
|
FiremenOutlined,
|
|
2401
2423
|
FireworksFilled,
|
|
2402
2424
|
FlashlightOutlined,
|
|
2425
|
+
FlipHorizontalOutlined,
|
|
2403
2426
|
FloorFilled,
|
|
2404
2427
|
FloorOutlined,
|
|
2405
2428
|
FocusOneKeyOutlined,
|
|
@@ -2466,6 +2489,8 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2466
2489
|
HandcuffsOutlined,
|
|
2467
2490
|
HashrateCenterFilled,
|
|
2468
2491
|
HashrateCenterOutlined,
|
|
2492
|
+
HashrateFilled,
|
|
2493
|
+
HashrateOutlined,
|
|
2469
2494
|
HazeOutlined,
|
|
2470
2495
|
HealthMonitoringPurely,
|
|
2471
2496
|
HeartFilled,
|
|
@@ -2648,6 +2673,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2648
2673
|
MunicipalFilled,
|
|
2649
2674
|
MuteOutlined,
|
|
2650
2675
|
NaturalGasOutlined,
|
|
2676
|
+
NextOutlined,
|
|
2651
2677
|
Nh3Outlined,
|
|
2652
2678
|
NoAlarmPurely,
|
|
2653
2679
|
NoAppPurely,
|
|
@@ -2754,6 +2780,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2754
2780
|
PowerUpsFilled,
|
|
2755
2781
|
PowerUpsOutlined,
|
|
2756
2782
|
PoweroffOutlined,
|
|
2783
|
+
PreviousOutlined,
|
|
2757
2784
|
PrinterOutlined,
|
|
2758
2785
|
ProfileFilled,
|
|
2759
2786
|
ProfileOutlined,
|
|
@@ -2771,6 +2798,8 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2771
2798
|
RailwayStationFilled,
|
|
2772
2799
|
RainfallOutlined,
|
|
2773
2800
|
RainstormOutlined,
|
|
2801
|
+
ReasoningFilled,
|
|
2802
|
+
ReasoningOutlined,
|
|
2774
2803
|
RecreationFilled,
|
|
2775
2804
|
RecreationOutlined,
|
|
2776
2805
|
RedoOutlined,
|
|
@@ -2891,6 +2920,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
|
|
|
2891
2920
|
SortOutlined,
|
|
2892
2921
|
SoundOutlined,
|
|
2893
2922
|
SoundSmallOutlined,
|
|
2923
|
+
SpecialGroupsFilled,
|
|
2894
2924
|
SpecialPopulationsPurely,
|
|
2895
2925
|
SpecialVehiclesPurely,
|
|
2896
2926
|
SplitScreenOutlined,
|
package/package.json
CHANGED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const AssetsFilled: IconDefinition = {
|
|
5
|
+
icon: {
|
|
6
|
+
tag: 'svg',
|
|
7
|
+
attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
|
|
8
|
+
children: [
|
|
9
|
+
{
|
|
10
|
+
tag: 'path',
|
|
11
|
+
attrs: {
|
|
12
|
+
d: 'M912 652.03v135.94C912 883 732.93 960 512 960s-400-77-400-172.03V652.03C112 747.01 291.07 824 512 824s400-77 400-172.03zM840 792a24 24 0 1 0 0 48 24 24 0 0 0 0-48zm72-324.03v136C912 699 732.93 776 512 776s-400-77-400-172.03V468.03C112 562.94 291.07 640 512 640s400-77 400-172.03zM840 608a24 24 0 1 0 0 48 24 24 0 0 0 0-48zm72-324.03v136C912 515 732.93 592 512 592s-400-77-400-172.03V284.03c0 95.04 179.07 172.03 400 172.03s400-76.99 400-172.03zM840 424a24 24 0 1 0 0 48 24 24 0 0 0 0-48zM512 64c220.93 0 400 77 400 172.03C912 331.01 732.93 408 512 408s-400-77-400-172.03C112 141.06 291.07 64 512 64z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'assets',
|
|
18
|
+
theme: 'filled',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default AssetsFilled;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const AssetsOutlined: IconDefinition = {
|
|
5
|
+
icon: {
|
|
6
|
+
tag: 'svg',
|
|
7
|
+
attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
|
|
8
|
+
children: [
|
|
9
|
+
{
|
|
10
|
+
tag: 'path',
|
|
11
|
+
attrs: {
|
|
12
|
+
d: 'M512 64c220.93 0 400 77 400 172.03v551.94C912 883 732.93 960 512 960s-400-77-400-172.03V233.15a75.52 75.52 0 0 1 .38-4.86l.07-.77a76.16 76.16 0 0 1 6.33-23.23 91.4 91.4 0 0 1 9.67-17.28 117.12 117.12 0 0 1 13.57-16.51 155.9 155.9 0 0 1 17.08-15.56 208 208 0 0 1 6.02-4.6l1.47-1.16a231.49 231.49 0 0 1 4.8-3.39l1.54-1.09a251.71 251.71 0 0 1 5.12-3.39l.77-.51.7-.45 1.92-1.28 1.6-.96 1.92-1.15 1.66-1.02 1.92-1.1.84-.5.83-.52a306.88 306.88 0 0 1 5.63-3.2l1.92-1.02.9-.51.96-.51a336.83 336.83 0 0 1 5.76-3.08l2.04-1.02 1.92-.96 2.12-1.02 1.92-.96 2.04-.96 2.12-1.03 2.1-.96 2-.9 1.08-.5 1.15-.52 2.11-.9 2.05-.89a426.88 426.88 0 0 1 4.42-1.92l1.09-.45 1.02-.38 2.3-.96 2.24-.9 1.1-.45 1.08-.44 2.3-.9 2.24-.9 2.3-.83 2.31-.9 2.3-.83 2.37-.9 1.16-.38 1.08-.38 2.56-.9 2.24-.76 1.28-.45 1.22-.45a536.32 536.32 0 0 1 2.37-.77l2.37-.77 2.43-.83 1.28-.38 2.43-.77 1.09-.38 2.81-.84 2.24-.64 2.63-.83 2.56-.77 2.5-.7 2.49-.77 2.69-.7 2.5-.7 2.68-.77 1.22-.32 2.62-.64 1.47-.45 2.37-.64 1.47-.32 2.7-.64 1.14-.32a664.58 664.58 0 0 1 5.5-1.35l2.5-.64 2.95-.64 2.56-.64 2.75-.57 1.47-.32 1.47-.32 2.56-.58 2.88-.57 2.7-.58 1.4-.26 1.4-.25 2.95-.64 2.56-.51 2.95-.52 2.94-.57 2.82-.51 2.75-.52 1.53-.25 1.48-.26 2.56-.45 1.66-.25 1.66-.26 2.3-.38 1.74-.32 3.13-.45 1.35-.26 2.94-.44 1.66-.2 1.6-.25 2.7-.39 3.2-.44 2.8-.39 2.82-.38 3.27-.45 2.56-.32 3.45-.38 3.08-.39 2.88-.32 1.6-.19 3.07-.32 3.2-.32 3-.32 1.29-.13 3.7-.38 2.57-.26 1.66-.13 3.14-.25 3-.26 1.48-.13 3.26-.25 1.92-.13 3.01-.26 3.2-.19 3.2-.19 3.2-.26 1.92-.06a910.72 910.72 0 0 1 6.4-.38l2.5-.13 1.66-.07 1.66-.06a922.3 922.3 0 0 1 7.88-.32l3.58-.13 3.33-.13h1.28l3-.12h1.73l3.78-.07A942.6 942.6 0 0 1 512 64zm0 712c-138.24 0-260.16-30.14-332.03-76.03v88.06c0 1.28.38 2.88 1.4 5.06l.13.38a53.76 53.76 0 0 0 10.44 13.83c13.24 13.44 35.2 27.39 64.06 39.87 65.54 28.16 157.25 44.8 256 44.8s190.46-16.64 256-44.8c28.93-12.48 50.82-26.37 64.06-39.87a53.76 53.76 0 0 0 10.44-13.83 12.67 12.67 0 0 0 1.53-5.44v-88.06C772.16 745.86 650.3 776 512 776zm264-24a32 32 0 1 1 0 64 32 32 0 0 1 0-64zM512 592c-138.24 0-260.16-30.14-332.03-76.03V628.1l3.39 3.58c14.53 14.72 37.63 29.44 67.9 42.5C318.4 702.98 411.71 720 512 720c100.29 0 193.6-16.96 260.74-45.82 30.27-13 53.37-27.78 67.9-42.5l3.4-3.58V515.97C772.15 561.86 650.23 592 512 592zm264-20.03a32 32 0 1 1 0 64 32 32 0 0 1 0-64zm-264-163.9c-138.24 0-260.16-30.15-332.03-76.04v112.13l3.39 3.58c14.53 14.72 37.63 29.44 67.9 42.5 67.14 28.8 160.45 45.82 260.74 45.82 100.29 0 193.6-16.96 260.74-45.82 30.27-13 53.37-27.78 67.9-42.5l3.4-3.58v-112.2C772.15 377.87 650.23 408 512 408zm264-16a32 32 0 1 1 0 64 32 32 0 0 1 0-64zm-264-260.1a874.05 874.05 0 0 0-20.93.25l-2.5.07-2.23.06h-1.22l-6.78.32-2.37.07-1.99.06-3 .2-2.7.12h-1.6l-3 .2-1.09.06-2.94.19-2.95.19-3.39.26-2.17.12-2.82.2-2.94.25-3.72.26-1.92.19-2.88.26-2.56.19-3.77.38-3.2.32-2.63.26-2.75.25-2.62.32-1.67.2-2.75.32-3.71.44-2.75.32-3.01.39-2.24.25-3 .45-2.57.32-2.56.39-1.92.25-2.56.39-2.88.44-2.75.45-3.4.51-1.72.32-2.56.39-3.71.64-2.69.51-2.82.45-2.56.51-2.43.45-2.43.45-2.88.57-2.56.51-3.26.64-2.37.52-3.14.64-2.17.5-2.3.52-2.31.51-2.56.64-1.15.26-2.44.57-2.56.64-2.75.64-2.43.64-7.3 1.92-2.36.64-2.37.64-2.3.64a533.31 533.31 0 0 0-4.61 1.28l-2.24.64a597.88 597.88 0 0 0-24.2 7.88l-2.1.76a460.01 460.01 0 0 0-12.42 4.68l-2.63 1.08.64-.25a384.51 384.51 0 0 0-4.1 1.66l-1.85.77-.96.45-2.05.83a349.57 349.57 0 0 0-2.43 1.09l-1.6.7-1.15.51-1.92.9-1.47.64-1.54.77-3.84 1.85-1.22.64-3.84 1.92-1.47.77-1.79.9-1.34.7-.84.51-.83.45-1.53.83-1.6.9-.9.51-1.15.64-1.67.96-2.04 1.28-1.54.9-1.09.64-.64.45c-9.6 6.01-17.6 12.16-23.93 18.36l-.9.84a53.76 53.76 0 0 0-11.2 14.59 13.82 13.82 0 0 0-1.47 4.93v.83c0 1.28.45 2.94 1.47 5.12A53.76 53.76 0 0 0 192 255.36c13.25 13.44 35.2 27.4 64.06 39.87 65.54 28.16 157.25 44.8 256 44.8 98.76 0 190.47-16.64 256-44.8 28.93-12.48 50.82-26.37 64.07-39.87a53.76 53.76 0 0 0 10.43-13.82 12.67 12.67 0 0 0 1.54-5.5 12.67 12.67 0 0 0-1.54-5.45 53.76 53.76 0 0 0-10.43-13.82c-13.25-13.44-35.2-27.4-64.07-39.87-65.53-28.16-157.24-44.8-256-44.8z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'assets',
|
|
18
|
+
theme: 'outlined',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default AssetsOutlined;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const FlipHorizontalOutlined: IconDefinition = {
|
|
5
|
+
icon: {
|
|
6
|
+
tag: 'svg',
|
|
7
|
+
attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
|
|
8
|
+
children: [
|
|
9
|
+
{
|
|
10
|
+
tag: 'path',
|
|
11
|
+
attrs: {
|
|
12
|
+
d: 'M471.49 117a16 16 0 0 1 8.51 14.07v725.76a8 8 0 0 1-8 7.94H90.62a16 16 0 0 1-14.08-23.49L449.8 123.65a16 16 0 0 1 21.63-6.66zM408 355.83 183.8 792.77H408V355.84zm152-240.7a16 16 0 0 1 14.08 8.5l373.44 717.64a16 16 0 0 1-14.14 23.49H552a8 8 0 0 1-8-8V131.2a16 16 0 0 1 16-16zm56 240.7v436.93h224.2L616 355.84z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'flip-horizontal',
|
|
18
|
+
theme: 'outlined',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default FlipHorizontalOutlined;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const HashrateFilled: IconDefinition = {
|
|
5
|
+
icon: {
|
|
6
|
+
tag: 'svg',
|
|
7
|
+
attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
|
|
8
|
+
children: [
|
|
9
|
+
{
|
|
10
|
+
tag: 'path',
|
|
11
|
+
attrs: {
|
|
12
|
+
d: 'M572.03 32a411.97 411.97 0 0 1 244.1 743.94L829.5 957.7a32 32 0 0 1-32 34.3h-571a32 32 0 0 1-31.94-34.37l17.22-233.4-170.44-56.84a48 48 0 0 1-15.3-8.38l-.57-.51a48 48 0 0 1-5.63-67.65l140.67-166.21A412.03 412.03 0 0 1 571.97 32zm-83.71 240h-28.16a16 16 0 0 0-15.04 10.56l-137.28 377.4a8 8 0 0 0 7.49 10.7h41.15a16 16 0 0 0 15.17-10.82l26.88-78.34h151.23l27.14 78.4a16.09 16.09 0 0 0 15.16 10.76h40.9a8 8 0 0 0 7.49-10.7l-137.09-377.4A16 16 0 0 0 488.32 272zm251.2 0H695.1a8 8 0 0 0-8 8v382.72a7.99 7.99 0 0 0 8 7.94h44.42a8 8 0 0 0 8-8V280a8 8 0 0 0-8-8zm-264.64 81.73 57.73 174.2H416.13l57.66-174.2h1.09z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'hashrate',
|
|
18
|
+
theme: 'filled',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default HashrateFilled;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const HashrateOutlined: IconDefinition = {
|
|
5
|
+
icon: {
|
|
6
|
+
tag: 'svg',
|
|
7
|
+
attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
|
|
8
|
+
children: [
|
|
9
|
+
{
|
|
10
|
+
tag: 'path',
|
|
11
|
+
attrs: {
|
|
12
|
+
d: 'M572.03 32a411.97 411.97 0 0 1 244.1 743.94L829.5 957.7a32 32 0 0 1-32 34.3h-587a32 32 0 0 1-31.94-34.37l17.6-238.59-132.42-44.16a64 64 0 0 1-20.48-11.33l-.64-.51a64 64 0 0 1-7.48-90.24L160.5 424.64A412.03 412.03 0 0 1 571.97 32zm0 76.03A336 336 0 0 0 236.3 428.16l-1.15 25.86-130.7 154.36 171.72 57.22-18.43 250.37h492.41l-12.99-176.32 33.8-24.96A336 336 0 0 0 571.9 107.97zm-67.71 139.9a16 16 0 0 1 15.04 10.57l137.15 377.4a8 8 0 0 1-7.49 10.7H608a16 16 0 0 1-15.1-10.76l-27.14-78.4H414.59l-26.88 78.34a16 16 0 0 1-15.17 10.88H331.4a8 8 0 0 1-7.49-10.76l137.22-377.34A16 16 0 0 1 476.16 248h28.16zm251.2 0a8 8 0 0 1 8 8v382.73a8 8 0 0 1-8 7.93H711.1a8 8 0 0 1-8-8V256a8 8 0 0 1 8-8h44.42zm-264.64 81.8h-1.09l-57.66 174.2H548.6l-57.73-174.2z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'hashrate',
|
|
18
|
+
theme: 'outlined',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default HashrateOutlined;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const NextOutlined: IconDefinition = {
|
|
5
|
+
icon: {
|
|
6
|
+
tag: 'svg',
|
|
7
|
+
attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
|
|
8
|
+
children: [
|
|
9
|
+
{
|
|
10
|
+
tag: 'path',
|
|
11
|
+
attrs: {
|
|
12
|
+
d: 'M257.98 210.94V813c0 18.11 21 28.16 35.2 16.96l383.24-300.99a21.5 21.5 0 0 0 0-33.92l-383.3-301a21.76 21.76 0 0 0-35.2 16.9zm76.1 111.81L574.98 512 334.02 701.25v-378.5zm360 541.25h64a8 8 0 0 0 8-8V168a8 8 0 0 0-8-8h-64a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'next',
|
|
18
|
+
theme: 'outlined',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default NextOutlined;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const PreviousOutlined: IconDefinition = {
|
|
5
|
+
icon: {
|
|
6
|
+
tag: 'svg',
|
|
7
|
+
attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
|
|
8
|
+
children: [
|
|
9
|
+
{
|
|
10
|
+
tag: 'path',
|
|
11
|
+
attrs: {
|
|
12
|
+
d: 'M766.02 210.94V813a21.76 21.76 0 0 1-35.2 16.96l-383.3-300.99a21.5 21.5 0 0 1 0-33.92l383.23-301a21.76 21.76 0 0 1 35.2 16.9zm-76.1 111.81L449.02 512l240.96 189.25v-378.5zM329.98 864h-64a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8h64c4.48 0 8 3.58 8 8v688a8 8 0 0 1-8 8z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'previous',
|
|
18
|
+
theme: 'outlined',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default PreviousOutlined;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const ReasoningFilled: IconDefinition = {
|
|
5
|
+
icon: {
|
|
6
|
+
tag: 'svg',
|
|
7
|
+
attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
|
|
8
|
+
children: [
|
|
9
|
+
{
|
|
10
|
+
tag: 'path',
|
|
11
|
+
attrs: {
|
|
12
|
+
d: 'M227.4 529.98a16 16 0 0 1 13.05 6.79l82.75 117.31h143.62a71.98 71.98 0 0 1 59.96-33.98H528a72 72 0 1 1-61.18 109.95h-89.86l50.82 72h279.8a128 128 0 1 1 5 76.03H396.6a16 16 0 0 1-13.06-6.78l-99.71-141.25H72a8 8 0 0 1-8-7.68v-60.42c0-4.48 3.58-8 8-8h158.2l-33.91-48H72a8 8 0 0 1-8-7.93v-60.04a8 8 0 0 1 8-8h155.4zM608 318.08A128 128 0 1 1 485.76 484.1H72a8 8 0 0 1-8-8.07V416a8 8 0 0 1 8-8h413.76A128 128 0 0 1 608 318.02zM788.03 32a100.03 100.03 0 1 1-90.81 142.02H495.74l-181.3 181.3A16 16 0 0 1 303.1 360H72a8 8 0 0 1-8-8v-60.03a8 8 0 0 1 8-8h206.27l181.25-181.31a16 16 0 0 1 11.33-4.68h223.04A100.03 100.03 0 0 1 788.03 32z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'reasoning',
|
|
18
|
+
theme: 'filled',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default ReasoningFilled;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const ReasoningOutlined: IconDefinition = {
|
|
5
|
+
icon: {
|
|
6
|
+
tag: 'svg',
|
|
7
|
+
attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
|
|
8
|
+
children: [
|
|
9
|
+
{
|
|
10
|
+
tag: 'path',
|
|
11
|
+
attrs: {
|
|
12
|
+
d: 'M227.4 529.98a16 16 0 0 1 13.05 6.79l82.75 117.31h143.62a71.98 71.98 0 0 1 59.96-33.98H528a72 72 0 1 1-61.18 109.95h-89.86l50.82 72h279.8a128 128 0 1 1 5 76.03H396.6a16 16 0 0 1-13.06-6.78l-99.71-141.25H72a8 8 0 0 1-8-7.68v-60.42c0-4.48 3.58-8 8-8h158.2l-33.91-48H72a8 8 0 0 1-8-7.93v-60.04a8 8 0 0 1 8-8h155.4zM832 776a56 56 0 1 0 0 112 56 56 0 0 0 0-112zM608 318.02a128 128 0 1 1-122.24 166.01H72a8 8 0 0 1-8-8V416a8 8 0 0 1 8-8h413.76A128 128 0 0 1 608 318.02zm0 72a56 56 0 1 0 0 112 56 56 0 0 0 0-112zM788.03 32a100.03 100.03 0 1 1-90.81 142.02H495.74l-181.3 181.3A16 16 0 0 1 303.1 360H72a8 8 0 0 1-8-8v-60.03a8 8 0 0 1 8-8h206.27l181.25-181.31a16 16 0 0 1 11.33-4.68h223.04A100.03 100.03 0 0 1 788.03 32z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'reasoning',
|
|
18
|
+
theme: 'outlined',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default ReasoningOutlined;
|
package/src/asn/SmileOutlined.ts
CHANGED
|
@@ -9,7 +9,7 @@ const SmileOutlined: IconDefinition = {
|
|
|
9
9
|
{
|
|
10
10
|
tag: 'path',
|
|
11
11
|
attrs: {
|
|
12
|
-
d: '
|
|
12
|
+
d: 'M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm0 76.03a371.97 371.97 0 1 0 0 743.94 371.97 371.97 0 0 0 0-743.94zm145.73 435.59 53.18 23.3a6.85 6.85 0 0 1 3.52 9.02l-.06.19a224 224 0 0 1-403.78 2.05l-1.09-2.3a6.53 6.53 0 0 1 3.08-8.65l.19-.13 52.8-23.04a8 8 0 0 1 10.37 3.72l.12.32a152 152 0 0 0 271.62.44l.77-1.53a7.1 7.1 0 0 1 9.28-3.4zM363.97 360a60.03 60.03 0 1 1 0 120 60.03 60.03 0 0 1 0-120zm296 0a60.03 60.03 0 1 1 0 120 60.03 60.03 0 0 1 0-120z',
|
|
13
13
|
},
|
|
14
14
|
},
|
|
15
15
|
],
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// This icon file is generated automatically.
|
|
2
|
+
import { IconDefinition } from '../types';
|
|
3
|
+
|
|
4
|
+
const SpecialGroupsFilled: IconDefinition = {
|
|
5
|
+
icon: {
|
|
6
|
+
tag: 'svg',
|
|
7
|
+
attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
|
|
8
|
+
children: [
|
|
9
|
+
{
|
|
10
|
+
tag: 'path',
|
|
11
|
+
attrs: {
|
|
12
|
+
d: 'M544 124.03c247.42 0 448 173.7 448 387.97 0 214.27-200.58 388.03-448 388.03-100.93 0-194.11-28.93-269-77.76L50.63 882.43a8 8 0 0 1-8.96-11.77l104.26-180.48A345.4 345.4 0 0 1 96 512c0-214.27 200.58-388.03 448-388.03zM736 368H352a144 144 0 1 0 137.47 186.56l.2-.77a56.2 56.2 0 0 1 54.4-41.79h.7a56.07 56.07 0 0 1 53.31 41.09l.26.7A144 144 0 1 0 736 368zm-368 40a88 88 0 1 1 0 176 88 88 0 0 1 0-176zm352 0a88 88 0 1 1 0 176 88 88 0 0 1 0-176z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
name: 'special-groups',
|
|
18
|
+
theme: 'filled',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export default SpecialGroupsFilled;
|
package/src/index.ts
CHANGED
|
@@ -58,6 +58,8 @@ export { default as ArrowTextEndOutlined } from './asn/ArrowTextEndOutlined';
|
|
|
58
58
|
export { default as ArrowTextStartOutlined } from './asn/ArrowTextStartOutlined';
|
|
59
59
|
export { default as ArrowUpOutlined } from './asn/ArrowUpOutlined';
|
|
60
60
|
export { default as AskLeavePurely } from './asn/AskLeavePurely';
|
|
61
|
+
export { default as AssetsFilled } from './asn/AssetsFilled';
|
|
62
|
+
export { default as AssetsOutlined } from './asn/AssetsOutlined';
|
|
61
63
|
export { default as AtlasFilled } from './asn/AtlasFilled';
|
|
62
64
|
export { default as AtlasOutlined } from './asn/AtlasOutlined';
|
|
63
65
|
export { default as AtlasPurely } from './asn/AtlasPurely';
|
|
@@ -350,6 +352,7 @@ export { default as FiremenFilled } from './asn/FiremenFilled';
|
|
|
350
352
|
export { default as FiremenOutlined } from './asn/FiremenOutlined';
|
|
351
353
|
export { default as FireworksFilled } from './asn/FireworksFilled';
|
|
352
354
|
export { default as FlashlightOutlined } from './asn/FlashlightOutlined';
|
|
355
|
+
export { default as FlipHorizontalOutlined } from './asn/FlipHorizontalOutlined';
|
|
353
356
|
export { default as FloorFilled } from './asn/FloorFilled';
|
|
354
357
|
export { default as FloorOutlined } from './asn/FloorOutlined';
|
|
355
358
|
export { default as FocusOneKeyOutlined } from './asn/FocusOneKeyOutlined';
|
|
@@ -416,6 +419,8 @@ export { default as HailOutlined } from './asn/HailOutlined';
|
|
|
416
419
|
export { default as HandcuffsOutlined } from './asn/HandcuffsOutlined';
|
|
417
420
|
export { default as HashrateCenterFilled } from './asn/HashrateCenterFilled';
|
|
418
421
|
export { default as HashrateCenterOutlined } from './asn/HashrateCenterOutlined';
|
|
422
|
+
export { default as HashrateFilled } from './asn/HashrateFilled';
|
|
423
|
+
export { default as HashrateOutlined } from './asn/HashrateOutlined';
|
|
419
424
|
export { default as HazeOutlined } from './asn/HazeOutlined';
|
|
420
425
|
export { default as HealthMonitoringPurely } from './asn/HealthMonitoringPurely';
|
|
421
426
|
export { default as HeartFilled } from './asn/HeartFilled';
|
|
@@ -598,6 +603,7 @@ export { default as MultiplePicturesFilled } from './asn/MultiplePicturesFilled'
|
|
|
598
603
|
export { default as MunicipalFilled } from './asn/MunicipalFilled';
|
|
599
604
|
export { default as MuteOutlined } from './asn/MuteOutlined';
|
|
600
605
|
export { default as NaturalGasOutlined } from './asn/NaturalGasOutlined';
|
|
606
|
+
export { default as NextOutlined } from './asn/NextOutlined';
|
|
601
607
|
export { default as Nh3Outlined } from './asn/Nh3Outlined';
|
|
602
608
|
export { default as NoAlarmPurely } from './asn/NoAlarmPurely';
|
|
603
609
|
export { default as NoAppPurely } from './asn/NoAppPurely';
|
|
@@ -704,6 +710,7 @@ export { default as PowerPerceptionFilled } from './asn/PowerPerceptionFilled';
|
|
|
704
710
|
export { default as PowerUpsFilled } from './asn/PowerUpsFilled';
|
|
705
711
|
export { default as PowerUpsOutlined } from './asn/PowerUpsOutlined';
|
|
706
712
|
export { default as PoweroffOutlined } from './asn/PoweroffOutlined';
|
|
713
|
+
export { default as PreviousOutlined } from './asn/PreviousOutlined';
|
|
707
714
|
export { default as PrinterOutlined } from './asn/PrinterOutlined';
|
|
708
715
|
export { default as ProfileFilled } from './asn/ProfileFilled';
|
|
709
716
|
export { default as ProfileOutlined } from './asn/ProfileOutlined';
|
|
@@ -721,6 +728,8 @@ export { default as RadioReceiverOutlined } from './asn/RadioReceiverOutlined';
|
|
|
721
728
|
export { default as RailwayStationFilled } from './asn/RailwayStationFilled';
|
|
722
729
|
export { default as RainfallOutlined } from './asn/RainfallOutlined';
|
|
723
730
|
export { default as RainstormOutlined } from './asn/RainstormOutlined';
|
|
731
|
+
export { default as ReasoningFilled } from './asn/ReasoningFilled';
|
|
732
|
+
export { default as ReasoningOutlined } from './asn/ReasoningOutlined';
|
|
724
733
|
export { default as RecreationFilled } from './asn/RecreationFilled';
|
|
725
734
|
export { default as RecreationOutlined } from './asn/RecreationOutlined';
|
|
726
735
|
export { default as RedoOutlined } from './asn/RedoOutlined';
|
|
@@ -841,6 +850,7 @@ export { default as SmokePurely } from './asn/SmokePurely';
|
|
|
841
850
|
export { default as SortOutlined } from './asn/SortOutlined';
|
|
842
851
|
export { default as SoundOutlined } from './asn/SoundOutlined';
|
|
843
852
|
export { default as SoundSmallOutlined } from './asn/SoundSmallOutlined';
|
|
853
|
+
export { default as SpecialGroupsFilled } from './asn/SpecialGroupsFilled';
|
|
844
854
|
export { default as SpecialPopulationsPurely } from './asn/SpecialPopulationsPurely';
|
|
845
855
|
export { default as SpecialVehiclesPurely } from './asn/SpecialVehiclesPurely';
|
|
846
856
|
export { default as SplitScreenOutlined } from './asn/SplitScreenOutlined';
|