@mirohq/design-system-icons 0.21.0 → 0.21.2
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 +6 -2
- package/dist/main.js.map +1 -1
- package/dist/module.js +6 -2
- package/dist/module.js.map +1 -1
- package/package.json +3 -3
- package/react/lightbox.tsx +3 -2
- package/svg/24/lightbox.svg +1 -1
package/dist/module.js
CHANGED
|
@@ -12,7 +12,7 @@ const isIconComponent = (iconComponent) => {
|
|
|
12
12
|
const StyledIcon = styled(Primitive.svg, {
|
|
13
13
|
display: "inline-flex",
|
|
14
14
|
verticalAlign: "text-bottom",
|
|
15
|
-
forcedColorAdjust: "
|
|
15
|
+
forcedColorAdjust: "auto",
|
|
16
16
|
variants: {
|
|
17
17
|
size: {
|
|
18
18
|
small: {
|
|
@@ -4693,8 +4693,12 @@ const IconLightbox = forwardRef(
|
|
|
4693
4693
|
strokeLinecap: "round",
|
|
4694
4694
|
strokeLinejoin: "round",
|
|
4695
4695
|
strokeWidth: "var(--svg-stroke-width)",
|
|
4696
|
-
d: "M12 4h-
|
|
4696
|
+
d: "M12 4h-9v14h5m4-14h9v14h-5m-4-14v-2m-4 16-2 4m2-4h8m0 0 2 4",
|
|
4697
4697
|
vectorEffect: "non-scaling-stroke"
|
|
4698
|
+
}),
|
|
4699
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
4700
|
+
fill: "currentColor",
|
|
4701
|
+
d: "M3 4h18v3h-18v-3ZM3 15h18v3h-18v-3Z"
|
|
4698
4702
|
})
|
|
4699
4703
|
)
|
|
4700
4704
|
);
|