@liner-fe/icon 2.0.7 → 2.0.8

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 +30 -32
  2. package/lib/index.js +233 -226
  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,35 @@ 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
+ 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";
751
749
  type IconSizeKey = keyof typeof iconSizeMap;
752
750
  interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
753
751
  fill?: boolean;
@@ -759,4 +757,4 @@ interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
759
757
  type ColorIconProps = Omit<IconProps, 'type' | 'fillType' | 'fill'>;
760
758
  type IconComponentType = React.ForwardRefExoticComponent<Omit<IconProps, 'ref'> & React.RefAttributes<SVGSVGElement>>;
761
759
 
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 };
760
+ 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, 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 };
package/lib/index.js CHANGED
@@ -43,7 +43,7 @@ var IconDropUp = /* @__PURE__ */ forwardRef(
43
43
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
44
44
  const iconSize = iconSizeMap[size];
45
45
  if (fill) {
46
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M24.3537 16.7215L35.8851 28.2529C36.2001 28.5679 35.977 29.1065 35.5316 29.1065H12.4688C12.0233 29.1065 11.8002 28.5679 12.1152 28.2529L23.6466 16.7215C23.8419 16.5263 24.1585 16.5263 24.3537 16.7215Z", style: { fill: `var(--${type})` } }) });
46
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M14.4543 30.1672L24.0003 20.6213L33.5462 30.1672L35.6675 28.0459L24.0003 16.3787L12.333 28.0459L14.4543 30.1672Z", style: { fill: `var(--${type})` } }) });
47
47
  }
48
48
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M14.4543 30.1672L24.0003 20.6213L33.5462 30.1672L35.6675 28.0459L24.0003 16.3787L12.333 28.0459L14.4543 30.1672Z", style: { fill: `var(--${type})` } }) });
49
49
  }
@@ -52,7 +52,7 @@ var IconDropDown = /* @__PURE__ */ forwardRef(
52
52
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
53
53
  const iconSize = iconSizeMap[size];
54
54
  if (fill) {
55
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M24.3537 31.3849L35.8851 19.8536C36.2001 19.5386 35.977 19 35.5316 19H12.4688C12.0233 19 11.8002 19.5386 12.1152 19.8536L23.6466 31.3849C23.8419 31.5802 24.1585 31.5802 24.3537 31.3849Z", style: { fill: `var(--${type})` } }) });
55
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M14.4543 17.9389L24.0003 27.4848L33.5462 17.9389L35.6675 20.0602L24.0003 31.7275L12.333 20.0602L14.4543 17.9389Z", style: { fill: `var(--${type})` } }) });
56
56
  }
57
57
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M14.4543 17.9389L24.0003 27.4848L33.5462 17.9389L35.6675 20.0602L24.0003 31.7275L12.333 20.0602L14.4543 17.9389Z", style: { fill: `var(--${type})` } }) });
58
58
  }
@@ -70,7 +70,7 @@ var IconArrowDropRight = /* @__PURE__ */ forwardRef(
70
70
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
71
71
  const iconSize = iconSizeMap[size];
72
72
  if (fill) {
73
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M29.6172 24.0003L20.5 33.1175V14.8831L29.6172 24.0003Z", style: { fill: `var(--${type})` }, stroke: "#1E1E1F", "stroke-width": "3" }) });
73
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M17.9395 14.4538L27.4854 23.9998L17.9395 33.5457L20.0608 35.667L31.728 23.9998L20.0608 12.3325L17.9395 14.4538Z", style: { fill: `var(--${type})` } }) });
74
74
  }
75
75
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M17.9395 14.4538L27.4854 23.9998L17.9395 33.5457L20.0608 35.667L31.728 23.9998L20.0608 12.3325L17.9395 14.4538Z", style: { fill: `var(--${type})` } }) });
76
76
  }
@@ -177,23 +177,6 @@ var IconShorten = /* @__PURE__ */ forwardRef(
177
177
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M38.5361 15.0605L30.8701 22.7266H44.4004V25.7266H31.1729L38.5361 33.0908L36.415 35.2119L25.2783 24.0752L36.415 12.9395L38.5361 15.0605ZM22.6719 24.0752L11.5361 35.2109L9.41504 33.0898L17.0801 25.4248H3.55078V22.4248H16.7793L9.41504 15.0605L11.5361 12.9385L22.6719 24.0752Z", style: { fill: `var(--${type})` } }) });
178
178
  }
179
179
  );
180
- var IconMore = /* @__PURE__ */ forwardRef(
181
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
182
- const iconSize = iconSizeMap[size];
183
- if (fill) {
184
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
185
- /* @__PURE__ */ jsx("path", { d: "M6 22C6 20.8954 6.89543 20 8 20H12C13.1046 20 14 20.8954 14 22V26C14 27.1046 13.1046 28 12 28H8C6.89543 28 6 27.1046 6 26V22Z", style: { fill: `var(--${type})` } }),
186
- /* @__PURE__ */ jsx("path", { d: "M20 22C20 20.8954 20.8954 20 22 20H26C27.1046 20 28 20.8954 28 22V26C28 27.1046 27.1046 28 26 28H22C20.8954 28 20 27.1046 20 26V22Z", style: { fill: `var(--${type})` } }),
187
- /* @__PURE__ */ jsx("path", { d: "M36 20C34.8954 20 34 20.8954 34 22V26C34 27.1046 34.8954 28 36 28H40C41.1046 28 42 27.1046 42 26V22C42 20.8954 41.1046 20 40 20H36Z", style: { fill: `var(--${type})` } })
188
- ] });
189
- }
190
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
191
- /* @__PURE__ */ jsx("path", { d: "M6 22C6 20.8954 6.89543 20 8 20H12C13.1046 20 14 20.8954 14 22V26C14 27.1046 13.1046 28 12 28H8C6.89543 28 6 27.1046 6 26V22Z", style: { fill: `var(--${type})` } }),
192
- /* @__PURE__ */ jsx("path", { d: "M20 22C20 20.8954 20.8954 20 22 20H26C27.1046 20 28 20.8954 28 22V26C28 27.1046 27.1046 28 26 28H22C20.8954 28 20 27.1046 20 26V22Z", style: { fill: `var(--${type})` } }),
193
- /* @__PURE__ */ jsx("path", { d: "M36 20C34.8954 20 34 20.8954 34 22V26C34 27.1046 34.8954 28 36 28H40C41.1046 28 42 27.1046 42 26V22C42 20.8954 41.1046 20 40 20H36Z", style: { fill: `var(--${type})` } })
194
- ] });
195
- }
196
- );
197
180
  var IconCheckMark = /* @__PURE__ */ forwardRef(
198
181
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
199
182
  const iconSize = iconSizeMap[size];
@@ -203,50 +186,21 @@ var IconCheckMark = /* @__PURE__ */ forwardRef(
203
186
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M9.41295 20.2918L20.3096 31.1884L38.5583 12.9397L40.6796 15.061L20.3096 35.4311L7.29163 22.4131L9.41295 20.2918Z", style: { fill: `var(--${type})` } }) });
204
187
  }
205
188
  );
206
- var IconCheckMarkFill = /* @__PURE__ */ forwardRef(
189
+ var IconExclamationmark = /* @__PURE__ */ forwardRef(
207
190
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
208
191
  const iconSize = iconSizeMap[size];
209
192
  if (fill) {
210
193
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
211
- /* @__PURE__ */ jsx("path", { d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24Z", style: { fill: `var(--${type})` } }),
212
- /* @__PURE__ */ jsx("path", { d: "M15.691 22.2835L21.3106 27.9031L31.6127 17.6355L33.7305 19.7603L21.3078 32.143L13.5697 24.4048L15.691 22.2835Z", style: { fill: `var(--${fillType})` } })
194
+ /* @__PURE__ */ jsx("path", { d: "M23.9193 34.418C23.3743 34.418 22.8862 34.6135 22.5 35C22.1139 35.3865 21.9193 35.8742 21.9193 36.418C21.9193 36.9618 22.1139 37.4495 22.5 37.8359C22.8862 38.2225 23.3743 38.418 23.9193 38.418C24.4643 38.418 24.9524 38.2225 25.3386 37.8359C25.7247 37.4495 25.9193 36.9618 25.9193 36.418C25.9193 35.8742 25.7247 35.3865 25.3386 35C24.9524 34.6135 24.4643 34.418 23.9193 34.418Z", style: { fill: `var(--${type})` } }),
195
+ /* @__PURE__ */ jsx("path", { d: "M25.366 9.5L25.366 29.5H22.366L22.366 9.5L25.366 9.5Z", style: { fill: `var(--${type})` } })
213
196
  ] });
214
197
  }
215
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
216
- /* @__PURE__ */ jsx("path", { d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24Z", style: { fill: `var(--${type})` } }),
217
- /* @__PURE__ */ jsx("path", { d: "M15.691 22.2835L21.3106 27.9031L31.6127 17.6355L33.7305 19.7603L21.3078 32.143L13.5697 24.4048L15.691 22.2835Z", style: { fill: `var(--${fillType})` } })
218
- ] });
219
- }
220
- );
221
- var IconExclamationmark = /* @__PURE__ */ forwardRef(
222
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
223
- const iconSize = iconSizeMap[size];
224
- if (fill) {
225
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4C35.0457 4 44 12.9543 44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4ZM24 30C23.4551 30 22.9672 30.1956 22.5811 30.582C22.195 30.9685 22 31.4562 22 32C22 32.5438 22.195 33.0315 22.5811 33.418C22.9672 33.8044 23.4551 34 24 34C24.5449 34 25.0328 33.8044 25.4189 33.418C25.805 33.0315 26 32.5438 26 32C26 31.4562 25.805 30.9685 25.4189 30.582C25.0328 30.1956 24.5449 30 24 30ZM22.5 14V26H25.5V14H22.5Z", style: { fill: `var(--${type})` } }) });
226
- }
227
198
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
228
199
  /* @__PURE__ */ jsx("path", { d: "M23.9193 34.418C23.3743 34.418 22.8862 34.6135 22.5 35C22.1139 35.3865 21.9193 35.8742 21.9193 36.418C21.9193 36.9618 22.1139 37.4495 22.5 37.8359C22.8862 38.2225 23.3743 38.418 23.9193 38.418C24.4643 38.418 24.9524 38.2225 25.3386 37.8359C25.7247 37.4495 25.9193 36.9618 25.9193 36.418C25.9193 35.8742 25.7247 35.3865 25.3386 35C24.9524 34.6135 24.4643 34.418 23.9193 34.418Z", style: { fill: `var(--${type})` } }),
229
200
  /* @__PURE__ */ jsx("path", { d: "M25.366 9.5L25.366 29.5H22.366L22.366 9.5L25.366 9.5Z", style: { fill: `var(--${type})` } })
230
201
  ] });
231
202
  }
232
203
  );
233
- var IconExclamationmarkFill = /* @__PURE__ */ forwardRef(
234
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
235
- const iconSize = iconSizeMap[size];
236
- if (fill) {
237
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
238
- /* @__PURE__ */ jsx("circle", { cx: "24", cy: "24", r: "20", style: { fill: `var(--${type})` } }),
239
- /* @__PURE__ */ jsx("path", { d: "M23.9189 30C24.4639 30 24.9527 30.1955 25.3389 30.582C25.7249 30.9685 25.9189 31.4562 25.9189 32C25.9189 32.5438 25.7249 33.0315 25.3389 33.418C24.9527 33.8045 24.4639 34 23.9189 34C23.3741 33.9999 22.8861 33.8044 22.5 33.418C22.1139 33.0315 21.9189 32.5438 21.9189 32C21.9189 31.4562 22.1139 30.9685 22.5 30.582C22.8861 30.1956 23.3741 30.0001 23.9189 30Z", style: { fill: `var(--${fillType})` } }),
240
- /* @__PURE__ */ jsx("path", { d: "M25.5 26H22.5V14H25.5V26Z", style: { fill: `var(--${fillType})` } })
241
- ] });
242
- }
243
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
244
- /* @__PURE__ */ jsx("circle", { cx: "24", cy: "24", r: "20", style: { fill: `var(--${type})` } }),
245
- /* @__PURE__ */ jsx("path", { d: "M23.9189 30C24.4639 30 24.9527 30.1955 25.3389 30.582C25.7249 30.9685 25.9189 31.4562 25.9189 32C25.9189 32.5438 25.7249 33.0315 25.3389 33.418C24.9527 33.8045 24.4639 34 23.9189 34C23.3741 33.9999 22.8861 33.8044 22.5 33.418C22.1139 33.0315 21.9189 32.5438 21.9189 32C21.9189 31.4562 22.1139 30.9685 22.5 30.582C22.8861 30.1956 23.3741 30.0001 23.9189 30Z", style: { fill: `var(--${fillType})` } }),
246
- /* @__PURE__ */ jsx("path", { d: "M25.5 26H22.5V14H25.5V26Z", style: { fill: `var(--${fillType})` } })
247
- ] });
248
- }
249
- );
250
204
  var IconPlus = /* @__PURE__ */ forwardRef(
251
205
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
252
206
  const iconSize = iconSizeMap[size];
@@ -274,21 +228,6 @@ var IconClose = /* @__PURE__ */ forwardRef(
274
228
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M39.0625 11.0605L26.1201 24.002L39.0547 36.9365L36.9336 39.0576L23.999 26.123L11.0654 39.0576L8.94434 36.9365L21.8779 24.002L8.93652 11.0605L11.0586 8.93945L23.999 21.8809L36.9414 8.93945L39.0625 11.0605Z", style: { fill: `var(--${type})` } }) });
275
229
  }
276
230
  );
277
- var IconCloseFill = /* @__PURE__ */ forwardRef(
278
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
279
- const iconSize = iconSizeMap[size];
280
- if (fill) {
281
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
282
- /* @__PURE__ */ jsx("path", { d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24Z", style: { fill: `var(--${type})` } }),
283
- /* @__PURE__ */ jsx("path", { d: "M33.0605 17.0615L26.1211 24L33.0566 30.9355L30.9346 33.0576L23.999 26.1221L17.0654 33.0566L14.9434 30.9355L21.8779 24L14.9395 17.0615L17.0605 14.9404L23.999 21.8789L30.9395 14.9395L33.0605 17.0615Z", style: { fill: `var(--${fillType})` } })
284
- ] });
285
- }
286
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
287
- /* @__PURE__ */ jsx("path", { d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24Z", style: { fill: `var(--${type})` } }),
288
- /* @__PURE__ */ jsx("path", { d: "M33.0605 17.0615L26.1211 24L33.0566 30.9355L30.9346 33.0576L23.999 26.1221L17.0654 33.0566L14.9434 30.9355L21.8779 24L14.9395 17.0615L17.0605 14.9404L23.999 21.8789L30.9395 14.9395L33.0605 17.0615Z", style: { fill: `var(--${fillType})` } })
289
- ] });
290
- }
291
- );
292
231
  var IconDoubleArrowForward = /* @__PURE__ */ forwardRef(
293
232
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
294
233
  const iconSize = iconSizeMap[size];
@@ -530,9 +469,9 @@ var IconBalance = /* @__PURE__ */ forwardRef(
530
469
  const iconSize = iconSizeMap[size];
531
470
  if (fill) {
532
471
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
533
- /* @__PURE__ */ jsx("path", { d: "M24.7842 10.7662L39.2005 7.46227L38.5304 4.53809L6.09778 11.9711L6.76795 14.8953L21.7842 11.4538L21.7842 39.5009H11.5471V42.5009H34.8809V39.5009H24.7842L24.7842 10.7662Z", style: { fill: `var(--${type})` } }),
534
- /* @__PURE__ */ jsx("path", { d: "M39.1225 22.3673C39.5542 23.6623 38.5903 24.9997 37.2252 24.9997H30.7749C29.4098 24.9997 28.4458 23.6623 28.8775 22.3673L32.1027 12.6918C32.7105 10.8684 35.2896 10.8684 35.8974 12.6918L39.1225 22.3673Z", style: { fill: `var(--${type})` } }),
535
- /* @__PURE__ */ jsx("path", { d: "M18.1225 27.3673C18.5542 28.6623 17.5903 29.9997 16.2252 29.9997H9.77488C8.40976 29.9997 7.44583 28.6623 7.87751 27.3673L11.1027 17.6918C11.7105 15.8684 14.2896 15.8684 14.8974 17.6918L18.1225 27.3673Z", style: { fill: `var(--${type})` } })
472
+ /* @__PURE__ */ jsx("path", { d: "M24.7841 10.7662L39.2004 7.46227L38.5302 4.53809L6.09766 11.9711L6.76783 14.8953L21.7841 11.4538L21.7841 39.5009H11.547V42.5009H34.8808V39.5009H24.7841L24.7841 10.7662Z", style: { fill: `var(--${type})` } }),
473
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.7748 27.7404H38.0521C39.4173 27.7404 40.3812 26.403 39.9495 25.108L35.8108 12.6919C35.203 10.8685 32.6239 10.8685 32.0161 12.6919L27.8774 25.108C27.4457 26.403 28.4096 27.7404 29.7748 27.7404ZM36.6647 24.7404L33.9134 16.4866L31.1622 24.7404H36.6647Z", style: { fill: `var(--${type})` } }),
474
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.0521 32.925H8.77476C7.40964 32.925 6.4457 31.5876 6.87739 30.2925L11.0161 17.8765C11.6239 16.0531 14.203 16.0531 14.8108 17.8765L18.9495 30.2925C19.3812 31.5876 18.4173 32.925 17.0521 32.925ZM12.9134 21.6712L15.6647 29.925H10.1622L12.9134 21.6712Z", style: { fill: `var(--${type})` } })
536
475
  ] });
537
476
  }
538
477
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -563,7 +502,10 @@ var IconChartLineUptrend = /* @__PURE__ */ forwardRef(
563
502
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
564
503
  const iconSize = iconSizeMap[size];
565
504
  if (fill) {
566
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42 42H6V6H42V42ZM28.332 24.8994L19.7197 18.3662L10.4404 30.5605L12.8271 32.377L20.292 22.5664L28.9053 29.1006L37.8271 17.377L35.4404 15.5605L28.332 24.8994Z", style: { fill: `var(--${type})` } }) });
505
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
506
+ /* @__PURE__ */ jsx("path", { d: "M9 39H42V42H6V6H9V39Z", style: { fill: `var(--${type})` } }),
507
+ /* @__PURE__ */ jsx("path", { d: "M40.1934 14.9082L31.2715 26.6318L22.6592 20.0977L15.1934 29.9082L12.8066 28.0918L22.0859 15.8975L30.6982 22.4307L37.8066 13.0918L40.1934 14.9082Z", style: { fill: `var(--${type})` } })
508
+ ] });
567
509
  }
568
510
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
569
511
  /* @__PURE__ */ jsx("path", { d: "M9 39H42V42H6V6H9V39Z", style: { fill: `var(--${type})` } }),
@@ -754,7 +696,10 @@ var IconNewThread = /* @__PURE__ */ forwardRef(
754
696
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
755
697
  const iconSize = iconSizeMap[size];
756
698
  if (fill) {
757
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M42.5 6C42.776 6.00026 43 6.22405 43 6.5L42.9727 34.8018C42.9724 35.0776 42.7485 35.3016 42.4727 35.3018H12.9854L5.87109 42.1836C5.55443 42.4899 5.02504 42.2668 5.02344 41.8262L5 35.2559L5.02734 6.5C5.02761 6.22414 5.25153 6.00016 5.52734 6H42.5ZM22.5996 13V18.5996H17V21.4004H22.5996V27H25.4004V21.4004H31V18.5996H25.4004V13H22.5996Z", style: { fill: `var(--${type})` } }) });
699
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
700
+ /* @__PURE__ */ jsx("path", { d: "M25.4004 18.5996H31V21.4004H25.4004V27H22.5996V21.4004H17V18.5996H22.5996V13H25.4004V18.5996Z", style: { fill: `var(--${type})` } }),
701
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M42.5 6C42.776 6.00026 43 6.22405 43 6.5L42.9727 34.8018L42.9619 34.9023C42.9219 35.0975 42.7684 35.251 42.5732 35.291L42.4727 35.3018H12.9854L5.87109 42.1836C5.55443 42.4899 5.02504 42.2668 5.02344 41.8262L5 35.2559L5.02734 6.5C5.02761 6.22414 5.25153 6.00016 5.52734 6H42.5ZM8 35.2588L8.00195 35.9473L11.7715 32.3018H39.9746L39.998 9H8.02539L8 35.2588Z", style: { fill: `var(--${type})` } })
702
+ ] });
758
703
  }
759
704
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
760
705
  /* @__PURE__ */ jsx("path", { d: "M25.4004 18.5996H31V21.4004H25.4004V27H22.5996V21.4004H17V18.5996H22.5996V13H25.4004V18.5996Z", style: { fill: `var(--${type})` } }),
@@ -768,7 +713,10 @@ var IconSummarize = /* @__PURE__ */ forwardRef(
768
713
  if (fill) {
769
714
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
770
715
  /* @__PURE__ */ jsx("path", { d: "M38.7861 29.5791C38.9078 29.4273 39.152 29.539 39.1172 29.7305L38.125 35.1875H42.6182C42.7739 35.1875 42.8617 35.366 42.7666 35.4893L35.2109 45.2783C35.0915 45.433 34.8439 45.3245 34.877 45.1318L35.875 39.3125H31.3896C31.2327 39.3121 31.146 39.1305 31.2441 39.0078L38.7861 29.5791Z", style: { fill: `var(--${type})` } }),
771
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.5 6C41.7761 6 42 6.22386 42 6.5V28.0117C40.636 27.3637 39.1106 27 37.5 27C34.3908 27 31.5984 28.3525 29.6758 30.5H13.5V33.5H27.791C27.2825 34.7331 27 36.0834 27 37.5C27 39.1106 27.3637 40.636 28.0117 42H6.5C6.22386 42 6 41.7761 6 41.5V6.5C6 6.22386 6.22386 6 6.5 6H41.5ZM13.5 25.5H34.5V22.5H13.5V25.5ZM13.5 17.5H34.5V14.5H13.5V17.5Z", style: { fill: `var(--${type})` } })
716
+ /* @__PURE__ */ jsx("path", { d: "M41.5 6C41.7761 6 42 6.22386 42 6.5V27H39V9H9V39H27V42H6.5C6.22386 42 6 41.7761 6 41.5V6.5C6 6.22386 6.22386 6 6.5 6H41.5Z", style: { fill: `var(--${type})` } }),
717
+ /* @__PURE__ */ jsx("path", { d: "M27 33.5H14.5V30.5H27V33.5Z", style: { fill: `var(--${type})` } }),
718
+ /* @__PURE__ */ jsx("path", { d: "M33.5 25.5H14.5V22.5H33.5V25.5Z", style: { fill: `var(--${type})` } }),
719
+ /* @__PURE__ */ jsx("path", { d: "M33.5 17.5H14.5V14.5H33.5V17.5Z", style: { fill: `var(--${type})` } })
772
720
  ] });
773
721
  }
774
722
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -990,8 +938,8 @@ var IconLight = /* @__PURE__ */ forwardRef(
990
938
  const iconSize = iconSizeMap[size];
991
939
  if (fill) {
992
940
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
993
- /* @__PURE__ */ jsx("path", { d: "M23.5465 5.4707C23.7261 5.08637 24.273 5.08654 24.4527 5.4707L30.1275 17.6309C30.1772 17.7373 30.2633 17.8224 30.3697 17.8721L42.5289 23.5469C42.9136 23.7264 42.9136 24.2736 42.5289 24.4531L30.3697 30.1279C30.2633 30.1776 30.1772 30.2637 30.1275 30.3701L24.4527 42.5293C24.2732 42.914 23.726 42.914 23.5465 42.5293L17.8717 30.3701C17.822 30.2637 17.7369 30.1776 17.6305 30.1279L5.47031 24.4531C5.08615 24.2734 5.08598 23.7265 5.47031 23.5469L17.6305 17.8721C17.7367 17.8224 17.822 17.7371 17.8717 17.6309L23.5465 5.4707Z", style: { fill: `var(--${type})` } }),
994
- /* @__PURE__ */ jsx("path", { d: "M39.9088 9.09082L43.9996 11L39.9088 12.9092L37.9996 17L36.0904 12.9092L31.9996 11L36.0904 9.09082L37.9996 5L39.9088 9.09082Z", style: { fill: `var(--${type})` } })
941
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.5466 5.4707C23.7262 5.08642 24.2731 5.08658 24.4529 5.4707L30.1277 17.6309C30.1773 17.7369 30.2629 17.8224 30.3689 17.8721L42.5291 23.5469C42.9137 23.7265 42.9137 24.2735 42.5291 24.4531L30.3689 30.1279C30.2629 30.1775 30.1773 30.2631 30.1277 30.3691L24.4529 42.5293L24.4148 42.5967C24.22 42.8912 23.7795 42.8912 23.5847 42.5967L23.5466 42.5293L17.8718 30.3691C17.8346 30.2897 17.7768 30.2217 17.7058 30.1719L17.6306 30.1279L5.47046 24.4531C5.08628 24.2734 5.08609 23.7264 5.47046 23.5469L6.0105 23.2939L17.6306 17.8721C17.7102 17.8348 17.778 17.7772 17.8279 17.7061L17.8718 17.6309L23.5466 5.4707ZM20.5906 18.8994C20.2429 19.6443 19.644 20.2432 18.8992 20.5908L11.5935 24L18.8992 27.4092C19.5506 27.7132 20.0903 28.2102 20.448 28.8281L20.5906 29.1006L23.9998 36.4053L27.4089 29.1006C27.7566 28.3559 28.3556 27.7568 29.1003 27.4092L36.405 24L29.1003 20.5908C28.3557 20.2431 27.7565 19.6441 27.4089 18.8994L23.9998 11.5938L20.5906 18.8994Z", style: { fill: `var(--${type})` } }),
942
+ /* @__PURE__ */ jsx("path", { d: "M39.9089 9.09082L43.9998 11L39.9089 12.9092L37.9998 17L36.0906 12.9092L31.9998 11L36.0906 9.09082L37.9998 5L39.9089 9.09082Z", style: { fill: `var(--${type})` } })
995
943
  ] });
996
944
  }
997
945
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1055,23 +1003,6 @@ var IconDocumentWarning = /* @__PURE__ */ forwardRef(
1055
1003
  ] });
1056
1004
  }
1057
1005
  );
1058
- var IconPersonFill = /* @__PURE__ */ forwardRef(
1059
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1060
- const iconSize = iconSizeMap[size];
1061
- if (fill) {
1062
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1063
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4C32.7081 4 40.1167 9.56515 42.8623 17.333C43.5993 19.4182 44 21.6624 44 24C44 29.7141 41.6033 34.8681 37.7607 38.5127C36.5434 32.0562 30.804 27.167 24 27.167C17.1959 27.167 11.4556 32.0561 10.2383 38.5127C6.39607 34.8681 4 29.7139 4 24C4 21.6624 4.40069 19.4182 5.1377 17.333C7.88332 9.56515 15.2919 4 24 4ZM24 12.2334C20.5636 12.2334 17.7783 15.0196 17.7783 18.4561C17.7786 21.8923 20.5637 24.6777 24 24.6777C27.4363 24.6777 30.2224 21.8923 30.2227 18.4561C30.2227 15.0196 27.4364 12.2334 24 12.2334Z", style: { fill: `var(--${type})` } }),
1064
- /* @__PURE__ */ jsx("path", { d: "M24 27.167C30.8039 27.167 36.5432 32.0555 37.7607 38.5117C34.1754 41.9126 29.3318 44 24 44C18.6679 44 13.8237 41.9129 10.2383 38.5117C11.4557 32.0554 17.196 27.167 24 27.167Z", style: { fill: `var(--${fillType})` } }),
1065
- /* @__PURE__ */ jsx("path", { d: "M24 12.2334C27.4363 12.2334 30.2224 15.0189 30.2227 18.4551C30.2227 21.8915 27.4364 24.6777 24 24.6777C20.5636 24.6777 17.7773 21.8915 17.7773 18.4551C17.7776 15.0189 20.5637 12.2334 24 12.2334Z", style: { fill: `var(--${fillType})` } })
1066
- ] });
1067
- }
1068
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1069
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4C32.7081 4 40.1167 9.56515 42.8623 17.333C43.5993 19.4182 44 21.6624 44 24C44 29.7141 41.6033 34.8681 37.7607 38.5127C36.5434 32.0562 30.804 27.167 24 27.167C17.1959 27.167 11.4556 32.0561 10.2383 38.5127C6.39607 34.8681 4 29.7139 4 24C4 21.6624 4.40069 19.4182 5.1377 17.333C7.88332 9.56515 15.2919 4 24 4ZM24 12.2334C20.5636 12.2334 17.7783 15.0196 17.7783 18.4561C17.7786 21.8923 20.5637 24.6777 24 24.6777C27.4363 24.6777 30.2224 21.8923 30.2227 18.4561C30.2227 15.0196 27.4364 12.2334 24 12.2334Z", style: { fill: `var(--${type})` } }),
1070
- /* @__PURE__ */ jsx("path", { d: "M24 27.167C30.8039 27.167 36.5432 32.0555 37.7607 38.5117C34.1754 41.9126 29.3318 44 24 44C18.6679 44 13.8237 41.9129 10.2383 38.5117C11.4557 32.0554 17.196 27.167 24 27.167Z", style: { fill: `var(--${fillType})` } }),
1071
- /* @__PURE__ */ jsx("path", { d: "M24 12.2334C27.4363 12.2334 30.2224 15.0189 30.2227 18.4551C30.2227 21.8915 27.4364 24.6777 24 24.6777C20.5636 24.6777 17.7773 21.8915 17.7773 18.4551C17.7776 15.0189 20.5637 12.2334 24 12.2334Z", style: { fill: `var(--${fillType})` } })
1072
- ] });
1073
- }
1074
- );
1075
1006
  var IconStep = /* @__PURE__ */ forwardRef(
1076
1007
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1077
1008
  const iconSize = iconSizeMap[size];
@@ -1097,7 +1028,11 @@ var IconDescription = /* @__PURE__ */ forwardRef(
1097
1028
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1098
1029
  const iconSize = iconSizeMap[size];
1099
1030
  if (fill) {
1100
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.7988 4C26.928 4.00006 27.0524 4.05014 27.1455 4.13965L39.8467 16.3525C39.9447 16.4468 40 16.5769 40 16.7129V43.5C40 43.7761 39.7761 44 39.5 44H8.5C8.22386 44 8 43.7761 8 43.5V4.5C8 4.22386 8.22386 4 8.5 4H26.7988ZM16 34H32V31H16V34ZM16 26.5H32V23.5H16V26.5ZM26 17H37L26 7V17Z", style: { fill: `var(--${type})` } }) });
1031
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1032
+ /* @__PURE__ */ jsx("path", { d: "M32 34H16V31H32V34Z", style: { fill: `var(--${type})` } }),
1033
+ /* @__PURE__ */ jsx("path", { d: "M32 26.5H16V23.5H32V26.5Z", style: { fill: `var(--${type})` } }),
1034
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.7988 4C26.928 4.00006 27.0524 4.05014 27.1455 4.13965L39.8467 16.3525C39.9447 16.4468 40 16.5769 40 16.7129V43.5C40 43.7761 39.7761 44 39.5 44H8.5C8.22386 44 8 43.7761 8 43.5V4.5C8 4.22386 8.22386 4 8.5 4H26.7988ZM11 41H37V19.3926H24.6074V7H11V41ZM27.3926 16.6074H35.7842L27.3926 8.53809V16.6074Z", style: { fill: `var(--${type})` } })
1035
+ ] });
1101
1036
  }
1102
1037
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1103
1038
  /* @__PURE__ */ jsx("path", { d: "M32 34H16V31H32V34Z", style: { fill: `var(--${type})` } }),
@@ -1310,9 +1245,8 @@ var IconEssay = /* @__PURE__ */ forwardRef(
1310
1245
  const iconSize = iconSizeMap[size];
1311
1246
  if (fill) {
1312
1247
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1313
- /* @__PURE__ */ jsx("path", { d: "M42 41.9999H6V38.9999H42V41.9999Z", style: { fill: `var(--${type})` } }),
1314
- /* @__PURE__ */ jsx("path", { d: "M34.4385 17.9921L16.7871 35.8813C16.711 35.9571 16.6074 36.0005 16.5 36.0005H10.3066C10.0828 36.0003 9.90068 35.8181 9.90039 35.5942V29.4634C9.9004 29.3559 9.94363 29.2524 10.0195 29.1763L27.71 11.2635L34.4385 17.9921Z", style: { fill: `var(--${type})` } }),
1315
- /* @__PURE__ */ jsx("path", { d: "M33.9873 4.98913C34.1457 4.83109 34.4021 4.83111 34.5605 4.98913L40.7129 11.1415C40.871 11.2999 40.871 11.5562 40.7129 11.7147L36.4902 15.9383L29.7627 9.21081L33.9873 4.98913Z", style: { fill: `var(--${type})` } })
1248
+ /* @__PURE__ */ jsx("path", { d: "M42 41.9997H6V38.9997H42V41.9997Z", style: { fill: `var(--${type})` } }),
1249
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.9873 4.98993C34.1458 4.83144 34.403 4.83152 34.5615 4.98993L40.7129 11.1413L40.7646 11.2057C40.8536 11.3407 40.8536 11.5161 40.7646 11.6511L40.7129 11.7155L16.2354 36.194L16.1729 36.2448C16.1288 36.2741 16.0792 36.294 16.0273 36.3044L15.9482 36.3132L9.75586 36.3239C9.53145 36.3243 9.34881 36.1429 9.34863 35.9186L9.35645 29.7878C9.35669 29.6806 9.39988 29.5775 9.47559 29.5016L33.9873 4.98993ZM12.2588 30.8229L12.2539 33.4167L14.9121 33.4118L32.3584 15.9645L29.7373 13.3434L12.2588 30.8229ZM31.79 11.2907L34.4111 13.9118L36.8955 11.4294L34.2734 8.80731L31.79 11.2907Z", style: { fill: `var(--${type})` } })
1316
1250
  ] });
1317
1251
  }
1318
1252
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -1463,57 +1397,6 @@ var IconInfo = /* @__PURE__ */ forwardRef(
1463
1397
  ] });
1464
1398
  }
1465
1399
  );
1466
- var IconApple = /* @__PURE__ */ forwardRef(
1467
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1468
- const iconSize = iconSizeMap[size];
1469
- if (fill) {
1470
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1471
- /* @__PURE__ */ jsx("path", { d: "M29.5314 7.89979C30.7298 6.37985 31.6439 4.19991 31.3189 2C29.3486 2.13999 27.0534 3.37993 25.6925 4.97986C24.4738 6.43981 23.4785 8.61973 23.8644 10.7396C26.0175 10.8196 28.2518 9.53973 29.5314 7.89979Z", style: { fill: `var(--${type})` } }),
1472
- /* @__PURE__ */ jsx("path", { d: "M40.5 31.5796C39.586 33.5996 39.1391 34.5195 37.9407 36.3194C36.2751 38.8393 33.9189 41.9592 30.9737 41.9992C29.8084 42.0186 29.0464 41.6788 28.2209 41.3107C28.1974 41.3002 28.1739 41.2897 28.1504 41.2793C28.1147 41.2635 28.079 41.2477 28.0431 41.2318C27.0784 40.8041 26.0312 40.34 24.2099 40.3593C22.3301 40.3593 21.2549 40.8346 20.2637 41.2728L20.2491 41.2793C20.226 41.2893 20.203 41.2993 20.18 41.3093C19.3335 41.678 18.5513 42.0187 17.3648 41.9992C14.4602 41.9592 12.2259 39.1393 10.5603 36.6194C5.90887 29.5797 5.40107 21.34 8.28536 16.9402C10.3369 13.8203 13.5664 12.0004 16.5929 12.0004C18.2179 12.0004 19.5178 12.4604 20.7569 12.9004L20.7679 12.9043C21.9013 13.3028 22.9748 13.6803 24.1896 13.6803C25.327 13.6803 26.2411 13.3404 27.2566 12.9604C28.455 12.5004 29.7956 12.0004 31.7456 12.0004C34.4471 12.0004 37.311 13.4603 39.3422 15.9802C32.6799 19.6001 33.7565 29.0597 40.5 31.5796Z", style: { fill: `var(--${type})` } })
1473
- ] });
1474
- }
1475
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1476
- /* @__PURE__ */ jsx("path", { d: "M29.5314 7.89979C30.7298 6.37985 31.6439 4.19991 31.3189 2C29.3486 2.13999 27.0534 3.37993 25.6925 4.97986C24.4738 6.43981 23.4785 8.61973 23.8644 10.7396C26.0175 10.8196 28.2518 9.53973 29.5314 7.89979Z", style: { fill: `var(--${type})` } }),
1477
- /* @__PURE__ */ jsx("path", { d: "M40.5 31.5796C39.586 33.5996 39.1391 34.5195 37.9407 36.3194C36.2751 38.8393 33.9189 41.9592 30.9737 41.9992C29.8084 42.0186 29.0464 41.6788 28.2209 41.3107C28.1974 41.3002 28.1739 41.2897 28.1504 41.2793C28.1147 41.2635 28.079 41.2477 28.0431 41.2318C27.0784 40.8041 26.0312 40.34 24.2099 40.3593C22.3301 40.3593 21.2549 40.8346 20.2637 41.2728L20.2491 41.2793C20.226 41.2893 20.203 41.2993 20.18 41.3093C19.3335 41.678 18.5513 42.0187 17.3648 41.9992C14.4602 41.9592 12.2259 39.1393 10.5603 36.6194C5.90887 29.5797 5.40107 21.34 8.28536 16.9402C10.3369 13.8203 13.5664 12.0004 16.5929 12.0004C18.2179 12.0004 19.5178 12.4604 20.7569 12.9004L20.7679 12.9043C21.9013 13.3028 22.9748 13.6803 24.1896 13.6803C25.327 13.6803 26.2411 13.3404 27.2566 12.9604C28.455 12.5004 29.7956 12.0004 31.7456 12.0004C34.4471 12.0004 37.311 13.4603 39.3422 15.9802C32.6799 19.6001 33.7565 29.0597 40.5 31.5796Z", style: { fill: `var(--${type})` } })
1478
- ] });
1479
- }
1480
- );
1481
- var IconAndroid = /* @__PURE__ */ forwardRef(
1482
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1483
- const iconSize = iconSizeMap[size];
1484
- if (fill) {
1485
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M34.6909 19.1623L38.2036 13.1161C38.5091 12.5267 38.28 11.8042 37.7073 11.5C37.1536 11.2148 36.4664 11.3859 36.1227 11.9183L32.5336 18.0786C27.0736 15.778 20.9264 15.778 15.4664 18.0786L11.8773 11.9183C11.5145 11.3669 10.77 11.1958 10.2164 11.538C9.68182 11.8803 9.51 12.5647 9.79636 13.1161L13.3091 19.1623C7.70642 22.3483 3.95158 27.9539 3.11362 34.2854C3.03709 34.8636 3.49877 35.3616 4.08209 35.3616H43.9179C44.5012 35.3616 44.9629 34.8636 44.8864 34.2854C44.0484 27.9539 40.2936 22.3483 34.6909 19.1623ZM14.4545 30.133C13.1373 30.133 12.0682 29.0682 12.0682 27.7563C12.0682 26.4444 13.1373 25.3797 14.4545 25.3797C15.7718 25.3797 16.8409 26.4444 16.8409 27.7563C16.8409 29.0682 15.7718 30.133 14.4545 30.133ZM33.5455 30.133C32.2282 30.133 31.1591 29.0682 31.1591 27.7563C31.1591 26.4444 32.2282 25.3797 33.5455 25.3797C34.8627 25.3797 35.9318 26.4444 35.9318 27.7563C35.9318 29.0682 34.8627 30.133 33.5455 30.133Z", style: { fill: `var(--${type})` } }) });
1486
- }
1487
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M34.6909 19.1623L38.2036 13.1161C38.5091 12.5267 38.28 11.8042 37.7073 11.5C37.1536 11.2148 36.4664 11.3859 36.1227 11.9183L32.5336 18.0786C27.0736 15.778 20.9264 15.778 15.4664 18.0786L11.8773 11.9183C11.5145 11.3669 10.77 11.1958 10.2164 11.538C9.68182 11.8803 9.51 12.5647 9.79636 13.1161L13.3091 19.1623C7.70642 22.3483 3.95158 27.9539 3.11362 34.2854C3.03709 34.8636 3.49877 35.3616 4.08209 35.3616H43.9179C44.5012 35.3616 44.9629 34.8636 44.8864 34.2854C44.0484 27.9539 40.2936 22.3483 34.6909 19.1623ZM14.4545 30.133C13.1373 30.133 12.0682 29.0682 12.0682 27.7563C12.0682 26.4444 13.1373 25.3797 14.4545 25.3797C15.7718 25.3797 16.8409 26.4444 16.8409 27.7563C16.8409 29.0682 15.7718 30.133 14.4545 30.133ZM33.5455 30.133C32.2282 30.133 31.1591 29.0682 31.1591 27.7563C31.1591 26.4444 32.2282 25.3797 33.5455 25.3797C34.8627 25.3797 35.9318 26.4444 35.9318 27.7563C35.9318 29.0682 34.8627 30.133 33.5455 30.133Z", style: { fill: `var(--${type})` } }) });
1488
- }
1489
- );
1490
- var IconTwitter = /* @__PURE__ */ forwardRef(
1491
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1492
- const iconSize = iconSizeMap[size];
1493
- if (fill) {
1494
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M6.0878 6.5L19.9884 25.807L6 41.5H9.15L21.3933 27.7565L31.2878 41.5H42L27.3201 21.1099L40.3372 6.5H37.1927L25.9152 19.1547L16.8055 6.5H6.0878ZM10.7195 8.90554H15.6421L37.3738 39.0888H32.4512L10.7195 8.90554Z", style: { fill: `var(--${type})` } }) });
1495
- }
1496
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M6.0878 6.5L19.9884 25.807L6 41.5H9.15L21.3933 27.7565L31.2878 41.5H42L27.3201 21.1099L40.3372 6.5H37.1927L25.9152 19.1547L16.8055 6.5H6.0878ZM10.7195 8.90554H15.6421L37.3738 39.0888H32.4512L10.7195 8.90554Z", style: { fill: `var(--${type})` } }) });
1497
- }
1498
- );
1499
- var IconFacebook = /* @__PURE__ */ forwardRef(
1500
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1501
- const iconSize = iconSizeMap[size];
1502
- if (fill) {
1503
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M43 24C43 13.55 34.45 5 24 5C13.55 5 5 13.55 5 24C5 33.5 11.8875 41.3375 20.9125 42.7625V29.4625H16.1625V24H20.9125V19.725C20.9125 14.975 23.7625 12.3625 28.0375 12.3625C30.175 12.3625 32.3125 12.8375 32.3125 12.8375V17.5875H29.9375C27.5625 17.5875 26.85 19.0125 26.85 20.4375V24H32.075L31.125 29.4625H26.6125V43C36.1125 41.575 43 33.5 43 24Z", style: { fill: `var(--${type})` } }) });
1504
- }
1505
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M43 24C43 13.55 34.45 5 24 5C13.55 5 5 13.55 5 24C5 33.5 11.8875 41.3375 20.9125 42.7625V29.4625H16.1625V24H20.9125V19.725C20.9125 14.975 23.7625 12.3625 28.0375 12.3625C30.175 12.3625 32.3125 12.8375 32.3125 12.8375V17.5875H29.9375C27.5625 17.5875 26.85 19.0125 26.85 20.4375V24H32.075L31.125 29.4625H26.6125V43C36.1125 41.575 43 33.5 43 24Z", style: { fill: `var(--${type})` } }) });
1506
- }
1507
- );
1508
- var IconGoogle = /* @__PURE__ */ forwardRef(
1509
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1510
- const iconSize = iconSizeMap[size];
1511
- if (fill) {
1512
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M23.998 5C29.1194 5.00005 33.4204 6.88328 36.7109 9.94922L31.2607 15.3984C29.2917 13.5159 26.7875 12.5567 23.998 12.5566C19.0524 12.5566 14.8657 15.8951 13.3691 20.3818V20.3906C12.9891 21.5307 12.7725 22.7487 12.7725 24.001C12.7725 25.2533 12.9891 26.4713 13.3691 27.6113L13.3672 27.6123C14.8622 32.1018 19.0504 35.4424 23.998 35.4424C26.5543 35.4423 28.7303 34.7688 30.4316 33.6289L30.4336 33.6309C32.4459 32.2836 33.7851 30.2715 34.2256 27.8965H24V20.5469H41.8945C42.1191 21.7905 42.2402 23.0863 42.2402 24.4336C42.2401 30.2198 40.1678 35.0907 36.5752 38.3984H36.5703C33.4268 41.299 29.1268 43 23.998 43C16.5706 43 10.145 38.7419 7.01855 32.5322V32.5293C5.73315 29.9654 5 27.0651 5 24.001C5 20.9355 5.73304 18.0335 7.01953 15.4688L7.01855 15.4678C10.145 9.25807 16.5706 5 23.998 5Z", style: { fill: `var(--${type})` } }) });
1513
- }
1514
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M23.998 5C29.1194 5.00005 33.4204 6.88328 36.7109 9.94922L31.2607 15.3984C29.2917 13.5159 26.7875 12.5567 23.998 12.5566C19.0524 12.5566 14.8657 15.8951 13.3691 20.3818V20.3906C12.9891 21.5307 12.7725 22.7487 12.7725 24.001C12.7725 25.2533 12.9891 26.4713 13.3691 27.6113L13.3672 27.6123C14.8622 32.1018 19.0504 35.4424 23.998 35.4424C26.5543 35.4423 28.7303 34.7688 30.4316 33.6289L30.4336 33.6309C32.4459 32.2836 33.7851 30.2715 34.2256 27.8965H24V20.5469H41.8945C42.1191 21.7905 42.2402 23.0863 42.2402 24.4336C42.2401 30.2198 40.1678 35.0907 36.5752 38.3984H36.5703C33.4268 41.299 29.1268 43 23.998 43C16.5706 43 10.145 38.7419 7.01855 32.5322V32.5293C5.73315 29.9654 5 27.0651 5 24.001C5 20.9355 5.73304 18.0335 7.01953 15.4688L7.01855 15.4678C10.145 9.25807 16.5706 5 23.998 5Z", style: { fill: `var(--${type})` } }) });
1515
- }
1516
- );
1517
1400
  var IconCar = /* @__PURE__ */ forwardRef(
1518
1401
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1519
1402
  const iconSize = iconSizeMap[size];
@@ -1638,7 +1521,10 @@ var IconFire = /* @__PURE__ */ forwardRef(
1638
1521
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
1639
1522
  const iconSize = iconSizeMap[size];
1640
1523
  if (fill) {
1641
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 45C33.9411 45 42 37.6241 42 27.683C42 12 24 3.5 24 3.5V11.7944C24 15.5535 19.2846 17.2367 16.9042 14.3273L15 12C9 15.5 6 21.5445 6 27.683C6 37.6241 14.0589 45 24 45ZM24 39C28.4183 39 32 35.5479 32 31.2895C32 27.8945 30.4491 26.4577 28.713 24.8493C28.6239 24.7667 28.5343 24.6837 28.4444 24.6C26.3079 22.6097 24 21 24 21C24 21 21.6921 22.6097 19.5556 24.6C19.4657 24.6837 19.3761 24.7667 19.287 24.8492C17.5509 26.4577 16 27.8945 16 31.2895C16 35.5479 19.5817 39 24 39Z", style: { fill: `var(--${type})` } }) });
1524
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1525
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.5556 24.6C21.6921 22.6097 24 21 24 21C24 21 26.3079 22.6097 28.4444 24.6C28.5343 24.6837 28.6239 24.7667 28.713 24.8492C30.4491 26.4577 32 27.8945 32 31.2895C32 35.5479 28.4183 39 24 39C19.5817 39 16 35.5479 16 31.2895C16 27.8945 17.5509 26.4577 19.287 24.8493L19.2878 24.8485C19.3766 24.7662 19.4659 24.6835 19.5556 24.6ZM29 31.2895C29 33.7878 26.8666 36 24 36C21.1334 36 19 33.7878 19 31.2895C19 30.0472 19.2803 29.3796 19.6014 28.8864C19.9837 28.2992 20.4902 27.828 21.3928 26.9884L21.6004 26.7951C22.4174 26.0341 23.2734 25.3236 24 24.75C24.7266 25.3236 25.5826 26.0341 26.3996 26.7951L26.6072 26.9884C27.5098 27.828 28.0163 28.2992 28.3986 28.8864C28.7197 29.3796 29 30.0472 29 31.2895Z", style: { fill: `var(--${type})` } }),
1526
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 27.683C6 21.5445 9 15.5 15 12L17.3425 14.0823C19.9221 16.3752 24 14.544 24 11.0926V3.5C24 3.5 25.2088 4.07084 27 5.18961C32.1205 8.38793 42 16.0642 42 27.683C42 37.6241 33.9411 45 24 45C14.0589 45 6 37.6241 6 27.683ZM39 27.683C39 35.8171 32.4385 42 24 42C15.5615 42 9 35.8171 9 27.683C9 23.179 10.9115 18.7761 14.7442 15.7865L15.3495 16.3245C19.8638 20.3372 27 17.1326 27 11.0926V8.77944C28.2317 9.63134 29.6102 10.6848 30.9835 11.9316C35.1983 15.758 39 21.0586 39 27.683Z", style: { fill: `var(--${type})` } })
1527
+ ] });
1642
1528
  }
1643
1529
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1644
1530
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.5556 24.6C21.6921 22.6097 24 21 24 21C24 21 26.3079 22.6097 28.4444 24.6C28.5343 24.6837 28.6239 24.7667 28.713 24.8492C30.4491 26.4577 32 27.8945 32 31.2895C32 35.5479 28.4183 39 24 39C19.5817 39 16 35.5479 16 31.2895C16 27.8945 17.5509 26.4577 19.287 24.8493L19.2878 24.8485C19.3766 24.7662 19.4659 24.6835 19.5556 24.6ZM29 31.2895C29 33.7878 26.8666 36 24 36C21.1334 36 19 33.7878 19 31.2895C19 30.0472 19.2803 29.3796 19.6014 28.8864C19.9837 28.2992 20.4902 27.828 21.3928 26.9884L21.6004 26.7951C22.4174 26.0341 23.2734 25.3236 24 24.75C24.7266 25.3236 25.5826 26.0341 26.3996 26.7951L26.6072 26.9884C27.5098 27.828 28.0163 28.2992 28.3986 28.8864C28.7197 29.3796 29 30.0472 29 31.2895Z", style: { fill: `var(--${type})` } }),
@@ -1737,8 +1623,8 @@ var IconBookmarkCancel = /* @__PURE__ */ forwardRef(
1737
1623
  if (fill) {
1738
1624
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1739
1625
  /* @__PURE__ */ jsx("path", { d: "M41.9395 44.0608L44.0608 41.9395L6.06077 3.93945L3.93945 6.06077L41.9395 44.0608Z", style: { fill: `var(--${type})` } }),
1740
- /* @__PURE__ */ jsx("path", { d: "M39 5.00023C40.1046 5.00023 41 5.89566 41 7.00023V34.6361L11.3642 5.00023H39Z", style: { fill: `var(--${type})` } }),
1741
- /* @__PURE__ */ jsx("path", { d: "M10.3707 41.8278C9.09438 43.029 7 42.1241 7 40.3714V13.364L23.2975 29.6614L10.3707 41.8278Z", style: { fill: `var(--${type})` } })
1626
+ /* @__PURE__ */ jsx("path", { d: "M38.0001 8.00023V31.6362L41.0001 34.6362V7.00023C41.0001 5.89566 40.1047 5.00023 39.0001 5.00023H11.3642L14.3642 8.00023H38.0001Z", style: { fill: `var(--${type})` } }),
1627
+ /* @__PURE__ */ jsx("path", { d: "M7.00012 40.3714V13.3641L10.0001 16.3641V38.0569L21.1752 27.5392L23.2975 29.6615L10.3709 41.8278C9.0945 43.029 7.00012 42.1241 7.00012 40.3714Z", style: { fill: `var(--${type})` } })
1742
1628
  ] });
1743
1629
  }
1744
1630
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -2067,20 +1953,15 @@ var IconFolderShare = /* @__PURE__ */ forwardRef(
2067
1953
  ] });
2068
1954
  }
2069
1955
  );
2070
- var IconVerificationBadge = /* @__PURE__ */ forwardRef(
2071
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2072
- const iconSize = iconSizeMap[size];
2073
- if (fill) {
2074
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2529 9.61035L42.6377 11.2754L41.9385 18.8125L46.9346 24.5L41.9385 30.1875L42.6377 37.7256L35.2529 39.3906L31.3877 45.8994L24.4346 42.9053L17.4814 45.8994L13.6162 39.3906L6.23145 37.7256L6.93066 30.1875L1.93457 24.5L6.93066 18.8125L6.23145 11.2754L13.6162 9.61035L17.4814 3.10156L24.4346 6.0957L31.3877 3.10156L35.2529 9.61035ZM21.3105 27.9033L15.6914 22.2832L13.5703 24.4053L21.3076 32.1426L33.7305 19.7598L31.6123 17.6357L21.3105 27.9033Z", style: { fill: `var(--${type})` } }) });
2075
- }
2076
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2529 9.61035L42.6377 11.2754L41.9385 18.8125L46.9346 24.5L41.9385 30.1875L42.6377 37.7256L35.2529 39.3906L31.3877 45.8994L24.4346 42.9053L17.4814 45.8994L13.6162 39.3906L6.23145 37.7256L6.93066 30.1875L1.93457 24.5L6.93066 18.8125L6.23145 11.2754L13.6162 9.61035L17.4814 3.10156L24.4346 6.0957L31.3877 3.10156L35.2529 9.61035ZM21.3105 27.9033L15.6914 22.2832L13.5703 24.4053L21.3076 32.1426L33.7305 19.7598L31.6123 17.6357L21.3105 27.9033Z", style: { fill: `var(--${type})` } }) });
2077
- }
2078
- );
2079
1956
  var IconReport = /* @__PURE__ */ forwardRef(
2080
1957
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2081
1958
  const iconSize = iconSizeMap[size];
2082
1959
  if (fill) {
2083
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M43.5293 7C43.8054 7.00025 44.0296 7.22479 44.0293 7.50098L44.001 35.3857C44.0007 35.6615 43.7767 35.8855 43.501 35.8857H12.5L4.8457 43.1934C4.52753 43.4971 4 43.2709 4 42.8311V7.5C4 7.22386 4.22386 7 4.5 7H43.5293ZM24 24.918C23.4551 24.918 22.9672 25.1136 22.5811 25.5C22.195 25.8865 22 26.3742 22 26.918C22 27.4618 22.195 27.9495 22.5811 28.3359C22.9672 28.7224 23.4551 28.918 24 28.918C24.5449 28.918 25.0328 28.7224 25.4189 28.3359C25.805 27.9495 26 27.4618 26 26.918C26 26.3742 25.805 25.8865 25.4189 25.5C25.0328 25.1136 24.5449 24.918 24 24.918ZM22.5 13V23H25.5V13H22.5Z", style: { fill: `var(--${type})` } }) });
1960
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1961
+ /* @__PURE__ */ jsx("path", { d: "M24 24.918C24.5449 24.918 25.0328 25.1136 25.4189 25.5C25.805 25.8865 26 26.3742 26 26.918C26 27.4618 25.805 27.9495 25.4189 28.3359C25.0328 28.7224 24.5449 28.918 24 28.918C23.4551 28.918 22.9672 28.7224 22.5811 28.3359C22.195 27.9495 22 27.4618 22 26.918C22 26.3742 22.195 25.8865 22.5811 25.5C22.9672 25.1136 23.4551 24.918 24 24.918Z", style: { fill: `var(--${type})` } }),
1962
+ /* @__PURE__ */ jsx("path", { d: "M25.5 23H22.5V13H25.5V23Z", style: { fill: `var(--${type})` } }),
1963
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M43.5293 7C43.8054 7.00025 44.0296 7.22479 44.0293 7.50098L44.001 35.3857L43.9902 35.4863C43.9502 35.6814 43.7966 35.835 43.6016 35.875L43.501 35.8857H12.5L4.8457 43.1934L4.7832 43.2441C4.46314 43.4678 4 43.2434 4 42.8311V7.5C4 7.22386 4.22386 7 4.5 7H43.5293ZM7 36.9883L11.2979 32.8857H41.0039L41.0264 10H7V36.9883Z", style: { fill: `var(--${type})` } })
1964
+ ] });
2084
1965
  }
2085
1966
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2086
1967
  /* @__PURE__ */ jsx("path", { d: "M24 24.918C24.5449 24.918 25.0328 25.1136 25.4189 25.5C25.805 25.8865 26 26.3742 26 26.918C26 27.4618 25.805 27.9495 25.4189 28.3359C25.0328 28.7224 24.5449 28.918 24 28.918C23.4551 28.918 22.9672 28.7224 22.5811 28.3359C22.195 27.9495 22 27.4618 22 26.918C22 26.3742 22.195 25.8865 22.5811 25.5C22.9672 25.1136 23.4551 24.918 24 24.918Z", style: { fill: `var(--${type})` } }),
@@ -2206,25 +2087,6 @@ var IconNewThreadFolder = /* @__PURE__ */ forwardRef(
2206
2087
  ] });
2207
2088
  }
2208
2089
  );
2209
- var IconChrome = /* @__PURE__ */ forwardRef(
2210
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2211
- const iconSize = iconSizeMap[size];
2212
- if (fill) {
2213
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2214
- /* @__PURE__ */ jsx("path", { d: "M41.8584 17.5C42.5967 19.5279 43 21.7168 43 24C43 34.2531 34.8786 42.6079 24.7178 42.9854L32.8232 27.5205C33.2581 26.4315 33.5 25.2442 33.5 24C33.5 21.4847 32.5207 19.1995 30.9248 17.5H41.8584Z", style: { fill: `var(--${type})` } }),
2215
- /* @__PURE__ */ jsx("path", { d: "M16.3701 29.6592C18.1014 31.9895 20.8739 33.5 24 33.5C24.8886 33.5 25.7477 33.3746 26.5635 33.1465L21.4053 42.8232C12.1395 41.5579 5 33.6132 5 24C5 20.6322 5.87714 17.4695 7.41406 14.7266L16.3701 29.6592Z", style: { fill: `var(--${type})` } }),
2216
- /* @__PURE__ */ jsx("path", { d: "M24 17.5C27.5899 17.5 30.5 20.4101 30.5 24C30.5 27.5899 27.5899 30.5 24 30.5C20.4101 30.5 17.5 27.5899 17.5 24C17.5 20.4101 20.4101 17.5 24 17.5Z", style: { fill: `var(--${type})` } }),
2217
- /* @__PURE__ */ jsx("path", { d: "M24 5C31.0325 5 37.1718 8.82115 40.457 14.5H24C19.6261 14.5 15.9443 17.4564 14.8398 21.4795L9.28418 11.9805C12.7684 7.71968 18.0666 5 24 5Z", style: { fill: `var(--${type})` } })
2218
- ] });
2219
- }
2220
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2221
- /* @__PURE__ */ jsx("path", { d: "M41.8584 17.5C42.5967 19.5279 43 21.7168 43 24C43 34.2531 34.8786 42.6079 24.7178 42.9854L32.8232 27.5205C33.2581 26.4315 33.5 25.2442 33.5 24C33.5 21.4847 32.5207 19.1995 30.9248 17.5H41.8584Z", style: { fill: `var(--${type})` } }),
2222
- /* @__PURE__ */ jsx("path", { d: "M16.3701 29.6592C18.1014 31.9895 20.8739 33.5 24 33.5C24.8886 33.5 25.7477 33.3746 26.5635 33.1465L21.4053 42.8232C12.1395 41.5579 5 33.6132 5 24C5 20.6322 5.87714 17.4695 7.41406 14.7266L16.3701 29.6592Z", style: { fill: `var(--${type})` } }),
2223
- /* @__PURE__ */ jsx("path", { d: "M24 17.5C27.5899 17.5 30.5 20.4101 30.5 24C30.5 27.5899 27.5899 30.5 24 30.5C20.4101 30.5 17.5 27.5899 17.5 24C17.5 20.4101 20.4101 17.5 24 17.5Z", style: { fill: `var(--${type})` } }),
2224
- /* @__PURE__ */ jsx("path", { d: "M24 5C31.0325 5 37.1718 8.82115 40.457 14.5H24C19.6261 14.5 15.9443 17.4564 14.8398 21.4795L9.28418 11.9805C12.7684 7.71968 18.0666 5 24 5Z", style: { fill: `var(--${type})` } })
2225
- ] });
2226
- }
2227
- );
2228
2090
  var IconNewChromeExtension = /* @__PURE__ */ forwardRef(
2229
2091
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2230
2092
  const iconSize = iconSizeMap[size];
@@ -2272,11 +2134,7 @@ var IconTeams = /* @__PURE__ */ forwardRef(
2272
2134
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2273
2135
  const iconSize = iconSizeMap[size];
2274
2136
  if (fill) {
2275
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2276
- /* @__PURE__ */ jsx("path", { d: "M22.5 25.5V42H6V25.5H22.5Z", style: { fill: `var(--${type})` } }),
2277
- /* @__PURE__ */ jsx("path", { d: "M42 42H25.5V25.5H42V42Z", style: { fill: `var(--${type})` } }),
2278
- /* @__PURE__ */ jsx("path", { d: "M33 22.5H15V6H33V22.5Z", style: { fill: `var(--${type})` } })
2279
- ] });
2137
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.5 22.5H42V42H6V22.5H14V6H33.5V22.5ZM9 39H22.5V25.5H9V39ZM25.5 39H39V25.5H25.5V39ZM17 22.5H30.5V9H17V22.5Z", style: { fill: `var(--${type})` } }) });
2280
2138
  }
2281
2139
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.5 22.5H42V42H6V22.5H14V6H33.5V22.5ZM9 39H22.5V25.5H9V39ZM25.5 39H39V25.5H25.5V39ZM17 22.5H30.5V9H17V22.5Z", style: { fill: `var(--${type})` } }) });
2282
2140
  }
@@ -2473,7 +2331,7 @@ var IconCollections = /* @__PURE__ */ forwardRef(
2473
2331
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2474
2332
  const iconSize = iconSizeMap[size];
2475
2333
  if (fill) {
2476
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34 5C35.1046 5 36 5.89543 36 7V12.5H40.5C41.6046 12.5 42.5 13.3954 42.5 14.5V27.293C42.5 27.8234 42.2891 28.332 41.9141 28.707L35.8398 34.7803C35.6376 35.2563 35.2572 35.6365 34.7812 35.8389L28.707 41.9141C28.332 42.2891 27.8234 42.5 27.293 42.5H14.5C13.3954 42.5 12.5 41.6046 12.5 40.5V36H7C5.89543 36 5 35.1046 5 34V7C5 5.89543 5.89543 5 7 5H34ZM28 26.5C26.6194 26.5001 25.5 27.6194 25.5 29V38H28.5V29.5H37V26.5H28ZM8 33H12.5V14.5C12.5 13.3954 13.3954 12.5 14.5 12.5H33V8H8V33Z", style: { fill: `var(--${type})` } }) });
2334
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34 5C35.1046 5 36 5.89543 36 7V12.5H40.5C41.6046 12.5 42.5 13.3954 42.5 14.5V27.293C42.5 27.8234 42.2891 28.332 41.9141 28.707L35.8398 34.7803C35.6376 35.2563 35.2572 35.6365 34.7812 35.8389L28.707 41.9141C28.332 42.2891 27.8234 42.5 27.293 42.5H14.5C13.3954 42.5 12.5 41.6046 12.5 40.5V36H7C5.89543 36 5 35.1046 5 34V7C5 5.89543 5.89543 5 7 5H34ZM15.5 39.5H25.5V30C25.5 28.0671 27.0671 26.5001 29 26.5H39.5V15.5H15.5V39.5ZM29 29.5C28.724 29.5001 28.5 29.7239 28.5 30V37.8789L36.8789 29.5H29ZM8 33H12.5V14.5C12.5 13.3954 13.3954 12.5 14.5 12.5H33V8H8V33Z", style: { fill: `var(--${type})` } }) });
2477
2335
  }
2478
2336
  return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34 5C35.1046 5 36 5.89543 36 7V12.5H40.5C41.6046 12.5 42.5 13.3954 42.5 14.5V27.293C42.5 27.8234 42.2891 28.332 41.9141 28.707L35.8398 34.7803C35.6376 35.2563 35.2572 35.6365 34.7812 35.8389L28.707 41.9141C28.332 42.2891 27.8234 42.5 27.293 42.5H14.5C13.3954 42.5 12.5 41.6046 12.5 40.5V36H7C5.89543 36 5 35.1046 5 34V7C5 5.89543 5.89543 5 7 5H34ZM15.5 39.5H25.5V30C25.5 28.0671 27.0671 26.5001 29 26.5H39.5V15.5H15.5V39.5ZM29 29.5C28.724 29.5001 28.5 29.7239 28.5 30V37.8789L36.8789 29.5H29ZM8 33H12.5V14.5C12.5 13.3954 13.3954 12.5 14.5 12.5H33V8H8V33Z", style: { fill: `var(--${type})` } }) });
2479
2337
  }
@@ -2601,7 +2459,12 @@ var IconViewSidebar = /* @__PURE__ */ forwardRef(
2601
2459
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
2602
2460
  const iconSize = iconSizeMap[size];
2603
2461
  if (fill) {
2604
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M43 8C44.1046 8 45 8.89543 45 10V38C45 39.0357 44.2128 39.887 43.2041 39.9893L43 40H5L4.7959 39.9893C3.78722 39.887 3 39.0357 3 38V10C3 8.89543 3.89543 8 5 8H43ZM23 37H42V11H23V37ZM10 29.5V32.5H16V29.5H10ZM10 22.5V25.5H16V22.5H10ZM10 15.5V18.5H16V15.5H10Z", style: { fill: `var(--${type})` } }) });
2462
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2463
+ /* @__PURE__ */ jsx("path", { d: "M16 32.5H10V29.5H16V32.5Z", style: { fill: `var(--${type})` } }),
2464
+ /* @__PURE__ */ jsx("path", { d: "M16 25.5H10V22.5H16V25.5Z", style: { fill: `var(--${type})` } }),
2465
+ /* @__PURE__ */ jsx("path", { d: "M16 18.5H10V15.5H16V18.5Z", style: { fill: `var(--${type})` } }),
2466
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M43 8C44.1046 8 45 8.89543 45 10V38C45 39.0357 44.2128 39.887 43.2041 39.9893L43 40H5L4.7959 39.9893C3.78722 39.887 3 39.0357 3 38V10C3 8.89543 3.89543 8 5 8H43ZM6 37H20V11H6V37ZM23 37H42V11H23V37Z", style: { fill: `var(--${type})` } })
2467
+ ] });
2605
2468
  }
2606
2469
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
2607
2470
  /* @__PURE__ */ jsx("path", { d: "M16 32.5H10V29.5H16V32.5Z", style: { fill: `var(--${type})` } }),
@@ -4175,24 +4038,6 @@ var IconKeycapSlash = /* @__PURE__ */ forwardRef(
4175
4038
  ] });
4176
4039
  }
4177
4040
  );
4178
- var IconLinkedin = /* @__PURE__ */ forwardRef(
4179
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4180
- const iconSize = iconSizeMap[size];
4181
- if (fill) {
4182
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.5 6C41.7761 6 42 6.22386 42 6.5V41.5C42 41.7761 41.7761 42 41.5 42H6.5C6.22386 42 6 41.7761 6 41.5V6.5C6 6.22386 6.22386 6 6.5 6H41.5ZM11.5166 37H16.8848V19.667H11.5166V37ZM30.6914 19.1367C27.0341 19.1367 25.4823 21.9688 25.4648 22.001V19.667H20.3164V37H25.4648V27.9014C25.4648 25.4634 26.5873 24.0117 28.7354 24.0117C30.7098 24.0118 31.6572 25.4068 31.6572 27.9014V37H37V26.0254C37 21.3822 34.3678 19.1368 30.6914 19.1367ZM14.1748 11C12.4213 11 11.0001 12.432 11 14.1982C11 15.9646 12.4212 17.3965 14.1748 17.3965C15.9284 17.3964 17.3486 15.9645 17.3486 14.1982C17.3485 12.4321 15.9283 11.0001 14.1748 11Z", style: { fill: `var(--${type})` } }) });
4183
- }
4184
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.5 6C41.7761 6 42 6.22386 42 6.5V41.5C42 41.7761 41.7761 42 41.5 42H6.5C6.22386 42 6 41.7761 6 41.5V6.5C6 6.22386 6.22386 6 6.5 6H41.5ZM11.5166 37H16.8848V19.667H11.5166V37ZM30.6914 19.1367C27.0341 19.1367 25.4823 21.9688 25.4648 22.001V19.667H20.3164V37H25.4648V27.9014C25.4648 25.4634 26.5873 24.0117 28.7354 24.0117C30.7098 24.0118 31.6572 25.4068 31.6572 27.9014V37H37V26.0254C37 21.3822 34.3678 19.1368 30.6914 19.1367ZM14.1748 11C12.4213 11 11.0001 12.432 11 14.1982C11 15.9646 12.4212 17.3965 14.1748 17.3965C15.9284 17.3964 17.3486 15.9645 17.3486 14.1982C17.3485 12.4321 15.9283 11.0001 14.1748 11Z", style: { fill: `var(--${type})` } }) });
4185
- }
4186
- );
4187
- var IconWindow = /* @__PURE__ */ forwardRef(
4188
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4189
- const iconSize = iconSizeMap[size];
4190
- if (fill) {
4191
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M9 12.8532L21.26 11.1331L21.2654 23.3155L9.0112 23.3874L9 12.8532ZM21.2542 24.7191L21.2637 36.9121L9.00952 35.1765L9.00883 24.6373L21.2542 24.7191ZM22.7404 10.9081L38.9962 8.46409V23.1606L22.7404 23.2935V10.9081ZM39 24.8338L38.9962 39.4641L22.7404 37.1006L22.7176 24.8064L39 24.8338Z", style: { fill: `var(--${type})` } }) });
4192
- }
4193
- return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M9 12.8532L21.26 11.1331L21.2654 23.3155L9.0112 23.3874L9 12.8532ZM21.2542 24.7191L21.2637 36.9121L9.00952 35.1765L9.00883 24.6373L21.2542 24.7191ZM22.7404 10.9081L38.9962 8.46409V23.1606L22.7404 23.2935V10.9081ZM39 24.8338L38.9962 39.4641L22.7404 37.1006L22.7176 24.8064L39 24.8338Z", style: { fill: `var(--${type})` } }) });
4194
- }
4195
- );
4196
4041
  var IconColorLinkedin = /* @__PURE__ */ forwardRef(
4197
4042
  ({ size = "m", className, ...props }, ref) => {
4198
4043
  const iconSize = iconSizeMap[size];
@@ -4311,23 +4156,6 @@ var IconClockAdd = /* @__PURE__ */ forwardRef(
4311
4156
  ] });
4312
4157
  }
4313
4158
  );
4314
- var IconAccountCircle = /* @__PURE__ */ forwardRef(
4315
- ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4316
- const iconSize = iconSizeMap[size];
4317
- if (fill) {
4318
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4319
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4C32.7081 4 40.1167 9.56515 42.8623 17.333C43.5993 19.4182 44 21.6624 44 24C44 29.7141 41.6033 34.8681 37.7607 38.5127C36.5434 32.0562 30.804 27.167 24 27.167C17.1959 27.167 11.4556 32.0561 10.2383 38.5127C6.39607 34.8681 4 29.7139 4 24C4 21.6624 4.40069 19.4182 5.1377 17.333C7.88332 9.56515 15.2919 4 24 4ZM24 12.2334C20.5636 12.2334 17.7783 15.0196 17.7783 18.4561C17.7786 21.8923 20.5637 24.6777 24 24.6777C27.4363 24.6777 30.2224 21.8923 30.2227 18.4561C30.2227 15.0196 27.4364 12.2334 24 12.2334Z", style: { fill: `var(--${type})` } }),
4320
- /* @__PURE__ */ jsx("path", { d: "M24 27.167C30.8039 27.167 36.5432 32.0555 37.7607 38.5117C34.1754 41.9126 29.3318 44 24 44C18.6679 44 13.8237 41.9129 10.2383 38.5117C11.4557 32.0554 17.196 27.167 24 27.167Z", style: { fill: `var(--${fillType})` } }),
4321
- /* @__PURE__ */ jsx("path", { d: "M24 12.2334C27.4363 12.2334 30.2224 15.0189 30.2227 18.4551C30.2227 21.8915 27.4364 24.6777 24 24.6777C20.5636 24.6777 17.7773 21.8915 17.7773 18.4551C17.7776 15.0189 20.5637 12.2334 24 12.2334Z", style: { fill: `var(--${fillType})` } })
4322
- ] });
4323
- }
4324
- return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4325
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4C32.7081 4 40.1167 9.56515 42.8623 17.333C43.5993 19.4182 44 21.6624 44 24C44 29.7141 41.6033 34.8681 37.7607 38.5127C36.5434 32.0562 30.804 27.167 24 27.167C17.1959 27.167 11.4556 32.0561 10.2383 38.5127C6.39607 34.8681 4 29.7139 4 24C4 21.6624 4.40069 19.4182 5.1377 17.333C7.88332 9.56515 15.2919 4 24 4ZM24 12.2334C20.5636 12.2334 17.7783 15.0196 17.7783 18.4561C17.7786 21.8923 20.5637 24.6777 24 24.6777C27.4363 24.6777 30.2224 21.8923 30.2227 18.4561C30.2227 15.0196 27.4364 12.2334 24 12.2334Z", style: { fill: `var(--${type})` } }),
4326
- /* @__PURE__ */ jsx("path", { d: "M24 27.167C30.8039 27.167 36.5432 32.0555 37.7607 38.5117C34.1754 41.9126 29.3318 44 24 44C18.6679 44 13.8237 41.9129 10.2383 38.5117C11.4557 32.0554 17.196 27.167 24 27.167Z", style: { fill: `var(--${fillType})` } }),
4327
- /* @__PURE__ */ jsx("path", { d: "M24 12.2334C27.4363 12.2334 30.2224 15.0189 30.2227 18.4551C30.2227 21.8915 27.4364 24.6777 24 24.6777C20.5636 24.6777 17.7773 21.8915 17.7773 18.4551C17.7776 15.0189 20.5637 12.2334 24 12.2334Z", style: { fill: `var(--${fillType})` } })
4328
- ] });
4329
- }
4330
- );
4331
4159
  var IconSwitch = /* @__PURE__ */ forwardRef(
4332
4160
  ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4333
4161
  const iconSize = iconSizeMap[size];
@@ -4538,8 +4366,9 @@ var IconPencilWrite = /* @__PURE__ */ forwardRef(
4538
4366
  const iconSize = iconSizeMap[size];
4539
4367
  if (fill) {
4540
4368
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4541
- /* @__PURE__ */ jsx("path", { d: "M42 41.9995H6V38.9995H42V41.9995Z", style: { fill: `var(--${type})` } }),
4542
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.9873 4.98968C34.1458 4.8312 34.403 4.83128 34.5615 4.98968L40.7129 11.1411L40.7646 11.2055C40.8536 11.3404 40.8536 11.5159 40.7646 11.6508L40.7129 11.7153L16.2354 36.1938L16.1729 36.2446C16.1288 36.2739 16.0792 36.2937 16.0273 36.3041L15.9482 36.3129L9.75586 36.3237C9.53145 36.3241 9.34881 36.1427 9.34863 35.9184L9.35645 29.7875C9.35669 29.6803 9.39988 29.5773 9.47559 29.5014L33.9873 4.98968ZM12.2588 30.8227L12.2539 33.4164L14.9121 33.4116L32.3584 15.9643L29.7373 13.3432L12.2588 30.8227ZM31.79 11.2905L34.4111 13.9116L36.8955 11.4291L34.2734 8.80707L31.79 11.2905Z", style: { fill: `var(--${type})` } })
4369
+ /* @__PURE__ */ jsx("path", { d: "M42 41.9999H6V38.9999H42V41.9999Z", style: { fill: `var(--${type})` } }),
4370
+ /* @__PURE__ */ jsx("path", { d: "M34.4385 17.9921L16.7871 35.8813C16.711 35.9571 16.6074 36.0005 16.5 36.0005H10.3066C10.0828 36.0003 9.90068 35.8181 9.90039 35.5942V29.4634C9.9004 29.3559 9.94363 29.2524 10.0195 29.1763L27.71 11.2635L34.4385 17.9921Z", style: { fill: `var(--${type})` } }),
4371
+ /* @__PURE__ */ jsx("path", { d: "M33.9873 4.98913C34.1457 4.83109 34.4021 4.83111 34.5605 4.98913L40.7129 11.1415C40.871 11.2999 40.871 11.5562 40.7129 11.7147L36.4902 15.9383L29.7627 9.21081L33.9873 4.98913Z", style: { fill: `var(--${type})` } })
4543
4372
  ] });
4544
4373
  }
4545
4374
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
@@ -4989,13 +4818,13 @@ var IconBackOffice = /* @__PURE__ */ forwardRef(
4989
4818
  const iconSize = iconSizeMap[size];
4990
4819
  if (fill) {
4991
4820
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4992
- /* @__PURE__ */ jsx("path", { d: "M37 33.5H21.5V30.5H37V33.5Z", style: { fill: `var(--${type})` } }),
4821
+ /* @__PURE__ */ jsx("path", { d: "M37 33H21.5V30H37V33Z", style: { fill: `var(--${type})` } }),
4993
4822
  /* @__PURE__ */ jsx("path", { d: "M21.6748 23.8828L12.8271 32.7314L10.9395 30.8428L17.8984 23.8828L10.9395 16.9229L12.8271 15.0352L21.6748 23.8828Z", style: { fill: `var(--${type})` } }),
4994
4823
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M43.5 7.99902C43.7761 7.99902 44 8.22386 44 8.5V39.5L43.9902 39.6006C43.9502 39.7959 43.7959 39.9504 43.6006 39.9902L43.5 40H4.5L4.39941 39.9902C4.1716 39.9437 4.00023 39.7415 4 39.5V8.5C4 8.22386 4.22386 7.99902 4.5 7.99902H43.5ZM7 37H41V11H7V37Z", style: { fill: `var(--${type})` } })
4995
4824
  ] });
4996
4825
  }
4997
4826
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4998
- /* @__PURE__ */ jsx("path", { d: "M37 33.5H21.5V30.5H37V33.5Z", style: { fill: `var(--${type})` } }),
4827
+ /* @__PURE__ */ jsx("path", { d: "M37 33H21.5V30H37V33Z", style: { fill: `var(--${type})` } }),
4999
4828
  /* @__PURE__ */ jsx("path", { d: "M21.6748 23.8828L12.8271 32.7314L10.9395 30.8428L17.8984 23.8828L10.9395 16.9229L12.8271 15.0352L21.6748 23.8828Z", style: { fill: `var(--${type})` } }),
5000
4829
  /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M43.5 7.99902C43.7761 7.99902 44 8.22386 44 8.5V39.5L43.9902 39.6006C43.9502 39.7959 43.7959 39.9504 43.6006 39.9902L43.5 40H4.5L4.39941 39.9902C4.1716 39.9437 4.00023 39.7415 4 39.5V8.5C4 8.22386 4.22386 7.99902 4.5 7.99902H43.5ZM7 37H41V11H7V37Z", style: { fill: `var(--${type})` } })
5001
4830
  ] });
@@ -5046,5 +4875,183 @@ var IconColorTable = /* @__PURE__ */ forwardRef(
5046
4875
  ] });
5047
4876
  }
5048
4877
  );
4878
+ var IconMore = /* @__PURE__ */ forwardRef(
4879
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4880
+ const iconSize = iconSizeMap[size];
4881
+ if (fill) {
4882
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4883
+ /* @__PURE__ */ jsx("path", { d: "M6 22C6 20.8954 6.89543 20 8 20H12C13.1046 20 14 20.8954 14 22V26C14 27.1046 13.1046 28 12 28H8C6.89543 28 6 27.1046 6 26V22Z", style: { fill: `var(--${type})` } }),
4884
+ /* @__PURE__ */ jsx("path", { d: "M20 22C20 20.8954 20.8954 20 22 20H26C27.1046 20 28 20.8954 28 22V26C28 27.1046 27.1046 28 26 28H22C20.8954 28 20 27.1046 20 26V22Z", style: { fill: `var(--${type})` } }),
4885
+ /* @__PURE__ */ jsx("path", { d: "M36 20C34.8954 20 34 20.8954 34 22V26C34 27.1046 34.8954 28 36 28H40C41.1046 28 42 27.1046 42 26V22C42 20.8954 41.1046 20 40 20H36Z", style: { fill: `var(--${type})` } })
4886
+ ] });
4887
+ }
4888
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4889
+ /* @__PURE__ */ jsx("path", { d: "M6 22C6 20.8954 6.89543 20 8 20H12C13.1046 20 14 20.8954 14 22V26C14 27.1046 13.1046 28 12 28H8C6.89543 28 6 27.1046 6 26V22Z", style: { fill: `var(--${type})` } }),
4890
+ /* @__PURE__ */ jsx("path", { d: "M20 22C20 20.8954 20.8954 20 22 20H26C27.1046 20 28 20.8954 28 22V26C28 27.1046 27.1046 28 26 28H22C20.8954 28 20 27.1046 20 26V22Z", style: { fill: `var(--${type})` } }),
4891
+ /* @__PURE__ */ jsx("path", { d: "M36 20C34.8954 20 34 20.8954 34 22V26C34 27.1046 34.8954 28 36 28H40C41.1046 28 42 27.1046 42 26V22C42 20.8954 41.1046 20 40 20H36Z", style: { fill: `var(--${type})` } })
4892
+ ] });
4893
+ }
4894
+ );
4895
+ var IconCheckMarkFill = /* @__PURE__ */ forwardRef(
4896
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4897
+ const iconSize = iconSizeMap[size];
4898
+ if (fill) {
4899
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4900
+ /* @__PURE__ */ jsx("path", { d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24Z", style: { fill: `var(--${type})` } }),
4901
+ /* @__PURE__ */ jsx("path", { d: "M15.691 22.2835L21.3106 27.9031L31.6127 17.6355L33.7305 19.7603L21.3078 32.143L13.5697 24.4048L15.691 22.2835Z", style: { fill: `var(--${fillType})` } })
4902
+ ] });
4903
+ }
4904
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4905
+ /* @__PURE__ */ jsx("path", { d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24Z", style: { fill: `var(--${type})` } }),
4906
+ /* @__PURE__ */ jsx("path", { d: "M15.691 22.2835L21.3106 27.9031L31.6127 17.6355L33.7305 19.7603L21.3078 32.143L13.5697 24.4048L15.691 22.2835Z", style: { fill: `var(--${fillType})` } })
4907
+ ] });
4908
+ }
4909
+ );
4910
+ var IconExclamationmarkFill = /* @__PURE__ */ forwardRef(
4911
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4912
+ const iconSize = iconSizeMap[size];
4913
+ if (fill) {
4914
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4915
+ /* @__PURE__ */ jsx("circle", { cx: "24", cy: "24", r: "20", style: { fill: `var(--${type})` } }),
4916
+ /* @__PURE__ */ jsx("path", { d: "M23.9189 30C24.4639 30 24.9527 30.1955 25.3389 30.582C25.7249 30.9685 25.9189 31.4562 25.9189 32C25.9189 32.5438 25.7249 33.0315 25.3389 33.418C24.9527 33.8045 24.4639 34 23.9189 34C23.3741 33.9999 22.8861 33.8044 22.5 33.418C22.1139 33.0315 21.9189 32.5438 21.9189 32C21.9189 31.4562 22.1139 30.9685 22.5 30.582C22.8861 30.1956 23.3741 30.0001 23.9189 30Z", style: { fill: `var(--${fillType})` } }),
4917
+ /* @__PURE__ */ jsx("path", { d: "M25.5 26H22.5V14H25.5V26Z", style: { fill: `var(--${fillType})` } })
4918
+ ] });
4919
+ }
4920
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4921
+ /* @__PURE__ */ jsx("circle", { cx: "24", cy: "24", r: "20", style: { fill: `var(--${type})` } }),
4922
+ /* @__PURE__ */ jsx("path", { d: "M23.9189 30C24.4639 30 24.9527 30.1955 25.3389 30.582C25.7249 30.9685 25.9189 31.4562 25.9189 32C25.9189 32.5438 25.7249 33.0315 25.3389 33.418C24.9527 33.8045 24.4639 34 23.9189 34C23.3741 33.9999 22.8861 33.8044 22.5 33.418C22.1139 33.0315 21.9189 32.5438 21.9189 32C21.9189 31.4562 22.1139 30.9685 22.5 30.582C22.8861 30.1956 23.3741 30.0001 23.9189 30Z", style: { fill: `var(--${fillType})` } }),
4923
+ /* @__PURE__ */ jsx("path", { d: "M25.5 26H22.5V14H25.5V26Z", style: { fill: `var(--${fillType})` } })
4924
+ ] });
4925
+ }
4926
+ );
4927
+ var IconCloseFill = /* @__PURE__ */ forwardRef(
4928
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4929
+ const iconSize = iconSizeMap[size];
4930
+ if (fill) {
4931
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4932
+ /* @__PURE__ */ jsx("path", { d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24Z", style: { fill: `var(--${type})` } }),
4933
+ /* @__PURE__ */ jsx("path", { d: "M33.0605 17.0615L26.1211 24L33.0566 30.9355L30.9346 33.0576L23.999 26.1221L17.0654 33.0566L14.9434 30.9355L21.8779 24L14.9395 17.0615L17.0605 14.9404L23.999 21.8789L30.9395 14.9395L33.0605 17.0615Z", style: { fill: `var(--${fillType})` } })
4934
+ ] });
4935
+ }
4936
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4937
+ /* @__PURE__ */ jsx("path", { d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24Z", style: { fill: `var(--${type})` } }),
4938
+ /* @__PURE__ */ jsx("path", { d: "M33.0605 17.0615L26.1211 24L33.0566 30.9355L30.9346 33.0576L23.999 26.1221L17.0654 33.0566L14.9434 30.9355L21.8779 24L14.9395 17.0615L17.0605 14.9404L23.999 21.8789L30.9395 14.9395L33.0605 17.0615Z", style: { fill: `var(--${fillType})` } })
4939
+ ] });
4940
+ }
4941
+ );
4942
+ var IconApple = /* @__PURE__ */ forwardRef(
4943
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4944
+ const iconSize = iconSizeMap[size];
4945
+ if (fill) {
4946
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4947
+ /* @__PURE__ */ jsx("path", { d: "M29.5314 7.89979C30.7298 6.37985 31.6439 4.19991 31.3189 2C29.3486 2.13999 27.0534 3.37993 25.6925 4.97986C24.4738 6.43981 23.4785 8.61973 23.8644 10.7396C26.0175 10.8196 28.2518 9.53973 29.5314 7.89979Z", style: { fill: `var(--${type})` } }),
4948
+ /* @__PURE__ */ jsx("path", { d: "M40.5 31.5796C39.586 33.5996 39.1391 34.5195 37.9407 36.3194C36.2751 38.8393 33.9189 41.9592 30.9737 41.9992C29.8084 42.0186 29.0464 41.6788 28.2209 41.3107C28.1974 41.3002 28.1739 41.2897 28.1504 41.2793C28.1147 41.2635 28.079 41.2477 28.0431 41.2318C27.0784 40.8041 26.0312 40.34 24.2099 40.3593C22.3301 40.3593 21.2549 40.8346 20.2637 41.2728L20.2491 41.2793C20.226 41.2893 20.203 41.2993 20.18 41.3093C19.3335 41.678 18.5513 42.0187 17.3648 41.9992C14.4602 41.9592 12.2259 39.1393 10.5603 36.6194C5.90887 29.5797 5.40107 21.34 8.28536 16.9402C10.3369 13.8203 13.5664 12.0004 16.5929 12.0004C18.2179 12.0004 19.5178 12.4604 20.7569 12.9004L20.7679 12.9043C21.9013 13.3028 22.9748 13.6803 24.1896 13.6803C25.327 13.6803 26.2411 13.3404 27.2566 12.9604C28.455 12.5004 29.7956 12.0004 31.7456 12.0004C34.4471 12.0004 37.311 13.4603 39.3422 15.9802C32.6799 19.6001 33.7565 29.0597 40.5 31.5796Z", style: { fill: `var(--${type})` } })
4949
+ ] });
4950
+ }
4951
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4952
+ /* @__PURE__ */ jsx("path", { d: "M29.5314 7.89979C30.7298 6.37985 31.6439 4.19991 31.3189 2C29.3486 2.13999 27.0534 3.37993 25.6925 4.97986C24.4738 6.43981 23.4785 8.61973 23.8644 10.7396C26.0175 10.8196 28.2518 9.53973 29.5314 7.89979Z", style: { fill: `var(--${type})` } }),
4953
+ /* @__PURE__ */ jsx("path", { d: "M40.5 31.5796C39.586 33.5996 39.1391 34.5195 37.9407 36.3194C36.2751 38.8393 33.9189 41.9592 30.9737 41.9992C29.8084 42.0186 29.0464 41.6788 28.2209 41.3107C28.1974 41.3002 28.1739 41.2897 28.1504 41.2793C28.1147 41.2635 28.079 41.2477 28.0431 41.2318C27.0784 40.8041 26.0312 40.34 24.2099 40.3593C22.3301 40.3593 21.2549 40.8346 20.2637 41.2728L20.2491 41.2793C20.226 41.2893 20.203 41.2993 20.18 41.3093C19.3335 41.678 18.5513 42.0187 17.3648 41.9992C14.4602 41.9592 12.2259 39.1393 10.5603 36.6194C5.90887 29.5797 5.40107 21.34 8.28536 16.9402C10.3369 13.8203 13.5664 12.0004 16.5929 12.0004C18.2179 12.0004 19.5178 12.4604 20.7569 12.9004L20.7679 12.9043C21.9013 13.3028 22.9748 13.6803 24.1896 13.6803C25.327 13.6803 26.2411 13.3404 27.2566 12.9604C28.455 12.5004 29.7956 12.0004 31.7456 12.0004C34.4471 12.0004 37.311 13.4603 39.3422 15.9802C32.6799 19.6001 33.7565 29.0597 40.5 31.5796Z", style: { fill: `var(--${type})` } })
4954
+ ] });
4955
+ }
4956
+ );
4957
+ var IconAndroid = /* @__PURE__ */ forwardRef(
4958
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4959
+ const iconSize = iconSizeMap[size];
4960
+ if (fill) {
4961
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M34.6909 19.1623L38.2036 13.1161C38.5091 12.5267 38.28 11.8042 37.7073 11.5C37.1536 11.2148 36.4664 11.3859 36.1227 11.9183L32.5336 18.0786C27.0736 15.778 20.9264 15.778 15.4664 18.0786L11.8773 11.9183C11.5145 11.3669 10.77 11.1958 10.2164 11.538C9.68182 11.8803 9.51 12.5647 9.79636 13.1161L13.3091 19.1623C7.70642 22.3483 3.95158 27.9539 3.11362 34.2854C3.03709 34.8636 3.49877 35.3616 4.08209 35.3616H43.9179C44.5012 35.3616 44.9629 34.8636 44.8864 34.2854C44.0484 27.9539 40.2936 22.3483 34.6909 19.1623ZM14.4545 30.133C13.1373 30.133 12.0682 29.0682 12.0682 27.7563C12.0682 26.4444 13.1373 25.3797 14.4545 25.3797C15.7718 25.3797 16.8409 26.4444 16.8409 27.7563C16.8409 29.0682 15.7718 30.133 14.4545 30.133ZM33.5455 30.133C32.2282 30.133 31.1591 29.0682 31.1591 27.7563C31.1591 26.4444 32.2282 25.3797 33.5455 25.3797C34.8627 25.3797 35.9318 26.4444 35.9318 27.7563C35.9318 29.0682 34.8627 30.133 33.5455 30.133Z", style: { fill: `var(--${type})` } }) });
4962
+ }
4963
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M34.6909 19.1623L38.2036 13.1161C38.5091 12.5267 38.28 11.8042 37.7073 11.5C37.1536 11.2148 36.4664 11.3859 36.1227 11.9183L32.5336 18.0786C27.0736 15.778 20.9264 15.778 15.4664 18.0786L11.8773 11.9183C11.5145 11.3669 10.77 11.1958 10.2164 11.538C9.68182 11.8803 9.51 12.5647 9.79636 13.1161L13.3091 19.1623C7.70642 22.3483 3.95158 27.9539 3.11362 34.2854C3.03709 34.8636 3.49877 35.3616 4.08209 35.3616H43.9179C44.5012 35.3616 44.9629 34.8636 44.8864 34.2854C44.0484 27.9539 40.2936 22.3483 34.6909 19.1623ZM14.4545 30.133C13.1373 30.133 12.0682 29.0682 12.0682 27.7563C12.0682 26.4444 13.1373 25.3797 14.4545 25.3797C15.7718 25.3797 16.8409 26.4444 16.8409 27.7563C16.8409 29.0682 15.7718 30.133 14.4545 30.133ZM33.5455 30.133C32.2282 30.133 31.1591 29.0682 31.1591 27.7563C31.1591 26.4444 32.2282 25.3797 33.5455 25.3797C34.8627 25.3797 35.9318 26.4444 35.9318 27.7563C35.9318 29.0682 34.8627 30.133 33.5455 30.133Z", style: { fill: `var(--${type})` } }) });
4964
+ }
4965
+ );
4966
+ var IconTwitter = /* @__PURE__ */ forwardRef(
4967
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4968
+ const iconSize = iconSizeMap[size];
4969
+ if (fill) {
4970
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M6.0878 6.5L19.9884 25.807L6 41.5H9.15L21.3933 27.7565L31.2878 41.5H42L27.3201 21.1099L40.3372 6.5H37.1927L25.9152 19.1547L16.8055 6.5H6.0878ZM10.7195 8.90554H15.6421L37.3738 39.0888H32.4512L10.7195 8.90554Z", style: { fill: `var(--${type})` } }) });
4971
+ }
4972
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M6.0878 6.5L19.9884 25.807L6 41.5H9.15L21.3933 27.7565L31.2878 41.5H42L27.3201 21.1099L40.3372 6.5H37.1927L25.9152 19.1547L16.8055 6.5H6.0878ZM10.7195 8.90554H15.6421L37.3738 39.0888H32.4512L10.7195 8.90554Z", style: { fill: `var(--${type})` } }) });
4973
+ }
4974
+ );
4975
+ var IconGoogle = /* @__PURE__ */ forwardRef(
4976
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4977
+ const iconSize = iconSizeMap[size];
4978
+ if (fill) {
4979
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M23.998 5C29.1194 5.00005 33.4204 6.88328 36.7109 9.94922L31.2607 15.3984C29.2917 13.5159 26.7875 12.5567 23.998 12.5566C19.0524 12.5566 14.8657 15.8951 13.3691 20.3818V20.3906C12.9891 21.5307 12.7725 22.7487 12.7725 24.001C12.7725 25.2533 12.9891 26.4713 13.3691 27.6113L13.3672 27.6123C14.8622 32.1018 19.0504 35.4424 23.998 35.4424C26.5543 35.4423 28.7303 34.7688 30.4316 33.6289L30.4336 33.6309C32.4459 32.2836 33.7851 30.2715 34.2256 27.8965H24V20.5469H41.8945C42.1191 21.7905 42.2402 23.0863 42.2402 24.4336C42.2401 30.2198 40.1678 35.0907 36.5752 38.3984H36.5703C33.4268 41.299 29.1268 43 23.998 43C16.5706 43 10.145 38.7419 7.01855 32.5322V32.5293C5.73315 29.9654 5 27.0651 5 24.001C5 20.9355 5.73304 18.0335 7.01953 15.4688L7.01855 15.4678C10.145 9.25807 16.5706 5 23.998 5Z", style: { fill: `var(--${type})` } }) });
4980
+ }
4981
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M23.998 5C29.1194 5.00005 33.4204 6.88328 36.7109 9.94922L31.2607 15.3984C29.2917 13.5159 26.7875 12.5567 23.998 12.5566C19.0524 12.5566 14.8657 15.8951 13.3691 20.3818V20.3906C12.9891 21.5307 12.7725 22.7487 12.7725 24.001C12.7725 25.2533 12.9891 26.4713 13.3691 27.6113L13.3672 27.6123C14.8622 32.1018 19.0504 35.4424 23.998 35.4424C26.5543 35.4423 28.7303 34.7688 30.4316 33.6289L30.4336 33.6309C32.4459 32.2836 33.7851 30.2715 34.2256 27.8965H24V20.5469H41.8945C42.1191 21.7905 42.2402 23.0863 42.2402 24.4336C42.2401 30.2198 40.1678 35.0907 36.5752 38.3984H36.5703C33.4268 41.299 29.1268 43 23.998 43C16.5706 43 10.145 38.7419 7.01855 32.5322V32.5293C5.73315 29.9654 5 27.0651 5 24.001C5 20.9355 5.73304 18.0335 7.01953 15.4688L7.01855 15.4678C10.145 9.25807 16.5706 5 23.998 5Z", style: { fill: `var(--${type})` } }) });
4982
+ }
4983
+ );
4984
+ var IconWindow = /* @__PURE__ */ forwardRef(
4985
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4986
+ const iconSize = iconSizeMap[size];
4987
+ if (fill) {
4988
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M9 12.8532L21.26 11.1331L21.2654 23.3155L9.0112 23.3874L9 12.8532ZM21.2542 24.7191L21.2637 36.9121L9.00952 35.1765L9.00883 24.6373L21.2542 24.7191ZM22.7404 10.9081L38.9962 8.46409V23.1606L22.7404 23.2935V10.9081ZM39 24.8338L38.9962 39.4641L22.7404 37.1006L22.7176 24.8064L39 24.8338Z", style: { fill: `var(--${type})` } }) });
4989
+ }
4990
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M9 12.8532L21.26 11.1331L21.2654 23.3155L9.0112 23.3874L9 12.8532ZM21.2542 24.7191L21.2637 36.9121L9.00952 35.1765L9.00883 24.6373L21.2542 24.7191ZM22.7404 10.9081L38.9962 8.46409V23.1606L22.7404 23.2935V10.9081ZM39 24.8338L38.9962 39.4641L22.7404 37.1006L22.7176 24.8064L39 24.8338Z", style: { fill: `var(--${type})` } }) });
4991
+ }
4992
+ );
4993
+ var IconAccountCircle = /* @__PURE__ */ forwardRef(
4994
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
4995
+ const iconSize = iconSizeMap[size];
4996
+ if (fill) {
4997
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
4998
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4C32.7081 4 40.1167 9.56515 42.8623 17.333C43.5993 19.4182 44 21.6624 44 24C44 29.7141 41.6033 34.8681 37.7607 38.5127C36.5434 32.0562 30.804 27.167 24 27.167C17.1959 27.167 11.4556 32.0561 10.2383 38.5127C6.39607 34.8681 4 29.7139 4 24C4 21.6624 4.40069 19.4182 5.1377 17.333C7.88332 9.56515 15.2919 4 24 4ZM24 12.2334C20.5636 12.2334 17.7783 15.0196 17.7783 18.4561C17.7786 21.8923 20.5637 24.6777 24 24.6777C27.4363 24.6777 30.2224 21.8923 30.2227 18.4561C30.2227 15.0196 27.4364 12.2334 24 12.2334Z", style: { fill: `var(--${type})` } }),
4999
+ /* @__PURE__ */ jsx("path", { d: "M24 27.167C30.8039 27.167 36.5432 32.0555 37.7607 38.5117C34.1754 41.9126 29.3318 44 24 44C18.6679 44 13.8237 41.9129 10.2383 38.5117C11.4557 32.0554 17.196 27.167 24 27.167Z", style: { fill: `var(--${fillType})` } }),
5000
+ /* @__PURE__ */ jsx("path", { d: "M24 12.2334C27.4363 12.2334 30.2224 15.0189 30.2227 18.4551C30.2227 21.8915 27.4364 24.6777 24 24.6777C20.5636 24.6777 17.7773 21.8915 17.7773 18.4551C17.7776 15.0189 20.5637 12.2334 24 12.2334Z", style: { fill: `var(--${fillType})` } })
5001
+ ] });
5002
+ }
5003
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5004
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24 4C32.7081 4 40.1167 9.56515 42.8623 17.333C43.5993 19.4182 44 21.6624 44 24C44 29.7141 41.6033 34.8681 37.7607 38.5127C36.5434 32.0562 30.804 27.167 24 27.167C17.1959 27.167 11.4556 32.0561 10.2383 38.5127C6.39607 34.8681 4 29.7139 4 24C4 21.6624 4.40069 19.4182 5.1377 17.333C7.88332 9.56515 15.2919 4 24 4ZM24 12.2334C20.5636 12.2334 17.7783 15.0196 17.7783 18.4561C17.7786 21.8923 20.5637 24.6777 24 24.6777C27.4363 24.6777 30.2224 21.8923 30.2227 18.4561C30.2227 15.0196 27.4364 12.2334 24 12.2334Z", style: { fill: `var(--${type})` } }),
5005
+ /* @__PURE__ */ jsx("path", { d: "M24 27.167C30.8039 27.167 36.5432 32.0555 37.7607 38.5117C34.1754 41.9126 29.3318 44 24 44C18.6679 44 13.8237 41.9129 10.2383 38.5117C11.4557 32.0554 17.196 27.167 24 27.167Z", style: { fill: `var(--${fillType})` } }),
5006
+ /* @__PURE__ */ jsx("path", { d: "M24 12.2334C27.4363 12.2334 30.2224 15.0189 30.2227 18.4551C30.2227 21.8915 27.4364 24.6777 24 24.6777C20.5636 24.6777 17.7773 21.8915 17.7773 18.4551C17.7776 15.0189 20.5637 12.2334 24 12.2334Z", style: { fill: `var(--${fillType})` } })
5007
+ ] });
5008
+ }
5009
+ );
5010
+ var IconChrome = /* @__PURE__ */ forwardRef(
5011
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5012
+ const iconSize = iconSizeMap[size];
5013
+ if (fill) {
5014
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5015
+ /* @__PURE__ */ jsx("path", { d: "M41.8584 17.5C42.5967 19.5279 43 21.7168 43 24C43 34.2531 34.8786 42.6079 24.7178 42.9854L32.8232 27.5205C33.2581 26.4315 33.5 25.2442 33.5 24C33.5 21.4847 32.5207 19.1995 30.9248 17.5H41.8584Z", style: { fill: `var(--${type})` } }),
5016
+ /* @__PURE__ */ jsx("path", { d: "M16.3701 29.6592C18.1014 31.9895 20.8739 33.5 24 33.5C24.8886 33.5 25.7477 33.3746 26.5635 33.1465L21.4053 42.8232C12.1395 41.5579 5 33.6132 5 24C5 20.6322 5.87714 17.4695 7.41406 14.7266L16.3701 29.6592Z", style: { fill: `var(--${type})` } }),
5017
+ /* @__PURE__ */ jsx("path", { d: "M24 17.5C27.5899 17.5 30.5 20.4101 30.5 24C30.5 27.5899 27.5899 30.5 24 30.5C20.4101 30.5 17.5 27.5899 17.5 24C17.5 20.4101 20.4101 17.5 24 17.5Z", style: { fill: `var(--${type})` } }),
5018
+ /* @__PURE__ */ jsx("path", { d: "M24 5C31.0325 5 37.1718 8.82115 40.457 14.5H24C19.6261 14.5 15.9443 17.4564 14.8398 21.4795L9.28418 11.9805C12.7684 7.71968 18.0666 5 24 5Z", style: { fill: `var(--${type})` } })
5019
+ ] });
5020
+ }
5021
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5022
+ /* @__PURE__ */ jsx("path", { d: "M41.8584 17.5C42.5967 19.5279 43 21.7168 43 24C43 34.2531 34.8786 42.6079 24.7178 42.9854L32.8232 27.5205C33.2581 26.4315 33.5 25.2442 33.5 24C33.5 21.4847 32.5207 19.1995 30.9248 17.5H41.8584Z", style: { fill: `var(--${type})` } }),
5023
+ /* @__PURE__ */ jsx("path", { d: "M16.3701 29.6592C18.1014 31.9895 20.8739 33.5 24 33.5C24.8886 33.5 25.7477 33.3746 26.5635 33.1465L21.4053 42.8232C12.1395 41.5579 5 33.6132 5 24C5 20.6322 5.87714 17.4695 7.41406 14.7266L16.3701 29.6592Z", style: { fill: `var(--${type})` } }),
5024
+ /* @__PURE__ */ jsx("path", { d: "M24 17.5C27.5899 17.5 30.5 20.4101 30.5 24C30.5 27.5899 27.5899 30.5 24 30.5C20.4101 30.5 17.5 27.5899 17.5 24C17.5 20.4101 20.4101 17.5 24 17.5Z", style: { fill: `var(--${type})` } }),
5025
+ /* @__PURE__ */ jsx("path", { d: "M24 5C31.0325 5 37.1718 8.82115 40.457 14.5H24C19.6261 14.5 15.9443 17.4564 14.8398 21.4795L9.28418 11.9805C12.7684 7.71968 18.0666 5 24 5Z", style: { fill: `var(--${type})` } })
5026
+ ] });
5027
+ }
5028
+ );
5029
+ var IconVerificationBadge = /* @__PURE__ */ forwardRef(
5030
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5031
+ const iconSize = iconSizeMap[size];
5032
+ if (fill) {
5033
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2529 9.61035L42.6377 11.2754L41.9385 18.8125L46.9346 24.5L41.9385 30.1875L42.6377 37.7256L35.2529 39.3906L31.3877 45.8994L24.4346 42.9053L17.4814 45.8994L13.6162 39.3906L6.23145 37.7256L6.93066 30.1875L1.93457 24.5L6.93066 18.8125L6.23145 11.2754L13.6162 9.61035L17.4814 3.10156L24.4346 6.0957L31.3877 3.10156L35.2529 9.61035ZM21.3105 27.9033L15.6914 22.2832L13.5703 24.4053L21.3076 32.1426L33.7305 19.7598L31.6123 17.6357L21.3105 27.9033Z", style: { fill: `var(--${type})` } }) });
5034
+ }
5035
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.2529 9.61035L42.6377 11.2754L41.9385 18.8125L46.9346 24.5L41.9385 30.1875L42.6377 37.7256L35.2529 39.3906L31.3877 45.8994L24.4346 42.9053L17.4814 45.8994L13.6162 39.3906L6.23145 37.7256L6.93066 30.1875L1.93457 24.5L6.93066 18.8125L6.23145 11.2754L13.6162 9.61035L17.4814 3.10156L24.4346 6.0957L31.3877 3.10156L35.2529 9.61035ZM21.3105 27.9033L15.6914 22.2832L13.5703 24.4053L21.3076 32.1426L33.7305 19.7598L31.6123 17.6357L21.3105 27.9033Z", style: { fill: `var(--${type})` } }) });
5036
+ }
5037
+ );
5038
+ var IconFacebook = /* @__PURE__ */ forwardRef(
5039
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5040
+ const iconSize = iconSizeMap[size];
5041
+ if (fill) {
5042
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M43 24C43 13.55 34.45 5 24 5C13.55 5 5 13.55 5 24C5 33.5 11.8875 41.3375 20.9125 42.7625V29.4625H16.1625V24H20.9125V19.725C20.9125 14.975 23.7625 12.3625 28.0375 12.3625C30.175 12.3625 32.3125 12.8375 32.3125 12.8375V17.5875H29.9375C27.5625 17.5875 26.85 19.0125 26.85 20.4375V24H32.075L31.125 29.4625H26.6125V43C36.1125 41.575 43 33.5 43 24Z", style: { fill: `var(--${type})` } }) });
5043
+ }
5044
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M43 24C43 13.55 34.45 5 24 5C13.55 5 5 13.55 5 24C5 33.5 11.8875 41.3375 20.9125 42.7625V29.4625H16.1625V24H20.9125V19.725C20.9125 14.975 23.7625 12.3625 28.0375 12.3625C30.175 12.3625 32.3125 12.8375 32.3125 12.8375V17.5875H29.9375C27.5625 17.5875 26.85 19.0125 26.85 20.4375V24H32.075L31.125 29.4625H26.6125V43C36.1125 41.575 43 33.5 43 24Z", style: { fill: `var(--${type})` } }) });
5045
+ }
5046
+ );
5047
+ var IconLinkedin = /* @__PURE__ */ forwardRef(
5048
+ ({ fill = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5049
+ const iconSize = iconSizeMap[size];
5050
+ if (fill) {
5051
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.5 6C41.7761 6 42 6.22386 42 6.5V41.5C42 41.7761 41.7761 42 41.5 42H6.5C6.22386 42 6 41.7761 6 41.5V6.5C6 6.22386 6.22386 6 6.5 6H41.5ZM11.5166 37H16.8848V19.667H11.5166V37ZM30.6914 19.1367C27.0341 19.1367 25.4823 21.9688 25.4648 22.001V19.667H20.3164V37H25.4648V27.9014C25.4648 25.4634 26.5873 24.0117 28.7354 24.0117C30.7098 24.0118 31.6572 25.4068 31.6572 27.9014V37H37V26.0254C37 21.3822 34.3678 19.1368 30.6914 19.1367ZM14.1748 11C12.4213 11 11.0001 12.432 11 14.1982C11 15.9646 12.4212 17.3965 14.1748 17.3965C15.9284 17.3964 17.3486 15.9645 17.3486 14.1982C17.3485 12.4321 15.9283 11.0001 14.1748 11Z", style: { fill: `var(--${type})` } }) });
5052
+ }
5053
+ return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.5 6C41.7761 6 42 6.22386 42 6.5V41.5C42 41.7761 41.7761 42 41.5 42H6.5C6.22386 42 6 41.7761 6 41.5V6.5C6 6.22386 6.22386 6 6.5 6H41.5ZM11.5166 37H16.8848V19.667H11.5166V37ZM30.6914 19.1367C27.0341 19.1367 25.4823 21.9688 25.4648 22.001V19.667H20.3164V37H25.4648V27.9014C25.4648 25.4634 26.5873 24.0117 28.7354 24.0117C30.7098 24.0118 31.6572 25.4068 31.6572 27.9014V37H37V26.0254C37 21.3822 34.3678 19.1368 30.6914 19.1367ZM14.1748 11C12.4213 11 11.0001 12.432 11 14.1982C11 15.9646 12.4212 17.3965 14.1748 17.3965C15.9284 17.3964 17.3486 15.9645 17.3486 14.1982C17.3485 12.4321 15.9283 11.0001 14.1748 11Z", style: { fill: `var(--${type})` } }) });
5054
+ }
5055
+ );
5049
5056
 
5050
- export { 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, 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, 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, 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, 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 };
5057
+ export { 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, 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, 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, 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, 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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/icon",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "publishConfig": {
@@ -19,7 +19,7 @@
19
19
  "@types/react": "^19.1.0",
20
20
  "tsup": "^8.5.0",
21
21
  "tsx": "^4.21.0",
22
- "@liner-fe/internal-icon": "^1.0.41"
22
+ "@liner-fe/internal-icon": "^1.0.42"
23
23
  },
24
24
  "scripts": {
25
25
  "build": "pnpm generate-internal-tsx && pnpm tsup --config ./config/tsup/tsup.config.ts && pnpm forward-ref-pure",