@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/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: "preserve-parent-color",
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-9v4m9-4h9v4m-9-4v-2m-4 16h-5v-4m5 4-2 4m2-4h8m0 0h5v-4m-5 4 2 4m-15-14h18m-18 0v6m18-6v6m0 0h-18",
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
  );