@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/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/package.json +3 -3
- package/react/pause.tsx +1 -1
- package/svg/24/pause.svg +1 -1
- package/svg/meta.json +2 -2
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: "
|
|
9335
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M9.5 4v16h-3V4h3Zm8 0v16h-3V4h3Z" })
|
|
9336
9336
|
);
|
|
9337
9337
|
}
|
|
9338
9338
|
);
|