@medway-ui/icons 1.6.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 (37) hide show
  1. package/dist/components/icons/Dermatology.cjs +43 -0
  2. package/dist/components/icons/Dermatology.d.cts +6 -0
  3. package/dist/components/icons/Dermatology.d.ts +6 -0
  4. package/dist/components/icons/Dermatology.js +9 -0
  5. package/dist/components/icons/MentalDisorder.cjs +43 -0
  6. package/dist/components/icons/MentalDisorder.d.cts +6 -0
  7. package/dist/components/icons/MentalDisorder.d.ts +6 -0
  8. package/dist/components/icons/MentalDisorder.js +9 -0
  9. package/dist/components/icons/Radiology.cjs +43 -0
  10. package/dist/components/icons/Radiology.d.cts +6 -0
  11. package/dist/components/icons/Radiology.d.ts +6 -0
  12. package/dist/components/icons/Radiology.js +9 -0
  13. package/dist/components/icons/index.cjs +9 -0
  14. package/dist/components/icons/index.d.cts +3 -0
  15. package/dist/components/icons/index.d.ts +3 -0
  16. package/dist/components/icons/index.js +6 -0
  17. package/dist/index.d.cts +3 -0
  18. package/dist/index.d.ts +3 -0
  19. package/native/components/icons/Dermatology.cjs +45 -0
  20. package/native/components/icons/Dermatology.d.cts +9 -0
  21. package/native/components/icons/Dermatology.d.ts +9 -0
  22. package/native/components/icons/Dermatology.js +11 -0
  23. package/native/components/icons/MentalDisorder.cjs +45 -0
  24. package/native/components/icons/MentalDisorder.d.cts +9 -0
  25. package/native/components/icons/MentalDisorder.d.ts +9 -0
  26. package/native/components/icons/MentalDisorder.js +11 -0
  27. package/native/components/icons/Radiology.cjs +45 -0
  28. package/native/components/icons/Radiology.d.cts +9 -0
  29. package/native/components/icons/Radiology.d.ts +9 -0
  30. package/native/components/icons/Radiology.js +11 -0
  31. package/native/components/icons/index.cjs +9 -0
  32. package/native/components/icons/index.d.cts +3 -0
  33. package/native/components/icons/index.d.ts +3 -0
  34. package/native/components/icons/index.js +6 -0
  35. package/native/index.d.cts +19 -1
  36. package/native/index.d.ts +19 -1
  37. 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 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
+ };
@@ -203,6 +203,7 @@ __export(icons_exports, {
203
203
  Data: () => import_Data.Data,
204
204
  DeleteColumn: () => import_DeleteColumn.DeleteColumn,
205
205
  DeleteRow: () => import_DeleteRow.DeleteRow,
206
+ Dermatology: () => import_Dermatology.Dermatology,
206
207
  Desktop: () => import_Desktop.Desktop,
207
208
  DesktopTower: () => import_DesktopTower.DesktopTower,
208
209
  Devices: () => import_Devices.Devices,
@@ -336,6 +337,7 @@ __export(icons_exports, {
336
337
  Medbrain: () => import_Medbrain.Medbrain,
337
338
  MedbrainAi: () => import_MedbrainAi.MedbrainAi,
338
339
  MedicalClinic: () => import_MedicalClinic.MedicalClinic,
340
+ MentalDisorder: () => import_MentalDisorder.MentalDisorder,
339
341
  Mention: () => import_Mention.Mention,
340
342
  MenuAlt: () => import_MenuAlt.MenuAlt,
341
343
  MenuAlt2: () => import_MenuAlt2.MenuAlt2,
@@ -392,6 +394,7 @@ __export(icons_exports, {
392
394
  QuestionAi: () => import_QuestionAi.QuestionAi,
393
395
  RadioFill: () => import_RadioFill.RadioFill,
394
396
  RadioUnchecked: () => import_RadioUnchecked.RadioUnchecked,
397
+ Radiology: () => import_Radiology.Radiology,
395
398
  Rainbow: () => import_Rainbow.Rainbow,
396
399
  Redo: () => import_Redo.Redo,
397
400
  ReloadAi: () => import_ReloadAi.ReloadAi,
@@ -719,6 +722,7 @@ var import_Cylinder = require("./Cylinder");
719
722
  var import_Data = require("./Data");
720
723
  var import_DeleteColumn = require("./DeleteColumn");
721
724
  var import_DeleteRow = require("./DeleteRow");
725
+ var import_Dermatology = require("./Dermatology");
722
726
  var import_Desktop = require("./Desktop");
723
727
  var import_DesktopTower = require("./DesktopTower");
724
728
  var import_Devices = require("./Devices");
@@ -852,6 +856,7 @@ var import_MapPin = require("./MapPin");
852
856
  var import_Medbrain = require("./Medbrain");
853
857
  var import_MedbrainAi = require("./MedbrainAi");
854
858
  var import_MedicalClinic = require("./MedicalClinic");
859
+ var import_MentalDisorder = require("./MentalDisorder");
855
860
  var import_Mention = require("./Mention");
856
861
  var import_MenuAlt = require("./MenuAlt");
857
862
  var import_MenuAlt2 = require("./MenuAlt2");
@@ -908,6 +913,7 @@ var import_QrCode = require("./QrCode");
908
913
  var import_QuestionAi = require("./QuestionAi");
909
914
  var import_RadioFill = require("./RadioFill");
910
915
  var import_RadioUnchecked = require("./RadioUnchecked");
916
+ var import_Radiology = require("./Radiology");
911
917
  var import_Rainbow = require("./Rainbow");
912
918
  var import_Redo = require("./Redo");
913
919
  var import_ReloadAi = require("./ReloadAi");
@@ -1235,6 +1241,7 @@ var import_WindowTerminal = require("./WindowTerminal");
1235
1241
  Data,
1236
1242
  DeleteColumn,
1237
1243
  DeleteRow,
1244
+ Dermatology,
1238
1245
  Desktop,
1239
1246
  DesktopTower,
1240
1247
  Devices,
@@ -1368,6 +1375,7 @@ var import_WindowTerminal = require("./WindowTerminal");
1368
1375
  Medbrain,
1369
1376
  MedbrainAi,
1370
1377
  MedicalClinic,
1378
+ MentalDisorder,
1371
1379
  Mention,
1372
1380
  MenuAlt,
1373
1381
  MenuAlt2,
@@ -1424,6 +1432,7 @@ var import_WindowTerminal = require("./WindowTerminal");
1424
1432
  QuestionAi,
1425
1433
  RadioFill,
1426
1434
  RadioUnchecked,
1435
+ Radiology,
1427
1436
  Rainbow,
1428
1437
  Redo,
1429
1438
  ReloadAi,
@@ -183,6 +183,7 @@ export { Cylinder } from './Cylinder.cjs';
183
183
  export { Data } from './Data.cjs';
184
184
  export { DeleteColumn } from './DeleteColumn.cjs';
185
185
  export { DeleteRow } from './DeleteRow.cjs';
186
+ export { Dermatology } from './Dermatology.cjs';
186
187
  export { Desktop } from './Desktop.cjs';
187
188
  export { DesktopTower } from './DesktopTower.cjs';
188
189
  export { Devices } from './Devices.cjs';
@@ -316,6 +317,7 @@ export { MapPin } from './MapPin.cjs';
316
317
  export { Medbrain } from './Medbrain.cjs';
317
318
  export { MedbrainAi } from './MedbrainAi.cjs';
318
319
  export { MedicalClinic } from './MedicalClinic.cjs';
320
+ export { MentalDisorder } from './MentalDisorder.cjs';
319
321
  export { Mention } from './Mention.cjs';
320
322
  export { MenuAlt } from './MenuAlt.cjs';
321
323
  export { MenuAlt2 } from './MenuAlt2.cjs';
@@ -372,6 +374,7 @@ export { QrCode } from './QrCode.cjs';
372
374
  export { QuestionAi } from './QuestionAi.cjs';
373
375
  export { RadioFill } from './RadioFill.cjs';
374
376
  export { RadioUnchecked } from './RadioUnchecked.cjs';
377
+ export { Radiology } from './Radiology.cjs';
375
378
  export { Rainbow } from './Rainbow.cjs';
376
379
  export { Redo } from './Redo.cjs';
377
380
  export { ReloadAi } from './ReloadAi.cjs';
@@ -183,6 +183,7 @@ export { Cylinder } from './Cylinder.js';
183
183
  export { Data } from './Data.js';
184
184
  export { DeleteColumn } from './DeleteColumn.js';
185
185
  export { DeleteRow } from './DeleteRow.js';
186
+ export { Dermatology } from './Dermatology.js';
186
187
  export { Desktop } from './Desktop.js';
187
188
  export { DesktopTower } from './DesktopTower.js';
188
189
  export { Devices } from './Devices.js';
@@ -316,6 +317,7 @@ export { MapPin } from './MapPin.js';
316
317
  export { Medbrain } from './Medbrain.js';
317
318
  export { MedbrainAi } from './MedbrainAi.js';
318
319
  export { MedicalClinic } from './MedicalClinic.js';
320
+ export { MentalDisorder } from './MentalDisorder.js';
319
321
  export { Mention } from './Mention.js';
320
322
  export { MenuAlt } from './MenuAlt.js';
321
323
  export { MenuAlt2 } from './MenuAlt2.js';
@@ -372,6 +374,7 @@ export { QrCode } from './QrCode.js';
372
374
  export { QuestionAi } from './QuestionAi.js';
373
375
  export { RadioFill } from './RadioFill.js';
374
376
  export { RadioUnchecked } from './RadioUnchecked.js';
377
+ export { Radiology } from './Radiology.js';
375
378
  export { Rainbow } from './Rainbow.js';
376
379
  export { Redo } from './Redo.js';
377
380
  export { ReloadAi } from './ReloadAi.js';
@@ -183,6 +183,7 @@ import { Cylinder } from "./Cylinder";
183
183
  import { Data } from "./Data";
184
184
  import { DeleteColumn } from "./DeleteColumn";
185
185
  import { DeleteRow } from "./DeleteRow";
186
+ import { Dermatology } from "./Dermatology";
186
187
  import { Desktop } from "./Desktop";
187
188
  import { DesktopTower } from "./DesktopTower";
188
189
  import { Devices } from "./Devices";
@@ -316,6 +317,7 @@ import { MapPin } from "./MapPin";
316
317
  import { Medbrain } from "./Medbrain";
317
318
  import { MedbrainAi } from "./MedbrainAi";
318
319
  import { MedicalClinic } from "./MedicalClinic";
320
+ import { MentalDisorder } from "./MentalDisorder";
319
321
  import { Mention } from "./Mention";
320
322
  import { MenuAlt } from "./MenuAlt";
321
323
  import { MenuAlt2 } from "./MenuAlt2";
@@ -372,6 +374,7 @@ import { QrCode } from "./QrCode";
372
374
  import { QuestionAi } from "./QuestionAi";
373
375
  import { RadioFill } from "./RadioFill";
374
376
  import { RadioUnchecked } from "./RadioUnchecked";
377
+ import { Radiology } from "./Radiology";
375
378
  import { Rainbow } from "./Rainbow";
376
379
  import { Redo } from "./Redo";
377
380
  import { ReloadAi } from "./ReloadAi";
@@ -698,6 +701,7 @@ export {
698
701
  Data,
699
702
  DeleteColumn,
700
703
  DeleteRow,
704
+ Dermatology,
701
705
  Desktop,
702
706
  DesktopTower,
703
707
  Devices,
@@ -831,6 +835,7 @@ export {
831
835
  Medbrain,
832
836
  MedbrainAi,
833
837
  MedicalClinic,
838
+ MentalDisorder,
834
839
  Mention,
835
840
  MenuAlt,
836
841
  MenuAlt2,
@@ -887,6 +892,7 @@ export {
887
892
  QuestionAi,
888
893
  RadioFill,
889
894
  RadioUnchecked,
895
+ Radiology,
890
896
  Rainbow,
891
897
  Redo,
892
898
  ReloadAi,
package/dist/index.d.cts CHANGED
@@ -184,6 +184,7 @@ export { Cylinder } from './components/icons/Cylinder.cjs';
184
184
  export { Data } from './components/icons/Data.cjs';
185
185
  export { DeleteColumn } from './components/icons/DeleteColumn.cjs';
186
186
  export { DeleteRow } from './components/icons/DeleteRow.cjs';
187
+ export { Dermatology } from './components/icons/Dermatology.cjs';
187
188
  export { Desktop } from './components/icons/Desktop.cjs';
188
189
  export { DesktopTower } from './components/icons/DesktopTower.cjs';
189
190
  export { Devices } from './components/icons/Devices.cjs';
@@ -317,6 +318,7 @@ export { MapPin } from './components/icons/MapPin.cjs';
317
318
  export { Medbrain } from './components/icons/Medbrain.cjs';
318
319
  export { MedbrainAi } from './components/icons/MedbrainAi.cjs';
319
320
  export { MedicalClinic } from './components/icons/MedicalClinic.cjs';
321
+ export { MentalDisorder } from './components/icons/MentalDisorder.cjs';
320
322
  export { Mention } from './components/icons/Mention.cjs';
321
323
  export { MenuAlt } from './components/icons/MenuAlt.cjs';
322
324
  export { MenuAlt2 } from './components/icons/MenuAlt2.cjs';
@@ -373,6 +375,7 @@ export { QrCode } from './components/icons/QrCode.cjs';
373
375
  export { QuestionAi } from './components/icons/QuestionAi.cjs';
374
376
  export { RadioFill } from './components/icons/RadioFill.cjs';
375
377
  export { RadioUnchecked } from './components/icons/RadioUnchecked.cjs';
378
+ export { Radiology } from './components/icons/Radiology.cjs';
376
379
  export { Rainbow } from './components/icons/Rainbow.cjs';
377
380
  export { Redo } from './components/icons/Redo.cjs';
378
381
  export { ReloadAi } from './components/icons/ReloadAi.cjs';
package/dist/index.d.ts CHANGED
@@ -184,6 +184,7 @@ export { Cylinder } from './components/icons/Cylinder.js';
184
184
  export { Data } from './components/icons/Data.js';
185
185
  export { DeleteColumn } from './components/icons/DeleteColumn.js';
186
186
  export { DeleteRow } from './components/icons/DeleteRow.js';
187
+ export { Dermatology } from './components/icons/Dermatology.js';
187
188
  export { Desktop } from './components/icons/Desktop.js';
188
189
  export { DesktopTower } from './components/icons/DesktopTower.js';
189
190
  export { Devices } from './components/icons/Devices.js';
@@ -317,6 +318,7 @@ export { MapPin } from './components/icons/MapPin.js';
317
318
  export { Medbrain } from './components/icons/Medbrain.js';
318
319
  export { MedbrainAi } from './components/icons/MedbrainAi.js';
319
320
  export { MedicalClinic } from './components/icons/MedicalClinic.js';
321
+ export { MentalDisorder } from './components/icons/MentalDisorder.js';
320
322
  export { Mention } from './components/icons/Mention.js';
321
323
  export { MenuAlt } from './components/icons/MenuAlt.js';
322
324
  export { MenuAlt2 } from './components/icons/MenuAlt2.js';
@@ -373,6 +375,7 @@ export { QrCode } from './components/icons/QrCode.js';
373
375
  export { QuestionAi } from './components/icons/QuestionAi.js';
374
376
  export { RadioFill } from './components/icons/RadioFill.js';
375
377
  export { RadioUnchecked } from './components/icons/RadioUnchecked.js';
378
+ export { Radiology } from './components/icons/Radiology.js';
376
379
  export { Rainbow } from './components/icons/Rainbow.js';
377
380
  export { Redo } from './components/icons/Redo.js';
378
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 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_react_native_svg = require("react-native-svg");
36
+ const Dermatology = ({ 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="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" 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
+ Dermatology
45
+ });
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type DermatologyProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const Dermatology: ({ height, width, color, strokeWidth }: DermatologyProps) => JSX.Element;
8
+
9
+ export { Dermatology };
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type DermatologyProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const Dermatology: ({ height, width, color, strokeWidth }: DermatologyProps) => JSX.Element;
8
+
9
+ export { Dermatology };
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ import { SvgXml } from "react-native-svg";
3
+ const Dermatology = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
4
+ return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <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" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
7
+ `, height, width, color, strokeWidth });
8
+ };
9
+ export {
10
+ Dermatology
11
+ };
@@ -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 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_react_native_svg = require("react-native-svg");
36
+ const MentalDisorder = ({ 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="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" 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
+ MentalDisorder
45
+ });
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type MentalDisorderProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const MentalDisorder: ({ height, width, color, strokeWidth }: MentalDisorderProps) => JSX.Element;
8
+
9
+ export { MentalDisorder };
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type MentalDisorderProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const MentalDisorder: ({ height, width, color, strokeWidth }: MentalDisorderProps) => JSX.Element;
8
+
9
+ export { MentalDisorder };
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ import { SvgXml } from "react-native-svg";
3
+ const MentalDisorder = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
4
+ return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <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" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
7
+ `, height, width, color, strokeWidth });
8
+ };
9
+ export {
10
+ MentalDisorder
11
+ };
@@ -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 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_react_native_svg = require("react-native-svg");
36
+ const Radiology = ({ 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="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" 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
+ Radiology
45
+ });
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type RadiologyProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const Radiology: ({ height, width, color, strokeWidth }: RadiologyProps) => JSX.Element;
8
+
9
+ export { Radiology };
@@ -0,0 +1,9 @@
1
+ import { SvgProps } from 'react-native-svg';
2
+
3
+ type RadiologyProps = {
4
+ color: string;
5
+ strokeWidth?: number;
6
+ } & SvgProps;
7
+ declare const Radiology: ({ height, width, color, strokeWidth }: RadiologyProps) => JSX.Element;
8
+
9
+ export { Radiology };
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ import { SvgXml } from "react-native-svg";
3
+ const Radiology = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
4
+ return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
5
+ <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" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
7
+ `, height, width, color, strokeWidth });
8
+ };
9
+ export {
10
+ Radiology
11
+ };
@@ -203,6 +203,7 @@ __export(icons_exports, {
203
203
  Data: () => import_Data.Data,
204
204
  DeleteColumn: () => import_DeleteColumn.DeleteColumn,
205
205
  DeleteRow: () => import_DeleteRow.DeleteRow,
206
+ Dermatology: () => import_Dermatology.Dermatology,
206
207
  Desktop: () => import_Desktop.Desktop,
207
208
  DesktopTower: () => import_DesktopTower.DesktopTower,
208
209
  Devices: () => import_Devices.Devices,
@@ -336,6 +337,7 @@ __export(icons_exports, {
336
337
  Medbrain: () => import_Medbrain.Medbrain,
337
338
  MedbrainAi: () => import_MedbrainAi.MedbrainAi,
338
339
  MedicalClinic: () => import_MedicalClinic.MedicalClinic,
340
+ MentalDisorder: () => import_MentalDisorder.MentalDisorder,
339
341
  Mention: () => import_Mention.Mention,
340
342
  MenuAlt: () => import_MenuAlt.MenuAlt,
341
343
  MenuAlt2: () => import_MenuAlt2.MenuAlt2,
@@ -392,6 +394,7 @@ __export(icons_exports, {
392
394
  QuestionAi: () => import_QuestionAi.QuestionAi,
393
395
  RadioFill: () => import_RadioFill.RadioFill,
394
396
  RadioUnchecked: () => import_RadioUnchecked.RadioUnchecked,
397
+ Radiology: () => import_Radiology.Radiology,
395
398
  Rainbow: () => import_Rainbow.Rainbow,
396
399
  Redo: () => import_Redo.Redo,
397
400
  ReloadAi: () => import_ReloadAi.ReloadAi,
@@ -719,6 +722,7 @@ var import_Cylinder = require("./Cylinder");
719
722
  var import_Data = require("./Data");
720
723
  var import_DeleteColumn = require("./DeleteColumn");
721
724
  var import_DeleteRow = require("./DeleteRow");
725
+ var import_Dermatology = require("./Dermatology");
722
726
  var import_Desktop = require("./Desktop");
723
727
  var import_DesktopTower = require("./DesktopTower");
724
728
  var import_Devices = require("./Devices");
@@ -852,6 +856,7 @@ var import_MapPin = require("./MapPin");
852
856
  var import_Medbrain = require("./Medbrain");
853
857
  var import_MedbrainAi = require("./MedbrainAi");
854
858
  var import_MedicalClinic = require("./MedicalClinic");
859
+ var import_MentalDisorder = require("./MentalDisorder");
855
860
  var import_Mention = require("./Mention");
856
861
  var import_MenuAlt = require("./MenuAlt");
857
862
  var import_MenuAlt2 = require("./MenuAlt2");
@@ -908,6 +913,7 @@ var import_QrCode = require("./QrCode");
908
913
  var import_QuestionAi = require("./QuestionAi");
909
914
  var import_RadioFill = require("./RadioFill");
910
915
  var import_RadioUnchecked = require("./RadioUnchecked");
916
+ var import_Radiology = require("./Radiology");
911
917
  var import_Rainbow = require("./Rainbow");
912
918
  var import_Redo = require("./Redo");
913
919
  var import_ReloadAi = require("./ReloadAi");
@@ -1235,6 +1241,7 @@ var import_WindowTerminal = require("./WindowTerminal");
1235
1241
  Data,
1236
1242
  DeleteColumn,
1237
1243
  DeleteRow,
1244
+ Dermatology,
1238
1245
  Desktop,
1239
1246
  DesktopTower,
1240
1247
  Devices,
@@ -1368,6 +1375,7 @@ var import_WindowTerminal = require("./WindowTerminal");
1368
1375
  Medbrain,
1369
1376
  MedbrainAi,
1370
1377
  MedicalClinic,
1378
+ MentalDisorder,
1371
1379
  Mention,
1372
1380
  MenuAlt,
1373
1381
  MenuAlt2,
@@ -1424,6 +1432,7 @@ var import_WindowTerminal = require("./WindowTerminal");
1424
1432
  QuestionAi,
1425
1433
  RadioFill,
1426
1434
  RadioUnchecked,
1435
+ Radiology,
1427
1436
  Rainbow,
1428
1437
  Redo,
1429
1438
  ReloadAi,
@@ -183,6 +183,7 @@ export { Cylinder } from './Cylinder.cjs';
183
183
  export { Data } from './Data.cjs';
184
184
  export { DeleteColumn } from './DeleteColumn.cjs';
185
185
  export { DeleteRow } from './DeleteRow.cjs';
186
+ export { Dermatology } from './Dermatology.cjs';
186
187
  export { Desktop } from './Desktop.cjs';
187
188
  export { DesktopTower } from './DesktopTower.cjs';
188
189
  export { Devices } from './Devices.cjs';
@@ -316,6 +317,7 @@ export { MapPin } from './MapPin.cjs';
316
317
  export { Medbrain } from './Medbrain.cjs';
317
318
  export { MedbrainAi } from './MedbrainAi.cjs';
318
319
  export { MedicalClinic } from './MedicalClinic.cjs';
320
+ export { MentalDisorder } from './MentalDisorder.cjs';
319
321
  export { Mention } from './Mention.cjs';
320
322
  export { MenuAlt } from './MenuAlt.cjs';
321
323
  export { MenuAlt2 } from './MenuAlt2.cjs';
@@ -372,6 +374,7 @@ export { QrCode } from './QrCode.cjs';
372
374
  export { QuestionAi } from './QuestionAi.cjs';
373
375
  export { RadioFill } from './RadioFill.cjs';
374
376
  export { RadioUnchecked } from './RadioUnchecked.cjs';
377
+ export { Radiology } from './Radiology.cjs';
375
378
  export { Rainbow } from './Rainbow.cjs';
376
379
  export { Redo } from './Redo.cjs';
377
380
  export { ReloadAi } from './ReloadAi.cjs';
@@ -183,6 +183,7 @@ export { Cylinder } from './Cylinder.js';
183
183
  export { Data } from './Data.js';
184
184
  export { DeleteColumn } from './DeleteColumn.js';
185
185
  export { DeleteRow } from './DeleteRow.js';
186
+ export { Dermatology } from './Dermatology.js';
186
187
  export { Desktop } from './Desktop.js';
187
188
  export { DesktopTower } from './DesktopTower.js';
188
189
  export { Devices } from './Devices.js';
@@ -316,6 +317,7 @@ export { MapPin } from './MapPin.js';
316
317
  export { Medbrain } from './Medbrain.js';
317
318
  export { MedbrainAi } from './MedbrainAi.js';
318
319
  export { MedicalClinic } from './MedicalClinic.js';
320
+ export { MentalDisorder } from './MentalDisorder.js';
319
321
  export { Mention } from './Mention.js';
320
322
  export { MenuAlt } from './MenuAlt.js';
321
323
  export { MenuAlt2 } from './MenuAlt2.js';
@@ -372,6 +374,7 @@ export { QrCode } from './QrCode.js';
372
374
  export { QuestionAi } from './QuestionAi.js';
373
375
  export { RadioFill } from './RadioFill.js';
374
376
  export { RadioUnchecked } from './RadioUnchecked.js';
377
+ export { Radiology } from './Radiology.js';
375
378
  export { Rainbow } from './Rainbow.js';
376
379
  export { Redo } from './Redo.js';
377
380
  export { ReloadAi } from './ReloadAi.js';
@@ -183,6 +183,7 @@ import { Cylinder } from "./Cylinder";
183
183
  import { Data } from "./Data";
184
184
  import { DeleteColumn } from "./DeleteColumn";
185
185
  import { DeleteRow } from "./DeleteRow";
186
+ import { Dermatology } from "./Dermatology";
186
187
  import { Desktop } from "./Desktop";
187
188
  import { DesktopTower } from "./DesktopTower";
188
189
  import { Devices } from "./Devices";
@@ -316,6 +317,7 @@ import { MapPin } from "./MapPin";
316
317
  import { Medbrain } from "./Medbrain";
317
318
  import { MedbrainAi } from "./MedbrainAi";
318
319
  import { MedicalClinic } from "./MedicalClinic";
320
+ import { MentalDisorder } from "./MentalDisorder";
319
321
  import { Mention } from "./Mention";
320
322
  import { MenuAlt } from "./MenuAlt";
321
323
  import { MenuAlt2 } from "./MenuAlt2";
@@ -372,6 +374,7 @@ import { QrCode } from "./QrCode";
372
374
  import { QuestionAi } from "./QuestionAi";
373
375
  import { RadioFill } from "./RadioFill";
374
376
  import { RadioUnchecked } from "./RadioUnchecked";
377
+ import { Radiology } from "./Radiology";
375
378
  import { Rainbow } from "./Rainbow";
376
379
  import { Redo } from "./Redo";
377
380
  import { ReloadAi } from "./ReloadAi";
@@ -698,6 +701,7 @@ export {
698
701
  Data,
699
702
  DeleteColumn,
700
703
  DeleteRow,
704
+ Dermatology,
701
705
  Desktop,
702
706
  DesktopTower,
703
707
  Devices,
@@ -831,6 +835,7 @@ export {
831
835
  Medbrain,
832
836
  MedbrainAi,
833
837
  MedicalClinic,
838
+ MentalDisorder,
834
839
  Mention,
835
840
  MenuAlt,
836
841
  MenuAlt2,
@@ -887,6 +892,7 @@ export {
887
892
  QuestionAi,
888
893
  RadioFill,
889
894
  RadioUnchecked,
895
+ Radiology,
890
896
  Rainbow,
891
897
  Redo,
892
898
  ReloadAi,
@@ -1110,6 +1110,12 @@ type DeleteRowProps = {
1110
1110
  } & SvgProps;
1111
1111
  declare const DeleteRow: ({ height, width, color, strokeWidth }: DeleteRowProps) => JSX.Element;
1112
1112
 
1113
+ type DermatologyProps = {
1114
+ color: string;
1115
+ strokeWidth?: number;
1116
+ } & SvgProps;
1117
+ declare const Dermatology: ({ height, width, color, strokeWidth }: DermatologyProps) => JSX.Element;
1118
+
1113
1119
  type DesktopProps = {
1114
1120
  color: string;
1115
1121
  strokeWidth?: number;
@@ -1908,6 +1914,12 @@ type MedicalClinicProps = {
1908
1914
  } & SvgProps;
1909
1915
  declare const MedicalClinic: ({ height, width, color, strokeWidth }: MedicalClinicProps) => JSX.Element;
1910
1916
 
1917
+ type MentalDisorderProps = {
1918
+ color: string;
1919
+ strokeWidth?: number;
1920
+ } & SvgProps;
1921
+ declare const MentalDisorder: ({ height, width, color, strokeWidth }: MentalDisorderProps) => JSX.Element;
1922
+
1911
1923
  type MentionProps = {
1912
1924
  color: string;
1913
1925
  strokeWidth?: number;
@@ -2244,6 +2256,12 @@ type RadioUncheckedProps = {
2244
2256
  } & SvgProps;
2245
2257
  declare const RadioUnchecked: ({ height, width, color, strokeWidth }: RadioUncheckedProps) => JSX.Element;
2246
2258
 
2259
+ type RadiologyProps = {
2260
+ color: string;
2261
+ strokeWidth?: number;
2262
+ } & SvgProps;
2263
+ declare const Radiology: ({ height, width, color, strokeWidth }: RadiologyProps) => JSX.Element;
2264
+
2247
2265
  type RainbowProps = {
2248
2266
  color: string;
2249
2267
  strokeWidth?: number;
@@ -3084,4 +3102,4 @@ type WindowTerminalProps = {
3084
3102
  } & SvgProps;
3085
3103
  declare const WindowTerminal: ({ height, width, color, strokeWidth }: WindowTerminalProps) => JSX.Element;
3086
3104
 
3087
- export { AddColumn, AddMinusSquare, AddPlus, AddPlusCircle, AddPlusSquare, AddRow, AddToQueue, AgendaAi, Airplay, Alarm, AlmostAi, Anticipate, Archive, ArrowCircleDown, ArrowCircleDownLeft, ArrowCircleDownRight, ArrowCircleLeft, ArrowCircleRight, ArrowCircleUp, ArrowCircleUpLeft, ArrowCircleUpRight, ArrowDownLeftLg, ArrowDownLeftMd, ArrowDownLeftSm, ArrowDownLg, ArrowDownMd, ArrowDownRightLg, ArrowDownRightMd, ArrowDownRightSm, ArrowDownSm, ArrowDownUp, ArrowLeftLg, ArrowLeftMd, ArrowLeftRight, ArrowLeftSm, ArrowReload02, ArrowRightLg, ArrowRightMd, ArrowRightSm, ArrowSubDownLeft, ArrowSubDownRight, ArrowSubLeftDown, ArrowSubLeftUp, ArrowSubRightDown, ArrowSubRightUp, ArrowSubUpLeft, ArrowSubUpRight, ArrowUndoDownLeft, ArrowUndoDownRight, ArrowUndoUpLeft, ArrowUndoUpRight, ArrowUpLeftLg, ArrowUpLeftMd, ArrowUpLeftSm, ArrowUpLg, ArrowUpMd, ArrowUpRightLg, ArrowUpRightMd, ArrowUpRightSm, ArrowUpSm, ArrowsReload01, AttentionAi, BarBottom, BarLeft, BarRight, BarTop, Bell, BellAdd, BellClose, BellNotification, BellOff, BellRemove, BellRing, Bold, Bolt, Book, Book2, BookOpen, Bookmark, Building, Building2, Building3, Building4, Bulb, Calendar, CalendarAdd, CalendarCheck, CalendarClose, CalendarDays, CalendarEdit, CalendarEvent, CalendarList, CalendarRemove, CalendarWeek, Camera, CarAuto, Card, CardLibrary, CaretCircleDown, CaretCircleLeft, CaretCircleRight, CaretCircleUp, CaretDownMd, CaretDownSm, CaretLeftSm, CaretRightSm, CaretUpMd, CaretUpSm, ChartBarHorizontal, ChartBarVertical, ChartBarVertical02, ChartLine, ChartPie, Chat, ChatAdd, ChatCheck, ChatCircle, ChatCircleAdd, ChatCircleCheck, ChatCircleClose, ChatCircleDots, ChatCircleRemove, ChatClose, ChatConversation, ChatConversationCircle, ChatDots, ChatRemove, Check, CheckAll, CheckAllBig, CheckBig, CheckMedium, CheckboxCheck, CheckboxFill, CheckboxUnchecked, ChevronDown, ChevronDownDuo, ChevronLeft, ChevronLeftDuo, ChevronLeftMd, ChevronRight, ChevronRightDuo, ChevronRightMd, ChevronUp, ChevronUpDuo, Chromecast, Circle, CircleCheck, CircleHelp, CircleWarning, Clock, CloseCircle, CloseLg, CloseMd, CloseSm, CloseSquare, Cloud, CloudAdd, CloudCheck, CloudClose, CloudDownload, CloudOff, CloudRemove, CloudSync, CloudUpload, Code, CoffeToGo, Coffee, Columns, CombineAi, CombineCells, Command, Compass, Compass02, Cookie, Copy, CreditCard, CreditCard2, CriticalAi, Crop, Cupcake, Cylinder, Data, DeleteColumn, DeleteRow, Desktop, DesktopTower, Devices, DoubleQuotesL, DoubleQuotesR, Download, DownloadPackage, DragHorizontal, DragVertical, DummyCircle, DummyCircleSmall, DummySquare, DummySquareSmall, EditPencil, EditPencil2, EditPencilLine, EditPencilLine2, EventEdit, EventShortcut, Exit, Expand, ExternalLink, Figma, FileAdd, FileBlank, FileCheck, FileClose, FileCode, FileDocument, FileDownload, FileEdit, FileRemove, FileSearch, FileUpload, Files, Filter, FilterOff, Fire, FirstAid, Flag, Flashcard, Focus, Folder, FolderAdd, FolderCheck, FolderClose, FolderCode, FolderDocument, FolderDownload, FolderEdit, FolderOpen, FolderRemove, FolderSearch, FolderUpload, Folders, Font, Forward, Gift, Globe, GoalAi, Graduation, Grid, GynecologyAndObstetrics, HalfCheckLg, HamburgerLg, HamburgerMd, Handbag, Heading, HeadingH1, HeadingH2, HeadingH3, HeadingH4, HeadingH5, HeadingH6, Headphones, Heart, Heart2, Help, Hide, House, House2, House3, HouseAdd, HouseCheck, HouseClose, HouseRemove, Image, Image2, IndexHigh, IndexLow, IndexMedium, IndexPriority, Info, Instance, InternshipContent, InternshipSync, Italic, Keyboard, Label, Laptop, LastActivity, Layer, Layers, Leaf, LineL, LineM, LineS, LineXl, Link, LinkBreak, LinkHorizontal, LinkHorizontalOff, LinkVertical, ListAdd, ListCheck, ListChecklist, ListOrdered, ListRemove, ListUnordered, Loading, Lock, LockOpen, LogOut, MagnifyingGlassMinus, MagnifyingGlassPlus, Mail, MailOpen, MainComponent, Map, MapPin, Medbrain, MedbrainAi, MedicalClinic, Mention, MenuAlt, MenuAlt2, MenuAlt3, MenuAlt4, MenuAlt5, MenuDuoLg, MenuDuoMd, Mobile, MobileButton, Monitor, MonitorPlay, Moon, MoreGridBig, MoreGridSmall, MoreHorizontal, MoreVertical, Mouse, Move, MoveHorizontal, MoveVertical, MovingDesk, Navigation, Note, NoteEdit, NoteSearch, Notebook, Octagon, OctagonCheck, OctagonHelp, OctagonWarning, Option, PaperPlane, PaperclipAttechmentHorizontal, PaperclipAttechmentTilt, Paragraph, Path, Pause, PauseCircle, Pediatrics, Pen, Phone, Planet, Play, PlayCircle, Playlist, PlaylistAdd, PlaylistCheck, Postpone, Preventive, Printer, Puzzle, QrCode, QuestionAi, RadioFill, RadioUnchecked, Rainbow, Redo, ReloadAi, RemoveMinus, RemoveMinusCircle, Repeat, Rewind, Rocket, Rows, Ruler, Save, SearchAi, SearchMagnifyingGlass, SelectMultiple, Settings, SettingsFuture, ShareAndroid, ShareIOsExport, Shield, ShieldCheck, ShieldWarning, ShoppingBag, ShoppingBag2, ShoppingCart, ShoppingCart2, Show, Shrink, Shuffle, SidebarClose, SidebarOpen, SingleQuotesL, SingleQuotesR, SkipBack, SkipForward, Slider, Slider2, Slider3, Smile, SortAscending, SortDescending, SparkleArrowDownRightMd, SparkleArrowRightMd, SparkleArrowSubDownRightMd, SparkleArrowUpMd, SparkleArrowUpRightMd, SparklesAi, Spin10, Spin5, Square, SquareCheck, SquareHelp, SquareWarning, Star, Stop, StopCircle, StopSign, Strikethrough, Suitcase, Sun, SuperGoalAi, Surgery, SwatchesPalette, SwichtLeft, SwichtRight, Table, TableAdd, TableRemove, Tablet, TabletButton, Tag, Target, TarguetArrow, Terminal, TestAi, Text, TextAlignCenter, TextAlignJustify, TextAlignLeft, TextAlignRight, ThumbsDown, ThumbsUp, TicketVoucher, TimeAi, TimeRemaining, TimelineAi, Timer, TimerAdd, TimerClose, TimerRemove, Trade, TrashEmpty, TrashFull, TrendingDown, TrendingUp, Triangle, TriangleCheck, TriangleWarning, TurboReview, Underline, Undo, UnfoldLess, UnfoldMore, User, User2, User3, UserAdd, UserCardId, UserCheck, UserCircle, UserClose, UserRemove, UserSquare, UserVoice, Users, UsersGroup, VolumeMax, VolumeMin, VolumeMinus, VolumeOff, VolumeOff2, VolumePlus, Warning, WaterDrop, Wavy, WavyCheck, WavyHelp, WavyWarning, WeekAi, WifiHigh, WifiLow, WifiMedium, WifiNone, WifiOff, WifiProblem, Window, WindowCheck, WindowClose, WindowCodeBlock, WindowSidebar, WindowTerminal };
3105
+ export { AddColumn, AddMinusSquare, AddPlus, AddPlusCircle, AddPlusSquare, AddRow, AddToQueue, AgendaAi, Airplay, Alarm, AlmostAi, Anticipate, Archive, ArrowCircleDown, ArrowCircleDownLeft, ArrowCircleDownRight, ArrowCircleLeft, ArrowCircleRight, ArrowCircleUp, ArrowCircleUpLeft, ArrowCircleUpRight, ArrowDownLeftLg, ArrowDownLeftMd, ArrowDownLeftSm, ArrowDownLg, ArrowDownMd, ArrowDownRightLg, ArrowDownRightMd, ArrowDownRightSm, ArrowDownSm, ArrowDownUp, ArrowLeftLg, ArrowLeftMd, ArrowLeftRight, ArrowLeftSm, ArrowReload02, ArrowRightLg, ArrowRightMd, ArrowRightSm, ArrowSubDownLeft, ArrowSubDownRight, ArrowSubLeftDown, ArrowSubLeftUp, ArrowSubRightDown, ArrowSubRightUp, ArrowSubUpLeft, ArrowSubUpRight, ArrowUndoDownLeft, ArrowUndoDownRight, ArrowUndoUpLeft, ArrowUndoUpRight, ArrowUpLeftLg, ArrowUpLeftMd, ArrowUpLeftSm, ArrowUpLg, ArrowUpMd, ArrowUpRightLg, ArrowUpRightMd, ArrowUpRightSm, ArrowUpSm, ArrowsReload01, AttentionAi, BarBottom, BarLeft, BarRight, BarTop, Bell, BellAdd, BellClose, BellNotification, BellOff, BellRemove, BellRing, Bold, Bolt, Book, Book2, BookOpen, Bookmark, Building, Building2, Building3, Building4, Bulb, Calendar, CalendarAdd, CalendarCheck, CalendarClose, CalendarDays, CalendarEdit, CalendarEvent, CalendarList, CalendarRemove, CalendarWeek, Camera, CarAuto, Card, CardLibrary, CaretCircleDown, CaretCircleLeft, CaretCircleRight, CaretCircleUp, CaretDownMd, CaretDownSm, CaretLeftSm, CaretRightSm, CaretUpMd, CaretUpSm, ChartBarHorizontal, ChartBarVertical, ChartBarVertical02, ChartLine, ChartPie, Chat, ChatAdd, ChatCheck, ChatCircle, ChatCircleAdd, ChatCircleCheck, ChatCircleClose, ChatCircleDots, ChatCircleRemove, ChatClose, ChatConversation, ChatConversationCircle, ChatDots, ChatRemove, Check, CheckAll, CheckAllBig, CheckBig, CheckMedium, CheckboxCheck, CheckboxFill, CheckboxUnchecked, ChevronDown, ChevronDownDuo, ChevronLeft, ChevronLeftDuo, ChevronLeftMd, ChevronRight, ChevronRightDuo, ChevronRightMd, ChevronUp, ChevronUpDuo, Chromecast, Circle, CircleCheck, CircleHelp, CircleWarning, Clock, CloseCircle, CloseLg, CloseMd, CloseSm, CloseSquare, Cloud, CloudAdd, CloudCheck, CloudClose, CloudDownload, CloudOff, CloudRemove, CloudSync, CloudUpload, Code, CoffeToGo, Coffee, Columns, CombineAi, CombineCells, Command, Compass, Compass02, Cookie, Copy, CreditCard, CreditCard2, CriticalAi, Crop, Cupcake, Cylinder, Data, DeleteColumn, DeleteRow, Dermatology, Desktop, DesktopTower, Devices, DoubleQuotesL, DoubleQuotesR, Download, DownloadPackage, DragHorizontal, DragVertical, DummyCircle, DummyCircleSmall, DummySquare, DummySquareSmall, EditPencil, EditPencil2, EditPencilLine, EditPencilLine2, EventEdit, EventShortcut, Exit, Expand, ExternalLink, Figma, FileAdd, FileBlank, FileCheck, FileClose, FileCode, FileDocument, FileDownload, FileEdit, FileRemove, FileSearch, FileUpload, Files, Filter, FilterOff, Fire, FirstAid, Flag, Flashcard, Focus, Folder, FolderAdd, FolderCheck, FolderClose, FolderCode, FolderDocument, FolderDownload, FolderEdit, FolderOpen, FolderRemove, FolderSearch, FolderUpload, Folders, Font, Forward, Gift, Globe, GoalAi, Graduation, Grid, GynecologyAndObstetrics, HalfCheckLg, HamburgerLg, HamburgerMd, Handbag, Heading, HeadingH1, HeadingH2, HeadingH3, HeadingH4, HeadingH5, HeadingH6, Headphones, Heart, Heart2, Help, Hide, House, House2, House3, HouseAdd, HouseCheck, HouseClose, HouseRemove, Image, Image2, IndexHigh, IndexLow, IndexMedium, IndexPriority, Info, Instance, InternshipContent, InternshipSync, Italic, Keyboard, Label, Laptop, LastActivity, Layer, Layers, Leaf, LineL, LineM, LineS, LineXl, Link, LinkBreak, LinkHorizontal, LinkHorizontalOff, LinkVertical, ListAdd, ListCheck, ListChecklist, ListOrdered, ListRemove, ListUnordered, Loading, Lock, LockOpen, LogOut, MagnifyingGlassMinus, MagnifyingGlassPlus, Mail, MailOpen, MainComponent, Map, MapPin, Medbrain, MedbrainAi, MedicalClinic, MentalDisorder, Mention, MenuAlt, MenuAlt2, MenuAlt3, MenuAlt4, MenuAlt5, MenuDuoLg, MenuDuoMd, Mobile, MobileButton, Monitor, MonitorPlay, Moon, MoreGridBig, MoreGridSmall, MoreHorizontal, MoreVertical, Mouse, Move, MoveHorizontal, MoveVertical, MovingDesk, Navigation, Note, NoteEdit, NoteSearch, Notebook, Octagon, OctagonCheck, OctagonHelp, OctagonWarning, Option, PaperPlane, PaperclipAttechmentHorizontal, PaperclipAttechmentTilt, Paragraph, Path, Pause, PauseCircle, Pediatrics, Pen, Phone, Planet, Play, PlayCircle, Playlist, PlaylistAdd, PlaylistCheck, Postpone, Preventive, Printer, Puzzle, QrCode, QuestionAi, RadioFill, RadioUnchecked, Radiology, Rainbow, Redo, ReloadAi, RemoveMinus, RemoveMinusCircle, Repeat, Rewind, Rocket, Rows, Ruler, Save, SearchAi, SearchMagnifyingGlass, SelectMultiple, Settings, SettingsFuture, ShareAndroid, ShareIOsExport, Shield, ShieldCheck, ShieldWarning, ShoppingBag, ShoppingBag2, ShoppingCart, ShoppingCart2, Show, Shrink, Shuffle, SidebarClose, SidebarOpen, SingleQuotesL, SingleQuotesR, SkipBack, SkipForward, Slider, Slider2, Slider3, Smile, SortAscending, SortDescending, SparkleArrowDownRightMd, SparkleArrowRightMd, SparkleArrowSubDownRightMd, SparkleArrowUpMd, SparkleArrowUpRightMd, SparklesAi, Spin10, Spin5, Square, SquareCheck, SquareHelp, SquareWarning, Star, Stop, StopCircle, StopSign, Strikethrough, Suitcase, Sun, SuperGoalAi, Surgery, SwatchesPalette, SwichtLeft, SwichtRight, Table, TableAdd, TableRemove, Tablet, TabletButton, Tag, Target, TarguetArrow, Terminal, TestAi, Text, TextAlignCenter, TextAlignJustify, TextAlignLeft, TextAlignRight, ThumbsDown, ThumbsUp, TicketVoucher, TimeAi, TimeRemaining, TimelineAi, Timer, TimerAdd, TimerClose, TimerRemove, Trade, TrashEmpty, TrashFull, TrendingDown, TrendingUp, Triangle, TriangleCheck, TriangleWarning, TurboReview, Underline, Undo, UnfoldLess, UnfoldMore, User, User2, User3, UserAdd, UserCardId, UserCheck, UserCircle, UserClose, UserRemove, UserSquare, UserVoice, Users, UsersGroup, VolumeMax, VolumeMin, VolumeMinus, VolumeOff, VolumeOff2, VolumePlus, Warning, WaterDrop, Wavy, WavyCheck, WavyHelp, WavyWarning, WeekAi, WifiHigh, WifiLow, WifiMedium, WifiNone, WifiOff, WifiProblem, Window, WindowCheck, WindowClose, WindowCodeBlock, WindowSidebar, WindowTerminal };
package/native/index.d.ts CHANGED
@@ -1110,6 +1110,12 @@ type DeleteRowProps = {
1110
1110
  } & SvgProps;
1111
1111
  declare const DeleteRow: ({ height, width, color, strokeWidth }: DeleteRowProps) => JSX.Element;
1112
1112
 
1113
+ type DermatologyProps = {
1114
+ color: string;
1115
+ strokeWidth?: number;
1116
+ } & SvgProps;
1117
+ declare const Dermatology: ({ height, width, color, strokeWidth }: DermatologyProps) => JSX.Element;
1118
+
1113
1119
  type DesktopProps = {
1114
1120
  color: string;
1115
1121
  strokeWidth?: number;
@@ -1908,6 +1914,12 @@ type MedicalClinicProps = {
1908
1914
  } & SvgProps;
1909
1915
  declare const MedicalClinic: ({ height, width, color, strokeWidth }: MedicalClinicProps) => JSX.Element;
1910
1916
 
1917
+ type MentalDisorderProps = {
1918
+ color: string;
1919
+ strokeWidth?: number;
1920
+ } & SvgProps;
1921
+ declare const MentalDisorder: ({ height, width, color, strokeWidth }: MentalDisorderProps) => JSX.Element;
1922
+
1911
1923
  type MentionProps = {
1912
1924
  color: string;
1913
1925
  strokeWidth?: number;
@@ -2244,6 +2256,12 @@ type RadioUncheckedProps = {
2244
2256
  } & SvgProps;
2245
2257
  declare const RadioUnchecked: ({ height, width, color, strokeWidth }: RadioUncheckedProps) => JSX.Element;
2246
2258
 
2259
+ type RadiologyProps = {
2260
+ color: string;
2261
+ strokeWidth?: number;
2262
+ } & SvgProps;
2263
+ declare const Radiology: ({ height, width, color, strokeWidth }: RadiologyProps) => JSX.Element;
2264
+
2247
2265
  type RainbowProps = {
2248
2266
  color: string;
2249
2267
  strokeWidth?: number;
@@ -3084,4 +3102,4 @@ type WindowTerminalProps = {
3084
3102
  } & SvgProps;
3085
3103
  declare const WindowTerminal: ({ height, width, color, strokeWidth }: WindowTerminalProps) => JSX.Element;
3086
3104
 
3087
- export { AddColumn, AddMinusSquare, AddPlus, AddPlusCircle, AddPlusSquare, AddRow, AddToQueue, AgendaAi, Airplay, Alarm, AlmostAi, Anticipate, Archive, ArrowCircleDown, ArrowCircleDownLeft, ArrowCircleDownRight, ArrowCircleLeft, ArrowCircleRight, ArrowCircleUp, ArrowCircleUpLeft, ArrowCircleUpRight, ArrowDownLeftLg, ArrowDownLeftMd, ArrowDownLeftSm, ArrowDownLg, ArrowDownMd, ArrowDownRightLg, ArrowDownRightMd, ArrowDownRightSm, ArrowDownSm, ArrowDownUp, ArrowLeftLg, ArrowLeftMd, ArrowLeftRight, ArrowLeftSm, ArrowReload02, ArrowRightLg, ArrowRightMd, ArrowRightSm, ArrowSubDownLeft, ArrowSubDownRight, ArrowSubLeftDown, ArrowSubLeftUp, ArrowSubRightDown, ArrowSubRightUp, ArrowSubUpLeft, ArrowSubUpRight, ArrowUndoDownLeft, ArrowUndoDownRight, ArrowUndoUpLeft, ArrowUndoUpRight, ArrowUpLeftLg, ArrowUpLeftMd, ArrowUpLeftSm, ArrowUpLg, ArrowUpMd, ArrowUpRightLg, ArrowUpRightMd, ArrowUpRightSm, ArrowUpSm, ArrowsReload01, AttentionAi, BarBottom, BarLeft, BarRight, BarTop, Bell, BellAdd, BellClose, BellNotification, BellOff, BellRemove, BellRing, Bold, Bolt, Book, Book2, BookOpen, Bookmark, Building, Building2, Building3, Building4, Bulb, Calendar, CalendarAdd, CalendarCheck, CalendarClose, CalendarDays, CalendarEdit, CalendarEvent, CalendarList, CalendarRemove, CalendarWeek, Camera, CarAuto, Card, CardLibrary, CaretCircleDown, CaretCircleLeft, CaretCircleRight, CaretCircleUp, CaretDownMd, CaretDownSm, CaretLeftSm, CaretRightSm, CaretUpMd, CaretUpSm, ChartBarHorizontal, ChartBarVertical, ChartBarVertical02, ChartLine, ChartPie, Chat, ChatAdd, ChatCheck, ChatCircle, ChatCircleAdd, ChatCircleCheck, ChatCircleClose, ChatCircleDots, ChatCircleRemove, ChatClose, ChatConversation, ChatConversationCircle, ChatDots, ChatRemove, Check, CheckAll, CheckAllBig, CheckBig, CheckMedium, CheckboxCheck, CheckboxFill, CheckboxUnchecked, ChevronDown, ChevronDownDuo, ChevronLeft, ChevronLeftDuo, ChevronLeftMd, ChevronRight, ChevronRightDuo, ChevronRightMd, ChevronUp, ChevronUpDuo, Chromecast, Circle, CircleCheck, CircleHelp, CircleWarning, Clock, CloseCircle, CloseLg, CloseMd, CloseSm, CloseSquare, Cloud, CloudAdd, CloudCheck, CloudClose, CloudDownload, CloudOff, CloudRemove, CloudSync, CloudUpload, Code, CoffeToGo, Coffee, Columns, CombineAi, CombineCells, Command, Compass, Compass02, Cookie, Copy, CreditCard, CreditCard2, CriticalAi, Crop, Cupcake, Cylinder, Data, DeleteColumn, DeleteRow, Desktop, DesktopTower, Devices, DoubleQuotesL, DoubleQuotesR, Download, DownloadPackage, DragHorizontal, DragVertical, DummyCircle, DummyCircleSmall, DummySquare, DummySquareSmall, EditPencil, EditPencil2, EditPencilLine, EditPencilLine2, EventEdit, EventShortcut, Exit, Expand, ExternalLink, Figma, FileAdd, FileBlank, FileCheck, FileClose, FileCode, FileDocument, FileDownload, FileEdit, FileRemove, FileSearch, FileUpload, Files, Filter, FilterOff, Fire, FirstAid, Flag, Flashcard, Focus, Folder, FolderAdd, FolderCheck, FolderClose, FolderCode, FolderDocument, FolderDownload, FolderEdit, FolderOpen, FolderRemove, FolderSearch, FolderUpload, Folders, Font, Forward, Gift, Globe, GoalAi, Graduation, Grid, GynecologyAndObstetrics, HalfCheckLg, HamburgerLg, HamburgerMd, Handbag, Heading, HeadingH1, HeadingH2, HeadingH3, HeadingH4, HeadingH5, HeadingH6, Headphones, Heart, Heart2, Help, Hide, House, House2, House3, HouseAdd, HouseCheck, HouseClose, HouseRemove, Image, Image2, IndexHigh, IndexLow, IndexMedium, IndexPriority, Info, Instance, InternshipContent, InternshipSync, Italic, Keyboard, Label, Laptop, LastActivity, Layer, Layers, Leaf, LineL, LineM, LineS, LineXl, Link, LinkBreak, LinkHorizontal, LinkHorizontalOff, LinkVertical, ListAdd, ListCheck, ListChecklist, ListOrdered, ListRemove, ListUnordered, Loading, Lock, LockOpen, LogOut, MagnifyingGlassMinus, MagnifyingGlassPlus, Mail, MailOpen, MainComponent, Map, MapPin, Medbrain, MedbrainAi, MedicalClinic, Mention, MenuAlt, MenuAlt2, MenuAlt3, MenuAlt4, MenuAlt5, MenuDuoLg, MenuDuoMd, Mobile, MobileButton, Monitor, MonitorPlay, Moon, MoreGridBig, MoreGridSmall, MoreHorizontal, MoreVertical, Mouse, Move, MoveHorizontal, MoveVertical, MovingDesk, Navigation, Note, NoteEdit, NoteSearch, Notebook, Octagon, OctagonCheck, OctagonHelp, OctagonWarning, Option, PaperPlane, PaperclipAttechmentHorizontal, PaperclipAttechmentTilt, Paragraph, Path, Pause, PauseCircle, Pediatrics, Pen, Phone, Planet, Play, PlayCircle, Playlist, PlaylistAdd, PlaylistCheck, Postpone, Preventive, Printer, Puzzle, QrCode, QuestionAi, RadioFill, RadioUnchecked, Rainbow, Redo, ReloadAi, RemoveMinus, RemoveMinusCircle, Repeat, Rewind, Rocket, Rows, Ruler, Save, SearchAi, SearchMagnifyingGlass, SelectMultiple, Settings, SettingsFuture, ShareAndroid, ShareIOsExport, Shield, ShieldCheck, ShieldWarning, ShoppingBag, ShoppingBag2, ShoppingCart, ShoppingCart2, Show, Shrink, Shuffle, SidebarClose, SidebarOpen, SingleQuotesL, SingleQuotesR, SkipBack, SkipForward, Slider, Slider2, Slider3, Smile, SortAscending, SortDescending, SparkleArrowDownRightMd, SparkleArrowRightMd, SparkleArrowSubDownRightMd, SparkleArrowUpMd, SparkleArrowUpRightMd, SparklesAi, Spin10, Spin5, Square, SquareCheck, SquareHelp, SquareWarning, Star, Stop, StopCircle, StopSign, Strikethrough, Suitcase, Sun, SuperGoalAi, Surgery, SwatchesPalette, SwichtLeft, SwichtRight, Table, TableAdd, TableRemove, Tablet, TabletButton, Tag, Target, TarguetArrow, Terminal, TestAi, Text, TextAlignCenter, TextAlignJustify, TextAlignLeft, TextAlignRight, ThumbsDown, ThumbsUp, TicketVoucher, TimeAi, TimeRemaining, TimelineAi, Timer, TimerAdd, TimerClose, TimerRemove, Trade, TrashEmpty, TrashFull, TrendingDown, TrendingUp, Triangle, TriangleCheck, TriangleWarning, TurboReview, Underline, Undo, UnfoldLess, UnfoldMore, User, User2, User3, UserAdd, UserCardId, UserCheck, UserCircle, UserClose, UserRemove, UserSquare, UserVoice, Users, UsersGroup, VolumeMax, VolumeMin, VolumeMinus, VolumeOff, VolumeOff2, VolumePlus, Warning, WaterDrop, Wavy, WavyCheck, WavyHelp, WavyWarning, WeekAi, WifiHigh, WifiLow, WifiMedium, WifiNone, WifiOff, WifiProblem, Window, WindowCheck, WindowClose, WindowCodeBlock, WindowSidebar, WindowTerminal };
3105
+ export { AddColumn, AddMinusSquare, AddPlus, AddPlusCircle, AddPlusSquare, AddRow, AddToQueue, AgendaAi, Airplay, Alarm, AlmostAi, Anticipate, Archive, ArrowCircleDown, ArrowCircleDownLeft, ArrowCircleDownRight, ArrowCircleLeft, ArrowCircleRight, ArrowCircleUp, ArrowCircleUpLeft, ArrowCircleUpRight, ArrowDownLeftLg, ArrowDownLeftMd, ArrowDownLeftSm, ArrowDownLg, ArrowDownMd, ArrowDownRightLg, ArrowDownRightMd, ArrowDownRightSm, ArrowDownSm, ArrowDownUp, ArrowLeftLg, ArrowLeftMd, ArrowLeftRight, ArrowLeftSm, ArrowReload02, ArrowRightLg, ArrowRightMd, ArrowRightSm, ArrowSubDownLeft, ArrowSubDownRight, ArrowSubLeftDown, ArrowSubLeftUp, ArrowSubRightDown, ArrowSubRightUp, ArrowSubUpLeft, ArrowSubUpRight, ArrowUndoDownLeft, ArrowUndoDownRight, ArrowUndoUpLeft, ArrowUndoUpRight, ArrowUpLeftLg, ArrowUpLeftMd, ArrowUpLeftSm, ArrowUpLg, ArrowUpMd, ArrowUpRightLg, ArrowUpRightMd, ArrowUpRightSm, ArrowUpSm, ArrowsReload01, AttentionAi, BarBottom, BarLeft, BarRight, BarTop, Bell, BellAdd, BellClose, BellNotification, BellOff, BellRemove, BellRing, Bold, Bolt, Book, Book2, BookOpen, Bookmark, Building, Building2, Building3, Building4, Bulb, Calendar, CalendarAdd, CalendarCheck, CalendarClose, CalendarDays, CalendarEdit, CalendarEvent, CalendarList, CalendarRemove, CalendarWeek, Camera, CarAuto, Card, CardLibrary, CaretCircleDown, CaretCircleLeft, CaretCircleRight, CaretCircleUp, CaretDownMd, CaretDownSm, CaretLeftSm, CaretRightSm, CaretUpMd, CaretUpSm, ChartBarHorizontal, ChartBarVertical, ChartBarVertical02, ChartLine, ChartPie, Chat, ChatAdd, ChatCheck, ChatCircle, ChatCircleAdd, ChatCircleCheck, ChatCircleClose, ChatCircleDots, ChatCircleRemove, ChatClose, ChatConversation, ChatConversationCircle, ChatDots, ChatRemove, Check, CheckAll, CheckAllBig, CheckBig, CheckMedium, CheckboxCheck, CheckboxFill, CheckboxUnchecked, ChevronDown, ChevronDownDuo, ChevronLeft, ChevronLeftDuo, ChevronLeftMd, ChevronRight, ChevronRightDuo, ChevronRightMd, ChevronUp, ChevronUpDuo, Chromecast, Circle, CircleCheck, CircleHelp, CircleWarning, Clock, CloseCircle, CloseLg, CloseMd, CloseSm, CloseSquare, Cloud, CloudAdd, CloudCheck, CloudClose, CloudDownload, CloudOff, CloudRemove, CloudSync, CloudUpload, Code, CoffeToGo, Coffee, Columns, CombineAi, CombineCells, Command, Compass, Compass02, Cookie, Copy, CreditCard, CreditCard2, CriticalAi, Crop, Cupcake, Cylinder, Data, DeleteColumn, DeleteRow, Dermatology, Desktop, DesktopTower, Devices, DoubleQuotesL, DoubleQuotesR, Download, DownloadPackage, DragHorizontal, DragVertical, DummyCircle, DummyCircleSmall, DummySquare, DummySquareSmall, EditPencil, EditPencil2, EditPencilLine, EditPencilLine2, EventEdit, EventShortcut, Exit, Expand, ExternalLink, Figma, FileAdd, FileBlank, FileCheck, FileClose, FileCode, FileDocument, FileDownload, FileEdit, FileRemove, FileSearch, FileUpload, Files, Filter, FilterOff, Fire, FirstAid, Flag, Flashcard, Focus, Folder, FolderAdd, FolderCheck, FolderClose, FolderCode, FolderDocument, FolderDownload, FolderEdit, FolderOpen, FolderRemove, FolderSearch, FolderUpload, Folders, Font, Forward, Gift, Globe, GoalAi, Graduation, Grid, GynecologyAndObstetrics, HalfCheckLg, HamburgerLg, HamburgerMd, Handbag, Heading, HeadingH1, HeadingH2, HeadingH3, HeadingH4, HeadingH5, HeadingH6, Headphones, Heart, Heart2, Help, Hide, House, House2, House3, HouseAdd, HouseCheck, HouseClose, HouseRemove, Image, Image2, IndexHigh, IndexLow, IndexMedium, IndexPriority, Info, Instance, InternshipContent, InternshipSync, Italic, Keyboard, Label, Laptop, LastActivity, Layer, Layers, Leaf, LineL, LineM, LineS, LineXl, Link, LinkBreak, LinkHorizontal, LinkHorizontalOff, LinkVertical, ListAdd, ListCheck, ListChecklist, ListOrdered, ListRemove, ListUnordered, Loading, Lock, LockOpen, LogOut, MagnifyingGlassMinus, MagnifyingGlassPlus, Mail, MailOpen, MainComponent, Map, MapPin, Medbrain, MedbrainAi, MedicalClinic, MentalDisorder, Mention, MenuAlt, MenuAlt2, MenuAlt3, MenuAlt4, MenuAlt5, MenuDuoLg, MenuDuoMd, Mobile, MobileButton, Monitor, MonitorPlay, Moon, MoreGridBig, MoreGridSmall, MoreHorizontal, MoreVertical, Mouse, Move, MoveHorizontal, MoveVertical, MovingDesk, Navigation, Note, NoteEdit, NoteSearch, Notebook, Octagon, OctagonCheck, OctagonHelp, OctagonWarning, Option, PaperPlane, PaperclipAttechmentHorizontal, PaperclipAttechmentTilt, Paragraph, Path, Pause, PauseCircle, Pediatrics, Pen, Phone, Planet, Play, PlayCircle, Playlist, PlaylistAdd, PlaylistCheck, Postpone, Preventive, Printer, Puzzle, QrCode, QuestionAi, RadioFill, RadioUnchecked, Radiology, Rainbow, Redo, ReloadAi, RemoveMinus, RemoveMinusCircle, Repeat, Rewind, Rocket, Rows, Ruler, Save, SearchAi, SearchMagnifyingGlass, SelectMultiple, Settings, SettingsFuture, ShareAndroid, ShareIOsExport, Shield, ShieldCheck, ShieldWarning, ShoppingBag, ShoppingBag2, ShoppingCart, ShoppingCart2, Show, Shrink, Shuffle, SidebarClose, SidebarOpen, SingleQuotesL, SingleQuotesR, SkipBack, SkipForward, Slider, Slider2, Slider3, Smile, SortAscending, SortDescending, SparkleArrowDownRightMd, SparkleArrowRightMd, SparkleArrowSubDownRightMd, SparkleArrowUpMd, SparkleArrowUpRightMd, SparklesAi, Spin10, Spin5, Square, SquareCheck, SquareHelp, SquareWarning, Star, Stop, StopCircle, StopSign, Strikethrough, Suitcase, Sun, SuperGoalAi, Surgery, SwatchesPalette, SwichtLeft, SwichtRight, Table, TableAdd, TableRemove, Tablet, TabletButton, Tag, Target, TarguetArrow, Terminal, TestAi, Text, TextAlignCenter, TextAlignJustify, TextAlignLeft, TextAlignRight, ThumbsDown, ThumbsUp, TicketVoucher, TimeAi, TimeRemaining, TimelineAi, Timer, TimerAdd, TimerClose, TimerRemove, Trade, TrashEmpty, TrashFull, TrendingDown, TrendingUp, Triangle, TriangleCheck, TriangleWarning, TurboReview, Underline, Undo, UnfoldLess, UnfoldMore, User, User2, User3, UserAdd, UserCardId, UserCheck, UserCircle, UserClose, UserRemove, UserSquare, UserVoice, Users, UsersGroup, VolumeMax, VolumeMin, VolumeMinus, VolumeOff, VolumeOff2, VolumePlus, Warning, WaterDrop, Wavy, WavyCheck, WavyHelp, WavyWarning, WeekAi, WifiHigh, WifiLow, WifiMedium, WifiNone, WifiOff, WifiProblem, Window, WindowCheck, WindowClose, WindowCodeBlock, WindowSidebar, WindowTerminal };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medway-ui/icons",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "Pacote para geração e gerenciamento de ícones Medway.",
5
5
  "homepage": "https://main.d13e8l5cmf2py3.amplifyapp.com/",
6
6
  "main": "dist/index.cjs",