@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
|
@@ -0,0 +1,37 @@
|
|
|
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 HelpCircleOutlined_exports = {};
|
|
29
|
+
__export(HelpCircleOutlined_exports, {
|
|
30
|
+
default: () => HelpCircleOutlined_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(HelpCircleOutlined_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var HelpCircleOutlined_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<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.37S16 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 48s-3.12-16.38-9.37-22.63C64.38 19.12 56.84 16 48 16ZM36 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-.83 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"/>',
|
|
36
|
+
"HelpCircleOutlinedIcon"
|
|
37
|
+
);
|
|
@@ -0,0 +1,37 @@
|
|
|
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 LinkOutlined_exports = {};
|
|
29
|
+
__export(LinkOutlined_exports, {
|
|
30
|
+
default: () => LinkOutlined_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(LinkOutlined_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var LinkOutlined_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<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 221"/></mask></defs><g style="clip-path:url(#a)"><g style="mask:url(#b)"><path d="m73.84 42.07 3.89-3.89C81.24 34.67 83 30.42 83 25.45s-1.76-9.21-5.27-12.73C74.22 9.21 69.97 7.45 65 7.45s-9.21 1.76-12.73 5.27L35.3 29.69c-3.51 3.51-5.27 7.76-5.27 12.73s1.76 9.21 5.27 12.73a4.008 4.008 0 0 0 5.66 0 4.004 4.004 0 0 0 0-5.66c-1.95-1.95-2.93-4.31-2.93-7.07s.98-5.12 2.93-7.07l16.97-16.97c1.95-1.95 4.31-2.93 7.07-2.93s5.12.98 7.07 2.93c1.95 1.95 2.93 4.31 2.93 7.07s-.98 5.12-2.93 7.07l-3.89 3.89a4.008 4.008 0 0 0 0 5.66 4.008 4.008 0 0 0 5.66 0Zm-57.28 6.37-3.89 3.89C9.16 55.84 7.4 60.09 7.4 65.06s1.76 9.21 5.27 12.73c3.51 3.51 7.76 5.27 12.73 5.27s9.21-1.76 12.73-5.27L55.1 60.82c3.51-3.51 5.27-7.76 5.27-12.73s-1.76-9.21-5.27-12.73a4.008 4.008 0 0 0-5.66 0 4.004 4.004 0 0 0 0 5.66c1.95 1.95 2.93 4.31 2.93 7.07s-.98 5.12-2.93 7.07L32.47 72.13c-1.95 1.95-4.31 2.93-7.07 2.93s-5.12-.98-7.07-2.93c-1.95-1.95-2.93-4.31-2.93-7.07s.98-5.12 2.93-7.07l3.89-3.89a4.008 4.008 0 0 0 0-5.66 4.008 4.008 0 0 0-5.66 0Z" style="fill-rule:evenodd"/></g></g>',
|
|
36
|
+
"LinkOutlinedIcon"
|
|
37
|
+
);
|
|
@@ -0,0 +1,37 @@
|
|
|
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 LocationFilled_exports = {};
|
|
29
|
+
__export(LocationFilled_exports, {
|
|
30
|
+
default: () => LocationFilled_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(LocationFilled_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var LocationFilled_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="M48 8c10.01 0 18.46 3.26 25.35 9.78C80.45 24.51 84 32.95 84 43.13c0 10.97-7.35 23.39-22.04 37.29-4.19 3.96-7.47 6.29-9.85 6.98-2.73.8-5.47.8-8.21 0-2.38-.7-5.67-3.03-9.85-6.98-14.7-13.89-22.04-26.32-22.04-37.29 0-10.17 3.55-18.62 10.65-25.35C29.55 11.26 37.99 8 48.01 8Zm-.59 24.01c-.2 0-.39.02-.59.04-.2.02-.39.04-.58.07-.19.03-.39.06-.58.1-.19.04-.38.08-.58.13-.19.05-.38.1-.57.16-.19.06-.37.12-.56.18-.18.07-.37.14-.55.21l-.54.24c-.18.08-.35.17-.53.26-.17.09-.34.19-.51.29-.17.1-.33.21-.5.32-.16.11-.32.22-.48.34-.16.12-.31.24-.46.36-.15.12-.3.25-.45.38-.15.13-.29.27-.43.41-.14.14-.27.28-.41.43-.13.15-.26.29-.38.45-.12.15-.25.31-.36.46-.12.16-.23.32-.34.48-.11.16-.21.33-.32.5-.1.17-.2.34-.29.51-.09.17-.18.35-.26.53l-.24.54c-.08.18-.15.36-.21.55-.07.18-.13.37-.18.56-.06.19-.11.38-.16.57-.05.19-.09.38-.13.58-.04.19-.07.39-.1.58-.03.19-.05.39-.07.58-.02.2-.03.39-.04.59 0 .2-.01.39-.01.59s0 .39.01.59c0 .2.02.39.04.59.02.2.04.39.07.58.03.19.06.39.1.58.04.19.08.38.13.58.05.19.1.38.16.57.06.19.12.37.18.56.07.18.14.37.21.55l.24.54c.08.18.17.35.26.53.09.17.19.34.29.51.1.17.21.33.32.5.11.16.22.32.34.48.12.16.24.31.36.46.12.15.25.3.38.45.13.15.27.29.41.43.14.14.28.27.43.41.15.13.29.26.45.38.15.12.31.25.46.36.16.12.32.23.48.34.16.11.33.21.5.32.17.1.34.2.51.29.17.09.35.18.53.26l.54.24c.18.08.36.15.55.21.18.07.37.13.56.18.19.06.38.11.57.16.19.05.38.09.58.13.19.04.39.07.58.1.19.03.39.05.58.07.2.02.39.03.59.04.2 0 .39.01.59.01s.39 0 .59-.01c.2 0 .39-.02.59-.04.2-.02.39-.04.58-.07.19-.03.39-.06.58-.1.19-.04.38-.08.58-.13.19-.05.38-.1.57-.16.19-.06.37-.12.56-.18.18-.07.37-.14.55-.21l.54-.24c.18-.08.35-.17.53-.26.17-.09.34-.19.51-.29.17-.1.33-.21.5-.32.16-.11.32-.22.48-.34.16-.12.31-.24.46-.36.15-.12.3-.25.45-.38.15-.13.29-.27.43-.41.14-.14.27-.28.41-.43.13-.15.26-.29.38-.45.12-.15.25-.31.36-.46.12-.16.23-.32.34-.48.11-.16.21-.33.32-.5.1-.17.2-.34.29-.51.09-.17.18-.35.26-.53l.24-.54c.08-.18.15-.36.21-.55.07-.18.13-.37.18-.56.06-.19.11-.38.16-.57.05-.19.09-.38.13-.58.04-.19.07-.39.1-.58.03-.19.05-.39.07-.58.02-.2.03-.39.04-.59 0-.2.01-.39.01-.59s0-.39-.01-.59c0-.2-.02-.39-.04-.59-.02-.2-.04-.39-.07-.58-.03-.19-.06-.39-.1-.58-.04-.19-.08-.38-.13-.58-.05-.19-.1-.38-.16-.57-.06-.19-.12-.37-.18-.56-.07-.18-.14-.37-.21-.55l-.24-.54c-.08-.18-.17-.35-.26-.53a13.2 13.2 0 0 0-.29-.51c-.1-.17-.21-.33-.32-.5-.11-.16-.22-.32-.34-.48-.12-.16-.24-.31-.36-.46-.12-.15-.25-.3-.38-.45-.13-.15-.27-.29-.41-.43-.14-.14-.28-.27-.43-.41-.15-.13-.29-.26-.45-.38-.15-.12-.31-.25-.46-.36-.16-.12-.32-.23-.48-.34-.16-.11-.33-.21-.5-.32-.17-.1-.34-.2-.51-.29-.17-.09-.35-.18-.53-.26l-.54-.24c-.18-.08-.36-.15-.55-.21-.18-.07-.37-.13-.56-.18-.19-.06-.38-.11-.57-.16a9.86 9.86 0 0 0-.58-.13c-.19-.04-.39-.07-.58-.1-.19-.03-.39-.05-.58-.07-.2-.02-.39-.03-.59-.04-.2 0-.39-.01-.59-.01s-.39 0-.59.01Z" style="fill-rule:evenodd"/>',
|
|
36
|
+
"LocationFilledIcon"
|
|
37
|
+
);
|
|
@@ -0,0 +1,37 @@
|
|
|
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 LocationOutlined_exports = {};
|
|
29
|
+
__export(LocationOutlined_exports, {
|
|
30
|
+
default: () => LocationOutlined_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(LocationOutlined_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var LocationOutlined_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<defs><style>.b{fill-rule:evenodd}</style></defs><path class="b" d="M48 28c8.84 0 16 7.16 16 16s-7.16 16-16 16-16-7.16-16-16 7.16-16 16-16Zm0 8c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8Z"/><path class="b" d="M48 8c19.59 0 36 14.39 36 35.17 0 7.8-4.64 16.02-9.78 22.91-5.28 7.08-11.74 13.58-16.54 18.05-5.53 5.15-13.84 5.15-19.37 0-4.8-4.47-11.25-10.97-16.53-18.05C16.64 59.19 12 50.96 12 43.17 12 22.4 28.4 8 48 8Zm0 8.03c-15.83 0-28.15 11.36-28.15 27.13 0 4.94 3.16 11.32 8.17 18.04 4.87 6.53 10.94 12.66 15.58 16.99 2.53 2.36 6.26 2.36 8.8 0 4.64-4.33 10.71-10.46 15.58-16.99 5.01-6.72 8.17-13.1 8.17-18.04 0-15.77-12.32-27.13-28.15-27.13Z"/>',
|
|
36
|
+
"LocationOutlinedIcon"
|
|
37
|
+
);
|
|
@@ -0,0 +1,37 @@
|
|
|
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 PauseFilled_exports = {};
|
|
29
|
+
__export(PauseFilled_exports, {
|
|
30
|
+
default: () => PauseFilled_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(PauseFilled_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var PauseFilled_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="M31.76 12c4.42 0 8 3.58 8 8v56c0 4.42-3.58 8-8 8H19c-4.42 0-8-3.58-8-8V20c0-4.42 3.58-8 8-8h12.76ZM77 12c4.42 0 8 3.58 8 8v56c0 4.42-3.58 8-8 8H64.24c-4.42 0-8-3.58-8-8V20c0-4.42 3.58-8 8-8H77Z"/>',
|
|
36
|
+
"PauseFilledIcon"
|
|
37
|
+
);
|
|
@@ -0,0 +1,37 @@
|
|
|
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 PauseOutlined_exports = {};
|
|
29
|
+
__export(PauseOutlined_exports, {
|
|
30
|
+
default: () => PauseOutlined_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(PauseOutlined_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var PauseOutlined_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<defs><style>.b{fill-rule:evenodd}</style></defs><path class="b" d="M30 12c5.52 0 10 4.48 10 10v52c0 5.52-4.48 10-10 10h-9c-5.52 0-10-4.48-10-10V22c0-5.52 4.48-10 10-10h9Zm-9 8c-1.1 0-2 .9-2 2v52c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2V22c0-1.1-.9-2-2-2h-9ZM75 12c5.52 0 10 4.48 10 10v52c0 5.52-4.48 10-10 10h-9c-5.52 0-10-4.48-10-10V22c0-5.52 4.48-10 10-10h9Zm-9 8c-1.1 0-2 .9-2 2v52c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2V22c0-1.1-.9-2-2-2h-9Z"/>',
|
|
36
|
+
"PauseOutlinedIcon"
|
|
37
|
+
);
|
|
@@ -0,0 +1,37 @@
|
|
|
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 PlayFilled_exports = {};
|
|
29
|
+
__export(PlayFilled_exports, {
|
|
30
|
+
default: () => PlayFilled_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(PlayFilled_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var PlayFilled_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="M14 22.22c0-9.53 10.66-15.38 18.96-10.41l43.08 25.78c7.95 4.76 7.95 16.06 0 20.81L32.96 84.18C24.66 89.15 14 83.3 14 73.77V22.22Z"/>',
|
|
36
|
+
"PlayFilledIcon"
|
|
37
|
+
);
|
|
@@ -0,0 +1,37 @@
|
|
|
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 PlayOutlined_exports = {};
|
|
29
|
+
__export(PlayOutlined_exports, {
|
|
30
|
+
default: () => PlayOutlined_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(PlayOutlined_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var PlayOutlined_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="M14 24.93C14 13.24 26.86 6.16 36.8 12.2l38.01 23.07c9.58 5.81 9.58 19.65 0 25.46L36.8 83.8C26.85 89.84 14 82.76 14 71.07V24.93Zm8 46.14c0 5.35 5.95 8.75 10.65 5.89l38.01-23.07c4.45-2.7 4.45-9.09 0-11.78L32.65 19.04c-4.7-2.85-10.65.54-10.65 5.89v46.14Z"/>',
|
|
36
|
+
"PlayOutlinedIcon"
|
|
37
|
+
);
|
|
@@ -0,0 +1,37 @@
|
|
|
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 QRCodeOutlined_exports = {};
|
|
29
|
+
__export(QRCodeOutlined_exports, {
|
|
30
|
+
default: () => QRCodeOutlined_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(QRCodeOutlined_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var QRCodeOutlined_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="M31 52c6.63 0 12 5.37 12 12v10c0 6.63-5.37 12-12 12H21c-6.63 0-12-5.37-12-12V64c0-6.63 5.37-12 12-12h10Zm30 4c2.21 0 4 1.79 4 4v20c0 2.21-1.79 4-4 4s-4-1.79-4-4V60c0-2.21 1.79-4 4-4Zm18 0c2.21 0 4 1.79 4 4v20c0 2.21-1.79 4-4 4s-4-1.79-4-4V60c0-2.21 1.79-4 4-4Zm-58 4c-2.21 0-4 1.79-4 4v10c0 2.21 1.79 4 4 4h10c2.21 0 4-1.79 4-4V64c0-2.21-1.79-4-4-4H21ZM31 8c6.63 0 12 5.37 12 12v10c0 6.63-5.37 12-12 12H21c-6.63 0-12-5.37-12-12V20c0-6.63 5.37-12 12-12h10Zm44 0c6.63 0 12 5.37 12 12v10c0 6.63-5.37 12-12 12H65c-6.63 0-12-5.37-12-12V20c0-6.63 5.37-12 12-12h10Zm-54 8c-2.21 0-4 1.79-4 4v10c0 2.21 1.79 4 4 4h10c2.21 0 4-1.79 4-4V20c0-2.21-1.79-4-4-4H21Zm44 0c-2.21 0-4 1.79-4 4v10c0 2.21 1.79 4 4 4h10c2.21 0 4-1.79 4-4V20c0-2.21-1.79-4-4-4H65Z"/>',
|
|
36
|
+
"QRCodeOutlinedIcon"
|
|
37
|
+
);
|
|
@@ -0,0 +1,37 @@
|
|
|
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 ReportOutlined_exports = {};
|
|
29
|
+
__export(ReportOutlined_exports, {
|
|
30
|
+
default: () => ReportOutlined_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(ReportOutlined_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var ReportOutlined_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="M48 8c-2.21 0-4 1.79-4 4v6c0 2.21 1.79 4 4 4s4-1.79 4-4v-6c0-2.21-1.79-4-4-4Zm22 4.54c-1.91-1.1-4.36-.45-5.46 1.46l-3 5.2c-1.1 1.91-.45 4.36 1.46 5.46 1.91 1.1 4.36.45 5.46-1.46l3-5.2c1.1-1.91.45-4.36-1.46-5.46ZM24.54 18c-1.1-1.91-.45-4.36 1.46-5.46 1.91-1.1 4.36-.45 5.46 1.46l3 5.2c1.1 1.91.45 4.36-1.46 5.46-1.91 1.1-4.36.45-5.46-1.46l-3-5.2Zm2.25 18.79C20.93 42.65 18 49.72 18 58v22h-2c-2.21 0-4 1.79-4 4s1.79 4 4 4h64c2.21 0 4-1.79 4-4s-1.79-4-4-4h-2V58c0-8.28-2.93-15.36-8.79-21.21C63.35 30.93 56.28 28 48 28s-15.36 2.93-21.21 8.79ZM26 80V58c0-6.08 2.15-11.26 6.44-15.56C36.74 38.14 41.92 36 48 36s11.26 2.15 15.56 6.44C67.86 46.74 70 51.92 70 58v22H26Z" style="fill-rule:evenodd"/>',
|
|
36
|
+
"ReportOutlinedIcon"
|
|
37
|
+
);
|
|
@@ -0,0 +1,37 @@
|
|
|
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 SeatFilled_exports = {};
|
|
29
|
+
__export(SeatFilled_exports, {
|
|
30
|
+
default: () => SeatFilled_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(SeatFilled_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var SeatFilled_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="M76.67 44.57c2.27-2.76 6.32-3.13 9.03-.82a6.58 6.58 0 0 1 1.75 7.61l-7.65 17.7s-.03.06-.04.09l-4.19 10.04c-1.21 2.91-4.02 4.8-7.13 4.8H27.55c-3.11 0-5.92-1.89-7.13-4.8l-4.19-10.04s-.03-.06-.04-.09l-7.65-17.7a6.58 6.58 0 0 1 1.75-7.61 6.33 6.33 0 0 1 9.03.82l8.67 10.55c.75.91 2.12.97 3.07.27 3.86-2.86 9.5-4.28 16.93-4.28s13.08 1.43 16.93 4.28c.95.7 2.32.65 3.07-.27l8.67-10.55Z"/><path d="M59.03 12c9.75 0 17.66 8.04 17.66 17.95v8.19c-1.41.7-2.67 1.72-3.76 3.05l-5.91 7.18c-.62.75-1.68.94-2.55.53-4.32-2.04-9.73-3.07-16.24-3.07S36.3 46.85 31.99 48.9c-.88.42-1.94.22-2.56-.53l-5.9-7.18c-1.21-1.47-2.62-2.56-4.22-3.26v-7.98c0-9.91 7.91-17.95 17.66-17.95h22.06Z"/>',
|
|
36
|
+
"SeatFilledIcon"
|
|
37
|
+
);
|
|
@@ -0,0 +1,37 @@
|
|
|
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 SeatOutlined_exports = {};
|
|
29
|
+
__export(SeatOutlined_exports, {
|
|
30
|
+
default: () => SeatOutlined_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(SeatOutlined_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var SeatOutlined_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="M57.68 12c5.46 0 10.13 1.96 13.99 5.89 3.86 3.93 5.8 8.66 5.8 14.22v6.46c2.58-.18 4.87.58 6.87 2.28 3.72 3.17 4.6 7.01 2.65 11.52l-6.86 15.85v.02l-.02.03-3.75 8.98C74.48 81.75 71.13 84 66.32 84H29.67c-4.81 0-8.16-2.25-10.04-6.75l-3.75-9-6.87-15.89c-1.95-4.51-1.07-8.35 2.65-11.52 1.89-1.61 4.05-2.38 6.46-2.3V32.1c0-5.55 1.93-10.29 5.8-14.22 3.86-3.93 8.53-5.89 13.99-5.89h19.77Zm20.27 34.59c-.49.04-.9.26-1.21.64l-9.03 10.98a3.928 3.928 0 0 1-5.81.28c-2.65-2.65-7.28-3.97-13.9-3.97s-11.25 1.33-13.9 3.97a3.928 3.928 0 0 1-5.81-.28l-9.03-10.98c-.32-.38-.72-.6-1.21-.64-.49-.04-.93.09-1.31.42-.68.58-.85 1.29-.49 2.12L23.12 65l.04.1v.02l3.76 9c.51 1.23 1.43 1.85 2.75 1.85h36.66c1.32 0 2.24-.62 2.75-1.85l3.76-9.01.03-.08.02-.04 6.86-15.85c.36-.83.2-1.54-.49-2.12-.38-.32-.81-.46-1.31-.42ZM37.91 20.04c-3.28 0-6.08 1.18-8.4 3.53-2.32 2.36-3.48 5.2-3.48 8.53v10.82l5.91 7.19s.05-.03.07-.04c.21-.12.42-.25.63-.37.06-.03.13-.07.19-.1.2-.11.41-.21.61-.31.03-.02.07-.04.1-.05.23-.11.47-.22.71-.33.08-.04.16-.07.24-.1.5-.21 1.01-.41 1.54-.59.05-.02.1-.04.16-.05.55-.18 1.11-.35 1.69-.51.08-.02.16-.04.23-.06.26-.07.52-.13.78-.19.03 0 .06-.01.09-.02.11-.02.22-.05.33-.07.3-.07.61-.13.93-.18.14-.03.28-.05.42-.07.29-.05.58-.1.88-.14l.42-.06c.43-.06.87-.11 1.31-.16h.12c.38-.04.77-.07 1.17-.1l.54-.03c.33-.02.66-.03.99-.05.15 0 .3-.01.44-.02.47-.01.96-.02 1.44-.02s.97 0 1.44.02c.15 0 .3.01.44.02.34.01.67.03 1 .05l.54.03c.4.03.79.06 1.18.1h.12c.45.04.88.1 1.31.16l.42.06c.3.04.59.09.88.14.14.02.28.05.42.07a23.312 23.312 0 0 1 1.23.25c.05.01.1.02.15.04l.74.18.24.06c.56.15 1.11.32 1.64.49.07.02.15.05.22.07.23.08.45.16.67.24l.15.06s.03.01.05.02c.23.09.46.19.69.28.06.03.12.05.18.08.24.11.49.22.72.33.04.02.09.04.13.06.21.1.42.21.62.32.05.03.1.05.15.08.22.12.44.25.65.38.02.01.05.03.07.04l5.51-6.69V32.11c0-3.33-1.16-6.17-3.48-8.53-2.32-2.36-5.12-3.53-8.4-3.53H37.88Z"/>',
|
|
36
|
+
"SeatOutlinedIcon"
|
|
37
|
+
);
|
|
@@ -0,0 +1,37 @@
|
|
|
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 ShareFilled_exports = {};
|
|
29
|
+
__export(ShareFilled_exports, {
|
|
30
|
+
default: () => ShareFilled_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(ShareFilled_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var ShareFilled_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="M50.98 12.01c1 .04 1.93.23 2.71.45.8.23 2.21.74 3.56 1.8l.23.18 26.18 24.08c5.11 4.36 5.89 12.22 1.29 17.5-.39.44-.8.85-1.24 1.23L57.73 81.33l-.21.19-.22.18c-4.24 3.41-10.49 3-14.22-1.22a10.61 10.61 0 0 1-2.65-7.01v-8.13c-1.78.62-3.92 1.71-6.76 3.5-.91.57-3.03 2.24-5.4 4.3-1.11.97-2.16 1.92-3.01 2.72-.42.4-.77.74-1.04 1.02-.25.26-.37.39-.38.4s0 .02 0 .02c-.53.64-1.45 1.62-2.77 2.39-1.4.81-3.87 1.7-6.77.78-2.77-.88-4.25-2.9-4.9-4.07a10.62 10.62 0 0 1-1.1-3.01c-.52-2.48-.27-5.28-.03-6.86 2.44-16.29 12.16-25.25 16.69-28.5l1.15-.79c4.63-3.02 9.56-4.57 14.23-5.62l.1-9.18c.02-2.3.74-4.86 2.54-6.97a9.876 9.876 0 0 1 7.56-3.49h.43Z"/>',
|
|
36
|
+
"ShareFilledIcon"
|
|
37
|
+
);
|
|
@@ -0,0 +1,37 @@
|
|
|
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 ShareOutlined_exports = {};
|
|
29
|
+
__export(ShareOutlined_exports, {
|
|
30
|
+
default: () => ShareOutlined_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(ShareOutlined_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var ShareOutlined_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="M50.98 12.01c1 .04 1.93.23 2.71.45.8.23 2.21.74 3.56 1.8l.23.18 26.18 24.08c5.11 4.36 5.89 12.22 1.29 17.5-.39.44-.8.85-1.24 1.23L57.73 81.33l-.21.19-.22.18c-4.24 3.41-10.49 3-14.22-1.22a10.61 10.61 0 0 1-2.65-7.01v-8.13c-1.78.62-3.92 1.71-6.76 3.5-.91.57-3.03 2.24-5.4 4.3-1.11.97-2.16 1.92-3.01 2.72-.42.4-.77.74-1.04 1.02-.25.26-.37.39-.38.4s0 .02 0 .02c-.53.64-1.45 1.62-2.77 2.39-1.4.81-3.87 1.7-6.77.78-2.77-.88-4.25-2.9-4.9-4.07a10.62 10.62 0 0 1-1.1-3.01c-.52-2.48-.27-5.28-.03-6.86 2.44-16.29 12.16-25.25 16.69-28.5l1.15-.79c4.63-3.02 9.56-4.57 14.23-5.62l.1-9.18c.02-2.3.74-4.86 2.54-6.97a9.876 9.876 0 0 1 7.56-3.49h.43ZM11.83 66.46c-.07.08-.12.13-.13.15.04-.05.09-.1.13-.15Zm36.49-31.01c0 1.52-1.43 3.25-2.99 3.56l-2.18.44c-5.02 1.06-9.56 2.46-13.6 5.36l-.7.52c-3.71 2.87-10.79 10-12.66 22.48l-.06.49c-.29 2.44-.13 5.58 1.48 3.87l.17-.19c1.5-1.82 7.89-7.48 11.14-9.73l.61-.4c5.78-3.63 10.19-5.5 15.19-5.42 3.15.05 3.74 2.64 3.74 4.37v12.71c0 .54.2 1.06.56 1.47.8.9 2.18 1.07 3.18.42l.2-.14 26.08-24.17c.19-.16.37-.33.54-.51 1.43-1.64 1.29-4.01-.24-5.5l-.32-.29-26.07-23.98c-.43-.34-1.27-.56-1.83-.56-1.32 0-2.1 1.05-2.1 2.31l-.14 12.91Z"/>',
|
|
36
|
+
"ShareOutlinedIcon"
|
|
37
|
+
);
|