@mirohq/design-system-icons 1.35.14 → 1.36.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 +62 -2
- package/dist/main.js.map +1 -1
- package/dist/module.js +61 -3
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +5 -1
- package/package.json +4 -4
- package/react/index.ts +2 -0
- package/react/minus.tsx +1 -1
- package/react/plug-slash.tsx +34 -0
- package/react/plus.tsx +4 -1
- package/react/square-slash.tsx +34 -0
- package/svg/24/minus.svg +1 -1
- package/svg/24/plug-slash.svg +2 -0
- package/svg/24/plus.svg +1 -1
- package/svg/24/square-slash.svg +2 -0
- package/svg/meta.json +33 -7
package/dist/main.js
CHANGED
|
@@ -9104,7 +9104,7 @@ const IconMinus = react.forwardRef(
|
|
|
9104
9104
|
fill: "none",
|
|
9105
9105
|
ref: forwardRef2
|
|
9106
9106
|
},
|
|
9107
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "
|
|
9107
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M18 11v2H6v-2h12Z" })
|
|
9108
9108
|
);
|
|
9109
9109
|
}
|
|
9110
9110
|
);
|
|
@@ -10900,6 +10900,32 @@ const IconPlaybackSpeedCircle = react.forwardRef(
|
|
|
10900
10900
|
);
|
|
10901
10901
|
IconPlaybackSpeedCircle[designSystemBaseIcon.iconSymbol] = true;
|
|
10902
10902
|
|
|
10903
|
+
const IconPlugSlash = react.forwardRef(
|
|
10904
|
+
({ size = "medium", ...props }, forwardRef2) => {
|
|
10905
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
10906
|
+
return react.createElement(
|
|
10907
|
+
StyledIcon,
|
|
10908
|
+
{
|
|
10909
|
+
...props,
|
|
10910
|
+
debug,
|
|
10911
|
+
"aria-hidden": true,
|
|
10912
|
+
size,
|
|
10913
|
+
viewBox: "0 0 24 24",
|
|
10914
|
+
fill: "none",
|
|
10915
|
+
ref: forwardRef2
|
|
10916
|
+
},
|
|
10917
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
10918
|
+
"path",
|
|
10919
|
+
{
|
|
10920
|
+
fill: "currentColor",
|
|
10921
|
+
d: "m3.233 3.643 15.5 18.5 1.534-1.286-15.5-18.5-1.534 1.286ZM6.358 8.93a4.003 4.003 0 0 0 .884 4.323l2.83 2.828a4.348 4.348 0 0 0 3.322 1.245l1.478 1.765c-2.14.626-4.59.03-6.215-1.595l-.368-.368-5.347 4.932-1.355-1.471 5.287-4.876-1.046-1.046a6.002 6.002 0 0 1-.86-7.398l1.39 1.66ZM16.79 3l-2.83 2.828 4.243 4.243 2.828-2.829 1.414 1.415-2.828 2.828 1.222 1.222v1.414l-2.673 2.673-1.29-1.54.781-.78 1.06-1.06-8.646-8.646-1.06 1.06-.018.017-1.29-1.538 1.661-1.66h1.414l1.768 1.767 2.828-2.828L16.789 3Z"
|
|
10922
|
+
}
|
|
10923
|
+
)
|
|
10924
|
+
);
|
|
10925
|
+
}
|
|
10926
|
+
);
|
|
10927
|
+
IconPlugSlash[designSystemBaseIcon.iconSymbol] = true;
|
|
10928
|
+
|
|
10903
10929
|
const IconPlug = react.forwardRef(
|
|
10904
10930
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
10905
10931
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -11072,7 +11098,13 @@ const IconPlus = react.forwardRef(
|
|
|
11072
11098
|
fill: "none",
|
|
11073
11099
|
ref: forwardRef2
|
|
11074
11100
|
},
|
|
11075
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
11101
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
11102
|
+
"path",
|
|
11103
|
+
{
|
|
11104
|
+
fill: "currentColor",
|
|
11105
|
+
d: "M12.75 6v5.25H18v1.5h-5.25V18h-1.5v-5.25H6v-1.5h5.25V6h1.5Z"
|
|
11106
|
+
}
|
|
11107
|
+
)
|
|
11076
11108
|
);
|
|
11077
11109
|
}
|
|
11078
11110
|
);
|
|
@@ -14346,6 +14378,32 @@ const IconSquareS = react.forwardRef(
|
|
|
14346
14378
|
);
|
|
14347
14379
|
IconSquareS[designSystemBaseIcon.iconSymbol] = true;
|
|
14348
14380
|
|
|
14381
|
+
const IconSquareSlash = react.forwardRef(
|
|
14382
|
+
({ size = "medium", ...props }, forwardRef2) => {
|
|
14383
|
+
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
14384
|
+
return react.createElement(
|
|
14385
|
+
StyledIcon,
|
|
14386
|
+
{
|
|
14387
|
+
...props,
|
|
14388
|
+
debug,
|
|
14389
|
+
"aria-hidden": true,
|
|
14390
|
+
size,
|
|
14391
|
+
viewBox: "0 0 24 24",
|
|
14392
|
+
fill: "none",
|
|
14393
|
+
ref: forwardRef2
|
|
14394
|
+
},
|
|
14395
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
14396
|
+
"path",
|
|
14397
|
+
{
|
|
14398
|
+
fill: "currentColor",
|
|
14399
|
+
d: "M19 6a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6Zm2 12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12ZM14.592 8l-2.98 8H9.5l2.98-8h2.112Z"
|
|
14400
|
+
}
|
|
14401
|
+
)
|
|
14402
|
+
);
|
|
14403
|
+
}
|
|
14404
|
+
);
|
|
14405
|
+
IconSquareSlash[designSystemBaseIcon.iconSymbol] = true;
|
|
14406
|
+
|
|
14349
14407
|
const IconSquareStarScribble = react.forwardRef(
|
|
14350
14408
|
({ size = "medium", ...props }, forwardRef2) => {
|
|
14351
14409
|
const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
|
|
@@ -18056,6 +18114,7 @@ exports.IconPlay = IconPlay;
|
|
|
18056
18114
|
exports.IconPlayCircle = IconPlayCircle;
|
|
18057
18115
|
exports.IconPlaybackSpeedCircle = IconPlaybackSpeedCircle;
|
|
18058
18116
|
exports.IconPlug = IconPlug;
|
|
18117
|
+
exports.IconPlugSlash = IconPlugSlash;
|
|
18059
18118
|
exports.IconPlus = IconPlus;
|
|
18060
18119
|
exports.IconPlusBox = IconPlusBox;
|
|
18061
18120
|
exports.IconPlusCross = IconPlusCross;
|
|
@@ -18186,6 +18245,7 @@ exports.IconSquareM = IconSquareM;
|
|
|
18186
18245
|
exports.IconSquarePencil = IconSquarePencil;
|
|
18187
18246
|
exports.IconSquareRounded = IconSquareRounded;
|
|
18188
18247
|
exports.IconSquareS = IconSquareS;
|
|
18248
|
+
exports.IconSquareSlash = IconSquareSlash;
|
|
18189
18249
|
exports.IconSquareStarScribble = IconSquareStarScribble;
|
|
18190
18250
|
exports.IconSquareTriangleCirclePlus = IconSquareTriangleCirclePlus;
|
|
18191
18251
|
exports.IconSquaresColumn = IconSquaresColumn;
|