@fichap/icons-react 1.0.1 → 1.0.2
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 +58 -3
- package/dist/index.d.ts +58 -3
- package/dist/index.js +1419 -1042
- package/dist/index.mjs +1405 -1042
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -26,6 +26,8 @@ declare const Weight1Regular: ({ size, width, height, className, ...props }: Ico
|
|
|
26
26
|
|
|
27
27
|
declare const WebPageEditRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
28
28
|
|
|
29
|
+
declare const WebPageEdit2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
30
|
+
|
|
29
31
|
declare const WebPage4Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
30
32
|
|
|
31
33
|
declare const WebPage2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -72,6 +74,8 @@ declare const UserInformation2Regular: ({ size, width, height, className, ...pro
|
|
|
72
74
|
|
|
73
75
|
declare const UserContactRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
74
76
|
|
|
77
|
+
declare const UserBoardRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
78
|
+
|
|
75
79
|
declare const UploadRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
76
80
|
|
|
77
81
|
declare const UpdateRightRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -148,6 +152,8 @@ declare const StopCircleRegular: ({ size, width, height, className, ...props }:
|
|
|
148
152
|
|
|
149
153
|
declare const StarRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
150
154
|
|
|
155
|
+
declare const StarRemoveRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
156
|
+
|
|
151
157
|
declare const SpeakerMegaphoneRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
152
158
|
|
|
153
159
|
declare const SpeakerMegaphone5Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -212,6 +218,8 @@ declare const RemoveUserRegular: ({ size, width, height, className, ...props }:
|
|
|
212
218
|
|
|
213
219
|
declare const RefreshRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
214
220
|
|
|
221
|
+
declare const Refresh2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
222
|
+
|
|
215
223
|
declare const QuestionsRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
216
224
|
|
|
217
225
|
declare const QuestionMarkCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -232,6 +240,8 @@ declare const PlayRegular: ({ size, width, height, className, ...props }: IconSv
|
|
|
232
240
|
|
|
233
241
|
declare const PlaneCheckRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
234
242
|
|
|
243
|
+
declare const PinMapRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
244
|
+
|
|
235
245
|
declare const PhotoRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
236
246
|
|
|
237
247
|
declare const PenRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -308,6 +318,8 @@ declare const MarkerRegular: ({ size, width, height, className, ...props }: Icon
|
|
|
308
318
|
|
|
309
319
|
declare const Marker2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
310
320
|
|
|
321
|
+
declare const MapRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
322
|
+
|
|
311
323
|
declare const MapCloseRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
312
324
|
|
|
313
325
|
declare const MagicWandRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -348,6 +360,8 @@ declare const InsuranceHandRegular: ({ size, width, height, className, ...props
|
|
|
348
360
|
|
|
349
361
|
declare const InsuranceHand2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
350
362
|
|
|
363
|
+
declare const InformationRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
364
|
+
|
|
351
365
|
declare const InfoSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
352
366
|
|
|
353
367
|
declare const InfoCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -516,6 +530,10 @@ declare const DollarAddRegular: ({ size, width, height, className, ...props }: I
|
|
|
516
530
|
|
|
517
531
|
declare const DocumentRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
518
532
|
|
|
533
|
+
declare const DocumentStarRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
534
|
+
|
|
535
|
+
declare const DocumentPinRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
536
|
+
|
|
519
537
|
declare const DocumentPdfRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
520
538
|
|
|
521
539
|
declare const DocumentErrorRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -598,6 +616,8 @@ declare const CategoriesRegular: ({ size, width, height, className, ...props }:
|
|
|
598
616
|
|
|
599
617
|
declare const CatSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
600
618
|
|
|
619
|
+
declare const CarCrashRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
620
|
+
|
|
601
621
|
declare const CameraRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
602
622
|
|
|
603
623
|
declare const CameraPlusRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -624,6 +644,8 @@ declare const CalendarSettingsRegular: ({ size, width, height, className, ...pro
|
|
|
624
644
|
|
|
625
645
|
declare const CalendarHourglassRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
626
646
|
|
|
647
|
+
declare const CalendarEditRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
648
|
+
|
|
627
649
|
declare const CalendarDoneRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
628
650
|
|
|
629
651
|
declare const CalendarDone2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -640,6 +662,8 @@ declare const BuyRegular: ({ size, width, height, className, ...props }: IconSvg
|
|
|
640
662
|
|
|
641
663
|
declare const BulletedListRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
642
664
|
|
|
665
|
+
declare const BuildingRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
666
|
+
|
|
643
667
|
declare const BuildingOfficeRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
644
668
|
|
|
645
669
|
declare const BuildingOffice3Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -654,6 +678,8 @@ declare const BoldRegular: ({ size, width, height, className, ...props }: IconSv
|
|
|
654
678
|
|
|
655
679
|
declare const BoardTasksRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
656
680
|
|
|
681
|
+
declare const BankCardInformationRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
682
|
+
|
|
657
683
|
declare const BagRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
658
684
|
|
|
659
685
|
declare const Bag3Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -724,6 +750,8 @@ declare const ActivityRegular: ({ size, width, height, className, ...props }: Ic
|
|
|
724
750
|
|
|
725
751
|
declare const Activity2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
726
752
|
|
|
753
|
+
declare const AccidentRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
754
|
+
|
|
727
755
|
declare const Icon3UserRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
728
756
|
|
|
729
757
|
declare const Icon2UserRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1061,10 +1089,10 @@ declare const Icon2UserBold: ({ size, width, height, className, ...props }: Icon
|
|
|
1061
1089
|
type IconComponent = (props: IconSvgProps) => React.ReactElement;
|
|
1062
1090
|
type IconVariant = 'regular' | 'bold';
|
|
1063
1091
|
declare const iconNamesByVariant: {
|
|
1064
|
-
readonly regular: readonly ["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", "boardTasks", "bold", "book", "bookmark", "buildingOffice", "buildingOffice2", "buildingOffice3", "bulletedList", "buy", "calendar", "calendar2", "calendarAdd", "calendarCheck", "calendarDash", "calendarDone", "calendarDone2", "calendarHourglass", "calendarSettings", "calendarTick", "calendarTime", "calendarTimeBold", "call", "callMissed", "callSilent", "calling", "camera", "cameraAuto", "cameraPlus", "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", "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", "insuranceHand", "insuranceHand2", "italic", "journey", "leaves", "less", "lineChartUpward", "link", "link2", "listCheck", "loading", "loading2", "loadingCircle3", "location", "lock", "login", "logout", "macNotebook", "magicWand", "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", "planeCheck", "play", "plus", "plus1", "plus2", "plus4", "printer", "profile", "questionMarkCircle", "questions", "refresh", "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", "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", "userContact", "userInformation", "userInformation2", "userLock", "users", "usersGroup", "vectorcalendar", "vectorhome", "vectorinfoSquare", "vectorprofile", "vectorsetting", "vectorstar", "vectorwork", "verticalBarChart2", "video", "voice", "voice3", "volumeDown", "volumeOff", "volumeUp", "wallet", "webPage2", "webPage4", "webPageEdit", "weight1", "whatsapp", "wheelchair", "wheelchair2", "work", "world", "wrench", "xcom", "zoomIn", "zoomOut"];
|
|
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", "work", "world", "wrench", "xcom", "zoomIn", "zoomOut"];
|
|
1065
1093
|
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"];
|
|
1066
1094
|
};
|
|
1067
|
-
declare const iconNames: readonly ["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", "boardTasks", "bold", "book", "bookmark", "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", "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", "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", "instagram", "insuranceHand", "insuranceHand2", "italic", "journey", "leaves", "less", "lineChartUpward", "link", "link2", "linkedin", "listCheck", "loading", "loading2", "loadingCircle3", "location", "lock", "login", "logout", "macNotebook", "magicWand", "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", "planeCheck", "play", "plus", "plus1", "plus2", "plus4", "printer", "profile", "questionMarkCircle", "questions", "refresh", "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", "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", "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", "weight1", "whatsapp", "wheelchair", "wheelchair2", "work", "world", "wrench", "xcom", "youtube", "zoomIn", "zoomOut"];
|
|
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"];
|
|
1068
1096
|
type IconName = (typeof iconNames)[number];
|
|
1069
1097
|
declare const iconsByVariant: {
|
|
1070
1098
|
readonly regular: {
|
|
@@ -1079,6 +1107,7 @@ declare const iconsByVariant: {
|
|
|
1079
1107
|
readonly whatsapp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1080
1108
|
readonly weight1: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1081
1109
|
readonly webPageEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1110
|
+
readonly webPageEdit2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1082
1111
|
readonly webPage4: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1083
1112
|
readonly webPage2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1084
1113
|
readonly wallet: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1102,6 +1131,7 @@ declare const iconsByVariant: {
|
|
|
1102
1131
|
readonly userInformation: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1103
1132
|
readonly userInformation2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1104
1133
|
readonly userContact: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1134
|
+
readonly userBoard: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1105
1135
|
readonly upload: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1106
1136
|
readonly updateRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1107
1137
|
readonly updateRight2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1140,6 +1170,7 @@ declare const iconsByVariant: {
|
|
|
1140
1170
|
readonly stopwatchSpeed: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1141
1171
|
readonly stopCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1142
1172
|
readonly star: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1173
|
+
readonly starRemove: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1143
1174
|
readonly speakerMegaphone: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1144
1175
|
readonly speakerMegaphone5: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1145
1176
|
readonly soundWave: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1172,6 +1203,7 @@ declare const iconsByVariant: {
|
|
|
1172
1203
|
readonly reverseLeft: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1173
1204
|
readonly removeUser: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1174
1205
|
readonly refresh: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1206
|
+
readonly refresh2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1175
1207
|
readonly questions: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1176
1208
|
readonly questionMarkCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1177
1209
|
readonly profile: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1182,6 +1214,7 @@ declare const iconsByVariant: {
|
|
|
1182
1214
|
readonly plus1: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1183
1215
|
readonly play: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1184
1216
|
readonly planeCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1217
|
+
readonly pinMap: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1185
1218
|
readonly photo: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1186
1219
|
readonly pen: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1187
1220
|
readonly pen2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1220,6 +1253,7 @@ declare const iconsByVariant: {
|
|
|
1220
1253
|
readonly menu2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1221
1254
|
readonly marker: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1222
1255
|
readonly marker2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1256
|
+
readonly map: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1223
1257
|
readonly mapClose: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1224
1258
|
readonly magicWand: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1225
1259
|
readonly macNotebook: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1240,6 +1274,7 @@ declare const iconsByVariant: {
|
|
|
1240
1274
|
readonly italic: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1241
1275
|
readonly insuranceHand: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1242
1276
|
readonly insuranceHand2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1277
|
+
readonly information: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1243
1278
|
readonly infoSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1244
1279
|
readonly infoCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1245
1280
|
readonly indent: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1324,6 +1359,8 @@ declare const iconsByVariant: {
|
|
|
1324
1359
|
readonly downLine: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1325
1360
|
readonly dollarAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1326
1361
|
readonly document: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1362
|
+
readonly documentStar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1363
|
+
readonly documentPin: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1327
1364
|
readonly documentPdf: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1328
1365
|
readonly documentError: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1329
1366
|
readonly docuemtn2LineEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1365,6 +1402,7 @@ declare const iconsByVariant: {
|
|
|
1365
1402
|
readonly category: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1366
1403
|
readonly categories: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1367
1404
|
readonly catSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1405
|
+
readonly carCrash: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1368
1406
|
readonly camera: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1369
1407
|
readonly cameraPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1370
1408
|
readonly cameraAuto: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1378,6 +1416,7 @@ declare const iconsByVariant: {
|
|
|
1378
1416
|
readonly calendarTick: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1379
1417
|
readonly calendarSettings: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1380
1418
|
readonly calendarHourglass: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1419
|
+
readonly calendarEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1381
1420
|
readonly calendarDone: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1382
1421
|
readonly calendarDone2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1383
1422
|
readonly calendarDash: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1386,6 +1425,7 @@ declare const iconsByVariant: {
|
|
|
1386
1425
|
readonly calendar2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1387
1426
|
readonly buy: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1388
1427
|
readonly bulletedList: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1428
|
+
readonly building: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1389
1429
|
readonly buildingOffice: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1390
1430
|
readonly buildingOffice3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1391
1431
|
readonly buildingOffice2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1393,6 +1433,7 @@ declare const iconsByVariant: {
|
|
|
1393
1433
|
readonly book: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1394
1434
|
readonly bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1395
1435
|
readonly boardTasks: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1436
|
+
readonly bankCardInformation: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1396
1437
|
readonly bag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1397
1438
|
readonly bag3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1398
1439
|
readonly attach: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1428,6 +1469,7 @@ declare const iconsByVariant: {
|
|
|
1428
1469
|
readonly addUser: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1429
1470
|
readonly activity: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1430
1471
|
readonly activity2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1472
|
+
readonly accident: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1431
1473
|
readonly icon3User: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1432
1474
|
readonly icon2User: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1433
1475
|
};
|
|
@@ -1774,6 +1816,7 @@ declare const icons: {
|
|
|
1774
1816
|
readonly whatsapp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1775
1817
|
readonly weight1: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1776
1818
|
readonly webPageEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1819
|
+
readonly webPageEdit2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1777
1820
|
readonly webPage4: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1778
1821
|
readonly webPage2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1779
1822
|
readonly voice3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1791,6 +1834,7 @@ declare const icons: {
|
|
|
1791
1834
|
readonly userInformation: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1792
1835
|
readonly userInformation2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1793
1836
|
readonly userContact: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1837
|
+
readonly userBoard: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1794
1838
|
readonly updateRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1795
1839
|
readonly updateRight2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1796
1840
|
readonly upSquareLine: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1815,6 +1859,7 @@ declare const icons: {
|
|
|
1815
1859
|
readonly strikethrough: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1816
1860
|
readonly stopwatchSpeed: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1817
1861
|
readonly stopCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1862
|
+
readonly starRemove: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1818
1863
|
readonly speakerMegaphone: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1819
1864
|
readonly soundWave: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1820
1865
|
readonly sort: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1838,12 +1883,14 @@ declare const icons: {
|
|
|
1838
1883
|
readonly reverseRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1839
1884
|
readonly reverseLeft: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1840
1885
|
readonly refresh: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1886
|
+
readonly refresh2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1841
1887
|
readonly questions: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1842
1888
|
readonly questionMarkCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1843
1889
|
readonly printer: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1844
1890
|
readonly plus4: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1845
1891
|
readonly plus2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1846
1892
|
readonly plus1: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1893
|
+
readonly pinMap: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1847
1894
|
readonly photo: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1848
1895
|
readonly pen: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1849
1896
|
readonly pen2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1870,6 +1917,7 @@ declare const icons: {
|
|
|
1870
1917
|
readonly menu2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1871
1918
|
readonly marker: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1872
1919
|
readonly marker2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1920
|
+
readonly map: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1873
1921
|
readonly magicWand: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1874
1922
|
readonly loading: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1875
1923
|
readonly loadingCircle3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1884,6 +1932,7 @@ declare const icons: {
|
|
|
1884
1932
|
readonly italic: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1885
1933
|
readonly insuranceHand: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1886
1934
|
readonly insuranceHand2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1935
|
+
readonly information: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1887
1936
|
readonly indent: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1888
1937
|
readonly inbox: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1889
1938
|
readonly imageUp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1951,6 +2000,8 @@ declare const icons: {
|
|
|
1951
2000
|
readonly downSquareLine: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1952
2001
|
readonly downLine: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1953
2002
|
readonly dollarAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2003
|
+
readonly documentStar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2004
|
+
readonly documentPin: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1954
2005
|
readonly documentError: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1955
2006
|
readonly docuemtn2LineEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1956
2007
|
readonly decrecimiento: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1980,6 +2031,7 @@ declare const icons: {
|
|
|
1980
2031
|
readonly centerLayout: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1981
2032
|
readonly categories: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1982
2033
|
readonly catSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2034
|
+
readonly carCrash: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1983
2035
|
readonly cameraPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1984
2036
|
readonly cameraAuto: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1985
2037
|
readonly calendarTimeBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1991,11 +2043,13 @@ declare const icons: {
|
|
|
1991
2043
|
readonly calendarDash: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1992
2044
|
readonly calendarAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1993
2045
|
readonly bulletedList: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2046
|
+
readonly building: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1994
2047
|
readonly buildingOffice: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1995
2048
|
readonly buildingOffice3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1996
2049
|
readonly buildingOffice2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1997
2050
|
readonly bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1998
2051
|
readonly boardTasks: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2052
|
+
readonly bankCardInformation: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1999
2053
|
readonly bag3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2000
2054
|
readonly attach: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2001
2055
|
readonly arrowsDiagonalContract: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2008,6 +2062,7 @@ declare const icons: {
|
|
|
2008
2062
|
readonly alarmSpeaker: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2009
2063
|
readonly aiBrainIdea: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2010
2064
|
readonly activity2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2065
|
+
readonly accident: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2011
2066
|
};
|
|
2012
2067
|
|
|
2013
2068
|
type FichapIconProps = IconSvgProps & {
|
|
@@ -2016,4 +2071,4 @@ type FichapIconProps = IconSvgProps & {
|
|
|
2016
2071
|
};
|
|
2017
2072
|
declare function Icon({ name, variant, ...props }: FichapIconProps): React.JSX.Element | null;
|
|
2018
2073
|
|
|
2019
|
-
export { 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, BoardTasksRegular, BoldRegular, BookBold, BookRegular, BookmarkBold, BookmarkRegular, BuildingOffice2Regular, BuildingOffice3Regular, BuildingOfficeRegular, BulletedListRegular, BuyBold, BuyRegular, Calendar2Bold, Calendar2Regular, CalendarAddRegular, CalendarBold, CalendarCheckBold, CalendarCheckRegular, CalendarDashRegular, CalendarDone2Regular, CalendarDoneRegular, CalendarEditBold, CalendarForwardBold, CalendarHourglassRegular, CalendarRegular, CalendarSettingsRegular, CalendarTickRegular, CalendarTimeBold, CalendarTimeBoldRegular, CalendarTimeRegular, CallBold, CallMissedBold, CallMissedRegular, CallRegular, CallSilentBold, CallSilentRegular, CallingBold, CallingRegular, CameraAutoRegular, CameraBold, CameraPlusRegular, CameraRegular, 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, DocumentRegular, 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, 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, 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, PlaneCheckBold, PlaneCheckRegular, PlayBold, PlayRegular, Plus1Regular, Plus2Regular, Plus4Regular, PlusBold, PlusRegular, PrinterRegular, ProfileBold, ProfileRegular, QuestionMarkCircleRegular, QuestionsRegular, 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, 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, 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, WebPageEditRegular, Weight1Regular, WhatsappRegular, Wheelchair2Regular, WheelchairRegular, WorkBold, WorkRegular, WorldRegular, WrenchRegular, XcomBold, XcomRegular, YoutubeBold, ZoomInRegular, ZoomOutRegular, iconNames, iconNamesByVariant, icons, iconsByVariant };
|
|
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 };
|