@medway-ui/icons 1.2.0 → 1.4.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.
- package/dist/components/icons/Anticipate.cjs +43 -0
- package/dist/components/icons/Anticipate.d.cts +6 -0
- package/dist/components/icons/Anticipate.d.ts +6 -0
- package/dist/components/icons/Anticipate.js +9 -0
- package/dist/components/icons/Flame.cjs +43 -0
- package/dist/components/icons/Flame.d.cts +6 -0
- package/dist/components/icons/Flame.d.ts +6 -0
- package/dist/components/icons/Flame.js +9 -0
- package/dist/components/icons/HistoryBack.cjs +43 -0
- package/dist/components/icons/HistoryBack.d.cts +6 -0
- package/dist/components/icons/HistoryBack.d.ts +6 -0
- package/dist/components/icons/HistoryBack.js +9 -0
- package/dist/components/icons/MedbrainFullAi.cjs +43 -0
- package/dist/components/icons/MedbrainFullAi.d.cts +6 -0
- package/dist/components/icons/MedbrainFullAi.d.ts +6 -0
- package/dist/components/icons/MedbrainFullAi.js +9 -0
- package/dist/components/icons/Test.cjs +43 -0
- package/dist/components/icons/Test.d.cts +6 -0
- package/dist/components/icons/Test.d.ts +6 -0
- package/dist/components/icons/Test.js +9 -0
- package/dist/components/icons/TestTime.cjs +43 -0
- package/dist/components/icons/TestTime.d.cts +6 -0
- package/dist/components/icons/TestTime.d.ts +6 -0
- package/dist/components/icons/TestTime.js +9 -0
- package/dist/components/icons/index.cjs +18 -0
- package/dist/components/icons/index.d.cts +6 -0
- package/dist/components/icons/index.d.ts +6 -0
- package/dist/components/icons/index.js +12 -0
- package/dist/index.d.cts +6 -0
- package/dist/index.d.ts +6 -0
- package/native/components/icons/Anticipate.cjs +45 -0
- package/native/components/icons/Anticipate.d.cts +9 -0
- package/native/components/icons/Anticipate.d.ts +9 -0
- package/native/components/icons/Anticipate.js +11 -0
- package/native/components/icons/Flame.cjs +45 -0
- package/native/components/icons/Flame.d.cts +9 -0
- package/native/components/icons/Flame.d.ts +9 -0
- package/native/components/icons/Flame.js +11 -0
- package/native/components/icons/HistoryBack.cjs +46 -0
- package/native/components/icons/HistoryBack.d.cts +9 -0
- package/native/components/icons/HistoryBack.d.ts +9 -0
- package/native/components/icons/HistoryBack.js +12 -0
- package/native/components/icons/MedbrainFullAi.cjs +48 -0
- package/native/components/icons/MedbrainFullAi.d.cts +9 -0
- package/native/components/icons/MedbrainFullAi.d.ts +9 -0
- package/native/components/icons/MedbrainFullAi.js +14 -0
- package/native/components/icons/Test.cjs +45 -0
- package/native/components/icons/Test.d.cts +9 -0
- package/native/components/icons/Test.d.ts +9 -0
- package/native/components/icons/Test.js +11 -0
- package/native/components/icons/TestTime.cjs +49 -0
- package/native/components/icons/TestTime.d.cts +9 -0
- package/native/components/icons/TestTime.d.ts +9 -0
- package/native/components/icons/TestTime.js +15 -0
- package/native/components/icons/index.cjs +18 -0
- package/native/components/icons/index.d.cts +6 -0
- package/native/components/icons/index.d.ts +6 -0
- package/native/components/icons/index.js +12 -0
- package/native/index.d.cts +37 -1
- package/native/index.d.ts +37 -1
- package/package.json +1 -1
|
@@ -7,6 +7,7 @@ export { AddRow } from './AddRow.js';
|
|
|
7
7
|
export { AddToQueue } from './AddToQueue.js';
|
|
8
8
|
export { Airplay } from './Airplay.js';
|
|
9
9
|
export { Alarm } from './Alarm.js';
|
|
10
|
+
export { Anticipate } from './Anticipate.js';
|
|
10
11
|
export { Archive } from './Archive.js';
|
|
11
12
|
export { ArrowCircleDown } from './ArrowCircleDown.js';
|
|
12
13
|
export { ArrowCircleDownLeft } from './ArrowCircleDownLeft.js';
|
|
@@ -213,6 +214,7 @@ export { FilterOff } from './FilterOff.js';
|
|
|
213
214
|
export { Fire } from './Fire.js';
|
|
214
215
|
export { FirstAid } from './FirstAid.js';
|
|
215
216
|
export { Flag } from './Flag.js';
|
|
217
|
+
export { Flame } from './Flame.js';
|
|
216
218
|
export { Flashcard } from './Flashcard.js';
|
|
217
219
|
export { Focus } from './Focus.js';
|
|
218
220
|
export { Folder } from './Folder.js';
|
|
@@ -251,6 +253,7 @@ export { Heart } from './Heart.js';
|
|
|
251
253
|
export { Heart2 } from './Heart2.js';
|
|
252
254
|
export { Help } from './Help.js';
|
|
253
255
|
export { Hide } from './Hide.js';
|
|
256
|
+
export { HistoryBack } from './HistoryBack.js';
|
|
254
257
|
export { House } from './House.js';
|
|
255
258
|
export { House2 } from './House2.js';
|
|
256
259
|
export { House3 } from './House3.js';
|
|
@@ -304,6 +307,7 @@ export { Map } from './Map.js';
|
|
|
304
307
|
export { MapPin } from './MapPin.js';
|
|
305
308
|
export { Medbrain } from './Medbrain.js';
|
|
306
309
|
export { MedbrainAi } from './MedbrainAi.js';
|
|
310
|
+
export { MedbrainFullAi } from './MedbrainFullAi.js';
|
|
307
311
|
export { MedicalClinic } from './MedicalClinic.js';
|
|
308
312
|
export { Mention } from './Mention.js';
|
|
309
313
|
export { MenuAlt } from './MenuAlt.js';
|
|
@@ -430,7 +434,9 @@ export { Tag } from './Tag.js';
|
|
|
430
434
|
export { Target } from './Target.js';
|
|
431
435
|
export { TarguetArrow } from './TarguetArrow.js';
|
|
432
436
|
export { Terminal } from './Terminal.js';
|
|
437
|
+
export { Test } from './Test.js';
|
|
433
438
|
export { TestAi } from './TestAi.js';
|
|
439
|
+
export { TestTime } from './TestTime.js';
|
|
434
440
|
export { Text } from './Text.js';
|
|
435
441
|
export { TextAlignCenter } from './TextAlignCenter.js';
|
|
436
442
|
export { TextAlignJustify } from './TextAlignJustify.js';
|
|
@@ -7,6 +7,7 @@ import { AddRow } from "./AddRow";
|
|
|
7
7
|
import { AddToQueue } from "./AddToQueue";
|
|
8
8
|
import { Airplay } from "./Airplay";
|
|
9
9
|
import { Alarm } from "./Alarm";
|
|
10
|
+
import { Anticipate } from "./Anticipate";
|
|
10
11
|
import { Archive } from "./Archive";
|
|
11
12
|
import { ArrowCircleDown } from "./ArrowCircleDown";
|
|
12
13
|
import { ArrowCircleDownLeft } from "./ArrowCircleDownLeft";
|
|
@@ -213,6 +214,7 @@ import { FilterOff } from "./FilterOff";
|
|
|
213
214
|
import { Fire } from "./Fire";
|
|
214
215
|
import { FirstAid } from "./FirstAid";
|
|
215
216
|
import { Flag } from "./Flag";
|
|
217
|
+
import { Flame } from "./Flame";
|
|
216
218
|
import { Flashcard } from "./Flashcard";
|
|
217
219
|
import { Focus } from "./Focus";
|
|
218
220
|
import { Folder } from "./Folder";
|
|
@@ -251,6 +253,7 @@ import { Heart } from "./Heart";
|
|
|
251
253
|
import { Heart2 } from "./Heart2";
|
|
252
254
|
import { Help } from "./Help";
|
|
253
255
|
import { Hide } from "./Hide";
|
|
256
|
+
import { HistoryBack } from "./HistoryBack";
|
|
254
257
|
import { House } from "./House";
|
|
255
258
|
import { House2 } from "./House2";
|
|
256
259
|
import { House3 } from "./House3";
|
|
@@ -304,6 +307,7 @@ import { Map } from "./Map";
|
|
|
304
307
|
import { MapPin } from "./MapPin";
|
|
305
308
|
import { Medbrain } from "./Medbrain";
|
|
306
309
|
import { MedbrainAi } from "./MedbrainAi";
|
|
310
|
+
import { MedbrainFullAi } from "./MedbrainFullAi";
|
|
307
311
|
import { MedicalClinic } from "./MedicalClinic";
|
|
308
312
|
import { Mention } from "./Mention";
|
|
309
313
|
import { MenuAlt } from "./MenuAlt";
|
|
@@ -430,7 +434,9 @@ import { Tag } from "./Tag";
|
|
|
430
434
|
import { Target } from "./Target";
|
|
431
435
|
import { TarguetArrow } from "./TarguetArrow";
|
|
432
436
|
import { Terminal } from "./Terminal";
|
|
437
|
+
import { Test } from "./Test";
|
|
433
438
|
import { TestAi } from "./TestAi";
|
|
439
|
+
import { TestTime } from "./TestTime";
|
|
434
440
|
import { Text } from "./Text";
|
|
435
441
|
import { TextAlignCenter } from "./TextAlignCenter";
|
|
436
442
|
import { TextAlignJustify } from "./TextAlignJustify";
|
|
@@ -507,6 +513,7 @@ export {
|
|
|
507
513
|
AddToQueue,
|
|
508
514
|
Airplay,
|
|
509
515
|
Alarm,
|
|
516
|
+
Anticipate,
|
|
510
517
|
Archive,
|
|
511
518
|
ArrowCircleDown,
|
|
512
519
|
ArrowCircleDownLeft,
|
|
@@ -713,6 +720,7 @@ export {
|
|
|
713
720
|
Fire,
|
|
714
721
|
FirstAid,
|
|
715
722
|
Flag,
|
|
723
|
+
Flame,
|
|
716
724
|
Flashcard,
|
|
717
725
|
Focus,
|
|
718
726
|
Folder,
|
|
@@ -751,6 +759,7 @@ export {
|
|
|
751
759
|
Heart2,
|
|
752
760
|
Help,
|
|
753
761
|
Hide,
|
|
762
|
+
HistoryBack,
|
|
754
763
|
House,
|
|
755
764
|
House2,
|
|
756
765
|
House3,
|
|
@@ -804,6 +813,7 @@ export {
|
|
|
804
813
|
MapPin,
|
|
805
814
|
Medbrain,
|
|
806
815
|
MedbrainAi,
|
|
816
|
+
MedbrainFullAi,
|
|
807
817
|
MedicalClinic,
|
|
808
818
|
Mention,
|
|
809
819
|
MenuAlt,
|
|
@@ -930,7 +940,9 @@ export {
|
|
|
930
940
|
Target,
|
|
931
941
|
TarguetArrow,
|
|
932
942
|
Terminal,
|
|
943
|
+
Test,
|
|
933
944
|
TestAi,
|
|
945
|
+
TestTime,
|
|
934
946
|
Text,
|
|
935
947
|
TextAlignCenter,
|
|
936
948
|
TextAlignJustify,
|
package/dist/index.d.cts
CHANGED
|
@@ -8,6 +8,7 @@ export { AddRow } from './components/icons/AddRow.cjs';
|
|
|
8
8
|
export { AddToQueue } from './components/icons/AddToQueue.cjs';
|
|
9
9
|
export { Airplay } from './components/icons/Airplay.cjs';
|
|
10
10
|
export { Alarm } from './components/icons/Alarm.cjs';
|
|
11
|
+
export { Anticipate } from './components/icons/Anticipate.cjs';
|
|
11
12
|
export { Archive } from './components/icons/Archive.cjs';
|
|
12
13
|
export { ArrowCircleDown } from './components/icons/ArrowCircleDown.cjs';
|
|
13
14
|
export { ArrowCircleDownLeft } from './components/icons/ArrowCircleDownLeft.cjs';
|
|
@@ -214,6 +215,7 @@ export { FilterOff } from './components/icons/FilterOff.cjs';
|
|
|
214
215
|
export { Fire } from './components/icons/Fire.cjs';
|
|
215
216
|
export { FirstAid } from './components/icons/FirstAid.cjs';
|
|
216
217
|
export { Flag } from './components/icons/Flag.cjs';
|
|
218
|
+
export { Flame } from './components/icons/Flame.cjs';
|
|
217
219
|
export { Flashcard } from './components/icons/Flashcard.cjs';
|
|
218
220
|
export { Focus } from './components/icons/Focus.cjs';
|
|
219
221
|
export { Folder } from './components/icons/Folder.cjs';
|
|
@@ -252,6 +254,7 @@ export { Heart } from './components/icons/Heart.cjs';
|
|
|
252
254
|
export { Heart2 } from './components/icons/Heart2.cjs';
|
|
253
255
|
export { Help } from './components/icons/Help.cjs';
|
|
254
256
|
export { Hide } from './components/icons/Hide.cjs';
|
|
257
|
+
export { HistoryBack } from './components/icons/HistoryBack.cjs';
|
|
255
258
|
export { House } from './components/icons/House.cjs';
|
|
256
259
|
export { House2 } from './components/icons/House2.cjs';
|
|
257
260
|
export { House3 } from './components/icons/House3.cjs';
|
|
@@ -305,6 +308,7 @@ export { Map } from './components/icons/Map.cjs';
|
|
|
305
308
|
export { MapPin } from './components/icons/MapPin.cjs';
|
|
306
309
|
export { Medbrain } from './components/icons/Medbrain.cjs';
|
|
307
310
|
export { MedbrainAi } from './components/icons/MedbrainAi.cjs';
|
|
311
|
+
export { MedbrainFullAi } from './components/icons/MedbrainFullAi.cjs';
|
|
308
312
|
export { MedicalClinic } from './components/icons/MedicalClinic.cjs';
|
|
309
313
|
export { Mention } from './components/icons/Mention.cjs';
|
|
310
314
|
export { MenuAlt } from './components/icons/MenuAlt.cjs';
|
|
@@ -431,7 +435,9 @@ export { Tag } from './components/icons/Tag.cjs';
|
|
|
431
435
|
export { Target } from './components/icons/Target.cjs';
|
|
432
436
|
export { TarguetArrow } from './components/icons/TarguetArrow.cjs';
|
|
433
437
|
export { Terminal } from './components/icons/Terminal.cjs';
|
|
438
|
+
export { Test } from './components/icons/Test.cjs';
|
|
434
439
|
export { TestAi } from './components/icons/TestAi.cjs';
|
|
440
|
+
export { TestTime } from './components/icons/TestTime.cjs';
|
|
435
441
|
export { Text } from './components/icons/Text.cjs';
|
|
436
442
|
export { TextAlignCenter } from './components/icons/TextAlignCenter.cjs';
|
|
437
443
|
export { TextAlignJustify } from './components/icons/TextAlignJustify.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export { AddRow } from './components/icons/AddRow.js';
|
|
|
8
8
|
export { AddToQueue } from './components/icons/AddToQueue.js';
|
|
9
9
|
export { Airplay } from './components/icons/Airplay.js';
|
|
10
10
|
export { Alarm } from './components/icons/Alarm.js';
|
|
11
|
+
export { Anticipate } from './components/icons/Anticipate.js';
|
|
11
12
|
export { Archive } from './components/icons/Archive.js';
|
|
12
13
|
export { ArrowCircleDown } from './components/icons/ArrowCircleDown.js';
|
|
13
14
|
export { ArrowCircleDownLeft } from './components/icons/ArrowCircleDownLeft.js';
|
|
@@ -214,6 +215,7 @@ export { FilterOff } from './components/icons/FilterOff.js';
|
|
|
214
215
|
export { Fire } from './components/icons/Fire.js';
|
|
215
216
|
export { FirstAid } from './components/icons/FirstAid.js';
|
|
216
217
|
export { Flag } from './components/icons/Flag.js';
|
|
218
|
+
export { Flame } from './components/icons/Flame.js';
|
|
217
219
|
export { Flashcard } from './components/icons/Flashcard.js';
|
|
218
220
|
export { Focus } from './components/icons/Focus.js';
|
|
219
221
|
export { Folder } from './components/icons/Folder.js';
|
|
@@ -252,6 +254,7 @@ export { Heart } from './components/icons/Heart.js';
|
|
|
252
254
|
export { Heart2 } from './components/icons/Heart2.js';
|
|
253
255
|
export { Help } from './components/icons/Help.js';
|
|
254
256
|
export { Hide } from './components/icons/Hide.js';
|
|
257
|
+
export { HistoryBack } from './components/icons/HistoryBack.js';
|
|
255
258
|
export { House } from './components/icons/House.js';
|
|
256
259
|
export { House2 } from './components/icons/House2.js';
|
|
257
260
|
export { House3 } from './components/icons/House3.js';
|
|
@@ -305,6 +308,7 @@ export { Map } from './components/icons/Map.js';
|
|
|
305
308
|
export { MapPin } from './components/icons/MapPin.js';
|
|
306
309
|
export { Medbrain } from './components/icons/Medbrain.js';
|
|
307
310
|
export { MedbrainAi } from './components/icons/MedbrainAi.js';
|
|
311
|
+
export { MedbrainFullAi } from './components/icons/MedbrainFullAi.js';
|
|
308
312
|
export { MedicalClinic } from './components/icons/MedicalClinic.js';
|
|
309
313
|
export { Mention } from './components/icons/Mention.js';
|
|
310
314
|
export { MenuAlt } from './components/icons/MenuAlt.js';
|
|
@@ -431,7 +435,9 @@ export { Tag } from './components/icons/Tag.js';
|
|
|
431
435
|
export { Target } from './components/icons/Target.js';
|
|
432
436
|
export { TarguetArrow } from './components/icons/TarguetArrow.js';
|
|
433
437
|
export { Terminal } from './components/icons/Terminal.js';
|
|
438
|
+
export { Test } from './components/icons/Test.js';
|
|
434
439
|
export { TestAi } from './components/icons/TestAi.js';
|
|
440
|
+
export { TestTime } from './components/icons/TestTime.js';
|
|
435
441
|
export { Text } from './components/icons/Text.js';
|
|
436
442
|
export { TextAlignCenter } from './components/icons/TextAlignCenter.js';
|
|
437
443
|
export { TextAlignJustify } from './components/icons/TextAlignJustify.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 Anticipate_exports = {};
|
|
30
|
+
__export(Anticipate_exports, {
|
|
31
|
+
Anticipate: () => Anticipate
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(Anticipate_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const Anticipate = ({ 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="M8.00333 19.0088H5.00083C4.47013 19.0088 3.96113 18.7981 3.58587 18.4229C3.21061 18.0476 3 17.5386 3 17.0079V6.00083C3 5.47013 3.21061 4.96113 3.58587 4.58587C3.96113 4.21061 4.47013 4 5.00083 4H19.0067C19.5374 4 20.0464 4.21061 20.4216 4.58587C20.7969 4.96113 21.0075 5.47013 21.0075 6.00083V8.5M7.00171 9.00546H12M7.00171 12.9941C7.78209 12.9915 8.21962 12.9967 9 12.9941M21.2426 16H12.7574M12.7574 16L15.9393 19.182M12.7574 16L15.9393 12.818" 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
|
+
Anticipate
|
|
45
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const Anticipate = ({ 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="M8.00333 19.0088H5.00083C4.47013 19.0088 3.96113 18.7981 3.58587 18.4229C3.21061 18.0476 3 17.5386 3 17.0079V6.00083C3 5.47013 3.21061 4.96113 3.58587 4.58587C3.96113 4.21061 4.47013 4 5.00083 4H19.0067C19.5374 4 20.0464 4.21061 20.4216 4.58587C20.7969 4.96113 21.0075 5.47013 21.0075 6.00083V8.5M7.00171 9.00546H12M7.00171 12.9941C7.78209 12.9915 8.21962 12.9967 9 12.9941M21.2426 16H12.7574M12.7574 16L15.9393 19.182M12.7574 16L15.9393 12.818" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`, height, width, color, strokeWidth });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
Anticipate
|
|
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 Flame_exports = {};
|
|
30
|
+
__export(Flame_exports, {
|
|
31
|
+
Flame: () => Flame
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(Flame_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const Flame = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement(import_react_native_svg.SvgXml, { xml: `<svg viewBox="0 0 18 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
38
|
+
<path d="M7.19824 1.67969C8.37429 2.46862 9.33414 3.57001 10.0469 4.9873L10.0479 4.98828C11.0038 6.88128 11.3967 8.53659 11.3154 9.93262V9.93848C11.3119 10.0074 11.317 10.7074 11.3252 11.3242C11.3295 11.6489 11.3349 11.9773 11.3418 12.2285C11.3452 12.3528 11.3489 12.4664 11.3535 12.5527C11.3557 12.5936 11.3587 12.6417 11.3633 12.6865C11.3653 12.7062 11.3702 12.7464 11.3789 12.793C11.3829 12.814 11.3924 12.8624 11.4111 12.9209C11.4205 12.9501 11.4384 13.0025 11.4688 13.0635C11.4908 13.1078 11.5501 13.2174 11.6631 13.3291V13.3311C11.6667 13.3346 11.6712 13.3373 11.6748 13.3408C11.6812 13.3469 11.6866 13.3543 11.6934 13.3604L11.6943 13.3584C11.9875 13.628 12.3337 13.678 12.5703 13.6553C12.77 13.6361 13.0786 13.5509 13.3291 13.2676L13.335 13.2607L13.3418 13.2529C13.7154 12.8134 14.1282 12.042 14.4502 11.2148C14.688 10.6039 14.9004 9.89621 15.0127 9.17871C15.544 9.81522 15.9841 10.5357 16.3135 11.3184H16.3145C16.7706 12.4001 16.9999 13.5477 17 14.7334V14.7354C17.0022 15.869 16.7861 16.9908 16.3652 18.0303H16.3643C15.9585 19.0348 15.3784 19.9367 14.6396 20.707L14.6367 20.709C13.997 21.381 13.2565 21.93 12.4482 22.335L12.0977 22.5C11.8761 22.5975 11.6513 22.6831 11.4248 22.7588C11.0305 22.5715 10.6865 22.2053 10.2666 21.3115L10.2578 21.292L10.2471 21.2715C9.78799 20.3976 9.09213 18.7236 8.92871 18.2021L8.89746 18.1035L8.8252 17.873L8.65625 17.7012L8.37207 17.4131L8.07812 17.1143H6.37598V22.6865C6.21782 22.6285 6.05989 22.5669 5.9043 22.498H5.90332C4.9561 22.0804 4.10166 21.4771 3.36035 20.7041H3.36133C2.63008 19.9405 2.04238 19.0323 1.63477 18.0273H1.63574C1.21431 16.9851 1.00004 15.8792 1 14.7314L1.01367 14.2451C1.07606 13.1149 1.3534 12.0094 1.8291 10.9951C2.3762 9.84316 3.16055 8.84134 4.12012 8.0625L4.12207 8.06055C4.62833 7.6472 5.08836 7.17596 5.49316 6.65625L5.49414 6.65527C6.07678 5.9061 6.53179 5.07095 6.84863 4.17383C7.11225 3.42816 7.21881 2.58231 7.19824 1.67969Z" stroke="${color}" stroke-width="${strokeWidth}"/>
|
|
39
|
+
</svg>
|
|
40
|
+
`, height, width, color, strokeWidth });
|
|
41
|
+
};
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
Flame
|
|
45
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const Flame = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
4
|
+
return /* @__PURE__ */ React.createElement(SvgXml, { xml: `<svg viewBox="0 0 18 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
+
<path d="M7.19824 1.67969C8.37429 2.46862 9.33414 3.57001 10.0469 4.9873L10.0479 4.98828C11.0038 6.88128 11.3967 8.53659 11.3154 9.93262V9.93848C11.3119 10.0074 11.317 10.7074 11.3252 11.3242C11.3295 11.6489 11.3349 11.9773 11.3418 12.2285C11.3452 12.3528 11.3489 12.4664 11.3535 12.5527C11.3557 12.5936 11.3587 12.6417 11.3633 12.6865C11.3653 12.7062 11.3702 12.7464 11.3789 12.793C11.3829 12.814 11.3924 12.8624 11.4111 12.9209C11.4205 12.9501 11.4384 13.0025 11.4688 13.0635C11.4908 13.1078 11.5501 13.2174 11.6631 13.3291V13.3311C11.6667 13.3346 11.6712 13.3373 11.6748 13.3408C11.6812 13.3469 11.6866 13.3543 11.6934 13.3604L11.6943 13.3584C11.9875 13.628 12.3337 13.678 12.5703 13.6553C12.77 13.6361 13.0786 13.5509 13.3291 13.2676L13.335 13.2607L13.3418 13.2529C13.7154 12.8134 14.1282 12.042 14.4502 11.2148C14.688 10.6039 14.9004 9.89621 15.0127 9.17871C15.544 9.81522 15.9841 10.5357 16.3135 11.3184H16.3145C16.7706 12.4001 16.9999 13.5477 17 14.7334V14.7354C17.0022 15.869 16.7861 16.9908 16.3652 18.0303H16.3643C15.9585 19.0348 15.3784 19.9367 14.6396 20.707L14.6367 20.709C13.997 21.381 13.2565 21.93 12.4482 22.335L12.0977 22.5C11.8761 22.5975 11.6513 22.6831 11.4248 22.7588C11.0305 22.5715 10.6865 22.2053 10.2666 21.3115L10.2578 21.292L10.2471 21.2715C9.78799 20.3976 9.09213 18.7236 8.92871 18.2021L8.89746 18.1035L8.8252 17.873L8.65625 17.7012L8.37207 17.4131L8.07812 17.1143H6.37598V22.6865C6.21782 22.6285 6.05989 22.5669 5.9043 22.498H5.90332C4.9561 22.0804 4.10166 21.4771 3.36035 20.7041H3.36133C2.63008 19.9405 2.04238 19.0323 1.63477 18.0273H1.63574C1.21431 16.9851 1.00004 15.8792 1 14.7314L1.01367 14.2451C1.07606 13.1149 1.3534 12.0094 1.8291 10.9951C2.3762 9.84316 3.16055 8.84134 4.12012 8.0625L4.12207 8.06055C4.62833 7.6472 5.08836 7.17596 5.49316 6.65625L5.49414 6.65527C6.07678 5.9061 6.53179 5.07095 6.84863 4.17383C7.11225 3.42816 7.21881 2.58231 7.19824 1.67969Z" stroke="${color}" stroke-width="${strokeWidth}"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`, height, width, color, strokeWidth });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
Flame
|
|
11
|
+
};
|
|
@@ -0,0 +1,46 @@
|
|
|
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 HistoryBack_exports = {};
|
|
30
|
+
__export(HistoryBack_exports, {
|
|
31
|
+
HistoryBack: () => HistoryBack
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(HistoryBack_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const HistoryBack = ({ 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.0002 22C7.16225 22 3.12674 18.5645 2.2002 14H4.25219C5.14028 17.4505 8.27248 20 12.0002 20C16.4185 20 20.0002 16.4183 20.0002 12C19.9952 7.58378 16.4164 4.00496 12.0002 4C9.0206 4 6.42149 5.62888 5.04473 8.04473L8 11H1V4L3.58908 6.58908C5.36889 3.82814 8.47103 2 12.0002 2C17.523 2 22.0002 6.47715 22.0002 12C21.9941 17.5203 17.5205 21.9939 12.0002 22Z" fill="${color}"/>
|
|
39
|
+
<path d="M17.0002 13H11.0002V7H13.0002V11H17.0002V13Z" fill="${color}"/>
|
|
40
|
+
</svg>
|
|
41
|
+
`, height, width, color, strokeWidth });
|
|
42
|
+
};
|
|
43
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
44
|
+
0 && (module.exports = {
|
|
45
|
+
HistoryBack
|
|
46
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const HistoryBack = ({ 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.0002 22C7.16225 22 3.12674 18.5645 2.2002 14H4.25219C5.14028 17.4505 8.27248 20 12.0002 20C16.4185 20 20.0002 16.4183 20.0002 12C19.9952 7.58378 16.4164 4.00496 12.0002 4C9.0206 4 6.42149 5.62888 5.04473 8.04473L8 11H1V4L3.58908 6.58908C5.36889 3.82814 8.47103 2 12.0002 2C17.523 2 22.0002 6.47715 22.0002 12C21.9941 17.5203 17.5205 21.9939 12.0002 22Z" fill="${color}"/>
|
|
6
|
+
<path d="M17.0002 13H11.0002V7H13.0002V11H17.0002V13Z" fill="${color}"/>
|
|
7
|
+
</svg>
|
|
8
|
+
`, height, width, color, strokeWidth });
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
HistoryBack
|
|
12
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
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 };
|
|
@@ -0,0 +1,9 @@
|
|
|
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 };
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
};
|
|
@@ -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 Test_exports = {};
|
|
30
|
+
__export(Test_exports, {
|
|
31
|
+
Test: () => Test
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(Test_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const Test = ({ 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="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}"/>
|
|
39
|
+
</svg>
|
|
40
|
+
`, height, width, color, strokeWidth });
|
|
41
|
+
};
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
Test
|
|
45
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
};
|