@kopexa/icons 17.5.3 → 17.6.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/audit-icon.d.mts +7 -0
- package/dist/audit-icon.d.ts +7 -0
- package/dist/audit-icon.js +54 -0
- package/dist/audit-icon.mjs +7 -0
- package/dist/bell-icon.js +2 -2
- package/dist/bell-icon.mjs +1 -1
- package/dist/chunk-T7MD5KZ2.mjs +31 -0
- package/dist/{chunk-YA4V4L55.mjs → chunk-UWZJHVW6.mjs} +2 -2
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +654 -626
- package/dist/index.mjs +35 -31
- package/package.json +4 -4
|
@@ -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/audit-icon.tsx
|
|
22
|
+
var audit_icon_exports = {};
|
|
23
|
+
__export(audit_icon_exports, {
|
|
24
|
+
AuditIcon: () => AuditIcon
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(audit_icon_exports);
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var AuditIcon = ({ 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: "Audit Icon" }),
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: "8", height: "4", x: "8", y: "2", rx: "1", ry: "1" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
|
|
46
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m9 14 2 2 4-4" })
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
);
|
|
50
|
+
};
|
|
51
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
52
|
+
0 && (module.exports = {
|
|
53
|
+
AuditIcon
|
|
54
|
+
});
|
package/dist/bell-icon.js
CHANGED
|
@@ -41,8 +41,8 @@ var BellIcon = ({ size = 24, ...props }) => {
|
|
|
41
41
|
...props,
|
|
42
42
|
children: [
|
|
43
43
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { children: "Bell" }),
|
|
44
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
45
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326" })
|
|
46
46
|
]
|
|
47
47
|
}
|
|
48
48
|
);
|
package/dist/bell-icon.mjs
CHANGED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
// src/audit-icon.tsx
|
|
4
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
|
+
var AuditIcon = ({ 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: "Audit Icon" }),
|
|
21
|
+
/* @__PURE__ */ jsx("rect", { width: "8", height: "4", x: "8", y: "2", rx: "1", ry: "1" }),
|
|
22
|
+
/* @__PURE__ */ jsx("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
|
|
23
|
+
/* @__PURE__ */ jsx("path", { d: "m9 14 2 2 4-4" })
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export {
|
|
30
|
+
AuditIcon
|
|
31
|
+
};
|
|
@@ -18,8 +18,8 @@ var BellIcon = ({ size = 24, ...props }) => {
|
|
|
18
18
|
...props,
|
|
19
19
|
children: [
|
|
20
20
|
/* @__PURE__ */ jsx("title", { children: "Bell" }),
|
|
21
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
22
|
-
/* @__PURE__ */ jsx("path", { d: "
|
|
21
|
+
/* @__PURE__ */ jsx("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
|
|
22
|
+
/* @__PURE__ */ jsx("path", { d: "M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326" })
|
|
23
23
|
]
|
|
24
24
|
}
|
|
25
25
|
);
|
package/dist/index.d.mts
CHANGED
|
@@ -11,6 +11,7 @@ export { ArrowDownUp } from './arrow-down-up.mjs';
|
|
|
11
11
|
export { ArrowRightIcon } from './arrow-right-icon.mjs';
|
|
12
12
|
export { ArrowUp } from './arrow-up.mjs';
|
|
13
13
|
export { AssetsIcon } from './assets.mjs';
|
|
14
|
+
export { AuditIcon } from './audit-icon.mjs';
|
|
14
15
|
export { BanIcon } from './ban-icon.mjs';
|
|
15
16
|
export { BellIcon } from './bell-icon.mjs';
|
|
16
17
|
export { BlockquoteIcon } from './blockquote-icon.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export { ArrowDownUp } from './arrow-down-up.js';
|
|
|
11
11
|
export { ArrowRightIcon } from './arrow-right-icon.js';
|
|
12
12
|
export { ArrowUp } from './arrow-up.js';
|
|
13
13
|
export { AssetsIcon } from './assets.js';
|
|
14
|
+
export { AuditIcon } from './audit-icon.js';
|
|
14
15
|
export { BanIcon } from './ban-icon.js';
|
|
15
16
|
export { BellIcon } from './bell-icon.js';
|
|
16
17
|
export { BlockquoteIcon } from './blockquote-icon.js';
|