@staffbase/design 20.2.1 → 20.3.0

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.cjs CHANGED
@@ -4246,7 +4246,7 @@ var MinusCircleIcon_default = react.default.memo(MinusCircleIcon);
4246
4246
  var MobileIcon = react.default.forwardRef((props, ref) => {
4247
4247
  const { className, ...rest } = props;
4248
4248
  const finalClassName = ["ds-icon ds-icon-mobile", className].filter(Boolean).join(" ");
4249
- return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("svg", {
4249
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("svg", {
4250
4250
  "aria-hidden": "true",
4251
4251
  viewBox: "0 0 24 24",
4252
4252
  width: "1em",
@@ -4256,7 +4256,7 @@ var MobileIcon = react.default.forwardRef((props, ref) => {
4256
4256
  className: finalClassName,
4257
4257
  ref,
4258
4258
  "data-c13y-component": "icon",
4259
- children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.933,11.8l1.5,1.2a.251.251,0,0,0,.407-.194V2.5A2.5,2.5,0,0,0,13.34,0h-9a2.5,2.5,0,0,0-2.5,2.5v19A2.5,2.5,0,0,0,4.34,24h9a2.489,2.489,0,0,0,.771-.122.249.249,0,0,0,.149-.343,4.033,4.033,0,0,1-.42-1.645V20a.251.251,0,0,0-.063-.165l-.661-.747A.251.251,0,0,0,12.928,19H4.34a.5.5,0,0,1-.5-.5V4.5a.5.5,0,0,1,.5-.5h9a.5.5,0,0,1,.5.5v7.1A.249.249,0,0,0,13.933,11.8ZM8.84,20.5a1,1,0,1,1-1,1A1,1,0,0,1,8.84,20.5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.363,15.347a.751.751,0,0,1-.469,1.336.741.741,0,0,1-.468-.165l-4.1-3.289a1.376,1.376,0,0,0-1.579.261,1.354,1.354,0,0,0-.214.279,1.375,1.375,0,0,0,.214,1.666l3.666,4.142a.249.249,0,0,1,.063.166v2.544a2.63,2.63,0,0,0,.306,1.071A.251.251,0,0,0,16,23.5H21.91a.25.25,0,0,0,.207-.391L20.679,21a.253.253,0,0,1-.044-.141V15.03c0-1.478-1.453-2.921-2.888-4.077a.252.252,0,0,0-.265-.031.25.25,0,0,0-.142.225v3.259a.251.251,0,0,0,.093.2Z" })]
4259
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 0H7a3 3 0 0 0 -3 3v18a3 3 0 0 0 3 3h10a3 3 0 0 0 3 -3V3a3 3 0 0 0 -3 -3Zm-5 22.47a1 1 0 1 1 1 -1 1 1 0 0 1 -1 1ZM18 18a1 1 0 0 1 -1 1H7a1 1 0 0 1 -1 -1V3.53a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1Z" })
4260
4260
  });
4261
4261
  });
4262
4262
  MobileIcon.displayName = "MobileIcon";