@kopexa/icons 8.0.9 → 9.0.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/assets.d.mts +7 -0
- package/dist/assets.d.ts +7 -0
- package/dist/assets.js +57 -0
- package/dist/assets.mjs +7 -0
- package/dist/catalog.d.mts +7 -0
- package/dist/catalog.d.ts +7 -0
- package/dist/catalog.js +55 -0
- package/dist/catalog.mjs +7 -0
- package/dist/chevron-up-down.d.mts +7 -0
- package/dist/chevron-up-down.d.ts +7 -0
- package/dist/chevron-up-down.js +53 -0
- package/dist/chevron-up-down.mjs +7 -0
- package/dist/chunk-2O26UG4T.mjs +30 -0
- package/dist/chunk-36PEVCQL.mjs +31 -0
- package/dist/chunk-3FNTP6LP.mjs +33 -0
- package/dist/chunk-3KZAUSZ3.mjs +32 -0
- package/dist/chunk-5AMD4S26.mjs +33 -0
- package/dist/chunk-DNHYYMYF.mjs +33 -0
- package/dist/chunk-DRZOZSLJ.mjs +30 -0
- package/dist/chunk-DSI5CQOQ.mjs +32 -0
- package/dist/chunk-EIACNJBZ.mjs +31 -0
- package/dist/chunk-HOWMZ73X.mjs +33 -0
- package/dist/chunk-JFTUDPFQ.mjs +31 -0
- package/dist/chunk-SXOBVX7T.mjs +30 -0
- package/dist/chunk-V6QXOK5V.mjs +32 -0
- package/dist/chunk-WPTOAHE7.mjs +31 -0
- package/dist/chunk-WWSIRUDQ.mjs +32 -0
- package/dist/chunk-XOYRXKQA.mjs +32 -0
- package/dist/chunk-Y7DSA4LC.mjs +34 -0
- package/dist/chunk-YECZ4NTF.mjs +34 -0
- package/dist/controls.d.mts +7 -0
- package/dist/controls.d.ts +7 -0
- package/dist/controls.js +56 -0
- package/dist/controls.mjs +7 -0
- package/dist/data-asset.d.mts +7 -0
- package/dist/data-asset.d.ts +7 -0
- package/dist/data-asset.js +54 -0
- package/dist/data-asset.mjs +7 -0
- package/dist/documents.d.mts +7 -0
- package/dist/documents.d.ts +7 -0
- package/dist/documents.js +56 -0
- package/dist/documents.mjs +7 -0
- package/dist/dsar.d.mts +7 -0
- package/dist/dsar.d.ts +7 -0
- package/dist/dsar.js +53 -0
- package/dist/dsar.mjs +7 -0
- package/dist/incident.d.mts +7 -0
- package/dist/incident.d.ts +7 -0
- package/dist/incident.js +54 -0
- package/dist/incident.mjs +7 -0
- package/dist/index.d.mts +18 -0
- package/dist/index.d.ts +18 -0
- package/dist/index.js +609 -89
- package/dist/index.mjs +89 -17
- package/dist/issues.d.mts +7 -0
- package/dist/issues.d.ts +7 -0
- package/dist/issues.js +56 -0
- package/dist/issues.mjs +7 -0
- package/dist/panel-left-icon.d.mts +7 -0
- package/dist/panel-left-icon.d.ts +7 -0
- package/dist/panel-left-icon.js +53 -0
- package/dist/panel-left-icon.mjs +7 -0
- package/dist/people.d.mts +7 -0
- package/dist/people.d.ts +7 -0
- package/dist/people.js +55 -0
- package/dist/people.mjs +7 -0
- package/dist/physical-asset.d.mts +7 -0
- package/dist/physical-asset.d.ts +7 -0
- package/dist/physical-asset.js +55 -0
- package/dist/physical-asset.mjs +7 -0
- package/dist/plattform-asset.d.mts +7 -0
- package/dist/plattform-asset.d.ts +7 -0
- package/dist/plattform-asset.js +55 -0
- package/dist/plattform-asset.mjs +7 -0
- package/dist/processing-activity.d.mts +7 -0
- package/dist/processing-activity.d.ts +7 -0
- package/dist/processing-activity.js +57 -0
- package/dist/processing-activity.mjs +7 -0
- package/dist/program-icon.d.mts +7 -0
- package/dist/program-icon.d.ts +7 -0
- package/dist/program-icon.js +55 -0
- package/dist/program-icon.mjs +7 -0
- package/dist/risk.d.mts +7 -0
- package/dist/risk.d.ts +7 -0
- package/dist/risk.js +54 -0
- package/dist/risk.mjs +7 -0
- package/dist/upload.d.mts +7 -0
- package/dist/upload.d.ts +7 -0
- package/dist/upload.js +54 -0
- package/dist/upload.mjs +7 -0
- package/dist/vendor.d.mts +7 -0
- package/dist/vendor.d.ts +7 -0
- package/dist/vendor.js +56 -0
- package/dist/vendor.mjs +7 -0
- package/package.json +3 -3
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
// src/upload.tsx
|
|
4
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
|
+
var UploadIcon = ({ size = 24, ...props }) => {
|
|
6
|
+
return /* @__PURE__ */ jsxs(
|
|
7
|
+
"svg",
|
|
8
|
+
{
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
width: size,
|
|
11
|
+
height: size,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
fill: "none",
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
strokeWidth: "2",
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round",
|
|
18
|
+
...props,
|
|
19
|
+
children: [
|
|
20
|
+
/* @__PURE__ */ jsx("title", { children: "Upload icon" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { d: "M12 13v8" }),
|
|
22
|
+
/* @__PURE__ */ jsx("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
|
|
23
|
+
/* @__PURE__ */ jsx("path", { d: "m8 17 4-4 4 4" })
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export {
|
|
30
|
+
UploadIcon
|
|
31
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
// src/plattform-asset.tsx
|
|
4
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
|
+
var PlattformAssetIcon = ({ size = 24, ...props }) => {
|
|
6
|
+
return /* @__PURE__ */ jsxs(
|
|
7
|
+
"svg",
|
|
8
|
+
{
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
width: size,
|
|
11
|
+
height: size,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
fill: "none",
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
strokeWidth: "2",
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round",
|
|
18
|
+
...props,
|
|
19
|
+
children: [
|
|
20
|
+
/* @__PURE__ */ jsx("title", { children: "Plattform Asset icon" }),
|
|
21
|
+
/* @__PURE__ */ jsx("rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2" }),
|
|
22
|
+
/* @__PURE__ */ jsx("rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2" }),
|
|
23
|
+
/* @__PURE__ */ jsx("line", { x1: "6", x2: "6.01", y1: "6", y2: "6" }),
|
|
24
|
+
/* @__PURE__ */ jsx("line", { x1: "6", x2: "6.01", y1: "18", y2: "18" })
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
);
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export {
|
|
31
|
+
PlattformAssetIcon
|
|
32
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
// src/people.tsx
|
|
4
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
|
+
var PeopleIcon = ({ size = 24, ...props }) => {
|
|
6
|
+
return /* @__PURE__ */ jsxs(
|
|
7
|
+
"svg",
|
|
8
|
+
{
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
width: size,
|
|
11
|
+
height: size,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
fill: "none",
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
strokeWidth: "2",
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round",
|
|
18
|
+
...props,
|
|
19
|
+
children: [
|
|
20
|
+
/* @__PURE__ */ jsx("title", { children: "People icon" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
|
|
22
|
+
/* @__PURE__ */ jsx("path", { d: "M16 3.128a4 4 0 0 1 0 7.744" }),
|
|
23
|
+
/* @__PURE__ */ jsx("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
|
|
24
|
+
/* @__PURE__ */ jsx("circle", { cx: "9", cy: "7", r: "4" })
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
);
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export {
|
|
31
|
+
PeopleIcon
|
|
32
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
// src/processing-activity.tsx
|
|
4
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
|
+
var ProcessingActivityIcon = ({
|
|
6
|
+
size = 24,
|
|
7
|
+
...props
|
|
8
|
+
}) => {
|
|
9
|
+
return /* @__PURE__ */ jsxs(
|
|
10
|
+
"svg",
|
|
11
|
+
{
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
width: size,
|
|
14
|
+
height: size,
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
fill: "none",
|
|
17
|
+
stroke: "currentColor",
|
|
18
|
+
strokeWidth: "2",
|
|
19
|
+
strokeLinecap: "round",
|
|
20
|
+
strokeLinejoin: "round",
|
|
21
|
+
...props,
|
|
22
|
+
children: [
|
|
23
|
+
/* @__PURE__ */ jsx("title", { children: "Processing Activity icon" }),
|
|
24
|
+
/* @__PURE__ */ jsx("rect", { width: "8", height: "8", x: "3", y: "3", rx: "2" }),
|
|
25
|
+
/* @__PURE__ */ jsx("path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }),
|
|
26
|
+
/* @__PURE__ */ jsx("rect", { width: "8", height: "8", x: "13", y: "13", rx: "2" })
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
);
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export {
|
|
33
|
+
ProcessingActivityIcon
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
// src/assets.tsx
|
|
4
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
|
+
var AssetsIcon = ({ size = 24, ...props }) => {
|
|
6
|
+
return /* @__PURE__ */ jsxs(
|
|
7
|
+
"svg",
|
|
8
|
+
{
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
width: size,
|
|
11
|
+
height: size,
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
fill: "none",
|
|
14
|
+
stroke: "currentColor",
|
|
15
|
+
strokeWidth: "2",
|
|
16
|
+
strokeLinecap: "round",
|
|
17
|
+
strokeLinejoin: "round",
|
|
18
|
+
...props,
|
|
19
|
+
children: [
|
|
20
|
+
/* @__PURE__ */ jsx("title", { children: "Assets icon" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { d: "M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14" }),
|
|
22
|
+
/* @__PURE__ */ jsx("path", { d: "m7.5 4.27 9 5.15" }),
|
|
23
|
+
/* @__PURE__ */ jsx("polyline", { points: "3.29 7 12 12 20.71 7" }),
|
|
24
|
+
/* @__PURE__ */ jsx("line", { x1: "12", x2: "12", y1: "22", y2: "12" }),
|
|
25
|
+
/* @__PURE__ */ jsx("circle", { cx: "18.5", cy: "15.5", r: "2.5" }),
|
|
26
|
+
/* @__PURE__ */ jsx("path", { d: "M20.27 17.27 22 19" })
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
);
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export {
|
|
33
|
+
AssetsIcon
|
|
34
|
+
};
|
package/dist/controls.js
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
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/controls.tsx
|
|
22
|
+
var controls_exports = {};
|
|
23
|
+
__export(controls_exports, {
|
|
24
|
+
ControlsIcon: () => ControlsIcon
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(controls_exports);
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var ControlsIcon = ({ 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: "Controls icon" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m3 17 2 2 4-4" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m3 7 2 2 4-4" }),
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M13 6h8" }),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M13 12h8" }),
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M13 18h8" })
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
);
|
|
52
|
+
};
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
ControlsIcon
|
|
56
|
+
});
|
|
@@ -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/data-asset.tsx
|
|
22
|
+
var data_asset_exports = {};
|
|
23
|
+
__export(data_asset_exports, {
|
|
24
|
+
DataAssetIcon: () => DataAssetIcon
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(data_asset_exports);
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var DataAssetIcon = ({ 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: "Plattform Asset icon" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("ellipse", { cx: "12", cy: "5", rx: "9", ry: "3" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M3 5V19A9 3 0 0 0 21 19V5" }),
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M3 12A9 3 0 0 0 21 12" })
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
);
|
|
50
|
+
};
|
|
51
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
52
|
+
0 && (module.exports = {
|
|
53
|
+
DataAssetIcon
|
|
54
|
+
});
|
|
@@ -0,0 +1,56 @@
|
|
|
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/documents.tsx
|
|
22
|
+
var documents_exports = {};
|
|
23
|
+
__export(documents_exports, {
|
|
24
|
+
DocumentsIcon: () => DocumentsIcon
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(documents_exports);
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var DocumentsIcon = ({ 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: "Documents icon" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10 9H8" }),
|
|
47
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16 13H8" }),
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16 17H8" })
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
);
|
|
52
|
+
};
|
|
53
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
54
|
+
0 && (module.exports = {
|
|
55
|
+
DocumentsIcon
|
|
56
|
+
});
|
package/dist/dsar.d.mts
ADDED
package/dist/dsar.d.ts
ADDED
package/dist/dsar.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/dsar.tsx
|
|
22
|
+
var dsar_exports = {};
|
|
23
|
+
__export(dsar_exports, {
|
|
24
|
+
DSARIcon: () => DSARIcon
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(dsar_exports);
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var DSARIcon = ({ 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: "DSAR icon" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" })
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
);
|
|
49
|
+
};
|
|
50
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
51
|
+
0 && (module.exports = {
|
|
52
|
+
DSARIcon
|
|
53
|
+
});
|
package/dist/dsar.mjs
ADDED
package/dist/incident.js
ADDED
|
@@ -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/incident.tsx
|
|
22
|
+
var incident_exports = {};
|
|
23
|
+
__export(incident_exports, {
|
|
24
|
+
IncidentIcon: () => IncidentIcon
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(incident_exports);
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var IncidentIcon = ({ 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: "Incident icon" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 16h.01" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 8v4" }),
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z" })
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
);
|
|
50
|
+
};
|
|
51
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
52
|
+
0 && (module.exports = {
|
|
53
|
+
IncidentIcon
|
|
54
|
+
});
|
package/dist/index.d.mts
CHANGED
|
@@ -1,23 +1,41 @@
|
|
|
1
1
|
export { ArrowDown } from './arrow-down.mjs';
|
|
2
2
|
export { ArrowDownUp } from './arrow-down-up.mjs';
|
|
3
3
|
export { ArrowUp } from './arrow-up.mjs';
|
|
4
|
+
export { AssetsIcon } from './assets.mjs';
|
|
5
|
+
export { CatalogIcon } from './catalog.mjs';
|
|
4
6
|
export { CheckIcon } from './check.mjs';
|
|
5
7
|
export { CheckCirleIcon } from './check-circle.mjs';
|
|
6
8
|
export { ChevronDownIcon } from './chevron-down.mjs';
|
|
7
9
|
export { ChevronLeftIcon } from './chevron-left.mjs';
|
|
8
10
|
export { ChevronRightIcon } from './chevron-right.mjs';
|
|
11
|
+
export { ChevronUpDown } from './chevron-up-down.mjs';
|
|
9
12
|
export { CircleIcon } from './circle.mjs';
|
|
10
13
|
export { CloseIcon } from './close.mjs';
|
|
14
|
+
export { ControlsIcon } from './controls.mjs';
|
|
15
|
+
export { DataAssetIcon } from './data-asset.mjs';
|
|
16
|
+
export { DocumentsIcon } from './documents.mjs';
|
|
17
|
+
export { DSARIcon } from './dsar.mjs';
|
|
11
18
|
export { EllipsisIcon } from './ellipsis-icon.mjs';
|
|
12
19
|
export { EyeIcon } from './eye.mjs';
|
|
13
20
|
export { EyeOffIcon } from './eye-off.mjs';
|
|
21
|
+
export { IncidentIcon } from './incident.mjs';
|
|
22
|
+
export { IssuesIcon } from './issues.mjs';
|
|
14
23
|
export { LinkedInIcon } from './linkedin.mjs';
|
|
15
24
|
export { MinusIcon } from './minus.mjs';
|
|
16
25
|
export { NotificationIcon } from './notification-icon.mjs';
|
|
26
|
+
export { PanelLeftIcon } from './panel-left-icon.mjs';
|
|
27
|
+
export { PeopleIcon } from './people.mjs';
|
|
28
|
+
export { PhysicalAssetIcon } from './physical-asset.mjs';
|
|
29
|
+
export { PlattformAssetIcon } from './plattform-asset.mjs';
|
|
17
30
|
export { PlusIcon } from './plus.mjs';
|
|
31
|
+
export { ProcessingActivityIcon } from './processing-activity.mjs';
|
|
32
|
+
export { ProgramIcon } from './program-icon.mjs';
|
|
33
|
+
export { RiskIcon } from './risk.mjs';
|
|
18
34
|
export { SaveIcon } from './save.mjs';
|
|
19
35
|
export { SearchIcon } from './search.mjs';
|
|
20
36
|
export { SettingsIcon } from './settings.mjs';
|
|
21
37
|
export { IconSvgProps } from './types.mjs';
|
|
38
|
+
export { UploadIcon } from './upload.mjs';
|
|
39
|
+
export { VendorIcon } from './vendor.mjs';
|
|
22
40
|
import 'react/jsx-runtime';
|
|
23
41
|
import 'react';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,23 +1,41 @@
|
|
|
1
1
|
export { ArrowDown } from './arrow-down.js';
|
|
2
2
|
export { ArrowDownUp } from './arrow-down-up.js';
|
|
3
3
|
export { ArrowUp } from './arrow-up.js';
|
|
4
|
+
export { AssetsIcon } from './assets.js';
|
|
5
|
+
export { CatalogIcon } from './catalog.js';
|
|
4
6
|
export { CheckIcon } from './check.js';
|
|
5
7
|
export { CheckCirleIcon } from './check-circle.js';
|
|
6
8
|
export { ChevronDownIcon } from './chevron-down.js';
|
|
7
9
|
export { ChevronLeftIcon } from './chevron-left.js';
|
|
8
10
|
export { ChevronRightIcon } from './chevron-right.js';
|
|
11
|
+
export { ChevronUpDown } from './chevron-up-down.js';
|
|
9
12
|
export { CircleIcon } from './circle.js';
|
|
10
13
|
export { CloseIcon } from './close.js';
|
|
14
|
+
export { ControlsIcon } from './controls.js';
|
|
15
|
+
export { DataAssetIcon } from './data-asset.js';
|
|
16
|
+
export { DocumentsIcon } from './documents.js';
|
|
17
|
+
export { DSARIcon } from './dsar.js';
|
|
11
18
|
export { EllipsisIcon } from './ellipsis-icon.js';
|
|
12
19
|
export { EyeIcon } from './eye.js';
|
|
13
20
|
export { EyeOffIcon } from './eye-off.js';
|
|
21
|
+
export { IncidentIcon } from './incident.js';
|
|
22
|
+
export { IssuesIcon } from './issues.js';
|
|
14
23
|
export { LinkedInIcon } from './linkedin.js';
|
|
15
24
|
export { MinusIcon } from './minus.js';
|
|
16
25
|
export { NotificationIcon } from './notification-icon.js';
|
|
26
|
+
export { PanelLeftIcon } from './panel-left-icon.js';
|
|
27
|
+
export { PeopleIcon } from './people.js';
|
|
28
|
+
export { PhysicalAssetIcon } from './physical-asset.js';
|
|
29
|
+
export { PlattformAssetIcon } from './plattform-asset.js';
|
|
17
30
|
export { PlusIcon } from './plus.js';
|
|
31
|
+
export { ProcessingActivityIcon } from './processing-activity.js';
|
|
32
|
+
export { ProgramIcon } from './program-icon.js';
|
|
33
|
+
export { RiskIcon } from './risk.js';
|
|
18
34
|
export { SaveIcon } from './save.js';
|
|
19
35
|
export { SearchIcon } from './search.js';
|
|
20
36
|
export { SettingsIcon } from './settings.js';
|
|
21
37
|
export { IconSvgProps } from './types.js';
|
|
38
|
+
export { UploadIcon } from './upload.js';
|
|
39
|
+
export { VendorIcon } from './vendor.js';
|
|
22
40
|
import 'react/jsx-runtime';
|
|
23
41
|
import 'react';
|