@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
@@ -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/DroneAirportOpenOutlined.ts
20
+ var DroneAirportOpenOutlined_exports = {};
21
+ __export(DroneAirportOpenOutlined_exports, {
22
+ default: () => DroneAirportOpenOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(DroneAirportOpenOutlined_exports);
25
+ var DroneAirportOpenOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ 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"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "drone-airport-open",
39
+ theme: "outlined"
40
+ };
41
+ var DroneAirportOpenOutlined_default = DroneAirportOpenOutlined;
@@ -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;
@@ -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/SlightlyTurnLeftOutlined.ts
20
+ var SlightlyTurnLeftOutlined_exports = {};
21
+ __export(SlightlyTurnLeftOutlined_exports, {
22
+ default: () => SlightlyTurnLeftOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(SlightlyTurnLeftOutlined_exports);
25
+ var SlightlyTurnLeftOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ 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"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "slightly-turn-left",
39
+ theme: "outlined"
40
+ };
41
+ var SlightlyTurnLeftOutlined_default = SlightlyTurnLeftOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const SlightlyTurnRightOutlined: IconDefinition;
3
+ export default SlightlyTurnRightOutlined;
@@ -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/SlightlyTurnRightOutlined.ts
20
+ var SlightlyTurnRightOutlined_exports = {};
21
+ __export(SlightlyTurnRightOutlined_exports, {
22
+ default: () => SlightlyTurnRightOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(SlightlyTurnRightOutlined_exports);
25
+ var SlightlyTurnRightOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ 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"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "slightly-turn-right",
39
+ theme: "outlined"
40
+ };
41
+ var SlightlyTurnRightOutlined_default = SlightlyTurnRightOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const StayLeftOutlined: IconDefinition;
3
+ export default StayLeftOutlined;
@@ -0,0 +1,47 @@
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/StayLeftOutlined.ts
20
+ var StayLeftOutlined_exports = {};
21
+ __export(StayLeftOutlined_exports, {
22
+ default: () => StayLeftOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(StayLeftOutlined_exports);
25
+ var StayLeftOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ 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"
34
+ }
35
+ },
36
+ {
37
+ tag: "path",
38
+ attrs: {
39
+ 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"
40
+ }
41
+ }
42
+ ]
43
+ },
44
+ name: "stay-left",
45
+ theme: "outlined"
46
+ };
47
+ var StayLeftOutlined_default = StayLeftOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const StayRightOutlined: IconDefinition;
3
+ export default StayRightOutlined;
@@ -0,0 +1,47 @@
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/StayRightOutlined.ts
20
+ var StayRightOutlined_exports = {};
21
+ __export(StayRightOutlined_exports, {
22
+ default: () => StayRightOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(StayRightOutlined_exports);
25
+ var StayRightOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ 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"
34
+ }
35
+ },
36
+ {
37
+ tag: "path",
38
+ attrs: {
39
+ 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"
40
+ }
41
+ }
42
+ ]
43
+ },
44
+ name: "stay-right",
45
+ theme: "outlined"
46
+ };
47
+ var StayRightOutlined_default = StayRightOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const TurnAroundOutlined: IconDefinition;
3
+ export default TurnAroundOutlined;
@@ -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/TurnAroundOutlined.ts
20
+ var TurnAroundOutlined_exports = {};
21
+ __export(TurnAroundOutlined_exports, {
22
+ default: () => TurnAroundOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(TurnAroundOutlined_exports);
25
+ var TurnAroundOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ 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"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "turn-around",
39
+ theme: "outlined"
40
+ };
41
+ var TurnAroundOutlined_default = TurnAroundOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const TurnLeftOutlined: IconDefinition;
3
+ export default TurnLeftOutlined;
@@ -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/TurnLeftOutlined.ts
20
+ var TurnLeftOutlined_exports = {};
21
+ __export(TurnLeftOutlined_exports, {
22
+ default: () => TurnLeftOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(TurnLeftOutlined_exports);
25
+ var TurnLeftOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ 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"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "turn-left",
39
+ theme: "outlined"
40
+ };
41
+ var TurnLeftOutlined_default = TurnLeftOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const TurnRightOutlined: IconDefinition;
3
+ export default TurnRightOutlined;
@@ -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/TurnRightOutlined.ts
20
+ var TurnRightOutlined_exports = {};
21
+ __export(TurnRightOutlined_exports, {
22
+ default: () => TurnRightOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(TurnRightOutlined_exports);
25
+ var TurnRightOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ 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"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "turn-right",
39
+ theme: "outlined"
40
+ };
41
+ var TurnRightOutlined_default = TurnRightOutlined;
package/lib/index.d.ts CHANGED
@@ -161,6 +161,7 @@ export { default as CloseCircleOutlined } from './asn/CloseCircleOutlined';
161
161
  export { default as CloseOutlined } from './asn/CloseOutlined';
162
162
  export { default as CloseSquareFilled } from './asn/CloseSquareFilled';
163
163
  export { default as CloseSquareOutlined } from './asn/CloseSquareOutlined';
164
+ export { default as ClosureOutlined } from './asn/ClosureOutlined';
164
165
  export { default as CloudFilled } from './asn/CloudFilled';
165
166
  export { default as CloudOutlined } from './asn/CloudOutlined';
166
167
  export { default as Co2Outlined } from './asn/Co2Outlined';
@@ -232,6 +233,7 @@ export { default as DrawRectangleOutlined } from './asn/DrawRectangleOutlined';
232
233
  export { default as DrawRoundOutlined } from './asn/DrawRoundOutlined';
233
234
  export { default as DrinkWaterPointOutlined } from './asn/DrinkWaterPointOutlined';
234
235
  export { default as DriveRecorderOutlined } from './asn/DriveRecorderOutlined';
236
+ export { default as DroneAirportOpenOutlined } from './asn/DroneAirportOpenOutlined';
235
237
  export { default as DroneAirportOutlined } from './asn/DroneAirportOutlined';
236
238
  export { default as DroneFilled } from './asn/DroneFilled';
237
239
  export { default as DroneOutlined } from './asn/DroneOutlined';
@@ -416,6 +418,7 @@ export { default as GimbalDownWhitePurely } from './asn/GimbalDownWhitePurely';
416
418
  export { default as GithubFilled } from './asn/GithubFilled';
417
419
  export { default as GlobalFilled } from './asn/GlobalFilled';
418
420
  export { default as GlobalOutlined } from './asn/GlobalOutlined';
421
+ export { default as GoStraightOutlined } from './asn/GoStraightOutlined';
419
422
  export { default as GovernmentFilled } from './asn/GovernmentFilled';
420
423
  export { default as GovernmentOutlined } from './asn/GovernmentOutlined';
421
424
  export { default as GridOutlined } from './asn/GridOutlined';
@@ -824,6 +827,8 @@ export { default as SettingFilled } from './asn/SettingFilled';
824
827
  export { default as SettingOutlined } from './asn/SettingOutlined';
825
828
  export { default as ShakeOutlined } from './asn/ShakeOutlined';
826
829
  export { default as ShareAltOutlined } from './asn/ShareAltOutlined';
830
+ export { default as SharpLeftTurnOutlined } from './asn/SharpLeftTurnOutlined';
831
+ export { default as SharpRightTurnOutlined } from './asn/SharpRightTurnOutlined';
827
832
  export { default as ShelterOutlined } from './asn/ShelterOutlined';
828
833
  export { default as ShootFilled } from './asn/ShootFilled';
829
834
  export { default as ShoppingCartOutlined } from './asn/ShoppingCartOutlined';
@@ -839,6 +844,8 @@ export { default as SiteManagePurely } from './asn/SiteManagePurely';
839
844
  export { default as SlashOutlined } from './asn/SlashOutlined';
840
845
  export { default as SleepFilled } from './asn/SleepFilled';
841
846
  export { default as SleepOutlined } from './asn/SleepOutlined';
847
+ export { default as SlightlyTurnLeftOutlined } from './asn/SlightlyTurnLeftOutlined';
848
+ export { default as SlightlyTurnRightOutlined } from './asn/SlightlyTurnRightOutlined';
842
849
  export { default as SlopeProtectionOutlined } from './asn/SlopeProtectionOutlined';
843
850
  export { default as SluiceGateOutlined } from './asn/SluiceGateOutlined';
844
851
  export { default as SmartBoxOutlined } from './asn/SmartBoxOutlined';
@@ -871,6 +878,8 @@ export { default as SquareOutlined } from './asn/SquareOutlined';
871
878
  export { default as StarFilled } from './asn/StarFilled';
872
879
  export { default as StarOutlined } from './asn/StarOutlined';
873
880
  export { default as StatisticsFilled } from './asn/StatisticsFilled';
881
+ export { default as StayLeftOutlined } from './asn/StayLeftOutlined';
882
+ export { default as StayRightOutlined } from './asn/StayRightOutlined';
874
883
  export { default as StepBackwardOutlined } from './asn/StepBackwardOutlined';
875
884
  export { default as StepCountOutlined } from './asn/StepCountOutlined';
876
885
  export { default as StepForwardOutlined } from './asn/StepForwardOutlined';
@@ -929,6 +938,9 @@ export { default as TrafficLightFilled } from './asn/TrafficLightFilled';
929
938
  export { default as TrafficPoliceOutlined } from './asn/TrafficPoliceOutlined';
930
939
  export { default as TrophyOutlined } from './asn/TrophyOutlined';
931
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';
932
944
  export { default as TwinsOutlined } from './asn/TwinsOutlined';
933
945
  export { default as TyphoonOutlined } from './asn/TyphoonOutlined';
934
946
  export { default as UnitFilled } from './asn/UnitFilled';