@liner-fe/icon 0.2.72 → 0.2.74
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 +20 -2
- package/lib/index.js +108 -11
- package/package.json +3 -3
package/lib/index.d.ts
CHANGED
|
@@ -575,7 +575,25 @@ declare const IconAddNode: React.ForwardRefExoticComponent<Omit<IconProps, "ref"
|
|
|
575
575
|
|
|
576
576
|
declare const IconShovel: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
577
577
|
|
|
578
|
-
|
|
578
|
+
declare const IconExperiment: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
579
|
+
|
|
580
|
+
declare const IconGlasses: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
581
|
+
|
|
582
|
+
declare const IconAsterisk: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
583
|
+
|
|
584
|
+
declare const IconColorLinerFilledWrite: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
585
|
+
|
|
586
|
+
declare const IconColorDarkLinerFilledWrite: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
587
|
+
|
|
588
|
+
declare const IconColorWriteDraft: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
589
|
+
|
|
590
|
+
declare const IconColorDarkWriteDraft: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
591
|
+
|
|
592
|
+
declare const IconColorAnalyzeData: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
593
|
+
|
|
594
|
+
declare const IconColorDarkAnalyzeData: React.ForwardRefExoticComponent<Omit<ColorIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
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";
|
|
579
597
|
type IconSizeKey = keyof typeof iconSizeMap;
|
|
580
598
|
interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
|
|
581
599
|
fill?: boolean;
|
|
@@ -588,4 +606,4 @@ interface IconProps extends Omit<SVGProps<SVGSVGElement>, 'fill' | 'name'> {
|
|
|
588
606
|
type ColorIconProps = Omit<IconProps, 'type' | 'fillType' | 'fill' | 'thick'>;
|
|
589
607
|
type IconComponentType = React.ForwardRefExoticComponent<Omit<IconProps, 'ref'> & React.RefAttributes<SVGSVGElement>>;
|
|
590
608
|
|
|
591
|
-
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, 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, IconColorArtifact, IconColorCitation, IconColorCitationRecommender, IconColorCollaborateWithTeam, IconColorCompass, IconColorComplete, IconColorCsv, IconColorDarkArtifact, IconColorDarkCitation, IconColorDarkCitationRecommender, IconColorDarkCollaborateWithTeam, IconColorDarkCompass, IconColorDarkComplete, IconColorDarkHypothesisEvaluator, IconColorDarkHypothesisGenerator, IconColorDarkLinerFilled, IconColorDarkLinerFilledScholar, IconColorDarkLinerVariation, IconColorDarkLiteratureReview, IconColorDarkLoading, IconColorDarkPeerReview, IconColorDarkResearchQuestion, IconColorDarkResearchTracer, IconColorDarkResearchWithAgents, IconColorDarkSearchWithCitation, IconColorDarkSummarize, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGiftBox, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerFilled, IconColorLinerFilledScholar, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorLoading, IconColorMarkdown, IconColorOpenAccess, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, IconColorXlsx, IconColorXml, IconColumns, type IconComponentType, IconCopy, IconCredit, IconCreditAdd, IconCreditcard, IconCurrentTab, IconDarkMode, IconDescription, IconDesktop, IconDesktopOnCursor, IconDocument, IconDocumentAdd, IconDocumentCheck, IconDocumentWarning, IconDoubleArrowBackward, IconDoubleArrowForward, IconDownload, IconDropDown, IconDropUp, IconEmail, IconEnd, IconEssay, IconExclamationmark, IconExclamationmarkFill, IconExpand, IconExpandClose, IconExtend, IconFacebook, IconFeedback, IconFileDownload, IconFileHashtag, IconFilter, IconFindPaper, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderOpen, IconFolderOpenShare, IconFolderShare, IconFormalBag, IconFx, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconInfo, IconInsertAfter, IconItalic, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMenu, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, type IconName, IconNewChromeExtension, IconNewTab, IconNewThread, IconNewThreadFolder, 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 };
|
|
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 };
|
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
|
|
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.
|
|
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})` } })
|
|
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
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.
|
|
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})` } })
|
|
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
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.
|
|
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})` } })
|
|
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: "
|
|
1596
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
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})` } })
|
|
1597
1597
|
] });
|
|
1598
1598
|
}
|
|
1599
1599
|
);
|
|
@@ -5252,8 +5252,8 @@ var IconColorCitation = /* @__PURE__ */ forwardRef(
|
|
|
5252
5252
|
const iconSize = iconSizeMap[size];
|
|
5253
5253
|
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5254
5254
|
/* @__PURE__ */ jsx("path", { d: "M5.99988 36.4995V9.49951C5.99988 7.56651 7.56688 5.99951 9.49988 5.99951H21.9276C22.7972 5.99951 23.6362 6.3234 24.2802 6.90771L31.8514 13.7778C32.5826 14.4412 32.9999 15.3833 32.9999 16.3706V20.4995H29.9999V16.3706C29.9999 16.2296 29.9403 16.0943 29.8358 15.9995L22.2635 9.12939C22.1716 9.04594 22.0518 8.99951 21.9276 8.99951H9.49988C9.22374 8.99951 8.99988 9.22337 8.99988 9.49951V36.4995C8.99988 36.7757 9.22374 36.9995 9.49988 36.9995H17.4999V39.9995H9.49988C7.56688 39.9995 5.99988 38.4325 5.99988 36.4995Z", fill: "#1E1E1F" }),
|
|
5255
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
5256
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
5255
|
+
/* @__PURE__ */ jsx("path", { d: "M24.4688 22.5C27.7652 22.5 30.4375 25.1723 30.4375 28.4688C30.4375 29.6273 30.1055 30.7076 29.5342 31.623L29.5449 31.6299L24.3779 40.5H20.9072L24.4375 34.4365C21.1554 34.4197 18.5 31.7548 18.5 28.4688C18.5 25.1723 21.1723 22.5 24.4688 22.5Z", fill: "#197B2E", "fill-opacity": "0.4" }),
|
|
5256
|
+
/* @__PURE__ */ jsx("path", { d: "M37.5312 22.5C40.8277 22.5 43.5 25.1723 43.5 28.4688C43.5 29.6273 43.168 30.7076 42.5967 31.623L42.6074 31.6299L37.4404 40.5H33.9697L37.5 34.4365C34.2179 34.4197 31.5625 31.7548 31.5625 28.4688C31.5625 25.1723 34.2348 22.5 37.5312 22.5Z", fill: "#197B2E", "fill-opacity": "0.4" })
|
|
5257
5257
|
] });
|
|
5258
5258
|
}
|
|
5259
5259
|
);
|
|
@@ -5500,8 +5500,8 @@ var IconColorDarkCitation = /* @__PURE__ */ forwardRef(
|
|
|
5500
5500
|
const iconSize = iconSizeMap[size];
|
|
5501
5501
|
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5502
5502
|
/* @__PURE__ */ jsx("path", { d: "M5.99988 36.4995V9.49951C5.99988 7.56651 7.56688 5.99951 9.49988 5.99951H21.9276C22.7972 5.99951 23.6362 6.3234 24.2802 6.90771L31.8514 13.7778C32.5826 14.4412 32.9999 15.3833 32.9999 16.3706V20.4995H29.9999V16.3706C29.9999 16.2296 29.9403 16.0943 29.8358 15.9995L22.2635 9.12939C22.1716 9.04594 22.0518 8.99951 21.9276 8.99951H9.49988C9.22374 8.99951 8.99988 9.22337 8.99988 9.49951V36.4995C8.99988 36.7757 9.22374 36.9995 9.49988 36.9995H17.4999V39.9995H9.49988C7.56688 39.9995 5.99988 38.4325 5.99988 36.4995Z", fill: "white" }),
|
|
5503
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
5504
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
5503
|
+
/* @__PURE__ */ jsx("path", { d: "M24.4688 22.5C27.7652 22.5 30.4375 25.1723 30.4375 28.4688C30.4375 29.6273 30.1055 30.7076 29.5342 31.623L29.5449 31.6299L24.3779 40.5H20.9072L24.4375 34.4365C21.1554 34.4197 18.5 31.7548 18.5 28.4688C18.5 25.1723 21.1723 22.5 24.4688 22.5Z", fill: "#8AB392" }),
|
|
5504
|
+
/* @__PURE__ */ jsx("path", { d: "M37.5312 22.5C40.8277 22.5 43.5 25.1723 43.5 28.4688C43.5 29.6273 43.168 30.7076 42.5967 31.623L42.6074 31.6299L37.4404 40.5H33.9697L37.5 34.4365C34.2179 34.4197 31.5625 31.7548 31.5625 28.4688C31.5625 25.1723 34.2348 22.5 37.5312 22.5Z", fill: "#8AB392" })
|
|
5505
5505
|
] });
|
|
5506
5506
|
}
|
|
5507
5507
|
);
|
|
@@ -5736,5 +5736,102 @@ var IconShovel = /* @__PURE__ */ forwardRef(
|
|
|
5736
5736
|
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: "M36.2534 1.29286C36.6439 0.902398 37.2769 0.902359 37.6674 1.29286L46.7504 10.4726C47.1407 10.863 47.1408 11.4961 46.7504 11.8866L41.8374 16.7997L41.7358 16.8886C41.5216 17.0516 41.25 17.1222 40.9838 17.0829L40.852 17.0536L37.894 16.1962L25.3491 28.7411L29.6674 33.0595C30.0579 33.45 30.0579 34.083 29.6674 34.4735L24.5209 39.621L24.0825 40.0438C19.4876 44.3206 12.8624 45.7347 6.89009 43.702L6.64497 43.6102C5.52 43.1513 4.6279 42.245 4.19185 41.1112L4.10591 40.8651C2.27598 35.0984 3.70692 28.8086 7.81294 24.4061L8.21919 23.9862L13.6997 18.5058C14.0901 18.1153 14.7232 18.1153 15.1137 18.5058L19.3422 22.7343L31.9399 10.1356L31.0864 7.1913C30.985 6.84128 31.0826 6.46366 31.3403 6.20595L36.2534 1.29286ZM10.3403 26.1073C6.71675 29.7311 5.41432 35.0733 6.96431 39.9579C7.09687 40.3753 7.42935 40.7169 7.85591 40.8622C12.9464 42.5948 18.6078 41.2904 22.3989 37.4999L26.1323 33.7665L23.228 30.8622L19.6127 34.4784L19.5366 34.5468C19.1701 34.8455 18.6414 34.8455 18.2749 34.5468L18.1987 34.4784L13.6547 29.8368C13.2643 29.4463 13.2643 28.8133 13.6547 28.4227L17.2211 24.8554L14.4067 22.0409L10.3403 26.1073ZM34.2963 7.49111L35.3149 11.0028L17.1743 29.1444L18.9204 30.9276L37.0258 12.8212L40.5512 13.8427L43.2221 11.1718L36.9516 4.83583L34.2963 7.49111Z", style: { fill: `var(--${type})` } }) });
|
|
5737
5737
|
}
|
|
5738
5738
|
);
|
|
5739
|
+
var IconExperiment = /* @__PURE__ */ forwardRef(
|
|
5740
|
+
({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
5741
|
+
const iconSize = iconSizeMap[size];
|
|
5742
|
+
if (fill && thick) {
|
|
5743
|
+
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.0005 9.5H29.5005V21.1885L30.1899 22.0859L30.1919 22.0889L41.9624 37.4814C43.2199 39.126 42.048 41.4988 39.978 41.5H8.02391C5.95401 41.5 4.77994 39.1271 6.03759 37.4814L17.8091 22.0889L17.811 22.0859L18.5005 21.1885V9.5H14.0005V6.5H34.0005V9.5ZM21.5005 22.209L20.1899 23.9141L9.03466 38.5H38.9653L27.811 23.9141L26.5005 22.209V9.5H21.5005V22.209Z", style: { fill: `var(--${type})` } }) });
|
|
5744
|
+
} else if (fill) {
|
|
5745
|
+
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.0005 9.5H29.5005V21.1885L30.1899 22.0859L30.1919 22.0889L41.9624 37.4814C43.2199 39.126 42.048 41.4988 39.978 41.5H8.02391C5.95401 41.5 4.77994 39.1271 6.03759 37.4814L17.8091 22.0889L17.811 22.0859L18.5005 21.1885V9.5H14.0005V6.5H34.0005V9.5ZM21.5005 22.209L20.1899 23.9141L9.03466 38.5H38.9653L27.811 23.9141L26.5005 22.209V9.5H21.5005V22.209Z", style: { fill: `var(--${type})` } }) });
|
|
5746
|
+
} else if (thick) {
|
|
5747
|
+
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.0005 9.5H29.5005V21.1885L30.1899 22.0859L30.1919 22.0889L41.9624 37.4814C43.2199 39.126 42.048 41.4988 39.978 41.5H8.02391C5.95401 41.5 4.77994 39.1271 6.03759 37.4814L17.8091 22.0889L17.811 22.0859L18.5005 21.1885V9.5H14.0005V6.5H34.0005V9.5ZM21.5005 22.209L20.1899 23.9141L9.03466 38.5H38.9653L27.811 23.9141L26.5005 22.209V9.5H21.5005V22.209Z", style: { fill: `var(--${type})` } }) });
|
|
5748
|
+
}
|
|
5749
|
+
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.0005 9.5H29.5005V21.1885L30.1899 22.0859L30.1919 22.0889L41.9624 37.4814C43.2199 39.126 42.048 41.4988 39.978 41.5H8.02391C5.95401 41.5 4.77994 39.1271 6.03759 37.4814L17.8091 22.0889L17.811 22.0859L18.5005 21.1885V9.5H14.0005V6.5H34.0005V9.5ZM21.5005 22.209L20.1899 23.9141L9.03466 38.5H38.9653L27.811 23.9141L26.5005 22.209V9.5H21.5005V22.209Z", style: { fill: `var(--${type})` } }) });
|
|
5750
|
+
}
|
|
5751
|
+
);
|
|
5752
|
+
var IconGlasses = /* @__PURE__ */ forwardRef(
|
|
5753
|
+
({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
5754
|
+
const iconSize = iconSizeMap[size];
|
|
5755
|
+
if (fill && thick) {
|
|
5756
|
+
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.415 25.502C44.1317 26.8377 44.5 28.378 44.5 30C44.5 35.2467 40.2467 39.5 35 39.5C29.8146 39.5 25.6018 35.3455 25.5039 30.1836C25.1318 29.7954 24.6523 29.5 24 29.5C23.3474 29.5 22.8673 29.7951 22.4951 30.1836C22.3972 35.3455 18.1853 39.5 13 39.5C7.75329 39.5 3.5 35.2467 3.5 30C3.5 28.3785 3.86868 26.8394 4.58496 25.5039L11.085 7.00391L13.915 7.99805L9.25195 21.2676C10.4018 20.7734 11.669 20.5 13 20.5C17.1698 20.5 20.7098 23.1873 21.9883 26.9238C22.5604 26.6681 23.2293 26.5 24 26.5C24.7703 26.5 25.4389 26.6681 26.0107 26.9238C27.2891 23.1871 30.8301 20.5 35 20.5C36.3311 20.5 37.5981 20.7743 38.748 21.2686L34.085 7.99609L36.915 7.00195L43.415 25.502ZM13 23.5C9.41015 23.5 6.5 26.4101 6.5 30C6.5 33.5899 9.41015 36.5 13 36.5C16.5899 36.5 19.5 33.5899 19.5 30C19.5 26.4101 16.5899 23.5 13 23.5ZM35 23.5C31.4101 23.5 28.5 26.4101 28.5 30C28.5 33.5899 31.4101 36.5 35 36.5C38.5899 36.5 41.5 33.5899 41.5 30C41.5 26.4101 38.5899 23.5 35 23.5Z", style: { fill: `var(--${type})` } }) });
|
|
5757
|
+
} else if (fill) {
|
|
5758
|
+
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.415 25.502C44.1317 26.8377 44.5 28.378 44.5 30C44.5 35.2467 40.2467 39.5 35 39.5C29.8146 39.5 25.6018 35.3455 25.5039 30.1836C25.1318 29.7954 24.6523 29.5 24 29.5C23.3474 29.5 22.8673 29.7951 22.4951 30.1836C22.3972 35.3455 18.1853 39.5 13 39.5C7.75329 39.5 3.5 35.2467 3.5 30C3.5 28.3785 3.86868 26.8394 4.58496 25.5039L11.085 7.00391L13.915 7.99805L9.25195 21.2676C10.4018 20.7734 11.669 20.5 13 20.5C17.1698 20.5 20.7098 23.1873 21.9883 26.9238C22.5604 26.6681 23.2293 26.5 24 26.5C24.7703 26.5 25.4389 26.6681 26.0107 26.9238C27.2891 23.1871 30.8301 20.5 35 20.5C36.3311 20.5 37.5981 20.7743 38.748 21.2686L34.085 7.99609L36.915 7.00195L43.415 25.502ZM13 23.5C9.41015 23.5 6.5 26.4101 6.5 30C6.5 33.5899 9.41015 36.5 13 36.5C16.5899 36.5 19.5 33.5899 19.5 30C19.5 26.4101 16.5899 23.5 13 23.5ZM35 23.5C31.4101 23.5 28.5 26.4101 28.5 30C28.5 33.5899 31.4101 36.5 35 36.5C38.5899 36.5 41.5 33.5899 41.5 30C41.5 26.4101 38.5899 23.5 35 23.5Z", style: { fill: `var(--${type})` } }) });
|
|
5759
|
+
} else if (thick) {
|
|
5760
|
+
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.415 25.502C44.1317 26.8377 44.5 28.378 44.5 30C44.5 35.2467 40.2467 39.5 35 39.5C29.8146 39.5 25.6018 35.3455 25.5039 30.1836C25.1318 29.7954 24.6523 29.5 24 29.5C23.3474 29.5 22.8673 29.7951 22.4951 30.1836C22.3972 35.3455 18.1853 39.5 13 39.5C7.75329 39.5 3.5 35.2467 3.5 30C3.5 28.3785 3.86868 26.8394 4.58496 25.5039L11.085 7.00391L13.915 7.99805L9.25195 21.2676C10.4018 20.7734 11.669 20.5 13 20.5C17.1698 20.5 20.7098 23.1873 21.9883 26.9238C22.5604 26.6681 23.2293 26.5 24 26.5C24.7703 26.5 25.4389 26.6681 26.0107 26.9238C27.2891 23.1871 30.8301 20.5 35 20.5C36.3311 20.5 37.5981 20.7743 38.748 21.2686L34.085 7.99609L36.915 7.00195L43.415 25.502ZM13 23.5C9.41015 23.5 6.5 26.4101 6.5 30C6.5 33.5899 9.41015 36.5 13 36.5C16.5899 36.5 19.5 33.5899 19.5 30C19.5 26.4101 16.5899 23.5 13 23.5ZM35 23.5C31.4101 23.5 28.5 26.4101 28.5 30C28.5 33.5899 31.4101 36.5 35 36.5C38.5899 36.5 41.5 33.5899 41.5 30C41.5 26.4101 38.5899 23.5 35 23.5Z", style: { fill: `var(--${type})` } }) });
|
|
5761
|
+
}
|
|
5762
|
+
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.415 25.502C44.1317 26.8377 44.5 28.378 44.5 30C44.5 35.2467 40.2467 39.5 35 39.5C29.8146 39.5 25.6018 35.3455 25.5039 30.1836C25.1318 29.7954 24.6523 29.5 24 29.5C23.3474 29.5 22.8673 29.7951 22.4951 30.1836C22.3972 35.3455 18.1853 39.5 13 39.5C7.75329 39.5 3.5 35.2467 3.5 30C3.5 28.3785 3.86868 26.8394 4.58496 25.5039L11.085 7.00391L13.915 7.99805L9.25195 21.2676C10.4018 20.7734 11.669 20.5 13 20.5C17.1698 20.5 20.7098 23.1873 21.9883 26.9238C22.5604 26.6681 23.2293 26.5 24 26.5C24.7703 26.5 25.4389 26.6681 26.0107 26.9238C27.2891 23.1871 30.8301 20.5 35 20.5C36.3311 20.5 37.5981 20.7743 38.748 21.2686L34.085 7.99609L36.915 7.00195L43.415 25.502ZM13 23.5C9.41015 23.5 6.5 26.4101 6.5 30C6.5 33.5899 9.41015 36.5 13 36.5C16.5899 36.5 19.5 33.5899 19.5 30C19.5 26.4101 16.5899 23.5 13 23.5ZM35 23.5C31.4101 23.5 28.5 26.4101 28.5 30C28.5 33.5899 31.4101 36.5 35 36.5C38.5899 36.5 41.5 33.5899 41.5 30C41.5 26.4101 38.5899 23.5 35 23.5Z", style: { fill: `var(--${type})` } }) });
|
|
5763
|
+
}
|
|
5764
|
+
);
|
|
5765
|
+
var IconAsterisk = /* @__PURE__ */ forwardRef(
|
|
5766
|
+
({ fill = false, thick = false, size = "m", type = "neutral-label-primary", className, fillType = "inverse-label-primary", ...props }, ref) => {
|
|
5767
|
+
const iconSize = iconSizeMap[size];
|
|
5768
|
+
if (fill && thick) {
|
|
5769
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M25.4941 21.4092L37.1035 14.707L38.6035 17.3057L26.9961 24.0068L38.5996 30.7061L37.0996 33.3047L25.4941 26.6035V40.0049H22.4941V26.6055L10.8916 33.3047L9.3916 30.707L20.9961 24.0059L9.3877 17.3047L10.8877 14.707L22.4941 21.4072V8.00586H25.4941V21.4092Z", style: { fill: `var(--${type})` } }) });
|
|
5770
|
+
} else if (fill) {
|
|
5771
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M25.4941 21.4092L37.1035 14.707L38.6035 17.3057L26.9961 24.0068L38.5996 30.7061L37.0996 33.3047L25.4941 26.6035V40.0049H22.4941V26.6055L10.8916 33.3047L9.3916 30.707L20.9961 24.0059L9.3877 17.3047L10.8877 14.707L22.4941 21.4072V8.00586H25.4941V21.4092Z", style: { fill: `var(--${type})` } }) });
|
|
5772
|
+
} else if (thick) {
|
|
5773
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M25.9941 27.4678L36.8535 33.7373L38.8535 30.2725L27.9961 24.0049L38.8496 17.7383L36.8496 14.2734L25.9941 20.542V8.00488H21.9941V20.5391L11.1416 14.2734L9.1416 17.7373L19.9951 24.0049L9.1377 30.2734L11.1377 33.7373L21.9941 27.4697V40.0039H25.9941V27.4678Z", style: { fill: `var(--${type})` } }) });
|
|
5774
|
+
}
|
|
5775
|
+
return /* @__PURE__ */ jsx("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: /* @__PURE__ */ jsx("path", { d: "M25.4941 21.4092L37.1035 14.707L38.6035 17.3057L26.9961 24.0068L38.5996 30.7061L37.0996 33.3047L25.4941 26.6035V40.0049H22.4941V26.6055L10.8916 33.3047L9.3916 30.707L20.9961 24.0059L9.3877 17.3047L10.8877 14.707L22.4941 21.4072V8.00586H25.4941V21.4092Z", style: { fill: `var(--${type})` } }) });
|
|
5776
|
+
}
|
|
5777
|
+
);
|
|
5778
|
+
var IconColorLinerFilledWrite = /* @__PURE__ */ forwardRef(
|
|
5779
|
+
({ size = "m", className, ...props }, ref) => {
|
|
5780
|
+
const iconSize = iconSizeMap[size];
|
|
5781
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5782
|
+
/* @__PURE__ */ jsx("path", { d: "M41.984 3.95874H6.4284C5.19824 3.95874 4.20618 4.9508 4.20618 6.18096V41.7365C4.20618 42.9667 5.19824 43.9587 6.4284 43.9587H41.984C43.2141 43.9587 44.2062 42.9667 44.2062 41.7365V6.18096C44.2062 4.9508 43.2141 3.95874 41.984 3.95874Z", fill: "#14371B" }),
|
|
5783
|
+
/* @__PURE__ */ jsx("path", { d: "M36.5511 17.205L30.5377 10.9567C30.4477 10.8632 30.3036 10.8632 30.2181 10.9567L28.1836 13.1034C25.6315 15.7552 16.7735 15.5634 16.7735 15.5634C16.7735 15.5634 13.5372 28.5697 11.8763 34.6215L22.3728 23.7152C22.1387 22.7985 22.3548 21.7836 23.0479 21.0634C24.0832 19.9877 25.7576 19.9877 26.7928 21.0634C27.8281 22.1391 27.8281 23.8788 26.7928 24.9545C26.0997 25.6748 25.1229 25.8992 24.2452 25.656L13.6948 36.6186C19.4786 34.8975 32.1221 31.5068 32.1221 31.5068C32.1221 31.5068 31.942 22.2981 34.4896 19.651L36.5511 17.5371C36.6411 17.4482 36.6411 17.2985 36.5511 17.205Z", fill: "white" })
|
|
5784
|
+
] });
|
|
5785
|
+
}
|
|
5786
|
+
);
|
|
5787
|
+
var IconColorDarkLinerFilledWrite = /* @__PURE__ */ forwardRef(
|
|
5788
|
+
({ size = "m", className, ...props }, ref) => {
|
|
5789
|
+
const iconSize = iconSizeMap[size];
|
|
5790
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5791
|
+
/* @__PURE__ */ jsx("path", { d: "M41.984 3.95874H6.4284C5.19824 3.95874 4.20618 4.9508 4.20618 6.18096V41.7365C4.20618 42.9667 5.19824 43.9587 6.4284 43.9587H41.984C43.2141 43.9587 44.2062 42.9667 44.2062 41.7365V6.18096C44.2062 4.9508 43.2141 3.95874 41.984 3.95874Z", fill: "white" }),
|
|
5792
|
+
/* @__PURE__ */ jsx("path", { d: "M36.5511 17.205L30.5377 10.9567C30.4477 10.8632 30.3036 10.8632 30.2181 10.9567L28.1836 13.1034C25.6315 15.7552 16.7735 15.5634 16.7735 15.5634C16.7735 15.5634 13.5372 28.5697 11.8763 34.6215L22.3728 23.7152C22.1387 22.7985 22.3548 21.7836 23.0479 21.0634C24.0832 19.9877 25.7576 19.9877 26.7928 21.0634C27.8281 22.1391 27.8281 23.8788 26.7928 24.9545C26.0997 25.6748 25.1229 25.8992 24.2452 25.656L13.6948 36.6186C19.4786 34.8975 32.1221 31.5068 32.1221 31.5068C32.1221 31.5068 31.942 22.2981 34.4896 19.651L36.5511 17.5371C36.6411 17.4482 36.6411 17.2985 36.5511 17.205Z", fill: "#14371B" })
|
|
5793
|
+
] });
|
|
5794
|
+
}
|
|
5795
|
+
);
|
|
5796
|
+
var IconColorWriteDraft = /* @__PURE__ */ forwardRef(
|
|
5797
|
+
({ size = "m", className, ...props }, ref) => {
|
|
5798
|
+
const iconSize = iconSizeMap[size];
|
|
5799
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5800
|
+
/* @__PURE__ */ jsx("path", { d: "M40.499 44.5H7.5V39.5H40.499V44.5Z", fill: "#197B2E", "fill-opacity": "0.4" }),
|
|
5801
|
+
/* @__PURE__ */ jsx("path", { d: "M40.499 36H13.5L13.5332 35.9658L13.7861 35.9648C14.0353 35.9634 14.2737 35.8635 14.4502 35.6875L19.1504 31H40.499V36Z", fill: "#197B2E", "fill-opacity": "0.4" }),
|
|
5802
|
+
/* @__PURE__ */ jsx("path", { d: "M40.5 27.5H22.6602L27.6738 22.5H40.5V27.5Z", fill: "#197B2E", "fill-opacity": "0.4" }),
|
|
5803
|
+
/* @__PURE__ */ jsx("path", { d: "M14.4499 35.6882C14.2955 35.842 14.0938 35.9371 13.8788 35.9595L13.7863 35.9651L8.45881 35.9947C7.93092 35.9977 7.50252 35.569 7.50518 35.0411L7.53142 29.782C7.53268 29.5329 7.63194 29.2943 7.80763 29.1177L32.9769 3.81863C33.3471 3.44652 33.9488 3.44546 34.32 3.81656L39.6841 9.18063C40.0548 9.55139 40.0551 10.1526 39.6841 10.523L14.4499 35.6882ZM10.3723 30.5734L10.3598 33.138L12.9915 33.1235L36.3281 9.84906L33.6529 7.17393L10.3723 30.5734Z", fill: "#1E1E1F" })
|
|
5804
|
+
] });
|
|
5805
|
+
}
|
|
5806
|
+
);
|
|
5807
|
+
var IconColorDarkWriteDraft = /* @__PURE__ */ forwardRef(
|
|
5808
|
+
({ size = "m", className, ...props }, ref) => {
|
|
5809
|
+
const iconSize = iconSizeMap[size];
|
|
5810
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5811
|
+
/* @__PURE__ */ jsx("path", { d: "M40.499 44.5H7.5V39.5H40.499V44.5Z", fill: "#8AB392" }),
|
|
5812
|
+
/* @__PURE__ */ jsx("path", { d: "M40.499 36H13.5L13.5332 35.9658L13.7861 35.9648C14.0353 35.9634 14.2737 35.8635 14.4502 35.6875L19.1504 31H40.499V36Z", fill: "#8AB392" }),
|
|
5813
|
+
/* @__PURE__ */ jsx("path", { d: "M40.5 27.5H22.6602L27.6738 22.5H40.5V27.5Z", fill: "#8AB392" }),
|
|
5814
|
+
/* @__PURE__ */ jsx("path", { d: "M14.4499 35.6882C14.2955 35.842 14.0938 35.9371 13.8788 35.9595L13.7863 35.9651L8.45881 35.9947C7.93092 35.9977 7.50252 35.569 7.50518 35.0411L7.53142 29.782C7.53268 29.5329 7.63194 29.2943 7.80763 29.1177L32.9769 3.81863C33.3471 3.44652 33.9488 3.44546 34.32 3.81656L39.6841 9.18063C40.0548 9.55139 40.0551 10.1526 39.6841 10.523L14.4499 35.6882ZM10.3723 30.5734L10.3598 33.138L12.9915 33.1235L36.3281 9.84906L33.6529 7.17393L10.3723 30.5734Z", fill: "white" })
|
|
5815
|
+
] });
|
|
5816
|
+
}
|
|
5817
|
+
);
|
|
5818
|
+
var IconColorAnalyzeData = /* @__PURE__ */ forwardRef(
|
|
5819
|
+
({ size = "m", className, ...props }, ref) => {
|
|
5820
|
+
const iconSize = iconSizeMap[size];
|
|
5821
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5822
|
+
/* @__PURE__ */ jsx("path", { d: "M22.4984 22.5L44 22.5V44H22.4984V22.5Z", fill: "#197B2E", "fill-opacity": "0.4" }),
|
|
5823
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40.5 4C43.5376 4 46 6.46243 46 9.5C46 12.5376 43.5376 15 40.5 15C39.9801 15 39.4777 14.9258 39.001 14.791L34.5527 21.7822C35.4513 22.7612 36 24.0664 36 25.5C36 28.5376 33.5376 31 30.5 31C27.4624 31 25 28.5376 25 25.5C25 24.9543 25.0796 24.4273 25.2275 23.9297L20.5273 21.2432C19.5231 22.3232 18.0911 23 16.5 23C16.1303 23 15.7692 22.9631 15.4199 22.8936L11.4385 29.6631C12.4041 30.6541 13 32.0071 13 33.5C13 36.5376 10.5376 39 7.5 39C4.46243 39 2 36.5376 2 33.5C2 30.4624 4.46243 28 7.5 28C7.96179 28 8.41029 28.0569 8.83887 28.1641L12.7471 21.5195C11.6724 20.5157 11 19.0866 11 17.5C11 14.4624 13.4624 12 16.5 12C19.5376 12 22 14.4624 22 17.5C22 17.8659 21.9637 18.2234 21.8955 18.5693L26.8398 21.3945C27.8121 20.5271 29.0945 20 30.5 20C31.0194 20 31.5218 20.0725 31.998 20.207L36.4463 13.2168C35.5483 12.2379 35 10.9331 35 9.5C35 6.46243 37.4624 4 40.5 4ZM7.5 31C6.11929 31 5 32.1193 5 33.5C5 34.8807 6.11929 36 7.5 36C8.88071 36 10 34.8807 10 33.5C10 32.1193 8.88071 31 7.5 31ZM30.5 23C29.1193 23 28 24.1193 28 25.5C28 26.8807 29.1193 28 30.5 28C31.8807 28 33 26.8807 33 25.5C33 24.1193 31.8807 23 30.5 23ZM16.5 15C15.1193 15 14 16.1193 14 17.5C14 18.8807 15.1193 20 16.5 20C17.8807 20 19 18.8807 19 17.5C19 16.1193 17.8807 15 16.5 15ZM40.5 7C39.1193 7 38 8.11929 38 9.5C38 10.8807 39.1193 12 40.5 12C41.8807 12 43 10.8807 43 9.5C43 8.11929 41.8807 7 40.5 7Z", fill: "#1E1E1F" })
|
|
5824
|
+
] });
|
|
5825
|
+
}
|
|
5826
|
+
);
|
|
5827
|
+
var IconColorDarkAnalyzeData = /* @__PURE__ */ forwardRef(
|
|
5828
|
+
({ size = "m", className, ...props }, ref) => {
|
|
5829
|
+
const iconSize = iconSizeMap[size];
|
|
5830
|
+
return /* @__PURE__ */ jsxs("svg", { width: iconSize, height: iconSize, viewBox: "0 0 48 48", fill: "none", ref, className, ...props, children: [
|
|
5831
|
+
/* @__PURE__ */ jsx("path", { d: "M22.4984 22.5L44 22.5V44H22.4984V22.5Z", fill: "#8AB392" }),
|
|
5832
|
+
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40.5 4C43.5376 4 46 6.46243 46 9.5C46 12.5376 43.5376 15 40.5 15C39.9801 15 39.4777 14.9258 39.001 14.791L34.5527 21.7822C35.4513 22.7612 36 24.0664 36 25.5C36 28.5376 33.5376 31 30.5 31C27.4624 31 25 28.5376 25 25.5C25 24.9543 25.0796 24.4273 25.2275 23.9297L20.5273 21.2432C19.5231 22.3232 18.0911 23 16.5 23C16.1303 23 15.7692 22.9631 15.4199 22.8936L11.4385 29.6631C12.4041 30.6541 13 32.0071 13 33.5C13 36.5376 10.5376 39 7.5 39C4.46243 39 2 36.5376 2 33.5C2 30.4624 4.46243 28 7.5 28C7.96179 28 8.41029 28.0569 8.83887 28.1641L12.7471 21.5195C11.6724 20.5157 11 19.0866 11 17.5C11 14.4624 13.4624 12 16.5 12C19.5376 12 22 14.4624 22 17.5C22 17.8659 21.9637 18.2234 21.8955 18.5693L26.8398 21.3945C27.8121 20.5271 29.0945 20 30.5 20C31.0194 20 31.5218 20.0725 31.998 20.207L36.4463 13.2168C35.5483 12.2379 35 10.9331 35 9.5C35 6.46243 37.4624 4 40.5 4ZM7.5 31C6.11929 31 5 32.1193 5 33.5C5 34.8807 6.11929 36 7.5 36C8.88071 36 10 34.8807 10 33.5C10 32.1193 8.88071 31 7.5 31ZM30.5 23C29.1193 23 28 24.1193 28 25.5C28 26.8807 29.1193 28 30.5 28C31.8807 28 33 26.8807 33 25.5C33 24.1193 31.8807 23 30.5 23ZM16.5 15C15.1193 15 14 16.1193 14 17.5C14 18.8807 15.1193 20 16.5 20C17.8807 20 19 18.8807 19 17.5C19 16.1193 17.8807 15 16.5 15ZM40.5 7C39.1193 7 38 8.11929 38 9.5C38 10.8807 39.1193 12 40.5 12C41.8807 12 43 10.8807 43 9.5C43 8.11929 41.8807 7 40.5 7Z", fill: "white" })
|
|
5833
|
+
] });
|
|
5834
|
+
}
|
|
5835
|
+
);
|
|
5739
5836
|
|
|
5740
|
-
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, 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, IconColorArtifact, IconColorCitation, IconColorCitationRecommender, IconColorCollaborateWithTeam, IconColorCompass, IconColorComplete, IconColorCsv, IconColorDarkArtifact, IconColorDarkCitation, IconColorDarkCitationRecommender, IconColorDarkCollaborateWithTeam, IconColorDarkCompass, IconColorDarkComplete, IconColorDarkHypothesisEvaluator, IconColorDarkHypothesisGenerator, IconColorDarkLinerFilled, IconColorDarkLinerFilledScholar, IconColorDarkLinerVariation, IconColorDarkLiteratureReview, IconColorDarkLoading, IconColorDarkPeerReview, IconColorDarkResearchQuestion, IconColorDarkResearchTracer, IconColorDarkResearchWithAgents, IconColorDarkSearchWithCitation, IconColorDarkSummarize, IconColorDarkSurveyGenerator, IconColorDarkSurveySimulator, IconColorDocument, IconColorDocx, IconColorExcel, IconColorFacebook, IconColorFiltering, IconColorFire, IconColorGiftBox, IconColorGoogle, IconColorHtml, IconColorHwp, IconColorHypothesisEvaluator, IconColorHypothesisGenerator, IconColorImage, IconColorJson, IconColorKakaotalk, IconColorKakaotalkLogo, IconColorLiner, IconColorLinerFilled, IconColorLinerFilledScholar, IconColorLinerVariation, IconColorLink, IconColorLiteratureReview, IconColorLoading, IconColorMarkdown, IconColorOpenAccess, IconColorPdf, IconColorPeerReview, IconColorPowerpoint, IconColorResearchQuestion, IconColorResearchTracer, IconColorResearchWithAgents, IconColorSearchWithCitation, IconColorSummarize, IconColorSurveyGenerator, IconColorSurveySimulator, IconColorTxt, 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, IconExtend, IconFacebook, IconFeedback, IconFileDownload, IconFileHashtag, IconFilter, IconFindPaper, IconFire, IconFlowchart, IconFocus, IconFolder, IconFolderAdd, IconFolderOpen, IconFolderOpenShare, IconFolderShare, IconFormalBag, IconFx, IconGlobe, IconGoogle, IconGoogleExport, IconGraduationcap, IconHelp, IconHideAll, IconHighlightEdit, IconHighlighter, IconHistory, IconHome, IconHourglass, IconInfo, IconInsertAfter, IconItalic, IconLeftIndentation, IconLight, IconLightMode, IconLiner, IconLink, IconList, IconLiteratureReview, IconLocation, IconLock, IconMNewTab, IconMagicPencil, IconMagicWand, IconMakeEasy, IconMembers, IconMemo, IconMenu, IconMicroscope, IconMindmap, IconMinus, IconMobile, IconMore, IconMoreHorizontal, IconMoreVertical, IconMove, IconMoveToFolder, 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 };
|
|
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 };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liner-fe/icon",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.74",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
"types": "./lib/index.d.ts",
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"react": "18.2.0",
|
|
16
|
-
"@liner-fe/design-token-primitive": "^0.2.
|
|
16
|
+
"@liner-fe/design-token-primitive": "^0.2.46"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
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.
|
|
22
|
+
"@liner-fe/internal-icon": "^1.0.25"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
25
|
"build": "pnpm generate-internal-tsx && pnpm tsup --config ./config/tsup/tsup.config.ts && pnpm forward-ref-pure",
|