@fichap/icons-react 1.0.2 → 1.0.3
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/index.d.mts +79 -6
- package/dist/index.d.ts +79 -6
- package/dist/index.js +1551 -1060
- package/dist/index.mjs +1532 -1059
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -14,8 +14,6 @@ declare const WrenchRegular: ({ size, width, height, className, ...props }: Icon
|
|
|
14
14
|
|
|
15
15
|
declare const WorldRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
16
16
|
|
|
17
|
-
declare const WorkRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
18
|
-
|
|
19
17
|
declare const Wheelchair2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
20
18
|
|
|
21
19
|
declare const WheelchairRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -96,6 +94,8 @@ declare const UnderlineRegular: ({ size, width, height, className, ...props }: I
|
|
|
96
94
|
|
|
97
95
|
declare const TypeRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
98
96
|
|
|
97
|
+
declare const Triangle2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
98
|
+
|
|
99
99
|
declare const TranslateVectorRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
100
100
|
|
|
101
101
|
declare const TranslateLanguageRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -134,6 +134,8 @@ declare const TagRegular: ({ size, width, height, className, ...props }: IconSvg
|
|
|
134
134
|
|
|
135
135
|
declare const TableRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
136
136
|
|
|
137
|
+
declare const SymbolpngRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
138
|
+
|
|
137
139
|
declare const SwitchListRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
138
140
|
|
|
139
141
|
declare const SwapRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -144,12 +146,16 @@ declare const SunvectorRegular: ({ size, width, height, className, ...props }: I
|
|
|
144
146
|
|
|
145
147
|
declare const SunRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
146
148
|
|
|
149
|
+
declare const SuccessDocumentsRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
150
|
+
|
|
147
151
|
declare const StrikethroughRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
148
152
|
|
|
149
153
|
declare const StopwatchSpeedRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
150
154
|
|
|
151
155
|
declare const StopCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
152
156
|
|
|
157
|
+
declare const StarsCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
158
|
+
|
|
153
159
|
declare const StarRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
154
160
|
|
|
155
161
|
declare const StarRemoveRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -272,12 +278,16 @@ declare const OutdentRegular: ({ size, width, height, className, ...props }: Ico
|
|
|
272
278
|
|
|
273
279
|
declare const OrderedListRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
274
280
|
|
|
281
|
+
declare const OpenaiRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
282
|
+
|
|
275
283
|
declare const OfficechairRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
276
284
|
|
|
277
285
|
declare const NumberedlistRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
278
286
|
|
|
279
287
|
declare const NotificationRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
280
288
|
|
|
289
|
+
declare const NoteLockRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
290
|
+
|
|
281
291
|
declare const NewNotificationRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
282
292
|
|
|
283
293
|
declare const MovieTimeRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -312,6 +322,10 @@ declare const MenuhorizontalRegular: ({ size, width, height, className, ...props
|
|
|
312
322
|
|
|
313
323
|
declare const MenuRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
314
324
|
|
|
325
|
+
declare const MenuCloseLeftRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
326
|
+
|
|
327
|
+
declare const MenuCloseLeft2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
328
|
+
|
|
315
329
|
declare const Menu2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
316
330
|
|
|
317
331
|
declare const MarkerRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -330,6 +344,8 @@ declare const LogoutRegular: ({ size, width, height, className, ...props }: Icon
|
|
|
330
344
|
|
|
331
345
|
declare const LoginRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
332
346
|
|
|
347
|
+
declare const LoginUserRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
348
|
+
|
|
333
349
|
declare const LockRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
334
350
|
|
|
335
351
|
declare const LocationRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -380,6 +396,8 @@ declare const ImageDownRegular: ({ size, width, height, className, ...props }: I
|
|
|
380
396
|
|
|
381
397
|
declare const ImageAiRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
382
398
|
|
|
399
|
+
declare const ImageAi2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
400
|
+
|
|
383
401
|
declare const Image3Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
384
402
|
|
|
385
403
|
declare const IconlyRegularLighExternalLinkRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -440,6 +458,8 @@ declare const HospitalRegular: ({ size, width, height, className, ...props }: Ic
|
|
|
440
458
|
|
|
441
459
|
declare const HomeRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
442
460
|
|
|
461
|
+
declare const HomeStarRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
462
|
+
|
|
443
463
|
declare const Home2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
444
464
|
|
|
445
465
|
declare const HideRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -530,14 +550,22 @@ declare const DollarAddRegular: ({ size, width, height, className, ...props }: I
|
|
|
530
550
|
|
|
531
551
|
declare const DocumentRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
532
552
|
|
|
553
|
+
declare const DocumentVerifiedRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
554
|
+
|
|
533
555
|
declare const DocumentStarRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
534
556
|
|
|
557
|
+
declare const DocumentRemoveRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
558
|
+
|
|
535
559
|
declare const DocumentPinRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
536
560
|
|
|
537
561
|
declare const DocumentPdfRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
538
562
|
|
|
563
|
+
declare const DocumentExploreRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
564
|
+
|
|
539
565
|
declare const DocumentErrorRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
540
566
|
|
|
567
|
+
declare const DocumentCheckRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
568
|
+
|
|
541
569
|
declare const Docuemtn2LineEditRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
542
570
|
|
|
543
571
|
declare const DiscoveryRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -586,6 +614,8 @@ declare const ClockCloseRegular: ({ size, width, height, className, ...props }:
|
|
|
586
614
|
|
|
587
615
|
declare const ClockAddPlusRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
588
616
|
|
|
617
|
+
declare const CircleMessage2UpRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
618
|
+
|
|
589
619
|
declare const CircleGridInterfaceRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
590
620
|
|
|
591
621
|
declare const ChevronExpandVericalRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -654,6 +684,8 @@ declare const CalendarDashRegular: ({ size, width, height, className, ...props }
|
|
|
654
684
|
|
|
655
685
|
declare const CalendarCheckRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
656
686
|
|
|
687
|
+
declare const CalendarArrowRightRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
688
|
+
|
|
657
689
|
declare const CalendarAddRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
658
690
|
|
|
659
691
|
declare const Calendar2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -670,6 +702,8 @@ declare const BuildingOffice3Regular: ({ size, width, height, className, ...prop
|
|
|
670
702
|
|
|
671
703
|
declare const BuildingOffice2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
672
704
|
|
|
705
|
+
declare const BotRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
706
|
+
|
|
673
707
|
declare const BookmarkRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
674
708
|
|
|
675
709
|
declare const BookRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -738,6 +772,8 @@ declare const ArrowDown3Regular: ({ size, width, height, className, ...props }:
|
|
|
738
772
|
|
|
739
773
|
declare const ArrowDown2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
740
774
|
|
|
775
|
+
declare const AnthropicRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
776
|
+
|
|
741
777
|
declare const AlignLeftRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
742
778
|
|
|
743
779
|
declare const AlarmSpeakerRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1089,10 +1125,10 @@ declare const Icon2UserBold: ({ size, width, height, className, ...props }: Icon
|
|
|
1089
1125
|
type IconComponent = (props: IconSvgProps) => React.ReactElement;
|
|
1090
1126
|
type IconVariant = 'regular' | 'bold';
|
|
1091
1127
|
declare const iconNamesByVariant: {
|
|
1092
|
-
readonly regular: readonly ["accident", "activity", "activity2", "addUser", "aiBrainIdea", "alarmSpeaker", "alignLeft", "arrowDown", "arrowDown2", "arrowDown3", "arrowDownCircle", "arrowDownRightsm", "arrowDownSquare", "arrowLeft", "arrowLeft2", "arrowLeft22", "arrowLeft3", "arrowLeftCircle", "arrowLeftSquare", "arrowRight", "arrowRight2", "arrowRight22", "arrowRight3", "arrowRightCircle", "arrowRightSm", "arrowRightSquare", "arrowUp", "arrowUp2", "arrowUp3", "arrowUpCircle", "arrowUpRightsm", "arrowUpSquare", "arrowsDiagonalContract", "attach", "bag", "bag3", "bankCardInformation", "boardTasks", "bold", "book", "bookmark", "building", "buildingOffice", "buildingOffice2", "buildingOffice3", "bulletedList", "buy", "calendar", "calendar2", "calendarAdd", "calendarCheck", "calendarDash", "calendarDone", "calendarDone2", "calendarEdit", "calendarHourglass", "calendarSettings", "calendarTick", "calendarTime", "calendarTimeBold", "call", "callMissed", "callSilent", "calling", "camera", "cameraAuto", "cameraPlus", "carCrash", "catSquare", "categories", "category", "centerLayout", "chart", "chart3BarRefresh", "chart3BarTime", "chartAnalysish", "chartInformation", "chat", "chatQuote", "checkCircle", "checkmark", "chevronExpandVerical", "circleGridInterface", "clockAddPlus", "clockClose", "clockFire", "close", "closeSquare", "closeSquare2", "cloudUpload", "code", "code2", "comment", "comments", "copyLineEdit", "creativeQuoteOpenSquare", "crecimiento", "dangerCircle", "dangerTriangle", "darkAndLight", "darkAndLight2", "dcoument3Lines", "decrecimiento", "delete", "discount", "discovery", "docuemtn2LineEdit", "document", "documentError", "documentPdf", "documentPin", "documentStar", "dollarAdd", "downLine", "downSquareLine", "download", "draghorizontal", "earth", "edit", "editSquare", "expand", "faceIdFail", "faceIdSucces", "film2", "filter", "filter3", "flag", "flash", "flipBackward", "flipForward", "flipcalendarBlank", "flipcalendarPercent", "flipcalendarTime", "flowChart", "folder", "folderFileAddPlus", "folderFileUp", "frame", "galleryView", "game", "ggift", "gift", "giveDocument", "graph", "gridInterface", "gridInterface2", "gridInterface3", "gridInterface4", "gridInterfaceAddPlus", "gridInterfaceTick", "happyDate", "hashtag", "healthClipboard", "heart", "hide", "home", "home2", "hospital", "hotDrink", "hourglass", "icon2User", "icon3User", "iconSeparate", "iconlyRegularBoldArrowsDiagonalMaximize", "iconlyRegularBoldBoardPin", "iconlyRegularBoldCharityCoins", "iconlyRegularBoldChevronExpandVerical", "iconlyRegularBoldCircleGridInterface", "iconlyRegularBoldCircleGridInterface2", "iconlyRegularBoldContacts2", "iconlyRegularBoldController1", "iconlyRegularBoldCup", "iconlyRegularBoldDocumentPencil", "iconlyRegularBoldExit", "iconlyRegularBoldExpandLeftStop", "iconlyRegularBoldEye2", "iconlyRegularBoldHamburgerMenu", "iconlyRegularBoldHashtagSquare", "iconlyRegularBoldSalary", "iconlyRegularBoldServersConnect7", "iconlyRegularBoldSidebarClose", "iconlyRegularBoldSidebarClose2", "iconlyRegularBoldThumbLike", "iconlyRegularBoldUserChecked", "iconlyRegularBoldUserSearch", "iconlyRegularBoldVectoruserChecked", "iconlyRegularLighExternalLink", "image", "image3", "imageAi", "imageDown", "imageUp", "imageUp2", "inbox", "indent", "infoCircle", "infoSquare", "information", "insuranceHand", "insuranceHand2", "italic", "journey", "leaves", "less", "lineChartUpward", "link", "link2", "listCheck", "loading", "loading2", "loadingCircle3", "location", "lock", "login", "logout", "macNotebook", "magicWand", "map", "mapClose", "marker", "marker2", "menu", "menu2", "menuhorizontal", "message", "microsoftExel", "microsoftWord", "minus1", "minus2", "minus2Vector", "minus4", "monitor2", "moonvector", "moreCircle", "moreSquare", "move", "movieTime", "movieTime2", "newNotification", "notification", "numberedlist", "officechair", "orderedList", "outdent", "paintingPalette", "paper", "paperDownload", "paperFail", "paperNegative", "paperPlus", "paperPlus2", "paperUpload", "password", "pauseCircle", "pen", "pen2", "photo", "pinMap", "planeCheck", "play", "plus", "plus1", "plus2", "plus4", "printer", "profile", "questionMarkCircle", "questions", "refresh", "refresh2", "removeUser", "reverseLeft", "reverseRight", "rightUpSquare", "roadmap", "rotation", "sadDate", "save", "scale", "scan", "screenSize", "search", "searchDiscountPercent", "send", "setting", "settingSquare", "settingToolCircle", "share", "share2", "shieldDone", "shieldFail", "show", "sign1", "sign2", "smiling", "smilingAdd", "sort", "sortDown", "soundWave", "speakerMegaphone", "speakerMegaphone5", "star", "starRemove", "stopCircle", "stopwatchSpeed", "strikethrough", "sun", "sunvector", "swap", "swapHorizontal", "switchList", "table", "tag", "textAlignCenter", "textAlignLeft", "textAlignRight", "textColor", "textField", "thumbDislike", "tickSquare", "ticket", "ticketStar", "timeCircle", "timeSquare", "timer", "tired", "toggle", "tools", "translateLanguage", "translateVector", "type", "underline", "university", "unlock", "unorderedList", "upLine", "upSquareLine", "updateRight", "updateRight2", "upload", "userBoard", "userContact", "userInformation", "userInformation2", "userLock", "users", "usersGroup", "vectorcalendar", "vectorhome", "vectorinfoSquare", "vectorprofile", "vectorsetting", "vectorstar", "vectorwork", "verticalBarChart2", "video", "voice", "voice3", "volumeDown", "volumeOff", "volumeUp", "wallet", "webPage2", "webPage4", "webPageEdit", "webPageEdit2", "weight1", "whatsapp", "wheelchair", "wheelchair2", "
|
|
1128
|
+
readonly regular: readonly ["accident", "activity", "activity2", "addUser", "aiBrainIdea", "alarmSpeaker", "alignLeft", "anthropic", "arrowDown", "arrowDown2", "arrowDown3", "arrowDownCircle", "arrowDownRightsm", "arrowDownSquare", "arrowLeft", "arrowLeft2", "arrowLeft22", "arrowLeft3", "arrowLeftCircle", "arrowLeftSquare", "arrowRight", "arrowRight2", "arrowRight22", "arrowRight3", "arrowRightCircle", "arrowRightSm", "arrowRightSquare", "arrowUp", "arrowUp2", "arrowUp3", "arrowUpCircle", "arrowUpRightsm", "arrowUpSquare", "arrowsDiagonalContract", "attach", "bag", "bag3", "bankCardInformation", "boardTasks", "bold", "book", "bookmark", "bot", "building", "buildingOffice", "buildingOffice2", "buildingOffice3", "bulletedList", "buy", "calendar", "calendar2", "calendarAdd", "calendarArrowRight", "calendarCheck", "calendarDash", "calendarDone", "calendarDone2", "calendarEdit", "calendarHourglass", "calendarSettings", "calendarTick", "calendarTime", "calendarTimeBold", "call", "callMissed", "callSilent", "calling", "camera", "cameraAuto", "cameraPlus", "carCrash", "catSquare", "categories", "category", "centerLayout", "chart", "chart3BarRefresh", "chart3BarTime", "chartAnalysish", "chartInformation", "chat", "chatQuote", "checkCircle", "checkmark", "chevronExpandVerical", "circleGridInterface", "circleMessage2Up", "clockAddPlus", "clockClose", "clockFire", "close", "closeSquare", "closeSquare2", "cloudUpload", "code", "code2", "comment", "comments", "copyLineEdit", "creativeQuoteOpenSquare", "crecimiento", "dangerCircle", "dangerTriangle", "darkAndLight", "darkAndLight2", "dcoument3Lines", "decrecimiento", "delete", "discount", "discovery", "docuemtn2LineEdit", "document", "documentCheck", "documentError", "documentExplore", "documentPdf", "documentPin", "documentRemove", "documentStar", "documentVerified", "dollarAdd", "downLine", "downSquareLine", "download", "draghorizontal", "earth", "edit", "editSquare", "expand", "faceIdFail", "faceIdSucces", "film2", "filter", "filter3", "flag", "flash", "flipBackward", "flipForward", "flipcalendarBlank", "flipcalendarPercent", "flipcalendarTime", "flowChart", "folder", "folderFileAddPlus", "folderFileUp", "frame", "galleryView", "game", "ggift", "gift", "giveDocument", "graph", "gridInterface", "gridInterface2", "gridInterface3", "gridInterface4", "gridInterfaceAddPlus", "gridInterfaceTick", "happyDate", "hashtag", "healthClipboard", "heart", "hide", "home", "home2", "homeStar", "hospital", "hotDrink", "hourglass", "icon2User", "icon3User", "iconSeparate", "iconlyRegularBoldArrowsDiagonalMaximize", "iconlyRegularBoldBoardPin", "iconlyRegularBoldCharityCoins", "iconlyRegularBoldChevronExpandVerical", "iconlyRegularBoldCircleGridInterface", "iconlyRegularBoldCircleGridInterface2", "iconlyRegularBoldContacts2", "iconlyRegularBoldController1", "iconlyRegularBoldCup", "iconlyRegularBoldDocumentPencil", "iconlyRegularBoldExit", "iconlyRegularBoldExpandLeftStop", "iconlyRegularBoldEye2", "iconlyRegularBoldHamburgerMenu", "iconlyRegularBoldHashtagSquare", "iconlyRegularBoldSalary", "iconlyRegularBoldServersConnect7", "iconlyRegularBoldSidebarClose", "iconlyRegularBoldSidebarClose2", "iconlyRegularBoldThumbLike", "iconlyRegularBoldUserChecked", "iconlyRegularBoldUserSearch", "iconlyRegularBoldVectoruserChecked", "iconlyRegularLighExternalLink", "image", "image3", "imageAi", "imageAi2", "imageDown", "imageUp", "imageUp2", "inbox", "indent", "infoCircle", "infoSquare", "information", "insuranceHand", "insuranceHand2", "italic", "journey", "leaves", "less", "lineChartUpward", "link", "link2", "listCheck", "loading", "loading2", "loadingCircle3", "location", "lock", "login", "loginUser", "logout", "macNotebook", "magicWand", "map", "mapClose", "marker", "marker2", "menu", "menu2", "menuCloseLeft", "menuCloseLeft2", "menuhorizontal", "message", "microsoftExel", "microsoftWord", "minus1", "minus2", "minus2Vector", "minus4", "monitor2", "moonvector", "moreCircle", "moreSquare", "move", "movieTime", "movieTime2", "newNotification", "noteLock", "notification", "numberedlist", "officechair", "openai", "orderedList", "outdent", "paintingPalette", "paper", "paperDownload", "paperFail", "paperNegative", "paperPlus", "paperPlus2", "paperUpload", "password", "pauseCircle", "pen", "pen2", "photo", "pinMap", "planeCheck", "play", "plus", "plus1", "plus2", "plus4", "printer", "profile", "questionMarkCircle", "questions", "refresh", "refresh2", "removeUser", "reverseLeft", "reverseRight", "rightUpSquare", "roadmap", "rotation", "sadDate", "save", "scale", "scan", "screenSize", "search", "searchDiscountPercent", "send", "setting", "settingSquare", "settingToolCircle", "share", "share2", "shieldDone", "shieldFail", "show", "sign1", "sign2", "smiling", "smilingAdd", "sort", "sortDown", "soundWave", "speakerMegaphone", "speakerMegaphone5", "star", "starRemove", "starsCircle", "stopCircle", "stopwatchSpeed", "strikethrough", "successDocuments", "sun", "sunvector", "swap", "swapHorizontal", "switchList", "symbolpng", "table", "tag", "textAlignCenter", "textAlignLeft", "textAlignRight", "textColor", "textField", "thumbDislike", "tickSquare", "ticket", "ticketStar", "timeCircle", "timeSquare", "timer", "tired", "toggle", "tools", "translateLanguage", "translateVector", "triangle2", "type", "underline", "university", "unlock", "unorderedList", "upLine", "upSquareLine", "updateRight", "updateRight2", "upload", "userBoard", "userContact", "userInformation", "userInformation2", "userLock", "users", "usersGroup", "vectorcalendar", "vectorhome", "vectorinfoSquare", "vectorprofile", "vectorsetting", "vectorstar", "vectorwork", "verticalBarChart2", "video", "voice", "voice3", "volumeDown", "volumeOff", "volumeUp", "wallet", "webPage2", "webPage4", "webPageEdit", "webPageEdit2", "weight1", "whatsapp", "wheelchair", "wheelchair2", "world", "wrench", "xcom", "zoomIn", "zoomOut"];
|
|
1093
1129
|
readonly bold: readonly ["activity", "addUser", "arrowDown", "arrowDown2", "arrowDown3", "arrowDownCircle", "arrowDownSquare", "arrowLeft", "arrowLeft2", "arrowLeft3", "arrowLeftCircle", "arrowLeftSquare", "arrowRight", "arrowRight2", "arrowRight3", "arrowRightCircle", "arrowRightSquare", "arrowUp", "arrowUp2", "arrowUp3", "arrowUpCircle", "arrowUpSquare", "bag", "bag2", "book", "bookmark", "buy", "calendar", "calendar2", "calendarCheck", "calendarEdit", "calendarForward", "calendarTime", "call", "callMissed", "callSilent", "calling", "camera", "category", "chart", "chat", "chatQuote", "checkCircle", "clockAddPlus", "clockOffSleep", "closeSquare", "cloudRemove", "code", "colorPalette", "counterClockwiseUndo", "danger", "dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241", "dcoumentAnalyze", "delete", "discount", "discovery", "document", "documentBadgePlus", "documentPdf", "dollarCircle3", "download", "edit", "editSquare", "eye2", "facebook", "filter", "filter2", "flag", "flash", "folder", "folderFile", "folderFileSearch", "forwardClockTimer10", "game", "graph", "heart", "heart2", "heartPlus", "hide", "home", "hotDrink", "icon2User", "icon3User", "image", "image2", "infoCircle", "infoCircle2", "infoSquare", "instagram", "linkedin", "location", "lock", "login", "logout", "macNotebook", "mapClose", "medium", "message", "minus2", "minus3", "moon", "moreCircle", "moreSquare", "notification", "paper", "paperDownload", "paperFail", "paperNegative", "paperPlus", "paperUpload", "password", "planeCheck", "play", "plus", "profile", "removeCircle", "removeUser", "scan", "search", "send", "send2", "setting", "shieldDone", "shieldFail", "show", "slightlyFrowning", "speakerMegaphone5", "square", "star", "stickerAdd", "stopwatchPlay", "stopwatchStop", "sun", "sun2", "swap", "tag", "thumbDislike", "thumbLike", "tickSquare", "ticket", "ticketStar", "tiktok", "timeCircle", "timeCircle2", "timeSquare", "timerPlus", "tired", "translateLanguage", "twitter", "unlock", "upload", "userBadge", "userChecked", "userDelete", "userSearch", "video", "voice", "voice2", "volumeDown", "volumeOff", "volumeUp", "wallet", "work", "xcom", "youtube"];
|
|
1094
1130
|
};
|
|
1095
|
-
declare const iconNames: readonly ["accident", "activity", "activity2", "addUser", "aiBrainIdea", "alarmSpeaker", "alignLeft", "arrowDown", "arrowDown2", "arrowDown3", "arrowDownCircle", "arrowDownRightsm", "arrowDownSquare", "arrowLeft", "arrowLeft2", "arrowLeft22", "arrowLeft3", "arrowLeftCircle", "arrowLeftSquare", "arrowRight", "arrowRight2", "arrowRight22", "arrowRight3", "arrowRightCircle", "arrowRightSm", "arrowRightSquare", "arrowUp", "arrowUp2", "arrowUp3", "arrowUpCircle", "arrowUpRightsm", "arrowUpSquare", "arrowsDiagonalContract", "attach", "bag", "bag2", "bag3", "bankCardInformation", "boardTasks", "bold", "book", "bookmark", "building", "buildingOffice", "buildingOffice2", "buildingOffice3", "bulletedList", "buy", "calendar", "calendar2", "calendarAdd", "calendarCheck", "calendarDash", "calendarDone", "calendarDone2", "calendarEdit", "calendarForward", "calendarHourglass", "calendarSettings", "calendarTick", "calendarTime", "calendarTimeBold", "call", "callMissed", "callSilent", "calling", "camera", "cameraAuto", "cameraPlus", "carCrash", "catSquare", "categories", "category", "centerLayout", "chart", "chart3BarRefresh", "chart3BarTime", "chartAnalysish", "chartInformation", "chat", "chatQuote", "checkCircle", "checkmark", "chevronExpandVerical", "circleGridInterface", "clockAddPlus", "clockClose", "clockFire", "clockOffSleep", "close", "closeSquare", "closeSquare2", "cloudRemove", "cloudUpload", "code", "code2", "colorPalette", "comment", "comments", "copyLineEdit", "counterClockwiseUndo", "creativeQuoteOpenSquare", "crecimiento", "danger", "dangerCircle", "dangerTriangle", "darkAndLight", "darkAndLight2", "dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241", "dcoument3Lines", "dcoumentAnalyze", "decrecimiento", "delete", "discount", "discovery", "docuemtn2LineEdit", "document", "documentBadgePlus", "documentError", "documentPdf", "documentPin", "documentStar", "dollarAdd", "dollarCircle3", "downLine", "downSquareLine", "download", "draghorizontal", "earth", "edit", "editSquare", "expand", "eye2", "faceIdFail", "faceIdSucces", "facebook", "film2", "filter", "filter2", "filter3", "flag", "flash", "flipBackward", "flipForward", "flipcalendarBlank", "flipcalendarPercent", "flipcalendarTime", "flowChart", "folder", "folderFile", "folderFileAddPlus", "folderFileSearch", "folderFileUp", "forwardClockTimer10", "frame", "galleryView", "game", "ggift", "gift", "giveDocument", "graph", "gridInterface", "gridInterface2", "gridInterface3", "gridInterface4", "gridInterfaceAddPlus", "gridInterfaceTick", "happyDate", "hashtag", "healthClipboard", "heart", "heart2", "heartPlus", "hide", "home", "home2", "hospital", "hotDrink", "hourglass", "icon2User", "icon3User", "iconSeparate", "iconlyRegularBoldArrowsDiagonalMaximize", "iconlyRegularBoldBoardPin", "iconlyRegularBoldCharityCoins", "iconlyRegularBoldChevronExpandVerical", "iconlyRegularBoldCircleGridInterface", "iconlyRegularBoldCircleGridInterface2", "iconlyRegularBoldContacts2", "iconlyRegularBoldController1", "iconlyRegularBoldCup", "iconlyRegularBoldDocumentPencil", "iconlyRegularBoldExit", "iconlyRegularBoldExpandLeftStop", "iconlyRegularBoldEye2", "iconlyRegularBoldHamburgerMenu", "iconlyRegularBoldHashtagSquare", "iconlyRegularBoldSalary", "iconlyRegularBoldServersConnect7", "iconlyRegularBoldSidebarClose", "iconlyRegularBoldSidebarClose2", "iconlyRegularBoldThumbLike", "iconlyRegularBoldUserChecked", "iconlyRegularBoldUserSearch", "iconlyRegularBoldVectoruserChecked", "iconlyRegularLighExternalLink", "image", "image2", "image3", "imageAi", "imageDown", "imageUp", "imageUp2", "inbox", "indent", "infoCircle", "infoCircle2", "infoSquare", "information", "instagram", "insuranceHand", "insuranceHand2", "italic", "journey", "leaves", "less", "lineChartUpward", "link", "link2", "linkedin", "listCheck", "loading", "loading2", "loadingCircle3", "location", "lock", "login", "logout", "macNotebook", "magicWand", "map", "mapClose", "marker", "marker2", "medium", "menu", "menu2", "menuhorizontal", "message", "microsoftExel", "microsoftWord", "minus1", "minus2", "minus2Vector", "minus3", "minus4", "monitor2", "moon", "moonvector", "moreCircle", "moreSquare", "move", "movieTime", "movieTime2", "newNotification", "notification", "numberedlist", "officechair", "orderedList", "outdent", "paintingPalette", "paper", "paperDownload", "paperFail", "paperNegative", "paperPlus", "paperPlus2", "paperUpload", "password", "pauseCircle", "pen", "pen2", "photo", "pinMap", "planeCheck", "play", "plus", "plus1", "plus2", "plus4", "printer", "profile", "questionMarkCircle", "questions", "refresh", "refresh2", "removeCircle", "removeUser", "reverseLeft", "reverseRight", "rightUpSquare", "roadmap", "rotation", "sadDate", "save", "scale", "scan", "screenSize", "search", "searchDiscountPercent", "send", "send2", "setting", "settingSquare", "settingToolCircle", "share", "share2", "shieldDone", "shieldFail", "show", "sign1", "sign2", "slightlyFrowning", "smiling", "smilingAdd", "sort", "sortDown", "soundWave", "speakerMegaphone", "speakerMegaphone5", "square", "star", "starRemove", "stickerAdd", "stopCircle", "stopwatchPlay", "stopwatchSpeed", "stopwatchStop", "strikethrough", "sun", "sun2", "sunvector", "swap", "swapHorizontal", "switchList", "table", "tag", "textAlignCenter", "textAlignLeft", "textAlignRight", "textColor", "textField", "thumbDislike", "thumbLike", "tickSquare", "ticket", "ticketStar", "tiktok", "timeCircle", "timeCircle2", "timeSquare", "timer", "timerPlus", "tired", "toggle", "tools", "translateLanguage", "translateVector", "twitter", "type", "underline", "university", "unlock", "unorderedList", "upLine", "upSquareLine", "updateRight", "updateRight2", "upload", "userBadge", "userBoard", "userChecked", "userContact", "userDelete", "userInformation", "userInformation2", "userLock", "userSearch", "users", "usersGroup", "vectorcalendar", "vectorhome", "vectorinfoSquare", "vectorprofile", "vectorsetting", "vectorstar", "vectorwork", "verticalBarChart2", "video", "voice", "voice2", "voice3", "volumeDown", "volumeOff", "volumeUp", "wallet", "webPage2", "webPage4", "webPageEdit", "webPageEdit2", "weight1", "whatsapp", "wheelchair", "wheelchair2", "work", "world", "wrench", "xcom", "youtube", "zoomIn", "zoomOut"];
|
|
1131
|
+
declare const iconNames: readonly ["accident", "activity", "activity2", "addUser", "aiBrainIdea", "alarmSpeaker", "alignLeft", "anthropic", "arrowDown", "arrowDown2", "arrowDown3", "arrowDownCircle", "arrowDownRightsm", "arrowDownSquare", "arrowLeft", "arrowLeft2", "arrowLeft22", "arrowLeft3", "arrowLeftCircle", "arrowLeftSquare", "arrowRight", "arrowRight2", "arrowRight22", "arrowRight3", "arrowRightCircle", "arrowRightSm", "arrowRightSquare", "arrowUp", "arrowUp2", "arrowUp3", "arrowUpCircle", "arrowUpRightsm", "arrowUpSquare", "arrowsDiagonalContract", "attach", "bag", "bag2", "bag3", "bankCardInformation", "boardTasks", "bold", "book", "bookmark", "bot", "building", "buildingOffice", "buildingOffice2", "buildingOffice3", "bulletedList", "buy", "calendar", "calendar2", "calendarAdd", "calendarArrowRight", "calendarCheck", "calendarDash", "calendarDone", "calendarDone2", "calendarEdit", "calendarForward", "calendarHourglass", "calendarSettings", "calendarTick", "calendarTime", "calendarTimeBold", "call", "callMissed", "callSilent", "calling", "camera", "cameraAuto", "cameraPlus", "carCrash", "catSquare", "categories", "category", "centerLayout", "chart", "chart3BarRefresh", "chart3BarTime", "chartAnalysish", "chartInformation", "chat", "chatQuote", "checkCircle", "checkmark", "chevronExpandVerical", "circleGridInterface", "circleMessage2Up", "clockAddPlus", "clockClose", "clockFire", "clockOffSleep", "close", "closeSquare", "closeSquare2", "cloudRemove", "cloudUpload", "code", "code2", "colorPalette", "comment", "comments", "copyLineEdit", "counterClockwiseUndo", "creativeQuoteOpenSquare", "crecimiento", "danger", "dangerCircle", "dangerTriangle", "darkAndLight", "darkAndLight2", "dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241", "dcoument3Lines", "dcoumentAnalyze", "decrecimiento", "delete", "discount", "discovery", "docuemtn2LineEdit", "document", "documentBadgePlus", "documentCheck", "documentError", "documentExplore", "documentPdf", "documentPin", "documentRemove", "documentStar", "documentVerified", "dollarAdd", "dollarCircle3", "downLine", "downSquareLine", "download", "draghorizontal", "earth", "edit", "editSquare", "expand", "eye2", "faceIdFail", "faceIdSucces", "facebook", "film2", "filter", "filter2", "filter3", "flag", "flash", "flipBackward", "flipForward", "flipcalendarBlank", "flipcalendarPercent", "flipcalendarTime", "flowChart", "folder", "folderFile", "folderFileAddPlus", "folderFileSearch", "folderFileUp", "forwardClockTimer10", "frame", "galleryView", "game", "ggift", "gift", "giveDocument", "graph", "gridInterface", "gridInterface2", "gridInterface3", "gridInterface4", "gridInterfaceAddPlus", "gridInterfaceTick", "happyDate", "hashtag", "healthClipboard", "heart", "heart2", "heartPlus", "hide", "home", "home2", "homeStar", "hospital", "hotDrink", "hourglass", "icon2User", "icon3User", "iconSeparate", "iconlyRegularBoldArrowsDiagonalMaximize", "iconlyRegularBoldBoardPin", "iconlyRegularBoldCharityCoins", "iconlyRegularBoldChevronExpandVerical", "iconlyRegularBoldCircleGridInterface", "iconlyRegularBoldCircleGridInterface2", "iconlyRegularBoldContacts2", "iconlyRegularBoldController1", "iconlyRegularBoldCup", "iconlyRegularBoldDocumentPencil", "iconlyRegularBoldExit", "iconlyRegularBoldExpandLeftStop", "iconlyRegularBoldEye2", "iconlyRegularBoldHamburgerMenu", "iconlyRegularBoldHashtagSquare", "iconlyRegularBoldSalary", "iconlyRegularBoldServersConnect7", "iconlyRegularBoldSidebarClose", "iconlyRegularBoldSidebarClose2", "iconlyRegularBoldThumbLike", "iconlyRegularBoldUserChecked", "iconlyRegularBoldUserSearch", "iconlyRegularBoldVectoruserChecked", "iconlyRegularLighExternalLink", "image", "image2", "image3", "imageAi", "imageAi2", "imageDown", "imageUp", "imageUp2", "inbox", "indent", "infoCircle", "infoCircle2", "infoSquare", "information", "instagram", "insuranceHand", "insuranceHand2", "italic", "journey", "leaves", "less", "lineChartUpward", "link", "link2", "linkedin", "listCheck", "loading", "loading2", "loadingCircle3", "location", "lock", "login", "loginUser", "logout", "macNotebook", "magicWand", "map", "mapClose", "marker", "marker2", "medium", "menu", "menu2", "menuCloseLeft", "menuCloseLeft2", "menuhorizontal", "message", "microsoftExel", "microsoftWord", "minus1", "minus2", "minus2Vector", "minus3", "minus4", "monitor2", "moon", "moonvector", "moreCircle", "moreSquare", "move", "movieTime", "movieTime2", "newNotification", "noteLock", "notification", "numberedlist", "officechair", "openai", "orderedList", "outdent", "paintingPalette", "paper", "paperDownload", "paperFail", "paperNegative", "paperPlus", "paperPlus2", "paperUpload", "password", "pauseCircle", "pen", "pen2", "photo", "pinMap", "planeCheck", "play", "plus", "plus1", "plus2", "plus4", "printer", "profile", "questionMarkCircle", "questions", "refresh", "refresh2", "removeCircle", "removeUser", "reverseLeft", "reverseRight", "rightUpSquare", "roadmap", "rotation", "sadDate", "save", "scale", "scan", "screenSize", "search", "searchDiscountPercent", "send", "send2", "setting", "settingSquare", "settingToolCircle", "share", "share2", "shieldDone", "shieldFail", "show", "sign1", "sign2", "slightlyFrowning", "smiling", "smilingAdd", "sort", "sortDown", "soundWave", "speakerMegaphone", "speakerMegaphone5", "square", "star", "starRemove", "starsCircle", "stickerAdd", "stopCircle", "stopwatchPlay", "stopwatchSpeed", "stopwatchStop", "strikethrough", "successDocuments", "sun", "sun2", "sunvector", "swap", "swapHorizontal", "switchList", "symbolpng", "table", "tag", "textAlignCenter", "textAlignLeft", "textAlignRight", "textColor", "textField", "thumbDislike", "thumbLike", "tickSquare", "ticket", "ticketStar", "tiktok", "timeCircle", "timeCircle2", "timeSquare", "timer", "timerPlus", "tired", "toggle", "tools", "translateLanguage", "translateVector", "triangle2", "twitter", "type", "underline", "university", "unlock", "unorderedList", "upLine", "upSquareLine", "updateRight", "updateRight2", "upload", "userBadge", "userBoard", "userChecked", "userContact", "userDelete", "userInformation", "userInformation2", "userLock", "userSearch", "users", "usersGroup", "vectorcalendar", "vectorhome", "vectorinfoSquare", "vectorprofile", "vectorsetting", "vectorstar", "vectorwork", "verticalBarChart2", "video", "voice", "voice2", "voice3", "volumeDown", "volumeOff", "volumeUp", "wallet", "webPage2", "webPage4", "webPageEdit", "webPageEdit2", "weight1", "whatsapp", "wheelchair", "wheelchair2", "work", "world", "wrench", "xcom", "youtube", "zoomIn", "zoomOut"];
|
|
1096
1132
|
type IconName = (typeof iconNames)[number];
|
|
1097
1133
|
declare const iconsByVariant: {
|
|
1098
1134
|
readonly regular: {
|
|
@@ -1101,7 +1137,6 @@ declare const iconsByVariant: {
|
|
|
1101
1137
|
readonly xcom: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1102
1138
|
readonly wrench: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1103
1139
|
readonly world: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1104
|
-
readonly work: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1105
1140
|
readonly wheelchair2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1106
1141
|
readonly wheelchair: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1107
1142
|
readonly whatsapp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1142,6 +1177,7 @@ declare const iconsByVariant: {
|
|
|
1142
1177
|
readonly university: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1143
1178
|
readonly underline: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1144
1179
|
readonly type: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1180
|
+
readonly triangle2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1145
1181
|
readonly translateVector: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1146
1182
|
readonly translateLanguage: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1147
1183
|
readonly tools: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1161,14 +1197,17 @@ declare const iconsByVariant: {
|
|
|
1161
1197
|
readonly textAlignCenter: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1162
1198
|
readonly tag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1163
1199
|
readonly table: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1200
|
+
readonly symbolpng: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1164
1201
|
readonly switchList: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1165
1202
|
readonly swap: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1166
1203
|
readonly swapHorizontal: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1167
1204
|
readonly sunvector: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1168
1205
|
readonly sun: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1206
|
+
readonly successDocuments: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1169
1207
|
readonly strikethrough: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1170
1208
|
readonly stopwatchSpeed: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1171
1209
|
readonly stopCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1210
|
+
readonly starsCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1172
1211
|
readonly star: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1173
1212
|
readonly starRemove: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1174
1213
|
readonly speakerMegaphone: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1230,9 +1269,11 @@ declare const iconsByVariant: {
|
|
|
1230
1269
|
readonly paintingPalette: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1231
1270
|
readonly outdent: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1232
1271
|
readonly orderedList: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1272
|
+
readonly openai: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1233
1273
|
readonly officechair: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1234
1274
|
readonly numberedlist: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1235
1275
|
readonly notification: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1276
|
+
readonly noteLock: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1236
1277
|
readonly newNotification: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1237
1278
|
readonly movieTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1238
1279
|
readonly movieTime2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1250,6 +1291,8 @@ declare const iconsByVariant: {
|
|
|
1250
1291
|
readonly message: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1251
1292
|
readonly menuhorizontal: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1252
1293
|
readonly menu: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1294
|
+
readonly menuCloseLeft: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1295
|
+
readonly menuCloseLeft2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1253
1296
|
readonly menu2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1254
1297
|
readonly marker: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1255
1298
|
readonly marker2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1259,6 +1302,7 @@ declare const iconsByVariant: {
|
|
|
1259
1302
|
readonly macNotebook: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1260
1303
|
readonly logout: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1261
1304
|
readonly login: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1305
|
+
readonly loginUser: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1262
1306
|
readonly lock: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1263
1307
|
readonly location: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1264
1308
|
readonly loading: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1284,6 +1328,7 @@ declare const iconsByVariant: {
|
|
|
1284
1328
|
readonly imageUp2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1285
1329
|
readonly imageDown: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1286
1330
|
readonly imageAi: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1331
|
+
readonly imageAi2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1287
1332
|
readonly image3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1288
1333
|
readonly iconlyRegularLighExternalLink: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1289
1334
|
readonly iconlyRegularBoldVectoruserChecked: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1314,6 +1359,7 @@ declare const iconsByVariant: {
|
|
|
1314
1359
|
readonly hotDrink: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1315
1360
|
readonly hospital: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1316
1361
|
readonly home: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1362
|
+
readonly homeStar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1317
1363
|
readonly home2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1318
1364
|
readonly hide: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1319
1365
|
readonly heart: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1359,10 +1405,14 @@ declare const iconsByVariant: {
|
|
|
1359
1405
|
readonly downLine: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1360
1406
|
readonly dollarAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1361
1407
|
readonly document: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1408
|
+
readonly documentVerified: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1362
1409
|
readonly documentStar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1410
|
+
readonly documentRemove: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1363
1411
|
readonly documentPin: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1364
1412
|
readonly documentPdf: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1413
|
+
readonly documentExplore: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1365
1414
|
readonly documentError: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1415
|
+
readonly documentCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1366
1416
|
readonly docuemtn2LineEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1367
1417
|
readonly discovery: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1368
1418
|
readonly discount: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1387,6 +1437,7 @@ declare const iconsByVariant: {
|
|
|
1387
1437
|
readonly clockFire: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1388
1438
|
readonly clockClose: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1389
1439
|
readonly clockAddPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1440
|
+
readonly circleMessage2Up: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1390
1441
|
readonly circleGridInterface: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1391
1442
|
readonly chevronExpandVerical: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1392
1443
|
readonly checkmark: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1421,6 +1472,7 @@ declare const iconsByVariant: {
|
|
|
1421
1472
|
readonly calendarDone2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1422
1473
|
readonly calendarDash: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1423
1474
|
readonly calendarCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1475
|
+
readonly calendarArrowRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1424
1476
|
readonly calendarAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1425
1477
|
readonly calendar2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1426
1478
|
readonly buy: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1429,6 +1481,7 @@ declare const iconsByVariant: {
|
|
|
1429
1481
|
readonly buildingOffice: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1430
1482
|
readonly buildingOffice3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1431
1483
|
readonly buildingOffice2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1484
|
+
readonly bot: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1432
1485
|
readonly bookmark: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1433
1486
|
readonly book: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1434
1487
|
readonly bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1463,6 +1516,7 @@ declare const iconsByVariant: {
|
|
|
1463
1516
|
readonly arrowDownCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1464
1517
|
readonly arrowDown3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1465
1518
|
readonly arrowDown2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1519
|
+
readonly anthropic: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1466
1520
|
readonly alignLeft: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1467
1521
|
readonly alarmSpeaker: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1468
1522
|
readonly aiBrainIdea: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1843,6 +1897,7 @@ declare const icons: {
|
|
|
1843
1897
|
readonly university: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1844
1898
|
readonly underline: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1845
1899
|
readonly type: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1900
|
+
readonly triangle2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1846
1901
|
readonly translateVector: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1847
1902
|
readonly tools: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1848
1903
|
readonly toggle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1853,12 +1908,15 @@ declare const icons: {
|
|
|
1853
1908
|
readonly textAlignLeft: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1854
1909
|
readonly textAlignCenter: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1855
1910
|
readonly table: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1911
|
+
readonly symbolpng: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1856
1912
|
readonly switchList: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1857
1913
|
readonly swapHorizontal: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1858
1914
|
readonly sunvector: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1915
|
+
readonly successDocuments: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1859
1916
|
readonly strikethrough: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1860
1917
|
readonly stopwatchSpeed: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1861
1918
|
readonly stopCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1919
|
+
readonly starsCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1862
1920
|
readonly starRemove: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1863
1921
|
readonly speakerMegaphone: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1864
1922
|
readonly soundWave: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1899,8 +1957,10 @@ declare const icons: {
|
|
|
1899
1957
|
readonly paintingPalette: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1900
1958
|
readonly outdent: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1901
1959
|
readonly orderedList: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1960
|
+
readonly openai: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1902
1961
|
readonly officechair: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1903
1962
|
readonly numberedlist: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1963
|
+
readonly noteLock: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1904
1964
|
readonly newNotification: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1905
1965
|
readonly movieTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1906
1966
|
readonly movieTime2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1914,11 +1974,14 @@ declare const icons: {
|
|
|
1914
1974
|
readonly microsoftExel: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1915
1975
|
readonly menuhorizontal: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1916
1976
|
readonly menu: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1977
|
+
readonly menuCloseLeft: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1978
|
+
readonly menuCloseLeft2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1917
1979
|
readonly menu2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1918
1980
|
readonly marker: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1919
1981
|
readonly marker2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1920
1982
|
readonly map: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1921
1983
|
readonly magicWand: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1984
|
+
readonly loginUser: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1922
1985
|
readonly loading: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1923
1986
|
readonly loadingCircle3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1924
1987
|
readonly loading2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1939,6 +2002,7 @@ declare const icons: {
|
|
|
1939
2002
|
readonly imageUp2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1940
2003
|
readonly imageDown: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1941
2004
|
readonly imageAi: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2005
|
+
readonly imageAi2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1942
2006
|
readonly image3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1943
2007
|
readonly iconlyRegularLighExternalLink: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1944
2008
|
readonly iconlyRegularBoldVectoruserChecked: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1967,6 +2031,7 @@ declare const icons: {
|
|
|
1967
2031
|
readonly iconSeparate: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1968
2032
|
readonly hourglass: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1969
2033
|
readonly hospital: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2034
|
+
readonly homeStar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1970
2035
|
readonly home2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1971
2036
|
readonly healthClipboard: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1972
2037
|
readonly hashtag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2000,9 +2065,13 @@ declare const icons: {
|
|
|
2000
2065
|
readonly downSquareLine: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2001
2066
|
readonly downLine: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2002
2067
|
readonly dollarAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2068
|
+
readonly documentVerified: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2003
2069
|
readonly documentStar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2070
|
+
readonly documentRemove: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2004
2071
|
readonly documentPin: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2072
|
+
readonly documentExplore: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2005
2073
|
readonly documentError: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2074
|
+
readonly documentCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2006
2075
|
readonly docuemtn2LineEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2007
2076
|
readonly decrecimiento: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2008
2077
|
readonly dcoument3Lines: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2021,6 +2090,7 @@ declare const icons: {
|
|
|
2021
2090
|
readonly closeSquare2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2022
2091
|
readonly clockFire: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2023
2092
|
readonly clockClose: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2093
|
+
readonly circleMessage2Up: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2024
2094
|
readonly circleGridInterface: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2025
2095
|
readonly chevronExpandVerical: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2026
2096
|
readonly checkmark: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2041,12 +2111,14 @@ declare const icons: {
|
|
|
2041
2111
|
readonly calendarDone: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2042
2112
|
readonly calendarDone2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2043
2113
|
readonly calendarDash: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2114
|
+
readonly calendarArrowRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2044
2115
|
readonly calendarAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2045
2116
|
readonly bulletedList: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2046
2117
|
readonly building: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2047
2118
|
readonly buildingOffice: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2048
2119
|
readonly buildingOffice3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2049
2120
|
readonly buildingOffice2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2121
|
+
readonly bot: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2050
2122
|
readonly bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2051
2123
|
readonly boardTasks: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2052
2124
|
readonly bankCardInformation: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2058,6 +2130,7 @@ declare const icons: {
|
|
|
2058
2130
|
readonly arrowRight22: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2059
2131
|
readonly arrowLeft22: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2060
2132
|
readonly arrowDownRightsm: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2133
|
+
readonly anthropic: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2061
2134
|
readonly alignLeft: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2062
2135
|
readonly alarmSpeaker: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2063
2136
|
readonly aiBrainIdea: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2071,4 +2144,4 @@ type FichapIconProps = IconSvgProps & {
|
|
|
2071
2144
|
};
|
|
2072
2145
|
declare function Icon({ name, variant, ...props }: FichapIconProps): React.JSX.Element | null;
|
|
2073
2146
|
|
|
2074
|
-
export { AccidentRegular, Activity2Regular, ActivityBold, ActivityRegular, AddUserBold, AddUserRegular, AiBrainIdeaRegular, AlarmSpeakerRegular, AlignLeftRegular, ArrowDown2Bold, ArrowDown2Regular, ArrowDown3Bold, ArrowDown3Regular, ArrowDownBold, ArrowDownCircleBold, ArrowDownCircleRegular, ArrowDownRegular, ArrowDownRightsmRegular, ArrowDownSquareBold, ArrowDownSquareRegular, ArrowLeft22Regular, ArrowLeft2Bold, ArrowLeft2Regular, ArrowLeft3Bold, ArrowLeft3Regular, ArrowLeftBold, ArrowLeftCircleBold, ArrowLeftCircleRegular, ArrowLeftRegular, ArrowLeftSquareBold, ArrowLeftSquareRegular, ArrowRight22Regular, ArrowRight2Bold, ArrowRight2Regular, ArrowRight3Bold, ArrowRight3Regular, ArrowRightBold, ArrowRightCircleBold, ArrowRightCircleRegular, ArrowRightRegular, ArrowRightSmRegular, ArrowRightSquareBold, ArrowRightSquareRegular, ArrowUp2Bold, ArrowUp2Regular, ArrowUp3Bold, ArrowUp3Regular, ArrowUpBold, ArrowUpCircleBold, ArrowUpCircleRegular, ArrowUpRegular, ArrowUpRightsmRegular, ArrowUpSquareBold, ArrowUpSquareRegular, ArrowsDiagonalContractRegular, AttachRegular, Bag2Bold, Bag3Regular, BagBold, BagRegular, BankCardInformationRegular, BoardTasksRegular, BoldRegular, BookBold, BookRegular, BookmarkBold, BookmarkRegular, BuildingOffice2Regular, BuildingOffice3Regular, BuildingOfficeRegular, BuildingRegular, BulletedListRegular, BuyBold, BuyRegular, Calendar2Bold, Calendar2Regular, CalendarAddRegular, CalendarBold, CalendarCheckBold, CalendarCheckRegular, CalendarDashRegular, CalendarDone2Regular, CalendarDoneRegular, CalendarEditBold, CalendarEditRegular, CalendarForwardBold, CalendarHourglassRegular, CalendarRegular, CalendarSettingsRegular, CalendarTickRegular, CalendarTimeBold, CalendarTimeBoldRegular, CalendarTimeRegular, CallBold, CallMissedBold, CallMissedRegular, CallRegular, CallSilentBold, CallSilentRegular, CallingBold, CallingRegular, CameraAutoRegular, CameraBold, CameraPlusRegular, CameraRegular, CarCrashRegular, CatSquareRegular, CategoriesRegular, CategoryBold, CategoryRegular, CenterLayoutRegular, Chart3BarRefreshRegular, Chart3BarTimeRegular, ChartAnalysishRegular, ChartBold, ChartInformationRegular, ChartRegular, ChatBold, ChatQuoteBold, ChatQuoteRegular, ChatRegular, CheckCircleBold, CheckCircleRegular, CheckmarkRegular, ChevronExpandVericalRegular, CircleGridInterfaceRegular, ClockAddPlusBold, ClockAddPlusRegular, ClockCloseRegular, ClockFireRegular, ClockOffSleepBold, CloseRegular, CloseSquare2Regular, CloseSquareBold, CloseSquareRegular, CloudRemoveBold, CloudUploadRegular, Code2Regular, CodeBold, CodeRegular, ColorPaletteBold, CommentRegular, CommentsRegular, CopyLineEditRegular, CounterClockwiseUndoBold, CreativeQuoteOpenSquareRegular, CrecimientoRegular, DangerBold, DangerCircleRegular, DangerTriangleRegular, DarkAndLight2Regular, DarkAndLightRegular, Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold, Dcoument3LinesRegular, DcoumentAnalyzeBold, DecrecimientoRegular, DeleteBold, DeleteRegular, DiscountBold, DiscountRegular, DiscoveryBold, DiscoveryRegular, Docuemtn2LineEditRegular, DocumentBadgePlusBold, DocumentBold, DocumentErrorRegular, DocumentPdfBold, DocumentPdfRegular, DocumentPinRegular, DocumentRegular, DocumentStarRegular, DollarAddRegular, DollarCircle3Bold, DownLineRegular, DownSquareLineRegular, DownloadBold, DownloadRegular, DraghorizontalRegular, EarthRegular, EditBold, EditRegular, EditSquareBold, EditSquareRegular, ExpandRegular, Eye2Bold, FaceIdFailRegular, FaceIdSuccesRegular, FacebookBold, type FichapIconProps, Film2Regular, Filter2Bold, Filter3Regular, FilterBold, FilterRegular, FlagBold, FlagRegular, FlashBold, FlashRegular, FlipBackwardRegular, FlipForwardRegular, FlipcalendarBlankRegular, FlipcalendarPercentRegular, FlipcalendarTimeRegular, FlowChartRegular, FolderBold, FolderFileAddPlusRegular, FolderFileBold, FolderFileSearchBold, FolderFileUpRegular, FolderRegular, ForwardClockTimer10Bold, FrameRegular, GalleryViewRegular, GameBold, GameRegular, GgiftRegular, GiftRegular, GiveDocumentRegular, GraphBold, GraphRegular, GridInterface2Regular, GridInterface3Regular, GridInterface4Regular, GridInterfaceAddPlusRegular, GridInterfaceRegular, GridInterfaceTickRegular, HappyDateRegular, HashtagRegular, HealthClipboardRegular, Heart2Bold, HeartBold, HeartPlusBold, HeartRegular, HideBold, HideRegular, Home2Regular, HomeBold, HomeRegular, HospitalRegular, HotDrinkBold, HotDrinkRegular, HourglassRegular, Icon, Icon2UserBold, Icon2UserRegular, Icon3UserBold, Icon3UserRegular, type IconComponent, type IconName, IconSeparateRegular, type IconSvgProps, type IconVariant, IconlyRegularBoldArrowsDiagonalMaximizeRegular, IconlyRegularBoldBoardPinRegular, IconlyRegularBoldCharityCoinsRegular, IconlyRegularBoldChevronExpandVericalRegular, IconlyRegularBoldCircleGridInterface2Regular, IconlyRegularBoldCircleGridInterfaceRegular, IconlyRegularBoldContacts2Regular, IconlyRegularBoldController1Regular, IconlyRegularBoldCupRegular, IconlyRegularBoldDocumentPencilRegular, IconlyRegularBoldExitRegular, IconlyRegularBoldExpandLeftStopRegular, IconlyRegularBoldEye2Regular, IconlyRegularBoldHamburgerMenuRegular, IconlyRegularBoldHashtagSquareRegular, IconlyRegularBoldSalaryRegular, IconlyRegularBoldServersConnect7Regular, IconlyRegularBoldSidebarClose2Regular, IconlyRegularBoldSidebarCloseRegular, IconlyRegularBoldThumbLikeRegular, IconlyRegularBoldUserCheckedRegular, IconlyRegularBoldUserSearchRegular, IconlyRegularBoldVectoruserCheckedRegular, IconlyRegularLighExternalLinkRegular, Image2Bold, Image3Regular, ImageAiRegular, ImageBold, ImageDownRegular, ImageRegular, ImageUp2Regular, ImageUpRegular, InboxRegular, IndentRegular, InfoCircle2Bold, InfoCircleBold, InfoCircleRegular, InfoSquareBold, InfoSquareRegular, InformationRegular, InstagramBold, InsuranceHand2Regular, InsuranceHandRegular, ItalicRegular, JourneyRegular, LeavesRegular, LessRegular, LineChartUpwardRegular, Link2Regular, LinkRegular, LinkedinBold, ListCheckRegular, Loading2Regular, LoadingCircle3Regular, LoadingRegular, LocationBold, LocationRegular, LockBold, LockRegular, LoginBold, LoginRegular, LogoutBold, LogoutRegular, MacNotebookBold, MacNotebookRegular, MagicWandRegular, MapCloseBold, MapCloseRegular, MapRegular, Marker2Regular, MarkerRegular, MediumBold, Menu2Regular, MenuRegular, MenuhorizontalRegular, MessageBold, MessageRegular, MicrosoftExelRegular, MicrosoftWordRegular, Minus1Regular, Minus2Bold, Minus2Regular, Minus2VectorRegular, Minus3Bold, Minus4Regular, Monitor2Regular, MoonBold, MoonvectorRegular, MoreCircleBold, MoreCircleRegular, MoreSquareBold, MoreSquareRegular, MoveRegular, MovieTime2Regular, MovieTimeRegular, NewNotificationRegular, NotificationBold, NotificationRegular, NumberedlistRegular, OfficechairRegular, OrderedListRegular, OutdentRegular, PaintingPaletteRegular, PaperBold, PaperDownloadBold, PaperDownloadRegular, PaperFailBold, PaperFailRegular, PaperNegativeBold, PaperNegativeRegular, PaperPlus2Regular, PaperPlusBold, PaperPlusRegular, PaperRegular, PaperUploadBold, PaperUploadRegular, PasswordBold, PasswordRegular, PauseCircleRegular, Pen2Regular, PenRegular, PhotoRegular, PinMapRegular, PlaneCheckBold, PlaneCheckRegular, PlayBold, PlayRegular, Plus1Regular, Plus2Regular, Plus4Regular, PlusBold, PlusRegular, PrinterRegular, ProfileBold, ProfileRegular, QuestionMarkCircleRegular, QuestionsRegular, Refresh2Regular, RefreshRegular, RemoveCircleBold, RemoveUserBold, RemoveUserRegular, ReverseLeftRegular, ReverseRightRegular, RightUpSquareRegular, RoadmapRegular, RotationRegular, SadDateRegular, SaveRegular, ScaleRegular, ScanBold, ScanRegular, ScreenSizeRegular, SearchBold, SearchDiscountPercentRegular, SearchRegular, Send2Bold, SendBold, SendRegular, SettingBold, SettingRegular, SettingSquareRegular, SettingToolCircleRegular, Share2Regular, ShareRegular, ShieldDoneBold, ShieldDoneRegular, ShieldFailBold, ShieldFailRegular, ShowBold, ShowRegular, Sign1Regular, Sign2Regular, SlightlyFrowningBold, SmilingAddRegular, SmilingRegular, SortDownRegular, SortRegular, SoundWaveRegular, SpeakerMegaphone5Bold, SpeakerMegaphone5Regular, SpeakerMegaphoneRegular, SquareBold, StarBold, StarRegular, StarRemoveRegular, StickerAddBold, StopCircleRegular, StopwatchPlayBold, StopwatchSpeedRegular, StopwatchStopBold, StrikethroughRegular, Sun2Bold, SunBold, SunRegular, SunvectorRegular, SwapBold, SwapHorizontalRegular, SwapRegular, SwitchListRegular, TableRegular, TagBold, TagRegular, TextAlignCenterRegular, TextAlignLeftRegular, TextAlignRightRegular, TextColorRegular, TextFieldRegular, ThumbDislikeBold, ThumbDislikeRegular, ThumbLikeBold, TickSquareBold, TickSquareRegular, TicketBold, TicketRegular, TicketStarBold, TicketStarRegular, TiktokBold, TimeCircle2Bold, TimeCircleBold, TimeCircleRegular, TimeSquareBold, TimeSquareRegular, TimerPlusBold, TimerRegular, TiredBold, TiredRegular, ToggleRegular, ToolsRegular, TranslateLanguageBold, TranslateLanguageRegular, TranslateVectorRegular, TwitterBold, TypeRegular, UnderlineRegular, UniversityRegular, UnlockBold, UnlockRegular, UnorderedListRegular, UpLineRegular, UpSquareLineRegular, UpdateRight2Regular, UpdateRightRegular, UploadBold, UploadRegular, UserBadgeBold, UserBoardRegular, UserCheckedBold, UserContactRegular, UserDeleteBold, UserInformation2Regular, UserInformationRegular, UserLockRegular, UserSearchBold, UsersGroupRegular, UsersRegular, VectorcalendarRegular, VectorhomeRegular, VectorinfoSquareRegular, VectorprofileRegular, VectorsettingRegular, VectorstarRegular, VectorworkRegular, VerticalBarChart2Regular, VideoBold, VideoRegular, Voice2Bold, Voice3Regular, VoiceBold, VoiceRegular, VolumeDownBold, VolumeDownRegular, VolumeOffBold, VolumeOffRegular, VolumeUpBold, VolumeUpRegular, WalletBold, WalletRegular, WebPage2Regular, WebPage4Regular, WebPageEdit2Regular, WebPageEditRegular, Weight1Regular, WhatsappRegular, Wheelchair2Regular, WheelchairRegular, WorkBold, WorkRegular, WorldRegular, WrenchRegular, XcomBold, XcomRegular, YoutubeBold, ZoomInRegular, ZoomOutRegular, iconNames, iconNamesByVariant, icons, iconsByVariant };
|
|
2147
|
+
export { AccidentRegular, Activity2Regular, ActivityBold, ActivityRegular, AddUserBold, AddUserRegular, AiBrainIdeaRegular, AlarmSpeakerRegular, AlignLeftRegular, AnthropicRegular, ArrowDown2Bold, ArrowDown2Regular, ArrowDown3Bold, ArrowDown3Regular, ArrowDownBold, ArrowDownCircleBold, ArrowDownCircleRegular, ArrowDownRegular, ArrowDownRightsmRegular, ArrowDownSquareBold, ArrowDownSquareRegular, ArrowLeft22Regular, ArrowLeft2Bold, ArrowLeft2Regular, ArrowLeft3Bold, ArrowLeft3Regular, ArrowLeftBold, ArrowLeftCircleBold, ArrowLeftCircleRegular, ArrowLeftRegular, ArrowLeftSquareBold, ArrowLeftSquareRegular, ArrowRight22Regular, ArrowRight2Bold, ArrowRight2Regular, ArrowRight3Bold, ArrowRight3Regular, ArrowRightBold, ArrowRightCircleBold, ArrowRightCircleRegular, ArrowRightRegular, ArrowRightSmRegular, ArrowRightSquareBold, ArrowRightSquareRegular, ArrowUp2Bold, ArrowUp2Regular, ArrowUp3Bold, ArrowUp3Regular, ArrowUpBold, ArrowUpCircleBold, ArrowUpCircleRegular, ArrowUpRegular, ArrowUpRightsmRegular, ArrowUpSquareBold, ArrowUpSquareRegular, ArrowsDiagonalContractRegular, AttachRegular, Bag2Bold, Bag3Regular, BagBold, BagRegular, BankCardInformationRegular, BoardTasksRegular, BoldRegular, BookBold, BookRegular, BookmarkBold, BookmarkRegular, BotRegular, BuildingOffice2Regular, BuildingOffice3Regular, BuildingOfficeRegular, BuildingRegular, BulletedListRegular, BuyBold, BuyRegular, Calendar2Bold, Calendar2Regular, CalendarAddRegular, CalendarArrowRightRegular, CalendarBold, CalendarCheckBold, CalendarCheckRegular, CalendarDashRegular, CalendarDone2Regular, CalendarDoneRegular, CalendarEditBold, CalendarEditRegular, CalendarForwardBold, CalendarHourglassRegular, CalendarRegular, CalendarSettingsRegular, CalendarTickRegular, CalendarTimeBold, CalendarTimeBoldRegular, CalendarTimeRegular, CallBold, CallMissedBold, CallMissedRegular, CallRegular, CallSilentBold, CallSilentRegular, CallingBold, CallingRegular, CameraAutoRegular, CameraBold, CameraPlusRegular, CameraRegular, CarCrashRegular, CatSquareRegular, CategoriesRegular, CategoryBold, CategoryRegular, CenterLayoutRegular, Chart3BarRefreshRegular, Chart3BarTimeRegular, ChartAnalysishRegular, ChartBold, ChartInformationRegular, ChartRegular, ChatBold, ChatQuoteBold, ChatQuoteRegular, ChatRegular, CheckCircleBold, CheckCircleRegular, CheckmarkRegular, ChevronExpandVericalRegular, CircleGridInterfaceRegular, CircleMessage2UpRegular, ClockAddPlusBold, ClockAddPlusRegular, ClockCloseRegular, ClockFireRegular, ClockOffSleepBold, CloseRegular, CloseSquare2Regular, CloseSquareBold, CloseSquareRegular, CloudRemoveBold, CloudUploadRegular, Code2Regular, CodeBold, CodeRegular, ColorPaletteBold, CommentRegular, CommentsRegular, CopyLineEditRegular, CounterClockwiseUndoBold, CreativeQuoteOpenSquareRegular, CrecimientoRegular, DangerBold, DangerCircleRegular, DangerTriangleRegular, DarkAndLight2Regular, DarkAndLightRegular, Dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241Bold, Dcoument3LinesRegular, DcoumentAnalyzeBold, DecrecimientoRegular, DeleteBold, DeleteRegular, DiscountBold, DiscountRegular, DiscoveryBold, DiscoveryRegular, Docuemtn2LineEditRegular, DocumentBadgePlusBold, DocumentBold, DocumentCheckRegular, DocumentErrorRegular, DocumentExploreRegular, DocumentPdfBold, DocumentPdfRegular, DocumentPinRegular, DocumentRegular, DocumentRemoveRegular, DocumentStarRegular, DocumentVerifiedRegular, DollarAddRegular, DollarCircle3Bold, DownLineRegular, DownSquareLineRegular, DownloadBold, DownloadRegular, DraghorizontalRegular, EarthRegular, EditBold, EditRegular, EditSquareBold, EditSquareRegular, ExpandRegular, Eye2Bold, FaceIdFailRegular, FaceIdSuccesRegular, FacebookBold, type FichapIconProps, Film2Regular, Filter2Bold, Filter3Regular, FilterBold, FilterRegular, FlagBold, FlagRegular, FlashBold, FlashRegular, FlipBackwardRegular, FlipForwardRegular, FlipcalendarBlankRegular, FlipcalendarPercentRegular, FlipcalendarTimeRegular, FlowChartRegular, FolderBold, FolderFileAddPlusRegular, FolderFileBold, FolderFileSearchBold, FolderFileUpRegular, FolderRegular, ForwardClockTimer10Bold, FrameRegular, GalleryViewRegular, GameBold, GameRegular, GgiftRegular, GiftRegular, GiveDocumentRegular, GraphBold, GraphRegular, GridInterface2Regular, GridInterface3Regular, GridInterface4Regular, GridInterfaceAddPlusRegular, GridInterfaceRegular, GridInterfaceTickRegular, HappyDateRegular, HashtagRegular, HealthClipboardRegular, Heart2Bold, HeartBold, HeartPlusBold, HeartRegular, HideBold, HideRegular, Home2Regular, HomeBold, HomeRegular, HomeStarRegular, HospitalRegular, HotDrinkBold, HotDrinkRegular, HourglassRegular, Icon, Icon2UserBold, Icon2UserRegular, Icon3UserBold, Icon3UserRegular, type IconComponent, type IconName, IconSeparateRegular, type IconSvgProps, type IconVariant, IconlyRegularBoldArrowsDiagonalMaximizeRegular, IconlyRegularBoldBoardPinRegular, IconlyRegularBoldCharityCoinsRegular, IconlyRegularBoldChevronExpandVericalRegular, IconlyRegularBoldCircleGridInterface2Regular, IconlyRegularBoldCircleGridInterfaceRegular, IconlyRegularBoldContacts2Regular, IconlyRegularBoldController1Regular, IconlyRegularBoldCupRegular, IconlyRegularBoldDocumentPencilRegular, IconlyRegularBoldExitRegular, IconlyRegularBoldExpandLeftStopRegular, IconlyRegularBoldEye2Regular, IconlyRegularBoldHamburgerMenuRegular, IconlyRegularBoldHashtagSquareRegular, IconlyRegularBoldSalaryRegular, IconlyRegularBoldServersConnect7Regular, IconlyRegularBoldSidebarClose2Regular, IconlyRegularBoldSidebarCloseRegular, IconlyRegularBoldThumbLikeRegular, IconlyRegularBoldUserCheckedRegular, IconlyRegularBoldUserSearchRegular, IconlyRegularBoldVectoruserCheckedRegular, IconlyRegularLighExternalLinkRegular, Image2Bold, Image3Regular, ImageAi2Regular, ImageAiRegular, ImageBold, ImageDownRegular, ImageRegular, ImageUp2Regular, ImageUpRegular, InboxRegular, IndentRegular, InfoCircle2Bold, InfoCircleBold, InfoCircleRegular, InfoSquareBold, InfoSquareRegular, InformationRegular, InstagramBold, InsuranceHand2Regular, InsuranceHandRegular, ItalicRegular, JourneyRegular, LeavesRegular, LessRegular, LineChartUpwardRegular, Link2Regular, LinkRegular, LinkedinBold, ListCheckRegular, Loading2Regular, LoadingCircle3Regular, LoadingRegular, LocationBold, LocationRegular, LockBold, LockRegular, LoginBold, LoginRegular, LoginUserRegular, LogoutBold, LogoutRegular, MacNotebookBold, MacNotebookRegular, MagicWandRegular, MapCloseBold, MapCloseRegular, MapRegular, Marker2Regular, MarkerRegular, MediumBold, Menu2Regular, MenuCloseLeft2Regular, MenuCloseLeftRegular, MenuRegular, MenuhorizontalRegular, MessageBold, MessageRegular, MicrosoftExelRegular, MicrosoftWordRegular, Minus1Regular, Minus2Bold, Minus2Regular, Minus2VectorRegular, Minus3Bold, Minus4Regular, Monitor2Regular, MoonBold, MoonvectorRegular, MoreCircleBold, MoreCircleRegular, MoreSquareBold, MoreSquareRegular, MoveRegular, MovieTime2Regular, MovieTimeRegular, NewNotificationRegular, NoteLockRegular, NotificationBold, NotificationRegular, NumberedlistRegular, OfficechairRegular, OpenaiRegular, OrderedListRegular, OutdentRegular, PaintingPaletteRegular, PaperBold, PaperDownloadBold, PaperDownloadRegular, PaperFailBold, PaperFailRegular, PaperNegativeBold, PaperNegativeRegular, PaperPlus2Regular, PaperPlusBold, PaperPlusRegular, PaperRegular, PaperUploadBold, PaperUploadRegular, PasswordBold, PasswordRegular, PauseCircleRegular, Pen2Regular, PenRegular, PhotoRegular, PinMapRegular, PlaneCheckBold, PlaneCheckRegular, PlayBold, PlayRegular, Plus1Regular, Plus2Regular, Plus4Regular, PlusBold, PlusRegular, PrinterRegular, ProfileBold, ProfileRegular, QuestionMarkCircleRegular, QuestionsRegular, Refresh2Regular, RefreshRegular, RemoveCircleBold, RemoveUserBold, RemoveUserRegular, ReverseLeftRegular, ReverseRightRegular, RightUpSquareRegular, RoadmapRegular, RotationRegular, SadDateRegular, SaveRegular, ScaleRegular, ScanBold, ScanRegular, ScreenSizeRegular, SearchBold, SearchDiscountPercentRegular, SearchRegular, Send2Bold, SendBold, SendRegular, SettingBold, SettingRegular, SettingSquareRegular, SettingToolCircleRegular, Share2Regular, ShareRegular, ShieldDoneBold, ShieldDoneRegular, ShieldFailBold, ShieldFailRegular, ShowBold, ShowRegular, Sign1Regular, Sign2Regular, SlightlyFrowningBold, SmilingAddRegular, SmilingRegular, SortDownRegular, SortRegular, SoundWaveRegular, SpeakerMegaphone5Bold, SpeakerMegaphone5Regular, SpeakerMegaphoneRegular, SquareBold, StarBold, StarRegular, StarRemoveRegular, StarsCircleRegular, StickerAddBold, StopCircleRegular, StopwatchPlayBold, StopwatchSpeedRegular, StopwatchStopBold, StrikethroughRegular, SuccessDocumentsRegular, Sun2Bold, SunBold, SunRegular, SunvectorRegular, SwapBold, SwapHorizontalRegular, SwapRegular, SwitchListRegular, SymbolpngRegular, TableRegular, TagBold, TagRegular, TextAlignCenterRegular, TextAlignLeftRegular, TextAlignRightRegular, TextColorRegular, TextFieldRegular, ThumbDislikeBold, ThumbDislikeRegular, ThumbLikeBold, TickSquareBold, TickSquareRegular, TicketBold, TicketRegular, TicketStarBold, TicketStarRegular, TiktokBold, TimeCircle2Bold, TimeCircleBold, TimeCircleRegular, TimeSquareBold, TimeSquareRegular, TimerPlusBold, TimerRegular, TiredBold, TiredRegular, ToggleRegular, ToolsRegular, TranslateLanguageBold, TranslateLanguageRegular, TranslateVectorRegular, Triangle2Regular, TwitterBold, TypeRegular, UnderlineRegular, UniversityRegular, UnlockBold, UnlockRegular, UnorderedListRegular, UpLineRegular, UpSquareLineRegular, UpdateRight2Regular, UpdateRightRegular, UploadBold, UploadRegular, UserBadgeBold, UserBoardRegular, UserCheckedBold, UserContactRegular, UserDeleteBold, UserInformation2Regular, UserInformationRegular, UserLockRegular, UserSearchBold, UsersGroupRegular, UsersRegular, VectorcalendarRegular, VectorhomeRegular, VectorinfoSquareRegular, VectorprofileRegular, VectorsettingRegular, VectorstarRegular, VectorworkRegular, VerticalBarChart2Regular, VideoBold, VideoRegular, Voice2Bold, Voice3Regular, VoiceBold, VoiceRegular, VolumeDownBold, VolumeDownRegular, VolumeOffBold, VolumeOffRegular, VolumeUpBold, VolumeUpRegular, WalletBold, WalletRegular, WebPage2Regular, WebPage4Regular, WebPageEdit2Regular, WebPageEditRegular, Weight1Regular, WhatsappRegular, Wheelchair2Regular, WheelchairRegular, WorkBold, WorldRegular, WrenchRegular, XcomBold, XcomRegular, YoutubeBold, ZoomInRegular, ZoomOutRegular, iconNames, iconNamesByVariant, icons, iconsByVariant };
|