@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 ShowOutlined_exports = {};
|
|
29
|
+
__export(ShowOutlined_exports, {
|
|
30
|
+
default: () => ShowOutlined_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(ShowOutlined_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var ShowOutlined_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="M39.12 8.1a4.004 4.004 0 0 1 1.77 7.81c-14.25 3.23-24.88 15.98-24.88 31.21 0 17.67 14.33 32 32 32s32-14.33 32-32c0-.24.02-.48.06-.7a4.05 4.05 0 0 1-.06-.7c0-12.65-7.34-23.59-18-28.78v28.78c0 .17-.01.33-.03.49.02.3.03.61.03.92 0 7.73-6.27 14-14 14s-14-6.27-14-14 6.27-14 14-14c2.15 0 4.18.48 6 1.35V16.45c0-5 4.98-9.49 10.39-7.22l.26.11.64.3c13.43 6.45 22.71 20.17 22.71 36.08 0 .24-.02.48-.06.7.04.23.06.46.06.7 0 22.09-17.91 40-40 40S8 69.2 8 47.11C8 28.07 21.3 12.14 39.12 8.1ZM48 41.11c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6Z" style="fill-rule:evenodd"/>',
|
|
36
|
+
"ShowOutlinedIcon"
|
|
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 SuccessCircleFilled_exports = {};
|
|
29
|
+
__export(SuccessCircleFilled_exports, {
|
|
30
|
+
default: () => SuccessCircleFilled_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(SuccessCircleFilled_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var SuccessCircleFilled_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="M48 8C25.9 8 8 25.9 8 48s17.9 40 40 40 40-17.9 40-40S70.1 8 48 8Zm17 33.6L46.6 60c-1.5 1.5-4.1 1.5-5.6 0L31 50c-1.5-1.5-1.5-4.1 0-5.6l.1-.1c1.5-1.5 4.1-1.5 5.6 0l7.1 7.1L59.3 36c1.6-1.6 4.1-1.6 5.7 0 1.5 1.5 1.5 4.1 0 5.6Z" style="fill-rule:evenodd"/>',
|
|
36
|
+
"SuccessCircleFilledIcon"
|
|
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 SuccessCircleOutlined_exports = {};
|
|
29
|
+
__export(SuccessCircleOutlined_exports, {
|
|
30
|
+
default: () => SuccessCircleOutlined_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(SuccessCircleOutlined_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var SuccessCircleOutlined_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 16Zm18.5 23.32c0 1.05-.41 2.05-1.14 2.8S48.71 59.14 48.71 59.14c-1.16 1.19-2.58 1.79-4.24 1.8-1.66.01-3.09-.56-4.27-1.73l-9.15-9.04a4.01 4.01 0 0 1-1.19-2.85c0-2.21 1.79-4 4-4 1.05 0 2.06.42 2.81 1.16l7.72 7.63 15.25-15.58c.75-.77 1.78-1.2 2.86-1.2 2.21 0 4 1.79 4 4Z" style="fill-rule:evenodd"/>',
|
|
36
|
+
"SuccessCircleOutlinedIcon"
|
|
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 SuccessOutlined_exports = {};
|
|
29
|
+
__export(SuccessOutlined_exports, {
|
|
30
|
+
default: () => SuccessOutlined_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(SuccessOutlined_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var SuccessOutlined_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="m27.96 44.69 12.32 12.13 27.75-27.47c1.8-1.8 4.81-1.8 6.61 0 1.8 1.8 1.8 4.71 0 6.52L43.58 66.65c-1.8 1.8-4.81 1.8-6.61 0L21.34 51.31c-1.8-1.8-1.8-4.71 0-6.52s4.71-1.9 6.61-.1Z"/>',
|
|
36
|
+
"SuccessOutlinedIcon"
|
|
37
|
+
);
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
.bui-svg-icon {
|
|
2
|
+
display: inline-flex;
|
|
3
|
+
flex-shrink: 0;
|
|
4
|
+
user-select: none;
|
|
5
|
+
width: 1em;
|
|
6
|
+
height: 1em;
|
|
7
|
+
background-size: cover;
|
|
8
|
+
}
|
|
9
|
+
.bui-svg-icon.icon-size-small {
|
|
10
|
+
font-size: 16px;
|
|
11
|
+
}
|
|
12
|
+
.bui-svg-icon.icon-size-medium {
|
|
13
|
+
font-size: 20px;
|
|
14
|
+
}
|
|
15
|
+
.bui-svg-icon.icon-size-large {
|
|
16
|
+
font-size: 24px;
|
|
17
|
+
}
|
|
18
|
+
svg.bui-svg-icon {
|
|
19
|
+
fill: currentcolor;
|
|
20
|
+
transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
21
|
+
}
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __defProps = Object.defineProperties;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
6
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
8
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
9
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
10
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
11
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
12
|
+
var __spreadValues = (a, b) => {
|
|
13
|
+
for (var prop in b || (b = {}))
|
|
14
|
+
if (__hasOwnProp.call(b, prop))
|
|
15
|
+
__defNormalProp(a, prop, b[prop]);
|
|
16
|
+
if (__getOwnPropSymbols)
|
|
17
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
18
|
+
if (__propIsEnum.call(b, prop))
|
|
19
|
+
__defNormalProp(a, prop, b[prop]);
|
|
20
|
+
}
|
|
21
|
+
return a;
|
|
22
|
+
};
|
|
23
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
24
|
+
var __objRest = (source, exclude) => {
|
|
25
|
+
var target = {};
|
|
26
|
+
for (var prop in source)
|
|
27
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
28
|
+
target[prop] = source[prop];
|
|
29
|
+
if (source != null && __getOwnPropSymbols)
|
|
30
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
31
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
32
|
+
target[prop] = source[prop];
|
|
33
|
+
}
|
|
34
|
+
return target;
|
|
35
|
+
};
|
|
36
|
+
var __export = (target, all) => {
|
|
37
|
+
for (var name in all)
|
|
38
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
39
|
+
};
|
|
40
|
+
var __copyProps = (to, from, except, desc) => {
|
|
41
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
42
|
+
for (let key of __getOwnPropNames(from))
|
|
43
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
44
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
45
|
+
}
|
|
46
|
+
return to;
|
|
47
|
+
};
|
|
48
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
49
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
50
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
51
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
52
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
53
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
54
|
+
mod
|
|
55
|
+
));
|
|
56
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
57
|
+
var SvgIcon_exports = {};
|
|
58
|
+
__export(SvgIcon_exports, {
|
|
59
|
+
default: () => SvgIcon_default
|
|
60
|
+
});
|
|
61
|
+
module.exports = __toCommonJS(SvgIcon_exports);
|
|
62
|
+
var import_clsx = __toESM(require("clsx"));
|
|
63
|
+
var React = __toESM(require("react"));
|
|
64
|
+
var import_utils = require("@bifrostui/utils");
|
|
65
|
+
var import_SvgIcon2 = require("./SvgIcon.css");
|
|
66
|
+
const classes = {
|
|
67
|
+
root: "bui-svg-icon"
|
|
68
|
+
};
|
|
69
|
+
function SvgIcon(props, ref) {
|
|
70
|
+
const _a = props, {
|
|
71
|
+
className,
|
|
72
|
+
children,
|
|
73
|
+
component: Component = "div",
|
|
74
|
+
color,
|
|
75
|
+
htmlColor,
|
|
76
|
+
size,
|
|
77
|
+
viewBox = "0 0 96 96",
|
|
78
|
+
style
|
|
79
|
+
} = _a, rest = __objRest(_a, [
|
|
80
|
+
"className",
|
|
81
|
+
"children",
|
|
82
|
+
"component",
|
|
83
|
+
"color",
|
|
84
|
+
"htmlColor",
|
|
85
|
+
"size",
|
|
86
|
+
"viewBox",
|
|
87
|
+
"style"
|
|
88
|
+
]);
|
|
89
|
+
const colorMap = {
|
|
90
|
+
light: "var(--bui-color-bg-view)",
|
|
91
|
+
dark: "var(--bui-color-fg-default)",
|
|
92
|
+
neutral: "var(--bui-color-fg-subtle)",
|
|
93
|
+
primary: "var(--bui-color-primary)",
|
|
94
|
+
info: "var(--bui-color-info)",
|
|
95
|
+
danger: "var(--bui-color-danger)",
|
|
96
|
+
success: "var(--bui-color-success)",
|
|
97
|
+
warning: "var(--bui-color-warning)",
|
|
98
|
+
disabled: "var(--bui-color-fg-disabled)"
|
|
99
|
+
};
|
|
100
|
+
const svgColor = colorMap[color] || htmlColor || (style == null ? void 0 : style.color);
|
|
101
|
+
if (Component !== "svg" && !svgColor && typeof children === "string" && !/fill/.test(children)) {
|
|
102
|
+
console.warn(
|
|
103
|
+
"Inherit Bui icon color is not available in Miniapp(<div>). You may need to specify one."
|
|
104
|
+
);
|
|
105
|
+
}
|
|
106
|
+
if (Component === "svg") {
|
|
107
|
+
if (typeof children === "string") {
|
|
108
|
+
return /* @__PURE__ */ React.createElement(
|
|
109
|
+
Component,
|
|
110
|
+
__spreadValues({
|
|
111
|
+
ref,
|
|
112
|
+
className: (0, import_clsx.default)(classes.root, className, {
|
|
113
|
+
[`icon-size-${size}`]: size
|
|
114
|
+
}),
|
|
115
|
+
focusable: "false",
|
|
116
|
+
viewBox,
|
|
117
|
+
color: svgColor,
|
|
118
|
+
dangerouslySetInnerHTML: {
|
|
119
|
+
__html: children
|
|
120
|
+
},
|
|
121
|
+
style
|
|
122
|
+
}, rest)
|
|
123
|
+
);
|
|
124
|
+
}
|
|
125
|
+
return /* @__PURE__ */ React.createElement(
|
|
126
|
+
Component,
|
|
127
|
+
__spreadValues({
|
|
128
|
+
ref,
|
|
129
|
+
className: (0, import_clsx.default)(classes.root, className, {
|
|
130
|
+
[`icon-size-${size}`]: size
|
|
131
|
+
}),
|
|
132
|
+
focusable: "false",
|
|
133
|
+
viewBox,
|
|
134
|
+
color: svgColor || htmlColor,
|
|
135
|
+
style
|
|
136
|
+
}, rest),
|
|
137
|
+
children
|
|
138
|
+
);
|
|
139
|
+
}
|
|
140
|
+
if (typeof children === "string") {
|
|
141
|
+
const parsedSvgColor = (0, import_utils.cssVarToValue)({
|
|
142
|
+
cssVar: svgColor
|
|
143
|
+
}) || svgColor;
|
|
144
|
+
return /* @__PURE__ */ React.createElement(
|
|
145
|
+
Component,
|
|
146
|
+
__spreadValues({
|
|
147
|
+
ref,
|
|
148
|
+
className: (0, import_clsx.default)(classes.root, className, {
|
|
149
|
+
[`icon-size-${size}`]: size
|
|
150
|
+
}),
|
|
151
|
+
style: __spreadProps(__spreadValues({}, style), {
|
|
152
|
+
backgroundImage: `url("data:image/svg+xml,${encodeURIComponent(
|
|
153
|
+
`<svg viewBox='${viewBox}' xmlns='http://www.w3.org/2000/svg' ${parsedSvgColor ? `fill='${parsedSvgColor}'` : ""}>${children}</svg>`
|
|
154
|
+
)}")`
|
|
155
|
+
})
|
|
156
|
+
}, rest)
|
|
157
|
+
);
|
|
158
|
+
}
|
|
159
|
+
return null;
|
|
160
|
+
}
|
|
161
|
+
var SvgIcon_default = /* @__PURE__ */ React.forwardRef(SvgIcon);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './SvgIcon';
|
|
@@ -0,0 +1,33 @@
|
|
|
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 SvgIcon_exports = {};
|
|
29
|
+
__export(SvgIcon_exports, {
|
|
30
|
+
default: () => import_SvgIcon.default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(SvgIcon_exports);
|
|
33
|
+
var import_SvgIcon = __toESM(require("./SvgIcon"));
|
|
@@ -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 ThumbDownFilled_exports = {};
|
|
29
|
+
__export(ThumbDownFilled_exports, {
|
|
30
|
+
default: () => ThumbDownFilled_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(ThumbDownFilled_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var ThumbDownFilled_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="M49.98 86c6.28 0 10.17-4.87 10.17-4.87 3.88-4.85 2.46-10.85 2.45-10.91l-2.76-11.53h12.15c6.9 0 10.81-5.62 10.81-5.62 3.91-5.62 1.44-11.99 1.44-11.99l-8.08-20.83C72.21 10.06 61.2 10.01 61.09 10.01H23.1c-5.01 0-8.56 3.51-8.56 3.51-3.55 3.51-3.55 8.46-3.55 8.46v25.86c0 4.49 3.22 7.67 3.22 7.67 3.21 3.17 7.74 3.18 7.76 3.18 8.4 0 11.44 7.74 11.44 7.74l4.47 11.39C41.09 86 49.97 86 49.97 86Z"/>',
|
|
36
|
+
"ThumbDownFilledIcon"
|
|
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 ThumbDownOutlined_exports = {};
|
|
29
|
+
__export(ThumbDownOutlined_exports, {
|
|
30
|
+
default: () => ThumbDownOutlined_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(ThumbDownOutlined_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var ThumbDownOutlined_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="M49.98 86c6.28 0 10.17-4.87 10.17-4.87 3.88-4.85 2.46-10.85 2.45-10.91l-2.76-11.53h12.15c6.9 0 10.81-5.62 10.81-5.62 3.91-5.62 1.44-11.99 1.44-11.99l-8.08-20.83C72.21 10.06 61.2 10.01 61.09 10.01H23.1c-5.01 0-8.56 3.51-8.56 3.51-3.55 3.51-3.55 8.46-3.55 8.46v25.86c0 4.49 3.21 7.67 3.22 7.67 3.21 3.17 7.74 3.18 7.76 3.18 8.4 0 11.44 7.74 11.44 7.74l4.47 11.39C41.09 86 49.97 86 49.97 86Zm0-7.98c-2.02 0-3.83-1.23-4.57-3.09l-4.47-11.39C37.9 55.8 30.37 50.71 21.98 50.71c-1.6 0-2.91-1.29-2.91-2.87V21.98c0-2.2 1.81-3.99 4.03-3.99h37.97c3.34 0 6.34 2.04 7.53 5.12l8.08 20.83c1.27 3.27-1.17 6.77-4.71 6.77H55.73c-3.13 0-5.43 2.89-4.71 5.89l3.7 15.45c.73 3.04-1.6 5.96-4.77 5.96Z"/>',
|
|
36
|
+
"ThumbDownOutlinedIcon"
|
|
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 ThumbUpFilled_exports = {};
|
|
29
|
+
__export(ThumbUpFilled_exports, {
|
|
30
|
+
default: () => ThumbUpFilled_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(ThumbUpFilled_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var ThumbUpFilled_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="M49.98 10c6.28 0 10.17 4.87 10.17 4.87 3.88 4.85 2.46 10.85 2.45 10.91l-2.76 11.53h12.15c6.9 0 10.81 5.62 10.81 5.62 3.91 5.62 1.44 11.99 1.44 11.99l-8.08 20.83C72.21 85.94 61.2 85.99 61.09 85.99H23.1c-5.01 0-8.56-3.51-8.56-3.51-3.55-3.51-3.55-8.46-3.55-8.46V48.16c0-4.49 3.22-7.67 3.22-7.67 3.21-3.17 7.74-3.18 7.76-3.18 8.4 0 11.44-7.74 11.44-7.74l4.47-11.39C41.09 10 49.97 10 49.97 10Z"/>',
|
|
36
|
+
"ThumbUpFilledIcon"
|
|
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 ThumbUpOutlined_exports = {};
|
|
29
|
+
__export(ThumbUpOutlined_exports, {
|
|
30
|
+
default: () => ThumbUpOutlined_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(ThumbUpOutlined_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var ThumbUpOutlined_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="M49.98 10c6.28 0 10.17 4.87 10.17 4.87 3.88 4.85 2.46 10.85 2.45 10.91l-2.76 11.53h12.15c6.9 0 10.81 5.62 10.81 5.62 3.91 5.62 1.44 11.99 1.44 11.99l-8.08 20.83C72.21 85.94 61.2 85.99 61.09 85.99H23.1c-5.01 0-8.56-3.51-8.56-3.51-3.55-3.51-3.55-8.46-3.55-8.46V48.16c0-4.49 3.21-7.67 3.22-7.67 3.21-3.17 7.74-3.18 7.76-3.18 8.4 0 11.44-7.74 11.44-7.74l4.47-11.39C41.09 10 49.97 10 49.97 10Zm0 7.98c-2.02 0-3.83 1.23-4.57 3.09l-4.47 11.39C37.9 40.2 30.37 45.29 21.98 45.29c-1.6 0-2.91 1.29-2.91 2.87v25.86c0 2.2 1.81 3.99 4.03 3.99h37.97c3.34 0 6.34-2.04 7.53-5.12l8.08-20.83c1.27-3.27-1.17-6.77-4.71-6.77H55.73c-3.13 0-5.43-2.89-4.71-5.89l3.7-15.45c.73-3.04-1.6-5.96-4.77-5.96Z"/>',
|
|
36
|
+
"ThumbUpOutlinedIcon"
|
|
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 VolumeMuteFilled_exports = {};
|
|
29
|
+
__export(VolumeMuteFilled_exports, {
|
|
30
|
+
default: () => VolumeMuteFilled_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(VolumeMuteFilled_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var VolumeMuteFilled_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="M38 17.12s4.61-4.88 10.83-2.43c0 0 6.24 2.46 6.24 9.16v48.36s0 6.7-6.24 9.16c-.07.03-6.27 2.43-10.83-2.43L25.55 65.67h-5.73s-4.9 0-8.36-3.46c0 0-3.46-3.46-3.46-8.35V42.17c0-.07.03-4.91 3.46-8.34.02-.02 3.47-3.46 8.36-3.46h5.73L38 17.1Zm45.99 15.47c2.22 0 4.01 1.79 4.01 4.01 0 1-.38 1.97-1.05 2.71l-8.02 8.73 8.02 8.73a4.016 4.016 0 0 1-2.96 6.72c-1.12 0-2.2-.47-2.96-1.3l-7.55-8.22-7.55 8.22c-.76.83-1.83 1.3-2.96 1.3-2.22 0-4.01-1.79-4.01-4.01 0-1 .38-1.97 1.05-2.71l8.02-8.73-8.02-8.73a4.016 4.016 0 0 1 2.96-6.72c1.12 0 2.2.47 2.96 1.3l7.55 8.22 7.54-8.22a4.02 4.02 0 0 1 2.96-1.3Z"/>',
|
|
36
|
+
"VolumeMuteFilledIcon"
|
|
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 VolumeMuteOutlined_exports = {};
|
|
29
|
+
__export(VolumeMuteOutlined_exports, {
|
|
30
|
+
default: () => VolumeMuteOutlined_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(VolumeMuteOutlined_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var VolumeMuteOutlined_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="M38 17.12s4.61-4.88 10.83-2.43c0 0 6.24 2.46 6.24 9.16v48.36s0 6.7-6.24 9.16c-.07.03-6.27 2.43-10.83-2.43L25.55 65.67h-5.73s-4.9 0-8.36-3.46c0 0-3.46-3.46-3.46-8.35V42.17c0-.07.03-4.91 3.46-8.34.02-.02 3.47-3.46 8.36-3.46h5.73L38 17.1Zm7.88 5.02s-1.18-.45-2.02.45l-14.82 15.8h-9.21s-3.8 0-3.8 3.79v11.69s0 3.79 3.8 3.79h9.21l14.82 15.8s.87.91 2.02.45c0 0 1.17-.46 1.17-1.71V23.86s-.02-1.26-1.17-1.71Zm38.11 10.45c2.22 0 4.01 1.79 4.01 4.01 0 1-.38 1.97-1.05 2.71l-8.02 8.73 8.02 8.73a4.016 4.016 0 0 1-2.96 6.72c-1.12 0-2.2-.47-2.96-1.3l-7.55-8.22-7.55 8.22c-.76.83-1.83 1.3-2.96 1.3-2.22 0-4.01-1.79-4.01-4.01 0-1 .38-1.97 1.05-2.71l8.02-8.73-8.02-8.73a4.016 4.016 0 0 1 2.96-6.72c1.12 0 2.2.47 2.96 1.3l7.55 8.22 7.54-8.22a4.02 4.02 0 0 1 2.96-1.3Z"/>',
|
|
36
|
+
"VolumeMuteOutlinedIcon"
|
|
37
|
+
);
|