@kopexa/icons 13.0.3 → 14.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/arrow-counter-clockwise-icon.d.mts +7 -0
- package/dist/arrow-counter-clockwise-icon.d.ts +7 -0
- package/dist/arrow-counter-clockwise-icon.js +52 -0
- package/dist/arrow-counter-clockwise-icon.mjs +7 -0
- package/dist/chunk-D64IST4N.mjs +25 -0
- package/dist/chunk-IGXSNGGR.mjs +61 -0
- package/dist/chunk-IYMWSJME.mjs +29 -0
- package/dist/crop-icon.d.mts +7 -0
- package/dist/crop-icon.d.ts +7 -0
- package/dist/crop-icon.js +48 -0
- package/dist/crop-icon.mjs +7 -0
- package/dist/index.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +612 -506
- package/dist/index.mjs +53 -41
- package/dist/user-circle-icon.d.mts +7 -0
- package/dist/user-circle-icon.d.ts +7 -0
- package/dist/user-circle-icon.js +84 -0
- package/dist/user-circle-icon.mjs +7 -0
- package/package.json +4 -4
|
@@ -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 ArrowCounterClockwiseIcon: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
|
|
6
|
+
|
|
7
|
+
export { ArrowCounterClockwiseIcon };
|
|
@@ -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 ArrowCounterClockwiseIcon: ({ size, ...props }: IconSvgProps) => react_jsx_runtime.JSX.Element;
|
|
6
|
+
|
|
7
|
+
export { ArrowCounterClockwiseIcon };
|
|
@@ -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/arrow-counter-clockwise-icon.tsx
|
|
22
|
+
var arrow_counter_clockwise_icon_exports = {};
|
|
23
|
+
__export(arrow_counter_clockwise_icon_exports, {
|
|
24
|
+
ArrowCounterClockwiseIcon: () => ArrowCounterClockwiseIcon
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(arrow_counter_clockwise_icon_exports);
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var ArrowCounterClockwiseIcon = ({
|
|
29
|
+
size = 24,
|
|
30
|
+
...props
|
|
31
|
+
}) => {
|
|
32
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
33
|
+
"svg",
|
|
34
|
+
{
|
|
35
|
+
width: size,
|
|
36
|
+
height: size,
|
|
37
|
+
viewBox: "0 0 256 256",
|
|
38
|
+
fill: "currentColor",
|
|
39
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
+
...props,
|
|
41
|
+
children: [
|
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { children: "Arrow Counter Clockwise" }),
|
|
43
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L44.59,96H72a8,8,0,0,1,0,16H24a8,8,0,0,1-8-8V56a8,8,0,0,1,16,0V85.8L60.25,60A96,96,0,0,1,224,128Z" }),
|
|
44
|
+
" "
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
);
|
|
48
|
+
};
|
|
49
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
50
|
+
0 && (module.exports = {
|
|
51
|
+
ArrowCounterClockwiseIcon
|
|
52
|
+
});
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
// src/crop-icon.tsx
|
|
4
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
|
+
var CropIcon = ({ size = 24, ...props }) => {
|
|
6
|
+
return /* @__PURE__ */ jsxs(
|
|
7
|
+
"svg",
|
|
8
|
+
{
|
|
9
|
+
width: size,
|
|
10
|
+
height: size,
|
|
11
|
+
viewBox: "0 0 256 256",
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
...props,
|
|
15
|
+
children: [
|
|
16
|
+
/* @__PURE__ */ jsx("title", { children: "Crop Icon" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { d: "M240,192a8,8,0,0,1-8,8H200v32a8,8,0,0,1-16,0V200H64a8,8,0,0,1-8-8V72H24a8,8,0,0,1,0-16H56V24a8,8,0,0,1,16,0V184H232A8,8,0,0,1,240,192ZM96,72h88v88a8,8,0,0,0,16,0V64a8,8,0,0,0-8-8H96a8,8,0,0,0,0,16Z" })
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export {
|
|
24
|
+
CropIcon
|
|
25
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
// src/user-circle-icon.tsx
|
|
4
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
|
+
var UserCircleIcon = ({ size = 24, ...props }) => {
|
|
6
|
+
return /* @__PURE__ */ jsxs(
|
|
7
|
+
"svg",
|
|
8
|
+
{
|
|
9
|
+
width: size,
|
|
10
|
+
height: size,
|
|
11
|
+
viewBox: "0 0 256 256",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
...props,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ jsx("title", { children: "User Circle Icon" }),
|
|
16
|
+
/* @__PURE__ */ jsx("rect", { width: "256", height: "256", fill: "none" }),
|
|
17
|
+
/* @__PURE__ */ jsx(
|
|
18
|
+
"circle",
|
|
19
|
+
{
|
|
20
|
+
cx: "128",
|
|
21
|
+
cy: "128",
|
|
22
|
+
r: "96",
|
|
23
|
+
fill: "none",
|
|
24
|
+
stroke: "currentColor",
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round",
|
|
27
|
+
strokeWidth: "16"
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
/* @__PURE__ */ jsx(
|
|
31
|
+
"circle",
|
|
32
|
+
{
|
|
33
|
+
cx: "128",
|
|
34
|
+
cy: "120",
|
|
35
|
+
r: "40",
|
|
36
|
+
fill: "none",
|
|
37
|
+
stroke: "currentColor",
|
|
38
|
+
strokeLinecap: "round",
|
|
39
|
+
strokeLinejoin: "round",
|
|
40
|
+
strokeWidth: "16"
|
|
41
|
+
}
|
|
42
|
+
),
|
|
43
|
+
/* @__PURE__ */ jsx(
|
|
44
|
+
"path",
|
|
45
|
+
{
|
|
46
|
+
d: "M63.8,199.37a72,72,0,0,1,128.4,0",
|
|
47
|
+
fill: "none",
|
|
48
|
+
stroke: "currentColor",
|
|
49
|
+
strokeLinecap: "round",
|
|
50
|
+
strokeLinejoin: "round",
|
|
51
|
+
strokeWidth: "16"
|
|
52
|
+
}
|
|
53
|
+
)
|
|
54
|
+
]
|
|
55
|
+
}
|
|
56
|
+
);
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
export {
|
|
60
|
+
UserCircleIcon
|
|
61
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
3
|
+
// src/arrow-counter-clockwise-icon.tsx
|
|
4
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
|
+
var ArrowCounterClockwiseIcon = ({
|
|
6
|
+
size = 24,
|
|
7
|
+
...props
|
|
8
|
+
}) => {
|
|
9
|
+
return /* @__PURE__ */ jsxs(
|
|
10
|
+
"svg",
|
|
11
|
+
{
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
viewBox: "0 0 256 256",
|
|
15
|
+
fill: "currentColor",
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
...props,
|
|
18
|
+
children: [
|
|
19
|
+
/* @__PURE__ */ jsx("title", { children: "Arrow Counter Clockwise" }),
|
|
20
|
+
/* @__PURE__ */ jsx("path", { d: "M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L44.59,96H72a8,8,0,0,1,0,16H24a8,8,0,0,1-8-8V56a8,8,0,0,1,16,0V85.8L60.25,60A96,96,0,0,1,224,128Z" }),
|
|
21
|
+
" "
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export {
|
|
28
|
+
ArrowCounterClockwiseIcon
|
|
29
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
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/crop-icon.tsx
|
|
22
|
+
var crop_icon_exports = {};
|
|
23
|
+
__export(crop_icon_exports, {
|
|
24
|
+
CropIcon: () => CropIcon
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(crop_icon_exports);
|
|
27
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var CropIcon = ({ size = 24, ...props }) => {
|
|
29
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
30
|
+
"svg",
|
|
31
|
+
{
|
|
32
|
+
width: size,
|
|
33
|
+
height: size,
|
|
34
|
+
viewBox: "0 0 256 256",
|
|
35
|
+
fill: "currentColor",
|
|
36
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
+
...props,
|
|
38
|
+
children: [
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { children: "Crop Icon" }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M240,192a8,8,0,0,1-8,8H200v32a8,8,0,0,1-16,0V200H64a8,8,0,0,1-8-8V72H24a8,8,0,0,1,0-16H56V24a8,8,0,0,1,16,0V184H232A8,8,0,0,1,240,192ZM96,72h88v88a8,8,0,0,0,16,0V64a8,8,0,0,0-8-8H96a8,8,0,0,0,0,16Z" })
|
|
41
|
+
]
|
|
42
|
+
}
|
|
43
|
+
);
|
|
44
|
+
};
|
|
45
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
46
|
+
0 && (module.exports = {
|
|
47
|
+
CropIcon
|
|
48
|
+
});
|
package/dist/index.d.mts
CHANGED
|
@@ -6,6 +6,7 @@ export { AlignJustifyIcon } from './align-justify-icon.mjs';
|
|
|
6
6
|
export { AlignLeftIcon } from './align-left-icon.mjs';
|
|
7
7
|
export { AlignRightIcon } from './align-right-icon.mjs';
|
|
8
8
|
export { ApplicationAssetIcon } from './application-asset.mjs';
|
|
9
|
+
export { ArrowCounterClockwiseIcon } from './arrow-counter-clockwise-icon.mjs';
|
|
9
10
|
export { ArrowDown } from './arrow-down.mjs';
|
|
10
11
|
export { ArrowDownUp } from './arrow-down-up.mjs';
|
|
11
12
|
export { ArrowRightIcon } from './arrow-right-icon.mjs';
|
|
@@ -34,6 +35,7 @@ export { CodeblockIcon } from './codeblock-icon.mjs';
|
|
|
34
35
|
export { ControlsIcon } from './controls.mjs';
|
|
35
36
|
export { CopyIcon } from './copy-icon.mjs';
|
|
36
37
|
export { CornerDownLeftIcon } from './corner-down-left-icon.mjs';
|
|
38
|
+
export { CropIcon } from './crop-icon.mjs';
|
|
37
39
|
export { DataAssetIcon } from './data-asset.mjs';
|
|
38
40
|
export { DocumentsIcon } from './documents.mjs';
|
|
39
41
|
export { DomainIcon } from './domain-icon.mjs';
|
|
@@ -93,6 +95,7 @@ export { IconSvgProps } from './types.mjs';
|
|
|
93
95
|
export { UnderlineIcon } from './underline-icon.mjs';
|
|
94
96
|
export { UndoIcon } from './undo-icon.mjs';
|
|
95
97
|
export { UploadIcon } from './upload.mjs';
|
|
98
|
+
export { UserCircleIcon } from './user-circle-icon.mjs';
|
|
96
99
|
export { VendorIcon } from './vendor.mjs';
|
|
97
100
|
import 'react/jsx-runtime';
|
|
98
101
|
import 'react';
|
package/dist/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export { AlignJustifyIcon } from './align-justify-icon.js';
|
|
|
6
6
|
export { AlignLeftIcon } from './align-left-icon.js';
|
|
7
7
|
export { AlignRightIcon } from './align-right-icon.js';
|
|
8
8
|
export { ApplicationAssetIcon } from './application-asset.js';
|
|
9
|
+
export { ArrowCounterClockwiseIcon } from './arrow-counter-clockwise-icon.js';
|
|
9
10
|
export { ArrowDown } from './arrow-down.js';
|
|
10
11
|
export { ArrowDownUp } from './arrow-down-up.js';
|
|
11
12
|
export { ArrowRightIcon } from './arrow-right-icon.js';
|
|
@@ -34,6 +35,7 @@ export { CodeblockIcon } from './codeblock-icon.js';
|
|
|
34
35
|
export { ControlsIcon } from './controls.js';
|
|
35
36
|
export { CopyIcon } from './copy-icon.js';
|
|
36
37
|
export { CornerDownLeftIcon } from './corner-down-left-icon.js';
|
|
38
|
+
export { CropIcon } from './crop-icon.js';
|
|
37
39
|
export { DataAssetIcon } from './data-asset.js';
|
|
38
40
|
export { DocumentsIcon } from './documents.js';
|
|
39
41
|
export { DomainIcon } from './domain-icon.js';
|
|
@@ -93,6 +95,7 @@ export { IconSvgProps } from './types.js';
|
|
|
93
95
|
export { UnderlineIcon } from './underline-icon.js';
|
|
94
96
|
export { UndoIcon } from './undo-icon.js';
|
|
95
97
|
export { UploadIcon } from './upload.js';
|
|
98
|
+
export { UserCircleIcon } from './user-circle-icon.js';
|
|
96
99
|
export { VendorIcon } from './vendor.js';
|
|
97
100
|
import 'react/jsx-runtime';
|
|
98
101
|
import 'react';
|