@mirohq/design-system-icons 0.43.4 → 0.44.0
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/dist/main.js +259 -80
- package/dist/main.js.map +1 -1
- package/dist/module.js +259 -81
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +3 -1
- package/package.json +4 -4
- package/react/arrow-arc-left.tsx +5 -0
- package/react/arrow-arc-right.tsx +6 -1
- package/react/arrow-bend-up-right.tsx +5 -0
- package/react/arrow-box-out.tsx +1 -1
- package/react/arrow-counter-clockwise-up-right.tsx +1 -1
- package/react/arrow-down-left.tsx +1 -1
- package/react/arrow-down-right.tsx +1 -1
- package/react/arrow-down.tsx +2 -2
- package/react/arrow-fat-up-right.tsx +5 -0
- package/react/arrow-up-left.tsx +1 -1
- package/react/arrow-up.tsx +1 -1
- package/react/arrows-clockwise-y.tsx +1 -1
- package/react/arrows-down-up.tsx +5 -0
- package/react/arrows-square-counter-clockwise-y.tsx +5 -0
- package/react/article.tsx +1 -6
- package/react/chat-lines-eye-open.tsx +6 -1
- package/react/chevron-down-double.tsx +5 -0
- package/react/chevron-down.tsx +1 -1
- package/react/chevron-left-double.tsx +5 -0
- package/react/chevron-left.tsx +1 -1
- package/react/chevron-right-double.tsx +5 -0
- package/react/chevron-right.tsx +1 -1
- package/react/chevron-up-double.tsx +5 -0
- package/react/chevron-up.tsx +1 -1
- package/react/clock-counter-clockwise-simple.tsx +1 -1
- package/react/clock-counter-clockwise.tsx +1 -1
- package/react/cursor-lines.tsx +5 -0
- package/react/download.tsx +5 -0
- package/react/export.tsx +5 -0
- package/react/index.ts +1 -0
- package/react/minus.tsx +1 -1
- package/react/navigation-arrow-lines.tsx +5 -0
- package/react/navigation-up-left-filled.tsx +5 -0
- package/react/navigation-up-left-slash.tsx +5 -0
- package/react/navigation-up-right.tsx +5 -0
- package/react/notepad.tsx +37 -0
- package/react/plus.tsx +1 -1
- package/react/presentation-eye-open.tsx +6 -1
- package/react/question-mark.tsx +5 -0
- package/react/rectangle-arrow-up-center.tsx +5 -0
- package/react/shuffle.tsx +6 -1
- package/react/smiley-chat.tsx +0 -5
- package/react/smiley.tsx +0 -5
- package/react/sparks-filled.tsx +6 -4
- package/react/sparks.tsx +1 -1
- package/react/sticky-eye-closed.tsx +5 -0
- package/react/user-add.tsx +0 -5
- package/react/user-eye-open.tsx +6 -1
- package/react/user.tsx +0 -5
- package/react/users.tsx +1 -6
- package/svg/24/arrow-arc-left.svg +1 -1
- package/svg/24/arrow-arc-right.svg +1 -1
- package/svg/24/arrow-bend-up-right.svg +1 -1
- package/svg/24/arrow-box-out.svg +1 -1
- package/svg/24/arrow-counter-clockwise-up-right.svg +1 -1
- package/svg/24/arrow-down-left.svg +1 -1
- package/svg/24/arrow-down-right.svg +1 -1
- package/svg/24/arrow-down.svg +1 -1
- package/svg/24/arrow-fat-up-right.svg +1 -1
- package/svg/24/arrow-up-left.svg +1 -1
- package/svg/24/arrow-up.svg +1 -1
- package/svg/24/arrows-clockwise-y.svg +1 -1
- package/svg/24/arrows-down-up.svg +1 -1
- package/svg/24/arrows-square-counter-clockwise-y.svg +1 -1
- package/svg/24/article.svg +1 -1
- package/svg/24/chat-lines-eye-open.svg +1 -1
- package/svg/24/chevron-down-double.svg +1 -1
- package/svg/24/chevron-down.svg +1 -1
- package/svg/24/chevron-left-double.svg +1 -1
- package/svg/24/chevron-left.svg +1 -1
- package/svg/24/chevron-right-double.svg +1 -1
- package/svg/24/chevron-right.svg +1 -1
- package/svg/24/chevron-up-double.svg +1 -1
- package/svg/24/chevron-up.svg +1 -1
- package/svg/24/clock-counter-clockwise-simple.svg +1 -1
- package/svg/24/clock-counter-clockwise.svg +1 -1
- package/svg/24/cursor-lines.svg +1 -1
- package/svg/24/download.svg +1 -1
- package/svg/24/export.svg +1 -1
- package/svg/24/minus.svg +1 -1
- package/svg/24/navigation-arrow-lines.svg +1 -1
- package/svg/24/navigation-up-left-filled.svg +1 -1
- package/svg/24/navigation-up-left-slash.svg +1 -1
- package/svg/24/navigation-up-right.svg +1 -1
- package/svg/24/notepad.svg +2 -0
- package/svg/24/plus.svg +1 -1
- package/svg/24/presentation-eye-open.svg +1 -1
- package/svg/24/question-mark.svg +1 -1
- package/svg/24/rectangle-arrow-up-center.svg +1 -1
- package/svg/24/shuffle.svg +1 -1
- package/svg/24/smiley-chat.svg +1 -1
- package/svg/24/smiley.svg +1 -1
- package/svg/24/sparks-filled.svg +1 -1
- package/svg/24/sparks.svg +1 -1
- package/svg/24/sticky-eye-closed.svg +1 -1
- package/svg/24/user-add.svg +1 -1
- package/svg/24/user-eye-open.svg +1 -1
- package/svg/24/user.svg +1 -1
- package/svg/24/users.svg +1 -1
- package/svg/meta.json +9 -0
package/dist/types.d.ts
CHANGED
|
@@ -543,6 +543,8 @@ declare const IconNodesConnectionsThree: IconComponentType;
|
|
|
543
543
|
|
|
544
544
|
declare const IconNoteMagnifyingGlass: IconComponentType;
|
|
545
545
|
|
|
546
|
+
declare const IconNotepad: IconComponentType;
|
|
547
|
+
|
|
546
548
|
declare const IconOctagon: IconComponentType;
|
|
547
549
|
|
|
548
550
|
declare const IconOffice: IconComponentType;
|
|
@@ -935,4 +937,4 @@ declare const IconViewSideLeft: IconComponentType;
|
|
|
935
937
|
|
|
936
938
|
declare const IconWallet: IconComponentType;
|
|
937
939
|
|
|
938
|
-
export { IconAddLineBottom, IconAddLineRight, IconAlignBottom, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignRight, IconAlignTop, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpLeft, IconArrowBendUpRight, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowCurvesBottomRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowElbowDownRight, IconArrowFatRight, IconArrowFatUpRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpCircle, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseRectangleTilt, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArrowsDownUp, IconArrowsHorizontalLinesTopBottom, IconArrowsInSimple, IconArrowsOutCardinal, IconArrowsOutLinesHorizontal, IconArrowsOutSimple, IconArrowsSquareCounterClockwiseY, IconArticle, IconAt, IconBadge, IconBarrel, IconBell, IconBellSlash, IconBellTilt, IconBoard, IconBookOpenInfo, IconBookmark, IconBracketCurlyLeft, IconBracketCurlyRight, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconBrush, IconCalendarBlank, IconCamera, IconCard, IconCardCircles, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconChatCheck, IconChatDashesLinesTwo, IconChatLinesCross, IconChatLinesDot, IconChatLinesEyeOpen, IconChatLinesTwo, IconChatLinesTwoStack, IconChatPlus, IconChatTextArrow, IconChatTwo, IconCheckMark, IconCheckboardSquareCentered, IconChevronDown, IconChevronDownDouble, IconChevronLeft, IconChevronLeftDouble, IconChevronRight, IconChevronRightDouble, IconChevronRightSmall, IconChevronUp, IconChevronUpDouble, IconChevronUpDown, IconChevronUpDownLine, IconCircle, IconCircleCorners, IconCircleMotionX, IconCircleNotch, IconCircleSlash, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCloud, IconCluster, IconClustered, IconCog, IconCoins, IconCoinsChecked, IconCoinsSlash, IconColumnsThree, IconCommentGroup, IconComponentType, IconConeSerpentine, IconConnectionLineElbows, IconConnectionLineStraight, IconCornersThreeEyeOpen, IconCounter, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCrossFat, IconCrossSquare, IconCube, IconCursor, IconCursorFilled, IconCursorLines, IconCursorText, IconCursorTextLines, IconCurveSquareCircleArrow, IconDashLeftDownSquareDashRightUp, IconDashLeftUpSquareDashDownRight, IconDashSquareDashHorizontal, IconDashSquareDashVertical, IconDiagramCardLarge1, IconDiagramCardLarge2, IconDiagramCardLarge3, IconDiagramCardLarge4, IconDiagramCardMagnifyingGlass, IconDiagramCardSmall1, IconDiagramCardSmall2, IconDiagramCardSmall3, IconDiagramCardTeam, IconDiagramCardUser, IconDistributeHorizontal, IconDistributeVertical, IconDollarSignCurrency, IconDotVoting, IconDotsNine, IconDotsSixHorizontal, IconDotsSixVertical, IconDotsThree, IconDotsThreeVertical, IconDotsTwo, IconDownload, IconEnvelope, IconEraser, IconExclamationMarkOctagon, IconExclamationPointCircle, IconExport, IconEyeClosed, IconEyeClosedDotsFourFrameBroken, IconEyeOpen, IconEyeOpenLineFrameBroken, IconEyeOpenSlash, IconEyedropper, IconFactory, IconFactoryHouse, IconFileSpreadsheet, IconFlag, IconFolder, IconFrame, IconFrameLinesTwo, IconFramePlay, IconFramePlus, IconFunnel, IconGauge, IconGift, IconGlobe, IconGraduationCap, IconGrid, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHandPointing, IconHeadsetPerson, IconHeart, IconHeartFilled, IconHexagon, IconHighlighter, IconHighlighterUnderline, IconHouse, IconImage, IconIndentLeft, IconIndentRight, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLasso, IconLayout, IconLifesaver, IconLightbox, IconLightbulb, IconLightning, IconLineCurved, IconLineDashed, IconLineDiagonal, IconLineDotted, IconLineHorizontal, IconLineOrthogonal, IconLineStraight, IconLineTwoDiagonalTopRightDouble, IconLinesThreeHorizontal, IconLinesThreeHorizontalLineVerticalCenter, IconLinesThreeVertical, IconLinesTopLeftColumnsTwo, IconLink, IconLinkPlus, IconListBullets, IconListNumbers, IconLockClosed, IconLockOpen, IconLogin, IconLogout, IconMagnet, IconMagnifyingGlass, IconMagnifyingGlassLightning, IconMagnifyingGlassPlus, IconMap, IconMegaphone, IconMermaid, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMobile, IconMonitorArrow, IconMonitorPause, IconMonitorPlay, IconMonitorStop, IconMoon, IconMouse, IconMusicNote, IconNavigationArrowLines, IconNavigationUpLeftFilled, IconNavigationUpLeftSlash, IconNavigationUpRight, IconNext, IconNodeConnectedDot, IconNodeLinesCurved, IconNodeLinesHorizontal, IconNodeLinesVertical, IconNodePlus, IconNodesConnected, IconNodesConnectionsThree, IconNoteMagnifyingGlass, IconOctagon, IconOffice, IconOrgChart, IconPaintBucket, IconPalette, IconPaperPlaneFilledRight, IconPaperPlaneTilt, IconParallelogram, IconPause, IconPauseCircle, IconPdf, IconPen, IconPenTip, IconPenUnderline, IconPentagon, IconPeopleList, IconPlaceholder, IconPlanet, IconPlay, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusBox, IconPlusSquare, IconPlusText, IconPolling, IconPresentationArrow, IconPresentationEyeOpen, IconPresentationLine, IconPresentationLinesTwo, IconPresentationLink, IconPresentationNumberOne, IconPresentationPlay, IconPresentationPlus, IconPrevious, IconProhibit, IconProps, IconPushPin, IconPushPinFilled, IconQuestionMark, IconQuestionMarkCircle, IconQuotes, IconRectangleArrowUpCenter, IconRectangleDashLines, IconRectangleDotLinePen, IconRectangleFrame2Lines, IconRectanglePlayStack, IconRectanglePortrait, IconRectanglePortraitDash, IconRectanglePortraitDashSquareTopCenter, IconRectanglePortraitDashSquareTopLeft, IconRectanglePortraitFilled, IconRectanglePortraitSquareTopLeft, IconRectangleTick, IconRectangleTriangleBottomCenter, IconRectanglesThreeAligned, IconRectanglesThreeFree, IconRectanglesThreeOverlap, IconRectanglesTwoLine, IconRectanglesTwoLinesFour, IconRectanglesTwoMinus, IconRectanglesTwoPlus, IconRectanglesTwoUser, IconRhombus, IconRocket, IconRss, IconRssRectangle, IconScissors, IconScrollbarXy, IconShapes, IconShapesLines, IconShieldCheck, IconShieldLock, IconShuffle, IconSidebarClosed, IconSidebarGlobalClosed, IconSidebarGlobalOpen, IconSidebarOpen, IconSingleSparksFilled, IconSlidersX, IconSlidersY, IconSmiley, IconSmileyChat, IconSmileyPlus, IconSmileySticker, IconSocialAdo, IconSocialDrawio, IconSocialFacebook, IconSocialInstagram, IconSocialJira, IconSocialLinkedin, IconSocialSlack, IconSocialTwitter, IconSocialX, IconSocialYoutube, IconSortAscending, IconSortDescending, IconSparks, IconSparksFilled, IconSpeakerCross, IconSpeakerHigh, IconSplitVertical, IconSquare, IconSquareArrowIn, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareFrame2LinesCircle, IconSquareLineSquareDashed, IconSquareRounded, IconSquareStarScribble, IconSquareTriangleCirclePlus, IconSquaresColumn, IconSquaresFour, IconSquaresGroup, IconSquaresMerge, IconSquaresRow, IconSquaresThree, IconSquaresTwoOverlap, IconSquaresUngroup, IconSquaresUnmerge, IconStack, IconStar, IconStarFilled, IconStarHalf, IconStickyCorners, IconStickyEyeClosed, IconStickyEyeOpen, IconStickyNote, IconStickyNoteStack, IconStickyNoteWide, IconStickyNotesTwo, IconStopCircle, IconStoryPoints, IconStroke1, IconStroke2, IconStroke3, IconStroke4, IconStroke5, IconStroke6, IconSwitch, IconTag, IconTasks, IconTextAUnderline, IconTextAa, IconTextAlignCenter, IconTextAlignLeft, IconTextAlignRight, IconTextBBold, IconTextBBoldItalicUnderlined, IconTextCursorEyeOpen, IconTextHOne, IconTextHThree, IconTextHTwo, IconTextIItalic, IconTextIndent, IconTextLinesThree, IconTextSStrikethrough, IconTextStyles, IconTextT, IconTextUUnderlined, IconThumbsUp, IconTickCircle, IconTicket, IconTimer, IconToolbar, IconTooltip, IconTrackpad, IconTrapeze, IconTrash, IconTrashSimple, IconTriangle, IconTriangleSquareCircle, IconTrident, IconTrophy, IconUser, IconUserAdd, IconUserArrowRightUp, IconUserBackgroundBlur, IconUserCog, IconUserCogPlus, IconUserEyeOpen, IconUserFilter, IconUserLoad, IconUserNumberThree, IconUserPenDashesBottom, IconUserPenLineBottom, IconUserTickDown, IconUsers, IconUsersThree, IconVideoCamera, IconVideoCameraSimple, IconVideoCameraSimpleError, IconVideoCameraSimpleSlash, IconViewCenter, IconViewSideLeft, IconWallet };
|
|
940
|
+
export { IconAddLineBottom, IconAddLineRight, IconAlignBottom, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignRight, IconAlignTop, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpLeft, IconArrowBendUpRight, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowCurvesBottomRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowElbowDownRight, IconArrowFatRight, IconArrowFatUpRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpCircle, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseRectangleTilt, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArrowsDownUp, IconArrowsHorizontalLinesTopBottom, IconArrowsInSimple, IconArrowsOutCardinal, IconArrowsOutLinesHorizontal, IconArrowsOutSimple, IconArrowsSquareCounterClockwiseY, IconArticle, IconAt, IconBadge, IconBarrel, IconBell, IconBellSlash, IconBellTilt, IconBoard, IconBookOpenInfo, IconBookmark, IconBracketCurlyLeft, IconBracketCurlyRight, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconBrush, IconCalendarBlank, IconCamera, IconCard, IconCardCircles, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconChatCheck, IconChatDashesLinesTwo, IconChatLinesCross, IconChatLinesDot, IconChatLinesEyeOpen, IconChatLinesTwo, IconChatLinesTwoStack, IconChatPlus, IconChatTextArrow, IconChatTwo, IconCheckMark, IconCheckboardSquareCentered, IconChevronDown, IconChevronDownDouble, IconChevronLeft, IconChevronLeftDouble, IconChevronRight, IconChevronRightDouble, IconChevronRightSmall, IconChevronUp, IconChevronUpDouble, IconChevronUpDown, IconChevronUpDownLine, IconCircle, IconCircleCorners, IconCircleMotionX, IconCircleNotch, IconCircleSlash, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCloud, IconCluster, IconClustered, IconCog, IconCoins, IconCoinsChecked, IconCoinsSlash, IconColumnsThree, IconCommentGroup, IconComponentType, IconConeSerpentine, IconConnectionLineElbows, IconConnectionLineStraight, IconCornersThreeEyeOpen, IconCounter, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCrossFat, IconCrossSquare, IconCube, IconCursor, IconCursorFilled, IconCursorLines, IconCursorText, IconCursorTextLines, IconCurveSquareCircleArrow, IconDashLeftDownSquareDashRightUp, IconDashLeftUpSquareDashDownRight, IconDashSquareDashHorizontal, IconDashSquareDashVertical, IconDiagramCardLarge1, IconDiagramCardLarge2, IconDiagramCardLarge3, IconDiagramCardLarge4, IconDiagramCardMagnifyingGlass, IconDiagramCardSmall1, IconDiagramCardSmall2, IconDiagramCardSmall3, IconDiagramCardTeam, IconDiagramCardUser, IconDistributeHorizontal, IconDistributeVertical, IconDollarSignCurrency, IconDotVoting, IconDotsNine, IconDotsSixHorizontal, IconDotsSixVertical, IconDotsThree, IconDotsThreeVertical, IconDotsTwo, IconDownload, IconEnvelope, IconEraser, IconExclamationMarkOctagon, IconExclamationPointCircle, IconExport, IconEyeClosed, IconEyeClosedDotsFourFrameBroken, IconEyeOpen, IconEyeOpenLineFrameBroken, IconEyeOpenSlash, IconEyedropper, IconFactory, IconFactoryHouse, IconFileSpreadsheet, IconFlag, IconFolder, IconFrame, IconFrameLinesTwo, IconFramePlay, IconFramePlus, IconFunnel, IconGauge, IconGift, IconGlobe, IconGraduationCap, IconGrid, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHandPointing, IconHeadsetPerson, IconHeart, IconHeartFilled, IconHexagon, IconHighlighter, IconHighlighterUnderline, IconHouse, IconImage, IconIndentLeft, IconIndentRight, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLasso, IconLayout, IconLifesaver, IconLightbox, IconLightbulb, IconLightning, IconLineCurved, IconLineDashed, IconLineDiagonal, IconLineDotted, IconLineHorizontal, IconLineOrthogonal, IconLineStraight, IconLineTwoDiagonalTopRightDouble, IconLinesThreeHorizontal, IconLinesThreeHorizontalLineVerticalCenter, IconLinesThreeVertical, IconLinesTopLeftColumnsTwo, IconLink, IconLinkPlus, IconListBullets, IconListNumbers, IconLockClosed, IconLockOpen, IconLogin, IconLogout, IconMagnet, IconMagnifyingGlass, IconMagnifyingGlassLightning, IconMagnifyingGlassPlus, IconMap, IconMegaphone, IconMermaid, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMobile, IconMonitorArrow, IconMonitorPause, IconMonitorPlay, IconMonitorStop, IconMoon, IconMouse, IconMusicNote, IconNavigationArrowLines, IconNavigationUpLeftFilled, IconNavigationUpLeftSlash, IconNavigationUpRight, IconNext, IconNodeConnectedDot, IconNodeLinesCurved, IconNodeLinesHorizontal, IconNodeLinesVertical, IconNodePlus, IconNodesConnected, IconNodesConnectionsThree, IconNoteMagnifyingGlass, IconNotepad, IconOctagon, IconOffice, IconOrgChart, IconPaintBucket, IconPalette, IconPaperPlaneFilledRight, IconPaperPlaneTilt, IconParallelogram, IconPause, IconPauseCircle, IconPdf, IconPen, IconPenTip, IconPenUnderline, IconPentagon, IconPeopleList, IconPlaceholder, IconPlanet, IconPlay, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusBox, IconPlusSquare, IconPlusText, IconPolling, IconPresentationArrow, IconPresentationEyeOpen, IconPresentationLine, IconPresentationLinesTwo, IconPresentationLink, IconPresentationNumberOne, IconPresentationPlay, IconPresentationPlus, IconPrevious, IconProhibit, IconProps, IconPushPin, IconPushPinFilled, IconQuestionMark, IconQuestionMarkCircle, IconQuotes, IconRectangleArrowUpCenter, IconRectangleDashLines, IconRectangleDotLinePen, IconRectangleFrame2Lines, IconRectanglePlayStack, IconRectanglePortrait, IconRectanglePortraitDash, IconRectanglePortraitDashSquareTopCenter, IconRectanglePortraitDashSquareTopLeft, IconRectanglePortraitFilled, IconRectanglePortraitSquareTopLeft, IconRectangleTick, IconRectangleTriangleBottomCenter, IconRectanglesThreeAligned, IconRectanglesThreeFree, IconRectanglesThreeOverlap, IconRectanglesTwoLine, IconRectanglesTwoLinesFour, IconRectanglesTwoMinus, IconRectanglesTwoPlus, IconRectanglesTwoUser, IconRhombus, IconRocket, IconRss, IconRssRectangle, IconScissors, IconScrollbarXy, IconShapes, IconShapesLines, IconShieldCheck, IconShieldLock, IconShuffle, IconSidebarClosed, IconSidebarGlobalClosed, IconSidebarGlobalOpen, IconSidebarOpen, IconSingleSparksFilled, IconSlidersX, IconSlidersY, IconSmiley, IconSmileyChat, IconSmileyPlus, IconSmileySticker, IconSocialAdo, IconSocialDrawio, IconSocialFacebook, IconSocialInstagram, IconSocialJira, IconSocialLinkedin, IconSocialSlack, IconSocialTwitter, IconSocialX, IconSocialYoutube, IconSortAscending, IconSortDescending, IconSparks, IconSparksFilled, IconSpeakerCross, IconSpeakerHigh, IconSplitVertical, IconSquare, IconSquareArrowIn, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareFrame2LinesCircle, IconSquareLineSquareDashed, IconSquareRounded, IconSquareStarScribble, IconSquareTriangleCirclePlus, IconSquaresColumn, IconSquaresFour, IconSquaresGroup, IconSquaresMerge, IconSquaresRow, IconSquaresThree, IconSquaresTwoOverlap, IconSquaresUngroup, IconSquaresUnmerge, IconStack, IconStar, IconStarFilled, IconStarHalf, IconStickyCorners, IconStickyEyeClosed, IconStickyEyeOpen, IconStickyNote, IconStickyNoteStack, IconStickyNoteWide, IconStickyNotesTwo, IconStopCircle, IconStoryPoints, IconStroke1, IconStroke2, IconStroke3, IconStroke4, IconStroke5, IconStroke6, IconSwitch, IconTag, IconTasks, IconTextAUnderline, IconTextAa, IconTextAlignCenter, IconTextAlignLeft, IconTextAlignRight, IconTextBBold, IconTextBBoldItalicUnderlined, IconTextCursorEyeOpen, IconTextHOne, IconTextHThree, IconTextHTwo, IconTextIItalic, IconTextIndent, IconTextLinesThree, IconTextSStrikethrough, IconTextStyles, IconTextT, IconTextUUnderlined, IconThumbsUp, IconTickCircle, IconTicket, IconTimer, IconToolbar, IconTooltip, IconTrackpad, IconTrapeze, IconTrash, IconTrashSimple, IconTriangle, IconTriangleSquareCircle, IconTrident, IconTrophy, IconUser, IconUserAdd, IconUserArrowRightUp, IconUserBackgroundBlur, IconUserCog, IconUserCogPlus, IconUserEyeOpen, IconUserFilter, IconUserLoad, IconUserNumberThree, IconUserPenDashesBottom, IconUserPenLineBottom, IconUserTickDown, IconUsers, IconUsersThree, IconVideoCamera, IconVideoCameraSimple, IconVideoCameraSimpleError, IconVideoCameraSimpleSlash, IconViewCenter, IconViewSideLeft, IconWallet };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-icons",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.44.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"react": "^16.14 || ^17 || ^18"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@mirohq/design-system-link": "^1.3.28",
|
|
35
34
|
"@mirohq/design-system-base-icon": "^0.1.32",
|
|
35
|
+
"@mirohq/design-system-link": "^1.3.28",
|
|
36
36
|
"@mirohq/design-system-primitive": "^1.1.2",
|
|
37
|
-
"@mirohq/design-system-
|
|
38
|
-
"@mirohq/design-system-
|
|
37
|
+
"@mirohq/design-system-stitches": "^2.6.11",
|
|
38
|
+
"@mirohq/design-system-utils": "^0.15.4"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@svgr/cli": "^6.5.1",
|
package/react/arrow-arc-left.tsx
CHANGED
|
@@ -26,6 +26,11 @@ export const IconArrowArcLeft: IconComponentType = forwardRef(
|
|
|
26
26
|
strokeLinejoin='round'
|
|
27
27
|
strokeWidth='var(--svg-stroke-width)'
|
|
28
28
|
d='M20 15c-2-6.0007-10.5-8.0007-16-.0001m0 0v-5m0 5h5'
|
|
29
|
+
/>,
|
|
30
|
+
<path
|
|
31
|
+
stroke='currentColor'
|
|
32
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
33
|
+
d='M12 10v.0001'
|
|
29
34
|
/>
|
|
30
35
|
)
|
|
31
36
|
)
|
|
@@ -25,7 +25,12 @@ export const IconArrowArcRight: IconComponentType = forwardRef(
|
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeLinejoin='round'
|
|
27
27
|
strokeWidth='var(--svg-stroke-width)'
|
|
28
|
-
d='M4
|
|
28
|
+
d='M4 15.0001c2-6.0008 10.5-8.0008 16-.0001m0 0v-5m0 5h-5'
|
|
29
|
+
/>,
|
|
30
|
+
<path
|
|
31
|
+
stroke='currentColor'
|
|
32
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
33
|
+
d='M12 10v.0001'
|
|
29
34
|
/>
|
|
30
35
|
)
|
|
31
36
|
)
|
|
@@ -26,6 +26,11 @@ export const IconArrowBendUpRight: IconComponentType = forwardRef(
|
|
|
26
26
|
strokeLinejoin='round'
|
|
27
27
|
strokeWidth='var(--svg-stroke-width)'
|
|
28
28
|
d='M4 19c0-7 3-9 7-9h9m0 0-5-5m5 5-5 5'
|
|
29
|
+
/>,
|
|
30
|
+
<path
|
|
31
|
+
stroke='currentColor'
|
|
32
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
33
|
+
d='M12 10v.0001'
|
|
29
34
|
/>
|
|
30
35
|
)
|
|
31
36
|
)
|
package/react/arrow-box-out.tsx
CHANGED
|
@@ -24,7 +24,7 @@ export const IconArrowBoxOut: IconComponentType = forwardRef(
|
|
|
24
24
|
stroke='currentColor'
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeWidth='var(--svg-stroke-width)'
|
|
27
|
-
d='M16.
|
|
27
|
+
d='M16.9988 14v5c0 .5523-.4477 1-1 1h-11c-.5523 0-1-.4477-1-1v-11c0-.5523.4477-1 1-1h4.5m10.5-3-9 9m2.0025-9h7v7'
|
|
28
28
|
/>,
|
|
29
29
|
<path
|
|
30
30
|
stroke='currentColor'
|
|
@@ -24,7 +24,7 @@ export const IconArrowCounterClockwiseUpRight: IconComponentType = forwardRef(
|
|
|
24
24
|
stroke='currentColor'
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeWidth='var(--svg-stroke-width)'
|
|
27
|
-
d='M19.7535 10.0297c1.0882 4.2821-1.501 8.6357-5.7832 9.7239-4.2822 1.0882-8.6357-1.5011-9.7239-5.
|
|
27
|
+
d='M19.7535 10.0297c1.0882 4.2821-1.501 8.6357-5.7832 9.7239-4.2822 1.0882-8.6357-1.5011-9.7239-5.7832-1.0882-4.2822 1.501-8.6358 5.7832-9.724a8.0145 8.0145 0 0 1 2.0005-.2483m10.9699 8.0019-3-3-3 3'
|
|
28
28
|
/>,
|
|
29
29
|
<path
|
|
30
30
|
stroke='currentColor'
|
package/react/arrow-down.tsx
CHANGED
|
@@ -24,12 +24,12 @@ export const IconArrowDown: IconComponentType = forwardRef(
|
|
|
24
24
|
stroke='currentColor'
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeWidth='var(--svg-stroke-width)'
|
|
27
|
-
d='M12 3v17.205m-6.9964-6.2033 6.9964 6.5983 7.
|
|
27
|
+
d='M12.0001 3v17.205m-6.9964-6.2033 6.9964 6.5983 7.003-6.6044'
|
|
28
28
|
/>,
|
|
29
29
|
<path
|
|
30
30
|
stroke='currentColor'
|
|
31
31
|
strokeWidth='var(--svg-stroke-width)'
|
|
32
|
-
d='M12
|
|
32
|
+
d='M12 12v.0001'
|
|
33
33
|
/>
|
|
34
34
|
)
|
|
35
35
|
)
|
|
@@ -26,6 +26,11 @@ export const IconArrowFatUpRight: IconComponentType = forwardRef(
|
|
|
26
26
|
strokeLinejoin='round'
|
|
27
27
|
strokeWidth='var(--svg-stroke-width)'
|
|
28
28
|
d='m18 15 3-12-12 3 3 3-8 11 11-8 3 3Z'
|
|
29
|
+
/>,
|
|
30
|
+
<path
|
|
31
|
+
stroke='currentColor'
|
|
32
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
33
|
+
d='M7 17v.0001'
|
|
29
34
|
/>
|
|
30
35
|
)
|
|
31
36
|
)
|
package/react/arrow-up-left.tsx
CHANGED
package/react/arrow-up.tsx
CHANGED
package/react/arrows-down-up.tsx
CHANGED
|
@@ -25,6 +25,11 @@ export const IconArrowsDownUp: IconComponentType = forwardRef(
|
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeWidth='var(--svg-stroke-width)'
|
|
27
27
|
d='M7 5v14m0 0 4-4m-4 4-4-4m14 4v-14m0 0-4 4m4-4 4 4'
|
|
28
|
+
/>,
|
|
29
|
+
<path
|
|
30
|
+
stroke='currentColor'
|
|
31
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
32
|
+
d='M7 12v.0001'
|
|
28
33
|
/>
|
|
29
34
|
)
|
|
30
35
|
)
|
|
@@ -25,6 +25,11 @@ export const IconArrowsSquareCounterClockwiseY: IconComponentType = forwardRef(
|
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeWidth='var(--svg-stroke-width)'
|
|
27
27
|
d='M13 19h4.5a.5.5 0 0 0 .5-.5v-13.5m0 0-3.5 3.5m3.5-3.5 3.5 3.5m-10.5-3.5h-4.5a.5.5 0 0 0-.5.5v13.5m0 0 3.5-3.5m-3.5 3.5-3.5-3.5'
|
|
28
|
+
/>,
|
|
29
|
+
<path
|
|
30
|
+
stroke='currentColor'
|
|
31
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
32
|
+
d='M6 12v.0001'
|
|
28
33
|
/>
|
|
29
34
|
)
|
|
30
35
|
)
|
package/react/article.tsx
CHANGED
|
@@ -24,12 +24,7 @@ export const IconArticle: IconComponentType = forwardRef(
|
|
|
24
24
|
stroke='currentColor'
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeWidth='var(--svg-stroke-width)'
|
|
27
|
-
d='M8
|
|
28
|
-
/>,
|
|
29
|
-
<path
|
|
30
|
-
stroke='currentColor'
|
|
31
|
-
strokeWidth='var(--svg-stroke-width)'
|
|
32
|
-
d='M12 4v.0001'
|
|
27
|
+
d='M8 7h8m-8 4h8m-8 4h4m-8-11.5v17a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5v-17a.5.5 0 0 0-.5-.5h-15a.5.5 0 0 0-.5.5Z'
|
|
33
28
|
/>
|
|
34
29
|
)
|
|
35
30
|
)
|
|
@@ -26,7 +26,12 @@ export const IconChatLinesEyeOpen: IconComponentType = forwardRef(
|
|
|
26
26
|
strokeWidth='var(--svg-stroke-width)'
|
|
27
27
|
d='M7 9h2m-2 4h8m-8-9h-3c-.5523 0-1 .4477-1 1v12c0 .5523.4477 1 1 1h5l2.9293 2.9293a.1.1 0 0 0 .1414 0l2.9293-2.9293h5c.5523 0 1-.4477 1-1v-5m-10-7c0-.5 2-4 6-4s6 3.5 6 4-2 4-6 4-6-3.5-6-4Z'
|
|
28
28
|
/>,
|
|
29
|
-
<circle cx={17} cy={5} r={2} fill='currentColor'
|
|
29
|
+
<circle cx={17} cy={5} r={2} fill='currentColor' />,
|
|
30
|
+
<path
|
|
31
|
+
stroke='currentColor'
|
|
32
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
33
|
+
d='M12 13v.0001'
|
|
34
|
+
/>
|
|
30
35
|
)
|
|
31
36
|
)
|
|
32
37
|
|
|
@@ -26,6 +26,11 @@ export const IconChevronDownDouble: IconComponentType = forwardRef(
|
|
|
26
26
|
strokeLinejoin='round'
|
|
27
27
|
strokeWidth='var(--svg-stroke-width)'
|
|
28
28
|
d='m15 14-3 3-3-3m6-7-3 3-3-3'
|
|
29
|
+
/>,
|
|
30
|
+
<path
|
|
31
|
+
stroke='currentColor'
|
|
32
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
33
|
+
d='M12 10v.0001'
|
|
29
34
|
/>
|
|
30
35
|
)
|
|
31
36
|
)
|
package/react/chevron-down.tsx
CHANGED
|
@@ -26,6 +26,11 @@ export const IconChevronLeftDouble: IconComponentType = forwardRef(
|
|
|
26
26
|
strokeLinejoin='round'
|
|
27
27
|
strokeWidth='var(--svg-stroke-width)'
|
|
28
28
|
d='m10 15-3-3 3-3m7 6-3-3 3-3'
|
|
29
|
+
/>,
|
|
30
|
+
<path
|
|
31
|
+
stroke='currentColor'
|
|
32
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
33
|
+
d='M14 12v.0001'
|
|
29
34
|
/>
|
|
30
35
|
)
|
|
31
36
|
)
|
package/react/chevron-left.tsx
CHANGED
|
@@ -26,6 +26,11 @@ export const IconChevronRightDouble: IconComponentType = forwardRef(
|
|
|
26
26
|
strokeLinejoin='round'
|
|
27
27
|
strokeWidth='var(--svg-stroke-width)'
|
|
28
28
|
d='m14 9 3 3-3 3m-7-6 3 3-3 3'
|
|
29
|
+
/>,
|
|
30
|
+
<path
|
|
31
|
+
stroke='currentColor'
|
|
32
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
33
|
+
d='M10 12v.0001'
|
|
29
34
|
/>
|
|
30
35
|
)
|
|
31
36
|
)
|
package/react/chevron-right.tsx
CHANGED
|
@@ -26,6 +26,11 @@ export const IconChevronUpDouble: IconComponentType = forwardRef(
|
|
|
26
26
|
strokeLinejoin='round'
|
|
27
27
|
strokeWidth='var(--svg-stroke-width)'
|
|
28
28
|
d='m9 10 3-3 3 3m-6 7 3-3 3 3'
|
|
29
|
+
/>,
|
|
30
|
+
<path
|
|
31
|
+
stroke='currentColor'
|
|
32
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
33
|
+
d='M12 14v.0001'
|
|
29
34
|
/>
|
|
30
35
|
)
|
|
31
36
|
)
|
package/react/chevron-up.tsx
CHANGED
package/react/cursor-lines.tsx
CHANGED
|
@@ -30,6 +30,11 @@ export const IconCursorLines: IconComponentType = forwardRef(
|
|
|
30
30
|
strokeLinejoin='round'
|
|
31
31
|
strokeWidth='var(--svg-stroke-width)'
|
|
32
32
|
d='m10.5 20-1.9167-4.9706m2.4167-11.0294h10m-6 4h2m-12.5943-3.9315 9.4348 9.246c.3148.3085.135.8732-.2891.9084l-5.0224.4164a.4686.4686 0 0 0-.2851.1306l-3.4365 3.2929c-.3128.2998-.8074.0604-.8074-.3909v-13.41c0-.227.25-.346.4057-.1934Z'
|
|
33
|
+
/>,
|
|
34
|
+
<path
|
|
35
|
+
stroke='currentColor'
|
|
36
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
37
|
+
d='M12 12v.0001'
|
|
33
38
|
/>
|
|
34
39
|
)
|
|
35
40
|
)
|
package/react/download.tsx
CHANGED
|
@@ -26,6 +26,11 @@ export const IconDownload: IconComponentType = forwardRef(
|
|
|
26
26
|
strokeLinejoin='round'
|
|
27
27
|
strokeWidth='var(--svg-stroke-width)'
|
|
28
28
|
d='M21 13v6c0 .5523-.4477 1-1 1h-16c-.5523 0-1-.4477-1-1v-6m9-10v11m0 0-4-3.9973m4 3.9973 4.0003-3.9973'
|
|
29
|
+
/>,
|
|
30
|
+
<path
|
|
31
|
+
stroke='currentColor'
|
|
32
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
33
|
+
d='M12 12v.0001'
|
|
29
34
|
/>
|
|
30
35
|
)
|
|
31
36
|
)
|
package/react/export.tsx
CHANGED
|
@@ -26,6 +26,11 @@ export const IconExport: IconComponentType = forwardRef(
|
|
|
26
26
|
strokeLinejoin='round'
|
|
27
27
|
strokeWidth='var(--svg-stroke-width)'
|
|
28
28
|
d='M21 13v6c0 .5523-.4477 1-1 1h-16c-.5523 0-1-.4477-1-1v-6m9 1v-11m0 0 4 3.9953m-4-3.9953-4 3.9953'
|
|
29
|
+
/>,
|
|
30
|
+
<path
|
|
31
|
+
stroke='currentColor'
|
|
32
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
33
|
+
d='M12 12v.0001'
|
|
29
34
|
/>
|
|
30
35
|
)
|
|
31
36
|
)
|
package/react/index.ts
CHANGED
|
@@ -250,6 +250,7 @@ export { IconNodePlus } from './node-plus'
|
|
|
250
250
|
export { IconNodesConnected } from './nodes-connected'
|
|
251
251
|
export { IconNodesConnectionsThree } from './nodes-connections-three'
|
|
252
252
|
export { IconNoteMagnifyingGlass } from './note-magnifying-glass'
|
|
253
|
+
export { IconNotepad } from './notepad'
|
|
253
254
|
export { IconOctagon } from './octagon'
|
|
254
255
|
export { IconOffice } from './office'
|
|
255
256
|
export { IconOrgChart } from './org-chart'
|
package/react/minus.tsx
CHANGED
|
@@ -30,6 +30,11 @@ export const IconNavigationArrowLines: IconComponentType = forwardRef(
|
|
|
30
30
|
<path
|
|
31
31
|
fill='currentColor'
|
|
32
32
|
d='m13.8405 15.3145-9.4348-9.246c-.1558-.1527-.4057-.0335-.4057.1935v13.4099c0 .4513.4946.6907.8074.3909l3.4075-3.7094a.4679.4679 0 0 1 .2851-.1305h5.0514c.4241-.0352.6039-.5999.2891-.9084Z'
|
|
33
|
+
/>,
|
|
34
|
+
<path
|
|
35
|
+
stroke='currentColor'
|
|
36
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
37
|
+
d='M9 13v.0001'
|
|
33
38
|
/>
|
|
34
39
|
)
|
|
35
40
|
)
|
|
@@ -30,6 +30,11 @@ export const IconNavigationUpLeftFilled: IconComponentType = forwardRef(
|
|
|
30
30
|
<path
|
|
31
31
|
fill='currentColor'
|
|
32
32
|
d='m20.5358 9.963-17.08-6.9367c-.282-.1145-.545.1648-.4268.4536l6.9804 17.0582c.2349.5739 1.0026.6256 1.2533.0843l2.4995-6.4611a.6492.6492 0 0 1 .3028-.3118l6.5677-2.5832c.5332-.2616.4729-1.0719-.0969-1.3033Z'
|
|
33
|
+
/>,
|
|
34
|
+
<path
|
|
35
|
+
stroke='currentColor'
|
|
36
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
37
|
+
d='M12 12v.0001'
|
|
33
38
|
/>
|
|
34
39
|
)
|
|
35
40
|
)
|
|
@@ -26,6 +26,11 @@ export const IconNavigationUpLeftSlash: IconComponentType = forwardRef(
|
|
|
26
26
|
strokeLinejoin='round'
|
|
27
27
|
strokeWidth='var(--svg-stroke-width)'
|
|
28
28
|
d='m7.8967 15.375 2.1127 5.1631c.2349.5739 1.0026.6256 1.2533.0843l2.4995-6.4611a.6492.6492 0 0 1 .3028-.3118l6.5677-2.5832c.5332-.2616.4729-1.0719-.0969-1.3033l-5.0905-2.0674m-9.8505 1.8544-2.5658-6.2701c-.1182-.2888.1447-.5681.4268-.4536l6.2942 2.5563m-6.75 14.2924 16.875-16.875'
|
|
29
|
+
/>,
|
|
30
|
+
<path
|
|
31
|
+
stroke='currentColor'
|
|
32
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
33
|
+
d='M12 11v.0001'
|
|
29
34
|
/>
|
|
30
35
|
)
|
|
31
36
|
)
|
|
@@ -26,6 +26,11 @@ export const IconNavigationUpRight: IconComponentType = forwardRef(
|
|
|
26
26
|
strokeLinejoin='round'
|
|
27
27
|
strokeWidth='var(--svg-stroke-width)'
|
|
28
28
|
d='m14.037 20.5358 6.9367-17.08c.1145-.282-.1648-.545-.4536-.4268l-17.0582 6.9804c-.574.2349-.6256 1.0026-.0843 1.2533l6.461 2.4995a.6492.6492 0 0 1 .3119.3028l2.5832 6.5677c.2616.5332 1.0719.4729 1.3033-.0969Z'
|
|
29
|
+
/>,
|
|
30
|
+
<path
|
|
31
|
+
stroke='currentColor'
|
|
32
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
33
|
+
d='M12 7v.0001'
|
|
29
34
|
/>
|
|
30
35
|
)
|
|
31
36
|
)
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DO NOT MODIFY THIS FILE.
|
|
3
|
+
* This file was generated by sync icons utility.
|
|
4
|
+
*/
|
|
5
|
+
import React, { forwardRef, createElement } from 'react'
|
|
6
|
+
import { iconSymbol } from '@mirohq/design-system-base-icon'
|
|
7
|
+
|
|
8
|
+
import { StyledIcon } from '../src/icon'
|
|
9
|
+
import type { IconComponentType } from '../src/icon'
|
|
10
|
+
|
|
11
|
+
export const IconNotepad: IconComponentType = forwardRef(
|
|
12
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) =>
|
|
13
|
+
createElement(
|
|
14
|
+
StyledIcon,
|
|
15
|
+
{
|
|
16
|
+
...props,
|
|
17
|
+
weight,
|
|
18
|
+
size,
|
|
19
|
+
viewBox: '0 0 24 24',
|
|
20
|
+
fill: 'none',
|
|
21
|
+
ref: forwardRef,
|
|
22
|
+
},
|
|
23
|
+
<path
|
|
24
|
+
stroke='currentColor'
|
|
25
|
+
strokeLinecap='round'
|
|
26
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
27
|
+
d='M8 3v2m4-2v2m4-2v2m-7 6h6m-6 4h6m-8 6h10c1.1046 0 2-.8954 2-2v-14.5a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5v14.5c0 1.1046.8954 2 2 2Z'
|
|
28
|
+
/>,
|
|
29
|
+
<path
|
|
30
|
+
stroke='currentColor'
|
|
31
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
32
|
+
d='M13 13v.0001'
|
|
33
|
+
/>
|
|
34
|
+
)
|
|
35
|
+
)
|
|
36
|
+
|
|
37
|
+
IconNotepad[iconSymbol] = true
|
package/react/plus.tsx
CHANGED
|
@@ -27,7 +27,12 @@ export const IconPresentationEyeOpen: IconComponentType = forwardRef(
|
|
|
27
27
|
strokeWidth='var(--svg-stroke-width)'
|
|
28
28
|
d='M21 12.0001v6h-5m-8.5-14h-4.5v14h5m0 0-2 4m2-4h8m0 0 2 4m-7-17.0001c0-.5 2-4 6-4s6 3.5 6 4-2 4-6 4-6-3.5-6-4Z'
|
|
29
29
|
/>,
|
|
30
|
-
<circle cx={17} cy={5} r={2} fill='currentColor'
|
|
30
|
+
<circle cx={17} cy={5} r={2} fill='currentColor' />,
|
|
31
|
+
<path
|
|
32
|
+
stroke='currentColor'
|
|
33
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
34
|
+
d='M12 18v.0001'
|
|
35
|
+
/>
|
|
31
36
|
)
|
|
32
37
|
)
|
|
33
38
|
|
package/react/question-mark.tsx
CHANGED
|
@@ -30,6 +30,11 @@ export const IconQuestionMark: IconComponentType = forwardRef(
|
|
|
30
30
|
strokeLinejoin='round'
|
|
31
31
|
strokeWidth='var(--svg-stroke-width)'
|
|
32
32
|
d='M7 8.2308c0-2.3366 2.2386-4.2308 5-4.2308s5 1.8942 5 4.2308c0 1.7475-1.2521 3.2475-3.0387 3.8928-1.0388.3753-1.9613 1.2334-1.9613 2.3379v.5385'
|
|
33
|
+
/>,
|
|
34
|
+
<path
|
|
35
|
+
stroke='currentColor'
|
|
36
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
37
|
+
d='M12 14v.0001'
|
|
33
38
|
/>
|
|
34
39
|
)
|
|
35
40
|
)
|
|
@@ -26,6 +26,11 @@ export const IconRectangleArrowUpCenter: IconComponentType = forwardRef(
|
|
|
26
26
|
strokeLinejoin='round'
|
|
27
27
|
strokeWidth='var(--svg-stroke-width)'
|
|
28
28
|
d='M3 10v-6c0-.5523.4477-1 1-1h16c.5523 0 1 .4477 1 1v6m-9 10v-11m0 0 4 4.5m-4-4.5-4 4.5'
|
|
29
|
+
/>,
|
|
30
|
+
<path
|
|
31
|
+
stroke='currentColor'
|
|
32
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
33
|
+
d='M12 12v.0001'
|
|
29
34
|
/>
|
|
30
35
|
)
|
|
31
36
|
)
|
package/react/shuffle.tsx
CHANGED
|
@@ -25,7 +25,12 @@ export const IconShuffle: IconComponentType = forwardRef(
|
|
|
25
25
|
strokeLinecap='round'
|
|
26
26
|
strokeLinejoin='round'
|
|
27
27
|
strokeWidth='var(--svg-stroke-width)'
|
|
28
|
-
d='M3 6.0002s2.4637-.
|
|
28
|
+
d='M3 6.0002s2.4637-.2825 4 0c5.7612 1.0595 3.2816 10.7293 9 12 1.9061.4236 5 0 5 0m0 0-3-3m3 3-3 3m-15-3.0002s2.4637.2826 4 0c.8639-.1588 1.5425-.5113 2.0912-1m11.9088-11s-3.0939-.4235-5 0c-.8186.182-1.4692.536-2 1.0122m7-1.0122-3 3m3-3-3-3'
|
|
29
|
+
/>,
|
|
30
|
+
<path
|
|
31
|
+
stroke='currentColor'
|
|
32
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
33
|
+
d='M12 13v.0001'
|
|
29
34
|
/>
|
|
30
35
|
)
|
|
31
36
|
)
|
package/react/smiley-chat.tsx
CHANGED
|
@@ -30,11 +30,6 @@ export const IconSmileyChat: IconComponentType = forwardRef(
|
|
|
30
30
|
<path
|
|
31
31
|
fill='currentColor'
|
|
32
32
|
d='M11 8.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5ZM16 8.5c0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5.6716-1.5 1.5-1.5 1.5.6716 1.5 1.5Z'
|
|
33
|
-
/>,
|
|
34
|
-
<path
|
|
35
|
-
stroke='currentColor'
|
|
36
|
-
strokeWidth='var(--svg-stroke-width)'
|
|
37
|
-
d='M12 16v.0001'
|
|
38
33
|
/>
|
|
39
34
|
)
|
|
40
35
|
)
|
package/react/smiley.tsx
CHANGED
|
@@ -30,11 +30,6 @@ export const IconSmiley: IconComponentType = forwardRef(
|
|
|
30
30
|
strokeLinejoin='round'
|
|
31
31
|
strokeWidth='var(--svg-stroke-width)'
|
|
32
32
|
d='M8 14c2 2 6 2 8 0m5-2c0 4.9706-4.0294 9-9 9s-9-4.0294-9-9 4.0294-9 9-9 9 4.0294 9 9Z'
|
|
33
|
-
/>,
|
|
34
|
-
<path
|
|
35
|
-
stroke='currentColor'
|
|
36
|
-
strokeWidth='var(--svg-stroke-width)'
|
|
37
|
-
d='M12 16v.0001'
|
|
38
33
|
/>
|
|
39
34
|
)
|
|
40
35
|
)
|