@medway-ui/icons 1.3.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 → Anticipate.cjs} +8 -8
- package/dist/components/icons/Anticipate.d.cts +6 -0
- package/dist/components/icons/Anticipate.d.ts +6 -0
- package/dist/components/icons/Anticipate.js +9 -0
- package/dist/components/icons/AttentionAi.cjs +43 -0
- 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/{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/Anticipate.cjs +45 -0
- package/native/components/icons/Anticipate.d.cts +9 -0
- package/native/components/icons/Anticipate.d.ts +9 -0
- package/native/components/icons/Anticipate.js +11 -0
- package/native/components/icons/{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
|
@@ -7,6 +7,8 @@ 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";
|
|
11
|
+
import { Anticipate } from "./Anticipate";
|
|
10
12
|
import { Archive } from "./Archive";
|
|
11
13
|
import { ArrowCircleDown } from "./ArrowCircleDown";
|
|
12
14
|
import { ArrowCircleDownLeft } from "./ArrowCircleDownLeft";
|
|
@@ -56,6 +58,7 @@ import { ArrowUpRightMd } from "./ArrowUpRightMd";
|
|
|
56
58
|
import { ArrowUpRightSm } from "./ArrowUpRightSm";
|
|
57
59
|
import { ArrowUpSm } from "./ArrowUpSm";
|
|
58
60
|
import { ArrowsReload01 } from "./ArrowsReload01";
|
|
61
|
+
import { AttentionAi } from "./AttentionAi";
|
|
59
62
|
import { BarBottom } from "./BarBottom";
|
|
60
63
|
import { BarLeft } from "./BarLeft";
|
|
61
64
|
import { BarRight } from "./BarRight";
|
|
@@ -83,12 +86,14 @@ import { CalendarAdd } from "./CalendarAdd";
|
|
|
83
86
|
import { CalendarCheck } from "./CalendarCheck";
|
|
84
87
|
import { CalendarClose } from "./CalendarClose";
|
|
85
88
|
import { CalendarDays } from "./CalendarDays";
|
|
89
|
+
import { CalendarEdit } from "./CalendarEdit";
|
|
86
90
|
import { CalendarEvent } from "./CalendarEvent";
|
|
87
91
|
import { CalendarList } from "./CalendarList";
|
|
88
92
|
import { CalendarRemove } from "./CalendarRemove";
|
|
89
93
|
import { CalendarWeek } from "./CalendarWeek";
|
|
90
94
|
import { Camera } from "./Camera";
|
|
91
95
|
import { CarAuto } from "./CarAuto";
|
|
96
|
+
import { Card } from "./Card";
|
|
92
97
|
import { CardLibrary } from "./CardLibrary";
|
|
93
98
|
import { CaretCircleDown } from "./CaretCircleDown";
|
|
94
99
|
import { CaretCircleLeft } from "./CaretCircleLeft";
|
|
@@ -155,6 +160,7 @@ import { CloudClose } from "./CloudClose";
|
|
|
155
160
|
import { CloudDownload } from "./CloudDownload";
|
|
156
161
|
import { CloudOff } from "./CloudOff";
|
|
157
162
|
import { CloudRemove } from "./CloudRemove";
|
|
163
|
+
import { CloudSync } from "./CloudSync";
|
|
158
164
|
import { CloudUpload } from "./CloudUpload";
|
|
159
165
|
import { Code } from "./Code";
|
|
160
166
|
import { CoffeToGo } from "./CoffeToGo";
|
|
@@ -164,10 +170,12 @@ import { CombineAi } from "./CombineAi";
|
|
|
164
170
|
import { CombineCells } from "./CombineCells";
|
|
165
171
|
import { Command } from "./Command";
|
|
166
172
|
import { Compass } from "./Compass";
|
|
173
|
+
import { Compass02 } from "./Compass02";
|
|
167
174
|
import { Cookie } from "./Cookie";
|
|
168
175
|
import { Copy } from "./Copy";
|
|
169
176
|
import { CreditCard } from "./CreditCard";
|
|
170
177
|
import { CreditCard2 } from "./CreditCard2";
|
|
178
|
+
import { CriticalAi } from "./CriticalAi";
|
|
171
179
|
import { Crop } from "./Crop";
|
|
172
180
|
import { Cupcake } from "./Cupcake";
|
|
173
181
|
import { Cylinder } from "./Cylinder";
|
|
@@ -191,6 +199,7 @@ import { EditPencil } from "./EditPencil";
|
|
|
191
199
|
import { EditPencil2 } from "./EditPencil2";
|
|
192
200
|
import { EditPencilLine } from "./EditPencilLine";
|
|
193
201
|
import { EditPencilLine2 } from "./EditPencilLine2";
|
|
202
|
+
import { EventEdit } from "./EventEdit";
|
|
194
203
|
import { EventShortcut } from "./EventShortcut";
|
|
195
204
|
import { Exit } from "./Exit";
|
|
196
205
|
import { Expand } from "./Expand";
|
|
@@ -213,7 +222,6 @@ import { FilterOff } from "./FilterOff";
|
|
|
213
222
|
import { Fire } from "./Fire";
|
|
214
223
|
import { FirstAid } from "./FirstAid";
|
|
215
224
|
import { Flag } from "./Flag";
|
|
216
|
-
import { Flame } from "./Flame";
|
|
217
225
|
import { Flashcard } from "./Flashcard";
|
|
218
226
|
import { Focus } from "./Focus";
|
|
219
227
|
import { Folder } from "./Folder";
|
|
@@ -233,6 +241,7 @@ import { Font } from "./Font";
|
|
|
233
241
|
import { Forward } from "./Forward";
|
|
234
242
|
import { Gift } from "./Gift";
|
|
235
243
|
import { Globe } from "./Globe";
|
|
244
|
+
import { GoalAi } from "./GoalAi";
|
|
236
245
|
import { Graduation } from "./Graduation";
|
|
237
246
|
import { Grid } from "./Grid";
|
|
238
247
|
import { GynecologyAndObstetrics } from "./GynecologyAndObstetrics";
|
|
@@ -252,7 +261,6 @@ import { Heart } from "./Heart";
|
|
|
252
261
|
import { Heart2 } from "./Heart2";
|
|
253
262
|
import { Help } from "./Help";
|
|
254
263
|
import { Hide } from "./Hide";
|
|
255
|
-
import { HistoryBack } from "./HistoryBack";
|
|
256
264
|
import { House } from "./House";
|
|
257
265
|
import { House2 } from "./House2";
|
|
258
266
|
import { House3 } from "./House3";
|
|
@@ -306,7 +314,6 @@ import { Map } from "./Map";
|
|
|
306
314
|
import { MapPin } from "./MapPin";
|
|
307
315
|
import { Medbrain } from "./Medbrain";
|
|
308
316
|
import { MedbrainAi } from "./MedbrainAi";
|
|
309
|
-
import { MedbrainFullAi } from "./MedbrainFullAi";
|
|
310
317
|
import { MedicalClinic } from "./MedicalClinic";
|
|
311
318
|
import { Mention } from "./Mention";
|
|
312
319
|
import { MenuAlt } from "./MenuAlt";
|
|
@@ -354,6 +361,9 @@ import { Planet } from "./Planet";
|
|
|
354
361
|
import { Play } from "./Play";
|
|
355
362
|
import { PlayCircle } from "./PlayCircle";
|
|
356
363
|
import { Playlist } from "./Playlist";
|
|
364
|
+
import { PlaylistAdd } from "./PlaylistAdd";
|
|
365
|
+
import { PlaylistCheck } from "./PlaylistCheck";
|
|
366
|
+
import { Postpone } from "./Postpone";
|
|
357
367
|
import { Preventive } from "./Preventive";
|
|
358
368
|
import { Printer } from "./Printer";
|
|
359
369
|
import { Puzzle } from "./Puzzle";
|
|
@@ -420,6 +430,7 @@ import { StopSign } from "./StopSign";
|
|
|
420
430
|
import { Strikethrough } from "./Strikethrough";
|
|
421
431
|
import { Suitcase } from "./Suitcase";
|
|
422
432
|
import { Sun } from "./Sun";
|
|
433
|
+
import { SuperGoalAi } from "./SuperGoalAi";
|
|
423
434
|
import { Surgery } from "./Surgery";
|
|
424
435
|
import { SwatchesPalette } from "./SwatchesPalette";
|
|
425
436
|
import { SwichtLeft } from "./SwichtLeft";
|
|
@@ -433,9 +444,7 @@ import { Tag } from "./Tag";
|
|
|
433
444
|
import { Target } from "./Target";
|
|
434
445
|
import { TarguetArrow } from "./TarguetArrow";
|
|
435
446
|
import { Terminal } from "./Terminal";
|
|
436
|
-
import { Test } from "./Test";
|
|
437
447
|
import { TestAi } from "./TestAi";
|
|
438
|
-
import { TestTime } from "./TestTime";
|
|
439
448
|
import { Text } from "./Text";
|
|
440
449
|
import { TextAlignCenter } from "./TextAlignCenter";
|
|
441
450
|
import { TextAlignJustify } from "./TextAlignJustify";
|
|
@@ -512,6 +521,8 @@ export {
|
|
|
512
521
|
AddToQueue,
|
|
513
522
|
Airplay,
|
|
514
523
|
Alarm,
|
|
524
|
+
AlmostAi,
|
|
525
|
+
Anticipate,
|
|
515
526
|
Archive,
|
|
516
527
|
ArrowCircleDown,
|
|
517
528
|
ArrowCircleDownLeft,
|
|
@@ -561,6 +572,7 @@ export {
|
|
|
561
572
|
ArrowUpRightSm,
|
|
562
573
|
ArrowUpSm,
|
|
563
574
|
ArrowsReload01,
|
|
575
|
+
AttentionAi,
|
|
564
576
|
BarBottom,
|
|
565
577
|
BarLeft,
|
|
566
578
|
BarRight,
|
|
@@ -588,12 +600,14 @@ export {
|
|
|
588
600
|
CalendarCheck,
|
|
589
601
|
CalendarClose,
|
|
590
602
|
CalendarDays,
|
|
603
|
+
CalendarEdit,
|
|
591
604
|
CalendarEvent,
|
|
592
605
|
CalendarList,
|
|
593
606
|
CalendarRemove,
|
|
594
607
|
CalendarWeek,
|
|
595
608
|
Camera,
|
|
596
609
|
CarAuto,
|
|
610
|
+
Card,
|
|
597
611
|
CardLibrary,
|
|
598
612
|
CaretCircleDown,
|
|
599
613
|
CaretCircleLeft,
|
|
@@ -660,6 +674,7 @@ export {
|
|
|
660
674
|
CloudDownload,
|
|
661
675
|
CloudOff,
|
|
662
676
|
CloudRemove,
|
|
677
|
+
CloudSync,
|
|
663
678
|
CloudUpload,
|
|
664
679
|
Code,
|
|
665
680
|
CoffeToGo,
|
|
@@ -669,10 +684,12 @@ export {
|
|
|
669
684
|
CombineCells,
|
|
670
685
|
Command,
|
|
671
686
|
Compass,
|
|
687
|
+
Compass02,
|
|
672
688
|
Cookie,
|
|
673
689
|
Copy,
|
|
674
690
|
CreditCard,
|
|
675
691
|
CreditCard2,
|
|
692
|
+
CriticalAi,
|
|
676
693
|
Crop,
|
|
677
694
|
Cupcake,
|
|
678
695
|
Cylinder,
|
|
@@ -696,6 +713,7 @@ export {
|
|
|
696
713
|
EditPencil2,
|
|
697
714
|
EditPencilLine,
|
|
698
715
|
EditPencilLine2,
|
|
716
|
+
EventEdit,
|
|
699
717
|
EventShortcut,
|
|
700
718
|
Exit,
|
|
701
719
|
Expand,
|
|
@@ -718,7 +736,6 @@ export {
|
|
|
718
736
|
Fire,
|
|
719
737
|
FirstAid,
|
|
720
738
|
Flag,
|
|
721
|
-
Flame,
|
|
722
739
|
Flashcard,
|
|
723
740
|
Focus,
|
|
724
741
|
Folder,
|
|
@@ -738,6 +755,7 @@ export {
|
|
|
738
755
|
Forward,
|
|
739
756
|
Gift,
|
|
740
757
|
Globe,
|
|
758
|
+
GoalAi,
|
|
741
759
|
Graduation,
|
|
742
760
|
Grid,
|
|
743
761
|
GynecologyAndObstetrics,
|
|
@@ -757,7 +775,6 @@ export {
|
|
|
757
775
|
Heart2,
|
|
758
776
|
Help,
|
|
759
777
|
Hide,
|
|
760
|
-
HistoryBack,
|
|
761
778
|
House,
|
|
762
779
|
House2,
|
|
763
780
|
House3,
|
|
@@ -811,7 +828,6 @@ export {
|
|
|
811
828
|
MapPin,
|
|
812
829
|
Medbrain,
|
|
813
830
|
MedbrainAi,
|
|
814
|
-
MedbrainFullAi,
|
|
815
831
|
MedicalClinic,
|
|
816
832
|
Mention,
|
|
817
833
|
MenuAlt,
|
|
@@ -859,6 +875,9 @@ export {
|
|
|
859
875
|
Play,
|
|
860
876
|
PlayCircle,
|
|
861
877
|
Playlist,
|
|
878
|
+
PlaylistAdd,
|
|
879
|
+
PlaylistCheck,
|
|
880
|
+
Postpone,
|
|
862
881
|
Preventive,
|
|
863
882
|
Printer,
|
|
864
883
|
Puzzle,
|
|
@@ -925,6 +944,7 @@ export {
|
|
|
925
944
|
Strikethrough,
|
|
926
945
|
Suitcase,
|
|
927
946
|
Sun,
|
|
947
|
+
SuperGoalAi,
|
|
928
948
|
Surgery,
|
|
929
949
|
SwatchesPalette,
|
|
930
950
|
SwichtLeft,
|
|
@@ -938,9 +958,7 @@ export {
|
|
|
938
958
|
Target,
|
|
939
959
|
TarguetArrow,
|
|
940
960
|
Terminal,
|
|
941
|
-
Test,
|
|
942
961
|
TestAi,
|
|
943
|
-
TestTime,
|
|
944
962
|
Text,
|
|
945
963
|
TextAlignCenter,
|
|
946
964
|
TextAlignJustify,
|
package/native/index.d.cts
CHANGED
|
@@ -54,6 +54,18 @@ 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
|
+
|
|
63
|
+
type AnticipateProps = {
|
|
64
|
+
color: string;
|
|
65
|
+
strokeWidth?: number;
|
|
66
|
+
} & SvgProps;
|
|
67
|
+
declare const Anticipate: ({ height, width, color, strokeWidth }: AnticipateProps) => JSX.Element;
|
|
68
|
+
|
|
57
69
|
type ArchiveProps = {
|
|
58
70
|
color: string;
|
|
59
71
|
strokeWidth?: number;
|
|
@@ -348,6 +360,12 @@ type ArrowsReload01Props = {
|
|
|
348
360
|
} & SvgProps;
|
|
349
361
|
declare const ArrowsReload01: ({ height, width, color, strokeWidth }: ArrowsReload01Props) => JSX.Element;
|
|
350
362
|
|
|
363
|
+
type AttentionAiProps = {
|
|
364
|
+
color: string;
|
|
365
|
+
strokeWidth?: number;
|
|
366
|
+
} & SvgProps;
|
|
367
|
+
declare const AttentionAi: ({ height, width, color, strokeWidth }: AttentionAiProps) => JSX.Element;
|
|
368
|
+
|
|
351
369
|
type BarBottomProps = {
|
|
352
370
|
color: string;
|
|
353
371
|
strokeWidth?: number;
|
|
@@ -510,6 +528,12 @@ type CalendarDaysProps = {
|
|
|
510
528
|
} & SvgProps;
|
|
511
529
|
declare const CalendarDays: ({ height, width, color, strokeWidth }: CalendarDaysProps) => JSX.Element;
|
|
512
530
|
|
|
531
|
+
type CalendarEditProps = {
|
|
532
|
+
color: string;
|
|
533
|
+
strokeWidth?: number;
|
|
534
|
+
} & SvgProps;
|
|
535
|
+
declare const CalendarEdit: ({ height, width, color, strokeWidth }: CalendarEditProps) => JSX.Element;
|
|
536
|
+
|
|
513
537
|
type CalendarEventProps = {
|
|
514
538
|
color: string;
|
|
515
539
|
strokeWidth?: number;
|
|
@@ -546,6 +570,12 @@ type CarAutoProps = {
|
|
|
546
570
|
} & SvgProps;
|
|
547
571
|
declare const CarAuto: ({ height, width, color, strokeWidth }: CarAutoProps) => JSX.Element;
|
|
548
572
|
|
|
573
|
+
type CardProps = {
|
|
574
|
+
color: string;
|
|
575
|
+
strokeWidth?: number;
|
|
576
|
+
} & SvgProps;
|
|
577
|
+
declare const Card: ({ height, width, color, strokeWidth }: CardProps) => JSX.Element;
|
|
578
|
+
|
|
549
579
|
type CardLibraryProps = {
|
|
550
580
|
color: string;
|
|
551
581
|
strokeWidth?: number;
|
|
@@ -942,6 +972,12 @@ type CloudRemoveProps = {
|
|
|
942
972
|
} & SvgProps;
|
|
943
973
|
declare const CloudRemove: ({ height, width, color, strokeWidth }: CloudRemoveProps) => JSX.Element;
|
|
944
974
|
|
|
975
|
+
type CloudSyncProps = {
|
|
976
|
+
color: string;
|
|
977
|
+
strokeWidth?: number;
|
|
978
|
+
} & SvgProps;
|
|
979
|
+
declare const CloudSync: ({ height, width, color, strokeWidth }: CloudSyncProps) => JSX.Element;
|
|
980
|
+
|
|
945
981
|
type CloudUploadProps = {
|
|
946
982
|
color: string;
|
|
947
983
|
strokeWidth?: number;
|
|
@@ -996,6 +1032,12 @@ type CompassProps = {
|
|
|
996
1032
|
} & SvgProps;
|
|
997
1033
|
declare const Compass: ({ height, width, color, strokeWidth }: CompassProps) => JSX.Element;
|
|
998
1034
|
|
|
1035
|
+
type Compass02Props = {
|
|
1036
|
+
color: string;
|
|
1037
|
+
strokeWidth?: number;
|
|
1038
|
+
} & SvgProps;
|
|
1039
|
+
declare const Compass02: ({ height, width, color, strokeWidth }: Compass02Props) => JSX.Element;
|
|
1040
|
+
|
|
999
1041
|
type CookieProps = {
|
|
1000
1042
|
color: string;
|
|
1001
1043
|
strokeWidth?: number;
|
|
@@ -1020,6 +1062,12 @@ type CreditCard2Props = {
|
|
|
1020
1062
|
} & SvgProps;
|
|
1021
1063
|
declare const CreditCard2: ({ height, width, color, strokeWidth }: CreditCard2Props) => JSX.Element;
|
|
1022
1064
|
|
|
1065
|
+
type CriticalAiProps = {
|
|
1066
|
+
color: string;
|
|
1067
|
+
strokeWidth?: number;
|
|
1068
|
+
} & SvgProps;
|
|
1069
|
+
declare const CriticalAi: ({ height, width, color, strokeWidth }: CriticalAiProps) => JSX.Element;
|
|
1070
|
+
|
|
1023
1071
|
type CropProps = {
|
|
1024
1072
|
color: string;
|
|
1025
1073
|
strokeWidth?: number;
|
|
@@ -1158,6 +1206,12 @@ type EditPencilLine2Props = {
|
|
|
1158
1206
|
} & SvgProps;
|
|
1159
1207
|
declare const EditPencilLine2: ({ height, width, color, strokeWidth }: EditPencilLine2Props) => JSX.Element;
|
|
1160
1208
|
|
|
1209
|
+
type EventEditProps = {
|
|
1210
|
+
color: string;
|
|
1211
|
+
strokeWidth?: number;
|
|
1212
|
+
} & SvgProps;
|
|
1213
|
+
declare const EventEdit: ({ height, width, color, strokeWidth }: EventEditProps) => JSX.Element;
|
|
1214
|
+
|
|
1161
1215
|
type EventShortcutProps = {
|
|
1162
1216
|
color: string;
|
|
1163
1217
|
strokeWidth?: number;
|
|
@@ -1290,12 +1344,6 @@ type FlagProps = {
|
|
|
1290
1344
|
} & SvgProps;
|
|
1291
1345
|
declare const Flag: ({ height, width, color, strokeWidth }: FlagProps) => JSX.Element;
|
|
1292
1346
|
|
|
1293
|
-
type FlameProps = {
|
|
1294
|
-
color: string;
|
|
1295
|
-
strokeWidth?: number;
|
|
1296
|
-
} & SvgProps;
|
|
1297
|
-
declare const Flame: ({ height, width, color, strokeWidth }: FlameProps) => JSX.Element;
|
|
1298
|
-
|
|
1299
1347
|
type FlashcardProps = {
|
|
1300
1348
|
color: string;
|
|
1301
1349
|
strokeWidth?: number;
|
|
@@ -1410,6 +1458,12 @@ type GlobeProps = {
|
|
|
1410
1458
|
} & SvgProps;
|
|
1411
1459
|
declare const Globe: ({ height, width, color, strokeWidth }: GlobeProps) => JSX.Element;
|
|
1412
1460
|
|
|
1461
|
+
type GoalAiProps = {
|
|
1462
|
+
color: string;
|
|
1463
|
+
strokeWidth?: number;
|
|
1464
|
+
} & SvgProps;
|
|
1465
|
+
declare const GoalAi: ({ height, width, color, strokeWidth }: GoalAiProps) => JSX.Element;
|
|
1466
|
+
|
|
1413
1467
|
type GraduationProps = {
|
|
1414
1468
|
color: string;
|
|
1415
1469
|
strokeWidth?: number;
|
|
@@ -1524,12 +1578,6 @@ type HideProps = {
|
|
|
1524
1578
|
} & SvgProps;
|
|
1525
1579
|
declare const Hide: ({ height, width, color, strokeWidth }: HideProps) => JSX.Element;
|
|
1526
1580
|
|
|
1527
|
-
type HistoryBackProps = {
|
|
1528
|
-
color: string;
|
|
1529
|
-
strokeWidth?: number;
|
|
1530
|
-
} & SvgProps;
|
|
1531
|
-
declare const HistoryBack: ({ height, width, color, strokeWidth }: HistoryBackProps) => JSX.Element;
|
|
1532
|
-
|
|
1533
1581
|
type HouseProps = {
|
|
1534
1582
|
color: string;
|
|
1535
1583
|
strokeWidth?: number;
|
|
@@ -1848,12 +1896,6 @@ type MedbrainAiProps = {
|
|
|
1848
1896
|
} & SvgProps;
|
|
1849
1897
|
declare const MedbrainAi: ({ height, width, color, strokeWidth }: MedbrainAiProps) => JSX.Element;
|
|
1850
1898
|
|
|
1851
|
-
type MedbrainFullAiProps = {
|
|
1852
|
-
color: string;
|
|
1853
|
-
strokeWidth?: number;
|
|
1854
|
-
} & SvgProps;
|
|
1855
|
-
declare const MedbrainFullAi: ({ height, width, color, strokeWidth }: MedbrainFullAiProps) => JSX.Element;
|
|
1856
|
-
|
|
1857
1899
|
type MedicalClinicProps = {
|
|
1858
1900
|
color: string;
|
|
1859
1901
|
strokeWidth?: number;
|
|
@@ -2136,6 +2178,24 @@ type PlaylistProps = {
|
|
|
2136
2178
|
} & SvgProps;
|
|
2137
2179
|
declare const Playlist: ({ height, width, color, strokeWidth }: PlaylistProps) => JSX.Element;
|
|
2138
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
|
+
|
|
2139
2199
|
type PreventiveProps = {
|
|
2140
2200
|
color: string;
|
|
2141
2201
|
strokeWidth?: number;
|
|
@@ -2532,6 +2592,12 @@ type SunProps = {
|
|
|
2532
2592
|
} & SvgProps;
|
|
2533
2593
|
declare const Sun: ({ height, width, color, strokeWidth }: SunProps) => JSX.Element;
|
|
2534
2594
|
|
|
2595
|
+
type SuperGoalAiProps = {
|
|
2596
|
+
color: string;
|
|
2597
|
+
strokeWidth?: number;
|
|
2598
|
+
} & SvgProps;
|
|
2599
|
+
declare const SuperGoalAi: ({ height, width, color, strokeWidth }: SuperGoalAiProps) => JSX.Element;
|
|
2600
|
+
|
|
2535
2601
|
type SurgeryProps = {
|
|
2536
2602
|
color: string;
|
|
2537
2603
|
strokeWidth?: number;
|
|
@@ -2610,24 +2676,12 @@ type TerminalProps = {
|
|
|
2610
2676
|
} & SvgProps;
|
|
2611
2677
|
declare const Terminal: ({ height, width, color, strokeWidth }: TerminalProps) => JSX.Element;
|
|
2612
2678
|
|
|
2613
|
-
type TestProps = {
|
|
2614
|
-
color: string;
|
|
2615
|
-
strokeWidth?: number;
|
|
2616
|
-
} & SvgProps;
|
|
2617
|
-
declare const Test: ({ height, width, color, strokeWidth }: TestProps) => JSX.Element;
|
|
2618
|
-
|
|
2619
2679
|
type TestAiProps = {
|
|
2620
2680
|
color: string;
|
|
2621
2681
|
strokeWidth?: number;
|
|
2622
2682
|
} & SvgProps;
|
|
2623
2683
|
declare const TestAi: ({ height, width, color, strokeWidth }: TestAiProps) => JSX.Element;
|
|
2624
2684
|
|
|
2625
|
-
type TestTimeProps = {
|
|
2626
|
-
color: string;
|
|
2627
|
-
strokeWidth?: number;
|
|
2628
|
-
} & SvgProps;
|
|
2629
|
-
declare const TestTime: ({ height, width, color, strokeWidth }: TestTimeProps) => JSX.Element;
|
|
2630
|
-
|
|
2631
2685
|
type TextProps = {
|
|
2632
2686
|
color: string;
|
|
2633
2687
|
strokeWidth?: number;
|
|
@@ -3024,4 +3078,4 @@ type WindowTerminalProps = {
|
|
|
3024
3078
|
} & SvgProps;
|
|
3025
3079
|
declare const WindowTerminal: ({ height, width, color, strokeWidth }: WindowTerminalProps) => JSX.Element;
|
|
3026
3080
|
|
|
3027
|
-
export { AddColumn, AddMinusSquare, AddPlus, AddPlusCircle, AddPlusSquare, AddRow, AddToQueue, Airplay, Alarm, 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 };
|