@mirohq/design-system-icons 1.24.0 → 1.26.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 +115 -7
- package/dist/main.js.map +1 -1
- package/dist/module.js +111 -7
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +11 -3
- package/package.json +4 -4
- package/react/basic-chevron.tsx +34 -0
- package/react/chat-content.tsx +34 -0
- package/react/figma.tsx +34 -0
- package/react/index.ts +5 -1
- package/react/notched-chevron.tsx +34 -0
- package/react/{slide-cursor-box.tsx → slide-interactive.tsx} +3 -3
- package/svg/24/basic-chevron.svg +2 -0
- package/svg/24/chat-content.svg +2 -0
- package/svg/24/figma.svg +2 -0
- package/svg/24/notched-chevron.svg +2 -0
- package/svg/24/{slide-cursor-box.svg → slide-interactive.svg} +1 -1
- package/svg/meta.json +39 -3
package/dist/main.js
CHANGED
|
@@ -1994,6 +1994,32 @@ const IconBarrel = react.forwardRef(
|
|
|
1994
1994
|
);
|
|
1995
1995
|
IconBarrel[designSystemBaseIcon.iconSymbol] = true;
|
|
1996
1996
|
|
|
1997
|
+
const IconBasicChevron = react.forwardRef(
|
|
1998
|
+
({ size = "medium", ...props }, forwardRef2) => {
|
|
1999
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
2000
|
+
return react.createElement(
|
|
2001
|
+
StyledIcon,
|
|
2002
|
+
{
|
|
2003
|
+
...props,
|
|
2004
|
+
debug,
|
|
2005
|
+
"aria-hidden": true,
|
|
2006
|
+
size,
|
|
2007
|
+
viewBox: "0 0 24 24",
|
|
2008
|
+
fill: "none",
|
|
2009
|
+
ref: forwardRef2
|
|
2010
|
+
},
|
|
2011
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2012
|
+
"path",
|
|
2013
|
+
{
|
|
2014
|
+
fill: "currentColor",
|
|
2015
|
+
d: "m16.95 5 .123.008a1 1 0 0 1 .706.432l4.05 6 .006 1.11-3.952 6a1 1 0 0 1-.834.45H2.998a1 1 0 0 1-.834-1.55L5.754 12l-3.59-5.45A1 1 0 0 1 3 5h13.95Zm-9.164 6.45a1 1 0 0 1 0 1.1L4.856 17H16.51l3.287-4.993L16.418 7H4.856l2.93 4.45Z"
|
|
2016
|
+
}
|
|
2017
|
+
)
|
|
2018
|
+
);
|
|
2019
|
+
}
|
|
2020
|
+
);
|
|
2021
|
+
IconBasicChevron[designSystemBaseIcon.iconSymbol] = true;
|
|
2022
|
+
|
|
1997
2023
|
const IconBear = react.forwardRef(
|
|
1998
2024
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
1999
2025
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -2980,6 +3006,32 @@ const IconChatCheck = react.forwardRef(
|
|
|
2980
3006
|
);
|
|
2981
3007
|
IconChatCheck[designSystemBaseIcon.iconSymbol] = true;
|
|
2982
3008
|
|
|
3009
|
+
const IconChatContent = react.forwardRef(
|
|
3010
|
+
({ size = "medium", ...props }, forwardRef2) => {
|
|
3011
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
3012
|
+
return react.createElement(
|
|
3013
|
+
StyledIcon,
|
|
3014
|
+
{
|
|
3015
|
+
...props,
|
|
3016
|
+
debug,
|
|
3017
|
+
"aria-hidden": true,
|
|
3018
|
+
size,
|
|
3019
|
+
viewBox: "0 0 24 24",
|
|
3020
|
+
fill: "none",
|
|
3021
|
+
ref: forwardRef2
|
|
3022
|
+
},
|
|
3023
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3024
|
+
"path",
|
|
3025
|
+
{
|
|
3026
|
+
fill: "currentColor",
|
|
3027
|
+
d: "M20 12a8 8 0 1 0-14.953 3.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 8-8Zm2 0c0 5.523-4.477 10-10 10a9.971 9.971 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 2s10 4.477 10 10Zm-5 1v2H7v-2h10Zm0-4v2H7V9h10Z"
|
|
3028
|
+
}
|
|
3029
|
+
)
|
|
3030
|
+
);
|
|
3031
|
+
}
|
|
3032
|
+
);
|
|
3033
|
+
IconChatContent[designSystemBaseIcon.iconSymbol] = true;
|
|
3034
|
+
|
|
2983
3035
|
const IconChatCross = react.forwardRef(
|
|
2984
3036
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
2985
3037
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -6136,6 +6188,32 @@ const IconFactory = react.forwardRef(
|
|
|
6136
6188
|
);
|
|
6137
6189
|
IconFactory[designSystemBaseIcon.iconSymbol] = true;
|
|
6138
6190
|
|
|
6191
|
+
const IconFigma = react.forwardRef(
|
|
6192
|
+
({ size = "medium", ...props }, forwardRef2) => {
|
|
6193
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
6194
|
+
return react.createElement(
|
|
6195
|
+
StyledIcon,
|
|
6196
|
+
{
|
|
6197
|
+
...props,
|
|
6198
|
+
debug,
|
|
6199
|
+
"aria-hidden": true,
|
|
6200
|
+
size,
|
|
6201
|
+
viewBox: "0 0 24 24",
|
|
6202
|
+
fill: "none",
|
|
6203
|
+
ref: forwardRef2
|
|
6204
|
+
},
|
|
6205
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
6206
|
+
"path",
|
|
6207
|
+
{
|
|
6208
|
+
fill: "currentColor",
|
|
6209
|
+
d: "M9 21a3 3 0 0 0 3-3v-3H9a3 3 0 0 0 0 6Zm-2.999-9a3 3 0 0 1 3-3H12v6H9a3 3 0 0 1-2.999-3Zm0-6a3 3 0 0 1 3-3H12v6H9a3 3 0 0 1-2.999-3ZM12 3h3a3 3 0 0 1 0 6h-3V3Zm5.999 9a3 3 0 0 1-3 3 3 3 0 0 1 0-6 3 3 0 0 1 3 3Z"
|
|
6210
|
+
}
|
|
6211
|
+
)
|
|
6212
|
+
);
|
|
6213
|
+
}
|
|
6214
|
+
);
|
|
6215
|
+
IconFigma[designSystemBaseIcon.iconSymbol] = true;
|
|
6216
|
+
|
|
6139
6217
|
const IconFileSpreadsheet = react.forwardRef(
|
|
6140
6218
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
6141
6219
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -9334,6 +9412,32 @@ const IconNodesConnectionsThree = react.forwardRef(
|
|
|
9334
9412
|
);
|
|
9335
9413
|
IconNodesConnectionsThree[designSystemBaseIcon.iconSymbol] = true;
|
|
9336
9414
|
|
|
9415
|
+
const IconNotchedChevron = react.forwardRef(
|
|
9416
|
+
({ size = "medium", ...props }, forwardRef2) => {
|
|
9417
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
9418
|
+
return react.createElement(
|
|
9419
|
+
StyledIcon,
|
|
9420
|
+
{
|
|
9421
|
+
...props,
|
|
9422
|
+
debug,
|
|
9423
|
+
"aria-hidden": true,
|
|
9424
|
+
size,
|
|
9425
|
+
viewBox: "0 0 24 24",
|
|
9426
|
+
fill: "none",
|
|
9427
|
+
ref: forwardRef2
|
|
9428
|
+
},
|
|
9429
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
9430
|
+
"path",
|
|
9431
|
+
{
|
|
9432
|
+
fill: "currentColor",
|
|
9433
|
+
d: "m16.95 5 .123.008a1 1 0 0 1 .706.432l4.05 6 .006 1.11-3.951 6a1 1 0 0 1-.835.45H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h13.95ZM4 17h12.51l3.288-4.993L16.418 7H4v10Z"
|
|
9434
|
+
}
|
|
9435
|
+
)
|
|
9436
|
+
);
|
|
9437
|
+
}
|
|
9438
|
+
);
|
|
9439
|
+
IconNotchedChevron[designSystemBaseIcon.iconSymbol] = true;
|
|
9440
|
+
|
|
9337
9441
|
const IconNoteMagnifyingGlass = react.forwardRef(
|
|
9338
9442
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
9339
9443
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -12482,7 +12586,7 @@ const IconSingleSparksFilled = react.forwardRef(
|
|
|
12482
12586
|
);
|
|
12483
12587
|
IconSingleSparksFilled[designSystemBaseIcon.iconSymbol] = true;
|
|
12484
12588
|
|
|
12485
|
-
const
|
|
12589
|
+
const IconSlideFormat = react.forwardRef(
|
|
12486
12590
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
12487
12591
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
12488
12592
|
return react.createElement(
|
|
@@ -12500,15 +12604,15 @@ const IconSlideCursorBox = react.forwardRef(
|
|
|
12500
12604
|
"path",
|
|
12501
12605
|
{
|
|
12502
12606
|
fill: "currentColor",
|
|
12503
|
-
d: "
|
|
12607
|
+
d: "M17 9v2h-3V9h3Zm0 4v2h-3v-2h3Zm-5.857-1.514a.6.6 0 0 1 0 1.028l-3.234 1.94A.6.6 0 0 1 7 13.94v-3.88a.6.6 0 0 1 .909-.515l3.234 1.94ZM19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h14ZM5 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H5Z"
|
|
12504
12608
|
}
|
|
12505
12609
|
)
|
|
12506
12610
|
);
|
|
12507
12611
|
}
|
|
12508
12612
|
);
|
|
12509
|
-
|
|
12613
|
+
IconSlideFormat[designSystemBaseIcon.iconSymbol] = true;
|
|
12510
12614
|
|
|
12511
|
-
const
|
|
12615
|
+
const IconSlideInteractive = react.forwardRef(
|
|
12512
12616
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
12513
12617
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
12514
12618
|
return react.createElement(
|
|
@@ -12526,13 +12630,13 @@ const IconSlideFormat = react.forwardRef(
|
|
|
12526
12630
|
"path",
|
|
12527
12631
|
{
|
|
12528
12632
|
fill: "currentColor",
|
|
12529
|
-
d: "
|
|
12633
|
+
d: "M20 7a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h7v2H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v6h-2V7Zm-3.535 16h1.145c.654-2.672 2.743-4.783 5.39-5.446V16.35L13.923 13l-.923.93L16.465 23Zm2.836-5.884a9.486 9.486 0 0 0-2.126 2.139l-1.301-3.403 3.427 1.264ZM9 8v3H6V8h3Zm0 5v3H6v-3h3Zm5-5v3h-3V8h3Z"
|
|
12530
12634
|
}
|
|
12531
12635
|
)
|
|
12532
12636
|
);
|
|
12533
12637
|
}
|
|
12534
12638
|
);
|
|
12535
|
-
|
|
12639
|
+
IconSlideInteractive[designSystemBaseIcon.iconSymbol] = true;
|
|
12536
12640
|
|
|
12537
12641
|
const IconSlidersX = react.forwardRef(
|
|
12538
12642
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
@@ -16783,6 +16887,7 @@ exports.IconAt = IconAt;
|
|
|
16783
16887
|
exports.IconAttachment = IconAttachment;
|
|
16784
16888
|
exports.IconBadge = IconBadge;
|
|
16785
16889
|
exports.IconBarrel = IconBarrel;
|
|
16890
|
+
exports.IconBasicChevron = IconBasicChevron;
|
|
16786
16891
|
exports.IconBear = IconBear;
|
|
16787
16892
|
exports.IconBell = IconBell;
|
|
16788
16893
|
exports.IconBellSlash = IconBellSlash;
|
|
@@ -16821,6 +16926,7 @@ exports.IconChartNumber = IconChartNumber;
|
|
|
16821
16926
|
exports.IconChartProgress = IconChartProgress;
|
|
16822
16927
|
exports.IconChat = IconChat;
|
|
16823
16928
|
exports.IconChatCheck = IconChatCheck;
|
|
16929
|
+
exports.IconChatContent = IconChatContent;
|
|
16824
16930
|
exports.IconChatCross = IconChatCross;
|
|
16825
16931
|
exports.IconChatDashesLinesTwo = IconChatDashesLinesTwo;
|
|
16826
16932
|
exports.IconChatLinesCross = IconChatLinesCross;
|
|
@@ -16939,6 +17045,7 @@ exports.IconEyeOpenSlash = IconEyeOpenSlash;
|
|
|
16939
17045
|
exports.IconEyedropper = IconEyedropper;
|
|
16940
17046
|
exports.IconFactory = IconFactory;
|
|
16941
17047
|
exports.IconFactoryHouse = IconFactoryHouse;
|
|
17048
|
+
exports.IconFigma = IconFigma;
|
|
16942
17049
|
exports.IconFileSpreadsheet = IconFileSpreadsheet;
|
|
16943
17050
|
exports.IconFilledBottomBox = IconFilledBottomBox;
|
|
16944
17051
|
exports.IconFilledTopBox = IconFilledTopBox;
|
|
@@ -17060,6 +17167,7 @@ exports.IconNodeLinesVertical = IconNodeLinesVertical;
|
|
|
17060
17167
|
exports.IconNodePlus = IconNodePlus;
|
|
17061
17168
|
exports.IconNodesConnected = IconNodesConnected;
|
|
17062
17169
|
exports.IconNodesConnectionsThree = IconNodesConnectionsThree;
|
|
17170
|
+
exports.IconNotchedChevron = IconNotchedChevron;
|
|
17063
17171
|
exports.IconNoteMagnifyingGlass = IconNoteMagnifyingGlass;
|
|
17064
17172
|
exports.IconNotepad = IconNotepad;
|
|
17065
17173
|
exports.IconNumber = IconNumber;
|
|
@@ -17178,8 +17286,8 @@ exports.IconSidebarGlobalClosed = IconSidebarGlobalClosed;
|
|
|
17178
17286
|
exports.IconSidebarGlobalOpen = IconSidebarGlobalOpen;
|
|
17179
17287
|
exports.IconSidebarOpen = IconSidebarOpen;
|
|
17180
17288
|
exports.IconSingleSparksFilled = IconSingleSparksFilled;
|
|
17181
|
-
exports.IconSlideCursorBox = IconSlideCursorBox;
|
|
17182
17289
|
exports.IconSlideFormat = IconSlideFormat;
|
|
17290
|
+
exports.IconSlideInteractive = IconSlideInteractive;
|
|
17183
17291
|
exports.IconSlidersX = IconSlidersX;
|
|
17184
17292
|
exports.IconSlidersY = IconSlidersY;
|
|
17185
17293
|
exports.IconSmiley = IconSmiley;
|