@mirohq/design-system-icons 0.48.4 → 0.49.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 +867 -18
- package/dist/main.js.map +1 -1
- package/dist/module.js +843 -19
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +52 -2
- package/package.json +4 -4
- package/react/alignment-scale.tsx +42 -0
- package/react/arrow-fat-left-right.tsx +42 -0
- package/react/arrow-fat-left.tsx +41 -0
- package/react/arrows-time-backward.tsx +40 -0
- package/react/arrows-time-forward.tsx +40 -0
- package/react/box-captions.tsx +40 -0
- package/react/clock.tsx +1 -1
- package/react/columns.tsx +36 -0
- package/react/diagramming.tsx +36 -0
- package/react/doc.tsx +36 -0
- package/react/external.tsx +36 -0
- package/react/index.ts +25 -0
- package/react/monitor-pause.tsx +5 -0
- package/react/monitor-play.tsx +5 -0
- package/react/monitor-stop.tsx +6 -1
- package/react/proto-button.tsx +42 -0
- package/react/proto-checkbox.tsx +36 -0
- package/react/proto-dropdown.tsx +42 -0
- package/react/proto-input.tsx +42 -0
- package/react/proto-number.tsx +42 -0
- package/react/proto-radio.tsx +40 -0
- package/react/proto-slider.tsx +38 -0
- package/react/prototype.tsx +36 -0
- package/react/rectangle-dot-large.tsx +36 -0
- package/react/rectangle-dot-medium.tsx +36 -0
- package/react/rectangle-dot-small.tsx +36 -0
- package/react/shield-lock-filled.tsx +36 -0
- package/react/slide.tsx +36 -0
- package/react/sparks.tsx +1 -1
- package/react/switch.tsx +8 -6
- package/react/table.tsx +36 -0
- package/react/timeline.tsx +36 -0
- package/svg/24/alignment-scale.svg +2 -0
- package/svg/24/arrow-fat-left-right.svg +2 -0
- package/svg/24/arrow-fat-left.svg +2 -0
- package/svg/24/arrows-time-backward.svg +2 -0
- package/svg/24/arrows-time-forward.svg +2 -0
- package/svg/24/box-captions.svg +2 -0
- package/svg/24/clock.svg +1 -1
- package/svg/24/columns.svg +2 -0
- package/svg/24/diagramming.svg +2 -0
- package/svg/24/doc.svg +2 -0
- package/svg/24/external.svg +2 -0
- package/svg/24/monitor-pause.svg +1 -1
- package/svg/24/monitor-play.svg +1 -1
- package/svg/24/monitor-stop.svg +1 -1
- package/svg/24/proto-button.svg +2 -0
- package/svg/24/proto-checkbox.svg +2 -0
- package/svg/24/proto-dropdown.svg +2 -0
- package/svg/24/proto-input.svg +2 -0
- package/svg/24/proto-number.svg +2 -0
- package/svg/24/proto-radio.svg +2 -0
- package/svg/24/proto-slider.svg +2 -0
- package/svg/24/prototype.svg +2 -0
- package/svg/24/rectangle-dot-large.svg +2 -0
- package/svg/24/rectangle-dot-medium.svg +2 -0
- package/svg/24/rectangle-dot-small.svg +2 -0
- package/svg/24/shield-lock-filled.svg +2 -0
- package/svg/24/slide.svg +2 -0
- package/svg/24/sparks.svg +1 -1
- package/svg/24/switch.svg +1 -1
- package/svg/24/table.svg +2 -0
- package/svg/24/timeline.svg +2 -0
- package/svg/meta.json +200 -2
package/dist/types.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ import * as _stitches_react_types_styled_component from '@stitches/react/types/s
|
|
|
2
2
|
import * as _mirohq_design_system_themes_web from '@mirohq/design-system-themes/web';
|
|
3
3
|
import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
|
|
4
4
|
import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
|
|
5
|
-
import { ForwardRefExoticComponent, RefAttributes, ComponentPropsWithRef } from 'react';
|
|
6
5
|
import { iconSymbol } from '@mirohq/design-system-base-icon';
|
|
6
|
+
import { ForwardRefExoticComponent, RefAttributes, ComponentPropsWithRef } from 'react';
|
|
7
7
|
|
|
8
8
|
declare const StyledIcon: ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"svg">>>, "size" | "weight" | "color" | "debug"> & _stitches_react_types_styled_component.TransformProps<{
|
|
9
9
|
color?: _mirohq_design_system_themes_web.AliasColors | "alpha-black-100" | "alpha-black-200" | "alpha-black-300" | "alpha-black-400" | "alpha-black-50" | "alpha-black-500" | "alpha-black-600" | "alpha-black-700" | "alpha-black-800" | "alpha-black-900" | "alpha-gray-100" | "alpha-gray-200" | "alpha-gray-300" | "alpha-gray-400" | "alpha-gray-50" | "alpha-gray-500" | "alpha-gray-600" | "alpha-gray-700" | "alpha-gray-800" | "alpha-gray-900" | "alpha-white-100" | "alpha-white-200" | "alpha-white-300" | "alpha-white-400" | "alpha-white-50" | "alpha-white-500" | "alpha-white-600" | "alpha-white-700" | "alpha-white-800" | "black" | "miro-yellow" | "transparent" | "white" | "blue-100" | "blue-150" | "blue-200" | "blue-250" | "blue-300" | "blue-350" | "blue-400" | "blue-450" | "blue-50" | "blue-500" | "blue-550" | "blue-600" | "blue-650" | "blue-700" | "blue-750" | "blue-800" | "blue-850" | "blue-900" | "blue-950" | "gray-100" | "gray-150" | "gray-200" | "gray-250" | "gray-300" | "gray-350" | "gray-400" | "gray-450" | "gray-50" | "gray-500" | "gray-550" | "gray-600" | "gray-650" | "gray-700" | "gray-750" | "gray-800" | "gray-850" | "gray-900" | "gray-950" | "green-100" | "green-150" | "green-200" | "green-250" | "green-300" | "green-350" | "green-400" | "green-450" | "green-50" | "green-500" | "green-550" | "green-600" | "green-650" | "green-700" | "green-750" | "green-800" | "green-850" | "green-900" | "green-950" | "red-100" | "red-150" | "red-200" | "red-250" | "red-300" | "red-350" | "red-400" | "red-450" | "red-50" | "red-500" | "red-550" | "red-600" | "red-650" | "red-700" | "red-750" | "red-800" | "red-850" | "red-900" | "red-950" | "yellow-100" | "yellow-150" | "yellow-200" | "yellow-250" | "yellow-300" | "yellow-350" | "yellow-400" | "yellow-450" | "yellow-50" | "yellow-500" | "yellow-550" | "yellow-600" | "yellow-650" | "yellow-700" | "yellow-750" | "yellow-800" | "yellow-850" | "yellow-900" | "yellow-950" | undefined;
|
|
@@ -59,6 +59,8 @@ declare const IconAlignRight: IconComponentType;
|
|
|
59
59
|
|
|
60
60
|
declare const IconAlignTop: IconComponentType;
|
|
61
61
|
|
|
62
|
+
declare const IconAlignmentScale: IconComponentType;
|
|
63
|
+
|
|
62
64
|
declare const IconArrowArcLeft: IconComponentType;
|
|
63
65
|
|
|
64
66
|
declare const IconArrowArcRight: IconComponentType;
|
|
@@ -87,6 +89,10 @@ declare const IconArrowDown: IconComponentType;
|
|
|
87
89
|
|
|
88
90
|
declare const IconArrowElbowDownRight: IconComponentType;
|
|
89
91
|
|
|
92
|
+
declare const IconArrowFatLeftRight: IconComponentType;
|
|
93
|
+
|
|
94
|
+
declare const IconArrowFatLeft: IconComponentType;
|
|
95
|
+
|
|
90
96
|
declare const IconArrowFatRight: IconComponentType;
|
|
91
97
|
|
|
92
98
|
declare const IconArrowFatUpRight: IconComponentType;
|
|
@@ -123,6 +129,10 @@ declare const IconArrowsOutSimple: IconComponentType;
|
|
|
123
129
|
|
|
124
130
|
declare const IconArrowsSquareCounterClockwiseY: IconComponentType;
|
|
125
131
|
|
|
132
|
+
declare const IconArrowsTimeBackward: IconComponentType;
|
|
133
|
+
|
|
134
|
+
declare const IconArrowsTimeForward: IconComponentType;
|
|
135
|
+
|
|
126
136
|
declare const IconArticle: IconComponentType;
|
|
127
137
|
|
|
128
138
|
declare const IconAt: IconComponentType;
|
|
@@ -143,6 +153,8 @@ declare const IconBookOpenInfo: IconComponentType;
|
|
|
143
153
|
|
|
144
154
|
declare const IconBookmark: IconComponentType;
|
|
145
155
|
|
|
156
|
+
declare const IconBoxCaptions: IconComponentType;
|
|
157
|
+
|
|
146
158
|
declare const IconBracketCurlyLeft: IconComponentType;
|
|
147
159
|
|
|
148
160
|
declare const IconBracketCurlyRight: IconComponentType;
|
|
@@ -253,6 +265,8 @@ declare const IconCoins: IconComponentType;
|
|
|
253
265
|
|
|
254
266
|
declare const IconColumnsThree: IconComponentType;
|
|
255
267
|
|
|
268
|
+
declare const IconColumns: IconComponentType;
|
|
269
|
+
|
|
256
270
|
declare const IconCommentGroup: IconComponentType;
|
|
257
271
|
|
|
258
272
|
declare const IconConeSerpentine: IconComponentType;
|
|
@@ -319,10 +333,14 @@ declare const IconDiagramCardTeam: IconComponentType;
|
|
|
319
333
|
|
|
320
334
|
declare const IconDiagramCardUser: IconComponentType;
|
|
321
335
|
|
|
336
|
+
declare const IconDiagramming: IconComponentType;
|
|
337
|
+
|
|
322
338
|
declare const IconDistributeHorizontal: IconComponentType;
|
|
323
339
|
|
|
324
340
|
declare const IconDistributeVertical: IconComponentType;
|
|
325
341
|
|
|
342
|
+
declare const IconDoc: IconComponentType;
|
|
343
|
+
|
|
326
344
|
declare const IconDollarSignCurrency: IconComponentType;
|
|
327
345
|
|
|
328
346
|
declare const IconDotVoting: IconComponentType;
|
|
@@ -351,6 +369,8 @@ declare const IconExclamationPointCircle: IconComponentType;
|
|
|
351
369
|
|
|
352
370
|
declare const IconExport: IconComponentType;
|
|
353
371
|
|
|
372
|
+
declare const IconExternal: IconComponentType;
|
|
373
|
+
|
|
354
374
|
declare const IconEyeClosedDotsFourFrameBroken: IconComponentType;
|
|
355
375
|
|
|
356
376
|
declare const IconEyeClosed: IconComponentType;
|
|
@@ -625,6 +645,22 @@ declare const IconPrevious: IconComponentType;
|
|
|
625
645
|
|
|
626
646
|
declare const IconProhibit: IconComponentType;
|
|
627
647
|
|
|
648
|
+
declare const IconProtoButton: IconComponentType;
|
|
649
|
+
|
|
650
|
+
declare const IconProtoCheckbox: IconComponentType;
|
|
651
|
+
|
|
652
|
+
declare const IconProtoDropdown: IconComponentType;
|
|
653
|
+
|
|
654
|
+
declare const IconProtoInput: IconComponentType;
|
|
655
|
+
|
|
656
|
+
declare const IconProtoNumber: IconComponentType;
|
|
657
|
+
|
|
658
|
+
declare const IconProtoRadio: IconComponentType;
|
|
659
|
+
|
|
660
|
+
declare const IconProtoSlider: IconComponentType;
|
|
661
|
+
|
|
662
|
+
declare const IconPrototype: IconComponentType;
|
|
663
|
+
|
|
628
664
|
declare const IconPushPinFilled: IconComponentType;
|
|
629
665
|
|
|
630
666
|
declare const IconPushPin: IconComponentType;
|
|
@@ -639,8 +675,14 @@ declare const IconRectangleArrowUpCenter: IconComponentType;
|
|
|
639
675
|
|
|
640
676
|
declare const IconRectangleDashLines: IconComponentType;
|
|
641
677
|
|
|
678
|
+
declare const IconRectangleDotLarge: IconComponentType;
|
|
679
|
+
|
|
642
680
|
declare const IconRectangleDotLinePen: IconComponentType;
|
|
643
681
|
|
|
682
|
+
declare const IconRectangleDotMedium: IconComponentType;
|
|
683
|
+
|
|
684
|
+
declare const IconRectangleDotSmall: IconComponentType;
|
|
685
|
+
|
|
644
686
|
declare const IconRectangleFrame2Lines: IconComponentType;
|
|
645
687
|
|
|
646
688
|
declare const IconRectanglePlayStack: IconComponentType;
|
|
@@ -697,6 +739,8 @@ declare const IconShapes: IconComponentType;
|
|
|
697
739
|
|
|
698
740
|
declare const IconShieldCheck: IconComponentType;
|
|
699
741
|
|
|
742
|
+
declare const IconShieldLockFilled: IconComponentType;
|
|
743
|
+
|
|
700
744
|
declare const IconShieldLock: IconComponentType;
|
|
701
745
|
|
|
702
746
|
declare const IconShuffle: IconComponentType;
|
|
@@ -711,6 +755,8 @@ declare const IconSidebarOpen: IconComponentType;
|
|
|
711
755
|
|
|
712
756
|
declare const IconSingleSparksFilled: IconComponentType;
|
|
713
757
|
|
|
758
|
+
declare const IconSlide: IconComponentType;
|
|
759
|
+
|
|
714
760
|
declare const IconSlidersX: IconComponentType;
|
|
715
761
|
|
|
716
762
|
declare const IconSlidersY: IconComponentType;
|
|
@@ -835,6 +881,8 @@ declare const IconStroke6: IconComponentType;
|
|
|
835
881
|
|
|
836
882
|
declare const IconSwitch: IconComponentType;
|
|
837
883
|
|
|
884
|
+
declare const IconTable: IconComponentType;
|
|
885
|
+
|
|
838
886
|
declare const IconTag: IconComponentType;
|
|
839
887
|
|
|
840
888
|
declare const IconTasks: IconComponentType;
|
|
@@ -883,6 +931,8 @@ declare const IconTickCircle: IconComponentType;
|
|
|
883
931
|
|
|
884
932
|
declare const IconTicket: IconComponentType;
|
|
885
933
|
|
|
934
|
+
declare const IconTimeline: IconComponentType;
|
|
935
|
+
|
|
886
936
|
declare const IconTimer: IconComponentType;
|
|
887
937
|
|
|
888
938
|
declare const IconToolbar: IconComponentType;
|
|
@@ -951,4 +1001,4 @@ declare const IconViewSideLeft: IconComponentType;
|
|
|
951
1001
|
|
|
952
1002
|
declare const IconWallet: IconComponentType;
|
|
953
1003
|
|
|
954
|
-
export { IconActivity, IconAddLineBottom, IconAddLineRight, IconAlignBottom, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignRight, IconAlignTop, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpLeft, IconArrowBendUpRight, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowCurvesBottomRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowElbowDownRight, IconArrowFatRight, IconArrowFatUpRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpCircle, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseRectangleTilt, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArrowsDownUp, IconArrowsHorizontalLinesTopBottom, IconArrowsInSimple, IconArrowsOutCardinal, IconArrowsOutLinesHorizontal, IconArrowsOutSimple, IconArrowsSquareCounterClockwiseY, IconArticle, IconAt, IconBadge, IconBarrel, IconBell, IconBellSlash, IconBellTilt, IconBoard, IconBookOpenInfo, IconBookmark, IconBracketCurlyLeft, IconBracketCurlyRight, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconBrush, IconCalendarBlank, IconCamera, IconCard, IconCardCircles, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconChatCheck, IconChatDashesLinesTwo, IconChatLinesCross, IconChatLinesDot, IconChatLinesEyeOpen, IconChatLinesTwo, IconChatLinesTwoStack, IconChatPlus, IconChatTextArrow, IconChatTwo, IconCheckMark, IconCheckboardSquareCentered, IconChevronDown, IconChevronDownDouble, IconChevronLeft, IconChevronLeftDouble, IconChevronRight, IconChevronRightDouble, IconChevronRightSmall, IconChevronUp, IconChevronUpDouble, IconChevronUpDown, IconChevronUpDownLine, IconCircle, IconCircleCorners, IconCircleMotionX, IconCircleNotch, IconCircleSlash, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCloud, IconCluster, IconClustered, IconCog, IconCoins, IconCoinsChecked, IconCoinsSlash, IconColumnsThree, IconCommentGroup, IconComponentType, IconConeSerpentine, IconConnectionLineElbows, IconConnectionLineStraight, IconCornersThreeEyeOpen, IconCounter, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCrossFat, IconCrossSquare, IconCube, IconCursor, IconCursorFilled, IconCursorLines, IconCursorText, IconCursorTextLines, IconCurveSquareCircleArrow, IconDashLeftDownSquareDashRightUp, IconDashLeftUpSquareDashDownRight, IconDashSquareDashHorizontal, IconDashSquareDashVertical, IconDiagramCardLarge1, IconDiagramCardLarge2, IconDiagramCardLarge3, IconDiagramCardLarge4, IconDiagramCardMagnifyingGlass, IconDiagramCardSmall1, IconDiagramCardSmall2, IconDiagramCardSmall3, IconDiagramCardTeam, IconDiagramCardUser, IconDistributeHorizontal, IconDistributeVertical, IconDollarSignCurrency, IconDotVoting, IconDotsNine, IconDotsSixHorizontal, IconDotsSixVertical, IconDotsThree, IconDotsThreeVertical, IconDotsTwo, IconDownload, IconEnvelope, IconEraser, IconExclamationMarkOctagon, IconExclamationPointCircle, IconExport, IconEyeClosed, IconEyeClosedDotsFourFrameBroken, IconEyeOpen, IconEyeOpenLineFrameBroken, IconEyeOpenSlash, IconEyedropper, IconFactory, IconFactoryHouse, IconFileSpreadsheet, IconFlag, IconFolder, IconFrame, IconFrameLinesTwo, IconFramePlay, IconFramePlus, IconFunnel, IconGauge, IconGavel, IconGift, IconGlobe, IconGraduationCap, IconGrid, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHandPointing, IconHeadsetPerson, IconHeart, IconHeartFilled, IconHexagon, IconHighlighter, IconHighlighterUnderline, IconHouse, IconImage, IconIndentLeft, IconIndentRight, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLasso, IconLayout, IconLifesaver, IconLightbox, IconLightbulb, IconLightning, IconLineCurved, IconLineDashed, IconLineDiagonal, IconLineDotted, IconLineHorizontal, IconLineOrthogonal, IconLineStraight, IconLineTwoDiagonalTopRightDouble, IconLinesThreeHorizontal, IconLinesThreeHorizontalLineVerticalCenter, IconLinesThreeVertical, IconLinesTopLeftColumnsTwo, IconLink, IconLinkPlus, IconListBullets, IconListNumbers, IconLockClosed, IconLockOpen, IconLogin, IconLogout, IconMagnet, IconMagnifyingGlass, IconMagnifyingGlassLightning, IconMagnifyingGlassPlus, IconMap, IconMegaphone, IconMermaid, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMobile, IconMonitorArrow, IconMonitorPause, IconMonitorPlay, IconMonitorStop, IconMoon, IconMouse, IconMusicNote, IconNavigationArrowLines, IconNavigationUpLeftFilled, IconNavigationUpLeftSlash, IconNavigationUpRight, IconNext, IconNodeConnectedDot, IconNodeLinesCurved, IconNodeLinesHorizontal, IconNodeLinesVertical, IconNodePlus, IconNodesConnected, IconNodesConnectionsThree, IconNoteMagnifyingGlass, IconNotepad, IconOctagon, IconOffice, IconOrgChart, IconPaintBucket, IconPalette, IconPaperPlaneFilledRight, IconPaperPlaneTilt, IconParallelogram, IconPause, IconPauseCircle, IconPdf, IconPen, IconPenTip, IconPenUnderline, IconPentagon, IconPeopleList, IconPlaceholder, IconPlanet, IconPlay, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusBox, IconPlusSquare, IconPlusText, IconPolling, IconPresentationArrow, IconPresentationEyeOpen, IconPresentationLine, IconPresentationLinesTwo, IconPresentationLink, IconPresentationNumberOne, IconPresentationPlay, IconPresentationPlus, IconPrevious, IconProhibit, IconProps, IconPushPin, IconPushPinFilled, IconQuestionMark, IconQuestionMarkCircle, IconQuotes, IconRectangleArrowUpCenter, IconRectangleDashLines, IconRectangleDotLinePen, IconRectangleFrame2Lines, IconRectanglePlayStack, IconRectanglePortrait, IconRectanglePortraitDash, IconRectanglePortraitDashSquareTopCenter, IconRectanglePortraitDashSquareTopLeft, IconRectanglePortraitFilled, IconRectanglePortraitSquareTopLeft, IconRectangleTick, IconRectangleTriangleBottomCenter, IconRectanglesThreeAligned, IconRectanglesThreeFree, IconRectanglesThreeOverlap, IconRectanglesTwoLine, IconRectanglesTwoLinesFour, IconRectanglesTwoMinus, IconRectanglesTwoPlus, IconRectanglesTwoUser, IconRhombus, IconRocket, IconRss, IconRssRectangle, IconScissors, IconScrollbarXy, IconShadow, IconShapes, IconShapesLines, IconShieldCheck, IconShieldLock, IconShuffle, IconSidebarClosed, IconSidebarGlobalClosed, IconSidebarGlobalOpen, IconSidebarOpen, IconSingleSparksFilled, IconSlidersX, IconSlidersY, IconSmiley, IconSmileyChat, IconSmileyPlus, IconSmileySticker, IconSocialAdo, IconSocialDrawio, IconSocialFacebook, IconSocialInstagram, IconSocialJira, IconSocialLinkedin, IconSocialSlack, IconSocialTwitter, IconSocialX, IconSocialYoutube, IconSortAscending, IconSortDescending, IconSparks, IconSparksFilled, IconSpeakerCross, IconSpeakerHigh, IconSpinner, IconSplitVertical, IconSquare, IconSquareArrowIn, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareFrame2LinesCircle, IconSquareLineSquareDashed, IconSquareRounded, IconSquareStarScribble, IconSquareTriangleCirclePlus, IconSquaresColumn, IconSquaresFour, IconSquaresGroup, IconSquaresMerge, IconSquaresRow, IconSquaresThree, IconSquaresTwoOverlap, IconSquaresUngroup, IconSquaresUnmerge, IconStack, IconStar, IconStarFilled, IconStarHalf, IconStickyCorners, IconStickyEyeClosed, IconStickyEyeOpen, IconStickyNote, IconStickyNoteStack, IconStickyNoteWide, IconStickyNotesTwo, IconStopCircle, IconStoryPoints, IconStroke1, IconStroke2, IconStroke3, IconStroke4, IconStroke5, IconStroke6, IconSwitch, IconTag, IconTasks, IconTextAUnderline, IconTextAa, IconTextAlignCenter, IconTextAlignLeft, IconTextAlignRight, IconTextBBold, IconTextBBoldItalicUnderlined, IconTextCursorEyeOpen, IconTextHOne, IconTextHThree, IconTextHTwo, IconTextIItalic, IconTextIndent, IconTextLineHeight, IconTextLinesThree, IconTextSStrikethrough, IconTextStyles, IconTextT, IconTextUUnderlined, IconThumbsUp, IconTickCircle, IconTicket, IconTimer, IconToolbar, IconTooltip, IconTrackpad, IconTrapeze, IconTrash, IconTrashSimple, IconTriangle, IconTriangleSquareCircle, IconTrident, IconTrophy, IconTshirt, IconUser, IconUserAdd, IconUserArrowRightUp, IconUserBackgroundBlur, IconUserCog, IconUserCogPlus, IconUserEyeOpen, IconUserFilter, IconUserLoad, IconUserNumberThree, IconUserPenDashesBottom, IconUserPenLineBottom, IconUserTickDown, IconUsers, IconUsersThree, IconVideoCamera, IconVideoCameraSimple, IconVideoCameraSimpleError, IconVideoCameraSimpleSlash, IconViewCenter, IconViewSideLeft, IconWallet };
|
|
1004
|
+
export { IconActivity, IconAddLineBottom, IconAddLineRight, IconAlignBottom, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignRight, IconAlignTop, IconAlignmentScale, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpLeft, IconArrowBendUpRight, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowCurvesBottomRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowElbowDownRight, IconArrowFatLeft, IconArrowFatLeftRight, IconArrowFatRight, IconArrowFatUpRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpCircle, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseRectangleTilt, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArrowsDownUp, IconArrowsHorizontalLinesTopBottom, IconArrowsInSimple, IconArrowsOutCardinal, IconArrowsOutLinesHorizontal, IconArrowsOutSimple, IconArrowsSquareCounterClockwiseY, IconArrowsTimeBackward, IconArrowsTimeForward, IconArticle, IconAt, IconBadge, IconBarrel, IconBell, IconBellSlash, IconBellTilt, IconBoard, IconBookOpenInfo, IconBookmark, IconBoxCaptions, IconBracketCurlyLeft, IconBracketCurlyRight, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconBrush, IconCalendarBlank, IconCamera, IconCard, IconCardCircles, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconChatCheck, IconChatDashesLinesTwo, IconChatLinesCross, IconChatLinesDot, IconChatLinesEyeOpen, IconChatLinesTwo, IconChatLinesTwoStack, IconChatPlus, IconChatTextArrow, IconChatTwo, IconCheckMark, IconCheckboardSquareCentered, IconChevronDown, IconChevronDownDouble, IconChevronLeft, IconChevronLeftDouble, IconChevronRight, IconChevronRightDouble, IconChevronRightSmall, IconChevronUp, IconChevronUpDouble, IconChevronUpDown, IconChevronUpDownLine, IconCircle, IconCircleCorners, IconCircleMotionX, IconCircleNotch, IconCircleSlash, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCloud, IconCluster, IconClustered, IconCog, IconCoins, IconCoinsChecked, IconCoinsSlash, IconColumns, IconColumnsThree, IconCommentGroup, IconComponentType, IconConeSerpentine, IconConnectionLineElbows, IconConnectionLineStraight, IconCornersThreeEyeOpen, IconCounter, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCrossFat, IconCrossSquare, IconCube, IconCursor, IconCursorFilled, IconCursorLines, IconCursorText, IconCursorTextLines, IconCurveSquareCircleArrow, IconDashLeftDownSquareDashRightUp, IconDashLeftUpSquareDashDownRight, IconDashSquareDashHorizontal, IconDashSquareDashVertical, IconDiagramCardLarge1, IconDiagramCardLarge2, IconDiagramCardLarge3, IconDiagramCardLarge4, IconDiagramCardMagnifyingGlass, IconDiagramCardSmall1, IconDiagramCardSmall2, IconDiagramCardSmall3, IconDiagramCardTeam, IconDiagramCardUser, IconDiagramming, IconDistributeHorizontal, IconDistributeVertical, IconDoc, IconDollarSignCurrency, IconDotVoting, IconDotsNine, IconDotsSixHorizontal, IconDotsSixVertical, IconDotsThree, IconDotsThreeVertical, IconDotsTwo, IconDownload, IconEnvelope, IconEraser, IconExclamationMarkOctagon, IconExclamationPointCircle, IconExport, IconExternal, IconEyeClosed, IconEyeClosedDotsFourFrameBroken, IconEyeOpen, IconEyeOpenLineFrameBroken, IconEyeOpenSlash, IconEyedropper, IconFactory, IconFactoryHouse, IconFileSpreadsheet, IconFlag, IconFolder, IconFrame, IconFrameLinesTwo, IconFramePlay, IconFramePlus, IconFunnel, IconGauge, IconGavel, IconGift, IconGlobe, IconGraduationCap, IconGrid, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHandPointing, IconHeadsetPerson, IconHeart, IconHeartFilled, IconHexagon, IconHighlighter, IconHighlighterUnderline, IconHouse, IconImage, IconIndentLeft, IconIndentRight, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLasso, IconLayout, IconLifesaver, IconLightbox, IconLightbulb, IconLightning, IconLineCurved, IconLineDashed, IconLineDiagonal, IconLineDotted, IconLineHorizontal, IconLineOrthogonal, IconLineStraight, IconLineTwoDiagonalTopRightDouble, IconLinesThreeHorizontal, IconLinesThreeHorizontalLineVerticalCenter, IconLinesThreeVertical, IconLinesTopLeftColumnsTwo, IconLink, IconLinkPlus, IconListBullets, IconListNumbers, IconLockClosed, IconLockOpen, IconLogin, IconLogout, IconMagnet, IconMagnifyingGlass, IconMagnifyingGlassLightning, IconMagnifyingGlassPlus, IconMap, IconMegaphone, IconMermaid, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMobile, IconMonitorArrow, IconMonitorPause, IconMonitorPlay, IconMonitorStop, IconMoon, IconMouse, IconMusicNote, IconNavigationArrowLines, IconNavigationUpLeftFilled, IconNavigationUpLeftSlash, IconNavigationUpRight, IconNext, IconNodeConnectedDot, IconNodeLinesCurved, IconNodeLinesHorizontal, IconNodeLinesVertical, IconNodePlus, IconNodesConnected, IconNodesConnectionsThree, IconNoteMagnifyingGlass, IconNotepad, IconOctagon, IconOffice, IconOrgChart, IconPaintBucket, IconPalette, IconPaperPlaneFilledRight, IconPaperPlaneTilt, IconParallelogram, IconPause, IconPauseCircle, IconPdf, IconPen, IconPenTip, IconPenUnderline, IconPentagon, IconPeopleList, IconPlaceholder, IconPlanet, IconPlay, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusBox, IconPlusSquare, IconPlusText, IconPolling, IconPresentationArrow, IconPresentationEyeOpen, IconPresentationLine, IconPresentationLinesTwo, IconPresentationLink, IconPresentationNumberOne, IconPresentationPlay, IconPresentationPlus, IconPrevious, IconProhibit, IconProps, IconProtoButton, IconProtoCheckbox, IconProtoDropdown, IconProtoInput, IconProtoNumber, IconProtoRadio, IconProtoSlider, IconPrototype, IconPushPin, IconPushPinFilled, IconQuestionMark, IconQuestionMarkCircle, IconQuotes, IconRectangleArrowUpCenter, IconRectangleDashLines, IconRectangleDotLarge, IconRectangleDotLinePen, IconRectangleDotMedium, IconRectangleDotSmall, IconRectangleFrame2Lines, IconRectanglePlayStack, IconRectanglePortrait, IconRectanglePortraitDash, IconRectanglePortraitDashSquareTopCenter, IconRectanglePortraitDashSquareTopLeft, IconRectanglePortraitFilled, IconRectanglePortraitSquareTopLeft, IconRectangleTick, IconRectangleTriangleBottomCenter, IconRectanglesThreeAligned, IconRectanglesThreeFree, IconRectanglesThreeOverlap, IconRectanglesTwoLine, IconRectanglesTwoLinesFour, IconRectanglesTwoMinus, IconRectanglesTwoPlus, IconRectanglesTwoUser, IconRhombus, IconRocket, IconRss, IconRssRectangle, IconScissors, IconScrollbarXy, IconShadow, IconShapes, IconShapesLines, IconShieldCheck, IconShieldLock, IconShieldLockFilled, IconShuffle, IconSidebarClosed, IconSidebarGlobalClosed, IconSidebarGlobalOpen, IconSidebarOpen, IconSingleSparksFilled, IconSlide, IconSlidersX, IconSlidersY, IconSmiley, IconSmileyChat, IconSmileyPlus, IconSmileySticker, IconSocialAdo, IconSocialDrawio, IconSocialFacebook, IconSocialInstagram, IconSocialJira, IconSocialLinkedin, 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, IconStar, IconStarFilled, IconStarHalf, IconStickyCorners, IconStickyEyeClosed, IconStickyEyeOpen, IconStickyNote, IconStickyNoteStack, IconStickyNoteWide, IconStickyNotesTwo, IconStopCircle, IconStoryPoints, IconStroke1, IconStroke2, IconStroke3, IconStroke4, IconStroke5, IconStroke6, IconSwitch, IconTable, IconTag, IconTasks, IconTextAUnderline, IconTextAa, IconTextAlignCenter, IconTextAlignLeft, IconTextAlignRight, IconTextBBold, IconTextBBoldItalicUnderlined, IconTextCursorEyeOpen, IconTextHOne, IconTextHThree, IconTextHTwo, IconTextIItalic, IconTextIndent, IconTextLineHeight, IconTextLinesThree, IconTextSStrikethrough, IconTextStyles, IconTextT, IconTextUUnderlined, IconThumbsUp, IconTickCircle, IconTicket, IconTimeline, IconTimer, IconToolbar, IconTooltip, IconTrackpad, IconTrapeze, IconTrash, IconTrashSimple, IconTriangle, IconTriangleSquareCircle, IconTrident, IconTrophy, IconTshirt, IconUser, IconUserAdd, IconUserArrowRightUp, IconUserBackgroundBlur, IconUserCog, IconUserCogPlus, IconUserEyeOpen, IconUserFilter, IconUserLoad, IconUserNumberThree, IconUserPenDashesBottom, IconUserPenLineBottom, IconUserTickDown, IconUsers, IconUsersThree, IconVideoCamera, IconVideoCameraSimple, IconVideoCameraSimpleError, IconVideoCameraSimpleSlash, IconViewCenter, IconViewSideLeft, IconWallet };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-icons",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.49.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": "^0.1.33",
|
|
35
|
-
"@mirohq/design-system-use-local-storage": "^0.3.11",
|
|
36
|
-
"@mirohq/design-system-utils": "^0.15.4",
|
|
37
35
|
"@mirohq/design-system-primitive": "^1.1.2",
|
|
38
|
-
"@mirohq/design-system-
|
|
36
|
+
"@mirohq/design-system-use-local-storage": "^0.3.11",
|
|
37
|
+
"@mirohq/design-system-stitches": "^2.6.18",
|
|
38
|
+
"@mirohq/design-system-utils": "^0.15.4"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@svgr/cli": "^6.5.1",
|
|
@@ -0,0 +1,42 @@
|
|
|
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 IconAlignmentScale: IconComponentType = forwardRef(
|
|
13
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
14
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
|
+
return createElement(
|
|
16
|
+
StyledIcon,
|
|
17
|
+
{
|
|
18
|
+
...props,
|
|
19
|
+
weight,
|
|
20
|
+
debug,
|
|
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='M4.0928 6.0354c-.044.052-.0928.1528-.0928.294v5.3413c0 .1412.0488.2419.0928.2939a.16.16 0 0 0 .036.0335l.061.004a1 1 0 0 1-.0648 1.9979c-1.3236 0-2.125-1.2058-2.125-2.3293v-5.3414c0-1.1235.8014-2.3293 2.125-2.3293h15.75c1.3236 0 2.125 1.2058 2.125 2.3293v5.3414c0 1.1235-.8014 2.3293-2.125 2.3293h-6.875c-.5523 0-1-.4477-1-1s.4477-1 1-1h6.868c.0068-.0036.0203-.013.0392-.0354.044-.052.0928-.1527.0928-.2939v-5.3414c0-.1411-.0488-.242-.0928-.294-.0189-.0223-.0324-.0317-.0392-.0353h-15.736c-.0068.0036-.0202.013-.0392.0354Z'
|
|
30
|
+
clipRule='evenodd'
|
|
31
|
+
/>,
|
|
32
|
+
<path
|
|
33
|
+
fill='currentColor'
|
|
34
|
+
fillRule='evenodd'
|
|
35
|
+
d='M6.75 5c.5523 0 1 .4477 1 1v2.5c0 .5523-.4477 1-1 1s-1-.4477-1-1v-2.5c0-.5523.4477-1 1-1ZM12 5c.5523 0 1 .4477 1 1v2.5c0 .5523-.4477 1-1 1s-1-.4477-1-1v-2.5c0-.5523.4477-1 1-1ZM17.25 5c.5523 0 1 .4477 1 1v2.5c0 .5523-.4477 1-1 1s-1-.4477-1-1v-2.5c0-.5523.4477-1 1-1ZM8.5 11a1 1 0 0 1 .8944.5528l3.5 7a.9998.9998 0 0 1-1.1691 1.4087l-3.2253-.9215-3.2253.9215a.9998.9998 0 0 1-1.1691-1.4087l3.5-7a1 1 0 0 1 .8944-.5528Zm-1.589 6.414 1.3143-.3755a1 1 0 0 1 .5494 0l1.3143.3755-1.589-3.1779-1.589 3.1779Z'
|
|
36
|
+
clipRule='evenodd'
|
|
37
|
+
/>
|
|
38
|
+
)
|
|
39
|
+
}
|
|
40
|
+
)
|
|
41
|
+
|
|
42
|
+
IconAlignmentScale[iconSymbol] = true
|
|
@@ -0,0 +1,42 @@
|
|
|
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 IconArrowFatLeftRight: IconComponentType = forwardRef(
|
|
13
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
14
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
|
+
return createElement(
|
|
16
|
+
StyledIcon,
|
|
17
|
+
{
|
|
18
|
+
...props,
|
|
19
|
+
weight,
|
|
20
|
+
debug,
|
|
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='M16.3653 8.3154v2.4084h-5.3751v-2.113h3.356v-2.286c0-1.1942 1.3944-1.775 2.1787-.9075l5.1299 5.6752c.4603.5091.4603 1.3058 0 1.815l-5.1299 5.6752c-.7843.8676-2.1787.2868-2.1787-.9075v-2.0833h-3.356v-2.1129h5.3751v2.2056l3.3306-3.6846-3.3306-3.6846Z'
|
|
30
|
+
clipRule='evenodd'
|
|
31
|
+
/>,
|
|
32
|
+
<path
|
|
33
|
+
fill='currentColor'
|
|
34
|
+
fillRule='evenodd'
|
|
35
|
+
d='M7.653 8.309v2.4142h5.3562v-2.1129h-3.337v-2.287c0-1.1933-1.3924-1.7746-2.1773-.9091l-5.1483 5.6767c-.4621.5096-.4621 1.3086 0 1.8182l5.1483 5.6767c.785.8655 2.1772.2842 2.1772-.909v-2.0849h3.3372v-2.1129h-5.3562v2.2119l-3.3473-3.6909 3.3473-3.691Z'
|
|
36
|
+
clipRule='evenodd'
|
|
37
|
+
/>
|
|
38
|
+
)
|
|
39
|
+
}
|
|
40
|
+
)
|
|
41
|
+
|
|
42
|
+
IconArrowFatLeftRight[iconSymbol] = true
|
|
@@ -0,0 +1,41 @@
|
|
|
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 IconArrowFatLeft: IconComponentType = forwardRef(
|
|
13
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
14
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
|
+
return createElement(
|
|
16
|
+
StyledIcon,
|
|
17
|
+
{
|
|
18
|
+
...props,
|
|
19
|
+
weight,
|
|
20
|
+
debug,
|
|
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='M12.5 19.2467v-3.2467h8v-8h-8v-3.2467l-8.0095 7.2467 8.0095 7.2467Zm2 1.69c0 1.0837-1.285 1.654-2.0886.9269l-10.902-9.8636 10.902-9.8636c.8036-.7271 2.0886-.1569 2.0886.927v2.9366h6.75c.6904 0 1.25.5596 1.25 1.25v9.5c0 .6903-.5596 1.25-1.25 1.25h-6.75v2.9367Z'
|
|
30
|
+
clipRule='evenodd'
|
|
31
|
+
/>,
|
|
32
|
+
<path
|
|
33
|
+
stroke='currentColor'
|
|
34
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
35
|
+
d='M3 11.9999v.0001'
|
|
36
|
+
/>
|
|
37
|
+
)
|
|
38
|
+
}
|
|
39
|
+
)
|
|
40
|
+
|
|
41
|
+
IconArrowFatLeft[iconSymbol] = true
|
|
@@ -0,0 +1,40 @@
|
|
|
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 IconArrowsTimeBackward: IconComponentType = forwardRef(
|
|
13
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
14
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
|
+
return createElement(
|
|
16
|
+
StyledIcon,
|
|
17
|
+
{
|
|
18
|
+
...props,
|
|
19
|
+
weight,
|
|
20
|
+
debug,
|
|
21
|
+
size,
|
|
22
|
+
viewBox: '0 0 24 24',
|
|
23
|
+
fill: 'none',
|
|
24
|
+
ref: forwardRef,
|
|
25
|
+
},
|
|
26
|
+
<path
|
|
27
|
+
fill='currentColor'
|
|
28
|
+
d='M12.472 8.9v5.6h-1.208v-3.992c-.104.152-.488.224-.728.224h-.4v-1.032h.376c.472 0 .744-.184.824-.8h1.136ZM15.424 14.564c-1.4 0-2.08-.976-2.08-2.688v-.36c0-1.712.68-2.68 2.08-2.68h.328c1.416 0 2.088.976 2.088 2.68v.36c0 1.712-.672 2.688-2.088 2.688h-.328Zm-.872-2.328c0 .864.4 1.288.936 1.288h.216c.536 0 .928-.424.928-1.288v-1.08c0-.864-.392-1.288-.928-1.288h-.216c-.536 0-.936.424-.936 1.288v1.08Z'
|
|
29
|
+
/>,
|
|
30
|
+
<path
|
|
31
|
+
fill='currentColor'
|
|
32
|
+
fillRule='evenodd'
|
|
33
|
+
d='M19.7744 10.2391c-.9736-3.7414-4.7958-5.9851-8.5372-5.0116-3.3416.8696-5.4885 4.0115-5.2156 7.3386l1.2713-1.2713c.3905-.3905 1.0237-.3905 1.4142 0 .3905.3906.3905 1.0237 0 1.4143l-2.7172 2.7171c-.5467.5467-1.4331.5467-1.9798 0l-2.7172-2.7171c-.3905-.3906-.3905-1.0237 0-1.4143.3905-.3905 1.0237-.3905 1.4142 0l1.3116 1.3116c-.2896-4.2327 2.459-8.207 6.7148-9.3144 4.8104-1.2517 9.7247 1.633 10.9764 6.4434 1.2518 4.8104-1.633 9.7247-6.4434 10.9765a9.0139 9.0139 0 0 1-2.2482.292c-.5523.0014-1.0012-.4451-1.0026-.9974-.0015-.5523.445-1.0012.9973-1.0026a7.0152 7.0152 0 0 0 1.7498-.2276c3.7414-.9735 5.9852-4.7958 5.0116-8.5372Z'
|
|
34
|
+
clipRule='evenodd'
|
|
35
|
+
/>
|
|
36
|
+
)
|
|
37
|
+
}
|
|
38
|
+
)
|
|
39
|
+
|
|
40
|
+
IconArrowsTimeBackward[iconSymbol] = true
|
|
@@ -0,0 +1,40 @@
|
|
|
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 IconArrowsTimeForward: IconComponentType = forwardRef(
|
|
13
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
14
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
|
+
return createElement(
|
|
16
|
+
StyledIcon,
|
|
17
|
+
{
|
|
18
|
+
...props,
|
|
19
|
+
weight,
|
|
20
|
+
debug,
|
|
21
|
+
size,
|
|
22
|
+
viewBox: '0 0 24 24',
|
|
23
|
+
fill: 'none',
|
|
24
|
+
ref: forwardRef,
|
|
25
|
+
},
|
|
26
|
+
<path
|
|
27
|
+
fill='currentColor'
|
|
28
|
+
d='M8.472 8.9v5.6h-1.208v-3.992c-.104.152-.488.224-.728.224h-.4v-1.032h.376c.472 0 .744-.184.824-.8h1.136ZM11.424 14.564c-1.4 0-2.08-.976-2.08-2.688v-.36c0-1.712.68-2.68 2.08-2.68h.328c1.416 0 2.088.976 2.088 2.68v.36c0 1.712-.672 2.688-2.088 2.688h-.328Zm-.872-2.328c0 .864.4 1.288.936 1.288h.216c.536 0 .928-.424.928-1.288v-1.08c0-.864-.392-1.288-.928-1.288h-.216c-.536 0-.936.424-.936 1.288v1.08Z'
|
|
29
|
+
/>,
|
|
30
|
+
<path
|
|
31
|
+
fill='currentColor'
|
|
32
|
+
fillRule='evenodd'
|
|
33
|
+
d='M11 5c-3.866 0-7 3.134-7 7s3.134 7 7 7c.5523 0 1 .4477 1 1s-.4477 1-1 1c-4.9706 0-9-4.0294-9-9s4.0294-9 9-9 9 4.0294 9 9c0 .2035-.0068.4056-.0201.6059l1.313-1.313c.3905-.3905 1.0237-.3905 1.4142 0 .3905.3905.3905 1.0237 0 1.4142l-2.7172 2.7172c-.5467.5467-1.4331.5467-1.9799 0l-2.7171-2.7172c-.3905-.3905-.3905-1.0237 0-1.4142.3905-.3905 1.0237-.3905 1.4142 0l1.2706 1.2706a7.0952 7.0952 0 0 0 .0223-.5635c0-3.866-3.134-7-7-7Z'
|
|
34
|
+
clipRule='evenodd'
|
|
35
|
+
/>
|
|
36
|
+
)
|
|
37
|
+
}
|
|
38
|
+
)
|
|
39
|
+
|
|
40
|
+
IconArrowsTimeForward[iconSymbol] = true
|
|
@@ -0,0 +1,40 @@
|
|
|
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 IconBoxCaptions: IconComponentType = forwardRef(
|
|
13
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
14
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
|
+
return createElement(
|
|
16
|
+
StyledIcon,
|
|
17
|
+
{
|
|
18
|
+
...props,
|
|
19
|
+
weight,
|
|
20
|
+
debug,
|
|
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='M2 7c0-1.6569 1.3432-3 3-3h14c1.6569 0 3 1.3431 3 3v10c0 1.6569-1.3431 3-3 3h-14c-1.6568 0-3-1.3431-3-3v-10Zm3-1c-.5523 0-1 .4477-1 1v10c0 .5523.4477 1 1 1h14c.5523 0 1-.4477 1-1v-10c0-.5523-.4477-1-1-1h-14Z'
|
|
30
|
+
clipRule='evenodd'
|
|
31
|
+
/>,
|
|
32
|
+
<path
|
|
33
|
+
fill='currentColor'
|
|
34
|
+
d='M15.0729 15.064c-1.576 0-2.864-.992-2.864-2.864 0-1.872 1.32-2.864 2.864-2.864 1.48 0 2.536.824 2.688 2.096h-1.496c-.072-.536-.552-.88-1.2-.88-.784 0-1.424.56-1.424 1.648 0 1.088.632 1.648 1.424 1.648.656 0 1.144-.344 1.248-.88h1.416c-.104 1.272-1.152 2.096-2.656 2.096ZM9.112 15.064c-1.576 0-2.864-.992-2.864-2.864 0-1.872 1.32-2.864 2.864-2.864 1.48 0 2.536.824 2.688 2.096h-1.496c-.072-.536-.552-.88-1.2-.88-.784 0-1.424.56-1.424 1.648 0 1.088.632 1.648 1.424 1.648.656 0 1.144-.344 1.248-.88h1.416c-.104 1.272-1.152 2.096-2.656 2.096Z'
|
|
35
|
+
/>
|
|
36
|
+
)
|
|
37
|
+
}
|
|
38
|
+
)
|
|
39
|
+
|
|
40
|
+
IconBoxCaptions[iconSymbol] = true
|
package/react/clock.tsx
CHANGED
|
@@ -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 IconColumns: IconComponentType = forwardRef(
|
|
13
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
14
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
|
+
return createElement(
|
|
16
|
+
StyledIcon,
|
|
17
|
+
{
|
|
18
|
+
...props,
|
|
19
|
+
weight,
|
|
20
|
+
debug,
|
|
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='M5 2c-1.6568 0-3 1.3432-3 3v14c0 1.6569 1.3432 3 3 3h5c1.6569 0 3-1.3431 3-3v-3h6c1.6569 0 3-1.3431 3-3v-8c0-1.6568-1.3431-3-3-3h-14Zm6 2h-6c-.5523 0-1 .4477-1 1v14c0 .5523.4477 1 1 1h5c.5523 0 1-.4477 1-1v-15Zm2 0v10h6c.5523 0 1-.4477 1-1v-8c0-.5523-.4477-1-1-1h-6Z'
|
|
30
|
+
clipRule='evenodd'
|
|
31
|
+
/>
|
|
32
|
+
)
|
|
33
|
+
}
|
|
34
|
+
)
|
|
35
|
+
|
|
36
|
+
IconColumns[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 IconDiagramming: IconComponentType = forwardRef(
|
|
13
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
14
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
|
+
return createElement(
|
|
16
|
+
StyledIcon,
|
|
17
|
+
{
|
|
18
|
+
...props,
|
|
19
|
+
weight,
|
|
20
|
+
debug,
|
|
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='M13 4.5c0-1.3807 1.1193-2.5 2.5-2.5h4c1.3807 0 2.5 1.1193 2.5 2.5v4c0 1.3807-1.1193 2.5-2.5 2.5h-4c-1.3807 0-2.5-1.1193-2.5-2.5v-1h-2c-2.2091 0-4 1.7909-4 4v.5c2.419 0 4.4367 1.7178 4.9 4h6.6266l-2.1438-1.7118 1.2341-1.5768 4.3833 3.5a1.009 1.009 0 0 1 .3779.7885c0 .3073-.1392.5978-.3779.7884l-4.3833 3.4999-1.2341-1.5768 2.1434-1.7114h-6.6262c-.4633 2.2822-2.481 4-4.9 4-2.7614 0-5-2.2386-5-5 0-2.0503 1.2341-3.8124 3-4.584v-.916c0-3.3137 2.6863-6 6-6h2v-1Zm2.5-.5a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-4Zm-8.5 10c-1.6569 0-3 1.3431-3 3s1.3431 3 3 3 3-1.3431 3-3-1.3431-3-3-3Z'
|
|
30
|
+
clipRule='evenodd'
|
|
31
|
+
/>
|
|
32
|
+
)
|
|
33
|
+
}
|
|
34
|
+
)
|
|
35
|
+
|
|
36
|
+
IconDiagramming[iconSymbol] = true
|
package/react/doc.tsx
ADDED
|
@@ -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 IconDoc: IconComponentType = forwardRef(
|
|
13
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
14
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
|
+
return createElement(
|
|
16
|
+
StyledIcon,
|
|
17
|
+
{
|
|
18
|
+
...props,
|
|
19
|
+
weight,
|
|
20
|
+
debug,
|
|
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='M5 2c-1.6568 0-3 1.3432-3 3v14c0 1.6569 1.3432 3 3 3h14c1.6569 0 3-1.3431 3-3v-14c0-1.6568-1.3431-3-3-3h-14Zm-1 3c0-.5523.4477-1 1-1h14c.5523 0 1 .4477 1 1v14c0 .5523-.4477 1-1 1h-14c-.5523 0-1-.4477-1-1v-14Zm4 6c-.5523 0-1 .4477-1 1s.4477 1 1 1h8c.5523 0 1-.4477 1-1s-.4477-1-1-1h-8Zm-1-3c0-.5523.4477-1 1-1h8c.5523 0 1 .4477 1 1s-.4477 1-1 1h-8c-.5523 0-1-.4477-1-1Zm1 7c-.5523 0-1 .4477-1 1s.4477 1 1 1h5c.5523 0 1-.4477 1-1s-.4477-1-1-1h-5Z'
|
|
30
|
+
clipRule='evenodd'
|
|
31
|
+
/>
|
|
32
|
+
)
|
|
33
|
+
}
|
|
34
|
+
)
|
|
35
|
+
|
|
36
|
+
IconDoc[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 IconExternal: IconComponentType = forwardRef(
|
|
13
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) => {
|
|
14
|
+
const [debug] = useLocalStorage('DEBUG_ICON', false)
|
|
15
|
+
return createElement(
|
|
16
|
+
StyledIcon,
|
|
17
|
+
{
|
|
18
|
+
...props,
|
|
19
|
+
weight,
|
|
20
|
+
debug,
|
|
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='M6 2c-2.2091 0-4 1.7909-4 4v12c0 2.2091 1.7909 4 4 4h12c2.2091 0 4-1.7909 4-4v-12c0-2.2091-1.7909-4-4-4h-12Zm-2 4c0-1.1046.8954-2 2-2h12c1.1046 0 2 .8954 2 2v12c0 1.1046-.8954 2-2 2h-12c-1.1046 0-2-.8954-2-2v-12Zm6.0002 1.001c-.5522 0-1 .4477-1 1s.4478 1 1 1h3.5858l-6.2929 6.2929c-.3905.3905-.3905 1.0237 0 1.4142.3906.3905 1.0237.3905 1.4143 0l6.2928-6.2929v3.5858c0 .5523.4478 1 1 1 .5523 0 1-.4477 1-1v-6c0-.5523-.4477-1-1-1h-6Z'
|
|
30
|
+
clipRule='evenodd'
|
|
31
|
+
/>
|
|
32
|
+
)
|
|
33
|
+
}
|
|
34
|
+
)
|
|
35
|
+
|
|
36
|
+
IconExternal[iconSymbol] = true
|