@medway-ui/icons 1.3.0 → 1.5.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 (153) hide show
  1. package/dist/components/icons/{Test.cjs → AlmostAi.cjs} +8 -8
  2. package/dist/components/icons/{TestTime.d.cts → AlmostAi.d.cts} +2 -2
  3. package/dist/components/icons/{TestTime.d.ts → AlmostAi.d.ts} +2 -2
  4. package/dist/components/icons/AlmostAi.js +9 -0
  5. package/dist/components/icons/{HistoryBack.cjs → Anticipate.cjs} +8 -8
  6. package/dist/components/icons/Anticipate.d.cts +6 -0
  7. package/dist/components/icons/Anticipate.d.ts +6 -0
  8. package/dist/components/icons/Anticipate.js +9 -0
  9. package/dist/components/icons/AttentionAi.cjs +43 -0
  10. package/dist/components/icons/{HistoryBack.d.cts → AttentionAi.d.cts} +2 -2
  11. package/dist/components/icons/{HistoryBack.d.ts → AttentionAi.d.ts} +2 -2
  12. package/dist/components/icons/AttentionAi.js +9 -0
  13. package/dist/components/icons/CalendarEdit.cjs +43 -0
  14. package/dist/components/icons/CalendarEdit.d.cts +6 -0
  15. package/dist/components/icons/CalendarEdit.d.ts +6 -0
  16. package/dist/components/icons/CalendarEdit.js +9 -0
  17. package/dist/components/icons/Card.cjs +43 -0
  18. package/dist/components/icons/{Test.d.cts → Card.d.cts} +2 -2
  19. package/dist/components/icons/{Test.d.ts → Card.d.ts} +2 -2
  20. package/dist/components/icons/Card.js +9 -0
  21. package/dist/components/icons/CloudSync.cjs +43 -0
  22. package/dist/components/icons/CloudSync.d.cts +6 -0
  23. package/dist/components/icons/CloudSync.d.ts +6 -0
  24. package/dist/components/icons/CloudSync.js +9 -0
  25. package/dist/components/icons/Compass02.cjs +43 -0
  26. package/dist/components/icons/Compass02.d.cts +6 -0
  27. package/dist/components/icons/Compass02.d.ts +6 -0
  28. package/dist/components/icons/Compass02.js +9 -0
  29. package/dist/components/icons/CriticalAi.cjs +43 -0
  30. package/dist/components/icons/CriticalAi.d.cts +6 -0
  31. package/dist/components/icons/CriticalAi.d.ts +6 -0
  32. package/dist/components/icons/CriticalAi.js +9 -0
  33. package/dist/components/icons/EventEdit.cjs +43 -0
  34. package/dist/components/icons/EventEdit.d.cts +6 -0
  35. package/dist/components/icons/EventEdit.d.ts +6 -0
  36. package/dist/components/icons/EventEdit.js +9 -0
  37. package/dist/components/icons/GoalAi.cjs +43 -0
  38. package/dist/components/icons/GoalAi.d.cts +6 -0
  39. package/dist/components/icons/GoalAi.d.ts +6 -0
  40. package/dist/components/icons/GoalAi.js +9 -0
  41. package/dist/components/icons/PlaylistAdd.cjs +43 -0
  42. package/dist/components/icons/PlaylistAdd.d.cts +6 -0
  43. package/dist/components/icons/PlaylistAdd.d.ts +6 -0
  44. package/dist/components/icons/PlaylistAdd.js +9 -0
  45. package/dist/components/icons/PlaylistCheck.cjs +43 -0
  46. package/dist/components/icons/PlaylistCheck.d.cts +6 -0
  47. package/dist/components/icons/PlaylistCheck.d.ts +6 -0
  48. package/dist/components/icons/PlaylistCheck.js +9 -0
  49. package/dist/components/icons/Postpone.cjs +43 -0
  50. package/dist/components/icons/Postpone.d.cts +6 -0
  51. package/dist/components/icons/Postpone.d.ts +6 -0
  52. package/dist/components/icons/Postpone.js +9 -0
  53. package/dist/components/icons/SuperGoalAi.cjs +43 -0
  54. package/dist/components/icons/SuperGoalAi.d.cts +6 -0
  55. package/dist/components/icons/SuperGoalAi.d.ts +6 -0
  56. package/dist/components/icons/SuperGoalAi.js +9 -0
  57. package/dist/components/icons/index.cjs +42 -15
  58. package/dist/components/icons/index.d.cts +14 -5
  59. package/dist/components/icons/index.d.ts +14 -5
  60. package/dist/components/icons/index.js +28 -10
  61. package/dist/index.d.cts +14 -5
  62. package/dist/index.d.ts +14 -5
  63. package/native/components/icons/{Test.cjs → AlmostAi.cjs} +7 -7
  64. package/native/components/icons/AlmostAi.d.cts +9 -0
  65. package/native/components/icons/AlmostAi.d.ts +9 -0
  66. package/native/components/icons/AlmostAi.js +11 -0
  67. package/native/components/icons/Anticipate.cjs +45 -0
  68. package/native/components/icons/Anticipate.d.cts +9 -0
  69. package/native/components/icons/Anticipate.d.ts +9 -0
  70. package/native/components/icons/Anticipate.js +11 -0
  71. package/native/components/icons/{HistoryBack.cjs → AttentionAi.cjs} +7 -8
  72. package/native/components/icons/AttentionAi.d.cts +9 -0
  73. package/native/components/icons/AttentionAi.d.ts +9 -0
  74. package/native/components/icons/AttentionAi.js +11 -0
  75. package/native/components/icons/CalendarEdit.cjs +45 -0
  76. package/native/components/icons/CalendarEdit.d.cts +9 -0
  77. package/native/components/icons/CalendarEdit.d.ts +9 -0
  78. package/native/components/icons/CalendarEdit.js +11 -0
  79. package/native/components/icons/Card.cjs +45 -0
  80. package/native/components/icons/{Test.d.cts → Card.d.cts} +3 -3
  81. package/native/components/icons/{Test.d.ts → Card.d.ts} +3 -3
  82. package/native/components/icons/Card.js +11 -0
  83. package/native/components/icons/CloudSync.cjs +45 -0
  84. package/native/components/icons/CloudSync.d.cts +9 -0
  85. package/native/components/icons/CloudSync.d.ts +9 -0
  86. package/native/components/icons/CloudSync.js +11 -0
  87. package/native/components/icons/Compass02.cjs +45 -0
  88. package/native/components/icons/Compass02.d.cts +9 -0
  89. package/native/components/icons/Compass02.d.ts +9 -0
  90. package/native/components/icons/Compass02.js +11 -0
  91. package/native/components/icons/CriticalAi.cjs +45 -0
  92. package/native/components/icons/CriticalAi.d.cts +9 -0
  93. package/native/components/icons/CriticalAi.d.ts +9 -0
  94. package/native/components/icons/CriticalAi.js +11 -0
  95. package/native/components/icons/EventEdit.cjs +45 -0
  96. package/native/components/icons/EventEdit.d.cts +9 -0
  97. package/native/components/icons/EventEdit.d.ts +9 -0
  98. package/native/components/icons/EventEdit.js +11 -0
  99. package/native/components/icons/GoalAi.cjs +45 -0
  100. package/native/components/icons/GoalAi.d.cts +9 -0
  101. package/native/components/icons/GoalAi.d.ts +9 -0
  102. package/native/components/icons/GoalAi.js +11 -0
  103. package/native/components/icons/PlaylistAdd.cjs +45 -0
  104. package/native/components/icons/PlaylistAdd.d.cts +9 -0
  105. package/native/components/icons/PlaylistAdd.d.ts +9 -0
  106. package/native/components/icons/PlaylistAdd.js +11 -0
  107. package/native/components/icons/PlaylistCheck.cjs +45 -0
  108. package/native/components/icons/PlaylistCheck.d.cts +9 -0
  109. package/native/components/icons/PlaylistCheck.d.ts +9 -0
  110. package/native/components/icons/PlaylistCheck.js +11 -0
  111. package/native/components/icons/Postpone.cjs +45 -0
  112. package/native/components/icons/Postpone.d.cts +9 -0
  113. package/native/components/icons/Postpone.d.ts +9 -0
  114. package/native/components/icons/Postpone.js +11 -0
  115. package/native/components/icons/SuperGoalAi.cjs +45 -0
  116. package/native/components/icons/SuperGoalAi.d.cts +9 -0
  117. package/native/components/icons/SuperGoalAi.d.ts +9 -0
  118. package/native/components/icons/SuperGoalAi.js +11 -0
  119. package/native/components/icons/index.cjs +42 -15
  120. package/native/components/icons/index.d.cts +14 -5
  121. package/native/components/icons/index.d.ts +14 -5
  122. package/native/components/icons/index.js +28 -10
  123. package/native/index.d.cts +85 -31
  124. package/native/index.d.ts +85 -31
  125. package/package.json +8 -1
  126. package/dist/components/icons/Flame.cjs +0 -43
  127. package/dist/components/icons/Flame.d.cts +0 -6
  128. package/dist/components/icons/Flame.d.ts +0 -6
  129. package/dist/components/icons/Flame.js +0 -9
  130. package/dist/components/icons/HistoryBack.js +0 -9
  131. package/dist/components/icons/MedbrainFullAi.cjs +0 -43
  132. package/dist/components/icons/MedbrainFullAi.d.cts +0 -6
  133. package/dist/components/icons/MedbrainFullAi.d.ts +0 -6
  134. package/dist/components/icons/MedbrainFullAi.js +0 -9
  135. package/dist/components/icons/Test.js +0 -9
  136. package/dist/components/icons/TestTime.cjs +0 -43
  137. package/dist/components/icons/TestTime.js +0 -9
  138. package/native/components/icons/Flame.cjs +0 -45
  139. package/native/components/icons/Flame.d.cts +0 -9
  140. package/native/components/icons/Flame.d.ts +0 -9
  141. package/native/components/icons/Flame.js +0 -11
  142. package/native/components/icons/HistoryBack.d.cts +0 -9
  143. package/native/components/icons/HistoryBack.d.ts +0 -9
  144. package/native/components/icons/HistoryBack.js +0 -12
  145. package/native/components/icons/MedbrainFullAi.cjs +0 -48
  146. package/native/components/icons/MedbrainFullAi.d.cts +0 -9
  147. package/native/components/icons/MedbrainFullAi.d.ts +0 -9
  148. package/native/components/icons/MedbrainFullAi.js +0 -14
  149. package/native/components/icons/Test.js +0 -11
  150. package/native/components/icons/TestTime.cjs +0 -49
  151. package/native/components/icons/TestTime.d.cts +0 -9
  152. package/native/components/icons/TestTime.d.ts +0 -9
  153. package/native/components/icons/TestTime.js +0 -15
@@ -26,18 +26,18 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var Test_exports = {};
30
- __export(Test_exports, {
31
- Test: () => Test
29
+ var AlmostAi_exports = {};
30
+ __export(AlmostAi_exports, {
31
+ AlmostAi: () => AlmostAi
32
32
  });
33
- module.exports = __toCommonJS(Test_exports);
33
+ module.exports = __toCommonJS(AlmostAi_exports);
34
34
  var import_react = __toESM(require("react"), 1);
35
35
  var import_Icon = require("../Icon");
36
- const Test = (0, import_Icon.createIcon)(
37
- /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M7 16H14V18H7V16ZM7 12H17V14H7V12ZM7 8H17V10H7V8ZM19 4H14.82C14.4 2.84 13.3 2 12 2C10.7 2 9.6 2.84 9.18 4H5C4.86 4 4.73 4.01 4.6 4.04C4.21 4.12 3.86 4.32 3.59 4.59C3.41 4.77 3.26 4.99 3.16 5.23C3.06 5.46 3 5.72 3 6V20C3 20.27 3.06 20.54 3.16 20.78C3.26 21.02 3.41 21.23 3.59 21.42C3.86 21.69 4.21 21.89 4.6 21.97C4.73 21.99 4.86 22 5 22H19C20.1 22 21 21.1 21 20V6C21 4.9 20.1 4 19 4ZM12 3.75C12.41 3.75 12.75 4.09 12.75 4.5C12.75 4.91 12.41 5.25 12 5.25C11.59 5.25 11.25 4.91 11.25 4.5C11.25 4.09 11.59 3.75 12 3.75ZM19 20H5V6H19V20Z", fill: "#313949" }))
36
+ const AlmostAi = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M9 12H23M23 12L17 6M23 12L17 18M6 18C5.5 20 6 19.5 4 20C5.71429 20.5714 5.5 20 6 22C6.57143 20.2857 6 20.5 8 20C6 19.5 6.5 20 6 18ZM3.5 10.5C3 12 3.5 11.5 2 12C3.5 12.5 3 12 3.5 13.5C4 12 3.5 12.5 5 12C3.5 11.5 4 12 3.5 10.5ZM6 2C5.5 4 6 3.5 4 4C5.71429 4.57143 5.5 4 6 6C6.57143 4.28571 6 4.5 8 4C6 3.5 6.5 4 6 2Z", strokeLinecap: "round", strokeLinejoin: "round" }))
38
38
  );
39
- Test.displayName = "Test";
39
+ AlmostAi.displayName = "AlmostAi";
40
40
  // Annotate the CommonJS export names for ESM import in node:
41
41
  0 && (module.exports = {
42
- Test
42
+ AlmostAi
43
43
  });
@@ -1,6 +1,6 @@
1
1
  import { IconProps } from '../Icon.cjs';
2
2
  import React__default from 'react';
3
3
 
4
- declare const TestTime: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
4
+ declare const AlmostAi: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
5
 
6
- export { TestTime };
6
+ export { AlmostAi };
@@ -1,6 +1,6 @@
1
1
  import { IconProps } from '../Icon.js';
2
2
  import React__default from 'react';
3
3
 
4
- declare const TestTime: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
4
+ declare const AlmostAi: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
5
 
6
- export { TestTime };
6
+ export { AlmostAi };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const AlmostAi = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M9 12H23M23 12L17 6M23 12L17 18M6 18C5.5 20 6 19.5 4 20C5.71429 20.5714 5.5 20 6 22C6.57143 20.2857 6 20.5 8 20C6 19.5 6.5 20 6 18ZM3.5 10.5C3 12 3.5 11.5 2 12C3.5 12.5 3 12 3.5 13.5C4 12 3.5 12.5 5 12C3.5 11.5 4 12 3.5 10.5ZM6 2C5.5 4 6 3.5 4 4C5.71429 4.57143 5.5 4 6 6C6.57143 4.28571 6 4.5 8 4C6 3.5 6.5 4 6 2Z", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ AlmostAi.displayName = "AlmostAi";
7
+ export {
8
+ AlmostAi
9
+ };
@@ -26,18 +26,18 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var HistoryBack_exports = {};
30
- __export(HistoryBack_exports, {
31
- HistoryBack: () => HistoryBack
29
+ var Anticipate_exports = {};
30
+ __export(Anticipate_exports, {
31
+ Anticipate: () => Anticipate
32
32
  });
33
- module.exports = __toCommonJS(HistoryBack_exports);
33
+ module.exports = __toCommonJS(Anticipate_exports);
34
34
  var import_react = __toESM(require("react"), 1);
35
35
  var import_Icon = require("../Icon");
36
- const HistoryBack = (0, import_Icon.createIcon)(
37
- /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M12.0002 22C7.16225 22 3.12674 18.5645 2.2002 14H4.25219C5.14028 17.4505 8.27248 20 12.0002 20C16.4185 20 20.0002 16.4183 20.0002 12C19.9952 7.58378 16.4164 4.00496 12.0002 4C9.0206 4 6.42149 5.62888 5.04473 8.04473L8 11H1V4L3.58908 6.58908C5.36889 3.82814 8.47103 2 12.0002 2C17.523 2 22.0002 6.47715 22.0002 12C21.9941 17.5203 17.5205 21.9939 12.0002 22Z", fill: "#313949" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M17.0002 13H11.0002V7H13.0002V11H17.0002V13Z", fill: "#313949" }))
36
+ const Anticipate = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M8.00333 19.0088H5.00083C4.47013 19.0088 3.96113 18.7981 3.58587 18.4229C3.21061 18.0476 3 17.5386 3 17.0079V6.00083C3 5.47013 3.21061 4.96113 3.58587 4.58587C3.96113 4.21061 4.47013 4 5.00083 4H19.0067C19.5374 4 20.0464 4.21061 20.4216 4.58587C20.7969 4.96113 21.0075 5.47013 21.0075 6.00083V8.5M7.00171 9.00546H12M7.00171 12.9941C7.78209 12.9915 8.21962 12.9967 9 12.9941M21.2426 16H12.7574M12.7574 16L15.9393 19.182M12.7574 16L15.9393 12.818", strokeLinecap: "round", strokeLinejoin: "round" }))
38
38
  );
39
- HistoryBack.displayName = "HistoryBack";
39
+ Anticipate.displayName = "Anticipate";
40
40
  // Annotate the CommonJS export names for ESM import in node:
41
41
  0 && (module.exports = {
42
- HistoryBack
42
+ Anticipate
43
43
  });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React__default from 'react';
3
+
4
+ declare const Anticipate: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { Anticipate };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React__default from 'react';
3
+
4
+ declare const Anticipate: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { Anticipate };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const Anticipate = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M8.00333 19.0088H5.00083C4.47013 19.0088 3.96113 18.7981 3.58587 18.4229C3.21061 18.0476 3 17.5386 3 17.0079V6.00083C3 5.47013 3.21061 4.96113 3.58587 4.58587C3.96113 4.21061 4.47013 4 5.00083 4H19.0067C19.5374 4 20.0464 4.21061 20.4216 4.58587C20.7969 4.96113 21.0075 5.47013 21.0075 6.00083V8.5M7.00171 9.00546H12M7.00171 12.9941C7.78209 12.9915 8.21962 12.9967 9 12.9941M21.2426 16H12.7574M12.7574 16L15.9393 19.182M12.7574 16L15.9393 12.818", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ Anticipate.displayName = "Anticipate";
7
+ export {
8
+ Anticipate
9
+ };
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var AttentionAi_exports = {};
30
+ __export(AttentionAi_exports, {
31
+ AttentionAi: () => AttentionAi
32
+ });
33
+ module.exports = __toCommonJS(AttentionAi_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const AttentionAi = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M12 7L22 17M22 17V9M22 17H14M6 18C5.5 20 6 19.5 4 20C5.71429 20.5714 5.5 20 6 22C6.57143 20.2857 6 20.5 8 20C6 19.5 6.5 20 6 18ZM3.5 10.5C3 12 3.5 11.5 2 12C3.5 12.5 3 12 3.5 13.5C4 12 3.5 12.5 5 12C3.5 11.5 4 12 3.5 10.5ZM6 2C5.5 4 6 3.5 4 4C5.71429 4.57143 5.5 4 6 6C6.57143 4.28571 6 4.5 8 4C6 3.5 6.5 4 6 2Z", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ AttentionAi.displayName = "AttentionAi";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ AttentionAi
43
+ });
@@ -1,6 +1,6 @@
1
1
  import { IconProps } from '../Icon.cjs';
2
2
  import React__default from 'react';
3
3
 
4
- declare const HistoryBack: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
4
+ declare const AttentionAi: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
5
 
6
- export { HistoryBack };
6
+ export { AttentionAi };
@@ -1,6 +1,6 @@
1
1
  import { IconProps } from '../Icon.js';
2
2
  import React__default from 'react';
3
3
 
4
- declare const HistoryBack: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
4
+ declare const AttentionAi: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
5
 
6
- export { HistoryBack };
6
+ export { AttentionAi };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const AttentionAi = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M12 7L22 17M22 17V9M22 17H14M6 18C5.5 20 6 19.5 4 20C5.71429 20.5714 5.5 20 6 22C6.57143 20.2857 6 20.5 8 20C6 19.5 6.5 20 6 18ZM3.5 10.5C3 12 3.5 11.5 2 12C3.5 12.5 3 12 3.5 13.5C4 12 3.5 12.5 5 12C3.5 11.5 4 12 3.5 10.5ZM6 2C5.5 4 6 3.5 4 4C5.71429 4.57143 5.5 4 6 6C6.57143 4.28571 6 4.5 8 4C6 3.5 6.5 4 6 2Z", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ AttentionAi.displayName = "AttentionAi";
7
+ export {
8
+ AttentionAi
9
+ };
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var CalendarEdit_exports = {};
30
+ __export(CalendarEdit_exports, {
31
+ CalendarEdit: () => CalendarEdit
32
+ });
33
+ module.exports = __toCommonJS(CalendarEdit_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const CalendarEdit = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M4 8H20V7.19691C20 6.07899 20 5.5192 19.7822 5.0918C19.5905 4.71547 19.2837 4.40973 18.9074 4.21799C18.4796 4 17.9203 4 16.8002 4H16M4 8V16.8002C4 17.9203 4 18.4801 4.21799 18.9079C4.40973 19.2842 4.71547 19.5905 5.0918 19.7822C5.5192 20 6.07899 20 7.19691 20M4 8V7.2002C4 6.08009 4 5.51962 4.21799 5.0918C4.40973 4.71547 4.71547 4.40973 5.0918 4.21799C5.51962 4 6.08009 4 7.2002 4H8M16 2V4M16 4H8M8 2V4M16 14L18 16M11 21V18.5L18 11.5L20.5 14L13.5 21H11Z", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ CalendarEdit.displayName = "CalendarEdit";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ CalendarEdit
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React__default from 'react';
3
+
4
+ declare const CalendarEdit: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { CalendarEdit };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React__default from 'react';
3
+
4
+ declare const CalendarEdit: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { CalendarEdit };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const CalendarEdit = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M4 8H20V7.19691C20 6.07899 20 5.5192 19.7822 5.0918C19.5905 4.71547 19.2837 4.40973 18.9074 4.21799C18.4796 4 17.9203 4 16.8002 4H16M4 8V16.8002C4 17.9203 4 18.4801 4.21799 18.9079C4.40973 19.2842 4.71547 19.5905 5.0918 19.7822C5.5192 20 6.07899 20 7.19691 20M4 8V7.2002C4 6.08009 4 5.51962 4.21799 5.0918C4.40973 4.71547 4.71547 4.40973 5.0918 4.21799C5.51962 4 6.08009 4 7.2002 4H8M16 2V4M16 4H8M8 2V4M16 14L18 16M11 21V18.5L18 11.5L20.5 14L13.5 21H11Z", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ CalendarEdit.displayName = "CalendarEdit";
7
+ export {
8
+ CalendarEdit
9
+ };
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var Card_exports = {};
30
+ __export(Card_exports, {
31
+ Card: () => Card
32
+ });
33
+ module.exports = __toCommonJS(Card_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const Card = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M3.21799 7.0918L2.32698 6.63781L3.21799 7.0918ZM4.0918 6.21799L3.63781 5.32698L4.0918 6.21799ZM6 18L5.99924 19H6L6 18ZM4.0918 17.7822L4.54579 16.8912H4.54579L4.0918 17.7822ZM3.21799 16.9074L2.32698 17.3614L2.32698 17.3614L3.21799 16.9074ZM20.7822 16.9074L19.8912 16.4534V16.4534L20.7822 16.9074ZM17.8031 18L17.8031 19H17.8031V18ZM19.9074 17.7822L20.3614 18.6732V18.6732L19.9074 17.7822ZM20.7822 7.0918L19.8912 7.54579L19.8912 7.54579L20.7822 7.0918ZM19.9074 6.21799L20.3614 5.32698V5.32698L19.9074 6.21799ZM6 10C5.44772 10 5 10.4477 5 11C5 11.5523 5.44772 12 6 12V11V10ZM12 12C12.5523 12 13 11.5523 13 11C13 10.4477 12.5523 10 12 10V11V12ZM17 14C16.4477 14 16 14.4477 16 15C16 15.5523 16.4477 16 17 16V15V14ZM18 16C18.5523 16 19 15.5523 19 15C19 14.4477 18.5523 14 18 14V15V16ZM3 14.8002H4V9.2002H3H2V14.8002H3ZM6.2002 6V7H17.8002V6V5H6.2002V6ZM3 9.2002H4C4 8.62365 4.00078 8.25126 4.02393 7.9678C4.04613 7.69595 4.08383 7.59517 4.10899 7.54579L3.21799 7.0918L2.32698 6.63781C2.13416 7.01624 2.06286 7.40962 2.03057 7.80498C1.99922 8.18874 2 8.65663 2 9.2002H3ZM6.2002 6V5C5.65663 5 5.18874 4.99922 4.80498 5.03057C4.40962 5.06286 4.01624 5.13416 3.63781 5.32698L4.0918 6.21799L4.54579 7.10899C4.59517 7.08383 4.69595 7.04613 4.9678 7.02393C5.25126 7.00078 5.62365 7 6.2002 7V6ZM3.21799 7.0918L4.10899 7.54579C4.20487 7.35763 4.35763 7.20487 4.54579 7.10899L4.0918 6.21799L3.63781 5.32698C3.07332 5.6146 2.6146 6.07332 2.32698 6.63781L3.21799 7.0918ZM6 18L6.00076 17C5.49638 16.9996 5.16833 16.9955 4.92028 16.972C4.68369 16.9496 4.59169 16.9146 4.54579 16.8912L4.0918 17.7822L3.63781 18.6732C3.99345 18.8544 4.36141 18.928 4.73147 18.9631C5.09006 18.9971 5.51534 18.9996 5.99924 19L6 18ZM3 14.8002H2C2 15.3437 1.99922 15.8114 2.03057 16.1949C2.06289 16.5902 2.13424 16.9831 2.32698 17.3614L3.21799 16.9074L4.10899 16.4534C4.08374 16.4038 4.0461 16.3032 4.02392 16.0319C4.00078 15.7488 4 15.3768 4 14.8002H3ZM4.0918 17.7822L4.54579 16.8912C4.35871 16.7959 4.20542 16.6426 4.10899 16.4534L3.21799 16.9074L2.32698 17.3614C2.61405 17.9248 3.07224 18.3851 3.63781 18.6732L4.0918 17.7822ZM21 14.8031H20C20 15.3786 19.9992 15.75 19.9761 16.0327C19.9539 16.3036 19.9164 16.4041 19.8912 16.4534L20.7822 16.9074L21.6732 17.3614C21.8659 16.9833 21.9372 16.5905 21.9695 16.1957C22.0008 15.8126 22 15.3455 22 14.8031H21ZM17.8031 18V19C18.3455 19 18.8126 19.0008 19.1957 18.9695C19.5905 18.9372 19.9833 18.8659 20.3614 18.6732L19.9074 17.7822L19.4534 16.8912C19.4041 16.9164 19.3036 16.9539 19.0327 16.9761C18.75 16.9992 18.3786 17 17.8031 17V18ZM20.7822 16.9074L19.8912 16.4534C19.7953 16.6416 19.6416 16.7953 19.4534 16.8912L19.9074 17.7822L20.3614 18.6732C20.9259 18.3856 21.3856 17.9259 21.6732 17.3614L20.7822 16.9074ZM21 9.19691H22C22 8.65444 22.0008 8.18725 21.9695 7.80396C21.9372 7.40906 21.8659 7.016 21.6732 6.63781L20.7822 7.0918L19.8912 7.54579C19.9163 7.595 19.9539 7.69554 19.9761 7.96686C19.9992 8.2498 20 8.62146 20 9.19691H21ZM17.8002 6V7C18.3768 7 18.7488 7.00078 19.0319 7.02392C19.3032 7.0461 19.4039 7.08374 19.4534 7.10899L19.9074 6.21799L20.3614 5.32698C19.9831 5.13424 19.5902 5.06289 19.1949 5.03057C18.8114 4.99922 18.3437 5 17.8002 5V6ZM20.7822 7.0918L21.6732 6.63781C21.3851 6.07224 20.9248 5.61405 20.3614 5.32698L19.9074 6.21799L19.4534 7.10899C19.6427 7.20542 19.7959 7.3587 19.8912 7.54579L20.7822 7.0918ZM21 9.19691H20V14.8031H21H22V9.19691H21ZM17.8031 18L17.8031 17L6 17L6 18L6 19L17.8031 19L17.8031 18ZM6 11V12H12V11V10H6V11ZM17 15V16H18V15V14H17V15Z", fill: "#313949" }))
38
+ );
39
+ Card.displayName = "Card";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ Card
43
+ });
@@ -1,6 +1,6 @@
1
1
  import { IconProps } from '../Icon.cjs';
2
2
  import React__default from 'react';
3
3
 
4
- declare const Test: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
4
+ declare const Card: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
5
 
6
- export { Test };
6
+ export { Card };
@@ -1,6 +1,6 @@
1
1
  import { IconProps } from '../Icon.js';
2
2
  import React__default from 'react';
3
3
 
4
- declare const Test: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
4
+ declare const Card: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
5
 
6
- export { Test };
6
+ export { Card };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const Card = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M3.21799 7.0918L2.32698 6.63781L3.21799 7.0918ZM4.0918 6.21799L3.63781 5.32698L4.0918 6.21799ZM6 18L5.99924 19H6L6 18ZM4.0918 17.7822L4.54579 16.8912H4.54579L4.0918 17.7822ZM3.21799 16.9074L2.32698 17.3614L2.32698 17.3614L3.21799 16.9074ZM20.7822 16.9074L19.8912 16.4534V16.4534L20.7822 16.9074ZM17.8031 18L17.8031 19H17.8031V18ZM19.9074 17.7822L20.3614 18.6732V18.6732L19.9074 17.7822ZM20.7822 7.0918L19.8912 7.54579L19.8912 7.54579L20.7822 7.0918ZM19.9074 6.21799L20.3614 5.32698V5.32698L19.9074 6.21799ZM6 10C5.44772 10 5 10.4477 5 11C5 11.5523 5.44772 12 6 12V11V10ZM12 12C12.5523 12 13 11.5523 13 11C13 10.4477 12.5523 10 12 10V11V12ZM17 14C16.4477 14 16 14.4477 16 15C16 15.5523 16.4477 16 17 16V15V14ZM18 16C18.5523 16 19 15.5523 19 15C19 14.4477 18.5523 14 18 14V15V16ZM3 14.8002H4V9.2002H3H2V14.8002H3ZM6.2002 6V7H17.8002V6V5H6.2002V6ZM3 9.2002H4C4 8.62365 4.00078 8.25126 4.02393 7.9678C4.04613 7.69595 4.08383 7.59517 4.10899 7.54579L3.21799 7.0918L2.32698 6.63781C2.13416 7.01624 2.06286 7.40962 2.03057 7.80498C1.99922 8.18874 2 8.65663 2 9.2002H3ZM6.2002 6V5C5.65663 5 5.18874 4.99922 4.80498 5.03057C4.40962 5.06286 4.01624 5.13416 3.63781 5.32698L4.0918 6.21799L4.54579 7.10899C4.59517 7.08383 4.69595 7.04613 4.9678 7.02393C5.25126 7.00078 5.62365 7 6.2002 7V6ZM3.21799 7.0918L4.10899 7.54579C4.20487 7.35763 4.35763 7.20487 4.54579 7.10899L4.0918 6.21799L3.63781 5.32698C3.07332 5.6146 2.6146 6.07332 2.32698 6.63781L3.21799 7.0918ZM6 18L6.00076 17C5.49638 16.9996 5.16833 16.9955 4.92028 16.972C4.68369 16.9496 4.59169 16.9146 4.54579 16.8912L4.0918 17.7822L3.63781 18.6732C3.99345 18.8544 4.36141 18.928 4.73147 18.9631C5.09006 18.9971 5.51534 18.9996 5.99924 19L6 18ZM3 14.8002H2C2 15.3437 1.99922 15.8114 2.03057 16.1949C2.06289 16.5902 2.13424 16.9831 2.32698 17.3614L3.21799 16.9074L4.10899 16.4534C4.08374 16.4038 4.0461 16.3032 4.02392 16.0319C4.00078 15.7488 4 15.3768 4 14.8002H3ZM4.0918 17.7822L4.54579 16.8912C4.35871 16.7959 4.20542 16.6426 4.10899 16.4534L3.21799 16.9074L2.32698 17.3614C2.61405 17.9248 3.07224 18.3851 3.63781 18.6732L4.0918 17.7822ZM21 14.8031H20C20 15.3786 19.9992 15.75 19.9761 16.0327C19.9539 16.3036 19.9164 16.4041 19.8912 16.4534L20.7822 16.9074L21.6732 17.3614C21.8659 16.9833 21.9372 16.5905 21.9695 16.1957C22.0008 15.8126 22 15.3455 22 14.8031H21ZM17.8031 18V19C18.3455 19 18.8126 19.0008 19.1957 18.9695C19.5905 18.9372 19.9833 18.8659 20.3614 18.6732L19.9074 17.7822L19.4534 16.8912C19.4041 16.9164 19.3036 16.9539 19.0327 16.9761C18.75 16.9992 18.3786 17 17.8031 17V18ZM20.7822 16.9074L19.8912 16.4534C19.7953 16.6416 19.6416 16.7953 19.4534 16.8912L19.9074 17.7822L20.3614 18.6732C20.9259 18.3856 21.3856 17.9259 21.6732 17.3614L20.7822 16.9074ZM21 9.19691H22C22 8.65444 22.0008 8.18725 21.9695 7.80396C21.9372 7.40906 21.8659 7.016 21.6732 6.63781L20.7822 7.0918L19.8912 7.54579C19.9163 7.595 19.9539 7.69554 19.9761 7.96686C19.9992 8.2498 20 8.62146 20 9.19691H21ZM17.8002 6V7C18.3768 7 18.7488 7.00078 19.0319 7.02392C19.3032 7.0461 19.4039 7.08374 19.4534 7.10899L19.9074 6.21799L20.3614 5.32698C19.9831 5.13424 19.5902 5.06289 19.1949 5.03057C18.8114 4.99922 18.3437 5 17.8002 5V6ZM20.7822 7.0918L21.6732 6.63781C21.3851 6.07224 20.9248 5.61405 20.3614 5.32698L19.9074 6.21799L19.4534 7.10899C19.6427 7.20542 19.7959 7.3587 19.8912 7.54579L20.7822 7.0918ZM21 9.19691H20V14.8031H21H22V9.19691H21ZM17.8031 18L17.8031 17L6 17L6 18L6 19L17.8031 19L17.8031 18ZM6 11V12H12V11V10H6V11ZM17 15V16H18V15V14H17V15Z", fill: "#313949" }))
5
+ );
6
+ Card.displayName = "Card";
7
+ export {
8
+ Card
9
+ };
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var CloudSync_exports = {};
30
+ __export(CloudSync_exports, {
31
+ CloudSync: () => CloudSync
32
+ });
33
+ module.exports = __toCommonJS(CloudSync_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const CloudSync = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M6.324 19C3.563 19 2 16.761 2 14C2 11.47 3.885 9.401 6.324 9.068C7.129 6.703 9.363 5 12 5C15.314 5 18 7.686 18 11C20.209 11 22 12.791 22 15C22 17.209 20.709 19 18.5 19M12.2959 12.6923L13.2953 11.3072L12 10M15.8661 14.0907C15.9482 14.3818 16 14.6849 16 15C16 17.0391 14.2085 18.6928 11.9994 18.6928C11.6063 18.6928 11.2275 18.6383 10.8689 18.5413M8.13393 15.9105C8.05184 15.6194 8 15.3163 8 15C8 12.9608 9.79148 11.3071 12.0006 11.3071C12.3937 11.3071 12.7725 11.3616 13.1311 11.4587M11.7062 17.3077L10.7067 18.6928L11.7062 20", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ CloudSync.displayName = "CloudSync";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ CloudSync
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React__default from 'react';
3
+
4
+ declare const CloudSync: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { CloudSync };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React__default from 'react';
3
+
4
+ declare const CloudSync: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { CloudSync };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const CloudSync = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M6.324 19C3.563 19 2 16.761 2 14C2 11.47 3.885 9.401 6.324 9.068C7.129 6.703 9.363 5 12 5C15.314 5 18 7.686 18 11C20.209 11 22 12.791 22 15C22 17.209 20.709 19 18.5 19M12.2959 12.6923L13.2953 11.3072L12 10M15.8661 14.0907C15.9482 14.3818 16 14.6849 16 15C16 17.0391 14.2085 18.6928 11.9994 18.6928C11.6063 18.6928 11.2275 18.6383 10.8689 18.5413M8.13393 15.9105C8.05184 15.6194 8 15.3163 8 15C8 12.9608 9.79148 11.3071 12.0006 11.3071C12.3937 11.3071 12.7725 11.3616 13.1311 11.4587M11.7062 17.3077L10.7067 18.6928L11.7062 20", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ CloudSync.displayName = "CloudSync";
7
+ export {
8
+ CloudSync
9
+ };
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var Compass02_exports = {};
30
+ __export(Compass02_exports, {
31
+ Compass02: () => Compass02
32
+ });
33
+ module.exports = __toCommonJS(Compass02_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const Compass02 = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M12 3V5M4.58789 14.647C5.84489 17.14 8.68789 18.882 11.9999 18.882C15.3119 18.882 18.1549 17.14 19.4119 14.647M11.12 8.79004L4 21M19.9999 21L12.8799 8.79004M13.4142 5.58579C14.1953 6.36684 14.1953 7.63317 13.4142 8.41422C12.6332 9.19527 11.3668 9.19527 10.5858 8.41422C9.80474 7.63317 9.80474 6.36684 10.5858 5.58579C11.3668 4.80474 12.6332 4.80474 13.4142 5.58579Z", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ Compass02.displayName = "Compass02";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ Compass02
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React__default from 'react';
3
+
4
+ declare const Compass02: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { Compass02 };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React__default from 'react';
3
+
4
+ declare const Compass02: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { Compass02 };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const Compass02 = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M12 3V5M4.58789 14.647C5.84489 17.14 8.68789 18.882 11.9999 18.882C15.3119 18.882 18.1549 17.14 19.4119 14.647M11.12 8.79004L4 21M19.9999 21L12.8799 8.79004M13.4142 5.58579C14.1953 6.36684 14.1953 7.63317 13.4142 8.41422C12.6332 9.19527 11.3668 9.19527 10.5858 8.41422C9.80474 7.63317 9.80474 6.36684 10.5858 5.58579C11.3668 4.80474 12.6332 4.80474 13.4142 5.58579Z", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ Compass02.displayName = "Compass02";
7
+ export {
8
+ Compass02
9
+ };
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var CriticalAi_exports = {};
30
+ __export(CriticalAi_exports, {
31
+ CriticalAi: () => CriticalAi
32
+ });
33
+ module.exports = __toCommonJS(CriticalAi_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const CriticalAi = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M16 5V19M16 19L22 13M16 19L10 13M6 18C5.5 20 6 19.5 4 20C5.71429 20.5714 5.5 20 6 22C6.57143 20.2857 6 20.5 8 20C6 19.5 6.5 20 6 18ZM3.5 10.5C3 12 3.5 11.5 2 12C3.5 12.5 3 12 3.5 13.5C4 12 3.5 12.5 5 12C3.5 11.5 4 12 3.5 10.5ZM6 2C5.5 4 6 3.5 4 4C5.71429 4.57143 5.5 4 6 6C6.57143 4.28571 6 4.5 8 4C6 3.5 6.5 4 6 2Z", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ CriticalAi.displayName = "CriticalAi";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ CriticalAi
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React__default from 'react';
3
+
4
+ declare const CriticalAi: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { CriticalAi };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React__default from 'react';
3
+
4
+ declare const CriticalAi: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { CriticalAi };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const CriticalAi = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M16 5V19M16 19L22 13M16 19L10 13M6 18C5.5 20 6 19.5 4 20C5.71429 20.5714 5.5 20 6 22C6.57143 20.2857 6 20.5 8 20C6 19.5 6.5 20 6 18ZM3.5 10.5C3 12 3.5 11.5 2 12C3.5 12.5 3 12 3.5 13.5C4 12 3.5 12.5 5 12C3.5 11.5 4 12 3.5 10.5ZM6 2C5.5 4 6 3.5 4 4C5.71429 4.57143 5.5 4 6 6C6.57143 4.28571 6 4.5 8 4C6 3.5 6.5 4 6 2Z", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ CriticalAi.displayName = "CriticalAi";
7
+ export {
8
+ CriticalAi
9
+ };
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var EventEdit_exports = {};
30
+ __export(EventEdit_exports, {
31
+ EventEdit: () => EventEdit
32
+ });
33
+ module.exports = __toCommonJS(EventEdit_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const EventEdit = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M7.19691 21C6.07899 21 5.5192 21 5.0918 20.7822C4.71547 20.5905 4.40973 20.2842 4.21799 19.9079C4 19.4801 4 18.9203 4 17.8002V8.2002C4 7.08009 4 6.51962 4.21799 6.0918C4.40973 5.71547 4.71547 5.40973 5.0918 5.21799C5.51962 5 6.08009 5 7.2002 5H16.8002C17.9203 5 18.4796 5 18.9074 5.21799C19.2837 5.40973 19.5905 5.71547 19.7822 6.0918C20 6.5192 20 7.07899 20 8.19691M8.5 3V7M15.5 3V7M17 14.5L19 16.5M12 21.5V19L19 12L21.5 14.5L14.5 21.5H12Z", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ EventEdit.displayName = "EventEdit";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ EventEdit
43
+ });