@mirohq/design-system-icons 1.19.1 → 1.20.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.
Files changed (46) hide show
  1. package/dist/main.js +465 -2
  2. package/dist/main.js.map +1 -1
  3. package/dist/module.js +449 -3
  4. package/dist/module.js.map +1 -1
  5. package/dist/types.d.ts +35 -1
  6. package/package.json +3 -3
  7. package/react/activity-sparkle.tsx +1 -1
  8. package/react/android-share.tsx +36 -0
  9. package/react/box-lines-textarea.tsx +34 -0
  10. package/react/briefcase.tsx +34 -0
  11. package/react/chart-bar-x-simple.tsx +34 -0
  12. package/react/circle-dashed-loop.tsx +34 -0
  13. package/react/folder-filled.tsx +34 -0
  14. package/react/image-sparkle.tsx +1 -1
  15. package/react/index.ts +17 -0
  16. package/react/insights-search.tsx +34 -0
  17. package/react/ios-share.tsx +34 -0
  18. package/react/map-user.tsx +34 -0
  19. package/react/measure-pencil.tsx +34 -0
  20. package/react/miro-mark.tsx +36 -0
  21. package/react/screen-user.tsx +34 -0
  22. package/react/shopping-bag.tsx +34 -0
  23. package/react/target-arrow.tsx +34 -0
  24. package/react/timeline-location.tsx +34 -0
  25. package/react/user-sparkle.tsx +34 -0
  26. package/react/word-cloud.tsx +34 -0
  27. package/svg/24/activity-sparkle.svg +1 -1
  28. package/svg/24/android-share.svg +2 -0
  29. package/svg/24/box-lines-textarea.svg +2 -0
  30. package/svg/24/briefcase.svg +2 -0
  31. package/svg/24/chart-bar-x-simple.svg +2 -0
  32. package/svg/24/circle-dashed-loop.svg +2 -0
  33. package/svg/24/folder-filled.svg +2 -0
  34. package/svg/24/image-sparkle.svg +1 -1
  35. package/svg/24/insights-search.svg +2 -0
  36. package/svg/24/ios-share.svg +2 -0
  37. package/svg/24/map-user.svg +2 -0
  38. package/svg/24/measure-pencil.svg +2 -0
  39. package/svg/24/miro-mark.svg +2 -0
  40. package/svg/24/screen-user.svg +2 -0
  41. package/svg/24/shopping-bag.svg +2 -0
  42. package/svg/24/target-arrow.svg +2 -0
  43. package/svg/24/timeline-location.svg +2 -0
  44. package/svg/24/user-sparkle.svg +2 -0
  45. package/svg/24/word-cloud.svg +2 -0
  46. package/svg/meta.json +169 -6
package/dist/types.d.ts CHANGED
@@ -72,6 +72,8 @@ declare const IconAltTextUnderline: IconComponentType;
72
72
 
73
73
  declare const IconAltText: IconComponentType;
74
74
 
75
+ declare const IconAndroidShare: IconComponentType;
76
+
75
77
  declare const IconArrowArcLeft: IconComponentType;
76
78
 
77
79
  declare const IconArrowArcRight: IconComponentType;
@@ -196,6 +198,8 @@ declare const IconBoxCaptionsFilled: IconComponentType;
196
198
 
197
199
  declare const IconBoxCaptions: IconComponentType;
198
200
 
201
+ declare const IconBoxLinesTextarea: IconComponentType;
202
+
199
203
  declare const IconBracketClose: IconComponentType;
200
204
 
201
205
  declare const IconBracketCurlyLeft: IconComponentType;
@@ -208,6 +212,8 @@ declare const IconBracketsAngleSlash: IconComponentType;
208
212
 
209
213
  declare const IconBracketsCurlyCirclesThree: IconComponentType;
210
214
 
215
+ declare const IconBriefcase: IconComponentType;
216
+
211
217
  declare const IconBrowser: IconComponentType;
212
218
 
213
219
  declare const IconBrush: IconComponentType;
@@ -234,6 +240,8 @@ declare const IconCard: IconComponentType;
234
240
 
235
241
  declare const IconCardsPoker: IconComponentType;
236
242
 
243
+ declare const IconChartBarXSimple: IconComponentType;
244
+
237
245
  declare const IconChartBarYSimple: IconComponentType;
238
246
 
239
247
  declare const IconChartBarY: IconComponentType;
@@ -298,6 +306,8 @@ declare const IconChevronUp: IconComponentType;
298
306
 
299
307
  declare const IconCircleCorners: IconComponentType;
300
308
 
309
+ declare const IconCircleDashedLoop: IconComponentType;
310
+
301
311
  declare const IconCircleDashed: IconComponentType;
302
312
 
303
313
  declare const IconCircleFullCheck: IconComponentType;
@@ -494,6 +504,8 @@ declare const IconFlipCard: IconComponentType;
494
504
 
495
505
  declare const IconFlip: IconComponentType;
496
506
 
507
+ declare const IconFolderFilled: IconComponentType;
508
+
497
509
  declare const IconFolder: IconComponentType;
498
510
 
499
511
  declare const IconFormula: IconComponentType;
@@ -568,8 +580,12 @@ declare const IconIndentRight: IconComponentType;
568
580
 
569
581
  declare const IconInformationMarkCircle: IconComponentType;
570
582
 
583
+ declare const IconInsightsSearch: IconComponentType;
584
+
571
585
  declare const IconInsights: IconComponentType;
572
586
 
587
+ declare const IconIosShare: IconComponentType;
588
+
573
589
  declare const IconKanban: IconComponentType;
574
590
 
575
591
  declare const IconKey: IconComponentType;
@@ -642,8 +658,12 @@ declare const IconMagnifyingGlassPlus: IconComponentType;
642
658
 
643
659
  declare const IconMagnifyingGlass: IconComponentType;
644
660
 
661
+ declare const IconMapUser: IconComponentType;
662
+
645
663
  declare const IconMap: IconComponentType;
646
664
 
665
+ declare const IconMeasurePencil: IconComponentType;
666
+
647
667
  declare const IconMegaphone: IconComponentType;
648
668
 
649
669
  declare const IconMermaid: IconComponentType;
@@ -656,6 +676,8 @@ declare const IconMicrophone: IconComponentType;
656
676
 
657
677
  declare const IconMinus: IconComponentType;
658
678
 
679
+ declare const IconMiroMark: IconComponentType;
680
+
659
681
  declare const IconMobile: IconComponentType;
660
682
 
661
683
  declare const IconMonitorArrowUp: IconComponentType;
@@ -902,6 +924,8 @@ declare const IconRss: IconComponentType;
902
924
 
903
925
  declare const IconScissors: IconComponentType;
904
926
 
927
+ declare const IconScreenUser: IconComponentType;
928
+
905
929
  declare const IconScrollbarXy: IconComponentType;
906
930
 
907
931
  declare const IconSelect: IconComponentType;
@@ -924,6 +948,8 @@ declare const IconShieldLockFilled: IconComponentType;
924
948
 
925
949
  declare const IconShieldLock: IconComponentType;
926
950
 
951
+ declare const IconShoppingBag: IconComponentType;
952
+
927
953
  declare const IconShuffle: IconComponentType;
928
954
 
929
955
  declare const IconSidebarClosed: IconComponentType;
@@ -1086,6 +1112,8 @@ declare const IconTablet: IconComponentType;
1086
1112
 
1087
1113
  declare const IconTag: IconComponentType;
1088
1114
 
1115
+ declare const IconTargetArrow: IconComponentType;
1116
+
1089
1117
  declare const IconTasks: IconComponentType;
1090
1118
 
1091
1119
  declare const IconTennisBall: IconComponentType;
@@ -1144,6 +1172,8 @@ declare const IconTicket: IconComponentType;
1144
1172
 
1145
1173
  declare const IconTimelineFormat: IconComponentType;
1146
1174
 
1175
+ declare const IconTimelineLocation: IconComponentType;
1176
+
1147
1177
  declare const IconTimer: IconComponentType;
1148
1178
 
1149
1179
  declare const IconToolbar: IconComponentType;
@@ -1196,6 +1226,8 @@ declare const IconUserPenDashesBottom: IconComponentType;
1196
1226
 
1197
1227
  declare const IconUserPenLineBottom: IconComponentType;
1198
1228
 
1229
+ declare const IconUserSparkle: IconComponentType;
1230
+
1199
1231
  declare const IconUserTickDown: IconComponentType;
1200
1232
 
1201
1233
  declare const IconUser: IconComponentType;
@@ -1240,4 +1272,6 @@ declare const IconWifiExclamation: IconComponentType;
1240
1272
 
1241
1273
  declare const IconWifi: IconComponentType;
1242
1274
 
1243
- export { IconActivity, IconActivitySparkle, IconAddLineBottom, IconAddLineLeft, IconAddLineRight, IconAiCursor, IconAiText, IconAlignBottom, IconAlignBottomGroup, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignMiddle, IconAlignRight, IconAlignTop, IconAlignTopGroup, IconAlignmentScale, IconAltText, IconAltTextUnderline, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpLeft, IconArrowBendUpRight, IconArrowBoxLeft, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseIntoRectangle, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowCurvesBottomRight, IconArrowCurvesSparks, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowElbowDownRight, IconArrowFatLeft, IconArrowFatLeftRight, IconArrowFatRight, IconArrowFatUpRight, IconArrowLeft, IconArrowLeftAwayLine, IconArrowLeftRightDotted, IconArrowLeftTowardLine, IconArrowMobile, 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, IconBear, IconBell, IconBellSlash, IconBellTilt, IconBoard, IconBookOpenInfo, IconBookmark, IconBoxCaptions, IconBoxCaptionsFilled, IconBracketClose, IconBracketCurlyLeft, IconBracketCurlyRight, IconBracketOpen, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconBrowser, IconBrush, IconCalendarBlank, IconCalendarEnd, IconCalendarStart, IconCamera, IconCaptionAlong, IconCaptionHorizontal, IconCar, IconCard, IconCardCircles, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChartLine, IconChartNumber, IconChartProgress, 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, IconCrossMobile, IconCrossSquare, IconCube, IconCursor, IconCursorFilled, IconCursorLines, IconCursorText, IconCursorTextLines, IconCurveSquareCircleArrow, IconDashLeftDownSquareDashRightUp, IconDashLeftUpSquareDashDownRight, IconDashSquareDashHorizontal, IconDashSquareDashVertical, IconDiagramCardLarge1, IconDiagramCardLarge2, IconDiagramCardLarge3, IconDiagramCardLarge4, IconDiagramCardMagnifyingGlass, IconDiagramCardSmall1, IconDiagramCardSmall2, IconDiagramCardSmall3, IconDiagramCardTeam, IconDiagramCardUser, IconDiagramming, IconDiagrammingShapes, IconDigit, IconDistributeHorizontal, IconDistributeVertical, IconDocFormat, IconDollarSignCurrency, IconDotLineDot, IconDotVoting, IconDotsNine, IconDotsSixHorizontal, IconDotsSixVertical, IconDotsThree, IconDotsThreeVertical, IconDotsTwo, IconDownload, IconDrinkBurger, IconEnvelope, IconEraser, IconExclamationMarkOctagon, IconExclamationPointCircle, IconExport, IconExternalFormat, IconEyeClosed, IconEyeClosedDotsFourFrameBroken, IconEyeOpen, IconEyeOpenLineFrameBroken, IconEyeOpenSlash, IconEyedropper, IconFactory, IconFactoryHouse, IconFileSpreadsheet, IconFilledBottomBox, IconFilledTopBox, IconFlag, IconFlask, 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, IconHeartMusicNote, IconHexagon, IconHighlighter, IconHighlighterColorSelection, IconHighlighterUnderline, IconHorizontalBlocks, IconHouse, IconImage, IconImageSparkle, 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, IconOrbitDouble, IconOrgChart, IconOrientationHorizontal, IconOrientationVertical, IconPaintBucket, IconPalette, IconPaperPlaneFilledRight, IconPaperPlaneTilt, IconParallelogram, IconPause, IconPauseCircle, IconPdf, IconPen, IconPenColorSelection, IconPenTip, IconPenUnderline, IconPentagon, IconPeopleList, IconPercent, IconPersonInCircle, IconPhoneFilled, IconPixelEraser, IconPlaceholder, IconPlanet, IconPlay, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusBox, IconPlusCross, IconPlusSquare, IconPlusText, IconPolling, IconPresentationArrow, IconPresentationEyeOpen, IconPresentationLine, IconPresentationLinesTwo, IconPresentationLink, IconPresentationNumberOne, IconPresentationPlay, IconPresentationPlus, IconPrevious, IconProgressBar, IconProhibit, IconProps, IconProtoButton, IconProtoCheckbox, IconProtoDropdown, IconProtoInput, IconProtoNumber, IconProtoRadio, IconProtoSlider, IconPrototypeFormat, IconPushPin, IconPushPinFilled, IconQrCode, 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, IconShapeSparkle, 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, IconSquarePencil, 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, IconTennisBall, 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, IconWidgetColumns, IconWifi, IconWifiExclamation };
1275
+ declare const IconWordCloud: IconComponentType;
1276
+
1277
+ export { IconActivity, IconActivitySparkle, IconAddLineBottom, IconAddLineLeft, IconAddLineRight, IconAiCursor, IconAiText, IconAlignBottom, IconAlignBottomGroup, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignMiddle, IconAlignRight, IconAlignTop, IconAlignTopGroup, IconAlignmentScale, IconAltText, IconAltTextUnderline, IconAndroidShare, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpLeft, IconArrowBendUpRight, IconArrowBoxLeft, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseIntoRectangle, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowCurvesBottomRight, IconArrowCurvesSparks, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowElbowDownRight, IconArrowFatLeft, IconArrowFatLeftRight, IconArrowFatRight, IconArrowFatUpRight, IconArrowLeft, IconArrowLeftAwayLine, IconArrowLeftRightDotted, IconArrowLeftTowardLine, IconArrowMobile, 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, IconBear, IconBell, IconBellSlash, IconBellTilt, IconBoard, IconBookOpenInfo, IconBookmark, IconBoxCaptions, IconBoxCaptionsFilled, IconBoxLinesTextarea, IconBracketClose, IconBracketCurlyLeft, IconBracketCurlyRight, IconBracketOpen, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconBriefcase, IconBrowser, IconBrush, IconCalendarBlank, IconCalendarEnd, IconCalendarStart, IconCamera, IconCaptionAlong, IconCaptionHorizontal, IconCar, IconCard, IconCardCircles, IconCardNumberThree, IconCardsPoker, IconChartBarXSimple, IconChartBarY, IconChartBarYSimple, IconChartLine, IconChartNumber, IconChartProgress, 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, IconCircleDashedLoop, 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, IconCrossMobile, IconCrossSquare, IconCube, IconCursor, IconCursorFilled, IconCursorLines, IconCursorText, IconCursorTextLines, IconCurveSquareCircleArrow, IconDashLeftDownSquareDashRightUp, IconDashLeftUpSquareDashDownRight, IconDashSquareDashHorizontal, IconDashSquareDashVertical, IconDiagramCardLarge1, IconDiagramCardLarge2, IconDiagramCardLarge3, IconDiagramCardLarge4, IconDiagramCardMagnifyingGlass, IconDiagramCardSmall1, IconDiagramCardSmall2, IconDiagramCardSmall3, IconDiagramCardTeam, IconDiagramCardUser, IconDiagramming, IconDiagrammingShapes, IconDigit, IconDistributeHorizontal, IconDistributeVertical, IconDocFormat, IconDollarSignCurrency, IconDotLineDot, IconDotVoting, IconDotsNine, IconDotsSixHorizontal, IconDotsSixVertical, IconDotsThree, IconDotsThreeVertical, IconDotsTwo, IconDownload, IconDrinkBurger, IconEnvelope, IconEraser, IconExclamationMarkOctagon, IconExclamationPointCircle, IconExport, IconExternalFormat, IconEyeClosed, IconEyeClosedDotsFourFrameBroken, IconEyeOpen, IconEyeOpenLineFrameBroken, IconEyeOpenSlash, IconEyedropper, IconFactory, IconFactoryHouse, IconFileSpreadsheet, IconFilledBottomBox, IconFilledTopBox, IconFlag, IconFlask, IconFlip, IconFlipCard, IconFolder, IconFolderFilled, IconFormula, IconFrame, IconFrameLinesTwo, IconFramePlay, IconFramePlus, IconFunnel, IconGauge, IconGavel, IconGift, IconGithub, IconGlobe, IconGoogleDrive, IconGraduationCap, IconGrid, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHandPointing, IconHandRaisedFilled, IconHeadphones, IconHeadsetPerson, IconHeart, IconHeartFilled, IconHeartMusicNote, IconHexagon, IconHighlighter, IconHighlighterColorSelection, IconHighlighterUnderline, IconHorizontalBlocks, IconHouse, IconImage, IconImageSparkle, IconIndentLeft, IconIndentRight, IconInformationMarkCircle, IconInsights, IconInsightsSearch, IconIosShare, 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, IconMapUser, IconMeasurePencil, IconMegaphone, IconMermaid, IconMicLinesDot, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMiroMark, 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, IconOrbitDouble, IconOrgChart, IconOrientationHorizontal, IconOrientationVertical, IconPaintBucket, IconPalette, IconPaperPlaneFilledRight, IconPaperPlaneTilt, IconParallelogram, IconPause, IconPauseCircle, IconPdf, IconPen, IconPenColorSelection, IconPenTip, IconPenUnderline, IconPentagon, IconPeopleList, IconPercent, IconPersonInCircle, IconPhoneFilled, IconPixelEraser, IconPlaceholder, IconPlanet, IconPlay, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusBox, IconPlusCross, IconPlusSquare, IconPlusText, IconPolling, IconPresentationArrow, IconPresentationEyeOpen, IconPresentationLine, IconPresentationLinesTwo, IconPresentationLink, IconPresentationNumberOne, IconPresentationPlay, IconPresentationPlus, IconPrevious, IconProgressBar, IconProhibit, IconProps, IconProtoButton, IconProtoCheckbox, IconProtoDropdown, IconProtoInput, IconProtoNumber, IconProtoRadio, IconProtoSlider, IconPrototypeFormat, IconPushPin, IconPushPinFilled, IconQrCode, 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, IconScreenUser, IconScrollbarXy, IconSelect, IconSentiment, IconShadow, IconShapeSparkle, IconShapes, IconShapesLines, IconShapesLinesStacked, IconShieldCheck, IconShieldLock, IconShieldLockFilled, IconShoppingBag, 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, IconSquarePencil, 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, IconTargetArrow, IconTasks, IconTennisBall, 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, IconTimelineLocation, 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, IconUserSparkle, IconUserTickDown, IconUsers, IconUsersThree, IconVerticalBlocks, IconVideoCamera, IconVideoCameraDot, IconVideoCameraLines, IconVideoCameraLinesDot, IconVideoCameraSimple, IconVideoCameraSimpleError, IconVideoCameraSimpleSlash, IconVideoPlayer, IconViewCenter, IconViewSideLeft, IconViewSideRight, IconWallet, IconWand, IconWarning, IconWidgetColumns, IconWifi, IconWifiExclamation, IconWordCloud };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-icons",
3
- "version": "1.19.1",
3
+ "version": "1.20.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 || ^19"
32
32
  },
33
33
  "dependencies": {
34
- "@mirohq/design-system-base-icon": "^1.1.0",
34
+ "@mirohq/design-system-primitive": "^2.1.0",
35
35
  "@mirohq/design-system-stitches": "^3.1.0",
36
36
  "@mirohq/design-system-utils": "^1.2.0",
37
37
  "@mirohq/design-system-use-local-storage": "^1.1.0",
38
- "@mirohq/design-system-primitive": "^2.1.0"
38
+ "@mirohq/design-system-base-icon": "^1.1.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@svgr/cli": "^6.5.1",
@@ -25,7 +25,7 @@ export const IconActivitySparkle: IconComponentType = forwardRef(
25
25
  },
26
26
  <path
27
27
  fill='currentColor'
28
- d='M16.74 2.59c.187-.786 1.334-.788 1.521 0l.015.082.024.148a3.603 3.603 0 0 0 3.027 2.904c.895.128.9 1.423 0 1.552a3.602 3.602 0 0 0-3.05 3.052c-.13.899-1.425.894-1.553 0a3.602 3.602 0 0 0-3.052-3.052c-.897-.13-.895-1.423 0-1.552l.148-.025a3.602 3.602 0 0 0 2.904-3.027l.015-.081ZM12 4a8 8 0 0 0-6.953 11.959l.137.23.103.822-.764 2.457 2.431-.77.83.103.282.167A7.965 7.965 0 0 0 12 20a8 8 0 0 0 7.936-7h2.014c-.502 5.053-4.765 9-9.95 9a9.973 9.973 0 0 1-4.864-1.263l-3.833 1.216-1.258-1.25 1.201-3.867A9.958 9.958 0 0 1 2 12C2 6.477 6.477 2 12 2v2Zm-.08 8.923.616-1.232.09-.151a1.25 1.25 0 0 1 1.028-.54H15l-.882 2-1.223 2.447-1.752.068L9 11.943l-.643 1.072-1.714-1.03 1.5-2.5h1.714l2.063 3.438Z'
28
+ d='M12 4a8 8 0 0 0-6.953 11.959l.137.23.103.822-.764 2.457 2.431-.77.83.103.282.167A7.965 7.965 0 0 0 12 20a8 8 0 0 0 7.936-7h2.014c-.502 5.053-4.765 9-9.95 9a9.973 9.973 0 0 1-4.864-1.263l-3.833 1.216-1.258-1.25 1.201-3.867A9.958 9.958 0 0 1 2 12C2 6.477 6.477 2 12 2v2Zm-.08 8.923.616-1.232.09-.151a1.25 1.25 0 0 1 1.028-.54H15l-.882 2-1.223 2.447-1.752.068L9 11.943l-.643 1.072-1.714-1.03 1.5-2.5h1.714l2.063 3.438ZM19.25 1A3.75 3.75 0 0 0 23 4.75v1.5A3.75 3.75 0 0 0 19.25 10h-1.5A3.75 3.75 0 0 0 14 6.25v-1.5A3.75 3.75 0 0 0 17.75 1h1.5Z'
29
29
  />
30
30
  )
31
31
  }
@@ -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 IconAndroidShare: 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='M17.5 3a3.5 3.5 0 1 1-2.724 5.698l-4.92 2.812a3.498 3.498 0 0 1 .127 1.32l4.653 2.658a3.5 3.5 0 1 1-.635 1.94l-4.778-2.73a3.5 3.5 0 1 1-.459-4.867l5.252-3A3.5 3.5 0 0 1 17.5 3Zm0 13a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm-11-5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm11-6a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z'
30
+ clipRule='evenodd'
31
+ />
32
+ )
33
+ }
34
+ )
35
+
36
+ IconAndroidShare[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 IconBoxLinesTextarea: 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 6v13h18V6H3Zm16 6v2H5v-2h14Zm-3-4v2H5V8h11Zm7 11a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h18a2 2 0 0 1 2 2v13Z'
29
+ />
30
+ )
31
+ }
32
+ )
33
+
34
+ IconBoxLinesTextarea[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 IconBriefcase: 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='m20 12.54-7.594 3.374h-.812L4 12.54V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-4.46ZM13.5 10v2h-3v-2h3ZM20 9a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v1.35l8 3.555 8-3.555V9Zm-5-4a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v1h6V5Zm2 1h2a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h2V5a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v1Z'
29
+ />
30
+ )
31
+ }
32
+ )
33
+
34
+ IconBriefcase[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 IconChartBarXSimple: 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 4v2h14V4H5Zm16 2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v2ZM5 18v2h5v-2H5Zm7 2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h5a2 2 0 0 1 2 2v2Zm-7-9v2h9v-2H5Zm11 2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v2Z'
29
+ />
30
+ )
31
+ }
32
+ )
33
+
34
+ IconChartBarXSimple[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 IconCircleDashedLoop: 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='M11.5 6.022A5.998 5.998 0 0 0 6.022 11.5H4.018A7.998 7.998 0 0 1 11.5 4.017v2.005Zm1-2.005a7.998 7.998 0 0 1 7.482 7.483h-2.005A5.998 5.998 0 0 0 12.5 6.022V4.017ZM6.022 12.5a5.999 5.999 0 0 0 11.956 0h2.004a7.98 7.98 0 0 1-2.694 5.5l-.022.019c-.068.06-.137.118-.207.175l-.054.044a7.84 7.84 0 0 1-.215.165l-.087.066a7.876 7.876 0 0 1-.5.336 7.406 7.406 0 0 1-.321.188l-.072.04a8.103 8.103 0 0 1-.558.276l-.108.046a8.17 8.17 0 0 1-.227.094l-.117.044c-.079.03-.157.058-.237.085-.027.01-.055.018-.083.027a8.151 8.151 0 0 1-.415.123 5.042 5.042 0 0 1-.176.046c-.063.016-.127.029-.19.042-.066.014-.13.029-.196.041-.037.008-.074.013-.111.02-.087.015-.174.03-.262.043-.033.005-.067.007-.1.012-.09.011-.18.022-.27.03-.066.007-.132.01-.198.015-.058.005-.115.01-.173.013-.13.006-.259.01-.389.01H3v-2h3.712a7.98 7.98 0 0 1-2.694-5.5h2.004ZM21 20h-4.878a9.03 9.03 0 0 0 2.585-2H21v2Z'
29
+ />
30
+ )
31
+ }
32
+ )
33
+
34
+ IconCircleDashedLoop[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 IconFolderFilled: 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='M16 7v2.5h3V7h-3ZM4 19h16v-7.5h-6l-.759-.35-1.006-1.172L10.541 8H4.81a.81.81 0 0 0-.81.81V19ZM6 4v2h5.031l.764.356 1.97 2.333.235.275V4H6Zm10 1h3a2 2 0 0 1 2 2v2.5l1 1V20l-1 1H3l-1-1V8.81a2.81 2.81 0 0 1 2-2.69V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1Z'
29
+ />
30
+ )
31
+ }
32
+ )
33
+
34
+ IconFolderFilled[iconSymbol] = true
@@ -26,7 +26,7 @@ export const IconImageSparkle: IconComponentType = forwardRef(
26
26
  <path
27
27
  fill='currentColor'
28
28
  fillRule='evenodd'
29
- d='M12 2v2H5a1 1 0 0 0-1 1v9.148l2.219-2.773L7 11h2l.747.336L17.448 20H19a1 1 0 0 0 1-1v-7h2v7a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h7ZM4 17.352V19a1 1 0 0 0 1 1h9.773l-6.221-7h-1.07L4 17.352ZM15.79 3.599c.19-.798 1.353-.8 1.543 0l.015.083.025.149a3.651 3.651 0 0 0 3.068 2.943c.906.13.911 1.443 0 1.574a3.651 3.651 0 0 0-3.093 3.093c-.131.911-1.443.906-1.574 0a3.651 3.651 0 0 0-3.092-3.093c-.91-.131-.908-1.443 0-1.574l.149-.024a3.652 3.652 0 0 0 2.943-3.068l.016-.083Z'
29
+ d='M12 2v2H5a1 1 0 0 0-1 1v9.148l2.219-2.773L7 11h2l.747.336L17.448 20H19a1 1 0 0 0 1-1v-7h2v7a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h7ZM4 17.352V19a1 1 0 0 0 1 1h9.773l-6.221-7h-1.07L4 17.352ZM19.25 1A3.75 3.75 0 0 0 23 4.75v1.5A3.75 3.75 0 0 0 19.25 10h-1.5A3.75 3.75 0 0 0 14 6.25v-1.5A3.75 3.75 0 0 0 17.75 1h1.5Z'
30
30
  clipRule='evenodd'
31
31
  />
32
32
  )
package/react/index.ts CHANGED
@@ -17,6 +17,7 @@ export { IconAlignTop } from './align-top'
17
17
  export { IconAlignmentScale } from './alignment-scale'
18
18
  export { IconAltTextUnderline } from './alt-text-underline'
19
19
  export { IconAltText } from './alt-text'
20
+ export { IconAndroidShare } from './android-share'
20
21
  export { IconArrowArcLeft } from './arrow-arc-left'
21
22
  export { IconArrowArcRight } from './arrow-arc-right'
22
23
  export { IconArrowBendUpLeft } from './arrow-bend-up-left'
@@ -79,12 +80,14 @@ export { IconBookOpenInfo } from './book-open-info'
79
80
  export { IconBookmark } from './bookmark'
80
81
  export { IconBoxCaptionsFilled } from './box-captions-filled'
81
82
  export { IconBoxCaptions } from './box-captions'
83
+ export { IconBoxLinesTextarea } from './box-lines-textarea'
82
84
  export { IconBracketClose } from './bracket-close'
83
85
  export { IconBracketCurlyLeft } from './bracket-curly-left'
84
86
  export { IconBracketCurlyRight } from './bracket-curly-right'
85
87
  export { IconBracketOpen } from './bracket-open'
86
88
  export { IconBracketsAngleSlash } from './brackets-angle-slash'
87
89
  export { IconBracketsCurlyCirclesThree } from './brackets-curly-circles-three'
90
+ export { IconBriefcase } from './briefcase'
88
91
  export { IconBrowser } from './browser'
89
92
  export { IconBrush } from './brush'
90
93
  export { IconCalendarBlank } from './calendar-blank'
@@ -98,6 +101,7 @@ export { IconCardCircles } from './card-circles'
98
101
  export { IconCardNumberThree } from './card-number-three'
99
102
  export { IconCard } from './card'
100
103
  export { IconCardsPoker } from './cards-poker'
104
+ export { IconChartBarXSimple } from './chart-bar-x-simple'
101
105
  export { IconChartBarYSimple } from './chart-bar-y-simple'
102
106
  export { IconChartBarY } from './chart-bar-y'
103
107
  export { IconChartLine } from './chart-line'
@@ -130,6 +134,7 @@ export { IconChevronUpDownLine } from './chevron-up-down-line'
130
134
  export { IconChevronUpDown } from './chevron-up-down'
131
135
  export { IconChevronUp } from './chevron-up'
132
136
  export { IconCircleCorners } from './circle-corners'
137
+ export { IconCircleDashedLoop } from './circle-dashed-loop'
133
138
  export { IconCircleDashed } from './circle-dashed'
134
139
  export { IconCircleFullCheck } from './circle-full-check'
135
140
  export { IconCircleHalfFill } from './circle-half-fill'
@@ -228,6 +233,7 @@ export { IconFlag } from './flag'
228
233
  export { IconFlask } from './flask'
229
234
  export { IconFlipCard } from './flip-card'
230
235
  export { IconFlip } from './flip'
236
+ export { IconFolderFilled } from './folder-filled'
231
237
  export { IconFolder } from './folder'
232
238
  export { IconFormula } from './formula'
233
239
  export { IconFrameLinesTwo } from './frame-lines-two'
@@ -265,7 +271,9 @@ export { IconImage } from './image'
265
271
  export { IconIndentLeft } from './indent-left'
266
272
  export { IconIndentRight } from './indent-right'
267
273
  export { IconInformationMarkCircle } from './information-mark-circle'
274
+ export { IconInsightsSearch } from './insights-search'
268
275
  export { IconInsights } from './insights'
276
+ export { IconIosShare } from './ios-share'
269
277
  export { IconKanban } from './kanban'
270
278
  export { IconKey } from './key'
271
279
  export { IconKeycap } from './keycap'
@@ -302,13 +310,16 @@ export { IconMagnifyingGlassLightning } from './magnifying-glass-lightning'
302
310
  export { IconMagnifyingGlassMinus } from './magnifying-glass-minus'
303
311
  export { IconMagnifyingGlassPlus } from './magnifying-glass-plus'
304
312
  export { IconMagnifyingGlass } from './magnifying-glass'
313
+ export { IconMapUser } from './map-user'
305
314
  export { IconMap } from './map'
315
+ export { IconMeasurePencil } from './measure-pencil'
306
316
  export { IconMegaphone } from './megaphone'
307
317
  export { IconMermaid } from './mermaid'
308
318
  export { IconMicLinesDot } from './mic-lines-dot'
309
319
  export { IconMicrophoneSlash } from './microphone-slash'
310
320
  export { IconMicrophone } from './microphone'
311
321
  export { IconMinus } from './minus'
322
+ export { IconMiroMark } from './miro-mark'
312
323
  export { IconMobile } from './mobile'
313
324
  export { IconMonitorArrowUp } from './monitor-arrow-up'
314
325
  export { IconMonitorArrow } from './monitor-arrow'
@@ -432,6 +443,7 @@ export { IconRocket } from './rocket'
432
443
  export { IconRssRectangle } from './rss-rectangle'
433
444
  export { IconRss } from './rss'
434
445
  export { IconScissors } from './scissors'
446
+ export { IconScreenUser } from './screen-user'
435
447
  export { IconScrollbarXy } from './scrollbar-xy'
436
448
  export { IconSelect } from './select'
437
449
  export { IconSentiment } from './sentiment'
@@ -443,6 +455,7 @@ export { IconShapes } from './shapes'
443
455
  export { IconShieldCheck } from './shield-check'
444
456
  export { IconShieldLockFilled } from './shield-lock-filled'
445
457
  export { IconShieldLock } from './shield-lock'
458
+ export { IconShoppingBag } from './shopping-bag'
446
459
  export { IconShuffle } from './shuffle'
447
460
  export { IconSidebarClosed } from './sidebar-closed'
448
461
  export { IconSidebarGlobalClosed } from './sidebar-global-closed'
@@ -524,6 +537,7 @@ export { IconTableFormat } from './table-format'
524
537
  export { IconTable } from './table'
525
538
  export { IconTablet } from './tablet'
526
539
  export { IconTag } from './tag'
540
+ export { IconTargetArrow } from './target-arrow'
527
541
  export { IconTasks } from './tasks'
528
542
  export { IconTennisBall } from './tennis-ball'
529
543
  export { IconTextAColorSelection } from './text-a-color-selection'
@@ -553,6 +567,7 @@ export { IconThumbsUp } from './thumbs-up'
553
567
  export { IconTickCircle } from './tick-circle'
554
568
  export { IconTicket } from './ticket'
555
569
  export { IconTimelineFormat } from './timeline-format'
570
+ export { IconTimelineLocation } from './timeline-location'
556
571
  export { IconTimer } from './timer'
557
572
  export { IconToolbar } from './toolbar'
558
573
  export { IconTooltip } from './tooltip'
@@ -579,6 +594,7 @@ export { IconUserMic } from './user-mic'
579
594
  export { IconUserNumberThree } from './user-number-three'
580
595
  export { IconUserPenDashesBottom } from './user-pen-dashes-bottom'
581
596
  export { IconUserPenLineBottom } from './user-pen-line-bottom'
597
+ export { IconUserSparkle } from './user-sparkle'
582
598
  export { IconUserTickDown } from './user-tick-down'
583
599
  export { IconUser } from './user'
584
600
  export { IconUsersThree } from './users-three'
@@ -601,3 +617,4 @@ export { IconWarning } from './warning'
601
617
  export { IconWidgetColumns } from './widget-columns'
602
618
  export { IconWifiExclamation } from './wifi-exclamation'
603
619
  export { IconWifi } from './wifi'
620
+ export { IconWordCloud } from './word-cloud'
@@ -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 IconInsightsSearch: 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='M19.75 17.375a2.375 2.375 0 1 0-4.75 0 2.375 2.375 0 0 0 4.75 0ZM15 10v2h-5v-2h5Zm5.585-5a1 1 0 0 0-.897-.995L19.585 4h-10a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1H11v2H9.585a3 3 0 0 1-3-3V8.65l-1.758.309a1.001 1.001 0 0 0-.811 1.16l1.736 9.847a1 1 0 0 0 1.158.811l4.925-.868.347 1.97-4.924.868a3 3 0 0 1-3.476-2.433l-1.736-9.85A3 3 0 0 1 4.48 6.99l2.105-.372V5a3 3 0 0 1 3-3h10l.154.004A3 3 0 0 1 22.585 5v7h-2V5ZM19 6v2h-9V6h9Zm2.75 11.375c0 .846-.24 1.635-.656 2.305l2.613 2.613-1.414 1.414-2.614-2.614a4.375 4.375 0 1 1 2.071-3.718Z'
29
+ />
30
+ )
31
+ }
32
+ )
33
+
34
+ IconInsightsSearch[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 IconIosShare: 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='m12.707.293 4 4-1.414 1.414L13 3.414V13h-2V3.414L8.707 5.707 7.293 4.293l4-4h1.414ZM3 19V9a2 2 0 0 1 2-2h4v2H5v10h14V9h-4V7h4a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z'
29
+ />
30
+ )
31
+ }
32
+ )
33
+
34
+ IconIosShare[iconSymbol] = true