@mirohq/design-system-icons 0.22.0 → 0.23.1-dropdown.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 +158 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +153 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +19 -7
- package/package.json +5 -5
- package/react/arrows-square-counter-clockwise-y.tsx +33 -0
- package/react/index.ts +6 -0
- package/react/magnifying-glass-plus.tsx +33 -0
- package/react/mobile.tsx +33 -0
- package/react/planet.tsx +32 -0
- package/react/social-jira.tsx +45 -0
- package/react/social-slack.tsx +37 -0
- package/svg/24/arrows-square-counter-clockwise-y.svg +2 -0
- package/svg/24/magnifying-glass-plus.svg +2 -0
- package/svg/24/mobile.svg +2 -0
- package/svg/24/planet.svg +2 -0
- package/svg/24/social-jira.svg +2 -0
- package/svg/24/social-slack.svg +2 -0
- package/svg/meta.json +64 -6
package/dist/types.d.ts
CHANGED
|
@@ -212,28 +212,28 @@ declare const StyledIcon: ForwardRefExoticComponent<Pick<Omit<{
|
|
|
212
212
|
readonly 'icon-400': "32px";
|
|
213
213
|
};
|
|
214
214
|
space: {
|
|
215
|
-
readonly
|
|
215
|
+
readonly 0: 0;
|
|
216
216
|
readonly 50: "4px";
|
|
217
217
|
readonly 100: "8px";
|
|
218
218
|
readonly 150: "12px";
|
|
219
219
|
readonly 200: "16px";
|
|
220
220
|
readonly 300: "24px";
|
|
221
221
|
readonly 400: "32px";
|
|
222
|
-
readonly 500: "
|
|
222
|
+
readonly 500: "40px";
|
|
223
223
|
readonly 600: "48px";
|
|
224
224
|
readonly 800: "64px";
|
|
225
225
|
readonly 1200: "96px";
|
|
226
226
|
readonly 1600: "128px";
|
|
227
227
|
};
|
|
228
228
|
'space-gap': {
|
|
229
|
-
readonly
|
|
229
|
+
readonly 0: any;
|
|
230
230
|
readonly 50: any;
|
|
231
231
|
readonly 100: any;
|
|
232
232
|
readonly 200: any;
|
|
233
233
|
readonly 300: any;
|
|
234
234
|
};
|
|
235
235
|
'space-inset': {
|
|
236
|
-
readonly
|
|
236
|
+
readonly 0: any;
|
|
237
237
|
readonly 50: any;
|
|
238
238
|
readonly 100: any;
|
|
239
239
|
readonly 150: any;
|
|
@@ -246,7 +246,7 @@ declare const StyledIcon: ForwardRefExoticComponent<Pick<Omit<{
|
|
|
246
246
|
readonly 1600: any;
|
|
247
247
|
};
|
|
248
248
|
'space-offset': {
|
|
249
|
-
readonly
|
|
249
|
+
readonly 0: any;
|
|
250
250
|
readonly 50: any;
|
|
251
251
|
readonly 100: any;
|
|
252
252
|
readonly 150: any;
|
|
@@ -257,7 +257,7 @@ declare const StyledIcon: ForwardRefExoticComponent<Pick<Omit<{
|
|
|
257
257
|
readonly 800: any;
|
|
258
258
|
readonly 1200: any;
|
|
259
259
|
readonly 1600: any;
|
|
260
|
-
readonly 'stacking-
|
|
260
|
+
readonly 'stacking-0': any;
|
|
261
261
|
readonly 'stacking-100': any;
|
|
262
262
|
readonly 'stacking-200': any;
|
|
263
263
|
readonly 'stacking-300': any;
|
|
@@ -558,6 +558,8 @@ declare const IconArrowsOutLinesHorizontal: IconComponentType;
|
|
|
558
558
|
|
|
559
559
|
declare const IconArrowsOutSimple: IconComponentType;
|
|
560
560
|
|
|
561
|
+
declare const IconArrowsSquareCounterClockwiseY: IconComponentType;
|
|
562
|
+
|
|
561
563
|
declare const IconArticle: IconComponentType;
|
|
562
564
|
|
|
563
565
|
declare const IconAt: IconComponentType;
|
|
@@ -860,6 +862,8 @@ declare const IconMagnet: IconComponentType;
|
|
|
860
862
|
|
|
861
863
|
declare const IconMagnifyingGlassLightning: IconComponentType;
|
|
862
864
|
|
|
865
|
+
declare const IconMagnifyingGlassPlus: IconComponentType;
|
|
866
|
+
|
|
863
867
|
declare const IconMagnifyingGlass: IconComponentType;
|
|
864
868
|
|
|
865
869
|
declare const IconMap: IconComponentType;
|
|
@@ -872,6 +876,8 @@ declare const IconMicrophone: IconComponentType;
|
|
|
872
876
|
|
|
873
877
|
declare const IconMinus: IconComponentType;
|
|
874
878
|
|
|
879
|
+
declare const IconMobile: IconComponentType;
|
|
880
|
+
|
|
875
881
|
declare const IconMonitorArrow: IconComponentType;
|
|
876
882
|
|
|
877
883
|
declare const IconMonitorPause: IconComponentType;
|
|
@@ -936,6 +942,8 @@ declare const IconPentagon: IconComponentType;
|
|
|
936
942
|
|
|
937
943
|
declare const IconPlaceholder: IconComponentType;
|
|
938
944
|
|
|
945
|
+
declare const IconPlanet: IconComponentType;
|
|
946
|
+
|
|
939
947
|
declare const IconPlayCircle: IconComponentType;
|
|
940
948
|
|
|
941
949
|
declare const IconPlay: IconComponentType;
|
|
@@ -1044,8 +1052,12 @@ declare const IconSocialFacebook: IconComponentType;
|
|
|
1044
1052
|
|
|
1045
1053
|
declare const IconSocialInstagram: IconComponentType;
|
|
1046
1054
|
|
|
1055
|
+
declare const IconSocialJira: IconComponentType;
|
|
1056
|
+
|
|
1047
1057
|
declare const IconSocialLinkedin: IconComponentType;
|
|
1048
1058
|
|
|
1059
|
+
declare const IconSocialSlack: IconComponentType;
|
|
1060
|
+
|
|
1049
1061
|
declare const IconSocialTwitter: IconComponentType;
|
|
1050
1062
|
|
|
1051
1063
|
declare const IconSocialYoutube: IconComponentType;
|
|
@@ -1226,4 +1238,4 @@ declare const IconViewSideLeft: IconComponentType;
|
|
|
1226
1238
|
|
|
1227
1239
|
declare const IconWallet: IconComponentType;
|
|
1228
1240
|
|
|
1229
|
-
export { IconAddLineBottom, IconAddLineRight, IconAlignBottom, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignRight, IconAlignTop, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpRight, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowCurvesBottomRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowFatRight, IconArrowFatUpRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpCircle, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseRectangleTilt, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArrowsDownUp, IconArrowsHorizontalLinesTopBottom, IconArrowsInSimple, IconArrowsOutCardinal, IconArrowsOutLinesHorizontal, IconArrowsOutSimple, IconArticle, IconAt, IconBadge, IconBarrel, IconBell, IconBellSlash, IconBellTilt, IconBoard, IconBookOpenInfo, IconBookmark, IconBracketCurlyLeft, IconBracketCurlyRight, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconCalendarBlank, IconCamera, IconCard, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconChatDashesLinesTwo, IconChatLinesCross, IconChatLinesDot, IconChatLinesEyeOpen, IconChatLinesTwo, IconChatLinesTwoStack, IconChatPlus, IconChatTextArrow, IconChatTwo, IconCheckMark, IconCheckboardSquareCentered, IconChevronDown, IconChevronDownDouble, IconChevronLeft, IconChevronLeftDouble, IconChevronRight, IconChevronRightDouble, IconChevronUp, IconChevronUpDouble, IconChevronUpDown, IconChevronUpDownLine, IconCircle, IconCircleCorners, IconCircleMotionX, IconCircleNotch, IconCircleSlash, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCloud, IconCluster, IconClustered, IconCog, IconColumnsThree, IconConeSerpentine, IconCornersThreeEyeOpen, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCrossFat, IconCrossSquare, IconCube, IconCursor, IconCursorFilled, IconCursorLines, IconCursorText, IconCurveSquareCircleArrow, IconDashLeftDownSquareDashRightUp, IconDashLeftUpSquareDashDownRight, IconDashSquareDashHorizontal, IconDashSquareDashVertical, IconDistributeHorizontal, IconDistributeVertical, IconDotsNine, IconDotsThree, IconDotsTwo, IconDownload, IconEnvelope, IconEraser, IconExclamationPointCircle, IconExport, IconEyeClosed, IconEyeClosedDotsFourFrameBroken, IconEyeOpen, IconEyeOpenLineFrameBroken, IconEyeOpenSlash, IconEyedropper, IconFactory, IconFactoryHouse, IconFlag, IconFolder, IconFrame, IconFrameLinesTwo, IconFramePlay, IconFramePlus, IconFunnel, IconGauge, IconGift, IconGlobe, IconGraduationCap, IconGrid, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHandPointing, IconHeadsetPerson, IconHeart, IconHeartFilled, IconHexagon, IconHighlighter, IconHighlighterUnderline, IconHouse, IconImage, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLasso, IconLayout, IconLifesaver, IconLightbox, IconLightbulb, IconLightning, IconLineCurved, IconLineDashed, IconLineDiagonal, IconLineDotted, IconLineHorizontal, IconLineOrthogonal, IconLineStraight, IconLinesThreeHorizontal, IconLinesThreeHorizontalLineVerticalCenter, IconLinesThreeVertical, IconLinesTopLeftColumnsTwo, IconLink, IconLinkPlus, IconListBullets, IconListNumbers, IconLockClosed, IconLockOpen, IconLogin, IconLogout, IconMagnet, IconMagnifyingGlass, IconMagnifyingGlassLightning, IconMap, IconMegaphone, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMonitorArrow, IconMonitorPause, IconMonitorPlay, IconMonitorStop, IconMoon, IconMouse, IconNavigationArrowLines, IconNavigationUpLeftFilled, IconNavigationUpLeftSlash, IconNavigationUpRight, IconNext, IconNodeConnectedDot, IconNodeLinesCurved, IconNodeLinesHorizontal, IconNodeLinesVertical, IconNodePlus, IconNodesConnected, IconNodesConnectionsThree, IconNoteMagnifyingGlass, IconOctagon, IconOffice, IconPaintBucket, IconPaperPlaneFilledRight, IconPaperPlaneTilt, IconParallelogram, IconPause, IconPauseCircle, IconPdf, IconPen, IconPenTip, IconPentagon, IconPlaceholder, IconPlay, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusSquare, IconPlusText, IconPresentationArrow, IconPresentationEyeOpen, IconPresentationLine, IconPresentationLinesTwo, IconPresentationLink, IconPresentationNumberOne, IconPresentationPlay, IconPresentationPlus, IconPrevious, IconProhibit, IconProps, IconPushPin, IconQuestionMark, IconQuestionMarkCircle, IconRectangleArrowUpCenter, IconRectangleDashLines, IconRectangleDotLinePen, IconRectanglePlayStack, IconRectangleTick, IconRectangleTriangleBottomCenter, IconRectanglesThreeAligned, IconRectanglesThreeFree, IconRectanglesThreeOverlap, IconRectanglesTwoLine, IconRectanglesTwoLinesFour, IconRectanglesTwoMinus, IconRectanglesTwoPlus, IconRectanglesTwoUser, IconRhombus, IconRocket, IconRss, IconRssRectangle, IconScissors, IconScrollbarXy, IconShapes, IconShieldCheck, IconShieldLock, IconShuffle, IconSidebarClosed, IconSidebarOpen, IconSlidersX, IconSlidersY, IconSmiley, IconSmileyChat, IconSmileyPlus, IconSmileySticker, IconSocialFacebook, IconSocialInstagram, IconSocialLinkedin, IconSocialTwitter, IconSocialYoutube, IconSparks, IconSparksFilled, IconSpeakerCross, IconSpeakerHigh, IconSplitVertical, IconSquare, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareLineSquareDashed, IconSquareRounded, IconSquareStarScribble, IconSquareTriangleCirclePlus, IconSquaresFour, IconSquaresGroup, IconSquaresMerge, IconSquaresThree, IconSquaresTwoOverlap, IconSquaresUngroup, IconSquaresUnmerge, IconStack, IconStar, IconStarFilled, IconStarHalf, IconStickyCorners, IconStickyEyeClosed, IconStickyEyeOpen, IconStickyNote, IconStickyNoteStack, IconStickyNoteWide, IconStickyNotesTwo, IconStopCircle, IconStroke1, IconStroke2, IconStroke3, IconStroke4, IconStroke5, IconStroke6, IconSwitch, IconTag, IconTextAUnderline, IconTextAlignCenter, IconTextAlignLeft, IconTextBBold, IconTextBBoldItalicUnderlined, IconTextCursorEyeOpen, IconTextHOne, IconTextHThree, IconTextHTwo, IconTextIItalic, IconTextIndent, IconTextLinesThree, IconTextSStrikethrough, IconTextStyles, IconTextT, IconTextUUnderlined, IconThumbsUp, IconTickCircle, IconTicket, IconTimer, IconToolbar, IconTooltip, IconTrackpad, IconTrapeze, IconTrash, IconTrashSimple, IconTriangle, IconTriangleSquareCircle, IconTrident, IconTrophy, IconUser, IconUserAdd, IconUserArrowRightUp, IconUserCog, IconUserCogPlus, IconUserEyeOpen, IconUserLoad, IconUserNumberThree, IconUserPenDashesBottom, IconUserPenLineBottom, IconUserTickDown, IconUsers, IconUsersThree, IconVideoCamera, IconVideoCameraSimple, IconVideoCameraSimpleSlash, IconViewCenter, IconViewSideLeft, IconWallet };
|
|
1241
|
+
export { IconAddLineBottom, IconAddLineRight, IconAlignBottom, IconAlignCenterHorizontal, IconAlignCenterVertical, IconAlignLeft, IconAlignRight, IconAlignTop, IconArrowArcLeft, IconArrowArcRight, IconArrowBendUpRight, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowCurvesBottomRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, 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, IconCalendarBlank, IconCamera, IconCard, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconChatDashesLinesTwo, IconChatLinesCross, IconChatLinesDot, IconChatLinesEyeOpen, IconChatLinesTwo, IconChatLinesTwoStack, IconChatPlus, IconChatTextArrow, IconChatTwo, IconCheckMark, IconCheckboardSquareCentered, IconChevronDown, IconChevronDownDouble, IconChevronLeft, IconChevronLeftDouble, IconChevronRight, IconChevronRightDouble, IconChevronUp, IconChevronUpDouble, IconChevronUpDown, IconChevronUpDownLine, IconCircle, IconCircleCorners, IconCircleMotionX, IconCircleNotch, IconCircleSlash, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCloud, IconCluster, IconClustered, IconCog, IconColumnsThree, IconConeSerpentine, IconCornersThreeEyeOpen, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCrossFat, IconCrossSquare, IconCube, IconCursor, IconCursorFilled, IconCursorLines, IconCursorText, IconCurveSquareCircleArrow, IconDashLeftDownSquareDashRightUp, IconDashLeftUpSquareDashDownRight, IconDashSquareDashHorizontal, IconDashSquareDashVertical, IconDistributeHorizontal, IconDistributeVertical, IconDotsNine, IconDotsThree, IconDotsTwo, IconDownload, IconEnvelope, IconEraser, IconExclamationPointCircle, IconExport, IconEyeClosed, IconEyeClosedDotsFourFrameBroken, IconEyeOpen, IconEyeOpenLineFrameBroken, IconEyeOpenSlash, IconEyedropper, IconFactory, IconFactoryHouse, IconFlag, IconFolder, IconFrame, IconFrameLinesTwo, IconFramePlay, IconFramePlus, IconFunnel, IconGauge, IconGift, IconGlobe, IconGraduationCap, IconGrid, IconGridFour, IconGridSix, IconHand, IconHandFilled, IconHandPointing, IconHeadsetPerson, IconHeart, IconHeartFilled, IconHexagon, IconHighlighter, IconHighlighterUnderline, IconHouse, IconImage, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLasso, IconLayout, IconLifesaver, IconLightbox, IconLightbulb, IconLightning, IconLineCurved, IconLineDashed, IconLineDiagonal, IconLineDotted, IconLineHorizontal, IconLineOrthogonal, IconLineStraight, IconLinesThreeHorizontal, IconLinesThreeHorizontalLineVerticalCenter, IconLinesThreeVertical, IconLinesTopLeftColumnsTwo, IconLink, IconLinkPlus, IconListBullets, IconListNumbers, IconLockClosed, IconLockOpen, IconLogin, IconLogout, IconMagnet, IconMagnifyingGlass, IconMagnifyingGlassLightning, IconMagnifyingGlassPlus, IconMap, IconMegaphone, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMobile, IconMonitorArrow, IconMonitorPause, IconMonitorPlay, IconMonitorStop, IconMoon, IconMouse, IconNavigationArrowLines, IconNavigationUpLeftFilled, IconNavigationUpLeftSlash, IconNavigationUpRight, IconNext, IconNodeConnectedDot, IconNodeLinesCurved, IconNodeLinesHorizontal, IconNodeLinesVertical, IconNodePlus, IconNodesConnected, IconNodesConnectionsThree, IconNoteMagnifyingGlass, IconOctagon, IconOffice, IconPaintBucket, IconPaperPlaneFilledRight, IconPaperPlaneTilt, IconParallelogram, IconPause, IconPauseCircle, IconPdf, IconPen, IconPenTip, IconPentagon, IconPlaceholder, IconPlanet, IconPlay, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPlusSquare, IconPlusText, IconPresentationArrow, IconPresentationEyeOpen, IconPresentationLine, IconPresentationLinesTwo, IconPresentationLink, IconPresentationNumberOne, IconPresentationPlay, IconPresentationPlus, IconPrevious, IconProhibit, IconProps, IconPushPin, IconQuestionMark, IconQuestionMarkCircle, IconRectangleArrowUpCenter, IconRectangleDashLines, IconRectangleDotLinePen, IconRectanglePlayStack, IconRectangleTick, IconRectangleTriangleBottomCenter, IconRectanglesThreeAligned, IconRectanglesThreeFree, IconRectanglesThreeOverlap, IconRectanglesTwoLine, IconRectanglesTwoLinesFour, IconRectanglesTwoMinus, IconRectanglesTwoPlus, IconRectanglesTwoUser, IconRhombus, IconRocket, IconRss, IconRssRectangle, IconScissors, IconScrollbarXy, IconShapes, IconShieldCheck, IconShieldLock, IconShuffle, IconSidebarClosed, IconSidebarOpen, IconSlidersX, IconSlidersY, IconSmiley, IconSmileyChat, IconSmileyPlus, IconSmileySticker, IconSocialFacebook, IconSocialInstagram, IconSocialJira, IconSocialLinkedin, IconSocialSlack, IconSocialTwitter, IconSocialYoutube, IconSparks, IconSparksFilled, IconSpeakerCross, IconSpeakerHigh, IconSplitVertical, IconSquare, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareLineSquareDashed, IconSquareRounded, IconSquareStarScribble, IconSquareTriangleCirclePlus, IconSquaresFour, IconSquaresGroup, IconSquaresMerge, IconSquaresThree, IconSquaresTwoOverlap, IconSquaresUngroup, IconSquaresUnmerge, IconStack, IconStar, IconStarFilled, IconStarHalf, IconStickyCorners, IconStickyEyeClosed, IconStickyEyeOpen, IconStickyNote, IconStickyNoteStack, IconStickyNoteWide, IconStickyNotesTwo, IconStopCircle, IconStroke1, IconStroke2, IconStroke3, IconStroke4, IconStroke5, IconStroke6, IconSwitch, IconTag, IconTextAUnderline, IconTextAlignCenter, IconTextAlignLeft, IconTextBBold, IconTextBBoldItalicUnderlined, IconTextCursorEyeOpen, IconTextHOne, IconTextHThree, IconTextHTwo, IconTextIItalic, IconTextIndent, IconTextLinesThree, IconTextSStrikethrough, IconTextStyles, IconTextT, IconTextUUnderlined, IconThumbsUp, IconTickCircle, IconTicket, IconTimer, IconToolbar, IconTooltip, IconTrackpad, IconTrapeze, IconTrash, IconTrashSimple, IconTriangle, IconTriangleSquareCircle, IconTrident, IconTrophy, IconUser, IconUserAdd, IconUserArrowRightUp, IconUserCog, IconUserCogPlus, IconUserEyeOpen, IconUserLoad, IconUserNumberThree, IconUserPenDashesBottom, IconUserPenLineBottom, IconUserTickDown, IconUsers, IconUsersThree, IconVideoCamera, IconVideoCameraSimple, 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.23.1-dropdown.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"react": "^16.14 || ^17 || ^18"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@mirohq/design-system-base-icon": "^0.1.0",
|
|
34
|
-
"@mirohq/design-system-stitches": "^2.3.1",
|
|
33
|
+
"@mirohq/design-system-base-icon": "^0.1.1-dropdown.0",
|
|
35
34
|
"@mirohq/design-system-utils": "^0.13.2",
|
|
36
|
-
"@mirohq/design-system-link": "^1.2.
|
|
37
|
-
"@mirohq/design-system-primitive": "^1.1.0"
|
|
35
|
+
"@mirohq/design-system-link": "^1.2.11-dropdown.0",
|
|
36
|
+
"@mirohq/design-system-primitive": "^1.1.0",
|
|
37
|
+
"@mirohq/design-system-stitches": "^2.3.2-dropdown.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@svgr/cli": "^6.5.1",
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DO NOT MODIFY THIS FILE.
|
|
3
|
+
* This file was generated by sync icons utility.
|
|
4
|
+
*/
|
|
5
|
+
import React, { forwardRef, createElement } from 'react'
|
|
6
|
+
import { iconSymbol } from '@mirohq/design-system-base-icon'
|
|
7
|
+
|
|
8
|
+
import { StyledIcon } from '../src/icon'
|
|
9
|
+
import type { IconComponentType } from '../src/icon'
|
|
10
|
+
|
|
11
|
+
export const IconArrowsSquareCounterClockwiseY: IconComponentType = forwardRef(
|
|
12
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) =>
|
|
13
|
+
createElement(
|
|
14
|
+
StyledIcon,
|
|
15
|
+
{
|
|
16
|
+
...props,
|
|
17
|
+
weight,
|
|
18
|
+
size,
|
|
19
|
+
viewBox: '0 0 24 24',
|
|
20
|
+
fill: 'none',
|
|
21
|
+
ref: forwardRef,
|
|
22
|
+
},
|
|
23
|
+
<path
|
|
24
|
+
stroke='currentColor'
|
|
25
|
+
strokeLinecap='round'
|
|
26
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
27
|
+
d='M13 19h4.5a.5.5 0 0 0 .5-.5v-13.5m0 0-3.5 3.5m3.5-3.5 3.5 3.5m-10.5-3.5h-4.5a.5.5 0 0 0-.5.5v13.5m0 0 3.5-3.5m-3.5 3.5-3.5-3.5'
|
|
28
|
+
vectorEffect='non-scaling-stroke'
|
|
29
|
+
/>
|
|
30
|
+
)
|
|
31
|
+
)
|
|
32
|
+
|
|
33
|
+
IconArrowsSquareCounterClockwiseY[iconSymbol] = true
|
package/react/index.ts
CHANGED
|
@@ -35,6 +35,7 @@ export { IconArrowsInSimple } from './arrows-in-simple'
|
|
|
35
35
|
export { IconArrowsOutCardinal } from './arrows-out-cardinal'
|
|
36
36
|
export { IconArrowsOutLinesHorizontal } from './arrows-out-lines-horizontal'
|
|
37
37
|
export { IconArrowsOutSimple } from './arrows-out-simple'
|
|
38
|
+
export { IconArrowsSquareCounterClockwiseY } from './arrows-square-counter-clockwise-y'
|
|
38
39
|
export { IconArticle } from './article'
|
|
39
40
|
export { IconAt } from './at'
|
|
40
41
|
export { IconBadge } from './badge'
|
|
@@ -186,12 +187,14 @@ export { IconLogin } from './login'
|
|
|
186
187
|
export { IconLogout } from './logout'
|
|
187
188
|
export { IconMagnet } from './magnet'
|
|
188
189
|
export { IconMagnifyingGlassLightning } from './magnifying-glass-lightning'
|
|
190
|
+
export { IconMagnifyingGlassPlus } from './magnifying-glass-plus'
|
|
189
191
|
export { IconMagnifyingGlass } from './magnifying-glass'
|
|
190
192
|
export { IconMap } from './map'
|
|
191
193
|
export { IconMegaphone } from './megaphone'
|
|
192
194
|
export { IconMicrophoneSlash } from './microphone-slash'
|
|
193
195
|
export { IconMicrophone } from './microphone'
|
|
194
196
|
export { IconMinus } from './minus'
|
|
197
|
+
export { IconMobile } from './mobile'
|
|
195
198
|
export { IconMonitorArrow } from './monitor-arrow'
|
|
196
199
|
export { IconMonitorPause } from './monitor-pause'
|
|
197
200
|
export { IconMonitorPlay } from './monitor-play'
|
|
@@ -224,6 +227,7 @@ export { IconPenTip } from './pen-tip'
|
|
|
224
227
|
export { IconPen } from './pen'
|
|
225
228
|
export { IconPentagon } from './pentagon'
|
|
226
229
|
export { IconPlaceholder } from './placeholder'
|
|
230
|
+
export { IconPlanet } from './planet'
|
|
227
231
|
export { IconPlayCircle } from './play-circle'
|
|
228
232
|
export { IconPlay } from './play'
|
|
229
233
|
export { IconPlaybackSpeedCircle } from './playback-speed-circle'
|
|
@@ -278,7 +282,9 @@ export { IconSmileySticker } from './smiley-sticker'
|
|
|
278
282
|
export { IconSmiley } from './smiley'
|
|
279
283
|
export { IconSocialFacebook } from './social-facebook'
|
|
280
284
|
export { IconSocialInstagram } from './social-instagram'
|
|
285
|
+
export { IconSocialJira } from './social-jira'
|
|
281
286
|
export { IconSocialLinkedin } from './social-linkedin'
|
|
287
|
+
export { IconSocialSlack } from './social-slack'
|
|
282
288
|
export { IconSocialTwitter } from './social-twitter'
|
|
283
289
|
export { IconSocialYoutube } from './social-youtube'
|
|
284
290
|
export { IconSparksFilled } from './sparks-filled'
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DO NOT MODIFY THIS FILE.
|
|
3
|
+
* This file was generated by sync icons utility.
|
|
4
|
+
*/
|
|
5
|
+
import React, { forwardRef, createElement } from 'react'
|
|
6
|
+
import { iconSymbol } from '@mirohq/design-system-base-icon'
|
|
7
|
+
|
|
8
|
+
import { StyledIcon } from '../src/icon'
|
|
9
|
+
import type { IconComponentType } from '../src/icon'
|
|
10
|
+
|
|
11
|
+
export const IconMagnifyingGlassPlus: IconComponentType = forwardRef(
|
|
12
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) =>
|
|
13
|
+
createElement(
|
|
14
|
+
StyledIcon,
|
|
15
|
+
{
|
|
16
|
+
...props,
|
|
17
|
+
weight,
|
|
18
|
+
size,
|
|
19
|
+
viewBox: '0 0 24 24',
|
|
20
|
+
fill: 'none',
|
|
21
|
+
ref: forwardRef,
|
|
22
|
+
},
|
|
23
|
+
<path
|
|
24
|
+
stroke='currentColor'
|
|
25
|
+
strokeLinecap='round'
|
|
26
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
27
|
+
d='m20 20-5.7574-5.7574m-4.2426-6.2426v2m0 0v2m0-2h-2m2 0h2m4 0c0 3.3137-2.6863 6-6 6s-6-2.6863-6-6 2.6863-6 6-6 6 2.6863 6 6Z'
|
|
28
|
+
vectorEffect='non-scaling-stroke'
|
|
29
|
+
/>
|
|
30
|
+
)
|
|
31
|
+
)
|
|
32
|
+
|
|
33
|
+
IconMagnifyingGlassPlus[iconSymbol] = true
|
package/react/mobile.tsx
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DO NOT MODIFY THIS FILE.
|
|
3
|
+
* This file was generated by sync icons utility.
|
|
4
|
+
*/
|
|
5
|
+
import React, { forwardRef, createElement } from 'react'
|
|
6
|
+
import { iconSymbol } from '@mirohq/design-system-base-icon'
|
|
7
|
+
|
|
8
|
+
import { StyledIcon } from '../src/icon'
|
|
9
|
+
import type { IconComponentType } from '../src/icon'
|
|
10
|
+
|
|
11
|
+
export const IconMobile: IconComponentType = forwardRef(
|
|
12
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) =>
|
|
13
|
+
createElement(
|
|
14
|
+
StyledIcon,
|
|
15
|
+
{
|
|
16
|
+
...props,
|
|
17
|
+
weight,
|
|
18
|
+
size,
|
|
19
|
+
viewBox: '0 0 24 24',
|
|
20
|
+
fill: 'none',
|
|
21
|
+
ref: forwardRef,
|
|
22
|
+
},
|
|
23
|
+
<path
|
|
24
|
+
stroke='currentColor'
|
|
25
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
26
|
+
d='M16.5 3h-9a.5.5 0 0 0-.5.5v17a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-17a.5.5 0 0 0-.5-.5Z'
|
|
27
|
+
vectorEffect='non-scaling-stroke'
|
|
28
|
+
/>,
|
|
29
|
+
<circle cx={12} cy={18} r={1} fill='currentColor' />
|
|
30
|
+
)
|
|
31
|
+
)
|
|
32
|
+
|
|
33
|
+
IconMobile[iconSymbol] = true
|
package/react/planet.tsx
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DO NOT MODIFY THIS FILE.
|
|
3
|
+
* This file was generated by sync icons utility.
|
|
4
|
+
*/
|
|
5
|
+
import React, { forwardRef, createElement } from 'react'
|
|
6
|
+
import { iconSymbol } from '@mirohq/design-system-base-icon'
|
|
7
|
+
|
|
8
|
+
import { StyledIcon } from '../src/icon'
|
|
9
|
+
import type { IconComponentType } from '../src/icon'
|
|
10
|
+
|
|
11
|
+
export const IconPlanet: IconComponentType = forwardRef(
|
|
12
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) =>
|
|
13
|
+
createElement(
|
|
14
|
+
StyledIcon,
|
|
15
|
+
{
|
|
16
|
+
...props,
|
|
17
|
+
weight,
|
|
18
|
+
size,
|
|
19
|
+
viewBox: '0 0 24 24',
|
|
20
|
+
fill: 'none',
|
|
21
|
+
ref: forwardRef,
|
|
22
|
+
},
|
|
23
|
+
<path
|
|
24
|
+
stroke='currentColor'
|
|
25
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
26
|
+
d='M17.1369 5.8669c2.5677-.6563 4.2362-.9527 4.8631.1331 1.0797 1.8701-2.8831 6.3495-8.0836 9.352-5.2005 3.0026-10.8367 4.5181-11.9164 2.648-.6283-1.0882.201-3.0997 2.0619-5m15.9381-1c0 4.4183-3.5817 8-8 8s-8-3.5817-8-8 3.5817-8 8-8 8 3.5817 8 8Z'
|
|
27
|
+
vectorEffect='non-scaling-stroke'
|
|
28
|
+
/>
|
|
29
|
+
)
|
|
30
|
+
)
|
|
31
|
+
|
|
32
|
+
IconPlanet[iconSymbol] = true
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DO NOT MODIFY THIS FILE.
|
|
3
|
+
* This file was generated by sync icons utility.
|
|
4
|
+
*/
|
|
5
|
+
import React, { forwardRef, createElement } from 'react'
|
|
6
|
+
import { iconSymbol } from '@mirohq/design-system-base-icon'
|
|
7
|
+
|
|
8
|
+
import { StyledIcon } from '../src/icon'
|
|
9
|
+
import type { IconComponentType } from '../src/icon'
|
|
10
|
+
|
|
11
|
+
export const IconSocialJira: IconComponentType = forwardRef(
|
|
12
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) =>
|
|
13
|
+
createElement(
|
|
14
|
+
StyledIcon,
|
|
15
|
+
{
|
|
16
|
+
...props,
|
|
17
|
+
weight,
|
|
18
|
+
size,
|
|
19
|
+
viewBox: '0 0 24 24',
|
|
20
|
+
fill: 'none',
|
|
21
|
+
ref: forwardRef,
|
|
22
|
+
},
|
|
23
|
+
<path
|
|
24
|
+
fill='currentColor'
|
|
25
|
+
d='M21.202 2h-9.202a4.1899 4.1899 0 0 0 1.217 2.954 4.1415 4.1415 0 0 0 2.937 1.224h1.695v1.646c.001 2.306 1.859 4.176 4.151 4.176v-9.197a.8.8 0 0 0-.798-.803Z'
|
|
26
|
+
/>,
|
|
27
|
+
<path
|
|
28
|
+
fill='currentColor'
|
|
29
|
+
d='M16.202 7h-9.202a4.19 4.19 0 0 0 1.217 2.954 4.1419 4.1419 0 0 0 2.937 1.224h1.695v1.646c.001 2.306 1.859 4.176 4.151 4.176v-9.197a.8.8 0 0 0-.798-.803Z'
|
|
30
|
+
/>,
|
|
31
|
+
<path
|
|
32
|
+
fill='currentColor'
|
|
33
|
+
d='M11.202 12h-9.202a4.19 4.19 0 0 0 1.217 2.954 4.1419 4.1419 0 0 0 2.937 1.224h1.695v1.646c.001 2.306 1.859 4.176 4.151 4.176v-9.197a.8001.8001 0 0 0-.798-.803Z'
|
|
34
|
+
/>,
|
|
35
|
+
<path
|
|
36
|
+
stroke='currentColor'
|
|
37
|
+
strokeLinejoin='round'
|
|
38
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
39
|
+
d='M12 12h.0007'
|
|
40
|
+
vectorEffect='non-scaling-stroke'
|
|
41
|
+
/>
|
|
42
|
+
)
|
|
43
|
+
)
|
|
44
|
+
|
|
45
|
+
IconSocialJira[iconSymbol] = true
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DO NOT MODIFY THIS FILE.
|
|
3
|
+
* This file was generated by sync icons utility.
|
|
4
|
+
*/
|
|
5
|
+
import React, { forwardRef, createElement } from 'react'
|
|
6
|
+
import { iconSymbol } from '@mirohq/design-system-base-icon'
|
|
7
|
+
|
|
8
|
+
import { StyledIcon } from '../src/icon'
|
|
9
|
+
import type { IconComponentType } from '../src/icon'
|
|
10
|
+
|
|
11
|
+
export const IconSocialSlack: IconComponentType = forwardRef(
|
|
12
|
+
({ size = 'medium', weight = 'normal', ...props }, forwardRef) =>
|
|
13
|
+
createElement(
|
|
14
|
+
StyledIcon,
|
|
15
|
+
{
|
|
16
|
+
...props,
|
|
17
|
+
weight,
|
|
18
|
+
size,
|
|
19
|
+
viewBox: '0 0 24 24',
|
|
20
|
+
fill: 'none',
|
|
21
|
+
ref: forwardRef,
|
|
22
|
+
},
|
|
23
|
+
<path
|
|
24
|
+
fill='currentColor'
|
|
25
|
+
d='M6.202 14.6384c0 1.1564-.9447 2.101-2.101 2.101-1.1564 0-2.101-.9446-2.101-2.101 0-1.1563.9446-2.1009 2.101-2.1009h2.101v2.1009ZM7.2606 14.6384c0-1.1563.9446-2.101 2.101-2.101 1.1563 0 2.1009.9447 2.1009 2.101v5.2606c0 1.1564-.9446 2.101-2.101 2.101-1.1563 0-2.101-.9446-2.101-2.101v-5.2606ZM9.3616 6.202c-1.1564 0-2.101-.9447-2.101-2.101 0-1.1564.9446-2.101 2.101-2.101 1.1563 0 2.1009.9446 2.1009 2.101v2.101h-2.101ZM9.3616 7.2606c1.1563 0 2.1009.9446 2.1009 2.101 0 1.1563-.9446 2.1009-2.101 2.1009h-5.2605c-1.1564 0-2.101-.9446-2.101-2.101 0-1.1563.9446-2.101 2.101-2.101h5.2606ZM17.798 9.3616c0-1.1564.9447-2.101 2.101-2.101 1.1564 0 2.101.9446 2.101 2.101 0 1.1563-.9446 2.1009-2.101 2.1009h-2.101v-2.101ZM16.7394 9.3616c0 1.1563-.9446 2.1009-2.101 2.1009-1.1563 0-2.1009-.9446-2.1009-2.101v-5.2605c0-1.1564.9446-2.101 2.1009-2.101 1.1564 0 2.101.9446 2.101 2.101v5.2606ZM14.6384 17.798c1.1564 0 2.101.9447 2.101 2.101 0 1.1564-.9446 2.101-2.101 2.101-1.1563 0-2.101-.9446-2.101-2.101v-2.101h2.101ZM14.6384 16.7394c-1.1563 0-2.1009-.9446-2.1009-2.101 0-1.1563.9446-2.1009 2.1009-2.1009h5.2606c1.1564 0 2.101.9446 2.101 2.1009 0 1.1564-.9446 2.101-2.101 2.101h-5.2606Z'
|
|
26
|
+
/>,
|
|
27
|
+
<path
|
|
28
|
+
stroke='currentColor'
|
|
29
|
+
strokeLinejoin='round'
|
|
30
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
31
|
+
d='M12 12h.0007'
|
|
32
|
+
vectorEffect='non-scaling-stroke'
|
|
33
|
+
/>
|
|
34
|
+
)
|
|
35
|
+
)
|
|
36
|
+
|
|
37
|
+
IconSocialSlack[iconSymbol] = true
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M13 19h4.5a.5.5 0 0 0 .5-.5v-13.5m0 0-3.5 3.5m3.5-3.5 3.5 3.5m-10.5-3.5h-4.5a.5.5 0 0 0-.5.5v13.5m0 0 3.5-3.5m-3.5 3.5-3.5-3.5" vector-effect="non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-width="2" d="m20 20-5.7574-5.7574m-4.2426-6.2426v2m0 0v2m0-2h-2m2 0h2m4 0c0 3.3137-2.6863 6-6 6s-6-2.6863-6-6 2.6863-6 6-6 6 2.6863 6 6Z" vector-effect="non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M16.5 3h-9a.5.5 0 0 0-.5.5v17a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-17a.5.5 0 0 0-.5-.5Z" vector-effect="non-scaling-stroke"/><circle cx="12" cy="18" r="1" fill="currentColor"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-width="2" d="M17.1369 5.8669c2.5677-.6563 4.2362-.9527 4.8631.1331 1.0797 1.8701-2.8831 6.3495-8.0836 9.352-5.2005 3.0026-10.8367 4.5181-11.9164 2.648-.6283-1.0882.201-3.0997 2.0619-5m15.9381-1c0 4.4183-3.5817 8-8 8s-8-3.5817-8-8 3.5817-8 8-8 8 3.5817 8 8Z" vector-effect="non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M21.202 2h-9.202a4.1899 4.1899 0 0 0 1.217 2.954 4.1415 4.1415 0 0 0 2.937 1.224h1.695v1.646c.001 2.306 1.859 4.176 4.151 4.176v-9.197a.8.8 0 0 0-.798-.803Z"/><path fill="currentColor" d="M16.202 7h-9.202a4.19 4.19 0 0 0 1.217 2.954 4.1419 4.1419 0 0 0 2.937 1.224h1.695v1.646c.001 2.306 1.859 4.176 4.151 4.176v-9.197a.8.8 0 0 0-.798-.803Z"/><path fill="currentColor" d="M11.202 12h-9.202a4.19 4.19 0 0 0 1.217 2.954 4.1419 4.1419 0 0 0 2.937 1.224h1.695v1.646c.001 2.306 1.859 4.176 4.151 4.176v-9.197a.8001.8001 0 0 0-.798-.803Z"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M12 12h.0007" vector-effect="non-scaling-stroke"/></svg>
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M6.202 14.6384c0 1.1564-.9447 2.101-2.101 2.101-1.1564 0-2.101-.9446-2.101-2.101 0-1.1563.9446-2.1009 2.101-2.1009h2.101v2.1009ZM7.2606 14.6384c0-1.1563.9446-2.101 2.101-2.101 1.1563 0 2.1009.9447 2.1009 2.101v5.2606c0 1.1564-.9446 2.101-2.101 2.101-1.1563 0-2.101-.9446-2.101-2.101v-5.2606ZM9.3616 6.202c-1.1564 0-2.101-.9447-2.101-2.101 0-1.1564.9446-2.101 2.101-2.101 1.1563 0 2.1009.9446 2.1009 2.101v2.101h-2.101ZM9.3616 7.2606c1.1563 0 2.1009.9446 2.1009 2.101 0 1.1563-.9446 2.1009-2.101 2.1009h-5.2605c-1.1564 0-2.101-.9446-2.101-2.101 0-1.1563.9446-2.101 2.101-2.101h5.2606ZM17.798 9.3616c0-1.1564.9447-2.101 2.101-2.101 1.1564 0 2.101.9446 2.101 2.101 0 1.1563-.9446 2.1009-2.101 2.1009h-2.101v-2.101ZM16.7394 9.3616c0 1.1563-.9446 2.1009-2.101 2.1009-1.1563 0-2.1009-.9446-2.1009-2.101v-5.2605c0-1.1564.9446-2.101 2.1009-2.101 1.1564 0 2.101.9446 2.101 2.101v5.2606ZM14.6384 17.798c1.1564 0 2.101.9447 2.101 2.101 0 1.1564-.9446 2.101-2.101 2.101-1.1563 0-2.101-.9446-2.101-2.101v-2.101h2.101ZM14.6384 16.7394c-1.1563 0-2.1009-.9446-2.1009-2.101 0-1.1563.9446-2.1009 2.1009-2.1009h5.2606c1.1564 0 2.101.9446 2.101 2.1009 0 1.1564-.9446 2.101-2.101 2.101h-5.2606Z"/><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M12 12h.0007" vector-effect="non-scaling-stroke"/></svg>
|
package/svg/meta.json
CHANGED
|
@@ -118,7 +118,9 @@
|
|
|
118
118
|
},
|
|
119
119
|
"envelope": {
|
|
120
120
|
"tags": [
|
|
121
|
-
"envelope"
|
|
121
|
+
"envelope",
|
|
122
|
+
"mail",
|
|
123
|
+
"email"
|
|
122
124
|
]
|
|
123
125
|
},
|
|
124
126
|
"exclamation-point-circle": {
|
|
@@ -195,27 +197,37 @@
|
|
|
195
197
|
},
|
|
196
198
|
"social-facebook": {
|
|
197
199
|
"tags": [
|
|
198
|
-
""
|
|
200
|
+
"social facebook",
|
|
201
|
+
"social",
|
|
202
|
+
"facebook"
|
|
199
203
|
]
|
|
200
204
|
},
|
|
201
205
|
"social-instagram": {
|
|
202
206
|
"tags": [
|
|
203
|
-
""
|
|
207
|
+
"social instagram",
|
|
208
|
+
"social",
|
|
209
|
+
"instagram"
|
|
204
210
|
]
|
|
205
211
|
},
|
|
206
212
|
"social-linkedin": {
|
|
207
213
|
"tags": [
|
|
208
|
-
""
|
|
214
|
+
"social linkedin",
|
|
215
|
+
"social",
|
|
216
|
+
"linkedin"
|
|
209
217
|
]
|
|
210
218
|
},
|
|
211
219
|
"social-twitter": {
|
|
212
220
|
"tags": [
|
|
213
|
-
""
|
|
221
|
+
"social twitter",
|
|
222
|
+
"social",
|
|
223
|
+
"twitter"
|
|
214
224
|
]
|
|
215
225
|
},
|
|
216
226
|
"social-youtube": {
|
|
217
227
|
"tags": [
|
|
218
|
-
""
|
|
228
|
+
"social youtube",
|
|
229
|
+
"social",
|
|
230
|
+
"youtube"
|
|
219
231
|
]
|
|
220
232
|
},
|
|
221
233
|
"user": {
|
|
@@ -3013,5 +3025,51 @@
|
|
|
3013
3025
|
"role",
|
|
3014
3026
|
"cog"
|
|
3015
3027
|
]
|
|
3028
|
+
},
|
|
3029
|
+
"social-slack": {
|
|
3030
|
+
"tags": [
|
|
3031
|
+
"social slack",
|
|
3032
|
+
"social",
|
|
3033
|
+
"slack"
|
|
3034
|
+
]
|
|
3035
|
+
},
|
|
3036
|
+
"magnifying-glass-plus": {
|
|
3037
|
+
"tags": [
|
|
3038
|
+
"magnifying glass",
|
|
3039
|
+
"loupe",
|
|
3040
|
+
"zoom",
|
|
3041
|
+
"plus",
|
|
3042
|
+
"large",
|
|
3043
|
+
"enlarge"
|
|
3044
|
+
]
|
|
3045
|
+
},
|
|
3046
|
+
"arrows-square-counter-clockwise-y": {
|
|
3047
|
+
"tags": [
|
|
3048
|
+
"square arrows counter clockwise",
|
|
3049
|
+
"swap",
|
|
3050
|
+
"replace",
|
|
3051
|
+
"replace image"
|
|
3052
|
+
]
|
|
3053
|
+
},
|
|
3054
|
+
"mobile": {
|
|
3055
|
+
"tags": [
|
|
3056
|
+
"mobile",
|
|
3057
|
+
"push",
|
|
3058
|
+
"notifications"
|
|
3059
|
+
]
|
|
3060
|
+
},
|
|
3061
|
+
"planet": {
|
|
3062
|
+
"tags": [
|
|
3063
|
+
"planet",
|
|
3064
|
+
"saturn",
|
|
3065
|
+
"miroverse"
|
|
3066
|
+
]
|
|
3067
|
+
},
|
|
3068
|
+
"social-jira": {
|
|
3069
|
+
"tags": [
|
|
3070
|
+
"social-jira",
|
|
3071
|
+
"social",
|
|
3072
|
+
"jira"
|
|
3073
|
+
]
|
|
3016
3074
|
}
|
|
3017
3075
|
}
|