@kopexa/icons 17.3.8 → 17.4.1
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 +5 -1
- package/dist/calendar-icon.d.mts +7 -0
- package/dist/calendar-icon.d.ts +7 -0
- package/dist/calendar-icon.js +55 -0
- package/dist/calendar-icon.mjs +7 -0
- package/dist/chunk-43IAXQ5L.mjs +29 -0
- package/dist/chunk-IQGQELHT.mjs +30 -0
- package/dist/chunk-JUENU2UL.mjs +32 -0
- package/dist/index.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +612 -530
- package/dist/index.mjs +54 -42
- package/dist/label-icon.d.mts +7 -0
- package/dist/label-icon.d.ts +7 -0
- package/dist/label-icon.js +53 -0
- package/dist/label-icon.mjs +7 -0
- package/dist/message-square-icon.d.mts +7 -0
- package/dist/message-square-icon.d.ts +7 -0
- package/dist/message-square-icon.js +52 -0
- package/dist/message-square-icon.mjs +7 -0
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
TrashIcon
|
|
4
|
+
} from "./chunk-43KWNV2C.mjs";
|
|
5
|
+
import {
|
|
6
|
+
TypeIcon
|
|
7
|
+
} from "./chunk-ZTTP7RNY.mjs";
|
|
2
8
|
import {
|
|
3
9
|
UnderlineIcon
|
|
4
10
|
} from "./chunk-ZQ2AEDXT.mjs";
|
|
@@ -14,6 +20,15 @@ import {
|
|
|
14
20
|
import {
|
|
15
21
|
VendorIcon
|
|
16
22
|
} from "./chunk-5AMD4S26.mjs";
|
|
23
|
+
import {
|
|
24
|
+
SoftwareAssetIcon
|
|
25
|
+
} from "./chunk-HKQHNRPE.mjs";
|
|
26
|
+
import {
|
|
27
|
+
SquaresIntersect
|
|
28
|
+
} from "./chunk-XHCYRJIR.mjs";
|
|
29
|
+
import {
|
|
30
|
+
StrikeIcon
|
|
31
|
+
} from "./chunk-4F24VFL4.mjs";
|
|
17
32
|
import {
|
|
18
33
|
SubscriptIcon
|
|
19
34
|
} from "./chunk-NXXBINQN.mjs";
|
|
@@ -30,11 +45,14 @@ import {
|
|
|
30
45
|
TomIcon
|
|
31
46
|
} from "./chunk-OR6JE4FP.mjs";
|
|
32
47
|
import {
|
|
33
|
-
|
|
34
|
-
} from "./chunk-
|
|
48
|
+
RedoIcon
|
|
49
|
+
} from "./chunk-FODYFMMI.mjs";
|
|
35
50
|
import {
|
|
36
|
-
|
|
37
|
-
} from "./chunk-
|
|
51
|
+
RiskIcon
|
|
52
|
+
} from "./chunk-JFTUDPFQ.mjs";
|
|
53
|
+
import {
|
|
54
|
+
RotateCcwIcon
|
|
55
|
+
} from "./chunk-QX6QMPB3.mjs";
|
|
38
56
|
import {
|
|
39
57
|
SaveIcon
|
|
40
58
|
} from "./chunk-KE6JB3MS.mjs";
|
|
@@ -51,14 +69,14 @@ import {
|
|
|
51
69
|
ShellIcon
|
|
52
70
|
} from "./chunk-TG2X5USM.mjs";
|
|
53
71
|
import {
|
|
54
|
-
|
|
55
|
-
} from "./chunk-
|
|
72
|
+
PeopleIcon
|
|
73
|
+
} from "./chunk-XOYRXKQA.mjs";
|
|
56
74
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
75
|
+
PhysicalAssetIcon
|
|
76
|
+
} from "./chunk-3JXKSUZM.mjs";
|
|
59
77
|
import {
|
|
60
|
-
|
|
61
|
-
} from "./chunk-
|
|
78
|
+
PlusIcon
|
|
79
|
+
} from "./chunk-VT4DJPGF.mjs";
|
|
62
80
|
import {
|
|
63
81
|
ProcessCategoryIcon
|
|
64
82
|
} from "./chunk-BWDN6UYW.mjs";
|
|
@@ -75,14 +93,14 @@ import {
|
|
|
75
93
|
PuzzleIcon
|
|
76
94
|
} from "./chunk-MJ6PIAN3.mjs";
|
|
77
95
|
import {
|
|
78
|
-
|
|
79
|
-
} from "./chunk-
|
|
96
|
+
ListOrderedIcon
|
|
97
|
+
} from "./chunk-C7KDTVXH.mjs";
|
|
80
98
|
import {
|
|
81
|
-
|
|
82
|
-
} from "./chunk-
|
|
99
|
+
ListTodoIcon
|
|
100
|
+
} from "./chunk-NCXEPA4K.mjs";
|
|
83
101
|
import {
|
|
84
|
-
|
|
85
|
-
} from "./chunk-
|
|
102
|
+
MessageSquareIcon
|
|
103
|
+
} from "./chunk-43IAXQ5L.mjs";
|
|
86
104
|
import {
|
|
87
105
|
MinusIcon
|
|
88
106
|
} from "./chunk-6TEI2IX4.mjs";
|
|
@@ -98,15 +116,6 @@ import {
|
|
|
98
116
|
import {
|
|
99
117
|
PanelLeftIcon
|
|
100
118
|
} from "./chunk-2O26UG4T.mjs";
|
|
101
|
-
import {
|
|
102
|
-
PeopleIcon
|
|
103
|
-
} from "./chunk-XOYRXKQA.mjs";
|
|
104
|
-
import {
|
|
105
|
-
PhysicalAssetIcon
|
|
106
|
-
} from "./chunk-3JXKSUZM.mjs";
|
|
107
|
-
import {
|
|
108
|
-
PlusIcon
|
|
109
|
-
} from "./chunk-VT4DJPGF.mjs";
|
|
110
119
|
import {
|
|
111
120
|
InfoIcon
|
|
112
121
|
} from "./chunk-WGGLF2T2.mjs";
|
|
@@ -116,6 +125,9 @@ import {
|
|
|
116
125
|
import {
|
|
117
126
|
ItalicIcon
|
|
118
127
|
} from "./chunk-QONRM432.mjs";
|
|
128
|
+
import {
|
|
129
|
+
LabelIcon
|
|
130
|
+
} from "./chunk-IQGQELHT.mjs";
|
|
119
131
|
import {
|
|
120
132
|
LinkIcon
|
|
121
133
|
} from "./chunk-VI3AG7YV.mjs";
|
|
@@ -126,11 +138,8 @@ import {
|
|
|
126
138
|
ListIcon
|
|
127
139
|
} from "./chunk-IYXAJDJH.mjs";
|
|
128
140
|
import {
|
|
129
|
-
|
|
130
|
-
} from "./chunk-
|
|
131
|
-
import {
|
|
132
|
-
ListTodoIcon
|
|
133
|
-
} from "./chunk-NCXEPA4K.mjs";
|
|
141
|
+
HeadingIcon
|
|
142
|
+
} from "./chunk-JALGF2XN.mjs";
|
|
134
143
|
import {
|
|
135
144
|
HeadingOneIcon
|
|
136
145
|
} from "./chunk-BOMFRHQL.mjs";
|
|
@@ -152,6 +161,9 @@ import {
|
|
|
152
161
|
import {
|
|
153
162
|
IncidentIcon
|
|
154
163
|
} from "./chunk-EIACNJBZ.mjs";
|
|
164
|
+
import {
|
|
165
|
+
ExternalLinkIcon
|
|
166
|
+
} from "./chunk-PVEPO5UN.mjs";
|
|
155
167
|
import {
|
|
156
168
|
EyeOffIcon
|
|
157
169
|
} from "./chunk-EZB7Q4G2.mjs";
|
|
@@ -174,8 +186,8 @@ import {
|
|
|
174
186
|
HeadingFourIcon
|
|
175
187
|
} from "./chunk-2GSRBIXD.mjs";
|
|
176
188
|
import {
|
|
177
|
-
|
|
178
|
-
} from "./chunk-
|
|
189
|
+
DocumentsIcon
|
|
190
|
+
} from "./chunk-3FNTP6LP.mjs";
|
|
179
191
|
import {
|
|
180
192
|
DomainIcon
|
|
181
193
|
} from "./chunk-E35BW74J.mjs";
|
|
@@ -198,8 +210,8 @@ import {
|
|
|
198
210
|
EqualsIcon
|
|
199
211
|
} from "./chunk-2OCZFP2R.mjs";
|
|
200
212
|
import {
|
|
201
|
-
|
|
202
|
-
} from "./chunk-
|
|
213
|
+
CodeBlockIcon
|
|
214
|
+
} from "./chunk-MHTVC642.mjs";
|
|
203
215
|
import {
|
|
204
216
|
CodeIcon
|
|
205
217
|
} from "./chunk-QMVZLCCB.mjs";
|
|
@@ -222,8 +234,8 @@ import {
|
|
|
222
234
|
DataAssetIcon
|
|
223
235
|
} from "./chunk-36PEVCQL.mjs";
|
|
224
236
|
import {
|
|
225
|
-
|
|
226
|
-
} from "./chunk-
|
|
237
|
+
ChevronRightIcon
|
|
238
|
+
} from "./chunk-76O2FFGH.mjs";
|
|
227
239
|
import {
|
|
228
240
|
ChevronUpDown
|
|
229
241
|
} from "./chunk-SXOBVX7T.mjs";
|
|
@@ -245,12 +257,12 @@ import {
|
|
|
245
257
|
import {
|
|
246
258
|
CloseIcon
|
|
247
259
|
} from "./chunk-4WUSAORE.mjs";
|
|
248
|
-
import {
|
|
249
|
-
CodeBlockIcon
|
|
250
|
-
} from "./chunk-MHTVC642.mjs";
|
|
251
260
|
import {
|
|
252
261
|
BusinessUnitIcon
|
|
253
262
|
} from "./chunk-EZ4D45EF.mjs";
|
|
263
|
+
import {
|
|
264
|
+
CalendarIcon
|
|
265
|
+
} from "./chunk-JUENU2UL.mjs";
|
|
254
266
|
import {
|
|
255
267
|
CatalogIcon
|
|
256
268
|
} from "./chunk-3KZAUSZ3.mjs";
|
|
@@ -269,9 +281,6 @@ import {
|
|
|
269
281
|
import {
|
|
270
282
|
ChevronLeftIcon
|
|
271
283
|
} from "./chunk-NKQY55QT.mjs";
|
|
272
|
-
import {
|
|
273
|
-
ChevronRightIcon
|
|
274
|
-
} from "./chunk-76O2FFGH.mjs";
|
|
275
284
|
import {
|
|
276
285
|
ArrowDownUp
|
|
277
286
|
} from "./chunk-Z4P7M3EL.mjs";
|
|
@@ -338,6 +347,7 @@ export {
|
|
|
338
347
|
BlockquoteIcon,
|
|
339
348
|
BoldIcon,
|
|
340
349
|
BusinessUnitIcon,
|
|
350
|
+
CalendarIcon,
|
|
341
351
|
CatalogIcon,
|
|
342
352
|
ChartPie,
|
|
343
353
|
CheckCirleIcon,
|
|
@@ -389,11 +399,13 @@ export {
|
|
|
389
399
|
SquaresIntersect as IntersectIcon,
|
|
390
400
|
IssuesIcon,
|
|
391
401
|
ItalicIcon,
|
|
402
|
+
LabelIcon,
|
|
392
403
|
LinkIcon,
|
|
393
404
|
LinkedInIcon,
|
|
394
405
|
ListIcon,
|
|
395
406
|
ListOrderedIcon,
|
|
396
407
|
ListTodoIcon,
|
|
408
|
+
MessageSquareIcon,
|
|
397
409
|
MinusIcon,
|
|
398
410
|
MoreVerticalIcon,
|
|
399
411
|
NIS2Icon,
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
|
|
21
|
+
// src/label-icon.tsx
|
|
22
|
+
var label_icon_exports = {};
|
|
23
|
+
__export(label_icon_exports, {
|
|
24
|
+
LabelIcon: () => LabelIcon
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(label_icon_exports);
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var LabelIcon = ({ size = 24, ...props }) => {
|
|
29
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
30
|
+
"svg",
|
|
31
|
+
{
|
|
32
|
+
width: size,
|
|
33
|
+
height: size,
|
|
34
|
+
viewBox: "0 0 24 24",
|
|
35
|
+
fill: "none",
|
|
36
|
+
stroke: "currentColor",
|
|
37
|
+
strokeWidth: "2",
|
|
38
|
+
strokeLinecap: "round",
|
|
39
|
+
strokeLinejoin: "round",
|
|
40
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
41
|
+
...props,
|
|
42
|
+
children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { children: "Label" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "7.5", cy: "7.5", r: ".5", fill: "currentColor" })
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
);
|
|
49
|
+
};
|
|
50
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
51
|
+
0 && (module.exports = {
|
|
52
|
+
LabelIcon
|
|
53
|
+
});
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
|
|
21
|
+
// src/message-square-icon.tsx
|
|
22
|
+
var message_square_icon_exports = {};
|
|
23
|
+
__export(message_square_icon_exports, {
|
|
24
|
+
MessageSquareIcon: () => MessageSquareIcon
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(message_square_icon_exports);
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var MessageSquareIcon = ({ size = 24, ...props }) => {
|
|
29
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
30
|
+
"svg",
|
|
31
|
+
{
|
|
32
|
+
width: size,
|
|
33
|
+
height: size,
|
|
34
|
+
viewBox: "0 0 24 24",
|
|
35
|
+
fill: "none",
|
|
36
|
+
stroke: "currentColor",
|
|
37
|
+
strokeWidth: "2",
|
|
38
|
+
strokeLinecap: "round",
|
|
39
|
+
strokeLinejoin: "round",
|
|
40
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
41
|
+
...props,
|
|
42
|
+
children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { children: "Message" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" })
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
);
|
|
48
|
+
};
|
|
49
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
50
|
+
0 && (module.exports = {
|
|
51
|
+
MessageSquareIcon
|
|
52
|
+
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/icons",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.4.1",
|
|
4
4
|
"description": "icons we use in our kopexa products",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"icons"
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"react": ">=19.0.0-rc.0",
|
|
29
29
|
"react-dom": ">=19.0.0-rc.0",
|
|
30
|
-
"@kopexa/theme": "17.
|
|
30
|
+
"@kopexa/theme": "17.15.0"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@kopexa/shared-utils": "17.0.
|
|
34
|
-
"@kopexa/react-utils": "17.0.
|
|
33
|
+
"@kopexa/shared-utils": "17.0.28",
|
|
34
|
+
"@kopexa/react-utils": "17.0.28"
|
|
35
35
|
},
|
|
36
36
|
"clean-package": "../../../clean-package.config.json",
|
|
37
37
|
"module": "dist/index.mjs",
|