@mirohq/design-system-icons 1.37.0 → 1.37.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 CHANGED
@@ -9160,7 +9160,7 @@ const IconMinus = react.forwardRef(
9160
9160
  fill: "none",
9161
9161
  ref: forwardRef2
9162
9162
  },
9163
- /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M18 11v2H6v-2h12Z" })
9163
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M20 11v2H4v-2h16Z" })
9164
9164
  );
9165
9165
  }
9166
9166
  );
@@ -11154,13 +11154,7 @@ const IconPlus = react.forwardRef(
11154
11154
  fill: "none",
11155
11155
  ref: forwardRef2
11156
11156
  },
11157
- /* @__PURE__ */ jsxRuntime.jsx(
11158
- "path",
11159
- {
11160
- fill: "currentColor",
11161
- d: "M12.75 6v5.25H18v1.5h-5.25V18h-1.5v-5.25H6v-1.5h5.25V6h1.5Z"
11162
- }
11163
- )
11157
+ /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M13 4v7h7v2h-7v7h-2v-7H4v-2h7V4h2Z" })
11164
11158
  );
11165
11159
  }
11166
11160
  );