@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.js CHANGED
@@ -4240,7 +4240,7 @@ var MinusCircleIcon_default = React.memo(MinusCircleIcon);
4240
4240
  var MobileIcon = React.forwardRef((props, ref) => {
4241
4241
  const { className, ...rest } = props;
4242
4242
  const finalClassName = ["ds-icon ds-icon-mobile", className].filter(Boolean).join(" ");
4243
- return /* @__PURE__ */ jsxs("svg", {
4243
+ return /* @__PURE__ */ jsx("svg", {
4244
4244
  "aria-hidden": "true",
4245
4245
  viewBox: "0 0 24 24",
4246
4246
  width: "1em",
@@ -4250,7 +4250,7 @@ var MobileIcon = React.forwardRef((props, ref) => {
4250
4250
  className: finalClassName,
4251
4251
  ref,
4252
4252
  "data-c13y-component": "icon",
4253
- children: [/* @__PURE__ */ 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__ */ 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" })]
4253
+ children: /* @__PURE__ */ 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" })
4254
4254
  });
4255
4255
  });
4256
4256
  MobileIcon.displayName = "MobileIcon";