@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 VolumeUpFilled_exports = {};
|
|
29
|
+
__export(VolumeUpFilled_exports, {
|
|
30
|
+
default: () => VolumeUpFilled_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(VolumeUpFilled_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var VolumeUpFilled_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="M37.9 17.12s4.57-4.89 10.8-2.43c.08.03 6.22 2.5 6.22 9.16v48.36c0 .09-.04 6.72-6.22 9.16-.08.03-6.25 2.43-10.79-2.43L25.5 65.67h-5.71c-.06 0-4.9-.02-8.33-3.46-.04-.04-3.45-3.48-3.45-8.34V42.18s0-4.89 3.45-8.35c0 0 3.46-3.46 8.33-3.46h5.71L37.91 17.1Zm28.31 45.76c.99 0 1.95.37 2.68 1.04l9.71 8.8c.84.76 1.31 1.84 1.31 2.97 0 2.21-1.79 4.01-4 4.01-.99 0-1.95-.37-2.68-1.04s-9.7-8.79-9.7-8.79a3.999 3.999 0 0 1-1.31-2.97c0-2.21 1.79-4.01 4-4.01ZM84 44.05c2.21 0 4 1.79 4 4.01 0 2.21-1.79 4.01-4 4.01H69.76c-2.21 0-4-1.79-4-4.01 0-2.21 1.79-4.01 4-4.01H84Zm-8.09-26.04c2.21 0 4 1.79 4 4.01 0 1.13-.48 2.21-1.31 2.97l-9.71 8.8c-.74.67-1.69 1.03-2.68 1.04-2.21 0-4-1.79-4-4.01 0-1.13.48-2.21 1.31-2.97l9.71-8.8c.74-.67 1.69-1.04 2.68-1.04Z"/>',
|
|
36
|
+
"VolumeUpFilledIcon"
|
|
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 VolumeUpOutlined_exports = {};
|
|
29
|
+
__export(VolumeUpOutlined_exports, {
|
|
30
|
+
default: () => VolumeUpOutlined_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(VolumeUpOutlined_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var VolumeUpOutlined_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="M37.9 17.12s4.57-4.89 10.8-2.43c.08.03 6.22 2.5 6.22 9.16v48.36c0 .09-.04 6.72-6.22 9.16-.08.03-6.25 2.43-10.79-2.43L25.5 65.67h-5.71c-.06 0-4.9-.02-8.33-3.46-.04-.04-3.45-3.48-3.45-8.34V42.18s0-4.89 3.45-8.35c0 0 3.46-3.46 8.33-3.46h5.71L37.91 17.1Zm28.31 45.76c.99 0 1.95.37 2.68 1.04l9.71 8.8c.84.76 1.31 1.84 1.31 2.97 0 2.21-1.79 4.01-4 4.01-.99 0-1.95-.37-2.68-1.04s-9.7-8.79-9.7-8.79a3.999 3.999 0 0 1-1.31-2.97c0-2.21 1.79-4.01 4-4.01ZM45.76 22.14s-1.17-.44-2.02.46L28.96 38.4h-9.18c-.05 0-3.78.03-3.78 3.79v11.69c0 .05.03 3.79 3.78 3.79h9.18l14.78 15.8s.87.91 2.02.45c0 0 1.16-.46 1.16-1.71V23.86s0-1.25-1.16-1.71ZM84 44.05c2.21 0 4 1.79 4 4.01 0 2.21-1.79 4.01-4 4.01H69.76c-2.21 0-4-1.79-4-4.01 0-2.21 1.79-4.01 4-4.01H84Zm-8.09-26.04c2.21 0 4 1.79 4 4.01 0 1.13-.48 2.21-1.31 2.97l-9.71 8.8c-.74.67-1.69 1.03-2.68 1.04-2.21 0-4-1.79-4-4.01 0-1.13.48-2.21 1.31-2.97l9.71-8.8c.74-.67 1.69-1.04 2.68-1.04Z"/>',
|
|
36
|
+
"VolumeUpOutlinedIcon"
|
|
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 WantCartFilled_exports = {};
|
|
29
|
+
__export(WantCartFilled_exports, {
|
|
30
|
+
default: () => WantCartFilled_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(WantCartFilled_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var WantCartFilled_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="M40.77 75.06c3.35 0 6.07 2.67 6.07 5.97S44.12 87 40.77 87s-6.07-2.67-6.07-5.97 2.72-5.97 6.07-5.97ZM70.86 75.06c3.35 0 6.07 2.67 6.07 5.97S74.21 87 70.86 87s-6.07-2.67-6.07-5.97 2.72-5.97 6.07-5.97ZM18.15 9c6.33 0 9.99 3.08 10.99 9.23l5.31 32.84c1.08 6.71 5.08 10.06 11.99 10.06h24.98c4.89 0 7.74-2.37 8.54-7.11v-.01c.02-.12.04-.23.07-.34.03-.11.06-.22.1-.33.04-.11.08-.22.13-.32.05-.11.1-.21.16-.31s.12-.2.19-.3c.07-.1.14-.19.21-.28.08-.09.16-.18.24-.26.08-.08.17-.16.26-.24.09-.08.18-.15.28-.21.1-.07.2-.13.3-.19.1-.06.21-.11.32-.16s.22-.09.33-.13c.11-.04.22-.08.34-.11.11-.03.23-.06.35-.08.12-.02.23-.04.35-.05.12-.01.24-.02.36-.02.13 0 .26 0 .4.02.13.01.26.03.39.06l.39.09c.13.04.25.08.37.13s.24.11.36.17c.12.06.23.13.34.2a3.712 3.712 0 0 1 .61.49c.09.09.18.19.27.29.08.1.16.2.24.31s.14.22.2.34c.06.11.12.23.17.35.05.12.09.24.13.37.04.12.07.25.1.38s.05.26.06.39c.01.13.02.26.02.39 0 .22-.02.44-.06.66-.68 3.98-2.57 7.26-5.7 9.86-3.13 2.6-6.74 3.91-10.83 3.91H46.43c-4.97 0-9.35-1.59-13.13-4.76-3.78-3.18-6.06-7.18-6.85-12.01l-5.31-32.84c-.27-1.68-1.27-2.52-3-2.52h-6.1c-.13 0-.26 0-.4-.02a2.63 2.63 0 0 1-.39-.06l-.39-.09c-.13-.04-.25-.08-.37-.13s-.24-.11-.36-.17c-.12-.06-.23-.13-.34-.2a3.712 3.712 0 0 1-.61-.49c-.09-.09-.18-.19-.27-.29-.08-.1-.16-.2-.24-.31-.07-.11-.14-.22-.2-.34-.06-.11-.12-.23-.17-.35-.05-.12-.1-.24-.13-.37-.04-.12-.07-.25-.1-.38a2.63 2.63 0 0 1-.06-.39c-.01-.13-.02-.26-.02-.39s0-.26.02-.39c.01-.13.03-.26.06-.39s.06-.25.1-.38c.04-.12.08-.25.13-.37s.11-.24.17-.35c.06-.11.13-.23.2-.34.07-.11.15-.21.24-.31.08-.1.17-.2.27-.29a3.584 3.584 0 0 1 .61-.49c.11-.07.22-.14.34-.2.12-.06.24-.12.36-.17.12-.05.25-.09.37-.13.13-.04.26-.07.39-.09.13-.03.26-.04.39-.06.13-.01.26-.02.4-.02h6.1Z"/><path d="M69.28 13.04c3.95 0 7.32 1.42 10.11 4.27 2.76 2.82 4.15 6.22 4.15 10.18 0 1.92-.35 3.74-1.06 5.45-.03.08-.06.16-.1.24-2.44 5.73-8.61 12.21-18.52 19.43-.1.07-.16.11-.16.12-.1.08-.2.14-.32.21-.2.11-.4.23-.6.35-.59.36-1.22.55-1.9.55s-1.31-.18-1.9-.55c-.19-.12-.39-.24-.6-.35-.11-.06-.22-.13-.32-.21 0 0-.06-.04-.16-.12-9.9-7.22-16.08-13.7-18.52-19.43-.03-.07-.07-.15-.1-.24-.7-1.71-1.06-3.53-1.06-5.45 0-3.97 1.38-7.36 4.15-10.18 2.79-2.85 6.16-4.27 10.11-4.27 3.28 0 6.08.84 8.39 2.52 2.31-1.68 5.11-2.52 8.39-2.52Z"/>',
|
|
36
|
+
"WantCartFilledIcon"
|
|
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 WantCartOutlined_exports = {};
|
|
29
|
+
__export(WantCartOutlined_exports, {
|
|
30
|
+
default: () => WantCartOutlined_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(WantCartOutlined_exports);
|
|
33
|
+
var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
|
|
34
|
+
var WantCartOutlined_default = (0, import_createSvgIcon.default)(
|
|
35
|
+
'<path d="M87.94 55.33c.04-.23.06-.45.06-.67 0-.13 0-.26-.02-.39a2.63 2.63 0 0 0-.06-.39c-.03-.13-.06-.25-.1-.38-.04-.12-.08-.25-.13-.37s-.11-.24-.17-.35c-.06-.11-.13-.23-.2-.34a2.34 2.34 0 0 0-.24-.31c-.08-.1-.17-.2-.27-.29a3.584 3.584 0 0 0-.61-.49c-.11-.07-.22-.14-.34-.2-.12-.06-.24-.12-.36-.17-.12-.05-.25-.09-.37-.13-.13-.04-.26-.07-.39-.09-.13-.03-.26-.04-.39-.06-.13-.01-.26-.02-.4-.02-.12 0-.24 0-.36.02-.12.01-.24.03-.35.05-.12.02-.23.05-.35.08-.11.03-.23.07-.34.11-.11.04-.22.09-.33.13-.11.05-.21.1-.31.16s-.2.12-.3.19c-.1.07-.19.14-.28.21-.09.08-.18.15-.26.24-.08.08-.16.17-.24.26-.08.09-.15.18-.21.28-.07.1-.13.19-.19.3-.06.1-.11.21-.16.31-.05.11-.09.21-.13.32-.04.11-.07.22-.1.33s-.05.23-.07.34v.01c-.81 4.74-3.66 7.11-8.54 7.11H46.45c-6.91 0-10.9-3.35-11.99-10.06l-5.31-32.84C28.16 12.08 24.49 9 18.16 9h-6.1c-.13 0-.26 0-.4.02-.13.01-.26.03-.39.06l-.39.09c-.13.04-.25.08-.37.13s-.24.11-.36.17c-.12.06-.23.13-.34.2a3.712 3.712 0 0 0-.61.49c-.09.09-.18.19-.27.29-.08.1-.16.21-.24.31-.07.11-.14.22-.2.33-.06.12-.12.23-.17.35-.05.12-.1.24-.13.37-.04.12-.07.25-.1.38s-.05.26-.06.39c-.01.13-.02.26-.02.39s0 .26.02.39c.01.13.03.26.06.39s.06.25.1.38c.04.12.08.25.13.37s.11.24.17.35c.06.11.13.23.2.34.07.11.15.21.24.31.08.1.17.2.27.29a3.584 3.584 0 0 0 .61.49c.11.07.22.14.34.2.12.06.24.12.36.17.12.05.25.09.37.13.13.04.26.07.39.09.13.03.26.04.39.06s.26.02.4.02h6.1c1.73 0 2.73.84 3 2.52l5.31 32.84c.78 4.83 3.06 8.83 6.85 12.01 3.78 3.18 8.16 4.76 13.13 4.76h24.98c4.1 0 7.71-1.3 10.83-3.91 3.12-2.6 5.02-5.89 5.7-9.85Zm-24.34-.78c.17-.11.35-.21.53-.31.18-.1.34-.21.5-.33l.14-.1c10.12-7.38 16.46-14.06 19.01-20.04.04-.09.08-.19.12-.28.77-1.88 1.16-3.88 1.16-5.99 0-4.37-1.52-8.11-4.57-11.22-3.09-3.15-6.82-4.73-11.2-4.73-3.21 0-6.01.74-8.39 2.21-2.39-1.47-5.18-2.21-8.39-2.21-4.38 0-8.11 1.58-11.2 4.73-3.05 3.11-4.57 6.85-4.57 11.22a15.665 15.665 0 0 0 1.28 6.28c2.55 5.98 8.89 12.66 19.01 20.04l.14.1c.16.12.33.23.51.33s.36.2.53.31c.83.52 1.74.78 2.71.78s1.88-.26 2.71-.78Zm-2.71-7.82c8.39-6.23 13.54-11.59 15.44-16.06s.03-.08.04-.12c.39-.94.59-1.96.59-3.05 0-5.32-2.56-7.99-7.68-7.99-2.3 0-4.11.7-5.43 2.09-.07.07-.14.14-.21.2-.1.09-.2.17-.3.25-.11.08-.21.15-.33.22-.11.07-.23.13-.35.19-.12.06-.24.11-.36.15-.12.05-.25.08-.38.12-.13.03-.26.06-.39.08-.13.02-.26.04-.39.04h-.4c-.13 0-.26-.02-.4-.03-.13-.02-.26-.04-.39-.07-.13-.03-.26-.07-.38-.11-.13-.04-.25-.09-.37-.14-.12-.05-.24-.11-.35-.18-.11-.07-.23-.14-.33-.21-.11-.08-.21-.16-.31-.24-.1-.09-.19-.18-.28-.27-1.32-1.4-3.13-2.09-5.43-2.09-2.09 0-3.88.76-5.37 2.29-1.54 1.57-2.31 3.47-2.31 5.7 0 1.09.2 2.11.59 3.05.02.04.03.07.04.11 1.9 4.48 7.04 9.84 15.44 16.07ZM40.77 75.06c-3.35 0-6.07 2.67-6.07 5.97S37.42 87 40.77 87s6.07-2.67 6.07-5.97-2.72-5.97-6.07-5.97Zm30.09 0c-3.35 0-6.07 2.67-6.07 5.97S67.51 87 70.86 87s6.07-2.67 6.07-5.97-2.72-5.97-6.07-5.97Z" style="fill-rule:evenodd"/>',
|
|
36
|
+
"WantCartOutlinedIcon"
|
|
37
|
+
);
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
export { default as AddCircleFilledIcon } from './AddCircleFilled';
|
|
2
|
+
export { default as AddCircleOutlinedIcon } from './AddCircleOutlined';
|
|
3
|
+
export { default as AlertCircleFilledIcon } from './AlertCircleFilled';
|
|
4
|
+
export { default as AlertCircleOutlinedIcon } from './AlertCircleOutlined';
|
|
5
|
+
export { default as AnnounceFilledIcon } from './AnnounceFilled';
|
|
6
|
+
export { default as AnnounceOutlinedIcon } from './AnnounceOutlined';
|
|
7
|
+
export { default as ArrowDownCircleFilledIcon } from './ArrowDownCircleFilled';
|
|
8
|
+
export { default as ArrowDownCircleOutlinedIcon } from './ArrowDownCircleOutlined';
|
|
9
|
+
export { default as ArrowLeftCircleFilledIcon } from './ArrowLeftCircleFilled';
|
|
10
|
+
export { default as ArrowLeftCircleOutlinedIcon } from './ArrowLeftCircleOutlined';
|
|
11
|
+
export { default as ArrowRightCircleFilledIcon } from './ArrowRightCircleFilled';
|
|
12
|
+
export { default as ArrowRightCircleOutlinedIcon } from './ArrowRightCircleOutlined';
|
|
13
|
+
export { default as ArrowUpCircleFilledIcon } from './ArrowUpCircleFilled';
|
|
14
|
+
export { default as ArrowUpCircleOutlinedIcon } from './ArrowUpCircleOutlined';
|
|
15
|
+
export { default as CloseCircleFilledIcon } from './CloseCircleFilled';
|
|
16
|
+
export { default as CloseCircleOutlinedIcon } from './CloseCircleOutlined';
|
|
17
|
+
export { default as CommentFilledIcon } from './CommentFilled';
|
|
18
|
+
export { default as CommentOutlinedIcon } from './CommentOutlined';
|
|
19
|
+
export { default as CouponFilledIcon } from './CouponFilled';
|
|
20
|
+
export { default as ExtractOutlinedIcon } from './ExtractOutlined';
|
|
21
|
+
export { default as FullScreenOutlinedIcon } from './FullScreenOutlined';
|
|
22
|
+
export { default as HeartAddOutlinedIcon } from './HeartAddOutlined';
|
|
23
|
+
export { default as HeartFilledIcon } from './HeartFilled';
|
|
24
|
+
export { default as HeartOutlinedIcon } from './HeartOutlined';
|
|
25
|
+
export { default as HelpCircleFilledIcon } from './HelpCircleFilled';
|
|
26
|
+
export { default as HelpCircleOutlinedIcon } from './HelpCircleOutlined';
|
|
27
|
+
export { default as LinkOutlinedIcon } from './LinkOutlined';
|
|
28
|
+
export { default as LocationFilledIcon } from './LocationFilled';
|
|
29
|
+
export { default as LocationOutlinedIcon } from './LocationOutlined';
|
|
30
|
+
export { default as PauseFilledIcon } from './PauseFilled';
|
|
31
|
+
export { default as PauseOutlinedIcon } from './PauseOutlined';
|
|
32
|
+
export { default as PlayFilledIcon } from './PlayFilled';
|
|
33
|
+
export { default as PlayOutlinedIcon } from './PlayOutlined';
|
|
34
|
+
export { default as QRCodeOutlinedIcon } from './QRCodeOutlined';
|
|
35
|
+
export { default as ReportOutlinedIcon } from './ReportOutlined';
|
|
36
|
+
export { default as SeatFilledIcon } from './SeatFilled';
|
|
37
|
+
export { default as SeatOutlinedIcon } from './SeatOutlined';
|
|
38
|
+
export { default as ShareFilledIcon } from './ShareFilled';
|
|
39
|
+
export { default as ShareOutlinedIcon } from './ShareOutlined';
|
|
40
|
+
export { default as ShowOutlinedIcon } from './ShowOutlined';
|
|
41
|
+
export { default as SuccessCircleFilledIcon } from './SuccessCircleFilled';
|
|
42
|
+
export { default as SuccessCircleOutlinedIcon } from './SuccessCircleOutlined';
|
|
43
|
+
export { default as SuccessOutlinedIcon } from './SuccessOutlined';
|
|
44
|
+
export { default as ThumbDownFilledIcon } from './ThumbDownFilled';
|
|
45
|
+
export { default as ThumbDownOutlinedIcon } from './ThumbDownOutlined';
|
|
46
|
+
export { default as ThumbUpFilledIcon } from './ThumbUpFilled';
|
|
47
|
+
export { default as ThumbUpOutlinedIcon } from './ThumbUpOutlined';
|
|
48
|
+
export { default as VolumeMuteFilledIcon } from './VolumeMuteFilled';
|
|
49
|
+
export { default as VolumeMuteOutlinedIcon } from './VolumeMuteOutlined';
|
|
50
|
+
export { default as VolumeUpFilledIcon } from './VolumeUpFilled';
|
|
51
|
+
export { default as VolumeUpOutlinedIcon } from './VolumeUpOutlined';
|
|
52
|
+
export { default as WantCartFilledIcon } from './WantCartFilled';
|
|
53
|
+
export { default as WantCartOutlinedIcon } from './WantCartOutlined';
|
|
@@ -0,0 +1,193 @@
|
|
|
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 components_exports = {};
|
|
29
|
+
__export(components_exports, {
|
|
30
|
+
AddCircleFilledIcon: () => import_AddCircleFilled.default,
|
|
31
|
+
AddCircleOutlinedIcon: () => import_AddCircleOutlined.default,
|
|
32
|
+
AlertCircleFilledIcon: () => import_AlertCircleFilled.default,
|
|
33
|
+
AlertCircleOutlinedIcon: () => import_AlertCircleOutlined.default,
|
|
34
|
+
AnnounceFilledIcon: () => import_AnnounceFilled.default,
|
|
35
|
+
AnnounceOutlinedIcon: () => import_AnnounceOutlined.default,
|
|
36
|
+
ArrowDownCircleFilledIcon: () => import_ArrowDownCircleFilled.default,
|
|
37
|
+
ArrowDownCircleOutlinedIcon: () => import_ArrowDownCircleOutlined.default,
|
|
38
|
+
ArrowLeftCircleFilledIcon: () => import_ArrowLeftCircleFilled.default,
|
|
39
|
+
ArrowLeftCircleOutlinedIcon: () => import_ArrowLeftCircleOutlined.default,
|
|
40
|
+
ArrowRightCircleFilledIcon: () => import_ArrowRightCircleFilled.default,
|
|
41
|
+
ArrowRightCircleOutlinedIcon: () => import_ArrowRightCircleOutlined.default,
|
|
42
|
+
ArrowUpCircleFilledIcon: () => import_ArrowUpCircleFilled.default,
|
|
43
|
+
ArrowUpCircleOutlinedIcon: () => import_ArrowUpCircleOutlined.default,
|
|
44
|
+
CloseCircleFilledIcon: () => import_CloseCircleFilled.default,
|
|
45
|
+
CloseCircleOutlinedIcon: () => import_CloseCircleOutlined.default,
|
|
46
|
+
CommentFilledIcon: () => import_CommentFilled.default,
|
|
47
|
+
CommentOutlinedIcon: () => import_CommentOutlined.default,
|
|
48
|
+
CouponFilledIcon: () => import_CouponFilled.default,
|
|
49
|
+
ExtractOutlinedIcon: () => import_ExtractOutlined.default,
|
|
50
|
+
FullScreenOutlinedIcon: () => import_FullScreenOutlined.default,
|
|
51
|
+
HeartAddOutlinedIcon: () => import_HeartAddOutlined.default,
|
|
52
|
+
HeartFilledIcon: () => import_HeartFilled.default,
|
|
53
|
+
HeartOutlinedIcon: () => import_HeartOutlined.default,
|
|
54
|
+
HelpCircleFilledIcon: () => import_HelpCircleFilled.default,
|
|
55
|
+
HelpCircleOutlinedIcon: () => import_HelpCircleOutlined.default,
|
|
56
|
+
LinkOutlinedIcon: () => import_LinkOutlined.default,
|
|
57
|
+
LocationFilledIcon: () => import_LocationFilled.default,
|
|
58
|
+
LocationOutlinedIcon: () => import_LocationOutlined.default,
|
|
59
|
+
PauseFilledIcon: () => import_PauseFilled.default,
|
|
60
|
+
PauseOutlinedIcon: () => import_PauseOutlined.default,
|
|
61
|
+
PlayFilledIcon: () => import_PlayFilled.default,
|
|
62
|
+
PlayOutlinedIcon: () => import_PlayOutlined.default,
|
|
63
|
+
QRCodeOutlinedIcon: () => import_QRCodeOutlined.default,
|
|
64
|
+
ReportOutlinedIcon: () => import_ReportOutlined.default,
|
|
65
|
+
SeatFilledIcon: () => import_SeatFilled.default,
|
|
66
|
+
SeatOutlinedIcon: () => import_SeatOutlined.default,
|
|
67
|
+
ShareFilledIcon: () => import_ShareFilled.default,
|
|
68
|
+
ShareOutlinedIcon: () => import_ShareOutlined.default,
|
|
69
|
+
ShowOutlinedIcon: () => import_ShowOutlined.default,
|
|
70
|
+
SuccessCircleFilledIcon: () => import_SuccessCircleFilled.default,
|
|
71
|
+
SuccessCircleOutlinedIcon: () => import_SuccessCircleOutlined.default,
|
|
72
|
+
SuccessOutlinedIcon: () => import_SuccessOutlined.default,
|
|
73
|
+
ThumbDownFilledIcon: () => import_ThumbDownFilled.default,
|
|
74
|
+
ThumbDownOutlinedIcon: () => import_ThumbDownOutlined.default,
|
|
75
|
+
ThumbUpFilledIcon: () => import_ThumbUpFilled.default,
|
|
76
|
+
ThumbUpOutlinedIcon: () => import_ThumbUpOutlined.default,
|
|
77
|
+
VolumeMuteFilledIcon: () => import_VolumeMuteFilled.default,
|
|
78
|
+
VolumeMuteOutlinedIcon: () => import_VolumeMuteOutlined.default,
|
|
79
|
+
VolumeUpFilledIcon: () => import_VolumeUpFilled.default,
|
|
80
|
+
VolumeUpOutlinedIcon: () => import_VolumeUpOutlined.default,
|
|
81
|
+
WantCartFilledIcon: () => import_WantCartFilled.default,
|
|
82
|
+
WantCartOutlinedIcon: () => import_WantCartOutlined.default
|
|
83
|
+
});
|
|
84
|
+
module.exports = __toCommonJS(components_exports);
|
|
85
|
+
var import_AddCircleFilled = __toESM(require("./AddCircleFilled"));
|
|
86
|
+
var import_AddCircleOutlined = __toESM(require("./AddCircleOutlined"));
|
|
87
|
+
var import_AlertCircleFilled = __toESM(require("./AlertCircleFilled"));
|
|
88
|
+
var import_AlertCircleOutlined = __toESM(require("./AlertCircleOutlined"));
|
|
89
|
+
var import_AnnounceFilled = __toESM(require("./AnnounceFilled"));
|
|
90
|
+
var import_AnnounceOutlined = __toESM(require("./AnnounceOutlined"));
|
|
91
|
+
var import_ArrowDownCircleFilled = __toESM(require("./ArrowDownCircleFilled"));
|
|
92
|
+
var import_ArrowDownCircleOutlined = __toESM(require("./ArrowDownCircleOutlined"));
|
|
93
|
+
var import_ArrowLeftCircleFilled = __toESM(require("./ArrowLeftCircleFilled"));
|
|
94
|
+
var import_ArrowLeftCircleOutlined = __toESM(require("./ArrowLeftCircleOutlined"));
|
|
95
|
+
var import_ArrowRightCircleFilled = __toESM(require("./ArrowRightCircleFilled"));
|
|
96
|
+
var import_ArrowRightCircleOutlined = __toESM(require("./ArrowRightCircleOutlined"));
|
|
97
|
+
var import_ArrowUpCircleFilled = __toESM(require("./ArrowUpCircleFilled"));
|
|
98
|
+
var import_ArrowUpCircleOutlined = __toESM(require("./ArrowUpCircleOutlined"));
|
|
99
|
+
var import_CloseCircleFilled = __toESM(require("./CloseCircleFilled"));
|
|
100
|
+
var import_CloseCircleOutlined = __toESM(require("./CloseCircleOutlined"));
|
|
101
|
+
var import_CommentFilled = __toESM(require("./CommentFilled"));
|
|
102
|
+
var import_CommentOutlined = __toESM(require("./CommentOutlined"));
|
|
103
|
+
var import_CouponFilled = __toESM(require("./CouponFilled"));
|
|
104
|
+
var import_ExtractOutlined = __toESM(require("./ExtractOutlined"));
|
|
105
|
+
var import_FullScreenOutlined = __toESM(require("./FullScreenOutlined"));
|
|
106
|
+
var import_HeartAddOutlined = __toESM(require("./HeartAddOutlined"));
|
|
107
|
+
var import_HeartFilled = __toESM(require("./HeartFilled"));
|
|
108
|
+
var import_HeartOutlined = __toESM(require("./HeartOutlined"));
|
|
109
|
+
var import_HelpCircleFilled = __toESM(require("./HelpCircleFilled"));
|
|
110
|
+
var import_HelpCircleOutlined = __toESM(require("./HelpCircleOutlined"));
|
|
111
|
+
var import_LinkOutlined = __toESM(require("./LinkOutlined"));
|
|
112
|
+
var import_LocationFilled = __toESM(require("./LocationFilled"));
|
|
113
|
+
var import_LocationOutlined = __toESM(require("./LocationOutlined"));
|
|
114
|
+
var import_PauseFilled = __toESM(require("./PauseFilled"));
|
|
115
|
+
var import_PauseOutlined = __toESM(require("./PauseOutlined"));
|
|
116
|
+
var import_PlayFilled = __toESM(require("./PlayFilled"));
|
|
117
|
+
var import_PlayOutlined = __toESM(require("./PlayOutlined"));
|
|
118
|
+
var import_QRCodeOutlined = __toESM(require("./QRCodeOutlined"));
|
|
119
|
+
var import_ReportOutlined = __toESM(require("./ReportOutlined"));
|
|
120
|
+
var import_SeatFilled = __toESM(require("./SeatFilled"));
|
|
121
|
+
var import_SeatOutlined = __toESM(require("./SeatOutlined"));
|
|
122
|
+
var import_ShareFilled = __toESM(require("./ShareFilled"));
|
|
123
|
+
var import_ShareOutlined = __toESM(require("./ShareOutlined"));
|
|
124
|
+
var import_ShowOutlined = __toESM(require("./ShowOutlined"));
|
|
125
|
+
var import_SuccessCircleFilled = __toESM(require("./SuccessCircleFilled"));
|
|
126
|
+
var import_SuccessCircleOutlined = __toESM(require("./SuccessCircleOutlined"));
|
|
127
|
+
var import_SuccessOutlined = __toESM(require("./SuccessOutlined"));
|
|
128
|
+
var import_ThumbDownFilled = __toESM(require("./ThumbDownFilled"));
|
|
129
|
+
var import_ThumbDownOutlined = __toESM(require("./ThumbDownOutlined"));
|
|
130
|
+
var import_ThumbUpFilled = __toESM(require("./ThumbUpFilled"));
|
|
131
|
+
var import_ThumbUpOutlined = __toESM(require("./ThumbUpOutlined"));
|
|
132
|
+
var import_VolumeMuteFilled = __toESM(require("./VolumeMuteFilled"));
|
|
133
|
+
var import_VolumeMuteOutlined = __toESM(require("./VolumeMuteOutlined"));
|
|
134
|
+
var import_VolumeUpFilled = __toESM(require("./VolumeUpFilled"));
|
|
135
|
+
var import_VolumeUpOutlined = __toESM(require("./VolumeUpOutlined"));
|
|
136
|
+
var import_WantCartFilled = __toESM(require("./WantCartFilled"));
|
|
137
|
+
var import_WantCartOutlined = __toESM(require("./WantCartOutlined"));
|
|
138
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
139
|
+
0 && (module.exports = {
|
|
140
|
+
AddCircleFilledIcon,
|
|
141
|
+
AddCircleOutlinedIcon,
|
|
142
|
+
AlertCircleFilledIcon,
|
|
143
|
+
AlertCircleOutlinedIcon,
|
|
144
|
+
AnnounceFilledIcon,
|
|
145
|
+
AnnounceOutlinedIcon,
|
|
146
|
+
ArrowDownCircleFilledIcon,
|
|
147
|
+
ArrowDownCircleOutlinedIcon,
|
|
148
|
+
ArrowLeftCircleFilledIcon,
|
|
149
|
+
ArrowLeftCircleOutlinedIcon,
|
|
150
|
+
ArrowRightCircleFilledIcon,
|
|
151
|
+
ArrowRightCircleOutlinedIcon,
|
|
152
|
+
ArrowUpCircleFilledIcon,
|
|
153
|
+
ArrowUpCircleOutlinedIcon,
|
|
154
|
+
CloseCircleFilledIcon,
|
|
155
|
+
CloseCircleOutlinedIcon,
|
|
156
|
+
CommentFilledIcon,
|
|
157
|
+
CommentOutlinedIcon,
|
|
158
|
+
CouponFilledIcon,
|
|
159
|
+
ExtractOutlinedIcon,
|
|
160
|
+
FullScreenOutlinedIcon,
|
|
161
|
+
HeartAddOutlinedIcon,
|
|
162
|
+
HeartFilledIcon,
|
|
163
|
+
HeartOutlinedIcon,
|
|
164
|
+
HelpCircleFilledIcon,
|
|
165
|
+
HelpCircleOutlinedIcon,
|
|
166
|
+
LinkOutlinedIcon,
|
|
167
|
+
LocationFilledIcon,
|
|
168
|
+
LocationOutlinedIcon,
|
|
169
|
+
PauseFilledIcon,
|
|
170
|
+
PauseOutlinedIcon,
|
|
171
|
+
PlayFilledIcon,
|
|
172
|
+
PlayOutlinedIcon,
|
|
173
|
+
QRCodeOutlinedIcon,
|
|
174
|
+
ReportOutlinedIcon,
|
|
175
|
+
SeatFilledIcon,
|
|
176
|
+
SeatOutlinedIcon,
|
|
177
|
+
ShareFilledIcon,
|
|
178
|
+
ShareOutlinedIcon,
|
|
179
|
+
ShowOutlinedIcon,
|
|
180
|
+
SuccessCircleFilledIcon,
|
|
181
|
+
SuccessCircleOutlinedIcon,
|
|
182
|
+
SuccessOutlinedIcon,
|
|
183
|
+
ThumbDownFilledIcon,
|
|
184
|
+
ThumbDownOutlinedIcon,
|
|
185
|
+
ThumbUpFilledIcon,
|
|
186
|
+
ThumbUpOutlinedIcon,
|
|
187
|
+
VolumeMuteFilledIcon,
|
|
188
|
+
VolumeMuteOutlinedIcon,
|
|
189
|
+
VolumeUpFilledIcon,
|
|
190
|
+
VolumeUpOutlinedIcon,
|
|
191
|
+
WantCartFilledIcon,
|
|
192
|
+
WantCartOutlinedIcon
|
|
193
|
+
});
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
.icon-container {
|
|
2
|
+
display: flex;
|
|
3
|
+
color: #2e333e;
|
|
4
|
+
font-size: 15px;
|
|
5
|
+
width: 100%;
|
|
6
|
+
}
|
|
7
|
+
.icon-container .bui-radio-group {
|
|
8
|
+
width: 80px;
|
|
9
|
+
flex: 0 0 auto;
|
|
10
|
+
margin-right: 12px;
|
|
11
|
+
}
|
|
12
|
+
.icon-container .icon-panel {
|
|
13
|
+
flex: 1 1 auto;
|
|
14
|
+
display: flex;
|
|
15
|
+
flex-direction: column;
|
|
16
|
+
}
|
|
17
|
+
.icon-container .bui-input-wrapper {
|
|
18
|
+
width: 70%;
|
|
19
|
+
background: var(--bui-color-bg-default);
|
|
20
|
+
margin-bottom: 9px;
|
|
21
|
+
}
|
|
22
|
+
.icon-container-hint {
|
|
23
|
+
font-size: 13px;
|
|
24
|
+
color: var(--bui-color-success);
|
|
25
|
+
padding: 0 12px 9px;
|
|
26
|
+
}
|
|
27
|
+
.icon-container-content {
|
|
28
|
+
overflow: auto;
|
|
29
|
+
}
|
|
30
|
+
.icon-container-modal {
|
|
31
|
+
display: flex;
|
|
32
|
+
justify-content: center;
|
|
33
|
+
align-items: center;
|
|
34
|
+
}
|
|
35
|
+
.modal-content {
|
|
36
|
+
display: flex;
|
|
37
|
+
flex-direction: column;
|
|
38
|
+
padding: 10px 20px;
|
|
39
|
+
align-items: center;
|
|
40
|
+
border-radius: 10px;
|
|
41
|
+
background-color: var(--bui-color-bg-view);
|
|
42
|
+
}
|
|
43
|
+
.modal-content div:first-child {
|
|
44
|
+
font-weight: bolder;
|
|
45
|
+
font-size: 20px;
|
|
46
|
+
}
|
|
47
|
+
.modal-content div:nth-child(n+2) {
|
|
48
|
+
user-select: all;
|
|
49
|
+
}
|
|
50
|
+
.modal-content div:nth-child(n+2)::selection {
|
|
51
|
+
background-color: rgba(0, 0, 0, 0.2);
|
|
52
|
+
}
|
|
53
|
+
.icon-item {
|
|
54
|
+
width: 128px;
|
|
55
|
+
display: inline-flex;
|
|
56
|
+
align-items: center;
|
|
57
|
+
justify-content: center;
|
|
58
|
+
color: var(--bui-color-fg-default);
|
|
59
|
+
background: var(--bui-color-bg-default);
|
|
60
|
+
flex-direction: column;
|
|
61
|
+
border-radius: 6px;
|
|
62
|
+
margin: 5px;
|
|
63
|
+
padding: 9px;
|
|
64
|
+
cursor: pointer;
|
|
65
|
+
}
|
|
66
|
+
.icon-name {
|
|
67
|
+
font-size: 10px;
|
|
68
|
+
overflow: hidden;
|
|
69
|
+
white-space: nowrap;
|
|
70
|
+
text-overflow: ellipsis;
|
|
71
|
+
padding: 5px 3px;
|
|
72
|
+
text-align: center;
|
|
73
|
+
width: 100%;
|
|
74
|
+
color: var(--bui-color-fg-default);
|
|
75
|
+
}
|
|
@@ -0,0 +1,140 @@
|
|
|
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 demo_exports = {};
|
|
29
|
+
__export(demo_exports, {
|
|
30
|
+
default: () => demo_default
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(demo_exports);
|
|
33
|
+
var import_react = __toESM(require("react"));
|
|
34
|
+
var import_react2 = require("@bifrostui/react");
|
|
35
|
+
var iconComponents = __toESM(require("../components"));
|
|
36
|
+
var import_index = require("./index.css");
|
|
37
|
+
const allIconsMap = {};
|
|
38
|
+
const allIcons = Object.keys(iconComponents).sort().map((importName) => {
|
|
39
|
+
let theme;
|
|
40
|
+
if (importName.indexOf("Outlined") !== -1) {
|
|
41
|
+
theme = "Outlined";
|
|
42
|
+
} else {
|
|
43
|
+
theme = "Filled";
|
|
44
|
+
}
|
|
45
|
+
const name = importName.replace(/(Outlined|Filled|)$/, "");
|
|
46
|
+
const icon = {
|
|
47
|
+
importName,
|
|
48
|
+
name,
|
|
49
|
+
theme,
|
|
50
|
+
Component: iconComponents[importName]
|
|
51
|
+
};
|
|
52
|
+
allIconsMap[importName] = icon;
|
|
53
|
+
return icon;
|
|
54
|
+
});
|
|
55
|
+
const IconDemo = () => {
|
|
56
|
+
const [search, setSearch] = (0, import_react.useState)("");
|
|
57
|
+
const [theme, setTheme] = (0, import_react.useState)("");
|
|
58
|
+
const [icons, setIcons] = (0, import_react.useState)(allIcons);
|
|
59
|
+
const [open, setOpen] = (0, import_react.useState)(false);
|
|
60
|
+
const [currentIcon, setCurrentIcon] = (0, import_react.useState)(null);
|
|
61
|
+
(0, import_react.useEffect)(() => {
|
|
62
|
+
setIcons(
|
|
63
|
+
allIcons.filter((item) => {
|
|
64
|
+
var _a;
|
|
65
|
+
const category = (theme == null ? void 0 : theme.toLowerCase()) || "";
|
|
66
|
+
const componentName = ((_a = item.importName) == null ? void 0 : _a.toLowerCase()) || "";
|
|
67
|
+
if (category === "all") {
|
|
68
|
+
return item;
|
|
69
|
+
}
|
|
70
|
+
if (category === "others" && componentName.indexOf("filled") === -1 && componentName.indexOf("outlined") === -1) {
|
|
71
|
+
return item;
|
|
72
|
+
}
|
|
73
|
+
if (componentName.indexOf(category) !== -1) {
|
|
74
|
+
return item;
|
|
75
|
+
}
|
|
76
|
+
return false;
|
|
77
|
+
})
|
|
78
|
+
);
|
|
79
|
+
}, [theme]);
|
|
80
|
+
(0, import_react.useEffect)(() => {
|
|
81
|
+
setIcons(
|
|
82
|
+
allIcons.filter((item) => {
|
|
83
|
+
var _a;
|
|
84
|
+
if (((_a = item.importName) == null ? void 0 : _a.toLowerCase().indexOf(search.toLowerCase())) !== -1) {
|
|
85
|
+
return item;
|
|
86
|
+
}
|
|
87
|
+
return false;
|
|
88
|
+
})
|
|
89
|
+
);
|
|
90
|
+
}, [search]);
|
|
91
|
+
return /* @__PURE__ */ import_react.default.createElement("div", { className: "icon-container" }, /* @__PURE__ */ import_react.default.createElement(
|
|
92
|
+
import_react2.RadioGroup,
|
|
93
|
+
{
|
|
94
|
+
value: theme,
|
|
95
|
+
onChange: (_, data) => {
|
|
96
|
+
setTheme(data.value);
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
/* @__PURE__ */ import_react.default.createElement(import_react2.Radio, { value: "All" }, "All"),
|
|
100
|
+
/* @__PURE__ */ import_react.default.createElement(import_react2.Radio, { value: "Filled" }, "Filled"),
|
|
101
|
+
/* @__PURE__ */ import_react.default.createElement(import_react2.Radio, { value: "Outlined" }, "Outlined"),
|
|
102
|
+
/* @__PURE__ */ import_react.default.createElement(import_react2.Radio, { value: "Others" }, "Others")
|
|
103
|
+
), /* @__PURE__ */ import_react.default.createElement("div", { className: "icon-panel" }, /* @__PURE__ */ import_react.default.createElement(
|
|
104
|
+
import_react2.Input,
|
|
105
|
+
{
|
|
106
|
+
placeholder: "Search icons",
|
|
107
|
+
value: search,
|
|
108
|
+
onChange: (e) => {
|
|
109
|
+
setSearch(e.target.value);
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
), search ? /* @__PURE__ */ import_react.default.createElement("div", { className: "icon-container-hint" }, icons.length, " matching results") : null, /* @__PURE__ */ import_react.default.createElement("div", { className: "icon-container-content" }, icons.map((icon) => {
|
|
113
|
+
return /* @__PURE__ */ import_react.default.createElement(
|
|
114
|
+
"div",
|
|
115
|
+
{
|
|
116
|
+
className: "icon-item",
|
|
117
|
+
key: icon.importName,
|
|
118
|
+
title: icon.importName,
|
|
119
|
+
onClick: () => {
|
|
120
|
+
setCurrentIcon(icon);
|
|
121
|
+
setOpen(true);
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
/* @__PURE__ */ import_react.default.createElement(icon.Component, { size: "large" }),
|
|
125
|
+
/* @__PURE__ */ import_react.default.createElement("div", { className: "icon-name" }, icon.importName)
|
|
126
|
+
);
|
|
127
|
+
}))), /* @__PURE__ */ import_react.default.createElement(
|
|
128
|
+
import_react2.Modal,
|
|
129
|
+
{
|
|
130
|
+
className: "icon-container-modal",
|
|
131
|
+
open,
|
|
132
|
+
onClose: () => {
|
|
133
|
+
setOpen(false);
|
|
134
|
+
setCurrentIcon(null);
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
/* @__PURE__ */ import_react.default.createElement("div", { className: "modal-content" }, /* @__PURE__ */ import_react.default.createElement("div", null, " ", currentIcon == null ? void 0 : currentIcon.importName), /* @__PURE__ */ import_react.default.createElement("div", null, "import ", `{ ${currentIcon == null ? void 0 : currentIcon.importName} }`, " from '@bifrostui/icons-pioneer';"), currentIcon ? /* @__PURE__ */ import_react.default.createElement(currentIcon.Component, { style: { fontSize: "100px" } }) : null)
|
|
138
|
+
));
|
|
139
|
+
};
|
|
140
|
+
var demo_default = IconDemo;
|
package/dist/index.d.ts
ADDED