@medway-ui/icons 1.5.0 → 1.7.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 (45) hide show
  1. package/dist/components/icons/AgendaAi.cjs +43 -0
  2. package/dist/components/icons/AgendaAi.d.cts +6 -0
  3. package/dist/components/icons/AgendaAi.d.ts +6 -0
  4. package/dist/components/icons/AgendaAi.js +9 -0
  5. package/dist/components/icons/Dermatology.cjs +43 -0
  6. package/dist/components/icons/Dermatology.d.cts +6 -0
  7. package/dist/components/icons/Dermatology.d.ts +6 -0
  8. package/dist/components/icons/Dermatology.js +9 -0
  9. package/dist/components/icons/MentalDisorder.cjs +43 -0
  10. package/dist/components/icons/MentalDisorder.d.cts +6 -0
  11. package/dist/components/icons/MentalDisorder.d.ts +6 -0
  12. package/dist/components/icons/MentalDisorder.js +9 -0
  13. package/dist/components/icons/Radiology.cjs +43 -0
  14. package/dist/components/icons/Radiology.d.cts +6 -0
  15. package/dist/components/icons/Radiology.d.ts +6 -0
  16. package/dist/components/icons/Radiology.js +9 -0
  17. package/dist/components/icons/index.cjs +12 -0
  18. package/dist/components/icons/index.d.cts +4 -0
  19. package/dist/components/icons/index.d.ts +4 -0
  20. package/dist/components/icons/index.js +8 -0
  21. package/dist/index.d.cts +4 -0
  22. package/dist/index.d.ts +4 -0
  23. package/native/components/icons/AgendaAi.cjs +45 -0
  24. package/native/components/icons/AgendaAi.d.cts +9 -0
  25. package/native/components/icons/AgendaAi.d.ts +9 -0
  26. package/native/components/icons/AgendaAi.js +11 -0
  27. package/native/components/icons/Dermatology.cjs +45 -0
  28. package/native/components/icons/Dermatology.d.cts +9 -0
  29. package/native/components/icons/Dermatology.d.ts +9 -0
  30. package/native/components/icons/Dermatology.js +11 -0
  31. package/native/components/icons/MentalDisorder.cjs +45 -0
  32. package/native/components/icons/MentalDisorder.d.cts +9 -0
  33. package/native/components/icons/MentalDisorder.d.ts +9 -0
  34. package/native/components/icons/MentalDisorder.js +11 -0
  35. package/native/components/icons/Radiology.cjs +45 -0
  36. package/native/components/icons/Radiology.d.cts +9 -0
  37. package/native/components/icons/Radiology.d.ts +9 -0
  38. package/native/components/icons/Radiology.js +11 -0
  39. package/native/components/icons/index.cjs +12 -0
  40. package/native/components/icons/index.d.cts +4 -0
  41. package/native/components/icons/index.d.ts +4 -0
  42. package/native/components/icons/index.js +8 -0
  43. package/native/index.d.cts +25 -1
  44. package/native/index.d.ts +25 -1
  45. 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 AgendaAi_exports = {};
30
+ __export(AgendaAi_exports, {
31
+ AgendaAi: () => AgendaAi
32
+ });
33
+ module.exports = __toCommonJS(AgendaAi_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const AgendaAi = (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 20H12M4 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 4H8M8 4H16M8 4V2M16 4V2M15.5 13.5H8M20.5 15C21 13.5 20.5 14 22 13.5C20.5 13 21 13.5 20.5 12C20 13.5 20.5 13 19 13.5C20.5 14 20 13.5 20.5 15ZM18 22C18.5 20 18 20.5 20 20C18.2857 19.4286 18.5 20 18 18C17.4286 19.7143 18 19.5 16 20C18 20.5 17.5 20 18 22Z", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ AgendaAi.displayName = "AgendaAi";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ AgendaAi
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React__default from 'react';
3
+
4
+ declare const AgendaAi: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { AgendaAi };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React__default from 'react';
3
+
4
+ declare const AgendaAi: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { AgendaAi };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const AgendaAi = 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 20H12M4 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 4H8M8 4H16M8 4V2M16 4V2M15.5 13.5H8M20.5 15C21 13.5 20.5 14 22 13.5C20.5 13 21 13.5 20.5 12C20 13.5 20.5 13 19 13.5C20.5 14 20 13.5 20.5 15ZM18 22C18.5 20 18 20.5 20 20C18.2857 19.4286 18.5 20 18 18C17.4286 19.7143 18 19.5 16 20C18 20.5 17.5 20 18 22Z", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ AgendaAi.displayName = "AgendaAi";
7
+ export {
8
+ AgendaAi
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 Dermatology_exports = {};
30
+ __export(Dermatology_exports, {
31
+ Dermatology: () => Dermatology
32
+ });
33
+ module.exports = __toCommonJS(Dermatology_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const Dermatology = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M12 11C12 8.64706 12 5.35294 15 3M2 14C4 12.5 7 12 8 12C8 13.933 10.067 15.5 12 15.5C13.933 15.5 16 13.933 16 12C17 12 20 12.5 22 14M9 21H9.002L9.00195 21.002L9 21.002V21ZM19 18H19.002L19.002 18.002L19 18.002V18ZM6 17H6.002L6.00195 17.002L6 17.002V17ZM14 19H14.002L14.002 19.002L14 19.002V19Z", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ Dermatology.displayName = "Dermatology";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ Dermatology
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React__default from 'react';
3
+
4
+ declare const Dermatology: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { Dermatology };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React__default from 'react';
3
+
4
+ declare const Dermatology: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { Dermatology };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const Dermatology = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M12 11C12 8.64706 12 5.35294 15 3M2 14C4 12.5 7 12 8 12C8 13.933 10.067 15.5 12 15.5C13.933 15.5 16 13.933 16 12C17 12 20 12.5 22 14M9 21H9.002L9.00195 21.002L9 21.002V21ZM19 18H19.002L19.002 18.002L19 18.002V18ZM6 17H6.002L6.00195 17.002L6 17.002V17ZM14 19H14.002L14.002 19.002L14 19.002V19Z", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ Dermatology.displayName = "Dermatology";
7
+ export {
8
+ Dermatology
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 MentalDisorder_exports = {};
30
+ __export(MentalDisorder_exports, {
31
+ MentalDisorder: () => MentalDisorder
32
+ });
33
+ module.exports = __toCommonJS(MentalDisorder_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const MentalDisorder = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M6 22V18C4.90909 17.4722 3 15.1389 3 10.9167C3 5.63889 7.68182 2.5 11.5 2.5C15.3182 2.5 20.4545 4.5 21 14C20.5 14.5 19.5 15 18.5 15V18C18.5 19.5 17.5 20 16 20H14V22M11 12C11 11.4722 11.7275 10.3889 12.8184 10.3889C14.6002 10.3889 15.4171 11.995 15.0002 13.5555C14.6665 14.8048 13.2895 16.18 10.6366 15.6666C7.90933 15.1389 6.74998 11.5766 7.90889 9.33335C9.06781 7.09005 12.2722 6.69443 13.9085 7.22222", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ MentalDisorder.displayName = "MentalDisorder";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ MentalDisorder
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React__default from 'react';
3
+
4
+ declare const MentalDisorder: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { MentalDisorder };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React__default from 'react';
3
+
4
+ declare const MentalDisorder: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { MentalDisorder };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const MentalDisorder = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M6 22V18C4.90909 17.4722 3 15.1389 3 10.9167C3 5.63889 7.68182 2.5 11.5 2.5C15.3182 2.5 20.4545 4.5 21 14C20.5 14.5 19.5 15 18.5 15V18C18.5 19.5 17.5 20 16 20H14V22M11 12C11 11.4722 11.7275 10.3889 12.8184 10.3889C14.6002 10.3889 15.4171 11.995 15.0002 13.5555C14.6665 14.8048 13.2895 16.18 10.6366 15.6666C7.90933 15.1389 6.74998 11.5766 7.90889 9.33335C9.06781 7.09005 12.2722 6.69443 13.9085 7.22222", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ MentalDisorder.displayName = "MentalDisorder";
7
+ export {
8
+ MentalDisorder
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 Radiology_exports = {};
30
+ __export(Radiology_exports, {
31
+ Radiology: () => Radiology
32
+ });
33
+ module.exports = __toCommonJS(Radiology_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const Radiology = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M16 2V4M16 4H8M16 4H17.8002C18.9203 4 19.4796 4 19.9074 4.21799C20.2837 4.40973 20.5905 4.71547 20.7822 5.0918C21 5.5192 21 6.07899 21 7.19691V17.8036C21 18.9215 21 19.4805 20.7822 19.9079C20.5905 20.2842 20.2837 20.5905 19.9074 20.7822C19.48 21 18.921 21 17.8031 21H6.19691C5.07899 21 4.5192 21 4.0918 20.7822C3.71547 20.5905 3.40973 20.2842 3.21799 19.9079C3 19.4801 3 18.9203 3 17.8002V7.2002C3 6.08009 3 5.51962 3.21799 5.0918C3.40973 4.71547 3.71547 4.40973 4.0918 4.21799C4.51962 4 5.08009 4 6.2002 4H8M8 2V4M10.0024 21V17.8235C9.00275 16.7647 8.62642 16.3654 7.50394 15.1765C6.75498 14.3832 6.89004 13.2343 7.58514 12.5576M13.9996 21V17.8235C14.9992 16.7647 15.3755 16.3654 16.498 15.1765C17.247 14.3832 17.1119 13.2343 16.4168 12.5576M13.9976 4V7.17647C14.9973 8.23529 15.3736 8.63458 16.4961 9.82353C17.6185 11.0125 16.7554 13 14.9973 13C13.5975 13 13.3493 11.4118 11.9977 11.4118C10.6467 11.4118 10.4021 13 9.00275 13C7.24462 13 6.38147 11.0125 7.50394 9.82353C8.62642 8.63458 9.00275 8.23529 10.0024 7.17647V4", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ Radiology.displayName = "Radiology";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ Radiology
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React__default from 'react';
3
+
4
+ declare const Radiology: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { Radiology };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React__default from 'react';
3
+
4
+ declare const Radiology: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { Radiology };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const Radiology = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M16 2V4M16 4H8M16 4H17.8002C18.9203 4 19.4796 4 19.9074 4.21799C20.2837 4.40973 20.5905 4.71547 20.7822 5.0918C21 5.5192 21 6.07899 21 7.19691V17.8036C21 18.9215 21 19.4805 20.7822 19.9079C20.5905 20.2842 20.2837 20.5905 19.9074 20.7822C19.48 21 18.921 21 17.8031 21H6.19691C5.07899 21 4.5192 21 4.0918 20.7822C3.71547 20.5905 3.40973 20.2842 3.21799 19.9079C3 19.4801 3 18.9203 3 17.8002V7.2002C3 6.08009 3 5.51962 3.21799 5.0918C3.40973 4.71547 3.71547 4.40973 4.0918 4.21799C4.51962 4 5.08009 4 6.2002 4H8M8 2V4M10.0024 21V17.8235C9.00275 16.7647 8.62642 16.3654 7.50394 15.1765C6.75498 14.3832 6.89004 13.2343 7.58514 12.5576M13.9996 21V17.8235C14.9992 16.7647 15.3755 16.3654 16.498 15.1765C17.247 14.3832 17.1119 13.2343 16.4168 12.5576M13.9976 4V7.17647C14.9973 8.23529 15.3736 8.63458 16.4961 9.82353C17.6185 11.0125 16.7554 13 14.9973 13C13.5975 13 13.3493 11.4118 11.9977 11.4118C10.6467 11.4118 10.4021 13 9.00275 13C7.24462 13 6.38147 11.0125 7.50394 9.82353C8.62642 8.63458 9.00275 8.23529 10.0024 7.17647V4", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ Radiology.displayName = "Radiology";
7
+ export {
8
+ Radiology
9
+ };
@@ -25,6 +25,7 @@ __export(icons_exports, {
25
25
  AddPlusSquare: () => import_AddPlusSquare.AddPlusSquare,
26
26
  AddRow: () => import_AddRow.AddRow,
27
27
  AddToQueue: () => import_AddToQueue.AddToQueue,
28
+ AgendaAi: () => import_AgendaAi.AgendaAi,
28
29
  Airplay: () => import_Airplay.Airplay,
29
30
  Alarm: () => import_Alarm.Alarm,
30
31
  AlmostAi: () => import_AlmostAi.AlmostAi,
@@ -202,6 +203,7 @@ __export(icons_exports, {
202
203
  Data: () => import_Data.Data,
203
204
  DeleteColumn: () => import_DeleteColumn.DeleteColumn,
204
205
  DeleteRow: () => import_DeleteRow.DeleteRow,
206
+ Dermatology: () => import_Dermatology.Dermatology,
205
207
  Desktop: () => import_Desktop.Desktop,
206
208
  DesktopTower: () => import_DesktopTower.DesktopTower,
207
209
  Devices: () => import_Devices.Devices,
@@ -335,6 +337,7 @@ __export(icons_exports, {
335
337
  Medbrain: () => import_Medbrain.Medbrain,
336
338
  MedbrainAi: () => import_MedbrainAi.MedbrainAi,
337
339
  MedicalClinic: () => import_MedicalClinic.MedicalClinic,
340
+ MentalDisorder: () => import_MentalDisorder.MentalDisorder,
338
341
  Mention: () => import_Mention.Mention,
339
342
  MenuAlt: () => import_MenuAlt.MenuAlt,
340
343
  MenuAlt2: () => import_MenuAlt2.MenuAlt2,
@@ -391,6 +394,7 @@ __export(icons_exports, {
391
394
  QuestionAi: () => import_QuestionAi.QuestionAi,
392
395
  RadioFill: () => import_RadioFill.RadioFill,
393
396
  RadioUnchecked: () => import_RadioUnchecked.RadioUnchecked,
397
+ Radiology: () => import_Radiology.Radiology,
394
398
  Rainbow: () => import_Rainbow.Rainbow,
395
399
  Redo: () => import_Redo.Redo,
396
400
  ReloadAi: () => import_ReloadAi.ReloadAi,
@@ -540,6 +544,7 @@ var import_AddPlusCircle = require("./AddPlusCircle");
540
544
  var import_AddPlusSquare = require("./AddPlusSquare");
541
545
  var import_AddRow = require("./AddRow");
542
546
  var import_AddToQueue = require("./AddToQueue");
547
+ var import_AgendaAi = require("./AgendaAi");
543
548
  var import_Airplay = require("./Airplay");
544
549
  var import_Alarm = require("./Alarm");
545
550
  var import_AlmostAi = require("./AlmostAi");
@@ -717,6 +722,7 @@ var import_Cylinder = require("./Cylinder");
717
722
  var import_Data = require("./Data");
718
723
  var import_DeleteColumn = require("./DeleteColumn");
719
724
  var import_DeleteRow = require("./DeleteRow");
725
+ var import_Dermatology = require("./Dermatology");
720
726
  var import_Desktop = require("./Desktop");
721
727
  var import_DesktopTower = require("./DesktopTower");
722
728
  var import_Devices = require("./Devices");
@@ -850,6 +856,7 @@ var import_MapPin = require("./MapPin");
850
856
  var import_Medbrain = require("./Medbrain");
851
857
  var import_MedbrainAi = require("./MedbrainAi");
852
858
  var import_MedicalClinic = require("./MedicalClinic");
859
+ var import_MentalDisorder = require("./MentalDisorder");
853
860
  var import_Mention = require("./Mention");
854
861
  var import_MenuAlt = require("./MenuAlt");
855
862
  var import_MenuAlt2 = require("./MenuAlt2");
@@ -906,6 +913,7 @@ var import_QrCode = require("./QrCode");
906
913
  var import_QuestionAi = require("./QuestionAi");
907
914
  var import_RadioFill = require("./RadioFill");
908
915
  var import_RadioUnchecked = require("./RadioUnchecked");
916
+ var import_Radiology = require("./Radiology");
909
917
  var import_Rainbow = require("./Rainbow");
910
918
  var import_Redo = require("./Redo");
911
919
  var import_ReloadAi = require("./ReloadAi");
@@ -1055,6 +1063,7 @@ var import_WindowTerminal = require("./WindowTerminal");
1055
1063
  AddPlusSquare,
1056
1064
  AddRow,
1057
1065
  AddToQueue,
1066
+ AgendaAi,
1058
1067
  Airplay,
1059
1068
  Alarm,
1060
1069
  AlmostAi,
@@ -1232,6 +1241,7 @@ var import_WindowTerminal = require("./WindowTerminal");
1232
1241
  Data,
1233
1242
  DeleteColumn,
1234
1243
  DeleteRow,
1244
+ Dermatology,
1235
1245
  Desktop,
1236
1246
  DesktopTower,
1237
1247
  Devices,
@@ -1365,6 +1375,7 @@ var import_WindowTerminal = require("./WindowTerminal");
1365
1375
  Medbrain,
1366
1376
  MedbrainAi,
1367
1377
  MedicalClinic,
1378
+ MentalDisorder,
1368
1379
  Mention,
1369
1380
  MenuAlt,
1370
1381
  MenuAlt2,
@@ -1421,6 +1432,7 @@ var import_WindowTerminal = require("./WindowTerminal");
1421
1432
  QuestionAi,
1422
1433
  RadioFill,
1423
1434
  RadioUnchecked,
1435
+ Radiology,
1424
1436
  Rainbow,
1425
1437
  Redo,
1426
1438
  ReloadAi,
@@ -5,6 +5,7 @@ export { AddPlusCircle } from './AddPlusCircle.cjs';
5
5
  export { AddPlusSquare } from './AddPlusSquare.cjs';
6
6
  export { AddRow } from './AddRow.cjs';
7
7
  export { AddToQueue } from './AddToQueue.cjs';
8
+ export { AgendaAi } from './AgendaAi.cjs';
8
9
  export { Airplay } from './Airplay.cjs';
9
10
  export { Alarm } from './Alarm.cjs';
10
11
  export { AlmostAi } from './AlmostAi.cjs';
@@ -182,6 +183,7 @@ export { Cylinder } from './Cylinder.cjs';
182
183
  export { Data } from './Data.cjs';
183
184
  export { DeleteColumn } from './DeleteColumn.cjs';
184
185
  export { DeleteRow } from './DeleteRow.cjs';
186
+ export { Dermatology } from './Dermatology.cjs';
185
187
  export { Desktop } from './Desktop.cjs';
186
188
  export { DesktopTower } from './DesktopTower.cjs';
187
189
  export { Devices } from './Devices.cjs';
@@ -315,6 +317,7 @@ export { MapPin } from './MapPin.cjs';
315
317
  export { Medbrain } from './Medbrain.cjs';
316
318
  export { MedbrainAi } from './MedbrainAi.cjs';
317
319
  export { MedicalClinic } from './MedicalClinic.cjs';
320
+ export { MentalDisorder } from './MentalDisorder.cjs';
318
321
  export { Mention } from './Mention.cjs';
319
322
  export { MenuAlt } from './MenuAlt.cjs';
320
323
  export { MenuAlt2 } from './MenuAlt2.cjs';
@@ -371,6 +374,7 @@ export { QrCode } from './QrCode.cjs';
371
374
  export { QuestionAi } from './QuestionAi.cjs';
372
375
  export { RadioFill } from './RadioFill.cjs';
373
376
  export { RadioUnchecked } from './RadioUnchecked.cjs';
377
+ export { Radiology } from './Radiology.cjs';
374
378
  export { Rainbow } from './Rainbow.cjs';
375
379
  export { Redo } from './Redo.cjs';
376
380
  export { ReloadAi } from './ReloadAi.cjs';
@@ -5,6 +5,7 @@ export { AddPlusCircle } from './AddPlusCircle.js';
5
5
  export { AddPlusSquare } from './AddPlusSquare.js';
6
6
  export { AddRow } from './AddRow.js';
7
7
  export { AddToQueue } from './AddToQueue.js';
8
+ export { AgendaAi } from './AgendaAi.js';
8
9
  export { Airplay } from './Airplay.js';
9
10
  export { Alarm } from './Alarm.js';
10
11
  export { AlmostAi } from './AlmostAi.js';
@@ -182,6 +183,7 @@ export { Cylinder } from './Cylinder.js';
182
183
  export { Data } from './Data.js';
183
184
  export { DeleteColumn } from './DeleteColumn.js';
184
185
  export { DeleteRow } from './DeleteRow.js';
186
+ export { Dermatology } from './Dermatology.js';
185
187
  export { Desktop } from './Desktop.js';
186
188
  export { DesktopTower } from './DesktopTower.js';
187
189
  export { Devices } from './Devices.js';
@@ -315,6 +317,7 @@ export { MapPin } from './MapPin.js';
315
317
  export { Medbrain } from './Medbrain.js';
316
318
  export { MedbrainAi } from './MedbrainAi.js';
317
319
  export { MedicalClinic } from './MedicalClinic.js';
320
+ export { MentalDisorder } from './MentalDisorder.js';
318
321
  export { Mention } from './Mention.js';
319
322
  export { MenuAlt } from './MenuAlt.js';
320
323
  export { MenuAlt2 } from './MenuAlt2.js';
@@ -371,6 +374,7 @@ export { QrCode } from './QrCode.js';
371
374
  export { QuestionAi } from './QuestionAi.js';
372
375
  export { RadioFill } from './RadioFill.js';
373
376
  export { RadioUnchecked } from './RadioUnchecked.js';
377
+ export { Radiology } from './Radiology.js';
374
378
  export { Rainbow } from './Rainbow.js';
375
379
  export { Redo } from './Redo.js';
376
380
  export { ReloadAi } from './ReloadAi.js';
@@ -5,6 +5,7 @@ import { AddPlusCircle } from "./AddPlusCircle";
5
5
  import { AddPlusSquare } from "./AddPlusSquare";
6
6
  import { AddRow } from "./AddRow";
7
7
  import { AddToQueue } from "./AddToQueue";
8
+ import { AgendaAi } from "./AgendaAi";
8
9
  import { Airplay } from "./Airplay";
9
10
  import { Alarm } from "./Alarm";
10
11
  import { AlmostAi } from "./AlmostAi";
@@ -182,6 +183,7 @@ import { Cylinder } from "./Cylinder";
182
183
  import { Data } from "./Data";
183
184
  import { DeleteColumn } from "./DeleteColumn";
184
185
  import { DeleteRow } from "./DeleteRow";
186
+ import { Dermatology } from "./Dermatology";
185
187
  import { Desktop } from "./Desktop";
186
188
  import { DesktopTower } from "./DesktopTower";
187
189
  import { Devices } from "./Devices";
@@ -315,6 +317,7 @@ import { MapPin } from "./MapPin";
315
317
  import { Medbrain } from "./Medbrain";
316
318
  import { MedbrainAi } from "./MedbrainAi";
317
319
  import { MedicalClinic } from "./MedicalClinic";
320
+ import { MentalDisorder } from "./MentalDisorder";
318
321
  import { Mention } from "./Mention";
319
322
  import { MenuAlt } from "./MenuAlt";
320
323
  import { MenuAlt2 } from "./MenuAlt2";
@@ -371,6 +374,7 @@ import { QrCode } from "./QrCode";
371
374
  import { QuestionAi } from "./QuestionAi";
372
375
  import { RadioFill } from "./RadioFill";
373
376
  import { RadioUnchecked } from "./RadioUnchecked";
377
+ import { Radiology } from "./Radiology";
374
378
  import { Rainbow } from "./Rainbow";
375
379
  import { Redo } from "./Redo";
376
380
  import { ReloadAi } from "./ReloadAi";
@@ -519,6 +523,7 @@ export {
519
523
  AddPlusSquare,
520
524
  AddRow,
521
525
  AddToQueue,
526
+ AgendaAi,
522
527
  Airplay,
523
528
  Alarm,
524
529
  AlmostAi,
@@ -696,6 +701,7 @@ export {
696
701
  Data,
697
702
  DeleteColumn,
698
703
  DeleteRow,
704
+ Dermatology,
699
705
  Desktop,
700
706
  DesktopTower,
701
707
  Devices,
@@ -829,6 +835,7 @@ export {
829
835
  Medbrain,
830
836
  MedbrainAi,
831
837
  MedicalClinic,
838
+ MentalDisorder,
832
839
  Mention,
833
840
  MenuAlt,
834
841
  MenuAlt2,
@@ -885,6 +892,7 @@ export {
885
892
  QuestionAi,
886
893
  RadioFill,
887
894
  RadioUnchecked,
895
+ Radiology,
888
896
  Rainbow,
889
897
  Redo,
890
898
  ReloadAi,
package/dist/index.d.cts CHANGED
@@ -6,6 +6,7 @@ export { AddPlusCircle } from './components/icons/AddPlusCircle.cjs';
6
6
  export { AddPlusSquare } from './components/icons/AddPlusSquare.cjs';
7
7
  export { AddRow } from './components/icons/AddRow.cjs';
8
8
  export { AddToQueue } from './components/icons/AddToQueue.cjs';
9
+ export { AgendaAi } from './components/icons/AgendaAi.cjs';
9
10
  export { Airplay } from './components/icons/Airplay.cjs';
10
11
  export { Alarm } from './components/icons/Alarm.cjs';
11
12
  export { AlmostAi } from './components/icons/AlmostAi.cjs';
@@ -183,6 +184,7 @@ export { Cylinder } from './components/icons/Cylinder.cjs';
183
184
  export { Data } from './components/icons/Data.cjs';
184
185
  export { DeleteColumn } from './components/icons/DeleteColumn.cjs';
185
186
  export { DeleteRow } from './components/icons/DeleteRow.cjs';
187
+ export { Dermatology } from './components/icons/Dermatology.cjs';
186
188
  export { Desktop } from './components/icons/Desktop.cjs';
187
189
  export { DesktopTower } from './components/icons/DesktopTower.cjs';
188
190
  export { Devices } from './components/icons/Devices.cjs';
@@ -316,6 +318,7 @@ export { MapPin } from './components/icons/MapPin.cjs';
316
318
  export { Medbrain } from './components/icons/Medbrain.cjs';
317
319
  export { MedbrainAi } from './components/icons/MedbrainAi.cjs';
318
320
  export { MedicalClinic } from './components/icons/MedicalClinic.cjs';
321
+ export { MentalDisorder } from './components/icons/MentalDisorder.cjs';
319
322
  export { Mention } from './components/icons/Mention.cjs';
320
323
  export { MenuAlt } from './components/icons/MenuAlt.cjs';
321
324
  export { MenuAlt2 } from './components/icons/MenuAlt2.cjs';
@@ -372,6 +375,7 @@ export { QrCode } from './components/icons/QrCode.cjs';
372
375
  export { QuestionAi } from './components/icons/QuestionAi.cjs';
373
376
  export { RadioFill } from './components/icons/RadioFill.cjs';
374
377
  export { RadioUnchecked } from './components/icons/RadioUnchecked.cjs';
378
+ export { Radiology } from './components/icons/Radiology.cjs';
375
379
  export { Rainbow } from './components/icons/Rainbow.cjs';
376
380
  export { Redo } from './components/icons/Redo.cjs';
377
381
  export { ReloadAi } from './components/icons/ReloadAi.cjs';
package/dist/index.d.ts CHANGED
@@ -6,6 +6,7 @@ export { AddPlusCircle } from './components/icons/AddPlusCircle.js';
6
6
  export { AddPlusSquare } from './components/icons/AddPlusSquare.js';
7
7
  export { AddRow } from './components/icons/AddRow.js';
8
8
  export { AddToQueue } from './components/icons/AddToQueue.js';
9
+ export { AgendaAi } from './components/icons/AgendaAi.js';
9
10
  export { Airplay } from './components/icons/Airplay.js';
10
11
  export { Alarm } from './components/icons/Alarm.js';
11
12
  export { AlmostAi } from './components/icons/AlmostAi.js';
@@ -183,6 +184,7 @@ export { Cylinder } from './components/icons/Cylinder.js';
183
184
  export { Data } from './components/icons/Data.js';
184
185
  export { DeleteColumn } from './components/icons/DeleteColumn.js';
185
186
  export { DeleteRow } from './components/icons/DeleteRow.js';
187
+ export { Dermatology } from './components/icons/Dermatology.js';
186
188
  export { Desktop } from './components/icons/Desktop.js';
187
189
  export { DesktopTower } from './components/icons/DesktopTower.js';
188
190
  export { Devices } from './components/icons/Devices.js';
@@ -316,6 +318,7 @@ export { MapPin } from './components/icons/MapPin.js';
316
318
  export { Medbrain } from './components/icons/Medbrain.js';
317
319
  export { MedbrainAi } from './components/icons/MedbrainAi.js';
318
320
  export { MedicalClinic } from './components/icons/MedicalClinic.js';
321
+ export { MentalDisorder } from './components/icons/MentalDisorder.js';
319
322
  export { Mention } from './components/icons/Mention.js';
320
323
  export { MenuAlt } from './components/icons/MenuAlt.js';
321
324
  export { MenuAlt2 } from './components/icons/MenuAlt2.js';
@@ -372,6 +375,7 @@ export { QrCode } from './components/icons/QrCode.js';
372
375
  export { QuestionAi } from './components/icons/QuestionAi.js';
373
376
  export { RadioFill } from './components/icons/RadioFill.js';
374
377
  export { RadioUnchecked } from './components/icons/RadioUnchecked.js';
378
+ export { Radiology } from './components/icons/Radiology.js';
375
379
  export { Rainbow } from './components/icons/Rainbow.js';
376
380
  export { Redo } from './components/icons/Redo.js';
377
381
  export { ReloadAi } from './components/icons/ReloadAi.js';
@@ -0,0 +1,45 @@
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 AgendaAi_exports = {};
30
+ __export(AgendaAi_exports, {
31
+ AgendaAi: () => AgendaAi
32
+ });
33
+ module.exports = __toCommonJS(AgendaAi_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_react_native_svg = require("react-native-svg");
36
+ const AgendaAi = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
37
+ return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
38
+ <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 20H12M4 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 4H8M8 4H16M8 4V2M16 4V2M15.5 13.5H8M20.5 15C21 13.5 20.5 14 22 13.5C20.5 13 21 13.5 20.5 12C20 13.5 20.5 13 19 13.5C20.5 14 20 13.5 20.5 15ZM18 22C18.5 20 18 20.5 20 20C18.2857 19.4286 18.5 20 18 18C17.4286 19.7143 18 19.5 16 20C18 20.5 17.5 20 18 22Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
39
+ </svg>
40
+ `, height, width, color, strokeWidth });
41
+ };
42
+ // Annotate the CommonJS export names for ESM import in node:
43
+ 0 && (module.exports = {
44
+ AgendaAi
45
+ });
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type AgendaAiProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const AgendaAi: ({ height, width, color, strokeWidth }: AgendaAiProps) => JSX.Element;
8
+
9
+ export { AgendaAi };
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type AgendaAiProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const AgendaAi: ({ height, width, color, strokeWidth }: AgendaAiProps) => JSX.Element;
8
+
9
+ export { AgendaAi };