@mirohq/design-system-icons 1.11.0 → 1.12.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 +241 -4
- package/dist/main.js.map +1 -1
- package/dist/module.js +233 -5
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +19 -1
- package/package.json +4 -4
- package/react/box-captions-filled.tsx +36 -0
- package/react/chat-cross.tsx +34 -0
- package/react/horizontal-blocks.tsx +34 -0
- package/react/index.ts +9 -0
- package/react/line-vertical.tsx +31 -0
- package/react/magnifying-glass-minus.tsx +36 -0
- package/react/proto-checkbox.tsx +1 -1
- package/react/proto-radio.tsx +1 -3
- package/react/rectangle-portrait-square-bottom-right.tsx +33 -0
- package/react/rectangles-layout.tsx +34 -0
- package/react/split-horizontal.tsx +34 -0
- package/react/vertical-blocks.tsx +34 -0
- package/svg/24/box-captions-filled.svg +2 -0
- package/svg/24/chat-cross.svg +2 -0
- package/svg/24/horizontal-blocks.svg +2 -0
- package/svg/24/line-vertical.svg +2 -0
- package/svg/24/magnifying-glass-minus.svg +2 -0
- package/svg/24/proto-checkbox.svg +1 -1
- package/svg/24/proto-radio.svg +1 -1
- package/svg/24/rectangle-portrait-square-bottom-right.svg +2 -0
- package/svg/24/rectangles-layout.svg +2 -0
- package/svg/24/split-horizontal.svg +2 -0
- package/svg/24/vertical-blocks.svg +2 -0
- package/svg/meta.json +104 -17
package/dist/types.d.ts
CHANGED
|
@@ -180,6 +180,8 @@ declare const IconBookOpenInfo: IconComponentType;
|
|
|
180
180
|
|
|
181
181
|
declare const IconBookmark: IconComponentType;
|
|
182
182
|
|
|
183
|
+
declare const IconBoxCaptionsFilled: IconComponentType;
|
|
184
|
+
|
|
183
185
|
declare const IconBoxCaptions: IconComponentType;
|
|
184
186
|
|
|
185
187
|
declare const IconBracketClose: IconComponentType;
|
|
@@ -224,6 +226,8 @@ declare const IconChartBarY: IconComponentType;
|
|
|
224
226
|
|
|
225
227
|
declare const IconChatCheck: IconComponentType;
|
|
226
228
|
|
|
229
|
+
declare const IconChatCross: IconComponentType;
|
|
230
|
+
|
|
227
231
|
declare const IconChatDashesLinesTwo: IconComponentType;
|
|
228
232
|
|
|
229
233
|
declare const IconChatLinesCross: IconComponentType;
|
|
@@ -520,6 +524,8 @@ declare const IconHighlighterUnderline: IconComponentType;
|
|
|
520
524
|
|
|
521
525
|
declare const IconHighlighter: IconComponentType;
|
|
522
526
|
|
|
527
|
+
declare const IconHorizontalBlocks: IconComponentType;
|
|
528
|
+
|
|
523
529
|
declare const IconHouse: IconComponentType;
|
|
524
530
|
|
|
525
531
|
declare const IconImage: IconComponentType;
|
|
@@ -568,6 +574,8 @@ declare const IconLineStraight: IconComponentType;
|
|
|
568
574
|
|
|
569
575
|
declare const IconLineTwoDiagonalTopRightDouble: IconComponentType;
|
|
570
576
|
|
|
577
|
+
declare const IconLineVertical: IconComponentType;
|
|
578
|
+
|
|
571
579
|
declare const IconLinesThreeHorizontalLineVerticalCenter: IconComponentType;
|
|
572
580
|
|
|
573
581
|
declare const IconLinesThreeHorizontal: IconComponentType;
|
|
@@ -596,6 +604,8 @@ declare const IconMagnet: IconComponentType;
|
|
|
596
604
|
|
|
597
605
|
declare const IconMagnifyingGlassLightning: IconComponentType;
|
|
598
606
|
|
|
607
|
+
declare const IconMagnifyingGlassMinus: IconComponentType;
|
|
608
|
+
|
|
599
609
|
declare const IconMagnifyingGlassPlus: IconComponentType;
|
|
600
610
|
|
|
601
611
|
declare const IconMagnifyingGlass: IconComponentType;
|
|
@@ -812,6 +822,8 @@ declare const IconRectanglePortraitDash: IconComponentType;
|
|
|
812
822
|
|
|
813
823
|
declare const IconRectanglePortraitFilled: IconComponentType;
|
|
814
824
|
|
|
825
|
+
declare const IconRectanglePortraitSquareBottomRight: IconComponentType;
|
|
826
|
+
|
|
815
827
|
declare const IconRectanglePortraitSquareTopLeft: IconComponentType;
|
|
816
828
|
|
|
817
829
|
declare const IconRectanglePortrait: IconComponentType;
|
|
@@ -820,6 +832,8 @@ declare const IconRectangleTick: IconComponentType;
|
|
|
820
832
|
|
|
821
833
|
declare const IconRectangleTriangleBottomCenter: IconComponentType;
|
|
822
834
|
|
|
835
|
+
declare const IconRectanglesLayout: IconComponentType;
|
|
836
|
+
|
|
823
837
|
declare const IconRectanglesSquares: IconComponentType;
|
|
824
838
|
|
|
825
839
|
declare const IconRectanglesThreeAligned: IconComponentType;
|
|
@@ -936,6 +950,8 @@ declare const IconSpeakerHigh: IconComponentType;
|
|
|
936
950
|
|
|
937
951
|
declare const IconSpinner: IconComponentType;
|
|
938
952
|
|
|
953
|
+
declare const IconSplitHorizontal: IconComponentType;
|
|
954
|
+
|
|
939
955
|
declare const IconSplitVertical: IconComponentType;
|
|
940
956
|
|
|
941
957
|
declare const IconSquareArrowIn: IconComponentType;
|
|
@@ -1142,6 +1158,8 @@ declare const IconUsersThree: IconComponentType;
|
|
|
1142
1158
|
|
|
1143
1159
|
declare const IconUsers: IconComponentType;
|
|
1144
1160
|
|
|
1161
|
+
declare const IconVerticalBlocks: IconComponentType;
|
|
1162
|
+
|
|
1145
1163
|
declare const IconVideoCameraDot: IconComponentType;
|
|
1146
1164
|
|
|
1147
1165
|
declare const IconVideoCameraLinesDot: IconComponentType;
|
|
@@ -1174,4 +1192,4 @@ declare const IconWifiExclamation: IconComponentType;
|
|
|
1174
1192
|
|
|
1175
1193
|
declare const IconWifi: IconComponentType;
|
|
1176
1194
|
|
|
1177
|
-
export { IconActivity, IconAddLineBottom, IconAddLineLeft, IconAddLineRight, IconAiText, IconAlignBottom, IconAlignBottomGroup, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignMiddle, IconAlignRight, IconAlignTop, IconAlignTopGroup, IconAlignmentScale, IconAltText, IconAltTextUnderline, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpLeft, IconArrowBendUpRight, IconArrowBoxLeft, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowCurvesBottomRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowElbowDownRight, IconArrowFatLeft, IconArrowFatLeftRight, IconArrowFatRight, IconArrowFatUpRight, IconArrowLeft, IconArrowLeftAwayLine, IconArrowLeftRightDotted, IconArrowLeftTowardLine, IconArrowRight, IconArrowRightAwayLine, IconArrowRightTowardLine, IconArrowUp, IconArrowUpCircle, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseRectangleTilt, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArrowsCounterclockwiseRectangleTilt, IconArrowsDownUp, IconArrowsHorizontalLinesTopBottom, IconArrowsHorizontalLinesTopBottomIn, IconArrowsInSimple, IconArrowsOutCardinal, IconArrowsOutLinesHorizontal, IconArrowsOutSimple, IconArrowsSquareCounterClockwiseY, IconArrowsTimeBackward, IconArrowsTimeForward, IconArticle, IconArticleEmpty, IconAt, IconAttachment, IconBadge, IconBarrel, IconBell, IconBellSlash, IconBellTilt, IconBoard, IconBookOpenInfo, IconBookmark, IconBoxCaptions, IconBracketClose, IconBracketCurlyLeft, IconBracketCurlyRight, IconBracketOpen, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconBrowser, IconBrush, IconCalendarBlank, IconCalendarEnd, IconCalendarStart, IconCamera, IconCaptionAlong, IconCaptionHorizontal, IconCard, IconCardCircles, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconChatCheck, IconChatDashesLinesTwo, IconChatLinesCross, IconChatLinesDot, IconChatLinesEyeOpen, IconChatLinesTwo, IconChatLinesTwoStack, IconChatPlus, IconChatTextArrow, IconChatTwo, IconCheckBoxLines, IconCheckMark, IconCheckboardSquareCentered, IconChevronDown, IconChevronDownDouble, IconChevronLeft, IconChevronLeftDouble, IconChevronRight, IconChevronRightDouble, IconChevronRightSmall, IconChevronUp, IconChevronUpDouble, IconChevronUpDown, IconChevronUpDownLine, IconCircle, IconCircleCorners, IconCircleDashed, IconCircleFullCheck, IconCircleHalfFill, IconCircleMotionX, IconCircleNotch, IconCircleSlash, IconCircleTarget, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCloud, IconCluster, IconClusterAi, IconClusterColor, IconClusterSentiment, IconClustered, IconCog, IconCoins, IconCoinsChecked, IconCoinsSlash, IconColumnsFormat, IconColumnsThree, IconCommentGroup, IconCompass, 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, IconDiagramming, IconDiagrammingShapes, IconDistributeHorizontal, IconDistributeVertical, IconDocFormat, IconDollarSignCurrency, IconDotLineDot, IconDotVoting, IconDotsNine, IconDotsSixHorizontal, IconDotsSixVertical, IconDotsThree, IconDotsThreeVertical, IconDotsTwo, IconDownload, IconEnvelope, IconEraser, IconExclamationMarkOctagon, IconExclamationPointCircle, IconExport, IconExternalFormat, IconEyeClosed, IconEyeClosedDotsFourFrameBroken, IconEyeOpen, IconEyeOpenLineFrameBroken, IconEyeOpenSlash, IconEyedropper, IconFactory, IconFactoryHouse, IconFileSpreadsheet, IconFilledBottomBox, IconFilledTopBox, IconFlag, IconFlip, IconFlipCard, IconFolder, IconFormula, IconFrame, IconFrameLinesTwo, IconFramePlay, IconFramePlus, IconFunnel, IconGauge, IconGavel, IconGift, IconGithub, IconGlobe, IconGoogleDrive, IconGraduationCap, IconGrid, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHandPointing, IconHandRaisedFilled, IconHeadphones, IconHeadsetPerson, IconHeart, IconHeartFilled, IconHexagon, IconHighlighter, IconHighlighterColorSelection, IconHighlighterUnderline, IconHouse, IconImage, IconIndentLeft, IconIndentRight, IconInformationMarkCircle, IconInsights, 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, IconMicLinesDot, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMobile, IconMonitor, IconMonitorArrow, IconMonitorArrowUp, IconMonitorEyeClosed, IconMonitorEyeOpen, IconMonitorPause, IconMonitorPlay, IconMonitorStop, IconMoon, IconMouse, IconMusicNote, IconNavigationArrowLines, IconNavigationUpLeftFilled, IconNavigationUpLeftSlash, IconNavigationUpRight, IconNesting, IconNext, IconNodeConnectedDot, IconNodeLinesCurved, IconNodeLinesHorizontal, IconNodeLinesVertical, IconNodePlus, IconNodesConnected, IconNodesConnectionsThree, IconNoteMagnifyingGlass, IconNotepad, IconNumber, IconOctagon, IconOffice, IconOrgChart, IconOrientationHorizontal, IconOrientationVertical, IconPaintBucket, IconPalette, IconPaperPlaneFilledRight, IconPaperPlaneTilt, IconParallelogram, IconPause, IconPauseCircle, IconPdf, IconPen, IconPenColorSelection, IconPenTip, IconPenUnderline, IconPentagon, IconPeopleList, IconPersonInCircle, IconPhoneFilled, IconPixelEraser, IconPlaceholder, IconPlanet, IconPlay, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusBox, IconPlusCross, IconPlusSquare, IconPlusText, IconPolling, IconPresentationArrow, IconPresentationEyeOpen, IconPresentationLine, IconPresentationLinesTwo, IconPresentationLink, IconPresentationNumberOne, IconPresentationPlay, IconPresentationPlus, IconPrevious, IconProhibit, IconProps, IconProtoButton, IconProtoCheckbox, IconProtoDropdown, IconProtoInput, IconProtoNumber, IconProtoRadio, IconProtoSlider, IconPrototypeFormat, IconPushPin, IconPushPinFilled, IconQuestionMark, IconQuestionMarkCircle, IconQuotes, IconRaisedHand, IconRatio169, IconRatio43, IconRatioSquare, IconRectangleArrowUpCenter, IconRectangleDashLines, IconRectangleDotLinePen, IconRectangleFrame2Lines, IconRectangleLine, IconRectanglePlayStack, IconRectanglePortrait, IconRectanglePortraitDash, IconRectanglePortraitDashSquareTopCenter, IconRectanglePortraitDashSquareTopLeft, IconRectanglePortraitFilled, IconRectanglePortraitSquareTopLeft, IconRectangleTick, IconRectangleTriangleBottomCenter, IconRectanglesSquares, IconRectanglesThreeAligned, IconRectanglesThreeFree, IconRectanglesThreeOverlap, IconRectanglesTwoLine, IconRectanglesTwoLinesFour, IconRectanglesTwoMinus, IconRectanglesTwoPlus, IconRectanglesTwoUser, IconRhombus, IconRocket, IconRss, IconRssRectangle, IconScissors, IconScrollbarXy, IconSelect, IconSentiment, IconShadow, IconShapes, IconShapesLines, IconShapesLinesStacked, IconShieldCheck, IconShieldLock, IconShieldLockFilled, IconShuffle, IconSidebarClosed, IconSidebarGlobalClosed, IconSidebarGlobalOpen, IconSidebarOpen, IconSingleSparksFilled, IconSlideFormat, IconSlidersX, IconSlidersY, IconSmiley, IconSmileyChat, IconSmileyPlus, IconSmileySticker, IconSocialAdo, IconSocialAsana, IconSocialAws, IconSocialDrawio, IconSocialFacebook, IconSocialInstagram, IconSocialJira, IconSocialLinkedin, IconSocialLooker, IconSocialMonday, IconSocialSlack, IconSocialTwitter, IconSocialX, IconSocialYoutube, IconSortAscending, IconSortDescending, IconSparks, IconSparksFilled, IconSpeakerCross, IconSpeakerHigh, IconSpinner, IconSplitVertical, IconSquare, IconSquareArrowIn, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareFrame2LinesCircle, IconSquareLineSquareDashed, IconSquareRounded, IconSquareStarScribble, IconSquareTriangleCirclePlus, IconSquaresColumn, IconSquaresFour, IconSquaresGroup, IconSquaresMerge, IconSquaresRow, IconSquaresThree, IconSquaresTwoOverlap, IconSquaresUngroup, IconSquaresUnmerge, IconStack, IconStackedCircles, IconStar, IconStarFilled, IconStarHalf, IconStickyCorners, IconStickyEyeClosed, IconStickyEyeOpen, IconStickyNote, IconStickyNoteStack, IconStickyNoteWide, IconStickyNotesTwo, IconStopCircle, IconStoryPoints, IconStroke1, IconStroke2, IconStroke3, IconStroke4, IconStroke5, IconStroke6, IconSwapHorizontal, IconSwitch, IconTable, IconTableFormat, IconTablet, IconTag, IconTasks, IconTextAColorSelection, IconTextAHorizontal, IconTextAUnderline, IconTextAVertical, IconTextAa, IconTextAlignCenter, IconTextAlignLeft, IconTextAlignRight, IconTextBBold, IconTextBBoldItalicUnderlined, IconTextCursorEyeOpen, IconTextHOne, IconTextHThree, IconTextHTwo, IconTextIItalic, IconTextIndent, IconTextLineHeight, IconTextLinesThree, IconTextPosition, IconTextSStrikethrough, IconTextStyles, IconTextT, IconTextUUnderlined, IconThumbsUp, IconTickCircle, IconTicket, IconTimelineFormat, IconTimer, IconToolbar, IconTooltip, IconTrackpad, IconTrapeze, IconTrash, IconTrashSimple, IconTriangle, IconTriangleSquareCircle, IconTrident, IconTrophy, IconTshirt, IconUser, IconUserAdd, IconUserArrowRight, IconUserArrowRightUp, IconUserBackgroundBlur, IconUserCog, IconUserCogPlus, IconUserEyeOpen, IconUserFilter, IconUserLoad, IconUserMic, IconUserMicSlash, IconUserNumberThree, IconUserPenDashesBottom, IconUserPenLineBottom, IconUserTickDown, IconUsers, IconUsersThree, IconVideoCamera, IconVideoCameraDot, IconVideoCameraLines, IconVideoCameraLinesDot, IconVideoCameraSimple, IconVideoCameraSimpleError, IconVideoCameraSimpleSlash, IconVideoPlayer, IconViewCenter, IconViewSideLeft, IconViewSideRight, IconWallet, IconWand, IconWarning, IconWifi, IconWifiExclamation };
|
|
1195
|
+
export { IconActivity, IconAddLineBottom, IconAddLineLeft, IconAddLineRight, IconAiText, IconAlignBottom, IconAlignBottomGroup, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignMiddle, IconAlignRight, IconAlignTop, IconAlignTopGroup, IconAlignmentScale, IconAltText, IconAltTextUnderline, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpLeft, IconArrowBendUpRight, IconArrowBoxLeft, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowCurvesBottomRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowElbowDownRight, IconArrowFatLeft, IconArrowFatLeftRight, IconArrowFatRight, IconArrowFatUpRight, IconArrowLeft, IconArrowLeftAwayLine, IconArrowLeftRightDotted, IconArrowLeftTowardLine, IconArrowRight, IconArrowRightAwayLine, IconArrowRightTowardLine, IconArrowUp, IconArrowUpCircle, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseRectangleTilt, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArrowsCounterclockwiseRectangleTilt, IconArrowsDownUp, IconArrowsHorizontalLinesTopBottom, IconArrowsHorizontalLinesTopBottomIn, IconArrowsInSimple, IconArrowsOutCardinal, IconArrowsOutLinesHorizontal, IconArrowsOutSimple, IconArrowsSquareCounterClockwiseY, IconArrowsTimeBackward, IconArrowsTimeForward, IconArticle, IconArticleEmpty, IconAt, IconAttachment, IconBadge, IconBarrel, IconBell, IconBellSlash, IconBellTilt, IconBoard, IconBookOpenInfo, IconBookmark, IconBoxCaptions, IconBoxCaptionsFilled, IconBracketClose, IconBracketCurlyLeft, IconBracketCurlyRight, IconBracketOpen, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconBrowser, IconBrush, IconCalendarBlank, IconCalendarEnd, IconCalendarStart, IconCamera, IconCaptionAlong, IconCaptionHorizontal, IconCard, IconCardCircles, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconChatCheck, IconChatCross, IconChatDashesLinesTwo, IconChatLinesCross, IconChatLinesDot, IconChatLinesEyeOpen, IconChatLinesTwo, IconChatLinesTwoStack, IconChatPlus, IconChatTextArrow, IconChatTwo, IconCheckBoxLines, IconCheckMark, IconCheckboardSquareCentered, IconChevronDown, IconChevronDownDouble, IconChevronLeft, IconChevronLeftDouble, IconChevronRight, IconChevronRightDouble, IconChevronRightSmall, IconChevronUp, IconChevronUpDouble, IconChevronUpDown, IconChevronUpDownLine, IconCircle, IconCircleCorners, IconCircleDashed, IconCircleFullCheck, IconCircleHalfFill, IconCircleMotionX, IconCircleNotch, IconCircleSlash, IconCircleTarget, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCloud, IconCluster, IconClusterAi, IconClusterColor, IconClusterSentiment, IconClustered, IconCog, IconCoins, IconCoinsChecked, IconCoinsSlash, IconColumnsFormat, IconColumnsThree, IconCommentGroup, IconCompass, 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, IconDiagramming, IconDiagrammingShapes, IconDistributeHorizontal, IconDistributeVertical, IconDocFormat, IconDollarSignCurrency, IconDotLineDot, IconDotVoting, IconDotsNine, IconDotsSixHorizontal, IconDotsSixVertical, IconDotsThree, IconDotsThreeVertical, IconDotsTwo, IconDownload, IconEnvelope, IconEraser, IconExclamationMarkOctagon, IconExclamationPointCircle, IconExport, IconExternalFormat, IconEyeClosed, IconEyeClosedDotsFourFrameBroken, IconEyeOpen, IconEyeOpenLineFrameBroken, IconEyeOpenSlash, IconEyedropper, IconFactory, IconFactoryHouse, IconFileSpreadsheet, IconFilledBottomBox, IconFilledTopBox, IconFlag, IconFlip, IconFlipCard, IconFolder, IconFormula, IconFrame, IconFrameLinesTwo, IconFramePlay, IconFramePlus, IconFunnel, IconGauge, IconGavel, IconGift, IconGithub, IconGlobe, IconGoogleDrive, IconGraduationCap, IconGrid, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHandPointing, IconHandRaisedFilled, IconHeadphones, IconHeadsetPerson, IconHeart, IconHeartFilled, IconHexagon, IconHighlighter, IconHighlighterColorSelection, IconHighlighterUnderline, IconHorizontalBlocks, IconHouse, IconImage, IconIndentLeft, IconIndentRight, IconInformationMarkCircle, IconInsights, IconKanban, IconKey, IconKeycap, IconLaptop, IconLasso, IconLayout, IconLifesaver, IconLightbox, IconLightbulb, IconLightning, IconLineCurved, IconLineDashed, IconLineDiagonal, IconLineDotted, IconLineHorizontal, IconLineOrthogonal, IconLineStraight, IconLineTwoDiagonalTopRightDouble, IconLineVertical, IconLinesThreeHorizontal, IconLinesThreeHorizontalLineVerticalCenter, IconLinesThreeVertical, IconLinesTopLeftColumnsTwo, IconLink, IconLinkPlus, IconListBullets, IconListNumbers, IconLockClosed, IconLockOpen, IconLogin, IconLogout, IconMagnet, IconMagnifyingGlass, IconMagnifyingGlassLightning, IconMagnifyingGlassMinus, IconMagnifyingGlassPlus, IconMap, IconMegaphone, IconMermaid, IconMicLinesDot, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMobile, IconMonitor, IconMonitorArrow, IconMonitorArrowUp, IconMonitorEyeClosed, IconMonitorEyeOpen, IconMonitorPause, IconMonitorPlay, IconMonitorStop, IconMoon, IconMouse, IconMusicNote, IconNavigationArrowLines, IconNavigationUpLeftFilled, IconNavigationUpLeftSlash, IconNavigationUpRight, IconNesting, IconNext, IconNodeConnectedDot, IconNodeLinesCurved, IconNodeLinesHorizontal, IconNodeLinesVertical, IconNodePlus, IconNodesConnected, IconNodesConnectionsThree, IconNoteMagnifyingGlass, IconNotepad, IconNumber, IconOctagon, IconOffice, IconOrgChart, IconOrientationHorizontal, IconOrientationVertical, IconPaintBucket, IconPalette, IconPaperPlaneFilledRight, IconPaperPlaneTilt, IconParallelogram, IconPause, IconPauseCircle, IconPdf, IconPen, IconPenColorSelection, IconPenTip, IconPenUnderline, IconPentagon, IconPeopleList, IconPersonInCircle, IconPhoneFilled, IconPixelEraser, IconPlaceholder, IconPlanet, IconPlay, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusBox, IconPlusCross, IconPlusSquare, IconPlusText, IconPolling, IconPresentationArrow, IconPresentationEyeOpen, IconPresentationLine, IconPresentationLinesTwo, IconPresentationLink, IconPresentationNumberOne, IconPresentationPlay, IconPresentationPlus, IconPrevious, IconProhibit, IconProps, IconProtoButton, IconProtoCheckbox, IconProtoDropdown, IconProtoInput, IconProtoNumber, IconProtoRadio, IconProtoSlider, IconPrototypeFormat, IconPushPin, IconPushPinFilled, IconQuestionMark, IconQuestionMarkCircle, IconQuotes, IconRaisedHand, IconRatio169, IconRatio43, IconRatioSquare, IconRectangleArrowUpCenter, IconRectangleDashLines, IconRectangleDotLinePen, IconRectangleFrame2Lines, IconRectangleLine, IconRectanglePlayStack, IconRectanglePortrait, IconRectanglePortraitDash, IconRectanglePortraitDashSquareTopCenter, IconRectanglePortraitDashSquareTopLeft, IconRectanglePortraitFilled, IconRectanglePortraitSquareBottomRight, IconRectanglePortraitSquareTopLeft, IconRectangleTick, IconRectangleTriangleBottomCenter, IconRectanglesLayout, IconRectanglesSquares, IconRectanglesThreeAligned, IconRectanglesThreeFree, IconRectanglesThreeOverlap, IconRectanglesTwoLine, IconRectanglesTwoLinesFour, IconRectanglesTwoMinus, IconRectanglesTwoPlus, IconRectanglesTwoUser, IconRhombus, IconRocket, IconRss, IconRssRectangle, IconScissors, IconScrollbarXy, IconSelect, IconSentiment, IconShadow, IconShapes, IconShapesLines, IconShapesLinesStacked, IconShieldCheck, IconShieldLock, IconShieldLockFilled, IconShuffle, IconSidebarClosed, IconSidebarGlobalClosed, IconSidebarGlobalOpen, IconSidebarOpen, IconSingleSparksFilled, IconSlideFormat, IconSlidersX, IconSlidersY, IconSmiley, IconSmileyChat, IconSmileyPlus, IconSmileySticker, IconSocialAdo, IconSocialAsana, IconSocialAws, IconSocialDrawio, IconSocialFacebook, IconSocialInstagram, IconSocialJira, IconSocialLinkedin, IconSocialLooker, IconSocialMonday, IconSocialSlack, IconSocialTwitter, IconSocialX, IconSocialYoutube, IconSortAscending, IconSortDescending, IconSparks, IconSparksFilled, IconSpeakerCross, IconSpeakerHigh, IconSpinner, IconSplitHorizontal, IconSplitVertical, IconSquare, IconSquareArrowIn, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareFrame2LinesCircle, IconSquareLineSquareDashed, IconSquareRounded, IconSquareStarScribble, IconSquareTriangleCirclePlus, IconSquaresColumn, IconSquaresFour, IconSquaresGroup, IconSquaresMerge, IconSquaresRow, IconSquaresThree, IconSquaresTwoOverlap, IconSquaresUngroup, IconSquaresUnmerge, IconStack, IconStackedCircles, IconStar, IconStarFilled, IconStarHalf, IconStickyCorners, IconStickyEyeClosed, IconStickyEyeOpen, IconStickyNote, IconStickyNoteStack, IconStickyNoteWide, IconStickyNotesTwo, IconStopCircle, IconStoryPoints, IconStroke1, IconStroke2, IconStroke3, IconStroke4, IconStroke5, IconStroke6, IconSwapHorizontal, IconSwitch, IconTable, IconTableFormat, IconTablet, IconTag, IconTasks, IconTextAColorSelection, IconTextAHorizontal, IconTextAUnderline, IconTextAVertical, IconTextAa, IconTextAlignCenter, IconTextAlignLeft, IconTextAlignRight, IconTextBBold, IconTextBBoldItalicUnderlined, IconTextCursorEyeOpen, IconTextHOne, IconTextHThree, IconTextHTwo, IconTextIItalic, IconTextIndent, IconTextLineHeight, IconTextLinesThree, IconTextPosition, IconTextSStrikethrough, IconTextStyles, IconTextT, IconTextUUnderlined, IconThumbsUp, IconTickCircle, IconTicket, IconTimelineFormat, IconTimer, IconToolbar, IconTooltip, IconTrackpad, IconTrapeze, IconTrash, IconTrashSimple, IconTriangle, IconTriangleSquareCircle, IconTrident, IconTrophy, IconTshirt, IconUser, IconUserAdd, IconUserArrowRight, IconUserArrowRightUp, IconUserBackgroundBlur, IconUserCog, IconUserCogPlus, IconUserEyeOpen, IconUserFilter, IconUserLoad, IconUserMic, IconUserMicSlash, IconUserNumberThree, IconUserPenDashesBottom, IconUserPenLineBottom, IconUserTickDown, IconUsers, IconUsersThree, IconVerticalBlocks, IconVideoCamera, IconVideoCameraDot, IconVideoCameraLines, IconVideoCameraLinesDot, IconVideoCameraSimple, IconVideoCameraSimpleError, IconVideoCameraSimpleSlash, IconVideoPlayer, IconViewCenter, IconViewSideLeft, IconViewSideRight, IconWallet, IconWand, IconWarning, IconWifi, IconWifiExclamation };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@mirohq/design-system-base-icon": "^1.0.0",
|
|
35
|
-
"@mirohq/design-system-stitches": "^3.0.0",
|
|
36
|
-
"@mirohq/design-system-utils": "^1.1.0",
|
|
37
35
|
"@mirohq/design-system-primitive": "^2.0.0",
|
|
38
|
-
"@mirohq/design-system-
|
|
36
|
+
"@mirohq/design-system-stitches": "^3.0.1",
|
|
37
|
+
"@mirohq/design-system-use-local-storage": "^1.0.0",
|
|
38
|
+
"@mirohq/design-system-utils": "^1.1.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@svgr/cli": "^6.5.1",
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
import { useLocalStorage } from '@mirohq/design-system-use-local-storage'
|
|
8
|
+
|
|
9
|
+
import { StyledIcon } from '../src/icon'
|
|
10
|
+
import type { IconComponentType } from '../src/icon'
|
|
11
|
+
|
|
12
|
+
export const IconBoxCaptionsFilled: IconComponentType = forwardRef(
|
|
13
|
+
({ size = 'medium', ...props }, forwardRef) => {
|
|
14
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
|
+
return createElement(
|
|
16
|
+
StyledIcon,
|
|
17
|
+
{
|
|
18
|
+
...props,
|
|
19
|
+
debug,
|
|
20
|
+
'aria-hidden': true,
|
|
21
|
+
size,
|
|
22
|
+
viewBox: '0 0 24 24',
|
|
23
|
+
fill: 'none',
|
|
24
|
+
ref: forwardRef,
|
|
25
|
+
},
|
|
26
|
+
<path
|
|
27
|
+
fill='currentColor'
|
|
28
|
+
fillRule='evenodd'
|
|
29
|
+
d='M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h14ZM9.112 9.336c-.482 0-.943.097-1.348.287a2.662 2.662 0 0 0-.458.273c-.605.45-1.01 1.166-1.054 2.131a3.883 3.883 0 0 0 0 .346c.077 1.76 1.334 2.692 2.86 2.692 1.504 0 2.552-.825 2.656-2.097h-1.416a1.016 1.016 0 0 1-.501.695 1.263 1.263 0 0 1-.188.089 1.584 1.584 0 0 1-.705.09 1.47 1.47 0 0 1-.28-.053c-.58-.17-.998-.705-.998-1.589 0-.748.303-1.247.747-1.485.08-.043.166-.078.255-.104.133-.039.276-.06.422-.06a1.469 1.469 0 0 1 .45.063c.412.122.696.416.75.818H11.8c-.152-1.272-1.208-2.096-2.688-2.096Zm5.961 0c-.482 0-.943.097-1.348.287a2.66 2.66 0 0 0-.458.273c-.605.45-1.01 1.166-1.054 2.131a3.929 3.929 0 0 0 0 .346c.077 1.76 1.334 2.692 2.86 2.692 1.504 0 2.552-.825 2.655-2.097h-1.416a1.016 1.016 0 0 1-.5.695 1.258 1.258 0 0 1-.188.089 1.584 1.584 0 0 1-.705.09 1.47 1.47 0 0 1-.28-.053c-.58-.17-.998-.705-.998-1.589 0-.748.303-1.247.747-1.485.08-.043.166-.078.255-.104a1.5 1.5 0 0 1 .422-.06 1.467 1.467 0 0 1 .45.063c.412.122.695.416.75.818h1.496c-.152-1.272-1.208-2.096-2.688-2.096Z'
|
|
30
|
+
clipRule='evenodd'
|
|
31
|
+
/>
|
|
32
|
+
)
|
|
33
|
+
}
|
|
34
|
+
)
|
|
35
|
+
|
|
36
|
+
IconBoxCaptionsFilled[iconSymbol] = true
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
import { useLocalStorage } from '@mirohq/design-system-use-local-storage'
|
|
8
|
+
|
|
9
|
+
import { StyledIcon } from '../src/icon'
|
|
10
|
+
import type { IconComponentType } from '../src/icon'
|
|
11
|
+
|
|
12
|
+
export const IconChatCross: IconComponentType = forwardRef(
|
|
13
|
+
({ size = 'medium', ...props }, forwardRef) => {
|
|
14
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
|
+
return createElement(
|
|
16
|
+
StyledIcon,
|
|
17
|
+
{
|
|
18
|
+
...props,
|
|
19
|
+
debug,
|
|
20
|
+
'aria-hidden': true,
|
|
21
|
+
size,
|
|
22
|
+
viewBox: '0 0 24 24',
|
|
23
|
+
fill: 'none',
|
|
24
|
+
ref: forwardRef,
|
|
25
|
+
},
|
|
26
|
+
<path
|
|
27
|
+
fill='currentColor'
|
|
28
|
+
d='M21.707 2.707 19.414 5l2.293 2.293-1.414 1.414L18 6.414l-2.293 2.293-1.414-1.414L16.586 5l-2.293-2.293 1.414-1.414L18 3.586l2.293-2.293 1.414 1.414ZM2 12c0-5.147 3.889-9.386 8.89-9.94l.22 1.99a8.002 8.002 0 0 0-5.926 12.14l.103.821-.764 2.456 2.431-.77.83.104a7.966 7.966 0 0 0 4.216 1.2 8.002 8.002 0 0 0 7.951-7.111l1.988.22C21.387 18.11 17.148 22 12 22a9.973 9.973 0 0 1-4.865-1.263l-3.832 1.216-1.258-1.25 1.201-3.868A9.958 9.958 0 0 1 2 12Z'
|
|
29
|
+
/>
|
|
30
|
+
)
|
|
31
|
+
}
|
|
32
|
+
)
|
|
33
|
+
|
|
34
|
+
IconChatCross[iconSymbol] = true
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
import { useLocalStorage } from '@mirohq/design-system-use-local-storage'
|
|
8
|
+
|
|
9
|
+
import { StyledIcon } from '../src/icon'
|
|
10
|
+
import type { IconComponentType } from '../src/icon'
|
|
11
|
+
|
|
12
|
+
export const IconHorizontalBlocks: IconComponentType = forwardRef(
|
|
13
|
+
({ size = 'medium', ...props }, forwardRef) => {
|
|
14
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
|
+
return createElement(
|
|
16
|
+
StyledIcon,
|
|
17
|
+
{
|
|
18
|
+
...props,
|
|
19
|
+
debug,
|
|
20
|
+
'aria-hidden': true,
|
|
21
|
+
size,
|
|
22
|
+
viewBox: '0 0 24 24',
|
|
23
|
+
fill: 'none',
|
|
24
|
+
ref: forwardRef,
|
|
25
|
+
},
|
|
26
|
+
<path
|
|
27
|
+
fill='currentColor'
|
|
28
|
+
d='M5 15v4h10v-4H5Zm12 4a2 2 0 0 1-2 2H5a2 2 0 0 1-1.99-1.796L3 19v-4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4ZM5 5v4h14V5H5Zm16 4a2 2 0 0 1-2 2H5a2 2 0 0 1-1.99-1.796L3 9V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v4Z'
|
|
29
|
+
/>
|
|
30
|
+
)
|
|
31
|
+
}
|
|
32
|
+
)
|
|
33
|
+
|
|
34
|
+
IconHorizontalBlocks[iconSymbol] = true
|
package/react/index.ts
CHANGED
|
@@ -71,6 +71,7 @@ export { IconBell } from './bell'
|
|
|
71
71
|
export { IconBoard } from './board'
|
|
72
72
|
export { IconBookOpenInfo } from './book-open-info'
|
|
73
73
|
export { IconBookmark } from './bookmark'
|
|
74
|
+
export { IconBoxCaptionsFilled } from './box-captions-filled'
|
|
74
75
|
export { IconBoxCaptions } from './box-captions'
|
|
75
76
|
export { IconBracketClose } from './bracket-close'
|
|
76
77
|
export { IconBracketCurlyLeft } from './bracket-curly-left'
|
|
@@ -93,6 +94,7 @@ export { IconCardsPoker } from './cards-poker'
|
|
|
93
94
|
export { IconChartBarYSimple } from './chart-bar-y-simple'
|
|
94
95
|
export { IconChartBarY } from './chart-bar-y'
|
|
95
96
|
export { IconChatCheck } from './chat-check'
|
|
97
|
+
export { IconChatCross } from './chat-cross'
|
|
96
98
|
export { IconChatDashesLinesTwo } from './chat-dashes-lines-two'
|
|
97
99
|
export { IconChatLinesCross } from './chat-lines-cross'
|
|
98
100
|
export { IconChatLinesDot } from './chat-lines-dot'
|
|
@@ -241,6 +243,7 @@ export { IconHexagon } from './hexagon'
|
|
|
241
243
|
export { IconHighlighterColorSelection } from './highlighter-color-selection'
|
|
242
244
|
export { IconHighlighterUnderline } from './highlighter-underline'
|
|
243
245
|
export { IconHighlighter } from './highlighter'
|
|
246
|
+
export { IconHorizontalBlocks } from './horizontal-blocks'
|
|
244
247
|
export { IconHouse } from './house'
|
|
245
248
|
export { IconImage } from './image'
|
|
246
249
|
export { IconIndentLeft } from './indent-left'
|
|
@@ -265,6 +268,7 @@ export { IconLineHorizontal } from './line-horizontal'
|
|
|
265
268
|
export { IconLineOrthogonal } from './line-orthogonal'
|
|
266
269
|
export { IconLineStraight } from './line-straight'
|
|
267
270
|
export { IconLineTwoDiagonalTopRightDouble } from './line-two-diagonal-top-right-double'
|
|
271
|
+
export { IconLineVertical } from './line-vertical'
|
|
268
272
|
export { IconLinesThreeHorizontalLineVerticalCenter } from './lines-three-horizontal-line-vertical-center'
|
|
269
273
|
export { IconLinesThreeHorizontal } from './lines-three-horizontal'
|
|
270
274
|
export { IconLinesThreeVertical } from './lines-three-vertical'
|
|
@@ -279,6 +283,7 @@ export { IconLogin } from './login'
|
|
|
279
283
|
export { IconLogout } from './logout'
|
|
280
284
|
export { IconMagnet } from './magnet'
|
|
281
285
|
export { IconMagnifyingGlassLightning } from './magnifying-glass-lightning'
|
|
286
|
+
export { IconMagnifyingGlassMinus } from './magnifying-glass-minus'
|
|
282
287
|
export { IconMagnifyingGlassPlus } from './magnifying-glass-plus'
|
|
283
288
|
export { IconMagnifyingGlass } from './magnifying-glass'
|
|
284
289
|
export { IconMap } from './map'
|
|
@@ -387,10 +392,12 @@ export { IconRectanglePortraitDashSquareTopCenter } from './rectangle-portrait-d
|
|
|
387
392
|
export { IconRectanglePortraitDashSquareTopLeft } from './rectangle-portrait-dash-square-top-left'
|
|
388
393
|
export { IconRectanglePortraitDash } from './rectangle-portrait-dash'
|
|
389
394
|
export { IconRectanglePortraitFilled } from './rectangle-portrait-filled'
|
|
395
|
+
export { IconRectanglePortraitSquareBottomRight } from './rectangle-portrait-square-bottom-right'
|
|
390
396
|
export { IconRectanglePortraitSquareTopLeft } from './rectangle-portrait-square-top-left'
|
|
391
397
|
export { IconRectanglePortrait } from './rectangle-portrait'
|
|
392
398
|
export { IconRectangleTick } from './rectangle-tick'
|
|
393
399
|
export { IconRectangleTriangleBottomCenter } from './rectangle-triangle-bottom-center'
|
|
400
|
+
export { IconRectanglesLayout } from './rectangles-layout'
|
|
394
401
|
export { IconRectanglesSquares } from './rectangles-squares'
|
|
395
402
|
export { IconRectanglesThreeAligned } from './rectangles-three-aligned'
|
|
396
403
|
export { IconRectanglesThreeFree } from './rectangles-three-free'
|
|
@@ -449,6 +456,7 @@ export { IconSparks } from './sparks'
|
|
|
449
456
|
export { IconSpeakerCross } from './speaker-cross'
|
|
450
457
|
export { IconSpeakerHigh } from './speaker-high'
|
|
451
458
|
export { IconSpinner } from './spinner'
|
|
459
|
+
export { IconSplitHorizontal } from './split-horizontal'
|
|
452
460
|
export { IconSplitVertical } from './split-vertical'
|
|
453
461
|
export { IconSquareArrowIn } from './square-arrow-in'
|
|
454
462
|
export { IconSquareBracketsAngleSlash } from './square-brackets-angle-slash'
|
|
@@ -552,6 +560,7 @@ export { IconUserTickDown } from './user-tick-down'
|
|
|
552
560
|
export { IconUser } from './user'
|
|
553
561
|
export { IconUsersThree } from './users-three'
|
|
554
562
|
export { IconUsers } from './users'
|
|
563
|
+
export { IconVerticalBlocks } from './vertical-blocks'
|
|
555
564
|
export { IconVideoCameraDot } from './video-camera-dot'
|
|
556
565
|
export { IconVideoCameraLinesDot } from './video-camera-lines-dot'
|
|
557
566
|
export { IconVideoCameraLines } from './video-camera-lines'
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
import { useLocalStorage } from '@mirohq/design-system-use-local-storage'
|
|
8
|
+
|
|
9
|
+
import { StyledIcon } from '../src/icon'
|
|
10
|
+
import type { IconComponentType } from '../src/icon'
|
|
11
|
+
|
|
12
|
+
export const IconLineVertical: IconComponentType = forwardRef(
|
|
13
|
+
({ size = 'medium', ...props }, forwardRef) => {
|
|
14
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
|
+
return createElement(
|
|
16
|
+
StyledIcon,
|
|
17
|
+
{
|
|
18
|
+
...props,
|
|
19
|
+
debug,
|
|
20
|
+
'aria-hidden': true,
|
|
21
|
+
size,
|
|
22
|
+
viewBox: '0 0 24 24',
|
|
23
|
+
fill: 'none',
|
|
24
|
+
ref: forwardRef,
|
|
25
|
+
},
|
|
26
|
+
<path fill='currentColor' d='M14 20h-2V4h2v16Z' />
|
|
27
|
+
)
|
|
28
|
+
}
|
|
29
|
+
)
|
|
30
|
+
|
|
31
|
+
IconLineVertical[iconSymbol] = true
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
import { useLocalStorage } from '@mirohq/design-system-use-local-storage'
|
|
8
|
+
|
|
9
|
+
import { StyledIcon } from '../src/icon'
|
|
10
|
+
import type { IconComponentType } from '../src/icon'
|
|
11
|
+
|
|
12
|
+
export const IconMagnifyingGlassMinus: IconComponentType = forwardRef(
|
|
13
|
+
({ size = 'medium', ...props }, forwardRef) => {
|
|
14
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
|
+
return createElement(
|
|
16
|
+
StyledIcon,
|
|
17
|
+
{
|
|
18
|
+
...props,
|
|
19
|
+
debug,
|
|
20
|
+
'aria-hidden': true,
|
|
21
|
+
size,
|
|
22
|
+
viewBox: '0 0 24 24',
|
|
23
|
+
fill: 'none',
|
|
24
|
+
ref: forwardRef,
|
|
25
|
+
},
|
|
26
|
+
<path
|
|
27
|
+
fill='currentColor'
|
|
28
|
+
fillRule='evenodd'
|
|
29
|
+
d='M8.835 3.097c.054-.01.11-.018.165-.026V5.1a5 5 0 1 0 6 4.9h2a6.97 6.97 0 0 1-1.394 4.192l5.101 5.1-1.414 1.415-5.1-5.1a7 7 0 1 1-5.358-12.51ZM19 5v2h-7V5h7Z'
|
|
30
|
+
clipRule='evenodd'
|
|
31
|
+
/>
|
|
32
|
+
)
|
|
33
|
+
}
|
|
34
|
+
)
|
|
35
|
+
|
|
36
|
+
IconMagnifyingGlassMinus[iconSymbol] = true
|
package/react/proto-checkbox.tsx
CHANGED
|
@@ -25,7 +25,7 @@ export const IconProtoCheckbox: IconComponentType = forwardRef(
|
|
|
25
25
|
},
|
|
26
26
|
<path
|
|
27
27
|
fill='currentColor'
|
|
28
|
-
d='
|
|
28
|
+
d='M19 6a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6Zm2 12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12Zm-4.21-9.387-5.429 7-1.583-.004-2.571-3.347 1.586-1.219 1.781 2.32 4.636-5.976 1.58 1.226Z'
|
|
29
29
|
/>
|
|
30
30
|
)
|
|
31
31
|
}
|
package/react/proto-radio.tsx
CHANGED
|
@@ -25,9 +25,7 @@ export const IconProtoRadio: IconComponentType = forwardRef(
|
|
|
25
25
|
},
|
|
26
26
|
<path
|
|
27
27
|
fill='currentColor'
|
|
28
|
-
|
|
29
|
-
d='M12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0 2a7 7 0 1 0 0-14 7 7 0 0 0 0 14Zm3-7a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z'
|
|
30
|
-
clipRule='evenodd'
|
|
28
|
+
d='M19 12a7 7 0 1 0-7 7v2a9 9 0 1 1 0-18 9 9 0 0 1 0 18v-2a7 7 0 0 0 7-7Zm-3 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z'
|
|
31
29
|
/>
|
|
32
30
|
)
|
|
33
31
|
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
import { useLocalStorage } from '@mirohq/design-system-use-local-storage'
|
|
8
|
+
|
|
9
|
+
import { StyledIcon } from '../src/icon'
|
|
10
|
+
import type { IconComponentType } from '../src/icon'
|
|
11
|
+
|
|
12
|
+
export const IconRectanglePortraitSquareBottomRight: IconComponentType =
|
|
13
|
+
forwardRef(({ size = 'medium', ...props }, forwardRef) => {
|
|
14
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
|
+
return createElement(
|
|
16
|
+
StyledIcon,
|
|
17
|
+
{
|
|
18
|
+
...props,
|
|
19
|
+
debug,
|
|
20
|
+
'aria-hidden': true,
|
|
21
|
+
size,
|
|
22
|
+
viewBox: '0 0 24 24',
|
|
23
|
+
fill: 'none',
|
|
24
|
+
ref: forwardRef,
|
|
25
|
+
},
|
|
26
|
+
<path
|
|
27
|
+
fill='currentColor'
|
|
28
|
+
d='M11.5 10.5h7v6h-7v-6ZM20 7a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v10l.005.102A1 1 0 0 0 5 18h14a1 1 0 0 0 1-1V7Zm2 10a3 3 0 0 1-3 3H5a3 3 0 0 1-2.996-2.846L2 17V7a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v10Z'
|
|
29
|
+
/>
|
|
30
|
+
)
|
|
31
|
+
})
|
|
32
|
+
|
|
33
|
+
IconRectanglePortraitSquareBottomRight[iconSymbol] = true
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
import { useLocalStorage } from '@mirohq/design-system-use-local-storage'
|
|
8
|
+
|
|
9
|
+
import { StyledIcon } from '../src/icon'
|
|
10
|
+
import type { IconComponentType } from '../src/icon'
|
|
11
|
+
|
|
12
|
+
export const IconRectanglesLayout: IconComponentType = forwardRef(
|
|
13
|
+
({ size = 'medium', ...props }, forwardRef) => {
|
|
14
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
|
+
return createElement(
|
|
16
|
+
StyledIcon,
|
|
17
|
+
{
|
|
18
|
+
...props,
|
|
19
|
+
debug,
|
|
20
|
+
'aria-hidden': true,
|
|
21
|
+
size,
|
|
22
|
+
viewBox: '0 0 24 24',
|
|
23
|
+
fill: 'none',
|
|
24
|
+
ref: forwardRef,
|
|
25
|
+
},
|
|
26
|
+
<path
|
|
27
|
+
fill='currentColor'
|
|
28
|
+
d='m13 4-1 1v6l1 1h8l1-1V5l-1-1h-8Zm7 6h-6V6h6v4ZM3 3 2 4v15l1 1h6l1-1V4L9 3H3Zm5 15H4V5h4v13Zm5-4-1 1v5l1 1h6l1-1v-5l-1-1h-6Zm5 5h-4v-3h4v3Z'
|
|
29
|
+
/>
|
|
30
|
+
)
|
|
31
|
+
}
|
|
32
|
+
)
|
|
33
|
+
|
|
34
|
+
IconRectanglesLayout[iconSymbol] = true
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
import { useLocalStorage } from '@mirohq/design-system-use-local-storage'
|
|
8
|
+
|
|
9
|
+
import { StyledIcon } from '../src/icon'
|
|
10
|
+
import type { IconComponentType } from '../src/icon'
|
|
11
|
+
|
|
12
|
+
export const IconSplitHorizontal: IconComponentType = forwardRef(
|
|
13
|
+
({ size = 'medium', ...props }, forwardRef) => {
|
|
14
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
|
+
return createElement(
|
|
16
|
+
StyledIcon,
|
|
17
|
+
{
|
|
18
|
+
...props,
|
|
19
|
+
debug,
|
|
20
|
+
'aria-hidden': true,
|
|
21
|
+
size,
|
|
22
|
+
viewBox: '0 0 24 24',
|
|
23
|
+
fill: 'none',
|
|
24
|
+
ref: forwardRef,
|
|
25
|
+
},
|
|
26
|
+
<path
|
|
27
|
+
fill='currentColor'
|
|
28
|
+
d='M3 18V6a3 3 0 0 1 3-3h2v2H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2v2H6a3 3 0 0 1-3-3Zm16 0V6a1 1 0 0 0-1-1h-2V3h2a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3h-2v-2h2a1 1 0 0 0 1-1Zm-6 5h-2V1h2v22Z'
|
|
29
|
+
/>
|
|
30
|
+
)
|
|
31
|
+
}
|
|
32
|
+
)
|
|
33
|
+
|
|
34
|
+
IconSplitHorizontal[iconSymbol] = true
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
import { useLocalStorage } from '@mirohq/design-system-use-local-storage'
|
|
8
|
+
|
|
9
|
+
import { StyledIcon } from '../src/icon'
|
|
10
|
+
import type { IconComponentType } from '../src/icon'
|
|
11
|
+
|
|
12
|
+
export const IconVerticalBlocks: IconComponentType = forwardRef(
|
|
13
|
+
({ size = 'medium', ...props }, forwardRef) => {
|
|
14
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
|
+
return createElement(
|
|
16
|
+
StyledIcon,
|
|
17
|
+
{
|
|
18
|
+
...props,
|
|
19
|
+
debug,
|
|
20
|
+
'aria-hidden': true,
|
|
21
|
+
size,
|
|
22
|
+
viewBox: '0 0 24 24',
|
|
23
|
+
fill: 'none',
|
|
24
|
+
ref: forwardRef,
|
|
25
|
+
},
|
|
26
|
+
<path
|
|
27
|
+
fill='currentColor'
|
|
28
|
+
d='M15 5h4v12h-4V5Zm4 14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h4ZM5 5h4v14H5V5Zm4 16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h4Z'
|
|
29
|
+
/>
|
|
30
|
+
)
|
|
31
|
+
}
|
|
32
|
+
)
|
|
33
|
+
|
|
34
|
+
IconVerticalBlocks[iconSymbol] = true
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h14ZM9.112 9.336c-.482 0-.943.097-1.348.287a2.662 2.662 0 0 0-.458.273c-.605.45-1.01 1.166-1.054 2.131a3.883 3.883 0 0 0 0 .346c.077 1.76 1.334 2.692 2.86 2.692 1.504 0 2.552-.825 2.656-2.097h-1.416a1.016 1.016 0 0 1-.501.695 1.263 1.263 0 0 1-.188.089 1.584 1.584 0 0 1-.705.09 1.47 1.47 0 0 1-.28-.053c-.58-.17-.998-.705-.998-1.589 0-.748.303-1.247.747-1.485.08-.043.166-.078.255-.104.133-.039.276-.06.422-.06a1.469 1.469 0 0 1 .45.063c.412.122.696.416.75.818H11.8c-.152-1.272-1.208-2.096-2.688-2.096Zm5.961 0c-.482 0-.943.097-1.348.287a2.66 2.66 0 0 0-.458.273c-.605.45-1.01 1.166-1.054 2.131a3.929 3.929 0 0 0 0 .346c.077 1.76 1.334 2.692 2.86 2.692 1.504 0 2.552-.825 2.655-2.097h-1.416a1.016 1.016 0 0 1-.5.695 1.258 1.258 0 0 1-.188.089 1.584 1.584 0 0 1-.705.09 1.47 1.47 0 0 1-.28-.053c-.58-.17-.998-.705-.998-1.589 0-.748.303-1.247.747-1.485.08-.043.166-.078.255-.104a1.5 1.5 0 0 1 .422-.06 1.467 1.467 0 0 1 .45.063c.412.122.695.416.75.818h1.496c-.152-1.272-1.208-2.096-2.688-2.096Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M21.707 2.707 19.414 5l2.293 2.293-1.414 1.414L18 6.414l-2.293 2.293-1.414-1.414L16.586 5l-2.293-2.293 1.414-1.414L18 3.586l2.293-2.293 1.414 1.414ZM2 12c0-5.147 3.889-9.386 8.89-9.94l.22 1.99a8.002 8.002 0 0 0-5.926 12.14l.103.821-.764 2.456 2.431-.77.83.104a7.966 7.966 0 0 0 4.216 1.2 8.002 8.002 0 0 0 7.951-7.111l1.988.22C21.387 18.11 17.148 22 12 22a9.973 9.973 0 0 1-4.865-1.263l-3.832 1.216-1.258-1.25 1.201-3.868A9.958 9.958 0 0 1 2 12Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M5 15v4h10v-4H5Zm12 4a2 2 0 0 1-2 2H5a2 2 0 0 1-1.99-1.796L3 19v-4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4ZM5 5v4h14V5H5Zm16 4a2 2 0 0 1-2 2H5a2 2 0 0 1-1.99-1.796L3 9V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v4Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.835 3.097c.054-.01.11-.018.165-.026V5.1a5 5 0 1 0 6 4.9h2a6.97 6.97 0 0 1-1.394 4.192l5.101 5.1-1.414 1.415-5.1-5.1a7 7 0 1 1-5.358-12.51ZM19 5v2h-7V5h7Z" clip-rule="evenodd"/></svg>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M19 6a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6Zm2 12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12Zm-4.21-9.387-5.429 7-1.583-.004-2.571-3.347 1.586-1.219 1.781 2.32 4.636-5.976 1.58 1.226Z"/></svg>
|
package/svg/24/proto-radio.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor"
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M19 12a7 7 0 1 0-7 7v2a9 9 0 1 1 0-18 9 9 0 0 1 0 18v-2a7 7 0 0 0 7-7Zm-3 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 10.5h7v6h-7v-6ZM20 7a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v10l.005.102A1 1 0 0 0 5 18h14a1 1 0 0 0 1-1V7Zm2 10a3 3 0 0 1-3 3H5a3 3 0 0 1-2.996-2.846L2 17V7a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v10Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="m13 4-1 1v6l1 1h8l1-1V5l-1-1h-8Zm7 6h-6V6h6v4ZM3 3 2 4v15l1 1h6l1-1V4L9 3H3Zm5 15H4V5h4v13Zm5-4-1 1v5l1 1h6l1-1v-5l-1-1h-6Zm5 5h-4v-3h4v3Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M3 18V6a3 3 0 0 1 3-3h2v2H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2v2H6a3 3 0 0 1-3-3Zm16 0V6a1 1 0 0 0-1-1h-2V3h2a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3h-2v-2h2a1 1 0 0 0 1-1Zm-6 5h-2V1h2v22Z"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M15 5h4v12h-4V5Zm4 14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h4ZM5 5h4v14H5V5Zm4 16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h4Z"/></svg>
|