@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 +2 -2
- package/dist/main.cjs.map +1 -1
- package/dist/main.js +2 -2
- package/dist/main.js.map +1 -1
- package/package.json +2 -2
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.
|
|
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:
|
|
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";
|