@sensoro-design/icons-svg 2.77.0 → 2.79.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.
Files changed (76) hide show
  1. package/es/asn/AudibleAlarmHostFilled.d.ts +3 -0
  2. package/es/asn/AudibleAlarmHostFilled.js +20 -0
  3. package/es/asn/BarcodeOutlined.d.ts +3 -0
  4. package/es/asn/BarcodeOutlined.js +20 -0
  5. package/es/asn/CarForeignOutlined.d.ts +3 -0
  6. package/es/asn/CarForeignOutlined.js +20 -0
  7. package/es/asn/FullFrameAnalysisOutlined.d.ts +3 -0
  8. package/es/asn/FullFrameAnalysisOutlined.js +20 -0
  9. package/es/asn/GasMonitoringOutlined.d.ts +3 -0
  10. package/es/asn/GasMonitoringOutlined.js +20 -0
  11. package/es/asn/ImageSearchOutlined.d.ts +3 -0
  12. package/es/asn/ImageSearchOutlined.js +20 -0
  13. package/es/asn/PowerPerceptionOutlined.d.ts +3 -0
  14. package/es/asn/PowerPerceptionOutlined.js +20 -0
  15. package/es/asn/RelevanceOutlined.d.ts +3 -0
  16. package/es/asn/RelevanceOutlined.js +20 -0
  17. package/es/asn/UserForeignOutlined.d.ts +3 -0
  18. package/es/asn/UserForeignOutlined.js +20 -0
  19. package/es/asn/UserVipOutlined.d.ts +3 -0
  20. package/es/asn/UserVipOutlined.js +20 -0
  21. package/es/index.d.ts +10 -0
  22. package/es/index.js +10 -0
  23. package/inline-namespaced-svg/filled/audible-alarm-host.svg +1 -0
  24. package/inline-namespaced-svg/outlined/barcode.svg +1 -0
  25. package/inline-namespaced-svg/outlined/car-foreign.svg +1 -0
  26. package/inline-namespaced-svg/outlined/full-frame-analysis.svg +1 -0
  27. package/inline-namespaced-svg/outlined/gas-monitoring.svg +1 -0
  28. package/inline-namespaced-svg/outlined/image-search.svg +1 -0
  29. package/inline-namespaced-svg/outlined/power-perception.svg +1 -0
  30. package/inline-namespaced-svg/outlined/relevance.svg +1 -0
  31. package/inline-namespaced-svg/outlined/user-foreign.svg +1 -0
  32. package/inline-namespaced-svg/outlined/user-vip.svg +1 -0
  33. package/inline-svg/filled/audible-alarm-host.svg +1 -0
  34. package/inline-svg/outlined/barcode.svg +1 -0
  35. package/inline-svg/outlined/car-foreign.svg +1 -0
  36. package/inline-svg/outlined/full-frame-analysis.svg +1 -0
  37. package/inline-svg/outlined/gas-monitoring.svg +1 -0
  38. package/inline-svg/outlined/image-search.svg +1 -0
  39. package/inline-svg/outlined/power-perception.svg +1 -0
  40. package/inline-svg/outlined/relevance.svg +1 -0
  41. package/inline-svg/outlined/user-foreign.svg +1 -0
  42. package/inline-svg/outlined/user-vip.svg +1 -0
  43. package/lib/asn/AudibleAlarmHostFilled.d.ts +3 -0
  44. package/lib/asn/AudibleAlarmHostFilled.js +41 -0
  45. package/lib/asn/BarcodeOutlined.d.ts +3 -0
  46. package/lib/asn/BarcodeOutlined.js +41 -0
  47. package/lib/asn/CarForeignOutlined.d.ts +3 -0
  48. package/lib/asn/CarForeignOutlined.js +41 -0
  49. package/lib/asn/FullFrameAnalysisOutlined.d.ts +3 -0
  50. package/lib/asn/FullFrameAnalysisOutlined.js +41 -0
  51. package/lib/asn/GasMonitoringOutlined.d.ts +3 -0
  52. package/lib/asn/GasMonitoringOutlined.js +41 -0
  53. package/lib/asn/ImageSearchOutlined.d.ts +3 -0
  54. package/lib/asn/ImageSearchOutlined.js +41 -0
  55. package/lib/asn/PowerPerceptionOutlined.d.ts +3 -0
  56. package/lib/asn/PowerPerceptionOutlined.js +41 -0
  57. package/lib/asn/RelevanceOutlined.d.ts +3 -0
  58. package/lib/asn/RelevanceOutlined.js +41 -0
  59. package/lib/asn/UserForeignOutlined.d.ts +3 -0
  60. package/lib/asn/UserForeignOutlined.js +41 -0
  61. package/lib/asn/UserVipOutlined.d.ts +3 -0
  62. package/lib/asn/UserVipOutlined.js +41 -0
  63. package/lib/index.d.ts +10 -0
  64. package/lib/index.js +30 -0
  65. package/package.json +1 -1
  66. package/src/asn/AudibleAlarmHostFilled.ts +21 -0
  67. package/src/asn/BarcodeOutlined.ts +21 -0
  68. package/src/asn/CarForeignOutlined.ts +21 -0
  69. package/src/asn/FullFrameAnalysisOutlined.ts +21 -0
  70. package/src/asn/GasMonitoringOutlined.ts +21 -0
  71. package/src/asn/ImageSearchOutlined.ts +21 -0
  72. package/src/asn/PowerPerceptionOutlined.ts +21 -0
  73. package/src/asn/RelevanceOutlined.ts +21 -0
  74. package/src/asn/UserForeignOutlined.ts +21 -0
  75. package/src/asn/UserVipOutlined.ts +21 -0
  76. package/src/index.ts +10 -0
package/lib/index.js CHANGED
@@ -99,6 +99,7 @@ __export(src_exports, {
99
99
  AtlasPurely: () => import_AtlasPurely.default,
100
100
  AttendanceRateFilled: () => import_AttendanceRateFilled.default,
101
101
  AudibleAlarmCloseOutlined: () => import_AudibleAlarmCloseOutlined.default,
102
+ AudibleAlarmHostFilled: () => import_AudibleAlarmHostFilled.default,
102
103
  AudibleAlarmHostOutlined: () => import_AudibleAlarmHostOutlined.default,
103
104
  AudibleAlarmOpenOutlined: () => import_AudibleAlarmOpenOutlined.default,
104
105
  AudioFilled: () => import_AudioFilled.default,
@@ -110,6 +111,7 @@ __export(src_exports, {
110
111
  AvatarPurely: () => import_AvatarPurely.default,
111
112
  BackwardOutlined: () => import_BackwardOutlined.default,
112
113
  BannerOutlined: () => import_BannerOutlined.default,
114
+ BarcodeOutlined: () => import_BarcodeOutlined.default,
113
115
  BaseStationOutlined: () => import_BaseStationOutlined.default,
114
116
  BatchOutlined: () => import_BatchOutlined.default,
115
117
  BatteryGroupFilled: () => import_BatteryGroupFilled.default,
@@ -156,6 +158,7 @@ __export(src_exports, {
156
158
  CarFocusFilled: () => import_CarFocusFilled.default,
157
159
  CarFocusOutlined: () => import_CarFocusOutlined.default,
158
160
  CarForeignFilled: () => import_CarForeignFilled.default,
161
+ CarForeignOutlined: () => import_CarForeignOutlined.default,
159
162
  CarOutlined: () => import_CarOutlined.default,
160
163
  CarParkFilled: () => import_CarParkFilled.default,
161
164
  CarParkOutlined: () => import_CarParkOutlined.default,
@@ -412,6 +415,7 @@ __export(src_exports, {
412
415
  FrostOutlined: () => import_FrostOutlined.default,
413
416
  FrownFilled: () => import_FrownFilled.default,
414
417
  FrownOutlined: () => import_FrownOutlined.default,
418
+ FullFrameAnalysisOutlined: () => import_FullFrameAnalysisOutlined.default,
415
419
  FullTargetCameraOutlined: () => import_FullTargetCameraOutlined.default,
416
420
  FullTargetOutlined: () => import_FullTargetOutlined.default,
417
421
  FullscreenExitOutlined: () => import_FullscreenExitOutlined.default,
@@ -424,6 +428,7 @@ __export(src_exports, {
424
428
  GasAlarmFilled: () => import_GasAlarmFilled.default,
425
429
  GasAlarmOutlined: () => import_GasAlarmOutlined.default,
426
430
  GasMonitoringFilled: () => import_GasMonitoringFilled.default,
431
+ GasMonitoringOutlined: () => import_GasMonitoringOutlined.default,
427
432
  GasSensorControllerFilled: () => import_GasSensorControllerFilled.default,
428
433
  GasSensorControllerOutlined: () => import_GasSensorControllerOutlined.default,
429
434
  GasSensorOutlined: () => import_GasSensorOutlined.default,
@@ -509,6 +514,7 @@ __export(src_exports, {
509
514
  ImageOptimizationOutlined: () => import_ImageOptimizationOutlined.default,
510
515
  ImageOutlined: () => import_ImageOutlined.default,
511
516
  ImagePurely: () => import_ImagePurely.default,
517
+ ImageSearchOutlined: () => import_ImageSearchOutlined.default,
512
518
  InclinationOutlined: () => import_InclinationOutlined.default,
513
519
  IncomingCallOutlined: () => import_IncomingCallOutlined.default,
514
520
  IndoorTrackOutlined: () => import_IndoorTrackOutlined.default,
@@ -751,6 +757,7 @@ __export(src_exports, {
751
757
  PowerOutageFilled: () => import_PowerOutageFilled.default,
752
758
  PowerOutageOutlined: () => import_PowerOutageOutlined.default,
753
759
  PowerPerceptionFilled: () => import_PowerPerceptionFilled.default,
760
+ PowerPerceptionOutlined: () => import_PowerPerceptionOutlined.default,
754
761
  PowerUpsFilled: () => import_PowerUpsFilled.default,
755
762
  PowerUpsOutlined: () => import_PowerUpsOutlined.default,
756
763
  PoweroffOutlined: () => import_PoweroffOutlined.default,
@@ -779,6 +786,7 @@ __export(src_exports, {
779
786
  RedoOutlined: () => import_RedoOutlined.default,
780
787
  RefillStationFilled: () => import_RefillStationFilled.default,
781
788
  RefillStationOutlined: () => import_RefillStationOutlined.default,
789
+ RelevanceOutlined: () => import_RelevanceOutlined.default,
782
790
  ReloadOutlined: () => import_ReloadOutlined.default,
783
791
  RemoteFireMonitoringFilled: () => import_RemoteFireMonitoringFilled.default,
784
792
  RemoteFireMonitoringOutlined: () => import_RemoteFireMonitoringOutlined.default,
@@ -993,6 +1001,7 @@ __export(src_exports, {
993
1001
  UserExclamationCircleOutlined: () => import_UserExclamationCircleOutlined.default,
994
1002
  UserFilled: () => import_UserFilled.default,
995
1003
  UserForeignFilled: () => import_UserForeignFilled.default,
1004
+ UserForeignOutlined: () => import_UserForeignOutlined.default,
996
1005
  UserGatherPurely: () => import_UserGatherPurely.default,
997
1006
  UserLeaveEarlyFilled: () => import_UserLeaveEarlyFilled.default,
998
1007
  UserManageOutlined: () => import_UserManageOutlined.default,
@@ -1014,6 +1023,7 @@ __export(src_exports, {
1014
1023
  UserTimeOutlined: () => import_UserTimeOutlined.default,
1015
1024
  UserTimePurely: () => import_UserTimePurely.default,
1016
1025
  UserVipFilled: () => import_UserVipFilled.default,
1026
+ UserVipOutlined: () => import_UserVipOutlined.default,
1017
1027
  UsersFilled: () => import_UsersFilled.default,
1018
1028
  UsersGovernancePurely: () => import_UsersGovernancePurely.default,
1019
1029
  UsersOutlined: () => import_UsersOutlined.default,
@@ -1148,6 +1158,7 @@ var import_AtlasOutlined = __toESM(require("./asn/AtlasOutlined"));
1148
1158
  var import_AtlasPurely = __toESM(require("./asn/AtlasPurely"));
1149
1159
  var import_AttendanceRateFilled = __toESM(require("./asn/AttendanceRateFilled"));
1150
1160
  var import_AudibleAlarmCloseOutlined = __toESM(require("./asn/AudibleAlarmCloseOutlined"));
1161
+ var import_AudibleAlarmHostFilled = __toESM(require("./asn/AudibleAlarmHostFilled"));
1151
1162
  var import_AudibleAlarmHostOutlined = __toESM(require("./asn/AudibleAlarmHostOutlined"));
1152
1163
  var import_AudibleAlarmOpenOutlined = __toESM(require("./asn/AudibleAlarmOpenOutlined"));
1153
1164
  var import_AudioFilled = __toESM(require("./asn/AudioFilled"));
@@ -1159,6 +1170,7 @@ var import_AuxiliaryPoliceOfficerFilled = __toESM(require("./asn/AuxiliaryPolice
1159
1170
  var import_AvatarPurely = __toESM(require("./asn/AvatarPurely"));
1160
1171
  var import_BackwardOutlined = __toESM(require("./asn/BackwardOutlined"));
1161
1172
  var import_BannerOutlined = __toESM(require("./asn/BannerOutlined"));
1173
+ var import_BarcodeOutlined = __toESM(require("./asn/BarcodeOutlined"));
1162
1174
  var import_BaseStationOutlined = __toESM(require("./asn/BaseStationOutlined"));
1163
1175
  var import_BatchOutlined = __toESM(require("./asn/BatchOutlined"));
1164
1176
  var import_BatteryGroupFilled = __toESM(require("./asn/BatteryGroupFilled"));
@@ -1205,6 +1217,7 @@ var import_CarFilled = __toESM(require("./asn/CarFilled"));
1205
1217
  var import_CarFocusFilled = __toESM(require("./asn/CarFocusFilled"));
1206
1218
  var import_CarFocusOutlined = __toESM(require("./asn/CarFocusOutlined"));
1207
1219
  var import_CarForeignFilled = __toESM(require("./asn/CarForeignFilled"));
1220
+ var import_CarForeignOutlined = __toESM(require("./asn/CarForeignOutlined"));
1208
1221
  var import_CarOutlined = __toESM(require("./asn/CarOutlined"));
1209
1222
  var import_CarParkFilled = __toESM(require("./asn/CarParkFilled"));
1210
1223
  var import_CarParkOutlined = __toESM(require("./asn/CarParkOutlined"));
@@ -1461,6 +1474,7 @@ var import_ForwardOutlined = __toESM(require("./asn/ForwardOutlined"));
1461
1474
  var import_FrostOutlined = __toESM(require("./asn/FrostOutlined"));
1462
1475
  var import_FrownFilled = __toESM(require("./asn/FrownFilled"));
1463
1476
  var import_FrownOutlined = __toESM(require("./asn/FrownOutlined"));
1477
+ var import_FullFrameAnalysisOutlined = __toESM(require("./asn/FullFrameAnalysisOutlined"));
1464
1478
  var import_FullTargetCameraOutlined = __toESM(require("./asn/FullTargetCameraOutlined"));
1465
1479
  var import_FullTargetOutlined = __toESM(require("./asn/FullTargetOutlined"));
1466
1480
  var import_FullscreenExitOutlined = __toESM(require("./asn/FullscreenExitOutlined"));
@@ -1473,6 +1487,7 @@ var import_GarageOutlined = __toESM(require("./asn/GarageOutlined"));
1473
1487
  var import_GasAlarmFilled = __toESM(require("./asn/GasAlarmFilled"));
1474
1488
  var import_GasAlarmOutlined = __toESM(require("./asn/GasAlarmOutlined"));
1475
1489
  var import_GasMonitoringFilled = __toESM(require("./asn/GasMonitoringFilled"));
1490
+ var import_GasMonitoringOutlined = __toESM(require("./asn/GasMonitoringOutlined"));
1476
1491
  var import_GasSensorControllerFilled = __toESM(require("./asn/GasSensorControllerFilled"));
1477
1492
  var import_GasSensorControllerOutlined = __toESM(require("./asn/GasSensorControllerOutlined"));
1478
1493
  var import_GasSensorOutlined = __toESM(require("./asn/GasSensorOutlined"));
@@ -1558,6 +1573,7 @@ var import_ImageOptimizationFilled = __toESM(require("./asn/ImageOptimizationFil
1558
1573
  var import_ImageOptimizationOutlined = __toESM(require("./asn/ImageOptimizationOutlined"));
1559
1574
  var import_ImageOutlined = __toESM(require("./asn/ImageOutlined"));
1560
1575
  var import_ImagePurely = __toESM(require("./asn/ImagePurely"));
1576
+ var import_ImageSearchOutlined = __toESM(require("./asn/ImageSearchOutlined"));
1561
1577
  var import_InclinationOutlined = __toESM(require("./asn/InclinationOutlined"));
1562
1578
  var import_IncomingCallOutlined = __toESM(require("./asn/IncomingCallOutlined"));
1563
1579
  var import_IndoorTrackOutlined = __toESM(require("./asn/IndoorTrackOutlined"));
@@ -1800,6 +1816,7 @@ var import_PowerDeviceOutlined = __toESM(require("./asn/PowerDeviceOutlined"));
1800
1816
  var import_PowerOutageFilled = __toESM(require("./asn/PowerOutageFilled"));
1801
1817
  var import_PowerOutageOutlined = __toESM(require("./asn/PowerOutageOutlined"));
1802
1818
  var import_PowerPerceptionFilled = __toESM(require("./asn/PowerPerceptionFilled"));
1819
+ var import_PowerPerceptionOutlined = __toESM(require("./asn/PowerPerceptionOutlined"));
1803
1820
  var import_PowerUpsFilled = __toESM(require("./asn/PowerUpsFilled"));
1804
1821
  var import_PowerUpsOutlined = __toESM(require("./asn/PowerUpsOutlined"));
1805
1822
  var import_PoweroffOutlined = __toESM(require("./asn/PoweroffOutlined"));
@@ -1828,6 +1845,7 @@ var import_RecreationOutlined = __toESM(require("./asn/RecreationOutlined"));
1828
1845
  var import_RedoOutlined = __toESM(require("./asn/RedoOutlined"));
1829
1846
  var import_RefillStationFilled = __toESM(require("./asn/RefillStationFilled"));
1830
1847
  var import_RefillStationOutlined = __toESM(require("./asn/RefillStationOutlined"));
1848
+ var import_RelevanceOutlined = __toESM(require("./asn/RelevanceOutlined"));
1831
1849
  var import_ReloadOutlined = __toESM(require("./asn/ReloadOutlined"));
1832
1850
  var import_RemoteFireMonitoringFilled = __toESM(require("./asn/RemoteFireMonitoringFilled"));
1833
1851
  var import_RemoteFireMonitoringOutlined = __toESM(require("./asn/RemoteFireMonitoringOutlined"));
@@ -2042,6 +2060,7 @@ var import_UserExclamationCircleFilled = __toESM(require("./asn/UserExclamationC
2042
2060
  var import_UserExclamationCircleOutlined = __toESM(require("./asn/UserExclamationCircleOutlined"));
2043
2061
  var import_UserFilled = __toESM(require("./asn/UserFilled"));
2044
2062
  var import_UserForeignFilled = __toESM(require("./asn/UserForeignFilled"));
2063
+ var import_UserForeignOutlined = __toESM(require("./asn/UserForeignOutlined"));
2045
2064
  var import_UserGatherPurely = __toESM(require("./asn/UserGatherPurely"));
2046
2065
  var import_UserLeaveEarlyFilled = __toESM(require("./asn/UserLeaveEarlyFilled"));
2047
2066
  var import_UserManageOutlined = __toESM(require("./asn/UserManageOutlined"));
@@ -2063,6 +2082,7 @@ var import_UserTimeFilled = __toESM(require("./asn/UserTimeFilled"));
2063
2082
  var import_UserTimeOutlined = __toESM(require("./asn/UserTimeOutlined"));
2064
2083
  var import_UserTimePurely = __toESM(require("./asn/UserTimePurely"));
2065
2084
  var import_UserVipFilled = __toESM(require("./asn/UserVipFilled"));
2085
+ var import_UserVipOutlined = __toESM(require("./asn/UserVipOutlined"));
2066
2086
  var import_UsersFilled = __toESM(require("./asn/UsersFilled"));
2067
2087
  var import_UsersGovernancePurely = __toESM(require("./asn/UsersGovernancePurely"));
2068
2088
  var import_UsersOutlined = __toESM(require("./asn/UsersOutlined"));
@@ -2197,6 +2217,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2197
2217
  AtlasPurely,
2198
2218
  AttendanceRateFilled,
2199
2219
  AudibleAlarmCloseOutlined,
2220
+ AudibleAlarmHostFilled,
2200
2221
  AudibleAlarmHostOutlined,
2201
2222
  AudibleAlarmOpenOutlined,
2202
2223
  AudioFilled,
@@ -2208,6 +2229,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2208
2229
  AvatarPurely,
2209
2230
  BackwardOutlined,
2210
2231
  BannerOutlined,
2232
+ BarcodeOutlined,
2211
2233
  BaseStationOutlined,
2212
2234
  BatchOutlined,
2213
2235
  BatteryGroupFilled,
@@ -2254,6 +2276,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2254
2276
  CarFocusFilled,
2255
2277
  CarFocusOutlined,
2256
2278
  CarForeignFilled,
2279
+ CarForeignOutlined,
2257
2280
  CarOutlined,
2258
2281
  CarParkFilled,
2259
2282
  CarParkOutlined,
@@ -2510,6 +2533,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2510
2533
  FrostOutlined,
2511
2534
  FrownFilled,
2512
2535
  FrownOutlined,
2536
+ FullFrameAnalysisOutlined,
2513
2537
  FullTargetCameraOutlined,
2514
2538
  FullTargetOutlined,
2515
2539
  FullscreenExitOutlined,
@@ -2522,6 +2546,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2522
2546
  GasAlarmFilled,
2523
2547
  GasAlarmOutlined,
2524
2548
  GasMonitoringFilled,
2549
+ GasMonitoringOutlined,
2525
2550
  GasSensorControllerFilled,
2526
2551
  GasSensorControllerOutlined,
2527
2552
  GasSensorOutlined,
@@ -2607,6 +2632,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2607
2632
  ImageOptimizationOutlined,
2608
2633
  ImageOutlined,
2609
2634
  ImagePurely,
2635
+ ImageSearchOutlined,
2610
2636
  InclinationOutlined,
2611
2637
  IncomingCallOutlined,
2612
2638
  IndoorTrackOutlined,
@@ -2849,6 +2875,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2849
2875
  PowerOutageFilled,
2850
2876
  PowerOutageOutlined,
2851
2877
  PowerPerceptionFilled,
2878
+ PowerPerceptionOutlined,
2852
2879
  PowerUpsFilled,
2853
2880
  PowerUpsOutlined,
2854
2881
  PoweroffOutlined,
@@ -2877,6 +2904,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2877
2904
  RedoOutlined,
2878
2905
  RefillStationFilled,
2879
2906
  RefillStationOutlined,
2907
+ RelevanceOutlined,
2880
2908
  ReloadOutlined,
2881
2909
  RemoteFireMonitoringFilled,
2882
2910
  RemoteFireMonitoringOutlined,
@@ -3091,6 +3119,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
3091
3119
  UserExclamationCircleOutlined,
3092
3120
  UserFilled,
3093
3121
  UserForeignFilled,
3122
+ UserForeignOutlined,
3094
3123
  UserGatherPurely,
3095
3124
  UserLeaveEarlyFilled,
3096
3125
  UserManageOutlined,
@@ -3112,6 +3141,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
3112
3141
  UserTimeOutlined,
3113
3142
  UserTimePurely,
3114
3143
  UserVipFilled,
3144
+ UserVipOutlined,
3115
3145
  UsersFilled,
3116
3146
  UsersGovernancePurely,
3117
3147
  UsersOutlined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons-svg",
3
- "version": "2.77.0",
3
+ "version": "2.79.0",
4
4
  "description": "sensoro design icons.",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const AudibleAlarmHostFilled: 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: 'M540.03 32a7.95 7.95 0 0 1 7.94 8v81.6A392.13 392.13 0 0 1 902.4 475.97H984a8 8 0 0 1 8 8v56a8 8 0 0 1-8 8.06h-81.6A392.13 392.13 0 0 1 548.03 902.4V984a8 8 0 0 1-8.06 8h-55.94a8 8 0 0 1-8-8v-81.6A392.13 392.13 0 0 1 121.6 548.03H40a8 8 0 0 1-8-8.06v-55.94c0-4.48 3.58-8 8-8h81.6A392.13 392.13 0 0 1 475.97 121.6V40a8 8 0 0 1 8-8h56zM512 368a144 144 0 1 0 0 288 144 144 0 0 0 0-288z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'audible-alarm-host',
18
+ theme: 'filled',
19
+ };
20
+
21
+ export default AudibleAlarmHostFilled;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const BarcodeOutlined: 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: 'M72 160h120a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8H72a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm328 0h104a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8H400a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm-128 0h48a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm312 0h48a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm320 0h48a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm-192 0h120a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8H712a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'barcode',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default BarcodeOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const CarForeignOutlined: 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: 'M751.64 135.76a16 16 0 0 1 14.59 9.44L870.3 376.66l29.27-29.27a8.02 8.02 0 0 1 11.31 0l39.55 39.6h-.04a8.02 8.02 0 0 1 0 11.35l-42.54 42.53a262.9 262.9 0 0 0-110.81-51.57l-81.57-181.51H308.56l-.04.04-.04-.09-88.96 198.02h419.51a264.64 264.64 0 0 0-89.55 63.91H190.72l-6.7 14.94v257.66h86.96v-64a32 32 0 0 1 32-32h177.19l-.02 1.73c0 18.6 1.92 36.74 5.58 54.25H326.96v39.94h170.49a263.7 263.7 0 0 0 41.61 72.06H231.94v41.98a32 32 0 0 1-32 32H143.9c-17.66 0-32-14.29-32-32V472.69a16 16 0 0 1 1.41-6.56l8.66-19.27-48.5-48.51a7.98 7.98 0 0 1 0-11.35l39.54-39.6a7.98 7.98 0 0 1 11.31 0l29.27 29.27L257.77 145.2a16 16 0 0 1 14.59-9.44h479.28zM744.15 432c119.3 0 216 96.7 216 216s-96.7 216-216 216-216-96.7-216-216 96.7-216 216-216zm0 64c-40.6 0-78.8 15.8-107.5 44.5a151.05 151.05 0 0 0-44.5 107.5c0 40.6 15.8 78.8 44.5 107.5 28.7 28.7 66.9 44.5 107.5 44.5 40.6 0 78.8-15.8 107.5-44.5 28.7-28.7 44.5-66.9 44.5-107.5 0-40.6-15.8-78.8-44.5-107.5a151.05 151.05 0 0 0-107.5-44.5zm4.2 79.32a8 8 0 0 1 1.65 4.85V620h78.56c4.1 0 7.44 3.58 7.44 8v40c0 4.42-3.33 8-7.44 8H750v39.83a8 8 0 0 1-12.85 6.35l-88.82-67.82a8 8 0 0 1-1.5-11.22l1.5-1.5 88.82-67.82a8 8 0 0 1 11.2 1.5zm-480.4-69.6a48 48 0 1 1 0 96 48 48 0 0 1 0-96z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'car-foreign',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default CarForeignOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const FullFrameAnalysisOutlined: 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: 'M880 112a32 32 0 0 1 32 32v736a32 32 0 0 1-32 32H595.97a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H624v-88h-28.03a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H848V328H595.97a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H624v-88h-28.03a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H880zm-452.03 0c4.48 0 8 3.58 8 8v48a8 8 0 0 1-8 8H400v88h28.03a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H176v368h252.03a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H400v88h28.03a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H144a32 32 0 0 1-32-32V144a32 32 0 0 1 32-32h284.03zm104 0a8.02 8.02 0 0 1 8.06 8v784a8 8 0 0 1-8.06 8H491a8 8 0 0 1-8-8V120a8 8 0 0 1 8-8h40.96zM352 760h-64v88h64v-88zm384 0h-64v88h64v-88zm-496 0h-64v88h64v-88zm608 0h-64v88h64v-88zM240 176h-64v88h64v-88zm496 0h-64v88h64v-88zm112 0h-64v88h64v-88zm-496 0h-64v88h64v-88z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'full-frame-analysis',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default FullFrameAnalysisOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const GasMonitoringOutlined: 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: 'M328.94 64a16 16 0 0 1 16 16v80H808a32 32 0 0 1 32 32v736a32 32 0 0 1-32 32H216a32 32 0 0 1-32-32V192a32 32 0 0 1 32-32h39.94V80a16 16 0 0 1 16-16h57zM772 233H256v656h516V233zM452 757a32 32 0 1 1 0 64 32 32 0 0 1 0-64zm120 0a32 32 0 1 1 0 64 32 32 0 0 1 0-64zM374.8 302.3a6.83 6.83 0 0 1 11.46 7.05l-.48 1.21-.37.96-.05.17c-20.52 67.19 1.6 140.05 20.68 180.82 19.82 42.34 34.95 136.62-27.17 193.13-.53.48-1.07.97-1.62 1.44l-.18.16a5.7 5.7 0 0 1-8.75-6.84l.36-.78.05-.12c22.29-62.1-.1-146.42-19.56-187-19.1-39.85-19.3-139.43 25.62-190.2zm131.82 0a6.83 6.83 0 0 1 11.46 7.05l-.48 1.21-.36.96-.06.17c-20.51 67.19 1.6 140.05 20.68 180.82 19.82 42.34 34.96 136.62-27.17 193.13l-1.61 1.44-.19.16a5.7 5.7 0 0 1-8.75-6.84l.36-.78.05-.12c22.3-62.1-.1-146.42-19.55-187-19.1-39.85-19.3-139.43 25.62-190.2zm131.82 0a6.83 6.83 0 0 1 11.46 7.05l-.47 1.21-.37.96-.05.17c-20.52 67.19 1.6 140.05 20.68 180.82 19.82 42.34 34.95 136.62-27.17 193.13l-1.62 1.44-.19.16a5.7 5.7 0 0 1-8.75-6.84l.36-.78.05-.12c22.3-62.1-.1-146.42-19.55-187-19.1-39.85-19.3-139.43 25.62-190.2z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'gas-monitoring',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default GasMonitoringOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const ImageSearchOutlined: 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: 'M751.23 480a190.72 190.72 0 0 1 155.59 301.06l74.88 74.88a8 8 0 0 1 0 11.26l-33.92 33.92a8 8 0 0 1-11.4 0l-74.81-74.82A190.72 190.72 0 1 1 751.23 480zM880 136a32 32 0 0 1 32 32v256a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V208H136v334.72l89.6-117.06a8 8 0 0 1 12.8 0l148.16 193.6 208-271.61a8 8 0 0 1 12.74 0l72.83 95.17a238.72 238.72 0 0 0-59.2 27.9l-19.97-26.11-208 271.61a8 8 0 0 1-12.8 0l-148.1-193.6-96 125.32V768h368a8 8 0 0 1 8 8v56a8 8 0 0 1-8 8H96a32 32 0 0 1-32-32V168a32 32 0 0 1 32-32h784zM656 587.2a126.72 126.72 0 1 0 190.53 167.04A126.72 126.72 0 0 0 656 587.2zM283.97 248a84.03 84.03 0 1 1 0 168 84.03 84.03 0 0 1 0-168zm0 56a27.97 27.97 0 1 0 0 56 27.97 27.97 0 0 0 0-56z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'image-search',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default ImageSearchOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const PowerPerceptionOutlined: 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: 'M832 68a32 32 0 0 1 32 32v832a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V100a32 32 0 0 1 32-32h640zm-36 68H228v760h568V136zM612.9 551.2v.01l-78.93 98.33h80.7a8 8 0 0 1 5.94 13.36L463.37 837.2a8 8 0 0 1-13.76-7.02l23.52-111.56h-67.95a8 8 0 0 1-6.93-12l84.9-147.41A16 16 0 0 1 497 551.2zM532 188.82c120.21 9.92 215.3 108.43 219.83 230.09l.03.85v.5a8.01 8.01 0 0 1-8.25 7.74H552c0-1.62-.1-3.21-.28-4.78l67.6-67.6a8 8 0 0 0 0-11.3l-22.63-22.63a8 8 0 0 0-11.32 0l-66.84 66.84A40.28 40.28 0 0 0 512 388a40 40 0 0 0-40 40H279.76a7.87 7.87 0 0 1-7.63-8.11l.02-.51c4.3-121.88 99.49-220.63 219.85-230.56V252a8 8 0 0 0 8 8h24a8 8 0 0 0 8-8z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'power-perception',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default PowerPerceptionOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const RelevanceOutlined: 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: 'M896 356.03a16 16 0 0 1 16 16V896a16 16 0 0 1-16 16H371.97a16 16 0 0 1-16-16V724.03a7.95 7.95 0 0 1 8-7.93H416c4.48 0 8 3.52 8 7.93V844.1h420.1V423.94H423.94V544a8 8 0 0 1-8 8h-51.9a8 8 0 0 1-8-8V371.97a16 16 0 0 1 15.67-16H896zM128 667.9a16 16 0 0 1-16-16V127.87a16 16 0 0 1 16-16h524.03a16 16 0 0 1 16 16V299.9a8 8 0 0 1-8.06 8H608a8 8 0 0 1-7.94-7.68V179.9H179.9V600h420.04V480c0-4.35 3.39-7.87 7.68-8h52.28a8.02 8.02 0 0 1 8.07 8v172.03a16 16 0 0 1-15.75 16L128 667.84z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'relevance',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default RelevanceOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const UserForeignOutlined: 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: 'M744 456c119.25 0 216 96.75 216 216s-96.75 216-216 216-216-96.75-216-216 96.75-216 216-216zm-297.65 75H450c23.28 0 46.34.93 69.17 2.8a262.32 262.32 0 0 0-30.58 71.71 738.1 738.1 0 0 0-35.18-.85H450a737.18 737.18 0 0 0-311.43 67.64l-2.48 1.18v93.86h361.8A263.8 263.8 0 0 0 541.32 841H70.25a7.75 7.75 0 0 1-7.75-7.5V666.1a62 62 0 0 1 35.4-56.05A811.02 811.02 0 0 1 446.35 531zM744 520c-83.82 0-152 68.18-152 152s68.18 152 152 152 152-68.18 152-152c0-84.25-68.18-152-152-152zm4.36 79.32a8 8 0 0 1 1.64 4.85V644h78.56c4.1 0 7.44 3.58 7.44 8v40c0 4.42-3.33 8-7.44 8H750v39.83a8 8 0 0 1-12.85 6.35l-88.82-67.82a8 8 0 0 1-1.5-11.22l1.5-1.5 88.82-67.82a8 8 0 0 1 11.2 1.5zM450 135.75A166.62 166.62 0 1 1 450 469c-92.02 0-166.63-74.6-166.63-166.63 0-92.02 74.6-166.62 166.63-166.62zm0 73.66a93 93 0 1 0 0 186 93 93 0 0 0 0-186z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'user-foreign',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default UserForeignOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const UserVipOutlined: 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: 'M744.15 456c119.3 0 216 96.7 216 216s-96.7 216-216 216-216-96.7-216-216 96.7-216 216-216zm-297.8 75H450c23.28 0 46.34.93 69.17 2.8a262.32 262.32 0 0 0-30.58 71.71 738.1 738.1 0 0 0-35.18-.85H450a737.18 737.18 0 0 0-311.43 67.64l-2.48 1.18v93.86h361.8A263.8 263.8 0 0 0 541.32 841H70.25a7.75 7.75 0 0 1-7.75-7.5V666.1a62 62 0 0 1 35.4-56.05A811.02 811.02 0 0 1 446.35 531zm297.8-11c-40.6 0-78.8 15.8-107.5 44.5a151.05 151.05 0 0 0-44.5 107.5c0 40.6 15.8 78.8 44.5 107.5 28.7 28.7 66.9 44.5 107.5 44.5 40.6 0 78.8-15.8 107.5-44.5 28.7-28.7 44.5-66.9 44.5-107.5 0-40.6-15.8-78.8-44.5-107.5a151.05 151.05 0 0 0-107.5-44.5zm-49.93 72a16 16 0 0 1 14.75 9.8l35.9 85.35h.54l36.55-85.44a16 16 0 0 1 14.71-9.71h31.43a8 8 0 0 1 7.3 11.26l-73.27 164a8 8 0 0 1-7.3 4.74h-23.99a8 8 0 0 1-7.34-4.82l-71.02-164a8 8 0 0 1 7.34-11.18h34.4zM450 135.75A166.62 166.62 0 1 1 450 469c-92.02 0-166.63-74.6-166.63-166.63 0-92.02 74.6-166.62 166.63-166.62zm0 73.66a93 93 0 1 0 0 186 93 93 0 0 0 0-186z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'user-vip',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default UserVipOutlined;
package/src/index.ts CHANGED
@@ -69,6 +69,7 @@ export { default as AtlasOutlined } from './asn/AtlasOutlined';
69
69
  export { default as AtlasPurely } from './asn/AtlasPurely';
70
70
  export { default as AttendanceRateFilled } from './asn/AttendanceRateFilled';
71
71
  export { default as AudibleAlarmCloseOutlined } from './asn/AudibleAlarmCloseOutlined';
72
+ export { default as AudibleAlarmHostFilled } from './asn/AudibleAlarmHostFilled';
72
73
  export { default as AudibleAlarmHostOutlined } from './asn/AudibleAlarmHostOutlined';
73
74
  export { default as AudibleAlarmOpenOutlined } from './asn/AudibleAlarmOpenOutlined';
74
75
  export { default as AudioFilled } from './asn/AudioFilled';
@@ -80,6 +81,7 @@ export { default as AuxiliaryPoliceOfficerFilled } from './asn/AuxiliaryPoliceOf
80
81
  export { default as AvatarPurely } from './asn/AvatarPurely';
81
82
  export { default as BackwardOutlined } from './asn/BackwardOutlined';
82
83
  export { default as BannerOutlined } from './asn/BannerOutlined';
84
+ export { default as BarcodeOutlined } from './asn/BarcodeOutlined';
83
85
  export { default as BaseStationOutlined } from './asn/BaseStationOutlined';
84
86
  export { default as BatchOutlined } from './asn/BatchOutlined';
85
87
  export { default as BatteryGroupFilled } from './asn/BatteryGroupFilled';
@@ -126,6 +128,7 @@ export { default as CarFilled } from './asn/CarFilled';
126
128
  export { default as CarFocusFilled } from './asn/CarFocusFilled';
127
129
  export { default as CarFocusOutlined } from './asn/CarFocusOutlined';
128
130
  export { default as CarForeignFilled } from './asn/CarForeignFilled';
131
+ export { default as CarForeignOutlined } from './asn/CarForeignOutlined';
129
132
  export { default as CarOutlined } from './asn/CarOutlined';
130
133
  export { default as CarParkFilled } from './asn/CarParkFilled';
131
134
  export { default as CarParkOutlined } from './asn/CarParkOutlined';
@@ -382,6 +385,7 @@ export { default as ForwardOutlined } from './asn/ForwardOutlined';
382
385
  export { default as FrostOutlined } from './asn/FrostOutlined';
383
386
  export { default as FrownFilled } from './asn/FrownFilled';
384
387
  export { default as FrownOutlined } from './asn/FrownOutlined';
388
+ export { default as FullFrameAnalysisOutlined } from './asn/FullFrameAnalysisOutlined';
385
389
  export { default as FullTargetCameraOutlined } from './asn/FullTargetCameraOutlined';
386
390
  export { default as FullTargetOutlined } from './asn/FullTargetOutlined';
387
391
  export { default as FullscreenExitOutlined } from './asn/FullscreenExitOutlined';
@@ -394,6 +398,7 @@ export { default as GarageOutlined } from './asn/GarageOutlined';
394
398
  export { default as GasAlarmFilled } from './asn/GasAlarmFilled';
395
399
  export { default as GasAlarmOutlined } from './asn/GasAlarmOutlined';
396
400
  export { default as GasMonitoringFilled } from './asn/GasMonitoringFilled';
401
+ export { default as GasMonitoringOutlined } from './asn/GasMonitoringOutlined';
397
402
  export { default as GasSensorControllerFilled } from './asn/GasSensorControllerFilled';
398
403
  export { default as GasSensorControllerOutlined } from './asn/GasSensorControllerOutlined';
399
404
  export { default as GasSensorOutlined } from './asn/GasSensorOutlined';
@@ -479,6 +484,7 @@ export { default as ImageOptimizationFilled } from './asn/ImageOptimizationFille
479
484
  export { default as ImageOptimizationOutlined } from './asn/ImageOptimizationOutlined';
480
485
  export { default as ImageOutlined } from './asn/ImageOutlined';
481
486
  export { default as ImagePurely } from './asn/ImagePurely';
487
+ export { default as ImageSearchOutlined } from './asn/ImageSearchOutlined';
482
488
  export { default as InclinationOutlined } from './asn/InclinationOutlined';
483
489
  export { default as IncomingCallOutlined } from './asn/IncomingCallOutlined';
484
490
  export { default as IndoorTrackOutlined } from './asn/IndoorTrackOutlined';
@@ -721,6 +727,7 @@ export { default as PowerDeviceOutlined } from './asn/PowerDeviceOutlined';
721
727
  export { default as PowerOutageFilled } from './asn/PowerOutageFilled';
722
728
  export { default as PowerOutageOutlined } from './asn/PowerOutageOutlined';
723
729
  export { default as PowerPerceptionFilled } from './asn/PowerPerceptionFilled';
730
+ export { default as PowerPerceptionOutlined } from './asn/PowerPerceptionOutlined';
724
731
  export { default as PowerUpsFilled } from './asn/PowerUpsFilled';
725
732
  export { default as PowerUpsOutlined } from './asn/PowerUpsOutlined';
726
733
  export { default as PoweroffOutlined } from './asn/PoweroffOutlined';
@@ -749,6 +756,7 @@ export { default as RecreationOutlined } from './asn/RecreationOutlined';
749
756
  export { default as RedoOutlined } from './asn/RedoOutlined';
750
757
  export { default as RefillStationFilled } from './asn/RefillStationFilled';
751
758
  export { default as RefillStationOutlined } from './asn/RefillStationOutlined';
759
+ export { default as RelevanceOutlined } from './asn/RelevanceOutlined';
752
760
  export { default as ReloadOutlined } from './asn/ReloadOutlined';
753
761
  export { default as RemoteFireMonitoringFilled } from './asn/RemoteFireMonitoringFilled';
754
762
  export { default as RemoteFireMonitoringOutlined } from './asn/RemoteFireMonitoringOutlined';
@@ -963,6 +971,7 @@ export { default as UserExclamationCircleFilled } from './asn/UserExclamationCir
963
971
  export { default as UserExclamationCircleOutlined } from './asn/UserExclamationCircleOutlined';
964
972
  export { default as UserFilled } from './asn/UserFilled';
965
973
  export { default as UserForeignFilled } from './asn/UserForeignFilled';
974
+ export { default as UserForeignOutlined } from './asn/UserForeignOutlined';
966
975
  export { default as UserGatherPurely } from './asn/UserGatherPurely';
967
976
  export { default as UserLeaveEarlyFilled } from './asn/UserLeaveEarlyFilled';
968
977
  export { default as UserManageOutlined } from './asn/UserManageOutlined';
@@ -984,6 +993,7 @@ export { default as UserTimeFilled } from './asn/UserTimeFilled';
984
993
  export { default as UserTimeOutlined } from './asn/UserTimeOutlined';
985
994
  export { default as UserTimePurely } from './asn/UserTimePurely';
986
995
  export { default as UserVipFilled } from './asn/UserVipFilled';
996
+ export { default as UserVipOutlined } from './asn/UserVipOutlined';
987
997
  export { default as UsersFilled } from './asn/UsersFilled';
988
998
  export { default as UsersGovernancePurely } from './asn/UsersGovernancePurely';
989
999
  export { default as UsersOutlined } from './asn/UsersOutlined';