@medway-ui/icons 1.8.0 → 1.10.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 (61) hide show
  1. package/dist/components/icons/ClockProgress.cjs +43 -0
  2. package/dist/components/icons/ClockProgress.d.cts +6 -0
  3. package/dist/components/icons/ClockProgress.d.ts +6 -0
  4. package/dist/components/icons/ClockProgress.js +9 -0
  5. package/dist/components/icons/ContentUpdate.cjs +43 -0
  6. package/dist/components/icons/ContentUpdate.d.cts +6 -0
  7. package/dist/components/icons/ContentUpdate.d.ts +6 -0
  8. package/dist/components/icons/ContentUpdate.js +9 -0
  9. package/dist/components/icons/DrawingPencil.cjs +43 -0
  10. package/dist/components/icons/DrawingPencil.d.cts +6 -0
  11. package/dist/components/icons/DrawingPencil.d.ts +6 -0
  12. package/dist/components/icons/DrawingPencil.js +9 -0
  13. package/dist/components/icons/FlashcardAi.cjs +43 -0
  14. package/dist/components/icons/FlashcardAi.d.cts +6 -0
  15. package/dist/components/icons/FlashcardAi.d.ts +6 -0
  16. package/dist/components/icons/FlashcardAi.js +9 -0
  17. package/dist/components/icons/SearchError.cjs +43 -0
  18. package/dist/components/icons/SearchError.d.cts +6 -0
  19. package/dist/components/icons/SearchError.d.ts +6 -0
  20. package/dist/components/icons/SearchError.js +9 -0
  21. package/dist/components/icons/TwoCards.cjs +43 -0
  22. package/dist/components/icons/TwoCards.d.cts +6 -0
  23. package/dist/components/icons/TwoCards.d.ts +6 -0
  24. package/dist/components/icons/TwoCards.js +9 -0
  25. package/dist/components/icons/index.cjs +18 -0
  26. package/dist/components/icons/index.d.cts +6 -0
  27. package/dist/components/icons/index.d.ts +6 -0
  28. package/dist/components/icons/index.js +12 -0
  29. package/dist/index.d.cts +6 -0
  30. package/dist/index.d.ts +6 -0
  31. package/native/components/icons/ClockProgress.cjs +45 -0
  32. package/native/components/icons/ClockProgress.d.cts +9 -0
  33. package/native/components/icons/ClockProgress.d.ts +9 -0
  34. package/native/components/icons/ClockProgress.js +11 -0
  35. package/native/components/icons/ContentUpdate.cjs +45 -0
  36. package/native/components/icons/ContentUpdate.d.cts +9 -0
  37. package/native/components/icons/ContentUpdate.d.ts +9 -0
  38. package/native/components/icons/ContentUpdate.js +11 -0
  39. package/native/components/icons/DrawingPencil.cjs +45 -0
  40. package/native/components/icons/DrawingPencil.d.cts +9 -0
  41. package/native/components/icons/DrawingPencil.d.ts +9 -0
  42. package/native/components/icons/DrawingPencil.js +11 -0
  43. package/native/components/icons/FlashcardAi.cjs +45 -0
  44. package/native/components/icons/FlashcardAi.d.cts +9 -0
  45. package/native/components/icons/FlashcardAi.d.ts +9 -0
  46. package/native/components/icons/FlashcardAi.js +11 -0
  47. package/native/components/icons/SearchError.cjs +45 -0
  48. package/native/components/icons/SearchError.d.cts +9 -0
  49. package/native/components/icons/SearchError.d.ts +9 -0
  50. package/native/components/icons/SearchError.js +11 -0
  51. package/native/components/icons/TwoCards.cjs +45 -0
  52. package/native/components/icons/TwoCards.d.cts +9 -0
  53. package/native/components/icons/TwoCards.d.ts +9 -0
  54. package/native/components/icons/TwoCards.js +11 -0
  55. package/native/components/icons/index.cjs +18 -0
  56. package/native/components/icons/index.d.cts +6 -0
  57. package/native/components/icons/index.d.ts +6 -0
  58. package/native/components/icons/index.js +12 -0
  59. package/native/index.d.cts +37 -1
  60. package/native/index.d.ts +37 -1
  61. package/package.json +1 -1
@@ -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 ClockProgress_exports = {};
30
+ __export(ClockProgress_exports, {
31
+ ClockProgress: () => ClockProgress
32
+ });
33
+ module.exports = __toCommonJS(ClockProgress_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const ClockProgress = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M12 4V12L17 17", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ ClockProgress.displayName = "ClockProgress";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ ClockProgress
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React__default from 'react';
3
+
4
+ declare const ClockProgress: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { ClockProgress };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React__default from 'react';
3
+
4
+ declare const ClockProgress: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { ClockProgress };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const ClockProgress = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M12 4V12L17 17", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ ClockProgress.displayName = "ClockProgress";
7
+ export {
8
+ ClockProgress
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 ContentUpdate_exports = {};
30
+ __export(ContentUpdate_exports, {
31
+ ContentUpdate: () => ContentUpdate
32
+ });
33
+ module.exports = __toCommonJS(ContentUpdate_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const ContentUpdate = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M11 16H7M17 16H15M7 12H11.5M7 8H9.5M21 13V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H9M20.0021 7C20.0021 8.65754 18.6584 10.0013 17.0008 10.0013H15M16.5006 8.50012L15 10.0013L16.5006 11.5016M13 6.50137C13 4.84383 14.3437 3.50012 16.0013 3.50012H18.0021M16.5015 5.00151L18.0021 3.50012L16.5015 2", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ ContentUpdate.displayName = "ContentUpdate";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ ContentUpdate
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React__default from 'react';
3
+
4
+ declare const ContentUpdate: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { ContentUpdate };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React__default from 'react';
3
+
4
+ declare const ContentUpdate: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { ContentUpdate };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const ContentUpdate = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M11 16H7M17 16H15M7 12H11.5M7 8H9.5M21 13V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6C3 4.34315 4.34315 3 6 3H9M20.0021 7C20.0021 8.65754 18.6584 10.0013 17.0008 10.0013H15M16.5006 8.50012L15 10.0013L16.5006 11.5016M13 6.50137C13 4.84383 14.3437 3.50012 16.0013 3.50012H18.0021M16.5015 5.00151L18.0021 3.50012L16.5015 2", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ ContentUpdate.displayName = "ContentUpdate";
7
+ export {
8
+ ContentUpdate
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 DrawingPencil_exports = {};
30
+ __export(DrawingPencil_exports, {
31
+ DrawingPencil: () => DrawingPencil
32
+ });
33
+ module.exports = __toCommonJS(DrawingPencil_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const DrawingPencil = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M17.53 10.53L20.03 13.03M7 21H6.849C4.171 21 2 18.829 2 16.151C2 14.235 3.128 12.498 4.88 11.72L8.84 9.96C10.154 9.376 11 8.074 11 6.637C11 4.628 9.372 3 7.363 3H7M10.631 17.437L19.12 8.94804C19.511 8.55704 20.144 8.55704 20.534 8.94804L21.612 10.026C22.003 10.417 22.003 11.05 21.612 11.44L13.121 19.931C12.858 20.194 12.527 20.378 12.166 20.463L10.518 20.852C10.034 20.966 9.59897 20.532 9.71197 20.047L10.098 18.396C10.183 18.033 10.368 17.701 10.631 17.437Z", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ DrawingPencil.displayName = "DrawingPencil";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ DrawingPencil
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React__default from 'react';
3
+
4
+ declare const DrawingPencil: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { DrawingPencil };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React__default from 'react';
3
+
4
+ declare const DrawingPencil: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { DrawingPencil };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const DrawingPencil = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M17.53 10.53L20.03 13.03M7 21H6.849C4.171 21 2 18.829 2 16.151C2 14.235 3.128 12.498 4.88 11.72L8.84 9.96C10.154 9.376 11 8.074 11 6.637C11 4.628 9.372 3 7.363 3H7M10.631 17.437L19.12 8.94804C19.511 8.55704 20.144 8.55704 20.534 8.94804L21.612 10.026C22.003 10.417 22.003 11.05 21.612 11.44L13.121 19.931C12.858 20.194 12.527 20.378 12.166 20.463L10.518 20.852C10.034 20.966 9.59897 20.532 9.71197 20.047L10.098 18.396C10.183 18.033 10.368 17.701 10.631 17.437Z", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ DrawingPencil.displayName = "DrawingPencil";
7
+ export {
8
+ DrawingPencil
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 FlashcardAi_exports = {};
30
+ __export(FlashcardAi_exports, {
31
+ FlashcardAi: () => FlashcardAi
32
+ });
33
+ module.exports = __toCommonJS(FlashcardAi_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const FlashcardAi = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.9545 9.81818V7.05469C9.9545 6.24007 9.9545 5.83245 10.1031 5.52131C10.2339 5.24762 10.4423 5.02526 10.6989 4.88581C10.9906 4.72727 11.3727 4.72727 12.1364 4.72727H15.2727C16.0364 4.72727 16.4181 4.72727 16.7098 4.88581C16.9664 5.02526 17.1752 5.24762 17.3059 5.52131C17.4545 5.83245 17.4545 6.23976 17.4545 7.05438V11.8544C17.4545 12.669 17.4545 13.0763 17.3059 13.3875C17.1752 13.6612 16.9662 13.884 16.7096 14.0234C16.4182 14.1818 16.0369 14.1818 15.2747 14.1818H14.0454M14.0454 14.1818L14.0454 12.1432C14.0454 11.3302 14.0454 10.9231 13.8969 10.6122C13.7661 10.3385 13.5573 10.1162 13.3007 9.97672C13.009 9.81818 12.6274 9.81818 11.8637 9.81818H9.9545H8.72738C7.96368 9.81818 7.58155 9.81818 7.28985 9.97672C7.03327 10.1162 6.82481 10.3385 6.69408 10.6122C6.54545 10.9234 6.54545 11.331 6.54545 12.1456V16.9456C6.54545 17.7602 6.54545 18.1673 6.69408 18.4785C6.82481 18.7522 7.03327 18.9749 7.28985 19.1143C7.58126 19.2727 7.96293 19.2727 8.72513 19.2727H11.866C12.6282 19.2727 13.0093 19.2727 13.3007 19.1143C13.5573 18.9749 13.7661 18.7519 13.8969 18.4782C14.0454 18.1674 14.0454 17.7607 14.0454 16.9477V14.1818ZM19.2727 16.5455C18.5909 19.2727 19.2727 18.5909 16.5455 19.2727C18.8831 20.0519 18.5909 19.2727 19.2727 22C20.0519 19.6623 19.2727 19.9545 22 19.2727C19.2727 18.5909 19.9545 19.2727 19.2727 16.5455ZM4.72727 2C4.04545 4.72727 4.72727 4.04545 2 4.72727C4.33766 5.50649 4.04545 4.72727 4.72727 7.45455C5.50649 5.11688 4.72727 5.40909 7.45455 4.72727C4.72727 4.04545 5.40909 4.72727 4.72727 2Z", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ FlashcardAi.displayName = "FlashcardAi";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ FlashcardAi
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React__default from 'react';
3
+
4
+ declare const FlashcardAi: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { FlashcardAi };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React__default from 'react';
3
+
4
+ declare const FlashcardAi: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { FlashcardAi };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const FlashcardAi = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M9.9545 9.81818V7.05469C9.9545 6.24007 9.9545 5.83245 10.1031 5.52131C10.2339 5.24762 10.4423 5.02526 10.6989 4.88581C10.9906 4.72727 11.3727 4.72727 12.1364 4.72727H15.2727C16.0364 4.72727 16.4181 4.72727 16.7098 4.88581C16.9664 5.02526 17.1752 5.24762 17.3059 5.52131C17.4545 5.83245 17.4545 6.23976 17.4545 7.05438V11.8544C17.4545 12.669 17.4545 13.0763 17.3059 13.3875C17.1752 13.6612 16.9662 13.884 16.7096 14.0234C16.4182 14.1818 16.0369 14.1818 15.2747 14.1818H14.0454M14.0454 14.1818L14.0454 12.1432C14.0454 11.3302 14.0454 10.9231 13.8969 10.6122C13.7661 10.3385 13.5573 10.1162 13.3007 9.97672C13.009 9.81818 12.6274 9.81818 11.8637 9.81818H9.9545H8.72738C7.96368 9.81818 7.58155 9.81818 7.28985 9.97672C7.03327 10.1162 6.82481 10.3385 6.69408 10.6122C6.54545 10.9234 6.54545 11.331 6.54545 12.1456V16.9456C6.54545 17.7602 6.54545 18.1673 6.69408 18.4785C6.82481 18.7522 7.03327 18.9749 7.28985 19.1143C7.58126 19.2727 7.96293 19.2727 8.72513 19.2727H11.866C12.6282 19.2727 13.0093 19.2727 13.3007 19.1143C13.5573 18.9749 13.7661 18.7519 13.8969 18.4782C14.0454 18.1674 14.0454 17.7607 14.0454 16.9477V14.1818ZM19.2727 16.5455C18.5909 19.2727 19.2727 18.5909 16.5455 19.2727C18.8831 20.0519 18.5909 19.2727 19.2727 22C20.0519 19.6623 19.2727 19.9545 22 19.2727C19.2727 18.5909 19.9545 19.2727 19.2727 16.5455ZM4.72727 2C4.04545 4.72727 4.72727 4.04545 2 4.72727C4.33766 5.50649 4.04545 4.72727 4.72727 7.45455C5.50649 5.11688 4.72727 5.40909 7.45455 4.72727C4.72727 4.04545 5.40909 4.72727 4.72727 2Z", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ FlashcardAi.displayName = "FlashcardAi";
7
+ export {
8
+ FlashcardAi
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 SearchError_exports = {};
30
+ __export(SearchError_exports, {
31
+ SearchError: () => SearchError
32
+ });
33
+ module.exports = __toCommonJS(SearchError_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const SearchError = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M15 15L21 21M7.99999 8.00001L10 10M10 10L12 12M10 10L12 8.00001M10 10L7.99999 12M10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10C17 13.866 13.866 17 10 17Z", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ SearchError.displayName = "SearchError";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ SearchError
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React__default from 'react';
3
+
4
+ declare const SearchError: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { SearchError };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React__default from 'react';
3
+
4
+ declare const SearchError: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { SearchError };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const SearchError = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M15 15L21 21M7.99999 8.00001L10 10M10 10L12 12M10 10L12 8.00001M10 10L7.99999 12M10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10C17 13.866 13.866 17 10 17Z", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ SearchError.displayName = "SearchError";
7
+ export {
8
+ SearchError
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 TwoCards_exports = {};
30
+ __export(TwoCards_exports, {
31
+ TwoCards: () => TwoCards
32
+ });
33
+ module.exports = __toCommonJS(TwoCards_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const TwoCards = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.75201 7.22202L10.731 3.56502C11.033 2.43902 12.191 1.77002 13.317 2.07202L19.434 3.71102C20.56 4.01302 21.229 5.17002 20.927 6.29702L18.195 16.493C17.893 17.619 16.736 18.288 15.61 17.986L13.555 17.436M11.444 22H5.111C3.945 22 3 21.055 3 19.889V9.33305C3 8.16705 3.945 7.22205 5.111 7.22205H11.444C12.61 7.22205 13.555 8.16705 13.555 9.33305V19.889C13.556 21.055 12.61 22 11.444 22Z", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ TwoCards.displayName = "TwoCards";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ TwoCards
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React__default from 'react';
3
+
4
+ declare const TwoCards: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { TwoCards };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React__default from 'react';
3
+
4
+ declare const TwoCards: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { TwoCards };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const TwoCards = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M9.75201 7.22202L10.731 3.56502C11.033 2.43902 12.191 1.77002 13.317 2.07202L19.434 3.71102C20.56 4.01302 21.229 5.17002 20.927 6.29702L18.195 16.493C17.893 17.619 16.736 18.288 15.61 17.986L13.555 17.436M11.444 22H5.111C3.945 22 3 21.055 3 19.889V9.33305C3 8.16705 3.945 7.22205 5.111 7.22205H11.444C12.61 7.22205 13.555 8.16705 13.555 9.33305V19.889C13.556 21.055 12.61 22 11.444 22Z", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ TwoCards.displayName = "TwoCards";
7
+ export {
8
+ TwoCards
9
+ };
@@ -169,6 +169,7 @@ __export(icons_exports, {
169
169
  CircleHelp: () => import_CircleHelp.CircleHelp,
170
170
  CircleWarning: () => import_CircleWarning.CircleWarning,
171
171
  Clock: () => import_Clock.Clock,
172
+ ClockProgress: () => import_ClockProgress.ClockProgress,
172
173
  CloseCircle: () => import_CloseCircle.CloseCircle,
173
174
  CloseLg: () => import_CloseLg.CloseLg,
174
175
  CloseMd: () => import_CloseMd.CloseMd,
@@ -192,6 +193,7 @@ __export(icons_exports, {
192
193
  Command: () => import_Command.Command,
193
194
  Compass: () => import_Compass.Compass,
194
195
  Compass02: () => import_Compass02.Compass02,
196
+ ContentUpdate: () => import_ContentUpdate.ContentUpdate,
195
197
  Cookie: () => import_Cookie.Cookie,
196
198
  Copy: () => import_Copy.Copy,
197
199
  CreditCard: () => import_CreditCard.CreditCard,
@@ -213,6 +215,7 @@ __export(icons_exports, {
213
215
  DownloadPackage: () => import_DownloadPackage.DownloadPackage,
214
216
  DragHorizontal: () => import_DragHorizontal.DragHorizontal,
215
217
  DragVertical: () => import_DragVertical.DragVertical,
218
+ DrawingPencil: () => import_DrawingPencil.DrawingPencil,
216
219
  DummyCircle: () => import_DummyCircle.DummyCircle,
217
220
  DummyCircleSmall: () => import_DummyCircleSmall.DummyCircleSmall,
218
221
  DummySquare: () => import_DummySquare.DummySquare,
@@ -245,6 +248,7 @@ __export(icons_exports, {
245
248
  FirstAid: () => import_FirstAid.FirstAid,
246
249
  Flag: () => import_Flag.Flag,
247
250
  Flashcard: () => import_Flashcard.Flashcard,
251
+ FlashcardAi: () => import_FlashcardAi.FlashcardAi,
248
252
  Focus: () => import_Focus.Focus,
249
253
  Folder: () => import_Folder.Folder,
250
254
  FolderAdd: () => import_FolderAdd.FolderAdd,
@@ -408,6 +412,7 @@ __export(icons_exports, {
408
412
  Ruler: () => import_Ruler.Ruler,
409
413
  Save: () => import_Save.Save,
410
414
  SearchAi: () => import_SearchAi.SearchAi,
415
+ SearchError: () => import_SearchError.SearchError,
411
416
  SearchMagnifyingGlass: () => import_SearchMagnifyingGlass.SearchMagnifyingGlass,
412
417
  SelectMultiple: () => import_SelectMultiple.SelectMultiple,
413
418
  Settings: () => import_Settings.Settings,
@@ -494,6 +499,7 @@ __export(icons_exports, {
494
499
  TriangleCheck: () => import_TriangleCheck.TriangleCheck,
495
500
  TriangleWarning: () => import_TriangleWarning.TriangleWarning,
496
501
  TurboReview: () => import_TurboReview.TurboReview,
502
+ TwoCards: () => import_TwoCards.TwoCards,
497
503
  Underline: () => import_Underline.Underline,
498
504
  Undo: () => import_Undo.Undo,
499
505
  UnfoldLess: () => import_UnfoldLess.UnfoldLess,
@@ -689,6 +695,7 @@ var import_CircleCheck = require("./CircleCheck");
689
695
  var import_CircleHelp = require("./CircleHelp");
690
696
  var import_CircleWarning = require("./CircleWarning");
691
697
  var import_Clock = require("./Clock");
698
+ var import_ClockProgress = require("./ClockProgress");
692
699
  var import_CloseCircle = require("./CloseCircle");
693
700
  var import_CloseLg = require("./CloseLg");
694
701
  var import_CloseMd = require("./CloseMd");
@@ -712,6 +719,7 @@ var import_CombineCells = require("./CombineCells");
712
719
  var import_Command = require("./Command");
713
720
  var import_Compass = require("./Compass");
714
721
  var import_Compass02 = require("./Compass02");
722
+ var import_ContentUpdate = require("./ContentUpdate");
715
723
  var import_Cookie = require("./Cookie");
716
724
  var import_Copy = require("./Copy");
717
725
  var import_CreditCard = require("./CreditCard");
@@ -733,6 +741,7 @@ var import_Download = require("./Download");
733
741
  var import_DownloadPackage = require("./DownloadPackage");
734
742
  var import_DragHorizontal = require("./DragHorizontal");
735
743
  var import_DragVertical = require("./DragVertical");
744
+ var import_DrawingPencil = require("./DrawingPencil");
736
745
  var import_DummyCircle = require("./DummyCircle");
737
746
  var import_DummyCircleSmall = require("./DummyCircleSmall");
738
747
  var import_DummySquare = require("./DummySquare");
@@ -765,6 +774,7 @@ var import_Fire = require("./Fire");
765
774
  var import_FirstAid = require("./FirstAid");
766
775
  var import_Flag = require("./Flag");
767
776
  var import_Flashcard = require("./Flashcard");
777
+ var import_FlashcardAi = require("./FlashcardAi");
768
778
  var import_Focus = require("./Focus");
769
779
  var import_Folder = require("./Folder");
770
780
  var import_FolderAdd = require("./FolderAdd");
@@ -928,6 +938,7 @@ var import_Rows = require("./Rows");
928
938
  var import_Ruler = require("./Ruler");
929
939
  var import_Save = require("./Save");
930
940
  var import_SearchAi = require("./SearchAi");
941
+ var import_SearchError = require("./SearchError");
931
942
  var import_SearchMagnifyingGlass = require("./SearchMagnifyingGlass");
932
943
  var import_SelectMultiple = require("./SelectMultiple");
933
944
  var import_Settings = require("./Settings");
@@ -1014,6 +1025,7 @@ var import_Triangle = require("./Triangle");
1014
1025
  var import_TriangleCheck = require("./TriangleCheck");
1015
1026
  var import_TriangleWarning = require("./TriangleWarning");
1016
1027
  var import_TurboReview = require("./TurboReview");
1028
+ var import_TwoCards = require("./TwoCards");
1017
1029
  var import_Underline = require("./Underline");
1018
1030
  var import_Undo = require("./Undo");
1019
1031
  var import_UnfoldLess = require("./UnfoldLess");
@@ -1209,6 +1221,7 @@ var import_WindowTerminal = require("./WindowTerminal");
1209
1221
  CircleHelp,
1210
1222
  CircleWarning,
1211
1223
  Clock,
1224
+ ClockProgress,
1212
1225
  CloseCircle,
1213
1226
  CloseLg,
1214
1227
  CloseMd,
@@ -1232,6 +1245,7 @@ var import_WindowTerminal = require("./WindowTerminal");
1232
1245
  Command,
1233
1246
  Compass,
1234
1247
  Compass02,
1248
+ ContentUpdate,
1235
1249
  Cookie,
1236
1250
  Copy,
1237
1251
  CreditCard,
@@ -1253,6 +1267,7 @@ var import_WindowTerminal = require("./WindowTerminal");
1253
1267
  DownloadPackage,
1254
1268
  DragHorizontal,
1255
1269
  DragVertical,
1270
+ DrawingPencil,
1256
1271
  DummyCircle,
1257
1272
  DummyCircleSmall,
1258
1273
  DummySquare,
@@ -1285,6 +1300,7 @@ var import_WindowTerminal = require("./WindowTerminal");
1285
1300
  FirstAid,
1286
1301
  Flag,
1287
1302
  Flashcard,
1303
+ FlashcardAi,
1288
1304
  Focus,
1289
1305
  Folder,
1290
1306
  FolderAdd,
@@ -1448,6 +1464,7 @@ var import_WindowTerminal = require("./WindowTerminal");
1448
1464
  Ruler,
1449
1465
  Save,
1450
1466
  SearchAi,
1467
+ SearchError,
1451
1468
  SearchMagnifyingGlass,
1452
1469
  SelectMultiple,
1453
1470
  Settings,
@@ -1534,6 +1551,7 @@ var import_WindowTerminal = require("./WindowTerminal");
1534
1551
  TriangleCheck,
1535
1552
  TriangleWarning,
1536
1553
  TurboReview,
1554
+ TwoCards,
1537
1555
  Underline,
1538
1556
  Undo,
1539
1557
  UnfoldLess,
@@ -149,6 +149,7 @@ export { CircleCheck } from './CircleCheck.cjs';
149
149
  export { CircleHelp } from './CircleHelp.cjs';
150
150
  export { CircleWarning } from './CircleWarning.cjs';
151
151
  export { Clock } from './Clock.cjs';
152
+ export { ClockProgress } from './ClockProgress.cjs';
152
153
  export { CloseCircle } from './CloseCircle.cjs';
153
154
  export { CloseLg } from './CloseLg.cjs';
154
155
  export { CloseMd } from './CloseMd.cjs';
@@ -172,6 +173,7 @@ export { CombineCells } from './CombineCells.cjs';
172
173
  export { Command } from './Command.cjs';
173
174
  export { Compass } from './Compass.cjs';
174
175
  export { Compass02 } from './Compass02.cjs';
176
+ export { ContentUpdate } from './ContentUpdate.cjs';
175
177
  export { Cookie } from './Cookie.cjs';
176
178
  export { Copy } from './Copy.cjs';
177
179
  export { CreditCard } from './CreditCard.cjs';
@@ -193,6 +195,7 @@ export { Download } from './Download.cjs';
193
195
  export { DownloadPackage } from './DownloadPackage.cjs';
194
196
  export { DragHorizontal } from './DragHorizontal.cjs';
195
197
  export { DragVertical } from './DragVertical.cjs';
198
+ export { DrawingPencil } from './DrawingPencil.cjs';
196
199
  export { DummyCircle } from './DummyCircle.cjs';
197
200
  export { DummyCircleSmall } from './DummyCircleSmall.cjs';
198
201
  export { DummySquare } from './DummySquare.cjs';
@@ -225,6 +228,7 @@ export { Fire } from './Fire.cjs';
225
228
  export { FirstAid } from './FirstAid.cjs';
226
229
  export { Flag } from './Flag.cjs';
227
230
  export { Flashcard } from './Flashcard.cjs';
231
+ export { FlashcardAi } from './FlashcardAi.cjs';
228
232
  export { Focus } from './Focus.cjs';
229
233
  export { Folder } from './Folder.cjs';
230
234
  export { FolderAdd } from './FolderAdd.cjs';
@@ -388,6 +392,7 @@ export { Rows } from './Rows.cjs';
388
392
  export { Ruler } from './Ruler.cjs';
389
393
  export { Save } from './Save.cjs';
390
394
  export { SearchAi } from './SearchAi.cjs';
395
+ export { SearchError } from './SearchError.cjs';
391
396
  export { SearchMagnifyingGlass } from './SearchMagnifyingGlass.cjs';
392
397
  export { SelectMultiple } from './SelectMultiple.cjs';
393
398
  export { Settings } from './Settings.cjs';
@@ -474,6 +479,7 @@ export { Triangle } from './Triangle.cjs';
474
479
  export { TriangleCheck } from './TriangleCheck.cjs';
475
480
  export { TriangleWarning } from './TriangleWarning.cjs';
476
481
  export { TurboReview } from './TurboReview.cjs';
482
+ export { TwoCards } from './TwoCards.cjs';
477
483
  export { Underline } from './Underline.cjs';
478
484
  export { Undo } from './Undo.cjs';
479
485
  export { UnfoldLess } from './UnfoldLess.cjs';