@liner-fe/icon 0.2.74 → 0.2.75

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.d.ts CHANGED
@@ -593,7 +593,9 @@ declare const IconColorAnalyzeData: React.ForwardRefExoticComponent<Omit<ColorIc
593
593
 
594
594
  declare const IconColorDarkAnalyzeData: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
595
595
 
596
- type IconName = "arrow-upward" | "arrow-downward" | "arrow-back" | "arrow-forward" | "drop-up" | "drop-down" | "arrow-backward" | "arrow-drop-right" | "arrow-up" | "arrow-down" | "arrow-left" | "arrow-right" | "move" | "arrow-turn" | "start" | "end" | "extend" | "shorten" | "more" | "check-mark" | "check-mark-fill" | "exclamationmark" | "exclamationmark-fill" | "plus" | "minus" | "close" | "close-fill" | "double-arrow-forward" | "double-arrow-backward" | "arrow-up-right" | "arrow-down-left" | "arrow-up-left" | "arrow-up-down" | "redo" | "undo" | "expand" | "show-all" | "hide-all" | "help" | "zoom-in" | "zoom-out" | "retry" | "question-message" | "books" | "balance" | "chart-bar" | "chart-line-uptrend" | "folder" | "folder-open" | "folder-add" | "document" | "person" | "person-add" | "send" | "paperclip" | "share" | "sign-out" | "lock" | "ai" | "trash" | "stack" | "new-thread" | "summarize" | "search" | "memo" | "globe" | "graduationcap" | "palette" | "download" | "copy" | "regenerate" | "credit" | "feedback" | "creditcard" | "speaker" | "tune" | "shield" | "light" | "document-add" | "thumb-up" | "thumb-down" | "document-warning" | "person-fill" | "step" | "book" | "description" | "bookmark" | "power" | "photo" | "camera" | "list" | "desktop" | "desktop-on-cursor" | "view-list" | "bolt" | "home" | "visibility" | "visibility-off" | "magic-wand" | "highlighter" | "pencil" | "essay" | "magic-pencil" | "highlight-edit" | "paraphrase" | "bulb-exclamtionmark" | "bulb" | "make-easy" | "translate" | "info" | "apple" | "android" | "twitter" | "facebook" | "google" | "car" | "airplane" | "rocket" | "source" | "liner" | "setting" | "light-mode" | "dark-mode" | "fire" | "question-box" | "target" | "new-tab" | "quote" | "document-check" | "block" | "bookmark-cancel" | "email" | "filter" | "timer" | "play-button" | "text-select" | "bell" | "secret-mode" | "add-clock" | "clock" | "spinner" | "volume-up" | "volume" | "google-export" | "link" | "sheet-export" | "shield-person" | "shield-usage" | "formal-bag" | "casual-shoe" | "folder-open-share" | "folder-share" | "verification-badge" | "report" | "brain" | "mindmap" | "flowchart" | "focus" | "paragraph" | "add-to-folder" | "remove-from-folder" | "move-to-folder" | "new-thread-folder" | "chrome" | "new-chrome-extension" | "mobile" | "members" | "teams" | "stop" | "microscope" | "literature-review" | "expand-close" | "restaurant" | "color-liner" | "color-liner-variation" | "color-facebook" | "color-google" | "color-fire" | "more-horizontal" | "more-vertical" | "check-mark-in-circle" | "star" | "credit-add" | "m-new-tab" | "collection-add" | "collections" | "survey" | "location" | "hourglass" | "bag" | "color-excel" | "color-html" | "color-powerpoint" | "color-link" | "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" | "color-dark-liner-variation" | "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";
596
+ declare const IconImageGenerator: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
597
+
598
+ type IconName = "arrow-upward" | "arrow-downward" | "arrow-back" | "arrow-forward" | "drop-up" | "drop-down" | "arrow-backward" | "arrow-drop-right" | "arrow-up" | "arrow-down" | "arrow-left" | "arrow-right" | "move" | "arrow-turn" | "start" | "end" | "extend" | "shorten" | "more" | "check-mark" | "check-mark-fill" | "exclamationmark" | "exclamationmark-fill" | "plus" | "minus" | "close" | "close-fill" | "double-arrow-forward" | "double-arrow-backward" | "arrow-up-right" | "arrow-down-left" | "arrow-up-left" | "arrow-up-down" | "redo" | "undo" | "expand" | "show-all" | "hide-all" | "help" | "zoom-in" | "zoom-out" | "retry" | "question-message" | "books" | "balance" | "chart-bar" | "chart-line-uptrend" | "folder" | "folder-open" | "folder-add" | "document" | "person" | "person-add" | "send" | "paperclip" | "share" | "sign-out" | "lock" | "ai" | "trash" | "stack" | "new-thread" | "summarize" | "search" | "memo" | "globe" | "graduationcap" | "palette" | "download" | "copy" | "regenerate" | "credit" | "feedback" | "creditcard" | "speaker" | "tune" | "shield" | "light" | "document-add" | "thumb-up" | "thumb-down" | "document-warning" | "person-fill" | "step" | "book" | "description" | "bookmark" | "power" | "photo" | "camera" | "list" | "desktop" | "desktop-on-cursor" | "view-list" | "bolt" | "home" | "visibility" | "visibility-off" | "magic-wand" | "highlighter" | "pencil" | "essay" | "magic-pencil" | "highlight-edit" | "paraphrase" | "bulb-exclamtionmark" | "bulb" | "make-easy" | "translate" | "info" | "apple" | "android" | "twitter" | "facebook" | "google" | "car" | "airplane" | "rocket" | "source" | "liner" | "setting" | "light-mode" | "dark-mode" | "fire" | "question-box" | "target" | "new-tab" | "quote" | "document-check" | "block" | "bookmark-cancel" | "email" | "filter" | "timer" | "play-button" | "text-select" | "bell" | "secret-mode" | "add-clock" | "clock" | "spinner" | "volume-up" | "volume" | "google-export" | "link" | "sheet-export" | "shield-person" | "shield-usage" | "formal-bag" | "casual-shoe" | "folder-open-share" | "folder-share" | "verification-badge" | "report" | "brain" | "mindmap" | "flowchart" | "focus" | "paragraph" | "add-to-folder" | "remove-from-folder" | "move-to-folder" | "new-thread-folder" | "chrome" | "new-chrome-extension" | "mobile" | "members" | "teams" | "stop" | "microscope" | "literature-review" | "expand-close" | "restaurant" | "color-liner" | "color-liner-variation" | "color-facebook" | "color-google" | "color-fire" | "more-horizontal" | "more-vertical" | "check-mark-in-circle" | "star" | "credit-add" | "m-new-tab" | "collection-add" | "collections" | "survey" | "location" | "hourglass" | "bag" | "color-excel" | "color-html" | "color-powerpoint" | "color-link" | "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" | "color-dark-liner-variation" | "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";
597
599
  type IconSizeKey = keyof typeof iconSizeMap;
598
600
  interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
599
601
  fill?: boolean;
@@ -606,4 +608,4 @@ interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
606
608
  type ColorIconProps = Omit<IconProps, 'type' | 'fillType' | 'fill' | 'thick'>;
607
609
  type IconComponentType = React.ForwardRefExoticComponent<Omit<IconProps, 'ref'> & React.RefAttributes<SVGSVGElement>>;
608
610
 
609
- export { type ColorIconProps, IconAddClock, IconAddEmoji, IconAddNode, IconAddToFolder, IconAdjustment, IconAi, IconAirplane, IconAlignCenter, IconAlignLeft, IconAlignRight, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowCollapse, IconArrowDown, IconArrowDownLeft, IconArrowDownUp, IconArrowDownward, IconArrowDropRight, IconArrowExpand, IconArrowForward, IconArrowLeft, IconArrowRight, IconArrowTurn, IconArrowUp, IconArrowUpDown, IconArrowUpLeft, IconArrowUpRight, IconArrowUpward, IconAsterisk, IconAtSign, IconBag, IconBalance, IconBell, IconBlock, IconBold, IconBolt, IconBook, IconBookmark, IconBookmarkCancel, IconBooks, IconBrain, IconBulb, IconBulbExclamtionmark, IconCalendar, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartLineUptrend, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClose, IconCloseFill, IconCode, IconCollectionAdd, IconCollections, IconColorAnalyzeData, IconColorArtifact, IconColorCitation, IconColorCitationRecommender, IconColorCollaborateWithTeam, IconColorCompass, IconColorComplete, IconColorCsv, IconColorDarkAnalyzeData, IconColorDarkArtifact, IconColorDarkCitation, IconColorDarkCitationRecommender, IconColorDarkCollaborateWithTeam, IconColorDarkCompass, IconColorDarkComplete, IconColorDarkHypothesisEvaluator, IconColorDarkHypothesisGenerator, IconColorDarkLinerFilled, IconColorDarkLinerFilledScholar, IconColorDarkLinerFilledWrite, IconColorDarkLinerVariation, IconColorDarkLiteratureReview, IconColorDarkLoading, IconColorDarkPeerReview, IconColorDarkResearchQuestion, IconColorDarkResearchTracer, IconColorDarkResearchWithAgents, IconColorDarkSearchWithCitation, IconColorDarkSummarize, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDarkWriteDraft, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGiftBox, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerFilled, IconColorLinerFilledScholar, IconColorLinerFilledWrite, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorLoading, IconColorMarkdown, IconColorOpenAccess, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorWriteDraft, IconColorXlsx, IconColorXml, IconColumns, type IconComponentType, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDescription, IconDesktop, IconDesktopOnCursor, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentWarning, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconEmail, IconEnd, IconEssay, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExperiment, IconExtend, IconFacebook, IconFeedback, IconFileDownload, IconFileHashtag, IconFilter, IconFindPaper, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderOpen, IconFolderOpenShare, IconFolderShare, IconFormalBag, IconFx, IconGlasses, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconInfo, IconInsertAfter, IconItalic, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMenu, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, type IconName, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, IconNode, IconNumberedList, IconPalette, IconPaperclip, IconParagraph, IconParaphrase, IconPencil, IconPerson, IconPersonAdd, IconPersonFill, IconPhoto, IconPin, IconPlayButton, IconPlus, IconPower, type IconProps, IconQuestionBox, IconQuestionMessage, IconQuote, IconRedo, IconRegenerate, IconRemoveFromFolder, IconReport, IconRestaurant, IconRetry, IconRightIndentation, IconRocket, IconSearch, IconSecretMode, IconSend, IconSetting, IconShare, IconSheetExport, IconShield, IconShieldPerson, IconShieldUsage, IconShorten, IconShovel, IconShowAll, IconSignOut, type IconSizeKey, IconSource, IconSpeaker, IconSpinner, IconSplitColumns, IconStack, IconStar, IconStart, IconStep, IconStop, IconStrikethrough, IconSummarize, IconSurvey, IconTable, IconTarget, IconTeams, IconTex, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconUnpin, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconZoomIn, IconZoomOut };
611
+ export { type ColorIconProps, IconAddClock, IconAddEmoji, IconAddNode, IconAddToFolder, IconAdjustment, IconAi, IconAirplane, IconAlignCenter, IconAlignLeft, IconAlignRight, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowCollapse, IconArrowDown, IconArrowDownLeft, IconArrowDownUp, IconArrowDownward, IconArrowDropRight, IconArrowExpand, IconArrowForward, IconArrowLeft, IconArrowRight, IconArrowTurn, IconArrowUp, IconArrowUpDown, IconArrowUpLeft, IconArrowUpRight, IconArrowUpward, IconAsterisk, IconAtSign, IconBag, IconBalance, IconBell, IconBlock, IconBold, IconBolt, IconBook, IconBookmark, IconBookmarkCancel, IconBooks, IconBrain, IconBulb, IconBulbExclamtionmark, IconCalendar, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartLineUptrend, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClose, IconCloseFill, IconCode, IconCollectionAdd, IconCollections, IconColorAnalyzeData, IconColorArtifact, IconColorCitation, IconColorCitationRecommender, IconColorCollaborateWithTeam, IconColorCompass, IconColorComplete, IconColorCsv, IconColorDarkAnalyzeData, IconColorDarkArtifact, IconColorDarkCitation, IconColorDarkCitationRecommender, IconColorDarkCollaborateWithTeam, IconColorDarkCompass, IconColorDarkComplete, IconColorDarkHypothesisEvaluator, IconColorDarkHypothesisGenerator, IconColorDarkLinerFilled, IconColorDarkLinerFilledScholar, IconColorDarkLinerFilledWrite, IconColorDarkLinerVariation, IconColorDarkLiteratureReview, IconColorDarkLoading, IconColorDarkPeerReview, IconColorDarkResearchQuestion, IconColorDarkResearchTracer, IconColorDarkResearchWithAgents, IconColorDarkSearchWithCitation, IconColorDarkSummarize, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDarkWriteDraft, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGiftBox, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerFilled, IconColorLinerFilledScholar, IconColorLinerFilledWrite, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorLoading, IconColorMarkdown, IconColorOpenAccess, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorWriteDraft, IconColorXlsx, IconColorXml, IconColumns, type IconComponentType, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDescription, IconDesktop, IconDesktopOnCursor, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentWarning, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconEmail, IconEnd, IconEssay, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExperiment, IconExtend, IconFacebook, IconFeedback, IconFileDownload, IconFileHashtag, IconFilter, IconFindPaper, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderOpen, IconFolderOpenShare, IconFolderShare, IconFormalBag, IconFx, IconGlasses, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconImageGenerator, IconInfo, IconInsertAfter, IconItalic, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMenu, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, type IconName, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, IconNode, IconNumberedList, IconPalette, IconPaperclip, IconParagraph, IconParaphrase, IconPencil, IconPerson, IconPersonAdd, IconPersonFill, IconPhoto, IconPin, IconPlayButton, IconPlus, IconPower, type IconProps, IconQuestionBox, IconQuestionMessage, IconQuote, IconRedo, IconRegenerate, IconRemoveFromFolder, IconReport, IconRestaurant, IconRetry, IconRightIndentation, IconRocket, IconSearch, IconSecretMode, IconSend, IconSetting, IconShare, IconSheetExport, IconShield, IconShieldPerson, IconShieldUsage, IconShorten, IconShovel, IconShowAll, IconSignOut, type IconSizeKey, IconSource, IconSpeaker, IconSpinner, IconSplitColumns, IconStack, IconStar, IconStart, IconStep, IconStop, IconStrikethrough, IconSummarize, IconSurvey, IconTable, IconTarget, IconTeams, IconTex, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconUnpin, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconZoomIn, IconZoomOut };
package/lib/index.js CHANGED
@@ -1577,23 +1577,23 @@ var IconLight = /* @__PURE__ */ forwardRef(
1577
1577
  const iconSize = iconSizeMap[size];
1578
1578
  if (fill && thick) {
1579
1579
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1580
- /* @__PURE__ */ jsx("path", { d: "M21.2756 8.85509C21.7155 8.73454 22.2278 8.91498 22.4523 9.39611L27.592 20.4088L38.6047 25.5484C38.8931 25.6832 39.0737 25.9212 39.1457 26.1852C39.2296 26.4927 39.1662 26.8355 38.9562 27.0904C38.8661 27.1999 38.749 27.2935 38.6047 27.3609L27.592 32.5006L22.4523 43.5133C22.43 43.5612 22.4048 43.6062 22.3771 43.6481C22.3501 43.6889 22.3197 43.7261 22.2882 43.7613C22.2819 43.7684 22.2742 43.774 22.2677 43.7809C22.2434 43.8066 22.219 43.8316 22.1925 43.8541C22.1812 43.8638 22.1691 43.8724 22.1574 43.8815C22.133 43.9004 22.108 43.9179 22.0822 43.9342C22.0695 43.9422 22.0571 43.9503 22.0441 43.9576C22.0174 43.9729 21.9899 43.9861 21.9621 43.9986C21.9517 44.0033 21.9414 44.008 21.9308 44.0123C21.8994 44.0252 21.8675 44.0359 21.8351 44.0455C21.8246 44.0486 21.8144 44.0525 21.8039 44.0553C21.7742 44.063 21.7442 44.0688 21.714 44.0738C21.7003 44.0761 21.6868 44.079 21.673 44.0807C21.5883 44.0912 21.5028 44.0913 21.4181 44.0807C21.4044 44.079 21.3908 44.0761 21.3771 44.0738C21.3472 44.0688 21.3176 44.063 21.2882 44.0553C21.2758 44.052 21.2635 44.0483 21.2511 44.0445C21.2228 44.036 21.1948 44.0264 21.1672 44.0152C21.1493 44.0081 21.1319 44 21.1144 43.9918C21.0969 43.9835 21.0797 43.9748 21.0627 43.9654C21.0381 43.952 21.0139 43.9381 20.9904 43.9225C20.9801 43.9156 20.9702 43.9083 20.9601 43.901C20.9371 43.8844 20.9145 43.8671 20.8927 43.8483C20.8754 43.8332 20.8594 43.8168 20.8429 43.8004C20.8284 43.7858 20.8128 43.7721 20.799 43.7565C20.7823 43.7375 20.7676 43.7165 20.7521 43.6959C20.7104 43.6404 20.6713 43.5806 20.6398 43.5133L15.5002 32.5006L4.48747 27.3609C4.29508 27.2712 4.15103 27.1349 4.05485 26.9762C4.00682 26.8969 3.97049 26.8121 3.94645 26.7242C3.89833 26.5484 3.89843 26.3611 3.94645 26.1852C4.00648 25.9651 4.14133 25.7629 4.35172 25.6236C4.39385 25.5958 4.43931 25.5709 4.48747 25.5484L15.5002 20.4088L20.6398 9.39611C20.7744 9.10785 21.0119 8.92727 21.2756 8.85509Z", style: { fill: `var(--${type})` } }),
1581
- /* @__PURE__ */ jsx("path", { d: "M37.0675 3.68712C37.2252 3.70808 37.3747 3.80208 37.4533 3.97032L39.5461 8.45372L44.0295 10.5465C44.1017 10.5802 44.1601 10.6274 44.2052 10.6822C44.2952 10.7915 44.3316 10.933 44.3136 11.068C44.3076 11.1131 44.2956 11.1576 44.2775 11.1998C44.2325 11.3051 44.1494 11.3966 44.0295 11.4527L39.5461 13.5455L37.4533 18.0289L37.4152 18.0963C37.4025 18.1155 37.3879 18.1333 37.3732 18.15C37.364 18.1605 37.3538 18.1698 37.3439 18.1793C37.3386 18.1844 37.3338 18.1901 37.3283 18.1949C37.3165 18.2053 37.3038 18.2142 37.2912 18.2233C37.286 18.227 37.2808 18.2305 37.2756 18.234C37.2648 18.2411 37.2545 18.2484 37.2433 18.2545C37.2363 18.2584 37.229 18.2617 37.2218 18.2652C37.1895 18.2811 37.1559 18.2929 37.1213 18.3014C37.118 18.3022 37.1147 18.3026 37.1115 18.3033C37.0377 18.3199 36.9616 18.3199 36.8879 18.3033C36.8846 18.3026 36.8813 18.3022 36.8781 18.3014C36.8424 18.2926 36.8079 18.2799 36.7746 18.2633C36.77 18.261 36.7654 18.2589 36.7609 18.2565C36.7483 18.2497 36.7358 18.2429 36.7238 18.235C36.7158 18.2297 36.7081 18.2241 36.7004 18.2184C36.692 18.2121 36.6839 18.2057 36.6759 18.1988C36.6646 18.1892 36.6543 18.1784 36.6437 18.1676C36.638 18.1617 36.6316 18.1563 36.6261 18.15C36.6205 18.1436 36.6159 18.1363 36.6105 18.1295C36.5867 18.0993 36.5645 18.0664 36.547 18.0289L34.4543 13.5455L29.9709 11.4527C29.5861 11.2732 29.5861 10.726 29.9709 10.5465L34.4543 8.45372L36.547 3.97032C36.5695 3.92235 36.5976 3.88034 36.63 3.84435C36.6624 3.80847 36.699 3.77847 36.7384 3.7545C36.798 3.71833 36.8641 3.69618 36.9318 3.68712C36.9768 3.68109 37.0225 3.68114 37.0675 3.68712Z", style: { fill: `var(--${type})` } })
1580
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.0467 9.47119C21.2262 9.08665 21.7733 9.08679 21.9529 9.47119L27.2274 20.7729L38.5291 26.0474C38.9137 26.2269 38.9137 26.774 38.5291 26.9536L27.2274 32.228L21.9529 43.5298L21.9149 43.5972C21.72 43.8916 21.2796 43.8916 21.0848 43.5972L21.0467 43.5298L15.7723 32.228L4.47052 26.9536C4.08634 26.7739 4.0863 26.227 4.47052 26.0474L15.7723 20.7729L21.0467 9.47119ZM18.0291 23.0298L10.5936 26.5005L18.0291 29.9712L21.4998 37.4058L24.9705 29.9712L32.4051 26.5005L24.9705 23.0298L21.4998 15.5942L18.0291 23.0298Z", style: { fill: `var(--${type})` } }),
1581
+ /* @__PURE__ */ jsx("path", { d: "M36.8651 3.70068C37.0849 3.64046 37.3406 3.73084 37.4529 3.97119L39.5457 8.45459L44.0291 10.5474C44.4138 10.7269 44.4138 11.2741 44.0291 11.4536L39.5457 13.5464L37.4529 18.0298C37.4353 18.0675 37.4125 18.1001 37.3885 18.1304C37.3831 18.1372 37.3785 18.1445 37.3729 18.1509C37.3673 18.1572 37.3611 18.1625 37.3553 18.1685C37.3447 18.1793 37.3344 18.19 37.3231 18.1997C37.3151 18.2065 37.307 18.213 37.2986 18.2192C37.2909 18.225 37.2832 18.2306 37.2752 18.2358C37.2632 18.2437 37.2507 18.2506 37.2381 18.2573C37.2336 18.2597 37.229 18.2619 37.2244 18.2642C37.1911 18.2807 37.1567 18.2935 37.1209 18.3022C37.118 18.303 37.1151 18.3035 37.1121 18.3042C37.0381 18.3208 36.9615 18.3209 36.8875 18.3042C36.8843 18.3035 36.881 18.303 36.8778 18.3022C36.8432 18.2937 36.8095 18.282 36.7772 18.2661C36.77 18.2626 36.7627 18.2593 36.7557 18.2554C36.745 18.2494 36.7347 18.2426 36.7244 18.2358C36.7164 18.2306 36.7087 18.225 36.701 18.2192C36.6927 18.213 36.6846 18.2065 36.6766 18.1997C36.6426 18.1707 36.6111 18.1369 36.5848 18.0972L36.5467 18.0298L34.4539 13.5464L29.9705 11.4536C29.8985 11.4199 29.8398 11.3735 29.7947 11.3188C29.7347 11.2461 29.6984 11.1588 29.6863 11.0688C29.6803 11.0239 29.6804 10.9781 29.6863 10.9331C29.6983 10.8428 29.7345 10.7552 29.7947 10.6821C29.8398 10.6275 29.8985 10.581 29.9705 10.5474L34.4539 8.45459L36.5467 3.97119C36.5691 3.92321 36.5973 3.88122 36.6297 3.84521C36.646 3.82715 36.6632 3.81046 36.6815 3.79541C36.7361 3.75029 36.799 3.71873 36.8651 3.70068Z", style: { fill: `var(--${type})` } })
1582
1582
  ] });
1583
1583
  } else if (fill) {
1584
1584
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1585
- /* @__PURE__ */ jsx("path", { d: "M21.0465 9.4708C21.2261 9.08647 21.773 9.08664 21.9527 9.4708L27.2271 20.7726L38.5289 26.047C38.9136 26.2265 38.9136 26.7737 38.5289 26.9532L27.2271 32.2276L21.9527 43.5294C21.9351 43.5671 21.9122 43.5997 21.8883 43.63C21.8829 43.6368 21.8783 43.6441 21.8727 43.6505C21.8671 43.6568 21.8609 43.6621 21.8551 43.6681C21.8445 43.6789 21.8342 43.6897 21.8229 43.6993C21.8149 43.7061 21.8068 43.7126 21.7984 43.7188C21.7907 43.7246 21.783 43.7302 21.775 43.7355C21.763 43.7434 21.7505 43.7502 21.7379 43.7569C21.7334 43.7594 21.7288 43.7615 21.7242 43.7638C21.6909 43.7803 21.6565 43.7931 21.6207 43.8019C21.6175 43.8026 21.6142 43.8031 21.6109 43.8038C21.5372 43.8203 21.461 43.8205 21.3873 43.8038C21.3841 43.8031 21.3808 43.8027 21.3775 43.8019C21.343 43.7933 21.3093 43.7816 21.277 43.7657C21.2698 43.7622 21.2625 43.7589 21.2555 43.755C21.2447 43.749 21.2345 43.7422 21.2242 43.7355C21.2162 43.7302 21.2085 43.7246 21.2008 43.7188C21.1924 43.7126 21.1844 43.7061 21.1764 43.6993C21.165 43.6896 21.1547 43.6789 21.1441 43.6681C21.1384 43.6621 21.1321 43.6568 21.1266 43.6505C21.1119 43.6338 21.0973 43.616 21.0846 43.5968C21.0708 43.5758 21.0576 43.5533 21.0465 43.5294L15.7721 32.2276L4.47031 26.9532C4.08615 26.7735 4.08598 26.2266 4.47031 26.047L15.7721 20.7726L21.0465 9.4708Z", style: { fill: `var(--${type})` } }),
1586
- /* @__PURE__ */ jsx("path", { d: "M36.5465 3.9708C36.7261 3.58647 37.273 3.58664 37.4527 3.9708L39.5455 8.4542L44.0289 10.547C44.4136 10.7265 44.4136 11.2737 44.0289 11.4532L39.5455 13.546L37.4527 18.0294C37.4351 18.0671 37.4122 18.0997 37.3883 18.13C37.3829 18.1368 37.3783 18.1441 37.3727 18.1505C37.3671 18.1568 37.3609 18.1621 37.3551 18.1681C37.3445 18.1789 37.3342 18.1897 37.3229 18.1993C37.3148 18.2061 37.3068 18.2126 37.2984 18.2188C37.2907 18.2246 37.283 18.2302 37.275 18.2354C37.263 18.2434 37.2505 18.2502 37.2379 18.2569C37.2334 18.2594 37.2288 18.2615 37.2242 18.2638C37.1909 18.2803 37.1565 18.2931 37.1207 18.3019C37.1175 18.3026 37.1142 18.3031 37.1109 18.3038C37.0372 18.3203 36.961 18.3205 36.8873 18.3038C36.8841 18.3031 36.8808 18.3027 36.8775 18.3019C36.843 18.2933 36.8093 18.2816 36.777 18.2657C36.7698 18.2622 36.7625 18.2589 36.7555 18.255C36.7447 18.249 36.7345 18.2422 36.7242 18.2354C36.7162 18.2302 36.7085 18.2246 36.7008 18.2188C36.6924 18.2126 36.6844 18.2061 36.6764 18.1993C36.665 18.1896 36.6547 18.1789 36.6441 18.1681C36.6384 18.1621 36.6321 18.1568 36.6266 18.1505C36.6119 18.1338 36.5973 18.116 36.5846 18.0968C36.5708 18.0758 36.5576 18.0533 36.5465 18.0294L34.4537 13.546L29.9703 11.4532C29.5862 11.2735 29.586 10.7266 29.9703 10.547L34.4537 8.4542L36.5465 3.9708Z", style: { fill: `var(--${type})` } })
1585
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.0467 9.47119C21.2262 9.08665 21.7733 9.08679 21.9529 9.47119L27.2274 20.7729L38.5291 26.0474C38.9137 26.2269 38.9137 26.774 38.5291 26.9536L27.2274 32.228L21.9529 43.5298L21.9149 43.5972C21.72 43.8916 21.2796 43.8916 21.0848 43.5972L21.0467 43.5298L15.7723 32.228L4.47052 26.9536C4.08634 26.7739 4.0863 26.227 4.47052 26.0474L15.7723 20.7729L21.0467 9.47119ZM18.0291 23.0298L10.5936 26.5005L18.0291 29.9712L21.4998 37.4058L24.9705 29.9712L32.4051 26.5005L24.9705 23.0298L21.4998 15.5942L18.0291 23.0298Z", style: { fill: `var(--${type})` } }),
1586
+ /* @__PURE__ */ jsx("path", { d: "M36.8651 3.70068C37.0849 3.64046 37.3406 3.73084 37.4529 3.97119L39.5457 8.45459L44.0291 10.5474C44.4138 10.7269 44.4138 11.2741 44.0291 11.4536L39.5457 13.5464L37.4529 18.0298C37.4353 18.0675 37.4125 18.1001 37.3885 18.1304C37.3831 18.1372 37.3785 18.1445 37.3729 18.1509C37.3673 18.1572 37.3611 18.1625 37.3553 18.1685C37.3447 18.1793 37.3344 18.19 37.3231 18.1997C37.3151 18.2065 37.307 18.213 37.2986 18.2192C37.2909 18.225 37.2832 18.2306 37.2752 18.2358C37.2632 18.2437 37.2507 18.2506 37.2381 18.2573C37.2336 18.2597 37.229 18.2619 37.2244 18.2642C37.1911 18.2807 37.1567 18.2935 37.1209 18.3022C37.118 18.303 37.1151 18.3035 37.1121 18.3042C37.0381 18.3208 36.9615 18.3209 36.8875 18.3042C36.8843 18.3035 36.881 18.303 36.8778 18.3022C36.8432 18.2937 36.8095 18.282 36.7772 18.2661C36.77 18.2626 36.7627 18.2593 36.7557 18.2554C36.745 18.2494 36.7347 18.2426 36.7244 18.2358C36.7164 18.2306 36.7087 18.225 36.701 18.2192C36.6927 18.213 36.6846 18.2065 36.6766 18.1997C36.6426 18.1707 36.6111 18.1369 36.5848 18.0972L36.5467 18.0298L34.4539 13.5464L29.9705 11.4536C29.8985 11.4199 29.8398 11.3735 29.7947 11.3188C29.7347 11.2461 29.6984 11.1588 29.6863 11.0688C29.6803 11.0239 29.6804 10.9781 29.6863 10.9331C29.6983 10.8428 29.7345 10.7552 29.7947 10.6821C29.8398 10.6275 29.8985 10.581 29.9705 10.5474L34.4539 8.45459L36.5467 3.97119C36.5691 3.92321 36.5973 3.88122 36.6297 3.84521C36.646 3.82715 36.6632 3.81046 36.6815 3.79541C36.7361 3.75029 36.799 3.71873 36.8651 3.70068Z", style: { fill: `var(--${type})` } })
1587
1587
  ] });
1588
1588
  } else if (thick) {
1589
1589
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1590
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.6523 9.24805C21.0117 8.47943 22.1056 8.47927 22.4648 9.24805L27.6045 20.2607L38.6172 25.4004C39.3862 25.7595 39.3859 26.8535 38.6172 27.2129L27.6045 32.3525L22.4648 43.3652L22.3896 43.5C22.0002 44.0896 21.1182 44.0893 20.7285 43.5L20.6523 43.3652L15.5127 32.3525L4.5 27.2129C3.73093 26.8537 3.73086 25.7595 4.5 25.4004L15.5127 20.2607L20.6523 9.24805ZM18.5225 23.2705L12.0166 26.3066L18.5225 29.3428L21.5586 35.8477L24.5947 29.3428L31.0996 26.3066L24.5947 23.2705L21.5586 16.7656L18.5225 23.2705Z", style: { fill: `var(--${type})` } }),
1591
- /* @__PURE__ */ jsx("path", { d: "M37.0127 3.53516C37.1943 3.53525 37.3761 3.63099 37.4658 3.82324L39.5586 8.30664L44.042 10.3994C44.4263 10.5791 44.4263 11.126 44.042 11.3057L39.5586 13.3984L37.4658 17.8818L37.4277 17.9492C37.4056 17.9827 37.3793 18.0112 37.3516 18.0371C37.3478 18.0406 37.3446 18.0445 37.3408 18.0479C37.329 18.0582 37.3163 18.0671 37.3037 18.0762C37.2985 18.0799 37.2934 18.0834 37.2881 18.0869C37.2774 18.094 37.267 18.1013 37.2559 18.1074C37.2488 18.1113 37.2416 18.1146 37.2344 18.1182C37.202 18.134 37.1684 18.1458 37.1338 18.1543C37.1306 18.1551 37.1273 18.1555 37.124 18.1562C37.05 18.1728 36.9734 18.173 36.8994 18.1562C36.8965 18.1556 36.8935 18.155 36.8906 18.1543C36.8558 18.1457 36.8216 18.1342 36.7891 18.1182C36.7819 18.1146 36.7746 18.1113 36.7676 18.1074C36.7569 18.1015 36.7466 18.0947 36.7363 18.0879C36.7284 18.0826 36.7206 18.0771 36.7129 18.0713C36.7046 18.0651 36.6965 18.0586 36.6885 18.0518C36.6772 18.0421 36.6668 18.0314 36.6562 18.0205C36.6505 18.0146 36.6442 18.0092 36.6387 18.0029C36.633 17.9965 36.6284 17.9892 36.623 17.9824C36.5992 17.9522 36.5771 17.9193 36.5596 17.8818L34.4668 13.3984L29.9834 11.3057C29.9113 11.272 29.8527 11.2255 29.8076 11.1709C29.7774 11.1343 29.7534 11.0941 29.7354 11.0518C29.7264 11.0307 29.7189 11.0092 29.7129 10.9873C29.6908 10.9063 29.6904 10.821 29.709 10.7393C29.7409 10.599 29.8315 10.4703 29.9834 10.3994L34.4668 8.30664L36.5596 3.82324C36.6268 3.67931 36.7453 3.58889 36.877 3.55273C36.9212 3.5406 36.967 3.53511 37.0127 3.53516Z", style: { fill: `var(--${type})` } })
1590
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.0467 9.47119C21.2262 9.08665 21.7733 9.08679 21.9529 9.47119L27.2274 20.7729L38.5291 26.0474C38.9137 26.2269 38.9137 26.774 38.5291 26.9536L27.2274 32.228L21.9529 43.5298L21.9149 43.5972C21.72 43.8916 21.2796 43.8916 21.0848 43.5972L21.0467 43.5298L15.7723 32.228L4.47052 26.9536C4.08634 26.7739 4.0863 26.227 4.47052 26.0474L15.7723 20.7729L21.0467 9.47119ZM18.0291 23.0298L10.5936 26.5005L18.0291 29.9712L21.4998 37.4058L24.9705 29.9712L32.4051 26.5005L24.9705 23.0298L21.4998 15.5942L18.0291 23.0298Z", style: { fill: `var(--${type})` } }),
1591
+ /* @__PURE__ */ jsx("path", { d: "M36.8651 3.70068C37.0849 3.64046 37.3406 3.73084 37.4529 3.97119L39.5457 8.45459L44.0291 10.5474C44.4138 10.7269 44.4138 11.2741 44.0291 11.4536L39.5457 13.5464L37.4529 18.0298C37.4353 18.0675 37.4125 18.1001 37.3885 18.1304C37.3831 18.1372 37.3785 18.1445 37.3729 18.1509C37.3673 18.1572 37.3611 18.1625 37.3553 18.1685C37.3447 18.1793 37.3344 18.19 37.3231 18.1997C37.3151 18.2065 37.307 18.213 37.2986 18.2192C37.2909 18.225 37.2832 18.2306 37.2752 18.2358C37.2632 18.2437 37.2507 18.2506 37.2381 18.2573C37.2336 18.2597 37.229 18.2619 37.2244 18.2642C37.1911 18.2807 37.1567 18.2935 37.1209 18.3022C37.118 18.303 37.1151 18.3035 37.1121 18.3042C37.0381 18.3208 36.9615 18.3209 36.8875 18.3042C36.8843 18.3035 36.881 18.303 36.8778 18.3022C36.8432 18.2937 36.8095 18.282 36.7772 18.2661C36.77 18.2626 36.7627 18.2593 36.7557 18.2554C36.745 18.2494 36.7347 18.2426 36.7244 18.2358C36.7164 18.2306 36.7087 18.225 36.701 18.2192C36.6927 18.213 36.6846 18.2065 36.6766 18.1997C36.6426 18.1707 36.6111 18.1369 36.5848 18.0972L36.5467 18.0298L34.4539 13.5464L29.9705 11.4536C29.8985 11.4199 29.8398 11.3735 29.7947 11.3188C29.7347 11.2461 29.6984 11.1588 29.6863 11.0688C29.6803 11.0239 29.6804 10.9781 29.6863 10.9331C29.6983 10.8428 29.7345 10.7552 29.7947 10.6821C29.8398 10.6275 29.8985 10.581 29.9705 10.5474L34.4539 8.45459L36.5467 3.97119C36.5691 3.92321 36.5973 3.88122 36.6297 3.84521C36.646 3.82715 36.6632 3.81046 36.6815 3.79541C36.7361 3.75029 36.799 3.71873 36.8651 3.70068Z", style: { fill: `var(--${type})` } })
1592
1592
  ] });
1593
1593
  }
1594
1594
  return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
1595
- /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.6523 9.24805C21.0117 8.47943 22.1056 8.47927 22.4648 9.24805L27.6045 20.2607L38.6172 25.4004C39.3862 25.7595 39.3859 26.8535 38.6172 27.2129L27.6045 32.3525L22.4648 43.3652L22.3896 43.5C22.0002 44.0896 21.1182 44.0893 20.7285 43.5L20.6523 43.3652L15.5127 32.3525L4.5 27.2129C3.73093 26.8537 3.73086 25.7595 4.5 25.4004L15.5127 20.2607L20.6523 9.24805ZM18.5225 23.2705L12.0166 26.3066L18.5225 29.3428L21.5586 35.8477L24.5947 29.3428L31.0996 26.3066L24.5947 23.2705L21.5586 16.7656L18.5225 23.2705Z", style: { fill: `var(--${type})` } }),
1596
- /* @__PURE__ */ jsx("path", { d: "M37.0127 3.53516C37.1943 3.53525 37.3761 3.63099 37.4658 3.82324L39.5586 8.30664L44.042 10.3994C44.4263 10.5791 44.4263 11.126 44.042 11.3057L39.5586 13.3984L37.4658 17.8818L37.4277 17.9492C37.4056 17.9827 37.3793 18.0112 37.3516 18.0371C37.3478 18.0406 37.3446 18.0445 37.3408 18.0479C37.329 18.0582 37.3163 18.0671 37.3037 18.0762C37.2985 18.0799 37.2934 18.0834 37.2881 18.0869C37.2774 18.094 37.267 18.1013 37.2559 18.1074C37.2488 18.1113 37.2416 18.1146 37.2344 18.1182C37.202 18.134 37.1684 18.1458 37.1338 18.1543C37.1306 18.1551 37.1273 18.1555 37.124 18.1562C37.05 18.1728 36.9734 18.173 36.8994 18.1562C36.8965 18.1556 36.8935 18.155 36.8906 18.1543C36.8558 18.1457 36.8216 18.1342 36.7891 18.1182C36.7819 18.1146 36.7746 18.1113 36.7676 18.1074C36.7569 18.1015 36.7466 18.0947 36.7363 18.0879C36.7284 18.0826 36.7206 18.0771 36.7129 18.0713C36.7046 18.0651 36.6965 18.0586 36.6885 18.0518C36.6772 18.0421 36.6668 18.0314 36.6562 18.0205C36.6505 18.0146 36.6442 18.0092 36.6387 18.0029C36.633 17.9965 36.6284 17.9892 36.623 17.9824C36.5992 17.9522 36.5771 17.9193 36.5596 17.8818L34.4668 13.3984L29.9834 11.3057C29.9113 11.272 29.8527 11.2255 29.8076 11.1709C29.7774 11.1343 29.7534 11.0941 29.7354 11.0518C29.7264 11.0307 29.7189 11.0092 29.7129 10.9873C29.6908 10.9063 29.6904 10.821 29.709 10.7393C29.7409 10.599 29.8315 10.4703 29.9834 10.3994L34.4668 8.30664L36.5596 3.82324C36.6268 3.67931 36.7453 3.58889 36.877 3.55273C36.9212 3.5406 36.967 3.53511 37.0127 3.53516Z", style: { fill: `var(--${type})` } })
1595
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.0467 9.47119C21.2262 9.08665 21.7733 9.08679 21.9529 9.47119L27.2274 20.7729L38.5291 26.0474C38.9137 26.2269 38.9137 26.774 38.5291 26.9536L27.2274 32.228L21.9529 43.5298L21.9149 43.5972C21.72 43.8916 21.2796 43.8916 21.0848 43.5972L21.0467 43.5298L15.7723 32.228L4.47052 26.9536C4.08634 26.7739 4.0863 26.227 4.47052 26.0474L15.7723 20.7729L21.0467 9.47119ZM18.0291 23.0298L10.5936 26.5005L18.0291 29.9712L21.4998 37.4058L24.9705 29.9712L32.4051 26.5005L24.9705 23.0298L21.4998 15.5942L18.0291 23.0298Z", style: { fill: `var(--${type})` } }),
1596
+ /* @__PURE__ */ jsx("path", { d: "M36.8651 3.70068C37.0849 3.64046 37.3406 3.73084 37.4529 3.97119L39.5457 8.45459L44.0291 10.5474C44.4138 10.7269 44.4138 11.2741 44.0291 11.4536L39.5457 13.5464L37.4529 18.0298C37.4353 18.0675 37.4125 18.1001 37.3885 18.1304C37.3831 18.1372 37.3785 18.1445 37.3729 18.1509C37.3673 18.1572 37.3611 18.1625 37.3553 18.1685C37.3447 18.1793 37.3344 18.19 37.3231 18.1997C37.3151 18.2065 37.307 18.213 37.2986 18.2192C37.2909 18.225 37.2832 18.2306 37.2752 18.2358C37.2632 18.2437 37.2507 18.2506 37.2381 18.2573C37.2336 18.2597 37.229 18.2619 37.2244 18.2642C37.1911 18.2807 37.1567 18.2935 37.1209 18.3022C37.118 18.303 37.1151 18.3035 37.1121 18.3042C37.0381 18.3208 36.9615 18.3209 36.8875 18.3042C36.8843 18.3035 36.881 18.303 36.8778 18.3022C36.8432 18.2937 36.8095 18.282 36.7772 18.2661C36.77 18.2626 36.7627 18.2593 36.7557 18.2554C36.745 18.2494 36.7347 18.2426 36.7244 18.2358C36.7164 18.2306 36.7087 18.225 36.701 18.2192C36.6927 18.213 36.6846 18.2065 36.6766 18.1997C36.6426 18.1707 36.6111 18.1369 36.5848 18.0972L36.5467 18.0298L34.4539 13.5464L29.9705 11.4536C29.8985 11.4199 29.8398 11.3735 29.7947 11.3188C29.7347 11.2461 29.6984 11.1588 29.6863 11.0688C29.6803 11.0239 29.6804 10.9781 29.6863 10.9331C29.6983 10.8428 29.7345 10.7552 29.7947 10.6821C29.8398 10.6275 29.8985 10.581 29.9705 10.5474L34.4539 8.45459L36.5467 3.97119C36.5691 3.92321 36.5973 3.88122 36.6297 3.84521C36.646 3.82715 36.6632 3.81046 36.6815 3.79541C36.7361 3.75029 36.799 3.71873 36.8651 3.70068Z", style: { fill: `var(--${type})` } })
1597
1597
  ] });
1598
1598
  }
1599
1599
  );
@@ -5833,5 +5833,34 @@ var IconColorDarkAnalyzeData = /* @__PURE__ */ forwardRef(
5833
5833
  ] });
5834
5834
  }
5835
5835
  );
5836
+ var IconImageGenerator = /* @__PURE__ */ forwardRef(
5837
+ ({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
5838
+ const iconSize = iconSizeMap[size];
5839
+ if (fill && thick) {
5840
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5841
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.667 8.5H9C8.72386 8.5 8.50001 8.72387 8.5 9V34.833L15.5898 27.4658C16.3651 26.6606 17.6503 26.6467 18.4424 27.4355L21.6309 30.6113L31.0684 21.3975C31.8589 20.6257 33.1259 20.641 33.8975 21.4316L39.5 27.1738V18.333H42.5V39C42.5 40.933 40.933 42.5 39 42.5H9C7.067 42.5 5.5 40.933 5.5 39V9C5.50001 7.06701 7.06701 5.5 9 5.5H29.667V8.5ZM21.6094 34.8242L17.0449 30.2783L8.6416 39.0117C8.8162 39.3038 9.135 39.5 9.5 39.5H38.5C39.0522 39.5 39.4998 39.0521 39.5 38.5V31.4707L32.4473 24.2422L21.6094 34.8242Z", style: { fill: `var(--${type})` } }),
5842
+ /* @__PURE__ */ jsx("path", { d: "M19 14C21.2091 14 23 15.7909 23 18C23 20.2091 21.2091 22 19 22C16.7909 22 15 20.2091 15 18C15 15.7909 16.7909 14 19 14Z", style: { fill: `var(--${type})` } }),
5843
+ /* @__PURE__ */ jsx("path", { d: "M38.0684 3.46191C38.291 2.84601 39.163 2.84604 39.3857 3.46191L40.8242 7.44922C40.8545 7.5331 40.921 7.59955 41.0049 7.62988L44.9912 9.06836C45.6078 9.29084 45.6078 10.1633 44.9912 10.3857L41.0049 11.8242C40.921 11.8545 40.8545 11.921 40.8242 12.0049L39.3857 15.9912C39.1633 16.6078 38.2908 16.6078 38.0684 15.9912L36.6299 12.0049C36.5995 11.921 36.5331 11.8545 36.4492 11.8242L32.4619 10.3857C31.846 10.163 31.846 9.29104 32.4619 9.06836L36.4492 7.62988C36.5332 7.59959 36.5996 7.53318 36.6299 7.44922L38.0684 3.46191Z", style: { fill: `var(--${type})` } })
5844
+ ] });
5845
+ } else if (fill) {
5846
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5847
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.667 8.5H9C8.72386 8.5 8.50001 8.72387 8.5 9V34.833L15.5898 27.4658C16.3651 26.6606 17.6503 26.6467 18.4424 27.4355L21.6309 30.6113L31.0684 21.3975C31.8589 20.6257 33.1259 20.641 33.8975 21.4316L39.5 27.1738V18.333H42.5V39C42.5 40.933 40.933 42.5 39 42.5H9C7.067 42.5 5.5 40.933 5.5 39V9C5.50001 7.06701 7.06701 5.5 9 5.5H29.667V8.5ZM21.6094 34.8242L17.0449 30.2783L8.6416 39.0117C8.8162 39.3038 9.135 39.5 9.5 39.5H38.5C39.0522 39.5 39.4998 39.0521 39.5 38.5V31.4707L32.4473 24.2422L21.6094 34.8242Z", style: { fill: `var(--${type})` } }),
5848
+ /* @__PURE__ */ jsx("path", { d: "M19 14C21.2091 14 23 15.7909 23 18C23 20.2091 21.2091 22 19 22C16.7909 22 15 20.2091 15 18C15 15.7909 16.7909 14 19 14Z", style: { fill: `var(--${type})` } }),
5849
+ /* @__PURE__ */ jsx("path", { d: "M38.0684 3.46191C38.291 2.84601 39.163 2.84604 39.3857 3.46191L40.8242 7.44922C40.8545 7.5331 40.921 7.59955 41.0049 7.62988L44.9912 9.06836C45.6078 9.29084 45.6078 10.1633 44.9912 10.3857L41.0049 11.8242C40.921 11.8545 40.8545 11.921 40.8242 12.0049L39.3857 15.9912C39.1633 16.6078 38.2908 16.6078 38.0684 15.9912L36.6299 12.0049C36.5995 11.921 36.5331 11.8545 36.4492 11.8242L32.4619 10.3857C31.846 10.163 31.846 9.29104 32.4619 9.06836L36.4492 7.62988C36.5332 7.59959 36.5996 7.53318 36.6299 7.44922L38.0684 3.46191Z", style: { fill: `var(--${type})` } })
5850
+ ] });
5851
+ } else if (thick) {
5852
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5853
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.667 8.5H9C8.72386 8.5 8.50001 8.72387 8.5 9V34.833L15.5898 27.4658C16.3651 26.6606 17.6503 26.6467 18.4424 27.4355L21.6309 30.6113L31.0684 21.3975C31.8589 20.6257 33.1259 20.641 33.8975 21.4316L39.5 27.1738V18.333H42.5V39C42.5 40.933 40.933 42.5 39 42.5H9C7.067 42.5 5.5 40.933 5.5 39V9C5.50001 7.06701 7.06701 5.5 9 5.5H29.667V8.5ZM21.6094 34.8242L17.0449 30.2783L8.6416 39.0117C8.8162 39.3038 9.135 39.5 9.5 39.5H38.5C39.0522 39.5 39.4998 39.0521 39.5 38.5V31.4707L32.4473 24.2422L21.6094 34.8242Z", style: { fill: `var(--${type})` } }),
5854
+ /* @__PURE__ */ jsx("path", { d: "M19 14C21.2091 14 23 15.7909 23 18C23 20.2091 21.2091 22 19 22C16.7909 22 15 20.2091 15 18C15 15.7909 16.7909 14 19 14Z", style: { fill: `var(--${type})` } }),
5855
+ /* @__PURE__ */ jsx("path", { d: "M38.0684 3.46191C38.291 2.84601 39.163 2.84604 39.3857 3.46191L40.8242 7.44922C40.8545 7.5331 40.921 7.59955 41.0049 7.62988L44.9912 9.06836C45.6078 9.29084 45.6078 10.1633 44.9912 10.3857L41.0049 11.8242C40.921 11.8545 40.8545 11.921 40.8242 12.0049L39.3857 15.9912C39.1633 16.6078 38.2908 16.6078 38.0684 15.9912L36.6299 12.0049C36.5995 11.921 36.5331 11.8545 36.4492 11.8242L32.4619 10.3857C31.846 10.163 31.846 9.29104 32.4619 9.06836L36.4492 7.62988C36.5332 7.59959 36.5996 7.53318 36.6299 7.44922L38.0684 3.46191Z", style: { fill: `var(--${type})` } })
5856
+ ] });
5857
+ }
5858
+ return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
5859
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.667 8.5H9C8.72386 8.5 8.50001 8.72387 8.5 9V34.833L15.5898 27.4658C16.3651 26.6606 17.6503 26.6467 18.4424 27.4355L21.6309 30.6113L31.0684 21.3975C31.8589 20.6257 33.1259 20.641 33.8975 21.4316L39.5 27.1738V18.333H42.5V39C42.5 40.933 40.933 42.5 39 42.5H9C7.067 42.5 5.5 40.933 5.5 39V9C5.50001 7.06701 7.06701 5.5 9 5.5H29.667V8.5ZM21.6094 34.8242L17.0449 30.2783L8.6416 39.0117C8.8162 39.3038 9.135 39.5 9.5 39.5H38.5C39.0522 39.5 39.4998 39.0521 39.5 38.5V31.4707L32.4473 24.2422L21.6094 34.8242Z", style: { fill: `var(--${type})` } }),
5860
+ /* @__PURE__ */ jsx("path", { d: "M19 14C21.2091 14 23 15.7909 23 18C23 20.2091 21.2091 22 19 22C16.7909 22 15 20.2091 15 18C15 15.7909 16.7909 14 19 14Z", style: { fill: `var(--${type})` } }),
5861
+ /* @__PURE__ */ jsx("path", { d: "M38.0684 3.46191C38.291 2.84601 39.163 2.84604 39.3857 3.46191L40.8242 7.44922C40.8545 7.5331 40.921 7.59955 41.0049 7.62988L44.9912 9.06836C45.6078 9.29084 45.6078 10.1633 44.9912 10.3857L41.0049 11.8242C40.921 11.8545 40.8545 11.921 40.8242 12.0049L39.3857 15.9912C39.1633 16.6078 38.2908 16.6078 38.0684 15.9912L36.6299 12.0049C36.5995 11.921 36.5331 11.8545 36.4492 11.8242L32.4619 10.3857C31.846 10.163 31.846 9.29104 32.4619 9.06836L36.4492 7.62988C36.5332 7.59959 36.5996 7.53318 36.6299 7.44922L38.0684 3.46191Z", style: { fill: `var(--${type})` } })
5862
+ ] });
5863
+ }
5864
+ );
5836
5865
 
5837
- export { IconAddClock, IconAddEmoji, IconAddNode, IconAddToFolder, IconAdjustment, IconAi, IconAirplane, IconAlignCenter, IconAlignLeft, IconAlignRight, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowCollapse, IconArrowDown, IconArrowDownLeft, IconArrowDownUp, IconArrowDownward, IconArrowDropRight, IconArrowExpand, IconArrowForward, IconArrowLeft, IconArrowRight, IconArrowTurn, IconArrowUp, IconArrowUpDown, IconArrowUpLeft, IconArrowUpRight, IconArrowUpward, IconAsterisk, IconAtSign, IconBag, IconBalance, IconBell, IconBlock, IconBold, IconBolt, IconBook, IconBookmark, IconBookmarkCancel, IconBooks, IconBrain, IconBulb, IconBulbExclamtionmark, IconCalendar, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartLineUptrend, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClose, IconCloseFill, IconCode, IconCollectionAdd, IconCollections, IconColorAnalyzeData, IconColorArtifact, IconColorCitation, IconColorCitationRecommender, IconColorCollaborateWithTeam, IconColorCompass, IconColorComplete, IconColorCsv, IconColorDarkAnalyzeData, IconColorDarkArtifact, IconColorDarkCitation, IconColorDarkCitationRecommender, IconColorDarkCollaborateWithTeam, IconColorDarkCompass, IconColorDarkComplete, IconColorDarkHypothesisEvaluator, IconColorDarkHypothesisGenerator, IconColorDarkLinerFilled, IconColorDarkLinerFilledScholar, IconColorDarkLinerFilledWrite, IconColorDarkLinerVariation, IconColorDarkLiteratureReview, IconColorDarkLoading, IconColorDarkPeerReview, IconColorDarkResearchQuestion, IconColorDarkResearchTracer, IconColorDarkResearchWithAgents, IconColorDarkSearchWithCitation, IconColorDarkSummarize, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDarkWriteDraft, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGiftBox, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerFilled, IconColorLinerFilledScholar, IconColorLinerFilledWrite, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorLoading, IconColorMarkdown, IconColorOpenAccess, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorWriteDraft, IconColorXlsx, IconColorXml, IconColumns, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDescription, IconDesktop, IconDesktopOnCursor, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentWarning, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconEmail, IconEnd, IconEssay, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExperiment, IconExtend, IconFacebook, IconFeedback, IconFileDownload, IconFileHashtag, IconFilter, IconFindPaper, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderOpen, IconFolderOpenShare, IconFolderShare, IconFormalBag, IconFx, IconGlasses, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconInfo, IconInsertAfter, IconItalic, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMenu, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, IconNode, IconNumberedList, IconPalette, IconPaperclip, IconParagraph, IconParaphrase, IconPencil, IconPerson, IconPersonAdd, IconPersonFill, IconPhoto, IconPin, IconPlayButton, IconPlus, IconPower, IconQuestionBox, IconQuestionMessage, IconQuote, IconRedo, IconRegenerate, IconRemoveFromFolder, IconReport, IconRestaurant, IconRetry, IconRightIndentation, IconRocket, IconSearch, IconSecretMode, IconSend, IconSetting, IconShare, IconSheetExport, IconShield, IconShieldPerson, IconShieldUsage, IconShorten, IconShovel, IconShowAll, IconSignOut, IconSource, IconSpeaker, IconSpinner, IconSplitColumns, IconStack, IconStar, IconStart, IconStep, IconStop, IconStrikethrough, IconSummarize, IconSurvey, IconTable, IconTarget, IconTeams, IconTex, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconUnpin, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconZoomIn, IconZoomOut };
5866
+ export { IconAddClock, IconAddEmoji, IconAddNode, IconAddToFolder, IconAdjustment, IconAi, IconAirplane, IconAlignCenter, IconAlignLeft, IconAlignRight, IconAndroid, IconApple, IconArrowBack, IconArrowBackward, IconArrowCollapse, IconArrowDown, IconArrowDownLeft, IconArrowDownUp, IconArrowDownward, IconArrowDropRight, IconArrowExpand, IconArrowForward, IconArrowLeft, IconArrowRight, IconArrowTurn, IconArrowUp, IconArrowUpDown, IconArrowUpLeft, IconArrowUpRight, IconArrowUpward, IconAsterisk, IconAtSign, IconBag, IconBalance, IconBell, IconBlock, IconBold, IconBolt, IconBook, IconBookmark, IconBookmarkCancel, IconBooks, IconBrain, IconBulb, IconBulbExclamtionmark, IconCalendar, IconCamera, IconCar, IconCasualShoe, IconChartBar, IconChartLineUptrend, IconCheckMark, IconCheckMarkFill, IconCheckMarkInCircle, IconChrome, IconClock, IconClose, IconCloseFill, IconCode, IconCollectionAdd, IconCollections, IconColorAnalyzeData, IconColorArtifact, IconColorCitation, IconColorCitationRecommender, IconColorCollaborateWithTeam, IconColorCompass, IconColorComplete, IconColorCsv, IconColorDarkAnalyzeData, IconColorDarkArtifact, IconColorDarkCitation, IconColorDarkCitationRecommender, IconColorDarkCollaborateWithTeam, IconColorDarkCompass, IconColorDarkComplete, IconColorDarkHypothesisEvaluator, IconColorDarkHypothesisGenerator, IconColorDarkLinerFilled, IconColorDarkLinerFilledScholar, IconColorDarkLinerFilledWrite, IconColorDarkLinerVariation, IconColorDarkLiteratureReview, IconColorDarkLoading, IconColorDarkPeerReview, IconColorDarkResearchQuestion, IconColorDarkResearchTracer, IconColorDarkResearchWithAgents, IconColorDarkSearchWithCitation, IconColorDarkSummarize, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDarkWriteDraft, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGiftBox, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerFilled, IconColorLinerFilledScholar, IconColorLinerFilledWrite, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorLoading, IconColorMarkdown, IconColorOpenAccess, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorWriteDraft, IconColorXlsx, IconColorXml, IconColumns, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDescription, IconDesktop, IconDesktopOnCursor, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentWarning, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconEmail, IconEnd, IconEssay, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExperiment, IconExtend, IconFacebook, IconFeedback, IconFileDownload, IconFileHashtag, IconFilter, IconFindPaper, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderOpen, IconFolderOpenShare, IconFolderShare, IconFormalBag, IconFx, IconGlasses, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconImageGenerator, IconInfo, IconInsertAfter, IconItalic, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMenu, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, IconNode, IconNumberedList, IconPalette, IconPaperclip, IconParagraph, IconParaphrase, IconPencil, IconPerson, IconPersonAdd, IconPersonFill, IconPhoto, IconPin, IconPlayButton, IconPlus, IconPower, IconQuestionBox, IconQuestionMessage, IconQuote, IconRedo, IconRegenerate, IconRemoveFromFolder, IconReport, IconRestaurant, IconRetry, IconRightIndentation, IconRocket, IconSearch, IconSecretMode, IconSend, IconSetting, IconShare, IconSheetExport, IconShield, IconShieldPerson, IconShieldUsage, IconShorten, IconShovel, IconShowAll, IconSignOut, IconSource, IconSpeaker, IconSpinner, IconSplitColumns, IconStack, IconStar, IconStart, IconStep, IconStop, IconStrikethrough, IconSummarize, IconSurvey, IconTable, IconTarget, IconTeams, IconTex, IconTextSelect, IconThumbDown, IconThumbUp, IconTimer, IconTranslate, IconTrash, IconTune, IconTwitter, IconUnderline, IconUndo, IconUnpin, IconVerificationBadge, IconViewList, IconViewSidebar, IconVisibility, IconVisibilityOff, IconVolume, IconVolumeUp, IconZoomIn, IconZoomOut };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/icon",
3
- "version": "0.2.74",
3
+ "version": "0.2.75",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "publishConfig": {
@@ -19,7 +19,7 @@
19
19
  "@types/react": "18.2.23",
20
20
  "tsup": "^8.5.0",
21
21
  "tsx": "^4.21.0",
22
- "@liner-fe/internal-icon": "^1.0.25"
22
+ "@liner-fe/internal-icon": "^1.0.26"
23
23
  },
24
24
  "scripts": {
25
25
  "build": "pnpm generate-internal-tsx && pnpm tsup --config ./config/tsup/tsup.config.ts && pnpm forward-ref-pure",