@bifrostui/icons-pioneer 2.0.0-alpha.31
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/LICENSE +21 -0
- package/README.md +16 -0
- package/dist/SvgIcon.types.d.ts +28 -0
- package/dist/SvgIcon.types.js +15 -0
- package/dist/components/AddCircleFilled.d.ts +2 -0
- package/dist/components/AddCircleFilled.js +37 -0
- package/dist/components/AddCircleOutlined.d.ts +2 -0
- package/dist/components/AddCircleOutlined.js +37 -0
- package/dist/components/AlertCircleFilled.d.ts +2 -0
- package/dist/components/AlertCircleFilled.js +37 -0
- package/dist/components/AlertCircleOutlined.d.ts +2 -0
- package/dist/components/AlertCircleOutlined.js +37 -0
- package/dist/components/AnnounceFilled.d.ts +2 -0
- package/dist/components/AnnounceFilled.js +37 -0
- package/dist/components/AnnounceOutlined.d.ts +2 -0
- package/dist/components/AnnounceOutlined.js +37 -0
- package/dist/components/ArrowDownCircleFilled.d.ts +2 -0
- package/dist/components/ArrowDownCircleFilled.js +37 -0
- package/dist/components/ArrowDownCircleOutlined.d.ts +2 -0
- package/dist/components/ArrowDownCircleOutlined.js +37 -0
- package/dist/components/ArrowLeftCircleFilled.d.ts +2 -0
- package/dist/components/ArrowLeftCircleFilled.js +37 -0
- package/dist/components/ArrowLeftCircleOutlined.d.ts +2 -0
- package/dist/components/ArrowLeftCircleOutlined.js +37 -0
- package/dist/components/ArrowRightCircleFilled.d.ts +2 -0
- package/dist/components/ArrowRightCircleFilled.js +37 -0
- package/dist/components/ArrowRightCircleOutlined.d.ts +2 -0
- package/dist/components/ArrowRightCircleOutlined.js +37 -0
- package/dist/components/ArrowUpCircleFilled.d.ts +2 -0
- package/dist/components/ArrowUpCircleFilled.js +37 -0
- package/dist/components/ArrowUpCircleOutlined.d.ts +2 -0
- package/dist/components/ArrowUpCircleOutlined.js +37 -0
- package/dist/components/CloseCircleFilled.d.ts +2 -0
- package/dist/components/CloseCircleFilled.js +37 -0
- package/dist/components/CloseCircleOutlined.d.ts +2 -0
- package/dist/components/CloseCircleOutlined.js +37 -0
- package/dist/components/CommentFilled.d.ts +2 -0
- package/dist/components/CommentFilled.js +37 -0
- package/dist/components/CommentOutlined.d.ts +2 -0
- package/dist/components/CommentOutlined.js +37 -0
- package/dist/components/CouponFilled.d.ts +2 -0
- package/dist/components/CouponFilled.js +37 -0
- package/dist/components/ExtractOutlined.d.ts +2 -0
- package/dist/components/ExtractOutlined.js +37 -0
- package/dist/components/FullScreenOutlined.d.ts +2 -0
- package/dist/components/FullScreenOutlined.js +37 -0
- package/dist/components/HeartAddOutlined.d.ts +2 -0
- package/dist/components/HeartAddOutlined.js +37 -0
- package/dist/components/HeartFilled.d.ts +2 -0
- package/dist/components/HeartFilled.js +37 -0
- package/dist/components/HeartOutlined.d.ts +2 -0
- package/dist/components/HeartOutlined.js +37 -0
- package/dist/components/HelpCircleFilled.d.ts +2 -0
- package/dist/components/HelpCircleFilled.js +37 -0
- package/dist/components/HelpCircleOutlined.d.ts +2 -0
- package/dist/components/HelpCircleOutlined.js +37 -0
- package/dist/components/LinkOutlined.d.ts +2 -0
- package/dist/components/LinkOutlined.js +37 -0
- package/dist/components/LocationFilled.d.ts +2 -0
- package/dist/components/LocationFilled.js +37 -0
- package/dist/components/LocationOutlined.d.ts +2 -0
- package/dist/components/LocationOutlined.js +37 -0
- package/dist/components/PauseFilled.d.ts +2 -0
- package/dist/components/PauseFilled.js +37 -0
- package/dist/components/PauseOutlined.d.ts +2 -0
- package/dist/components/PauseOutlined.js +37 -0
- package/dist/components/PlayFilled.d.ts +2 -0
- package/dist/components/PlayFilled.js +37 -0
- package/dist/components/PlayOutlined.d.ts +2 -0
- package/dist/components/PlayOutlined.js +37 -0
- package/dist/components/QRCodeOutlined.d.ts +2 -0
- package/dist/components/QRCodeOutlined.js +37 -0
- package/dist/components/ReportOutlined.d.ts +2 -0
- package/dist/components/ReportOutlined.js +37 -0
- package/dist/components/SeatFilled.d.ts +2 -0
- package/dist/components/SeatFilled.js +37 -0
- package/dist/components/SeatOutlined.d.ts +2 -0
- package/dist/components/SeatOutlined.js +37 -0
- package/dist/components/ShareFilled.d.ts +2 -0
- package/dist/components/ShareFilled.js +37 -0
- package/dist/components/ShareOutlined.d.ts +2 -0
- package/dist/components/ShareOutlined.js +37 -0
- package/dist/components/ShowOutlined.d.ts +2 -0
- package/dist/components/ShowOutlined.js +37 -0
- package/dist/components/SuccessCircleFilled.d.ts +2 -0
- package/dist/components/SuccessCircleFilled.js +37 -0
- package/dist/components/SuccessCircleOutlined.d.ts +2 -0
- package/dist/components/SuccessCircleOutlined.js +37 -0
- package/dist/components/SuccessOutlined.d.ts +2 -0
- package/dist/components/SuccessOutlined.js +37 -0
- package/dist/components/SvgIcon/SvgIcon.css +21 -0
- package/dist/components/SvgIcon/SvgIcon.d.ts +5 -0
- package/dist/components/SvgIcon/SvgIcon.js +161 -0
- package/dist/components/SvgIcon/index.d.ts +1 -0
- package/dist/components/SvgIcon/index.js +33 -0
- package/dist/components/ThumbDownFilled.d.ts +2 -0
- package/dist/components/ThumbDownFilled.js +37 -0
- package/dist/components/ThumbDownOutlined.d.ts +2 -0
- package/dist/components/ThumbDownOutlined.js +37 -0
- package/dist/components/ThumbUpFilled.d.ts +2 -0
- package/dist/components/ThumbUpFilled.js +37 -0
- package/dist/components/ThumbUpOutlined.d.ts +2 -0
- package/dist/components/ThumbUpOutlined.js +37 -0
- package/dist/components/VolumeMuteFilled.d.ts +2 -0
- package/dist/components/VolumeMuteFilled.js +37 -0
- package/dist/components/VolumeMuteOutlined.d.ts +2 -0
- package/dist/components/VolumeMuteOutlined.js +37 -0
- package/dist/components/VolumeUpFilled.d.ts +2 -0
- package/dist/components/VolumeUpFilled.js +37 -0
- package/dist/components/VolumeUpOutlined.d.ts +2 -0
- package/dist/components/VolumeUpOutlined.js +37 -0
- package/dist/components/WantCartFilled.d.ts +2 -0
- package/dist/components/WantCartFilled.js +37 -0
- package/dist/components/WantCartOutlined.d.ts +2 -0
- package/dist/components/WantCartOutlined.js +37 -0
- package/dist/components/index.d.ts +53 -0
- package/dist/components/index.js +193 -0
- package/dist/demo/index.css +75 -0
- package/dist/demo/index.d.ts +4 -0
- package/dist/demo/index.js +140 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +25 -0
- package/dist/utils/createSvgIcon.d.ts +3 -0
- package/dist/utils/createSvgIcon.js +54 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.js +38 -0
- package/es/SvgIcon.types.d.ts +28 -0
- package/es/SvgIcon.types.js +1 -0
- package/es/components/AddCircleFilled.d.ts +2 -0
- package/es/components/AddCircleFilled.js +8 -0
- package/es/components/AddCircleOutlined.d.ts +2 -0
- package/es/components/AddCircleOutlined.js +8 -0
- package/es/components/AlertCircleFilled.d.ts +2 -0
- package/es/components/AlertCircleFilled.js +8 -0
- package/es/components/AlertCircleOutlined.d.ts +2 -0
- package/es/components/AlertCircleOutlined.js +8 -0
- package/es/components/AnnounceFilled.d.ts +2 -0
- package/es/components/AnnounceFilled.js +8 -0
- package/es/components/AnnounceOutlined.d.ts +2 -0
- package/es/components/AnnounceOutlined.js +8 -0
- package/es/components/ArrowDownCircleFilled.d.ts +2 -0
- package/es/components/ArrowDownCircleFilled.js +8 -0
- package/es/components/ArrowDownCircleOutlined.d.ts +2 -0
- package/es/components/ArrowDownCircleOutlined.js +8 -0
- package/es/components/ArrowLeftCircleFilled.d.ts +2 -0
- package/es/components/ArrowLeftCircleFilled.js +8 -0
- package/es/components/ArrowLeftCircleOutlined.d.ts +2 -0
- package/es/components/ArrowLeftCircleOutlined.js +8 -0
- package/es/components/ArrowRightCircleFilled.d.ts +2 -0
- package/es/components/ArrowRightCircleFilled.js +8 -0
- package/es/components/ArrowRightCircleOutlined.d.ts +2 -0
- package/es/components/ArrowRightCircleOutlined.js +8 -0
- package/es/components/ArrowUpCircleFilled.d.ts +2 -0
- package/es/components/ArrowUpCircleFilled.js +8 -0
- package/es/components/ArrowUpCircleOutlined.d.ts +2 -0
- package/es/components/ArrowUpCircleOutlined.js +8 -0
- package/es/components/CloseCircleFilled.d.ts +2 -0
- package/es/components/CloseCircleFilled.js +8 -0
- package/es/components/CloseCircleOutlined.d.ts +2 -0
- package/es/components/CloseCircleOutlined.js +8 -0
- package/es/components/CommentFilled.d.ts +2 -0
- package/es/components/CommentFilled.js +8 -0
- package/es/components/CommentOutlined.d.ts +2 -0
- package/es/components/CommentOutlined.js +8 -0
- package/es/components/CouponFilled.d.ts +2 -0
- package/es/components/CouponFilled.js +8 -0
- package/es/components/ExtractOutlined.d.ts +2 -0
- package/es/components/ExtractOutlined.js +8 -0
- package/es/components/FullScreenOutlined.d.ts +2 -0
- package/es/components/FullScreenOutlined.js +8 -0
- package/es/components/HeartAddOutlined.d.ts +2 -0
- package/es/components/HeartAddOutlined.js +8 -0
- package/es/components/HeartFilled.d.ts +2 -0
- package/es/components/HeartFilled.js +8 -0
- package/es/components/HeartOutlined.d.ts +2 -0
- package/es/components/HeartOutlined.js +8 -0
- package/es/components/HelpCircleFilled.d.ts +2 -0
- package/es/components/HelpCircleFilled.js +8 -0
- package/es/components/HelpCircleOutlined.d.ts +2 -0
- package/es/components/HelpCircleOutlined.js +8 -0
- package/es/components/LinkOutlined.d.ts +2 -0
- package/es/components/LinkOutlined.js +8 -0
- package/es/components/LocationFilled.d.ts +2 -0
- package/es/components/LocationFilled.js +8 -0
- package/es/components/LocationOutlined.d.ts +2 -0
- package/es/components/LocationOutlined.js +8 -0
- package/es/components/PauseFilled.d.ts +2 -0
- package/es/components/PauseFilled.js +8 -0
- package/es/components/PauseOutlined.d.ts +2 -0
- package/es/components/PauseOutlined.js +8 -0
- package/es/components/PlayFilled.d.ts +2 -0
- package/es/components/PlayFilled.js +8 -0
- package/es/components/PlayOutlined.d.ts +2 -0
- package/es/components/PlayOutlined.js +8 -0
- package/es/components/QRCodeOutlined.d.ts +2 -0
- package/es/components/QRCodeOutlined.js +8 -0
- package/es/components/ReportOutlined.d.ts +2 -0
- package/es/components/ReportOutlined.js +8 -0
- package/es/components/SeatFilled.d.ts +2 -0
- package/es/components/SeatFilled.js +8 -0
- package/es/components/SeatOutlined.d.ts +2 -0
- package/es/components/SeatOutlined.js +8 -0
- package/es/components/ShareFilled.d.ts +2 -0
- package/es/components/ShareFilled.js +8 -0
- package/es/components/ShareOutlined.d.ts +2 -0
- package/es/components/ShareOutlined.js +8 -0
- package/es/components/ShowOutlined.d.ts +2 -0
- package/es/components/ShowOutlined.js +8 -0
- package/es/components/SuccessCircleFilled.d.ts +2 -0
- package/es/components/SuccessCircleFilled.js +8 -0
- package/es/components/SuccessCircleOutlined.d.ts +2 -0
- package/es/components/SuccessCircleOutlined.js +8 -0
- package/es/components/SuccessOutlined.d.ts +2 -0
- package/es/components/SuccessOutlined.js +8 -0
- package/es/components/SvgIcon/SvgIcon.css +21 -0
- package/es/components/SvgIcon/SvgIcon.d.ts +5 -0
- package/es/components/SvgIcon/SvgIcon.js +134 -0
- package/es/components/SvgIcon/index.d.ts +1 -0
- package/es/components/SvgIcon/index.js +4 -0
- package/es/components/ThumbDownFilled.d.ts +2 -0
- package/es/components/ThumbDownFilled.js +8 -0
- package/es/components/ThumbDownOutlined.d.ts +2 -0
- package/es/components/ThumbDownOutlined.js +8 -0
- package/es/components/ThumbUpFilled.d.ts +2 -0
- package/es/components/ThumbUpFilled.js +8 -0
- package/es/components/ThumbUpOutlined.d.ts +2 -0
- package/es/components/ThumbUpOutlined.js +8 -0
- package/es/components/VolumeMuteFilled.d.ts +2 -0
- package/es/components/VolumeMuteFilled.js +8 -0
- package/es/components/VolumeMuteOutlined.d.ts +2 -0
- package/es/components/VolumeMuteOutlined.js +8 -0
- package/es/components/VolumeUpFilled.d.ts +2 -0
- package/es/components/VolumeUpFilled.js +8 -0
- package/es/components/VolumeUpOutlined.d.ts +2 -0
- package/es/components/VolumeUpOutlined.js +8 -0
- package/es/components/WantCartFilled.d.ts +2 -0
- package/es/components/WantCartFilled.js +8 -0
- package/es/components/WantCartOutlined.d.ts +2 -0
- package/es/components/WantCartOutlined.js +8 -0
- package/es/components/index.d.ts +53 -0
- package/es/components/index.js +108 -0
- package/es/demo/index.css +75 -0
- package/es/demo/index.d.ts +4 -0
- package/es/demo/index.js +111 -0
- package/es/index.d.ts +3 -0
- package/es/index.js +3 -0
- package/es/utils/createSvgIcon.d.ts +3 -0
- package/es/utils/createSvgIcon.js +27 -0
- package/es/utils/index.d.ts +1 -0
- package/es/utils/index.js +5 -0
- package/package.json +47 -0
package/dist/index.js
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __copyProps = (to, from, except, desc) => {
|
|
6
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
+
for (let key of __getOwnPropNames(from))
|
|
8
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
+
}
|
|
11
|
+
return to;
|
|
12
|
+
};
|
|
13
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
var src_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(src_exports);
|
|
17
|
+
__reExport(src_exports, require("./utils"), module.exports);
|
|
18
|
+
__reExport(src_exports, require("./components"), module.exports);
|
|
19
|
+
__reExport(src_exports, require("./SvgIcon.types"), module.exports);
|
|
20
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
21
|
+
0 && (module.exports = {
|
|
22
|
+
...require("./utils"),
|
|
23
|
+
...require("./components"),
|
|
24
|
+
...require("./SvgIcon.types")
|
|
25
|
+
});
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
9
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
10
|
+
var __spreadValues = (a, b) => {
|
|
11
|
+
for (var prop in b || (b = {}))
|
|
12
|
+
if (__hasOwnProp.call(b, prop))
|
|
13
|
+
__defNormalProp(a, prop, b[prop]);
|
|
14
|
+
if (__getOwnPropSymbols)
|
|
15
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
16
|
+
if (__propIsEnum.call(b, prop))
|
|
17
|
+
__defNormalProp(a, prop, b[prop]);
|
|
18
|
+
}
|
|
19
|
+
return a;
|
|
20
|
+
};
|
|
21
|
+
var __export = (target, all) => {
|
|
22
|
+
for (var name in all)
|
|
23
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
24
|
+
};
|
|
25
|
+
var __copyProps = (to, from, except, desc) => {
|
|
26
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
27
|
+
for (let key of __getOwnPropNames(from))
|
|
28
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
29
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
30
|
+
}
|
|
31
|
+
return to;
|
|
32
|
+
};
|
|
33
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
34
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
35
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
36
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
37
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
38
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
39
|
+
mod
|
|
40
|
+
));
|
|
41
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
42
|
+
var createSvgIcon_exports = {};
|
|
43
|
+
__export(createSvgIcon_exports, {
|
|
44
|
+
default: () => createSvgIcon
|
|
45
|
+
});
|
|
46
|
+
module.exports = __toCommonJS(createSvgIcon_exports);
|
|
47
|
+
var import_utils = require("@bifrostui/utils");
|
|
48
|
+
var React = __toESM(require("react"));
|
|
49
|
+
var import_SvgIcon = __toESM(require("../components/SvgIcon"));
|
|
50
|
+
function createSvgIcon(path, displayName) {
|
|
51
|
+
const Component = (props, ref) => /* @__PURE__ */ React.createElement(import_SvgIcon.default, __spreadValues({ ref, component: import_utils.isMini ? "div" : "svg" }, props), path);
|
|
52
|
+
Component.displayName = `${displayName}Icon`;
|
|
53
|
+
return /* @__PURE__ */ React.memo(/* @__PURE__ */ React.forwardRef(Component));
|
|
54
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as createSvgIcon, default } from './createSvgIcon';
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
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 __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
var utils_exports = {};
|
|
29
|
+
__export(utils_exports, {
|
|
30
|
+
createSvgIcon: () => import_createSvgIcon.default,
|
|
31
|
+
default: () => import_createSvgIcon.default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(utils_exports);
|
|
34
|
+
var import_createSvgIcon = __toESM(require("./createSvgIcon"));
|
|
35
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
36
|
+
0 && (module.exports = {
|
|
37
|
+
createSvgIcon
|
|
38
|
+
});
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { ThemeColor } from '@bifrostui/types';
|
|
3
|
+
export interface ISvgIconProps {
|
|
4
|
+
className?: string;
|
|
5
|
+
/** 预定义的一些icon颜色 */
|
|
6
|
+
color?: ThemeColor | 'disabled';
|
|
7
|
+
/** 应用到SVG元素上的自定义色彩 */
|
|
8
|
+
htmlColor?: string;
|
|
9
|
+
/** 预置的图标大小,也可以通过元素的font-size来设置自定义的图标大小 */
|
|
10
|
+
size?: 'small' | 'medium' | 'large';
|
|
11
|
+
style?: React.CSSProperties;
|
|
12
|
+
/**
|
|
13
|
+
* The viewBox attribute of the SVG tag.
|
|
14
|
+
*/
|
|
15
|
+
viewBox?: string;
|
|
16
|
+
/**
|
|
17
|
+
* The classes string append to the component class attribute.
|
|
18
|
+
*/
|
|
19
|
+
children?: React.ReactNode;
|
|
20
|
+
/**
|
|
21
|
+
* Element type of the component.
|
|
22
|
+
*/
|
|
23
|
+
component?: React.ElementType;
|
|
24
|
+
/**
|
|
25
|
+
* onClick Event
|
|
26
|
+
*/
|
|
27
|
+
onClick?: (event: any) => void;
|
|
28
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var AddCircleFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M48 8c22.09 0 40 17.91 40 40S70.09 88 48 88 8 70.09 8 48 25.91 8 48 8Zm0 20c-2.21 0-4 1.79-4 4v12H32c-2.21 0-4 1.79-4 4s1.79 4 4 4h12v12c0 2.21 1.79 4 4 4s4-1.79 4-4V52h12c2.21 0 4-1.79 4-4s-1.79-4-4-4H52V32c0-2.21-1.79-4-4-4Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"AddCircleFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
AddCircleFilled_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var AddCircleOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M48 28c2.21 0 4 1.79 4 4v12h12c2.21 0 4 1.79 4 4s-1.79 4-4 4H52v12c0 2.21-1.79 4-4 4s-4-1.79-4-4V52H32c-2.21 0-4-1.79-4-4s1.79-4 4-4h12V32c0-2.21 1.79-4 4-4Z"/><path d="M48 8c11.05 0 20.47 3.91 28.28 11.72C84.09 27.53 88 36.96 88 48s-3.91 20.47-11.72 28.28C68.47 84.09 59.04 88 48 88s-20.47-3.91-28.28-11.72C11.91 68.47 8 59.04 8 48s3.91-20.47 11.72-28.28C27.53 11.91 36.96 8 48 8Zm0 8c-8.84 0-16.38 3.12-22.63 9.37C19.12 31.62 16 39.16 16 48s3.12 16.38 9.37 22.63C31.62 76.88 39.16 80 48 80s16.38-3.12 22.63-9.37S80 56.84 80 48s-3.12-16.38-9.37-22.63C64.38 19.12 56.84 16 48 16Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"AddCircleOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
AddCircleOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var AlertCircleFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M48 8C25.9 8 8 25.9 8 48s17.9 40 40 40 40-17.9 40-40S70.1 8 48 8Zm0 60c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4Zm4-16c0 2.2-1.8 4-4 4s-4-1.8-4-4V32c0-2.2 1.8-4 4-4s4 1.8 4 4v20Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"AlertCircleFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
AlertCircleFilled_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var AlertCircleOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M76.28 19.72C68.47 11.91 59.04 8 48 8s-20.47 3.91-28.28 11.72C11.91 27.53 8 36.96 8 48s3.91 20.47 11.72 28.28C27.53 84.09 36.96 88 48 88s20.47-3.91 28.28-11.72C84.09 68.47 88 59.04 88 48s-3.91-20.47-11.72-28.28Zm-50.91 5.65C31.62 19.12 39.16 16 48 16s16.38 3.12 22.63 9.37C76.88 31.62 80 39.16 80 48s-3.12 16.38-9.37 22.63C64.38 76.88 56.84 80 48 80s-16.38-3.12-22.63-9.37C19.12 64.38 16 56.84 16 48s3.12-16.38 9.37-22.63ZM44 32c0-2.21 1.79-4 4-4s4 1.79 4 4v20c0 2.21-1.79 4-4 4s-4-1.79-4-4V32Zm4 37.2c2.49 0 4.5-2.01 4.5-4.5s-2.01-4.5-4.5-4.5-4.5 2.01-4.5 4.5 2.01 4.5 4.5 4.5Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"AlertCircleOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
AlertCircleOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var AnnounceFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M37.8 17.12s4.58-4.88 10.76-2.43c.09.04 6.2 2.51 6.2 9.16v48.36s-.02 6.71-6.2 9.16c0 0-6.2 2.46-10.76-2.43L25.44 65.67h-5.69s-4.87 0-8.31-3.46c0 0-3.44-3.46-3.44-8.35V42.17s0-4.9 3.44-8.35c.01-.01 3.45-3.46 8.31-3.46h5.69L37.8 17.09Zm33.97 5.23a3.966 3.966 0 0 1 5.64 0A36.373 36.373 0 0 1 88 48.03c0 4.77-.94 9.49-2.75 13.9a36.267 36.267 0 0 1-7.84 11.78 3.966 3.966 0 0 1-5.64 0 4.02 4.02 0 0 1 0-5.67 28.376 28.376 0 0 0 6.11-30.84 28.376 28.376 0 0 0-6.11-9.18 4.02 4.02 0 0 1 0-5.67Zm-9.16 11.43a3.966 3.966 0 0 1 5.64 0c1.86 1.87 3.34 4.1 4.35 6.54a20.246 20.246 0 0 1 0 15.44 20.179 20.179 0 0 1-4.35 6.54 3.966 3.966 0 0 1-5.64 0 4.02 4.02 0 0 1 0-5.67 12.29 12.29 0 0 0 2.62-3.94c.61-1.47.92-3.05.92-4.65 0-1.59-.31-3.17-.92-4.65a12.29 12.29 0 0 0-2.62-3.94 4.02 4.02 0 0 1 0-5.67Z"/>',
|
|
4
|
+
"AnnounceFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
AnnounceFilled_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var AnnounceOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M37.8 17.12s4.58-4.88 10.76-2.43c.09.04 6.2 2.51 6.2 9.16v48.36s-.02 6.71-6.2 9.16c0 0-6.2 2.46-10.76-2.43L25.44 65.67h-5.69s-4.87 0-8.31-3.46c0 0-3.44-3.46-3.44-8.35V42.17s0-4.9 3.44-8.35c.01-.01 3.45-3.46 8.31-3.46h5.69L37.8 17.09Zm33.97 5.23a3.966 3.966 0 0 1 5.64 0A36.373 36.373 0 0 1 88 48.03c0 4.77-.94 9.49-2.75 13.9a36.267 36.267 0 0 1-7.84 11.78 3.966 3.966 0 0 1-5.64 0 4.02 4.02 0 0 1 0-5.67 28.376 28.376 0 0 0 6.11-30.84 28.376 28.376 0 0 0-6.11-9.18 4.02 4.02 0 0 1 0-5.67Zm-26.14-.21s-1.16-.46-2.01.45l-14.73 15.8h-9.15s-3.77 0-3.77 3.79v11.69s.01 3.79 3.77 3.79h9.15l14.73 15.8s.86.91 2.01.45c0 0 1.16-.46 1.16-1.71V23.86s0-1.25-1.16-1.71Zm16.98 11.64a3.966 3.966 0 0 1 5.64 0c1.86 1.87 3.34 4.1 4.35 6.54a20.246 20.246 0 0 1 0 15.44 20.179 20.179 0 0 1-4.35 6.54 3.966 3.966 0 0 1-5.64 0 4.02 4.02 0 0 1 0-5.67 12.29 12.29 0 0 0 2.62-3.94c.61-1.47.92-3.05.92-4.65 0-1.59-.31-3.17-.92-4.65a12.29 12.29 0 0 0-2.62-3.94 4.02 4.02 0 0 1 0-5.67Z"/>',
|
|
4
|
+
"AnnounceOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
AnnounceOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var ArrowDownCircleFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M48 8a42.732 42.732 0 0 1 3.92.19c.65.06 1.3.14 1.95.24.65.1 1.29.21 1.93.34a40.567 40.567 0 0 1 3.81.95c.63.19 1.25.4 1.86.62.62.22 1.23.46 1.83.71s1.2.52 1.79.8c.59.28 1.18.57 1.75.88.58.31 1.15.63 1.71.97.56.34 1.11.69 1.66 1.05.54.36 1.08.74 1.61 1.13.53.39 1.04.79 1.55 1.21.51.42 1 .84 1.49 1.28.49.44.96.89 1.42 1.35s.91.94 1.35 1.42c.44.49.87.98 1.28 1.49.42.51.82 1.02 1.21 1.55s.77 1.06 1.13 1.61c.36.54.71 1.1 1.05 1.66.34.56.66 1.13.97 1.71.31.58.6 1.16.88 1.75.28.59.55 1.19.8 1.79a40.668 40.668 0 0 1 1.33 3.69c.19.63.36 1.26.52 1.89a43.335 43.335 0 0 1 .77 3.85c.1.65.18 1.3.24 1.95A42.017 42.017 0 0 1 88 48a42.732 42.732 0 0 1-.19 3.92c-.06.65-.14 1.3-.24 1.95-.1.65-.21 1.29-.34 1.93a40.567 40.567 0 0 1-.95 3.81c-.19.63-.4 1.25-.62 1.86-.22.62-.46 1.23-.71 1.83s-.52 1.2-.8 1.79c-.28.59-.57 1.18-.88 1.75-.31.58-.63 1.15-.97 1.71-.34.56-.69 1.11-1.05 1.66-.36.54-.74 1.08-1.13 1.61-.39.53-.79 1.04-1.21 1.55-.42.51-.84 1-1.28 1.49-.44.49-.89.96-1.35 1.42s-.94.91-1.42 1.35c-.49.44-.98.87-1.49 1.28-.51.42-1.02.82-1.55 1.21s-1.06.77-1.61 1.13c-.54.36-1.1.71-1.66 1.05-.56.34-1.13.66-1.71.97-.58.31-1.16.6-1.75.88-.59.28-1.19.55-1.79.8a40.668 40.668 0 0 1-3.69 1.33c-.63.19-1.26.36-1.89.52a43.335 43.335 0 0 1-3.85.77c-.65.1-1.3.18-1.95.24A42.017 42.017 0 0 1 48 88a42.732 42.732 0 0 1-3.92-.19c-.65-.06-1.3-.14-1.95-.24-.65-.1-1.29-.21-1.93-.34a40.567 40.567 0 0 1-3.81-.95c-.63-.19-1.25-.4-1.86-.62-.62-.22-1.23-.46-1.83-.71s-1.2-.52-1.79-.8c-.59-.28-1.18-.57-1.75-.88-.58-.31-1.15-.63-1.71-.97-.56-.34-1.11-.69-1.66-1.05-.54-.36-1.08-.74-1.61-1.13-.53-.39-1.04-.79-1.55-1.21-.51-.42-1-.84-1.49-1.28-.49-.44-.96-.89-1.42-1.35s-.91-.94-1.35-1.42c-.44-.49-.87-.98-1.28-1.49-.42-.51-.82-1.02-1.21-1.55s-.77-1.06-1.13-1.61c-.36-.54-.71-1.1-1.05-1.66-.34-.56-.66-1.13-.97-1.71-.31-.58-.6-1.16-.88-1.75-.28-.59-.55-1.19-.8-1.79a40.668 40.668 0 0 1-1.33-3.69c-.19-.63-.36-1.26-.52-1.89a43.335 43.335 0 0 1-.77-3.85c-.1-.65-.18-1.3-.24-1.95A42.017 42.017 0 0 1 8 48a42.732 42.732 0 0 1 .19-3.92c.06-.65.14-1.3.24-1.95.1-.65.21-1.29.34-1.93a40.567 40.567 0 0 1 .95-3.81c.19-.63.4-1.25.62-1.86.22-.62.46-1.23.71-1.83s.52-1.2.8-1.79c.28-.59.57-1.18.88-1.75.31-.58.63-1.15.97-1.71.34-.56.69-1.11 1.05-1.66.36-.54.74-1.08 1.13-1.61.39-.53.79-1.04 1.21-1.55.42-.51.84-1 1.28-1.49.44-.49.89-.96 1.35-1.42s.94-.91 1.42-1.35c.49-.44.98-.87 1.49-1.28.51-.42 1.02-.82 1.55-1.21s1.06-.77 1.61-1.13c.54-.36 1.1-.71 1.66-1.05.56-.34 1.13-.66 1.71-.97.58-.31 1.16-.6 1.75-.88.59-.28 1.19-.55 1.79-.8a40.668 40.668 0 0 1 3.69-1.33c.63-.19 1.26-.36 1.89-.52a43.335 43.335 0 0 1 3.85-.77c.65-.1 1.3-.18 1.95-.24A42.017 42.017 0 0 1 48 8Zm4 22c0-.13 0-.26-.02-.39a2.63 2.63 0 0 0-.06-.39c-.03-.13-.06-.26-.1-.38-.04-.13-.08-.25-.13-.37s-.11-.24-.17-.35c-.06-.12-.13-.23-.2-.34s-.15-.21-.23-.32a3.584 3.584 0 0 0-.87-.78c-.11-.07-.22-.14-.34-.2-.12-.06-.23-.12-.35-.17-.12-.05-.24-.09-.37-.13s-.25-.07-.38-.1-.26-.04-.39-.06c-.13-.01-.26-.02-.39-.02s-.26 0-.39.02c-.13.01-.26.03-.39.06s-.26.06-.38.1-.25.08-.37.13-.24.11-.35.17c-.12.06-.23.13-.34.2-.11.07-.21.15-.32.23a3.584 3.584 0 0 0-.78.87c-.07.11-.14.22-.2.34-.06.12-.12.23-.17.35-.05.12-.09.24-.13.37-.04.13-.07.25-.1.38s-.04.26-.06.39c-.01.13-.02.26-.02.39v27.46l-5.44-4.53A3.991 3.991 0 0 0 36 52c-.13 0-.26 0-.39.02-.13.01-.26.03-.39.06s-.26.06-.38.1c-.13.04-.25.08-.37.13s-.24.11-.35.17c-.12.06-.23.13-.34.2-.11.07-.21.15-.32.23a3.584 3.584 0 0 0-.78.87c-.07.11-.14.22-.2.34-.06.12-.12.23-.17.35-.05.12-.09.24-.13.37-.04.13-.07.25-.1.38s-.04.26-.06.39c-.01.13-.02.26-.02.39 0 .29.03.58.1.87a3.873 3.873 0 0 0 .74 1.58c.18.23.38.44.61.63l11.23 9.36c.14.12.29.23.44.33.19.2.39.37.61.52s.46.28.71.39c.25.11.51.19.77.24.26.05.53.08.8.08s.54-.03.8-.08.52-.13.77-.24c.25-.11.48-.24.71-.39s.43-.33.61-.52c.15-.1.3-.21.44-.33l11.23-9.36a4.033 4.033 0 0 0 1.07-1.38c.12-.27.22-.54.28-.83.06-.29.1-.58.1-.87 0-.13 0-.26-.02-.39a2.63 2.63 0 0 0-.06-.39c-.03-.13-.06-.26-.1-.38-.04-.13-.08-.25-.13-.37s-.11-.24-.17-.35c-.06-.12-.13-.23-.2-.34-.07-.11-.15-.21-.23-.32a3.584 3.584 0 0 0-.87-.78c-.11-.07-.22-.14-.34-.2-.12-.06-.23-.12-.35-.17-.12-.05-.24-.09-.37-.13-.13-.04-.25-.07-.38-.1s-.26-.04-.39-.06c-.13-.01-.26-.02-.39-.02a3.991 3.991 0 0 0-2.56.93l-5.44 4.53V30Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"ArrowDownCircleFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
ArrowDownCircleFilled_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var ArrowDownCircleOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M48 26c-.13 0-.26 0-.39.02-.13.01-.26.03-.39.06s-.26.06-.38.09c-.13.04-.25.08-.37.13s-.24.11-.36.17c-.12.06-.23.13-.34.2-.11.07-.21.15-.32.23a3.584 3.584 0 0 0-.78.87c-.07.11-.14.22-.2.34-.06.12-.12.23-.17.35-.05.12-.09.24-.13.37-.04.13-.07.25-.1.38s-.04.26-.06.39c-.01.13-.02.26-.02.39v27.46l-5.44-4.53a3.991 3.991 0 0 0-2.56-.93c-.13 0-.26 0-.39.02-.13.01-.26.03-.39.06s-.26.06-.38.09c-.13.04-.25.08-.37.13s-.24.11-.36.17c-.12.06-.23.13-.34.2-.11.07-.21.15-.32.23a3.584 3.584 0 0 0-.78.87c-.07.11-.14.22-.2.34-.06.12-.12.23-.17.35-.05.12-.09.24-.13.37-.04.13-.07.25-.1.38s-.04.26-.06.39c-.01.13-.02.26-.02.39 0 .29.03.58.09.87a3.873 3.873 0 0 0 .74 1.58c.18.23.38.44.61.63l11.23 9.36c.14.12.29.23.44.33.19.2.39.37.61.52.22.15.46.28.71.39.25.11.51.19.77.24.26.05.53.08.8.08s.54-.03.8-.08.52-.13.77-.24c.25-.11.48-.24.71-.39.22-.15.43-.33.61-.52.15-.1.3-.21.44-.33l11.23-9.36a4.033 4.033 0 0 0 1.07-1.38c.12-.27.22-.54.28-.83.06-.29.1-.58.1-.87 0-.13 0-.26-.02-.39a2.63 2.63 0 0 0-.06-.39c-.03-.13-.06-.26-.09-.38-.04-.13-.08-.25-.13-.37s-.11-.24-.17-.35c-.06-.12-.13-.23-.2-.34-.07-.11-.15-.21-.23-.32a3.584 3.584 0 0 0-.87-.78c-.11-.07-.22-.14-.34-.2-.12-.06-.23-.12-.35-.17-.12-.05-.24-.09-.37-.13-.13-.04-.25-.07-.38-.09-.13-.03-.26-.04-.39-.06-.13-.01-.26-.02-.39-.02a3.991 3.991 0 0 0-2.56.93L52 57.45V29.99c0-.13 0-.26-.02-.39a2.63 2.63 0 0 0-.06-.39c-.03-.13-.06-.26-.09-.38-.04-.13-.08-.25-.13-.37s-.11-.24-.17-.35c-.06-.12-.13-.23-.2-.34-.07-.11-.15-.21-.23-.32a3.584 3.584 0 0 0-.87-.78c-.11-.07-.22-.14-.34-.2-.12-.06-.23-.12-.35-.17s-.24-.09-.37-.13c-.13-.04-.25-.07-.38-.09-.13-.03-.26-.04-.39-.06-.13-.01-.26-.02-.39-.02Z"/><path d="M48 8c-11.05 0-20.47 3.91-28.28 11.72C11.91 27.53 8 36.96 8 48c0 11.05 3.91 20.47 11.72 28.28C27.53 84.09 36.96 88 48 88s20.47-3.91 28.28-11.72C84.09 68.47 88 59.04 88 48s-3.91-20.47-11.72-28.28C68.47 11.91 59.04 8 48 8Zm0 8c8.84 0 16.38 3.12 22.63 9.37C76.88 31.62 80 39.16 80 48s-3.12 16.38-9.37 22.63C64.38 76.88 56.84 80 48 80s-16.38-3.12-22.63-9.37C19.12 64.38 16 56.84 16 48s3.12-16.38 9.37-22.63C31.62 19.12 39.16 16 48 16Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"ArrowDownCircleOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
ArrowDownCircleOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var ArrowLeftCircleFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M88 48a42.732 42.732 0 0 0-.19-3.92c-.06-.65-.14-1.3-.24-1.95-.1-.65-.21-1.29-.34-1.93a40.567 40.567 0 0 0-.95-3.81c-.19-.63-.4-1.25-.62-1.86-.22-.62-.46-1.23-.71-1.83s-.52-1.2-.8-1.79c-.28-.59-.57-1.18-.88-1.75-.31-.58-.63-1.15-.97-1.71-.34-.56-.69-1.11-1.05-1.66-.36-.54-.74-1.08-1.13-1.61-.39-.53-.79-1.04-1.21-1.55-.42-.51-.84-1-1.28-1.49-.44-.49-.89-.96-1.35-1.42s-.94-.91-1.42-1.35c-.49-.44-.98-.87-1.49-1.28-.51-.42-1.02-.82-1.55-1.21s-1.06-.77-1.61-1.13c-.54-.36-1.1-.71-1.66-1.05-.56-.34-1.13-.66-1.71-.97-.58-.31-1.16-.6-1.75-.88-.59-.28-1.19-.55-1.79-.8a40.668 40.668 0 0 0-3.69-1.33c-.63-.19-1.26-.36-1.89-.52a43.335 43.335 0 0 0-3.85-.77c-.65-.1-1.3-.18-1.95-.24A42.017 42.017 0 0 0 48 8a42.732 42.732 0 0 0-3.92.19c-.65.06-1.3.14-1.95.24-.65.1-1.29.21-1.93.34a40.567 40.567 0 0 0-3.81.95c-.63.19-1.25.4-1.86.62-.62.22-1.23.46-1.83.71s-1.2.52-1.79.8c-.59.28-1.18.57-1.75.88-.58.31-1.15.63-1.71.97-.56.34-1.11.69-1.66 1.05-.54.36-1.08.74-1.61 1.13-.53.39-1.04.79-1.55 1.21-.51.42-1 .84-1.49 1.28-.49.44-.96.89-1.42 1.35s-.91.94-1.35 1.42c-.44.49-.87.98-1.28 1.49-.42.51-.82 1.02-1.21 1.55s-.77 1.06-1.13 1.61c-.36.54-.71 1.1-1.05 1.66-.34.56-.66 1.13-.97 1.71-.31.58-.6 1.16-.88 1.75-.28.59-.55 1.19-.8 1.79a40.668 40.668 0 0 0-1.33 3.69c-.19.63-.36 1.26-.52 1.89a43.335 43.335 0 0 0-.77 3.85c-.1.65-.18 1.3-.24 1.95A42.017 42.017 0 0 0 8 48a42.732 42.732 0 0 0 .19 3.92c.06.65.14 1.3.24 1.95.1.65.21 1.29.34 1.93a40.567 40.567 0 0 0 .95 3.81c.19.63.4 1.25.62 1.86.22.62.46 1.23.71 1.83s.52 1.2.8 1.79c.28.59.57 1.18.88 1.75.31.58.63 1.15.97 1.71.34.56.69 1.11 1.05 1.66.36.54.74 1.08 1.13 1.61.39.53.79 1.04 1.21 1.55.42.51.84 1 1.28 1.49.44.49.89.96 1.35 1.42s.94.91 1.42 1.35c.49.44.98.87 1.49 1.28.51.42 1.02.82 1.55 1.21s1.06.77 1.61 1.13c.54.36 1.1.71 1.66 1.05.56.34 1.13.66 1.71.97.58.31 1.16.6 1.75.88.59.28 1.19.55 1.79.8a40.668 40.668 0 0 0 3.69 1.33c.63.19 1.26.36 1.89.52a43.335 43.335 0 0 0 3.85.77c.65.1 1.3.18 1.95.24A42.017 42.017 0 0 0 48 88a42.732 42.732 0 0 0 3.92-.19c.65-.06 1.3-.14 1.95-.24.65-.1 1.29-.21 1.93-.34a40.567 40.567 0 0 0 3.81-.95c.63-.19 1.25-.4 1.86-.62.62-.22 1.23-.46 1.83-.71s1.2-.52 1.79-.8c.59-.28 1.18-.57 1.75-.88.58-.31 1.15-.63 1.71-.97.56-.34 1.11-.69 1.66-1.05.54-.36 1.08-.74 1.61-1.13.53-.39 1.04-.79 1.55-1.21.51-.42 1-.84 1.49-1.28.49-.44.96-.89 1.42-1.35s.91-.94 1.35-1.42c.44-.49.87-.98 1.28-1.49.42-.51.82-1.02 1.21-1.55s.77-1.06 1.13-1.61c.36-.54.71-1.1 1.05-1.66.34-.56.66-1.13.97-1.71.31-.58.6-1.16.88-1.75.28-.59.55-1.19.8-1.79a40.668 40.668 0 0 0 1.33-3.69c.19-.63.36-1.26.52-1.89a43.335 43.335 0 0 0 .77-3.85c.1-.65.18-1.3.24-1.95A42.017 42.017 0 0 0 88 48Zm-22-4c.13 0 .26 0 .39.02.13.01.26.03.39.06s.26.06.38.1c.13.04.25.08.37.13s.24.11.35.17c.12.06.23.13.34.2s.21.15.32.23a3.584 3.584 0 0 1 .78.87c.07.11.14.22.2.34.06.12.12.23.17.35.05.12.09.24.13.37.04.13.07.25.1.38s.04.26.06.39c.01.13.02.26.02.39s0 .26-.02.39c-.01.13-.03.26-.06.39s-.06.26-.1.38c-.04.13-.08.25-.13.37s-.11.24-.17.35c-.06.12-.13.23-.2.34-.07.11-.15.21-.23.32a3.584 3.584 0 0 1-.87.78c-.11.07-.22.14-.34.2-.12.06-.23.12-.35.17-.12.05-.24.09-.37.13-.13.04-.25.07-.38.1s-.26.04-.39.06c-.13.01-.26.02-.39.02H38.54l4.53 5.44A3.991 3.991 0 0 1 44 60c0 .13 0 .26-.02.39-.01.13-.03.26-.06.39s-.06.26-.1.38c-.04.13-.08.25-.13.37s-.11.24-.17.35c-.06.12-.13.23-.2.34-.07.11-.15.21-.23.32a3.584 3.584 0 0 1-.87.78c-.11.07-.22.14-.34.2-.12.06-.23.12-.35.17-.12.05-.24.09-.37.13-.13.04-.25.07-.38.1s-.26.04-.39.06c-.13.01-.26.02-.39.02-.29 0-.58-.03-.87-.1a3.873 3.873 0 0 1-1.58-.74c-.23-.18-.44-.38-.63-.61l-9.36-11.23c-.12-.14-.23-.29-.33-.44-.2-.19-.37-.39-.52-.61s-.28-.46-.39-.71a3.61 3.61 0 0 1-.24-.77c-.05-.26-.08-.53-.08-.8s.03-.54.08-.8.13-.52.24-.77c.11-.25.24-.48.39-.71s.33-.43.52-.61c.1-.15.21-.3.33-.44l9.36-11.23a4.033 4.033 0 0 1 1.38-1.07c.27-.12.54-.22.83-.28.29-.06.58-.1.87-.1.13 0 .26 0 .39.02.13.01.26.03.39.06s.26.06.38.1c.13.04.25.08.37.13s.24.11.35.17c.12.06.23.13.34.2.11.07.21.15.32.23a3.584 3.584 0 0 1 .78.87c.07.11.14.22.2.34.06.12.12.23.17.35.05.12.09.24.13.37.04.13.07.25.1.38s.04.26.06.39c.01.13.02.26.02.39a3.991 3.991 0 0 1-.93 2.56l-4.53 5.44H66Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"ArrowLeftCircleFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
ArrowLeftCircleFilled_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var ArrowLeftCircleOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M70 48c0 .13 0 .26-.02.39-.01.13-.03.26-.06.39s-.06.26-.09.38c-.04.13-.08.25-.13.37s-.11.24-.17.36c-.06.12-.13.23-.2.34-.07.11-.15.21-.23.32a3.584 3.584 0 0 1-.87.78c-.11.07-.22.14-.34.2-.12.06-.23.12-.35.17-.12.05-.24.09-.37.13-.13.04-.25.07-.38.1s-.26.04-.39.06c-.13.01-.26.02-.39.02H38.55l4.53 5.44a3.991 3.991 0 0 1 .93 2.56c0 .13 0 .26-.02.39-.01.13-.03.26-.06.39s-.06.26-.09.38c-.04.13-.08.25-.13.37s-.11.24-.17.36c-.06.12-.13.23-.2.34-.07.11-.15.21-.23.32a3.584 3.584 0 0 1-.87.78c-.11.07-.22.14-.34.2-.12.06-.23.12-.35.17-.12.05-.24.09-.37.13-.13.04-.25.07-.38.1s-.26.04-.39.06c-.13.01-.26.02-.39.02-.29 0-.58-.03-.87-.09a3.873 3.873 0 0 1-1.58-.74c-.23-.18-.44-.38-.63-.61l-9.36-11.23c-.12-.14-.23-.29-.33-.44-.2-.19-.37-.39-.52-.61-.15-.22-.28-.46-.39-.71s-.19-.51-.24-.77c-.05-.26-.08-.53-.08-.8s.03-.54.08-.8.13-.52.24-.77c.11-.25.24-.48.39-.71.15-.22.33-.43.52-.61.1-.15.21-.3.33-.44l9.36-11.23a4.033 4.033 0 0 1 1.38-1.07c.27-.12.54-.22.83-.28.29-.06.58-.1.87-.1.13 0 .26 0 .39.02.13.01.26.03.39.06s.26.06.38.09c.13.04.25.08.37.13s.24.11.35.17c.12.06.23.13.34.2.11.07.21.15.32.23a3.584 3.584 0 0 1 .78.87c.07.11.14.22.2.34.06.12.12.23.17.35.05.12.09.24.13.37.04.13.07.25.09.38.03.13.04.26.06.39.01.13.02.26.02.39a3.991 3.991 0 0 1-.93 2.56L38.55 44h27.46c.13 0 .26 0 .39.02.13.01.26.03.39.06s.26.06.38.09c.13.04.25.08.37.13s.24.11.35.17c.12.06.23.13.34.2.11.07.21.15.32.23a3.584 3.584 0 0 1 .78.87c.07.11.14.22.2.34.06.12.12.23.17.35.05.12.09.24.13.37.04.13.07.25.09.38.03.13.04.26.06.39.01.13.02.26.02.39Z"/><path d="M88 48c0 11.05-3.91 20.47-11.72 28.28C68.47 84.09 59.04 88 48 88s-20.47-3.91-28.28-11.72C11.91 68.47 8 59.04 8 48c0-11.05 3.91-20.47 11.72-28.28C27.53 11.91 36.96 8 48 8c11.05 0 20.47 3.91 28.28 11.72C84.09 27.53 88 36.96 88 48Zm-8 0c0-8.84-3.12-16.38-9.37-22.63C64.38 19.12 56.84 16 48 16s-16.38 3.12-22.63 9.37C19.12 31.62 16 39.16 16 48s3.12 16.38 9.37 22.63C31.62 76.88 39.16 80 48 80s16.38-3.12 22.63-9.37C76.88 64.38 80 56.84 80 48Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"ArrowLeftCircleOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
ArrowLeftCircleOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var ArrowRightCircleFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M8 48a42.732 42.732 0 0 1 .19-3.92c.06-.65.14-1.3.24-1.95.1-.65.21-1.29.34-1.93a40.567 40.567 0 0 1 .95-3.81c.19-.63.4-1.25.62-1.86.22-.62.46-1.23.71-1.83s.52-1.2.8-1.79c.28-.59.57-1.18.88-1.75.31-.58.63-1.15.97-1.71.34-.56.69-1.11 1.05-1.66.36-.54.74-1.08 1.13-1.61.39-.53.79-1.04 1.21-1.55.42-.51.84-1 1.28-1.49.44-.49.89-.96 1.35-1.42s.94-.91 1.42-1.35c.49-.44.98-.87 1.49-1.28.51-.42 1.02-.82 1.55-1.21s1.06-.77 1.61-1.13c.54-.36 1.1-.71 1.66-1.05.56-.34 1.13-.66 1.71-.97.58-.31 1.16-.6 1.75-.88.59-.28 1.19-.55 1.79-.8a40.668 40.668 0 0 1 3.69-1.33c.63-.19 1.26-.36 1.89-.52a43.335 43.335 0 0 1 3.85-.77c.65-.1 1.3-.18 1.95-.24A42.017 42.017 0 0 1 48 8a42.732 42.732 0 0 1 3.92.19c.65.06 1.3.14 1.95.24.65.1 1.29.21 1.93.34a40.567 40.567 0 0 1 3.81.95c.63.19 1.25.4 1.86.62.62.22 1.23.46 1.83.71s1.2.52 1.79.8c.59.28 1.18.57 1.75.88.58.31 1.15.63 1.71.97.56.34 1.11.69 1.66 1.05.54.36 1.08.74 1.61 1.13.53.39 1.04.79 1.55 1.21.51.42 1 .84 1.49 1.28.49.44.96.89 1.42 1.35s.91.94 1.35 1.42c.44.49.87.98 1.28 1.49.42.51.82 1.02 1.21 1.55s.77 1.06 1.13 1.61c.36.54.71 1.1 1.05 1.66.34.56.66 1.13.97 1.71.31.58.6 1.16.88 1.75.28.59.55 1.19.8 1.79a40.668 40.668 0 0 1 1.33 3.69c.19.63.36 1.26.52 1.89a43.335 43.335 0 0 1 .77 3.85c.1.65.18 1.3.24 1.95A42.017 42.017 0 0 1 88 48a42.732 42.732 0 0 1-.19 3.92c-.06.65-.14 1.3-.24 1.95-.1.65-.21 1.29-.34 1.93a40.567 40.567 0 0 1-.95 3.81c-.19.63-.4 1.25-.62 1.86-.22.62-.46 1.23-.71 1.83s-.52 1.2-.8 1.79c-.28.59-.57 1.18-.88 1.75-.31.58-.63 1.15-.97 1.71-.34.56-.69 1.11-1.05 1.66-.36.54-.74 1.08-1.13 1.61-.39.53-.79 1.04-1.21 1.55-.42.51-.84 1-1.28 1.49-.44.49-.89.96-1.35 1.42s-.94.91-1.42 1.35c-.49.44-.98.87-1.49 1.28-.51.42-1.02.82-1.55 1.21s-1.06.77-1.61 1.13c-.54.36-1.1.71-1.66 1.05-.56.34-1.13.66-1.71.97-.58.31-1.16.6-1.75.88-.59.28-1.19.55-1.79.8a40.668 40.668 0 0 1-3.69 1.33c-.63.19-1.26.36-1.89.52a43.335 43.335 0 0 1-3.85.77c-.65.1-1.3.18-1.95.24A42.017 42.017 0 0 1 48 88a42.732 42.732 0 0 1-3.92-.19c-.65-.06-1.3-.14-1.95-.24-.65-.1-1.29-.21-1.93-.34a40.567 40.567 0 0 1-3.81-.95c-.63-.19-1.25-.4-1.86-.62-.62-.22-1.23-.46-1.83-.71s-1.2-.52-1.79-.8c-.59-.28-1.18-.57-1.75-.88-.58-.31-1.15-.63-1.71-.97-.56-.34-1.11-.69-1.66-1.05-.54-.36-1.08-.74-1.61-1.13-.53-.39-1.04-.79-1.55-1.21-.51-.42-1-.84-1.49-1.28-.49-.44-.96-.89-1.42-1.35s-.91-.94-1.35-1.42c-.44-.49-.87-.98-1.28-1.49-.42-.51-.82-1.02-1.21-1.55s-.77-1.06-1.13-1.61c-.36-.54-.71-1.1-1.05-1.66-.34-.56-.66-1.13-.97-1.71-.31-.58-.6-1.16-.88-1.75-.28-.59-.55-1.19-.8-1.79a40.668 40.668 0 0 1-1.33-3.69c-.19-.63-.36-1.26-.52-1.89a43.335 43.335 0 0 1-.77-3.85c-.1-.65-.18-1.3-.24-1.95A42.017 42.017 0 0 1 8 48Zm22-4c-.13 0-.26 0-.39.02-.13.01-.26.03-.39.06s-.26.06-.38.1c-.13.04-.25.08-.37.13s-.24.11-.35.17c-.12.06-.23.13-.34.2s-.21.15-.32.23a3.584 3.584 0 0 0-.78.87c-.07.11-.14.22-.2.34-.06.12-.12.23-.17.35-.05.12-.09.24-.13.37s-.07.25-.1.38-.04.26-.06.39c-.01.13-.02.26-.02.39s0 .26.02.39c.01.13.03.26.06.39s.06.26.1.38.08.25.13.37.11.24.17.35c.06.12.13.23.2.34.07.11.15.21.23.32a3.584 3.584 0 0 0 .87.78c.11.07.22.14.34.2.12.06.23.12.35.17.12.05.24.09.37.13.13.04.25.07.38.1s.26.04.39.06c.13.01.26.02.39.02h27.46l-4.53 5.44A3.991 3.991 0 0 0 52 60c0 .13 0 .26.02.39.01.13.03.26.06.39s.06.26.1.38c.04.13.08.25.13.37s.11.24.17.35c.06.12.13.23.2.34.07.11.15.21.23.32a3.584 3.584 0 0 0 .87.78c.11.07.22.14.34.2.12.06.23.12.35.17.12.05.24.09.37.13.13.04.25.07.38.1s.26.04.39.06c.13.01.26.02.39.02.29 0 .58-.03.87-.1a3.873 3.873 0 0 0 1.58-.74c.23-.18.44-.38.63-.61l9.36-11.23c.12-.14.23-.29.33-.44.2-.19.37-.39.52-.61s.28-.46.39-.71c.11-.25.19-.51.24-.77.05-.26.08-.53.08-.8s-.03-.54-.08-.8a3.61 3.61 0 0 0-.24-.77c-.11-.25-.24-.48-.39-.71s-.33-.43-.52-.61c-.1-.15-.21-.3-.33-.44l-9.36-11.23a4.033 4.033 0 0 0-1.38-1.07c-.27-.12-.54-.22-.83-.28a4.3 4.3 0 0 0-.87-.1c-.13 0-.26 0-.39.02-.13.01-.26.03-.39.06s-.26.06-.38.1c-.13.04-.25.08-.37.13s-.24.11-.35.17c-.12.06-.23.13-.34.2-.11.07-.21.15-.32.23a3.584 3.584 0 0 0-.78.87c-.07.11-.14.22-.2.34-.06.12-.12.23-.17.35-.05.12-.09.24-.13.37-.04.13-.07.25-.1.38s-.04.26-.06.39c-.01.13-.02.26-.02.39a3.991 3.991 0 0 0 .93 2.56l4.53 5.44H30Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"ArrowRightCircleFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
ArrowRightCircleFilled_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var ArrowRightCircleOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M26 48c0-.13 0-.26.02-.39.01-.13.03-.26.06-.39s.06-.26.09-.38c.04-.13.08-.25.13-.37s.11-.24.17-.36c.06-.12.13-.23.2-.34.07-.11.15-.21.23-.32a3.584 3.584 0 0 1 .87-.78c.11-.07.22-.14.34-.2.12-.06.23-.12.35-.17.12-.05.24-.09.37-.13.13-.04.25-.07.38-.1s.26-.04.39-.06c.13-.01.26-.02.39-.02h27.46l-4.53-5.44a3.991 3.991 0 0 1-.93-2.56c0-.13 0-.26.02-.39.01-.13.03-.26.06-.39s.06-.26.09-.38c.04-.13.08-.25.13-.37s.11-.24.17-.36c.06-.12.13-.23.2-.34.07-.11.15-.21.23-.32a3.584 3.584 0 0 1 .87-.78c.11-.07.22-.14.34-.2.12-.06.23-.12.35-.17.12-.05.24-.09.37-.13.13-.04.25-.07.38-.1s.26-.04.39-.06c.13-.01.26-.02.39-.02.29 0 .58.03.87.09a3.873 3.873 0 0 1 1.58.74c.23.18.44.38.63.61l9.36 11.23c.12.14.23.29.33.44.2.19.37.39.52.61.15.22.28.46.39.71.11.25.19.51.24.77.05.26.08.53.08.8s-.03.54-.08.8-.13.52-.24.77c-.11.25-.24.48-.39.71-.15.22-.33.43-.52.61-.1.15-.21.3-.33.44l-9.36 11.23a4.033 4.033 0 0 1-1.38 1.07c-.27.12-.54.22-.83.28-.29.06-.58.1-.87.1-.13 0-.26 0-.39-.02a2.63 2.63 0 0 1-.39-.06c-.13-.03-.26-.06-.38-.09-.13-.04-.25-.08-.37-.13s-.24-.11-.35-.17c-.12-.06-.23-.13-.34-.2-.11-.07-.21-.15-.32-.23a3.584 3.584 0 0 1-.78-.87c-.07-.11-.14-.22-.2-.34-.06-.12-.12-.23-.17-.35-.05-.12-.09-.24-.13-.37-.04-.13-.07-.25-.09-.38-.03-.13-.04-.26-.06-.39-.01-.13-.02-.26-.02-.39a3.991 3.991 0 0 1 .93-2.56L57.45 52H29.99c-.13 0-.26 0-.39-.02a2.63 2.63 0 0 1-.39-.06c-.13-.03-.26-.06-.38-.09-.13-.04-.25-.08-.37-.13s-.24-.11-.35-.17c-.12-.06-.23-.13-.34-.2-.11-.07-.21-.15-.32-.23a3.584 3.584 0 0 1-.78-.87c-.07-.11-.14-.22-.2-.34-.06-.12-.12-.23-.17-.35s-.09-.24-.13-.37c-.04-.13-.07-.25-.09-.38-.03-.13-.04-.26-.06-.39-.01-.13-.02-.26-.02-.39Z"/><path d="M8 48c0-11.05 3.91-20.47 11.72-28.28C27.53 11.91 36.96 8 48 8c11.05 0 20.47 3.91 28.28 11.72C84.09 27.53 88 36.96 88 48s-3.91 20.47-11.72 28.28C68.47 84.09 59.04 88 48 88s-20.47-3.91-28.28-11.72C11.91 68.47 8 59.04 8 48Zm8 0c0 8.84 3.12 16.38 9.37 22.63C31.62 76.88 39.16 80 48 80s16.38-3.12 22.63-9.37C76.88 64.38 80 56.84 80 48s-3.12-16.38-9.37-22.63C64.38 19.12 56.84 16 48 16s-16.38 3.12-22.63 9.37C19.12 31.62 16 39.16 16 48Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"ArrowRightCircleOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
ArrowRightCircleOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var ArrowUpCircleFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M48 88a42.732 42.732 0 0 0 3.92-.19c.65-.06 1.3-.14 1.95-.24.65-.1 1.29-.21 1.93-.34a40.567 40.567 0 0 0 3.81-.95c.63-.19 1.25-.4 1.86-.62.62-.22 1.23-.46 1.83-.71s1.2-.52 1.79-.8c.59-.28 1.18-.57 1.75-.88.58-.31 1.15-.63 1.71-.97.56-.34 1.11-.69 1.66-1.05.54-.36 1.08-.74 1.61-1.13.53-.39 1.04-.79 1.55-1.21.51-.42 1-.84 1.49-1.28.49-.44.96-.89 1.42-1.35s.91-.94 1.35-1.42c.44-.49.87-.98 1.28-1.49.42-.51.82-1.02 1.21-1.55s.77-1.06 1.13-1.61c.36-.54.71-1.1 1.05-1.66.34-.56.66-1.13.97-1.71.31-.58.6-1.16.88-1.75.28-.59.55-1.19.8-1.79a40.668 40.668 0 0 0 1.33-3.69c.19-.63.36-1.26.52-1.89a43.335 43.335 0 0 0 .77-3.85c.1-.65.18-1.3.24-1.95A42.017 42.017 0 0 0 88 48a42.732 42.732 0 0 0-.19-3.92c-.06-.65-.14-1.3-.24-1.95-.1-.65-.21-1.29-.34-1.93a40.567 40.567 0 0 0-.95-3.81c-.19-.63-.4-1.25-.62-1.86-.22-.62-.46-1.23-.71-1.83s-.52-1.2-.8-1.79c-.28-.59-.57-1.18-.88-1.75-.31-.58-.63-1.15-.97-1.71-.34-.56-.69-1.11-1.05-1.66-.36-.54-.74-1.08-1.13-1.61-.39-.53-.79-1.04-1.21-1.55-.42-.51-.84-1-1.28-1.49-.44-.49-.89-.96-1.35-1.42s-.94-.91-1.42-1.35c-.49-.44-.98-.87-1.49-1.28-.51-.42-1.02-.82-1.55-1.21s-1.06-.77-1.61-1.13c-.54-.36-1.1-.71-1.66-1.05-.56-.34-1.13-.66-1.71-.97-.58-.31-1.16-.6-1.75-.88-.59-.28-1.19-.55-1.79-.8a40.668 40.668 0 0 0-3.69-1.33c-.63-.19-1.26-.36-1.89-.52a43.335 43.335 0 0 0-3.85-.77c-.65-.1-1.3-.18-1.95-.24A42.017 42.017 0 0 0 48 8a42.732 42.732 0 0 0-3.92.19c-.65.06-1.3.14-1.95.24-.65.1-1.29.21-1.93.34a40.567 40.567 0 0 0-3.81.95c-.63.19-1.25.4-1.86.62-.62.22-1.23.46-1.83.71s-1.2.52-1.79.8c-.59.28-1.18.57-1.75.88-.58.31-1.15.63-1.71.97-.56.34-1.11.69-1.66 1.05-.54.36-1.08.74-1.61 1.13-.53.39-1.04.79-1.55 1.21-.51.42-1 .84-1.49 1.28-.49.44-.96.89-1.42 1.35s-.91.94-1.35 1.42c-.44.49-.87.98-1.28 1.49-.42.51-.82 1.02-1.21 1.55s-.77 1.06-1.13 1.61c-.36.54-.71 1.1-1.05 1.66-.34.56-.66 1.13-.97 1.71-.31.58-.6 1.16-.88 1.75-.28.59-.55 1.19-.8 1.79a40.668 40.668 0 0 0-1.33 3.69c-.19.63-.36 1.26-.52 1.89a43.335 43.335 0 0 0-.77 3.85c-.1.65-.18 1.3-.24 1.95A42.017 42.017 0 0 0 8 48a42.732 42.732 0 0 0 .19 3.92c.06.65.14 1.3.24 1.95.1.65.21 1.29.34 1.93a40.567 40.567 0 0 0 .95 3.81c.19.63.4 1.25.62 1.86.22.62.46 1.23.71 1.83s.52 1.2.8 1.79c.28.59.57 1.18.88 1.75.31.58.63 1.15.97 1.71.34.56.69 1.11 1.05 1.66.36.54.74 1.08 1.13 1.61.39.53.79 1.04 1.21 1.55.42.51.84 1 1.28 1.49.44.49.89.96 1.35 1.42s.94.91 1.42 1.35c.49.44.98.87 1.49 1.28.51.42 1.02.82 1.55 1.21s1.06.77 1.61 1.13c.54.36 1.1.71 1.66 1.05.56.34 1.13.66 1.71.97.58.31 1.16.6 1.75.88.59.28 1.19.55 1.79.8a40.668 40.668 0 0 0 3.69 1.33c.63.19 1.26.36 1.89.52a43.335 43.335 0 0 0 3.85.77c.65.1 1.3.18 1.95.24A42.017 42.017 0 0 0 48 88Zm4-22c0 .13 0 .26-.02.39-.01.13-.03.26-.06.39s-.06.26-.1.38c-.04.13-.08.25-.13.37s-.11.24-.17.35c-.06.12-.13.23-.2.34s-.15.21-.23.32a3.584 3.584 0 0 1-.87.78c-.11.07-.22.14-.34.2-.12.06-.23.12-.35.17-.12.05-.24.09-.37.13-.13.04-.25.07-.38.1s-.26.04-.39.06c-.13.01-.26.02-.39.02s-.26 0-.39-.02a2.63 2.63 0 0 1-.39-.06c-.13-.03-.26-.06-.38-.1-.13-.04-.25-.08-.37-.13s-.24-.11-.35-.17c-.12-.06-.23-.13-.34-.2-.11-.07-.21-.15-.32-.23a3.584 3.584 0 0 1-.78-.87c-.07-.11-.14-.22-.2-.34-.06-.12-.12-.23-.17-.35-.05-.12-.09-.24-.13-.37-.04-.13-.07-.25-.1-.38s-.04-.26-.06-.39c-.01-.13-.02-.26-.02-.39V38.54l-5.44 4.53A3.991 3.991 0 0 1 36 44c-.13 0-.26 0-.39-.02a2.63 2.63 0 0 1-.39-.06c-.13-.03-.26-.06-.38-.1-.13-.04-.25-.08-.37-.13s-.24-.11-.35-.17c-.12-.06-.23-.13-.34-.2-.11-.07-.21-.15-.32-.23a3.584 3.584 0 0 1-.78-.87c-.07-.11-.14-.22-.2-.34-.06-.12-.12-.23-.17-.35-.05-.12-.09-.24-.13-.37-.04-.13-.07-.25-.1-.38s-.04-.26-.06-.39c-.01-.13-.02-.26-.02-.39 0-.29.03-.58.1-.87a3.873 3.873 0 0 1 .74-1.58c.18-.23.38-.44.61-.63l11.23-9.36c.14-.12.29-.23.44-.33.19-.2.39-.37.61-.52s.46-.28.71-.39c.25-.11.51-.19.77-.24.26-.05.53-.08.8-.08s.54.03.8.08.52.13.77.24c.25.11.48.24.71.39s.43.33.61.52c.15.1.3.21.44.33l11.23 9.36a4.033 4.033 0 0 1 1.07 1.38c.12.27.22.54.28.83.06.29.1.58.1.87 0 .13 0 .26-.02.39-.01.13-.03.26-.06.39s-.06.26-.1.38c-.04.13-.08.25-.13.37s-.11.24-.17.35c-.06.12-.13.23-.2.34-.07.11-.15.21-.23.32a3.584 3.584 0 0 1-.87.78c-.11.07-.22.14-.34.2-.12.06-.23.12-.35.17-.12.05-.24.09-.37.13-.13.04-.25.07-.38.1s-.26.04-.39.06c-.13.01-.26.02-.39.02a3.991 3.991 0 0 1-2.56-.93l-5.44-4.53V66Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"ArrowUpCircleFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
ArrowUpCircleFilled_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var ArrowUpCircleOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M48 70c-.13 0-.26 0-.39-.02a2.63 2.63 0 0 1-.39-.06c-.13-.03-.26-.06-.38-.09-.13-.04-.25-.08-.37-.13s-.24-.11-.36-.17c-.12-.06-.23-.13-.34-.2-.11-.07-.21-.15-.32-.23a3.584 3.584 0 0 1-.78-.87c-.07-.11-.14-.22-.2-.34-.06-.12-.12-.23-.17-.35-.05-.12-.09-.24-.13-.37-.04-.13-.07-.25-.1-.38s-.04-.26-.06-.39c-.01-.13-.02-.26-.02-.39V38.55l-5.44 4.53a3.991 3.991 0 0 1-2.56.93c-.13 0-.26 0-.39-.02a2.63 2.63 0 0 1-.39-.06c-.13-.03-.26-.06-.38-.09-.13-.04-.25-.08-.37-.13s-.24-.11-.36-.17c-.12-.06-.23-.13-.34-.2-.11-.07-.21-.15-.32-.23a3.584 3.584 0 0 1-.78-.87c-.07-.11-.14-.22-.2-.34-.06-.12-.12-.23-.17-.35-.05-.12-.09-.24-.13-.37-.04-.13-.07-.25-.1-.38s-.04-.26-.06-.39c-.01-.13-.02-.26-.02-.39 0-.29.03-.58.09-.87a3.873 3.873 0 0 1 .74-1.58c.18-.23.38-.44.61-.63l11.23-9.36c.14-.12.29-.23.44-.33.19-.2.39-.37.61-.52.22-.15.46-.28.71-.39s.51-.19.77-.24c.26-.05.53-.08.8-.08s.54.03.8.08.52.13.77.24c.25.11.48.24.71.39.22.15.43.33.61.52.15.1.3.21.44.33l11.23 9.36a4.033 4.033 0 0 1 1.07 1.38c.12.27.22.54.28.83.06.29.1.58.1.87 0 .13 0 .26-.02.39-.01.13-.03.26-.06.39s-.06.26-.09.38c-.04.13-.08.25-.13.37s-.11.24-.17.35c-.06.12-.13.23-.2.34-.07.11-.15.21-.23.32a3.584 3.584 0 0 1-.87.78c-.11.07-.22.14-.34.2-.12.06-.23.12-.35.17-.12.05-.24.09-.37.13-.13.04-.25.07-.38.09-.13.03-.26.04-.39.06-.13.01-.26.02-.39.02a3.991 3.991 0 0 1-2.56-.93L52 38.55v27.46c0 .13 0 .26-.02.39-.01.13-.03.26-.06.39s-.06.26-.09.38c-.04.13-.08.25-.13.37s-.11.24-.17.35c-.06.12-.13.23-.2.34-.07.11-.15.21-.23.32a3.584 3.584 0 0 1-.87.78c-.11.07-.22.14-.34.2-.12.06-.23.12-.35.17-.12.05-.24.09-.37.13-.13.04-.25.07-.38.09-.13.03-.26.04-.39.06-.13.01-.26.02-.39.02Z"/><path d="M48 88c-11.05 0-20.47-3.91-28.28-11.72C11.91 68.47 8 59.04 8 48c0-11.05 3.91-20.47 11.72-28.28C27.53 11.91 36.96 8 48 8c11.05 0 20.47 3.91 28.28 11.72C84.09 27.53 88 36.96 88 48s-3.91 20.47-11.72 28.28C68.47 84.09 59.04 88 48 88Zm0-8c8.84 0 16.38-3.12 22.63-9.37C76.88 64.38 80 56.84 80 48s-3.12-16.38-9.37-22.63C64.38 19.12 56.84 16 48 16s-16.38 3.12-22.63 9.37C19.12 31.62 16 39.16 16 48s3.12 16.38 9.37 22.63C31.62 76.88 39.16 80 48 80Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"ArrowUpCircleOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
ArrowUpCircleOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var CloseCircleFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M48 8c11 0 20.4 4 28.2 11.8C84 27.6 88 37 88 48s-4 20.4-11.8 28.2C68.4 84 59 88 48 88s-20.4-4-28.2-11.8C12 68.4 8 59 8 48s4-20.4 11.8-28.2C27.6 12 37 8 48 8Zm9.6 26.4h-.8c-.2 0-.6.2-.8.2s-.4.2-.6.4c-.2.2-.4.4-.6.4l-6.8 7-6.6-6.6c-.2-.2-.4-.4-.6-.4-.2-.2-.4-.2-.6-.4s-.4-.2-.8-.2h-2q-.2 0-.4.2c-.2 0-.2.2-.4.2s-.2.2-.4.2-.2.2-.4.2-.2.2-.2.2l-.2.2c0 .2-.2.2-.2.4s-.2.2-.2.4-.2.2-.2.4 0 .2-.2.4v2c0 .2.2.6.2.8.2.2.2.4.4.6s.4.4.4.6l6.6 6.6-6.6 6.6c-.2.2-.4.4-.4.6-.2.2-.2.4-.4.6s-.2.4-.2.8v2q0 .2.2.4c0 .2.2.2.2.4s.2.2.2.4.2.2.2.4.2.2.2.2l.2.2c.2 0 .2.2.4.2s.2.2.4.2.2.2.4.2.2 0 .4.2h2c.2 0 .6-.2.8-.2.2-.2.4-.2.6-.4s.4-.4.6-.4L48 54l6.6 6.6c.2.2.4.4.6.4.2.2.4.2.6.4.2.2.4.2.8.2h2q.2 0 .4-.2c.2 0 .2-.2.4-.2s.2-.2.4-.2.2-.2.4-.2.2-.2.2-.2l.2-.2c0-.2.2-.2.2-.4s.2-.2.2-.4.2-.2.2-.4 0-.2.2-.4v-2c0-.2-.2-.6-.2-.8-.2-.2-.2-.4-.4-.6-.2-.2-.4-.4-.4-.6L53.6 48l6.6-6.6c.2-.2.4-.4.4-.6.2-.2.2-.4.4-.6s.2-.4.2-.8v-2q0-.2-.2-.4c0-.2-.2-.2-.2-.4s-.2-.2-.2-.4-.2-.2-.2-.4-.2-.2-.2-.2l-.2-.2c-.2 0-.2-.2-.4-.2s-.2-.2-.4-.2-.2-.2-.4-.2-.2 0-.4-.2h-.8c.2 0 0-.2 0-.2Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"CloseCircleFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
CloseCircleFilled_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var CloseCircleOutlined_default = createSvgIcon(
|
|
3
|
+
'<defs><clipPath id="a"><path style="fill:none" d="M0 0h96v96H0z"/></clipPath><mask id="b" data-name="mask" x="0" y="0" width="96" height="96" maskUnits="userSpaceOnUse"><path d="M96 0H0v96h96V0Z" style="fill:#fff" data-name="mask0 18 205"/></mask></defs><g style="clip-path:url(#a)"><g style="mask:url(#b)"><path d="M48 8c11 0 20.4 4 28.2 11.8C84 27.6 88 37 88 48s-4 20.4-11.8 28.2C68.4 84 59 88 48 88s-20.4-4-28.2-11.8C12 68.4 8 59 8 48s4-20.4 11.8-28.2C27.6 12 37 8 48 8Zm0 8c-8.8 0-16.4 3.2-22.6 9.4C19.2 31.6 16 39.2 16 48s3.2 16.4 9.4 22.6C31.6 76.8 39.2 80 48 80s16.4-3.2 22.6-9.4C76.8 64.4 80 56.8 80 48s-3.2-16.4-9.4-22.6C64.4 19.2 56.8 16 48 16Zm9.6 18.4h1.2q.2 0 .4.2c.2 0 .2.2.4.2s.2.2.4.2.2.2.4.2.2.2.2.2l.2.2c0 .2.2.2.2.4s.2.2.2.4.2.2.2.4 0 .2.2.4v2c0 .2-.2.6-.2.8-.2.2-.2.4-.4.6-.2.2-.4.4-.4.6l-7 6.8 6.6 6.6c.2.2.4.4.4.6.2.2.2.4.4.6s.2.4.2.8v2q0 .2-.2.4c0 .2-.2.2-.2.4s-.2.2-.2.4-.2.2-.2.4-.2.2-.2.2l-.2.2c-.2 0-.2.2-.4.2s-.2.2-.4.2-.2.2-.4.2-.2 0-.4.2h-2c-.2 0-.6-.2-.8-.2-.2-.2-.4-.2-.6-.4s-.4-.4-.6-.4L48 53.6l-6.6 6.6c-.2.2-.4.4-.6.4-.2.2-.4.2-.6.4s-.4.2-.8.2h-2q-.2 0-.4-.2c-.2 0-.2-.2-.4-.2s-.2-.2-.4-.2-.2-.2-.4-.2-.2-.2-.2-.2l-.2-.2c0-.2-.2-.2-.2-.4s-.2-.2-.2-.4-.2-.2-.2-.4 0-.2-.2-.4v-2c0-.2.2-.6.2-.8s.2-.4.4-.6.4-.4.4-.6l6.6-6.6-6.6-6.6c-.2-.2-.4-.4-.4-.6-.2-.2-.2-.4-.4-.6s-.2-.4-.2-.8v-2q0-.2.2-.4c0-.2.2-.2.2-.4s.2-.2.2-.4.2-.2.2-.4.2-.2.2-.2l.2-.2c.2 0 .2-.2.4-.2s.2-.2.4-.2.2-.2.4-.2.2 0 .4-.2h2c.2 0 .6.2.8.2.2.2.4.2.6.4s.4.4.6.4L48 42l6.6-6.6c.2-.2.4-.4.6-.4.2-.2.4-.2.6-.4.2-.2.4-.2.8-.2.4.2.6 0 1 0Z" style="fill-rule:evenodd"/></g></g>',
|
|
4
|
+
"CloseCircleOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
CloseCircleOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var CommentFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M48 11c10.22 0 18.94 3.61 26.16 10.84C81.38 29.06 85 37.79 85 48s-3.61 18.94-10.84 26.16S58.21 85 48 85H22.22c-2.85 0-4.92-1.27-6.2-3.81-1.25-2.47-1.08-4.86.49-7.17l2.26-3.31C13.59 64.16 11 56.59 11 48c0-10.22 3.61-18.94 10.84-26.16C29.06 14.62 37.79 11 48 11ZM32.73 43.6c-2.46 0-4.47 1.97-4.47 4.4s1.83 4.23 4.15 4.39h.32c2.46.01 4.47-1.96 4.47-4.39 0-2.43-2-4.4-4.47-4.4Zm15.27 0c-2.46 0-4.47 1.97-4.47 4.4 0 2.33 1.83 4.23 4.15 4.39H48c2.46.01 4.47-1.96 4.47-4.39 0-2.43-2-4.4-4.47-4.4Zm15.27 0c-2.46 0-4.47 1.97-4.47 4.4 0 2.33 1.83 4.23 4.15 4.39h.32c2.46.01 4.47-1.96 4.47-4.39s-2-4.4-4.47-4.4Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"CommentFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
CommentFilled_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var CommentOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M74.16 21.84C66.94 14.62 58.21 11 48 11s-18.94 3.61-26.16 10.84C14.62 29.06 11 37.79 11 48c0 8.59 2.59 16.15 7.77 22.71l-2.26 3.31c-1.57 2.31-1.74 4.7-.49 7.17 1.28 2.54 3.35 3.81 6.2 3.81H48c10.22 0 18.94-3.61 26.16-10.84C81.38 66.94 85 58.21 85 48s-3.61-18.94-10.84-26.16Zm-46.67 5.65C33.15 21.83 39.99 19 48 19s14.84 2.83 20.51 8.49C74.17 33.15 77 39.99 77 48s-2.83 14.84-8.49 20.51C62.85 74.17 56.01 77 48 77H24.16l2.94-4.32c1.05-1.54.9-3.6-.37-4.97C21.58 62.15 19 55.58 19 48c0-8.01 2.83-14.84 8.49-20.51Zm4.92 24.9c-2.32-.16-4.15-2.07-4.15-4.39s2-4.4 4.47-4.4 4.47 1.97 4.47 4.4-2 4.4-4.47 4.4h-.32Zm15.27 0c-2.32-.16-4.15-2.07-4.15-4.39s2-4.4 4.47-4.4 4.47 1.97 4.47 4.4-2 4.4-4.47 4.4h-.32Zm15.27 0c-2.32-.16-4.15-2.07-4.15-4.39s2-4.4 4.47-4.4 4.47 1.97 4.47 4.4-2 4.4-4.47 4.4h-.32Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"CommentOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
CommentOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var CouponFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M88.4 39.6c-.7-12.6-3.6-20.6-9-24-3.8-2.4-12.7-3.5-26.8-3.5h-9.1c-14.1 0-23 1.1-26.8 3.5-5.5 3.4-8.4 11.4-8.9 24v.6c0 .1 0 .3.1.4.1.1.1.2.1.4 0 0 0 .1.1.2 0 .1.1.2.2.3.1.1.1.2.2.3.1.1.1.2.2.3l.3.3.3.3c.1.1.2.2.3.2.1.1.2.1.3.2.1.1.2.1.3.2.1 0 .2.1.4.1.1 0 .2.1.4.1.1 0 .2 0 .4.1h1.3c3 0 4.5 1.5 4.5 4.5s-1.5 4.5-4.5 4.5h-1.1c-.3 0-.5 0-.8.1-.2.1-.5.1-.7.2-.2.1-.4.2-.7.4-.2.1-.4.3-.6.5s-.3.4-.5.6c-.1.1-.2.4-.3.6-.1.2-.2.5-.2.7 0 .3-.1.5 0 .8.5 12.6 3.5 20.5 8.9 23.9 3.8 2.4 12.7 3.5 26.8 3.5h9c14.1 0 23-1.1 26.8-3.5 5.4-3.4 8.4-11.3 8.9-23.9v-.6c0-.3-.1-.5-.2-.7s-.2-.5-.3-.7c-.1-.2-.3-.4-.4-.6-.2-.2-.3-.4-.5-.5-.2-.2-.4-.3-.6-.4-.2-.1-.5-.2-.7-.3-.2-.1-.5-.1-.7-.1h-1.3c-3 0-4.5-1.5-4.5-4.5s1.5-4.5 4.5-4.5h1.1c.3 0 .5 0 .8-.1.2-.1.5-.1.7-.2.2-.1.4-.2.7-.4.3-.2.4-.3.6-.5.2-.2.3-.4.5-.6.1-.2.2-.4.3-.7.1-.2.2-.5.2-.7 0-.3.1-.5 0-.8Zm-27.5-7.2c0 .3 0 .5-.1.8 0 .3-.1.5-.2.8-.1.2-.2.5-.4.7-.1.2-.3.4-.5.6l-7.4 6.9h4.6c.1.1.3.1.4.1s.3.1.4.1c.2 0 .3 0 .4.1.2.1.3.1.4.2.1.1.2.1.3.2.1 0 .2.1.3.2l.3.3.3.3c0 .1.1.2.2.3.1.1.1.2.2.3.1.2.1.3.2.4 0 .2.1.3.1.4s.1.3.1.4c.1.1.1.3.1.4v.8c-.1.1-.1.3-.1.4s-.1.3-.1.4c0 .2 0 .3-.1.4-.1.2-.1.3-.2.4-.1.1-.1.2-.2.3 0 .1-.1.2-.2.3l-.3.3-.3.3c-.1 0-.2.1-.3.2s-.2.1-.3.2c-.2.1-.3.1-.4.2-.2 0-.3.1-.4.1s-.3.1-.4.1c-.1.1-.3.1-.4.1H52v2.2h5.1c.1.1.3.1.4.1s.3.1.4.1c.2 0 .3 0 .4.1.2.1.3.1.4.2.1.1.2.1.3.2.1 0 .2.1.3.2l.3.3.3.3c0 .1.1.2.2.3.1.1.1.2.2.3.1.2.1.3.2.4 0 .2.1.3.1.4s.1.3.1.4c.1.1.1.3.1.4v.4c0 .1.1.3 0 .4-.1.1-.1.3-.1.4s-.1.3-.1.4c0 .2 0 .3-.1.4-.1.2-.1.3-.2.4s-.1.2-.2.3c0 .1-.1.2-.2.3l-.3.3-.3.3c-.1 0-.2.1-.3.2-.1.1-.2.1-.3.2-.2.1-.3.1-.4.2-.2 0-.3.1-.4.1s-.3.1-.4.1c-.1.1-.3.1-.4.1h-4.9v4.4c-.1.1-.1.3-.1.4s-.1.3-.1.4c0 .2 0 .3-.1.4-.1.2-.1.3-.2.4-.1.1-.2.2-.2.3s-.1.2-.2.3l-.3.3-.3.3c-.1 0-.2.1-.3.2-.1.1-.2.1-.3.2-.2.1-.3.1-.4.2-.2 0-.3.1-.4.1s-.3.1-.4.1c-.1.1-.3.1-.4.1h-.8c-.1-.1-.3-.1-.4-.1s-.3-.1-.4-.1c-.2 0-.3 0-.4-.1-.2-.1-.3-.1-.4-.2-.1-.1-.2-.2-.3-.2s-.2-.1-.3-.2l-.3-.3-.3-.3c0-.1-.1-.2-.2-.3-.1-.1-.1-.2-.2-.3-.1-.2-.1-.3-.2-.4 0-.2-.1-.3-.1-.4s-.1-.3-.1-.4c-.1-.1-.1-.3-.1-.4v-3.9h-4.9c-.1-.1-.3-.1-.4-.1s-.3-.1-.4-.1q-.2 0-.4-.1c-.2-.1-.3-.1-.4-.2-.1-.1-.2-.1-.3-.2-.1 0-.2-.1-.3-.2l-.3-.3-.3-.3c0-.1-.1-.2-.2-.3-.1-.1-.1-.2-.2-.3-.1-.2-.1-.3-.2-.4 0-.2-.1-.3-.1-.4s-.1-.3-.1-.4c-.1-.1-.1-.3-.1-.4v-.8c.1-.1.1-.3.1-.4s.1-.3.1-.4c0-.2 0-.3.1-.4.1-.2.1-.3.2-.4.1-.1.2-.2.2-.3s.1-.2.2-.3l.3-.3.3-.3c.1 0 .2-.1.3-.2s.2-.1.3-.2c.2-.1.2-.2.4-.2s.3-.1.4-.1.3-.1.4-.1c.1-.1.3-.1.4-.1H44v-2.2h-5.1c-.1-.1-.3-.1-.4-.1s-.2-.1-.4-.1-.2 0-.4-.1-.3-.1-.4-.2c-.1-.1-.2-.1-.3-.2-.1 0-.2-.1-.3-.2l-.3-.3-.3-.3c0-.1-.1-.2-.2-.3-.1-.1-.1-.2-.2-.3-.1-.2-.1-.3-.2-.4 0-.2-.1-.3-.1-.4s-.1-.3-.1-.4c-.1-.1-.1-.3-.1-.4v-.8c.1-.1.1-.3.1-.4s.1-.3.1-.4c0-.2 0-.3.1-.4.1-.2.1-.3.2-.4s.1-.2.2-.3c0-.1.1-.2.2-.3l.3-.3.3-.3c.1 0 .2-.1.3-.2.1-.1.2-.1.3-.2.2-.1.3-.1.4-.2.2 0 .3-.1.4-.1s.3-.1.4-.1c.1-.1.3-.1.4-.1h4.6l-7.4-6.9c-.2-.2-.3-.4-.5-.6-.2-.2-.3-.4-.4-.7-.1-.3-.1-.5-.2-.8s-.1-.5-.1-.8v-.4c.1-.1.1-.3.1-.4s.1-.3.1-.4c0-.2 0-.3.1-.4.1-.2.1-.3.2-.4.1-.1.1-.2.2-.3 0-.1.1-.2.2-.3l.3-.3.3-.3c.1 0 .2-.1.3-.2.1-.1.2-.1.3-.2.2-.1.3-.1.4-.2.2 0 .3-.1.4-.1s.3-.1.4-.1c.1-.1.3-.1.4-.1h.4c.3 0 .6.1.8.1s.5.1.7.2c.3.1.5.2.7.3.2.2.4.3.6.5l6.2 5.8 6-6.3c.2-.2.4-.4.6-.5.2-.1.5-.2.7-.3s.5-.2.7-.2c.3-.1.5-.1.8-.1h.4c.1.1.3.1.4.1s.3.1.4.1c.2 0 .3 0 .4.1.2.1.3.1.4.2.1.1.2.1.3.2.1 0 .2.1.3.2l.3.3.3.3c0 .1.1.2.2.3.1.1.1.2.2.3.1.2.1.3.2.4 0 .2.1.3.1.4s.1.3.1.4c.1.1.1.3.1.4v.4Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"CouponFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
CouponFilled_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var ExtractOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M68 12c11.05 0 20 8.95 20 20v32c0 11.05-8.95 20-20 20H28C16.95 84 8 75.05 8 64V32c0-11.05 8.95-20 20-20h40Zm-40 8c-6.63 0-12 5.37-12 12v32c0 6.63 5.37 12 12 12h2V20h-2Zm38 56h2c6.63 0 12-5.37 12-12V32c0-6.63-5.37-12-12-12h-2v56Zm-28 0h20V20H38v56ZM23 41c2.21 0 4 1.79 4 4v6c0 2.21-1.79 4-4 4s-4-1.79-4-4v-6c0-2.21 1.79-4 4-4Zm50 0c2.21 0 4 1.79 4 4v6c0 2.21-1.79 4-4 4s-4-1.79-4-4v-6c0-2.21 1.79-4 4-4Z"/>',
|
|
4
|
+
"ExtractOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
ExtractOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var FullScreenOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M66 50c2.21 0 4 1.79 4 4v6c0 5.52-4.48 10-10 10h-6c-2.21 0-4-1.79-4-4s1.79-4 4-4h6c1.1 0 2-.9 2-2v-6c0-2.21 1.79-4 4-4ZM42 26c2.21 0 4 1.79 4 4s-1.79 4-4 4h-6c-1.1 0-2 .9-2 2v6c0 2.21-1.79 4-4 4s-4-1.79-4-4v-6c0-5.52 4.48-10 10-10h6Z"/><path d="M64 10c12.15 0 22 9.85 22 22v32c0 12.15-9.85 22-22 22H32c-12.15 0-22-9.85-22-22V32c0-12.15 9.85-22 22-22h32Zm-32 8c-7.73 0-14 6.27-14 14v32c0 7.73 6.27 14 14 14h32c7.73 0 14-6.27 14-14V32c0-7.73-6.27-14-14-14H32Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"FullScreenOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
FullScreenOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var HeartAddOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="m42.69 81.48 1.83 1.02c.59.33 1.26.5 1.94.5a3.97 3.97 0 0 0 1.93-7.44l-1.6-.89s-.1-.07-.16-.12C30.68 62.72 20.89 52.47 17.27 43.78c0-.02-.02-.04-.02-.06-.02-.06-.04-.11-.06-.17-.83-2.02-1.24-4.2-1.24-6.52 0-4.74 1.61-8.78 4.84-12.13 3.19-3.31 7.02-4.96 11.49-4.96 4.86 0 8.74 1.55 11.63 4.66.72.77 1.71 1.23 2.77 1.26 1.05.04 2.08-.34 2.85-1.06l.21-.21c2.88-3.1 6.76-4.65 11.62-4.65 4.47 0 8.3 1.65 11.49 4.96 3.23 3.35 4.85 7.39 4.85 12.13 0 2.19 1.78 3.97 3.97 3.97s3.97-1.78 3.97-3.97c0-6.87-2.36-12.76-7.07-17.65-4.75-4.93-10.49-7.39-17.21-7.39-5.71 0-10.55 1.52-14.54 4.55-3.99-3.03-8.83-4.55-14.53-4.55-6.72 0-12.46 2.46-17.21 7.39-4.71 4.89-7.07 10.77-7.07 17.65 0 3.34.6 6.48 1.8 9.45.05.15.11.28.16.41 4.2 10.02 14.85 21.37 31.94 34.04.18.13.28.2.29.22.16.12.32.23.5.33ZM17.24 43.7s-.02-.04-.03-.08c.01.03.02.05.03.08Zm49.63 4.05c0-2.19 1.78-3.97 3.97-3.97s3.97 1.78 3.97 3.97v9.21h9.21c2.19 0 3.97 1.78 3.97 3.97s-1.78 3.97-3.97 3.97h-9.21v9.21c0 2.19-1.78 3.97-3.97 3.97s-3.97-1.78-3.97-3.97V64.9h-9.21c-2.19 0-3.97-1.78-3.97-3.97s1.78-3.97 3.97-3.97h9.21v-9.21Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"HeartAddOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
HeartAddOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var HeartFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M52.14 82.45c-.36.2-.71.41-1.06.63-.95.61-1.98.91-3.09.91-1.1 0-2.13-.3-3.08-.91-.34-.22-.7-.43-1.06-.63-.17-.1-.34-.21-.5-.33-.01-.01-.11-.08-.29-.22-17.18-12.85-27.87-24.36-32.09-34.52-.06-.13-.11-.26-.16-.41C9.6 43.96 9 40.77 9 37.39c0-6.97 2.37-12.94 7.1-17.9 4.77-5 10.54-7.5 17.29-7.5 5.73 0 10.6 1.54 14.6 4.61 4.01-3.07 8.87-4.61 14.6-4.61 6.76 0 12.52 2.5 17.29 7.5 4.73 4.96 7.1 10.92 7.1 17.89 0 3.38-.6 6.58-1.81 9.59-.05.14-.11.28-.16.41-4.22 10.16-14.92 21.67-32.1 34.52-.18.13-.28.21-.29.22-.16.12-.32.23-.5.33Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"HeartFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
HeartFilled_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var HeartOutlined_default = createSvgIcon(
|
|
3
|
+
'<path d="M52.14 82.45c-.36.2-.71.41-1.06.63-.95.61-1.98.91-3.09.91-1.1 0-2.13-.3-3.08-.91-.34-.22-.7-.43-1.06-.63-.17-.1-.34-.21-.5-.33-.01-.01-.11-.08-.29-.22-17.18-12.85-27.87-24.36-32.09-34.52-.06-.13-.11-.26-.16-.41C9.6 43.96 9 40.77 9 37.39c0-6.97 2.37-12.94 7.1-17.9 4.77-5 10.54-7.5 17.29-7.5 5.73 0 10.6 1.54 14.6 4.61 4.01-3.07 8.87-4.61 14.6-4.61 6.76 0 12.52 2.5 17.29 7.5 4.73 4.96 7.1 10.92 7.1 17.89 0 3.38-.6 6.58-1.81 9.59-.05.14-.11.28-.16.41-4.22 10.16-14.92 21.67-32.1 34.52-.18.13-.28.21-.29.22-.16.12-.32.23-.5.33Zm-3.96-7.02c-.06.05-.12.09-.17.12h-.02c-.05-.04-.1-.08-.17-.13-16.03-11.99-25.86-22.39-29.5-31.2 0-.02-.02-.04-.02-.06-.02-.06-.04-.11-.06-.17-.83-2.05-1.25-4.26-1.25-6.61 0-4.81 1.62-8.91 4.87-12.3 3.2-3.35 7.05-5.03 11.55-5.03 4.89 0 8.78 1.57 11.68 4.72.72.78 1.72 1.24 2.78 1.28a3.94 3.94 0 0 0 2.86-1.08c.07-.07.14-.14.2-.21 2.9-3.15 6.79-4.72 11.68-4.72 4.49 0 8.34 1.68 11.55 5.03 3.24 3.4 4.87 7.5 4.87 12.3 0 2.36-.42 4.56-1.25 6.61-.02.05-.04.11-.06.16 0 .02-.02.04-.03.07-3.64 8.81-13.47 19.21-29.5 31.2Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"HeartOutlinedIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
HeartOutlined_default as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import createSvgIcon from "../utils/createSvgIcon";
|
|
2
|
+
var HelpCircleFilled_default = createSvgIcon(
|
|
3
|
+
'<path d="M48 88a42.732 42.732 0 0 0 3.92-.19c.65-.06 1.3-.14 1.95-.24.65-.1 1.29-.21 1.93-.34.64-.13 1.28-.27 1.92-.43a37.423 37.423 0 0 0 3.75-1.14c.62-.22 1.23-.46 1.83-.71s1.2-.52 1.79-.8c.59-.28 1.18-.57 1.75-.88.58-.31 1.15-.63 1.71-.97.56-.34 1.11-.69 1.66-1.05.54-.36 1.08-.74 1.61-1.13.53-.39 1.04-.79 1.55-1.21.51-.42 1-.84 1.49-1.28.49-.44.96-.89 1.42-1.35.46-.46.91-.94 1.35-1.42.44-.49.87-.98 1.28-1.49.42-.51.82-1.02 1.21-1.55s.77-1.06 1.13-1.61c.36-.54.71-1.1 1.05-1.66.34-.56.66-1.13.97-1.71.31-.58.6-1.16.88-1.75.28-.59.55-1.19.8-1.79a40.668 40.668 0 0 0 1.33-3.69 41.024 41.024 0 0 0 .95-3.81c.13-.64.24-1.29.34-1.93.1-.65.18-1.3.24-1.95A42.017 42.017 0 0 0 88 48a42.732 42.732 0 0 0-.19-3.92c-.06-.65-.14-1.3-.24-1.95-.1-.65-.21-1.29-.34-1.93-.13-.64-.27-1.28-.43-1.92a37.423 37.423 0 0 0-1.14-3.75c-.22-.62-.46-1.23-.71-1.83s-.52-1.2-.8-1.79-.57-1.18-.88-1.75c-.31-.58-.63-1.15-.97-1.71-.34-.56-.69-1.11-1.05-1.66-.36-.54-.74-1.08-1.13-1.61-.39-.53-.79-1.04-1.21-1.55-.42-.51-.84-1-1.28-1.49-.44-.49-.89-.96-1.35-1.42-.46-.46-.94-.91-1.42-1.35-.49-.44-.98-.87-1.49-1.28-.51-.42-1.02-.82-1.55-1.21s-1.06-.77-1.61-1.13c-.54-.36-1.1-.71-1.66-1.05-.56-.34-1.13-.66-1.71-.97-.58-.31-1.16-.6-1.75-.88-.59-.28-1.19-.55-1.79-.8a40.668 40.668 0 0 0-3.69-1.33 41.024 41.024 0 0 0-3.81-.95c-.64-.13-1.29-.24-1.93-.34-.65-.1-1.3-.18-1.95-.24A42.017 42.017 0 0 0 48 8a42.732 42.732 0 0 0-3.92.19c-.65.06-1.3.14-1.95.24-.65.1-1.29.21-1.93.34-.64.13-1.28.27-1.92.43a37.423 37.423 0 0 0-3.75 1.14c-.62.22-1.23.46-1.83.71s-1.2.52-1.79.8c-.59.28-1.18.57-1.75.88-.58.31-1.15.63-1.71.97-.56.34-1.11.69-1.66 1.05-.54.36-1.08.74-1.61 1.13-.53.39-1.04.79-1.55 1.21-.51.42-1 .84-1.49 1.28-.49.44-.96.89-1.42 1.35s-.91.94-1.35 1.42c-.44.49-.87.98-1.28 1.49-.42.51-.82 1.02-1.21 1.55s-.77 1.06-1.13 1.61c-.36.54-.71 1.1-1.05 1.66-.34.56-.66 1.13-.97 1.71-.31.58-.6 1.16-.88 1.75-.28.59-.55 1.19-.8 1.79a40.668 40.668 0 0 0-1.33 3.69 41.024 41.024 0 0 0-.95 3.81c-.13.64-.24 1.29-.34 1.93-.1.65-.18 1.3-.24 1.95A42.017 42.017 0 0 0 8 48a42.732 42.732 0 0 0 .19 3.92c.06.65.14 1.3.24 1.95.1.65.21 1.29.34 1.93.13.64.27 1.28.43 1.92a37.423 37.423 0 0 0 1.14 3.75c.22.62.46 1.23.71 1.83s.52 1.2.8 1.79c.28.59.57 1.18.88 1.75.31.58.63 1.15.97 1.71.34.56.69 1.11 1.05 1.66.36.54.74 1.08 1.13 1.61.39.53.79 1.04 1.21 1.55.42.51.84 1 1.28 1.49.44.49.89.96 1.35 1.42.46.46.94.91 1.42 1.35.49.44.98.87 1.49 1.28.51.42 1.02.82 1.55 1.21s1.06.77 1.61 1.13c.54.36 1.1.71 1.66 1.05.56.34 1.13.66 1.71.97.58.31 1.16.6 1.75.88s1.19.55 1.79.8a40.668 40.668 0 0 0 3.69 1.33 41.024 41.024 0 0 0 3.81.95c.64.13 1.29.24 1.93.34.65.1 1.3.18 1.95.24A42.017 42.017 0 0 0 48 88ZM36 39.46c-.08-2.86 1.02-5.46 3.29-7.78 2.39-2.45 5.26-3.68 8.6-3.68s6.17 1.18 8.59 3.53C58.83 33.81 60 36.4 60 39.31v.17c-.06 2.72-.78 5.18-2.17 7.37-.76 1.2-2.01 2.63-3.73 4.27-.97.93-1.59 1.58-1.86 1.97-.23.34-.35.66-.35.98 0 2.18-1.79 3.94-4 3.94-1.06 0-2.08-.42-2.83-1.15a3.912 3.912 0 0 1-1.17-2.79c0-1.93.58-3.73 1.73-5.41.58-.84 1.55-1.9 2.92-3.21 1.25-1.19 2.09-2.12 2.51-2.78.61-.96.93-2.08.96-3.36 0-.71-.38-1.43-1.14-2.17-.86-.84-1.85-1.26-2.97-1.26s-2.01.42-2.83 1.26c-.72.74-1.08 1.44-1.06 2.11v.11c0 2.18-1.79 3.94-4 3.94s-3.94-1.7-4-3.83ZM52 66c0 2.21-1.79 4-4 4s-4-1.79-4-4 1.79-4 4-4 4 1.79 4 4Z" style="fill-rule:evenodd"/>',
|
|
4
|
+
"HelpCircleFilledIcon"
|
|
5
|
+
);
|
|
6
|
+
export {
|
|
7
|
+
HelpCircleFilled_default as default
|
|
8
|
+
};
|