@sensoro-design/icons-svg 2.74.0 → 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 (76) hide show
  1. package/es/asn/GoStraightOutlined.d.ts +3 -0
  2. package/es/asn/GoStraightOutlined.js +20 -0
  3. package/es/asn/SharpLeftTurnOutlined.d.ts +3 -0
  4. package/es/asn/SharpLeftTurnOutlined.js +20 -0
  5. package/es/asn/SharpRightTurnOutlined.d.ts +3 -0
  6. package/es/asn/SharpRightTurnOutlined.js +20 -0
  7. package/es/asn/SlightlyTurnLeftOutlined.d.ts +3 -0
  8. package/es/asn/SlightlyTurnLeftOutlined.js +20 -0
  9. package/es/asn/SlightlyTurnRightOutlined.d.ts +3 -0
  10. package/es/asn/SlightlyTurnRightOutlined.js +20 -0
  11. package/es/asn/StayLeftOutlined.d.ts +3 -0
  12. package/es/asn/StayLeftOutlined.js +25 -0
  13. package/es/asn/StayRightOutlined.d.ts +3 -0
  14. package/es/asn/StayRightOutlined.js +25 -0
  15. package/es/asn/TurnAroundOutlined.d.ts +3 -0
  16. package/es/asn/TurnAroundOutlined.js +20 -0
  17. package/es/asn/TurnLeftOutlined.d.ts +3 -0
  18. package/es/asn/TurnLeftOutlined.js +20 -0
  19. package/es/asn/TurnRightOutlined.d.ts +3 -0
  20. package/es/asn/TurnRightOutlined.js +20 -0
  21. package/es/index.d.ts +10 -0
  22. package/es/index.js +10 -0
  23. package/inline-namespaced-svg/outlined/go-straight.svg +1 -0
  24. package/inline-namespaced-svg/outlined/sharp-left-turn.svg +1 -0
  25. package/inline-namespaced-svg/outlined/sharp-right-turn.svg +1 -0
  26. package/inline-namespaced-svg/outlined/slightly-turn-left.svg +1 -0
  27. package/inline-namespaced-svg/outlined/slightly-turn-right.svg +1 -0
  28. package/inline-namespaced-svg/outlined/stay-left.svg +1 -0
  29. package/inline-namespaced-svg/outlined/stay-right.svg +1 -0
  30. package/inline-namespaced-svg/outlined/turn-around.svg +1 -0
  31. package/inline-namespaced-svg/outlined/turn-left.svg +1 -0
  32. package/inline-namespaced-svg/outlined/turn-right.svg +1 -0
  33. package/inline-svg/outlined/go-straight.svg +1 -0
  34. package/inline-svg/outlined/sharp-left-turn.svg +1 -0
  35. package/inline-svg/outlined/sharp-right-turn.svg +1 -0
  36. package/inline-svg/outlined/slightly-turn-left.svg +1 -0
  37. package/inline-svg/outlined/slightly-turn-right.svg +1 -0
  38. package/inline-svg/outlined/stay-left.svg +1 -0
  39. package/inline-svg/outlined/stay-right.svg +1 -0
  40. package/inline-svg/outlined/turn-around.svg +1 -0
  41. package/inline-svg/outlined/turn-left.svg +1 -0
  42. package/inline-svg/outlined/turn-right.svg +1 -0
  43. package/lib/asn/GoStraightOutlined.d.ts +3 -0
  44. package/lib/asn/GoStraightOutlined.js +41 -0
  45. package/lib/asn/SharpLeftTurnOutlined.d.ts +3 -0
  46. package/lib/asn/SharpLeftTurnOutlined.js +41 -0
  47. package/lib/asn/SharpRightTurnOutlined.d.ts +3 -0
  48. package/lib/asn/SharpRightTurnOutlined.js +41 -0
  49. package/lib/asn/SlightlyTurnLeftOutlined.d.ts +3 -0
  50. package/lib/asn/SlightlyTurnLeftOutlined.js +41 -0
  51. package/lib/asn/SlightlyTurnRightOutlined.d.ts +3 -0
  52. package/lib/asn/SlightlyTurnRightOutlined.js +41 -0
  53. package/lib/asn/StayLeftOutlined.d.ts +3 -0
  54. package/lib/asn/StayLeftOutlined.js +47 -0
  55. package/lib/asn/StayRightOutlined.d.ts +3 -0
  56. package/lib/asn/StayRightOutlined.js +47 -0
  57. package/lib/asn/TurnAroundOutlined.d.ts +3 -0
  58. package/lib/asn/TurnAroundOutlined.js +41 -0
  59. package/lib/asn/TurnLeftOutlined.d.ts +3 -0
  60. package/lib/asn/TurnLeftOutlined.js +41 -0
  61. package/lib/asn/TurnRightOutlined.d.ts +3 -0
  62. package/lib/asn/TurnRightOutlined.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/GoStraightOutlined.ts +21 -0
  67. package/src/asn/SharpLeftTurnOutlined.ts +21 -0
  68. package/src/asn/SharpRightTurnOutlined.ts +21 -0
  69. package/src/asn/SlightlyTurnLeftOutlined.ts +21 -0
  70. package/src/asn/SlightlyTurnRightOutlined.ts +21 -0
  71. package/src/asn/StayLeftOutlined.ts +27 -0
  72. package/src/asn/StayRightOutlined.ts +27 -0
  73. package/src/asn/TurnAroundOutlined.ts +21 -0
  74. package/src/asn/TurnLeftOutlined.ts +21 -0
  75. package/src/asn/TurnRightOutlined.ts +21 -0
  76. package/src/index.ts +10 -0
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const GoStraightOutlined: IconDefinition;
3
+ export default GoStraightOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var GoStraightOutlined = {
4
+ icon: {
5
+ tag: 'svg',
6
+ attrs: {
7
+ viewBox: '0 0 1024 1024',
8
+ focusable: 'false'
9
+ },
10
+ children: [{
11
+ tag: 'path',
12
+ attrs: {
13
+ 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'
14
+ }
15
+ }]
16
+ },
17
+ name: 'go-straight',
18
+ theme: 'outlined'
19
+ };
20
+ export default GoStraightOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const SharpLeftTurnOutlined: IconDefinition;
3
+ export default SharpLeftTurnOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var SharpLeftTurnOutlined = {
4
+ icon: {
5
+ tag: 'svg',
6
+ attrs: {
7
+ viewBox: '0 0 1024 1024',
8
+ focusable: 'false'
9
+ },
10
+ children: [{
11
+ tag: 'path',
12
+ attrs: {
13
+ 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'
14
+ }
15
+ }]
16
+ },
17
+ name: 'sharp-left-turn',
18
+ theme: 'outlined'
19
+ };
20
+ export default SharpLeftTurnOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const SharpRightTurnOutlined: IconDefinition;
3
+ export default SharpRightTurnOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var SharpRightTurnOutlined = {
4
+ icon: {
5
+ tag: 'svg',
6
+ attrs: {
7
+ viewBox: '0 0 1024 1024',
8
+ focusable: 'false'
9
+ },
10
+ children: [{
11
+ tag: 'path',
12
+ attrs: {
13
+ 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'
14
+ }
15
+ }]
16
+ },
17
+ name: 'sharp-right-turn',
18
+ theme: 'outlined'
19
+ };
20
+ export default SharpRightTurnOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const SlightlyTurnLeftOutlined: IconDefinition;
3
+ export default SlightlyTurnLeftOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var SlightlyTurnLeftOutlined = {
4
+ icon: {
5
+ tag: 'svg',
6
+ attrs: {
7
+ viewBox: '0 0 1024 1024',
8
+ focusable: 'false'
9
+ },
10
+ children: [{
11
+ tag: 'path',
12
+ attrs: {
13
+ 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'
14
+ }
15
+ }]
16
+ },
17
+ name: 'slightly-turn-left',
18
+ theme: 'outlined'
19
+ };
20
+ export default SlightlyTurnLeftOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const SlightlyTurnRightOutlined: IconDefinition;
3
+ export default SlightlyTurnRightOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var SlightlyTurnRightOutlined = {
4
+ icon: {
5
+ tag: 'svg',
6
+ attrs: {
7
+ viewBox: '0 0 1024 1024',
8
+ focusable: 'false'
9
+ },
10
+ children: [{
11
+ tag: 'path',
12
+ attrs: {
13
+ 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'
14
+ }
15
+ }]
16
+ },
17
+ name: 'slightly-turn-right',
18
+ theme: 'outlined'
19
+ };
20
+ export default SlightlyTurnRightOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const StayLeftOutlined: IconDefinition;
3
+ export default StayLeftOutlined;
@@ -0,0 +1,25 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var StayLeftOutlined = {
4
+ icon: {
5
+ tag: 'svg',
6
+ attrs: {
7
+ viewBox: '0 0 1024 1024',
8
+ focusable: 'false'
9
+ },
10
+ children: [{
11
+ tag: 'path',
12
+ attrs: {
13
+ 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'
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
+ name: 'stay-left',
23
+ theme: 'outlined'
24
+ };
25
+ export default StayLeftOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const StayRightOutlined: IconDefinition;
3
+ export default StayRightOutlined;
@@ -0,0 +1,25 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var StayRightOutlined = {
4
+ icon: {
5
+ tag: 'svg',
6
+ attrs: {
7
+ viewBox: '0 0 1024 1024',
8
+ focusable: 'false'
9
+ },
10
+ children: [{
11
+ tag: 'path',
12
+ attrs: {
13
+ 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'
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
+ name: 'stay-right',
23
+ theme: 'outlined'
24
+ };
25
+ export default StayRightOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const TurnAroundOutlined: IconDefinition;
3
+ export default TurnAroundOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var TurnAroundOutlined = {
4
+ icon: {
5
+ tag: 'svg',
6
+ attrs: {
7
+ viewBox: '0 0 1024 1024',
8
+ focusable: 'false'
9
+ },
10
+ children: [{
11
+ tag: 'path',
12
+ attrs: {
13
+ 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'
14
+ }
15
+ }]
16
+ },
17
+ name: 'turn-around',
18
+ theme: 'outlined'
19
+ };
20
+ export default TurnAroundOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const TurnLeftOutlined: IconDefinition;
3
+ export default TurnLeftOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var TurnLeftOutlined = {
4
+ icon: {
5
+ tag: 'svg',
6
+ attrs: {
7
+ viewBox: '0 0 1024 1024',
8
+ focusable: 'false'
9
+ },
10
+ children: [{
11
+ tag: 'path',
12
+ attrs: {
13
+ 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'
14
+ }
15
+ }]
16
+ },
17
+ name: 'turn-left',
18
+ theme: 'outlined'
19
+ };
20
+ export default TurnLeftOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const TurnRightOutlined: IconDefinition;
3
+ export default TurnRightOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var TurnRightOutlined = {
4
+ icon: {
5
+ tag: 'svg',
6
+ attrs: {
7
+ viewBox: '0 0 1024 1024',
8
+ focusable: 'false'
9
+ },
10
+ children: [{
11
+ tag: 'path',
12
+ attrs: {
13
+ 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'
14
+ }
15
+ }]
16
+ },
17
+ name: 'turn-right',
18
+ theme: 'outlined'
19
+ };
20
+ export default TurnRightOutlined;
package/es/index.d.ts CHANGED
@@ -418,6 +418,7 @@ export { default as GimbalDownWhitePurely } from './asn/GimbalDownWhitePurely';
418
418
  export { default as GithubFilled } from './asn/GithubFilled';
419
419
  export { default as GlobalFilled } from './asn/GlobalFilled';
420
420
  export { default as GlobalOutlined } from './asn/GlobalOutlined';
421
+ export { default as GoStraightOutlined } from './asn/GoStraightOutlined';
421
422
  export { default as GovernmentFilled } from './asn/GovernmentFilled';
422
423
  export { default as GovernmentOutlined } from './asn/GovernmentOutlined';
423
424
  export { default as GridOutlined } from './asn/GridOutlined';
@@ -826,6 +827,8 @@ export { default as SettingFilled } from './asn/SettingFilled';
826
827
  export { default as SettingOutlined } from './asn/SettingOutlined';
827
828
  export { default as ShakeOutlined } from './asn/ShakeOutlined';
828
829
  export { default as ShareAltOutlined } from './asn/ShareAltOutlined';
830
+ export { default as SharpLeftTurnOutlined } from './asn/SharpLeftTurnOutlined';
831
+ export { default as SharpRightTurnOutlined } from './asn/SharpRightTurnOutlined';
829
832
  export { default as ShelterOutlined } from './asn/ShelterOutlined';
830
833
  export { default as ShootFilled } from './asn/ShootFilled';
831
834
  export { default as ShoppingCartOutlined } from './asn/ShoppingCartOutlined';
@@ -841,6 +844,8 @@ export { default as SiteManagePurely } from './asn/SiteManagePurely';
841
844
  export { default as SlashOutlined } from './asn/SlashOutlined';
842
845
  export { default as SleepFilled } from './asn/SleepFilled';
843
846
  export { default as SleepOutlined } from './asn/SleepOutlined';
847
+ export { default as SlightlyTurnLeftOutlined } from './asn/SlightlyTurnLeftOutlined';
848
+ export { default as SlightlyTurnRightOutlined } from './asn/SlightlyTurnRightOutlined';
844
849
  export { default as SlopeProtectionOutlined } from './asn/SlopeProtectionOutlined';
845
850
  export { default as SluiceGateOutlined } from './asn/SluiceGateOutlined';
846
851
  export { default as SmartBoxOutlined } from './asn/SmartBoxOutlined';
@@ -873,6 +878,8 @@ export { default as SquareOutlined } from './asn/SquareOutlined';
873
878
  export { default as StarFilled } from './asn/StarFilled';
874
879
  export { default as StarOutlined } from './asn/StarOutlined';
875
880
  export { default as StatisticsFilled } from './asn/StatisticsFilled';
881
+ export { default as StayLeftOutlined } from './asn/StayLeftOutlined';
882
+ export { default as StayRightOutlined } from './asn/StayRightOutlined';
876
883
  export { default as StepBackwardOutlined } from './asn/StepBackwardOutlined';
877
884
  export { default as StepCountOutlined } from './asn/StepCountOutlined';
878
885
  export { default as StepForwardOutlined } from './asn/StepForwardOutlined';
@@ -931,6 +938,9 @@ export { default as TrafficLightFilled } from './asn/TrafficLightFilled';
931
938
  export { default as TrafficPoliceOutlined } from './asn/TrafficPoliceOutlined';
932
939
  export { default as TrophyOutlined } from './asn/TrophyOutlined';
933
940
  export { default as TunnelFilled } from './asn/TunnelFilled';
941
+ export { default as TurnAroundOutlined } from './asn/TurnAroundOutlined';
942
+ export { default as TurnLeftOutlined } from './asn/TurnLeftOutlined';
943
+ export { default as TurnRightOutlined } from './asn/TurnRightOutlined';
934
944
  export { default as TwinsOutlined } from './asn/TwinsOutlined';
935
945
  export { default as TyphoonOutlined } from './asn/TyphoonOutlined';
936
946
  export { default as UnitFilled } from './asn/UnitFilled';
package/es/index.js CHANGED
@@ -419,6 +419,7 @@ export { default as GimbalDownWhitePurely } from "./asn/GimbalDownWhitePurely";
419
419
  export { default as GithubFilled } from "./asn/GithubFilled";
420
420
  export { default as GlobalFilled } from "./asn/GlobalFilled";
421
421
  export { default as GlobalOutlined } from "./asn/GlobalOutlined";
422
+ export { default as GoStraightOutlined } from "./asn/GoStraightOutlined";
422
423
  export { default as GovernmentFilled } from "./asn/GovernmentFilled";
423
424
  export { default as GovernmentOutlined } from "./asn/GovernmentOutlined";
424
425
  export { default as GridOutlined } from "./asn/GridOutlined";
@@ -827,6 +828,8 @@ export { default as SettingFilled } from "./asn/SettingFilled";
827
828
  export { default as SettingOutlined } from "./asn/SettingOutlined";
828
829
  export { default as ShakeOutlined } from "./asn/ShakeOutlined";
829
830
  export { default as ShareAltOutlined } from "./asn/ShareAltOutlined";
831
+ export { default as SharpLeftTurnOutlined } from "./asn/SharpLeftTurnOutlined";
832
+ export { default as SharpRightTurnOutlined } from "./asn/SharpRightTurnOutlined";
830
833
  export { default as ShelterOutlined } from "./asn/ShelterOutlined";
831
834
  export { default as ShootFilled } from "./asn/ShootFilled";
832
835
  export { default as ShoppingCartOutlined } from "./asn/ShoppingCartOutlined";
@@ -842,6 +845,8 @@ export { default as SiteManagePurely } from "./asn/SiteManagePurely";
842
845
  export { default as SlashOutlined } from "./asn/SlashOutlined";
843
846
  export { default as SleepFilled } from "./asn/SleepFilled";
844
847
  export { default as SleepOutlined } from "./asn/SleepOutlined";
848
+ export { default as SlightlyTurnLeftOutlined } from "./asn/SlightlyTurnLeftOutlined";
849
+ export { default as SlightlyTurnRightOutlined } from "./asn/SlightlyTurnRightOutlined";
845
850
  export { default as SlopeProtectionOutlined } from "./asn/SlopeProtectionOutlined";
846
851
  export { default as SluiceGateOutlined } from "./asn/SluiceGateOutlined";
847
852
  export { default as SmartBoxOutlined } from "./asn/SmartBoxOutlined";
@@ -874,6 +879,8 @@ export { default as SquareOutlined } from "./asn/SquareOutlined";
874
879
  export { default as StarFilled } from "./asn/StarFilled";
875
880
  export { default as StarOutlined } from "./asn/StarOutlined";
876
881
  export { default as StatisticsFilled } from "./asn/StatisticsFilled";
882
+ export { default as StayLeftOutlined } from "./asn/StayLeftOutlined";
883
+ export { default as StayRightOutlined } from "./asn/StayRightOutlined";
877
884
  export { default as StepBackwardOutlined } from "./asn/StepBackwardOutlined";
878
885
  export { default as StepCountOutlined } from "./asn/StepCountOutlined";
879
886
  export { default as StepForwardOutlined } from "./asn/StepForwardOutlined";
@@ -932,6 +939,9 @@ export { default as TrafficLightFilled } from "./asn/TrafficLightFilled";
932
939
  export { default as TrafficPoliceOutlined } from "./asn/TrafficPoliceOutlined";
933
940
  export { default as TrophyOutlined } from "./asn/TrophyOutlined";
934
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";
935
945
  export { default as TwinsOutlined } from "./asn/TwinsOutlined";
936
946
  export { default as TyphoonOutlined } from "./asn/TyphoonOutlined";
937
947
  export { default as UnitFilled } from "./asn/UnitFilled";
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path 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" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path 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" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path 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" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path 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" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path 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" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path 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" /><path 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" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path 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" /><path 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" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path 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" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path 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" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path 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" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path 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" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path 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" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path 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" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path 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" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path 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" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path 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" /><path 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" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path 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" /><path 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" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path 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" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path 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" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path 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" /></svg>
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const GoStraightOutlined: IconDefinition;
3
+ export default GoStraightOutlined;
@@ -0,0 +1,41 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/asn/GoStraightOutlined.ts
20
+ var GoStraightOutlined_exports = {};
21
+ __export(GoStraightOutlined_exports, {
22
+ default: () => GoStraightOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(GoStraightOutlined_exports);
25
+ var GoStraightOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ 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"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "go-straight",
39
+ theme: "outlined"
40
+ };
41
+ var GoStraightOutlined_default = GoStraightOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const SharpLeftTurnOutlined: IconDefinition;
3
+ export default SharpLeftTurnOutlined;
@@ -0,0 +1,41 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/asn/SharpLeftTurnOutlined.ts
20
+ var SharpLeftTurnOutlined_exports = {};
21
+ __export(SharpLeftTurnOutlined_exports, {
22
+ default: () => SharpLeftTurnOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(SharpLeftTurnOutlined_exports);
25
+ var SharpLeftTurnOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ 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"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "sharp-left-turn",
39
+ theme: "outlined"
40
+ };
41
+ var SharpLeftTurnOutlined_default = SharpLeftTurnOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const SharpRightTurnOutlined: IconDefinition;
3
+ export default SharpRightTurnOutlined;
@@ -0,0 +1,41 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/asn/SharpRightTurnOutlined.ts
20
+ var SharpRightTurnOutlined_exports = {};
21
+ __export(SharpRightTurnOutlined_exports, {
22
+ default: () => SharpRightTurnOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(SharpRightTurnOutlined_exports);
25
+ var SharpRightTurnOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ 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"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "sharp-right-turn",
39
+ theme: "outlined"
40
+ };
41
+ var SharpRightTurnOutlined_default = SharpRightTurnOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const SlightlyTurnLeftOutlined: IconDefinition;
3
+ export default SlightlyTurnLeftOutlined;