@mirohq/design-system-icons 1.19.0 → 1.19.1

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
@@ -9332,7 +9332,7 @@ const IconPause = forwardRef(
9332
9332
  fill: "none",
9333
9333
  ref: forwardRef2
9334
9334
  },
9335
- /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M10 4v16H6V4h4Zm8 0v16h-4V4h4Z" })
9335
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M9.5 4v16h-3V4h3Zm8 0v16h-3V4h3Z" })
9336
9336
  );
9337
9337
  }
9338
9338
  );