@medway-ui/icons 1.0.5 → 1.0.6

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 (63) hide show
  1. package/dist/components/icons/GynecologyAndObstetrics.cjs +43 -0
  2. package/dist/components/icons/GynecologyAndObstetrics.d.cts +6 -0
  3. package/dist/components/icons/GynecologyAndObstetrics.d.ts +6 -0
  4. package/dist/components/icons/GynecologyAndObstetrics.js +9 -0
  5. package/dist/components/icons/IndexHigh.cjs +43 -0
  6. package/dist/components/icons/IndexHigh.d.cts +6 -0
  7. package/dist/components/icons/IndexHigh.d.ts +6 -0
  8. package/dist/components/icons/IndexHigh.js +9 -0
  9. package/dist/components/icons/IndexLow.cjs +43 -0
  10. package/dist/components/icons/IndexLow.d.cts +6 -0
  11. package/dist/components/icons/IndexLow.d.ts +6 -0
  12. package/dist/components/icons/IndexLow.js +9 -0
  13. package/dist/components/icons/IndexMedium.cjs +43 -0
  14. package/dist/components/icons/IndexMedium.d.cts +6 -0
  15. package/dist/components/icons/IndexMedium.d.ts +6 -0
  16. package/dist/components/icons/IndexMedium.js +9 -0
  17. package/dist/components/icons/IndexPriority.cjs +43 -0
  18. package/dist/components/icons/IndexPriority.d.cts +6 -0
  19. package/dist/components/icons/IndexPriority.d.ts +6 -0
  20. package/dist/components/icons/IndexPriority.js +9 -0
  21. package/dist/components/icons/Medbrain.cjs +43 -0
  22. package/dist/components/icons/Medbrain.d.cts +6 -0
  23. package/dist/components/icons/Medbrain.d.ts +6 -0
  24. package/dist/components/icons/Medbrain.js +9 -0
  25. package/dist/components/icons/MedicalClinic.cjs +43 -0
  26. package/dist/components/icons/MedicalClinic.d.cts +6 -0
  27. package/dist/components/icons/MedicalClinic.d.ts +6 -0
  28. package/dist/components/icons/MedicalClinic.js +9 -0
  29. package/dist/components/icons/Pediatrics.cjs +43 -0
  30. package/dist/components/icons/Pediatrics.d.cts +6 -0
  31. package/dist/components/icons/Pediatrics.d.ts +6 -0
  32. package/dist/components/icons/Pediatrics.js +9 -0
  33. package/dist/components/icons/Playlist.cjs +43 -0
  34. package/dist/components/icons/Playlist.d.cts +6 -0
  35. package/dist/components/icons/Playlist.d.ts +6 -0
  36. package/dist/components/icons/Playlist.js +9 -0
  37. package/dist/components/icons/Preventive.cjs +43 -0
  38. package/dist/components/icons/Preventive.d.cts +6 -0
  39. package/dist/components/icons/Preventive.d.ts +6 -0
  40. package/dist/components/icons/Preventive.js +9 -0
  41. package/dist/components/icons/SearchAi.cjs +43 -0
  42. package/dist/components/icons/SearchAi.d.cts +6 -0
  43. package/dist/components/icons/SearchAi.d.ts +6 -0
  44. package/dist/components/icons/SearchAi.js +9 -0
  45. package/dist/components/icons/SidebarClose.cjs +43 -0
  46. package/dist/components/icons/SidebarClose.d.cts +6 -0
  47. package/dist/components/icons/SidebarClose.d.ts +6 -0
  48. package/dist/components/icons/SidebarClose.js +9 -0
  49. package/dist/components/icons/SidebarOpen.cjs +43 -0
  50. package/dist/components/icons/SidebarOpen.d.cts +6 -0
  51. package/dist/components/icons/SidebarOpen.d.ts +6 -0
  52. package/dist/components/icons/SidebarOpen.js +9 -0
  53. package/dist/components/icons/Surgery.cjs +43 -0
  54. package/dist/components/icons/Surgery.d.cts +6 -0
  55. package/dist/components/icons/Surgery.d.ts +6 -0
  56. package/dist/components/icons/Surgery.js +9 -0
  57. package/dist/components/icons/index.cjs +42 -0
  58. package/dist/components/icons/index.d.cts +14 -0
  59. package/dist/components/icons/index.d.ts +14 -0
  60. package/dist/components/icons/index.js +28 -0
  61. package/dist/index.d.cts +14 -0
  62. package/dist/index.d.ts +14 -0
  63. 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 GynecologyAndObstetrics_exports = {};
30
+ __export(GynecologyAndObstetrics_exports, {
31
+ GynecologyAndObstetrics: () => GynecologyAndObstetrics
32
+ });
33
+ module.exports = __toCommonJS(GynecologyAndObstetrics_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const GynecologyAndObstetrics = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M4 8C4 7 4.5 5 6.5 5C8.5 5 9 7 9 8V11C9 13 10 13 10 15C10 16.5 9 16.5 9 18C9 18.5 9 19 9.5 20M4 8C2.89543 8 2 8.89543 2 10C2 11.1046 2.89543 12 4 12C5.10457 12 6 11.1046 6 10C6 8.89543 5.10457 8 4 8ZM20 8C20 7 19.5 5 17.5 5C15.5 5 15 7 15 8V11C15 13 14 13 14 15C14 16.5 15 16.5 15 18C15 18.5 15 19 14.5 20M20 8C21.1046 8 22 8.89543 22 10C22 11.1046 21.1046 12 20 12C18.8954 12 18 11.1046 18 10C18 8.89543 18.8954 8 20 8ZM7.5 5C8.16667 4.66667 10 4 12 4C14 4 15.8333 4.66667 16.5 5", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ GynecologyAndObstetrics.displayName = "GynecologyAndObstetrics";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ GynecologyAndObstetrics
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React from 'react';
3
+
4
+ declare const GynecologyAndObstetrics: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { GynecologyAndObstetrics };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React from 'react';
3
+
4
+ declare const GynecologyAndObstetrics: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { GynecologyAndObstetrics };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const GynecologyAndObstetrics = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M4 8C4 7 4.5 5 6.5 5C8.5 5 9 7 9 8V11C9 13 10 13 10 15C10 16.5 9 16.5 9 18C9 18.5 9 19 9.5 20M4 8C2.89543 8 2 8.89543 2 10C2 11.1046 2.89543 12 4 12C5.10457 12 6 11.1046 6 10C6 8.89543 5.10457 8 4 8ZM20 8C20 7 19.5 5 17.5 5C15.5 5 15 7 15 8V11C15 13 14 13 14 15C14 16.5 15 16.5 15 18C15 18.5 15 19 14.5 20M20 8C21.1046 8 22 8.89543 22 10C22 11.1046 21.1046 12 20 12C18.8954 12 18 11.1046 18 10C18 8.89543 18.8954 8 20 8ZM7.5 5C8.16667 4.66667 10 4 12 4C14 4 15.8333 4.66667 16.5 5", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ GynecologyAndObstetrics.displayName = "GynecologyAndObstetrics";
7
+ export {
8
+ GynecologyAndObstetrics
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 IndexHigh_exports = {};
30
+ __export(IndexHigh_exports, {
31
+ IndexHigh: () => IndexHigh
32
+ });
33
+ module.exports = __toCommonJS(IndexHigh_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const IndexHigh = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M20.488 9.00009C19.5841 6.44285 17.5573 4.41606 15.0001 3.51221M20.488 15.0001C19.5841 17.5573 17.5573 19.5841 15.0001 20.488M9.00009 20.488C6.44285 19.5841 4.41606 17.5573 3.51221 15.0001", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ IndexHigh.displayName = "IndexHigh";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ IndexHigh
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React from 'react';
3
+
4
+ declare const IndexHigh: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { IndexHigh };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React from 'react';
3
+
4
+ declare const IndexHigh: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { IndexHigh };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const IndexHigh = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M20.488 9.00009C19.5841 6.44285 17.5573 4.41606 15.0001 3.51221M20.488 15.0001C19.5841 17.5573 17.5573 19.5841 15.0001 20.488M9.00009 20.488C6.44285 19.5841 4.41606 17.5573 3.51221 15.0001", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ IndexHigh.displayName = "IndexHigh";
7
+ export {
8
+ IndexHigh
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 IndexLow_exports = {};
30
+ __export(IndexLow_exports, {
31
+ IndexLow: () => IndexLow
32
+ });
33
+ module.exports = __toCommonJS(IndexLow_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const IndexLow = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M20.4879 9.00009C19.584 6.44285 17.5572 4.41606 15 3.51221", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ IndexLow.displayName = "IndexLow";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ IndexLow
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React from 'react';
3
+
4
+ declare const IndexLow: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { IndexLow };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React from 'react';
3
+
4
+ declare const IndexLow: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { IndexLow };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const IndexLow = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M20.4879 9.00009C19.584 6.44285 17.5572 4.41606 15 3.51221", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ IndexLow.displayName = "IndexLow";
7
+ export {
8
+ IndexLow
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 IndexMedium_exports = {};
30
+ __export(IndexMedium_exports, {
31
+ IndexMedium: () => IndexMedium
32
+ });
33
+ module.exports = __toCommonJS(IndexMedium_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const IndexMedium = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M20.4879 9.00009C19.584 6.44285 17.5572 4.41606 15 3.51221M20.4879 15.0001C19.584 17.5573 17.5572 19.5841 15 20.488", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ IndexMedium.displayName = "IndexMedium";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ IndexMedium
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React from 'react';
3
+
4
+ declare const IndexMedium: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { IndexMedium };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React from 'react';
3
+
4
+ declare const IndexMedium: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { IndexMedium };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const IndexMedium = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M20.4879 9.00009C19.584 6.44285 17.5572 4.41606 15 3.51221M20.4879 15.0001C19.584 17.5573 17.5572 19.5841 15 20.488", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ IndexMedium.displayName = "IndexMedium";
7
+ export {
8
+ IndexMedium
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 IndexPriority_exports = {};
30
+ __export(IndexPriority_exports, {
31
+ IndexPriority: () => IndexPriority
32
+ });
33
+ module.exports = __toCommonJS(IndexPriority_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const IndexPriority = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M20.488 9.00009C19.5841 6.44285 17.5573 4.41606 15.0001 3.51221M20.488 15.0001C19.5841 17.5573 17.5573 19.5841 15.0001 20.488M9.00009 20.488C6.44285 19.5841 4.41606 17.5573 3.51221 15.0001M3.51221 9.00009C4.41606 6.44285 6.44285 4.41606 9.00009 3.51221", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ IndexPriority.displayName = "IndexPriority";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ IndexPriority
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React from 'react';
3
+
4
+ declare const IndexPriority: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { IndexPriority };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React from 'react';
3
+
4
+ declare const IndexPriority: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { IndexPriority };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const IndexPriority = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M20.488 9.00009C19.5841 6.44285 17.5573 4.41606 15.0001 3.51221M20.488 15.0001C19.5841 17.5573 17.5573 19.5841 15.0001 20.488M9.00009 20.488C6.44285 19.5841 4.41606 17.5573 3.51221 15.0001M3.51221 9.00009C4.41606 6.44285 6.44285 4.41606 9.00009 3.51221", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ IndexPriority.displayName = "IndexPriority";
7
+ export {
8
+ IndexPriority
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 Medbrain_exports = {};
30
+ __export(Medbrain_exports, {
31
+ Medbrain: () => Medbrain
32
+ });
33
+ module.exports = __toCommonJS(Medbrain_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const Medbrain = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M3.96 12.4C3.52 12.99 3.25 13.71 3.25 14.5C3.25 16.43 4.82 18 6.75 18C7.61 18 8.39 17.68 9 17.16M6.62 6.51C6.62 6.51 6.54 6.5 6.5 6.5C4.57 6.5 3 8.07 3 10C3 11.93 4.57 13.5 6.5 13.5M7.06 17.97C7.02 18.14 7 18.32 7 18.5C7 19.88 8.12 21 9.5 21C10.88 21 12 19.88 12 18.5M12 18.5V5.75M12 18.5C12 19.88 13.12 21 14.5 21C15.88 21 17 19.88 17 18.5C17 18.32 16.98 18.14 16.94 17.97M12 5.75C12 4.23 10.77 3 9.25 3C7.73 3 6.5 4.23 6.5 5.75C6.5 7.01 7.35 8.06 8.5 8.38M12 5.75C12 4.23 13.23 3 14.75 3C16.27 3 17.5 4.23 17.5 5.75C17.5 7.01 16.65 8.06 15.5 8.38M20.04 12.4C20.48 12.99 20.75 13.71 20.75 14.5C20.75 16.43 19.18 18 17.25 18C16.39 18 15.61 17.68 15 17.16M17.38 6.51C17.38 6.51 17.46 6.5 17.5 6.5C19.43 6.5 21 8.07 21 10C21 11.93 19.43 13.5 17.5 13.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ Medbrain.displayName = "Medbrain";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ Medbrain
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React from 'react';
3
+
4
+ declare const Medbrain: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { Medbrain };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React from 'react';
3
+
4
+ declare const Medbrain: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { Medbrain };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const Medbrain = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M3.96 12.4C3.52 12.99 3.25 13.71 3.25 14.5C3.25 16.43 4.82 18 6.75 18C7.61 18 8.39 17.68 9 17.16M6.62 6.51C6.62 6.51 6.54 6.5 6.5 6.5C4.57 6.5 3 8.07 3 10C3 11.93 4.57 13.5 6.5 13.5M7.06 17.97C7.02 18.14 7 18.32 7 18.5C7 19.88 8.12 21 9.5 21C10.88 21 12 19.88 12 18.5M12 18.5V5.75M12 18.5C12 19.88 13.12 21 14.5 21C15.88 21 17 19.88 17 18.5C17 18.32 16.98 18.14 16.94 17.97M12 5.75C12 4.23 10.77 3 9.25 3C7.73 3 6.5 4.23 6.5 5.75C6.5 7.01 7.35 8.06 8.5 8.38M12 5.75C12 4.23 13.23 3 14.75 3C16.27 3 17.5 4.23 17.5 5.75C17.5 7.01 16.65 8.06 15.5 8.38M20.04 12.4C20.48 12.99 20.75 13.71 20.75 14.5C20.75 16.43 19.18 18 17.25 18C16.39 18 15.61 17.68 15 17.16M17.38 6.51C17.38 6.51 17.46 6.5 17.5 6.5C19.43 6.5 21 8.07 21 10C21 11.93 19.43 13.5 17.5 13.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ Medbrain.displayName = "Medbrain";
7
+ export {
8
+ Medbrain
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 MedicalClinic_exports = {};
30
+ __export(MedicalClinic_exports, {
31
+ MedicalClinic: () => MedicalClinic
32
+ });
33
+ module.exports = __toCommonJS(MedicalClinic_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const MedicalClinic = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M6 4H3V9C3 10.6667 4 14 8 14M6 4V5M6 4V3M8 14C12 14 13 10.6667 13 9V4H10M8 14V16C8 18.5 10.5 21 13.5 21C16.5 21 19 18.5 19 16V13M10 4V5M10 4V3M19 13C20.1046 13 21 12.1046 21 11C21 9.89543 20.1046 9 19 9C17.8954 9 17 9.89543 17 11C17 12.1046 17.8954 13 19 13Z", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ MedicalClinic.displayName = "MedicalClinic";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ MedicalClinic
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React from 'react';
3
+
4
+ declare const MedicalClinic: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { MedicalClinic };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React from 'react';
3
+
4
+ declare const MedicalClinic: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { MedicalClinic };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const MedicalClinic = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M6 4H3V9C3 10.6667 4 14 8 14M6 4V5M6 4V3M8 14C12 14 13 10.6667 13 9V4H10M8 14V16C8 18.5 10.5 21 13.5 21C16.5 21 19 18.5 19 16V13M10 4V5M10 4V3M19 13C20.1046 13 21 12.1046 21 11C21 9.89543 20.1046 9 19 9C17.8954 9 17 9.89543 17 11C17 12.1046 17.8954 13 19 13Z", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ MedicalClinic.displayName = "MedicalClinic";
7
+ export {
8
+ MedicalClinic
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 Pediatrics_exports = {};
30
+ __export(Pediatrics_exports, {
31
+ Pediatrics: () => Pediatrics
32
+ });
33
+ module.exports = __toCommonJS(Pediatrics_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const Pediatrics = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M11 13H8M8 13V11C8 9.89543 8.89543 9 10 9H14C15.1046 9 16 9.89543 16 11V21H8V17M8 13V17M11 17H8M8 6H12M16 6H12M12 3V6", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ Pediatrics.displayName = "Pediatrics";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ Pediatrics
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React from 'react';
3
+
4
+ declare const Pediatrics: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { Pediatrics };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React from 'react';
3
+
4
+ declare const Pediatrics: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { Pediatrics };
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ import { createIcon } from "../Icon";
3
+ const Pediatrics = createIcon(
4
+ /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M11 13H8M8 13V11C8 9.89543 8.89543 9 10 9H14C15.1046 9 16 9.89543 16 11V21H8V17M8 13V17M11 17H8M8 6H12M16 6H12M12 3V6", strokeLinecap: "round", strokeLinejoin: "round" }))
5
+ );
6
+ Pediatrics.displayName = "Pediatrics";
7
+ export {
8
+ Pediatrics
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 Playlist_exports = {};
30
+ __export(Playlist_exports, {
31
+ Playlist: () => Playlist
32
+ });
33
+ module.exports = __toCommonJS(Playlist_exports);
34
+ var import_react = __toESM(require("react"), 1);
35
+ var import_Icon = require("../Icon");
36
+ const Playlist = (0, import_Icon.createIcon)(
37
+ /* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M15 3L4.6 3C4.03995 3 3.76012 3 3.54621 3.10899C3.35804 3.20487 3.20476 3.35774 3.10889 3.5459C3 3.7596 3 4.0395 3 4.59845L3 15.0001M7 17.8002V10.2002C7 9.08009 7 8.51962 7.21799 8.0918C7.40973 7.71547 7.71547 7.40973 8.0918 7.21799C8.51962 7 9.08009 7 10.2002 7H17.8002C18.9203 7 19.4801 7 19.9079 7.21799C20.2842 7.40973 20.5905 7.71547 20.7822 8.0918C21.0002 8.51962 21.0002 9.07969 21.0002 10.1998L21.0002 17.7998C21.0002 18.9199 21.0002 19.48 20.7822 19.9078C20.5905 20.2841 20.2842 20.5905 19.9079 20.7822C19.4805 21 18.9215 21 17.8036 21H10.1969C9.07899 21 8.5192 21 8.0918 20.7822C7.71547 20.5905 7.40973 20.2842 7.21799 19.9079C7 19.4801 7 18.9203 7 17.8002ZM11 11.8174V16.183C11 16.543 11 16.7228 11.08 16.8293C11.1499 16.9223 11.2576 16.9833 11.3771 16.9979C11.5141 17.0146 11.6817 16.9302 12.0173 16.7608L16.3418 14.578C16.7135 14.3904 16.8993 14.2964 16.9602 14.1715C17.0133 14.0627 17.0133 13.9371 16.9602 13.8283C16.8994 13.7035 16.714 13.61 16.3434 13.4229L16.3418 13.4222L12.0173 11.2394C11.682 11.0701 11.514 10.9854 11.3771 11.0021C11.2576 11.0167 11.1499 11.0777 11.08 11.1707C11 11.2772 11 11.4574 11 11.8174Z", strokeLinecap: "round", strokeLinejoin: "round" }))
38
+ );
39
+ Playlist.displayName = "Playlist";
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ Playlist
43
+ });
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.cjs';
2
+ import React from 'react';
3
+
4
+ declare const Playlist: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { Playlist };
@@ -0,0 +1,6 @@
1
+ import { IconProps } from '../Icon.js';
2
+ import React from 'react';
3
+
4
+ declare const Playlist: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>>;
5
+
6
+ export { Playlist };