wimui 0.14.0 → 0.16.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.
Files changed (154) hide show
  1. package/NOTICE +85 -0
  2. package/README.ja.md +2 -0
  3. package/README.md +2 -0
  4. package/dist/components/_internal/FeedbackIcon.cjs +1 -1
  5. package/dist/components/_internal/FeedbackIcon.js +17 -16
  6. package/dist/components/ai/ChatUI/ChatUI.cjs +1 -1
  7. package/dist/components/ai/ChatUI/ChatUI.d.ts +8 -6
  8. package/dist/components/ai/ChatUI/ChatUI.js +2 -2
  9. package/dist/components/ai/ChatUI/chat-ui.module.cjs +1 -1
  10. package/dist/components/ai/ChatUI/chat-ui.module.js +4 -4
  11. package/dist/components/ai/CodeBlock/code-block.module.cjs +1 -1
  12. package/dist/components/ai/CodeBlock/code-block.module.js +1 -1
  13. package/dist/components/ai/Terminal/Terminal.cjs +1 -1
  14. package/dist/components/ai/Terminal/Terminal.js +1 -1
  15. package/dist/components/data-display/Card/card.module.cjs +1 -1
  16. package/dist/components/data-display/Card/card.module.js +15 -15
  17. package/dist/components/data-display/Stats/Stats.cjs +1 -1
  18. package/dist/components/data-display/Stats/Stats.js +46 -38
  19. package/dist/components/data-display/Timeline/timeline.module.cjs +1 -1
  20. package/dist/components/data-display/Timeline/timeline.module.js +6 -6
  21. package/dist/components/form/Cascader/cascader.module.cjs +1 -1
  22. package/dist/components/form/Cascader/cascader.module.js +6 -6
  23. package/dist/components/form/RichTextEditor/RichTextEditor.cjs +1 -1
  24. package/dist/components/form/RichTextEditor/RichTextEditor.js +248 -421
  25. package/dist/components/form/SignaturePad/signature-pad.module.cjs +1 -1
  26. package/dist/components/form/SignaturePad/signature-pad.module.js +6 -6
  27. package/dist/components/form/Transfer/transfer.module.cjs +1 -1
  28. package/dist/components/form/Transfer/transfer.module.js +6 -6
  29. package/dist/components/form/TreeSelect/tree-select.module.cjs +1 -1
  30. package/dist/components/form/TreeSelect/tree-select.module.js +6 -6
  31. package/dist/components/layout/Dashboard/Dashboard.cjs +1 -1
  32. package/dist/components/layout/Dashboard/Dashboard.js +1 -1
  33. package/dist/components/layout/Transition/Transition.cjs +1 -1
  34. package/dist/components/layout/Transition/Transition.js +24 -46
  35. package/dist/components/media/Gallery/Gallery.cjs +1 -1
  36. package/dist/components/media/Gallery/Gallery.js +1 -1
  37. package/dist/components/media/Lightbox/Lightbox.cjs +1 -1
  38. package/dist/components/media/Lightbox/Lightbox.d.ts +4 -0
  39. package/dist/components/media/Lightbox/Lightbox.js +23 -22
  40. package/dist/components/navigation/TabBar/TabBar.d.ts +12 -1
  41. package/dist/components/navigation/TabBar/tab-bar.module.cjs +1 -1
  42. package/dist/components/navigation/TabBar/tab-bar.module.js +1 -1
  43. package/dist/components/overlay/BottomSheet/BottomSheet.cjs +1 -1
  44. package/dist/components/overlay/BottomSheet/BottomSheet.js +1 -8
  45. package/dist/components/overlay/BottomSheet/bottom-sheet.module.cjs +1 -1
  46. package/dist/components/overlay/BottomSheet/bottom-sheet.module.js +8 -10
  47. package/dist/components/overlay/Popover/Popover.cjs +1 -1
  48. package/dist/components/overlay/Popover/Popover.js +2 -3
  49. package/dist/i18n/generated/keys.d.ts +1 -1
  50. package/dist/i18n/generated/resources.cjs +1 -1
  51. package/dist/i18n/generated/resources.js +9 -3
  52. package/dist/icon/alert-triangle.cjs +2 -0
  53. package/dist/icon/alert-triangle.js +31 -0
  54. package/dist/icon/align-justify.cjs +1 -1
  55. package/dist/icon/align-justify.js +14 -8
  56. package/dist/icon/arrow-down.cjs +2 -0
  57. package/dist/icon/arrow-down.js +22 -0
  58. package/dist/icon/arrow-left.cjs +2 -0
  59. package/dist/icon/arrow-left.js +22 -0
  60. package/dist/icon/arrow-right.cjs +2 -0
  61. package/dist/icon/arrow-right.js +22 -0
  62. package/dist/icon/arrow-up.cjs +2 -0
  63. package/dist/icon/arrow-up.js +22 -0
  64. package/dist/icon/bell.cjs +1 -1
  65. package/dist/icon/bell.js +0 -2
  66. package/dist/icon/bold.cjs +2 -0
  67. package/dist/icon/bold.js +17 -0
  68. package/dist/icon/chart.cjs +1 -1
  69. package/dist/icon/chart.js +0 -2
  70. package/dist/icon/close-small.cjs +1 -1
  71. package/dist/icon/close-small.js +21 -11
  72. package/dist/icon/columns.cjs +1 -1
  73. package/dist/icon/columns.js +5 -17
  74. package/dist/icon/credit-card.cjs +1 -1
  75. package/dist/icon/credit-card.js +0 -2
  76. package/dist/icon/document.cjs +1 -1
  77. package/dist/icon/document.js +1 -6
  78. package/dist/icon/eraser.cjs +2 -0
  79. package/dist/icon/eraser.js +17 -0
  80. package/dist/icon/external-link.cjs +1 -1
  81. package/dist/icon/external-link.js +0 -2
  82. package/dist/icon/grid.cjs +1 -1
  83. package/dist/icon/grid.js +36 -36
  84. package/dist/icon/grip-vertical.cjs +1 -1
  85. package/dist/icon/grip-vertical.js +0 -2
  86. package/dist/icon/home.cjs +1 -1
  87. package/dist/icon/home.js +1 -3
  88. package/dist/icon/hourglass.cjs +1 -1
  89. package/dist/icon/hourglass.js +6 -1
  90. package/dist/icon/index.cjs +1 -1
  91. package/dist/icon/index.d.ts +29 -1
  92. package/dist/icon/index.js +176 -148
  93. package/dist/icon/italic.cjs +2 -0
  94. package/dist/icon/italic.js +36 -0
  95. package/dist/icon/link.cjs +2 -0
  96. package/dist/icon/link.js +17 -0
  97. package/dist/icon/list-ordered.cjs +2 -0
  98. package/dist/icon/list-ordered.js +24 -0
  99. package/dist/icon/list.cjs +2 -0
  100. package/dist/icon/list.js +54 -0
  101. package/dist/icon/loading.cjs +1 -1
  102. package/dist/icon/loading.js +7 -16
  103. package/dist/icon/maximize.cjs +1 -1
  104. package/dist/icon/maximize.js +2 -4
  105. package/dist/icon/menu.cjs +1 -1
  106. package/dist/icon/menu.js +4 -4
  107. package/dist/icon/minimize.cjs +1 -1
  108. package/dist/icon/minimize.js +0 -2
  109. package/dist/icon/paperclip.cjs +1 -1
  110. package/dist/icon/paperclip.js +1 -3
  111. package/dist/icon/phone.cjs +1 -1
  112. package/dist/icon/phone.js +1 -1
  113. package/dist/icon/pip.cjs +1 -1
  114. package/dist/icon/pip.js +15 -31
  115. package/dist/icon/project.cjs +1 -1
  116. package/dist/icon/project.js +1 -3
  117. package/dist/icon/repeat.cjs +1 -1
  118. package/dist/icon/repeat.js +4 -6
  119. package/dist/icon/send.cjs +1 -1
  120. package/dist/icon/send.js +6 -3
  121. package/dist/icon/settings.cjs +1 -1
  122. package/dist/icon/settings.js +2 -4
  123. package/dist/icon/shuffle.cjs +1 -1
  124. package/dist/icon/shuffle.js +0 -2
  125. package/dist/icon/skip-back.cjs +1 -1
  126. package/dist/icon/skip-back.js +0 -2
  127. package/dist/icon/skip-forward.cjs +1 -1
  128. package/dist/icon/skip-forward.js +1 -3
  129. package/dist/icon/square.cjs +1 -1
  130. package/dist/icon/square.js +13 -9
  131. package/dist/icon/star.cjs +1 -1
  132. package/dist/icon/star.js +0 -2
  133. package/dist/icon/strikethrough.cjs +2 -0
  134. package/dist/icon/strikethrough.js +26 -0
  135. package/dist/icon/thumb-down.cjs +1 -1
  136. package/dist/icon/thumb-down.js +1 -1
  137. package/dist/icon/underline.cjs +2 -0
  138. package/dist/icon/underline.js +22 -0
  139. package/dist/icon/unlink.cjs +2 -0
  140. package/dist/icon/unlink.js +44 -0
  141. package/dist/icons.cjs +1 -1
  142. package/dist/icons.js +90 -76
  143. package/dist/index.cjs +1 -1
  144. package/dist/index.js +257 -243
  145. package/dist/llms-full.txt +11 -2
  146. package/dist/llms.txt +1 -1
  147. package/dist/locales/en/components.json +3 -1
  148. package/dist/locales/ja/components.json +3 -1
  149. package/dist/locales/pt/components.json +3 -1
  150. package/dist/reset.css +1 -1
  151. package/dist/styles.css +2 -2
  152. package/dist/wimui.umd.css +1 -1
  153. package/dist/wimui.umd.js +5 -5
  154. package/package.json +7 -2
@@ -0,0 +1,31 @@
1
+ "use client";
2
+ import "react";
3
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
4
+ //#region src/icon/alert-triangle.svg?react
5
+ var n = (n) => /* @__PURE__ */ t("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ stroke: "currentColor",
10
+ strokeWidth: 2,
11
+ strokeLinecap: "round",
12
+ strokeLinejoin: "round",
13
+ ...n,
14
+ children: [
15
+ /* @__PURE__ */ e("path", { d: "M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z" }),
16
+ /* @__PURE__ */ e("line", {
17
+ x1: 12,
18
+ y1: 9,
19
+ x2: 12,
20
+ y2: 13
21
+ }),
22
+ /* @__PURE__ */ e("line", {
23
+ x1: 12,
24
+ y1: 17,
25
+ x2: 12.01,
26
+ y2: 17
27
+ })
28
+ ]
29
+ });
30
+ //#endregion
31
+ export { n as default };
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`line`,{x1:3,y1:6,x2:21,y2:6}),(0,n.jsx)(`line`,{x1:3,y1:12,x2:21,y2:12}),(0,n.jsx)(`line`,{x1:3,y1:18,x2:21,y2:18})]});exports.default=r;
2
+ const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`line`,{x1:21,y1:10,x2:3,y2:10}),(0,n.jsx)(`line`,{x1:21,y1:6,x2:3,y2:6}),(0,n.jsx)(`line`,{x1:21,y1:14,x2:3,y2:14}),(0,n.jsx)(`line`,{x1:21,y1:18,x2:3,y2:18})]});exports.default=r;
@@ -13,21 +13,27 @@ var n = (n) => /* @__PURE__ */ t("svg", {
13
13
  ...n,
14
14
  children: [
15
15
  /* @__PURE__ */ e("line", {
16
- x1: 3,
16
+ x1: 21,
17
+ y1: 10,
18
+ x2: 3,
19
+ y2: 10
20
+ }),
21
+ /* @__PURE__ */ e("line", {
22
+ x1: 21,
17
23
  y1: 6,
18
- x2: 21,
24
+ x2: 3,
19
25
  y2: 6
20
26
  }),
21
27
  /* @__PURE__ */ e("line", {
22
- x1: 3,
23
- y1: 12,
24
- x2: 21,
25
- y2: 12
28
+ x1: 21,
29
+ y1: 14,
30
+ x2: 3,
31
+ y2: 14
26
32
  }),
27
33
  /* @__PURE__ */ e("line", {
28
- x1: 3,
34
+ x1: 21,
29
35
  y1: 18,
30
- x2: 21,
36
+ x2: 3,
31
37
  y2: 18
32
38
  })
33
39
  ]
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`line`,{x1:12,y1:5,x2:12,y2:19}),(0,n.jsx)(`polyline`,{points:`19 12 12 19 5 12`})]});exports.default=r;
@@ -0,0 +1,22 @@
1
+ "use client";
2
+ import "react";
3
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
4
+ //#region src/icon/arrow-down.svg?react
5
+ var n = (n) => /* @__PURE__ */ t("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ stroke: "currentColor",
10
+ strokeWidth: 2,
11
+ strokeLinecap: "round",
12
+ strokeLinejoin: "round",
13
+ ...n,
14
+ children: [/* @__PURE__ */ e("line", {
15
+ x1: 12,
16
+ y1: 5,
17
+ x2: 12,
18
+ y2: 19
19
+ }), /* @__PURE__ */ e("polyline", { points: "19 12 12 19 5 12" })]
20
+ });
21
+ //#endregion
22
+ export { n as default };
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`line`,{x1:19,y1:12,x2:5,y2:12}),(0,n.jsx)(`polyline`,{points:`12 19 5 12 12 5`})]});exports.default=r;
@@ -0,0 +1,22 @@
1
+ "use client";
2
+ import "react";
3
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
4
+ //#region src/icon/arrow-left.svg?react
5
+ var n = (n) => /* @__PURE__ */ t("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ stroke: "currentColor",
10
+ strokeWidth: 2,
11
+ strokeLinecap: "round",
12
+ strokeLinejoin: "round",
13
+ ...n,
14
+ children: [/* @__PURE__ */ e("line", {
15
+ x1: 19,
16
+ y1: 12,
17
+ x2: 5,
18
+ y2: 12
19
+ }), /* @__PURE__ */ e("polyline", { points: "12 19 5 12 12 5" })]
20
+ });
21
+ //#endregion
22
+ export { n as default };
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`line`,{x1:5,y1:12,x2:19,y2:12}),(0,n.jsx)(`polyline`,{points:`12 5 19 12 12 19`})]});exports.default=r;
@@ -0,0 +1,22 @@
1
+ "use client";
2
+ import "react";
3
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
4
+ //#region src/icon/arrow-right.svg?react
5
+ var n = (n) => /* @__PURE__ */ t("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ stroke: "currentColor",
10
+ strokeWidth: 2,
11
+ strokeLinecap: "round",
12
+ strokeLinejoin: "round",
13
+ ...n,
14
+ children: [/* @__PURE__ */ e("line", {
15
+ x1: 5,
16
+ y1: 12,
17
+ x2: 19,
18
+ y2: 12
19
+ }), /* @__PURE__ */ e("polyline", { points: "12 5 19 12 12 19" })]
20
+ });
21
+ //#endregion
22
+ export { n as default };
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`line`,{x1:12,y1:19,x2:12,y2:5}),(0,n.jsx)(`polyline`,{points:`5 12 12 5 19 12`})]});exports.default=r;
@@ -0,0 +1,22 @@
1
+ "use client";
2
+ import "react";
3
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
4
+ //#region src/icon/arrow-up.svg?react
5
+ var n = (n) => /* @__PURE__ */ t("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ stroke: "currentColor",
10
+ strokeWidth: 2,
11
+ strokeLinecap: "round",
12
+ strokeLinejoin: "round",
13
+ ...n,
14
+ children: [/* @__PURE__ */ e("line", {
15
+ x1: 12,
16
+ y1: 19,
17
+ x2: 12,
18
+ y2: 5
19
+ }), /* @__PURE__ */ e("polyline", { points: "5 12 12 5 19 12" })]
20
+ });
21
+ //#endregion
22
+ export { n as default };
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:24,height:24,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9`}),(0,n.jsx)(`path`,{d:`M13.73 21a2 2 0 0 1-3.46 0`})]});exports.default=r;
2
+ const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9`}),(0,n.jsx)(`path`,{d:`M13.73 21a2 2 0 0 1-3.46 0`})]});exports.default=r;
package/dist/icon/bell.js CHANGED
@@ -4,8 +4,6 @@ import { jsx as e, jsxs as t } from "react/jsx-runtime";
4
4
  //#region src/icon/bell.svg?react
5
5
  var n = (n) => /* @__PURE__ */ t("svg", {
6
6
  xmlns: "http://www.w3.org/2000/svg",
7
- width: 24,
8
- height: 24,
9
7
  viewBox: "0 0 24 24",
10
8
  fill: "none",
11
9
  stroke: "currentColor",
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z`}),(0,n.jsx)(`path`,{d:`M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z`})]});exports.default=r;
@@ -0,0 +1,17 @@
1
+ "use client";
2
+ import "react";
3
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
4
+ //#region src/icon/bold.svg?react
5
+ var n = (n) => /* @__PURE__ */ t("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ stroke: "currentColor",
10
+ strokeWidth: 2,
11
+ strokeLinecap: "round",
12
+ strokeLinejoin: "round",
13
+ ...n,
14
+ children: [/* @__PURE__ */ e("path", { d: "M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z" }), /* @__PURE__ */ e("path", { d: "M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z" })]
15
+ });
16
+ //#endregion
17
+ export { n as default };
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:24,height:24,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M3 3v18h18`}),(0,n.jsx)(`path`,{d:`m19 9-5 5-4-4-3 3`})]});exports.default=r;
2
+ const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M3 3v18h18`}),(0,n.jsx)(`path`,{d:`m19 9-5 5-4-4-3 3`})]});exports.default=r;
@@ -4,8 +4,6 @@ import { jsx as e, jsxs as t } from "react/jsx-runtime";
4
4
  //#region src/icon/chart.svg?react
5
5
  var n = (n) => /* @__PURE__ */ t("svg", {
6
6
  xmlns: "http://www.w3.org/2000/svg",
7
- width: 24,
8
- height: 24,
9
7
  viewBox: "0 0 24 24",
10
8
  fill: "none",
11
9
  stroke: "currentColor",
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsx)(`svg`,{viewBox:`0 0 15 15`,xmlns:`http://www.w3.org/2000/svg`,...e,children:(0,n.jsx)(`path`,{fillRule:`evenodd`,clipRule:`evenodd`,d:`M12.8536 2.85355C13.0488 2.65829 13.0488 2.34171 12.8536 2.14645C12.6583 1.95118 12.3417 1.95118 12.1464 2.14645L7.5 6.79289L2.85355 2.14645C2.65829 1.95118 2.34171 1.95118 2.14645 2.14645C1.95118 2.34171 1.95118 2.65829 2.14645 2.85355L6.79289 7.5L2.14645 12.1464C1.95118 12.3417 1.95118 12.6583 2.14645 12.8536C2.34171 13.0488 2.65829 13.0488 2.85355 12.8536L7.5 8.20711L12.1464 12.8536C12.3417 13.0488 12.6583 13.0488 12.8536 12.8536C13.0488 12.6583 13.0488 12.3417 12.8536 12.1464L8.20711 7.5L12.8536 2.85355Z`,fill:`currentColor`})});exports.default=r;
2
+ const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`line`,{x1:18,y1:6,x2:6,y2:18}),(0,n.jsx)(`line`,{x1:6,y1:6,x2:18,y2:18})]});exports.default=r;
@@ -1,17 +1,27 @@
1
1
  "use client";
2
2
  import "react";
3
- import { jsx as e } from "react/jsx-runtime";
3
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
4
4
  //#region src/icon/close-small.svg?react
5
- var t = (t) => /* @__PURE__ */ e("svg", {
6
- viewBox: "0 0 15 15",
5
+ var n = (n) => /* @__PURE__ */ t("svg", {
7
6
  xmlns: "http://www.w3.org/2000/svg",
8
- ...t,
9
- children: /* @__PURE__ */ e("path", {
10
- fillRule: "evenodd",
11
- clipRule: "evenodd",
12
- d: "M12.8536 2.85355C13.0488 2.65829 13.0488 2.34171 12.8536 2.14645C12.6583 1.95118 12.3417 1.95118 12.1464 2.14645L7.5 6.79289L2.85355 2.14645C2.65829 1.95118 2.34171 1.95118 2.14645 2.14645C1.95118 2.34171 1.95118 2.65829 2.14645 2.85355L6.79289 7.5L2.14645 12.1464C1.95118 12.3417 1.95118 12.6583 2.14645 12.8536C2.34171 13.0488 2.65829 13.0488 2.85355 12.8536L7.5 8.20711L12.1464 12.8536C12.3417 13.0488 12.6583 13.0488 12.8536 12.8536C13.0488 12.6583 13.0488 12.3417 12.8536 12.1464L8.20711 7.5L12.8536 2.85355Z",
13
- fill: "currentColor"
14
- })
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ stroke: "currentColor",
10
+ strokeWidth: 2,
11
+ strokeLinecap: "round",
12
+ strokeLinejoin: "round",
13
+ ...n,
14
+ children: [/* @__PURE__ */ e("line", {
15
+ x1: 18,
16
+ y1: 6,
17
+ x2: 6,
18
+ y2: 18
19
+ }), /* @__PURE__ */ e("line", {
20
+ x1: 6,
21
+ y1: 6,
22
+ x2: 18,
23
+ y2: 18
24
+ })]
15
25
  });
16
26
  //#endregion
17
- export { t as default };
27
+ export { n as default };
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`rect`,{x:3,y:3,width:7,height:18,rx:1}),(0,n.jsx)(`rect`,{x:14,y:3,width:7,height:18,rx:1})]});exports.default=r;
2
+ const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsx)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:(0,n.jsx)(`path`,{d:`M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18`})});exports.default=r;
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import "react";
3
- import { jsx as e, jsxs as t } from "react/jsx-runtime";
3
+ import { jsx as e } from "react/jsx-runtime";
4
4
  //#region src/icon/columns.svg?react
5
- var n = (n) => /* @__PURE__ */ t("svg", {
5
+ var t = (t) => /* @__PURE__ */ e("svg", {
6
6
  xmlns: "http://www.w3.org/2000/svg",
7
7
  viewBox: "0 0 24 24",
8
8
  fill: "none",
@@ -10,20 +10,8 @@ var n = (n) => /* @__PURE__ */ t("svg", {
10
10
  strokeWidth: 2,
11
11
  strokeLinecap: "round",
12
12
  strokeLinejoin: "round",
13
- ...n,
14
- children: [/* @__PURE__ */ e("rect", {
15
- x: 3,
16
- y: 3,
17
- width: 7,
18
- height: 18,
19
- rx: 1
20
- }), /* @__PURE__ */ e("rect", {
21
- x: 14,
22
- y: 3,
23
- width: 7,
24
- height: 18,
25
- rx: 1
26
- })]
13
+ ...t,
14
+ children: /* @__PURE__ */ e("path", { d: "M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18" })
27
15
  });
28
16
  //#endregion
29
- export { n as default };
17
+ export { t as default };
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:24,height:24,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`rect`,{x:1,y:4,width:22,height:16,rx:2,ry:2}),(0,n.jsx)(`line`,{x1:1,y1:10,x2:23,y2:10})]});exports.default=r;
2
+ const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`rect`,{x:1,y:4,width:22,height:16,rx:2,ry:2}),(0,n.jsx)(`line`,{x1:1,y1:10,x2:23,y2:10})]});exports.default=r;
@@ -4,8 +4,6 @@ import { jsx as e, jsxs as t } from "react/jsx-runtime";
4
4
  //#region src/icon/credit-card.svg?react
5
5
  var n = (n) => /* @__PURE__ */ t("svg", {
6
6
  xmlns: "http://www.w3.org/2000/svg",
7
- width: 24,
8
- height: 24,
9
7
  viewBox: "0 0 24 24",
10
8
  fill: "none",
11
9
  stroke: "currentColor",
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z`}),(0,n.jsx)(`polyline`,{points:`14 2 14 8 20 8`}),(0,n.jsx)(`line`,{x1:16,y1:13,x2:8,y2:13}),(0,n.jsx)(`line`,{x1:16,y1:17,x2:8,y2:17}),(0,n.jsx)(`line`,{x1:10,y1:9,x2:8,y2:9})]});exports.default=r;
2
+ const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z`}),(0,n.jsx)(`polyline`,{points:`14 2 14 8 20 8`}),(0,n.jsx)(`line`,{x1:16,y1:13,x2:8,y2:13}),(0,n.jsx)(`line`,{x1:16,y1:17,x2:8,y2:17}),(0,n.jsx)(`polyline`,{points:`10 9 9 9 8 9`})]});exports.default=r;
@@ -26,12 +26,7 @@ var n = (n) => /* @__PURE__ */ t("svg", {
26
26
  x2: 8,
27
27
  y2: 17
28
28
  }),
29
- /* @__PURE__ */ e("line", {
30
- x1: 10,
31
- y1: 9,
32
- x2: 8,
33
- y2: 9
34
- })
29
+ /* @__PURE__ */ e("polyline", { points: "10 9 9 9 8 9" })
35
30
  ]
36
31
  });
37
32
  //#endregion
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M21 21H8a2 2 0 0 1-1.42-.587l-3.994-3.999a2 2 0 0 1 0-2.828l10-10a2 2 0 0 1 2.829 0l5.999 6a2 2 0 0 1 0 2.828L12.834 21`}),(0,n.jsx)(`path`,{d:`m5.082 11.09 8.828 8.828`})]});exports.default=r;
@@ -0,0 +1,17 @@
1
+ "use client";
2
+ import "react";
3
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
4
+ //#region src/icon/eraser.svg?react
5
+ var n = (n) => /* @__PURE__ */ t("svg", {
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ stroke: "currentColor",
10
+ strokeWidth: 2,
11
+ strokeLinecap: "round",
12
+ strokeLinejoin: "round",
13
+ ...n,
14
+ children: [/* @__PURE__ */ e("path", { d: "M21 21H8a2 2 0 0 1-1.42-.587l-3.994-3.999a2 2 0 0 1 0-2.828l10-10a2 2 0 0 1 2.829 0l5.999 6a2 2 0 0 1 0 2.828L12.834 21" }), /* @__PURE__ */ e("path", { d: "m5.082 11.09 8.828 8.828" })]
15
+ });
16
+ //#endregion
17
+ export { n as default };
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,width:24,height:24,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6`}),(0,n.jsx)(`polyline`,{points:`15 3 21 3 21 9`}),(0,n.jsx)(`line`,{x1:10,y1:14,x2:21,y2:3})]});exports.default=r;
2
+ const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6`}),(0,n.jsx)(`polyline`,{points:`15 3 21 3 21 9`}),(0,n.jsx)(`line`,{x1:10,y1:14,x2:21,y2:3})]});exports.default=r;
@@ -5,8 +5,6 @@ import { jsx as e, jsxs as t } from "react/jsx-runtime";
5
5
  var n = (n) => /* @__PURE__ */ t("svg", {
6
6
  xmlns: "http://www.w3.org/2000/svg",
7
7
  viewBox: "0 0 24 24",
8
- width: 24,
9
- height: 24,
10
8
  fill: "none",
11
9
  stroke: "currentColor",
12
10
  strokeWidth: 2,
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`rect`,{x:3,y:3,width:4,height:4}),(0,n.jsx)(`rect`,{x:10,y:3,width:4,height:4}),(0,n.jsx)(`rect`,{x:17,y:3,width:4,height:4}),(0,n.jsx)(`rect`,{x:3,y:10,width:4,height:4}),(0,n.jsx)(`rect`,{x:10,y:10,width:4,height:4}),(0,n.jsx)(`rect`,{x:17,y:10,width:4,height:4}),(0,n.jsx)(`rect`,{x:3,y:17,width:4,height:4}),(0,n.jsx)(`rect`,{x:10,y:17,width:4,height:4}),(0,n.jsx)(`rect`,{x:17,y:17,width:4,height:4})]});exports.default=r;
2
+ const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`rect`,{x:4,y:4,width:2,height:2}),(0,n.jsx)(`rect`,{x:11,y:4,width:2,height:2}),(0,n.jsx)(`rect`,{x:18,y:4,width:2,height:2}),(0,n.jsx)(`rect`,{x:4,y:11,width:2,height:2}),(0,n.jsx)(`rect`,{x:11,y:11,width:2,height:2}),(0,n.jsx)(`rect`,{x:18,y:11,width:2,height:2}),(0,n.jsx)(`rect`,{x:4,y:18,width:2,height:2}),(0,n.jsx)(`rect`,{x:11,y:18,width:2,height:2}),(0,n.jsx)(`rect`,{x:18,y:18,width:2,height:2})]});exports.default=r;
package/dist/icon/grid.js CHANGED
@@ -13,58 +13,58 @@ var n = (n) => /* @__PURE__ */ t("svg", {
13
13
  ...n,
14
14
  children: [
15
15
  /* @__PURE__ */ e("rect", {
16
- x: 3,
17
- y: 3,
18
- width: 4,
19
- height: 4
16
+ x: 4,
17
+ y: 4,
18
+ width: 2,
19
+ height: 2
20
20
  }),
21
21
  /* @__PURE__ */ e("rect", {
22
- x: 10,
23
- y: 3,
24
- width: 4,
25
- height: 4
22
+ x: 11,
23
+ y: 4,
24
+ width: 2,
25
+ height: 2
26
26
  }),
27
27
  /* @__PURE__ */ e("rect", {
28
- x: 17,
29
- y: 3,
30
- width: 4,
31
- height: 4
28
+ x: 18,
29
+ y: 4,
30
+ width: 2,
31
+ height: 2
32
32
  }),
33
33
  /* @__PURE__ */ e("rect", {
34
- x: 3,
35
- y: 10,
36
- width: 4,
37
- height: 4
34
+ x: 4,
35
+ y: 11,
36
+ width: 2,
37
+ height: 2
38
38
  }),
39
39
  /* @__PURE__ */ e("rect", {
40
- x: 10,
41
- y: 10,
42
- width: 4,
43
- height: 4
40
+ x: 11,
41
+ y: 11,
42
+ width: 2,
43
+ height: 2
44
44
  }),
45
45
  /* @__PURE__ */ e("rect", {
46
- x: 17,
47
- y: 10,
48
- width: 4,
49
- height: 4
46
+ x: 18,
47
+ y: 11,
48
+ width: 2,
49
+ height: 2
50
50
  }),
51
51
  /* @__PURE__ */ e("rect", {
52
- x: 3,
53
- y: 17,
54
- width: 4,
55
- height: 4
52
+ x: 4,
53
+ y: 18,
54
+ width: 2,
55
+ height: 2
56
56
  }),
57
57
  /* @__PURE__ */ e("rect", {
58
- x: 10,
59
- y: 17,
60
- width: 4,
61
- height: 4
58
+ x: 11,
59
+ y: 18,
60
+ width: 2,
61
+ height: 2
62
62
  }),
63
63
  /* @__PURE__ */ e("rect", {
64
- x: 17,
65
- y: 17,
66
- width: 4,
67
- height: 4
64
+ x: 18,
65
+ y: 18,
66
+ width: 2,
67
+ height: 2
68
68
  })
69
69
  ]
70
70
  });
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:24,height:24,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`circle`,{cx:9,cy:5,r:1}),(0,n.jsx)(`circle`,{cx:9,cy:12,r:1}),(0,n.jsx)(`circle`,{cx:9,cy:19,r:1}),(0,n.jsx)(`circle`,{cx:15,cy:5,r:1}),(0,n.jsx)(`circle`,{cx:15,cy:12,r:1}),(0,n.jsx)(`circle`,{cx:15,cy:19,r:1})]});exports.default=r;
2
+ const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`circle`,{cx:9,cy:5,r:1}),(0,n.jsx)(`circle`,{cx:9,cy:12,r:1}),(0,n.jsx)(`circle`,{cx:9,cy:19,r:1}),(0,n.jsx)(`circle`,{cx:15,cy:5,r:1}),(0,n.jsx)(`circle`,{cx:15,cy:12,r:1}),(0,n.jsx)(`circle`,{cx:15,cy:19,r:1})]});exports.default=r;
@@ -4,8 +4,6 @@ import { jsx as e, jsxs as t } from "react/jsx-runtime";
4
4
  //#region src/icon/grip-vertical.svg?react
5
5
  var n = (n) => /* @__PURE__ */ t("svg", {
6
6
  xmlns: "http://www.w3.org/2000/svg",
7
- width: 24,
8
- height: 24,
9
7
  viewBox: "0 0 24 24",
10
8
  fill: "none",
11
9
  stroke: "currentColor",
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:24,height:24,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z`}),(0,n.jsx)(`polyline`,{points:`9 22 9 12 15 12 15 22`})]});exports.default=r;
2
+ const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z`}),(0,n.jsx)(`polyline`,{points:`9 22 9 12 15 12 15 22`})]});exports.default=r;
package/dist/icon/home.js CHANGED
@@ -4,8 +4,6 @@ import { jsx as e, jsxs as t } from "react/jsx-runtime";
4
4
  //#region src/icon/home.svg?react
5
5
  var n = (n) => /* @__PURE__ */ t("svg", {
6
6
  xmlns: "http://www.w3.org/2000/svg",
7
- width: 24,
8
- height: 24,
9
7
  viewBox: "0 0 24 24",
10
8
  fill: "none",
11
9
  stroke: "currentColor",
@@ -13,7 +11,7 @@ var n = (n) => /* @__PURE__ */ t("svg", {
13
11
  strokeLinecap: "round",
14
12
  strokeLinejoin: "round",
15
13
  ...n,
16
- children: [/* @__PURE__ */ e("path", { d: "m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }), /* @__PURE__ */ e("polyline", { points: "9 22 9 12 15 12 15 22" })]
14
+ children: [/* @__PURE__ */ e("path", { d: "M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }), /* @__PURE__ */ e("polyline", { points: "9 22 9 12 15 12 15 22" })]
17
15
  });
18
16
  //#endregion
19
17
  export { n as default };
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M22 12h-6l-2 3h-4l-2-3H2`}),(0,n.jsx)(`path`,{d:`M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z`})]});exports.default=r;
2
+ const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M5 22h14`}),(0,n.jsx)(`path`,{d:`M5 2h14`}),(0,n.jsx)(`path`,{d:`M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22`}),(0,n.jsx)(`path`,{d:`M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2`})]});exports.default=r;
@@ -11,7 +11,12 @@ var n = (n) => /* @__PURE__ */ t("svg", {
11
11
  strokeLinecap: "round",
12
12
  strokeLinejoin: "round",
13
13
  ...n,
14
- children: [/* @__PURE__ */ e("path", { d: "M22 12h-6l-2 3h-4l-2-3H2" }), /* @__PURE__ */ e("path", { d: "M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" })]
14
+ children: [
15
+ /* @__PURE__ */ e("path", { d: "M5 22h14" }),
16
+ /* @__PURE__ */ e("path", { d: "M5 2h14" }),
17
+ /* @__PURE__ */ e("path", { d: "M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22" }),
18
+ /* @__PURE__ */ e("path", { d: "M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2" })
19
+ ]
15
20
  });
16
21
  //#endregion
17
22
  export { n as default };