@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
|
@@ -5,8 +5,10 @@ import { AddPlusCircle } from "./AddPlusCircle";
|
|
|
5
5
|
import { AddPlusSquare } from "./AddPlusSquare";
|
|
6
6
|
import { AddRow } from "./AddRow";
|
|
7
7
|
import { AddToQueue } from "./AddToQueue";
|
|
8
|
+
import { AgendaAi } from "./AgendaAi";
|
|
8
9
|
import { Airplay } from "./Airplay";
|
|
9
10
|
import { Alarm } from "./Alarm";
|
|
11
|
+
import { AlmostAi } from "./AlmostAi";
|
|
10
12
|
import { Anticipate } from "./Anticipate";
|
|
11
13
|
import { Archive } from "./Archive";
|
|
12
14
|
import { ArrowCircleDown } from "./ArrowCircleDown";
|
|
@@ -57,6 +59,7 @@ import { ArrowUpRightMd } from "./ArrowUpRightMd";
|
|
|
57
59
|
import { ArrowUpRightSm } from "./ArrowUpRightSm";
|
|
58
60
|
import { ArrowUpSm } from "./ArrowUpSm";
|
|
59
61
|
import { ArrowsReload01 } from "./ArrowsReload01";
|
|
62
|
+
import { AttentionAi } from "./AttentionAi";
|
|
60
63
|
import { BarBottom } from "./BarBottom";
|
|
61
64
|
import { BarLeft } from "./BarLeft";
|
|
62
65
|
import { BarRight } from "./BarRight";
|
|
@@ -84,12 +87,14 @@ import { CalendarAdd } from "./CalendarAdd";
|
|
|
84
87
|
import { CalendarCheck } from "./CalendarCheck";
|
|
85
88
|
import { CalendarClose } from "./CalendarClose";
|
|
86
89
|
import { CalendarDays } from "./CalendarDays";
|
|
90
|
+
import { CalendarEdit } from "./CalendarEdit";
|
|
87
91
|
import { CalendarEvent } from "./CalendarEvent";
|
|
88
92
|
import { CalendarList } from "./CalendarList";
|
|
89
93
|
import { CalendarRemove } from "./CalendarRemove";
|
|
90
94
|
import { CalendarWeek } from "./CalendarWeek";
|
|
91
95
|
import { Camera } from "./Camera";
|
|
92
96
|
import { CarAuto } from "./CarAuto";
|
|
97
|
+
import { Card } from "./Card";
|
|
93
98
|
import { CardLibrary } from "./CardLibrary";
|
|
94
99
|
import { CaretCircleDown } from "./CaretCircleDown";
|
|
95
100
|
import { CaretCircleLeft } from "./CaretCircleLeft";
|
|
@@ -156,6 +161,7 @@ import { CloudClose } from "./CloudClose";
|
|
|
156
161
|
import { CloudDownload } from "./CloudDownload";
|
|
157
162
|
import { CloudOff } from "./CloudOff";
|
|
158
163
|
import { CloudRemove } from "./CloudRemove";
|
|
164
|
+
import { CloudSync } from "./CloudSync";
|
|
159
165
|
import { CloudUpload } from "./CloudUpload";
|
|
160
166
|
import { Code } from "./Code";
|
|
161
167
|
import { CoffeToGo } from "./CoffeToGo";
|
|
@@ -165,10 +171,12 @@ import { CombineAi } from "./CombineAi";
|
|
|
165
171
|
import { CombineCells } from "./CombineCells";
|
|
166
172
|
import { Command } from "./Command";
|
|
167
173
|
import { Compass } from "./Compass";
|
|
174
|
+
import { Compass02 } from "./Compass02";
|
|
168
175
|
import { Cookie } from "./Cookie";
|
|
169
176
|
import { Copy } from "./Copy";
|
|
170
177
|
import { CreditCard } from "./CreditCard";
|
|
171
178
|
import { CreditCard2 } from "./CreditCard2";
|
|
179
|
+
import { CriticalAi } from "./CriticalAi";
|
|
172
180
|
import { Crop } from "./Crop";
|
|
173
181
|
import { Cupcake } from "./Cupcake";
|
|
174
182
|
import { Cylinder } from "./Cylinder";
|
|
@@ -192,6 +200,7 @@ import { EditPencil } from "./EditPencil";
|
|
|
192
200
|
import { EditPencil2 } from "./EditPencil2";
|
|
193
201
|
import { EditPencilLine } from "./EditPencilLine";
|
|
194
202
|
import { EditPencilLine2 } from "./EditPencilLine2";
|
|
203
|
+
import { EventEdit } from "./EventEdit";
|
|
195
204
|
import { EventShortcut } from "./EventShortcut";
|
|
196
205
|
import { Exit } from "./Exit";
|
|
197
206
|
import { Expand } from "./Expand";
|
|
@@ -214,7 +223,6 @@ import { FilterOff } from "./FilterOff";
|
|
|
214
223
|
import { Fire } from "./Fire";
|
|
215
224
|
import { FirstAid } from "./FirstAid";
|
|
216
225
|
import { Flag } from "./Flag";
|
|
217
|
-
import { Flame } from "./Flame";
|
|
218
226
|
import { Flashcard } from "./Flashcard";
|
|
219
227
|
import { Focus } from "./Focus";
|
|
220
228
|
import { Folder } from "./Folder";
|
|
@@ -234,6 +242,7 @@ import { Font } from "./Font";
|
|
|
234
242
|
import { Forward } from "./Forward";
|
|
235
243
|
import { Gift } from "./Gift";
|
|
236
244
|
import { Globe } from "./Globe";
|
|
245
|
+
import { GoalAi } from "./GoalAi";
|
|
237
246
|
import { Graduation } from "./Graduation";
|
|
238
247
|
import { Grid } from "./Grid";
|
|
239
248
|
import { GynecologyAndObstetrics } from "./GynecologyAndObstetrics";
|
|
@@ -253,7 +262,6 @@ import { Heart } from "./Heart";
|
|
|
253
262
|
import { Heart2 } from "./Heart2";
|
|
254
263
|
import { Help } from "./Help";
|
|
255
264
|
import { Hide } from "./Hide";
|
|
256
|
-
import { HistoryBack } from "./HistoryBack";
|
|
257
265
|
import { House } from "./House";
|
|
258
266
|
import { House2 } from "./House2";
|
|
259
267
|
import { House3 } from "./House3";
|
|
@@ -307,7 +315,6 @@ import { Map } from "./Map";
|
|
|
307
315
|
import { MapPin } from "./MapPin";
|
|
308
316
|
import { Medbrain } from "./Medbrain";
|
|
309
317
|
import { MedbrainAi } from "./MedbrainAi";
|
|
310
|
-
import { MedbrainFullAi } from "./MedbrainFullAi";
|
|
311
318
|
import { MedicalClinic } from "./MedicalClinic";
|
|
312
319
|
import { Mention } from "./Mention";
|
|
313
320
|
import { MenuAlt } from "./MenuAlt";
|
|
@@ -355,6 +362,9 @@ import { Planet } from "./Planet";
|
|
|
355
362
|
import { Play } from "./Play";
|
|
356
363
|
import { PlayCircle } from "./PlayCircle";
|
|
357
364
|
import { Playlist } from "./Playlist";
|
|
365
|
+
import { PlaylistAdd } from "./PlaylistAdd";
|
|
366
|
+
import { PlaylistCheck } from "./PlaylistCheck";
|
|
367
|
+
import { Postpone } from "./Postpone";
|
|
358
368
|
import { Preventive } from "./Preventive";
|
|
359
369
|
import { Printer } from "./Printer";
|
|
360
370
|
import { Puzzle } from "./Puzzle";
|
|
@@ -421,6 +431,7 @@ import { StopSign } from "./StopSign";
|
|
|
421
431
|
import { Strikethrough } from "./Strikethrough";
|
|
422
432
|
import { Suitcase } from "./Suitcase";
|
|
423
433
|
import { Sun } from "./Sun";
|
|
434
|
+
import { SuperGoalAi } from "./SuperGoalAi";
|
|
424
435
|
import { Surgery } from "./Surgery";
|
|
425
436
|
import { SwatchesPalette } from "./SwatchesPalette";
|
|
426
437
|
import { SwichtLeft } from "./SwichtLeft";
|
|
@@ -434,9 +445,7 @@ import { Tag } from "./Tag";
|
|
|
434
445
|
import { Target } from "./Target";
|
|
435
446
|
import { TarguetArrow } from "./TarguetArrow";
|
|
436
447
|
import { Terminal } from "./Terminal";
|
|
437
|
-
import { Test } from "./Test";
|
|
438
448
|
import { TestAi } from "./TestAi";
|
|
439
|
-
import { TestTime } from "./TestTime";
|
|
440
449
|
import { Text } from "./Text";
|
|
441
450
|
import { TextAlignCenter } from "./TextAlignCenter";
|
|
442
451
|
import { TextAlignJustify } from "./TextAlignJustify";
|
|
@@ -511,8 +520,10 @@ export {
|
|
|
511
520
|
AddPlusSquare,
|
|
512
521
|
AddRow,
|
|
513
522
|
AddToQueue,
|
|
523
|
+
AgendaAi,
|
|
514
524
|
Airplay,
|
|
515
525
|
Alarm,
|
|
526
|
+
AlmostAi,
|
|
516
527
|
Anticipate,
|
|
517
528
|
Archive,
|
|
518
529
|
ArrowCircleDown,
|
|
@@ -563,6 +574,7 @@ export {
|
|
|
563
574
|
ArrowUpRightSm,
|
|
564
575
|
ArrowUpSm,
|
|
565
576
|
ArrowsReload01,
|
|
577
|
+
AttentionAi,
|
|
566
578
|
BarBottom,
|
|
567
579
|
BarLeft,
|
|
568
580
|
BarRight,
|
|
@@ -590,12 +602,14 @@ export {
|
|
|
590
602
|
CalendarCheck,
|
|
591
603
|
CalendarClose,
|
|
592
604
|
CalendarDays,
|
|
605
|
+
CalendarEdit,
|
|
593
606
|
CalendarEvent,
|
|
594
607
|
CalendarList,
|
|
595
608
|
CalendarRemove,
|
|
596
609
|
CalendarWeek,
|
|
597
610
|
Camera,
|
|
598
611
|
CarAuto,
|
|
612
|
+
Card,
|
|
599
613
|
CardLibrary,
|
|
600
614
|
CaretCircleDown,
|
|
601
615
|
CaretCircleLeft,
|
|
@@ -662,6 +676,7 @@ export {
|
|
|
662
676
|
CloudDownload,
|
|
663
677
|
CloudOff,
|
|
664
678
|
CloudRemove,
|
|
679
|
+
CloudSync,
|
|
665
680
|
CloudUpload,
|
|
666
681
|
Code,
|
|
667
682
|
CoffeToGo,
|
|
@@ -671,10 +686,12 @@ export {
|
|
|
671
686
|
CombineCells,
|
|
672
687
|
Command,
|
|
673
688
|
Compass,
|
|
689
|
+
Compass02,
|
|
674
690
|
Cookie,
|
|
675
691
|
Copy,
|
|
676
692
|
CreditCard,
|
|
677
693
|
CreditCard2,
|
|
694
|
+
CriticalAi,
|
|
678
695
|
Crop,
|
|
679
696
|
Cupcake,
|
|
680
697
|
Cylinder,
|
|
@@ -698,6 +715,7 @@ export {
|
|
|
698
715
|
EditPencil2,
|
|
699
716
|
EditPencilLine,
|
|
700
717
|
EditPencilLine2,
|
|
718
|
+
EventEdit,
|
|
701
719
|
EventShortcut,
|
|
702
720
|
Exit,
|
|
703
721
|
Expand,
|
|
@@ -720,7 +738,6 @@ export {
|
|
|
720
738
|
Fire,
|
|
721
739
|
FirstAid,
|
|
722
740
|
Flag,
|
|
723
|
-
Flame,
|
|
724
741
|
Flashcard,
|
|
725
742
|
Focus,
|
|
726
743
|
Folder,
|
|
@@ -740,6 +757,7 @@ export {
|
|
|
740
757
|
Forward,
|
|
741
758
|
Gift,
|
|
742
759
|
Globe,
|
|
760
|
+
GoalAi,
|
|
743
761
|
Graduation,
|
|
744
762
|
Grid,
|
|
745
763
|
GynecologyAndObstetrics,
|
|
@@ -759,7 +777,6 @@ export {
|
|
|
759
777
|
Heart2,
|
|
760
778
|
Help,
|
|
761
779
|
Hide,
|
|
762
|
-
HistoryBack,
|
|
763
780
|
House,
|
|
764
781
|
House2,
|
|
765
782
|
House3,
|
|
@@ -813,7 +830,6 @@ export {
|
|
|
813
830
|
MapPin,
|
|
814
831
|
Medbrain,
|
|
815
832
|
MedbrainAi,
|
|
816
|
-
MedbrainFullAi,
|
|
817
833
|
MedicalClinic,
|
|
818
834
|
Mention,
|
|
819
835
|
MenuAlt,
|
|
@@ -861,6 +877,9 @@ export {
|
|
|
861
877
|
Play,
|
|
862
878
|
PlayCircle,
|
|
863
879
|
Playlist,
|
|
880
|
+
PlaylistAdd,
|
|
881
|
+
PlaylistCheck,
|
|
882
|
+
Postpone,
|
|
864
883
|
Preventive,
|
|
865
884
|
Printer,
|
|
866
885
|
Puzzle,
|
|
@@ -927,6 +946,7 @@ export {
|
|
|
927
946
|
Strikethrough,
|
|
928
947
|
Suitcase,
|
|
929
948
|
Sun,
|
|
949
|
+
SuperGoalAi,
|
|
930
950
|
Surgery,
|
|
931
951
|
SwatchesPalette,
|
|
932
952
|
SwichtLeft,
|
|
@@ -940,9 +960,7 @@ export {
|
|
|
940
960
|
Target,
|
|
941
961
|
TarguetArrow,
|
|
942
962
|
Terminal,
|
|
943
|
-
Test,
|
|
944
963
|
TestAi,
|
|
945
|
-
TestTime,
|
|
946
964
|
Text,
|
|
947
965
|
TextAlignCenter,
|
|
948
966
|
TextAlignJustify,
|
package/dist/index.d.cts
CHANGED
|
@@ -6,8 +6,10 @@ export { AddPlusCircle } from './components/icons/AddPlusCircle.cjs';
|
|
|
6
6
|
export { AddPlusSquare } from './components/icons/AddPlusSquare.cjs';
|
|
7
7
|
export { AddRow } from './components/icons/AddRow.cjs';
|
|
8
8
|
export { AddToQueue } from './components/icons/AddToQueue.cjs';
|
|
9
|
+
export { AgendaAi } from './components/icons/AgendaAi.cjs';
|
|
9
10
|
export { Airplay } from './components/icons/Airplay.cjs';
|
|
10
11
|
export { Alarm } from './components/icons/Alarm.cjs';
|
|
12
|
+
export { AlmostAi } from './components/icons/AlmostAi.cjs';
|
|
11
13
|
export { Anticipate } from './components/icons/Anticipate.cjs';
|
|
12
14
|
export { Archive } from './components/icons/Archive.cjs';
|
|
13
15
|
export { ArrowCircleDown } from './components/icons/ArrowCircleDown.cjs';
|
|
@@ -58,6 +60,7 @@ export { ArrowUpRightMd } from './components/icons/ArrowUpRightMd.cjs';
|
|
|
58
60
|
export { ArrowUpRightSm } from './components/icons/ArrowUpRightSm.cjs';
|
|
59
61
|
export { ArrowUpSm } from './components/icons/ArrowUpSm.cjs';
|
|
60
62
|
export { ArrowsReload01 } from './components/icons/ArrowsReload01.cjs';
|
|
63
|
+
export { AttentionAi } from './components/icons/AttentionAi.cjs';
|
|
61
64
|
export { BarBottom } from './components/icons/BarBottom.cjs';
|
|
62
65
|
export { BarLeft } from './components/icons/BarLeft.cjs';
|
|
63
66
|
export { BarRight } from './components/icons/BarRight.cjs';
|
|
@@ -85,12 +88,14 @@ export { CalendarAdd } from './components/icons/CalendarAdd.cjs';
|
|
|
85
88
|
export { CalendarCheck } from './components/icons/CalendarCheck.cjs';
|
|
86
89
|
export { CalendarClose } from './components/icons/CalendarClose.cjs';
|
|
87
90
|
export { CalendarDays } from './components/icons/CalendarDays.cjs';
|
|
91
|
+
export { CalendarEdit } from './components/icons/CalendarEdit.cjs';
|
|
88
92
|
export { CalendarEvent } from './components/icons/CalendarEvent.cjs';
|
|
89
93
|
export { CalendarList } from './components/icons/CalendarList.cjs';
|
|
90
94
|
export { CalendarRemove } from './components/icons/CalendarRemove.cjs';
|
|
91
95
|
export { CalendarWeek } from './components/icons/CalendarWeek.cjs';
|
|
92
96
|
export { Camera } from './components/icons/Camera.cjs';
|
|
93
97
|
export { CarAuto } from './components/icons/CarAuto.cjs';
|
|
98
|
+
export { Card } from './components/icons/Card.cjs';
|
|
94
99
|
export { CardLibrary } from './components/icons/CardLibrary.cjs';
|
|
95
100
|
export { CaretCircleDown } from './components/icons/CaretCircleDown.cjs';
|
|
96
101
|
export { CaretCircleLeft } from './components/icons/CaretCircleLeft.cjs';
|
|
@@ -157,6 +162,7 @@ export { CloudClose } from './components/icons/CloudClose.cjs';
|
|
|
157
162
|
export { CloudDownload } from './components/icons/CloudDownload.cjs';
|
|
158
163
|
export { CloudOff } from './components/icons/CloudOff.cjs';
|
|
159
164
|
export { CloudRemove } from './components/icons/CloudRemove.cjs';
|
|
165
|
+
export { CloudSync } from './components/icons/CloudSync.cjs';
|
|
160
166
|
export { CloudUpload } from './components/icons/CloudUpload.cjs';
|
|
161
167
|
export { Code } from './components/icons/Code.cjs';
|
|
162
168
|
export { CoffeToGo } from './components/icons/CoffeToGo.cjs';
|
|
@@ -166,10 +172,12 @@ export { CombineAi } from './components/icons/CombineAi.cjs';
|
|
|
166
172
|
export { CombineCells } from './components/icons/CombineCells.cjs';
|
|
167
173
|
export { Command } from './components/icons/Command.cjs';
|
|
168
174
|
export { Compass } from './components/icons/Compass.cjs';
|
|
175
|
+
export { Compass02 } from './components/icons/Compass02.cjs';
|
|
169
176
|
export { Cookie } from './components/icons/Cookie.cjs';
|
|
170
177
|
export { Copy } from './components/icons/Copy.cjs';
|
|
171
178
|
export { CreditCard } from './components/icons/CreditCard.cjs';
|
|
172
179
|
export { CreditCard2 } from './components/icons/CreditCard2.cjs';
|
|
180
|
+
export { CriticalAi } from './components/icons/CriticalAi.cjs';
|
|
173
181
|
export { Crop } from './components/icons/Crop.cjs';
|
|
174
182
|
export { Cupcake } from './components/icons/Cupcake.cjs';
|
|
175
183
|
export { Cylinder } from './components/icons/Cylinder.cjs';
|
|
@@ -193,6 +201,7 @@ export { EditPencil } from './components/icons/EditPencil.cjs';
|
|
|
193
201
|
export { EditPencil2 } from './components/icons/EditPencil2.cjs';
|
|
194
202
|
export { EditPencilLine } from './components/icons/EditPencilLine.cjs';
|
|
195
203
|
export { EditPencilLine2 } from './components/icons/EditPencilLine2.cjs';
|
|
204
|
+
export { EventEdit } from './components/icons/EventEdit.cjs';
|
|
196
205
|
export { EventShortcut } from './components/icons/EventShortcut.cjs';
|
|
197
206
|
export { Exit } from './components/icons/Exit.cjs';
|
|
198
207
|
export { Expand } from './components/icons/Expand.cjs';
|
|
@@ -215,7 +224,6 @@ export { FilterOff } from './components/icons/FilterOff.cjs';
|
|
|
215
224
|
export { Fire } from './components/icons/Fire.cjs';
|
|
216
225
|
export { FirstAid } from './components/icons/FirstAid.cjs';
|
|
217
226
|
export { Flag } from './components/icons/Flag.cjs';
|
|
218
|
-
export { Flame } from './components/icons/Flame.cjs';
|
|
219
227
|
export { Flashcard } from './components/icons/Flashcard.cjs';
|
|
220
228
|
export { Focus } from './components/icons/Focus.cjs';
|
|
221
229
|
export { Folder } from './components/icons/Folder.cjs';
|
|
@@ -235,6 +243,7 @@ export { Font } from './components/icons/Font.cjs';
|
|
|
235
243
|
export { Forward } from './components/icons/Forward.cjs';
|
|
236
244
|
export { Gift } from './components/icons/Gift.cjs';
|
|
237
245
|
export { Globe } from './components/icons/Globe.cjs';
|
|
246
|
+
export { GoalAi } from './components/icons/GoalAi.cjs';
|
|
238
247
|
export { Graduation } from './components/icons/Graduation.cjs';
|
|
239
248
|
export { Grid } from './components/icons/Grid.cjs';
|
|
240
249
|
export { GynecologyAndObstetrics } from './components/icons/GynecologyAndObstetrics.cjs';
|
|
@@ -254,7 +263,6 @@ export { Heart } from './components/icons/Heart.cjs';
|
|
|
254
263
|
export { Heart2 } from './components/icons/Heart2.cjs';
|
|
255
264
|
export { Help } from './components/icons/Help.cjs';
|
|
256
265
|
export { Hide } from './components/icons/Hide.cjs';
|
|
257
|
-
export { HistoryBack } from './components/icons/HistoryBack.cjs';
|
|
258
266
|
export { House } from './components/icons/House.cjs';
|
|
259
267
|
export { House2 } from './components/icons/House2.cjs';
|
|
260
268
|
export { House3 } from './components/icons/House3.cjs';
|
|
@@ -308,7 +316,6 @@ export { Map } from './components/icons/Map.cjs';
|
|
|
308
316
|
export { MapPin } from './components/icons/MapPin.cjs';
|
|
309
317
|
export { Medbrain } from './components/icons/Medbrain.cjs';
|
|
310
318
|
export { MedbrainAi } from './components/icons/MedbrainAi.cjs';
|
|
311
|
-
export { MedbrainFullAi } from './components/icons/MedbrainFullAi.cjs';
|
|
312
319
|
export { MedicalClinic } from './components/icons/MedicalClinic.cjs';
|
|
313
320
|
export { Mention } from './components/icons/Mention.cjs';
|
|
314
321
|
export { MenuAlt } from './components/icons/MenuAlt.cjs';
|
|
@@ -356,6 +363,9 @@ export { Planet } from './components/icons/Planet.cjs';
|
|
|
356
363
|
export { Play } from './components/icons/Play.cjs';
|
|
357
364
|
export { PlayCircle } from './components/icons/PlayCircle.cjs';
|
|
358
365
|
export { Playlist } from './components/icons/Playlist.cjs';
|
|
366
|
+
export { PlaylistAdd } from './components/icons/PlaylistAdd.cjs';
|
|
367
|
+
export { PlaylistCheck } from './components/icons/PlaylistCheck.cjs';
|
|
368
|
+
export { Postpone } from './components/icons/Postpone.cjs';
|
|
359
369
|
export { Preventive } from './components/icons/Preventive.cjs';
|
|
360
370
|
export { Printer } from './components/icons/Printer.cjs';
|
|
361
371
|
export { Puzzle } from './components/icons/Puzzle.cjs';
|
|
@@ -422,6 +432,7 @@ export { StopSign } from './components/icons/StopSign.cjs';
|
|
|
422
432
|
export { Strikethrough } from './components/icons/Strikethrough.cjs';
|
|
423
433
|
export { Suitcase } from './components/icons/Suitcase.cjs';
|
|
424
434
|
export { Sun } from './components/icons/Sun.cjs';
|
|
435
|
+
export { SuperGoalAi } from './components/icons/SuperGoalAi.cjs';
|
|
425
436
|
export { Surgery } from './components/icons/Surgery.cjs';
|
|
426
437
|
export { SwatchesPalette } from './components/icons/SwatchesPalette.cjs';
|
|
427
438
|
export { SwichtLeft } from './components/icons/SwichtLeft.cjs';
|
|
@@ -435,9 +446,7 @@ export { Tag } from './components/icons/Tag.cjs';
|
|
|
435
446
|
export { Target } from './components/icons/Target.cjs';
|
|
436
447
|
export { TarguetArrow } from './components/icons/TarguetArrow.cjs';
|
|
437
448
|
export { Terminal } from './components/icons/Terminal.cjs';
|
|
438
|
-
export { Test } from './components/icons/Test.cjs';
|
|
439
449
|
export { TestAi } from './components/icons/TestAi.cjs';
|
|
440
|
-
export { TestTime } from './components/icons/TestTime.cjs';
|
|
441
450
|
export { Text } from './components/icons/Text.cjs';
|
|
442
451
|
export { TextAlignCenter } from './components/icons/TextAlignCenter.cjs';
|
|
443
452
|
export { TextAlignJustify } from './components/icons/TextAlignJustify.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -6,8 +6,10 @@ export { AddPlusCircle } from './components/icons/AddPlusCircle.js';
|
|
|
6
6
|
export { AddPlusSquare } from './components/icons/AddPlusSquare.js';
|
|
7
7
|
export { AddRow } from './components/icons/AddRow.js';
|
|
8
8
|
export { AddToQueue } from './components/icons/AddToQueue.js';
|
|
9
|
+
export { AgendaAi } from './components/icons/AgendaAi.js';
|
|
9
10
|
export { Airplay } from './components/icons/Airplay.js';
|
|
10
11
|
export { Alarm } from './components/icons/Alarm.js';
|
|
12
|
+
export { AlmostAi } from './components/icons/AlmostAi.js';
|
|
11
13
|
export { Anticipate } from './components/icons/Anticipate.js';
|
|
12
14
|
export { Archive } from './components/icons/Archive.js';
|
|
13
15
|
export { ArrowCircleDown } from './components/icons/ArrowCircleDown.js';
|
|
@@ -58,6 +60,7 @@ export { ArrowUpRightMd } from './components/icons/ArrowUpRightMd.js';
|
|
|
58
60
|
export { ArrowUpRightSm } from './components/icons/ArrowUpRightSm.js';
|
|
59
61
|
export { ArrowUpSm } from './components/icons/ArrowUpSm.js';
|
|
60
62
|
export { ArrowsReload01 } from './components/icons/ArrowsReload01.js';
|
|
63
|
+
export { AttentionAi } from './components/icons/AttentionAi.js';
|
|
61
64
|
export { BarBottom } from './components/icons/BarBottom.js';
|
|
62
65
|
export { BarLeft } from './components/icons/BarLeft.js';
|
|
63
66
|
export { BarRight } from './components/icons/BarRight.js';
|
|
@@ -85,12 +88,14 @@ export { CalendarAdd } from './components/icons/CalendarAdd.js';
|
|
|
85
88
|
export { CalendarCheck } from './components/icons/CalendarCheck.js';
|
|
86
89
|
export { CalendarClose } from './components/icons/CalendarClose.js';
|
|
87
90
|
export { CalendarDays } from './components/icons/CalendarDays.js';
|
|
91
|
+
export { CalendarEdit } from './components/icons/CalendarEdit.js';
|
|
88
92
|
export { CalendarEvent } from './components/icons/CalendarEvent.js';
|
|
89
93
|
export { CalendarList } from './components/icons/CalendarList.js';
|
|
90
94
|
export { CalendarRemove } from './components/icons/CalendarRemove.js';
|
|
91
95
|
export { CalendarWeek } from './components/icons/CalendarWeek.js';
|
|
92
96
|
export { Camera } from './components/icons/Camera.js';
|
|
93
97
|
export { CarAuto } from './components/icons/CarAuto.js';
|
|
98
|
+
export { Card } from './components/icons/Card.js';
|
|
94
99
|
export { CardLibrary } from './components/icons/CardLibrary.js';
|
|
95
100
|
export { CaretCircleDown } from './components/icons/CaretCircleDown.js';
|
|
96
101
|
export { CaretCircleLeft } from './components/icons/CaretCircleLeft.js';
|
|
@@ -157,6 +162,7 @@ export { CloudClose } from './components/icons/CloudClose.js';
|
|
|
157
162
|
export { CloudDownload } from './components/icons/CloudDownload.js';
|
|
158
163
|
export { CloudOff } from './components/icons/CloudOff.js';
|
|
159
164
|
export { CloudRemove } from './components/icons/CloudRemove.js';
|
|
165
|
+
export { CloudSync } from './components/icons/CloudSync.js';
|
|
160
166
|
export { CloudUpload } from './components/icons/CloudUpload.js';
|
|
161
167
|
export { Code } from './components/icons/Code.js';
|
|
162
168
|
export { CoffeToGo } from './components/icons/CoffeToGo.js';
|
|
@@ -166,10 +172,12 @@ export { CombineAi } from './components/icons/CombineAi.js';
|
|
|
166
172
|
export { CombineCells } from './components/icons/CombineCells.js';
|
|
167
173
|
export { Command } from './components/icons/Command.js';
|
|
168
174
|
export { Compass } from './components/icons/Compass.js';
|
|
175
|
+
export { Compass02 } from './components/icons/Compass02.js';
|
|
169
176
|
export { Cookie } from './components/icons/Cookie.js';
|
|
170
177
|
export { Copy } from './components/icons/Copy.js';
|
|
171
178
|
export { CreditCard } from './components/icons/CreditCard.js';
|
|
172
179
|
export { CreditCard2 } from './components/icons/CreditCard2.js';
|
|
180
|
+
export { CriticalAi } from './components/icons/CriticalAi.js';
|
|
173
181
|
export { Crop } from './components/icons/Crop.js';
|
|
174
182
|
export { Cupcake } from './components/icons/Cupcake.js';
|
|
175
183
|
export { Cylinder } from './components/icons/Cylinder.js';
|
|
@@ -193,6 +201,7 @@ export { EditPencil } from './components/icons/EditPencil.js';
|
|
|
193
201
|
export { EditPencil2 } from './components/icons/EditPencil2.js';
|
|
194
202
|
export { EditPencilLine } from './components/icons/EditPencilLine.js';
|
|
195
203
|
export { EditPencilLine2 } from './components/icons/EditPencilLine2.js';
|
|
204
|
+
export { EventEdit } from './components/icons/EventEdit.js';
|
|
196
205
|
export { EventShortcut } from './components/icons/EventShortcut.js';
|
|
197
206
|
export { Exit } from './components/icons/Exit.js';
|
|
198
207
|
export { Expand } from './components/icons/Expand.js';
|
|
@@ -215,7 +224,6 @@ export { FilterOff } from './components/icons/FilterOff.js';
|
|
|
215
224
|
export { Fire } from './components/icons/Fire.js';
|
|
216
225
|
export { FirstAid } from './components/icons/FirstAid.js';
|
|
217
226
|
export { Flag } from './components/icons/Flag.js';
|
|
218
|
-
export { Flame } from './components/icons/Flame.js';
|
|
219
227
|
export { Flashcard } from './components/icons/Flashcard.js';
|
|
220
228
|
export { Focus } from './components/icons/Focus.js';
|
|
221
229
|
export { Folder } from './components/icons/Folder.js';
|
|
@@ -235,6 +243,7 @@ export { Font } from './components/icons/Font.js';
|
|
|
235
243
|
export { Forward } from './components/icons/Forward.js';
|
|
236
244
|
export { Gift } from './components/icons/Gift.js';
|
|
237
245
|
export { Globe } from './components/icons/Globe.js';
|
|
246
|
+
export { GoalAi } from './components/icons/GoalAi.js';
|
|
238
247
|
export { Graduation } from './components/icons/Graduation.js';
|
|
239
248
|
export { Grid } from './components/icons/Grid.js';
|
|
240
249
|
export { GynecologyAndObstetrics } from './components/icons/GynecologyAndObstetrics.js';
|
|
@@ -254,7 +263,6 @@ export { Heart } from './components/icons/Heart.js';
|
|
|
254
263
|
export { Heart2 } from './components/icons/Heart2.js';
|
|
255
264
|
export { Help } from './components/icons/Help.js';
|
|
256
265
|
export { Hide } from './components/icons/Hide.js';
|
|
257
|
-
export { HistoryBack } from './components/icons/HistoryBack.js';
|
|
258
266
|
export { House } from './components/icons/House.js';
|
|
259
267
|
export { House2 } from './components/icons/House2.js';
|
|
260
268
|
export { House3 } from './components/icons/House3.js';
|
|
@@ -308,7 +316,6 @@ export { Map } from './components/icons/Map.js';
|
|
|
308
316
|
export { MapPin } from './components/icons/MapPin.js';
|
|
309
317
|
export { Medbrain } from './components/icons/Medbrain.js';
|
|
310
318
|
export { MedbrainAi } from './components/icons/MedbrainAi.js';
|
|
311
|
-
export { MedbrainFullAi } from './components/icons/MedbrainFullAi.js';
|
|
312
319
|
export { MedicalClinic } from './components/icons/MedicalClinic.js';
|
|
313
320
|
export { Mention } from './components/icons/Mention.js';
|
|
314
321
|
export { MenuAlt } from './components/icons/MenuAlt.js';
|
|
@@ -356,6 +363,9 @@ export { Planet } from './components/icons/Planet.js';
|
|
|
356
363
|
export { Play } from './components/icons/Play.js';
|
|
357
364
|
export { PlayCircle } from './components/icons/PlayCircle.js';
|
|
358
365
|
export { Playlist } from './components/icons/Playlist.js';
|
|
366
|
+
export { PlaylistAdd } from './components/icons/PlaylistAdd.js';
|
|
367
|
+
export { PlaylistCheck } from './components/icons/PlaylistCheck.js';
|
|
368
|
+
export { Postpone } from './components/icons/Postpone.js';
|
|
359
369
|
export { Preventive } from './components/icons/Preventive.js';
|
|
360
370
|
export { Printer } from './components/icons/Printer.js';
|
|
361
371
|
export { Puzzle } from './components/icons/Puzzle.js';
|
|
@@ -422,6 +432,7 @@ export { StopSign } from './components/icons/StopSign.js';
|
|
|
422
432
|
export { Strikethrough } from './components/icons/Strikethrough.js';
|
|
423
433
|
export { Suitcase } from './components/icons/Suitcase.js';
|
|
424
434
|
export { Sun } from './components/icons/Sun.js';
|
|
435
|
+
export { SuperGoalAi } from './components/icons/SuperGoalAi.js';
|
|
425
436
|
export { Surgery } from './components/icons/Surgery.js';
|
|
426
437
|
export { SwatchesPalette } from './components/icons/SwatchesPalette.js';
|
|
427
438
|
export { SwichtLeft } from './components/icons/SwichtLeft.js';
|
|
@@ -435,9 +446,7 @@ export { Tag } from './components/icons/Tag.js';
|
|
|
435
446
|
export { Target } from './components/icons/Target.js';
|
|
436
447
|
export { TarguetArrow } from './components/icons/TarguetArrow.js';
|
|
437
448
|
export { Terminal } from './components/icons/Terminal.js';
|
|
438
|
-
export { Test } from './components/icons/Test.js';
|
|
439
449
|
export { TestAi } from './components/icons/TestAi.js';
|
|
440
|
-
export { TestTime } from './components/icons/TestTime.js';
|
|
441
450
|
export { Text } from './components/icons/Text.js';
|
|
442
451
|
export { TextAlignCenter } from './components/icons/TextAlignCenter.js';
|
|
443
452
|
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 AgendaAi_exports = {};
|
|
30
|
+
__export(AgendaAi_exports, {
|
|
31
|
+
AgendaAi: () => AgendaAi
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(AgendaAi_exports);
|
|
34
|
+
var import_react = __toESM(require("react"), 1);
|
|
35
|
+
var import_react_native_svg = require("react-native-svg");
|
|
36
|
+
const AgendaAi = ({ 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="M4 8H20V7.19691C20 6.07899 20 5.5192 19.7822 5.0918C19.5905 4.71547 19.2837 4.40973 18.9074 4.21799C18.4796 4 17.9203 4 16.8002 4H16M4 8V16.8002C4 17.9203 4 18.4801 4.21799 18.9079C4.40973 19.2842 4.71547 19.5905 5.0918 19.7822C5.5192 20 6.07899 20 7.19691 20H12M4 8V7.2002C4 6.08009 4 5.51962 4.21799 5.0918C4.40973 4.71547 4.71547 4.40973 5.0918 4.21799C5.51962 4 6.08009 4 7.2002 4H8M8 4H16M8 4V2M16 4V2M15.5 13.5H8M20.5 15C21 13.5 20.5 14 22 13.5C20.5 13 21 13.5 20.5 12C20 13.5 20.5 13 19 13.5C20.5 14 20 13.5 20.5 15ZM18 22C18.5 20 18 20.5 20 20C18.2857 19.4286 18.5 20 18 18C17.4286 19.7143 18 19.5 16 20C18 20.5 17.5 20 18 22Z" 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
|
+
AgendaAi
|
|
45
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const AgendaAi = ({ 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="M4 8H20V7.19691C20 6.07899 20 5.5192 19.7822 5.0918C19.5905 4.71547 19.2837 4.40973 18.9074 4.21799C18.4796 4 17.9203 4 16.8002 4H16M4 8V16.8002C4 17.9203 4 18.4801 4.21799 18.9079C4.40973 19.2842 4.71547 19.5905 5.0918 19.7822C5.5192 20 6.07899 20 7.19691 20H12M4 8V7.2002C4 6.08009 4 5.51962 4.21799 5.0918C4.40973 4.71547 4.71547 4.40973 5.0918 4.21799C5.51962 4 6.08009 4 7.2002 4H8M8 4H16M8 4V2M16 4V2M15.5 13.5H8M20.5 15C21 13.5 20.5 14 22 13.5C20.5 13 21 13.5 20.5 12C20 13.5 20.5 13 19 13.5C20.5 14 20 13.5 20.5 15ZM18 22C18.5 20 18 20.5 20 20C18.2857 19.4286 18.5 20 18 18C17.4286 19.7143 18 19.5 16 20C18 20.5 17.5 20 18 22Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`, height, width, color, strokeWidth });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
AgendaAi
|
|
11
|
+
};
|
|
@@ -26,20 +26,20 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
31
|
-
|
|
29
|
+
var AlmostAi_exports = {};
|
|
30
|
+
__export(AlmostAi_exports, {
|
|
31
|
+
AlmostAi: () => AlmostAi
|
|
32
32
|
});
|
|
33
|
-
module.exports = __toCommonJS(
|
|
33
|
+
module.exports = __toCommonJS(AlmostAi_exports);
|
|
34
34
|
var import_react = __toESM(require("react"), 1);
|
|
35
35
|
var import_react_native_svg = require("react-native-svg");
|
|
36
|
-
const
|
|
36
|
+
const AlmostAi = ({ height = 24, width = 24, color, strokeWidth = 2 }) => {
|
|
37
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="
|
|
38
|
+
<path d="M9 12H23M23 12L17 6M23 12L17 18M6 18C5.5 20 6 19.5 4 20C5.71429 20.5714 5.5 20 6 22C6.57143 20.2857 6 20.5 8 20C6 19.5 6.5 20 6 18ZM3.5 10.5C3 12 3.5 11.5 2 12C3.5 12.5 3 12 3.5 13.5C4 12 3.5 12.5 5 12C3.5 11.5 4 12 3.5 10.5ZM6 2C5.5 4 6 3.5 4 4C5.71429 4.57143 5.5 4 6 6C6.57143 4.28571 6 4.5 8 4C6 3.5 6.5 4 6 2Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
39
39
|
</svg>
|
|
40
40
|
`, height, width, color, strokeWidth });
|
|
41
41
|
};
|
|
42
42
|
// Annotate the CommonJS export names for ESM import in node:
|
|
43
43
|
0 && (module.exports = {
|
|
44
|
-
|
|
44
|
+
AlmostAi
|
|
45
45
|
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { SvgXml } from "react-native-svg";
|
|
3
|
+
const AlmostAi = ({ 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="M9 12H23M23 12L17 6M23 12L17 18M6 18C5.5 20 6 19.5 4 20C5.71429 20.5714 5.5 20 6 22C6.57143 20.2857 6 20.5 8 20C6 19.5 6.5 20 6 18ZM3.5 10.5C3 12 3.5 11.5 2 12C3.5 12.5 3 12 3.5 13.5C4 12 3.5 12.5 5 12C3.5 11.5 4 12 3.5 10.5ZM6 2C5.5 4 6 3.5 4 4C5.71429 4.57143 5.5 4 6 6C6.57143 4.28571 6 4.5 8 4C6 3.5 6.5 4 6 2Z" stroke="${color}" stroke-width="${strokeWidth}" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
`, height, width, color, strokeWidth });
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
AlmostAi
|
|
11
|
+
};
|