@mirohq/design-system-icons 0.18.0 → 0.19.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 +27 -37
- package/dist/main.js.map +1 -1
- package/dist/module.js +27 -37
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +3 -3
- package/package.json +3 -3
- package/react/index.ts +1 -1
- package/react/lightbox.tsx +36 -0
- package/react/sticky-eye-open.tsx +1 -1
- package/svg/24/lightbox.svg +2 -0
- package/svg/24/sticky-eye-open.svg +1 -1
- package/svg/meta.json +5 -5
- package/react/background-color.tsx +0 -46
- package/svg/24/background-color.svg +0 -2
package/dist/main.js
CHANGED
|
@@ -1081,41 +1081,6 @@ const IconAt = React.forwardRef(
|
|
|
1081
1081
|
)
|
|
1082
1082
|
);
|
|
1083
1083
|
|
|
1084
|
-
const IconBackgroundColor = React.forwardRef(
|
|
1085
|
-
({ size = "medium", weight = "normal", ...props }, forwardRef2) => React.createElement(
|
|
1086
|
-
StyledIcon,
|
|
1087
|
-
{
|
|
1088
|
-
...props,
|
|
1089
|
-
weight,
|
|
1090
|
-
size,
|
|
1091
|
-
viewBox: "0 0 24 24",
|
|
1092
|
-
fill: "none",
|
|
1093
|
-
ref: forwardRef2
|
|
1094
|
-
},
|
|
1095
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1096
|
-
stroke: "currentColor",
|
|
1097
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
1098
|
-
d: "m10.9497 2.9497 9.6746 9.6746-8.2604 8.2605c-.781.781-2.0474.781-2.8284 0l-6.8462-6.8462c-.781-.7811-.781-2.0474 0-2.8285l8.2604-8.2604Z",
|
|
1099
|
-
vectorEffect: "non-scaling-stroke"
|
|
1100
|
-
}),
|
|
1101
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1102
|
-
stroke: "currentColor",
|
|
1103
|
-
strokeLinecap: "round",
|
|
1104
|
-
strokeLinejoin: "round",
|
|
1105
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
1106
|
-
d: "m20.5 19 .5-2 .5 2-.5.5-.5-.5Z",
|
|
1107
|
-
vectorEffect: "non-scaling-stroke"
|
|
1108
|
-
}),
|
|
1109
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1110
|
-
stroke: "currentColor",
|
|
1111
|
-
strokeLinecap: "round",
|
|
1112
|
-
strokeWidth: "var(--svg-stroke-width)",
|
|
1113
|
-
d: "m10.586 8-5.586-5.586",
|
|
1114
|
-
vectorEffect: "non-scaling-stroke"
|
|
1115
|
-
})
|
|
1116
|
-
)
|
|
1117
|
-
);
|
|
1118
|
-
|
|
1119
1084
|
const IconBadge = React.forwardRef(
|
|
1120
1085
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => React.createElement(
|
|
1121
1086
|
StyledIcon,
|
|
@@ -4550,6 +4515,31 @@ const IconLifesaver = React.forwardRef(
|
|
|
4550
4515
|
)
|
|
4551
4516
|
);
|
|
4552
4517
|
|
|
4518
|
+
const IconLightbox = React.forwardRef(
|
|
4519
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => React.createElement(
|
|
4520
|
+
StyledIcon,
|
|
4521
|
+
{
|
|
4522
|
+
...props,
|
|
4523
|
+
weight,
|
|
4524
|
+
size,
|
|
4525
|
+
viewBox: "0 0 24 24",
|
|
4526
|
+
fill: "none",
|
|
4527
|
+
ref: forwardRef2
|
|
4528
|
+
},
|
|
4529
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4530
|
+
fill: "currentColor",
|
|
4531
|
+
d: "M3.4142 2h-1.4142v1.4142l1.4142-1.4142ZM2 8.4142v-2.8284l3.5858-3.5858h2.8284l-2 2h-.4142c-1.1046 0-2 .8954-2 2v.4142l-2 2ZM2 13.4142v-2.8284l2-2v2.8284l-2 2ZM2 18.4142v-2.8284l2-2v2.8284l-2 2ZM3.4142 22h-1.4142v-1.4142l2.0677-2.0678a2.0038 2.0038 0 0 0 1.4143 1.4143l-2.0678 2.0677ZM8.4142 22h-2.8284l2-2h2.8284l-2 2ZM13.4142 22h-2.8284l2-2h2.8284l-2 2ZM18.4142 22h-2.8284l2-2h.4142c1.1046 0 2-.8954 2-2v-.4142l2-2v2.8284l-3.5858 3.5858ZM22 20.5858v1.4142h-1.4142l1.4142-1.4142ZM22 10.5858v2.8284l-2 2v-2.8284l2-2ZM22 5.5858v2.8284l-2 2v-2.8284l2-2ZM20.5858 2h1.4142v1.4142l-2.0677 2.0678a2.0038 2.0038 0 0 0-1.4143-1.4143l2.0678-2.0677ZM15.5858 2h2.8284l-2 2h-2.8284l2-2ZM10.5858 2h2.8284l-2 2h-2.8284l2-2Z"
|
|
4532
|
+
}),
|
|
4533
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
4534
|
+
stroke: "currentColor",
|
|
4535
|
+
strokeLinecap: "round",
|
|
4536
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
4537
|
+
d: "M7.2778 17h9.4444c.1534 0 .2778-.1599.2778-.3571v-9.2858c0-.1972-.1244-.3571-.2778-.3571h-9.4444c-.1534 0-.2778.1599-.2778.3571v9.2858c0 .1972.1244.3571.2778.3571Z",
|
|
4538
|
+
vectorEffect: "non-scaling-stroke"
|
|
4539
|
+
})
|
|
4540
|
+
)
|
|
4541
|
+
);
|
|
4542
|
+
|
|
4553
4543
|
const IconLightbulb = React.forwardRef(
|
|
4554
4544
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => React.createElement(
|
|
4555
4545
|
StyledIcon,
|
|
@@ -8511,7 +8501,7 @@ const IconStickyEyeOpen = React.forwardRef(
|
|
|
8511
8501
|
}),
|
|
8512
8502
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
8513
8503
|
fill: "currentColor",
|
|
8514
|
-
d: "M22
|
|
8504
|
+
d: "M22 11c0-.5523-.4477-1-1-1s-1 .4477-1 1h2Zm-1 3 .7071.7071a1.0001 1.0001 0 0 0 .2929-.7071h-1Zm-15-10c.5523 0 1-.4477 1-1s-.4477-1-1-1v2Zm8 17v1c.2652 0 .5196-.1054.7071-.2929l-.7071-.7071Zm0-7v-1c-.5523 0-1 .4477-1 1h1Zm6-3v3h2v-3h-2Zm-16 9v-16h-2v16h2Zm0-16h2v-2h-2v2Zm10 16h-10v2h10v-2Zm7-7h-7v2h7v-2Zm-8 1v7h2v-7h-2Zm-3-8c0 .1635-.0495.2218.0106.0838.0389-.0892.1075-.2226.2115-.3883.2072-.3302.5283-.747.9618-1.1535.8639-.8098 2.1304-1.542 3.8161-1.542v-2c-2.3143 0-4.0478 1.0178-5.184 2.083-.5664.531-.9953 1.083-1.288 1.5496-.1461.2327-.265.4549-.3511.6528-.065.149-.1769.4261-.1769.7146h2Zm5-3c1.6857 0 2.9522.7322 3.8161 1.542.4335.4065.7546.8233.9618 1.1536.104.1656.1727.299.2115.3882.0601.138.0106.0797.0106-.0838h2c0-.2885-.112-.5656-.1769-.7146-.0862-.198-.205-.42-.351-.6528-.2928-.4666-.7217-1.0186-1.2882-1.5496-1.1361-1.0652-2.8696-2.083-5.1839-2.083v2Zm5 3c0-.1635.0495-.2218-.0106-.0838-.0388.0892-.1075.2226-.2115.3883-.2072.3302-.5283.747-.9618 1.1535-.8639.8098-2.1304 1.542-3.8161 1.542v2c2.3143 0 4.0478-1.0178 5.1839-2.083.5665-.531.9954-1.083 1.2882-1.5496.146-.2327.2648-.4549.351-.6528.0649-.149.1769-.4261.1769-.7146h-2Zm-5 3c-1.6857 0-2.9522-.7322-3.8161-1.542-.4335-.4065-.7546-.8233-.9618-1.1536-.104-.1656-.1726-.299-.2115-.3882-.06-.138-.0106-.0797-.0106.0838h-2c0 .2885.112.5656.1769.7146.0861.198.205.42.351.6528.2928.4666.7217 1.0186 1.2882 1.5496 1.1361 1.0652 2.8696 2.083 5.1839 2.083v-2Zm5.2929 4.2929-7 7 1.4142 1.4142 7-7-1.4142-1.4142Zm-16.2929-9.2929v-2c-1.1046 0-2 .8954-2 2h2Zm-2 16c0 1.1046.8954 2 2 2v-2h-2Z"
|
|
8515
8505
|
})
|
|
8516
8506
|
)
|
|
8517
8507
|
);
|
|
@@ -10184,7 +10174,6 @@ exports.IconArrowsOutLinesHorizontal = IconArrowsOutLinesHorizontal;
|
|
|
10184
10174
|
exports.IconArrowsOutSimple = IconArrowsOutSimple;
|
|
10185
10175
|
exports.IconArticle = IconArticle;
|
|
10186
10176
|
exports.IconAt = IconAt;
|
|
10187
|
-
exports.IconBackgroundColor = IconBackgroundColor;
|
|
10188
10177
|
exports.IconBadge = IconBadge;
|
|
10189
10178
|
exports.IconBarrel = IconBarrel;
|
|
10190
10179
|
exports.IconBell = IconBell;
|
|
@@ -10310,6 +10299,7 @@ exports.IconLaptop = IconLaptop;
|
|
|
10310
10299
|
exports.IconLasso = IconLasso;
|
|
10311
10300
|
exports.IconLayout = IconLayout;
|
|
10312
10301
|
exports.IconLifesaver = IconLifesaver;
|
|
10302
|
+
exports.IconLightbox = IconLightbox;
|
|
10313
10303
|
exports.IconLightbulb = IconLightbulb;
|
|
10314
10304
|
exports.IconLightning = IconLightning;
|
|
10315
10305
|
exports.IconLineCurved = IconLineCurved;
|