wssf-kage-icon 0.1.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/README.md +39 -0
- package/dist/icons/ArrowsAltOutlined.d.ts +4 -0
- package/dist/icons/ArrowsAltOutlined.d.ts.map +1 -0
- package/dist/icons/ArrowsAltOutlined.js +50 -0
- package/dist/icons/CaretDownOutlined.d.ts +4 -0
- package/dist/icons/CaretDownOutlined.d.ts.map +1 -0
- package/dist/icons/CaretDownOutlined.js +50 -0
- package/dist/icons/CaretLeftOutlined.d.ts +4 -0
- package/dist/icons/CaretLeftOutlined.d.ts.map +1 -0
- package/dist/icons/CaretLeftOutlined.js +50 -0
- package/dist/icons/CaretRightOutlined.d.ts +4 -0
- package/dist/icons/CaretRightOutlined.d.ts.map +1 -0
- package/dist/icons/CaretRightOutlined.js +50 -0
- package/dist/icons/CaretUpOutlined.d.ts +4 -0
- package/dist/icons/CaretUpOutlined.d.ts.map +1 -0
- package/dist/icons/CaretUpOutlined.js +50 -0
- package/dist/icons/DownCircleOutlined.d.ts +4 -0
- package/dist/icons/DownCircleOutlined.d.ts.map +1 -0
- package/dist/icons/DownCircleOutlined.js +53 -0
- package/dist/icons/DownOutlined.d.ts +4 -0
- package/dist/icons/DownOutlined.d.ts.map +1 -0
- package/dist/icons/DownOutlined.js +50 -0
- package/dist/icons/FastBackwardOutlined.d.ts +4 -0
- package/dist/icons/FastBackwardOutlined.d.ts.map +1 -0
- package/dist/icons/FastBackwardOutlined.js +50 -0
- package/dist/icons/FastForwardOutlined.d.ts +4 -0
- package/dist/icons/FastForwardOutlined.d.ts.map +1 -0
- package/dist/icons/FastForwardOutlined.js +50 -0
- package/dist/icons/LeftCircleOutlined.d.ts +4 -0
- package/dist/icons/LeftCircleOutlined.d.ts.map +1 -0
- package/dist/icons/LeftCircleOutlined.js +53 -0
- package/dist/icons/LeftOutlined.d.ts +4 -0
- package/dist/icons/LeftOutlined.d.ts.map +1 -0
- package/dist/icons/LeftOutlined.js +50 -0
- package/dist/icons/RightCircleOutlined.d.ts +4 -0
- package/dist/icons/RightCircleOutlined.d.ts.map +1 -0
- package/dist/icons/RightCircleOutlined.js +53 -0
- package/dist/icons/RightOutlined.d.ts +4 -0
- package/dist/icons/RightOutlined.d.ts.map +1 -0
- package/dist/icons/RightOutlined.js +50 -0
- package/dist/icons/ShrinkOutlined.d.ts +4 -0
- package/dist/icons/ShrinkOutlined.d.ts.map +1 -0
- package/dist/icons/ShrinkOutlined.js +50 -0
- package/dist/icons/StepBackwardOutlined.d.ts +4 -0
- package/dist/icons/StepBackwardOutlined.d.ts.map +1 -0
- package/dist/icons/StepBackwardOutlined.js +50 -0
- package/dist/icons/StepForwardOutlined.d.ts +4 -0
- package/dist/icons/StepForwardOutlined.d.ts.map +1 -0
- package/dist/icons/StepForwardOutlined.js +50 -0
- package/dist/icons/UpCircleOutlined.d.ts +4 -0
- package/dist/icons/UpCircleOutlined.d.ts.map +1 -0
- package/dist/icons/UpCircleOutlined.js +53 -0
- package/dist/icons/UpOutlined.d.ts +4 -0
- package/dist/icons/UpOutlined.d.ts.map +1 -0
- package/dist/icons/UpOutlined.js +50 -0
- package/dist/icons/index.d.ts +22 -0
- package/dist/icons/index.d.ts.map +1 -0
- package/dist/icons/index.js +123 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +59 -0
- package/dist/kage-icon.min.js +1 -0
- package/package.json +42 -0
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/icons/LeftOutlined.tsx
|
|
20
|
+
var LeftOutlined_exports = {};
|
|
21
|
+
__export(LeftOutlined_exports, {
|
|
22
|
+
LeftOutlined: () => LeftOutlined
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(LeftOutlined_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var LeftOutlined = ({
|
|
27
|
+
size = 16,
|
|
28
|
+
color = "currentColor",
|
|
29
|
+
style,
|
|
30
|
+
className,
|
|
31
|
+
onClick
|
|
32
|
+
}) => {
|
|
33
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
34
|
+
"svg",
|
|
35
|
+
{
|
|
36
|
+
width: size,
|
|
37
|
+
height: size,
|
|
38
|
+
viewBox: "0 0 1024 1024",
|
|
39
|
+
fill: color,
|
|
40
|
+
style,
|
|
41
|
+
className,
|
|
42
|
+
onClick,
|
|
43
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 0 0 0 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z" })
|
|
44
|
+
}
|
|
45
|
+
);
|
|
46
|
+
};
|
|
47
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
48
|
+
0 && (module.exports = {
|
|
49
|
+
LeftOutlined
|
|
50
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RightCircleOutlined.d.ts","sourceRoot":"","sources":["../../src/icons/RightCircleOutlined.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAuBnD,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/icons/RightCircleOutlined.tsx
|
|
20
|
+
var RightCircleOutlined_exports = {};
|
|
21
|
+
__export(RightCircleOutlined_exports, {
|
|
22
|
+
RightCircleOutlined: () => RightCircleOutlined
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(RightCircleOutlined_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var RightCircleOutlined = ({
|
|
27
|
+
size = 16,
|
|
28
|
+
color = "currentColor",
|
|
29
|
+
style,
|
|
30
|
+
className,
|
|
31
|
+
onClick
|
|
32
|
+
}) => {
|
|
33
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
34
|
+
"svg",
|
|
35
|
+
{
|
|
36
|
+
width: size,
|
|
37
|
+
height: size,
|
|
38
|
+
viewBox: "0 0 1024 1024",
|
|
39
|
+
fill: color,
|
|
40
|
+
style,
|
|
41
|
+
className,
|
|
42
|
+
onClick,
|
|
43
|
+
children: [
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M360.3 505.5a7.95 7.95 0 0 0 12.9 0l246-178c5.3-3.8 12.7 0 12.7 6.5v381c0 4.6-2 9-5.5 12.1L460 564l-118.9 153.5c-3.1 3.5-7.5 5.5-12.1 5.5h-33.8c-6.5 0-10.3-7.4-6.5-12.7l178-246z" })
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
);
|
|
49
|
+
};
|
|
50
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
51
|
+
0 && (module.exports = {
|
|
52
|
+
RightCircleOutlined
|
|
53
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RightOutlined.d.ts","sourceRoot":"","sources":["../../src/icons/RightOutlined.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAoB7C,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/icons/RightOutlined.tsx
|
|
20
|
+
var RightOutlined_exports = {};
|
|
21
|
+
__export(RightOutlined_exports, {
|
|
22
|
+
RightOutlined: () => RightOutlined
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(RightOutlined_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var RightOutlined = ({
|
|
27
|
+
size = 16,
|
|
28
|
+
color = "currentColor",
|
|
29
|
+
style,
|
|
30
|
+
className,
|
|
31
|
+
onClick
|
|
32
|
+
}) => {
|
|
33
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
34
|
+
"svg",
|
|
35
|
+
{
|
|
36
|
+
width: size,
|
|
37
|
+
height: size,
|
|
38
|
+
viewBox: "0 0 1024 1024",
|
|
39
|
+
fill: color,
|
|
40
|
+
style,
|
|
41
|
+
className,
|
|
42
|
+
onClick,
|
|
43
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M300 218.3v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.8 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.86 31.86 0 0 0 0-50.3L312.9 212c-5.2-4.1-12.9-.4-12.9 6.3z" })
|
|
44
|
+
}
|
|
45
|
+
);
|
|
46
|
+
};
|
|
47
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
48
|
+
0 && (module.exports = {
|
|
49
|
+
RightOutlined
|
|
50
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShrinkOutlined.d.ts","sourceRoot":"","sources":["../../src/icons/ShrinkOutlined.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAoB9C,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/icons/ShrinkOutlined.tsx
|
|
20
|
+
var ShrinkOutlined_exports = {};
|
|
21
|
+
__export(ShrinkOutlined_exports, {
|
|
22
|
+
ShrinkOutlined: () => ShrinkOutlined
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(ShrinkOutlined_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var ShrinkOutlined = ({
|
|
27
|
+
size = 16,
|
|
28
|
+
color = "currentColor",
|
|
29
|
+
style,
|
|
30
|
+
className,
|
|
31
|
+
onClick
|
|
32
|
+
}) => {
|
|
33
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
34
|
+
"svg",
|
|
35
|
+
{
|
|
36
|
+
width: size,
|
|
37
|
+
height: size,
|
|
38
|
+
viewBox: "0 0 1024 1024",
|
|
39
|
+
fill: color,
|
|
40
|
+
style,
|
|
41
|
+
className,
|
|
42
|
+
onClick,
|
|
43
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M881.7 187.4l-45.1-45.1a8.03 8.03 0 0 0-11.3 0L667.8 299.9l-54.7-54.7a7.94 7.94 0 0 0-13.5 4.7L576.1 439c-.6 5.2 3.7 9.5 8.9 8.9l189.2-23.5c6.6-.8 9.3-8.8 4.7-13.5l-54.7-54.7 157.6-157.6c3-3 3-7.9-.1-10.9zM439 576.1l-189.2 23.5c-6.6.8-9.3 8.9-4.7 13.5l54.7 54.7-157.5 157.5a8.03 8.03 0 0 0 0 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l157.6-157.6 54.7 54.7a7.94 7.94 0 0 0 13.5-4.7L447.9 585a7.9 7.9 0 0 0-8.9-8.9z" })
|
|
44
|
+
}
|
|
45
|
+
);
|
|
46
|
+
};
|
|
47
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
48
|
+
0 && (module.exports = {
|
|
49
|
+
ShrinkOutlined
|
|
50
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StepBackwardOutlined.d.ts","sourceRoot":"","sources":["../../src/icons/StepBackwardOutlined.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAoBpD,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/icons/StepBackwardOutlined.tsx
|
|
20
|
+
var StepBackwardOutlined_exports = {};
|
|
21
|
+
__export(StepBackwardOutlined_exports, {
|
|
22
|
+
StepBackwardOutlined: () => StepBackwardOutlined
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(StepBackwardOutlined_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var StepBackwardOutlined = ({
|
|
27
|
+
size = 16,
|
|
28
|
+
color = "currentColor",
|
|
29
|
+
style,
|
|
30
|
+
className,
|
|
31
|
+
onClick
|
|
32
|
+
}) => {
|
|
33
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
34
|
+
"svg",
|
|
35
|
+
{
|
|
36
|
+
width: size,
|
|
37
|
+
height: size,
|
|
38
|
+
viewBox: "0 0 1024 1024",
|
|
39
|
+
fill: color,
|
|
40
|
+
style,
|
|
41
|
+
className,
|
|
42
|
+
onClick,
|
|
43
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M347.6 528.95l383.2 301.02c14.25 11.2 35.2 1.1 35.2-16.95V210.97c0-18.05-20.95-28.14-35.2-16.94L347.6 495.05a21.53 21.53 0 0 0 0 33.9M330 864h-64a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8h64a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8" })
|
|
44
|
+
}
|
|
45
|
+
);
|
|
46
|
+
};
|
|
47
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
48
|
+
0 && (module.exports = {
|
|
49
|
+
StepBackwardOutlined
|
|
50
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StepForwardOutlined.d.ts","sourceRoot":"","sources":["../../src/icons/StepForwardOutlined.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAoBnD,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/icons/StepForwardOutlined.tsx
|
|
20
|
+
var StepForwardOutlined_exports = {};
|
|
21
|
+
__export(StepForwardOutlined_exports, {
|
|
22
|
+
StepForwardOutlined: () => StepForwardOutlined
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(StepForwardOutlined_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var StepForwardOutlined = ({
|
|
27
|
+
size = 16,
|
|
28
|
+
color = "currentColor",
|
|
29
|
+
style,
|
|
30
|
+
className,
|
|
31
|
+
onClick
|
|
32
|
+
}) => {
|
|
33
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
34
|
+
"svg",
|
|
35
|
+
{
|
|
36
|
+
width: size,
|
|
37
|
+
height: size,
|
|
38
|
+
viewBox: "0 0 1024 1024",
|
|
39
|
+
fill: color,
|
|
40
|
+
style,
|
|
41
|
+
className,
|
|
42
|
+
onClick,
|
|
43
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M676.4 528.95L293.2 829.97c-14.25 11.2-35.2 1.1-35.2-16.95V210.97c0-18.05 20.95-28.14 35.2-16.94l383.2 301.02a21.53 21.53 0 0 1 0 33.9M694 864h64a8 8 0 0 0 8-8V168a8 8 0 0 0-8-8h-64a8 8 0 0 0-8 8v688a8 8 0 0 0 8 8" })
|
|
44
|
+
}
|
|
45
|
+
);
|
|
46
|
+
};
|
|
47
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
48
|
+
0 && (module.exports = {
|
|
49
|
+
StepForwardOutlined
|
|
50
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpCircleOutlined.d.ts","sourceRoot":"","sources":["../../src/icons/UpCircleOutlined.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAqBhD,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/icons/UpCircleOutlined.tsx
|
|
20
|
+
var UpCircleOutlined_exports = {};
|
|
21
|
+
__export(UpCircleOutlined_exports, {
|
|
22
|
+
UpCircleOutlined: () => UpCircleOutlined
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(UpCircleOutlined_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var UpCircleOutlined = ({
|
|
27
|
+
size = 16,
|
|
28
|
+
color = "currentColor",
|
|
29
|
+
style,
|
|
30
|
+
className,
|
|
31
|
+
onClick
|
|
32
|
+
}) => {
|
|
33
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
34
|
+
"svg",
|
|
35
|
+
{
|
|
36
|
+
width: size,
|
|
37
|
+
height: size,
|
|
38
|
+
viewBox: "0 0 1024 1024",
|
|
39
|
+
fill: color,
|
|
40
|
+
style,
|
|
41
|
+
className,
|
|
42
|
+
onClick,
|
|
43
|
+
children: [
|
|
44
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M518.5 360.3a7.95 7.95 0 0 0-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7H381c4.6 0 9-2 12.1-5.5L512 460l118.9 153.5c3.1 3.5 7.5 5.5 12.1 5.5h33.8c6.5 0 10.3-7.4 6.5-12.7l-178-246z" }),
|
|
45
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" })
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
);
|
|
49
|
+
};
|
|
50
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
51
|
+
0 && (module.exports = {
|
|
52
|
+
UpCircleOutlined
|
|
53
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpOutlined.d.ts","sourceRoot":"","sources":["../../src/icons/UpOutlined.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAErC,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAoB1C,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/icons/UpOutlined.tsx
|
|
20
|
+
var UpOutlined_exports = {};
|
|
21
|
+
__export(UpOutlined_exports, {
|
|
22
|
+
UpOutlined: () => UpOutlined
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(UpOutlined_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
var UpOutlined = ({
|
|
27
|
+
size = 16,
|
|
28
|
+
color = "currentColor",
|
|
29
|
+
style,
|
|
30
|
+
className,
|
|
31
|
+
onClick
|
|
32
|
+
}) => {
|
|
33
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
34
|
+
"svg",
|
|
35
|
+
{
|
|
36
|
+
width: size,
|
|
37
|
+
height: size,
|
|
38
|
+
viewBox: "0 0 1024 1024",
|
|
39
|
+
fill: color,
|
|
40
|
+
style,
|
|
41
|
+
className,
|
|
42
|
+
onClick,
|
|
43
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M884 768h-75c-5.1 0-9.9-2.5-12.9-6.6L512 369.8 227.9 761.4c-3 4.1-7.8 6.6-12.9 6.6h-75c-6.5 0-10.3-7.4-6.5-12.7l352.6-486.1c12.8-17.6 39-17.6 51.7 0l352.6 486.1c3.9 5.3-.1 12.7-6.4 12.7z" })
|
|
44
|
+
}
|
|
45
|
+
);
|
|
46
|
+
};
|
|
47
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
48
|
+
0 && (module.exports = {
|
|
49
|
+
UpOutlined
|
|
50
|
+
});
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export { StepBackwardOutlined } from './StepBackwardOutlined';
|
|
3
|
+
export { StepForwardOutlined } from './StepForwardOutlined';
|
|
4
|
+
export { FastBackwardOutlined } from './FastBackwardOutlined';
|
|
5
|
+
export { FastForwardOutlined } from './FastForwardOutlined';
|
|
6
|
+
export { ShrinkOutlined } from './ShrinkOutlined';
|
|
7
|
+
export { ArrowsAltOutlined } from './ArrowsAltOutlined';
|
|
8
|
+
export { DownOutlined } from './DownOutlined';
|
|
9
|
+
export { UpOutlined } from './UpOutlined';
|
|
10
|
+
export { LeftOutlined } from './LeftOutlined';
|
|
11
|
+
export { RightOutlined } from './RightOutlined';
|
|
12
|
+
export { CaretUpOutlined } from './CaretUpOutlined';
|
|
13
|
+
export { CaretDownOutlined } from './CaretDownOutlined';
|
|
14
|
+
export { CaretLeftOutlined } from './CaretLeftOutlined';
|
|
15
|
+
export { CaretRightOutlined } from './CaretRightOutlined';
|
|
16
|
+
export { UpCircleOutlined } from './UpCircleOutlined';
|
|
17
|
+
export { DownCircleOutlined } from './DownCircleOutlined';
|
|
18
|
+
export { LeftCircleOutlined } from './LeftCircleOutlined';
|
|
19
|
+
export { RightCircleOutlined } from './RightCircleOutlined';
|
|
20
|
+
export declare const iconMap: Record<string, React.ComponentType<any>>;
|
|
21
|
+
export declare const iconNames: string[];
|
|
22
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/icons/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAuB5D,eAAO,MAAM,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAmB5D,CAAC;AAGF,eAAO,MAAM,SAAS,UAAuB,CAAC"}
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/icons/index.ts
|
|
20
|
+
var icons_exports = {};
|
|
21
|
+
__export(icons_exports, {
|
|
22
|
+
ArrowsAltOutlined: () => import_ArrowsAltOutlined.ArrowsAltOutlined,
|
|
23
|
+
CaretDownOutlined: () => import_CaretDownOutlined.CaretDownOutlined,
|
|
24
|
+
CaretLeftOutlined: () => import_CaretLeftOutlined.CaretLeftOutlined,
|
|
25
|
+
CaretRightOutlined: () => import_CaretRightOutlined.CaretRightOutlined,
|
|
26
|
+
CaretUpOutlined: () => import_CaretUpOutlined.CaretUpOutlined,
|
|
27
|
+
DownCircleOutlined: () => import_DownCircleOutlined.DownCircleOutlined,
|
|
28
|
+
DownOutlined: () => import_DownOutlined.DownOutlined,
|
|
29
|
+
FastBackwardOutlined: () => import_FastBackwardOutlined.FastBackwardOutlined,
|
|
30
|
+
FastForwardOutlined: () => import_FastForwardOutlined.FastForwardOutlined,
|
|
31
|
+
LeftCircleOutlined: () => import_LeftCircleOutlined.LeftCircleOutlined,
|
|
32
|
+
LeftOutlined: () => import_LeftOutlined.LeftOutlined,
|
|
33
|
+
RightCircleOutlined: () => import_RightCircleOutlined.RightCircleOutlined,
|
|
34
|
+
RightOutlined: () => import_RightOutlined.RightOutlined,
|
|
35
|
+
ShrinkOutlined: () => import_ShrinkOutlined.ShrinkOutlined,
|
|
36
|
+
StepBackwardOutlined: () => import_StepBackwardOutlined.StepBackwardOutlined,
|
|
37
|
+
StepForwardOutlined: () => import_StepForwardOutlined.StepForwardOutlined,
|
|
38
|
+
UpCircleOutlined: () => import_UpCircleOutlined.UpCircleOutlined,
|
|
39
|
+
UpOutlined: () => import_UpOutlined.UpOutlined,
|
|
40
|
+
iconMap: () => iconMap,
|
|
41
|
+
iconNames: () => iconNames
|
|
42
|
+
});
|
|
43
|
+
module.exports = __toCommonJS(icons_exports);
|
|
44
|
+
var import_StepBackwardOutlined = require("./StepBackwardOutlined");
|
|
45
|
+
var import_StepForwardOutlined = require("./StepForwardOutlined");
|
|
46
|
+
var import_FastBackwardOutlined = require("./FastBackwardOutlined");
|
|
47
|
+
var import_FastForwardOutlined = require("./FastForwardOutlined");
|
|
48
|
+
var import_ShrinkOutlined = require("./ShrinkOutlined");
|
|
49
|
+
var import_ArrowsAltOutlined = require("./ArrowsAltOutlined");
|
|
50
|
+
var import_DownOutlined = require("./DownOutlined");
|
|
51
|
+
var import_UpOutlined = require("./UpOutlined");
|
|
52
|
+
var import_LeftOutlined = require("./LeftOutlined");
|
|
53
|
+
var import_RightOutlined = require("./RightOutlined");
|
|
54
|
+
var import_CaretUpOutlined = require("./CaretUpOutlined");
|
|
55
|
+
var import_CaretDownOutlined = require("./CaretDownOutlined");
|
|
56
|
+
var import_CaretLeftOutlined = require("./CaretLeftOutlined");
|
|
57
|
+
var import_CaretRightOutlined = require("./CaretRightOutlined");
|
|
58
|
+
var import_UpCircleOutlined = require("./UpCircleOutlined");
|
|
59
|
+
var import_DownCircleOutlined = require("./DownCircleOutlined");
|
|
60
|
+
var import_LeftCircleOutlined = require("./LeftCircleOutlined");
|
|
61
|
+
var import_RightCircleOutlined = require("./RightCircleOutlined");
|
|
62
|
+
var import_StepBackwardOutlined2 = require("./StepBackwardOutlined");
|
|
63
|
+
var import_StepForwardOutlined2 = require("./StepForwardOutlined");
|
|
64
|
+
var import_FastBackwardOutlined2 = require("./FastBackwardOutlined");
|
|
65
|
+
var import_FastForwardOutlined2 = require("./FastForwardOutlined");
|
|
66
|
+
var import_ShrinkOutlined2 = require("./ShrinkOutlined");
|
|
67
|
+
var import_ArrowsAltOutlined2 = require("./ArrowsAltOutlined");
|
|
68
|
+
var import_DownOutlined2 = require("./DownOutlined");
|
|
69
|
+
var import_UpOutlined2 = require("./UpOutlined");
|
|
70
|
+
var import_LeftOutlined2 = require("./LeftOutlined");
|
|
71
|
+
var import_RightOutlined2 = require("./RightOutlined");
|
|
72
|
+
var import_CaretUpOutlined2 = require("./CaretUpOutlined");
|
|
73
|
+
var import_CaretDownOutlined2 = require("./CaretDownOutlined");
|
|
74
|
+
var import_CaretLeftOutlined2 = require("./CaretLeftOutlined");
|
|
75
|
+
var import_CaretRightOutlined2 = require("./CaretRightOutlined");
|
|
76
|
+
var import_UpCircleOutlined2 = require("./UpCircleOutlined");
|
|
77
|
+
var import_DownCircleOutlined2 = require("./DownCircleOutlined");
|
|
78
|
+
var import_LeftCircleOutlined2 = require("./LeftCircleOutlined");
|
|
79
|
+
var import_RightCircleOutlined2 = require("./RightCircleOutlined");
|
|
80
|
+
var iconMap = {
|
|
81
|
+
StepBackwardOutlined: import_StepBackwardOutlined2.StepBackwardOutlined,
|
|
82
|
+
StepForwardOutlined: import_StepForwardOutlined2.StepForwardOutlined,
|
|
83
|
+
FastBackwardOutlined: import_FastBackwardOutlined2.FastBackwardOutlined,
|
|
84
|
+
FastForwardOutlined: import_FastForwardOutlined2.FastForwardOutlined,
|
|
85
|
+
ShrinkOutlined: import_ShrinkOutlined2.ShrinkOutlined,
|
|
86
|
+
ArrowsAltOutlined: import_ArrowsAltOutlined2.ArrowsAltOutlined,
|
|
87
|
+
DownOutlined: import_DownOutlined2.DownOutlined,
|
|
88
|
+
UpOutlined: import_UpOutlined2.UpOutlined,
|
|
89
|
+
LeftOutlined: import_LeftOutlined2.LeftOutlined,
|
|
90
|
+
RightOutlined: import_RightOutlined2.RightOutlined,
|
|
91
|
+
CaretUpOutlined: import_CaretUpOutlined2.CaretUpOutlined,
|
|
92
|
+
CaretDownOutlined: import_CaretDownOutlined2.CaretDownOutlined,
|
|
93
|
+
CaretLeftOutlined: import_CaretLeftOutlined2.CaretLeftOutlined,
|
|
94
|
+
CaretRightOutlined: import_CaretRightOutlined2.CaretRightOutlined,
|
|
95
|
+
UpCircleOutlined: import_UpCircleOutlined2.UpCircleOutlined,
|
|
96
|
+
DownCircleOutlined: import_DownCircleOutlined2.DownCircleOutlined,
|
|
97
|
+
LeftCircleOutlined: import_LeftCircleOutlined2.LeftCircleOutlined,
|
|
98
|
+
RightCircleOutlined: import_RightCircleOutlined2.RightCircleOutlined
|
|
99
|
+
};
|
|
100
|
+
var iconNames = Object.keys(iconMap);
|
|
101
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
102
|
+
0 && (module.exports = {
|
|
103
|
+
ArrowsAltOutlined,
|
|
104
|
+
CaretDownOutlined,
|
|
105
|
+
CaretLeftOutlined,
|
|
106
|
+
CaretRightOutlined,
|
|
107
|
+
CaretUpOutlined,
|
|
108
|
+
DownCircleOutlined,
|
|
109
|
+
DownOutlined,
|
|
110
|
+
FastBackwardOutlined,
|
|
111
|
+
FastForwardOutlined,
|
|
112
|
+
LeftCircleOutlined,
|
|
113
|
+
LeftOutlined,
|
|
114
|
+
RightCircleOutlined,
|
|
115
|
+
RightOutlined,
|
|
116
|
+
ShrinkOutlined,
|
|
117
|
+
StepBackwardOutlined,
|
|
118
|
+
StepForwardOutlined,
|
|
119
|
+
UpCircleOutlined,
|
|
120
|
+
UpOutlined,
|
|
121
|
+
iconMap,
|
|
122
|
+
iconNames
|
|
123
|
+
});
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export * from './icons';
|
|
3
|
+
export interface IconProps {
|
|
4
|
+
size?: number | string;
|
|
5
|
+
color?: string;
|
|
6
|
+
className?: string;
|
|
7
|
+
style?: React.CSSProperties;
|
|
8
|
+
onClick?: (e: React.MouseEvent<SVGSVGElement>) => void;
|
|
9
|
+
}
|
|
10
|
+
export declare const Icon: React.FC<IconProps & {
|
|
11
|
+
name: string;
|
|
12
|
+
}>;
|
|
13
|
+
export default Icon;
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,cAAc,SAAS,CAAC;AAGxB,MAAM,WAAW,SAAS;IACxB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,aAAa,CAAC,KAAK,IAAI,CAAC;CACxD;AAGD,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,GAAG;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAwBvD,CAAC;AAEF,eAAe,IAAI,CAAC"}
|