@medway-ui/icons 1.4.0 → 1.5.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/{Test.cjs → AlmostAi.cjs} +8 -8
- package/dist/components/icons/{TestTime.d.cts → AlmostAi.d.cts} +2 -2
- package/dist/components/icons/{TestTime.d.ts → AlmostAi.d.ts} +2 -2
- 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 +39 -15
- package/dist/components/icons/index.d.cts +13 -5
- package/dist/components/icons/index.d.ts +13 -5
- package/dist/components/icons/index.js +26 -10
- package/dist/index.d.cts +13 -5
- package/dist/index.d.ts +13 -5
- 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 +39 -15
- package/native/components/icons/index.d.cts +13 -5
- package/native/components/icons/index.d.ts +13 -5
- package/native/components/icons/index.js +26 -10
- package/native/index.d.cts +79 -31
- package/native/index.d.ts +79 -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
|
@@ -7,6 +7,7 @@ import { AddRow } from "./AddRow";
|
|
|
7
7
|
import { AddToQueue } from "./AddToQueue";
|
|
8
8
|
import { Airplay } from "./Airplay";
|
|
9
9
|
import { Alarm } from "./Alarm";
|
|
10
|
+
import { AlmostAi } from "./AlmostAi";
|
|
10
11
|
import { Anticipate } from "./Anticipate";
|
|
11
12
|
import { Archive } from "./Archive";
|
|
12
13
|
import { ArrowCircleDown } from "./ArrowCircleDown";
|
|
@@ -57,6 +58,7 @@ import { ArrowUpRightMd } from "./ArrowUpRightMd";
|
|
|
57
58
|
import { ArrowUpRightSm } from "./ArrowUpRightSm";
|
|
58
59
|
import { ArrowUpSm } from "./ArrowUpSm";
|
|
59
60
|
import { ArrowsReload01 } from "./ArrowsReload01";
|
|
61
|
+
import { AttentionAi } from "./AttentionAi";
|
|
60
62
|
import { BarBottom } from "./BarBottom";
|
|
61
63
|
import { BarLeft } from "./BarLeft";
|
|
62
64
|
import { BarRight } from "./BarRight";
|
|
@@ -84,12 +86,14 @@ import { CalendarAdd } from "./CalendarAdd";
|
|
|
84
86
|
import { CalendarCheck } from "./CalendarCheck";
|
|
85
87
|
import { CalendarClose } from "./CalendarClose";
|
|
86
88
|
import { CalendarDays } from "./CalendarDays";
|
|
89
|
+
import { CalendarEdit } from "./CalendarEdit";
|
|
87
90
|
import { CalendarEvent } from "./CalendarEvent";
|
|
88
91
|
import { CalendarList } from "./CalendarList";
|
|
89
92
|
import { CalendarRemove } from "./CalendarRemove";
|
|
90
93
|
import { CalendarWeek } from "./CalendarWeek";
|
|
91
94
|
import { Camera } from "./Camera";
|
|
92
95
|
import { CarAuto } from "./CarAuto";
|
|
96
|
+
import { Card } from "./Card";
|
|
93
97
|
import { CardLibrary } from "./CardLibrary";
|
|
94
98
|
import { CaretCircleDown } from "./CaretCircleDown";
|
|
95
99
|
import { CaretCircleLeft } from "./CaretCircleLeft";
|
|
@@ -156,6 +160,7 @@ import { CloudClose } from "./CloudClose";
|
|
|
156
160
|
import { CloudDownload } from "./CloudDownload";
|
|
157
161
|
import { CloudOff } from "./CloudOff";
|
|
158
162
|
import { CloudRemove } from "./CloudRemove";
|
|
163
|
+
import { CloudSync } from "./CloudSync";
|
|
159
164
|
import { CloudUpload } from "./CloudUpload";
|
|
160
165
|
import { Code } from "./Code";
|
|
161
166
|
import { CoffeToGo } from "./CoffeToGo";
|
|
@@ -165,10 +170,12 @@ import { CombineAi } from "./CombineAi";
|
|
|
165
170
|
import { CombineCells } from "./CombineCells";
|
|
166
171
|
import { Command } from "./Command";
|
|
167
172
|
import { Compass } from "./Compass";
|
|
173
|
+
import { Compass02 } from "./Compass02";
|
|
168
174
|
import { Cookie } from "./Cookie";
|
|
169
175
|
import { Copy } from "./Copy";
|
|
170
176
|
import { CreditCard } from "./CreditCard";
|
|
171
177
|
import { CreditCard2 } from "./CreditCard2";
|
|
178
|
+
import { CriticalAi } from "./CriticalAi";
|
|
172
179
|
import { Crop } from "./Crop";
|
|
173
180
|
import { Cupcake } from "./Cupcake";
|
|
174
181
|
import { Cylinder } from "./Cylinder";
|
|
@@ -192,6 +199,7 @@ import { EditPencil } from "./EditPencil";
|
|
|
192
199
|
import { EditPencil2 } from "./EditPencil2";
|
|
193
200
|
import { EditPencilLine } from "./EditPencilLine";
|
|
194
201
|
import { EditPencilLine2 } from "./EditPencilLine2";
|
|
202
|
+
import { EventEdit } from "./EventEdit";
|
|
195
203
|
import { EventShortcut } from "./EventShortcut";
|
|
196
204
|
import { Exit } from "./Exit";
|
|
197
205
|
import { Expand } from "./Expand";
|
|
@@ -214,7 +222,6 @@ import { FilterOff } from "./FilterOff";
|
|
|
214
222
|
import { Fire } from "./Fire";
|
|
215
223
|
import { FirstAid } from "./FirstAid";
|
|
216
224
|
import { Flag } from "./Flag";
|
|
217
|
-
import { Flame } from "./Flame";
|
|
218
225
|
import { Flashcard } from "./Flashcard";
|
|
219
226
|
import { Focus } from "./Focus";
|
|
220
227
|
import { Folder } from "./Folder";
|
|
@@ -234,6 +241,7 @@ import { Font } from "./Font";
|
|
|
234
241
|
import { Forward } from "./Forward";
|
|
235
242
|
import { Gift } from "./Gift";
|
|
236
243
|
import { Globe } from "./Globe";
|
|
244
|
+
import { GoalAi } from "./GoalAi";
|
|
237
245
|
import { Graduation } from "./Graduation";
|
|
238
246
|
import { Grid } from "./Grid";
|
|
239
247
|
import { GynecologyAndObstetrics } from "./GynecologyAndObstetrics";
|
|
@@ -253,7 +261,6 @@ import { Heart } from "./Heart";
|
|
|
253
261
|
import { Heart2 } from "./Heart2";
|
|
254
262
|
import { Help } from "./Help";
|
|
255
263
|
import { Hide } from "./Hide";
|
|
256
|
-
import { HistoryBack } from "./HistoryBack";
|
|
257
264
|
import { House } from "./House";
|
|
258
265
|
import { House2 } from "./House2";
|
|
259
266
|
import { House3 } from "./House3";
|
|
@@ -307,7 +314,6 @@ import { Map } from "./Map";
|
|
|
307
314
|
import { MapPin } from "./MapPin";
|
|
308
315
|
import { Medbrain } from "./Medbrain";
|
|
309
316
|
import { MedbrainAi } from "./MedbrainAi";
|
|
310
|
-
import { MedbrainFullAi } from "./MedbrainFullAi";
|
|
311
317
|
import { MedicalClinic } from "./MedicalClinic";
|
|
312
318
|
import { Mention } from "./Mention";
|
|
313
319
|
import { MenuAlt } from "./MenuAlt";
|
|
@@ -355,6 +361,9 @@ import { Planet } from "./Planet";
|
|
|
355
361
|
import { Play } from "./Play";
|
|
356
362
|
import { PlayCircle } from "./PlayCircle";
|
|
357
363
|
import { Playlist } from "./Playlist";
|
|
364
|
+
import { PlaylistAdd } from "./PlaylistAdd";
|
|
365
|
+
import { PlaylistCheck } from "./PlaylistCheck";
|
|
366
|
+
import { Postpone } from "./Postpone";
|
|
358
367
|
import { Preventive } from "./Preventive";
|
|
359
368
|
import { Printer } from "./Printer";
|
|
360
369
|
import { Puzzle } from "./Puzzle";
|
|
@@ -421,6 +430,7 @@ import { StopSign } from "./StopSign";
|
|
|
421
430
|
import { Strikethrough } from "./Strikethrough";
|
|
422
431
|
import { Suitcase } from "./Suitcase";
|
|
423
432
|
import { Sun } from "./Sun";
|
|
433
|
+
import { SuperGoalAi } from "./SuperGoalAi";
|
|
424
434
|
import { Surgery } from "./Surgery";
|
|
425
435
|
import { SwatchesPalette } from "./SwatchesPalette";
|
|
426
436
|
import { SwichtLeft } from "./SwichtLeft";
|
|
@@ -434,9 +444,7 @@ import { Tag } from "./Tag";
|
|
|
434
444
|
import { Target } from "./Target";
|
|
435
445
|
import { TarguetArrow } from "./TarguetArrow";
|
|
436
446
|
import { Terminal } from "./Terminal";
|
|
437
|
-
import { Test } from "./Test";
|
|
438
447
|
import { TestAi } from "./TestAi";
|
|
439
|
-
import { TestTime } from "./TestTime";
|
|
440
448
|
import { Text } from "./Text";
|
|
441
449
|
import { TextAlignCenter } from "./TextAlignCenter";
|
|
442
450
|
import { TextAlignJustify } from "./TextAlignJustify";
|
|
@@ -513,6 +521,7 @@ export {
|
|
|
513
521
|
AddToQueue,
|
|
514
522
|
Airplay,
|
|
515
523
|
Alarm,
|
|
524
|
+
AlmostAi,
|
|
516
525
|
Anticipate,
|
|
517
526
|
Archive,
|
|
518
527
|
ArrowCircleDown,
|
|
@@ -563,6 +572,7 @@ export {
|
|
|
563
572
|
ArrowUpRightSm,
|
|
564
573
|
ArrowUpSm,
|
|
565
574
|
ArrowsReload01,
|
|
575
|
+
AttentionAi,
|
|
566
576
|
BarBottom,
|
|
567
577
|
BarLeft,
|
|
568
578
|
BarRight,
|
|
@@ -590,12 +600,14 @@ export {
|
|
|
590
600
|
CalendarCheck,
|
|
591
601
|
CalendarClose,
|
|
592
602
|
CalendarDays,
|
|
603
|
+
CalendarEdit,
|
|
593
604
|
CalendarEvent,
|
|
594
605
|
CalendarList,
|
|
595
606
|
CalendarRemove,
|
|
596
607
|
CalendarWeek,
|
|
597
608
|
Camera,
|
|
598
609
|
CarAuto,
|
|
610
|
+
Card,
|
|
599
611
|
CardLibrary,
|
|
600
612
|
CaretCircleDown,
|
|
601
613
|
CaretCircleLeft,
|
|
@@ -662,6 +674,7 @@ export {
|
|
|
662
674
|
CloudDownload,
|
|
663
675
|
CloudOff,
|
|
664
676
|
CloudRemove,
|
|
677
|
+
CloudSync,
|
|
665
678
|
CloudUpload,
|
|
666
679
|
Code,
|
|
667
680
|
CoffeToGo,
|
|
@@ -671,10 +684,12 @@ export {
|
|
|
671
684
|
CombineCells,
|
|
672
685
|
Command,
|
|
673
686
|
Compass,
|
|
687
|
+
Compass02,
|
|
674
688
|
Cookie,
|
|
675
689
|
Copy,
|
|
676
690
|
CreditCard,
|
|
677
691
|
CreditCard2,
|
|
692
|
+
CriticalAi,
|
|
678
693
|
Crop,
|
|
679
694
|
Cupcake,
|
|
680
695
|
Cylinder,
|
|
@@ -698,6 +713,7 @@ export {
|
|
|
698
713
|
EditPencil2,
|
|
699
714
|
EditPencilLine,
|
|
700
715
|
EditPencilLine2,
|
|
716
|
+
EventEdit,
|
|
701
717
|
EventShortcut,
|
|
702
718
|
Exit,
|
|
703
719
|
Expand,
|
|
@@ -720,7 +736,6 @@ export {
|
|
|
720
736
|
Fire,
|
|
721
737
|
FirstAid,
|
|
722
738
|
Flag,
|
|
723
|
-
Flame,
|
|
724
739
|
Flashcard,
|
|
725
740
|
Focus,
|
|
726
741
|
Folder,
|
|
@@ -740,6 +755,7 @@ export {
|
|
|
740
755
|
Forward,
|
|
741
756
|
Gift,
|
|
742
757
|
Globe,
|
|
758
|
+
GoalAi,
|
|
743
759
|
Graduation,
|
|
744
760
|
Grid,
|
|
745
761
|
GynecologyAndObstetrics,
|
|
@@ -759,7 +775,6 @@ export {
|
|
|
759
775
|
Heart2,
|
|
760
776
|
Help,
|
|
761
777
|
Hide,
|
|
762
|
-
HistoryBack,
|
|
763
778
|
House,
|
|
764
779
|
House2,
|
|
765
780
|
House3,
|
|
@@ -813,7 +828,6 @@ export {
|
|
|
813
828
|
MapPin,
|
|
814
829
|
Medbrain,
|
|
815
830
|
MedbrainAi,
|
|
816
|
-
MedbrainFullAi,
|
|
817
831
|
MedicalClinic,
|
|
818
832
|
Mention,
|
|
819
833
|
MenuAlt,
|
|
@@ -861,6 +875,9 @@ export {
|
|
|
861
875
|
Play,
|
|
862
876
|
PlayCircle,
|
|
863
877
|
Playlist,
|
|
878
|
+
PlaylistAdd,
|
|
879
|
+
PlaylistCheck,
|
|
880
|
+
Postpone,
|
|
864
881
|
Preventive,
|
|
865
882
|
Printer,
|
|
866
883
|
Puzzle,
|
|
@@ -927,6 +944,7 @@ export {
|
|
|
927
944
|
Strikethrough,
|
|
928
945
|
Suitcase,
|
|
929
946
|
Sun,
|
|
947
|
+
SuperGoalAi,
|
|
930
948
|
Surgery,
|
|
931
949
|
SwatchesPalette,
|
|
932
950
|
SwichtLeft,
|
|
@@ -940,9 +958,7 @@ export {
|
|
|
940
958
|
Target,
|
|
941
959
|
TarguetArrow,
|
|
942
960
|
Terminal,
|
|
943
|
-
Test,
|
|
944
961
|
TestAi,
|
|
945
|
-
TestTime,
|
|
946
962
|
Text,
|
|
947
963
|
TextAlignCenter,
|
|
948
964
|
TextAlignJustify,
|
package/native/index.d.cts
CHANGED
|
@@ -54,6 +54,12 @@ type AlarmProps = {
|
|
|
54
54
|
} & SvgProps;
|
|
55
55
|
declare const Alarm: ({ height, width, color, strokeWidth }: AlarmProps) => JSX.Element;
|
|
56
56
|
|
|
57
|
+
type AlmostAiProps = {
|
|
58
|
+
color: string;
|
|
59
|
+
strokeWidth?: number;
|
|
60
|
+
} & SvgProps;
|
|
61
|
+
declare const AlmostAi: ({ height, width, color, strokeWidth }: AlmostAiProps) => JSX.Element;
|
|
62
|
+
|
|
57
63
|
type AnticipateProps = {
|
|
58
64
|
color: string;
|
|
59
65
|
strokeWidth?: number;
|
|
@@ -354,6 +360,12 @@ type ArrowsReload01Props = {
|
|
|
354
360
|
} & SvgProps;
|
|
355
361
|
declare const ArrowsReload01: ({ height, width, color, strokeWidth }: ArrowsReload01Props) => JSX.Element;
|
|
356
362
|
|
|
363
|
+
type AttentionAiProps = {
|
|
364
|
+
color: string;
|
|
365
|
+
strokeWidth?: number;
|
|
366
|
+
} & SvgProps;
|
|
367
|
+
declare const AttentionAi: ({ height, width, color, strokeWidth }: AttentionAiProps) => JSX.Element;
|
|
368
|
+
|
|
357
369
|
type BarBottomProps = {
|
|
358
370
|
color: string;
|
|
359
371
|
strokeWidth?: number;
|
|
@@ -516,6 +528,12 @@ type CalendarDaysProps = {
|
|
|
516
528
|
} & SvgProps;
|
|
517
529
|
declare const CalendarDays: ({ height, width, color, strokeWidth }: CalendarDaysProps) => JSX.Element;
|
|
518
530
|
|
|
531
|
+
type CalendarEditProps = {
|
|
532
|
+
color: string;
|
|
533
|
+
strokeWidth?: number;
|
|
534
|
+
} & SvgProps;
|
|
535
|
+
declare const CalendarEdit: ({ height, width, color, strokeWidth }: CalendarEditProps) => JSX.Element;
|
|
536
|
+
|
|
519
537
|
type CalendarEventProps = {
|
|
520
538
|
color: string;
|
|
521
539
|
strokeWidth?: number;
|
|
@@ -552,6 +570,12 @@ type CarAutoProps = {
|
|
|
552
570
|
} & SvgProps;
|
|
553
571
|
declare const CarAuto: ({ height, width, color, strokeWidth }: CarAutoProps) => JSX.Element;
|
|
554
572
|
|
|
573
|
+
type CardProps = {
|
|
574
|
+
color: string;
|
|
575
|
+
strokeWidth?: number;
|
|
576
|
+
} & SvgProps;
|
|
577
|
+
declare const Card: ({ height, width, color, strokeWidth }: CardProps) => JSX.Element;
|
|
578
|
+
|
|
555
579
|
type CardLibraryProps = {
|
|
556
580
|
color: string;
|
|
557
581
|
strokeWidth?: number;
|
|
@@ -948,6 +972,12 @@ type CloudRemoveProps = {
|
|
|
948
972
|
} & SvgProps;
|
|
949
973
|
declare const CloudRemove: ({ height, width, color, strokeWidth }: CloudRemoveProps) => JSX.Element;
|
|
950
974
|
|
|
975
|
+
type CloudSyncProps = {
|
|
976
|
+
color: string;
|
|
977
|
+
strokeWidth?: number;
|
|
978
|
+
} & SvgProps;
|
|
979
|
+
declare const CloudSync: ({ height, width, color, strokeWidth }: CloudSyncProps) => JSX.Element;
|
|
980
|
+
|
|
951
981
|
type CloudUploadProps = {
|
|
952
982
|
color: string;
|
|
953
983
|
strokeWidth?: number;
|
|
@@ -1002,6 +1032,12 @@ type CompassProps = {
|
|
|
1002
1032
|
} & SvgProps;
|
|
1003
1033
|
declare const Compass: ({ height, width, color, strokeWidth }: CompassProps) => JSX.Element;
|
|
1004
1034
|
|
|
1035
|
+
type Compass02Props = {
|
|
1036
|
+
color: string;
|
|
1037
|
+
strokeWidth?: number;
|
|
1038
|
+
} & SvgProps;
|
|
1039
|
+
declare const Compass02: ({ height, width, color, strokeWidth }: Compass02Props) => JSX.Element;
|
|
1040
|
+
|
|
1005
1041
|
type CookieProps = {
|
|
1006
1042
|
color: string;
|
|
1007
1043
|
strokeWidth?: number;
|
|
@@ -1026,6 +1062,12 @@ type CreditCard2Props = {
|
|
|
1026
1062
|
} & SvgProps;
|
|
1027
1063
|
declare const CreditCard2: ({ height, width, color, strokeWidth }: CreditCard2Props) => JSX.Element;
|
|
1028
1064
|
|
|
1065
|
+
type CriticalAiProps = {
|
|
1066
|
+
color: string;
|
|
1067
|
+
strokeWidth?: number;
|
|
1068
|
+
} & SvgProps;
|
|
1069
|
+
declare const CriticalAi: ({ height, width, color, strokeWidth }: CriticalAiProps) => JSX.Element;
|
|
1070
|
+
|
|
1029
1071
|
type CropProps = {
|
|
1030
1072
|
color: string;
|
|
1031
1073
|
strokeWidth?: number;
|
|
@@ -1164,6 +1206,12 @@ type EditPencilLine2Props = {
|
|
|
1164
1206
|
} & SvgProps;
|
|
1165
1207
|
declare const EditPencilLine2: ({ height, width, color, strokeWidth }: EditPencilLine2Props) => JSX.Element;
|
|
1166
1208
|
|
|
1209
|
+
type EventEditProps = {
|
|
1210
|
+
color: string;
|
|
1211
|
+
strokeWidth?: number;
|
|
1212
|
+
} & SvgProps;
|
|
1213
|
+
declare const EventEdit: ({ height, width, color, strokeWidth }: EventEditProps) => JSX.Element;
|
|
1214
|
+
|
|
1167
1215
|
type EventShortcutProps = {
|
|
1168
1216
|
color: string;
|
|
1169
1217
|
strokeWidth?: number;
|
|
@@ -1296,12 +1344,6 @@ type FlagProps = {
|
|
|
1296
1344
|
} & SvgProps;
|
|
1297
1345
|
declare const Flag: ({ height, width, color, strokeWidth }: FlagProps) => JSX.Element;
|
|
1298
1346
|
|
|
1299
|
-
type FlameProps = {
|
|
1300
|
-
color: string;
|
|
1301
|
-
strokeWidth?: number;
|
|
1302
|
-
} & SvgProps;
|
|
1303
|
-
declare const Flame: ({ height, width, color, strokeWidth }: FlameProps) => JSX.Element;
|
|
1304
|
-
|
|
1305
1347
|
type FlashcardProps = {
|
|
1306
1348
|
color: string;
|
|
1307
1349
|
strokeWidth?: number;
|
|
@@ -1416,6 +1458,12 @@ type GlobeProps = {
|
|
|
1416
1458
|
} & SvgProps;
|
|
1417
1459
|
declare const Globe: ({ height, width, color, strokeWidth }: GlobeProps) => JSX.Element;
|
|
1418
1460
|
|
|
1461
|
+
type GoalAiProps = {
|
|
1462
|
+
color: string;
|
|
1463
|
+
strokeWidth?: number;
|
|
1464
|
+
} & SvgProps;
|
|
1465
|
+
declare const GoalAi: ({ height, width, color, strokeWidth }: GoalAiProps) => JSX.Element;
|
|
1466
|
+
|
|
1419
1467
|
type GraduationProps = {
|
|
1420
1468
|
color: string;
|
|
1421
1469
|
strokeWidth?: number;
|
|
@@ -1530,12 +1578,6 @@ type HideProps = {
|
|
|
1530
1578
|
} & SvgProps;
|
|
1531
1579
|
declare const Hide: ({ height, width, color, strokeWidth }: HideProps) => JSX.Element;
|
|
1532
1580
|
|
|
1533
|
-
type HistoryBackProps = {
|
|
1534
|
-
color: string;
|
|
1535
|
-
strokeWidth?: number;
|
|
1536
|
-
} & SvgProps;
|
|
1537
|
-
declare const HistoryBack: ({ height, width, color, strokeWidth }: HistoryBackProps) => JSX.Element;
|
|
1538
|
-
|
|
1539
1581
|
type HouseProps = {
|
|
1540
1582
|
color: string;
|
|
1541
1583
|
strokeWidth?: number;
|
|
@@ -1854,12 +1896,6 @@ type MedbrainAiProps = {
|
|
|
1854
1896
|
} & SvgProps;
|
|
1855
1897
|
declare const MedbrainAi: ({ height, width, color, strokeWidth }: MedbrainAiProps) => JSX.Element;
|
|
1856
1898
|
|
|
1857
|
-
type MedbrainFullAiProps = {
|
|
1858
|
-
color: string;
|
|
1859
|
-
strokeWidth?: number;
|
|
1860
|
-
} & SvgProps;
|
|
1861
|
-
declare const MedbrainFullAi: ({ height, width, color, strokeWidth }: MedbrainFullAiProps) => JSX.Element;
|
|
1862
|
-
|
|
1863
1899
|
type MedicalClinicProps = {
|
|
1864
1900
|
color: string;
|
|
1865
1901
|
strokeWidth?: number;
|
|
@@ -2142,6 +2178,24 @@ type PlaylistProps = {
|
|
|
2142
2178
|
} & SvgProps;
|
|
2143
2179
|
declare const Playlist: ({ height, width, color, strokeWidth }: PlaylistProps) => JSX.Element;
|
|
2144
2180
|
|
|
2181
|
+
type PlaylistAddProps = {
|
|
2182
|
+
color: string;
|
|
2183
|
+
strokeWidth?: number;
|
|
2184
|
+
} & SvgProps;
|
|
2185
|
+
declare const PlaylistAdd: ({ height, width, color, strokeWidth }: PlaylistAddProps) => JSX.Element;
|
|
2186
|
+
|
|
2187
|
+
type PlaylistCheckProps = {
|
|
2188
|
+
color: string;
|
|
2189
|
+
strokeWidth?: number;
|
|
2190
|
+
} & SvgProps;
|
|
2191
|
+
declare const PlaylistCheck: ({ height, width, color, strokeWidth }: PlaylistCheckProps) => JSX.Element;
|
|
2192
|
+
|
|
2193
|
+
type PostponeProps = {
|
|
2194
|
+
color: string;
|
|
2195
|
+
strokeWidth?: number;
|
|
2196
|
+
} & SvgProps;
|
|
2197
|
+
declare const Postpone: ({ height, width, color, strokeWidth }: PostponeProps) => JSX.Element;
|
|
2198
|
+
|
|
2145
2199
|
type PreventiveProps = {
|
|
2146
2200
|
color: string;
|
|
2147
2201
|
strokeWidth?: number;
|
|
@@ -2538,6 +2592,12 @@ type SunProps = {
|
|
|
2538
2592
|
} & SvgProps;
|
|
2539
2593
|
declare const Sun: ({ height, width, color, strokeWidth }: SunProps) => JSX.Element;
|
|
2540
2594
|
|
|
2595
|
+
type SuperGoalAiProps = {
|
|
2596
|
+
color: string;
|
|
2597
|
+
strokeWidth?: number;
|
|
2598
|
+
} & SvgProps;
|
|
2599
|
+
declare const SuperGoalAi: ({ height, width, color, strokeWidth }: SuperGoalAiProps) => JSX.Element;
|
|
2600
|
+
|
|
2541
2601
|
type SurgeryProps = {
|
|
2542
2602
|
color: string;
|
|
2543
2603
|
strokeWidth?: number;
|
|
@@ -2616,24 +2676,12 @@ type TerminalProps = {
|
|
|
2616
2676
|
} & SvgProps;
|
|
2617
2677
|
declare const Terminal: ({ height, width, color, strokeWidth }: TerminalProps) => JSX.Element;
|
|
2618
2678
|
|
|
2619
|
-
type TestProps = {
|
|
2620
|
-
color: string;
|
|
2621
|
-
strokeWidth?: number;
|
|
2622
|
-
} & SvgProps;
|
|
2623
|
-
declare const Test: ({ height, width, color, strokeWidth }: TestProps) => JSX.Element;
|
|
2624
|
-
|
|
2625
2679
|
type TestAiProps = {
|
|
2626
2680
|
color: string;
|
|
2627
2681
|
strokeWidth?: number;
|
|
2628
2682
|
} & SvgProps;
|
|
2629
2683
|
declare const TestAi: ({ height, width, color, strokeWidth }: TestAiProps) => JSX.Element;
|
|
2630
2684
|
|
|
2631
|
-
type TestTimeProps = {
|
|
2632
|
-
color: string;
|
|
2633
|
-
strokeWidth?: number;
|
|
2634
|
-
} & SvgProps;
|
|
2635
|
-
declare const TestTime: ({ height, width, color, strokeWidth }: TestTimeProps) => JSX.Element;
|
|
2636
|
-
|
|
2637
2685
|
type TextProps = {
|
|
2638
2686
|
color: string;
|
|
2639
2687
|
strokeWidth?: number;
|
|
@@ -3030,4 +3078,4 @@ type WindowTerminalProps = {
|
|
|
3030
3078
|
} & SvgProps;
|
|
3031
3079
|
declare const WindowTerminal: ({ height, width, color, strokeWidth }: WindowTerminalProps) => JSX.Element;
|
|
3032
3080
|
|
|
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,
|
|
3081
|
+
export { AddColumn, AddMinusSquare, AddPlus, AddPlusCircle, AddPlusSquare, AddRow, AddToQueue, 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 };
|