@medway-ui/icons 1.4.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (153) hide show
  1. package/dist/components/icons/AgendaAi.cjs +43 -0
  2. package/dist/components/icons/{TestTime.d.cts → AgendaAi.d.cts} +2 -2
  3. package/dist/components/icons/{TestTime.d.ts → AgendaAi.d.ts} +2 -2
  4. package/dist/components/icons/AgendaAi.js +9 -0
  5. package/dist/components/icons/{Test.cjs → AlmostAi.cjs} +8 -8
  6. package/dist/components/icons/AlmostAi.d.cts +6 -0
  7. package/dist/components/icons/AlmostAi.d.ts +6 -0
  8. package/dist/components/icons/AlmostAi.js +9 -0
  9. package/dist/components/icons/{HistoryBack.cjs → AttentionAi.cjs} +8 -8
  10. package/dist/components/icons/{HistoryBack.d.cts → AttentionAi.d.cts} +2 -2
  11. package/dist/components/icons/{HistoryBack.d.ts → AttentionAi.d.ts} +2 -2
  12. package/dist/components/icons/AttentionAi.js +9 -0
  13. package/dist/components/icons/CalendarEdit.cjs +43 -0
  14. package/dist/components/icons/CalendarEdit.d.cts +6 -0
  15. package/dist/components/icons/CalendarEdit.d.ts +6 -0
  16. package/dist/components/icons/CalendarEdit.js +9 -0
  17. package/dist/components/icons/Card.cjs +43 -0
  18. package/dist/components/icons/{Test.d.cts → Card.d.cts} +2 -2
  19. package/dist/components/icons/{Test.d.ts → Card.d.ts} +2 -2
  20. package/dist/components/icons/Card.js +9 -0
  21. package/dist/components/icons/CloudSync.cjs +43 -0
  22. package/dist/components/icons/CloudSync.d.cts +6 -0
  23. package/dist/components/icons/CloudSync.d.ts +6 -0
  24. package/dist/components/icons/CloudSync.js +9 -0
  25. package/dist/components/icons/Compass02.cjs +43 -0
  26. package/dist/components/icons/Compass02.d.cts +6 -0
  27. package/dist/components/icons/Compass02.d.ts +6 -0
  28. package/dist/components/icons/Compass02.js +9 -0
  29. package/dist/components/icons/CriticalAi.cjs +43 -0
  30. package/dist/components/icons/CriticalAi.d.cts +6 -0
  31. package/dist/components/icons/CriticalAi.d.ts +6 -0
  32. package/dist/components/icons/CriticalAi.js +9 -0
  33. package/dist/components/icons/EventEdit.cjs +43 -0
  34. package/dist/components/icons/EventEdit.d.cts +6 -0
  35. package/dist/components/icons/EventEdit.d.ts +6 -0
  36. package/dist/components/icons/EventEdit.js +9 -0
  37. package/dist/components/icons/GoalAi.cjs +43 -0
  38. package/dist/components/icons/GoalAi.d.cts +6 -0
  39. package/dist/components/icons/GoalAi.d.ts +6 -0
  40. package/dist/components/icons/GoalAi.js +9 -0
  41. package/dist/components/icons/PlaylistAdd.cjs +43 -0
  42. package/dist/components/icons/PlaylistAdd.d.cts +6 -0
  43. package/dist/components/icons/PlaylistAdd.d.ts +6 -0
  44. package/dist/components/icons/PlaylistAdd.js +9 -0
  45. package/dist/components/icons/PlaylistCheck.cjs +43 -0
  46. package/dist/components/icons/PlaylistCheck.d.cts +6 -0
  47. package/dist/components/icons/PlaylistCheck.d.ts +6 -0
  48. package/dist/components/icons/PlaylistCheck.js +9 -0
  49. package/dist/components/icons/Postpone.cjs +43 -0
  50. package/dist/components/icons/Postpone.d.cts +6 -0
  51. package/dist/components/icons/Postpone.d.ts +6 -0
  52. package/dist/components/icons/Postpone.js +9 -0
  53. package/dist/components/icons/SuperGoalAi.cjs +43 -0
  54. package/dist/components/icons/SuperGoalAi.d.cts +6 -0
  55. package/dist/components/icons/SuperGoalAi.d.ts +6 -0
  56. package/dist/components/icons/SuperGoalAi.js +9 -0
  57. package/dist/components/icons/index.cjs +42 -15
  58. package/dist/components/icons/index.d.cts +14 -5
  59. package/dist/components/icons/index.d.ts +14 -5
  60. package/dist/components/icons/index.js +28 -10
  61. package/dist/index.d.cts +14 -5
  62. package/dist/index.d.ts +14 -5
  63. package/native/components/icons/AgendaAi.cjs +45 -0
  64. package/native/components/icons/AgendaAi.d.cts +9 -0
  65. package/native/components/icons/AgendaAi.d.ts +9 -0
  66. package/native/components/icons/AgendaAi.js +11 -0
  67. package/native/components/icons/{Test.cjs → AlmostAi.cjs} +7 -7
  68. package/native/components/icons/AlmostAi.d.cts +9 -0
  69. package/native/components/icons/AlmostAi.d.ts +9 -0
  70. package/native/components/icons/AlmostAi.js +11 -0
  71. package/native/components/icons/{HistoryBack.cjs → AttentionAi.cjs} +7 -8
  72. package/native/components/icons/AttentionAi.d.cts +9 -0
  73. package/native/components/icons/AttentionAi.d.ts +9 -0
  74. package/native/components/icons/AttentionAi.js +11 -0
  75. package/native/components/icons/CalendarEdit.cjs +45 -0
  76. package/native/components/icons/CalendarEdit.d.cts +9 -0
  77. package/native/components/icons/CalendarEdit.d.ts +9 -0
  78. package/native/components/icons/CalendarEdit.js +11 -0
  79. package/native/components/icons/Card.cjs +45 -0
  80. package/native/components/icons/{Test.d.cts → Card.d.cts} +3 -3
  81. package/native/components/icons/{Test.d.ts → Card.d.ts} +3 -3
  82. package/native/components/icons/Card.js +11 -0
  83. package/native/components/icons/CloudSync.cjs +45 -0
  84. package/native/components/icons/CloudSync.d.cts +9 -0
  85. package/native/components/icons/CloudSync.d.ts +9 -0
  86. package/native/components/icons/CloudSync.js +11 -0
  87. package/native/components/icons/Compass02.cjs +45 -0
  88. package/native/components/icons/Compass02.d.cts +9 -0
  89. package/native/components/icons/Compass02.d.ts +9 -0
  90. package/native/components/icons/Compass02.js +11 -0
  91. package/native/components/icons/CriticalAi.cjs +45 -0
  92. package/native/components/icons/CriticalAi.d.cts +9 -0
  93. package/native/components/icons/CriticalAi.d.ts +9 -0
  94. package/native/components/icons/CriticalAi.js +11 -0
  95. package/native/components/icons/EventEdit.cjs +45 -0
  96. package/native/components/icons/EventEdit.d.cts +9 -0
  97. package/native/components/icons/EventEdit.d.ts +9 -0
  98. package/native/components/icons/EventEdit.js +11 -0
  99. package/native/components/icons/GoalAi.cjs +45 -0
  100. package/native/components/icons/GoalAi.d.cts +9 -0
  101. package/native/components/icons/GoalAi.d.ts +9 -0
  102. package/native/components/icons/GoalAi.js +11 -0
  103. package/native/components/icons/PlaylistAdd.cjs +45 -0
  104. package/native/components/icons/PlaylistAdd.d.cts +9 -0
  105. package/native/components/icons/PlaylistAdd.d.ts +9 -0
  106. package/native/components/icons/PlaylistAdd.js +11 -0
  107. package/native/components/icons/PlaylistCheck.cjs +45 -0
  108. package/native/components/icons/PlaylistCheck.d.cts +9 -0
  109. package/native/components/icons/PlaylistCheck.d.ts +9 -0
  110. package/native/components/icons/PlaylistCheck.js +11 -0
  111. package/native/components/icons/Postpone.cjs +45 -0
  112. package/native/components/icons/Postpone.d.cts +9 -0
  113. package/native/components/icons/Postpone.d.ts +9 -0
  114. package/native/components/icons/Postpone.js +11 -0
  115. package/native/components/icons/SuperGoalAi.cjs +45 -0
  116. package/native/components/icons/SuperGoalAi.d.cts +9 -0
  117. package/native/components/icons/SuperGoalAi.d.ts +9 -0
  118. package/native/components/icons/SuperGoalAi.js +11 -0
  119. package/native/components/icons/index.cjs +42 -15
  120. package/native/components/icons/index.d.cts +14 -5
  121. package/native/components/icons/index.d.ts +14 -5
  122. package/native/components/icons/index.js +28 -10
  123. package/native/index.d.cts +85 -31
  124. package/native/index.d.ts +85 -31
  125. package/package.json +8 -1
  126. package/dist/components/icons/Flame.cjs +0 -43
  127. package/dist/components/icons/Flame.d.cts +0 -6
  128. package/dist/components/icons/Flame.d.ts +0 -6
  129. package/dist/components/icons/Flame.js +0 -9
  130. package/dist/components/icons/HistoryBack.js +0 -9
  131. package/dist/components/icons/MedbrainFullAi.cjs +0 -43
  132. package/dist/components/icons/MedbrainFullAi.d.cts +0 -6
  133. package/dist/components/icons/MedbrainFullAi.d.ts +0 -6
  134. package/dist/components/icons/MedbrainFullAi.js +0 -9
  135. package/dist/components/icons/Test.js +0 -9
  136. package/dist/components/icons/TestTime.cjs +0 -43
  137. package/dist/components/icons/TestTime.js +0 -9
  138. package/native/components/icons/Flame.cjs +0 -45
  139. package/native/components/icons/Flame.d.cts +0 -9
  140. package/native/components/icons/Flame.d.ts +0 -9
  141. package/native/components/icons/Flame.js +0 -11
  142. package/native/components/icons/HistoryBack.d.cts +0 -9
  143. package/native/components/icons/HistoryBack.d.ts +0 -9
  144. package/native/components/icons/HistoryBack.js +0 -12
  145. package/native/components/icons/MedbrainFullAi.cjs +0 -48
  146. package/native/components/icons/MedbrainFullAi.d.cts +0 -9
  147. package/native/components/icons/MedbrainFullAi.d.ts +0 -9
  148. package/native/components/icons/MedbrainFullAi.js +0 -14
  149. package/native/components/icons/Test.js +0 -11
  150. package/native/components/icons/TestTime.cjs +0 -49
  151. package/native/components/icons/TestTime.d.cts +0 -9
  152. package/native/components/icons/TestTime.d.ts +0 -9
  153. package/native/components/icons/TestTime.js +0 -15
@@ -1,48 +0,0 @@
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 MedbrainFullAi_exports = {};
30
- __export(MedbrainFullAi_exports, {
31
- MedbrainFullAi: () => MedbrainFullAi
32
- });
33
- module.exports = __toCommonJS(MedbrainFullAi_exports);
34
- var import_react = __toESM(require("react"), 1);
35
- var import_react_native_svg = require("react-native-svg");
36
- const MedbrainFullAi = ({ 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="M20.5 12C20.7 11.7 20.8 11.4 20.9 11.1C21 10.8 21 10.5 21 10.1C21 9.2 20.7 8.4 20.1 7.8C19.5 7.1 18.7 6.8 17.8 6.7C17.8 5.9 17.5 5.3 16.9 4.8C16.4 4.3 15.8 4 15 4C14.6 4 14.2 4.1 13.9 4.2C13.6 4.3 13.3 4.6 13 4.8C12.7 4.5 12.4 4.3 12.1 4.2C11.7 4.1 11.4 4 11 4C10.2 4 9.6 4.3 9 4.8C8.5 5.3 8.2 6 8.1 6.7C7.2 6.8 6.5 7.2 5.9 7.9C5.3 8.5 5 9.3 5 10.2C5 10.5 5 10.8 5.1 11.2C5.2 11.5 5.3 11.8 5.5 12.1C5.3 12.4 5.2 12.7 5.1 13C5 13.3 5 13.6 5 13.9C5 14.8 5.3 15.6 5.9 16.3C6.5 17 7.3 17.3 8.2 17.4C8.3 18.1 8.6 18.7 9.1 19.2C9.6 19.7 10.2 20 11 20C11.4 20 11.8 19.9 12.1 19.8C12.4 19.6 12.8 19.4 13 19.2C13.3 19.5 13.6 19.7 13.9 19.8C14.2 19.9 14.6 20 15 20C15.7 20 16.4 19.7 16.9 19.2C17.4 18.7 17.7 18.1 17.8 17.4C18.7 17.3 19.5 17 20.1 16.3C20.7 15.6 21 14.8 21 13.9C21 13.6 21 13.3 20.9 13C20.8 12.7 20.7 12.3 20.5 12ZM12.2 17.2C12.2 17.5 12.1 17.8 11.8 18.1C11.6 18.3 11.3 18.5 10.9 18.5C10.6 18.5 10.3 18.4 10.1 18.2C9.9 18 9.8 17.7 9.7 17.3C10 17.2 10.3 17 10.6 16.8C10.9 16.6 11.1 16.4 11.3 16.1C11.4 15.9 11.5 15.7 11.4 15.5C11.4 15.3 11.3 15.1 11.1 15C10.9 14.9 10.7 14.8 10.5 14.9C10.3 14.9 10.1 15 10 15.2C9.8 15.4 9.6 15.6 9.3 15.8C9 15.9 8.7 16 8.4 16C7.9 16 7.4 15.8 7.1 15.5C6.7 15.1 6.6 14.7 6.6 14.2C6.6 14.1 6.6 14 6.6 13.8C6.6 13.7 6.7 13.6 6.7 13.5C7 13.7 7.2 13.8 7.5 13.9C7.8 14 8.1 14 8.4 14C8.6 14 8.8 13.9 9 13.8C9.2 13.6 9.2 13.5 9.2 13.2C9.2 13 9.1 12.8 9 12.6C8.8 12.4 8.7 12.4 8.4 12.4C7.9 12.4 7.4 12.2 7.1 11.9C6.7 11.5 6.6 11.1 6.6 10.6C6.6 10.1 6.8 9.6 7.2 9.3C7.6 8.9 8 8.8 8.6 8.7C8.8 9 9 9.2 9.2 9.4C9.4 9.6 9.7 9.8 10 9.9C10.2 10 10.4 10 10.6 9.9C10.8 9.8 10.9 9.7 11 9.4C11.1 9.2 11.1 9 11 8.8C10.9 8.6 10.7 8.5 10.5 8.4C10.3 8.3 10.1 8.2 9.9 8C9.7 7.8 9.7 7.6 9.7 7.3C9.7 7 9.8 6.7 10.1 6.4C10.3 6.2 10.6 6 11 6C11.4 6 11.6 6.1 11.9 6.4C12.1 6.6 12.3 6.9 12.3 7.3V17.2H12.2ZM16.9 13.5C17.1 13.7 17.2 13.7 17.5 13.7C17.8 13.7 18.1 13.7 18.4 13.6C18.7 13.5 19 13.4 19.2 13.3C19.2 13.4 19.3 13.5 19.3 13.6C19.3 13.7 19.3 13.8 19.3 14C19.3 14.5 19.1 15 18.8 15.3C18.4 15.7 18 15.8 17.5 15.8C17.2 15.8 16.9 15.7 16.6 15.6C16.3 15.5 16.1 15.3 15.9 15C15.8 14.8 15.6 14.7 15.4 14.7C15.2 14.7 15 14.7 14.8 14.8C14.6 14.9 14.5 15.1 14.5 15.3C14.5 15.5 14.5 15.7 14.6 15.9C14.8 16.2 15 16.4 15.3 16.6C15.6 16.8 15.8 17 16.1 17.1C16.1 17.5 16 17.8 15.7 18C15.4 18.2 15.2 18.3 14.9 18.3C14.6 18.3 14.3 18.2 14 17.9C13.8 17.7 13.6 17.4 13.6 17V6.8C13.6 6.5 13.7 6.2 14 5.9C14.2 5.7 14.5 5.5 14.9 5.5C15.2 5.5 15.5 5.6 15.8 5.9C16 6.1 16.2 6.4 16.2 6.8C16.2 7.1 16.1 7.3 16 7.5C15.9 7.7 15.7 7.9 15.4 7.9C15.2 8 15 8.1 14.9 8.3C14.8 8.5 14.8 8.7 14.9 8.9C15 9.1 15.1 9.3 15.3 9.4C15.5 9.5 15.7 9.5 15.9 9.4C16.2 9.3 16.5 9.1 16.7 8.9C16.9 8.7 17.2 8.5 17.3 8.2C17.8 8.2 18.3 8.4 18.7 8.8C19.1 9.2 19.3 9.6 19.3 10.1C19.3 10.6 19.1 11.1 18.8 11.4C18.4 11.8 18 11.9 17.5 11.9C17.3 11.9 17.1 12 16.9 12.1C16.7 12.3 16.7 12.4 16.7 12.7C16.7 13.1 16.8 13.3 16.9 13.5Z" fill="${color}"/>
39
- <path d="M4.6375 4.6375L3.5 7L2.45 4.6375L0 3.5L2.45 2.3625L3.5 0L4.6375 2.3625L7 3.5L4.6375 4.6375Z" fill="${color}"/>
40
- <path d="M23 20L21.6667 19.3333L21 18L20.4 19.3333L19 20L20.4 20.6667L21 22L21.6667 20.6667L23 20Z" fill="${color}"/>
41
- <path d="M8 21L6 20L5 18L4.1 20L2 21L4.1 22L5 24L6 22L8 21Z" fill="${color}"/>
42
- </svg>
43
- `, height, width, color, strokeWidth });
44
- };
45
- // Annotate the CommonJS export names for ESM import in node:
46
- 0 && (module.exports = {
47
- MedbrainFullAi
48
- });
@@ -1,9 +0,0 @@
1
- import { SvgProps } from 'react-native-svg';
2
-
3
- type MedbrainFullAiProps = {
4
- color: string;
5
- strokeWidth?: number;
6
- } & SvgProps;
7
- declare const MedbrainFullAi: ({ height, width, color, strokeWidth }: MedbrainFullAiProps) => JSX.Element;
8
-
9
- export { MedbrainFullAi };
@@ -1,9 +0,0 @@
1
- import { SvgProps } from 'react-native-svg';
2
-
3
- type MedbrainFullAiProps = {
4
- color: string;
5
- strokeWidth?: number;
6
- } & SvgProps;
7
- declare const MedbrainFullAi: ({ height, width, color, strokeWidth }: MedbrainFullAiProps) => JSX.Element;
8
-
9
- export { MedbrainFullAi };
@@ -1,14 +0,0 @@
1
- import React from "react";
2
- import { SvgXml } from "react-native-svg";
3
- const MedbrainFullAi = ({ 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="M20.5 12C20.7 11.7 20.8 11.4 20.9 11.1C21 10.8 21 10.5 21 10.1C21 9.2 20.7 8.4 20.1 7.8C19.5 7.1 18.7 6.8 17.8 6.7C17.8 5.9 17.5 5.3 16.9 4.8C16.4 4.3 15.8 4 15 4C14.6 4 14.2 4.1 13.9 4.2C13.6 4.3 13.3 4.6 13 4.8C12.7 4.5 12.4 4.3 12.1 4.2C11.7 4.1 11.4 4 11 4C10.2 4 9.6 4.3 9 4.8C8.5 5.3 8.2 6 8.1 6.7C7.2 6.8 6.5 7.2 5.9 7.9C5.3 8.5 5 9.3 5 10.2C5 10.5 5 10.8 5.1 11.2C5.2 11.5 5.3 11.8 5.5 12.1C5.3 12.4 5.2 12.7 5.1 13C5 13.3 5 13.6 5 13.9C5 14.8 5.3 15.6 5.9 16.3C6.5 17 7.3 17.3 8.2 17.4C8.3 18.1 8.6 18.7 9.1 19.2C9.6 19.7 10.2 20 11 20C11.4 20 11.8 19.9 12.1 19.8C12.4 19.6 12.8 19.4 13 19.2C13.3 19.5 13.6 19.7 13.9 19.8C14.2 19.9 14.6 20 15 20C15.7 20 16.4 19.7 16.9 19.2C17.4 18.7 17.7 18.1 17.8 17.4C18.7 17.3 19.5 17 20.1 16.3C20.7 15.6 21 14.8 21 13.9C21 13.6 21 13.3 20.9 13C20.8 12.7 20.7 12.3 20.5 12ZM12.2 17.2C12.2 17.5 12.1 17.8 11.8 18.1C11.6 18.3 11.3 18.5 10.9 18.5C10.6 18.5 10.3 18.4 10.1 18.2C9.9 18 9.8 17.7 9.7 17.3C10 17.2 10.3 17 10.6 16.8C10.9 16.6 11.1 16.4 11.3 16.1C11.4 15.9 11.5 15.7 11.4 15.5C11.4 15.3 11.3 15.1 11.1 15C10.9 14.9 10.7 14.8 10.5 14.9C10.3 14.9 10.1 15 10 15.2C9.8 15.4 9.6 15.6 9.3 15.8C9 15.9 8.7 16 8.4 16C7.9 16 7.4 15.8 7.1 15.5C6.7 15.1 6.6 14.7 6.6 14.2C6.6 14.1 6.6 14 6.6 13.8C6.6 13.7 6.7 13.6 6.7 13.5C7 13.7 7.2 13.8 7.5 13.9C7.8 14 8.1 14 8.4 14C8.6 14 8.8 13.9 9 13.8C9.2 13.6 9.2 13.5 9.2 13.2C9.2 13 9.1 12.8 9 12.6C8.8 12.4 8.7 12.4 8.4 12.4C7.9 12.4 7.4 12.2 7.1 11.9C6.7 11.5 6.6 11.1 6.6 10.6C6.6 10.1 6.8 9.6 7.2 9.3C7.6 8.9 8 8.8 8.6 8.7C8.8 9 9 9.2 9.2 9.4C9.4 9.6 9.7 9.8 10 9.9C10.2 10 10.4 10 10.6 9.9C10.8 9.8 10.9 9.7 11 9.4C11.1 9.2 11.1 9 11 8.8C10.9 8.6 10.7 8.5 10.5 8.4C10.3 8.3 10.1 8.2 9.9 8C9.7 7.8 9.7 7.6 9.7 7.3C9.7 7 9.8 6.7 10.1 6.4C10.3 6.2 10.6 6 11 6C11.4 6 11.6 6.1 11.9 6.4C12.1 6.6 12.3 6.9 12.3 7.3V17.2H12.2ZM16.9 13.5C17.1 13.7 17.2 13.7 17.5 13.7C17.8 13.7 18.1 13.7 18.4 13.6C18.7 13.5 19 13.4 19.2 13.3C19.2 13.4 19.3 13.5 19.3 13.6C19.3 13.7 19.3 13.8 19.3 14C19.3 14.5 19.1 15 18.8 15.3C18.4 15.7 18 15.8 17.5 15.8C17.2 15.8 16.9 15.7 16.6 15.6C16.3 15.5 16.1 15.3 15.9 15C15.8 14.8 15.6 14.7 15.4 14.7C15.2 14.7 15 14.7 14.8 14.8C14.6 14.9 14.5 15.1 14.5 15.3C14.5 15.5 14.5 15.7 14.6 15.9C14.8 16.2 15 16.4 15.3 16.6C15.6 16.8 15.8 17 16.1 17.1C16.1 17.5 16 17.8 15.7 18C15.4 18.2 15.2 18.3 14.9 18.3C14.6 18.3 14.3 18.2 14 17.9C13.8 17.7 13.6 17.4 13.6 17V6.8C13.6 6.5 13.7 6.2 14 5.9C14.2 5.7 14.5 5.5 14.9 5.5C15.2 5.5 15.5 5.6 15.8 5.9C16 6.1 16.2 6.4 16.2 6.8C16.2 7.1 16.1 7.3 16 7.5C15.9 7.7 15.7 7.9 15.4 7.9C15.2 8 15 8.1 14.9 8.3C14.8 8.5 14.8 8.7 14.9 8.9C15 9.1 15.1 9.3 15.3 9.4C15.5 9.5 15.7 9.5 15.9 9.4C16.2 9.3 16.5 9.1 16.7 8.9C16.9 8.7 17.2 8.5 17.3 8.2C17.8 8.2 18.3 8.4 18.7 8.8C19.1 9.2 19.3 9.6 19.3 10.1C19.3 10.6 19.1 11.1 18.8 11.4C18.4 11.8 18 11.9 17.5 11.9C17.3 11.9 17.1 12 16.9 12.1C16.7 12.3 16.7 12.4 16.7 12.7C16.7 13.1 16.8 13.3 16.9 13.5Z" fill="${color}"/>
6
- <path d="M4.6375 4.6375L3.5 7L2.45 4.6375L0 3.5L2.45 2.3625L3.5 0L4.6375 2.3625L7 3.5L4.6375 4.6375Z" fill="${color}"/>
7
- <path d="M23 20L21.6667 19.3333L21 18L20.4 19.3333L19 20L20.4 20.6667L21 22L21.6667 20.6667L23 20Z" fill="${color}"/>
8
- <path d="M8 21L6 20L5 18L4.1 20L2 21L4.1 22L5 24L6 22L8 21Z" fill="${color}"/>
9
- </svg>
10
- `, height, width, color, strokeWidth });
11
- };
12
- export {
13
- MedbrainFullAi
14
- };
@@ -1,11 +0,0 @@
1
- import React from "react";
2
- import { SvgXml } from "react-native-svg";
3
- const Test = ({ 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="M7 16H14V18H7V16ZM7 12H17V14H7V12ZM7 8H17V10H7V8ZM19 4H14.82C14.4 2.84 13.3 2 12 2C10.7 2 9.6 2.84 9.18 4H5C4.86 4 4.73 4.01 4.6 4.04C4.21 4.12 3.86 4.32 3.59 4.59C3.41 4.77 3.26 4.99 3.16 5.23C3.06 5.46 3 5.72 3 6V20C3 20.27 3.06 20.54 3.16 20.78C3.26 21.02 3.41 21.23 3.59 21.42C3.86 21.69 4.21 21.89 4.6 21.97C4.73 21.99 4.86 22 5 22H19C20.1 22 21 21.1 21 20V6C21 4.9 20.1 4 19 4ZM12 3.75C12.41 3.75 12.75 4.09 12.75 4.5C12.75 4.91 12.41 5.25 12 5.25C11.59 5.25 11.25 4.91 11.25 4.5C11.25 4.09 11.59 3.75 12 3.75ZM19 20H5V6H19V20Z" fill="${color}"/>
6
- </svg>
7
- `, height, width, color, strokeWidth });
8
- };
9
- export {
10
- Test
11
- };
@@ -1,49 +0,0 @@
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 TestTime_exports = {};
30
- __export(TestTime_exports, {
31
- TestTime: () => TestTime
32
- });
33
- module.exports = __toCommonJS(TestTime_exports);
34
- var import_react = __toESM(require("react"), 1);
35
- var import_react_native_svg = require("react-native-svg");
36
- const TestTime = ({ 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="M13.395 16.033H7.08V18.027H13.395V16.033Z" fill="${color}"/>
39
- <path d="M17.025 8.25187H7.02V10.2459H17.025V8.25187Z" fill="${color}"/>
40
- <path d="M13.5005 12.2399H7.02V14.2339H13.5005V12.2399Z" fill="${color}"/>
41
- <path d="M19.02 17.8471L20.76 16.1229C20.865 16.018 20.925 15.8681 20.925 15.7331V14.9985C20.925 14.8486 20.805 14.7136 20.64 14.7136H16.11C15.96 14.7136 15.825 14.8336 15.825 14.9985V15.7181C15.825 15.8681 15.885 16.003 15.99 16.1079L17.73 17.8321C17.79 17.8921 17.82 17.952 17.82 18.027V18.6267C17.82 18.7016 17.79 18.7766 17.73 18.8216L15.99 20.5457C15.885 20.6507 15.825 20.8006 15.825 20.9355V21.6552C15.825 21.8051 15.945 21.94 16.11 21.94H20.655C20.805 21.94 20.94 21.8201 20.94 21.6552V20.9355C20.94 20.7856 20.88 20.6507 20.775 20.5457L19.035 18.8216C18.975 18.7616 18.945 18.7016 18.945 18.6267V18.027C18.945 17.967 18.975 17.8921 19.02 17.8471Z" fill="${color}"/>
42
- <path d="M19.005 3.994H14.82C14.4 2.83958 13.305 2 12 2C10.695 2 9.6 2.83958 9.18 3.994H4.995C4.86 3.994 4.725 4.009 4.59 4.03898C4.215 4.11394 3.855 4.32384 3.585 4.5937C3.405 4.77361 3.255 4.98351 3.165 5.22339C3.06 5.46327 3 5.71814 3 6.003V19.991C3 20.2609 3.06 20.5307 3.165 20.7706C3.27 21.0105 3.42 21.2204 3.6 21.4153C3.87 21.6852 4.215 21.8801 4.605 21.97C4.74 21.985 4.86 22 5.01 22H13.35V19.991H4.995V6.003H18.99V12.2099H21V6.003C21 4.89355 20.1 3.994 19.005 3.994ZM12 5.25337C11.595 5.25337 11.25 4.90855 11.25 4.50375C11.25 4.09895 11.595 3.75412 12 3.75412C12.405 3.75412 12.75 4.09895 12.75 4.50375C12.75 4.90855 12.405 5.25337 12 5.25337Z" fill="${color}"/>
43
- </svg>
44
- `, height, width, color, strokeWidth });
45
- };
46
- // Annotate the CommonJS export names for ESM import in node:
47
- 0 && (module.exports = {
48
- TestTime
49
- });
@@ -1,9 +0,0 @@
1
- import { SvgProps } from 'react-native-svg';
2
-
3
- type TestTimeProps = {
4
- color: string;
5
- strokeWidth?: number;
6
- } & SvgProps;
7
- declare const TestTime: ({ height, width, color, strokeWidth }: TestTimeProps) => JSX.Element;
8
-
9
- export { TestTime };
@@ -1,9 +0,0 @@
1
- import { SvgProps } from 'react-native-svg';
2
-
3
- type TestTimeProps = {
4
- color: string;
5
- strokeWidth?: number;
6
- } & SvgProps;
7
- declare const TestTime: ({ height, width, color, strokeWidth }: TestTimeProps) => JSX.Element;
8
-
9
- export { TestTime };
@@ -1,15 +0,0 @@
1
- import React from "react";
2
- import { SvgXml } from "react-native-svg";
3
- const TestTime = ({ 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="M13.395 16.033H7.08V18.027H13.395V16.033Z" fill="${color}"/>
6
- <path d="M17.025 8.25187H7.02V10.2459H17.025V8.25187Z" fill="${color}"/>
7
- <path d="M13.5005 12.2399H7.02V14.2339H13.5005V12.2399Z" fill="${color}"/>
8
- <path d="M19.02 17.8471L20.76 16.1229C20.865 16.018 20.925 15.8681 20.925 15.7331V14.9985C20.925 14.8486 20.805 14.7136 20.64 14.7136H16.11C15.96 14.7136 15.825 14.8336 15.825 14.9985V15.7181C15.825 15.8681 15.885 16.003 15.99 16.1079L17.73 17.8321C17.79 17.8921 17.82 17.952 17.82 18.027V18.6267C17.82 18.7016 17.79 18.7766 17.73 18.8216L15.99 20.5457C15.885 20.6507 15.825 20.8006 15.825 20.9355V21.6552C15.825 21.8051 15.945 21.94 16.11 21.94H20.655C20.805 21.94 20.94 21.8201 20.94 21.6552V20.9355C20.94 20.7856 20.88 20.6507 20.775 20.5457L19.035 18.8216C18.975 18.7616 18.945 18.7016 18.945 18.6267V18.027C18.945 17.967 18.975 17.8921 19.02 17.8471Z" fill="${color}"/>
9
- <path d="M19.005 3.994H14.82C14.4 2.83958 13.305 2 12 2C10.695 2 9.6 2.83958 9.18 3.994H4.995C4.86 3.994 4.725 4.009 4.59 4.03898C4.215 4.11394 3.855 4.32384 3.585 4.5937C3.405 4.77361 3.255 4.98351 3.165 5.22339C3.06 5.46327 3 5.71814 3 6.003V19.991C3 20.2609 3.06 20.5307 3.165 20.7706C3.27 21.0105 3.42 21.2204 3.6 21.4153C3.87 21.6852 4.215 21.8801 4.605 21.97C4.74 21.985 4.86 22 5.01 22H13.35V19.991H4.995V6.003H18.99V12.2099H21V6.003C21 4.89355 20.1 3.994 19.005 3.994ZM12 5.25337C11.595 5.25337 11.25 4.90855 11.25 4.50375C11.25 4.09895 11.595 3.75412 12 3.75412C12.405 3.75412 12.75 4.09895 12.75 4.50375C12.75 4.90855 12.405 5.25337 12 5.25337Z" fill="${color}"/>
10
- </svg>
11
- `, height, width, color, strokeWidth });
12
- };
13
- export {
14
- TestTime
15
- };