@officesdk/design 0.1.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/README.md +54 -0
- package/dist/components/index.d.mts +936 -0
- package/dist/components/index.d.ts +936 -0
- package/dist/components/index.js +2320 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/index.mjs +2293 -0
- package/dist/components/index.mjs.map +1 -0
- package/dist/icons/index.d.mts +93 -0
- package/dist/icons/index.d.ts +93 -0
- package/dist/icons/index.js +293 -0
- package/dist/icons/index.js.map +1 -0
- package/dist/icons/index.mjs +224 -0
- package/dist/icons/index.mjs.map +1 -0
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/index.mjs +2 -0
- package/dist/theme/index.d.mts +9 -0
- package/dist/theme/index.d.ts +9 -0
- package/dist/theme/index.js +1264 -0
- package/dist/theme/index.js.map +1 -0
- package/dist/theme/index.mjs +1261 -0
- package/dist/theme/index.mjs.map +1 -0
- package/dist/utils/index.d.mts +18 -0
- package/dist/utils/index.d.ts +18 -0
- package/dist/utils/index.js +54 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/index.mjs +49 -0
- package/dist/utils/index.mjs.map +1 -0
- package/package.json +75 -0
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
// src/components.tsx
|
|
4
|
+
var WorkbenchIcon = (props) => /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
5
|
+
/* @__PURE__ */ jsx("rect", { x: "3", y: "3", width: "14", height: "14", rx: "1", stroke: "currentColor", strokeWidth: "1.5" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { d: "M3 7H17M7 3V17", stroke: "currentColor", strokeWidth: "1.5" })
|
|
7
|
+
] });
|
|
8
|
+
var FormatBrushIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M8 12L8 17M5 9H11L13 7L11 5L9 3L7 5L5 7L5 9ZM5 9L8 12", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
9
|
+
var ClearFormatIcon = (props) => /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
10
|
+
/* @__PURE__ */ jsx("path", { d: "M6 4H14M10 4V16M3 16H17", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { d: "M3 3L17 17", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
|
|
12
|
+
] });
|
|
13
|
+
var CopyIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M6 6V4C6 3.44772 6.44772 3 7 3H16C16.5523 3 17 3.44772 17 4V13C17 13.5523 16.5523 14 16 14H14M4 6H13C13.5523 6 14 6.44772 14 7V16C14 16.5523 13.5523 17 13 17H4C3.44772 17 3 16.5523 3 16V7C3 6.44772 3.44772 6 4 6Z", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
14
|
+
var PasteIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M13 3H14C14.5523 3 15 3.44772 15 4V5M7 3H6C5.44772 3 5 3.44772 5 4V5M7 3H13M7 3V4M13 3V4M5 5H15M5 5V16C5 16.5523 5.44772 17 6 17H14C14.5523 17 15 16.5523 15 16V5", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
15
|
+
var CutIcon = (props) => /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
16
|
+
/* @__PURE__ */ jsx("circle", { cx: "6", cy: "14", r: "2", stroke: "currentColor", strokeWidth: "1.5" }),
|
|
17
|
+
/* @__PURE__ */ jsx("circle", { cx: "14", cy: "14", r: "2", stroke: "currentColor", strokeWidth: "1.5" }),
|
|
18
|
+
/* @__PURE__ */ jsx("path", { d: "M6 12L10 8L14 4M14 12L10 8M10 8V4", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
19
|
+
] });
|
|
20
|
+
var DeleteIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M4 5H16M7 5V4C7 3.44772 7.44772 3 8 3H12C12.5523 3 13 3.44772 13 4V5M8 9V14M12 9V14M5 5H15V16C15 16.5523 14.5523 17 14 17H6C5.44772 17 5 16.5523 5 16V5Z", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
21
|
+
var SelectAllIcon = (props) => /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
22
|
+
/* @__PURE__ */ jsx("rect", { x: "3", y: "3", width: "6", height: "6", stroke: "currentColor", strokeWidth: "1.5" }),
|
|
23
|
+
/* @__PURE__ */ jsx("rect", { x: "11", y: "3", width: "6", height: "6", stroke: "currentColor", strokeWidth: "1.5" }),
|
|
24
|
+
/* @__PURE__ */ jsx("rect", { x: "3", y: "11", width: "6", height: "6", stroke: "currentColor", strokeWidth: "1.5" }),
|
|
25
|
+
/* @__PURE__ */ jsx("rect", { x: "11", y: "11", width: "6", height: "6", stroke: "currentColor", strokeWidth: "1.5" })
|
|
26
|
+
] });
|
|
27
|
+
var UndoIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M4 10C4 13.3137 6.68629 16 10 16C13.3137 16 16 13.3137 16 10C16 6.68629 13.3137 4 10 4H4M4 4L6.5 6.5M4 4L6.5 1.5", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
28
|
+
var RedoIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M16 10C16 13.3137 13.3137 16 10 16C6.68629 16 4 13.3137 4 10C4 6.68629 6.68629 4 10 4H16M16 4L13.5 6.5M16 4L13.5 1.5", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
29
|
+
var SaveIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M4 17H16C16.5523 17 17 16.5523 17 16V5.41421C17 5.149 16.8946 4.89464 16.7071 4.70711L14.2929 2.29289C14.1054 2.10536 13.851 2 13.5858 2H4C3.44772 2 3 2.44772 3 3V16C3 16.5523 3.44772 17 4 17ZM13 2V5H7V2M13 12H7V17H13V12Z", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
30
|
+
var CheckIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M4 10L8 14L16 6", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
31
|
+
var HideIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M3 3L17 17M10 7C11.6569 7 13 8.34315 13 10C13 10.3506 12.9398 10.6872 12.8293 11M7.17071 7.17071C7.06015 7.48721 7 7.82355 7 8C7 9.65685 8.34315 11 10 11C10.1765 11 10.5128 10.9398 10.8293 10.8293M4 10C4 10 6.5 5 10 5C13.5 5 16 10 16 10C16 10 15 12 13 13.5M10 15C6.5 15 4 10 4 10C4 10 4.5 8.5 6 7", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
32
|
+
var PrintIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M5 7V3H15V7M5 13H4C3.44772 13 3 12.5523 3 12V8C3 7.44772 3.44772 7 4 7H16C16.5523 7 17 7.44772 17 8V12C17 12.5523 16.5523 13 16 13H15M5 11H15V17H5V11Z", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
33
|
+
var FilterIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M3 5H17L12 11V16L8 18V11L3 5Z", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
34
|
+
var SortIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M7 4L7 16M7 4L4 7M7 4L10 7M13 16V4M13 16L16 13M13 16L10 13", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
35
|
+
var SettingsIcon = (props) => /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
36
|
+
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "2.5", stroke: "currentColor", strokeWidth: "1.5" }),
|
|
37
|
+
/* @__PURE__ */ jsx("path", { d: "M10 3V4M10 16V17M17 10H16M4 10H3M15.5 4.5L14.8 5.2M5.2 14.8L4.5 15.5M15.5 15.5L14.8 14.8M5.2 5.2L4.5 4.5", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
|
|
38
|
+
] });
|
|
39
|
+
var CloseIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M15 5L5 15M5 5L15 15", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
40
|
+
var MenuIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M3 5H17M3 10H17M3 15H17", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }) });
|
|
41
|
+
var BackIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M12 5L7 10L12 15", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
42
|
+
var ListIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M8 5H17M8 10H17M8 15H17M4 5H4.01M4 10H4.01M4 15H4.01", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
43
|
+
var GridIcon = (props) => /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
44
|
+
/* @__PURE__ */ jsx("rect", { x: "3", y: "3", width: "6", height: "6", stroke: "currentColor", strokeWidth: "1.5" }),
|
|
45
|
+
/* @__PURE__ */ jsx("rect", { x: "11", y: "3", width: "6", height: "6", stroke: "currentColor", strokeWidth: "1.5" }),
|
|
46
|
+
/* @__PURE__ */ jsx("rect", { x: "3", y: "11", width: "6", height: "6", stroke: "currentColor", strokeWidth: "1.5" }),
|
|
47
|
+
/* @__PURE__ */ jsx("rect", { x: "11", y: "11", width: "6", height: "6", stroke: "currentColor", strokeWidth: "1.5" })
|
|
48
|
+
] });
|
|
49
|
+
var SearchIcon = (props) => /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
50
|
+
/* @__PURE__ */ jsx("circle", { cx: "9", cy: "9", r: "5", stroke: "currentColor", strokeWidth: "1.5" }),
|
|
51
|
+
/* @__PURE__ */ jsx("path", { d: "M13 13L17 17", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
|
|
52
|
+
] });
|
|
53
|
+
var EditIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M14 3L17 6M3 17L3.5 14L14 3.5L16.5 6L6 16.5L3 17Z", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
54
|
+
var ShareIcon = (props) => /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
55
|
+
/* @__PURE__ */ jsx("circle", { cx: "15", cy: "5", r: "2", stroke: "currentColor", strokeWidth: "1.5" }),
|
|
56
|
+
/* @__PURE__ */ jsx("circle", { cx: "5", cy: "10", r: "2", stroke: "currentColor", strokeWidth: "1.5" }),
|
|
57
|
+
/* @__PURE__ */ jsx("circle", { cx: "15", cy: "15", r: "2", stroke: "currentColor", strokeWidth: "1.5" }),
|
|
58
|
+
/* @__PURE__ */ jsx("path", { d: "M7 9L13 6M7 11L13 14", stroke: "currentColor", strokeWidth: "1.5" })
|
|
59
|
+
] });
|
|
60
|
+
var DownloadIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M10 3V13M10 13L14 9M10 13L6 9M4 15V16C4 16.5523 4.44772 17 5 17H15C15.5523 17 16 16.5523 16 16V15", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
61
|
+
var UploadIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M10 13V3M10 3L14 7M10 3L6 7M4 15V16C4 16.5523 4.44772 17 5 17H15C15.5523 17 16 16.5523 16 16V15", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
62
|
+
var IndentIncreaseIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M8 5H17M8 10H17M8 15H17M3 3H17M3 17H17M3 8L5 10L3 12", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
63
|
+
var IndentDecreaseIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M8 5H17M8 10H17M8 15H17M3 3H17M3 17H17M5 8L3 10L5 12", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
64
|
+
var AlignLeftIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M3 4H17M3 8H13M3 12H17M3 16H13", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }) });
|
|
65
|
+
var AlignCenterIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M3 4H17M5 8H15M3 12H17M5 16H15", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }) });
|
|
66
|
+
var AlignRightIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M3 4H17M7 8H17M3 12H17M7 16H17", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }) });
|
|
67
|
+
var AlignJustifyIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M3 4H17M3 8H17M3 12H17M3 16H17", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }) });
|
|
68
|
+
var ListBulletIcon = (props) => /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
69
|
+
/* @__PURE__ */ jsx("path", { d: "M8 5H17M8 10H17M8 15H17", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
70
|
+
/* @__PURE__ */ jsx("circle", { cx: "4", cy: "5", r: "1", fill: "currentColor" }),
|
|
71
|
+
/* @__PURE__ */ jsx("circle", { cx: "4", cy: "10", r: "1", fill: "currentColor" }),
|
|
72
|
+
/* @__PURE__ */ jsx("circle", { cx: "4", cy: "15", r: "1", fill: "currentColor" })
|
|
73
|
+
] });
|
|
74
|
+
var ListNumberIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M8 5H17M8 10H17M8 15H17M3 4H4V8M4 8H3M4 8H5M3 11H5L3 13H5M3 17H5V15.5", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
75
|
+
var BoldIcon = (props) => /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
76
|
+
/* @__PURE__ */ jsx("path", { d: "M5 3H11C12.6569 3 14 4.34315 14 6C14 7.65685 12.6569 9 11 9H5V3Z", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
77
|
+
/* @__PURE__ */ jsx("path", { d: "M5 9H12C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15H5V9Z", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
78
|
+
] });
|
|
79
|
+
var ItalicIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M12 3H7M12 17H7M11 3L9 17", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
80
|
+
var UnderlineIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M5 3V9C5 11.7614 7.23858 14 10 14C12.7614 14 15 11.7614 15 9V3M4 17H16", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
81
|
+
var StrikethroughIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M3 10H17M6 5C6 3.89543 6.89543 3 8 3H12C13.1046 3 14 3.89543 14 5C14 6.10457 13.1046 7 12 7H8M8 13H12C13.1046 13 14 13.8954 14 15C14 16.1046 13.1046 17 12 17H8C6.89543 17 6 16.1046 6 15", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
82
|
+
var LinkIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M8 12L12 8M10 14L8 16C6.89543 17.1046 5.10457 17.1046 4 16C2.89543 14.8954 2.89543 13.1046 4 12L6 10M14 10L16 8C17.1046 6.89543 17.1046 5.10457 16 4C14.8954 2.89543 13.1046 2.89543 12 4L10 6", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
83
|
+
var ImageIcon = (props) => /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
84
|
+
/* @__PURE__ */ jsx("rect", { x: "3", y: "3", width: "14", height: "14", rx: "1", stroke: "currentColor", strokeWidth: "1.5" }),
|
|
85
|
+
/* @__PURE__ */ jsx("circle", { cx: "7", cy: "7", r: "1.5", stroke: "currentColor", strokeWidth: "1.5" }),
|
|
86
|
+
/* @__PURE__ */ jsx("path", { d: "M17 13L13 9L8 14L5 11L3 13", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
87
|
+
] });
|
|
88
|
+
var RotateLeftIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M4 10C4 13.3137 6.68629 16 10 16C13.3137 16 16 13.3137 16 10C16 6.68629 13.3137 4 10 4V1L6 5L10 9V6C11.6569 6 13 7.34315 13 9C13 10.6569 11.6569 12 10 12C8.34315 12 7 10.6569 7 9", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
89
|
+
var RotateRightIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M16 10C16 13.3137 13.3137 16 10 16C6.68629 16 4 13.3137 4 10C4 6.68629 6.68629 4 10 4V1L14 5L10 9V6C8.34315 6 7 7.34315 7 9C7 10.6569 8.34315 12 10 12C11.6569 12 13 10.6569 13 9", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
90
|
+
var FlipHorizontalIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M10 3V17M6 6L3 10L6 14M14 6L17 10L14 14", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
91
|
+
var FlipVerticalIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M3 10H17M6 6L10 3L14 6M6 14L10 17L14 14", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
92
|
+
var TableIcon = (props) => /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
93
|
+
/* @__PURE__ */ jsx("rect", { x: "3", y: "3", width: "14", height: "14", rx: "1", stroke: "currentColor", strokeWidth: "1.5" }),
|
|
94
|
+
/* @__PURE__ */ jsx("path", { d: "M3 8H17M10 8V17", stroke: "currentColor", strokeWidth: "1.5" })
|
|
95
|
+
] });
|
|
96
|
+
var FreezeIcon = (props) => /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
97
|
+
/* @__PURE__ */ jsx("rect", { x: "3", y: "3", width: "14", height: "14", rx: "1", stroke: "currentColor", strokeWidth: "1.5" }),
|
|
98
|
+
/* @__PURE__ */ jsx("path", { d: "M3 8H17M8 3V17", stroke: "currentColor", strokeWidth: "1.5" }),
|
|
99
|
+
/* @__PURE__ */ jsx("path", { d: "M3 8L8 3", stroke: "currentColor", strokeWidth: "1.5" })
|
|
100
|
+
] });
|
|
101
|
+
var MergeCellsIcon = (props) => /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
102
|
+
/* @__PURE__ */ jsx("rect", { x: "3", y: "6", width: "14", height: "8", rx: "1", stroke: "currentColor", strokeWidth: "1.5" }),
|
|
103
|
+
/* @__PURE__ */ jsx("path", { d: "M7 10H13M7 10L9 8M7 10L9 12M13 10L11 8M13 10L11 12", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
104
|
+
] });
|
|
105
|
+
var SplitCellsIcon = (props) => /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
106
|
+
/* @__PURE__ */ jsx("rect", { x: "3", y: "6", width: "14", height: "8", rx: "1", stroke: "currentColor", strokeWidth: "1.5" }),
|
|
107
|
+
/* @__PURE__ */ jsx("path", { d: "M10 6V14M6 10H8M12 10H14", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
|
|
108
|
+
] });
|
|
109
|
+
var ArrowUpIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M7 4.5L10.5 8.5H3.5L7 4.5Z", fill: "currentColor" }) });
|
|
110
|
+
var ArrowDownIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M7 9.5L3.5 5.5H10.5L7 9.5Z", fill: "currentColor" }) });
|
|
111
|
+
var ArrowLeftIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M12 5L7 10L12 15", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
112
|
+
var ArrowRightIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M8 5L13 10L8 15", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
113
|
+
var ChevronUpIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M5 13L10 8L15 13", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
114
|
+
var ChevronDownIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M5 8L10 13L15 8", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
115
|
+
var PlusIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M10 5V15M5 10H15", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }) });
|
|
116
|
+
var MinusIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M5 10H15", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round" }) });
|
|
117
|
+
var MoreIcon = (props) => /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
118
|
+
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "1", fill: "currentColor" }),
|
|
119
|
+
/* @__PURE__ */ jsx("circle", { cx: "15", cy: "10", r: "1", fill: "currentColor" }),
|
|
120
|
+
/* @__PURE__ */ jsx("circle", { cx: "5", cy: "10", r: "1", fill: "currentColor" })
|
|
121
|
+
] });
|
|
122
|
+
var RefreshIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C12.5 3 14.7 4.3 16 6.3M16 3V6.5H12.5", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
123
|
+
var FullscreenIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M3 7V4C3 3.44772 3.44772 3 4 3H7M13 3H16C16.5523 3 17 3.44772 17 4V7M17 13V16C17 16.5523 16.5523 17 16 17H13M7 17H4C3.44772 17 3 16.5523 3 16V13", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
124
|
+
var ExitFullscreenIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M7 3V7H3M13 3V7H17M17 13H13V17M3 13H7V17", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) });
|
|
125
|
+
var SuccessIcon = (props) => /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
126
|
+
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "7", fill: "#52C41A" }),
|
|
127
|
+
/* @__PURE__ */ jsx("path", { d: "M6 10L9 13L14 7", stroke: "white", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
128
|
+
] });
|
|
129
|
+
var ErrorIcon = (props) => /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
130
|
+
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "7", fill: "#E95555" }),
|
|
131
|
+
/* @__PURE__ */ jsx("path", { d: "M7 7L13 13M13 7L7 13", stroke: "white", strokeWidth: "2", strokeLinecap: "round" })
|
|
132
|
+
] });
|
|
133
|
+
var WarningIcon = (props) => /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
134
|
+
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "7", fill: "#FAAD14" }),
|
|
135
|
+
/* @__PURE__ */ jsx("path", { d: "M10 6V11M10 14H10.01", stroke: "white", strokeWidth: "2", strokeLinecap: "round" })
|
|
136
|
+
] });
|
|
137
|
+
var InfoIcon = (props) => /* @__PURE__ */ jsxs("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
138
|
+
/* @__PURE__ */ jsx("circle", { cx: "10", cy: "10", r: "7", fill: "#5BA0E7" }),
|
|
139
|
+
/* @__PURE__ */ jsx("path", { d: "M10 9V14M10 6H10.01", stroke: "white", strokeWidth: "2", strokeLinecap: "round" })
|
|
140
|
+
] });
|
|
141
|
+
var LoadingIcon = (props) => /* @__PURE__ */ jsx("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M10 3V6M10 14V17M17 10H14M6 10H3M15.5 4.5L13.4 6.6M6.6 13.4L4.5 15.5M15.5 15.5L13.4 13.4M6.6 6.6L4.5 4.5", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }) });
|
|
142
|
+
|
|
143
|
+
// src/registry.ts
|
|
144
|
+
var iconRegistry = {
|
|
145
|
+
// General Icons
|
|
146
|
+
"workbench": WorkbenchIcon,
|
|
147
|
+
"format-brush": FormatBrushIcon,
|
|
148
|
+
"clear-format": ClearFormatIcon,
|
|
149
|
+
"copy": CopyIcon,
|
|
150
|
+
"paste": PasteIcon,
|
|
151
|
+
"cut": CutIcon,
|
|
152
|
+
"delete": DeleteIcon,
|
|
153
|
+
"select-all": SelectAllIcon,
|
|
154
|
+
"undo": UndoIcon,
|
|
155
|
+
"redo": RedoIcon,
|
|
156
|
+
"save": SaveIcon,
|
|
157
|
+
"check": CheckIcon,
|
|
158
|
+
"hide": HideIcon,
|
|
159
|
+
"print": PrintIcon,
|
|
160
|
+
// Main Site Icons
|
|
161
|
+
"filter": FilterIcon,
|
|
162
|
+
"sort": SortIcon,
|
|
163
|
+
"settings": SettingsIcon,
|
|
164
|
+
"close": CloseIcon,
|
|
165
|
+
"menu": MenuIcon,
|
|
166
|
+
"back": BackIcon,
|
|
167
|
+
"list": ListIcon,
|
|
168
|
+
"grid": GridIcon,
|
|
169
|
+
"search": SearchIcon,
|
|
170
|
+
"edit": EditIcon,
|
|
171
|
+
"share": ShareIcon,
|
|
172
|
+
"download": DownloadIcon,
|
|
173
|
+
"upload": UploadIcon,
|
|
174
|
+
// Text Icons
|
|
175
|
+
"indent-increase": IndentIncreaseIcon,
|
|
176
|
+
"indent-decrease": IndentDecreaseIcon,
|
|
177
|
+
"align-left": AlignLeftIcon,
|
|
178
|
+
"align-center": AlignCenterIcon,
|
|
179
|
+
"align-right": AlignRightIcon,
|
|
180
|
+
"align-justify": AlignJustifyIcon,
|
|
181
|
+
"list-bullet": ListBulletIcon,
|
|
182
|
+
"list-number": ListNumberIcon,
|
|
183
|
+
"bold": BoldIcon,
|
|
184
|
+
"italic": ItalicIcon,
|
|
185
|
+
"underline": UnderlineIcon,
|
|
186
|
+
"strikethrough": StrikethroughIcon,
|
|
187
|
+
"link": LinkIcon,
|
|
188
|
+
// Image Icons
|
|
189
|
+
"image": ImageIcon,
|
|
190
|
+
"rotate-left": RotateLeftIcon,
|
|
191
|
+
"rotate-right": RotateRightIcon,
|
|
192
|
+
"flip-horizontal": FlipHorizontalIcon,
|
|
193
|
+
"flip-vertical": FlipVerticalIcon,
|
|
194
|
+
// Table Icons
|
|
195
|
+
"table": TableIcon,
|
|
196
|
+
"freeze": FreezeIcon,
|
|
197
|
+
"merge-cells": MergeCellsIcon,
|
|
198
|
+
"split-cells": SplitCellsIcon,
|
|
199
|
+
// Arrow Icons
|
|
200
|
+
"arrow-up": ArrowUpIcon,
|
|
201
|
+
"arrow-down": ArrowDownIcon,
|
|
202
|
+
"arrow-left": ArrowLeftIcon,
|
|
203
|
+
"arrow-right": ArrowRightIcon,
|
|
204
|
+
"chevron-up": ChevronUpIcon,
|
|
205
|
+
"chevron-down": ChevronDownIcon,
|
|
206
|
+
// Utility Icons
|
|
207
|
+
"plus": PlusIcon,
|
|
208
|
+
"minus": MinusIcon,
|
|
209
|
+
"more": MoreIcon,
|
|
210
|
+
"refresh": RefreshIcon,
|
|
211
|
+
"fullscreen": FullscreenIcon,
|
|
212
|
+
"exit-fullscreen": ExitFullscreenIcon,
|
|
213
|
+
// Status Icons
|
|
214
|
+
"success": SuccessIcon,
|
|
215
|
+
"error": ErrorIcon,
|
|
216
|
+
"warning": WarningIcon,
|
|
217
|
+
"info": InfoIcon,
|
|
218
|
+
"loading": LoadingIcon
|
|
219
|
+
};
|
|
220
|
+
var getIcon = (name) => iconRegistry[name];
|
|
221
|
+
|
|
222
|
+
export { AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, BackIcon, BoldIcon, CheckIcon, ChevronDownIcon, ChevronUpIcon, ClearFormatIcon, CloseIcon, CopyIcon, CutIcon, DeleteIcon, DownloadIcon, EditIcon, ErrorIcon, ExitFullscreenIcon, FilterIcon, FlipHorizontalIcon, FlipVerticalIcon, FormatBrushIcon, FreezeIcon, FullscreenIcon, GridIcon, HideIcon, ImageIcon, IndentDecreaseIcon, IndentIncreaseIcon, InfoIcon, ItalicIcon, LinkIcon, ListBulletIcon, ListIcon, ListNumberIcon, LoadingIcon, MenuIcon, MergeCellsIcon, MinusIcon, MoreIcon, PasteIcon, PlusIcon, PrintIcon, RedoIcon, RefreshIcon, RotateLeftIcon, RotateRightIcon, SaveIcon, SearchIcon, SelectAllIcon, SettingsIcon, ShareIcon, SortIcon, SplitCellsIcon, StrikethroughIcon, SuccessIcon, TableIcon, UnderlineIcon, UndoIcon, UploadIcon, WarningIcon, WorkbenchIcon, getIcon, iconRegistry };
|
|
223
|
+
//# sourceMappingURL=index.mjs.map
|
|
224
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/components.tsx","../src/registry.ts"],"names":[],"mappings":"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","file":"index.mjs","sourcesContent":["import { SVGProps } from 'react';\n\n// ==================== General Icons ====================\n\nexport const WorkbenchIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <rect x=\"3\" y=\"3\" width=\"14\" height=\"14\" rx=\"1\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n <path d=\"M3 7H17M7 3V17\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n </svg>\n);\n\nexport const FormatBrushIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M8 12L8 17M5 9H11L13 7L11 5L9 3L7 5L5 7L5 9ZM5 9L8 12\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const ClearFormatIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M6 4H14M10 4V16M3 16H17\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/>\n <path d=\"M3 3L17 17\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/>\n </svg>\n);\n\nexport const CopyIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M6 6V4C6 3.44772 6.44772 3 7 3H16C16.5523 3 17 3.44772 17 4V13C17 13.5523 16.5523 14 16 14H14M4 6H13C13.5523 6 14 6.44772 14 7V16C14 16.5523 13.5523 17 13 17H4C3.44772 17 3 16.5523 3 16V7C3 6.44772 3.44772 6 4 6Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const PasteIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M13 3H14C14.5523 3 15 3.44772 15 4V5M7 3H6C5.44772 3 5 3.44772 5 4V5M7 3H13M7 3V4M13 3V4M5 5H15M5 5V16C5 16.5523 5.44772 17 6 17H14C14.5523 17 15 16.5523 15 16V5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const CutIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <circle cx=\"6\" cy=\"14\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n <circle cx=\"14\" cy=\"14\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n <path d=\"M6 12L10 8L14 4M14 12L10 8M10 8V4\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const DeleteIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M4 5H16M7 5V4C7 3.44772 7.44772 3 8 3H12C12.5523 3 13 3.44772 13 4V5M8 9V14M12 9V14M5 5H15V16C15 16.5523 14.5523 17 14 17H6C5.44772 17 5 16.5523 5 16V5Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const SelectAllIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <rect x=\"3\" y=\"3\" width=\"6\" height=\"6\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n <rect x=\"11\" y=\"3\" width=\"6\" height=\"6\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n <rect x=\"3\" y=\"11\" width=\"6\" height=\"6\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n <rect x=\"11\" y=\"11\" width=\"6\" height=\"6\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n </svg>\n);\n\nexport const UndoIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M4 10C4 13.3137 6.68629 16 10 16C13.3137 16 16 13.3137 16 10C16 6.68629 13.3137 4 10 4H4M4 4L6.5 6.5M4 4L6.5 1.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const RedoIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M16 10C16 13.3137 13.3137 16 10 16C6.68629 16 4 13.3137 4 10C4 6.68629 6.68629 4 10 4H16M16 4L13.5 6.5M16 4L13.5 1.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const SaveIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M4 17H16C16.5523 17 17 16.5523 17 16V5.41421C17 5.149 16.8946 4.89464 16.7071 4.70711L14.2929 2.29289C14.1054 2.10536 13.851 2 13.5858 2H4C3.44772 2 3 2.44772 3 3V16C3 16.5523 3.44772 17 4 17ZM13 2V5H7V2M13 12H7V17H13V12Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const CheckIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M4 10L8 14L16 6\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const HideIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M3 3L17 17M10 7C11.6569 7 13 8.34315 13 10C13 10.3506 12.9398 10.6872 12.8293 11M7.17071 7.17071C7.06015 7.48721 7 7.82355 7 8C7 9.65685 8.34315 11 10 11C10.1765 11 10.5128 10.9398 10.8293 10.8293M4 10C4 10 6.5 5 10 5C13.5 5 16 10 16 10C16 10 15 12 13 13.5M10 15C6.5 15 4 10 4 10C4 10 4.5 8.5 6 7\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const PrintIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M5 7V3H15V7M5 13H4C3.44772 13 3 12.5523 3 12V8C3 7.44772 3.44772 7 4 7H16C16.5523 7 17 7.44772 17 8V12C17 12.5523 16.5523 13 16 13H15M5 11H15V17H5V11Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\n// ==================== Main Site Icons ====================\n\nexport const FilterIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M3 5H17L12 11V16L8 18V11L3 5Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const SortIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M7 4L7 16M7 4L4 7M7 4L10 7M13 16V4M13 16L16 13M13 16L10 13\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const SettingsIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <circle cx=\"10\" cy=\"10\" r=\"2.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n <path d=\"M10 3V4M10 16V17M17 10H16M4 10H3M15.5 4.5L14.8 5.2M5.2 14.8L4.5 15.5M15.5 15.5L14.8 14.8M5.2 5.2L4.5 4.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/>\n </svg>\n);\n\nexport const CloseIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M15 5L5 15M5 5L15 15\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const MenuIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M3 5H17M3 10H17M3 15H17\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/>\n </svg>\n);\n\nexport const BackIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M12 5L7 10L12 15\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const ListIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M8 5H17M8 10H17M8 15H17M4 5H4.01M4 10H4.01M4 15H4.01\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const GridIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <rect x=\"3\" y=\"3\" width=\"6\" height=\"6\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n <rect x=\"11\" y=\"3\" width=\"6\" height=\"6\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n <rect x=\"3\" y=\"11\" width=\"6\" height=\"6\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n <rect x=\"11\" y=\"11\" width=\"6\" height=\"6\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n </svg>\n);\n\nexport const SearchIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <circle cx=\"9\" cy=\"9\" r=\"5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n <path d=\"M13 13L17 17\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/>\n </svg>\n);\n\nexport const EditIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M14 3L17 6M3 17L3.5 14L14 3.5L16.5 6L6 16.5L3 17Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const ShareIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <circle cx=\"15\" cy=\"5\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n <circle cx=\"5\" cy=\"10\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n <circle cx=\"15\" cy=\"15\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n <path d=\"M7 9L13 6M7 11L13 14\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n </svg>\n);\n\nexport const DownloadIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M10 3V13M10 13L14 9M10 13L6 9M4 15V16C4 16.5523 4.44772 17 5 17H15C15.5523 17 16 16.5523 16 16V15\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const UploadIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M10 13V3M10 3L14 7M10 3L6 7M4 15V16C4 16.5523 4.44772 17 5 17H15C15.5523 17 16 16.5523 16 16V15\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\n// ==================== Text Icons ====================\n\nexport const IndentIncreaseIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M8 5H17M8 10H17M8 15H17M3 3H17M3 17H17M3 8L5 10L3 12\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const IndentDecreaseIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M8 5H17M8 10H17M8 15H17M3 3H17M3 17H17M5 8L3 10L5 12\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const AlignLeftIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M3 4H17M3 8H13M3 12H17M3 16H13\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/>\n </svg>\n);\n\nexport const AlignCenterIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M3 4H17M5 8H15M3 12H17M5 16H15\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/>\n </svg>\n);\n\nexport const AlignRightIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M3 4H17M7 8H17M3 12H17M7 16H17\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/>\n </svg>\n);\n\nexport const AlignJustifyIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M3 4H17M3 8H17M3 12H17M3 16H17\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/>\n </svg>\n);\n\nexport const ListBulletIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M8 5H17M8 10H17M8 15H17\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/>\n <circle cx=\"4\" cy=\"5\" r=\"1\" fill=\"currentColor\"/>\n <circle cx=\"4\" cy=\"10\" r=\"1\" fill=\"currentColor\"/>\n <circle cx=\"4\" cy=\"15\" r=\"1\" fill=\"currentColor\"/>\n </svg>\n);\n\nexport const ListNumberIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M8 5H17M8 10H17M8 15H17M3 4H4V8M4 8H3M4 8H5M3 11H5L3 13H5M3 17H5V15.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const BoldIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M5 3H11C12.6569 3 14 4.34315 14 6C14 7.65685 12.6569 9 11 9H5V3Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n <path d=\"M5 9H12C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15H5V9Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const ItalicIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M12 3H7M12 17H7M11 3L9 17\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const UnderlineIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M5 3V9C5 11.7614 7.23858 14 10 14C12.7614 14 15 11.7614 15 9V3M4 17H16\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const StrikethroughIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M3 10H17M6 5C6 3.89543 6.89543 3 8 3H12C13.1046 3 14 3.89543 14 5C14 6.10457 13.1046 7 12 7H8M8 13H12C13.1046 13 14 13.8954 14 15C14 16.1046 13.1046 17 12 17H8C6.89543 17 6 16.1046 6 15\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const LinkIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M8 12L12 8M10 14L8 16C6.89543 17.1046 5.10457 17.1046 4 16C2.89543 14.8954 2.89543 13.1046 4 12L6 10M14 10L16 8C17.1046 6.89543 17.1046 5.10457 16 4C14.8954 2.89543 13.1046 2.89543 12 4L10 6\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\n// ==================== Image Icons ====================\n\nexport const ImageIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <rect x=\"3\" y=\"3\" width=\"14\" height=\"14\" rx=\"1\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n <circle cx=\"7\" cy=\"7\" r=\"1.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n <path d=\"M17 13L13 9L8 14L5 11L3 13\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const RotateLeftIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M4 10C4 13.3137 6.68629 16 10 16C13.3137 16 16 13.3137 16 10C16 6.68629 13.3137 4 10 4V1L6 5L10 9V6C11.6569 6 13 7.34315 13 9C13 10.6569 11.6569 12 10 12C8.34315 12 7 10.6569 7 9\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const RotateRightIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M16 10C16 13.3137 13.3137 16 10 16C6.68629 16 4 13.3137 4 10C4 6.68629 6.68629 4 10 4V1L14 5L10 9V6C8.34315 6 7 7.34315 7 9C7 10.6569 8.34315 12 10 12C11.6569 12 13 10.6569 13 9\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const FlipHorizontalIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M10 3V17M6 6L3 10L6 14M14 6L17 10L14 14\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const FlipVerticalIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M3 10H17M6 6L10 3L14 6M6 14L10 17L14 14\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\n// ==================== Table Icons ====================\n\nexport const TableIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <rect x=\"3\" y=\"3\" width=\"14\" height=\"14\" rx=\"1\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n <path d=\"M3 8H17M10 8V17\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n </svg>\n);\n\nexport const FreezeIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <rect x=\"3\" y=\"3\" width=\"14\" height=\"14\" rx=\"1\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n <path d=\"M3 8H17M8 3V17\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n <path d=\"M3 8L8 3\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n </svg>\n);\n\nexport const MergeCellsIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <rect x=\"3\" y=\"6\" width=\"14\" height=\"8\" rx=\"1\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n <path d=\"M7 10H13M7 10L9 8M7 10L9 12M13 10L11 8M13 10L11 12\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const SplitCellsIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <rect x=\"3\" y=\"6\" width=\"14\" height=\"8\" rx=\"1\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>\n <path d=\"M10 6V14M6 10H8M12 10H14\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/>\n </svg>\n);\n\n// ==================== Arrow Icons ====================\n\nexport const ArrowUpIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M7 4.5L10.5 8.5H3.5L7 4.5Z\" fill=\"currentColor\"/>\n </svg>\n);\n\nexport const ArrowDownIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M7 9.5L3.5 5.5H10.5L7 9.5Z\" fill=\"currentColor\"/>\n </svg>\n);\n\nexport const ArrowLeftIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M12 5L7 10L12 15\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const ArrowRightIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M8 5L13 10L8 15\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const ChevronUpIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M5 13L10 8L15 13\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const ChevronDownIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M5 8L10 13L15 8\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\n// ==================== Utility Icons ====================\n\nexport const PlusIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M10 5V15M5 10H15\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/>\n </svg>\n);\n\nexport const MinusIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M5 10H15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>\n </svg>\n);\n\nexport const MoreIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <circle cx=\"10\" cy=\"10\" r=\"1\" fill=\"currentColor\"/>\n <circle cx=\"15\" cy=\"10\" r=\"1\" fill=\"currentColor\"/>\n <circle cx=\"5\" cy=\"10\" r=\"1\" fill=\"currentColor\"/>\n </svg>\n);\n\nexport const RefreshIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C12.5 3 14.7 4.3 16 6.3M16 3V6.5H12.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const FullscreenIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M3 7V4C3 3.44772 3.44772 3 4 3H7M13 3H16C16.5523 3 17 3.44772 17 4V7M17 13V16C17 16.5523 16.5523 17 16 17H13M7 17H4C3.44772 17 3 16.5523 3 16V13\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const ExitFullscreenIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M7 3V7H3M13 3V7H17M17 13H13V17M3 13H7V17\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\n// ==================== Status Icons ====================\n\nexport const SuccessIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <circle cx=\"10\" cy=\"10\" r=\"7\" fill=\"#52C41A\"/>\n <path d=\"M6 10L9 13L14 7\" stroke=\"white\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>\n </svg>\n);\n\nexport const ErrorIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <circle cx=\"10\" cy=\"10\" r=\"7\" fill=\"#E95555\"/>\n <path d=\"M7 7L13 13M13 7L7 13\" stroke=\"white\" strokeWidth=\"2\" strokeLinecap=\"round\"/>\n </svg>\n);\n\nexport const WarningIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <circle cx=\"10\" cy=\"10\" r=\"7\" fill=\"#FAAD14\"/>\n <path d=\"M10 6V11M10 14H10.01\" stroke=\"white\" strokeWidth=\"2\" strokeLinecap=\"round\"/>\n </svg>\n);\n\nexport const InfoIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <circle cx=\"10\" cy=\"10\" r=\"7\" fill=\"#5BA0E7\"/>\n <path d=\"M10 9V14M10 6H10.01\" stroke=\"white\" strokeWidth=\"2\" strokeLinecap=\"round\"/>\n </svg>\n);\n\nexport const LoadingIcon = (props: SVGProps<SVGSVGElement>) => (\n <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" {...props}>\n <path d=\"M10 3V6M10 14V17M17 10H14M6 10H3M15.5 4.5L13.4 6.6M6.6 13.4L4.5 15.5M15.5 15.5L13.4 13.4M6.6 6.6L4.5 4.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/>\n </svg>\n);\n","import {\n // General\n WorkbenchIcon,\n FormatBrushIcon,\n ClearFormatIcon,\n CopyIcon,\n PasteIcon,\n CutIcon,\n DeleteIcon,\n SelectAllIcon,\n UndoIcon,\n RedoIcon,\n SaveIcon,\n CheckIcon,\n HideIcon,\n PrintIcon,\n // Main Site\n FilterIcon,\n SortIcon,\n SettingsIcon,\n CloseIcon,\n MenuIcon,\n BackIcon,\n ListIcon,\n GridIcon,\n SearchIcon,\n EditIcon,\n ShareIcon,\n DownloadIcon,\n UploadIcon,\n // Text\n IndentIncreaseIcon,\n IndentDecreaseIcon,\n AlignLeftIcon,\n AlignCenterIcon,\n AlignRightIcon,\n AlignJustifyIcon,\n ListBulletIcon,\n ListNumberIcon,\n BoldIcon,\n ItalicIcon,\n UnderlineIcon,\n StrikethroughIcon,\n LinkIcon,\n // Image\n ImageIcon,\n RotateLeftIcon,\n RotateRightIcon,\n FlipHorizontalIcon,\n FlipVerticalIcon,\n // Table\n TableIcon,\n FreezeIcon,\n MergeCellsIcon,\n SplitCellsIcon,\n // Arrows\n ArrowUpIcon,\n ArrowDownIcon,\n ArrowLeftIcon,\n ArrowRightIcon,\n ChevronUpIcon,\n ChevronDownIcon,\n // Utility\n PlusIcon,\n MinusIcon,\n MoreIcon,\n RefreshIcon,\n FullscreenIcon,\n ExitFullscreenIcon,\n // Status\n SuccessIcon,\n ErrorIcon,\n WarningIcon,\n InfoIcon,\n LoadingIcon,\n} from './components.js';\nimport type { IconRegistry } from './types';\n\n/**\n * Built-in icon registry\n * Maps icon names to React components\n */\nexport const iconRegistry: IconRegistry = {\n // General Icons\n 'workbench': WorkbenchIcon,\n 'format-brush': FormatBrushIcon,\n 'clear-format': ClearFormatIcon,\n 'copy': CopyIcon,\n 'paste': PasteIcon,\n 'cut': CutIcon,\n 'delete': DeleteIcon,\n 'select-all': SelectAllIcon,\n 'undo': UndoIcon,\n 'redo': RedoIcon,\n 'save': SaveIcon,\n 'check': CheckIcon,\n 'hide': HideIcon,\n 'print': PrintIcon,\n\n // Main Site Icons\n 'filter': FilterIcon,\n 'sort': SortIcon,\n 'settings': SettingsIcon,\n 'close': CloseIcon,\n 'menu': MenuIcon,\n 'back': BackIcon,\n 'list': ListIcon,\n 'grid': GridIcon,\n 'search': SearchIcon,\n 'edit': EditIcon,\n 'share': ShareIcon,\n 'download': DownloadIcon,\n 'upload': UploadIcon,\n\n // Text Icons\n 'indent-increase': IndentIncreaseIcon,\n 'indent-decrease': IndentDecreaseIcon,\n 'align-left': AlignLeftIcon,\n 'align-center': AlignCenterIcon,\n 'align-right': AlignRightIcon,\n 'align-justify': AlignJustifyIcon,\n 'list-bullet': ListBulletIcon,\n 'list-number': ListNumberIcon,\n 'bold': BoldIcon,\n 'italic': ItalicIcon,\n 'underline': UnderlineIcon,\n 'strikethrough': StrikethroughIcon,\n 'link': LinkIcon,\n\n // Image Icons\n 'image': ImageIcon,\n 'rotate-left': RotateLeftIcon,\n 'rotate-right': RotateRightIcon,\n 'flip-horizontal': FlipHorizontalIcon,\n 'flip-vertical': FlipVerticalIcon,\n\n // Table Icons\n 'table': TableIcon,\n 'freeze': FreezeIcon,\n 'merge-cells': MergeCellsIcon,\n 'split-cells': SplitCellsIcon,\n\n // Arrow Icons\n 'arrow-up': ArrowUpIcon,\n 'arrow-down': ArrowDownIcon,\n 'arrow-left': ArrowLeftIcon,\n 'arrow-right': ArrowRightIcon,\n 'chevron-up': ChevronUpIcon,\n 'chevron-down': ChevronDownIcon,\n\n // Utility Icons\n 'plus': PlusIcon,\n 'minus': MinusIcon,\n 'more': MoreIcon,\n 'refresh': RefreshIcon,\n 'fullscreen': FullscreenIcon,\n 'exit-fullscreen': ExitFullscreenIcon,\n\n // Status Icons\n 'success': SuccessIcon,\n 'error': ErrorIcon,\n 'warning': WarningIcon,\n 'info': InfoIcon,\n 'loading': LoadingIcon,\n};\n\n/**\n * Get icon component by name\n */\nexport const getIcon = (name: string) => iconRegistry[name];\n"]}
|
package/dist/index.d.mts
ADDED
package/dist/index.d.ts
ADDED
package/dist/index.js
ADDED
package/dist/index.mjs
ADDED