@kopexa/icons 17.4.0 → 17.5.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.
Files changed (56) hide show
  1. package/README.md +5 -1
  2. package/dist/bell-icon.d.mts +7 -0
  3. package/dist/bell-icon.d.ts +7 -0
  4. package/dist/bell-icon.js +53 -0
  5. package/dist/bell-icon.mjs +7 -0
  6. package/dist/chunk-26IPMUAF.mjs +30 -0
  7. package/dist/chunk-C4DGBXAL.mjs +29 -0
  8. package/dist/chunk-F5BKZUZN.mjs +30 -0
  9. package/dist/chunk-KFTH3FPV.mjs +33 -0
  10. package/dist/chunk-KQMUJCYE.mjs +33 -0
  11. package/dist/chunk-Q7553YRX.mjs +33 -0
  12. package/dist/chunk-QMC7PT3F.mjs +30 -0
  13. package/dist/chunk-QVGQLKOA.mjs +31 -0
  14. package/dist/chunk-YA4V4L55.mjs +30 -0
  15. package/dist/chunk-ZYF6O3PM.mjs +30 -0
  16. package/dist/cloud-icon.d.mts +7 -0
  17. package/dist/cloud-icon.d.ts +7 -0
  18. package/dist/cloud-icon.js +52 -0
  19. package/dist/cloud-icon.mjs +7 -0
  20. package/dist/control-implementation-icon.d.mts +7 -0
  21. package/dist/control-implementation-icon.d.ts +7 -0
  22. package/dist/control-implementation-icon.js +56 -0
  23. package/dist/control-implementation-icon.mjs +7 -0
  24. package/dist/file-text-icon.d.mts +7 -0
  25. package/dist/file-text-icon.d.ts +7 -0
  26. package/dist/file-text-icon.js +56 -0
  27. package/dist/file-text-icon.mjs +7 -0
  28. package/dist/gear-icon.d.mts +7 -0
  29. package/dist/gear-icon.d.ts +7 -0
  30. package/dist/gear-icon.js +53 -0
  31. package/dist/gear-icon.mjs +7 -0
  32. package/dist/home-icon.d.mts +7 -0
  33. package/dist/home-icon.d.ts +7 -0
  34. package/dist/home-icon.js +53 -0
  35. package/dist/home-icon.mjs +7 -0
  36. package/dist/index.d.mts +10 -0
  37. package/dist/index.d.ts +10 -0
  38. package/dist/index.js +845 -566
  39. package/dist/index.mjs +98 -58
  40. package/dist/lock-icon.d.mts +7 -0
  41. package/dist/lock-icon.d.ts +7 -0
  42. package/dist/lock-icon.js +53 -0
  43. package/dist/lock-icon.mjs +7 -0
  44. package/dist/palette-icon.d.mts +7 -0
  45. package/dist/palette-icon.d.ts +7 -0
  46. package/dist/palette-icon.js +56 -0
  47. package/dist/palette-icon.mjs +7 -0
  48. package/dist/question-circle-icon.d.mts +7 -0
  49. package/dist/question-circle-icon.d.ts +7 -0
  50. package/dist/question-circle-icon.js +54 -0
  51. package/dist/question-circle-icon.mjs +7 -0
  52. package/dist/shield-check-icon.d.mts +7 -0
  53. package/dist/shield-check-icon.d.ts +7 -0
  54. package/dist/shield-check-icon.js +53 -0
  55. package/dist/shield-check-icon.mjs +7 -0
  56. package/package.json +4 -4
package/README.md CHANGED
@@ -1,9 +1,13 @@
1
1
  # @kopexa/icons
2
2
 
3
- A Quick description of the component
3
+ Part of the Kopexa Sight Design System.
4
4
 
5
5
  > This is an internal utility, not intended for public usage.
6
6
 
7
+ - **Author:** Kopexa (<https://kopexa.com>)
8
+ - **License:** Apache-2.0
9
+ - **Repository:** [kopexa-grc/sight](https://github.com/kopexa-grc/sight)
10
+
7
11
  ## Installation
8
12
 
9
13
  ```sh
@@ -0,0 +1,7 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { IconSvgProps } from './types.mjs';
3
+ import 'react';
4
+
5
+ declare const BellIcon: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { BellIcon };
@@ -0,0 +1,7 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { IconSvgProps } from './types.js';
3
+ import 'react';
4
+
5
+ declare const BellIcon: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { BellIcon };
@@ -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/bell-icon.tsx
22
+ var bell_icon_exports = {};
23
+ __export(bell_icon_exports, {
24
+ BellIcon: () => BellIcon
25
+ });
26
+ module.exports = __toCommonJS(bell_icon_exports);
27
+ var import_jsx_runtime = require("react/jsx-runtime");
28
+ var BellIcon = ({ 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: "Bell" }),
44
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9" }),
45
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10.3 21a1.94 1.94 0 0 0 3.4 0" })
46
+ ]
47
+ }
48
+ );
49
+ };
50
+ // Annotate the CommonJS export names for ESM import in node:
51
+ 0 && (module.exports = {
52
+ BellIcon
53
+ });
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ import {
3
+ BellIcon
4
+ } from "./chunk-YA4V4L55.mjs";
5
+ export {
6
+ BellIcon
7
+ };
@@ -0,0 +1,30 @@
1
+ "use client";
2
+
3
+ // src/gear-icon.tsx
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ var GearIcon = ({ 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: "Gear" }),
21
+ /* @__PURE__ */ jsx("path", { d: "M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z" }),
22
+ /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "3" })
23
+ ]
24
+ }
25
+ );
26
+ };
27
+
28
+ export {
29
+ GearIcon
30
+ };
@@ -0,0 +1,29 @@
1
+ "use client";
2
+
3
+ // src/cloud-icon.tsx
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ var CloudIcon = ({ 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: "Cloud" }),
21
+ /* @__PURE__ */ jsx("path", { d: "M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" })
22
+ ]
23
+ }
24
+ );
25
+ };
26
+
27
+ export {
28
+ CloudIcon
29
+ };
@@ -0,0 +1,30 @@
1
+ "use client";
2
+
3
+ // src/home-icon.tsx
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ function HomeIcon(props) {
6
+ return /* @__PURE__ */ jsxs(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ width: "24",
11
+ height: "24",
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: "Home" }),
21
+ /* @__PURE__ */ jsx("path", { d: "M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8" }),
22
+ /* @__PURE__ */ jsx("path", { d: "M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" })
23
+ ]
24
+ }
25
+ );
26
+ }
27
+
28
+ export {
29
+ HomeIcon
30
+ };
@@ -0,0 +1,33 @@
1
+ "use client";
2
+
3
+ // src/palette-icon.tsx
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ function PaletteIcon(props) {
6
+ return /* @__PURE__ */ jsxs(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ width: "24",
11
+ height: "24",
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: "Palette" }),
21
+ /* @__PURE__ */ jsx("circle", { cx: "13.5", cy: "6.5", r: ".5", fill: "currentColor" }),
22
+ /* @__PURE__ */ jsx("circle", { cx: "17.5", cy: "10.5", r: ".5", fill: "currentColor" }),
23
+ /* @__PURE__ */ jsx("circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor" }),
24
+ /* @__PURE__ */ jsx("circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor" }),
25
+ /* @__PURE__ */ jsx("path", { d: "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.555C21.965 6.012 17.461 2 12 2z" })
26
+ ]
27
+ }
28
+ );
29
+ }
30
+
31
+ export {
32
+ PaletteIcon
33
+ };
@@ -0,0 +1,33 @@
1
+ "use client";
2
+
3
+ // src/control-implementation-icon.tsx
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ var ControlImplementationIcon = ({
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: "Control Implementation icon" }),
24
+ /* @__PURE__ */ 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" }),
25
+ /* @__PURE__ */ jsx("path", { d: "m9 12 2 2 4-4" })
26
+ ]
27
+ }
28
+ );
29
+ };
30
+
31
+ export {
32
+ ControlImplementationIcon
33
+ };
@@ -0,0 +1,33 @@
1
+ "use client";
2
+
3
+ // src/file-text-icon.tsx
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ var FileTextIcon = ({ 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: "File Text" }),
21
+ /* @__PURE__ */ jsx("path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }),
22
+ /* @__PURE__ */ jsx("path", { d: "M14 2v4a2 2 0 0 0 2 2h4" }),
23
+ /* @__PURE__ */ jsx("path", { d: "M10 9H8" }),
24
+ /* @__PURE__ */ jsx("path", { d: "M16 13H8" }),
25
+ /* @__PURE__ */ jsx("path", { d: "M16 17H8" })
26
+ ]
27
+ }
28
+ );
29
+ };
30
+
31
+ export {
32
+ FileTextIcon
33
+ };
@@ -0,0 +1,30 @@
1
+ "use client";
2
+
3
+ // src/lock-icon.tsx
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ var LockIcon = ({ 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: "Lock" }),
21
+ /* @__PURE__ */ jsx("rect", { width: "18", height: "11", x: "3", y: "11", rx: "2", ry: "2" }),
22
+ /* @__PURE__ */ jsx("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })
23
+ ]
24
+ }
25
+ );
26
+ };
27
+
28
+ export {
29
+ LockIcon
30
+ };
@@ -0,0 +1,31 @@
1
+ "use client";
2
+
3
+ // src/question-circle-icon.tsx
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ function QuestionCircleIcon(props) {
6
+ return /* @__PURE__ */ jsxs(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ width: "24",
11
+ height: "24",
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: "Question Circle" }),
21
+ /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10" }),
22
+ /* @__PURE__ */ jsx("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
23
+ /* @__PURE__ */ jsx("path", { d: "M12 17h.01" })
24
+ ]
25
+ }
26
+ );
27
+ }
28
+
29
+ export {
30
+ QuestionCircleIcon
31
+ };
@@ -0,0 +1,30 @@
1
+ "use client";
2
+
3
+ // src/bell-icon.tsx
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ var BellIcon = ({ 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: "Bell" }),
21
+ /* @__PURE__ */ jsx("path", { d: "M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9" }),
22
+ /* @__PURE__ */ jsx("path", { d: "M10.3 21a1.94 1.94 0 0 0 3.4 0" })
23
+ ]
24
+ }
25
+ );
26
+ };
27
+
28
+ export {
29
+ BellIcon
30
+ };
@@ -0,0 +1,30 @@
1
+ "use client";
2
+
3
+ // src/shield-check-icon.tsx
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ function ShieldCheckIcon(props) {
6
+ return /* @__PURE__ */ jsxs(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ width: "24",
11
+ height: "24",
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: "Shield Check" }),
21
+ /* @__PURE__ */ 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" }),
22
+ /* @__PURE__ */ jsx("path", { d: "m9 12 2 2 4-4" })
23
+ ]
24
+ }
25
+ );
26
+ }
27
+
28
+ export {
29
+ ShieldCheckIcon
30
+ };
@@ -0,0 +1,7 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { IconSvgProps } from './types.mjs';
3
+ import 'react';
4
+
5
+ declare const CloudIcon: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { CloudIcon };
@@ -0,0 +1,7 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { IconSvgProps } from './types.js';
3
+ import 'react';
4
+
5
+ declare const CloudIcon: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { CloudIcon };
@@ -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/cloud-icon.tsx
22
+ var cloud_icon_exports = {};
23
+ __export(cloud_icon_exports, {
24
+ CloudIcon: () => CloudIcon
25
+ });
26
+ module.exports = __toCommonJS(cloud_icon_exports);
27
+ var import_jsx_runtime = require("react/jsx-runtime");
28
+ var CloudIcon = ({ 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: "Cloud" }),
44
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" })
45
+ ]
46
+ }
47
+ );
48
+ };
49
+ // Annotate the CommonJS export names for ESM import in node:
50
+ 0 && (module.exports = {
51
+ CloudIcon
52
+ });
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ import {
3
+ CloudIcon
4
+ } from "./chunk-C4DGBXAL.mjs";
5
+ export {
6
+ CloudIcon
7
+ };
@@ -0,0 +1,7 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { IconSvgProps } from './types.mjs';
3
+ import 'react';
4
+
5
+ declare const ControlImplementationIcon: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { ControlImplementationIcon };
@@ -0,0 +1,7 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { IconSvgProps } from './types.js';
3
+ import 'react';
4
+
5
+ declare const ControlImplementationIcon: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { ControlImplementationIcon };
@@ -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/control-implementation-icon.tsx
22
+ var control_implementation_icon_exports = {};
23
+ __export(control_implementation_icon_exports, {
24
+ ControlImplementationIcon: () => ControlImplementationIcon
25
+ });
26
+ module.exports = __toCommonJS(control_implementation_icon_exports);
27
+ var import_jsx_runtime = require("react/jsx-runtime");
28
+ var ControlImplementationIcon = ({
29
+ size = 24,
30
+ ...props
31
+ }) => {
32
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
33
+ "svg",
34
+ {
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ width: size,
37
+ height: size,
38
+ viewBox: "0 0 24 24",
39
+ fill: "none",
40
+ stroke: "currentColor",
41
+ strokeWidth: "2",
42
+ strokeLinecap: "round",
43
+ strokeLinejoin: "round",
44
+ ...props,
45
+ children: [
46
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { children: "Control Implementation icon" }),
47
+ /* @__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" }),
48
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m9 12 2 2 4-4" })
49
+ ]
50
+ }
51
+ );
52
+ };
53
+ // Annotate the CommonJS export names for ESM import in node:
54
+ 0 && (module.exports = {
55
+ ControlImplementationIcon
56
+ });
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ import {
3
+ ControlImplementationIcon
4
+ } from "./chunk-KQMUJCYE.mjs";
5
+ export {
6
+ ControlImplementationIcon
7
+ };
@@ -0,0 +1,7 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { IconSvgProps } from './types.mjs';
3
+ import 'react';
4
+
5
+ declare const FileTextIcon: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { FileTextIcon };
@@ -0,0 +1,7 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { IconSvgProps } from './types.js';
3
+ import 'react';
4
+
5
+ declare const FileTextIcon: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { FileTextIcon };
@@ -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/file-text-icon.tsx
22
+ var file_text_icon_exports = {};
23
+ __export(file_text_icon_exports, {
24
+ FileTextIcon: () => FileTextIcon
25
+ });
26
+ module.exports = __toCommonJS(file_text_icon_exports);
27
+ var import_jsx_runtime = require("react/jsx-runtime");
28
+ var FileTextIcon = ({ 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: "File Text" }),
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
+ FileTextIcon
56
+ });
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ import {
3
+ FileTextIcon
4
+ } from "./chunk-Q7553YRX.mjs";
5
+ export {
6
+ FileTextIcon
7
+ };