@liner-fe/icon 0.2.42 → 0.2.44
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/lib/index.d.ts +44 -41
- package/lib/index.js +291 -1188
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -347,15 +347,15 @@ declare const IconExpandClose: React.ForwardRefExoticComponent<Omit<IconProps, "
|
|
|
347
347
|
|
|
348
348
|
declare const IconRestaurant: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
349
349
|
|
|
350
|
-
declare const IconColorLiner: React.ForwardRefExoticComponent<Omit<
|
|
350
|
+
declare const IconColorLiner: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
351
351
|
|
|
352
|
-
declare const IconColorLinerVariation: React.ForwardRefExoticComponent<Omit<
|
|
352
|
+
declare const IconColorLinerVariation: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
353
353
|
|
|
354
|
-
declare const IconColorFacebook: React.ForwardRefExoticComponent<Omit<
|
|
354
|
+
declare const IconColorFacebook: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
355
355
|
|
|
356
|
-
declare const IconColorGoogle: React.ForwardRefExoticComponent<Omit<
|
|
356
|
+
declare const IconColorGoogle: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
357
357
|
|
|
358
|
-
declare const IconColorFire: React.ForwardRefExoticComponent<Omit<
|
|
358
|
+
declare const IconColorFire: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
359
359
|
|
|
360
360
|
declare const IconMoreHorizontal: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
361
361
|
|
|
@@ -381,25 +381,25 @@ declare const IconHourglass: React.ForwardRefExoticComponent<Omit<IconProps, "re
|
|
|
381
381
|
|
|
382
382
|
declare const IconBag: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
383
383
|
|
|
384
|
-
declare const IconColorExcel: React.ForwardRefExoticComponent<Omit<
|
|
384
|
+
declare const IconColorExcel: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
385
385
|
|
|
386
|
-
declare const IconColorHtml: React.ForwardRefExoticComponent<Omit<
|
|
386
|
+
declare const IconColorHtml: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
387
387
|
|
|
388
|
-
declare const IconColorPowerpoint: React.ForwardRefExoticComponent<Omit<
|
|
388
|
+
declare const IconColorPowerpoint: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
389
389
|
|
|
390
|
-
declare const IconColorLink: React.ForwardRefExoticComponent<Omit<
|
|
390
|
+
declare const IconColorLink: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
391
391
|
|
|
392
|
-
declare const IconColorHypothesisGenerator: React.ForwardRefExoticComponent<Omit<
|
|
392
|
+
declare const IconColorHypothesisGenerator: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
393
393
|
|
|
394
|
-
declare const IconColorCitationRecommender: React.ForwardRefExoticComponent<Omit<
|
|
394
|
+
declare const IconColorCitationRecommender: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
395
395
|
|
|
396
|
-
declare const IconColorSurveySimulator: React.ForwardRefExoticComponent<Omit<
|
|
396
|
+
declare const IconColorSurveySimulator: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
397
397
|
|
|
398
|
-
declare const IconColorResearchTracer: React.ForwardRefExoticComponent<Omit<
|
|
398
|
+
declare const IconColorResearchTracer: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
399
399
|
|
|
400
400
|
declare const IconAtSign: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
401
401
|
|
|
402
|
-
declare const IconColorPeerReview: React.ForwardRefExoticComponent<Omit<
|
|
402
|
+
declare const IconColorPeerReview: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
403
403
|
|
|
404
404
|
declare const IconAdjustment: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
405
405
|
|
|
@@ -427,19 +427,19 @@ declare const IconRightIndentation: React.ForwardRefExoticComponent<Omit<IconPro
|
|
|
427
427
|
|
|
428
428
|
declare const IconNumberedList: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
429
429
|
|
|
430
|
-
declare const IconColorKakaotalk: React.ForwardRefExoticComponent<Omit<
|
|
430
|
+
declare const IconColorKakaotalk: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
431
431
|
|
|
432
|
-
declare const IconColorHwp: React.ForwardRefExoticComponent<Omit<
|
|
432
|
+
declare const IconColorHwp: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
433
433
|
|
|
434
|
-
declare const IconColorXml: React.ForwardRefExoticComponent<Omit<
|
|
434
|
+
declare const IconColorXml: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
435
435
|
|
|
436
|
-
declare const IconColorXlsx: React.ForwardRefExoticComponent<Omit<
|
|
436
|
+
declare const IconColorXlsx: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
437
437
|
|
|
438
|
-
declare const IconColorJson: React.ForwardRefExoticComponent<Omit<
|
|
438
|
+
declare const IconColorJson: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
439
439
|
|
|
440
|
-
declare const IconColorImage: React.ForwardRefExoticComponent<Omit<
|
|
440
|
+
declare const IconColorImage: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
441
441
|
|
|
442
|
-
declare const IconColorKakaotalkLogo: React.ForwardRefExoticComponent<Omit<
|
|
442
|
+
declare const IconColorKakaotalkLogo: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
443
443
|
|
|
444
444
|
declare const IconHistory: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
445
445
|
|
|
@@ -447,11 +447,11 @@ declare const IconMenu: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> &
|
|
|
447
447
|
|
|
448
448
|
declare const IconCurrentTab: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
449
449
|
|
|
450
|
-
declare const IconColorLiteratureReview: React.ForwardRefExoticComponent<Omit<
|
|
450
|
+
declare const IconColorLiteratureReview: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
451
451
|
|
|
452
|
-
declare const IconColorHypothesisEvaluator: React.ForwardRefExoticComponent<Omit<
|
|
452
|
+
declare const IconColorHypothesisEvaluator: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
453
453
|
|
|
454
|
-
declare const IconColorSurveyGenerator: React.ForwardRefExoticComponent<Omit<
|
|
454
|
+
declare const IconColorSurveyGenerator: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
455
455
|
|
|
456
456
|
declare const IconColumns: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
457
457
|
|
|
@@ -463,43 +463,45 @@ declare const IconCalendar: React.ForwardRefExoticComponent<Omit<IconProps, "ref
|
|
|
463
463
|
|
|
464
464
|
declare const IconInsertAfter: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
465
465
|
|
|
466
|
-
declare const IconColorDocx: React.ForwardRefExoticComponent<Omit<
|
|
466
|
+
declare const IconColorDocx: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
467
467
|
|
|
468
|
-
declare const IconColorTxt: React.ForwardRefExoticComponent<Omit<
|
|
468
|
+
declare const IconColorTxt: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
469
469
|
|
|
470
|
-
declare const IconColorMarkdown: React.ForwardRefExoticComponent<Omit<
|
|
470
|
+
declare const IconColorMarkdown: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
471
471
|
|
|
472
|
-
declare const IconColorPdf: React.ForwardRefExoticComponent<Omit<
|
|
472
|
+
declare const IconColorPdf: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
473
473
|
|
|
474
|
-
declare const IconColorCsv: React.ForwardRefExoticComponent<Omit<
|
|
474
|
+
declare const IconColorCsv: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
475
475
|
|
|
476
476
|
declare const IconTable: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
477
477
|
|
|
478
478
|
declare const IconTex: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
479
479
|
|
|
480
|
-
declare const IconColorDocument: React.ForwardRefExoticComponent<Omit<
|
|
480
|
+
declare const IconColorDocument: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
481
481
|
|
|
482
|
-
declare const IconColorResearchWithAgents: React.ForwardRefExoticComponent<Omit<
|
|
482
|
+
declare const IconColorResearchWithAgents: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
483
483
|
|
|
484
|
-
declare const IconColorSearchWithCitation: React.ForwardRefExoticComponent<Omit<
|
|
484
|
+
declare const IconColorSearchWithCitation: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
485
485
|
|
|
486
|
-
declare const IconColorCollaborateWithTeam: React.ForwardRefExoticComponent<Omit<
|
|
486
|
+
declare const IconColorCollaborateWithTeam: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
487
487
|
|
|
488
488
|
declare const IconFileDownload: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
489
489
|
|
|
490
|
-
declare const IconColorGiftBox: React.ForwardRefExoticComponent<Omit<
|
|
490
|
+
declare const IconColorGiftBox: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
491
491
|
|
|
492
|
-
declare const IconColorResearchQuestion: React.ForwardRefExoticComponent<Omit<
|
|
492
|
+
declare const IconColorResearchQuestion: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
493
493
|
|
|
494
|
-
declare const IconColorCitation: React.ForwardRefExoticComponent<Omit<
|
|
494
|
+
declare const IconColorCitation: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
495
495
|
|
|
496
|
-
declare const IconColorSummarize: React.ForwardRefExoticComponent<Omit<
|
|
496
|
+
declare const IconColorSummarize: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
497
497
|
|
|
498
|
-
declare const IconColorCompass: React.ForwardRefExoticComponent<Omit<
|
|
498
|
+
declare const IconColorCompass: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
499
499
|
|
|
500
|
-
declare const IconColorComplete: React.ForwardRefExoticComponent<Omit<
|
|
500
|
+
declare const IconColorComplete: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
501
501
|
|
|
502
|
-
|
|
502
|
+
declare const IconFileHashtag: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
503
|
+
|
|
504
|
+
type IconName = "arrow-upward" | "arrow-downward" | "arrow-back" | "arrow-forward" | "drop-up" | "drop-down" | "arrow-backward" | "arrow-drop-right" | "arrow-up" | "arrow-down" | "arrow-left" | "arrow-right" | "move" | "arrow-turn" | "start" | "end" | "extend" | "shorten" | "more" | "check-mark" | "check-mark-fill" | "exclamationmark" | "exclamationmark-fill" | "plus" | "minus" | "close" | "close-fill" | "double-arrow-forward" | "double-arrow-backward" | "arrow-up-right" | "arrow-down-left" | "arrow-up-left" | "arrow-up-down" | "redo" | "undo" | "expand" | "show-all" | "hide-all" | "help" | "zoom-in" | "zoom-out" | "retry" | "question-message" | "books" | "balance" | "chart-bar" | "chart-line-uptrend" | "folder" | "folder-open" | "folder-add" | "document" | "person" | "person-add" | "send" | "paperclip" | "share" | "sign-out" | "lock" | "ai" | "trash" | "stack" | "new-thread" | "summarize" | "search" | "memo" | "globe" | "graduationcap" | "palette" | "download" | "copy" | "regenerate" | "credit" | "feedback" | "creditcard" | "speaker" | "tune" | "shield" | "light" | "document-add" | "thumb-up" | "thumb-down" | "document-warning" | "person-fill" | "step" | "book" | "description" | "bookmark" | "power" | "photo" | "camera" | "list" | "desktop" | "desktop-on-cursor" | "view-list" | "bolt" | "home" | "visibility" | "visibility-off" | "magic-wand" | "highlighter" | "pencil" | "essay" | "magic-pencil" | "highlight-edit" | "paraphrase" | "bulb-exclamtionmark" | "bulb" | "make-easy" | "translate" | "info" | "apple" | "android" | "twitter" | "facebook" | "google" | "car" | "airplane" | "rocket" | "source" | "liner" | "setting" | "light-mode" | "dark-mode" | "fire" | "question-box" | "target" | "new-tab" | "quote" | "document-check" | "block" | "bookmark-cancel" | "email" | "filter" | "timer" | "play-button" | "text-select" | "bell" | "secret-mode" | "add-clock" | "clock" | "spinner" | "volume-up" | "volume" | "google-export" | "link" | "sheet-export" | "shield-person" | "shield-usage" | "formal-bag" | "casual-shoe" | "folder-open-share" | "folder-share" | "verification-badge" | "report" | "brain" | "mindmap" | "flowchart" | "focus" | "paragraph" | "add-to-folder" | "remove-from-folder" | "move-to-folder" | "new-thread-folder" | "chrome" | "new-chrome-extension" | "mobile" | "members" | "teams" | "stop" | "microscope" | "literature-review" | "expand-close" | "restaurant" | "color-liner" | "color-liner-variation" | "color-facebook" | "color-google" | "color-fire" | "more-horizontal" | "more-vertical" | "check-mark-in-circle" | "star" | "credit-add" | "m-new-tab" | "collection-add" | "collections" | "survey" | "location" | "hourglass" | "bag" | "color-excel" | "color-html" | "color-powerpoint" | "color-link" | "color-hypothesis-generator" | "color-citation-recommender" | "color-survey-simulator" | "color-research-tracer" | "at-sign" | "color-peer-review" | "adjustment" | "view-sidebar" | "add-emoji" | "bold" | "italic" | "underline" | "strikethrough" | "align-left" | "align-center" | "align-right" | "left-indentation" | "right-indentation" | "numbered-list" | "color-kakaotalk" | "color-hwp" | "color-xml" | "color-xlsx" | "color-json" | "color-image" | "color-kakaotalk-logo" | "history" | "menu" | "current-tab" | "color-literature-review" | "color-hypothesis-evaluator" | "color-survey-generator" | "columns" | "split-columns" | "fx" | "calendar" | "insert-after" | "color-docx" | "color-txt" | "color-markdown" | "color-pdf" | "color-csv" | "table" | "tex" | "color-document" | "color-research-with-agents" | "color-search-with-citation" | "color-collaborate-with-team" | "file-download" | "color-gift-box" | "color-research-question" | "color-citation" | "color-summarize" | "color-compass" | "color-complete" | "file-hashtag";
|
|
503
505
|
type IconSizeKey = keyof typeof iconSizeMap;
|
|
504
506
|
interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
|
|
505
507
|
fill?: boolean;
|
|
@@ -509,6 +511,7 @@ interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
|
|
|
509
511
|
type?: BasicColorType;
|
|
510
512
|
fillType?: BasicColorType;
|
|
511
513
|
}
|
|
514
|
+
type ColorIconProps = Omit<IconProps, 'type' | 'fillType' | 'fill' | 'thick'>;
|
|
512
515
|
type IconComponentType = React.ForwardRefExoticComponent<Omit<IconProps, 'ref'> & React.RefAttributes<SVGSVGElement>>;
|
|
513
516
|
|
|
514
|
-
export { IconAddClock, IconAddEmoji, IconAddToFolder, IconAdjustment, IconAi, IconAirplane, IconAlignCenter, IconAlignLeft, IconAlignRight, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowDown, IconArrowDownLeft, IconArrowDownward, IconArrowDropRight, IconArrowForward, IconArrowLeft, IconArrowRight, IconArrowTurn, IconArrowUp, IconArrowUpDown, IconArrowUpLeft, IconArrowUpRight, IconArrowUpward, IconAtSign, IconBag, IconBalance, IconBell, IconBlock, IconBold, IconBolt, IconBook, IconBookmark, IconBookmarkCancel, IconBooks, IconBrain, IconBulb, IconBulbExclamtionmark, IconCalendar, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartLineUptrend, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClose, IconCloseFill, IconCollectionAdd, IconCollections, IconColorCitation, IconColorCitationRecommender, IconColorCollaborateWithTeam, IconColorCompass, IconColorComplete, IconColorCsv, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFire, IconColorGiftBox, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorMarkdown, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorXlsx, IconColorXml, IconColumns, type IconComponentType, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDescription, IconDesktop, IconDesktopOnCursor, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentWarning, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconEmail, IconEnd, IconEssay, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExtend, IconFacebook, IconFeedback, IconFileDownload, IconFilter, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderOpen, IconFolderOpenShare, IconFolderShare, IconFormalBag, IconFx, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconInfo, IconInsertAfter, IconItalic, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMenu, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, type IconName, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, IconNumberedList, IconPalette, IconPaperclip, IconParagraph, IconParaphrase, IconPencil, IconPerson, IconPersonAdd, IconPersonFill, IconPhoto, IconPlayButton, IconPlus, IconPower, type IconProps, IconQuestionBox, IconQuestionMessage, IconQuote, IconRedo, IconRegenerate, IconRemoveFromFolder, IconReport, IconRestaurant, IconRetry, IconRightIndentation, IconRocket, IconSearch, IconSecretMode, IconSend, IconSetting, IconShare, IconSheetExport, IconShield, IconShieldPerson, IconShieldUsage, IconShorten, IconShowAll, IconSignOut, type IconSizeKey, IconSource, IconSpeaker, IconSpinner, IconSplitColumns, IconStack, IconStar, IconStart, IconStep, IconStop, IconStrikethrough, IconSummarize, IconSurvey, IconTable, IconTarget, IconTeams, IconTex, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconZoomIn, IconZoomOut };
|
|
517
|
+
export { type ColorIconProps, IconAddClock, IconAddEmoji, IconAddToFolder, IconAdjustment, IconAi, IconAirplane, IconAlignCenter, IconAlignLeft, IconAlignRight, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowDown, IconArrowDownLeft, IconArrowDownward, IconArrowDropRight, IconArrowForward, IconArrowLeft, IconArrowRight, IconArrowTurn, IconArrowUp, IconArrowUpDown, IconArrowUpLeft, IconArrowUpRight, IconArrowUpward, IconAtSign, IconBag, IconBalance, IconBell, IconBlock, IconBold, IconBolt, IconBook, IconBookmark, IconBookmarkCancel, IconBooks, IconBrain, IconBulb, IconBulbExclamtionmark, IconCalendar, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartLineUptrend, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClose, IconCloseFill, IconCollectionAdd, IconCollections, IconColorCitation, IconColorCitationRecommender, IconColorCollaborateWithTeam, IconColorCompass, IconColorComplete, IconColorCsv, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFire, IconColorGiftBox, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorMarkdown, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorXlsx, IconColorXml, IconColumns, type IconComponentType, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDescription, IconDesktop, IconDesktopOnCursor, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentWarning, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconEmail, IconEnd, IconEssay, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExtend, IconFacebook, IconFeedback, IconFileDownload, IconFileHashtag, IconFilter, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderOpen, IconFolderOpenShare, IconFolderShare, IconFormalBag, IconFx, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconInfo, IconInsertAfter, IconItalic, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMenu, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, type IconName, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, IconNumberedList, IconPalette, IconPaperclip, IconParagraph, IconParaphrase, IconPencil, IconPerson, IconPersonAdd, IconPersonFill, IconPhoto, IconPlayButton, IconPlus, IconPower, type IconProps, IconQuestionBox, IconQuestionMessage, IconQuote, IconRedo, IconRegenerate, IconRemoveFromFolder, IconReport, IconRestaurant, IconRetry, IconRightIndentation, IconRocket, IconSearch, IconSecretMode, IconSend, IconSetting, IconShare, IconSheetExport, IconShield, IconShieldPerson, IconShieldUsage, IconShorten, IconShowAll, IconSignOut, type IconSizeKey, IconSource, IconSpeaker, IconSpinner, IconSplitColumns, IconStack, IconStar, IconStart, IconStep, IconStop, IconStrikethrough, IconSummarize, IconSurvey, IconTable, IconTarget, IconTeams, IconTex, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconZoomIn, IconZoomOut };
|