@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.
- package/dist/components/icons/AgendaAi.cjs +43 -0
- package/dist/components/icons/{TestTime.d.cts → AgendaAi.d.cts} +2 -2
- package/dist/components/icons/{TestTime.d.ts → AgendaAi.d.ts} +2 -2
- package/dist/components/icons/AgendaAi.js +9 -0
- package/dist/components/icons/{Test.cjs → AlmostAi.cjs} +8 -8
- package/dist/components/icons/AlmostAi.d.cts +6 -0
- package/dist/components/icons/AlmostAi.d.ts +6 -0
- package/dist/components/icons/AlmostAi.js +9 -0
- package/dist/components/icons/{HistoryBack.cjs → AttentionAi.cjs} +8 -8
- package/dist/components/icons/{HistoryBack.d.cts → AttentionAi.d.cts} +2 -2
- package/dist/components/icons/{HistoryBack.d.ts → AttentionAi.d.ts} +2 -2
- package/dist/components/icons/AttentionAi.js +9 -0
- package/dist/components/icons/CalendarEdit.cjs +43 -0
- package/dist/components/icons/CalendarEdit.d.cts +6 -0
- package/dist/components/icons/CalendarEdit.d.ts +6 -0
- package/dist/components/icons/CalendarEdit.js +9 -0
- package/dist/components/icons/Card.cjs +43 -0
- package/dist/components/icons/{Test.d.cts → Card.d.cts} +2 -2
- package/dist/components/icons/{Test.d.ts → Card.d.ts} +2 -2
- package/dist/components/icons/Card.js +9 -0
- package/dist/components/icons/CloudSync.cjs +43 -0
- package/dist/components/icons/CloudSync.d.cts +6 -0
- package/dist/components/icons/CloudSync.d.ts +6 -0
- package/dist/components/icons/CloudSync.js +9 -0
- package/dist/components/icons/Compass02.cjs +43 -0
- package/dist/components/icons/Compass02.d.cts +6 -0
- package/dist/components/icons/Compass02.d.ts +6 -0
- package/dist/components/icons/Compass02.js +9 -0
- package/dist/components/icons/CriticalAi.cjs +43 -0
- package/dist/components/icons/CriticalAi.d.cts +6 -0
- package/dist/components/icons/CriticalAi.d.ts +6 -0
- package/dist/components/icons/CriticalAi.js +9 -0
- package/dist/components/icons/EventEdit.cjs +43 -0
- package/dist/components/icons/EventEdit.d.cts +6 -0
- package/dist/components/icons/EventEdit.d.ts +6 -0
- package/dist/components/icons/EventEdit.js +9 -0
- package/dist/components/icons/GoalAi.cjs +43 -0
- package/dist/components/icons/GoalAi.d.cts +6 -0
- package/dist/components/icons/GoalAi.d.ts +6 -0
- package/dist/components/icons/GoalAi.js +9 -0
- package/dist/components/icons/PlaylistAdd.cjs +43 -0
- package/dist/components/icons/PlaylistAdd.d.cts +6 -0
- package/dist/components/icons/PlaylistAdd.d.ts +6 -0
- package/dist/components/icons/PlaylistAdd.js +9 -0
- package/dist/components/icons/PlaylistCheck.cjs +43 -0
- package/dist/components/icons/PlaylistCheck.d.cts +6 -0
- package/dist/components/icons/PlaylistCheck.d.ts +6 -0
- package/dist/components/icons/PlaylistCheck.js +9 -0
- package/dist/components/icons/Postpone.cjs +43 -0
- package/dist/components/icons/Postpone.d.cts +6 -0
- package/dist/components/icons/Postpone.d.ts +6 -0
- package/dist/components/icons/Postpone.js +9 -0
- package/dist/components/icons/SuperGoalAi.cjs +43 -0
- package/dist/components/icons/SuperGoalAi.d.cts +6 -0
- package/dist/components/icons/SuperGoalAi.d.ts +6 -0
- package/dist/components/icons/SuperGoalAi.js +9 -0
- package/dist/components/icons/index.cjs +42 -15
- package/dist/components/icons/index.d.cts +14 -5
- package/dist/components/icons/index.d.ts +14 -5
- package/dist/components/icons/index.js +28 -10
- package/dist/index.d.cts +14 -5
- package/dist/index.d.ts +14 -5
- package/native/components/icons/AgendaAi.cjs +45 -0
- package/native/components/icons/AgendaAi.d.cts +9 -0
- package/native/components/icons/AgendaAi.d.ts +9 -0
- package/native/components/icons/AgendaAi.js +11 -0
- package/native/components/icons/{Test.cjs → AlmostAi.cjs} +7 -7
- package/native/components/icons/AlmostAi.d.cts +9 -0
- package/native/components/icons/AlmostAi.d.ts +9 -0
- package/native/components/icons/AlmostAi.js +11 -0
- package/native/components/icons/{HistoryBack.cjs → AttentionAi.cjs} +7 -8
- package/native/components/icons/AttentionAi.d.cts +9 -0
- package/native/components/icons/AttentionAi.d.ts +9 -0
- package/native/components/icons/AttentionAi.js +11 -0
- package/native/components/icons/CalendarEdit.cjs +45 -0
- package/native/components/icons/CalendarEdit.d.cts +9 -0
- package/native/components/icons/CalendarEdit.d.ts +9 -0
- package/native/components/icons/CalendarEdit.js +11 -0
- package/native/components/icons/Card.cjs +45 -0
- package/native/components/icons/{Test.d.cts → Card.d.cts} +3 -3
- package/native/components/icons/{Test.d.ts → Card.d.ts} +3 -3
- package/native/components/icons/Card.js +11 -0
- package/native/components/icons/CloudSync.cjs +45 -0
- package/native/components/icons/CloudSync.d.cts +9 -0
- package/native/components/icons/CloudSync.d.ts +9 -0
- package/native/components/icons/CloudSync.js +11 -0
- package/native/components/icons/Compass02.cjs +45 -0
- package/native/components/icons/Compass02.d.cts +9 -0
- package/native/components/icons/Compass02.d.ts +9 -0
- package/native/components/icons/Compass02.js +11 -0
- package/native/components/icons/CriticalAi.cjs +45 -0
- package/native/components/icons/CriticalAi.d.cts +9 -0
- package/native/components/icons/CriticalAi.d.ts +9 -0
- package/native/components/icons/CriticalAi.js +11 -0
- package/native/components/icons/EventEdit.cjs +45 -0
- package/native/components/icons/EventEdit.d.cts +9 -0
- package/native/components/icons/EventEdit.d.ts +9 -0
- package/native/components/icons/EventEdit.js +11 -0
- package/native/components/icons/GoalAi.cjs +45 -0
- package/native/components/icons/GoalAi.d.cts +9 -0
- package/native/components/icons/GoalAi.d.ts +9 -0
- package/native/components/icons/GoalAi.js +11 -0
- package/native/components/icons/PlaylistAdd.cjs +45 -0
- package/native/components/icons/PlaylistAdd.d.cts +9 -0
- package/native/components/icons/PlaylistAdd.d.ts +9 -0
- package/native/components/icons/PlaylistAdd.js +11 -0
- package/native/components/icons/PlaylistCheck.cjs +45 -0
- package/native/components/icons/PlaylistCheck.d.cts +9 -0
- package/native/components/icons/PlaylistCheck.d.ts +9 -0
- package/native/components/icons/PlaylistCheck.js +11 -0
- package/native/components/icons/Postpone.cjs +45 -0
- package/native/components/icons/Postpone.d.cts +9 -0
- package/native/components/icons/Postpone.d.ts +9 -0
- package/native/components/icons/Postpone.js +11 -0
- package/native/components/icons/SuperGoalAi.cjs +45 -0
- package/native/components/icons/SuperGoalAi.d.cts +9 -0
- package/native/components/icons/SuperGoalAi.d.ts +9 -0
- package/native/components/icons/SuperGoalAi.js +11 -0
- package/native/components/icons/index.cjs +42 -15
- package/native/components/icons/index.d.cts +14 -5
- package/native/components/icons/index.d.ts +14 -5
- package/native/components/icons/index.js +28 -10
- package/native/index.d.cts +85 -31
- package/native/index.d.ts +85 -31
- package/package.json +8 -1
- package/dist/components/icons/Flame.cjs +0 -43
- package/dist/components/icons/Flame.d.cts +0 -6
- package/dist/components/icons/Flame.d.ts +0 -6
- package/dist/components/icons/Flame.js +0 -9
- package/dist/components/icons/HistoryBack.js +0 -9
- package/dist/components/icons/MedbrainFullAi.cjs +0 -43
- package/dist/components/icons/MedbrainFullAi.d.cts +0 -6
- package/dist/components/icons/MedbrainFullAi.d.ts +0 -6
- package/dist/components/icons/MedbrainFullAi.js +0 -9
- package/dist/components/icons/Test.js +0 -9
- package/dist/components/icons/TestTime.cjs +0 -43
- package/dist/components/icons/TestTime.js +0 -9
- package/native/components/icons/Flame.cjs +0 -45
- package/native/components/icons/Flame.d.cts +0 -9
- package/native/components/icons/Flame.d.ts +0 -9
- package/native/components/icons/Flame.js +0 -11
- package/native/components/icons/HistoryBack.d.cts +0 -9
- package/native/components/icons/HistoryBack.d.ts +0 -9
- package/native/components/icons/HistoryBack.js +0 -12
- package/native/components/icons/MedbrainFullAi.cjs +0 -48
- package/native/components/icons/MedbrainFullAi.d.cts +0 -9
- package/native/components/icons/MedbrainFullAi.d.ts +0 -9
- package/native/components/icons/MedbrainFullAi.js +0 -14
- package/native/components/icons/Test.js +0 -11
- package/native/components/icons/TestTime.cjs +0 -49
- package/native/components/icons/TestTime.d.cts +0 -9
- package/native/components/icons/TestTime.d.ts +0 -9
- package/native/components/icons/TestTime.js +0 -15
package/native/index.d.ts
CHANGED
|
@@ -42,6 +42,12 @@ type AddToQueueProps = {
|
|
|
42
42
|
} & SvgProps;
|
|
43
43
|
declare const AddToQueue: ({ height, width, color, strokeWidth }: AddToQueueProps) => JSX.Element;
|
|
44
44
|
|
|
45
|
+
type AgendaAiProps = {
|
|
46
|
+
color: string;
|
|
47
|
+
strokeWidth?: number;
|
|
48
|
+
} & SvgProps;
|
|
49
|
+
declare const AgendaAi: ({ height, width, color, strokeWidth }: AgendaAiProps) => JSX.Element;
|
|
50
|
+
|
|
45
51
|
type AirplayProps = {
|
|
46
52
|
color: string;
|
|
47
53
|
strokeWidth?: number;
|
|
@@ -54,6 +60,12 @@ type AlarmProps = {
|
|
|
54
60
|
} & SvgProps;
|
|
55
61
|
declare const Alarm: ({ height, width, color, strokeWidth }: AlarmProps) => JSX.Element;
|
|
56
62
|
|
|
63
|
+
type AlmostAiProps = {
|
|
64
|
+
color: string;
|
|
65
|
+
strokeWidth?: number;
|
|
66
|
+
} & SvgProps;
|
|
67
|
+
declare const AlmostAi: ({ height, width, color, strokeWidth }: AlmostAiProps) => JSX.Element;
|
|
68
|
+
|
|
57
69
|
type AnticipateProps = {
|
|
58
70
|
color: string;
|
|
59
71
|
strokeWidth?: number;
|
|
@@ -354,6 +366,12 @@ type ArrowsReload01Props = {
|
|
|
354
366
|
} & SvgProps;
|
|
355
367
|
declare const ArrowsReload01: ({ height, width, color, strokeWidth }: ArrowsReload01Props) => JSX.Element;
|
|
356
368
|
|
|
369
|
+
type AttentionAiProps = {
|
|
370
|
+
color: string;
|
|
371
|
+
strokeWidth?: number;
|
|
372
|
+
} & SvgProps;
|
|
373
|
+
declare const AttentionAi: ({ height, width, color, strokeWidth }: AttentionAiProps) => JSX.Element;
|
|
374
|
+
|
|
357
375
|
type BarBottomProps = {
|
|
358
376
|
color: string;
|
|
359
377
|
strokeWidth?: number;
|
|
@@ -516,6 +534,12 @@ type CalendarDaysProps = {
|
|
|
516
534
|
} & SvgProps;
|
|
517
535
|
declare const CalendarDays: ({ height, width, color, strokeWidth }: CalendarDaysProps) => JSX.Element;
|
|
518
536
|
|
|
537
|
+
type CalendarEditProps = {
|
|
538
|
+
color: string;
|
|
539
|
+
strokeWidth?: number;
|
|
540
|
+
} & SvgProps;
|
|
541
|
+
declare const CalendarEdit: ({ height, width, color, strokeWidth }: CalendarEditProps) => JSX.Element;
|
|
542
|
+
|
|
519
543
|
type CalendarEventProps = {
|
|
520
544
|
color: string;
|
|
521
545
|
strokeWidth?: number;
|
|
@@ -552,6 +576,12 @@ type CarAutoProps = {
|
|
|
552
576
|
} & SvgProps;
|
|
553
577
|
declare const CarAuto: ({ height, width, color, strokeWidth }: CarAutoProps) => JSX.Element;
|
|
554
578
|
|
|
579
|
+
type CardProps = {
|
|
580
|
+
color: string;
|
|
581
|
+
strokeWidth?: number;
|
|
582
|
+
} & SvgProps;
|
|
583
|
+
declare const Card: ({ height, width, color, strokeWidth }: CardProps) => JSX.Element;
|
|
584
|
+
|
|
555
585
|
type CardLibraryProps = {
|
|
556
586
|
color: string;
|
|
557
587
|
strokeWidth?: number;
|
|
@@ -948,6 +978,12 @@ type CloudRemoveProps = {
|
|
|
948
978
|
} & SvgProps;
|
|
949
979
|
declare const CloudRemove: ({ height, width, color, strokeWidth }: CloudRemoveProps) => JSX.Element;
|
|
950
980
|
|
|
981
|
+
type CloudSyncProps = {
|
|
982
|
+
color: string;
|
|
983
|
+
strokeWidth?: number;
|
|
984
|
+
} & SvgProps;
|
|
985
|
+
declare const CloudSync: ({ height, width, color, strokeWidth }: CloudSyncProps) => JSX.Element;
|
|
986
|
+
|
|
951
987
|
type CloudUploadProps = {
|
|
952
988
|
color: string;
|
|
953
989
|
strokeWidth?: number;
|
|
@@ -1002,6 +1038,12 @@ type CompassProps = {
|
|
|
1002
1038
|
} & SvgProps;
|
|
1003
1039
|
declare const Compass: ({ height, width, color, strokeWidth }: CompassProps) => JSX.Element;
|
|
1004
1040
|
|
|
1041
|
+
type Compass02Props = {
|
|
1042
|
+
color: string;
|
|
1043
|
+
strokeWidth?: number;
|
|
1044
|
+
} & SvgProps;
|
|
1045
|
+
declare const Compass02: ({ height, width, color, strokeWidth }: Compass02Props) => JSX.Element;
|
|
1046
|
+
|
|
1005
1047
|
type CookieProps = {
|
|
1006
1048
|
color: string;
|
|
1007
1049
|
strokeWidth?: number;
|
|
@@ -1026,6 +1068,12 @@ type CreditCard2Props = {
|
|
|
1026
1068
|
} & SvgProps;
|
|
1027
1069
|
declare const CreditCard2: ({ height, width, color, strokeWidth }: CreditCard2Props) => JSX.Element;
|
|
1028
1070
|
|
|
1071
|
+
type CriticalAiProps = {
|
|
1072
|
+
color: string;
|
|
1073
|
+
strokeWidth?: number;
|
|
1074
|
+
} & SvgProps;
|
|
1075
|
+
declare const CriticalAi: ({ height, width, color, strokeWidth }: CriticalAiProps) => JSX.Element;
|
|
1076
|
+
|
|
1029
1077
|
type CropProps = {
|
|
1030
1078
|
color: string;
|
|
1031
1079
|
strokeWidth?: number;
|
|
@@ -1164,6 +1212,12 @@ type EditPencilLine2Props = {
|
|
|
1164
1212
|
} & SvgProps;
|
|
1165
1213
|
declare const EditPencilLine2: ({ height, width, color, strokeWidth }: EditPencilLine2Props) => JSX.Element;
|
|
1166
1214
|
|
|
1215
|
+
type EventEditProps = {
|
|
1216
|
+
color: string;
|
|
1217
|
+
strokeWidth?: number;
|
|
1218
|
+
} & SvgProps;
|
|
1219
|
+
declare const EventEdit: ({ height, width, color, strokeWidth }: EventEditProps) => JSX.Element;
|
|
1220
|
+
|
|
1167
1221
|
type EventShortcutProps = {
|
|
1168
1222
|
color: string;
|
|
1169
1223
|
strokeWidth?: number;
|
|
@@ -1296,12 +1350,6 @@ type FlagProps = {
|
|
|
1296
1350
|
} & SvgProps;
|
|
1297
1351
|
declare const Flag: ({ height, width, color, strokeWidth }: FlagProps) => JSX.Element;
|
|
1298
1352
|
|
|
1299
|
-
type FlameProps = {
|
|
1300
|
-
color: string;
|
|
1301
|
-
strokeWidth?: number;
|
|
1302
|
-
} & SvgProps;
|
|
1303
|
-
declare const Flame: ({ height, width, color, strokeWidth }: FlameProps) => JSX.Element;
|
|
1304
|
-
|
|
1305
1353
|
type FlashcardProps = {
|
|
1306
1354
|
color: string;
|
|
1307
1355
|
strokeWidth?: number;
|
|
@@ -1416,6 +1464,12 @@ type GlobeProps = {
|
|
|
1416
1464
|
} & SvgProps;
|
|
1417
1465
|
declare const Globe: ({ height, width, color, strokeWidth }: GlobeProps) => JSX.Element;
|
|
1418
1466
|
|
|
1467
|
+
type GoalAiProps = {
|
|
1468
|
+
color: string;
|
|
1469
|
+
strokeWidth?: number;
|
|
1470
|
+
} & SvgProps;
|
|
1471
|
+
declare const GoalAi: ({ height, width, color, strokeWidth }: GoalAiProps) => JSX.Element;
|
|
1472
|
+
|
|
1419
1473
|
type GraduationProps = {
|
|
1420
1474
|
color: string;
|
|
1421
1475
|
strokeWidth?: number;
|
|
@@ -1530,12 +1584,6 @@ type HideProps = {
|
|
|
1530
1584
|
} & SvgProps;
|
|
1531
1585
|
declare const Hide: ({ height, width, color, strokeWidth }: HideProps) => JSX.Element;
|
|
1532
1586
|
|
|
1533
|
-
type HistoryBackProps = {
|
|
1534
|
-
color: string;
|
|
1535
|
-
strokeWidth?: number;
|
|
1536
|
-
} & SvgProps;
|
|
1537
|
-
declare const HistoryBack: ({ height, width, color, strokeWidth }: HistoryBackProps) => JSX.Element;
|
|
1538
|
-
|
|
1539
1587
|
type HouseProps = {
|
|
1540
1588
|
color: string;
|
|
1541
1589
|
strokeWidth?: number;
|
|
@@ -1854,12 +1902,6 @@ type MedbrainAiProps = {
|
|
|
1854
1902
|
} & SvgProps;
|
|
1855
1903
|
declare const MedbrainAi: ({ height, width, color, strokeWidth }: MedbrainAiProps) => JSX.Element;
|
|
1856
1904
|
|
|
1857
|
-
type MedbrainFullAiProps = {
|
|
1858
|
-
color: string;
|
|
1859
|
-
strokeWidth?: number;
|
|
1860
|
-
} & SvgProps;
|
|
1861
|
-
declare const MedbrainFullAi: ({ height, width, color, strokeWidth }: MedbrainFullAiProps) => JSX.Element;
|
|
1862
|
-
|
|
1863
1905
|
type MedicalClinicProps = {
|
|
1864
1906
|
color: string;
|
|
1865
1907
|
strokeWidth?: number;
|
|
@@ -2142,6 +2184,24 @@ type PlaylistProps = {
|
|
|
2142
2184
|
} & SvgProps;
|
|
2143
2185
|
declare const Playlist: ({ height, width, color, strokeWidth }: PlaylistProps) => JSX.Element;
|
|
2144
2186
|
|
|
2187
|
+
type PlaylistAddProps = {
|
|
2188
|
+
color: string;
|
|
2189
|
+
strokeWidth?: number;
|
|
2190
|
+
} & SvgProps;
|
|
2191
|
+
declare const PlaylistAdd: ({ height, width, color, strokeWidth }: PlaylistAddProps) => JSX.Element;
|
|
2192
|
+
|
|
2193
|
+
type PlaylistCheckProps = {
|
|
2194
|
+
color: string;
|
|
2195
|
+
strokeWidth?: number;
|
|
2196
|
+
} & SvgProps;
|
|
2197
|
+
declare const PlaylistCheck: ({ height, width, color, strokeWidth }: PlaylistCheckProps) => JSX.Element;
|
|
2198
|
+
|
|
2199
|
+
type PostponeProps = {
|
|
2200
|
+
color: string;
|
|
2201
|
+
strokeWidth?: number;
|
|
2202
|
+
} & SvgProps;
|
|
2203
|
+
declare const Postpone: ({ height, width, color, strokeWidth }: PostponeProps) => JSX.Element;
|
|
2204
|
+
|
|
2145
2205
|
type PreventiveProps = {
|
|
2146
2206
|
color: string;
|
|
2147
2207
|
strokeWidth?: number;
|
|
@@ -2538,6 +2598,12 @@ type SunProps = {
|
|
|
2538
2598
|
} & SvgProps;
|
|
2539
2599
|
declare const Sun: ({ height, width, color, strokeWidth }: SunProps) => JSX.Element;
|
|
2540
2600
|
|
|
2601
|
+
type SuperGoalAiProps = {
|
|
2602
|
+
color: string;
|
|
2603
|
+
strokeWidth?: number;
|
|
2604
|
+
} & SvgProps;
|
|
2605
|
+
declare const SuperGoalAi: ({ height, width, color, strokeWidth }: SuperGoalAiProps) => JSX.Element;
|
|
2606
|
+
|
|
2541
2607
|
type SurgeryProps = {
|
|
2542
2608
|
color: string;
|
|
2543
2609
|
strokeWidth?: number;
|
|
@@ -2616,24 +2682,12 @@ type TerminalProps = {
|
|
|
2616
2682
|
} & SvgProps;
|
|
2617
2683
|
declare const Terminal: ({ height, width, color, strokeWidth }: TerminalProps) => JSX.Element;
|
|
2618
2684
|
|
|
2619
|
-
type TestProps = {
|
|
2620
|
-
color: string;
|
|
2621
|
-
strokeWidth?: number;
|
|
2622
|
-
} & SvgProps;
|
|
2623
|
-
declare const Test: ({ height, width, color, strokeWidth }: TestProps) => JSX.Element;
|
|
2624
|
-
|
|
2625
2685
|
type TestAiProps = {
|
|
2626
2686
|
color: string;
|
|
2627
2687
|
strokeWidth?: number;
|
|
2628
2688
|
} & SvgProps;
|
|
2629
2689
|
declare const TestAi: ({ height, width, color, strokeWidth }: TestAiProps) => JSX.Element;
|
|
2630
2690
|
|
|
2631
|
-
type TestTimeProps = {
|
|
2632
|
-
color: string;
|
|
2633
|
-
strokeWidth?: number;
|
|
2634
|
-
} & SvgProps;
|
|
2635
|
-
declare const TestTime: ({ height, width, color, strokeWidth }: TestTimeProps) => JSX.Element;
|
|
2636
|
-
|
|
2637
2691
|
type TextProps = {
|
|
2638
2692
|
color: string;
|
|
2639
2693
|
strokeWidth?: number;
|
|
@@ -3030,4 +3084,4 @@ type WindowTerminalProps = {
|
|
|
3030
3084
|
} & SvgProps;
|
|
3031
3085
|
declare const WindowTerminal: ({ height, width, color, strokeWidth }: WindowTerminalProps) => JSX.Element;
|
|
3032
3086
|
|
|
3033
|
-
export { AddColumn, AddMinusSquare, AddPlus, AddPlusCircle, AddPlusSquare, AddRow, AddToQueue, Airplay, Alarm, Anticipate, Archive, ArrowCircleDown, ArrowCircleDownLeft, ArrowCircleDownRight, ArrowCircleLeft, ArrowCircleRight, ArrowCircleUp, ArrowCircleUpLeft, ArrowCircleUpRight, ArrowDownLeftLg, ArrowDownLeftMd, ArrowDownLeftSm, ArrowDownLg, ArrowDownMd, ArrowDownRightLg, ArrowDownRightMd, ArrowDownRightSm, ArrowDownSm, ArrowDownUp, ArrowLeftLg, ArrowLeftMd, ArrowLeftRight, ArrowLeftSm, ArrowReload02, ArrowRightLg, ArrowRightMd, ArrowRightSm, ArrowSubDownLeft, ArrowSubDownRight, ArrowSubLeftDown, ArrowSubLeftUp, ArrowSubRightDown, ArrowSubRightUp, ArrowSubUpLeft, ArrowSubUpRight, ArrowUndoDownLeft, ArrowUndoDownRight, ArrowUndoUpLeft, ArrowUndoUpRight, ArrowUpLeftLg, ArrowUpLeftMd, ArrowUpLeftSm, ArrowUpLg, ArrowUpMd, ArrowUpRightLg, ArrowUpRightMd, ArrowUpRightSm, ArrowUpSm, ArrowsReload01, BarBottom, BarLeft, BarRight, BarTop, Bell, BellAdd, BellClose, BellNotification, BellOff, BellRemove, BellRing, Bold, Bolt, Book, Book2, BookOpen, Bookmark, Building, Building2, Building3, Building4, Bulb, Calendar, CalendarAdd, CalendarCheck, CalendarClose, CalendarDays, CalendarEvent, CalendarList, CalendarRemove, CalendarWeek, Camera, CarAuto, CardLibrary, CaretCircleDown, CaretCircleLeft, CaretCircleRight, CaretCircleUp, CaretDownMd, CaretDownSm, CaretLeftSm, CaretRightSm, CaretUpMd, CaretUpSm, ChartBarHorizontal, ChartBarVertical, ChartBarVertical02, ChartLine, ChartPie, Chat, ChatAdd, ChatCheck, ChatCircle, ChatCircleAdd, ChatCircleCheck, ChatCircleClose, ChatCircleDots, ChatCircleRemove, ChatClose, ChatConversation, ChatConversationCircle, ChatDots, ChatRemove, Check, CheckAll, CheckAllBig, CheckBig, CheckMedium, CheckboxCheck, CheckboxFill, CheckboxUnchecked, ChevronDown, ChevronDownDuo, ChevronLeft, ChevronLeftDuo, ChevronLeftMd, ChevronRight, ChevronRightDuo, ChevronRightMd, ChevronUp, ChevronUpDuo, Chromecast, Circle, CircleCheck, CircleHelp, CircleWarning, Clock, CloseCircle, CloseLg, CloseMd, CloseSm, CloseSquare, Cloud, CloudAdd, CloudCheck, CloudClose, CloudDownload, CloudOff, CloudRemove, CloudUpload, Code, CoffeToGo, Coffee, Columns, CombineAi, CombineCells, Command, Compass, Cookie, Copy, CreditCard, CreditCard2, Crop, Cupcake, Cylinder, Data, DeleteColumn, DeleteRow, Desktop, DesktopTower, Devices, DoubleQuotesL, DoubleQuotesR, Download, DownloadPackage, DragHorizontal, DragVertical, DummyCircle, DummyCircleSmall, DummySquare, DummySquareSmall, EditPencil, EditPencil2, EditPencilLine, EditPencilLine2, EventShortcut, Exit, Expand, ExternalLink, Figma, FileAdd, FileBlank, FileCheck, FileClose, FileCode, FileDocument, FileDownload, FileEdit, FileRemove, FileSearch, FileUpload, Files, Filter, FilterOff, Fire, FirstAid, Flag,
|
|
3087
|
+
export { AddColumn, AddMinusSquare, AddPlus, AddPlusCircle, AddPlusSquare, AddRow, AddToQueue, AgendaAi, Airplay, Alarm, AlmostAi, Anticipate, Archive, ArrowCircleDown, ArrowCircleDownLeft, ArrowCircleDownRight, ArrowCircleLeft, ArrowCircleRight, ArrowCircleUp, ArrowCircleUpLeft, ArrowCircleUpRight, ArrowDownLeftLg, ArrowDownLeftMd, ArrowDownLeftSm, ArrowDownLg, ArrowDownMd, ArrowDownRightLg, ArrowDownRightMd, ArrowDownRightSm, ArrowDownSm, ArrowDownUp, ArrowLeftLg, ArrowLeftMd, ArrowLeftRight, ArrowLeftSm, ArrowReload02, ArrowRightLg, ArrowRightMd, ArrowRightSm, ArrowSubDownLeft, ArrowSubDownRight, ArrowSubLeftDown, ArrowSubLeftUp, ArrowSubRightDown, ArrowSubRightUp, ArrowSubUpLeft, ArrowSubUpRight, ArrowUndoDownLeft, ArrowUndoDownRight, ArrowUndoUpLeft, ArrowUndoUpRight, ArrowUpLeftLg, ArrowUpLeftMd, ArrowUpLeftSm, ArrowUpLg, ArrowUpMd, ArrowUpRightLg, ArrowUpRightMd, ArrowUpRightSm, ArrowUpSm, ArrowsReload01, AttentionAi, BarBottom, BarLeft, BarRight, BarTop, Bell, BellAdd, BellClose, BellNotification, BellOff, BellRemove, BellRing, Bold, Bolt, Book, Book2, BookOpen, Bookmark, Building, Building2, Building3, Building4, Bulb, Calendar, CalendarAdd, CalendarCheck, CalendarClose, CalendarDays, CalendarEdit, CalendarEvent, CalendarList, CalendarRemove, CalendarWeek, Camera, CarAuto, Card, CardLibrary, CaretCircleDown, CaretCircleLeft, CaretCircleRight, CaretCircleUp, CaretDownMd, CaretDownSm, CaretLeftSm, CaretRightSm, CaretUpMd, CaretUpSm, ChartBarHorizontal, ChartBarVertical, ChartBarVertical02, ChartLine, ChartPie, Chat, ChatAdd, ChatCheck, ChatCircle, ChatCircleAdd, ChatCircleCheck, ChatCircleClose, ChatCircleDots, ChatCircleRemove, ChatClose, ChatConversation, ChatConversationCircle, ChatDots, ChatRemove, Check, CheckAll, CheckAllBig, CheckBig, CheckMedium, CheckboxCheck, CheckboxFill, CheckboxUnchecked, ChevronDown, ChevronDownDuo, ChevronLeft, ChevronLeftDuo, ChevronLeftMd, ChevronRight, ChevronRightDuo, ChevronRightMd, ChevronUp, ChevronUpDuo, Chromecast, Circle, CircleCheck, CircleHelp, CircleWarning, Clock, CloseCircle, CloseLg, CloseMd, CloseSm, CloseSquare, Cloud, CloudAdd, CloudCheck, CloudClose, CloudDownload, CloudOff, CloudRemove, CloudSync, CloudUpload, Code, CoffeToGo, Coffee, Columns, CombineAi, CombineCells, Command, Compass, Compass02, Cookie, Copy, CreditCard, CreditCard2, CriticalAi, Crop, Cupcake, Cylinder, Data, DeleteColumn, DeleteRow, Desktop, DesktopTower, Devices, DoubleQuotesL, DoubleQuotesR, Download, DownloadPackage, DragHorizontal, DragVertical, DummyCircle, DummyCircleSmall, DummySquare, DummySquareSmall, EditPencil, EditPencil2, EditPencilLine, EditPencilLine2, EventEdit, EventShortcut, Exit, Expand, ExternalLink, Figma, FileAdd, FileBlank, FileCheck, FileClose, FileCode, FileDocument, FileDownload, FileEdit, FileRemove, FileSearch, FileUpload, Files, Filter, FilterOff, Fire, FirstAid, Flag, Flashcard, Focus, Folder, FolderAdd, FolderCheck, FolderClose, FolderCode, FolderDocument, FolderDownload, FolderEdit, FolderOpen, FolderRemove, FolderSearch, FolderUpload, Folders, Font, Forward, Gift, Globe, GoalAi, Graduation, Grid, GynecologyAndObstetrics, HalfCheckLg, HamburgerLg, HamburgerMd, Handbag, Heading, HeadingH1, HeadingH2, HeadingH3, HeadingH4, HeadingH5, HeadingH6, Headphones, Heart, Heart2, Help, Hide, House, House2, House3, HouseAdd, HouseCheck, HouseClose, HouseRemove, Image, Image2, IndexHigh, IndexLow, IndexMedium, IndexPriority, Info, Instance, InternshipContent, InternshipSync, Italic, Keyboard, Label, Laptop, LastActivity, Layer, Layers, Leaf, LineL, LineM, LineS, LineXl, Link, LinkBreak, LinkHorizontal, LinkHorizontalOff, LinkVertical, ListAdd, ListCheck, ListChecklist, ListOrdered, ListRemove, ListUnordered, Loading, Lock, LockOpen, LogOut, MagnifyingGlassMinus, MagnifyingGlassPlus, Mail, MailOpen, MainComponent, Map, MapPin, Medbrain, MedbrainAi, MedicalClinic, Mention, MenuAlt, MenuAlt2, MenuAlt3, MenuAlt4, MenuAlt5, MenuDuoLg, MenuDuoMd, Mobile, MobileButton, Monitor, MonitorPlay, Moon, MoreGridBig, MoreGridSmall, MoreHorizontal, MoreVertical, Mouse, Move, MoveHorizontal, MoveVertical, MovingDesk, Navigation, Note, NoteEdit, NoteSearch, Notebook, Octagon, OctagonCheck, OctagonHelp, OctagonWarning, Option, PaperPlane, PaperclipAttechmentHorizontal, PaperclipAttechmentTilt, Paragraph, Path, Pause, PauseCircle, Pediatrics, Pen, Phone, Planet, Play, PlayCircle, Playlist, PlaylistAdd, PlaylistCheck, Postpone, Preventive, Printer, Puzzle, QrCode, QuestionAi, RadioFill, RadioUnchecked, Rainbow, Redo, ReloadAi, RemoveMinus, RemoveMinusCircle, Repeat, Rewind, Rocket, Rows, Ruler, Save, SearchAi, SearchMagnifyingGlass, SelectMultiple, Settings, SettingsFuture, ShareAndroid, ShareIOsExport, Shield, ShieldCheck, ShieldWarning, ShoppingBag, ShoppingBag2, ShoppingCart, ShoppingCart2, Show, Shrink, Shuffle, SidebarClose, SidebarOpen, SingleQuotesL, SingleQuotesR, SkipBack, SkipForward, Slider, Slider2, Slider3, Smile, SortAscending, SortDescending, SparkleArrowDownRightMd, SparkleArrowRightMd, SparkleArrowSubDownRightMd, SparkleArrowUpMd, SparkleArrowUpRightMd, SparklesAi, Spin10, Spin5, Square, SquareCheck, SquareHelp, SquareWarning, Star, Stop, StopCircle, StopSign, Strikethrough, Suitcase, Sun, SuperGoalAi, Surgery, SwatchesPalette, SwichtLeft, SwichtRight, Table, TableAdd, TableRemove, Tablet, TabletButton, Tag, Target, TarguetArrow, Terminal, TestAi, Text, TextAlignCenter, TextAlignJustify, TextAlignLeft, TextAlignRight, ThumbsDown, ThumbsUp, TicketVoucher, TimeAi, TimeRemaining, TimelineAi, Timer, TimerAdd, TimerClose, TimerRemove, Trade, TrashEmpty, TrashFull, TrendingDown, TrendingUp, Triangle, TriangleCheck, TriangleWarning, TurboReview, Underline, Undo, UnfoldLess, UnfoldMore, User, User2, User3, UserAdd, UserCardId, UserCheck, UserCircle, UserClose, UserRemove, UserSquare, UserVoice, Users, UsersGroup, VolumeMax, VolumeMin, VolumeMinus, VolumeOff, VolumeOff2, VolumePlus, Warning, WaterDrop, Wavy, WavyCheck, WavyHelp, WavyWarning, WeekAi, WifiHigh, WifiLow, WifiMedium, WifiNone, WifiOff, WifiProblem, Window, WindowCheck, WindowClose, WindowCodeBlock, WindowSidebar, WindowTerminal };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medway-ui/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"description": "Pacote para geração e gerenciamento de ícones Medway.",
|
|
5
5
|
"homepage": "https://main.d13e8l5cmf2py3.amplifyapp.com/",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -58,5 +58,12 @@
|
|
|
58
58
|
"license": "MIT",
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
|
61
|
+
},
|
|
62
|
+
"repository": {
|
|
63
|
+
"type": "git",
|
|
64
|
+
"url": "git+https://github.com/medway-dev/medway-icons.git"
|
|
65
|
+
},
|
|
66
|
+
"bugs": {
|
|
67
|
+
"url": "https://github.com/medway-dev/medway-icons/issues"
|
|
61
68
|
}
|
|
62
69
|
}
|
|
@@ -1,43 +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 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_Icon = require("../Icon");
|
|
36
|
-
const Flame = (0, import_Icon.createIcon)(
|
|
37
|
-
/* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("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" }))
|
|
38
|
-
);
|
|
39
|
-
Flame.displayName = "Flame";
|
|
40
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
41
|
-
0 && (module.exports = {
|
|
42
|
-
Flame
|
|
43
|
-
});
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { IconProps } from '../Icon.cjs';
|
|
2
|
-
import React__default from 'react';
|
|
3
|
-
|
|
4
|
-
declare const Flame: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
|
|
5
|
-
|
|
6
|
-
export { Flame };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { IconProps } from '../Icon.js';
|
|
2
|
-
import React__default from 'react';
|
|
3
|
-
|
|
4
|
-
declare const Flame: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
|
|
5
|
-
|
|
6
|
-
export { Flame };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { createIcon } from "../Icon";
|
|
3
|
-
const Flame = createIcon(
|
|
4
|
-
/* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("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" }))
|
|
5
|
-
);
|
|
6
|
-
Flame.displayName = "Flame";
|
|
7
|
-
export {
|
|
8
|
-
Flame
|
|
9
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { createIcon } from "../Icon";
|
|
3
|
-
const HistoryBack = createIcon(
|
|
4
|
-
/* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("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: "#313949" }), /* @__PURE__ */ React.createElement("path", { d: "M17.0002 13H11.0002V7H13.0002V11H17.0002V13Z", fill: "#313949" }))
|
|
5
|
-
);
|
|
6
|
-
HistoryBack.displayName = "HistoryBack";
|
|
7
|
-
export {
|
|
8
|
-
HistoryBack
|
|
9
|
-
};
|
|
@@ -1,43 +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_Icon = require("../Icon");
|
|
36
|
-
const MedbrainFullAi = (0, import_Icon.createIcon)(
|
|
37
|
-
/* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("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: "#313949" }), /* @__PURE__ */ import_react.default.createElement("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: "#313949" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M23 20L21.6667 19.3333L21 18L20.4 19.3333L19 20L20.4 20.6667L21 22L21.6667 20.6667L23 20Z", fill: "#313949" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M8 21L6 20L5 18L4.1 20L2 21L4.1 22L5 24L6 22L8 21Z", fill: "#313949" }))
|
|
38
|
-
);
|
|
39
|
-
MedbrainFullAi.displayName = "MedbrainFullAi";
|
|
40
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
41
|
-
0 && (module.exports = {
|
|
42
|
-
MedbrainFullAi
|
|
43
|
-
});
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { IconProps } from '../Icon.cjs';
|
|
2
|
-
import React__default from 'react';
|
|
3
|
-
|
|
4
|
-
declare const MedbrainFullAi: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
|
|
5
|
-
|
|
6
|
-
export { MedbrainFullAi };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { IconProps } from '../Icon.js';
|
|
2
|
-
import React__default from 'react';
|
|
3
|
-
|
|
4
|
-
declare const MedbrainFullAi: React__default.MemoExoticComponent<React__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>>;
|
|
5
|
-
|
|
6
|
-
export { MedbrainFullAi };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { createIcon } from "../Icon";
|
|
3
|
-
const MedbrainFullAi = createIcon(
|
|
4
|
-
/* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("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: "#313949" }), /* @__PURE__ */ React.createElement("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: "#313949" }), /* @__PURE__ */ React.createElement("path", { d: "M23 20L21.6667 19.3333L21 18L20.4 19.3333L19 20L20.4 20.6667L21 22L21.6667 20.6667L23 20Z", fill: "#313949" }), /* @__PURE__ */ React.createElement("path", { d: "M8 21L6 20L5 18L4.1 20L2 21L4.1 22L5 24L6 22L8 21Z", fill: "#313949" }))
|
|
5
|
-
);
|
|
6
|
-
MedbrainFullAi.displayName = "MedbrainFullAi";
|
|
7
|
-
export {
|
|
8
|
-
MedbrainFullAi
|
|
9
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { createIcon } from "../Icon";
|
|
3
|
-
const Test = createIcon(
|
|
4
|
-
/* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("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: "#313949" }))
|
|
5
|
-
);
|
|
6
|
-
Test.displayName = "Test";
|
|
7
|
-
export {
|
|
8
|
-
Test
|
|
9
|
-
};
|
|
@@ -1,43 +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_Icon = require("../Icon");
|
|
36
|
-
const TestTime = (0, import_Icon.createIcon)(
|
|
37
|
-
/* @__PURE__ */ import_react.default.createElement(import_react.default.Fragment, null, /* @__PURE__ */ import_react.default.createElement("path", { d: "M13.395 16.033H7.08V18.027H13.395V16.033Z", fill: "#313949" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M17.025 8.25187H7.02V10.2459H17.025V8.25187Z", fill: "#313949" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M13.5005 12.2399H7.02V14.2339H13.5005V12.2399Z", fill: "#313949" }), /* @__PURE__ */ import_react.default.createElement("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: "#313949" }), /* @__PURE__ */ import_react.default.createElement("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: "#313949" }))
|
|
38
|
-
);
|
|
39
|
-
TestTime.displayName = "TestTime";
|
|
40
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
41
|
-
0 && (module.exports = {
|
|
42
|
-
TestTime
|
|
43
|
-
});
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { createIcon } from "../Icon";
|
|
3
|
-
const TestTime = createIcon(
|
|
4
|
-
/* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("path", { d: "M13.395 16.033H7.08V18.027H13.395V16.033Z", fill: "#313949" }), /* @__PURE__ */ React.createElement("path", { d: "M17.025 8.25187H7.02V10.2459H17.025V8.25187Z", fill: "#313949" }), /* @__PURE__ */ React.createElement("path", { d: "M13.5005 12.2399H7.02V14.2339H13.5005V12.2399Z", fill: "#313949" }), /* @__PURE__ */ React.createElement("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: "#313949" }), /* @__PURE__ */ React.createElement("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: "#313949" }))
|
|
5
|
-
);
|
|
6
|
-
TestTime.displayName = "TestTime";
|
|
7
|
-
export {
|
|
8
|
-
TestTime
|
|
9
|
-
};
|
|
@@ -1,45 +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 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
|
-
});
|
|
@@ -1,11 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
};
|