@kopexa/icons 14.0.4 → 16.0.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-3JXKSUZM.mjs +32 -0
- package/dist/chunk-BWDN6UYW.mjs +31 -0
- package/dist/chunk-FC53C5SU.mjs +32 -0
- package/dist/{chunk-EYRH6VZB.mjs → chunk-HKQHNRPE.mjs} +4 -4
- package/dist/{chunk-V6QXOK5V.mjs → chunk-JO2DHXG7.mjs} +4 -4
- package/dist/{chunk-WWSIRUDQ.mjs → chunk-MZBAUZ2W.mjs} +4 -4
- package/dist/hardware-asset.d.mts +7 -0
- package/dist/hardware-asset.d.ts +7 -0
- package/dist/{plattform-asset.js → hardware-asset.js} +8 -8
- package/dist/hardware-asset.mjs +7 -0
- package/dist/index.d.mts +5 -2
- package/dist/index.d.ts +5 -2
- package/dist/index.js +508 -422
- package/dist/index.mjs +48 -36
- package/dist/physical-asset.js +4 -4
- package/dist/physical-asset.mjs +1 -1
- package/dist/process-category.d.mts +7 -0
- package/dist/process-category.d.ts +7 -0
- package/dist/process-category.js +54 -0
- package/dist/process-category.mjs +7 -0
- package/dist/process.d.mts +7 -0
- package/dist/process.d.ts +7 -0
- package/dist/process.js +55 -0
- package/dist/process.mjs +7 -0
- package/dist/service-asset.d.mts +7 -0
- package/dist/service-asset.d.ts +7 -0
- package/dist/service-asset.js +55 -0
- package/dist/service-asset.mjs +7 -0
- package/dist/software-asset.d.mts +7 -0
- package/dist/software-asset.d.ts +7 -0
- package/dist/{application-asset.js → software-asset.js} +8 -8
- package/dist/software-asset.mjs +7 -0
- package/package.json +4 -4
- package/dist/application-asset.d.mts +0 -7
- package/dist/application-asset.d.ts +0 -7
- package/dist/application-asset.mjs +0 -7
- package/dist/plattform-asset.d.mts +0 -7
- package/dist/plattform-asset.d.ts +0 -7
- package/dist/plattform-asset.mjs +0 -7
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
TypeIcon
|
|
4
|
+
} from "./chunk-ZTTP7RNY.mjs";
|
|
5
|
+
import {
|
|
6
|
+
UnderlineIcon
|
|
7
|
+
} from "./chunk-ZQ2AEDXT.mjs";
|
|
2
8
|
import {
|
|
3
9
|
UndoIcon
|
|
4
10
|
} from "./chunk-UO4UYWIZ.mjs";
|
|
@@ -11,6 +17,15 @@ import {
|
|
|
11
17
|
import {
|
|
12
18
|
VendorIcon
|
|
13
19
|
} from "./chunk-5AMD4S26.mjs";
|
|
20
|
+
import {
|
|
21
|
+
ShellIcon
|
|
22
|
+
} from "./chunk-TG2X5USM.mjs";
|
|
23
|
+
import {
|
|
24
|
+
SoftwareAssetIcon
|
|
25
|
+
} from "./chunk-HKQHNRPE.mjs";
|
|
26
|
+
import {
|
|
27
|
+
SquaresIntersect
|
|
28
|
+
} from "./chunk-XHCYRJIR.mjs";
|
|
14
29
|
import {
|
|
15
30
|
StrikeIcon
|
|
16
31
|
} from "./chunk-4F24VFL4.mjs";
|
|
@@ -27,11 +42,8 @@ import {
|
|
|
27
42
|
TrashIcon
|
|
28
43
|
} from "./chunk-43KWNV2C.mjs";
|
|
29
44
|
import {
|
|
30
|
-
|
|
31
|
-
} from "./chunk-
|
|
32
|
-
import {
|
|
33
|
-
UnderlineIcon
|
|
34
|
-
} from "./chunk-ZQ2AEDXT.mjs";
|
|
45
|
+
PuzzleIcon
|
|
46
|
+
} from "./chunk-MJ6PIAN3.mjs";
|
|
35
47
|
import {
|
|
36
48
|
RedoIcon
|
|
37
49
|
} from "./chunk-FODYFMMI.mjs";
|
|
@@ -47,15 +59,12 @@ import {
|
|
|
47
59
|
import {
|
|
48
60
|
SearchIcon
|
|
49
61
|
} from "./chunk-3BJDY4K2.mjs";
|
|
62
|
+
import {
|
|
63
|
+
ServiceAssetIcon
|
|
64
|
+
} from "./chunk-JO2DHXG7.mjs";
|
|
50
65
|
import {
|
|
51
66
|
SettingsIcon
|
|
52
67
|
} from "./chunk-5VB6VXKQ.mjs";
|
|
53
|
-
import {
|
|
54
|
-
ShellIcon
|
|
55
|
-
} from "./chunk-TG2X5USM.mjs";
|
|
56
|
-
import {
|
|
57
|
-
SquaresIntersect
|
|
58
|
-
} from "./chunk-XHCYRJIR.mjs";
|
|
59
68
|
import {
|
|
60
69
|
PanelLeftIcon
|
|
61
70
|
} from "./chunk-2O26UG4T.mjs";
|
|
@@ -64,22 +73,22 @@ import {
|
|
|
64
73
|
} from "./chunk-XOYRXKQA.mjs";
|
|
65
74
|
import {
|
|
66
75
|
PhysicalAssetIcon
|
|
67
|
-
} from "./chunk-
|
|
68
|
-
import {
|
|
69
|
-
PlattformAssetIcon
|
|
70
|
-
} from "./chunk-WWSIRUDQ.mjs";
|
|
76
|
+
} from "./chunk-3JXKSUZM.mjs";
|
|
71
77
|
import {
|
|
72
78
|
PlusIcon
|
|
73
79
|
} from "./chunk-VT4DJPGF.mjs";
|
|
80
|
+
import {
|
|
81
|
+
ProcessCategoryIcon
|
|
82
|
+
} from "./chunk-BWDN6UYW.mjs";
|
|
83
|
+
import {
|
|
84
|
+
ProcessIcon
|
|
85
|
+
} from "./chunk-FC53C5SU.mjs";
|
|
74
86
|
import {
|
|
75
87
|
ProcessingActivityIcon
|
|
76
88
|
} from "./chunk-Y7DSA4LC.mjs";
|
|
77
89
|
import {
|
|
78
90
|
ProgramIcon
|
|
79
91
|
} from "./chunk-DSI5CQOQ.mjs";
|
|
80
|
-
import {
|
|
81
|
-
PuzzleIcon
|
|
82
|
-
} from "./chunk-MJ6PIAN3.mjs";
|
|
83
92
|
import {
|
|
84
93
|
LinkIcon
|
|
85
94
|
} from "./chunk-VI3AG7YV.mjs";
|
|
@@ -125,12 +134,12 @@ import {
|
|
|
125
134
|
import {
|
|
126
135
|
ItalicIcon
|
|
127
136
|
} from "./chunk-QONRM432.mjs";
|
|
128
|
-
import {
|
|
129
|
-
GlobeIcon
|
|
130
|
-
} from "./chunk-C7HXAXXL.mjs";
|
|
131
137
|
import {
|
|
132
138
|
GripVerticalIcon
|
|
133
139
|
} from "./chunk-GPAMXO65.mjs";
|
|
140
|
+
import {
|
|
141
|
+
HardwareAssetIcon
|
|
142
|
+
} from "./chunk-MZBAUZ2W.mjs";
|
|
134
143
|
import {
|
|
135
144
|
HeadingFiveIcon
|
|
136
145
|
} from "./chunk-7X66GPBN.mjs";
|
|
@@ -149,9 +158,6 @@ import {
|
|
|
149
158
|
import {
|
|
150
159
|
HeadingThreeIcon
|
|
151
160
|
} from "./chunk-YCKEB7PH.mjs";
|
|
152
|
-
import {
|
|
153
|
-
DomainIcon
|
|
154
|
-
} from "./chunk-E35BW74J.mjs";
|
|
155
161
|
import {
|
|
156
162
|
DSARIcon
|
|
157
163
|
} from "./chunk-DRZOZSLJ.mjs";
|
|
@@ -174,8 +180,8 @@ import {
|
|
|
174
180
|
EyeIcon
|
|
175
181
|
} from "./chunk-K6ICW5LE.mjs";
|
|
176
182
|
import {
|
|
177
|
-
|
|
178
|
-
} from "./chunk-
|
|
183
|
+
GlobeIcon
|
|
184
|
+
} from "./chunk-C7HXAXXL.mjs";
|
|
179
185
|
import {
|
|
180
186
|
CodeblockIcon
|
|
181
187
|
} from "./chunk-S5LKZZ4Y.mjs";
|
|
@@ -198,8 +204,8 @@ import {
|
|
|
198
204
|
DocumentsIcon
|
|
199
205
|
} from "./chunk-3FNTP6LP.mjs";
|
|
200
206
|
import {
|
|
201
|
-
|
|
202
|
-
} from "./chunk-
|
|
207
|
+
DomainIcon
|
|
208
|
+
} from "./chunk-E35BW74J.mjs";
|
|
203
209
|
import {
|
|
204
210
|
ChevronUpIcon
|
|
205
211
|
} from "./chunk-DGZOCRXT.mjs";
|
|
@@ -222,8 +228,8 @@ import {
|
|
|
222
228
|
CodeBlockIcon
|
|
223
229
|
} from "./chunk-MHTVC642.mjs";
|
|
224
230
|
import {
|
|
225
|
-
|
|
226
|
-
} from "./chunk-
|
|
231
|
+
CodeIcon
|
|
232
|
+
} from "./chunk-QMVZLCCB.mjs";
|
|
227
233
|
import {
|
|
228
234
|
CatalogIcon
|
|
229
235
|
} from "./chunk-3KZAUSZ3.mjs";
|
|
@@ -246,8 +252,8 @@ import {
|
|
|
246
252
|
ChevronRightIcon
|
|
247
253
|
} from "./chunk-76O2FFGH.mjs";
|
|
248
254
|
import {
|
|
249
|
-
|
|
250
|
-
} from "./chunk-
|
|
255
|
+
ChevronUpDown
|
|
256
|
+
} from "./chunk-SXOBVX7T.mjs";
|
|
251
257
|
import {
|
|
252
258
|
ArrowDownUp
|
|
253
259
|
} from "./chunk-Z4P7M3EL.mjs";
|
|
@@ -269,6 +275,9 @@ import {
|
|
|
269
275
|
import {
|
|
270
276
|
BlockquoteIcon
|
|
271
277
|
} from "./chunk-D6OS3LKZ.mjs";
|
|
278
|
+
import {
|
|
279
|
+
BoldIcon
|
|
280
|
+
} from "./chunk-RLJLHAUY.mjs";
|
|
272
281
|
import {
|
|
273
282
|
AiSparklesIcon
|
|
274
283
|
} from "./chunk-5L5G4K76.mjs";
|
|
@@ -291,8 +300,8 @@ import {
|
|
|
291
300
|
AlignRightIcon
|
|
292
301
|
} from "./chunk-6M3TUYJL.mjs";
|
|
293
302
|
import {
|
|
294
|
-
|
|
295
|
-
} from "./chunk-
|
|
303
|
+
ArrowCounterClockwiseIcon
|
|
304
|
+
} from "./chunk-IYMWSJME.mjs";
|
|
296
305
|
export {
|
|
297
306
|
AiSparklesIcon,
|
|
298
307
|
AlertCircleIcon,
|
|
@@ -301,7 +310,6 @@ export {
|
|
|
301
310
|
AlignJustifyIcon,
|
|
302
311
|
AlignLeftIcon,
|
|
303
312
|
AlignRightIcon,
|
|
304
|
-
ApplicationAssetIcon,
|
|
305
313
|
ArrowCounterClockwiseIcon,
|
|
306
314
|
ArrowDown,
|
|
307
315
|
ArrowDownUp,
|
|
@@ -344,6 +352,7 @@ export {
|
|
|
344
352
|
EyeOffIcon,
|
|
345
353
|
GlobeIcon,
|
|
346
354
|
GripVerticalIcon,
|
|
355
|
+
HardwareAssetIcon,
|
|
347
356
|
HeadingFiveIcon,
|
|
348
357
|
HeadingFourIcon,
|
|
349
358
|
HeadingIcon,
|
|
@@ -371,8 +380,9 @@ export {
|
|
|
371
380
|
ChartPie as PartialIcon,
|
|
372
381
|
PeopleIcon,
|
|
373
382
|
PhysicalAssetIcon,
|
|
374
|
-
PlattformAssetIcon,
|
|
375
383
|
PlusIcon,
|
|
384
|
+
ProcessCategoryIcon,
|
|
385
|
+
ProcessIcon,
|
|
376
386
|
ProcessingActivityIcon,
|
|
377
387
|
ProgramIcon,
|
|
378
388
|
PuzzleIcon,
|
|
@@ -381,8 +391,10 @@ export {
|
|
|
381
391
|
RotateCcwIcon,
|
|
382
392
|
SaveIcon,
|
|
383
393
|
SearchIcon,
|
|
394
|
+
ServiceAssetIcon,
|
|
384
395
|
SettingsIcon,
|
|
385
396
|
ShellIcon,
|
|
397
|
+
SoftwareAssetIcon,
|
|
386
398
|
SquaresIntersect,
|
|
387
399
|
StrikeIcon,
|
|
388
400
|
SubscriptIcon,
|
package/dist/physical-asset.js
CHANGED
|
@@ -41,10 +41,10 @@ var PhysicalAssetIcon = ({ size = 24, ...props }) => {
|
|
|
41
41
|
...props,
|
|
42
42
|
children: [
|
|
43
43
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { children: "Physical Asset icon" }),
|
|
44
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M18
|
|
45
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
46
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
47
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 1.132-1.803l7.95-3.974a2 2 0 0 1 1.837 0l7.948 3.974A2 2 0 0 1 22 8z" }),
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M6 13h12" }),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M6 17h12" })
|
|
48
48
|
]
|
|
49
49
|
}
|
|
50
50
|
);
|
package/dist/physical-asset.mjs
CHANGED
|
@@ -0,0 +1,54 @@
|
|
|
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/process-category.tsx
|
|
22
|
+
var process_category_exports = {};
|
|
23
|
+
__export(process_category_exports, {
|
|
24
|
+
ProcessCategoryIcon: () => ProcessCategoryIcon
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(process_category_exports);
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var ProcessCategoryIcon = ({ 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: "Process category icon" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m8 13 4-7 4 7" }),
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9.1 11h5.7" })
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
);
|
|
50
|
+
};
|
|
51
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
52
|
+
0 && (module.exports = {
|
|
53
|
+
ProcessCategoryIcon
|
|
54
|
+
});
|
package/dist/process.js
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
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/process.tsx
|
|
22
|
+
var process_exports = {};
|
|
23
|
+
__export(process_exports, {
|
|
24
|
+
ProcessIcon: () => ProcessIcon
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(process_exports);
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var ProcessIcon = ({ 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: "Process icon" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16 5H3" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16 12H3" }),
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M11 19H3" }),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m15 18 2 2 4-4" })
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
);
|
|
51
|
+
};
|
|
52
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
53
|
+
0 && (module.exports = {
|
|
54
|
+
ProcessIcon
|
|
55
|
+
});
|
package/dist/process.mjs
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
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/service-asset.tsx
|
|
22
|
+
var service_asset_exports = {};
|
|
23
|
+
__export(service_asset_exports, {
|
|
24
|
+
ServiceAssetIcon: () => ServiceAssetIcon
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(service_asset_exports);
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var ServiceAssetIcon = ({ 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: "Service Asset icon" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10 19v-3.96 3.15" }),
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7 19h5" }),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: "6", height: "10", x: "16", y: "12", rx: "2" })
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
);
|
|
51
|
+
};
|
|
52
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
53
|
+
0 && (module.exports = {
|
|
54
|
+
ServiceAssetIcon
|
|
55
|
+
});
|
|
@@ -18,14 +18,14 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
};
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
|
-
// src/
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
24
|
-
|
|
21
|
+
// src/software-asset.tsx
|
|
22
|
+
var software_asset_exports = {};
|
|
23
|
+
__export(software_asset_exports, {
|
|
24
|
+
SoftwareAssetIcon: () => SoftwareAssetIcon
|
|
25
25
|
});
|
|
26
|
-
module.exports = __toCommonJS(
|
|
26
|
+
module.exports = __toCommonJS(software_asset_exports);
|
|
27
27
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
-
var
|
|
28
|
+
var SoftwareAssetIcon = ({ size = 24, ...props }) => {
|
|
29
29
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
30
30
|
"svg",
|
|
31
31
|
{
|
|
@@ -40,7 +40,7 @@ var ApplicationAssetIcon = ({ size = 24, ...props }) => {
|
|
|
40
40
|
strokeLinejoin: "round",
|
|
41
41
|
...props,
|
|
42
42
|
children: [
|
|
43
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { children: "
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { children: "Software Asset Icon" }),
|
|
44
44
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }),
|
|
45
45
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M6 8h.01" }),
|
|
46
46
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10 8h.01" }),
|
|
@@ -51,5 +51,5 @@ var ApplicationAssetIcon = ({ size = 24, ...props }) => {
|
|
|
51
51
|
};
|
|
52
52
|
// Annotate the CommonJS export names for ESM import in node:
|
|
53
53
|
0 && (module.exports = {
|
|
54
|
-
|
|
54
|
+
SoftwareAssetIcon
|
|
55
55
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/icons",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "16.0.0",
|
|
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": "
|
|
30
|
+
"@kopexa/theme": "16.0.0"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@kopexa/shared-utils": "
|
|
34
|
-
"@kopexa/react-utils": "
|
|
33
|
+
"@kopexa/shared-utils": "16.0.0",
|
|
34
|
+
"@kopexa/react-utils": "16.0.0"
|
|
35
35
|
},
|
|
36
36
|
"clean-package": "../../../clean-package.config.json",
|
|
37
37
|
"module": "dist/index.mjs",
|