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.
- package/NOTICE +85 -0
- package/README.ja.md +2 -0
- package/README.md +2 -0
- package/dist/components/_internal/FeedbackIcon.cjs +1 -1
- package/dist/components/_internal/FeedbackIcon.js +17 -16
- package/dist/components/ai/ChatUI/ChatUI.cjs +1 -1
- package/dist/components/ai/ChatUI/ChatUI.d.ts +8 -6
- package/dist/components/ai/ChatUI/ChatUI.js +2 -2
- package/dist/components/ai/ChatUI/chat-ui.module.cjs +1 -1
- package/dist/components/ai/ChatUI/chat-ui.module.js +4 -4
- package/dist/components/ai/CodeBlock/code-block.module.cjs +1 -1
- package/dist/components/ai/CodeBlock/code-block.module.js +1 -1
- package/dist/components/ai/Terminal/Terminal.cjs +1 -1
- package/dist/components/ai/Terminal/Terminal.js +1 -1
- package/dist/components/data-display/Card/card.module.cjs +1 -1
- package/dist/components/data-display/Card/card.module.js +15 -15
- package/dist/components/data-display/Stats/Stats.cjs +1 -1
- package/dist/components/data-display/Stats/Stats.js +46 -38
- package/dist/components/data-display/Timeline/timeline.module.cjs +1 -1
- package/dist/components/data-display/Timeline/timeline.module.js +6 -6
- package/dist/components/form/Cascader/cascader.module.cjs +1 -1
- package/dist/components/form/Cascader/cascader.module.js +6 -6
- package/dist/components/form/RichTextEditor/RichTextEditor.cjs +1 -1
- package/dist/components/form/RichTextEditor/RichTextEditor.js +248 -421
- package/dist/components/form/SignaturePad/signature-pad.module.cjs +1 -1
- package/dist/components/form/SignaturePad/signature-pad.module.js +6 -6
- package/dist/components/form/Transfer/transfer.module.cjs +1 -1
- package/dist/components/form/Transfer/transfer.module.js +6 -6
- package/dist/components/form/TreeSelect/tree-select.module.cjs +1 -1
- package/dist/components/form/TreeSelect/tree-select.module.js +6 -6
- package/dist/components/layout/Dashboard/Dashboard.cjs +1 -1
- package/dist/components/layout/Dashboard/Dashboard.js +1 -1
- package/dist/components/layout/Transition/Transition.cjs +1 -1
- package/dist/components/layout/Transition/Transition.js +24 -46
- package/dist/components/media/Gallery/Gallery.cjs +1 -1
- package/dist/components/media/Gallery/Gallery.js +1 -1
- package/dist/components/media/Lightbox/Lightbox.cjs +1 -1
- package/dist/components/media/Lightbox/Lightbox.d.ts +4 -0
- package/dist/components/media/Lightbox/Lightbox.js +23 -22
- package/dist/components/navigation/TabBar/TabBar.d.ts +12 -1
- package/dist/components/navigation/TabBar/tab-bar.module.cjs +1 -1
- package/dist/components/navigation/TabBar/tab-bar.module.js +1 -1
- package/dist/components/overlay/BottomSheet/BottomSheet.cjs +1 -1
- package/dist/components/overlay/BottomSheet/BottomSheet.js +1 -8
- package/dist/components/overlay/BottomSheet/bottom-sheet.module.cjs +1 -1
- package/dist/components/overlay/BottomSheet/bottom-sheet.module.js +8 -10
- package/dist/components/overlay/Popover/Popover.cjs +1 -1
- package/dist/components/overlay/Popover/Popover.js +2 -3
- package/dist/i18n/generated/keys.d.ts +1 -1
- package/dist/i18n/generated/resources.cjs +1 -1
- package/dist/i18n/generated/resources.js +9 -3
- package/dist/icon/alert-triangle.cjs +2 -0
- package/dist/icon/alert-triangle.js +31 -0
- package/dist/icon/align-justify.cjs +1 -1
- package/dist/icon/align-justify.js +14 -8
- package/dist/icon/arrow-down.cjs +2 -0
- package/dist/icon/arrow-down.js +22 -0
- package/dist/icon/arrow-left.cjs +2 -0
- package/dist/icon/arrow-left.js +22 -0
- package/dist/icon/arrow-right.cjs +2 -0
- package/dist/icon/arrow-right.js +22 -0
- package/dist/icon/arrow-up.cjs +2 -0
- package/dist/icon/arrow-up.js +22 -0
- package/dist/icon/bell.cjs +1 -1
- package/dist/icon/bell.js +0 -2
- package/dist/icon/bold.cjs +2 -0
- package/dist/icon/bold.js +17 -0
- package/dist/icon/chart.cjs +1 -1
- package/dist/icon/chart.js +0 -2
- package/dist/icon/close-small.cjs +1 -1
- package/dist/icon/close-small.js +21 -11
- package/dist/icon/columns.cjs +1 -1
- package/dist/icon/columns.js +5 -17
- package/dist/icon/credit-card.cjs +1 -1
- package/dist/icon/credit-card.js +0 -2
- package/dist/icon/document.cjs +1 -1
- package/dist/icon/document.js +1 -6
- package/dist/icon/eraser.cjs +2 -0
- package/dist/icon/eraser.js +17 -0
- package/dist/icon/external-link.cjs +1 -1
- package/dist/icon/external-link.js +0 -2
- package/dist/icon/grid.cjs +1 -1
- package/dist/icon/grid.js +36 -36
- package/dist/icon/grip-vertical.cjs +1 -1
- package/dist/icon/grip-vertical.js +0 -2
- package/dist/icon/home.cjs +1 -1
- package/dist/icon/home.js +1 -3
- package/dist/icon/hourglass.cjs +1 -1
- package/dist/icon/hourglass.js +6 -1
- package/dist/icon/index.cjs +1 -1
- package/dist/icon/index.d.ts +29 -1
- package/dist/icon/index.js +176 -148
- package/dist/icon/italic.cjs +2 -0
- package/dist/icon/italic.js +36 -0
- package/dist/icon/link.cjs +2 -0
- package/dist/icon/link.js +17 -0
- package/dist/icon/list-ordered.cjs +2 -0
- package/dist/icon/list-ordered.js +24 -0
- package/dist/icon/list.cjs +2 -0
- package/dist/icon/list.js +54 -0
- package/dist/icon/loading.cjs +1 -1
- package/dist/icon/loading.js +7 -16
- package/dist/icon/maximize.cjs +1 -1
- package/dist/icon/maximize.js +2 -4
- package/dist/icon/menu.cjs +1 -1
- package/dist/icon/menu.js +4 -4
- package/dist/icon/minimize.cjs +1 -1
- package/dist/icon/minimize.js +0 -2
- package/dist/icon/paperclip.cjs +1 -1
- package/dist/icon/paperclip.js +1 -3
- package/dist/icon/phone.cjs +1 -1
- package/dist/icon/phone.js +1 -1
- package/dist/icon/pip.cjs +1 -1
- package/dist/icon/pip.js +15 -31
- package/dist/icon/project.cjs +1 -1
- package/dist/icon/project.js +1 -3
- package/dist/icon/repeat.cjs +1 -1
- package/dist/icon/repeat.js +4 -6
- package/dist/icon/send.cjs +1 -1
- package/dist/icon/send.js +6 -3
- package/dist/icon/settings.cjs +1 -1
- package/dist/icon/settings.js +2 -4
- package/dist/icon/shuffle.cjs +1 -1
- package/dist/icon/shuffle.js +0 -2
- package/dist/icon/skip-back.cjs +1 -1
- package/dist/icon/skip-back.js +0 -2
- package/dist/icon/skip-forward.cjs +1 -1
- package/dist/icon/skip-forward.js +1 -3
- package/dist/icon/square.cjs +1 -1
- package/dist/icon/square.js +13 -9
- package/dist/icon/star.cjs +1 -1
- package/dist/icon/star.js +0 -2
- package/dist/icon/strikethrough.cjs +2 -0
- package/dist/icon/strikethrough.js +26 -0
- package/dist/icon/thumb-down.cjs +1 -1
- package/dist/icon/thumb-down.js +1 -1
- package/dist/icon/underline.cjs +2 -0
- package/dist/icon/underline.js +22 -0
- package/dist/icon/unlink.cjs +2 -0
- package/dist/icon/unlink.js +44 -0
- package/dist/icons.cjs +1 -1
- package/dist/icons.js +90 -76
- package/dist/index.cjs +1 -1
- package/dist/index.js +257 -243
- package/dist/llms-full.txt +11 -2
- package/dist/llms.txt +1 -1
- package/dist/locales/en/components.json +3 -1
- package/dist/locales/ja/components.json +3 -1
- package/dist/locales/pt/components.json +3 -1
- package/dist/reset.css +1 -1
- package/dist/styles.css +2 -2
- package/dist/wimui.umd.css +1 -1
- package/dist/wimui.umd.js +5 -5
- 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:
|
|
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:
|
|
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:
|
|
24
|
+
x2: 3,
|
|
19
25
|
y2: 6
|
|
20
26
|
}),
|
|
21
27
|
/* @__PURE__ */ e("line", {
|
|
22
|
-
x1:
|
|
23
|
-
y1:
|
|
24
|
-
x2:
|
|
25
|
-
y2:
|
|
28
|
+
x1: 21,
|
|
29
|
+
y1: 14,
|
|
30
|
+
x2: 3,
|
|
31
|
+
y2: 14
|
|
26
32
|
}),
|
|
27
33
|
/* @__PURE__ */ e("line", {
|
|
28
|
-
x1:
|
|
34
|
+
x1: 21,
|
|
29
35
|
y1: 18,
|
|
30
|
-
x2:
|
|
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 };
|
package/dist/icon/bell.cjs
CHANGED
|
@@ -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`,
|
|
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 };
|
package/dist/icon/chart.cjs
CHANGED
|
@@ -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`,
|
|
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;
|
package/dist/icon/chart.js
CHANGED
|
@@ -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.
|
|
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;
|
package/dist/icon/close-small.js
CHANGED
|
@@ -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
|
|
6
|
-
viewBox: "0 0 15 15",
|
|
5
|
+
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
7
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
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 {
|
|
27
|
+
export { n as default };
|
package/dist/icon/columns.cjs
CHANGED
|
@@ -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.
|
|
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;
|
package/dist/icon/columns.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "react";
|
|
3
|
-
import { jsx as e
|
|
3
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
4
4
|
//#region src/icon/columns.svg?react
|
|
5
|
-
var
|
|
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
|
-
...
|
|
14
|
-
children:
|
|
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 {
|
|
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`,
|
|
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;
|
package/dist/icon/credit-card.js
CHANGED
|
@@ -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",
|
package/dist/icon/document.cjs
CHANGED
|
@@ -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)(`
|
|
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;
|
package/dist/icon/document.js
CHANGED
|
@@ -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`,
|
|
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;
|
package/dist/icon/grid.cjs
CHANGED
|
@@ -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:
|
|
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:
|
|
17
|
-
y:
|
|
18
|
-
width:
|
|
19
|
-
height:
|
|
16
|
+
x: 4,
|
|
17
|
+
y: 4,
|
|
18
|
+
width: 2,
|
|
19
|
+
height: 2
|
|
20
20
|
}),
|
|
21
21
|
/* @__PURE__ */ e("rect", {
|
|
22
|
-
x:
|
|
23
|
-
y:
|
|
24
|
-
width:
|
|
25
|
-
height:
|
|
22
|
+
x: 11,
|
|
23
|
+
y: 4,
|
|
24
|
+
width: 2,
|
|
25
|
+
height: 2
|
|
26
26
|
}),
|
|
27
27
|
/* @__PURE__ */ e("rect", {
|
|
28
|
-
x:
|
|
29
|
-
y:
|
|
30
|
-
width:
|
|
31
|
-
height:
|
|
28
|
+
x: 18,
|
|
29
|
+
y: 4,
|
|
30
|
+
width: 2,
|
|
31
|
+
height: 2
|
|
32
32
|
}),
|
|
33
33
|
/* @__PURE__ */ e("rect", {
|
|
34
|
-
x:
|
|
35
|
-
y:
|
|
36
|
-
width:
|
|
37
|
-
height:
|
|
34
|
+
x: 4,
|
|
35
|
+
y: 11,
|
|
36
|
+
width: 2,
|
|
37
|
+
height: 2
|
|
38
38
|
}),
|
|
39
39
|
/* @__PURE__ */ e("rect", {
|
|
40
|
-
x:
|
|
41
|
-
y:
|
|
42
|
-
width:
|
|
43
|
-
height:
|
|
40
|
+
x: 11,
|
|
41
|
+
y: 11,
|
|
42
|
+
width: 2,
|
|
43
|
+
height: 2
|
|
44
44
|
}),
|
|
45
45
|
/* @__PURE__ */ e("rect", {
|
|
46
|
-
x:
|
|
47
|
-
y:
|
|
48
|
-
width:
|
|
49
|
-
height:
|
|
46
|
+
x: 18,
|
|
47
|
+
y: 11,
|
|
48
|
+
width: 2,
|
|
49
|
+
height: 2
|
|
50
50
|
}),
|
|
51
51
|
/* @__PURE__ */ e("rect", {
|
|
52
|
-
x:
|
|
53
|
-
y:
|
|
54
|
-
width:
|
|
55
|
-
height:
|
|
52
|
+
x: 4,
|
|
53
|
+
y: 18,
|
|
54
|
+
width: 2,
|
|
55
|
+
height: 2
|
|
56
56
|
}),
|
|
57
57
|
/* @__PURE__ */ e("rect", {
|
|
58
|
-
x:
|
|
59
|
-
y:
|
|
60
|
-
width:
|
|
61
|
-
height:
|
|
58
|
+
x: 11,
|
|
59
|
+
y: 18,
|
|
60
|
+
width: 2,
|
|
61
|
+
height: 2
|
|
62
62
|
}),
|
|
63
63
|
/* @__PURE__ */ e("rect", {
|
|
64
|
-
x:
|
|
65
|
-
y:
|
|
66
|
-
width:
|
|
67
|
-
height:
|
|
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`,
|
|
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",
|
package/dist/icon/home.cjs
CHANGED
|
@@ -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`,
|
|
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: "
|
|
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 };
|
package/dist/icon/hourglass.cjs
CHANGED
|
@@ -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:`
|
|
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;
|
package/dist/icon/hourglass.js
CHANGED
|
@@ -11,7 +11,12 @@ var n = (n) => /* @__PURE__ */ t("svg", {
|
|
|
11
11
|
strokeLinecap: "round",
|
|
12
12
|
strokeLinejoin: "round",
|
|
13
13
|
...n,
|
|
14
|
-
children: [
|
|
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 };
|