@mirohq/design-system-icons 1.39.2 → 1.40.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 +83 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +81 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +7 -1
- package/package.json +4 -4
- package/react/arrow-forward.tsx +34 -0
- package/react/index.ts +3 -0
- package/react/squigly-check.tsx +34 -0
- package/react/wireframe.tsx +36 -0
- package/svg/24/arrow-forward.svg +2 -0
- package/svg/24/squigly-check.svg +2 -0
- package/svg/24/wireframe.svg +2 -0
- package/svg/meta.json +42 -0
package/dist/main.js
CHANGED
|
@@ -1154,6 +1154,32 @@ const IconArrowFatUpRight = react.forwardRef(
|
|
|
1154
1154
|
);
|
|
1155
1155
|
IconArrowFatUpRight[designSystemBaseIcon.iconSymbol] = true;
|
|
1156
1156
|
|
|
1157
|
+
const IconArrowForward = react.forwardRef(
|
|
1158
|
+
({ size = "medium", ...props }, forwardRef2) => {
|
|
1159
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
1160
|
+
return react.createElement(
|
|
1161
|
+
StyledIcon,
|
|
1162
|
+
{
|
|
1163
|
+
...props,
|
|
1164
|
+
debug,
|
|
1165
|
+
"aria-hidden": true,
|
|
1166
|
+
size,
|
|
1167
|
+
viewBox: "0 0 24 24",
|
|
1168
|
+
fill: "none",
|
|
1169
|
+
ref: forwardRef2
|
|
1170
|
+
},
|
|
1171
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1172
|
+
"path",
|
|
1173
|
+
{
|
|
1174
|
+
fill: "currentColor",
|
|
1175
|
+
d: "M12.098 4.147c0-.964 1.073-1.47 1.783-.92l.136.123L21 10.73l-.052 1.499-6.988 6.401c-.72.66-1.862.136-1.862-.853V15.25c-2.233.31-5.038 1.72-7.022 5.75l-1.915-.33c-.52-3.966.24-7.367 2.032-9.81 1.631-2.224 4.054-3.563 6.905-3.819V4.147Zm2.032 3.786c0 .646-.513 1.14-1.11 1.145-2.661.025-4.811 1.136-6.202 3.032-.95 1.294-1.58 3.004-1.743 5.078 2.51-3.113 5.613-4.09 8.039-4.09h1.016v2.584l4.675-4.283-4.675-4.942v1.476Z"
|
|
1176
|
+
}
|
|
1177
|
+
)
|
|
1178
|
+
);
|
|
1179
|
+
}
|
|
1180
|
+
);
|
|
1181
|
+
IconArrowForward[designSystemBaseIcon.iconSymbol] = true;
|
|
1182
|
+
|
|
1157
1183
|
const IconArrowLeftAwayLine = react.forwardRef(
|
|
1158
1184
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
1159
1185
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -14858,6 +14884,32 @@ const IconSquaresUnmerge = react.forwardRef(
|
|
|
14858
14884
|
);
|
|
14859
14885
|
IconSquaresUnmerge[designSystemBaseIcon.iconSymbol] = true;
|
|
14860
14886
|
|
|
14887
|
+
const IconSquiglyCheck = react.forwardRef(
|
|
14888
|
+
({ size = "medium", ...props }, forwardRef2) => {
|
|
14889
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
14890
|
+
return react.createElement(
|
|
14891
|
+
StyledIcon,
|
|
14892
|
+
{
|
|
14893
|
+
...props,
|
|
14894
|
+
debug,
|
|
14895
|
+
"aria-hidden": true,
|
|
14896
|
+
size,
|
|
14897
|
+
viewBox: "0 0 24 24",
|
|
14898
|
+
fill: "none",
|
|
14899
|
+
ref: forwardRef2
|
|
14900
|
+
},
|
|
14901
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
14902
|
+
"path",
|
|
14903
|
+
{
|
|
14904
|
+
fill: "currentColor",
|
|
14905
|
+
d: "M1.5 12a3.59 3.59 0 0 1 1.049-2.537l.968-.967a.257.257 0 0 0 .075-.183V7.182a3.593 3.593 0 0 1 3.589-3.59h1.132a.256.256 0 0 0 .182-.074l.968-.97a3.594 3.594 0 0 1 5.074 0l.967.969a.257.257 0 0 0 .183.075h1.131c.893 0 1.75.333 2.409.93l.128.122.122.128c.596.658.93 1.516.93 2.408v1.133c0 .068.027.134.075.182l.97.968a3.595 3.595 0 0 1 0 5.074l-.969.968a.256.256 0 0 0-.075.181v1.132a3.593 3.593 0 0 1-3.589 3.59h-1.132a.255.255 0 0 0-.182.074l-.967.968a3.592 3.592 0 0 1-5.076 0l-.967-.967a.256.256 0 0 0-.182-.075H7.182a3.595 3.595 0 0 1-3.59-3.589v-1.132a.256.256 0 0 0-.074-.182l-.967-.967h-.002A3.594 3.594 0 0 1 1.5 12Zm4.092-3.692a2.254 2.254 0 0 1-.664 1.603v.001l-.964.964a1.594 1.594 0 0 0 0 2.248l.963.962c.426.424.667 1 .666 1.602v1.13l.008.157a1.593 1.593 0 0 0 1.583 1.433H8.31c.6 0 1.176.238 1.6.663l.965.964a1.59 1.59 0 0 0 2.248 0l.964-.965c.424-.425 1-.664 1.602-.663h1.127a1.593 1.593 0 0 0 1.591-1.59v-1.129c0-.6.239-1.178.665-1.602l.963-.962a1.593 1.593 0 0 0-.002-2.249l-.963-.963a2.257 2.257 0 0 1-.664-1.604V7.183l-.008-.158a1.594 1.594 0 0 0-1.583-1.433H15.69a2.257 2.257 0 0 1-1.603-.664l-.962-.963a1.594 1.594 0 0 0-2.25 0h-.001l-.962.962h.001a2.254 2.254 0 0 1-1.602.665H7.183l-.158.009a1.592 1.592 0 0 0-1.433 1.582v1.125Zm8.735 1.688a.915.915 0 0 1 1.294 1.294l-.006.007-3.547 3.55a.914.914 0 0 1-1.226.061l-.068-.06-1.779-1.783a.917.917 0 0 1 1.202-1.369l.092.075 1.132 1.133 2.906-2.908Z"
|
|
14906
|
+
}
|
|
14907
|
+
)
|
|
14908
|
+
);
|
|
14909
|
+
}
|
|
14910
|
+
);
|
|
14911
|
+
IconSquiglyCheck[designSystemBaseIcon.iconSymbol] = true;
|
|
14912
|
+
|
|
14861
14913
|
const IconStack = react.forwardRef(
|
|
14862
14914
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
14863
14915
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -17806,6 +17858,34 @@ const IconWifi = react.forwardRef(
|
|
|
17806
17858
|
);
|
|
17807
17859
|
IconWifi[designSystemBaseIcon.iconSymbol] = true;
|
|
17808
17860
|
|
|
17861
|
+
const IconWireframe = react.forwardRef(
|
|
17862
|
+
({ size = "medium", ...props }, forwardRef2) => {
|
|
17863
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
17864
|
+
return react.createElement(
|
|
17865
|
+
StyledIcon,
|
|
17866
|
+
{
|
|
17867
|
+
...props,
|
|
17868
|
+
debug,
|
|
17869
|
+
"aria-hidden": true,
|
|
17870
|
+
size,
|
|
17871
|
+
viewBox: "0 0 24 24",
|
|
17872
|
+
fill: "none",
|
|
17873
|
+
ref: forwardRef2
|
|
17874
|
+
},
|
|
17875
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
17876
|
+
"path",
|
|
17877
|
+
{
|
|
17878
|
+
fill: "currentColor",
|
|
17879
|
+
fillRule: "evenodd",
|
|
17880
|
+
d: "M8 20.9H3v-1.8h5v1.8Zm13 0H10v-1.8h11v1.8ZM22 3v12l-1 1H3l-1-1V3l1-1h18l1 1ZM5.697 14h12.606L12 10.06 5.697 14ZM4 12.938 10.302 9 4 5.061v7.877ZM13.697 9 20 12.939V5.06l-6.303 3.938ZM12 7.939 18.302 4H5.698L12 7.938Z",
|
|
17881
|
+
clipRule: "evenodd"
|
|
17882
|
+
}
|
|
17883
|
+
)
|
|
17884
|
+
);
|
|
17885
|
+
}
|
|
17886
|
+
);
|
|
17887
|
+
IconWireframe[designSystemBaseIcon.iconSymbol] = true;
|
|
17888
|
+
|
|
17809
17889
|
const IconWordCloud = react.forwardRef(
|
|
17810
17890
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
17811
17891
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -17875,6 +17955,7 @@ exports.IconArrowFatLeft = IconArrowFatLeft;
|
|
|
17875
17955
|
exports.IconArrowFatLeftRight = IconArrowFatLeftRight;
|
|
17876
17956
|
exports.IconArrowFatRight = IconArrowFatRight;
|
|
17877
17957
|
exports.IconArrowFatUpRight = IconArrowFatUpRight;
|
|
17958
|
+
exports.IconArrowForward = IconArrowForward;
|
|
17878
17959
|
exports.IconArrowLeft = IconArrowLeft;
|
|
17879
17960
|
exports.IconArrowLeftAwayLine = IconArrowLeftAwayLine;
|
|
17880
17961
|
exports.IconArrowLeftRightDotted = IconArrowLeftRightDotted;
|
|
@@ -18392,6 +18473,7 @@ exports.IconSquaresThree = IconSquaresThree;
|
|
|
18392
18473
|
exports.IconSquaresTwoOverlap = IconSquaresTwoOverlap;
|
|
18393
18474
|
exports.IconSquaresUngroup = IconSquaresUngroup;
|
|
18394
18475
|
exports.IconSquaresUnmerge = IconSquaresUnmerge;
|
|
18476
|
+
exports.IconSquiglyCheck = IconSquiglyCheck;
|
|
18395
18477
|
exports.IconStack = IconStack;
|
|
18396
18478
|
exports.IconStackedCircles = IconStackedCircles;
|
|
18397
18479
|
exports.IconStar = IconStar;
|
|
@@ -18502,5 +18584,6 @@ exports.IconWidgetColumns = IconWidgetColumns;
|
|
|
18502
18584
|
exports.IconWidth = IconWidth;
|
|
18503
18585
|
exports.IconWifi = IconWifi;
|
|
18504
18586
|
exports.IconWifiExclamation = IconWifiExclamation;
|
|
18587
|
+
exports.IconWireframe = IconWireframe;
|
|
18505
18588
|
exports.IconWordCloud = IconWordCloud;
|
|
18506
18589
|
//# sourceMappingURL=main.js.map
|