organify-ui 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/dist/chunk-7GFTSEVQ.js +77 -0
- package/dist/chunk-7GFTSEVQ.js.map +1 -0
- package/dist/chunk-FWI3KZVO.js +508 -0
- package/dist/chunk-FWI3KZVO.js.map +1 -0
- package/dist/chunk-WPZJKIZT.js +248 -0
- package/dist/chunk-WPZJKIZT.js.map +1 -0
- package/dist/chunk-YIVDY4T6.js +412 -0
- package/dist/chunk-YIVDY4T6.js.map +1 -0
- package/dist/i18n/index.d.ts +169 -0
- package/dist/i18n/index.js +3 -0
- package/dist/i18n/index.js.map +1 -0
- package/dist/icons/index.d.ts +84 -0
- package/dist/icons/index.js +3 -0
- package/dist/icons/index.js.map +1 -0
- package/dist/index.d.ts +430 -0
- package/dist/index.js +1453 -0
- package/dist/index.js.map +1 -0
- package/dist/providers/theme-provider.d.ts +25 -0
- package/dist/providers/theme-provider.js +3 -0
- package/dist/providers/theme-provider.js.map +1 -0
- package/dist/tailwind-preset.d.ts +16 -0
- package/dist/tailwind-preset.js +91 -0
- package/dist/tailwind-preset.js.map +1 -0
- package/dist/tokens/index.d.ts +336 -0
- package/dist/tokens/index.js +59 -0
- package/dist/tokens/index.js.map +1 -0
- package/package.json +96 -0
- package/src/globals.css +396 -0
|
@@ -0,0 +1,412 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
// src/icons/brand.tsx
|
|
4
|
+
function OrgDiamond({ size = 24, ...props }) {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("linearGradient", { id: "org-diamond-grad", x1: "4", y1: "4", x2: "20", y2: "20", gradientUnits: "userSpaceOnUse", children: [
|
|
7
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#4F39F6" }),
|
|
8
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#241979" })
|
|
9
|
+
] }) }),
|
|
10
|
+
/* @__PURE__ */ jsx("rect", { x: "12", y: "2.34", width: "13.66", height: "13.66", rx: "2", transform: "rotate(45 12 2.34)", fill: "url(#org-diamond-grad)" })
|
|
11
|
+
] });
|
|
12
|
+
}
|
|
13
|
+
function OrgLogo({ size = 32, ...props }) {
|
|
14
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
15
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("linearGradient", { id: "org-logo-grad", x1: "10", y1: "10", x2: "22", y2: "22", gradientUnits: "userSpaceOnUse", children: [
|
|
16
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#4F39F6" }),
|
|
17
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#241979" })
|
|
18
|
+
] }) }),
|
|
19
|
+
/* @__PURE__ */ jsx("rect", { x: "2", y: "2", width: "28", height: "28", rx: "7", stroke: "currentColor", strokeOpacity: "0.25", strokeWidth: "1.5" }),
|
|
20
|
+
/* @__PURE__ */ jsx("path", { d: "M26 2 L30 2 L30 6", stroke: "#4F39F6", strokeOpacity: "0.5", strokeWidth: "1.5", strokeLinecap: "round", fill: "none" }),
|
|
21
|
+
/* @__PURE__ */ jsx("rect", { x: "16", y: "7.17", width: "12.49", height: "12.49", rx: "1.5", transform: "rotate(45 16 7.17)", fill: "url(#org-logo-grad)" }),
|
|
22
|
+
/* @__PURE__ */ jsx("circle", { cx: "16", cy: "16", r: "1.2", fill: "white", fillOpacity: "0.6" })
|
|
23
|
+
] });
|
|
24
|
+
}
|
|
25
|
+
function OrgWordmark({ size = 24, ...props }) {
|
|
26
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
27
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("linearGradient", { id: "org-word-grad", x1: "3", y1: "3", x2: "21", y2: "21", gradientUnits: "userSpaceOnUse", children: [
|
|
28
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#4F39F6" }),
|
|
29
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#241979" })
|
|
30
|
+
] }) }),
|
|
31
|
+
/* @__PURE__ */ jsx(
|
|
32
|
+
"path",
|
|
33
|
+
{
|
|
34
|
+
d: "M12 3C7.03 3 3 7.03 3 12s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 14.5c-3.04 0-5.5-2.46-5.5-5.5S8.96 6.5 12 6.5s5.5 2.46 5.5 5.5-2.46 5.5-5.5 5.5z",
|
|
35
|
+
fill: "url(#org-word-grad)"
|
|
36
|
+
}
|
|
37
|
+
),
|
|
38
|
+
/* @__PURE__ */ jsx("rect", { x: "12", y: "9.17", width: "4", height: "4", rx: "0.5", transform: "rotate(45 12 9.17)", fill: "white", fillOpacity: "0.8" })
|
|
39
|
+
] });
|
|
40
|
+
}
|
|
41
|
+
function OrgHome({ size = 24, ...props }) {
|
|
42
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
43
|
+
/* @__PURE__ */ jsx("path", { d: "M3 12L5 10M5 10L12 3L19 10M5 10V20C5 20.55 5.45 21 6 21H9M19 10L21 12M19 10V20C19 20.55 18.55 21 18 21H15M9 21C9.55 21 10 20.55 10 20V16C10 15.45 10.45 15 11 15H13C13.55 15 14 15.45 14 16V20C14 20.55 14.45 21 15 21M9 21H15" }),
|
|
44
|
+
/* @__PURE__ */ jsx("rect", { x: "12", y: "1.5", width: "2", height: "2", rx: "0.3", transform: "rotate(45 12 1.5)", fill: "currentColor", fillOpacity: "0.4" })
|
|
45
|
+
] });
|
|
46
|
+
}
|
|
47
|
+
function OrgMenu({ size = 24, ...props }) {
|
|
48
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
49
|
+
/* @__PURE__ */ jsx("line", { x1: "4", y1: "7", x2: "20", y2: "7" }),
|
|
50
|
+
/* @__PURE__ */ jsx("line", { x1: "4", y1: "12", x2: "16", y2: "12" }),
|
|
51
|
+
/* @__PURE__ */ jsx("line", { x1: "4", y1: "17", x2: "12", y2: "17" })
|
|
52
|
+
] });
|
|
53
|
+
}
|
|
54
|
+
function OrgSearch({ size = 24, ...props }) {
|
|
55
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
56
|
+
/* @__PURE__ */ jsx("circle", { cx: "10.5", cy: "10.5", r: "6.5" }),
|
|
57
|
+
/* @__PURE__ */ jsx("line", { x1: "15.5", y1: "15.5", x2: "21", y2: "21" }),
|
|
58
|
+
/* @__PURE__ */ jsx("rect", { x: "10.5", y: "7.5", width: "2", height: "2", rx: "0.3", transform: "rotate(45 10.5 7.5)", fill: "currentColor", fillOpacity: "0.2" })
|
|
59
|
+
] });
|
|
60
|
+
}
|
|
61
|
+
function OrgClose({ size = 24, ...props }) {
|
|
62
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
63
|
+
/* @__PURE__ */ jsx("line", { x1: "6", y1: "6", x2: "18", y2: "18" }),
|
|
64
|
+
/* @__PURE__ */ jsx("line", { x1: "18", y1: "6", x2: "6", y2: "18" })
|
|
65
|
+
] });
|
|
66
|
+
}
|
|
67
|
+
function OrgChevronDown({ size = 24, ...props }) {
|
|
68
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("polyline", { points: "6 9 12 15 18 9" }) });
|
|
69
|
+
}
|
|
70
|
+
function OrgChevronUp({ size = 24, ...props }) {
|
|
71
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("polyline", { points: "6 15 12 9 18 15" }) });
|
|
72
|
+
}
|
|
73
|
+
function OrgChevronLeft({ size = 24, ...props }) {
|
|
74
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("polyline", { points: "15 6 9 12 15 18" }) });
|
|
75
|
+
}
|
|
76
|
+
function OrgChevronRight({ size = 24, ...props }) {
|
|
77
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("polyline", { points: "9 6 15 12 9 18" }) });
|
|
78
|
+
}
|
|
79
|
+
function OrgArrowRight({ size = 24, ...props }) {
|
|
80
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
81
|
+
/* @__PURE__ */ jsx("line", { x1: "5", y1: "12", x2: "19", y2: "12" }),
|
|
82
|
+
/* @__PURE__ */ jsx("polyline", { points: "14 7 19 12 14 17" })
|
|
83
|
+
] });
|
|
84
|
+
}
|
|
85
|
+
function OrgArrowLeft({ size = 24, ...props }) {
|
|
86
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
87
|
+
/* @__PURE__ */ jsx("line", { x1: "19", y1: "12", x2: "5", y2: "12" }),
|
|
88
|
+
/* @__PURE__ */ jsx("polyline", { points: "10 17 5 12 10 7" })
|
|
89
|
+
] });
|
|
90
|
+
}
|
|
91
|
+
function OrgPlus({ size = 24, ...props }) {
|
|
92
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
93
|
+
/* @__PURE__ */ jsx("line", { x1: "12", y1: "5", x2: "12", y2: "19" }),
|
|
94
|
+
/* @__PURE__ */ jsx("line", { x1: "5", y1: "12", x2: "19", y2: "12" })
|
|
95
|
+
] });
|
|
96
|
+
}
|
|
97
|
+
function OrgCheck({ size = 24, ...props }) {
|
|
98
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("polyline", { points: "5 13 10 18 20 6" }) });
|
|
99
|
+
}
|
|
100
|
+
function OrgEdit({ size = 24, ...props }) {
|
|
101
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
102
|
+
/* @__PURE__ */ jsx("path", { d: "M15.232 5.232l3.536 3.536M9 11l-4 9 9-4 8.5-8.5a2.121 2.121 0 00-3-3L11 13" }),
|
|
103
|
+
/* @__PURE__ */ jsx("line", { x1: "5", y1: "19", x2: "5", y2: "19.01" })
|
|
104
|
+
] });
|
|
105
|
+
}
|
|
106
|
+
function OrgTrash({ size = 24, ...props }) {
|
|
107
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
108
|
+
/* @__PURE__ */ jsx("polyline", { points: "3 6 5 6 21 6" }),
|
|
109
|
+
/* @__PURE__ */ jsx("path", { d: "M19 6L18.1 20.14A2 2 0 0116.1 22H7.9A2 2 0 015.9 20.14L5 6" }),
|
|
110
|
+
/* @__PURE__ */ jsx("path", { d: "M8 6V4C8 2.9 8.9 2 10 2H14C15.1 2 16 2.9 16 4V6" }),
|
|
111
|
+
/* @__PURE__ */ jsx("line", { x1: "10", y1: "11", x2: "10", y2: "17" }),
|
|
112
|
+
/* @__PURE__ */ jsx("line", { x1: "14", y1: "11", x2: "14", y2: "17" })
|
|
113
|
+
] });
|
|
114
|
+
}
|
|
115
|
+
function OrgEye({ size = 24, ...props }) {
|
|
116
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
117
|
+
/* @__PURE__ */ jsx("path", { d: "M1 12S5 4 12 4s11 8 11 8-4 8-11 8S1 12 1 12z" }),
|
|
118
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "3" }),
|
|
119
|
+
/* @__PURE__ */ jsx("rect", { x: "12", y: "9.8", width: "1.5", height: "1.5", rx: "0.2", transform: "rotate(45 12 9.8)", fill: "currentColor", fillOpacity: "0.3" })
|
|
120
|
+
] });
|
|
121
|
+
}
|
|
122
|
+
function OrgEyeOff({ size = 24, ...props }) {
|
|
123
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
124
|
+
/* @__PURE__ */ jsx("path", { d: "M17.94 17.94A10.07 10.07 0 0112 20C5 20 1 12 1 12a18.45 18.45 0 015.06-5.94M9.9 4.24A9.12 9.12 0 0112 4c7 0 11 8 11 8a18.5 18.5 0 01-2.16 3.19" }),
|
|
125
|
+
/* @__PURE__ */ jsx("path", { d: "M14.12 14.12A3 3 0 119.88 9.88" }),
|
|
126
|
+
/* @__PURE__ */ jsx("line", { x1: "1", y1: "1", x2: "23", y2: "23" })
|
|
127
|
+
] });
|
|
128
|
+
}
|
|
129
|
+
function OrgFilter({ size = 24, ...props }) {
|
|
130
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("polygon", { points: "22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3" }) });
|
|
131
|
+
}
|
|
132
|
+
function OrgSort({ size = 24, ...props }) {
|
|
133
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
134
|
+
/* @__PURE__ */ jsx("line", { x1: "4", y1: "6", x2: "16", y2: "6" }),
|
|
135
|
+
/* @__PURE__ */ jsx("line", { x1: "4", y1: "12", x2: "12", y2: "12" }),
|
|
136
|
+
/* @__PURE__ */ jsx("line", { x1: "4", y1: "18", x2: "8", y2: "18" }),
|
|
137
|
+
/* @__PURE__ */ jsx("polyline", { points: "18 14 20 18 22 14", strokeLinejoin: "round" })
|
|
138
|
+
] });
|
|
139
|
+
}
|
|
140
|
+
function OrgLock({ size = 24, ...props }) {
|
|
141
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
142
|
+
/* @__PURE__ */ jsx("rect", { x: "5", y: "11", width: "14", height: "11", rx: "2" }),
|
|
143
|
+
/* @__PURE__ */ jsx("path", { d: "M7 11V7a5 5 0 0110 0v4" }),
|
|
144
|
+
/* @__PURE__ */ jsx("rect", { x: "12", y: "14.5", width: "2.5", height: "2.5", rx: "0.3", transform: "rotate(45 12 14.5)", fill: "currentColor", fillOpacity: "0.3" })
|
|
145
|
+
] });
|
|
146
|
+
}
|
|
147
|
+
function OrgUnlock({ size = 24, ...props }) {
|
|
148
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
149
|
+
/* @__PURE__ */ jsx("rect", { x: "5", y: "11", width: "14", height: "11", rx: "2" }),
|
|
150
|
+
/* @__PURE__ */ jsx("path", { d: "M7 11V7a5 5 0 019.9-1" })
|
|
151
|
+
] });
|
|
152
|
+
}
|
|
153
|
+
function OrgCopy({ size = 24, ...props }) {
|
|
154
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
155
|
+
/* @__PURE__ */ jsx("rect", { x: "9", y: "9", width: "13", height: "13", rx: "2" }),
|
|
156
|
+
/* @__PURE__ */ jsx("path", { d: "M5 15H4C2.9 15 2 14.1 2 13V4C2 2.9 2.9 2 4 2H13C14.1 2 15 2.9 15 4V5" })
|
|
157
|
+
] });
|
|
158
|
+
}
|
|
159
|
+
function OrgDownload({ size = 24, ...props }) {
|
|
160
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
161
|
+
/* @__PURE__ */ jsx("path", { d: "M21 15V19C21 20.1 20.1 21 19 21H5C3.9 21 3 20.1 3 19V15" }),
|
|
162
|
+
/* @__PURE__ */ jsx("polyline", { points: "7 10 12 15 17 10" }),
|
|
163
|
+
/* @__PURE__ */ jsx("line", { x1: "12", y1: "15", x2: "12", y2: "3" })
|
|
164
|
+
] });
|
|
165
|
+
}
|
|
166
|
+
function OrgUpload({ size = 24, ...props }) {
|
|
167
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
168
|
+
/* @__PURE__ */ jsx("path", { d: "M21 15V19C21 20.1 20.1 21 19 21H5C3.9 21 3 20.1 3 19V15" }),
|
|
169
|
+
/* @__PURE__ */ jsx("polyline", { points: "17 8 12 3 7 8" }),
|
|
170
|
+
/* @__PURE__ */ jsx("line", { x1: "12", y1: "3", x2: "12", y2: "15" })
|
|
171
|
+
] });
|
|
172
|
+
}
|
|
173
|
+
function OrgStar({ size = 24, ...props }) {
|
|
174
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("polygon", { points: "12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2" }) });
|
|
175
|
+
}
|
|
176
|
+
function OrgHeart({ size = 24, ...props }) {
|
|
177
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M20.84 4.61a5.5 5.5 0 00-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 00-7.78 7.78L12 21.23l8.84-8.84a5.5 5.5 0 000-7.78z" }) });
|
|
178
|
+
}
|
|
179
|
+
function OrgBoard({ size = 24, ...props }) {
|
|
180
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
181
|
+
/* @__PURE__ */ jsx("rect", { x: "3", y: "3", width: "5", height: "18", rx: "1.5" }),
|
|
182
|
+
/* @__PURE__ */ jsx("rect", { x: "9.5", y: "3", width: "5", height: "12", rx: "1.5" }),
|
|
183
|
+
/* @__PURE__ */ jsx("rect", { x: "16", y: "3", width: "5", height: "15", rx: "1.5" }),
|
|
184
|
+
/* @__PURE__ */ jsx("rect", { x: "5.5", y: "1", width: "2", height: "2", rx: "0.3", transform: "rotate(45 5.5 1)", fill: "currentColor", fillOpacity: "0.3" })
|
|
185
|
+
] });
|
|
186
|
+
}
|
|
187
|
+
function OrgSprint({ size = 24, ...props }) {
|
|
188
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
189
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9", strokeDasharray: "4 2" }),
|
|
190
|
+
/* @__PURE__ */ jsx("path", { d: "M12 3A9 9 0 0 1 21 12", strokeWidth: "2.5", strokeDasharray: "0" }),
|
|
191
|
+
/* @__PURE__ */ jsx("rect", { x: "21", y: "10", width: "3", height: "3", rx: "0.5", transform: "rotate(45 21 10)", fill: "currentColor" })
|
|
192
|
+
] });
|
|
193
|
+
}
|
|
194
|
+
function OrgCalendar({ size = 24, ...props }) {
|
|
195
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
196
|
+
/* @__PURE__ */ jsx("rect", { x: "3", y: "4", width: "18", height: "18", rx: "2" }),
|
|
197
|
+
/* @__PURE__ */ jsx("line", { x1: "16", y1: "2", x2: "16", y2: "6" }),
|
|
198
|
+
/* @__PURE__ */ jsx("line", { x1: "8", y1: "2", x2: "8", y2: "6" }),
|
|
199
|
+
/* @__PURE__ */ jsx("line", { x1: "3", y1: "10", x2: "21", y2: "10" }),
|
|
200
|
+
/* @__PURE__ */ jsx("rect", { x: "12", y: "14", width: "3", height: "3", rx: "0.4", transform: "rotate(45 12 14)", fill: "currentColor", fillOpacity: "0.25" })
|
|
201
|
+
] });
|
|
202
|
+
}
|
|
203
|
+
function OrgReport({ size = 24, ...props }) {
|
|
204
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
205
|
+
/* @__PURE__ */ jsx("rect", { x: "4", y: "13", width: "3", height: "8", rx: "0.5", fill: "currentColor", fillOpacity: "0.15" }),
|
|
206
|
+
/* @__PURE__ */ jsx("rect", { x: "10.5", y: "8", width: "3", height: "13", rx: "0.5", fill: "currentColor", fillOpacity: "0.15" }),
|
|
207
|
+
/* @__PURE__ */ jsx("rect", { x: "17", y: "4", width: "3", height: "17", rx: "0.5", fill: "currentColor", fillOpacity: "0.15" }),
|
|
208
|
+
/* @__PURE__ */ jsx("rect", { x: "4", y: "13", width: "3", height: "8", rx: "0.5" }),
|
|
209
|
+
/* @__PURE__ */ jsx("rect", { x: "10.5", y: "8", width: "3", height: "13", rx: "0.5" }),
|
|
210
|
+
/* @__PURE__ */ jsx("rect", { x: "17", y: "4", width: "3", height: "17", rx: "0.5" }),
|
|
211
|
+
/* @__PURE__ */ jsx("polyline", { points: "5.5 13 12 8 18.5 4", strokeWidth: "1", strokeDasharray: "2 2" })
|
|
212
|
+
] });
|
|
213
|
+
}
|
|
214
|
+
function OrgTeam({ size = 24, ...props }) {
|
|
215
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
216
|
+
/* @__PURE__ */ jsx("circle", { cx: "9", cy: "7", r: "3" }),
|
|
217
|
+
/* @__PURE__ */ jsx("path", { d: "M3 21v-2a4 4 0 014-4h4a4 4 0 014 4v2" }),
|
|
218
|
+
/* @__PURE__ */ jsx("path", { d: "M16 3.13a3 3 0 010 5.74" }),
|
|
219
|
+
/* @__PURE__ */ jsx("path", { d: "M21 21v-2a4 4 0 00-3-3.87" })
|
|
220
|
+
] });
|
|
221
|
+
}
|
|
222
|
+
function OrgUser({ size = 24, ...props }) {
|
|
223
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
224
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "8", r: "4" }),
|
|
225
|
+
/* @__PURE__ */ jsx("path", { d: "M6 21v-2a4 4 0 014-4h4a4 4 0 014 4v2" })
|
|
226
|
+
] });
|
|
227
|
+
}
|
|
228
|
+
function OrgWorkflow({ size = 24, ...props }) {
|
|
229
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
230
|
+
/* @__PURE__ */ jsx("rect", { x: "2", y: "4", width: "6", height: "5", rx: "1" }),
|
|
231
|
+
/* @__PURE__ */ jsx("rect", { x: "16", y: "4", width: "6", height: "5", rx: "1" }),
|
|
232
|
+
/* @__PURE__ */ jsx("rect", { x: "9", y: "15", width: "6", height: "5", rx: "1" }),
|
|
233
|
+
/* @__PURE__ */ jsx("path", { d: "M8 6.5h8" }),
|
|
234
|
+
/* @__PURE__ */ jsx("path", { d: "M5 9v3a2 2 0 002 2h5" }),
|
|
235
|
+
/* @__PURE__ */ jsx("path", { d: "M19 9v3a2 2 0 01-2 2h-5" }),
|
|
236
|
+
/* @__PURE__ */ jsx("rect", { x: "12", y: "11.5", width: "2.5", height: "2.5", rx: "0.3", transform: "rotate(45 12 11.5)", fill: "currentColor", fillOpacity: "0.25" })
|
|
237
|
+
] });
|
|
238
|
+
}
|
|
239
|
+
function OrgTarget({ size = 24, ...props }) {
|
|
240
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
241
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9" }),
|
|
242
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "5" }),
|
|
243
|
+
/* @__PURE__ */ jsx("rect", { x: "12", y: "9.88", width: "3", height: "3", rx: "0.4", transform: "rotate(45 12 9.88)", fill: "currentColor" })
|
|
244
|
+
] });
|
|
245
|
+
}
|
|
246
|
+
function OrgGauge({ size = 24, ...props }) {
|
|
247
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
248
|
+
/* @__PURE__ */ jsx("path", { d: "M12 21a9 9 0 110-18 9 9 0 010 18z" }),
|
|
249
|
+
/* @__PURE__ */ jsx("line", { x1: "12", y1: "21", x2: "3", y2: "21" }),
|
|
250
|
+
/* @__PURE__ */ jsx("line", { x1: "12", y1: "21", x2: "21", y2: "21" }),
|
|
251
|
+
/* @__PURE__ */ jsx("line", { x1: "12", y1: "12", x2: "16", y2: "8", strokeWidth: "2" }),
|
|
252
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "1.5", fill: "currentColor" }),
|
|
253
|
+
/* @__PURE__ */ jsx("line", { x1: "12", y1: "3", x2: "12", y2: "5" }),
|
|
254
|
+
/* @__PURE__ */ jsx("line", { x1: "5.64", y1: "5.64", x2: "7.05", y2: "7.05" }),
|
|
255
|
+
/* @__PURE__ */ jsx("line", { x1: "18.36", y1: "5.64", x2: "16.95", y2: "7.05" })
|
|
256
|
+
] });
|
|
257
|
+
}
|
|
258
|
+
function OrgChart({ size = 24, ...props }) {
|
|
259
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("polyline", { points: "22 12 18 12 15 21 9 3 6 12 2 12" }) });
|
|
260
|
+
}
|
|
261
|
+
function OrgFolder({ size = 24, ...props }) {
|
|
262
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M22 19a2 2 0 01-2 2H4a2 2 0 01-2-2V5a2 2 0 012-2h5l2 3h9a2 2 0 012 2z" }) });
|
|
263
|
+
}
|
|
264
|
+
function OrgFile({ size = 24, ...props }) {
|
|
265
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
266
|
+
/* @__PURE__ */ jsx("path", { d: "M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z" }),
|
|
267
|
+
/* @__PURE__ */ jsx("polyline", { points: "14 2 14 8 20 8" }),
|
|
268
|
+
/* @__PURE__ */ jsx("rect", { x: "10", y: "13", width: "2.5", height: "2.5", rx: "0.3", transform: "rotate(45 10 13)", fill: "currentColor", fillOpacity: "0.2" })
|
|
269
|
+
] });
|
|
270
|
+
}
|
|
271
|
+
function OrgTag({ size = 24, ...props }) {
|
|
272
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
273
|
+
/* @__PURE__ */ jsx("path", { d: "M20.59 13.41l-7.17 7.17a2 2 0 01-2.83 0L2 12V2h10l8.59 8.59a2 2 0 010 2.82z" }),
|
|
274
|
+
/* @__PURE__ */ jsx("rect", { x: "7", y: "5.5", width: "2.5", height: "2.5", rx: "0.3", transform: "rotate(45 7 5.5)", fill: "currentColor", fillOpacity: "0.3" })
|
|
275
|
+
] });
|
|
276
|
+
}
|
|
277
|
+
function OrgLink({ size = 24, ...props }) {
|
|
278
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
279
|
+
/* @__PURE__ */ jsx("path", { d: "M10 13a5 5 0 007.54.54l3-3a5 5 0 00-7.07-7.07l-1.72 1.71" }),
|
|
280
|
+
/* @__PURE__ */ jsx("path", { d: "M14 11a5 5 0 00-7.54-.54l-3 3a5 5 0 007.07 7.07l1.71-1.71" })
|
|
281
|
+
] });
|
|
282
|
+
}
|
|
283
|
+
function OrgAttachment({ size = 24, ...props }) {
|
|
284
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M21.44 11.05l-9.19 9.19a6 6 0 01-8.49-8.49l9.19-9.19a4 4 0 015.66 5.66l-9.2 9.19a2 2 0 01-2.83-2.83l8.49-8.48" }) });
|
|
285
|
+
}
|
|
286
|
+
function OrgComment({ size = 24, ...props }) {
|
|
287
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
288
|
+
/* @__PURE__ */ jsx("path", { d: "M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2z" }),
|
|
289
|
+
/* @__PURE__ */ jsx("rect", { x: "8", y: "9", width: "2", height: "2", rx: "0.2", transform: "rotate(45 8 9)", fill: "currentColor", fillOpacity: "0.3" }),
|
|
290
|
+
/* @__PURE__ */ jsx("rect", { x: "12", y: "9", width: "2", height: "2", rx: "0.2", transform: "rotate(45 12 9)", fill: "currentColor", fillOpacity: "0.3" }),
|
|
291
|
+
/* @__PURE__ */ jsx("rect", { x: "16", y: "9", width: "2", height: "2", rx: "0.2", transform: "rotate(45 16 9)", fill: "currentColor", fillOpacity: "0.3" })
|
|
292
|
+
] });
|
|
293
|
+
}
|
|
294
|
+
function OrgActivity({ size = 24, ...props }) {
|
|
295
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("polyline", { points: "22 12 18 12 15 21 9 3 6 12 2 12" }) });
|
|
296
|
+
}
|
|
297
|
+
function OrgClock({ size = 24, ...props }) {
|
|
298
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
299
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10" }),
|
|
300
|
+
/* @__PURE__ */ jsx("polyline", { points: "12 6 12 12 16 14" })
|
|
301
|
+
] });
|
|
302
|
+
}
|
|
303
|
+
function OrgFlag({ size = 24, ...props }) {
|
|
304
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
305
|
+
/* @__PURE__ */ jsx("path", { d: "M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z" }),
|
|
306
|
+
/* @__PURE__ */ jsx("line", { x1: "4", y1: "22", x2: "4", y2: "15" })
|
|
307
|
+
] });
|
|
308
|
+
}
|
|
309
|
+
function OrgSettings({ size = 24, ...props }) {
|
|
310
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
311
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "3" }),
|
|
312
|
+
/* @__PURE__ */ jsx("path", { d: "M19.4 15a1.65 1.65 0 00.33 1.82l.06.06a2 2 0 01-2.83 2.83l-.06-.06a1.65 1.65 0 00-1.82-.33 1.65 1.65 0 00-1 1.51V21a2 2 0 01-4 0v-.09A1.65 1.65 0 009 19.4a1.65 1.65 0 00-1.82.33l-.06.06a2 2 0 01-2.83-2.83l.06-.06A1.65 1.65 0 004.68 15a1.65 1.65 0 00-1.51-1H3a2 2 0 010-4h.09A1.65 1.65 0 004.6 9a1.65 1.65 0 00-.33-1.82l-.06-.06a2 2 0 012.83-2.83l.06.06A1.65 1.65 0 009 4.68a1.65 1.65 0 001-1.51V3a2 2 0 014 0v.09a1.65 1.65 0 001 1.51 1.65 1.65 0 001.82-.33l.06-.06a2 2 0 012.83 2.83l-.06.06A1.65 1.65 0 0019.4 9a1.65 1.65 0 001.51 1H21a2 2 0 010 4h-.09a1.65 1.65 0 00-1.51 1z" })
|
|
313
|
+
] });
|
|
314
|
+
}
|
|
315
|
+
function OrgBell({ size = 24, ...props }) {
|
|
316
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
317
|
+
/* @__PURE__ */ jsx("path", { d: "M18 8A6 6 0 006 8c0 7-3 9-3 9h18s-3-2-3-9" }),
|
|
318
|
+
/* @__PURE__ */ jsx("path", { d: "M13.73 21a2 2 0 01-3.46 0" }),
|
|
319
|
+
/* @__PURE__ */ jsx("rect", { x: "17", y: "2.5", width: "3", height: "3", rx: "0.4", transform: "rotate(45 17 2.5)", fill: "currentColor", fillOpacity: "0.35" })
|
|
320
|
+
] });
|
|
321
|
+
}
|
|
322
|
+
function OrgLogout({ size = 24, ...props }) {
|
|
323
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
324
|
+
/* @__PURE__ */ jsx("path", { d: "M9 21H5a2 2 0 01-2-2V5a2 2 0 012-2h4" }),
|
|
325
|
+
/* @__PURE__ */ jsx("polyline", { points: "16 17 21 12 16 7" }),
|
|
326
|
+
/* @__PURE__ */ jsx("line", { x1: "21", y1: "12", x2: "9", y2: "12" })
|
|
327
|
+
] });
|
|
328
|
+
}
|
|
329
|
+
function OrgShield({ size = 24, ...props }) {
|
|
330
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
331
|
+
/* @__PURE__ */ jsx("path", { d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" }),
|
|
332
|
+
/* @__PURE__ */ jsx("rect", { x: "12", y: "9", width: "4", height: "4", rx: "0.5", transform: "rotate(45 12 9)", fill: "currentColor", fillOpacity: "0.15" })
|
|
333
|
+
] });
|
|
334
|
+
}
|
|
335
|
+
function OrgRocket({ size = 24, ...props }) {
|
|
336
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
337
|
+
/* @__PURE__ */ jsx("path", { d: "M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 00-2.91-.09z" }),
|
|
338
|
+
/* @__PURE__ */ jsx("path", { d: "M12 15l-3-3a22 22 0 012-3.95A12.88 12.88 0 0122 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 01-4 2z" }),
|
|
339
|
+
/* @__PURE__ */ jsx("path", { d: "M9 12H4s.55-3.03 2-4.5" }),
|
|
340
|
+
/* @__PURE__ */ jsx("path", { d: "M12 15v5s3.03-.55 4.5-2" })
|
|
341
|
+
] });
|
|
342
|
+
}
|
|
343
|
+
function OrgZap({ size = 24, ...props }) {
|
|
344
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("polygon", { points: "13 2 3 14 12 14 11 22 21 10 12 10 13 2" }) });
|
|
345
|
+
}
|
|
346
|
+
function OrgAI({ size = 24, ...props }) {
|
|
347
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
348
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "9" }),
|
|
349
|
+
/* @__PURE__ */ jsx("rect", { x: "12", y: "6", width: "4", height: "4", rx: "0.5", transform: "rotate(45 12 6)", stroke: "currentColor", strokeWidth: "1" }),
|
|
350
|
+
/* @__PURE__ */ jsx("rect", { x: "8", y: "12", width: "3", height: "3", rx: "0.3", transform: "rotate(45 8 12)", stroke: "currentColor", strokeWidth: "1" }),
|
|
351
|
+
/* @__PURE__ */ jsx("rect", { x: "16", y: "12", width: "3", height: "3", rx: "0.3", transform: "rotate(45 16 12)", stroke: "currentColor", strokeWidth: "1" }),
|
|
352
|
+
/* @__PURE__ */ jsx("rect", { x: "12", y: "16", width: "3", height: "3", rx: "0.3", transform: "rotate(45 12 16)", stroke: "currentColor", strokeWidth: "1" }),
|
|
353
|
+
/* @__PURE__ */ jsx("line", { x1: "12", y1: "9", x2: "9.5", y2: "11.5", strokeWidth: "0.75" }),
|
|
354
|
+
/* @__PURE__ */ jsx("line", { x1: "12", y1: "9", x2: "14.5", y2: "11.5", strokeWidth: "0.75" }),
|
|
355
|
+
/* @__PURE__ */ jsx("line", { x1: "9.5", y1: "13.5", x2: "12", y2: "15.5", strokeWidth: "0.75" }),
|
|
356
|
+
/* @__PURE__ */ jsx("line", { x1: "14.5", y1: "13.5", x2: "12", y2: "15.5", strokeWidth: "0.75" })
|
|
357
|
+
] });
|
|
358
|
+
}
|
|
359
|
+
function OrgIntegration({ size = 24, ...props }) {
|
|
360
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
361
|
+
/* @__PURE__ */ jsx("path", { d: "M13 2H6a2 2 0 00-2 2v5" }),
|
|
362
|
+
/* @__PURE__ */ jsx("path", { d: "M22 13v5a2 2 0 01-2 2h-5" }),
|
|
363
|
+
/* @__PURE__ */ jsx("rect", { x: "4", y: "12.5", width: "5", height: "5", rx: "0.6", transform: "rotate(45 4 12.5)", fill: "currentColor", fillOpacity: "0.15", stroke: "currentColor" }),
|
|
364
|
+
/* @__PURE__ */ jsx("rect", { x: "15.5", y: "4.5", width: "5", height: "5", rx: "0.6", transform: "rotate(45 15.5 4.5)", fill: "currentColor", fillOpacity: "0.15", stroke: "currentColor" }),
|
|
365
|
+
/* @__PURE__ */ jsx("line", { x1: "7.5", y1: "9", x2: "12", y2: "8", strokeDasharray: "2 2" })
|
|
366
|
+
] });
|
|
367
|
+
}
|
|
368
|
+
function OrgGrid({ size = 24, ...props }) {
|
|
369
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
370
|
+
/* @__PURE__ */ jsx("rect", { x: "3", y: "3", width: "7", height: "7", rx: "1.5" }),
|
|
371
|
+
/* @__PURE__ */ jsx("rect", { x: "14", y: "3", width: "7", height: "7", rx: "1.5" }),
|
|
372
|
+
/* @__PURE__ */ jsx("rect", { x: "3", y: "14", width: "7", height: "7", rx: "1.5" }),
|
|
373
|
+
/* @__PURE__ */ jsx("rect", { x: "14", y: "14", width: "7", height: "7", rx: "1.5" })
|
|
374
|
+
] });
|
|
375
|
+
}
|
|
376
|
+
function OrgList({ size = 24, ...props }) {
|
|
377
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
378
|
+
/* @__PURE__ */ jsx("rect", { x: "4", y: "5", width: "2", height: "2", rx: "0.2", transform: "rotate(45 4 5)", fill: "currentColor", fillOpacity: "0.4" }),
|
|
379
|
+
/* @__PURE__ */ jsx("rect", { x: "4", y: "11", width: "2", height: "2", rx: "0.2", transform: "rotate(45 4 11)", fill: "currentColor", fillOpacity: "0.4" }),
|
|
380
|
+
/* @__PURE__ */ jsx("rect", { x: "4", y: "17", width: "2", height: "2", rx: "0.2", transform: "rotate(45 4 17)", fill: "currentColor", fillOpacity: "0.4" }),
|
|
381
|
+
/* @__PURE__ */ jsx("line", { x1: "9", y1: "6", x2: "21", y2: "6" }),
|
|
382
|
+
/* @__PURE__ */ jsx("line", { x1: "9", y1: "12", x2: "21", y2: "12" }),
|
|
383
|
+
/* @__PURE__ */ jsx("line", { x1: "9", y1: "18", x2: "21", y2: "18" })
|
|
384
|
+
] });
|
|
385
|
+
}
|
|
386
|
+
function OrgMoon({ size = 24, ...props }) {
|
|
387
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx("path", { d: "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z" }) });
|
|
388
|
+
}
|
|
389
|
+
function OrgSun({ size = 24, ...props }) {
|
|
390
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
391
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "5" }),
|
|
392
|
+
/* @__PURE__ */ jsx("line", { x1: "12", y1: "1", x2: "12", y2: "3" }),
|
|
393
|
+
/* @__PURE__ */ jsx("line", { x1: "12", y1: "21", x2: "12", y2: "23" }),
|
|
394
|
+
/* @__PURE__ */ jsx("line", { x1: "4.22", y1: "4.22", x2: "5.64", y2: "5.64" }),
|
|
395
|
+
/* @__PURE__ */ jsx("line", { x1: "18.36", y1: "18.36", x2: "19.78", y2: "19.78" }),
|
|
396
|
+
/* @__PURE__ */ jsx("line", { x1: "1", y1: "12", x2: "3", y2: "12" }),
|
|
397
|
+
/* @__PURE__ */ jsx("line", { x1: "21", y1: "12", x2: "23", y2: "12" }),
|
|
398
|
+
/* @__PURE__ */ jsx("line", { x1: "4.22", y1: "19.78", x2: "5.64", y2: "18.36" }),
|
|
399
|
+
/* @__PURE__ */ jsx("line", { x1: "18.36", y1: "5.64", x2: "19.78", y2: "4.22" })
|
|
400
|
+
] });
|
|
401
|
+
}
|
|
402
|
+
function OrgGlobe({ size = 24, ...props }) {
|
|
403
|
+
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
404
|
+
/* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10" }),
|
|
405
|
+
/* @__PURE__ */ jsx("line", { x1: "2", y1: "12", x2: "22", y2: "12" }),
|
|
406
|
+
/* @__PURE__ */ jsx("path", { d: "M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z" })
|
|
407
|
+
] });
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
export { OrgAI, OrgActivity, OrgArrowLeft, OrgArrowRight, OrgAttachment, OrgBell, OrgBoard, OrgCalendar, OrgChart, OrgCheck, OrgChevronDown, OrgChevronLeft, OrgChevronRight, OrgChevronUp, OrgClock, OrgClose, OrgComment, OrgCopy, OrgDiamond, OrgDownload, OrgEdit, OrgEye, OrgEyeOff, OrgFile, OrgFilter, OrgFlag, OrgFolder, OrgGauge, OrgGlobe, OrgGrid, OrgHeart, OrgHome, OrgIntegration, OrgLink, OrgList, OrgLock, OrgLogo, OrgLogout, OrgMenu, OrgMoon, OrgPlus, OrgReport, OrgRocket, OrgSearch, OrgSettings, OrgShield, OrgSort, OrgSprint, OrgStar, OrgSun, OrgTag, OrgTarget, OrgTeam, OrgTrash, OrgUnlock, OrgUpload, OrgUser, OrgWordmark, OrgWorkflow, OrgZap };
|
|
411
|
+
//# sourceMappingURL=chunk-YIVDY4T6.js.map
|
|
412
|
+
//# sourceMappingURL=chunk-YIVDY4T6.js.map
|