@fichap/icons-react 1.0.11 → 1.0.13
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 +53 -3
- package/dist/index.d.ts +53 -3
- package/dist/index.js +1506 -1157
- package/dist/index.mjs +1493 -1157
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -46,8 +46,12 @@ declare const VoiceRegular: ({ size, width, height, className, ...props }: IconS
|
|
|
46
46
|
|
|
47
47
|
declare const Voice3Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
48
48
|
|
|
49
|
+
declare const Voice2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
50
|
+
|
|
49
51
|
declare const VideoRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
50
52
|
|
|
53
|
+
declare const VerticalDragRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
54
|
+
|
|
51
55
|
declare const VerticalBarChart2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
52
56
|
|
|
53
57
|
declare const VectorworkRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -118,6 +122,8 @@ declare const TiredRegular: ({ size, width, height, className, ...props }: IconS
|
|
|
118
122
|
|
|
119
123
|
declare const TimerRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
120
124
|
|
|
125
|
+
declare const TimerRemoveRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
126
|
+
|
|
121
127
|
declare const TimeSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
122
128
|
|
|
123
129
|
declare const TimeCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -164,6 +170,10 @@ declare const StrikethroughRegular: ({ size, width, height, className, ...props
|
|
|
164
170
|
|
|
165
171
|
declare const StopwatchSpeedRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
166
172
|
|
|
173
|
+
declare const StopwatchPlayRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
174
|
+
|
|
175
|
+
declare const StopwatchEnergyRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
176
|
+
|
|
167
177
|
declare const StopCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
168
178
|
|
|
169
179
|
declare const StarsCircleRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -186,6 +196,8 @@ declare const SmilingRegular: ({ size, width, height, className, ...props }: Ico
|
|
|
186
196
|
|
|
187
197
|
declare const SmilingAddRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
188
198
|
|
|
199
|
+
declare const SmartPhoneAiRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
200
|
+
|
|
189
201
|
declare const SlashRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
190
202
|
|
|
191
203
|
declare const Sign2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -228,6 +240,8 @@ declare const SadDateRegular: ({ size, width, height, className, ...props }: Ico
|
|
|
228
240
|
|
|
229
241
|
declare const RotationRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
230
242
|
|
|
243
|
+
declare const RotatePhoneRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
244
|
+
|
|
231
245
|
declare const RocketRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
232
246
|
|
|
233
247
|
declare const RoadmapRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -266,6 +280,8 @@ declare const Plus1Regular: ({ size, width, height, className, ...props }: IconS
|
|
|
266
280
|
|
|
267
281
|
declare const PlayRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
268
282
|
|
|
283
|
+
declare const PlaneTakeOff2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
284
|
+
|
|
269
285
|
declare const PlaneCheckRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
270
286
|
|
|
271
287
|
declare const PinMapRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -314,6 +330,8 @@ declare const NewNotificationRegular: ({ size, width, height, className, ...prop
|
|
|
314
330
|
|
|
315
331
|
declare const NetworkWorldRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
316
332
|
|
|
333
|
+
declare const MusicAiRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
334
|
+
|
|
317
335
|
declare const MovieTimeRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
318
336
|
|
|
319
337
|
declare const MovieTime2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -496,6 +514,8 @@ declare const Home2Regular: ({ size, width, height, className, ...props }: IconS
|
|
|
496
514
|
|
|
497
515
|
declare const HideRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
498
516
|
|
|
517
|
+
declare const Hide2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
518
|
+
|
|
499
519
|
declare const HeartRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
500
520
|
|
|
501
521
|
declare const HealthClipboardRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -578,6 +598,8 @@ declare const EditRegular: ({ size, width, height, className, ...props }: IconSv
|
|
|
578
598
|
|
|
579
599
|
declare const EditSquareRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
580
600
|
|
|
601
|
+
declare const EditProfileRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
602
|
+
|
|
581
603
|
declare const EarthRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
582
604
|
|
|
583
605
|
declare const DraghorizontalRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -622,6 +644,8 @@ declare const DeleteRegular: ({ size, width, height, className, ...props }: Icon
|
|
|
622
644
|
|
|
623
645
|
declare const DecrecimientoRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
624
646
|
|
|
647
|
+
declare const DecimalRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
648
|
+
|
|
625
649
|
declare const Dcoument3LinesRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
626
650
|
|
|
627
651
|
declare const DarkAndLightRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -718,6 +742,8 @@ declare const CalendarTimeRegular: ({ size, width, height, className, ...props }
|
|
|
718
742
|
|
|
719
743
|
declare const CalendarTimeBoldRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
720
744
|
|
|
745
|
+
declare const CalendarTime2Regular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
746
|
+
|
|
721
747
|
declare const CalendarTickRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
722
748
|
|
|
723
749
|
declare const CalendarSettingsRegular: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1198,11 +1224,11 @@ type IconComponent = (props: IconSvgProps) => React.ReactElement;
|
|
|
1198
1224
|
type IconVariant = 'regular' | 'bold';
|
|
1199
1225
|
/** Icon names grouped by variant. */
|
|
1200
1226
|
declare const iconNamesByVariant: {
|
|
1201
|
-
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", "calendar2", "calendarAdd", "calendarArrowRight", "calendarCheck", "calendarDash", "calendarDone", "calendarDone2", "calendarEdit", "calendarHourglass", "calendarPin", "calendarSettings", "calendarTick", "calendarTime", "calendarTimeBold", "calendarUsers", "call", "callMissed", "callSilent", "calling", "camera", "cameraAuto", "cameraPlus", "carCrash", "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", "decrecimiento", "delete", "discount", "discovery", "docuemtn2LineEdit", "document", "documentCheck", "documentError", "documentExplore", "documentPdf", "documentPin", "documentRemove", "documentStar", "documentVerified", "dollarAdd", "dollarDocument", "doubleHeart3", "downLine", "downSquareLine", "download", "draghorizontal", "earth", "edit", "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", "home", "home2", "homeStar", "hospital", "hotDrink", "hourglass", "icon2User", "icon3User", "iconSeparate", "iconlyRegularBoldArrowsDiagonalMaximize", "iconlyRegularBoldBoardPin", "iconlyRegularBoldCharityCoins", "iconlyRegularBoldChevronExpandVerical", "iconlyRegularBoldCircleGridInterface", "iconlyRegularBoldCircleGridInterface2", "iconlyRegularBoldContacts2", "iconlyRegularBoldController1", "iconlyRegularBoldCup", "iconlyRegularBoldDocumentPencil", "iconlyRegularBoldExit", "iconlyRegularBoldExpandLeftStop", "iconlyRegularBoldEye2", "iconlyRegularBoldHamburgerMenu", "iconlyRegularBoldHashtagSquare", "iconlyRegularBoldSalary", "iconlyRegularBoldServersConnect7", "iconlyRegularBoldSidebarClose", "iconlyRegularBoldSidebarClose2", "iconlyRegularBoldThumbLike", "iconlyRegularBoldUserChecked", "iconlyRegularBoldUserSearch", "iconlyRegularBoldVectoruserChecked", "iconlyRegularLighExternalLink", "image", "image3", "imageAi", "imageAi2", "imageDown", "imageRecognition", "imageUp", "imageUp2", "inbox", "indent", "infoCircle", "infoSquare", "information", "input", "insuranceHand", "insuranceHand2", "italic", "journey", "leaves", "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", "networkWorld", "newNotification", "noteLock", "notification", "numberedlist", "officechair", "openai", "orderedList", "outdent", "paintingPalette", "paper", "paperDownload", "paperFail", "paperNegative", "paperPlus", "paperPlus2", "paperUpload", "password", "pauseCircle", "pen", "pen2", "photo", "pinMap", "planeCheck", "play", "plus", "plus1", "plus2", "plus4", "powerButton", "printer", "profile", "questionMarkCircle", "questionMarkSquare", "questions", "refresh", "refresh2", "removeUser", "reverseLeft", "reverseRight", "rightUpSquare", "roadmap", "rocket", "rotation", "sadDate", "save", "scale", "scan", "screenSize", "search", "searchDiscountPercent", "searchWww", "send", "setting", "settingSquare", "settingToolCircle", "share", "share2", "shieldDone", "shieldFail", "show", "sign1", "sign2", "slash", "smiling", "smilingAdd", "sort", "sortDown", "soundWave", "speakerMegaphone", "speakerMegaphone5", "star", "starRemove", "starsCircle", "stopCircle", "stopwatchSpeed", "strikethrough", "successDocuments", "sun", "sunvector", "swap", "swapHorizontal", "switchList", "symbolpng", "table", "tag", "target", "textAlignCenter", "textAlignLeft", "textAlignRight", "textColor", "textField", "thumbDislike", "tickSquare", "ticket", "ticketStar", "timeCircle", "timeSquare", "timer", "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", "video", "voice", "voice3", "volumeDown", "volumeOff", "volumeUp", "wallet", "webPage2", "webPage4", "webPageEdit", "webPageEdit2", "weight1", "whatsapp", "wheelchair", "wheelchair2", "world", "wrench", "xcom", "zoomIn", "zoomOut"];
|
|
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", "calendar2", "calendarAdd", "calendarArrowRight", "calendarCheck", "calendarDash", "calendarDone", "calendarDone2", "calendarEdit", "calendarHourglass", "calendarPin", "calendarSettings", "calendarTick", "calendarTime", "calendarTime2", "calendarTimeBold", "calendarUsers", "call", "callMissed", "callSilent", "calling", "camera", "cameraAuto", "cameraPlus", "carCrash", "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", "image3", "imageAi", "imageAi2", "imageDown", "imageRecognition", "imageUp", "imageUp2", "inbox", "indent", "infoCircle", "infoSquare", "information", "input", "insuranceHand", "insuranceHand2", "italic", "journey", "leaves", "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", "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"];
|
|
1202
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", "buy", "calendar", "calendar2", "calendar3", "calendarCheck", "calendarEdit", "calendarForward", "calendarTime", "call", "callMissed", "callSilent", "calling", "camera", "captchaDiamondStar", "captchaQuestionMarkSquare", "category", "chart", "chat", "chatQuote", "checkCircle", "clockAddPlus", "clockOffSleep", "closeSquare", "cloudRemove", "code", "colorPalette", "counterClockwiseUndo", "danger", "dashboardcustomize24Dp000000Fill1Wght400Grad0Opsz241", "dcoumentAnalyze", "delete", "discount", "discovery", "document", "documentBadgePlus", "documentPdf", "documentPencil", "documentPin2Lines", "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", "messages", "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"];
|
|
1203
1229
|
};
|
|
1204
1230
|
/** Flat list of all valid icon names accepted by the Icon wrapper. */
|
|
1205
|
-
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", "calendar3", "calendarAdd", "calendarArrowRight", "calendarCheck", "calendarDash", "calendarDone", "calendarDone2", "calendarEdit", "calendarForward", "calendarHourglass", "calendarPin", "calendarSettings", "calendarTick", "calendarTime", "calendarTimeBold", "calendarUsers", "call", "callMissed", "callSilent", "calling", "camera", "cameraAuto", "cameraPlus", "captchaDiamondStar", "captchaQuestionMarkSquare", "carCrash", "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", "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", "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", "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", "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", "microsoftExel", "microsoftWord", "minus1", "minus2", "minus2Vector", "minus3", "minus4", "monitor2", "moon", "moonvector", "moreCircle", "moreSquare", "move", "movieTime", "movieTime2", "networkWorld", "newNotification", "noteLock", "notification", "numberedlist", "officechair", "openai", "orderedList", "outdent", "paintingPalette", "paper", "paperDownload", "paperFail", "paperNegative", "paperPlus", "paperPlus2", "paperUpload", "password", "pauseCircle", "pen", "pen2", "photo", "pinMap", "planeCheck", "play", "plus", "plus1", "plus2", "plus4", "powerButton", "printer", "profile", "questionMarkCircle", "questionMarkSquare", "questions", "refresh", "refresh2", "removeCircle", "removeUser", "reverseLeft", "reverseRight", "rightUpSquare", "roadmap", "rocket", "rotation", "sadDate", "save", "scale", "scan", "screenSize", "search", "searchDiscountPercent", "searchWww", "send", "send2", "setting", "settingSquare", "settingToolCircle", "share", "share2", "shieldDone", "shieldFail", "show", "sign1", "sign2", "slash", "slightlyFrowning", "smiling", "smilingAdd", "sort", "sortDown", "soundWave", "speakerMegaphone", "speakerMegaphone5", "square", "star", "starRemove", "starsCircle", "stickerAdd", "stopCircle", "stopwatchPlay", "stopwatchSpeed", "stopwatchStop", "strikethrough", "successDocuments", "sun", "sun2", "sunvector", "swap", "swapHorizontal", "switchList", "symbolpng", "table", "tag", "target", "textAlignCenter", "textAlignLeft", "textAlignRight", "textColor", "textField", "thumbDislike", "thumbLike", "tickSquare", "ticket", "ticketStar", "tiktok", "timeCircle", "timeCircle2", "timeSquare", "timer", "timerPlus", "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", "video", "voice", "voice2", "voice3", "volumeDown", "volumeOff", "volumeUp", "wallet", "webPage2", "webPage4", "webPageEdit", "webPageEdit2", "weight1", "whatsapp", "wheelchair", "wheelchair2", "work", "world", "wrench", "xcom", "youtube", "zoomIn", "zoomOut"];
|
|
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", "calendar3", "calendarAdd", "calendarArrowRight", "calendarCheck", "calendarDash", "calendarDone", "calendarDone2", "calendarEdit", "calendarForward", "calendarHourglass", "calendarPin", "calendarSettings", "calendarTick", "calendarTime", "calendarTime2", "calendarTimeBold", "calendarUsers", "call", "callMissed", "callSilent", "calling", "camera", "cameraAuto", "cameraPlus", "captchaDiamondStar", "captchaQuestionMarkSquare", "carCrash", "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", "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", "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", "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", "webPageEdit", "webPageEdit2", "weight1", "whatsapp", "wheelchair", "wheelchair2", "work", "world", "wrench", "xcom", "youtube", "zoomIn", "zoomOut"];
|
|
1206
1232
|
/** All valid icon names accepted by the Icon wrapper. */
|
|
1207
1233
|
type IconName = (typeof iconNames)[number];
|
|
1208
1234
|
declare const iconsByVariant: {
|
|
@@ -1226,7 +1252,9 @@ declare const iconsByVariant: {
|
|
|
1226
1252
|
readonly volumeDown: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1227
1253
|
readonly voice: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1228
1254
|
readonly voice3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1255
|
+
readonly voice2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1229
1256
|
readonly video: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1257
|
+
readonly verticalDrag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1230
1258
|
readonly verticalBarChart2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1231
1259
|
readonly vectorwork: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1232
1260
|
readonly vectorstar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1262,6 +1290,7 @@ declare const iconsByVariant: {
|
|
|
1262
1290
|
readonly toggle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1263
1291
|
readonly tired: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1264
1292
|
readonly timer: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1293
|
+
readonly timerRemove: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1265
1294
|
readonly timeSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1266
1295
|
readonly timeCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1267
1296
|
readonly ticket: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1285,6 +1314,8 @@ declare const iconsByVariant: {
|
|
|
1285
1314
|
readonly successDocuments: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1286
1315
|
readonly strikethrough: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1287
1316
|
readonly stopwatchSpeed: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1317
|
+
readonly stopwatchPlay: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1318
|
+
readonly stopwatchEnergy: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1288
1319
|
readonly stopCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1289
1320
|
readonly starsCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1290
1321
|
readonly star: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1296,6 +1327,7 @@ declare const iconsByVariant: {
|
|
|
1296
1327
|
readonly sortDown: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1297
1328
|
readonly smiling: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1298
1329
|
readonly smilingAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1330
|
+
readonly smartPhoneAi: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1299
1331
|
readonly slash: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1300
1332
|
readonly sign2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1301
1333
|
readonly sign1: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1317,6 +1349,7 @@ declare const iconsByVariant: {
|
|
|
1317
1349
|
readonly save: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1318
1350
|
readonly sadDate: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1319
1351
|
readonly rotation: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1352
|
+
readonly rotatePhone: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1320
1353
|
readonly rocket: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1321
1354
|
readonly roadmap: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1322
1355
|
readonly rightUpSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1336,6 +1369,7 @@ declare const iconsByVariant: {
|
|
|
1336
1369
|
readonly plus2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1337
1370
|
readonly plus1: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1338
1371
|
readonly play: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1372
|
+
readonly planeTakeOff2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1339
1373
|
readonly planeCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1340
1374
|
readonly pinMap: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1341
1375
|
readonly photo: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1360,6 +1394,7 @@ declare const iconsByVariant: {
|
|
|
1360
1394
|
readonly noteLock: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1361
1395
|
readonly newNotification: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1362
1396
|
readonly networkWorld: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1397
|
+
readonly musicAi: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1363
1398
|
readonly movieTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1364
1399
|
readonly movieTime2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1365
1400
|
readonly move: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1451,6 +1486,7 @@ declare const iconsByVariant: {
|
|
|
1451
1486
|
readonly homeStar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1452
1487
|
readonly home2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1453
1488
|
readonly hide: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1489
|
+
readonly hide2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1454
1490
|
readonly heart: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1455
1491
|
readonly healthClipboard: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1456
1492
|
readonly hashtag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1492,6 +1528,7 @@ declare const iconsByVariant: {
|
|
|
1492
1528
|
readonly emailOpen3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1493
1529
|
readonly edit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1494
1530
|
readonly editSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1531
|
+
readonly editProfile: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1495
1532
|
readonly earth: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1496
1533
|
readonly draghorizontal: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1497
1534
|
readonly download: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1514,6 +1551,7 @@ declare const iconsByVariant: {
|
|
|
1514
1551
|
readonly discount: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1515
1552
|
readonly delete: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1516
1553
|
readonly decrecimiento: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1554
|
+
readonly decimal: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1517
1555
|
readonly dcoument3Lines: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1518
1556
|
readonly darkAndLight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1519
1557
|
readonly darkAndLight2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1562,6 +1600,7 @@ declare const iconsByVariant: {
|
|
|
1562
1600
|
readonly calendarUsers: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1563
1601
|
readonly calendarTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1564
1602
|
readonly calendarTimeBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1603
|
+
readonly calendarTime2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1565
1604
|
readonly calendarTick: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1566
1605
|
readonly calendarSettings: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1567
1606
|
readonly calendarPin: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -1988,6 +2027,7 @@ declare const icons: {
|
|
|
1988
2027
|
readonly webPage4: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1989
2028
|
readonly webPage2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1990
2029
|
readonly voice3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2030
|
+
readonly verticalDrag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1991
2031
|
readonly verticalBarChart2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1992
2032
|
readonly vectorwork: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
1993
2033
|
readonly vectorstar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2018,6 +2058,7 @@ declare const icons: {
|
|
|
2018
2058
|
readonly tools: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2019
2059
|
readonly toggle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2020
2060
|
readonly timer: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2061
|
+
readonly timerRemove: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2021
2062
|
readonly textField: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2022
2063
|
readonly textColor: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2023
2064
|
readonly textAlignRight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2032,6 +2073,7 @@ declare const icons: {
|
|
|
2032
2073
|
readonly successDocuments: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2033
2074
|
readonly strikethrough: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2034
2075
|
readonly stopwatchSpeed: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2076
|
+
readonly stopwatchEnergy: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2035
2077
|
readonly stopCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2036
2078
|
readonly starsCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2037
2079
|
readonly starRemove: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2041,6 +2083,7 @@ declare const icons: {
|
|
|
2041
2083
|
readonly sortDown: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2042
2084
|
readonly smiling: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2043
2085
|
readonly smilingAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2086
|
+
readonly smartPhoneAi: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2044
2087
|
readonly slash: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2045
2088
|
readonly sign2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2046
2089
|
readonly sign1: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2055,6 +2098,7 @@ declare const icons: {
|
|
|
2055
2098
|
readonly save: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2056
2099
|
readonly sadDate: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2057
2100
|
readonly rotation: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2101
|
+
readonly rotatePhone: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2058
2102
|
readonly rocket: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2059
2103
|
readonly roadmap: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2060
2104
|
readonly rightUpSquare: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2070,6 +2114,7 @@ declare const icons: {
|
|
|
2070
2114
|
readonly plus4: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2071
2115
|
readonly plus2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2072
2116
|
readonly plus1: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2117
|
+
readonly planeTakeOff2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2073
2118
|
readonly pinMap: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2074
2119
|
readonly photo: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2075
2120
|
readonly pen: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2085,6 +2130,7 @@ declare const icons: {
|
|
|
2085
2130
|
readonly noteLock: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2086
2131
|
readonly newNotification: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2087
2132
|
readonly networkWorld: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2133
|
+
readonly musicAi: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2088
2134
|
readonly movieTime: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2089
2135
|
readonly movieTime2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2090
2136
|
readonly move: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2160,6 +2206,7 @@ declare const icons: {
|
|
|
2160
2206
|
readonly hospital: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2161
2207
|
readonly homeStar: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2162
2208
|
readonly home2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2209
|
+
readonly hide2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2163
2210
|
readonly healthClipboard: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2164
2211
|
readonly hashtag: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2165
2212
|
readonly hashtagCircle: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2192,6 +2239,7 @@ declare const icons: {
|
|
|
2192
2239
|
readonly emailPlusAdd: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2193
2240
|
readonly emailOpenClose: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2194
2241
|
readonly emailOpen3: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2242
|
+
readonly editProfile: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2195
2243
|
readonly earth: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2196
2244
|
readonly draghorizontal: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2197
2245
|
readonly downSquareLine: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2208,6 +2256,7 @@ declare const icons: {
|
|
|
2208
2256
|
readonly documentCheck: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2209
2257
|
readonly docuemtn2LineEdit: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2210
2258
|
readonly decrecimiento: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2259
|
+
readonly decimal: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2211
2260
|
readonly dcoument3Lines: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2212
2261
|
readonly darkAndLight: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2213
2262
|
readonly darkAndLight2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2241,6 +2290,7 @@ declare const icons: {
|
|
|
2241
2290
|
readonly cameraAuto: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2242
2291
|
readonly calendarUsers: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2243
2292
|
readonly calendarTimeBold: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2293
|
+
readonly calendarTime2: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2244
2294
|
readonly calendarTick: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2245
2295
|
readonly calendarSettings: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
2246
2296
|
readonly calendarPin: ({ size, width, height, className, ...props }: IconSvgProps) => React.JSX.Element;
|
|
@@ -2294,4 +2344,4 @@ type FichapIconProps = IconSvgProps & {
|
|
|
2294
2344
|
*/
|
|
2295
2345
|
declare function Icon({ name, variant, decorative, ...props }: FichapIconProps): React.JSX.Element | null;
|
|
2296
2346
|
|
|
2297
|
-
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, 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, 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, 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, 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, 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, PlayBold, PlayRegular, Plus1Regular, Plus2Regular, Plus4Regular, PlusBold, PlusRegular, PowerButtonRegular, PrinterRegular, ProfileBold, ProfileRegular, QuestionMarkCircleRegular, QuestionMarkSquareRegular, QuestionsRegular, Refresh2Regular, RefreshRegular, RemoveCircleBold, RemoveUserBold, RemoveUserRegular, ReverseLeftRegular, ReverseRightRegular, RightUpSquareRegular, RoadmapRegular, RocketRegular, 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, SmilingAddRegular, SmilingRegular, SortDownRegular, SortRegular, SoundWaveRegular, SpeakerMegaphone5Bold, SpeakerMegaphone5Regular, SpeakerMegaphoneRegular, SquareBold, StarBold, StarRegular, StarRemoveRegular, StarsCircleRegular, StickerAddBold, StopCircleRegular, StopwatchPlayBold, StopwatchSpeedRegular, StopwatchStopBold, StrikethroughRegular, SuccessDocumentsRegular, Sun2Bold, SunBold, SunRegular, SunvectorRegular, SwapBold, SwapHorizontalRegular, SwapRegular, SwitchListRegular, SymbolpngRegular, TableRegular, TagBold, TagRegular, TargetRegular, TextAlignCenterRegular, TextAlignLeftRegular, TextAlignRightRegular, TextColorRegular, TextFieldRegular, ThumbDislikeBold, ThumbDislikeRegular, ThumbLikeBold, TickSquareBold, TickSquareRegular, TicketBold, TicketRegular, TicketStarBold, TicketStarRegular, TiktokBold, TimeCircle2Bold, TimeCircleBold, TimeCircleRegular, TimeSquareBold, TimeSquareRegular, TimerPlusBold, TimerRegular, TiredBold, TiredRegular, ToggleRegular, ToolsRegular, TranslateLanguageBold, TranslateLanguageRegular, TranslateVectorRegular, Triangle2Regular, TwitterBold, TypeRegular, 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, VideoBold, VideoRegular, Voice2Bold, Voice3Regular, VoiceBold, VoiceRegular, VolumeDownBold, VolumeDownRegular, VolumeOffBold, VolumeOffRegular, VolumeUpBold, VolumeUpRegular, WalletBold, WalletRegular, WebPage2Regular, WebPage4Regular, WebPageEdit2Regular, WebPageEditRegular, Weight1Regular, WhatsappRegular, Wheelchair2Regular, WheelchairRegular, WorkBold, WorldRegular, WrenchRegular, XcomBold, XcomRegular, YoutubeBold, ZoomInRegular, ZoomOutRegular, iconNames, iconNamesByVariant, icons, iconsByVariant };
|
|
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 };
|