@rspress-theme-anatole/theme-default 0.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/config.ts +7 -0
- package/dist/assets/arrow-down.js +14 -0
- package/dist/assets/arrow-right.js +14 -0
- package/dist/assets/close.js +15 -0
- package/dist/assets/copy.js +21 -0
- package/dist/assets/down.js +14 -0
- package/dist/assets/empty.js +24 -0
- package/dist/assets/file.js +31 -0
- package/dist/assets/github.js +13 -0
- package/dist/assets/gitlab.js +13 -0
- package/dist/assets/header.js +15 -0
- package/dist/assets/jump.js +15 -0
- package/dist/assets/loading.js +50 -0
- package/dist/assets/menu.js +14 -0
- package/dist/assets/moon.js +13 -0
- package/dist/assets/right.js +14 -0
- package/dist/assets/search.js +14 -0
- package/dist/assets/small-menu.js +31 -0
- package/dist/assets/success.js +14 -0
- package/dist/assets/sun.js +13 -0
- package/dist/assets/title.js +15 -0
- package/dist/assets/translator.js +14 -0
- package/dist/assets/wrap.js +15 -0
- package/dist/assets/wrapped.js +15 -0
- package/dist/bundle.css +3520 -0
- package/dist/bundle.d.ts +514 -0
- package/dist/bundle.js +4925 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +3 -0
- package/dist/node/source-build-plugin.js +105 -0
- package/package.json +22 -0
- package/package1.json +89 -0
package/config.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgArrowDown = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
width: "1em",
|
|
5
|
+
height: "1em",
|
|
6
|
+
viewBox: "0 0 32 32",
|
|
7
|
+
...props,
|
|
8
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
d: "M16 22 6 12l1.4-1.4 8.6 8.6 8.6-8.6L26 12z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
const arrow_down_rslib_entry_ = SvgArrowDown;
|
|
14
|
+
export { arrow_down_rslib_entry_ as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgArrowRight = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
width: "1em",
|
|
5
|
+
height: "1em",
|
|
6
|
+
viewBox: "0 0 32 32",
|
|
7
|
+
...props,
|
|
8
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
d: "M22 16 12 26l-1.4-1.4 8.6-8.6-8.6-8.6L12 6z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
const arrow_right_rslib_entry_ = SvgArrowRight;
|
|
14
|
+
export { arrow_right_rslib_entry_ as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgClose = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 24,
|
|
6
|
+
height: 24,
|
|
7
|
+
viewBox: "0 0 32 32",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
d: "M24 9.4 22.6 8 16 14.6 9.4 8 8 9.4l6.6 6.6L8 22.6 9.4 24l6.6-6.6 6.6 6.6 1.4-1.4-6.6-6.6z"
|
|
12
|
+
})
|
|
13
|
+
});
|
|
14
|
+
const close_rslib_entry_ = SvgClose;
|
|
15
|
+
export { close_rslib_entry_ as default };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgCopy = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 32,
|
|
6
|
+
height: 32,
|
|
7
|
+
viewBox: "0 0 30 30",
|
|
8
|
+
...props,
|
|
9
|
+
children: [
|
|
10
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
d: "M28 10v18H10V10zm0-2H10a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2"
|
|
13
|
+
}),
|
|
14
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
15
|
+
fill: "currentColor",
|
|
16
|
+
d: "M4 18H2V4a2 2 0 0 1 2-2h14v2H4Z"
|
|
17
|
+
})
|
|
18
|
+
]
|
|
19
|
+
});
|
|
20
|
+
const copy_rslib_entry_ = SvgCopy;
|
|
21
|
+
export { copy_rslib_entry_ as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgDown = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
width: "1em",
|
|
5
|
+
height: "1em",
|
|
6
|
+
viewBox: "0 0 32 32",
|
|
7
|
+
...props,
|
|
8
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
d: "M16 22 6 12l1.4-1.4 8.6 8.6 8.6-8.6L26 12z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
const down_rslib_entry_ = SvgDown;
|
|
14
|
+
export { down_rslib_entry_ as default };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgEmpty = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 48,
|
|
6
|
+
height: 48,
|
|
7
|
+
fill: "none",
|
|
8
|
+
viewBox: "0 0 48 48",
|
|
9
|
+
...props,
|
|
10
|
+
children: [
|
|
11
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
12
|
+
stroke: "currentColor",
|
|
13
|
+
strokeWidth: 4,
|
|
14
|
+
d: "M24 5v6m7 1 4-4m-18 4-4-4m27 33H8a2 2 0 0 1-2-2v-8.46a2 2 0 0 1 .272-1.007l6.15-10.54A2 2 0 0 1 14.148 18H33.85a2 2 0 0 1 1.728.992l6.149 10.541A2 2 0 0 1 42 30.541V39a2 2 0 0 1-2 2Z"
|
|
15
|
+
}),
|
|
16
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
17
|
+
stroke: "currentColor",
|
|
18
|
+
strokeWidth: 4,
|
|
19
|
+
d: "M41.5 30H28s-1 3-4 3-4-3-4-3H6.5"
|
|
20
|
+
})
|
|
21
|
+
]
|
|
22
|
+
});
|
|
23
|
+
const empty_rslib_entry_ = SvgEmpty;
|
|
24
|
+
export { empty_rslib_entry_ as default };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgFile = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 24,
|
|
6
|
+
height: 24,
|
|
7
|
+
viewBox: "0 0 32 32",
|
|
8
|
+
...props,
|
|
9
|
+
children: [
|
|
10
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("circle", {
|
|
11
|
+
cx: 22,
|
|
12
|
+
cy: 24,
|
|
13
|
+
r: 2,
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
}),
|
|
16
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
17
|
+
fill: "none",
|
|
18
|
+
d: "M22 28a4 4 0 1 1 4-4 4.004 4.004 0 0 1-4 4m0-6a2 2 0 1 0 2 2 2.003 2.003 0 0 0-2-2"
|
|
19
|
+
}),
|
|
20
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
21
|
+
fill: "currentColor",
|
|
22
|
+
d: "M29.777 23.479A8.64 8.64 0 0 0 22 18a8.64 8.64 0 0 0-7.777 5.479L14 24l.223.521A8.64 8.64 0 0 0 22 30a8.64 8.64 0 0 0 7.777-5.479L30 24ZM22 28a4 4 0 1 1 4-4 4.005 4.005 0 0 1-4 4"
|
|
23
|
+
}),
|
|
24
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
25
|
+
fill: "currentColor",
|
|
26
|
+
d: "M12 28H8V4h8v6a2.006 2.006 0 0 0 2 2h6v4h2v-6a.91.91 0 0 0-.3-.7l-7-7A.9.9 0 0 0 18 2H8a2.006 2.006 0 0 0-2 2v24a2.006 2.006 0 0 0 2 2h4Zm6-23.6 5.6 5.6H18Z"
|
|
27
|
+
})
|
|
28
|
+
]
|
|
29
|
+
});
|
|
30
|
+
const file_rslib_entry_ = SvgFile;
|
|
31
|
+
export { file_rslib_entry_ as default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgGithub = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
...props,
|
|
7
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
d: "M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"
|
|
10
|
+
})
|
|
11
|
+
});
|
|
12
|
+
const github_rslib_entry_ = SvgGithub;
|
|
13
|
+
export { github_rslib_entry_ as default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgGitlab = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
viewBox: "0 0 24 24",
|
|
6
|
+
...props,
|
|
7
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
8
|
+
fill: "currentColor",
|
|
9
|
+
d: "m21.94 13.11-1.05-3.22c0-.03-.01-.06-.02-.09l-2.11-6.48a.86.86 0 0 0-.8-.57c-.36 0-.68.25-.79.58l-2 6.17H8.84L6.83 3.33a.85.85 0 0 0-.79-.58c-.37 0-.69.25-.8.58L3.13 9.82v.01l-1.07 3.28c-.16.5.01 1.04.44 1.34l9.22 6.71c.17.12.39.12.56-.01l9.22-6.7c.43-.3.6-.84.44-1.34M8.15 10.45l2.57 7.91-6.17-7.91m8.73 7.92 2.47-7.59.1-.33h3.61l-5.59 7.16m4.1-13.67 1.81 5.56h-3.62m-1.3.95-1.79 5.51L12 19.24l-2.86-8.79M6.03 3.94 7.84 9.5H4.23m-1.18 4.19c-.09-.07-.13-.19-.09-.29l.79-2.43 5.82 7.45m11.38-4.73-6.51 4.73.02-.03 5.79-7.42.79 2.43c.04.1 0 .22-.09.29"
|
|
10
|
+
})
|
|
11
|
+
});
|
|
12
|
+
const gitlab_rslib_entry_ = SvgGitlab;
|
|
13
|
+
export { gitlab_rslib_entry_ as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgHeader = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 24,
|
|
6
|
+
height: 24,
|
|
7
|
+
viewBox: "0 0 32 32",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
d: "M28 12v-2h-6V4h-2v6h-8V4h-2v6H4v2h6v8H4v2h6v6h2v-6h8v6h2v-6h6v-2h-6v-8Zm-8 8h-8v-8h8Z"
|
|
12
|
+
})
|
|
13
|
+
});
|
|
14
|
+
const header_rslib_entry_ = SvgHeader;
|
|
15
|
+
export { header_rslib_entry_ as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgJump = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 24,
|
|
6
|
+
height: 24,
|
|
7
|
+
viewBox: "0 0 32 32",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
d: "M13.414 17.586 18 22.172V8H8V6h10a2 2 0 0 1 2 2v14.172l4.586-4.586L26 19l-7 7-7-7Z"
|
|
12
|
+
})
|
|
13
|
+
});
|
|
14
|
+
const jump_rslib_entry_ = SvgJump;
|
|
15
|
+
export { jump_rslib_entry_ as default };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgLoading = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
width: 32,
|
|
5
|
+
height: 32,
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
...props,
|
|
8
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("g", {
|
|
9
|
+
fill: "none",
|
|
10
|
+
stroke: "var(--rp-c-brand)",
|
|
11
|
+
strokeLinecap: "round",
|
|
12
|
+
strokeWidth: 2,
|
|
13
|
+
children: [
|
|
14
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
15
|
+
strokeDasharray: 60,
|
|
16
|
+
strokeDashoffset: 60,
|
|
17
|
+
strokeOpacity: 0.3,
|
|
18
|
+
d: "M12 3a9 9 0 1 1 0 18 9 9 0 0 1 0-18Z",
|
|
19
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("animate", {
|
|
20
|
+
fill: "freeze",
|
|
21
|
+
attributeName: "stroke-dashoffset",
|
|
22
|
+
dur: "1.3s",
|
|
23
|
+
values: "60;0"
|
|
24
|
+
})
|
|
25
|
+
}),
|
|
26
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("path", {
|
|
27
|
+
strokeDasharray: 15,
|
|
28
|
+
strokeDashoffset: 15,
|
|
29
|
+
d: "M12 3a9 9 0 0 1 9 9",
|
|
30
|
+
children: [
|
|
31
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("animate", {
|
|
32
|
+
fill: "freeze",
|
|
33
|
+
attributeName: "stroke-dashoffset",
|
|
34
|
+
dur: "0.3s",
|
|
35
|
+
values: "15;0"
|
|
36
|
+
}),
|
|
37
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("animateTransform", {
|
|
38
|
+
attributeName: "transform",
|
|
39
|
+
dur: "1.5s",
|
|
40
|
+
repeatCount: "indefinite",
|
|
41
|
+
type: "rotate",
|
|
42
|
+
values: "0 12 12;360 12 12"
|
|
43
|
+
})
|
|
44
|
+
]
|
|
45
|
+
})
|
|
46
|
+
]
|
|
47
|
+
})
|
|
48
|
+
});
|
|
49
|
+
const loading_rslib_entry_ = SvgLoading;
|
|
50
|
+
export { loading_rslib_entry_ as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgMenu = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
width: "1em",
|
|
5
|
+
height: "1em",
|
|
6
|
+
viewBox: "0 0 32 32",
|
|
7
|
+
...props,
|
|
8
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
d: "M4 6h24v2H4zm0 18h24v2H4zm0-12h24v2H4zm0 6h24v2H4z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
const menu_rslib_entry_ = SvgMenu;
|
|
14
|
+
export { menu_rslib_entry_ as default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgMoon = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
"aria-hidden": "true",
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
...props,
|
|
8
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
9
|
+
d: "M12.1 22h-.9c-5.5-.5-9.5-5.4-9-10.9.4-4.8 4.2-8.6 9-9 .4 0 .8.2 1 .5s.2.8-.1 1.1c-2 2.7-1.4 6.4 1.3 8.4 2.1 1.6 5 1.6 7.1 0 .3-.2.7-.3 1.1-.1.3.2.5.6.5 1-.2 2.7-1.5 5.1-3.6 6.8-1.9 1.4-4.1 2.2-6.4 2.2M9.3 4.4c-2.9 1-5 3.6-5.2 6.8-.4 4.4 2.8 8.3 7.2 8.7 2.1.2 4.2-.4 5.8-1.8 1.1-.9 1.9-2.1 2.4-3.4-2.5.9-5.3.5-7.5-1.1-2.8-2.2-3.9-5.9-2.7-9.2"
|
|
10
|
+
})
|
|
11
|
+
});
|
|
12
|
+
const moon_rslib_entry_ = SvgMoon;
|
|
13
|
+
export { moon_rslib_entry_ as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgRight = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
width: 32,
|
|
5
|
+
height: 32,
|
|
6
|
+
viewBox: "0 0 32 32",
|
|
7
|
+
...props,
|
|
8
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
d: "M10 6v2h12.59L6 24.59 7.41 26 24 9.41V22h2V6z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
const right_rslib_entry_ = SvgRight;
|
|
14
|
+
export { right_rslib_entry_ as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgSearch = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
width: 24,
|
|
5
|
+
height: 24,
|
|
6
|
+
viewBox: "0 0 32 32",
|
|
7
|
+
...props,
|
|
8
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
9
|
+
fill: "var(--rp-c-gray)",
|
|
10
|
+
d: "m29 27.586-7.552-7.552a11.018 11.018 0 1 0-1.414 1.414L27.586 29ZM4 13a9 9 0 1 1 9 9 9.01 9.01 0 0 1-9-9"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
const search_rslib_entry_ = SvgSearch;
|
|
14
|
+
export { search_rslib_entry_ as default };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgSmallMenu = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsxs)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 32,
|
|
6
|
+
height: 32,
|
|
7
|
+
viewBox: "0 0 32 32",
|
|
8
|
+
...props,
|
|
9
|
+
children: [
|
|
10
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("circle", {
|
|
11
|
+
cx: 8,
|
|
12
|
+
cy: 16,
|
|
13
|
+
r: 2,
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
}),
|
|
16
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("circle", {
|
|
17
|
+
cx: 16,
|
|
18
|
+
cy: 16,
|
|
19
|
+
r: 2,
|
|
20
|
+
fill: "currentColor"
|
|
21
|
+
}),
|
|
22
|
+
/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("circle", {
|
|
23
|
+
cx: 24,
|
|
24
|
+
cy: 16,
|
|
25
|
+
r: 2,
|
|
26
|
+
fill: "currentColor"
|
|
27
|
+
})
|
|
28
|
+
]
|
|
29
|
+
});
|
|
30
|
+
const small_menu_rslib_entry_ = SvgSmallMenu;
|
|
31
|
+
export { small_menu_rslib_entry_ as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgSuccess = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
width: 32,
|
|
5
|
+
height: 32,
|
|
6
|
+
viewBox: "0 0 30 30",
|
|
7
|
+
...props,
|
|
8
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
9
|
+
fill: "#49cd37",
|
|
10
|
+
d: "m13 24-9-9 1.414-1.414L13 21.171 26.586 7.586 28 9z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
const success_rslib_entry_ = SvgSuccess;
|
|
14
|
+
export { success_rslib_entry_ as default };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgSun = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
"aria-hidden": "true",
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
...props,
|
|
8
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
9
|
+
d: "M12 18c-3.3 0-6-2.7-6-6s2.7-6 6-6 6 2.7 6 6-2.7 6-6 6m0-10c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4M12 4c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1s1 .4 1 1v2c0 .6-.4 1-1 1M12 24c-.6 0-1-.4-1-1v-2c0-.6.4-1 1-1s1 .4 1 1v2c0 .6-.4 1-1 1M5.6 6.6c-.3 0-.5-.1-.7-.3L3.5 4.9c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l1.4 1.4c.4.4.4 1 0 1.4-.1.2-.4.3-.7.3M19.8 20.8c-.3 0-.5-.1-.7-.3l-1.4-1.4c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l1.4 1.4c.4.4.4 1 0 1.4-.2.2-.5.3-.7.3M3 13H1c-.6 0-1-.4-1-1s.4-1 1-1h2c.6 0 1 .4 1 1s-.4 1-1 1M23 13h-2c-.6 0-1-.4-1-1s.4-1 1-1h2c.6 0 1 .4 1 1s-.4 1-1 1M4.2 20.8c-.3 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.4l1.4-1.4c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-1.4 1.4c-.2.2-.4.3-.7.3M18.4 6.6c-.3 0-.5-.1-.7-.3-.4-.4-.4-1 0-1.4l1.4-1.4c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-1.4 1.4c-.2.2-.5.3-.7.3"
|
|
10
|
+
})
|
|
11
|
+
});
|
|
12
|
+
const sun_rslib_entry_ = SvgSun;
|
|
13
|
+
export { sun_rslib_entry_ as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgTitle = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 24,
|
|
6
|
+
height: 24,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
d: "M4 4a2 2 0 0 1 2-2h8a1 1 0 0 1 .707.293l5 5A1 1 0 0 1 20 8v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm13.586 4L14 4.414V8zM12 4H6v16h12V10h-5a1 1 0 0 1-1-1z"
|
|
12
|
+
})
|
|
13
|
+
});
|
|
14
|
+
const title_rslib_entry_ = SvgTitle;
|
|
15
|
+
export { title_rslib_entry_ as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgTranslator = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
width: 18,
|
|
5
|
+
height: 18,
|
|
6
|
+
viewBox: "0 0 32 32",
|
|
7
|
+
...props,
|
|
8
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
d: "M27.85 29H30l-6-15h-2.35l-6 15h2.15l1.6-4h6.85zm-7.65-6 2.62-6.56L25.45 23zM18 7V5h-7V2H9v3H2v2h10.74a14.7 14.7 0 0 1-3.19 6.18A13.5 13.5 0 0 1 7.26 9h-2.1a16.5 16.5 0 0 0 3 5.58A16.8 16.8 0 0 1 3 18l.75 1.86A18.5 18.5 0 0 0 9.53 16a16.9 16.9 0 0 0 5.76 3.84L16 18a14.5 14.5 0 0 1-5.12-3.37A17.64 17.64 0 0 0 14.8 7z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
const translator_rslib_entry_ = SvgTranslator;
|
|
14
|
+
export { translator_rslib_entry_ as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgWrap = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 32,
|
|
6
|
+
height: 32,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
d: "M16 7H3V5h13zM3 19h13v-2H3zm19-7-4-3v2H3v2h15v2z"
|
|
12
|
+
})
|
|
13
|
+
});
|
|
14
|
+
const wrap_rslib_entry_ = SvgWrap;
|
|
15
|
+
export { wrap_rslib_entry_ as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
const SvgWrapped = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("svg", {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
width: 32,
|
|
6
|
+
height: 32,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...props,
|
|
9
|
+
children: /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("path", {
|
|
10
|
+
fill: "#22a041",
|
|
11
|
+
d: "M21 5H3v2h18zM3 19h7v-2H3zm0-6h15c1 0 2 .43 2 2s-1 2-2 2h-2v-2l-4 3 4 3v-2h2c2.95 0 4-1.27 4-4 0-2.72-1-4-4-4H3z"
|
|
12
|
+
})
|
|
13
|
+
});
|
|
14
|
+
const wrapped_rslib_entry_ = SvgWrapped;
|
|
15
|
+
export { wrapped_rslib_entry_ as default };
|