@liner-fe/icon 2.0.7 → 2.0.9

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.
Files changed (3) hide show
  1. package/lib/index.d.ts +38 -32
  2. package/lib/index.js +298 -255
  3. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -37,24 +37,16 @@ declare const IconExtend: React.ForwardRefExoticComponent<Omit<IconProps, "ref">
37
37
 
38
38
  declare const IconShorten: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
39
39
 
40
- declare const IconMore: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
41
-
42
40
  declare const IconCheckMark: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
43
41
 
44
- declare const IconCheckMarkFill: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
45
-
46
42
  declare const IconExclamationmark: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
47
43
 
48
- declare const IconExclamationmarkFill: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
49
-
50
44
  declare const IconPlus: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
51
45
 
52
46
  declare const IconMinus: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
53
47
 
54
48
  declare const IconClose: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
55
49
 
56
- declare const IconCloseFill: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
57
-
58
50
  declare const IconDoubleArrowForward: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
59
51
 
60
52
  declare const IconDoubleArrowBackward: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -165,8 +157,6 @@ declare const IconThumbDown: React.ForwardRefExoticComponent<Omit<IconProps, "re
165
157
 
166
158
  declare const IconDocumentWarning: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
167
159
 
168
- declare const IconPersonFill: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
169
-
170
160
  declare const IconStep: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
171
161
 
172
162
  declare const IconBook: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -221,16 +211,6 @@ declare const IconTranslate: React.ForwardRefExoticComponent<Omit<IconProps, "re
221
211
 
222
212
  declare const IconInfo: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
223
213
 
224
- declare const IconApple: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
225
-
226
- declare const IconAndroid: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
227
-
228
- declare const IconTwitter: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
229
-
230
- declare const IconFacebook: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
231
-
232
- declare const IconGoogle: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
233
-
234
214
  declare const IconCar: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
235
215
 
236
216
  declare const IconAirplane: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -305,8 +285,6 @@ declare const IconFolderOpenShare: React.ForwardRefExoticComponent<Omit<IconProp
305
285
 
306
286
  declare const IconFolderShare: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
307
287
 
308
- declare const IconVerificationBadge: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
309
-
310
288
  declare const IconReport: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
311
289
 
312
290
  declare const IconBrain: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -327,8 +305,6 @@ declare const IconMoveToFolder: React.ForwardRefExoticComponent<Omit<IconProps,
327
305
 
328
306
  declare const IconNewThreadFolder: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
329
307
 
330
- declare const IconChrome: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
331
-
332
308
  declare const IconNewChromeExtension: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
333
309
 
334
310
  declare const IconMobile: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -629,10 +605,6 @@ declare const IconFileZip: React.ForwardRefExoticComponent<Omit<IconProps, "ref"
629
605
 
630
606
  declare const IconKeycapSlash: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
631
607
 
632
- declare const IconLinkedin: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
633
-
634
- declare const IconWindow: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
635
-
636
608
  declare const IconColorLinkedin: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
637
609
 
638
610
  declare const IconColorGoogleDocs: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -649,8 +621,6 @@ declare const IconSparkle: React.ForwardRefExoticComponent<Omit<IconProps, "ref"
649
621
 
650
622
  declare const IconClockAdd: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
651
623
 
652
- declare const IconAccountCircle: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
653
-
654
624
  declare const IconSwitch: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
655
625
 
656
626
  declare const IconQuestion: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -747,7 +717,43 @@ declare const IconColorMindmap: React.ForwardRefExoticComponent<Omit<ColorIconPr
747
717
 
748
718
  declare const IconColorTable: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
749
719
 
750
- 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-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" | "at-sign" | "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" | "columns" | "split-columns" | "fx" | "calendar" | "insert-after" | "color-docx" | "color-txt" | "color-markdown" | "color-pdf" | "color-csv" | "table" | "tex" | "color-document" | "file-download" | "color-gift-box" | "file-hashtag" | "arrow-collapse" | "arrow-expand" | "arrow-down-up" | "color-hypothesis-generator" | "color-citation-recommender" | "color-peer-review" | "color-survey-simulator" | "color-literature-review" | "color-research-tracer" | "color-hypothesis-evaluator" | "color-survey-generator" | "color-research-with-agents" | "color-search-with-citation" | "color-collaborate-with-team" | "color-research-question" | "color-citation" | "color-summarize" | "color-compass" | "color-complete" | "color-filtering" | "color-dark-hypothesis-generator" | "color-dark-citation-recommender" | "color-dark-peer-review" | "color-dark-survey-simulator" | "color-dark-literature-review" | "color-dark-research-tracer" | "color-dark-hypothesis-evaluator" | "color-dark-survey-generator" | "code" | "color-liner-filled" | "color-dark-liner-filled" | "color-liner-filled-scholar" | "color-dark-liner-filled-scholar" | "color-dark-collaborate-with-team" | "color-dark-research-question" | "color-dark-citation" | "color-dark-summarize" | "color-dark-compass" | "color-dark-complete" | "color-dark-research-with-agents" | "color-dark-search-with-citation" | "color-open-access" | "pin" | "unpin" | "color-artifact" | "color-dark-artifact" | "color-loading" | "color-dark-loading" | "find-paper" | "node" | "add-node" | "shovel" | "experiment" | "glasses" | "asterisk" | "color-liner-filled-write" | "color-dark-liner-filled-write" | "color-write-draft" | "color-dark-write-draft" | "color-analyze-data" | "color-dark-analyze-data" | "image-generator" | "inbox" | "chat-panel" | "zotero" | "color-openai" | "color-claude" | "color-gemini" | "color-chat" | "color-dark-chat" | "color-attach-image" | "color-dark-attach-image" | "color-lenovo" | "mic" | "gift" | "color-slides" | "upgrade" | "example" | "institution" | "feed" | "file-zip" | "keycap-slash" | "linkedin" | "window" | "color-linkedin" | "color-google-docs" | "color-memo" | "color-paragraph" | "company" | "emoji" | "sparkle" | "clock-add" | "account-circle" | "switch" | "question" | "check" | "exclamation" | "arrow-redo" | "arrow-undo" | "arrow-top-right" | "arrow-down-right" | "m-tab-new" | "node-add" | "list-numbered" | "align-justify" | "align-split" | "deep-research" | "pencil-write" | "pencil-paragraph" | "hashtag" | "elements" | "blocks" | "note-summarize" | "note-shield" | "note-find" | "tab-current" | "memo-edit" | "person-shield" | "fullscreen" | "fullscreen-exit" | "chart-graph" | "bulb-exclamtion" | "document-download" | "document-zip" | "document-lined" | "sidebar" | "folder-remove" | "folder-move" | "query-add" | "query-exclamation" | "table-list" | "table-export" | "diamonds" | "arrow-unfold-less" | "arrow-unfold-more" | "tab-new" | "key" | "back-office" | "exclamation-triangle" | "color-mindmap" | "color-table";
720
+ declare const IconMore: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
721
+
722
+ declare const IconCheckMarkFill: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
723
+
724
+ declare const IconExclamationmarkFill: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
725
+
726
+ declare const IconCloseFill: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
727
+
728
+ declare const IconApple: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
729
+
730
+ declare const IconAndroid: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
731
+
732
+ declare const IconTwitter: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
733
+
734
+ declare const IconGoogle: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
735
+
736
+ declare const IconWindow: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
737
+
738
+ declare const IconAccountCircle: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
739
+
740
+ declare const IconChrome: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
741
+
742
+ declare const IconVerificationBadge: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
743
+
744
+ declare const IconFacebook: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
745
+
746
+ declare const IconLinkedin: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
747
+
748
+ declare const IconArrowChevronDown: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
749
+
750
+ declare const IconArrowChevronLeft: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
751
+
752
+ declare const IconArrowChevronRight: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
753
+
754
+ declare const IconArrowChevronUp: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
755
+
756
+ 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" | "check-mark" | "exclamationmark" | "plus" | "minus" | "close" | "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" | "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" | "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" | "report" | "brain" | "mindmap" | "flowchart" | "focus" | "paragraph" | "add-to-folder" | "remove-from-folder" | "move-to-folder" | "new-thread-folder" | "new-chrome-extension" | "mobile" | "members" | "teams" | "stop" | "microscope" | "literature-review" | "expand-close" | "restaurant" | "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" | "at-sign" | "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" | "columns" | "split-columns" | "fx" | "calendar" | "insert-after" | "color-docx" | "color-txt" | "color-markdown" | "color-pdf" | "color-csv" | "table" | "tex" | "color-document" | "file-download" | "color-gift-box" | "file-hashtag" | "arrow-collapse" | "arrow-expand" | "arrow-down-up" | "color-hypothesis-generator" | "color-citation-recommender" | "color-peer-review" | "color-survey-simulator" | "color-literature-review" | "color-research-tracer" | "color-hypothesis-evaluator" | "color-survey-generator" | "color-research-with-agents" | "color-search-with-citation" | "color-collaborate-with-team" | "color-research-question" | "color-citation" | "color-summarize" | "color-compass" | "color-complete" | "color-filtering" | "color-dark-hypothesis-generator" | "color-dark-citation-recommender" | "color-dark-peer-review" | "color-dark-survey-simulator" | "color-dark-literature-review" | "color-dark-research-tracer" | "color-dark-hypothesis-evaluator" | "color-dark-survey-generator" | "code" | "color-liner-filled" | "color-dark-liner-filled" | "color-liner-filled-scholar" | "color-dark-liner-filled-scholar" | "color-dark-collaborate-with-team" | "color-dark-research-question" | "color-dark-citation" | "color-dark-summarize" | "color-dark-compass" | "color-dark-complete" | "color-dark-research-with-agents" | "color-dark-search-with-citation" | "color-open-access" | "pin" | "unpin" | "color-artifact" | "color-dark-artifact" | "color-loading" | "color-dark-loading" | "find-paper" | "node" | "add-node" | "shovel" | "experiment" | "glasses" | "asterisk" | "color-liner-filled-write" | "color-dark-liner-filled-write" | "color-write-draft" | "color-dark-write-draft" | "color-analyze-data" | "color-dark-analyze-data" | "image-generator" | "inbox" | "chat-panel" | "zotero" | "color-openai" | "color-claude" | "color-gemini" | "color-chat" | "color-dark-chat" | "color-attach-image" | "color-dark-attach-image" | "color-lenovo" | "mic" | "gift" | "color-slides" | "upgrade" | "example" | "institution" | "feed" | "file-zip" | "keycap-slash" | "color-linkedin" | "color-google-docs" | "color-memo" | "color-paragraph" | "company" | "emoji" | "sparkle" | "clock-add" | "switch" | "question" | "check" | "exclamation" | "arrow-redo" | "arrow-undo" | "arrow-top-right" | "arrow-down-right" | "m-tab-new" | "node-add" | "list-numbered" | "align-justify" | "align-split" | "deep-research" | "pencil-write" | "pencil-paragraph" | "hashtag" | "elements" | "blocks" | "note-summarize" | "note-shield" | "note-find" | "tab-current" | "memo-edit" | "person-shield" | "fullscreen" | "fullscreen-exit" | "chart-graph" | "bulb-exclamtion" | "document-download" | "document-zip" | "document-lined" | "sidebar" | "folder-remove" | "folder-move" | "query-add" | "query-exclamation" | "table-list" | "table-export" | "diamonds" | "arrow-unfold-less" | "arrow-unfold-more" | "tab-new" | "key" | "back-office" | "exclamation-triangle" | "color-mindmap" | "color-table" | "more" | "check-mark-fill" | "exclamationmark-fill" | "close-fill" | "apple" | "android" | "twitter" | "google" | "window" | "account-circle" | "chrome" | "verification-badge" | "facebook" | "linkedin" | "arrow-chevron-down" | "arrow-chevron-left" | "arrow-chevron-right" | "arrow-chevron-up";
751
757
  type IconSizeKey = keyof typeof iconSizeMap;
752
758
  interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
753
759
  fill?: boolean;
@@ -759,4 +765,4 @@ interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
759
765
  type ColorIconProps = Omit<IconProps, 'type' | 'fillType' | 'fill'>;
760
766
  type IconComponentType = React.ForwardRefExoticComponent<Omit<IconProps, 'ref'> & React.RefAttributes<SVGSVGElement>>;
761
767
 
762
- export { type ColorIconProps, IconAccountCircle, IconAddClock, IconAddEmoji, IconAddNode, IconAddToFolder, IconAdjustment, IconAi, IconAirplane, IconAlignCenter, IconAlignJustify, IconAlignLeft, IconAlignRight, IconAlignSplit, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowCollapse, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowDownUp, IconArrowDownward, IconArrowDropRight, IconArrowExpand, IconArrowForward, IconArrowLeft, IconArrowRedo, IconArrowRight, IconArrowTopRight, IconArrowTurn, IconArrowUndo, IconArrowUnfoldLess, IconArrowUnfoldMore, IconArrowUp, IconArrowUpDown, IconArrowUpLeft, IconArrowUpRight, IconArrowUpward, IconAsterisk, IconAtSign, IconBackOffice, IconBag, IconBalance, IconBell, IconBlock, IconBlocks, IconBold, IconBolt, IconBook, IconBookmark, IconBookmarkCancel, IconBooks, IconBrain, IconBulb, IconBulbExclamtion, IconBulbExclamtionmark, IconCalendar, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartGraph, IconChartLineUptrend, IconChatPanel, IconCheck, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClockAdd, IconClose, IconCloseFill, IconCode, IconCollectionAdd, IconCollections, IconColorAnalyzeData, IconColorArtifact, IconColorAttachImage, IconColorChat, IconColorCitation, IconColorCitationRecommender, IconColorClaude, IconColorCollaborateWithTeam, IconColorCompass, IconColorComplete, IconColorCsv, IconColorDarkAnalyzeData, IconColorDarkArtifact, IconColorDarkAttachImage, IconColorDarkChat, IconColorDarkCitation, IconColorDarkCitationRecommender, IconColorDarkCollaborateWithTeam, IconColorDarkCompass, IconColorDarkComplete, IconColorDarkHypothesisEvaluator, IconColorDarkHypothesisGenerator, IconColorDarkLinerFilled, IconColorDarkLinerFilledScholar, IconColorDarkLinerFilledWrite, IconColorDarkLiteratureReview, IconColorDarkLoading, IconColorDarkPeerReview, IconColorDarkResearchQuestion, IconColorDarkResearchTracer, IconColorDarkResearchWithAgents, IconColorDarkSearchWithCitation, IconColorDarkSummarize, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDarkWriteDraft, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGemini, IconColorGiftBox, IconColorGoogle, IconColorGoogleDocs, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLenovo, IconColorLinerFilled, IconColorLinerFilledScholar, IconColorLinerFilledWrite, IconColorLink, IconColorLinkedin, IconColorLiteratureReview, IconColorLoading, IconColorMarkdown, IconColorMemo, IconColorMindmap, IconColorOpenAccess, IconColorOpenai, IconColorParagraph, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSlides, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTable, IconColorTxt, IconColorWriteDraft, IconColorXlsx, IconColorXml, IconColumns, IconCompany, type IconComponentType, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDeepResearch, IconDescription, IconDesktop, IconDesktopOnCursor, IconDiamonds, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentDownload, IconDocumentLined, IconDocumentWarning, IconDocumentZip, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconElements, IconEmail, IconEmoji, IconEnd, IconEssay, IconExample, IconExclamation, IconExclamationTriangle, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExperiment, IconExtend, IconFacebook, IconFeed, IconFeedback, IconFileDownload, IconFileHashtag, IconFileZip, IconFilter, IconFindPaper, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderMove, IconFolderOpen, IconFolderOpenShare, IconFolderRemove, IconFolderShare, IconFormalBag, IconFullscreen, IconFullscreenExit, IconFx, IconGift, IconGlasses, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHashtag, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconImageGenerator, IconInbox, IconInfo, IconInsertAfter, IconInstitution, IconItalic, IconKey, IconKeycapSlash, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconLinkedin, IconList, IconListNumbered, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMTabNew, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMemoEdit, IconMenu, IconMic, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, type IconName, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, IconNode, IconNodeAdd, IconNoteFind, IconNoteShield, IconNoteSummarize, IconNumberedList, IconPalette, IconPaperclip, IconParagraph, IconParaphrase, IconPencil, IconPencilParagraph, IconPencilWrite, IconPerson, IconPersonAdd, IconPersonFill, IconPersonShield, IconPhoto, IconPin, IconPlayButton, IconPlus, IconPower, type IconProps, IconQueryAdd, IconQueryExclamation, IconQuestion, IconQuestionBox, IconQuestionMessage, IconQuote, IconRedo, IconRegenerate, IconRemoveFromFolder, IconReport, IconRestaurant, IconRetry, IconRightIndentation, IconRocket, IconSearch, IconSecretMode, IconSend, IconSetting, IconShare, IconSheetExport, IconShield, IconShieldPerson, IconShieldUsage, IconShorten, IconShovel, IconShowAll, IconSidebar, IconSignOut, type IconSizeKey, IconSource, IconSparkle, IconSpeaker, IconSpinner, IconSplitColumns, IconStack, IconStar, IconStart, IconStep, IconStop, IconStrikethrough, IconSummarize, IconSurvey, IconSwitch, IconTabCurrent, IconTabNew, IconTable, IconTableExport, IconTableList, IconTarget, IconTeams, IconTex, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconUnpin, IconUpgrade, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconWindow, IconZoomIn, IconZoomOut, IconZotero };
768
+ export { type ColorIconProps, IconAccountCircle, IconAddClock, IconAddEmoji, IconAddNode, IconAddToFolder, IconAdjustment, IconAi, IconAirplane, IconAlignCenter, IconAlignJustify, IconAlignLeft, IconAlignRight, IconAlignSplit, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowChevronDown, IconArrowChevronLeft, IconArrowChevronRight, IconArrowChevronUp, IconArrowCollapse, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowDownUp, IconArrowDownward, IconArrowDropRight, IconArrowExpand, IconArrowForward, IconArrowLeft, IconArrowRedo, IconArrowRight, IconArrowTopRight, IconArrowTurn, IconArrowUndo, IconArrowUnfoldLess, IconArrowUnfoldMore, IconArrowUp, IconArrowUpDown, IconArrowUpLeft, IconArrowUpRight, IconArrowUpward, IconAsterisk, IconAtSign, IconBackOffice, IconBag, IconBalance, IconBell, IconBlock, IconBlocks, IconBold, IconBolt, IconBook, IconBookmark, IconBookmarkCancel, IconBooks, IconBrain, IconBulb, IconBulbExclamtion, IconBulbExclamtionmark, IconCalendar, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartGraph, IconChartLineUptrend, IconChatPanel, IconCheck, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClockAdd, IconClose, IconCloseFill, IconCode, IconCollectionAdd, IconCollections, IconColorAnalyzeData, IconColorArtifact, IconColorAttachImage, IconColorChat, IconColorCitation, IconColorCitationRecommender, IconColorClaude, IconColorCollaborateWithTeam, IconColorCompass, IconColorComplete, IconColorCsv, IconColorDarkAnalyzeData, IconColorDarkArtifact, IconColorDarkAttachImage, IconColorDarkChat, IconColorDarkCitation, IconColorDarkCitationRecommender, IconColorDarkCollaborateWithTeam, IconColorDarkCompass, IconColorDarkComplete, IconColorDarkHypothesisEvaluator, IconColorDarkHypothesisGenerator, IconColorDarkLinerFilled, IconColorDarkLinerFilledScholar, IconColorDarkLinerFilledWrite, IconColorDarkLiteratureReview, IconColorDarkLoading, IconColorDarkPeerReview, IconColorDarkResearchQuestion, IconColorDarkResearchTracer, IconColorDarkResearchWithAgents, IconColorDarkSearchWithCitation, IconColorDarkSummarize, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDarkWriteDraft, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGemini, IconColorGiftBox, IconColorGoogle, IconColorGoogleDocs, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLenovo, IconColorLinerFilled, IconColorLinerFilledScholar, IconColorLinerFilledWrite, IconColorLink, IconColorLinkedin, IconColorLiteratureReview, IconColorLoading, IconColorMarkdown, IconColorMemo, IconColorMindmap, IconColorOpenAccess, IconColorOpenai, IconColorParagraph, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSlides, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTable, IconColorTxt, IconColorWriteDraft, IconColorXlsx, IconColorXml, IconColumns, IconCompany, type IconComponentType, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDeepResearch, IconDescription, IconDesktop, IconDesktopOnCursor, IconDiamonds, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentDownload, IconDocumentLined, IconDocumentWarning, IconDocumentZip, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconElements, IconEmail, IconEmoji, IconEnd, IconEssay, IconExample, IconExclamation, IconExclamationTriangle, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExperiment, IconExtend, IconFacebook, IconFeed, IconFeedback, IconFileDownload, IconFileHashtag, IconFileZip, IconFilter, IconFindPaper, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderMove, IconFolderOpen, IconFolderOpenShare, IconFolderRemove, IconFolderShare, IconFormalBag, IconFullscreen, IconFullscreenExit, IconFx, IconGift, IconGlasses, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHashtag, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconImageGenerator, IconInbox, IconInfo, IconInsertAfter, IconInstitution, IconItalic, IconKey, IconKeycapSlash, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconLinkedin, IconList, IconListNumbered, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMTabNew, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMemoEdit, IconMenu, IconMic, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, type IconName, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, IconNode, IconNodeAdd, IconNoteFind, IconNoteShield, IconNoteSummarize, IconNumberedList, IconPalette, IconPaperclip, IconParagraph, IconParaphrase, IconPencil, IconPencilParagraph, IconPencilWrite, IconPerson, IconPersonAdd, IconPersonShield, IconPhoto, IconPin, IconPlayButton, IconPlus, IconPower, type IconProps, IconQueryAdd, IconQueryExclamation, IconQuestion, IconQuestionBox, IconQuestionMessage, IconQuote, IconRedo, IconRegenerate, IconRemoveFromFolder, IconReport, IconRestaurant, IconRetry, IconRightIndentation, IconRocket, IconSearch, IconSecretMode, IconSend, IconSetting, IconShare, IconSheetExport, IconShield, IconShieldPerson, IconShieldUsage, IconShorten, IconShovel, IconShowAll, IconSidebar, IconSignOut, type IconSizeKey, IconSource, IconSparkle, IconSpeaker, IconSpinner, IconSplitColumns, IconStack, IconStar, IconStart, IconStep, IconStop, IconStrikethrough, IconSummarize, IconSurvey, IconSwitch, IconTabCurrent, IconTabNew, IconTable, IconTableExport, IconTableList, IconTarget, IconTeams, IconTex, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconUnpin, IconUpgrade, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconWindow, IconZoomIn, IconZoomOut, IconZotero };