@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 +2 -8
- package/dist/main.js.map +1 -1
- package/dist/module.js +2 -8
- package/dist/module.js.map +1 -1
- package/package.json +4 -4
- package/react/minus.tsx +1 -1
- package/react/plus.tsx +1 -4
- package/svg/24/minus.svg +1 -1
- package/svg/24/plus.svg +1 -1
- package/svg/meta.json +5 -5
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: "
|
|
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
|
);
|