@sensoro-design/icons-svg 2.74.0 → 2.76.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 (83) hide show
  1. package/es/asn/GoStraightOutlined.d.ts +3 -0
  2. package/es/asn/GoStraightOutlined.js +20 -0
  3. package/es/asn/HighAltitudeCruiseOutlined.d.ts +3 -0
  4. package/es/asn/HighAltitudeCruiseOutlined.js +20 -0
  5. package/es/asn/SharpLeftTurnOutlined.d.ts +3 -0
  6. package/es/asn/SharpLeftTurnOutlined.js +20 -0
  7. package/es/asn/SharpRightTurnOutlined.d.ts +3 -0
  8. package/es/asn/SharpRightTurnOutlined.js +20 -0
  9. package/es/asn/SlightlyTurnLeftOutlined.d.ts +3 -0
  10. package/es/asn/SlightlyTurnLeftOutlined.js +20 -0
  11. package/es/asn/SlightlyTurnRightOutlined.d.ts +3 -0
  12. package/es/asn/SlightlyTurnRightOutlined.js +20 -0
  13. package/es/asn/StayLeftOutlined.d.ts +3 -0
  14. package/es/asn/StayLeftOutlined.js +25 -0
  15. package/es/asn/StayRightOutlined.d.ts +3 -0
  16. package/es/asn/StayRightOutlined.js +25 -0
  17. package/es/asn/TurnAroundOutlined.d.ts +3 -0
  18. package/es/asn/TurnAroundOutlined.js +20 -0
  19. package/es/asn/TurnLeftOutlined.d.ts +3 -0
  20. package/es/asn/TurnLeftOutlined.js +20 -0
  21. package/es/asn/TurnRightOutlined.d.ts +3 -0
  22. package/es/asn/TurnRightOutlined.js +20 -0
  23. package/es/index.d.ts +11 -0
  24. package/es/index.js +11 -0
  25. package/inline-namespaced-svg/outlined/go-straight.svg +1 -0
  26. package/inline-namespaced-svg/outlined/high-altitude-cruise.svg +1 -0
  27. package/inline-namespaced-svg/outlined/sharp-left-turn.svg +1 -0
  28. package/inline-namespaced-svg/outlined/sharp-right-turn.svg +1 -0
  29. package/inline-namespaced-svg/outlined/slightly-turn-left.svg +1 -0
  30. package/inline-namespaced-svg/outlined/slightly-turn-right.svg +1 -0
  31. package/inline-namespaced-svg/outlined/stay-left.svg +1 -0
  32. package/inline-namespaced-svg/outlined/stay-right.svg +1 -0
  33. package/inline-namespaced-svg/outlined/turn-around.svg +1 -0
  34. package/inline-namespaced-svg/outlined/turn-left.svg +1 -0
  35. package/inline-namespaced-svg/outlined/turn-right.svg +1 -0
  36. package/inline-svg/outlined/go-straight.svg +1 -0
  37. package/inline-svg/outlined/high-altitude-cruise.svg +1 -0
  38. package/inline-svg/outlined/sharp-left-turn.svg +1 -0
  39. package/inline-svg/outlined/sharp-right-turn.svg +1 -0
  40. package/inline-svg/outlined/slightly-turn-left.svg +1 -0
  41. package/inline-svg/outlined/slightly-turn-right.svg +1 -0
  42. package/inline-svg/outlined/stay-left.svg +1 -0
  43. package/inline-svg/outlined/stay-right.svg +1 -0
  44. package/inline-svg/outlined/turn-around.svg +1 -0
  45. package/inline-svg/outlined/turn-left.svg +1 -0
  46. package/inline-svg/outlined/turn-right.svg +1 -0
  47. package/lib/asn/GoStraightOutlined.d.ts +3 -0
  48. package/lib/asn/GoStraightOutlined.js +41 -0
  49. package/lib/asn/HighAltitudeCruiseOutlined.d.ts +3 -0
  50. package/lib/asn/HighAltitudeCruiseOutlined.js +41 -0
  51. package/lib/asn/SharpLeftTurnOutlined.d.ts +3 -0
  52. package/lib/asn/SharpLeftTurnOutlined.js +41 -0
  53. package/lib/asn/SharpRightTurnOutlined.d.ts +3 -0
  54. package/lib/asn/SharpRightTurnOutlined.js +41 -0
  55. package/lib/asn/SlightlyTurnLeftOutlined.d.ts +3 -0
  56. package/lib/asn/SlightlyTurnLeftOutlined.js +41 -0
  57. package/lib/asn/SlightlyTurnRightOutlined.d.ts +3 -0
  58. package/lib/asn/SlightlyTurnRightOutlined.js +41 -0
  59. package/lib/asn/StayLeftOutlined.d.ts +3 -0
  60. package/lib/asn/StayLeftOutlined.js +47 -0
  61. package/lib/asn/StayRightOutlined.d.ts +3 -0
  62. package/lib/asn/StayRightOutlined.js +47 -0
  63. package/lib/asn/TurnAroundOutlined.d.ts +3 -0
  64. package/lib/asn/TurnAroundOutlined.js +41 -0
  65. package/lib/asn/TurnLeftOutlined.d.ts +3 -0
  66. package/lib/asn/TurnLeftOutlined.js +41 -0
  67. package/lib/asn/TurnRightOutlined.d.ts +3 -0
  68. package/lib/asn/TurnRightOutlined.js +41 -0
  69. package/lib/index.d.ts +11 -0
  70. package/lib/index.js +33 -0
  71. package/package.json +1 -1
  72. package/src/asn/GoStraightOutlined.ts +21 -0
  73. package/src/asn/HighAltitudeCruiseOutlined.ts +21 -0
  74. package/src/asn/SharpLeftTurnOutlined.ts +21 -0
  75. package/src/asn/SharpRightTurnOutlined.ts +21 -0
  76. package/src/asn/SlightlyTurnLeftOutlined.ts +21 -0
  77. package/src/asn/SlightlyTurnRightOutlined.ts +21 -0
  78. package/src/asn/StayLeftOutlined.ts +27 -0
  79. package/src/asn/StayRightOutlined.ts +27 -0
  80. package/src/asn/TurnAroundOutlined.ts +21 -0
  81. package/src/asn/TurnLeftOutlined.ts +21 -0
  82. package/src/asn/TurnRightOutlined.ts +21 -0
  83. package/src/index.ts +11 -0
@@ -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 HighAltitudeCruiseOutlined: 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: 'M644 112a8 8 0 0 1 8 8v56a8 8 0 0 1-8 8h-52.5l197.6 703.85a16 16 0 0 1-11.08 19.73 16 16 0 0 1-14.95-3.45l-251.04-223.1L260.86 904.3a16 16 0 0 1-22.6-1.33 16 16 0 0 1-3.43-14.97L433.2 184H380a8 8 0 0 1-8-8v-56a8 8 0 0 1 8-8h264zm-16.55 466.44-61.24 54.43 101.96 90.6-40.71-145.03zm-230.65.2-40.78 144.74 101.82-90.5-61.03-54.24zm208.78-78.14H418.83l-.32 1.11 93.51 83.1 93.8-83.37-.25-.84zm-40.71-145H459.68l-20.57 73h146.25l-20.5-73zm338.09-7.53v.06c4.99 0 9.04 3.52 9.04 8v56c-.04 4.4-4.08 7.94-9.04 7.94H713.04c-4.96 0-9-3.55-9.04-7.94v-56.06c0-4.42 4.05-8 9.04-8h189.92zm-592.26 0c4.99 0 9.04 3.58 9.04 8v56.06c-.04 4.4-4.08 7.94-9.04 7.94H120.78c-4.96 0-9-3.55-9.04-7.94v-56c0-4.48 4.05-8 9.04-8v-.06H310.7zm546.54-151.18 15.08 53.93a8 8 0 0 1-5.55 9.86l-161.8 45.24a8 8 0 0 1-9.85-5.55l-15.08-53.93a8 8 0 0 1 5.55-9.86l161.79-45.24a8 8 0 0 1 9.86 5.55zm-690.74 0a8 8 0 0 1 9.86-5.55l161.8 45.24a8 8 0 0 1 5.54 9.86l-15.08 53.93a8 8 0 0 1-9.86 5.55l-161.79-45.24a8 8 0 0 1-5.55-9.86l15.08-53.93zM516.73 184H508l-28.04 99.5h64.69L516.72 184z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'high-altitude-cruise',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default HighAltitudeCruiseOutlined;
@@ -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
@@ -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';
@@ -445,6 +446,7 @@ export { default as HeavyFogOutlined } from './asn/HeavyFogOutlined';
445
446
  export { default as HelmetFilled } from './asn/HelmetFilled';
446
447
  export { default as HelmetOutlined } from './asn/HelmetOutlined';
447
448
  export { default as HiddenDangerFilled } from './asn/HiddenDangerFilled';
449
+ export { default as HighAltitudeCruiseOutlined } from './asn/HighAltitudeCruiseOutlined';
448
450
  export { default as HighSpeedBayonetFilled } from './asn/HighSpeedBayonetFilled';
449
451
  export { default as HighSpeedBayonetOutlined } from './asn/HighSpeedBayonetOutlined';
450
452
  export { default as HighlightOutlined } from './asn/HighlightOutlined';
@@ -827,6 +829,8 @@ export { default as SettingFilled } from './asn/SettingFilled';
827
829
  export { default as SettingOutlined } from './asn/SettingOutlined';
828
830
  export { default as ShakeOutlined } from './asn/ShakeOutlined';
829
831
  export { default as ShareAltOutlined } from './asn/ShareAltOutlined';
832
+ export { default as SharpLeftTurnOutlined } from './asn/SharpLeftTurnOutlined';
833
+ export { default as SharpRightTurnOutlined } from './asn/SharpRightTurnOutlined';
830
834
  export { default as ShelterOutlined } from './asn/ShelterOutlined';
831
835
  export { default as ShootFilled } from './asn/ShootFilled';
832
836
  export { default as ShoppingCartOutlined } from './asn/ShoppingCartOutlined';
@@ -842,6 +846,8 @@ export { default as SiteManagePurely } from './asn/SiteManagePurely';
842
846
  export { default as SlashOutlined } from './asn/SlashOutlined';
843
847
  export { default as SleepFilled } from './asn/SleepFilled';
844
848
  export { default as SleepOutlined } from './asn/SleepOutlined';
849
+ export { default as SlightlyTurnLeftOutlined } from './asn/SlightlyTurnLeftOutlined';
850
+ export { default as SlightlyTurnRightOutlined } from './asn/SlightlyTurnRightOutlined';
845
851
  export { default as SlopeProtectionOutlined } from './asn/SlopeProtectionOutlined';
846
852
  export { default as SluiceGateOutlined } from './asn/SluiceGateOutlined';
847
853
  export { default as SmartBoxOutlined } from './asn/SmartBoxOutlined';
@@ -874,6 +880,8 @@ export { default as SquareOutlined } from './asn/SquareOutlined';
874
880
  export { default as StarFilled } from './asn/StarFilled';
875
881
  export { default as StarOutlined } from './asn/StarOutlined';
876
882
  export { default as StatisticsFilled } from './asn/StatisticsFilled';
883
+ export { default as StayLeftOutlined } from './asn/StayLeftOutlined';
884
+ export { default as StayRightOutlined } from './asn/StayRightOutlined';
877
885
  export { default as StepBackwardOutlined } from './asn/StepBackwardOutlined';
878
886
  export { default as StepCountOutlined } from './asn/StepCountOutlined';
879
887
  export { default as StepForwardOutlined } from './asn/StepForwardOutlined';
@@ -932,6 +940,9 @@ export { default as TrafficLightFilled } from './asn/TrafficLightFilled';
932
940
  export { default as TrafficPoliceOutlined } from './asn/TrafficPoliceOutlined';
933
941
  export { default as TrophyOutlined } from './asn/TrophyOutlined';
934
942
  export { default as TunnelFilled } from './asn/TunnelFilled';
943
+ export { default as TurnAroundOutlined } from './asn/TurnAroundOutlined';
944
+ export { default as TurnLeftOutlined } from './asn/TurnLeftOutlined';
945
+ export { default as TurnRightOutlined } from './asn/TurnRightOutlined';
935
946
  export { default as TwinsOutlined } from './asn/TwinsOutlined';
936
947
  export { default as TyphoonOutlined } from './asn/TyphoonOutlined';
937
948
  export { default as UnitFilled } from './asn/UnitFilled';