asma-ui-core 3.27.0 → 3.27.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.
@@ -1,20 +1,20 @@
1
- import { getSvgIconStyle as l } from "../iconStyle.js";
2
- import { jsx as r } from "react/jsx-runtime";
3
- var s = ({ width: e = 20, height: v = 20, className: h = "", onClick: o, color: t }) => /* @__PURE__ */ r("svg", {
1
+ import { getSvgIconStyle as s } from "../iconStyle.js";
2
+ import { jsx as C } from "react/jsx-runtime";
3
+ var a = ({ width: r = 20, height: e = 20, className: o = "", onClick: t, color: l }) => /* @__PURE__ */ C("svg", {
4
4
  xmlns: "http://www.w3.org/2000/svg",
5
- width: e,
6
- height: v,
5
+ width: r,
6
+ height: e,
7
7
  viewBox: "0 0 24 24",
8
- className: h,
9
- onClick: o,
10
- style: l(t, !1),
8
+ className: o,
9
+ onClick: t,
10
+ style: s(l, !1),
11
11
  "aria-hidden": "true",
12
12
  focusable: "false",
13
- children: /* @__PURE__ */ r("path", {
14
- fill: "currentColor",
15
- d: "M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.1-.9-2-2-2m0 14H3V5h18zm-2-9H8v2h11zm0 4H8v2h11zM7 8H5v2h2zm0 4H5v2h2z"
13
+ children: /* @__PURE__ */ C("path", {
14
+ d: "M7 14C7.28333 14 7.52083 13.9042 7.7125 13.7125C7.90417 13.5208 8 13.2833 8 13C8 12.7167 7.90417 12.4792 7.7125 12.2875C7.52083 12.0958 7.28333 12 7 12C6.71667 12 6.47917 12.0958 6.2875 12.2875C6.09583 12.4792 6 12.7167 6 13C6 13.2833 6.09583 13.5208 6.2875 13.7125C6.47917 13.9042 6.71667 14 7 14ZM7 10C7.28333 10 7.52083 9.90417 7.7125 9.7125C7.90417 9.52083 8 9.28333 8 9C8 8.71667 7.90417 8.47917 7.7125 8.2875C7.52083 8.09583 7.28333 8 7 8C6.71667 8 6.47917 8.09583 6.2875 8.2875C6.09583 8.47917 6 8.71667 6 9C6 9.28333 6.09583 9.52083 6.2875 9.7125C6.47917 9.90417 6.71667 10 7 10ZM9 14H18V12H9V14ZM9 10H18V8H9V10ZM8 21V19H4C3.45 19 2.97917 18.8042 2.5875 18.4125C2.19583 18.0208 2 17.55 2 17V5C2 4.45 2.19583 3.97917 2.5875 3.5875C2.97917 3.19583 3.45 3 4 3H20C20.55 3 21.0208 3.19583 21.4125 3.5875C21.8042 3.97917 22 4.45 22 5V17C22 17.55 21.8042 18.0208 21.4125 18.4125C21.0208 18.8042 20.55 19 20 19H16V21H8Z",
15
+ fill: "currentColor"
16
16
  })
17
17
  });
18
18
  export {
19
- s as DvrIcon
19
+ a as DvrIcon
20
20
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.27.0",
6
+ "version": "3.27.1",
7
7
  "type": "module",
8
8
  "sideEffects": [
9
9
  "**/*.css",