@alxgrn/telefrag-ui 0.0.35 → 0.0.36

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,5 +1,5 @@
1
1
  import { jsxs as o, jsx as t } from "react/jsx-runtime";
2
- const e = () => /* @__PURE__ */ o(
2
+ const r = () => /* @__PURE__ */ o(
3
3
  "svg",
4
4
  {
5
5
  stroke: "currentColor",
@@ -8,8 +8,8 @@ const e = () => /* @__PURE__ */ o(
8
8
  viewBox: "0 0 24 24",
9
9
  strokeLinecap: "round",
10
10
  strokeLinejoin: "round",
11
- height: "200px",
12
- width: "200px",
11
+ height: "1em",
12
+ width: "1em",
13
13
  xmlns: "http://www.w3.org/2000/svg",
14
14
  children: [
15
15
  /* @__PURE__ */ t("path", { d: "M21 6H3" }),
@@ -20,5 +20,5 @@ const e = () => /* @__PURE__ */ o(
20
20
  }
21
21
  );
22
22
  export {
23
- e as default
23
+ r as default
24
24
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alxgrn/telefrag-ui",
3
3
  "description": "UI library for The Daily Telefrag project",
4
- "version": "0.0.35",
4
+ "version": "0.0.36",
5
5
  "private": false,
6
6
  "author": "Alexander Fedorov <alex@molner.ru>",
7
7
  "license": "Apache-2.0",