@kopexa/icons 17.2.5 → 17.3.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/dist/chunk-CAGDEQQZ.mjs +31 -0
- package/dist/chunk-CGCLCPAM.mjs +60 -0
- package/dist/chunk-OR6JE4FP.mjs +30 -0
- package/dist/download-icon.d.mts +7 -0
- package/dist/download-icon.d.ts +7 -0
- package/dist/download-icon.js +54 -0
- package/dist/download-icon.mjs +7 -0
- package/dist/index.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +480 -368
- package/dist/index.mjs +36 -24
- package/dist/table-of-contents-icon.d.mts +7 -0
- package/dist/table-of-contents-icon.d.ts +7 -0
- package/dist/table-of-contents-icon.js +83 -0
- package/dist/table-of-contents-icon.mjs +7 -0
- package/dist/tom-icon.d.mts +7 -0
- package/dist/tom-icon.d.ts +7 -0
- package/dist/tom-icon.js +53 -0
- package/dist/tom-icon.mjs +7 -0
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -1,16 +1,34 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
UnderlineIcon
|
|
4
|
+
} from "./chunk-ZQ2AEDXT.mjs";
|
|
5
|
+
import {
|
|
6
|
+
UndoIcon
|
|
7
|
+
} from "./chunk-UO4UYWIZ.mjs";
|
|
8
|
+
import {
|
|
9
|
+
UploadIcon
|
|
10
|
+
} from "./chunk-WPTOAHE7.mjs";
|
|
2
11
|
import {
|
|
3
12
|
UserCircleIcon
|
|
4
13
|
} from "./chunk-IGXSNGGR.mjs";
|
|
5
14
|
import {
|
|
6
15
|
VendorIcon
|
|
7
16
|
} from "./chunk-5AMD4S26.mjs";
|
|
17
|
+
import {
|
|
18
|
+
SubscriptIcon
|
|
19
|
+
} from "./chunk-NXXBINQN.mjs";
|
|
8
20
|
import {
|
|
9
21
|
SuperscriptIcon
|
|
10
22
|
} from "./chunk-L45RU5JR.mjs";
|
|
11
23
|
import {
|
|
12
24
|
TableIcon
|
|
13
25
|
} from "./chunk-SBUBGMW6.mjs";
|
|
26
|
+
import {
|
|
27
|
+
TableOfContentsIcon
|
|
28
|
+
} from "./chunk-CGCLCPAM.mjs";
|
|
29
|
+
import {
|
|
30
|
+
TomIcon
|
|
31
|
+
} from "./chunk-OR6JE4FP.mjs";
|
|
14
32
|
import {
|
|
15
33
|
TrashIcon
|
|
16
34
|
} from "./chunk-43KWNV2C.mjs";
|
|
@@ -18,14 +36,8 @@ import {
|
|
|
18
36
|
TypeIcon
|
|
19
37
|
} from "./chunk-ZTTP7RNY.mjs";
|
|
20
38
|
import {
|
|
21
|
-
|
|
22
|
-
} from "./chunk-
|
|
23
|
-
import {
|
|
24
|
-
UndoIcon
|
|
25
|
-
} from "./chunk-UO4UYWIZ.mjs";
|
|
26
|
-
import {
|
|
27
|
-
UploadIcon
|
|
28
|
-
} from "./chunk-WPTOAHE7.mjs";
|
|
39
|
+
SaveIcon
|
|
40
|
+
} from "./chunk-KE6JB3MS.mjs";
|
|
29
41
|
import {
|
|
30
42
|
SearchIcon
|
|
31
43
|
} from "./chunk-3BJDY4K2.mjs";
|
|
@@ -48,8 +60,8 @@ import {
|
|
|
48
60
|
StrikeIcon
|
|
49
61
|
} from "./chunk-4F24VFL4.mjs";
|
|
50
62
|
import {
|
|
51
|
-
|
|
52
|
-
} from "./chunk-
|
|
63
|
+
ProcessCategoryIcon
|
|
64
|
+
} from "./chunk-BWDN6UYW.mjs";
|
|
53
65
|
import {
|
|
54
66
|
ProcessIcon
|
|
55
67
|
} from "./chunk-FC53C5SU.mjs";
|
|
@@ -72,8 +84,8 @@ import {
|
|
|
72
84
|
RotateCcwIcon
|
|
73
85
|
} from "./chunk-QX6QMPB3.mjs";
|
|
74
86
|
import {
|
|
75
|
-
|
|
76
|
-
} from "./chunk-
|
|
87
|
+
MinusIcon
|
|
88
|
+
} from "./chunk-6TEI2IX4.mjs";
|
|
77
89
|
import {
|
|
78
90
|
MoreVerticalIcon
|
|
79
91
|
} from "./chunk-QNMKBBJP.mjs";
|
|
@@ -96,8 +108,8 @@ import {
|
|
|
96
108
|
PlusIcon
|
|
97
109
|
} from "./chunk-VT4DJPGF.mjs";
|
|
98
110
|
import {
|
|
99
|
-
|
|
100
|
-
} from "./chunk-
|
|
111
|
+
InfoIcon
|
|
112
|
+
} from "./chunk-WGGLF2T2.mjs";
|
|
101
113
|
import {
|
|
102
114
|
IssuesIcon
|
|
103
115
|
} from "./chunk-HOWMZ73X.mjs";
|
|
@@ -120,8 +132,8 @@ import {
|
|
|
120
132
|
ListTodoIcon
|
|
121
133
|
} from "./chunk-NCXEPA4K.mjs";
|
|
122
134
|
import {
|
|
123
|
-
|
|
124
|
-
} from "./chunk-
|
|
135
|
+
HeadingOneIcon
|
|
136
|
+
} from "./chunk-BOMFRHQL.mjs";
|
|
125
137
|
import {
|
|
126
138
|
HeadingSixIcon
|
|
127
139
|
} from "./chunk-YIRXQ7EQ.mjs";
|
|
@@ -141,8 +153,8 @@ import {
|
|
|
141
153
|
IncidentIcon
|
|
142
154
|
} from "./chunk-EIACNJBZ.mjs";
|
|
143
155
|
import {
|
|
144
|
-
|
|
145
|
-
} from "./chunk-
|
|
156
|
+
EyeOffIcon
|
|
157
|
+
} from "./chunk-EZB7Q4G2.mjs";
|
|
146
158
|
import {
|
|
147
159
|
EyeIcon
|
|
148
160
|
} from "./chunk-K6ICW5LE.mjs";
|
|
@@ -164,15 +176,15 @@ import {
|
|
|
164
176
|
import {
|
|
165
177
|
HeadingIcon
|
|
166
178
|
} from "./chunk-JALGF2XN.mjs";
|
|
167
|
-
import {
|
|
168
|
-
HeadingOneIcon
|
|
169
|
-
} from "./chunk-BOMFRHQL.mjs";
|
|
170
179
|
import {
|
|
171
180
|
DomainIcon
|
|
172
181
|
} from "./chunk-E35BW74J.mjs";
|
|
173
182
|
import {
|
|
174
183
|
DORAIcon
|
|
175
184
|
} from "./chunk-UFEHCDGF.mjs";
|
|
185
|
+
import {
|
|
186
|
+
DownloadIcon
|
|
187
|
+
} from "./chunk-CAGDEQQZ.mjs";
|
|
176
188
|
import {
|
|
177
189
|
DSARIcon
|
|
178
190
|
} from "./chunk-DRZOZSLJ.mjs";
|
|
@@ -188,9 +200,6 @@ import {
|
|
|
188
200
|
import {
|
|
189
201
|
ExternalLinkIcon
|
|
190
202
|
} from "./chunk-PVEPO5UN.mjs";
|
|
191
|
-
import {
|
|
192
|
-
EyeOffIcon
|
|
193
|
-
} from "./chunk-EZB7Q4G2.mjs";
|
|
194
203
|
import {
|
|
195
204
|
CodeIcon
|
|
196
205
|
} from "./chunk-QMVZLCCB.mjs";
|
|
@@ -355,6 +364,7 @@ export {
|
|
|
355
364
|
DataAssetIcon,
|
|
356
365
|
DocumentsIcon,
|
|
357
366
|
DomainIcon,
|
|
367
|
+
DownloadIcon,
|
|
358
368
|
EditIcon,
|
|
359
369
|
EllipsisIcon,
|
|
360
370
|
EqualsIcon,
|
|
@@ -414,6 +424,8 @@ export {
|
|
|
414
424
|
SuperscriptIcon,
|
|
415
425
|
CircleFadingArrowUpIcon as SupersetIcon,
|
|
416
426
|
TableIcon,
|
|
427
|
+
TableOfContentsIcon,
|
|
428
|
+
TomIcon,
|
|
417
429
|
TrashIcon,
|
|
418
430
|
TypeIcon,
|
|
419
431
|
UnderlineIcon,
|
|
@@ -0,0 +1,83 @@
|
|
|
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/table-of-contents-icon.tsx
|
|
22
|
+
var table_of_contents_icon_exports = {};
|
|
23
|
+
__export(table_of_contents_icon_exports, {
|
|
24
|
+
TableOfContentsIcon: () => TableOfContentsIcon
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(table_of_contents_icon_exports);
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var TableOfContentsIcon = ({ size = 24, ...props }) => {
|
|
29
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
30
|
+
"svg",
|
|
31
|
+
{
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
width: size,
|
|
34
|
+
height: size,
|
|
35
|
+
viewBox: "0 0 24 24",
|
|
36
|
+
fill: "currentColor",
|
|
37
|
+
...props,
|
|
38
|
+
children: [
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { children: "Table of Contents Icon" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
fillRule: "evenodd",
|
|
44
|
+
clipRule: "evenodd",
|
|
45
|
+
d: "M3 5C3 4.44772 3.44772 4 4 4H20C20.5523 4 21 4.44772 21 5C21 5.55228 20.5523 6 20 6H4C3.44772 6 3 5.55228 3 5Z",
|
|
46
|
+
fill: "currentColor"
|
|
47
|
+
}
|
|
48
|
+
),
|
|
49
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
50
|
+
"path",
|
|
51
|
+
{
|
|
52
|
+
fillRule: "evenodd",
|
|
53
|
+
clipRule: "evenodd",
|
|
54
|
+
d: "M7 10C7 9.44772 7.44772 9 8 9H18C18.5523 9 19 9.44772 19 10C19 10.5523 18.5523 11 18 11H8C7.44772 11 7 10.5523 7 10Z",
|
|
55
|
+
fill: "currentColor"
|
|
56
|
+
}
|
|
57
|
+
),
|
|
58
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
59
|
+
"path",
|
|
60
|
+
{
|
|
61
|
+
fillRule: "evenodd",
|
|
62
|
+
clipRule: "evenodd",
|
|
63
|
+
d: "M7 14C7 13.4477 7.44772 13 8 13H16C16.5523 13 17 13.4477 17 14C17 14.5523 16.5523 15 16 15H8C7.44772 15 7 14.5523 7 14Z",
|
|
64
|
+
fill: "currentColor"
|
|
65
|
+
}
|
|
66
|
+
),
|
|
67
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
68
|
+
"path",
|
|
69
|
+
{
|
|
70
|
+
fillRule: "evenodd",
|
|
71
|
+
clipRule: "evenodd",
|
|
72
|
+
d: "M3 19C3 18.4477 3.44772 18 4 18H14C14.5523 18 15 18.4477 15 19C15 19.5523 14.5523 20 14 20H4C3.44772 20 3 19.5523 3 19Z",
|
|
73
|
+
fill: "currentColor"
|
|
74
|
+
}
|
|
75
|
+
)
|
|
76
|
+
]
|
|
77
|
+
}
|
|
78
|
+
);
|
|
79
|
+
};
|
|
80
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
81
|
+
0 && (module.exports = {
|
|
82
|
+
TableOfContentsIcon
|
|
83
|
+
});
|
package/dist/tom-icon.js
ADDED
|
@@ -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/tom-icon.tsx
|
|
22
|
+
var tom_icon_exports = {};
|
|
23
|
+
__export(tom_icon_exports, {
|
|
24
|
+
TomIcon: () => TomIcon
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(tom_icon_exports);
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var TomIcon = ({ size = 24, ...props }) => {
|
|
29
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
30
|
+
"svg",
|
|
31
|
+
{
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
width: size,
|
|
34
|
+
height: size,
|
|
35
|
+
viewBox: "0 0 24 24",
|
|
36
|
+
fill: "none",
|
|
37
|
+
stroke: "currentColor",
|
|
38
|
+
strokeWidth: "2",
|
|
39
|
+
strokeLinecap: "round",
|
|
40
|
+
strokeLinejoin: "round",
|
|
41
|
+
...props,
|
|
42
|
+
children: [
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { children: "TOM icon" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m9 12 2 2 4-4" })
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
);
|
|
49
|
+
};
|
|
50
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
51
|
+
0 && (module.exports = {
|
|
52
|
+
TomIcon
|
|
53
|
+
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/icons",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.3.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.11.0"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@kopexa/shared-utils": "17.0.
|
|
34
|
-
"@kopexa/react-utils": "17.0.
|
|
33
|
+
"@kopexa/shared-utils": "17.0.19",
|
|
34
|
+
"@kopexa/react-utils": "17.0.19"
|
|
35
35
|
},
|
|
36
36
|
"clean-package": "../../../clean-package.config.json",
|
|
37
37
|
"module": "dist/index.mjs",
|