@sensoro-design/icons-svg 2.73.1 → 2.75.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 (90) hide show
  1. package/es/asn/ClosureOutlined.d.ts +3 -0
  2. package/es/asn/ClosureOutlined.js +20 -0
  3. package/es/asn/DroneAirportOpenOutlined.d.ts +3 -0
  4. package/es/asn/DroneAirportOpenOutlined.js +20 -0
  5. package/es/asn/GoStraightOutlined.d.ts +3 -0
  6. package/es/asn/GoStraightOutlined.js +20 -0
  7. package/es/asn/SharpLeftTurnOutlined.d.ts +3 -0
  8. package/es/asn/SharpLeftTurnOutlined.js +20 -0
  9. package/es/asn/SharpRightTurnOutlined.d.ts +3 -0
  10. package/es/asn/SharpRightTurnOutlined.js +20 -0
  11. package/es/asn/SlightlyTurnLeftOutlined.d.ts +3 -0
  12. package/es/asn/SlightlyTurnLeftOutlined.js +20 -0
  13. package/es/asn/SlightlyTurnRightOutlined.d.ts +3 -0
  14. package/es/asn/SlightlyTurnRightOutlined.js +20 -0
  15. package/es/asn/StayLeftOutlined.d.ts +3 -0
  16. package/es/asn/StayLeftOutlined.js +25 -0
  17. package/es/asn/StayRightOutlined.d.ts +3 -0
  18. package/es/asn/StayRightOutlined.js +25 -0
  19. package/es/asn/TurnAroundOutlined.d.ts +3 -0
  20. package/es/asn/TurnAroundOutlined.js +20 -0
  21. package/es/asn/TurnLeftOutlined.d.ts +3 -0
  22. package/es/asn/TurnLeftOutlined.js +20 -0
  23. package/es/asn/TurnRightOutlined.d.ts +3 -0
  24. package/es/asn/TurnRightOutlined.js +20 -0
  25. package/es/index.d.ts +12 -0
  26. package/es/index.js +12 -0
  27. package/inline-namespaced-svg/outlined/closure.svg +1 -0
  28. package/inline-namespaced-svg/outlined/drone-airport-open.svg +1 -0
  29. package/inline-namespaced-svg/outlined/go-straight.svg +1 -0
  30. package/inline-namespaced-svg/outlined/sharp-left-turn.svg +1 -0
  31. package/inline-namespaced-svg/outlined/sharp-right-turn.svg +1 -0
  32. package/inline-namespaced-svg/outlined/slightly-turn-left.svg +1 -0
  33. package/inline-namespaced-svg/outlined/slightly-turn-right.svg +1 -0
  34. package/inline-namespaced-svg/outlined/stay-left.svg +1 -0
  35. package/inline-namespaced-svg/outlined/stay-right.svg +1 -0
  36. package/inline-namespaced-svg/outlined/turn-around.svg +1 -0
  37. package/inline-namespaced-svg/outlined/turn-left.svg +1 -0
  38. package/inline-namespaced-svg/outlined/turn-right.svg +1 -0
  39. package/inline-svg/outlined/closure.svg +1 -0
  40. package/inline-svg/outlined/drone-airport-open.svg +1 -0
  41. package/inline-svg/outlined/go-straight.svg +1 -0
  42. package/inline-svg/outlined/sharp-left-turn.svg +1 -0
  43. package/inline-svg/outlined/sharp-right-turn.svg +1 -0
  44. package/inline-svg/outlined/slightly-turn-left.svg +1 -0
  45. package/inline-svg/outlined/slightly-turn-right.svg +1 -0
  46. package/inline-svg/outlined/stay-left.svg +1 -0
  47. package/inline-svg/outlined/stay-right.svg +1 -0
  48. package/inline-svg/outlined/turn-around.svg +1 -0
  49. package/inline-svg/outlined/turn-left.svg +1 -0
  50. package/inline-svg/outlined/turn-right.svg +1 -0
  51. package/lib/asn/ClosureOutlined.d.ts +3 -0
  52. package/lib/asn/ClosureOutlined.js +41 -0
  53. package/lib/asn/DroneAirportOpenOutlined.d.ts +3 -0
  54. package/lib/asn/DroneAirportOpenOutlined.js +41 -0
  55. package/lib/asn/GoStraightOutlined.d.ts +3 -0
  56. package/lib/asn/GoStraightOutlined.js +41 -0
  57. package/lib/asn/SharpLeftTurnOutlined.d.ts +3 -0
  58. package/lib/asn/SharpLeftTurnOutlined.js +41 -0
  59. package/lib/asn/SharpRightTurnOutlined.d.ts +3 -0
  60. package/lib/asn/SharpRightTurnOutlined.js +41 -0
  61. package/lib/asn/SlightlyTurnLeftOutlined.d.ts +3 -0
  62. package/lib/asn/SlightlyTurnLeftOutlined.js +41 -0
  63. package/lib/asn/SlightlyTurnRightOutlined.d.ts +3 -0
  64. package/lib/asn/SlightlyTurnRightOutlined.js +41 -0
  65. package/lib/asn/StayLeftOutlined.d.ts +3 -0
  66. package/lib/asn/StayLeftOutlined.js +47 -0
  67. package/lib/asn/StayRightOutlined.d.ts +3 -0
  68. package/lib/asn/StayRightOutlined.js +47 -0
  69. package/lib/asn/TurnAroundOutlined.d.ts +3 -0
  70. package/lib/asn/TurnAroundOutlined.js +41 -0
  71. package/lib/asn/TurnLeftOutlined.d.ts +3 -0
  72. package/lib/asn/TurnLeftOutlined.js +41 -0
  73. package/lib/asn/TurnRightOutlined.d.ts +3 -0
  74. package/lib/asn/TurnRightOutlined.js +41 -0
  75. package/lib/index.d.ts +12 -0
  76. package/lib/index.js +36 -0
  77. package/package.json +1 -1
  78. package/src/asn/ClosureOutlined.ts +21 -0
  79. package/src/asn/DroneAirportOpenOutlined.ts +21 -0
  80. package/src/asn/GoStraightOutlined.ts +21 -0
  81. package/src/asn/SharpLeftTurnOutlined.ts +21 -0
  82. package/src/asn/SharpRightTurnOutlined.ts +21 -0
  83. package/src/asn/SlightlyTurnLeftOutlined.ts +21 -0
  84. package/src/asn/SlightlyTurnRightOutlined.ts +21 -0
  85. package/src/asn/StayLeftOutlined.ts +27 -0
  86. package/src/asn/StayRightOutlined.ts +27 -0
  87. package/src/asn/TurnAroundOutlined.ts +21 -0
  88. package/src/asn/TurnLeftOutlined.ts +21 -0
  89. package/src/asn/TurnRightOutlined.ts +21 -0
  90. package/src/index.ts +12 -0
package/lib/index.js CHANGED
@@ -192,6 +192,7 @@ __export(src_exports, {
192
192
  CloseOutlined: () => import_CloseOutlined.default,
193
193
  CloseSquareFilled: () => import_CloseSquareFilled.default,
194
194
  CloseSquareOutlined: () => import_CloseSquareOutlined.default,
195
+ ClosureOutlined: () => import_ClosureOutlined.default,
195
196
  CloudFilled: () => import_CloudFilled.default,
196
197
  CloudOutlined: () => import_CloudOutlined.default,
197
198
  Co2Outlined: () => import_Co2Outlined.default,
@@ -263,6 +264,7 @@ __export(src_exports, {
263
264
  DrawRoundOutlined: () => import_DrawRoundOutlined.default,
264
265
  DrinkWaterPointOutlined: () => import_DrinkWaterPointOutlined.default,
265
266
  DriveRecorderOutlined: () => import_DriveRecorderOutlined.default,
267
+ DroneAirportOpenOutlined: () => import_DroneAirportOpenOutlined.default,
266
268
  DroneAirportOutlined: () => import_DroneAirportOutlined.default,
267
269
  DroneFilled: () => import_DroneFilled.default,
268
270
  DroneOutlined: () => import_DroneOutlined.default,
@@ -447,6 +449,7 @@ __export(src_exports, {
447
449
  GithubFilled: () => import_GithubFilled.default,
448
450
  GlobalFilled: () => import_GlobalFilled.default,
449
451
  GlobalOutlined: () => import_GlobalOutlined.default,
452
+ GoStraightOutlined: () => import_GoStraightOutlined.default,
450
453
  GovernmentFilled: () => import_GovernmentFilled.default,
451
454
  GovernmentOutlined: () => import_GovernmentOutlined.default,
452
455
  GridOutlined: () => import_GridOutlined.default,
@@ -855,6 +858,8 @@ __export(src_exports, {
855
858
  SettingOutlined: () => import_SettingOutlined.default,
856
859
  ShakeOutlined: () => import_ShakeOutlined.default,
857
860
  ShareAltOutlined: () => import_ShareAltOutlined.default,
861
+ SharpLeftTurnOutlined: () => import_SharpLeftTurnOutlined.default,
862
+ SharpRightTurnOutlined: () => import_SharpRightTurnOutlined.default,
858
863
  ShelterOutlined: () => import_ShelterOutlined.default,
859
864
  ShootFilled: () => import_ShootFilled.default,
860
865
  ShoppingCartOutlined: () => import_ShoppingCartOutlined.default,
@@ -870,6 +875,8 @@ __export(src_exports, {
870
875
  SlashOutlined: () => import_SlashOutlined.default,
871
876
  SleepFilled: () => import_SleepFilled.default,
872
877
  SleepOutlined: () => import_SleepOutlined.default,
878
+ SlightlyTurnLeftOutlined: () => import_SlightlyTurnLeftOutlined.default,
879
+ SlightlyTurnRightOutlined: () => import_SlightlyTurnRightOutlined.default,
873
880
  SlopeProtectionOutlined: () => import_SlopeProtectionOutlined.default,
874
881
  SluiceGateOutlined: () => import_SluiceGateOutlined.default,
875
882
  SmartBoxOutlined: () => import_SmartBoxOutlined.default,
@@ -902,6 +909,8 @@ __export(src_exports, {
902
909
  StarFilled: () => import_StarFilled.default,
903
910
  StarOutlined: () => import_StarOutlined.default,
904
911
  StatisticsFilled: () => import_StatisticsFilled.default,
912
+ StayLeftOutlined: () => import_StayLeftOutlined.default,
913
+ StayRightOutlined: () => import_StayRightOutlined.default,
905
914
  StepBackwardOutlined: () => import_StepBackwardOutlined.default,
906
915
  StepCountOutlined: () => import_StepCountOutlined.default,
907
916
  StepForwardOutlined: () => import_StepForwardOutlined.default,
@@ -960,6 +969,9 @@ __export(src_exports, {
960
969
  TrafficPoliceOutlined: () => import_TrafficPoliceOutlined.default,
961
970
  TrophyOutlined: () => import_TrophyOutlined.default,
962
971
  TunnelFilled: () => import_TunnelFilled.default,
972
+ TurnAroundOutlined: () => import_TurnAroundOutlined.default,
973
+ TurnLeftOutlined: () => import_TurnLeftOutlined.default,
974
+ TurnRightOutlined: () => import_TurnRightOutlined.default,
963
975
  TwinsOutlined: () => import_TwinsOutlined.default,
964
976
  TyphoonOutlined: () => import_TyphoonOutlined.default,
965
977
  UnitFilled: () => import_UnitFilled.default,
@@ -1227,6 +1239,7 @@ var import_CloseCircleOutlined = __toESM(require("./asn/CloseCircleOutlined"));
1227
1239
  var import_CloseOutlined = __toESM(require("./asn/CloseOutlined"));
1228
1240
  var import_CloseSquareFilled = __toESM(require("./asn/CloseSquareFilled"));
1229
1241
  var import_CloseSquareOutlined = __toESM(require("./asn/CloseSquareOutlined"));
1242
+ var import_ClosureOutlined = __toESM(require("./asn/ClosureOutlined"));
1230
1243
  var import_CloudFilled = __toESM(require("./asn/CloudFilled"));
1231
1244
  var import_CloudOutlined = __toESM(require("./asn/CloudOutlined"));
1232
1245
  var import_Co2Outlined = __toESM(require("./asn/Co2Outlined"));
@@ -1298,6 +1311,7 @@ var import_DrawRectangleOutlined = __toESM(require("./asn/DrawRectangleOutlined"
1298
1311
  var import_DrawRoundOutlined = __toESM(require("./asn/DrawRoundOutlined"));
1299
1312
  var import_DrinkWaterPointOutlined = __toESM(require("./asn/DrinkWaterPointOutlined"));
1300
1313
  var import_DriveRecorderOutlined = __toESM(require("./asn/DriveRecorderOutlined"));
1314
+ var import_DroneAirportOpenOutlined = __toESM(require("./asn/DroneAirportOpenOutlined"));
1301
1315
  var import_DroneAirportOutlined = __toESM(require("./asn/DroneAirportOutlined"));
1302
1316
  var import_DroneFilled = __toESM(require("./asn/DroneFilled"));
1303
1317
  var import_DroneOutlined = __toESM(require("./asn/DroneOutlined"));
@@ -1482,6 +1496,7 @@ var import_GimbalDownWhitePurely = __toESM(require("./asn/GimbalDownWhitePurely"
1482
1496
  var import_GithubFilled = __toESM(require("./asn/GithubFilled"));
1483
1497
  var import_GlobalFilled = __toESM(require("./asn/GlobalFilled"));
1484
1498
  var import_GlobalOutlined = __toESM(require("./asn/GlobalOutlined"));
1499
+ var import_GoStraightOutlined = __toESM(require("./asn/GoStraightOutlined"));
1485
1500
  var import_GovernmentFilled = __toESM(require("./asn/GovernmentFilled"));
1486
1501
  var import_GovernmentOutlined = __toESM(require("./asn/GovernmentOutlined"));
1487
1502
  var import_GridOutlined = __toESM(require("./asn/GridOutlined"));
@@ -1890,6 +1905,8 @@ var import_SettingFilled = __toESM(require("./asn/SettingFilled"));
1890
1905
  var import_SettingOutlined = __toESM(require("./asn/SettingOutlined"));
1891
1906
  var import_ShakeOutlined = __toESM(require("./asn/ShakeOutlined"));
1892
1907
  var import_ShareAltOutlined = __toESM(require("./asn/ShareAltOutlined"));
1908
+ var import_SharpLeftTurnOutlined = __toESM(require("./asn/SharpLeftTurnOutlined"));
1909
+ var import_SharpRightTurnOutlined = __toESM(require("./asn/SharpRightTurnOutlined"));
1893
1910
  var import_ShelterOutlined = __toESM(require("./asn/ShelterOutlined"));
1894
1911
  var import_ShootFilled = __toESM(require("./asn/ShootFilled"));
1895
1912
  var import_ShoppingCartOutlined = __toESM(require("./asn/ShoppingCartOutlined"));
@@ -1905,6 +1922,8 @@ var import_SiteManagePurely = __toESM(require("./asn/SiteManagePurely"));
1905
1922
  var import_SlashOutlined = __toESM(require("./asn/SlashOutlined"));
1906
1923
  var import_SleepFilled = __toESM(require("./asn/SleepFilled"));
1907
1924
  var import_SleepOutlined = __toESM(require("./asn/SleepOutlined"));
1925
+ var import_SlightlyTurnLeftOutlined = __toESM(require("./asn/SlightlyTurnLeftOutlined"));
1926
+ var import_SlightlyTurnRightOutlined = __toESM(require("./asn/SlightlyTurnRightOutlined"));
1908
1927
  var import_SlopeProtectionOutlined = __toESM(require("./asn/SlopeProtectionOutlined"));
1909
1928
  var import_SluiceGateOutlined = __toESM(require("./asn/SluiceGateOutlined"));
1910
1929
  var import_SmartBoxOutlined = __toESM(require("./asn/SmartBoxOutlined"));
@@ -1937,6 +1956,8 @@ var import_SquareOutlined = __toESM(require("./asn/SquareOutlined"));
1937
1956
  var import_StarFilled = __toESM(require("./asn/StarFilled"));
1938
1957
  var import_StarOutlined = __toESM(require("./asn/StarOutlined"));
1939
1958
  var import_StatisticsFilled = __toESM(require("./asn/StatisticsFilled"));
1959
+ var import_StayLeftOutlined = __toESM(require("./asn/StayLeftOutlined"));
1960
+ var import_StayRightOutlined = __toESM(require("./asn/StayRightOutlined"));
1940
1961
  var import_StepBackwardOutlined = __toESM(require("./asn/StepBackwardOutlined"));
1941
1962
  var import_StepCountOutlined = __toESM(require("./asn/StepCountOutlined"));
1942
1963
  var import_StepForwardOutlined = __toESM(require("./asn/StepForwardOutlined"));
@@ -1995,6 +2016,9 @@ var import_TrafficLightFilled = __toESM(require("./asn/TrafficLightFilled"));
1995
2016
  var import_TrafficPoliceOutlined = __toESM(require("./asn/TrafficPoliceOutlined"));
1996
2017
  var import_TrophyOutlined = __toESM(require("./asn/TrophyOutlined"));
1997
2018
  var import_TunnelFilled = __toESM(require("./asn/TunnelFilled"));
2019
+ var import_TurnAroundOutlined = __toESM(require("./asn/TurnAroundOutlined"));
2020
+ var import_TurnLeftOutlined = __toESM(require("./asn/TurnLeftOutlined"));
2021
+ var import_TurnRightOutlined = __toESM(require("./asn/TurnRightOutlined"));
1998
2022
  var import_TwinsOutlined = __toESM(require("./asn/TwinsOutlined"));
1999
2023
  var import_TyphoonOutlined = __toESM(require("./asn/TyphoonOutlined"));
2000
2024
  var import_UnitFilled = __toESM(require("./asn/UnitFilled"));
@@ -2262,6 +2286,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2262
2286
  CloseOutlined,
2263
2287
  CloseSquareFilled,
2264
2288
  CloseSquareOutlined,
2289
+ ClosureOutlined,
2265
2290
  CloudFilled,
2266
2291
  CloudOutlined,
2267
2292
  Co2Outlined,
@@ -2333,6 +2358,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2333
2358
  DrawRoundOutlined,
2334
2359
  DrinkWaterPointOutlined,
2335
2360
  DriveRecorderOutlined,
2361
+ DroneAirportOpenOutlined,
2336
2362
  DroneAirportOutlined,
2337
2363
  DroneFilled,
2338
2364
  DroneOutlined,
@@ -2517,6 +2543,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2517
2543
  GithubFilled,
2518
2544
  GlobalFilled,
2519
2545
  GlobalOutlined,
2546
+ GoStraightOutlined,
2520
2547
  GovernmentFilled,
2521
2548
  GovernmentOutlined,
2522
2549
  GridOutlined,
@@ -2925,6 +2952,8 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2925
2952
  SettingOutlined,
2926
2953
  ShakeOutlined,
2927
2954
  ShareAltOutlined,
2955
+ SharpLeftTurnOutlined,
2956
+ SharpRightTurnOutlined,
2928
2957
  ShelterOutlined,
2929
2958
  ShootFilled,
2930
2959
  ShoppingCartOutlined,
@@ -2940,6 +2969,8 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2940
2969
  SlashOutlined,
2941
2970
  SleepFilled,
2942
2971
  SleepOutlined,
2972
+ SlightlyTurnLeftOutlined,
2973
+ SlightlyTurnRightOutlined,
2943
2974
  SlopeProtectionOutlined,
2944
2975
  SluiceGateOutlined,
2945
2976
  SmartBoxOutlined,
@@ -2972,6 +3003,8 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2972
3003
  StarFilled,
2973
3004
  StarOutlined,
2974
3005
  StatisticsFilled,
3006
+ StayLeftOutlined,
3007
+ StayRightOutlined,
2975
3008
  StepBackwardOutlined,
2976
3009
  StepCountOutlined,
2977
3010
  StepForwardOutlined,
@@ -3030,6 +3063,9 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
3030
3063
  TrafficPoliceOutlined,
3031
3064
  TrophyOutlined,
3032
3065
  TunnelFilled,
3066
+ TurnAroundOutlined,
3067
+ TurnLeftOutlined,
3068
+ TurnRightOutlined,
3033
3069
  TwinsOutlined,
3034
3070
  TyphoonOutlined,
3035
3071
  UnitFilled,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons-svg",
3
- "version": "2.73.1",
3
+ "version": "2.75.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 ClosureOutlined: 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: 'M542.08 160h-60.16a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8h60.03a8 8 0 0 0 7.94-8V168a8 8 0 0 0-7.94-7.94V160zM297.73 403.52a7.23 7.23 0 0 0-11.71 5.7v66.68H40.06a8 8 0 0 0-8 8v56.07a7.9 7.9 0 0 0 7.68 8h246.21v62.78c0 6.02 7.04 9.41 11.71 5.7l127.5-100.8a7.23 7.23 0 0 0 .18-11.4L297.8 403.59v-.06zm428.41 0a7.23 7.23 0 0 1 11.72 5.7v66.68h246.08a8 8 0 0 1 8 8v56.07a8 8 0 0 1-7.68 8H737.98v62.78c0 6.02-7.04 9.41-11.7 5.7l-127.43-100.8a7.23 7.23 0 0 1-.2-11.4l127.56-100.67v-.06z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'closure',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default ClosureOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const DroneAirportOpenOutlined: 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: 'M840 856a32 32 0 0 1-32 32h-40v64a8 8 0 0 1-8 8h-72a8 8 0 0 1-8-8v-64H344v64a8 8 0 0 1-8 8h-72a8 8 0 0 1-8-8v-64h-40a32 32 0 0 1-32-32V499.97a8 8 0 0 1 8-8h640a8 8 0 0 1 8 8V856zm-72-300.03H256V816h512V555.97zM32 436.03V197.31a32 32 0 0 1 9.34-22.65L142.72 73.34A32 32 0 0 1 165.25 64H400a8 8 0 0 1 8 8v364.03a8 8 0 0 1-8 8H40a8 8 0 0 1-8-8zM336 136H181.82L104 213.82v166.15h232v-243.9zm656 300.03V197.31a32 32 0 0 0-9.34-22.65L881.28 73.34A32 32 0 0 0 858.75 64H624a8 8 0 0 0-8 8v364.03a8 8 0 0 0 8 8h360a8 8 0 0 0 8-8zM688 136h154.18L920 213.82v166.15H688v-243.9z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'drone-airport-open',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default DroneAirportOpenOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const GoStraightOutlined: 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: 'M521.74 83.59a16 16 0 0 1 2.95 2.95l171.55 223.54a16 16 0 0 1-2.95 22.43 16 16 0 0 1-9.74 3.3H556V952a8 8 0 0 1-8 8h-72a8 8 0 0 1-8-8V335.82H340.45a16 16 0 0 1-16-16 16 16 0 0 1 3.3-9.74L499.31 86.54a16 16 0 0 1 22.43-2.95z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'go-straight',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default GoStraightOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const SharpLeftTurnOutlined: 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: 'M337.18 113.45a16 16 0 0 1 16 16V245.4h465.57a76 76 0 0 1 76 76 76 76 0 0 1-15.39 45.85l-421.35 556.9a8 8 0 0 1-11.21 1.56l-57.42-43.44a8 8 0 0 1-1.55-11.2l406.8-537.67H353.18v115.14a16 16 0 0 1-3.05 9.4l-.25.34a16 16 0 0 1-22.44 2.96l-207.9-159.56a16 16 0 0 1-2.95-2.95 16 16 0 0 1 2.95-22.43l207.9-159.56a16 16 0 0 1 9.74-3.3z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'sharp-left-turn',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default SharpLeftTurnOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const SharpRightTurnOutlined: 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: 'M686.82 113.45a16 16 0 0 0-16 16V245.4H205.25a76 76 0 0 0-76 76 76 76 0 0 0 15.39 45.85l421.35 556.9a8 8 0 0 0 11.21 1.56l57.42-43.44a8 8 0 0 0 1.55-11.2L229.37 333.4h441.45v115.14a16 16 0 0 0 3.05 9.4l.25.34a16 16 0 0 0 22.44 2.96l207.9-159.56a16 16 0 0 0 2.95-2.95 16 16 0 0 0-2.95-22.43l-207.9-159.56a16 16 0 0 0-9.74-3.3z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'sharp-right-turn',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default SharpRightTurnOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const SlightlyTurnLeftOutlined: 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: 'M258.27 97.13a16 16 0 0 0 0 4.18l34.19 259.83a16 16 0 0 0 17.95 13.77 16 16 0 0 0 9.22-4.55l84.08-84.08C511.03 382.51 564 502.11 564 648v304a8 8 0 0 0 8 8h72a8 8 0 0 0 8-8V648c0-169.34-62.44-311.62-185.98-424.02l79.25-79.26a16 16 0 0 0 0-22.62 16 16 0 0 0-9.22-4.55l-259.83-34.2a16 16 0 0 0-17.95 13.78z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'slightly-turn-left',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default SlightlyTurnLeftOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const SlightlyTurnRightOutlined: 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: 'M765.73 97.13a16 16 0 0 1 0 4.18l-34.19 259.83a16 16 0 0 1-17.95 13.77 16 16 0 0 1-9.22-4.55l-84.08-84.08C512.97 382.51 460 502.11 460 648v304a8 8 0 0 1-8 8h-72a8 8 0 0 1-8-8V648c0-169.34 62.44-311.62 185.98-424.02l-79.25-79.26a16 16 0 0 1 0-22.62 16 16 0 0 1 9.22-4.55l259.83-34.2a16 16 0 0 1 17.95 13.78z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'slightly-turn-right',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default SlightlyTurnRightOutlined;
@@ -0,0 +1,27 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const StayLeftOutlined: 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: 'M169.77 127.92a16 16 0 0 0 0 4.17l34.18 259.83a16 16 0 0 0 17.95 13.77 16 16 0 0 0 9.23-4.55l79.77-79.76c69.76 99.16 122.6 181.39 158.43 246.44 36.37 66.02 54.17 112.95 54.17 135.96v200a8 8 0 0 0 8 8h72a8 8 0 0 0 8-8v-200c0-42.24-21.95-100.1-65.08-178.41-39.12-71.02-96.55-159.98-172.37-267.14l82.72-82.73a16 16 0 0 0 0-22.62 16 16 0 0 0-9.22-4.55l-259.83-34.19a16 16 0 0 0-17.95 13.78z',
13
+ },
14
+ },
15
+ {
16
+ tag: 'path',
17
+ attrs: {
18
+ d: 'm776.62 249.99 58.78 41.6a8 8 0 0 1 1.91 11.13 9600.56 9600.56 0 0 0-30.48 43.36C740 442.25 690.09 521.5 657.16 583.54c-30.71 57.86-45.66 99.32-45.66 120.24v12.5h-88v-12.5c0-39.3 18.92-91.76 55.93-161.5 34.8-65.57 86.48-147.6 155.13-246.41 4.64-6.69 14.95-21.34 30.9-43.96a8 8 0 0 1 11.16-1.92z',
19
+ },
20
+ },
21
+ ],
22
+ },
23
+ name: 'stay-left',
24
+ theme: 'outlined',
25
+ };
26
+
27
+ export default StayLeftOutlined;
@@ -0,0 +1,27 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const StayRightOutlined: 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: 'M854.23 127.92a16 16 0 0 1 0 4.17l-34.19 259.83a16 16 0 0 1-17.95 13.77 16 16 0 0 1-9.22-4.55l-79.77-79.76c-69.76 99.16-122.6 181.39-158.43 246.44-36.37 66.02-54.17 112.95-54.17 135.96v200a8 8 0 0 1-8 8h-72a8 8 0 0 1-8-8v-200c0-42.24 21.95-100.1 65.08-178.41 39.12-71.02 96.55-159.98 172.37-267.14l-82.72-82.73a16 16 0 0 1 0-22.62 16 16 0 0 1 9.22-4.55l259.83-34.2a16 16 0 0 1 17.95 13.78z',
13
+ },
14
+ },
15
+ {
16
+ tag: 'path',
17
+ attrs: {
18
+ d: 'm247.38 249.99-58.78 41.6a8 8 0 0 0-1.91 11.13 9600.56 9600.56 0 0 1 30.48 43.36C284 442.25 333.91 521.5 366.84 583.54c30.71 57.86 45.66 99.32 45.66 120.24v12.5h88v-12.5c0-39.3-18.92-91.76-55.93-161.5-34.8-65.57-86.48-147.6-155.13-246.41a9811.48 9811.48 0 0 0-30.9-43.96 8 8 0 0 0-11.16-1.92z',
19
+ },
20
+ },
21
+ ],
22
+ },
23
+ name: 'stay-right',
24
+ theme: 'outlined',
25
+ };
26
+
27
+ export default StayRightOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const TurnAroundOutlined: 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: 'M548 62.92c156.85 0 284 127.15 284 284V952a8 8 0 0 1-8 8h-72a8 8 0 0 1-8-8V346.92c0-108.25-87.75-196-196-196s-196 87.75-196 196v275.9h115.55a16 16 0 0 1 9.4 3.05l.34.25a16 16 0 0 1 2.96 22.44l-159.56 207.9a16 16 0 0 1-2.95 2.95 16 16 0 0 1-22.43-2.95l-159.56-207.9a16 16 0 0 1-3.3-9.74 16 16 0 0 1 16-16H264v-275.9c0-156.85 127.15-284 284-284z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'turn-around',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default TurnAroundOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const TurnLeftOutlined: 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: 'M364.09 415.64a16 16 0 0 1-3.3 9.74 16 16 0 0 1-22.44 2.96l-207.9-159.56a16 16 0 0 1-2.95-2.95 16 16 0 0 1 2.95-22.43l207.9-159.55a16 16 0 0 1 9.74-3.31 16 16 0 0 1 16 16V212.5H736c72.9 0 132 59.1 132 132V952a8 8 0 0 1-8 8h-72a8 8 0 0 1-8-8V344.5a44 44 0 0 0-44-44H364.09v115.14z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'turn-left',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default TurnLeftOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const TurnRightOutlined: 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: 'M659.91 415.64a16 16 0 0 0 3.3 9.74 16 16 0 0 0 22.44 2.96l207.9-159.56a16 16 0 0 0 2.95-2.95 16 16 0 0 0-2.95-22.43L685.65 83.85a16 16 0 0 0-9.74-3.31 16 16 0 0 0-16 16V212.5H288c-72.9 0-132 59.1-132 132V952a8 8 0 0 0 8 8h72a8 8 0 0 0 8-8V344.5a44 44 0 0 1 44-44h371.91v115.14z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'turn-right',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default TurnRightOutlined;
package/src/index.ts CHANGED
@@ -162,6 +162,7 @@ export { default as CloseCircleOutlined } from './asn/CloseCircleOutlined';
162
162
  export { default as CloseOutlined } from './asn/CloseOutlined';
163
163
  export { default as CloseSquareFilled } from './asn/CloseSquareFilled';
164
164
  export { default as CloseSquareOutlined } from './asn/CloseSquareOutlined';
165
+ export { default as ClosureOutlined } from './asn/ClosureOutlined';
165
166
  export { default as CloudFilled } from './asn/CloudFilled';
166
167
  export { default as CloudOutlined } from './asn/CloudOutlined';
167
168
  export { default as Co2Outlined } from './asn/Co2Outlined';
@@ -233,6 +234,7 @@ export { default as DrawRectangleOutlined } from './asn/DrawRectangleOutlined';
233
234
  export { default as DrawRoundOutlined } from './asn/DrawRoundOutlined';
234
235
  export { default as DrinkWaterPointOutlined } from './asn/DrinkWaterPointOutlined';
235
236
  export { default as DriveRecorderOutlined } from './asn/DriveRecorderOutlined';
237
+ export { default as DroneAirportOpenOutlined } from './asn/DroneAirportOpenOutlined';
236
238
  export { default as DroneAirportOutlined } from './asn/DroneAirportOutlined';
237
239
  export { default as DroneFilled } from './asn/DroneFilled';
238
240
  export { default as DroneOutlined } from './asn/DroneOutlined';
@@ -417,6 +419,7 @@ export { default as GimbalDownWhitePurely } from './asn/GimbalDownWhitePurely';
417
419
  export { default as GithubFilled } from './asn/GithubFilled';
418
420
  export { default as GlobalFilled } from './asn/GlobalFilled';
419
421
  export { default as GlobalOutlined } from './asn/GlobalOutlined';
422
+ export { default as GoStraightOutlined } from './asn/GoStraightOutlined';
420
423
  export { default as GovernmentFilled } from './asn/GovernmentFilled';
421
424
  export { default as GovernmentOutlined } from './asn/GovernmentOutlined';
422
425
  export { default as GridOutlined } from './asn/GridOutlined';
@@ -825,6 +828,8 @@ export { default as SettingFilled } from './asn/SettingFilled';
825
828
  export { default as SettingOutlined } from './asn/SettingOutlined';
826
829
  export { default as ShakeOutlined } from './asn/ShakeOutlined';
827
830
  export { default as ShareAltOutlined } from './asn/ShareAltOutlined';
831
+ export { default as SharpLeftTurnOutlined } from './asn/SharpLeftTurnOutlined';
832
+ export { default as SharpRightTurnOutlined } from './asn/SharpRightTurnOutlined';
828
833
  export { default as ShelterOutlined } from './asn/ShelterOutlined';
829
834
  export { default as ShootFilled } from './asn/ShootFilled';
830
835
  export { default as ShoppingCartOutlined } from './asn/ShoppingCartOutlined';
@@ -840,6 +845,8 @@ export { default as SiteManagePurely } from './asn/SiteManagePurely';
840
845
  export { default as SlashOutlined } from './asn/SlashOutlined';
841
846
  export { default as SleepFilled } from './asn/SleepFilled';
842
847
  export { default as SleepOutlined } from './asn/SleepOutlined';
848
+ export { default as SlightlyTurnLeftOutlined } from './asn/SlightlyTurnLeftOutlined';
849
+ export { default as SlightlyTurnRightOutlined } from './asn/SlightlyTurnRightOutlined';
843
850
  export { default as SlopeProtectionOutlined } from './asn/SlopeProtectionOutlined';
844
851
  export { default as SluiceGateOutlined } from './asn/SluiceGateOutlined';
845
852
  export { default as SmartBoxOutlined } from './asn/SmartBoxOutlined';
@@ -872,6 +879,8 @@ export { default as SquareOutlined } from './asn/SquareOutlined';
872
879
  export { default as StarFilled } from './asn/StarFilled';
873
880
  export { default as StarOutlined } from './asn/StarOutlined';
874
881
  export { default as StatisticsFilled } from './asn/StatisticsFilled';
882
+ export { default as StayLeftOutlined } from './asn/StayLeftOutlined';
883
+ export { default as StayRightOutlined } from './asn/StayRightOutlined';
875
884
  export { default as StepBackwardOutlined } from './asn/StepBackwardOutlined';
876
885
  export { default as StepCountOutlined } from './asn/StepCountOutlined';
877
886
  export { default as StepForwardOutlined } from './asn/StepForwardOutlined';
@@ -930,6 +939,9 @@ export { default as TrafficLightFilled } from './asn/TrafficLightFilled';
930
939
  export { default as TrafficPoliceOutlined } from './asn/TrafficPoliceOutlined';
931
940
  export { default as TrophyOutlined } from './asn/TrophyOutlined';
932
941
  export { default as TunnelFilled } from './asn/TunnelFilled';
942
+ export { default as TurnAroundOutlined } from './asn/TurnAroundOutlined';
943
+ export { default as TurnLeftOutlined } from './asn/TurnLeftOutlined';
944
+ export { default as TurnRightOutlined } from './asn/TurnRightOutlined';
933
945
  export { default as TwinsOutlined } from './asn/TwinsOutlined';
934
946
  export { default as TyphoonOutlined } from './asn/TyphoonOutlined';
935
947
  export { default as UnitFilled } from './asn/UnitFilled';