@kopexa/icons 8.0.3 → 8.0.5

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 (44) hide show
  1. package/dist/arrow-down-up.d.mts +7 -0
  2. package/dist/arrow-down-up.d.ts +7 -0
  3. package/dist/arrow-down-up.js +55 -0
  4. package/dist/arrow-down-up.mjs +7 -0
  5. package/dist/arrow-down.d.mts +7 -0
  6. package/dist/arrow-down.d.ts +7 -0
  7. package/dist/arrow-down.js +53 -0
  8. package/dist/arrow-down.mjs +7 -0
  9. package/dist/arrow-up.d.mts +7 -0
  10. package/dist/arrow-up.d.ts +7 -0
  11. package/dist/arrow-up.js +53 -0
  12. package/dist/arrow-up.mjs +7 -0
  13. package/dist/check-circle.d.mts +7 -0
  14. package/dist/check-circle.d.ts +7 -0
  15. package/dist/check-circle.js +53 -0
  16. package/dist/check-circle.mjs +7 -0
  17. package/dist/chunk-5VB6VXKQ.mjs +32 -0
  18. package/dist/chunk-6TEI2IX4.mjs +29 -0
  19. package/dist/chunk-AYB3TD3S.mjs +31 -0
  20. package/dist/chunk-FWMS5EZF.mjs +30 -0
  21. package/dist/chunk-GLNADWBH.mjs +30 -0
  22. package/dist/chunk-KNFI7JOU.mjs +30 -0
  23. package/dist/chunk-M2RUR5WR.mjs +33 -0
  24. package/dist/chunk-Z4P7M3EL.mjs +32 -0
  25. package/dist/ellipsis-icon.d.mts +7 -0
  26. package/dist/ellipsis-icon.d.ts +7 -0
  27. package/dist/ellipsis-icon.js +54 -0
  28. package/dist/ellipsis-icon.mjs +7 -0
  29. package/dist/index.d.mts +7 -0
  30. package/dist/index.d.ts +7 -0
  31. package/dist/index.js +265 -70
  32. package/dist/index.mjs +43 -15
  33. package/dist/linkedin.js +8 -6
  34. package/dist/linkedin.mjs +1 -1
  35. package/dist/minus.d.mts +7 -0
  36. package/dist/minus.d.ts +7 -0
  37. package/dist/minus.js +52 -0
  38. package/dist/minus.mjs +7 -0
  39. package/dist/settings.d.mts +7 -0
  40. package/dist/settings.d.ts +7 -0
  41. package/dist/settings.js +55 -0
  42. package/dist/settings.mjs +7 -0
  43. package/package.json +4 -4
  44. package/dist/chunk-FJOYQRW6.mjs +0 -31
@@ -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 ArrowDownUp: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { ArrowDownUp };
@@ -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 ArrowDownUp: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { ArrowDownUp };
@@ -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/arrow-down-up.tsx
22
+ var arrow_down_up_exports = {};
23
+ __export(arrow_down_up_exports, {
24
+ ArrowDownUp: () => ArrowDownUp
25
+ });
26
+ module.exports = __toCommonJS(arrow_down_up_exports);
27
+ var import_jsx_runtime = require("react/jsx-runtime");
28
+ var ArrowDownUp = ({ 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: "Arrow down Up icon" }),
44
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m3 16 4 4 4-4" }),
45
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7 20V4" }),
46
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m21 8-4-4-4 4" }),
47
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M17 4v16" })
48
+ ]
49
+ }
50
+ );
51
+ };
52
+ // Annotate the CommonJS export names for ESM import in node:
53
+ 0 && (module.exports = {
54
+ ArrowDownUp
55
+ });
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ import {
3
+ ArrowDownUp
4
+ } from "./chunk-Z4P7M3EL.mjs";
5
+ export {
6
+ ArrowDownUp
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 ArrowDown: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { ArrowDown };
@@ -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 ArrowDown: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { ArrowDown };
@@ -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/arrow-down.tsx
22
+ var arrow_down_exports = {};
23
+ __export(arrow_down_exports, {
24
+ ArrowDown: () => ArrowDown
25
+ });
26
+ module.exports = __toCommonJS(arrow_down_exports);
27
+ var import_jsx_runtime = require("react/jsx-runtime");
28
+ var ArrowDown = ({ 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: "Arrow Up Down" }),
44
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 5v14" }),
45
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m19 12-7 7-7-7" })
46
+ ]
47
+ }
48
+ );
49
+ };
50
+ // Annotate the CommonJS export names for ESM import in node:
51
+ 0 && (module.exports = {
52
+ ArrowDown
53
+ });
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ import {
3
+ ArrowDown
4
+ } from "./chunk-KNFI7JOU.mjs";
5
+ export {
6
+ ArrowDown
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 ArrowUp: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { ArrowUp };
@@ -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 ArrowUp: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { ArrowUp };
@@ -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/arrow-up.tsx
22
+ var arrow_up_exports = {};
23
+ __export(arrow_up_exports, {
24
+ ArrowUp: () => ArrowUp
25
+ });
26
+ module.exports = __toCommonJS(arrow_up_exports);
27
+ var import_jsx_runtime = require("react/jsx-runtime");
28
+ var ArrowUp = ({ 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: "Arrow Up Icon" }),
44
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m5 12 7-7 7 7" }),
45
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 19V5" })
46
+ ]
47
+ }
48
+ );
49
+ };
50
+ // Annotate the CommonJS export names for ESM import in node:
51
+ 0 && (module.exports = {
52
+ ArrowUp
53
+ });
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ import {
3
+ ArrowUp
4
+ } from "./chunk-GLNADWBH.mjs";
5
+ export {
6
+ ArrowUp
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 CheckCirleIcon: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { CheckCirleIcon };
@@ -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 CheckCirleIcon: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { CheckCirleIcon };
@@ -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/check-circle.tsx
22
+ var check_circle_exports = {};
23
+ __export(check_circle_exports, {
24
+ CheckCirleIcon: () => CheckCirleIcon
25
+ });
26
+ module.exports = __toCommonJS(check_circle_exports);
27
+ var import_jsx_runtime = require("react/jsx-runtime");
28
+ var CheckCirleIcon = ({ 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: "Check Circle Icon" }),
44
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
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
+ CheckCirleIcon
53
+ });
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ import {
3
+ CheckCirleIcon
4
+ } from "./chunk-FWMS5EZF.mjs";
5
+ export {
6
+ CheckCirleIcon
7
+ };
@@ -0,0 +1,32 @@
1
+ "use client";
2
+
3
+ // src/settings.tsx
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ var SettingsIcon = ({ 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: "Settings" }),
21
+ /* @__PURE__ */ jsx("path", { d: "M14 17H5" }),
22
+ /* @__PURE__ */ jsx("path", { d: "M19 7h-9" }),
23
+ /* @__PURE__ */ jsx("circle", { cx: "17", cy: "17", r: "3" }),
24
+ /* @__PURE__ */ jsx("circle", { cx: "7", cy: "7", r: "3" })
25
+ ]
26
+ }
27
+ );
28
+ };
29
+
30
+ export {
31
+ SettingsIcon
32
+ };
@@ -0,0 +1,29 @@
1
+ "use client";
2
+
3
+ // src/minus.tsx
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ var MinusIcon = ({ 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: "Minus Icon" }),
21
+ /* @__PURE__ */ jsx("path", { d: "M5 12h14" })
22
+ ]
23
+ }
24
+ );
25
+ };
26
+
27
+ export {
28
+ MinusIcon
29
+ };
@@ -0,0 +1,31 @@
1
+ "use client";
2
+
3
+ // src/ellipsis-icon.tsx
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ var EllipsisIcon = ({ 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: "Ellipsis Icon" }),
21
+ /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "1" }),
22
+ /* @__PURE__ */ jsx("circle", { cx: "19", cy: "12", r: "1" }),
23
+ /* @__PURE__ */ jsx("circle", { cx: "5", cy: "12", r: "1" })
24
+ ]
25
+ }
26
+ );
27
+ };
28
+
29
+ export {
30
+ EllipsisIcon
31
+ };
@@ -0,0 +1,30 @@
1
+ "use client";
2
+
3
+ // src/check-circle.tsx
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ var CheckCirleIcon = ({ 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: "Check Circle Icon" }),
21
+ /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "10" }),
22
+ /* @__PURE__ */ jsx("path", { d: "m9 12 2 2 4-4" })
23
+ ]
24
+ }
25
+ );
26
+ };
27
+
28
+ export {
29
+ CheckCirleIcon
30
+ };
@@ -0,0 +1,30 @@
1
+ "use client";
2
+
3
+ // src/arrow-up.tsx
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ var ArrowUp = ({ 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: "Arrow Up Icon" }),
21
+ /* @__PURE__ */ jsx("path", { d: "m5 12 7-7 7 7" }),
22
+ /* @__PURE__ */ jsx("path", { d: "M12 19V5" })
23
+ ]
24
+ }
25
+ );
26
+ };
27
+
28
+ export {
29
+ ArrowUp
30
+ };
@@ -0,0 +1,30 @@
1
+ "use client";
2
+
3
+ // src/arrow-down.tsx
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ var ArrowDown = ({ 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: "Arrow Up Down" }),
21
+ /* @__PURE__ */ jsx("path", { d: "M12 5v14" }),
22
+ /* @__PURE__ */ jsx("path", { d: "m19 12-7 7-7-7" })
23
+ ]
24
+ }
25
+ );
26
+ };
27
+
28
+ export {
29
+ ArrowDown
30
+ };
@@ -0,0 +1,33 @@
1
+ "use client";
2
+
3
+ // src/linkedin.tsx
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ var LinkedInIcon = ({ 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
+ "aria-hidden": "true",
19
+ focusable: "false",
20
+ ...props,
21
+ children: [
22
+ /* @__PURE__ */ jsx("title", { children: "LinkedIn Icon" }),
23
+ /* @__PURE__ */ jsx("path", { d: "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" }),
24
+ /* @__PURE__ */ jsx("rect", { width: "4", height: "12", x: "2", y: "9" }),
25
+ /* @__PURE__ */ jsx("circle", { cx: "4", cy: "4", r: "2" })
26
+ ]
27
+ }
28
+ );
29
+ };
30
+
31
+ export {
32
+ LinkedInIcon
33
+ };
@@ -0,0 +1,32 @@
1
+ "use client";
2
+
3
+ // src/arrow-down-up.tsx
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ var ArrowDownUp = ({ 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: "Arrow down Up icon" }),
21
+ /* @__PURE__ */ jsx("path", { d: "m3 16 4 4 4-4" }),
22
+ /* @__PURE__ */ jsx("path", { d: "M7 20V4" }),
23
+ /* @__PURE__ */ jsx("path", { d: "m21 8-4-4-4 4" }),
24
+ /* @__PURE__ */ jsx("path", { d: "M17 4v16" })
25
+ ]
26
+ }
27
+ );
28
+ };
29
+
30
+ export {
31
+ ArrowDownUp
32
+ };
@@ -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 EllipsisIcon: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { EllipsisIcon };
@@ -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 EllipsisIcon: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
6
+
7
+ export { EllipsisIcon };
@@ -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/ellipsis-icon.tsx
22
+ var ellipsis_icon_exports = {};
23
+ __export(ellipsis_icon_exports, {
24
+ EllipsisIcon: () => EllipsisIcon
25
+ });
26
+ module.exports = __toCommonJS(ellipsis_icon_exports);
27
+ var import_jsx_runtime = require("react/jsx-runtime");
28
+ var EllipsisIcon = ({ 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: "Ellipsis Icon" }),
44
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
45
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
46
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "5", cy: "12", r: "1" })
47
+ ]
48
+ }
49
+ );
50
+ };
51
+ // Annotate the CommonJS export names for ESM import in node:
52
+ 0 && (module.exports = {
53
+ EllipsisIcon
54
+ });
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ import {
3
+ EllipsisIcon
4
+ } from "./chunk-AYB3TD3S.mjs";
5
+ export {
6
+ EllipsisIcon
7
+ };