@fichap/icons-react 1.0.13 → 1.0.15
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 +81 -20
- package/dist/index.d.ts +81 -20
- package/dist/index.js +1510 -1035
- package/dist/index.mjs +1489 -1032
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -248,6 +248,8 @@ declare const RoadmapRegular: ({ size, width, height, className, ...props }: Ico
|
|
|
248
248
|
|
|
249
249
|
declare const RightUpSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
250
250
|
|
|
251
|
+
declare const RightSideRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
252
|
+
|
|
251
253
|
declare const ReverseRightRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
252
254
|
|
|
253
255
|
declare const ReverseLeftRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -412,6 +414,8 @@ declare const LineChartUpwardRegular: ({ size, width, height, className, ...prop
|
|
|
412
414
|
|
|
413
415
|
declare const LessRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
414
416
|
|
|
417
|
+
declare const LeftSideRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
418
|
+
|
|
415
419
|
declare const LeavesRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
416
420
|
|
|
417
421
|
declare const JourneyRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -450,6 +454,8 @@ declare const ImageAi2Regular: ({ size, width, height, className, ...props }: Ic
|
|
|
450
454
|
|
|
451
455
|
declare const Image3Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
452
456
|
|
|
457
|
+
declare const Image2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
458
|
+
|
|
453
459
|
declare const IconlyRegularLighExternalLinkRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
454
460
|
|
|
455
461
|
declare const IconlyRegularBoldVectoruserCheckedRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -718,6 +724,8 @@ declare const CategoriesRegular: ({ size, width, height, className, ...props }:
|
|
|
718
724
|
|
|
719
725
|
declare const CatSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
720
726
|
|
|
727
|
+
declare const CarteleraGridRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
728
|
+
|
|
721
729
|
declare const CarCrashRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
722
730
|
|
|
723
731
|
declare const CameraRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -738,7 +746,7 @@ declare const CalendarRegular: ({ size, width, height, className, ...props }: Ic
|
|
|
738
746
|
|
|
739
747
|
declare const CalendarUsersRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
740
748
|
|
|
741
|
-
declare const
|
|
749
|
+
declare const CalendarTimeDotsRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
742
750
|
|
|
743
751
|
declare const CalendarTimeBoldRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
744
752
|
|
|
@@ -750,6 +758,8 @@ declare const CalendarSettingsRegular: ({ size, width, height, className, ...pro
|
|
|
750
758
|
|
|
751
759
|
declare const CalendarPinRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
752
760
|
|
|
761
|
+
declare const CalendarLineRightRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
762
|
+
|
|
753
763
|
declare const CalendarHourglassRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
754
764
|
|
|
755
765
|
declare const CalendarEditRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -766,8 +776,6 @@ declare const CalendarArrowRightRegular: ({ size, width, height, className, ...p
|
|
|
766
776
|
|
|
767
777
|
declare const CalendarAddRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
768
778
|
|
|
769
|
-
declare const Calendar2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
770
|
-
|
|
771
779
|
declare const BuyRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
772
780
|
|
|
773
781
|
declare const BulletedListRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -882,6 +890,10 @@ declare const XcomBold: ({ size, width, height, className, ...props }: IconSvgPr
|
|
|
882
890
|
|
|
883
891
|
declare const WorkBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
884
892
|
|
|
893
|
+
declare const WebPageEditBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
894
|
+
|
|
895
|
+
declare const WebPage5Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
896
|
+
|
|
885
897
|
declare const WalletBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
886
898
|
|
|
887
899
|
declare const VolumeUpBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -972,6 +984,8 @@ declare const SearchBold: ({ size, width, height, className, ...props }: IconSvg
|
|
|
972
984
|
|
|
973
985
|
declare const ScanBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
974
986
|
|
|
987
|
+
declare const RightSideBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
988
|
+
|
|
975
989
|
declare const RemoveUserBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
976
990
|
|
|
977
991
|
declare const RemoveCircleBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -982,6 +996,8 @@ declare const PlusBold: ({ size, width, height, className, ...props }: IconSvgPr
|
|
|
982
996
|
|
|
983
997
|
declare const PlayBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
984
998
|
|
|
999
|
+
declare const PlaneTakeOff2Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1000
|
+
|
|
985
1001
|
declare const PlaneCheckBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
986
1002
|
|
|
987
1003
|
declare const PasswordBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1012,6 +1028,8 @@ declare const Minus2Bold: ({ size, width, height, className, ...props }: IconSvg
|
|
|
1012
1028
|
|
|
1013
1029
|
declare const MessagesBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1014
1030
|
|
|
1031
|
+
declare const MessagesQuestionBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1032
|
+
|
|
1015
1033
|
declare const MessageBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1016
1034
|
|
|
1017
1035
|
declare const MediumBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1030,6 +1048,8 @@ declare const LocationBold: ({ size, width, height, className, ...props }: IconS
|
|
|
1030
1048
|
|
|
1031
1049
|
declare const LinkedinBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1032
1050
|
|
|
1051
|
+
declare const LeftSideBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1052
|
+
|
|
1033
1053
|
declare const InstagramBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1034
1054
|
|
|
1035
1055
|
declare const InfoSquareBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1046,6 +1066,10 @@ declare const HotDrinkBold: ({ size, width, height, className, ...props }: IconS
|
|
|
1046
1066
|
|
|
1047
1067
|
declare const HomeBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1048
1068
|
|
|
1069
|
+
declare const HomeStarBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1070
|
+
|
|
1071
|
+
declare const Home2Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1072
|
+
|
|
1049
1073
|
declare const HideBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1050
1074
|
|
|
1051
1075
|
declare const HeartBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1064,6 +1088,8 @@ declare const FolderBold: ({ size, width, height, className, ...props }: IconSvg
|
|
|
1064
1088
|
|
|
1065
1089
|
declare const FolderFileBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1066
1090
|
|
|
1091
|
+
declare const FolderFileUpBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1092
|
+
|
|
1067
1093
|
declare const FolderFileSearchBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1068
1094
|
|
|
1069
1095
|
declare const FlashBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1088,6 +1114,8 @@ declare const DollarCircle3Bold: ({ size, width, height, className, ...props }:
|
|
|
1088
1114
|
|
|
1089
1115
|
declare const DocumentBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1090
1116
|
|
|
1117
|
+
declare const DocumentPinBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1118
|
+
|
|
1091
1119
|
declare const DocumentPin2LinesBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1092
1120
|
|
|
1093
1121
|
declare const DocumentPencilBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1132,6 +1160,8 @@ declare const ChartBold: ({ size, width, height, className, ...props }: IconSvgP
|
|
|
1132
1160
|
|
|
1133
1161
|
declare const CategoryBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1134
1162
|
|
|
1163
|
+
declare const CarteleraGridBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1164
|
+
|
|
1135
1165
|
declare const CaptchaQuestionMarkSquareBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1136
1166
|
|
|
1137
1167
|
declare const CaptchaDiamondStarBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1150,18 +1180,24 @@ declare const CalendarBold: ({ size, width, height, className, ...props }: IconS
|
|
|
1150
1180
|
|
|
1151
1181
|
declare const CalendarTimeBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1152
1182
|
|
|
1183
|
+
declare const CalendarTimeDotsBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1184
|
+
|
|
1185
|
+
declare const CalendarStateBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1186
|
+
|
|
1187
|
+
declare const CalendarLineRightBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1188
|
+
|
|
1153
1189
|
declare const CalendarForwardBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1154
1190
|
|
|
1155
1191
|
declare const CalendarEditBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1156
1192
|
|
|
1157
1193
|
declare const CalendarCheckBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1158
1194
|
|
|
1159
|
-
declare const Calendar3Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1160
|
-
|
|
1161
1195
|
declare const Calendar2Bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1162
1196
|
|
|
1163
1197
|
declare const BuyBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1164
1198
|
|
|
1199
|
+
declare const BotBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1200
|
+
|
|
1165
1201
|
declare const BookmarkBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1166
1202
|
|
|
1167
1203
|
declare const BookBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1224,11 +1260,11 @@ type IconComponent = (props: IconSvgProps) => React.ReactElement;
|
|
|
1224
1260
|
type IconVariant = 'regular' | 'bold';
|
|
1225
1261
|
/** Icon names grouped by variant. */
|
|
1226
1262
|
declare const iconNamesByVariant: {
|
|
1227
|
-
readonly regular: readonly ["accident", "activity", "activity2", "addUser", "aiBrainIdea", "aiBrainLike", "alarmSpeaker", "alignLeft", "anthropic", "archive", "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", "bag4", "bankCardInformation", "boardTasks", "bold", "book", "bookmark", "bot", "building", "buildingOffice", "buildingOffice2", "buildingOffice3", "bulletedList", "buy", "calendar", "
|
|
1228
|
-
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", "
|
|
1263
|
+
readonly regular: readonly ["accident", "activity", "activity2", "addUser", "aiBrainIdea", "aiBrainLike", "alarmSpeaker", "alignLeft", "anthropic", "archive", "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", "bag4", "bankCardInformation", "boardTasks", "bold", "book", "bookmark", "bot", "building", "buildingOffice", "buildingOffice2", "buildingOffice3", "bulletedList", "buy", "calendar", "calendarAdd", "calendarArrowRight", "calendarCheck", "calendarDash", "calendarDone", "calendarDone2", "calendarEdit", "calendarHourglass", "calendarLineRight", "calendarPin", "calendarSettings", "calendarTick", "calendarTime2", "calendarTimeBold", "calendarTimeDots", "calendarUsers", "call", "callMissed", "callSilent", "calling", "camera", "cameraAuto", "cameraPlus", "carCrash", "carteleraGrid", "catSquare", "categories", "category", "centerLayout", "chart", "chart3BarRefresh", "chart3BarTime", "chartAnalysish", "chartInformation", "chat", "chatQuote", "checkCircle", "checkmark", "chevronExpandVerical", "circleGridInterface", "circleMessage2Text", "circleMessage2Up", "clockAddPlus", "clockClose", "clockFire", "close", "closeSquare", "closeSquare2", "cloudUpload", "code", "code2", "comment", "comments", "copyLineEdit", "creativeQuoteOpenSquare", "crecimiento", "dangerCircle", "dangerTriangle", "darkAndLight", "darkAndLight2", "dcoument3Lines", "decimal", "decrecimiento", "delete", "discount", "discovery", "docuemtn2LineEdit", "document", "documentCheck", "documentError", "documentExplore", "documentPdf", "documentPin", "documentRemove", "documentStar", "documentVerified", "dollarAdd", "dollarDocument", "doubleHeart3", "downLine", "downSquareLine", "download", "draghorizontal", "earth", "edit", "editProfile", "editSquare", "emailOpen3", "emailOpenClose", "emailPlusAdd", "emailTimeWait", "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", "hashtagCircle", "healthClipboard", "heart", "hide", "hide2", "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", "imageRecognition", "imageUp", "imageUp2", "inbox", "indent", "infoCircle", "infoSquare", "information", "input", "insuranceHand", "insuranceHand2", "italic", "journey", "leaves", "leftSide", "less", "lineChartUpward", "link", "link2", "listCheck", "loading", "loading2", "loadingCircle3", "location", "lock", "login", "loginUser", "logout", "macNotebook", "magicWand", "map", "mapClose", "marker", "marker2", "medal", "mention", "menu", "menu2", "menuCloseLeft", "menuCloseLeft2", "menuhorizontal", "message", "microsoftExel", "microsoftWord", "minus1", "minus2", "minus2Vector", "minus4", "monitor2", "moonvector", "moreCircle", "moreSquare", "move", "movieTime", "movieTime2", "musicAi", "networkWorld", "newNotification", "noteLock", "notification", "numberedlist", "officechair", "openai", "orderedList", "outdent", "paintingPalette", "paper", "paperDownload", "paperFail", "paperNegative", "paperPlus", "paperPlus2", "paperUpload", "password", "pauseCircle", "pen", "pen2", "photo", "pinMap", "planeCheck", "planeTakeOff2", "play", "plus", "plus1", "plus2", "plus4", "powerButton", "printer", "profile", "questionMarkCircle", "questionMarkSquare", "questions", "refresh", "refresh2", "removeUser", "reverseLeft", "reverseRight", "rightSide", "rightUpSquare", "roadmap", "rocket", "rotatePhone", "rotation", "sadDate", "save", "scale", "scan", "screenSize", "search", "searchDiscountPercent", "searchWww", "send", "setting", "settingSquare", "settingToolCircle", "share", "share2", "shieldDone", "shieldFail", "show", "sign1", "sign2", "slash", "smartPhoneAi", "smiling", "smilingAdd", "sort", "sortDown", "soundWave", "speakerMegaphone", "speakerMegaphone5", "star", "starRemove", "starsCircle", "stopCircle", "stopwatchEnergy", "stopwatchPlay", "stopwatchSpeed", "strikethrough", "successDocuments", "sun", "sunvector", "swap", "swapHorizontal", "switchList", "symbolpng", "table", "tag", "target", "textAlignCenter", "textAlignLeft", "textAlignRight", "textColor", "textField", "thumbDislike", "tickSquare", "ticket", "ticketStar", "timeCircle", "timeSquare", "timer", "timerRemove", "tired", "toggle", "tools", "translateLanguage", "translateVector", "triangle2", "type", "unarchive", "underline", "university", "unlock", "unorderedList", "upLine", "upSquareLine", "updateRight", "updateRight2", "upload", "user", "userBadge", "userBoard", "userContact", "userInformation", "userInformation2", "userLock", "users", "usersGroup", "vectorcalendar", "vectorhome", "vectorinfoSquare", "vectorprofile", "vectorsetting", "vectorstar", "vectorwork", "verticalBarChart2", "verticalDrag", "video", "voice", "voice2", "voice3", "volumeDown", "volumeOff", "volumeUp", "wallet", "webPage2", "webPage4", "webPageEdit", "webPageEdit2", "weight1", "whatsapp", "wheelchair", "wheelchair2", "world", "wrench", "xcom", "zoomIn", "zoomOut"];
|
|
1264
|
+
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", "bot", "buy", "calendar", "calendar2", "calendarCheck", "calendarEdit", "calendarForward", "calendarLineRight", "calendarState", "calendarTime", "calendarTimeDots", "call", "callMissed", "callSilent", "calling", "camera", "captchaDiamondStar", "captchaQuestionMarkSquare", "carteleraGrid", "category", "chart", "chat", "chatQuote", "checkCircle", "clockAddPlus", "clockOffSleep", "closeSquare", "cloudRemove", "code", "colorPalette", "counterClockwiseUndo", "danger", "dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241", "dcoumentAnalyze", "delete", "discount", "discovery", "document", "documentBadgePlus", "documentPdf", "documentPencil", "documentPin", "documentPin2Lines", "dollarCircle3", "download", "edit", "editSquare", "eye2", "facebook", "filter", "filter2", "flag", "flash", "folder", "folderFile", "folderFileSearch", "folderFileUp", "forwardClockTimer10", "game", "graph", "heart", "heart2", "heartPlus", "hide", "home", "home2", "homeStar", "hotDrink", "icon2User", "icon3User", "image", "image2", "infoCircle", "infoCircle2", "infoSquare", "instagram", "leftSide", "linkedin", "location", "lock", "login", "logout", "macNotebook", "mapClose", "medium", "message", "messages", "messagesQuestion", "minus2", "minus3", "moon", "moreCircle", "moreSquare", "notification", "paper", "paperDownload", "paperFail", "paperNegative", "paperPlus", "paperUpload", "password", "planeCheck", "planeTakeOff2", "play", "plus", "profile", "removeCircle", "removeUser", "rightSide", "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", "webPage5", "webPageEdit", "work", "xcom", "youtube"];
|
|
1229
1265
|
};
|
|
1230
1266
|
/** Flat list of all valid icon names accepted by the Icon wrapper. */
|
|
1231
|
-
declare const iconNames: readonly ["accident", "activity", "activity2", "addUser", "aiBrainIdea", "aiBrainLike", "alarmSpeaker", "alignLeft", "anthropic", "archive", "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", "bag4", "bankCardInformation", "boardTasks", "bold", "book", "bookmark", "bot", "building", "buildingOffice", "buildingOffice2", "buildingOffice3", "bulletedList", "buy", "calendar", "calendar2", "
|
|
1267
|
+
declare const iconNames: readonly ["accident", "activity", "activity2", "addUser", "aiBrainIdea", "aiBrainLike", "alarmSpeaker", "alignLeft", "anthropic", "archive", "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", "bag4", "bankCardInformation", "boardTasks", "bold", "book", "bookmark", "bot", "building", "buildingOffice", "buildingOffice2", "buildingOffice3", "bulletedList", "buy", "calendar", "calendar2", "calendarAdd", "calendarArrowRight", "calendarCheck", "calendarDash", "calendarDone", "calendarDone2", "calendarEdit", "calendarForward", "calendarHourglass", "calendarLineRight", "calendarPin", "calendarSettings", "calendarState", "calendarTick", "calendarTime", "calendarTime2", "calendarTimeBold", "calendarTimeDots", "calendarUsers", "call", "callMissed", "callSilent", "calling", "camera", "cameraAuto", "cameraPlus", "captchaDiamondStar", "captchaQuestionMarkSquare", "carCrash", "carteleraGrid", "catSquare", "categories", "category", "centerLayout", "chart", "chart3BarRefresh", "chart3BarTime", "chartAnalysish", "chartInformation", "chat", "chatQuote", "checkCircle", "checkmark", "chevronExpandVerical", "circleGridInterface", "circleMessage2Text", "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", "decimal", "decrecimiento", "delete", "discount", "discovery", "docuemtn2LineEdit", "document", "documentBadgePlus", "documentCheck", "documentError", "documentExplore", "documentPdf", "documentPencil", "documentPin", "documentPin2Lines", "documentRemove", "documentStar", "documentVerified", "dollarAdd", "dollarCircle3", "dollarDocument", "doubleHeart3", "downLine", "downSquareLine", "download", "draghorizontal", "earth", "edit", "editProfile", "editSquare", "emailOpen3", "emailOpenClose", "emailPlusAdd", "emailTimeWait", "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", "hashtagCircle", "healthClipboard", "heart", "heart2", "heartPlus", "hide", "hide2", "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", "imageRecognition", "imageUp", "imageUp2", "inbox", "indent", "infoCircle", "infoCircle2", "infoSquare", "information", "input", "instagram", "insuranceHand", "insuranceHand2", "italic", "journey", "leaves", "leftSide", "less", "lineChartUpward", "link", "link2", "linkedin", "listCheck", "loading", "loading2", "loadingCircle3", "location", "lock", "login", "loginUser", "logout", "macNotebook", "magicWand", "map", "mapClose", "marker", "marker2", "medal", "medium", "mention", "menu", "menu2", "menuCloseLeft", "menuCloseLeft2", "menuhorizontal", "message", "messages", "messagesQuestion", "microsoftExel", "microsoftWord", "minus1", "minus2", "minus2Vector", "minus3", "minus4", "monitor2", "moon", "moonvector", "moreCircle", "moreSquare", "move", "movieTime", "movieTime2", "musicAi", "networkWorld", "newNotification", "noteLock", "notification", "numberedlist", "officechair", "openai", "orderedList", "outdent", "paintingPalette", "paper", "paperDownload", "paperFail", "paperNegative", "paperPlus", "paperPlus2", "paperUpload", "password", "pauseCircle", "pen", "pen2", "photo", "pinMap", "planeCheck", "planeTakeOff2", "play", "plus", "plus1", "plus2", "plus4", "powerButton", "printer", "profile", "questionMarkCircle", "questionMarkSquare", "questions", "refresh", "refresh2", "removeCircle", "removeUser", "reverseLeft", "reverseRight", "rightSide", "rightUpSquare", "roadmap", "rocket", "rotatePhone", "rotation", "sadDate", "save", "scale", "scan", "screenSize", "search", "searchDiscountPercent", "searchWww", "send", "send2", "setting", "settingSquare", "settingToolCircle", "share", "share2", "shieldDone", "shieldFail", "show", "sign1", "sign2", "slash", "slightlyFrowning", "smartPhoneAi", "smiling", "smilingAdd", "sort", "sortDown", "soundWave", "speakerMegaphone", "speakerMegaphone5", "square", "star", "starRemove", "starsCircle", "stickerAdd", "stopCircle", "stopwatchEnergy", "stopwatchPlay", "stopwatchSpeed", "stopwatchStop", "strikethrough", "successDocuments", "sun", "sun2", "sunvector", "swap", "swapHorizontal", "switchList", "symbolpng", "table", "tag", "target", "textAlignCenter", "textAlignLeft", "textAlignRight", "textColor", "textField", "thumbDislike", "thumbLike", "tickSquare", "ticket", "ticketStar", "tiktok", "timeCircle", "timeCircle2", "timeSquare", "timer", "timerPlus", "timerRemove", "tired", "toggle", "tools", "translateLanguage", "translateVector", "triangle2", "twitter", "type", "unarchive", "underline", "university", "unlock", "unorderedList", "upLine", "upSquareLine", "updateRight", "updateRight2", "upload", "user", "userBadge", "userBoard", "userChecked", "userContact", "userDelete", "userInformation", "userInformation2", "userLock", "userSearch", "users", "usersGroup", "vectorcalendar", "vectorhome", "vectorinfoSquare", "vectorprofile", "vectorsetting", "vectorstar", "vectorwork", "verticalBarChart2", "verticalDrag", "video", "voice", "voice2", "voice3", "volumeDown", "volumeOff", "volumeUp", "wallet", "webPage2", "webPage4", "webPage5", "webPageEdit", "webPageEdit2", "weight1", "whatsapp", "wheelchair", "wheelchair2", "work", "world", "wrench", "xcom", "youtube", "zoomIn", "zoomOut"];
|
|
1232
1268
|
/** All valid icon names accepted by the Icon wrapper. */
|
|
1233
1269
|
type IconName = (typeof iconNames)[number];
|
|
1234
1270
|
declare const iconsByVariant: {
|
|
@@ -1353,6 +1389,7 @@ declare const iconsByVariant: {
|
|
|
1353
1389
|
readonly rocket: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1354
1390
|
readonly roadmap: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1355
1391
|
readonly rightUpSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1392
|
+
readonly rightSide: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1356
1393
|
readonly reverseRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1357
1394
|
readonly reverseLeft: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1358
1395
|
readonly removeUser: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1435,6 +1472,7 @@ declare const iconsByVariant: {
|
|
|
1435
1472
|
readonly link2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1436
1473
|
readonly lineChartUpward: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1437
1474
|
readonly less: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1475
|
+
readonly leftSide: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1438
1476
|
readonly leaves: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1439
1477
|
readonly journey: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1440
1478
|
readonly italic: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1454,6 +1492,7 @@ declare const iconsByVariant: {
|
|
|
1454
1492
|
readonly imageAi: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1455
1493
|
readonly imageAi2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1456
1494
|
readonly image3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1495
|
+
readonly image2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1457
1496
|
readonly iconlyRegularLighExternalLink: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1458
1497
|
readonly iconlyRegularBoldVectoruserChecked: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1459
1498
|
readonly iconlyRegularBoldUserSearch: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1588,6 +1627,7 @@ declare const iconsByVariant: {
|
|
|
1588
1627
|
readonly category: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1589
1628
|
readonly categories: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1590
1629
|
readonly catSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1630
|
+
readonly carteleraGrid: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1591
1631
|
readonly carCrash: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1592
1632
|
readonly camera: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1593
1633
|
readonly cameraPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1598,12 +1638,13 @@ declare const iconsByVariant: {
|
|
|
1598
1638
|
readonly callMissed: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1599
1639
|
readonly calendar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1600
1640
|
readonly calendarUsers: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1601
|
-
readonly
|
|
1641
|
+
readonly calendarTimeDots: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1602
1642
|
readonly calendarTimeBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1603
1643
|
readonly calendarTime2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1604
1644
|
readonly calendarTick: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1605
1645
|
readonly calendarSettings: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1606
1646
|
readonly calendarPin: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1647
|
+
readonly calendarLineRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1607
1648
|
readonly calendarHourglass: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1608
1649
|
readonly calendarEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1609
1650
|
readonly calendarDone: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1612,7 +1653,6 @@ declare const iconsByVariant: {
|
|
|
1612
1653
|
readonly calendarCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1613
1654
|
readonly calendarArrowRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1614
1655
|
readonly calendarAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1615
|
-
readonly calendar2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1616
1656
|
readonly buy: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1617
1657
|
readonly bulletedList: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1618
1658
|
readonly building: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1672,6 +1712,8 @@ declare const iconsByVariant: {
|
|
|
1672
1712
|
readonly youtube: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1673
1713
|
readonly xcom: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1674
1714
|
readonly work: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1715
|
+
readonly webPageEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1716
|
+
readonly webPage5: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1675
1717
|
readonly wallet: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1676
1718
|
readonly volumeUp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1677
1719
|
readonly volumeOff: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1717,11 +1759,13 @@ declare const iconsByVariant: {
|
|
|
1717
1759
|
readonly send2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1718
1760
|
readonly search: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1719
1761
|
readonly scan: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1762
|
+
readonly rightSide: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1720
1763
|
readonly removeUser: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1721
1764
|
readonly removeCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1722
1765
|
readonly profile: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1723
1766
|
readonly plus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1724
1767
|
readonly play: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1768
|
+
readonly planeTakeOff2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1725
1769
|
readonly planeCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1726
1770
|
readonly password: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1727
1771
|
readonly paper: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1737,6 +1781,7 @@ declare const iconsByVariant: {
|
|
|
1737
1781
|
readonly minus3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1738
1782
|
readonly minus2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1739
1783
|
readonly messages: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1784
|
+
readonly messagesQuestion: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1740
1785
|
readonly message: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1741
1786
|
readonly medium: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1742
1787
|
readonly mapClose: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1746,6 +1791,7 @@ declare const iconsByVariant: {
|
|
|
1746
1791
|
readonly lock: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1747
1792
|
readonly location: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1748
1793
|
readonly linkedin: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1794
|
+
readonly leftSide: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1749
1795
|
readonly instagram: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1750
1796
|
readonly infoSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1751
1797
|
readonly infoCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1754,6 +1800,8 @@ declare const iconsByVariant: {
|
|
|
1754
1800
|
readonly image2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1755
1801
|
readonly hotDrink: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1756
1802
|
readonly home: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1803
|
+
readonly homeStar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1804
|
+
readonly home2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1757
1805
|
readonly hide: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1758
1806
|
readonly heart: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1759
1807
|
readonly heartPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1763,6 +1811,7 @@ declare const iconsByVariant: {
|
|
|
1763
1811
|
readonly forwardClockTimer10: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1764
1812
|
readonly folder: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1765
1813
|
readonly folderFile: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1814
|
+
readonly folderFileUp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1766
1815
|
readonly folderFileSearch: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1767
1816
|
readonly flash: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1768
1817
|
readonly flag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1775,6 +1824,7 @@ declare const iconsByVariant: {
|
|
|
1775
1824
|
readonly download: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1776
1825
|
readonly dollarCircle3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1777
1826
|
readonly document: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1827
|
+
readonly documentPin: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1778
1828
|
readonly documentPin2Lines: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1779
1829
|
readonly documentPencil: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1780
1830
|
readonly documentPdf: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1797,6 +1847,7 @@ declare const iconsByVariant: {
|
|
|
1797
1847
|
readonly chatQuote: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1798
1848
|
readonly chart: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1799
1849
|
readonly category: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1850
|
+
readonly carteleraGrid: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1800
1851
|
readonly captchaQuestionMarkSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1801
1852
|
readonly captchaDiamondStar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1802
1853
|
readonly camera: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1806,12 +1857,15 @@ declare const iconsByVariant: {
|
|
|
1806
1857
|
readonly callMissed: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1807
1858
|
readonly calendar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1808
1859
|
readonly calendarTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1860
|
+
readonly calendarTimeDots: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1861
|
+
readonly calendarState: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1862
|
+
readonly calendarLineRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1809
1863
|
readonly calendarForward: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1810
1864
|
readonly calendarEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1811
1865
|
readonly calendarCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1812
|
-
readonly calendar3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1813
1866
|
readonly calendar2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1814
1867
|
readonly buy: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1868
|
+
readonly bot: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1815
1869
|
readonly bookmark: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1816
1870
|
readonly book: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1817
1871
|
readonly bag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1846,6 +1900,8 @@ declare const icons: {
|
|
|
1846
1900
|
readonly youtube: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1847
1901
|
readonly xcom: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1848
1902
|
readonly work: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1903
|
+
readonly webPageEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1904
|
+
readonly webPage5: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1849
1905
|
readonly wallet: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1850
1906
|
readonly volumeUp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1851
1907
|
readonly volumeOff: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1891,11 +1947,13 @@ declare const icons: {
|
|
|
1891
1947
|
readonly send2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1892
1948
|
readonly search: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1893
1949
|
readonly scan: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1950
|
+
readonly rightSide: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1894
1951
|
readonly removeUser: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1895
1952
|
readonly removeCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1896
1953
|
readonly profile: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1897
1954
|
readonly plus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1898
1955
|
readonly play: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1956
|
+
readonly planeTakeOff2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1899
1957
|
readonly planeCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1900
1958
|
readonly password: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1901
1959
|
readonly paper: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1911,6 +1969,7 @@ declare const icons: {
|
|
|
1911
1969
|
readonly minus3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1912
1970
|
readonly minus2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1913
1971
|
readonly messages: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1972
|
+
readonly messagesQuestion: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1914
1973
|
readonly message: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1915
1974
|
readonly medium: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1916
1975
|
readonly mapClose: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1920,6 +1979,7 @@ declare const icons: {
|
|
|
1920
1979
|
readonly lock: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1921
1980
|
readonly location: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1922
1981
|
readonly linkedin: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1982
|
+
readonly leftSide: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1923
1983
|
readonly instagram: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1924
1984
|
readonly infoSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1925
1985
|
readonly infoCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1928,6 +1988,8 @@ declare const icons: {
|
|
|
1928
1988
|
readonly image2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1929
1989
|
readonly hotDrink: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1930
1990
|
readonly home: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1991
|
+
readonly homeStar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1992
|
+
readonly home2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1931
1993
|
readonly hide: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1932
1994
|
readonly heart: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1933
1995
|
readonly heartPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1937,6 +1999,7 @@ declare const icons: {
|
|
|
1937
1999
|
readonly forwardClockTimer10: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1938
2000
|
readonly folder: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1939
2001
|
readonly folderFile: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2002
|
+
readonly folderFileUp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1940
2003
|
readonly folderFileSearch: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1941
2004
|
readonly flash: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1942
2005
|
readonly flag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1949,6 +2012,7 @@ declare const icons: {
|
|
|
1949
2012
|
readonly download: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1950
2013
|
readonly dollarCircle3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1951
2014
|
readonly document: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2015
|
+
readonly documentPin: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1952
2016
|
readonly documentPin2Lines: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1953
2017
|
readonly documentPencil: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1954
2018
|
readonly documentPdf: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1971,6 +2035,7 @@ declare const icons: {
|
|
|
1971
2035
|
readonly chatQuote: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1972
2036
|
readonly chart: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1973
2037
|
readonly category: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2038
|
+
readonly carteleraGrid: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1974
2039
|
readonly captchaQuestionMarkSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1975
2040
|
readonly captchaDiamondStar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1976
2041
|
readonly camera: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1980,12 +2045,15 @@ declare const icons: {
|
|
|
1980
2045
|
readonly callMissed: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1981
2046
|
readonly calendar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1982
2047
|
readonly calendarTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2048
|
+
readonly calendarTimeDots: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2049
|
+
readonly calendarState: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2050
|
+
readonly calendarLineRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1983
2051
|
readonly calendarForward: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1984
2052
|
readonly calendarEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1985
2053
|
readonly calendarCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1986
|
-
readonly calendar3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1987
2054
|
readonly calendar2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1988
2055
|
readonly buy: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2056
|
+
readonly bot: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1989
2057
|
readonly bookmark: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1990
2058
|
readonly book: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1991
2059
|
readonly bag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2022,7 +2090,6 @@ declare const icons: {
|
|
|
2022
2090
|
readonly wheelchair: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2023
2091
|
readonly whatsapp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2024
2092
|
readonly weight1: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2025
|
-
readonly webPageEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2026
2093
|
readonly webPageEdit2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2027
2094
|
readonly webPage4: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2028
2095
|
readonly webPage2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2114,7 +2181,6 @@ declare const icons: {
|
|
|
2114
2181
|
readonly plus4: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2115
2182
|
readonly plus2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2116
2183
|
readonly plus1: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2117
|
-
readonly planeTakeOff2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2118
2184
|
readonly pinMap: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2119
2185
|
readonly photo: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2120
2186
|
readonly pen: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2204,8 +2270,6 @@ declare const icons: {
|
|
|
2204
2270
|
readonly iconSeparate: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2205
2271
|
readonly hourglass: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2206
2272
|
readonly hospital: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2207
|
-
readonly homeStar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2208
|
-
readonly home2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2209
2273
|
readonly hide2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2210
2274
|
readonly healthClipboard: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2211
2275
|
readonly hashtag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2222,7 +2286,6 @@ declare const icons: {
|
|
|
2222
2286
|
readonly ggift: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2223
2287
|
readonly galleryView: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2224
2288
|
readonly frame: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2225
|
-
readonly folderFileUp: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2226
2289
|
readonly folderFileAddPlus: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2227
2290
|
readonly flowChart: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2228
2291
|
readonly flipcalendarTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2250,7 +2313,6 @@ declare const icons: {
|
|
|
2250
2313
|
readonly documentVerified: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2251
2314
|
readonly documentStar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2252
2315
|
readonly documentRemove: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2253
|
-
readonly documentPin: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2254
2316
|
readonly documentExplore: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2255
2317
|
readonly documentError: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2256
2318
|
readonly documentCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2305,7 +2367,6 @@ declare const icons: {
|
|
|
2305
2367
|
readonly buildingOffice: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2306
2368
|
readonly buildingOffice3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2307
2369
|
readonly buildingOffice2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2308
|
-
readonly bot: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2309
2370
|
readonly bold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2310
2371
|
readonly boardTasks: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2311
2372
|
readonly bankCardInformation: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2344,4 +2405,4 @@ type FichapIconProps = IconSvgProps & {
|
|
|
2344
2405
|
*/
|
|
2345
2406
|
declare function Icon({ name, variant, decorative, ...props }: FichapIconProps): React.JSX.Element | null;
|
|
2346
2407
|
|
|
2347
|
-
export { AccidentRegular, Activity2Regular, ActivityBold, ActivityRegular, AddUserBold, AddUserRegular, AiBrainIdeaRegular, AiBrainLikeRegular, AlarmSpeakerRegular, AlignLeftRegular, AnthropicRegular, ArchiveRegular, 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, Bag4Regular, BagBold, BagRegular, BankCardInformationRegular, BoardTasksRegular, BoldRegular, BookBold, BookRegular, BookmarkBold, BookmarkRegular, BotRegular, BuildingOffice2Regular, BuildingOffice3Regular, BuildingOfficeRegular, BuildingRegular, BulletedListRegular, BuyBold, BuyRegular, Calendar2Bold, Calendar2Regular, Calendar3Bold, CalendarAddRegular, CalendarArrowRightRegular, CalendarBold, CalendarCheckBold, CalendarCheckRegular, CalendarDashRegular, CalendarDone2Regular, CalendarDoneRegular, CalendarEditBold, CalendarEditRegular, CalendarForwardBold, CalendarHourglassRegular, CalendarPinRegular, CalendarRegular, CalendarSettingsRegular, CalendarTickRegular, CalendarTime2Regular, CalendarTimeBold, CalendarTimeBoldRegular, CalendarTimeRegular, CalendarUsersRegular, CallBold, CallMissedBold, CallMissedRegular, CallRegular, CallSilentBold, CallSilentRegular, CallingBold, CallingRegular, CameraAutoRegular, CameraBold, CameraPlusRegular, CameraRegular, CaptchaDiamondStarBold, CaptchaQuestionMarkSquareBold, CarCrashRegular, CatSquareRegular, CategoriesRegular, CategoryBold, CategoryRegular, CenterLayoutRegular, Chart3BarRefreshRegular, Chart3BarTimeRegular, ChartAnalysishRegular, ChartBold, ChartInformationRegular, ChartRegular, ChatBold, ChatQuoteBold, ChatQuoteRegular, ChatRegular, CheckCircleBold, CheckCircleRegular, CheckmarkRegular, ChevronExpandVericalRegular, CircleGridInterfaceRegular, CircleMessage2TextRegular, 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, DecimalRegular, DecrecimientoRegular, DeleteBold, DeleteRegular, DiscountBold, DiscountRegular, DiscoveryBold, DiscoveryRegular, Docuemtn2LineEditRegular, DocumentBadgePlusBold, DocumentBold, DocumentCheckRegular, DocumentErrorRegular, DocumentExploreRegular, DocumentPdfBold, DocumentPdfRegular, DocumentPencilBold, DocumentPin2LinesBold, DocumentPinRegular, DocumentRegular, DocumentRemoveRegular, DocumentStarRegular, DocumentVerifiedRegular, DollarAddRegular, DollarCircle3Bold, DollarDocumentRegular, DoubleHeart3Regular, DownLineRegular, DownSquareLineRegular, DownloadBold, DownloadRegular, DraghorizontalRegular, EarthRegular, EditBold, EditProfileRegular, EditRegular, EditSquareBold, EditSquareRegular, EmailOpen3Regular, EmailOpenCloseRegular, EmailPlusAddRegular, EmailTimeWaitRegular, 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, HashtagCircleRegular, HashtagRegular, HealthClipboardRegular, Heart2Bold, HeartBold, HeartPlusBold, HeartRegular, Hide2Regular, 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, ImageRecognitionRegular, ImageRegular, ImageUp2Regular, ImageUpRegular, InboxRegular, IndentRegular, InfoCircle2Bold, InfoCircleBold, InfoCircleRegular, InfoSquareBold, InfoSquareRegular, InformationRegular, InputRegular, 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, MedalRegular, MediumBold, MentionRegular, Menu2Regular, MenuCloseLeft2Regular, MenuCloseLeftRegular, MenuRegular, MenuhorizontalRegular, MessageBold, MessageRegular, MessagesBold, MicrosoftExelRegular, MicrosoftWordRegular, Minus1Regular, Minus2Bold, Minus2Regular, Minus2VectorRegular, Minus3Bold, Minus4Regular, Monitor2Regular, MoonBold, MoonvectorRegular, MoreCircleBold, MoreCircleRegular, MoreSquareBold, MoreSquareRegular, MoveRegular, MovieTime2Regular, MovieTimeRegular, MusicAiRegular, NetworkWorldRegular, 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, PlaneTakeOff2Regular, PlayBold, PlayRegular, Plus1Regular, Plus2Regular, Plus4Regular, PlusBold, PlusRegular, PowerButtonRegular, PrinterRegular, ProfileBold, ProfileRegular, QuestionMarkCircleRegular, QuestionMarkSquareRegular, QuestionsRegular, Refresh2Regular, RefreshRegular, RemoveCircleBold, RemoveUserBold, RemoveUserRegular, ReverseLeftRegular, ReverseRightRegular, RightUpSquareRegular, RoadmapRegular, RocketRegular, RotatePhoneRegular, RotationRegular, SadDateRegular, SaveRegular, ScaleRegular, ScanBold, ScanRegular, ScreenSizeRegular, SearchBold, SearchDiscountPercentRegular, SearchRegular, SearchWwwRegular, Send2Bold, SendBold, SendRegular, SettingBold, SettingRegular, SettingSquareRegular, SettingToolCircleRegular, Share2Regular, ShareRegular, ShieldDoneBold, ShieldDoneRegular, ShieldFailBold, ShieldFailRegular, ShowBold, ShowRegular, Sign1Regular, Sign2Regular, SlashRegular, SlightlyFrowningBold, SmartPhoneAiRegular, SmilingAddRegular, SmilingRegular, SortDownRegular, SortRegular, SoundWaveRegular, SpeakerMegaphone5Bold, SpeakerMegaphone5Regular, SpeakerMegaphoneRegular, SquareBold, StarBold, StarRegular, StarRemoveRegular, StarsCircleRegular, StickerAddBold, StopCircleRegular, StopwatchEnergyRegular, StopwatchPlayBold, StopwatchPlayRegular, StopwatchSpeedRegular, StopwatchStopBold, StrikethroughRegular, SuccessDocumentsRegular, Sun2Bold, SunBold, SunRegular, SunvectorRegular, SwapBold, SwapHorizontalRegular, SwapRegular, SwitchListRegular, SymbolpngRegular, TableRegular, TagBold, TagRegular, TargetRegular, TextAlignCenterRegular, TextAlignLeftRegular, TextAlignRightRegular, TextColorRegular, TextFieldRegular, ThumbDislikeBold, ThumbDislikeRegular, ThumbLikeBold, TickSquareBold, TickSquareRegular, TicketBold, TicketRegular, TicketStarBold, TicketStarRegular, TiktokBold, TimeCircle2Bold, TimeCircleBold, TimeCircleRegular, TimeSquareBold, TimeSquareRegular, TimerPlusBold, TimerRegular, TimerRemoveRegular, TiredBold, TiredRegular, ToggleRegular, ToolsRegular, TranslateLanguageBold, TranslateLanguageRegular, TranslateVectorRegular, Triangle2Regular, TwitterBold, TypeRegular, UnarchiveRegular, UnderlineRegular, UniversityRegular, UnlockBold, UnlockRegular, UnorderedListRegular, UpLineRegular, UpSquareLineRegular, UpdateRight2Regular, UpdateRightRegular, UploadBold, UploadRegular, UserBadgeBold, UserBadgeRegular, UserBoardRegular, UserCheckedBold, UserContactRegular, UserDeleteBold, UserInformation2Regular, UserInformationRegular, UserLockRegular, UserRegular, UserSearchBold, UsersGroupRegular, UsersRegular, VectorcalendarRegular, VectorhomeRegular, VectorinfoSquareRegular, VectorprofileRegular, VectorsettingRegular, VectorstarRegular, VectorworkRegular, VerticalBarChart2Regular, VerticalDragRegular, VideoBold, VideoRegular, Voice2Bold, Voice2Regular, 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 };
|
|
2408
|
+
export { AccidentRegular, Activity2Regular, ActivityBold, ActivityRegular, AddUserBold, AddUserRegular, AiBrainIdeaRegular, AiBrainLikeRegular, AlarmSpeakerRegular, AlignLeftRegular, AnthropicRegular, ArchiveRegular, 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, Bag4Regular, BagBold, BagRegular, BankCardInformationRegular, BoardTasksRegular, BoldRegular, BookBold, BookRegular, BookmarkBold, BookmarkRegular, BotBold, BotRegular, BuildingOffice2Regular, BuildingOffice3Regular, BuildingOfficeRegular, BuildingRegular, BulletedListRegular, BuyBold, BuyRegular, Calendar2Bold, CalendarAddRegular, CalendarArrowRightRegular, CalendarBold, CalendarCheckBold, CalendarCheckRegular, CalendarDashRegular, CalendarDone2Regular, CalendarDoneRegular, CalendarEditBold, CalendarEditRegular, CalendarForwardBold, CalendarHourglassRegular, CalendarLineRightBold, CalendarLineRightRegular, CalendarPinRegular, CalendarRegular, CalendarSettingsRegular, CalendarStateBold, CalendarTickRegular, CalendarTime2Regular, CalendarTimeBold, CalendarTimeBoldRegular, CalendarTimeDotsBold, CalendarTimeDotsRegular, CalendarUsersRegular, CallBold, CallMissedBold, CallMissedRegular, CallRegular, CallSilentBold, CallSilentRegular, CallingBold, CallingRegular, CameraAutoRegular, CameraBold, CameraPlusRegular, CameraRegular, CaptchaDiamondStarBold, CaptchaQuestionMarkSquareBold, CarCrashRegular, CarteleraGridBold, CarteleraGridRegular, CatSquareRegular, CategoriesRegular, CategoryBold, CategoryRegular, CenterLayoutRegular, Chart3BarRefreshRegular, Chart3BarTimeRegular, ChartAnalysishRegular, ChartBold, ChartInformationRegular, ChartRegular, ChatBold, ChatQuoteBold, ChatQuoteRegular, ChatRegular, CheckCircleBold, CheckCircleRegular, CheckmarkRegular, ChevronExpandVericalRegular, CircleGridInterfaceRegular, CircleMessage2TextRegular, 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, DecimalRegular, DecrecimientoRegular, DeleteBold, DeleteRegular, DiscountBold, DiscountRegular, DiscoveryBold, DiscoveryRegular, Docuemtn2LineEditRegular, DocumentBadgePlusBold, DocumentBold, DocumentCheckRegular, DocumentErrorRegular, DocumentExploreRegular, DocumentPdfBold, DocumentPdfRegular, DocumentPencilBold, DocumentPin2LinesBold, DocumentPinBold, DocumentPinRegular, DocumentRegular, DocumentRemoveRegular, DocumentStarRegular, DocumentVerifiedRegular, DollarAddRegular, DollarCircle3Bold, DollarDocumentRegular, DoubleHeart3Regular, DownLineRegular, DownSquareLineRegular, DownloadBold, DownloadRegular, DraghorizontalRegular, EarthRegular, EditBold, EditProfileRegular, EditRegular, EditSquareBold, EditSquareRegular, EmailOpen3Regular, EmailOpenCloseRegular, EmailPlusAddRegular, EmailTimeWaitRegular, 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, FolderFileUpBold, FolderFileUpRegular, FolderRegular, ForwardClockTimer10Bold, FrameRegular, GalleryViewRegular, GameBold, GameRegular, GgiftRegular, GiftRegular, GiveDocumentRegular, GraphBold, GraphRegular, GridInterface2Regular, GridInterface3Regular, GridInterface4Regular, GridInterfaceAddPlusRegular, GridInterfaceRegular, GridInterfaceTickRegular, HappyDateRegular, HashtagCircleRegular, HashtagRegular, HealthClipboardRegular, Heart2Bold, HeartBold, HeartPlusBold, HeartRegular, Hide2Regular, HideBold, HideRegular, Home2Bold, Home2Regular, HomeBold, HomeRegular, HomeStarBold, 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, Image2Regular, Image3Regular, ImageAi2Regular, ImageAiRegular, ImageBold, ImageDownRegular, ImageRecognitionRegular, ImageRegular, ImageUp2Regular, ImageUpRegular, InboxRegular, IndentRegular, InfoCircle2Bold, InfoCircleBold, InfoCircleRegular, InfoSquareBold, InfoSquareRegular, InformationRegular, InputRegular, InstagramBold, InsuranceHand2Regular, InsuranceHandRegular, ItalicRegular, JourneyRegular, LeavesRegular, LeftSideBold, LeftSideRegular, 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, MedalRegular, MediumBold, MentionRegular, Menu2Regular, MenuCloseLeft2Regular, MenuCloseLeftRegular, MenuRegular, MenuhorizontalRegular, MessageBold, MessageRegular, MessagesBold, MessagesQuestionBold, MicrosoftExelRegular, MicrosoftWordRegular, Minus1Regular, Minus2Bold, Minus2Regular, Minus2VectorRegular, Minus3Bold, Minus4Regular, Monitor2Regular, MoonBold, MoonvectorRegular, MoreCircleBold, MoreCircleRegular, MoreSquareBold, MoreSquareRegular, MoveRegular, MovieTime2Regular, MovieTimeRegular, MusicAiRegular, NetworkWorldRegular, 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, PlaneTakeOff2Bold, PlaneTakeOff2Regular, PlayBold, PlayRegular, Plus1Regular, Plus2Regular, Plus4Regular, PlusBold, PlusRegular, PowerButtonRegular, PrinterRegular, ProfileBold, ProfileRegular, QuestionMarkCircleRegular, QuestionMarkSquareRegular, QuestionsRegular, Refresh2Regular, RefreshRegular, RemoveCircleBold, RemoveUserBold, RemoveUserRegular, ReverseLeftRegular, ReverseRightRegular, RightSideBold, RightSideRegular, RightUpSquareRegular, RoadmapRegular, RocketRegular, RotatePhoneRegular, RotationRegular, SadDateRegular, SaveRegular, ScaleRegular, ScanBold, ScanRegular, ScreenSizeRegular, SearchBold, SearchDiscountPercentRegular, SearchRegular, SearchWwwRegular, Send2Bold, SendBold, SendRegular, SettingBold, SettingRegular, SettingSquareRegular, SettingToolCircleRegular, Share2Regular, ShareRegular, ShieldDoneBold, ShieldDoneRegular, ShieldFailBold, ShieldFailRegular, ShowBold, ShowRegular, Sign1Regular, Sign2Regular, SlashRegular, SlightlyFrowningBold, SmartPhoneAiRegular, SmilingAddRegular, SmilingRegular, SortDownRegular, SortRegular, SoundWaveRegular, SpeakerMegaphone5Bold, SpeakerMegaphone5Regular, SpeakerMegaphoneRegular, SquareBold, StarBold, StarRegular, StarRemoveRegular, StarsCircleRegular, StickerAddBold, StopCircleRegular, StopwatchEnergyRegular, StopwatchPlayBold, StopwatchPlayRegular, StopwatchSpeedRegular, StopwatchStopBold, StrikethroughRegular, SuccessDocumentsRegular, Sun2Bold, SunBold, SunRegular, SunvectorRegular, SwapBold, SwapHorizontalRegular, SwapRegular, SwitchListRegular, SymbolpngRegular, TableRegular, TagBold, TagRegular, TargetRegular, TextAlignCenterRegular, TextAlignLeftRegular, TextAlignRightRegular, TextColorRegular, TextFieldRegular, ThumbDislikeBold, ThumbDislikeRegular, ThumbLikeBold, TickSquareBold, TickSquareRegular, TicketBold, TicketRegular, TicketStarBold, TicketStarRegular, TiktokBold, TimeCircle2Bold, TimeCircleBold, TimeCircleRegular, TimeSquareBold, TimeSquareRegular, TimerPlusBold, TimerRegular, TimerRemoveRegular, TiredBold, TiredRegular, ToggleRegular, ToolsRegular, TranslateLanguageBold, TranslateLanguageRegular, TranslateVectorRegular, Triangle2Regular, TwitterBold, TypeRegular, UnarchiveRegular, UnderlineRegular, UniversityRegular, UnlockBold, UnlockRegular, UnorderedListRegular, UpLineRegular, UpSquareLineRegular, UpdateRight2Regular, UpdateRightRegular, UploadBold, UploadRegular, UserBadgeBold, UserBadgeRegular, UserBoardRegular, UserCheckedBold, UserContactRegular, UserDeleteBold, UserInformation2Regular, UserInformationRegular, UserLockRegular, UserRegular, UserSearchBold, UsersGroupRegular, UsersRegular, VectorcalendarRegular, VectorhomeRegular, VectorinfoSquareRegular, VectorprofileRegular, VectorsettingRegular, VectorstarRegular, VectorworkRegular, VerticalBarChart2Regular, VerticalDragRegular, VideoBold, VideoRegular, Voice2Bold, Voice2Regular, Voice3Regular, VoiceBold, VoiceRegular, VolumeDownBold, VolumeDownRegular, VolumeOffBold, VolumeOffRegular, VolumeUpBold, VolumeUpRegular, WalletBold, WalletRegular, WebPage2Regular, WebPage4Regular, WebPage5Bold, WebPageEdit2Regular, WebPageEditBold, WebPageEditRegular, Weight1Regular, WhatsappRegular, Wheelchair2Regular, WheelchairRegular, WorkBold, WorldRegular, WrenchRegular, XcomBold, XcomRegular, YoutubeBold, ZoomInRegular, ZoomOutRegular, iconNames, iconNamesByVariant, icons, iconsByVariant };
|