@bifrostui/icons 2.0.0-beta.3 → 2.0.0-beta.5

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.
Files changed (33) hide show
  1. package/dist/components/AddCircleOutlinedBold.d.ts +3 -0
  2. package/dist/components/AddCircleOutlinedBold.js +37 -0
  3. package/dist/components/BlockCircleOutlinedIconBold.d.ts +3 -0
  4. package/dist/components/BlockCircleOutlinedIconBold.js +37 -0
  5. package/dist/components/FilmSheet.d.ts +3 -0
  6. package/dist/components/FilmSheet.js +37 -0
  7. package/dist/components/Schedule.d.ts +3 -0
  8. package/dist/components/Schedule.js +37 -0
  9. package/dist/components/SiffHome.d.ts +3 -0
  10. package/dist/components/SiffHome.js +37 -0
  11. package/dist/components/Store.d.ts +3 -0
  12. package/dist/components/Store.js +37 -0
  13. package/dist/components/index.d.ts +3 -0
  14. package/dist/components/index.js +11 -2
  15. package/dist/components/transFilled.d.ts +3 -0
  16. package/dist/components/transFilled.js +37 -0
  17. package/es/components/AddCircleOutlinedBold.d.ts +3 -0
  18. package/es/components/AddCircleOutlinedBold.js +8 -0
  19. package/es/components/BlockCircleOutlinedIconBold.d.ts +3 -0
  20. package/es/components/BlockCircleOutlinedIconBold.js +8 -0
  21. package/es/components/FilmSheet.d.ts +3 -0
  22. package/es/components/FilmSheet.js +8 -0
  23. package/es/components/Schedule.d.ts +3 -0
  24. package/es/components/Schedule.js +8 -0
  25. package/es/components/SiffHome.d.ts +3 -0
  26. package/es/components/SiffHome.js +8 -0
  27. package/es/components/Store.d.ts +3 -0
  28. package/es/components/Store.js +8 -0
  29. package/es/components/index.d.ts +3 -0
  30. package/es/components/index.js +466 -460
  31. package/es/components/transFilled.d.ts +3 -0
  32. package/es/components/transFilled.js +8 -0
  33. package/package.json +3 -3
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const _default: import("react").ForwardRefExoticComponent<import("..").ISvgIconProps & import("react").RefAttributes<unknown>>;
3
+ export default _default;
@@ -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 AddCircleOutlinedBold_exports = {};
29
+ __export(AddCircleOutlinedBold_exports, {
30
+ default: () => AddCircleOutlinedBold_default
31
+ });
32
+ module.exports = __toCommonJS(AddCircleOutlinedBold_exports);
33
+ var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
34
+ var AddCircleOutlinedBold_default = (0, import_createSvgIcon.default)(
35
+ '<path d="M48 1.2c25.8 0 46.8 21 46.8 46.8S73.8 94.8 48 94.8 1.2 73.8 1.2 48 22.2 1.2 48 1.2Zm0 8.3C26.7 9.5 9.5 26.7 9.5 48S26.7 86.5 48 86.5 86.5 69.3 86.5 48 69.3 9.5 48 9.5Zm0 17.8c2.3 0 4.1 1.9 4.1 4.1v12.4h12.4c2.3 0 4.1 1.9 4.1 4.1S66.7 52 64.5 52H52.1v12.4c0 2.3-1.9 4.1-4.1 4.1s-4.1-1.9-4.1-4.1V52H31.5c-2.3 0-4.1-1.9-4.1-4.1s1.9-4.1 4.1-4.1h12.4V31.4c0-2.3 1.9-4.1 4.1-4.1Z" style="fill:#11192d"/>',
36
+ "AddCircleOutlinedBoldIcon"
37
+ );
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const _default: import("react").ForwardRefExoticComponent<import("..").ISvgIconProps & import("react").RefAttributes<unknown>>;
3
+ export default _default;
@@ -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 BlockCircleOutlinedIconBold_exports = {};
29
+ __export(BlockCircleOutlinedIconBold_exports, {
30
+ default: () => BlockCircleOutlinedIconBold_default
31
+ });
32
+ module.exports = __toCommonJS(BlockCircleOutlinedIconBold_exports);
33
+ var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
34
+ var BlockCircleOutlinedIconBold_default = (0, import_createSvgIcon.default)(
35
+ '<path d="M94.8 48c0-25.8-21-46.8-46.8-46.8S1.2 22.2 1.2 48s21 46.8 46.8 46.8 46.8-21 46.8-46.8ZM9.5 48C9.5 26.7 26.7 9.5 48 9.5S86.5 26.7 86.5 48 69.3 86.5 48 86.5 9.5 69.3 9.5 48Zm21.9 4.1c-2.3 0-4.1-1.9-4.1-4.1s1.9-4.1 4.1-4.1h33.1c2.3 0 4.1 1.9 4.1 4.1s-1.9 4.1-4.1 4.1H31.4Z" style="fill:#231815;fill-rule:evenodd"/>',
36
+ "BlockCircleOutlinedIconBoldIcon"
37
+ );
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const _default: import("react").ForwardRefExoticComponent<import("..").ISvgIconProps & import("react").RefAttributes<unknown>>;
3
+ export default _default;
@@ -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 FilmSheet_exports = {};
29
+ __export(FilmSheet_exports, {
30
+ default: () => FilmSheet_default
31
+ });
32
+ module.exports = __toCommonJS(FilmSheet_exports);
33
+ var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
34
+ var FilmSheet_default = (0, import_createSvgIcon.default)(
35
+ '<path d="M38.2 13.9v3.5H59v-3.5c0-2.2 1.8-4 4-4s4 1.8 4 4v3.5c5.4 0 10.1 2 13.9 5.9 3.9 3.9 5.9 8.6 5.9 14.1v28.8c0 5.5-2 10.2-5.9 14.1-3.9 3.9-8.6 5.9-14.1 5.9H30.4c-5.5 0-10.2-2-14.1-5.9-3.9-3.9-5.9-8.6-5.9-14.1V37.4c0-5.5 2-10.2 5.9-14.1 3.9-3.9 8.5-5.8 13.9-5.9v-3.5c0-2.2 1.8-4 4-4s4 1.8 4 4Zm-8 11.5c-3.2 0-6 1.2-8.3 3.5-2.3 2.3-3.5 5.2-3.5 8.5v1.4h60.4v-1.4c0-3.3-1.2-6.1-3.5-8.5-2.3-2.3-5-3.5-8.3-3.5V28c0 2.2-1.8 4-4 4s-4-1.8-4-4v-2.6H38.2V28c0 2.2-1.8 4-4 4s-4-1.8-4-4v-2.6Zm48.6 21.4H18.4v19.4c0 3.3 1.2 6.1 3.5 8.5 2.3 2.3 5.2 3.5 8.5 3.5h36.4c3.3 0 6.1-1.2 8.5-3.5 2.3-2.3 3.5-5.2 3.5-8.5V46.8ZM32.9 63.4H52.7c2.2 0 4-1.8 4-4s-1.8-4-4-4H32.9c-2.2 0-4 1.8-4 4s1.8 4 4 4Z" style="fill:#030b1a;fill-rule:evenodd"/>',
36
+ "FilmSheetIcon"
37
+ );
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const _default: import("react").ForwardRefExoticComponent<import("..").ISvgIconProps & import("react").RefAttributes<unknown>>;
3
+ export default _default;
@@ -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 Schedule_exports = {};
29
+ __export(Schedule_exports, {
30
+ default: () => Schedule_default
31
+ });
32
+ module.exports = __toCommonJS(Schedule_exports);
33
+ var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
34
+ var Schedule_default = (0, import_createSvgIcon.default)(
35
+ '<path d="M88.2 48c0 11.1-3.9 20.6-11.8 28.4-7.8 7.8-17.3 11.8-28.4 11.8-11.1 0-20.6-3.9-28.4-11.8C11.8 68.6 7.8 59.1 7.8 48c0-11.1 3.9-20.6 11.8-28.4C27.4 11.8 36.9 7.8 48 7.8c11.1 0 20.6 3.9 28.4 11.8 7.8 7.8 11.8 17.3 11.8 28.4Zm-8 0c0-8.9-3.1-16.5-9.4-22.8-6.3-6.3-13.9-9.4-22.8-9.4s-16.5 3.1-22.8 9.4c-6.3 6.3-9.4 13.9-9.4 22.8s3.1 16.5 9.4 22.8c6.3 6.3 13.9 9.4 22.8 9.4s16.5-3.1 22.8-9.4c6.3-6.3 9.4-13.9 9.4-22.8ZM44.1 61.5c-1.8-.6-3.5-1.9-5-3.7-1-1.2-2.7-1.8-4.3-1.4-2.3.5-3.7 2.8-3.2 5.1.2.7.5 1.3.9 1.8 2.6 3.1 5.5 5.2 8.8 6.3 3.3 1.2 6.9 1.3 10.7.4 3.8-.9 6.9-2.6 9.4-5 1.3-1.3 2.4-2.8 3.3-4.5.4 0 .7 0 1.1-.1 2.3-.5 3.7-2.8 3.2-5.1-.2-1-.8-1.9-1.7-2.5L64.9 51c-.9-.7-2.1-.9-3.2-.8s-2.1.8-2.8 1.7c-.3.4-.6.9-.7 1.5-.6 2.3-1.5 4.2-2.9 5.5-1.3 1.3-3.1 2.2-5.2 2.7-2.2.5-4.2.5-5.9-.2Z" style="fill:#030b1a;fill-rule:evenodd"/>',
36
+ "ScheduleIcon"
37
+ );
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const _default: import("react").ForwardRefExoticComponent<import("..").ISvgIconProps & import("react").RefAttributes<unknown>>;
3
+ export default _default;
@@ -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 SiffHome_exports = {};
29
+ __export(SiffHome_exports, {
30
+ default: () => SiffHome_default
31
+ });
32
+ module.exports = __toCommonJS(SiffHome_exports);
33
+ var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
34
+ var SiffHome_default = (0, import_createSvgIcon.default)(
35
+ '<path d="M39.8 7.7v.2c0 1.4-.6 2.4-1.4 3.2v10.7c-1.2-.5-2.3-1.3-3.2-2.3v-8.4c-.8-.7-1.3-1.6-1.3-3v-.3c0-.8.4-1.6 1-1.8.2-1.3 1.1-2.2 2.1-2.2s1.8.9 2.1 2.2c.5.3.8 1 .8 1.8Zm27 84.5c2.4 2.1 4 .8 4.2-.2 0-.1 0-.2-.1-.3-.2-.1-.4-.2-.6-.4l-.7-.5c-1.1-.9-2.4-2.4-3.8-4.8-3.3-5.6-6.8-17-5.7-22.6v-.3h-.6c-1.6.8-3.2 1.3-4.9 1.1h-.1s.1-.1.4-.2c1.9-.7 3.3-1.5 4.1-2.3.5-.5.9-1 1.1-1.4 1.2-2.3 1.2-4.3.9-15-.1-3.8-.4-14 5-18.7 1.2-1 3.5-3 4.7-3.8 3.9-2.5 9.1-7.7 18-8.3 1.4 0 3.1-2.4-1.4-2.9-4.8-.6-10-.9-16.5 2.5-2.7 1.4-12.7 9.3-21.1 9.4v-8.9c1.2-.7 2-1.6 2-3v-.2c0-.7-.5-1.4-1.3-1.6-.4-1.2-1.6-2.1-3.1-2.1s-2.8.9-3.1 2c-.8.2-1.5.9-1.5 1.7v.3c0 1.3.8 2.1 1.9 2.8v8.7c0 .1 0 .2-.2.3-1 .3-3.9-.5-7.9-2.6-.2-.1-.5-.2-.7-.4-2.1-1.1-5.2-2.8-9.6-2.4-4.7.4-9.3 3.4-11.3 4.8-.1 0-.4.3-.6.5h-.2s.2-.4.7-.9c2.1-2.2 4.7-4.1 8.3-5.4 2-.7 4.1-.8 6.1-.6 0 0 .2-.1 0-.2-2.8-.6-5.3-.9-8.3-.4-7.8 1.5-11.4 7-12.8 9.9-.3.5-.3.9-.1 1.1 0 0 .1 0 .2.1 0 .1.6.1 1.6 0 1.4-.2 3.5-.3 5.9 0 1.1.1 2.1.3 3.1.5 5.4 1.1 11.1 4.2 11.7 8.9.5 4.3.7 13.4.4 18.7-.2 3.3.3 5.2 1.4 5.7.4.1.4 1.4.2 3.8l-.2 2c-.5 6.2-1.2 13.2-6.1 20.2-1.3 1.9-3 3.6-4.7 5.7v.2s0 .2.2.3c.6.4 2.5 1.2 4.4-.7 1.4-1.4 3.2-3.2 5.1-5.8 2.8-3.6 5.1-8 6.5-11.9 2.1-5.5 2.9-8.9 2.6-10.4.9.3 1.7.4 2.2.3 1.2 16.9 1.9 26.1 2.1 27.8.3 2.7 3.4 1.9 3.5 0 0-1.5 1.6-21.9 2.1-27.1 0-.6.2-.6.4-.7.6 0 1.2-.2 1.7-.5.1 0 .1.1.1.6 0 .6 0 1.5.2 2.7 1.1 6 5.5 18.7 14.4 24.9Z" style="fill:#030b1a;fill-rule:evenodd"/>',
36
+ "SiffHomeIcon"
37
+ );
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const _default: import("react").ForwardRefExoticComponent<import("..").ISvgIconProps & import("react").RefAttributes<unknown>>;
3
+ export default _default;
@@ -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 Store_exports = {};
29
+ __export(Store_exports, {
30
+ default: () => Store_default
31
+ });
32
+ module.exports = __toCommonJS(Store_exports);
33
+ var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
34
+ var Store_default = (0, import_createSvgIcon.default)(
35
+ '<path d="m6.1 31.5 9.5-17.9C17.5 9.8 20.8 8 25.3 8h46.6c4.5 0 7.8 1.9 9.7 5.7l9.5 17.8c3.2 6.3 2.1 11.8-3.3 16.6l-1.2.9v23c0 4.4-1.6 8.2-4.7 11.3C78.8 86.4 75 88 70.6 88h-44c-4.4 0-8.2-1.6-11.3-4.7-3.1-3.1-4.7-6.9-4.7-11.3V49l-1.2-.9C4 43.3 2.9 37.8 6.1 31.6Zm12.5 19.8V72c0 2.2.8 4.1 2.3 5.7 1.6 1.6 3.4 2.3 5.7 2.3h44c2.2 0 4.1-.8 5.7-2.3 1.6-1.6 2.3-3.4 2.3-5.7V51.3c-2.6 0-4.9-.8-7-2.3l-6.3-4.4-.7.8c-3.7 3.9-8.4 6.1-14 6.6s-10.7-.9-15-4.2c-1-.7-1.9-1.5-2.7-2.4l-.7-.8-6.3 4.4c-2.1 1.5-4.5 2.2-7 2.3Zm4.1-33.9-9.5 17.8c-1.3 2.6-.8 4.8 1.5 6.9 2 1.8 4.1 1.9 6.4.3l6.6-4.5c3.6-2.5 6.9-2.1 9.8 1l1 1c.5.5 1 1 1.6 1.4 2.8 2 6 2.9 9.7 2.6 3.6-.3 6.6-1.6 8.9-4.1l1-1c3-3.1 6.2-3.5 9.8-1l6.6 4.5c2.3 1.6 4.4 1.4 6.4-.3 2.3-2 2.8-4.3 1.5-6.8l-9.5-17.9c-.5-.9-1.3-1.3-2.6-1.3H25.3c-1.3 0-2.1.4-2.6 1.3Z" style="fill:#030b1a;fill-rule:evenodd"/>',
36
+ "StoreIcon"
37
+ );
@@ -5,6 +5,7 @@ export { default as AddIcon } from './Add';
5
5
  export { default as AddCircleFilledIcon } from './AddCircleFilled';
6
6
  export { default as AddCircleFilledBoldIcon } from './AddCircleFilledBold';
7
7
  export { default as AddCircleOutlinedIcon } from './AddCircleOutlined';
8
+ export { default as AddCircleOutlinedBoldIcon } from './AddCircleOutlinedBold';
8
9
  export { default as AddCouponOutlinedIcon } from './AddCouponOutlined';
9
10
  export { default as AddLargeIcon } from './AddLarge';
10
11
  export { default as AlarmOutlinedIcon } from './AlarmOutlined';
@@ -34,6 +35,7 @@ export { default as BankCardFilledIcon } from './BankCardFilled';
34
35
  export { default as BankCardOutlinedIcon } from './BankCardOutlined';
35
36
  export { default as BlockCircleFilledIcon } from './BlockCircleFilled';
36
37
  export { default as BlockCircleOutlinedIcon } from './BlockCircleOutlined';
38
+ export { default as BlockCircleOutlinedIconBoldIcon } from './BlockCircleOutlinedIconBold';
37
39
  export { default as BlockCircleOutlinedThinIcon } from './BlockCircleOutlinedThin';
38
40
  export { default as BogoOutlinedIcon } from './BogoOutlined';
39
41
  export { default as BoltFilledIcon } from './BoltFilled';
@@ -235,3 +237,4 @@ export { default as WifiOutlinedIcon } from './WifiOutlined';
235
237
  export { default as XiaMiCircleOutlinedIcon } from './XiaMiCircleOutlined';
236
238
  export { default as YouKuVipCircleOutlinedIcon } from './YouKuVipCircleOutlined';
237
239
  export { default as ZoomInOutlinedIcon } from './ZoomInOutlined';
240
+ export { default as transFilledIcon } from './transFilled';
@@ -32,6 +32,7 @@ __export(components_exports, {
32
32
  AccessTimeCircleOutlinedIcon: () => import_AccessTimeCircleOutlined.default,
33
33
  AddCircleFilledBoldIcon: () => import_AddCircleFilledBold.default,
34
34
  AddCircleFilledIcon: () => import_AddCircleFilled.default,
35
+ AddCircleOutlinedBoldIcon: () => import_AddCircleOutlinedBold.default,
35
36
  AddCircleOutlinedIcon: () => import_AddCircleOutlined.default,
36
37
  AddCouponOutlinedIcon: () => import_AddCouponOutlined.default,
37
38
  AddIcon: () => import_Add.default,
@@ -63,6 +64,7 @@ __export(components_exports, {
63
64
  BankCardOutlinedIcon: () => import_BankCardOutlined.default,
64
65
  BlockCircleFilledIcon: () => import_BlockCircleFilled.default,
65
66
  BlockCircleOutlinedIcon: () => import_BlockCircleOutlined.default,
67
+ BlockCircleOutlinedIconBoldIcon: () => import_BlockCircleOutlinedIconBold.default,
66
68
  BlockCircleOutlinedThinIcon: () => import_BlockCircleOutlinedThin.default,
67
69
  BogoOutlinedIcon: () => import_BogoOutlined.default,
68
70
  BoltFilledIcon: () => import_BoltFilled.default,
@@ -263,7 +265,8 @@ __export(components_exports, {
263
265
  WifiOutlinedIcon: () => import_WifiOutlined.default,
264
266
  XiaMiCircleOutlinedIcon: () => import_XiaMiCircleOutlined.default,
265
267
  YouKuVipCircleOutlinedIcon: () => import_YouKuVipCircleOutlined.default,
266
- ZoomInOutlinedIcon: () => import_ZoomInOutlined.default
268
+ ZoomInOutlinedIcon: () => import_ZoomInOutlined.default,
269
+ transFilledIcon: () => import_transFilled.default
267
270
  });
268
271
  module.exports = __toCommonJS(components_exports);
269
272
  var import_AccessTimeCircleFilled = __toESM(require("./AccessTimeCircleFilled"));
@@ -273,6 +276,7 @@ var import_Add = __toESM(require("./Add"));
273
276
  var import_AddCircleFilled = __toESM(require("./AddCircleFilled"));
274
277
  var import_AddCircleFilledBold = __toESM(require("./AddCircleFilledBold"));
275
278
  var import_AddCircleOutlined = __toESM(require("./AddCircleOutlined"));
279
+ var import_AddCircleOutlinedBold = __toESM(require("./AddCircleOutlinedBold"));
276
280
  var import_AddCouponOutlined = __toESM(require("./AddCouponOutlined"));
277
281
  var import_AddLarge = __toESM(require("./AddLarge"));
278
282
  var import_AlarmOutlined = __toESM(require("./AlarmOutlined"));
@@ -302,6 +306,7 @@ var import_BankCardFilled = __toESM(require("./BankCardFilled"));
302
306
  var import_BankCardOutlined = __toESM(require("./BankCardOutlined"));
303
307
  var import_BlockCircleFilled = __toESM(require("./BlockCircleFilled"));
304
308
  var import_BlockCircleOutlined = __toESM(require("./BlockCircleOutlined"));
309
+ var import_BlockCircleOutlinedIconBold = __toESM(require("./BlockCircleOutlinedIconBold"));
305
310
  var import_BlockCircleOutlinedThin = __toESM(require("./BlockCircleOutlinedThin"));
306
311
  var import_BogoOutlined = __toESM(require("./BogoOutlined"));
307
312
  var import_BoltFilled = __toESM(require("./BoltFilled"));
@@ -503,6 +508,7 @@ var import_WifiOutlined = __toESM(require("./WifiOutlined"));
503
508
  var import_XiaMiCircleOutlined = __toESM(require("./XiaMiCircleOutlined"));
504
509
  var import_YouKuVipCircleOutlined = __toESM(require("./YouKuVipCircleOutlined"));
505
510
  var import_ZoomInOutlined = __toESM(require("./ZoomInOutlined"));
511
+ var import_transFilled = __toESM(require("./transFilled"));
506
512
  // Annotate the CommonJS export names for ESM import in node:
507
513
  0 && (module.exports = {
508
514
  AccessTimeCircleFilledBoldIcon,
@@ -510,6 +516,7 @@ var import_ZoomInOutlined = __toESM(require("./ZoomInOutlined"));
510
516
  AccessTimeCircleOutlinedIcon,
511
517
  AddCircleFilledBoldIcon,
512
518
  AddCircleFilledIcon,
519
+ AddCircleOutlinedBoldIcon,
513
520
  AddCircleOutlinedIcon,
514
521
  AddCouponOutlinedIcon,
515
522
  AddIcon,
@@ -541,6 +548,7 @@ var import_ZoomInOutlined = __toESM(require("./ZoomInOutlined"));
541
548
  BankCardOutlinedIcon,
542
549
  BlockCircleFilledIcon,
543
550
  BlockCircleOutlinedIcon,
551
+ BlockCircleOutlinedIconBoldIcon,
544
552
  BlockCircleOutlinedThinIcon,
545
553
  BogoOutlinedIcon,
546
554
  BoltFilledIcon,
@@ -741,5 +749,6 @@ var import_ZoomInOutlined = __toESM(require("./ZoomInOutlined"));
741
749
  WifiOutlinedIcon,
742
750
  XiaMiCircleOutlinedIcon,
743
751
  YouKuVipCircleOutlinedIcon,
744
- ZoomInOutlinedIcon
752
+ ZoomInOutlinedIcon,
753
+ transFilledIcon
745
754
  });
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const _default: import("react").ForwardRefExoticComponent<import("..").ISvgIconProps & import("react").RefAttributes<unknown>>;
3
+ export default _default;
@@ -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 transFilled_exports = {};
29
+ __export(transFilled_exports, {
30
+ default: () => transFilled_default
31
+ });
32
+ module.exports = __toCommonJS(transFilled_exports);
33
+ var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
34
+ var transFilled_default = (0, import_createSvgIcon.default)(
35
+ '<path d="m72.9 43.1-7.4-2.7c-.4 0-.8-.2-1.1-.2-1.9 0-3.4 1.5-3.4 3.4s.9 2.7 2.2 3.1l12.3 4.5c1.7.6 3.7-.3 4.3-2 0-.4.2-.8.2-1.1 0-8.8-3.1-16.4-9.4-22.6-6.2-6.2-13.8-9.4-22.6-9.4s-16.4 3.1-22.6 9.4c-3 3-5.2 6.3-6.9 10.2-.2.4-.3.9-.3 1.3 0 1.9 1.5 3.4 3.4 3.4s2.6-.8 3.1-2c1.3-3 3.1-5.7 5.4-8C35 25.5 41 23 48 23s12.9 2.5 17.9 7.4c3.7 3.7 6.1 8 7 12.9v-.2Zm-49.8 9.8 7.4 2.7c.4 0 .8.2 1.1.2 1.9 0 3.3-1.5 3.3-3.3s-.9-2.7-2.2-3.1l-12.3-4.5c-1.7-.6-3.7.3-4.3 2-.1.4-.2.8-.2 1.1 0 8.8 3.1 16.4 9.4 22.6 6.2 6.2 13.8 9.4 22.6 9.4s16.4-3.1 22.6-9.4c3-3 5.2-6.3 6.9-10.2.2-.4.3-.9.3-1.3 0-1.9-1.5-3.3-3.3-3.3s-2.6.8-3.1 2c-1.3 3-3.1 5.7-5.4 8C61 70.7 55 73.2 48 73.2s-12.9-2.5-17.9-7.4c-3.7-3.7-6.1-8-7-12.9Z" style="fill-rule:evenodd"/>',
36
+ "transFilledIcon"
37
+ );
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const _default: import("react").ForwardRefExoticComponent<import("..").ISvgIconProps & import("react").RefAttributes<unknown>>;
3
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import createSvgIcon from "../utils/createSvgIcon";
2
+ var AddCircleOutlinedBold_default = createSvgIcon(
3
+ '<path d="M48 1.2c25.8 0 46.8 21 46.8 46.8S73.8 94.8 48 94.8 1.2 73.8 1.2 48 22.2 1.2 48 1.2Zm0 8.3C26.7 9.5 9.5 26.7 9.5 48S26.7 86.5 48 86.5 86.5 69.3 86.5 48 69.3 9.5 48 9.5Zm0 17.8c2.3 0 4.1 1.9 4.1 4.1v12.4h12.4c2.3 0 4.1 1.9 4.1 4.1S66.7 52 64.5 52H52.1v12.4c0 2.3-1.9 4.1-4.1 4.1s-4.1-1.9-4.1-4.1V52H31.5c-2.3 0-4.1-1.9-4.1-4.1s1.9-4.1 4.1-4.1h12.4V31.4c0-2.3 1.9-4.1 4.1-4.1Z" style="fill:#11192d"/>',
4
+ "AddCircleOutlinedBoldIcon"
5
+ );
6
+ export {
7
+ AddCircleOutlinedBold_default as default
8
+ };
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const _default: import("react").ForwardRefExoticComponent<import("..").ISvgIconProps & import("react").RefAttributes<unknown>>;
3
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import createSvgIcon from "../utils/createSvgIcon";
2
+ var BlockCircleOutlinedIconBold_default = createSvgIcon(
3
+ '<path d="M94.8 48c0-25.8-21-46.8-46.8-46.8S1.2 22.2 1.2 48s21 46.8 46.8 46.8 46.8-21 46.8-46.8ZM9.5 48C9.5 26.7 26.7 9.5 48 9.5S86.5 26.7 86.5 48 69.3 86.5 48 86.5 9.5 69.3 9.5 48Zm21.9 4.1c-2.3 0-4.1-1.9-4.1-4.1s1.9-4.1 4.1-4.1h33.1c2.3 0 4.1 1.9 4.1 4.1s-1.9 4.1-4.1 4.1H31.4Z" style="fill:#231815;fill-rule:evenodd"/>',
4
+ "BlockCircleOutlinedIconBoldIcon"
5
+ );
6
+ export {
7
+ BlockCircleOutlinedIconBold_default as default
8
+ };
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const _default: import("react").ForwardRefExoticComponent<import("..").ISvgIconProps & import("react").RefAttributes<unknown>>;
3
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import createSvgIcon from "../utils/createSvgIcon";
2
+ var FilmSheet_default = createSvgIcon(
3
+ '<path d="M38.2 13.9v3.5H59v-3.5c0-2.2 1.8-4 4-4s4 1.8 4 4v3.5c5.4 0 10.1 2 13.9 5.9 3.9 3.9 5.9 8.6 5.9 14.1v28.8c0 5.5-2 10.2-5.9 14.1-3.9 3.9-8.6 5.9-14.1 5.9H30.4c-5.5 0-10.2-2-14.1-5.9-3.9-3.9-5.9-8.6-5.9-14.1V37.4c0-5.5 2-10.2 5.9-14.1 3.9-3.9 8.5-5.8 13.9-5.9v-3.5c0-2.2 1.8-4 4-4s4 1.8 4 4Zm-8 11.5c-3.2 0-6 1.2-8.3 3.5-2.3 2.3-3.5 5.2-3.5 8.5v1.4h60.4v-1.4c0-3.3-1.2-6.1-3.5-8.5-2.3-2.3-5-3.5-8.3-3.5V28c0 2.2-1.8 4-4 4s-4-1.8-4-4v-2.6H38.2V28c0 2.2-1.8 4-4 4s-4-1.8-4-4v-2.6Zm48.6 21.4H18.4v19.4c0 3.3 1.2 6.1 3.5 8.5 2.3 2.3 5.2 3.5 8.5 3.5h36.4c3.3 0 6.1-1.2 8.5-3.5 2.3-2.3 3.5-5.2 3.5-8.5V46.8ZM32.9 63.4H52.7c2.2 0 4-1.8 4-4s-1.8-4-4-4H32.9c-2.2 0-4 1.8-4 4s1.8 4 4 4Z" style="fill:#030b1a;fill-rule:evenodd"/>',
4
+ "FilmSheetIcon"
5
+ );
6
+ export {
7
+ FilmSheet_default as default
8
+ };
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const _default: import("react").ForwardRefExoticComponent<import("..").ISvgIconProps & import("react").RefAttributes<unknown>>;
3
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import createSvgIcon from "../utils/createSvgIcon";
2
+ var Schedule_default = createSvgIcon(
3
+ '<path d="M88.2 48c0 11.1-3.9 20.6-11.8 28.4-7.8 7.8-17.3 11.8-28.4 11.8-11.1 0-20.6-3.9-28.4-11.8C11.8 68.6 7.8 59.1 7.8 48c0-11.1 3.9-20.6 11.8-28.4C27.4 11.8 36.9 7.8 48 7.8c11.1 0 20.6 3.9 28.4 11.8 7.8 7.8 11.8 17.3 11.8 28.4Zm-8 0c0-8.9-3.1-16.5-9.4-22.8-6.3-6.3-13.9-9.4-22.8-9.4s-16.5 3.1-22.8 9.4c-6.3 6.3-9.4 13.9-9.4 22.8s3.1 16.5 9.4 22.8c6.3 6.3 13.9 9.4 22.8 9.4s16.5-3.1 22.8-9.4c6.3-6.3 9.4-13.9 9.4-22.8ZM44.1 61.5c-1.8-.6-3.5-1.9-5-3.7-1-1.2-2.7-1.8-4.3-1.4-2.3.5-3.7 2.8-3.2 5.1.2.7.5 1.3.9 1.8 2.6 3.1 5.5 5.2 8.8 6.3 3.3 1.2 6.9 1.3 10.7.4 3.8-.9 6.9-2.6 9.4-5 1.3-1.3 2.4-2.8 3.3-4.5.4 0 .7 0 1.1-.1 2.3-.5 3.7-2.8 3.2-5.1-.2-1-.8-1.9-1.7-2.5L64.9 51c-.9-.7-2.1-.9-3.2-.8s-2.1.8-2.8 1.7c-.3.4-.6.9-.7 1.5-.6 2.3-1.5 4.2-2.9 5.5-1.3 1.3-3.1 2.2-5.2 2.7-2.2.5-4.2.5-5.9-.2Z" style="fill:#030b1a;fill-rule:evenodd"/>',
4
+ "ScheduleIcon"
5
+ );
6
+ export {
7
+ Schedule_default as default
8
+ };
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const _default: import("react").ForwardRefExoticComponent<import("..").ISvgIconProps & import("react").RefAttributes<unknown>>;
3
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import createSvgIcon from "../utils/createSvgIcon";
2
+ var SiffHome_default = createSvgIcon(
3
+ '<path d="M39.8 7.7v.2c0 1.4-.6 2.4-1.4 3.2v10.7c-1.2-.5-2.3-1.3-3.2-2.3v-8.4c-.8-.7-1.3-1.6-1.3-3v-.3c0-.8.4-1.6 1-1.8.2-1.3 1.1-2.2 2.1-2.2s1.8.9 2.1 2.2c.5.3.8 1 .8 1.8Zm27 84.5c2.4 2.1 4 .8 4.2-.2 0-.1 0-.2-.1-.3-.2-.1-.4-.2-.6-.4l-.7-.5c-1.1-.9-2.4-2.4-3.8-4.8-3.3-5.6-6.8-17-5.7-22.6v-.3h-.6c-1.6.8-3.2 1.3-4.9 1.1h-.1s.1-.1.4-.2c1.9-.7 3.3-1.5 4.1-2.3.5-.5.9-1 1.1-1.4 1.2-2.3 1.2-4.3.9-15-.1-3.8-.4-14 5-18.7 1.2-1 3.5-3 4.7-3.8 3.9-2.5 9.1-7.7 18-8.3 1.4 0 3.1-2.4-1.4-2.9-4.8-.6-10-.9-16.5 2.5-2.7 1.4-12.7 9.3-21.1 9.4v-8.9c1.2-.7 2-1.6 2-3v-.2c0-.7-.5-1.4-1.3-1.6-.4-1.2-1.6-2.1-3.1-2.1s-2.8.9-3.1 2c-.8.2-1.5.9-1.5 1.7v.3c0 1.3.8 2.1 1.9 2.8v8.7c0 .1 0 .2-.2.3-1 .3-3.9-.5-7.9-2.6-.2-.1-.5-.2-.7-.4-2.1-1.1-5.2-2.8-9.6-2.4-4.7.4-9.3 3.4-11.3 4.8-.1 0-.4.3-.6.5h-.2s.2-.4.7-.9c2.1-2.2 4.7-4.1 8.3-5.4 2-.7 4.1-.8 6.1-.6 0 0 .2-.1 0-.2-2.8-.6-5.3-.9-8.3-.4-7.8 1.5-11.4 7-12.8 9.9-.3.5-.3.9-.1 1.1 0 0 .1 0 .2.1 0 .1.6.1 1.6 0 1.4-.2 3.5-.3 5.9 0 1.1.1 2.1.3 3.1.5 5.4 1.1 11.1 4.2 11.7 8.9.5 4.3.7 13.4.4 18.7-.2 3.3.3 5.2 1.4 5.7.4.1.4 1.4.2 3.8l-.2 2c-.5 6.2-1.2 13.2-6.1 20.2-1.3 1.9-3 3.6-4.7 5.7v.2s0 .2.2.3c.6.4 2.5 1.2 4.4-.7 1.4-1.4 3.2-3.2 5.1-5.8 2.8-3.6 5.1-8 6.5-11.9 2.1-5.5 2.9-8.9 2.6-10.4.9.3 1.7.4 2.2.3 1.2 16.9 1.9 26.1 2.1 27.8.3 2.7 3.4 1.9 3.5 0 0-1.5 1.6-21.9 2.1-27.1 0-.6.2-.6.4-.7.6 0 1.2-.2 1.7-.5.1 0 .1.1.1.6 0 .6 0 1.5.2 2.7 1.1 6 5.5 18.7 14.4 24.9Z" style="fill:#030b1a;fill-rule:evenodd"/>',
4
+ "SiffHomeIcon"
5
+ );
6
+ export {
7
+ SiffHome_default as default
8
+ };
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const _default: import("react").ForwardRefExoticComponent<import("..").ISvgIconProps & import("react").RefAttributes<unknown>>;
3
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import createSvgIcon from "../utils/createSvgIcon";
2
+ var Store_default = createSvgIcon(
3
+ '<path d="m6.1 31.5 9.5-17.9C17.5 9.8 20.8 8 25.3 8h46.6c4.5 0 7.8 1.9 9.7 5.7l9.5 17.8c3.2 6.3 2.1 11.8-3.3 16.6l-1.2.9v23c0 4.4-1.6 8.2-4.7 11.3C78.8 86.4 75 88 70.6 88h-44c-4.4 0-8.2-1.6-11.3-4.7-3.1-3.1-4.7-6.9-4.7-11.3V49l-1.2-.9C4 43.3 2.9 37.8 6.1 31.6Zm12.5 19.8V72c0 2.2.8 4.1 2.3 5.7 1.6 1.6 3.4 2.3 5.7 2.3h44c2.2 0 4.1-.8 5.7-2.3 1.6-1.6 2.3-3.4 2.3-5.7V51.3c-2.6 0-4.9-.8-7-2.3l-6.3-4.4-.7.8c-3.7 3.9-8.4 6.1-14 6.6s-10.7-.9-15-4.2c-1-.7-1.9-1.5-2.7-2.4l-.7-.8-6.3 4.4c-2.1 1.5-4.5 2.2-7 2.3Zm4.1-33.9-9.5 17.8c-1.3 2.6-.8 4.8 1.5 6.9 2 1.8 4.1 1.9 6.4.3l6.6-4.5c3.6-2.5 6.9-2.1 9.8 1l1 1c.5.5 1 1 1.6 1.4 2.8 2 6 2.9 9.7 2.6 3.6-.3 6.6-1.6 8.9-4.1l1-1c3-3.1 6.2-3.5 9.8-1l6.6 4.5c2.3 1.6 4.4 1.4 6.4-.3 2.3-2 2.8-4.3 1.5-6.8l-9.5-17.9c-.5-.9-1.3-1.3-2.6-1.3H25.3c-1.3 0-2.1.4-2.6 1.3Z" style="fill:#030b1a;fill-rule:evenodd"/>',
4
+ "StoreIcon"
5
+ );
6
+ export {
7
+ Store_default as default
8
+ };
@@ -5,6 +5,7 @@ export { default as AddIcon } from './Add';
5
5
  export { default as AddCircleFilledIcon } from './AddCircleFilled';
6
6
  export { default as AddCircleFilledBoldIcon } from './AddCircleFilledBold';
7
7
  export { default as AddCircleOutlinedIcon } from './AddCircleOutlined';
8
+ export { default as AddCircleOutlinedBoldIcon } from './AddCircleOutlinedBold';
8
9
  export { default as AddCouponOutlinedIcon } from './AddCouponOutlined';
9
10
  export { default as AddLargeIcon } from './AddLarge';
10
11
  export { default as AlarmOutlinedIcon } from './AlarmOutlined';
@@ -34,6 +35,7 @@ export { default as BankCardFilledIcon } from './BankCardFilled';
34
35
  export { default as BankCardOutlinedIcon } from './BankCardOutlined';
35
36
  export { default as BlockCircleFilledIcon } from './BlockCircleFilled';
36
37
  export { default as BlockCircleOutlinedIcon } from './BlockCircleOutlined';
38
+ export { default as BlockCircleOutlinedIconBoldIcon } from './BlockCircleOutlinedIconBold';
37
39
  export { default as BlockCircleOutlinedThinIcon } from './BlockCircleOutlinedThin';
38
40
  export { default as BogoOutlinedIcon } from './BogoOutlined';
39
41
  export { default as BoltFilledIcon } from './BoltFilled';
@@ -235,3 +237,4 @@ export { default as WifiOutlinedIcon } from './WifiOutlined';
235
237
  export { default as XiaMiCircleOutlinedIcon } from './XiaMiCircleOutlined';
236
238
  export { default as YouKuVipCircleOutlinedIcon } from './YouKuVipCircleOutlined';
237
239
  export { default as ZoomInOutlinedIcon } from './ZoomInOutlined';
240
+ export { default as transFilledIcon } from './transFilled';