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

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 +7 -0
  14. package/dist/components/index.js +23 -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 +7 -0
  30. package/es/components/index.js +474 -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';
@@ -90,6 +92,7 @@ export { default as EyeClosedFilledIcon } from './EyeClosedFilled';
90
92
  export { default as EyeFilledIcon } from './EyeFilled';
91
93
  export { default as EyeOutlinedIcon } from './EyeOutlined';
92
94
  export { default as FemaleOutlinedIcon } from './FemaleOutlined';
95
+ export { default as FilmSheetIcon } from './FilmSheet';
93
96
  export { default as FilterOutlinedIcon } from './FilterOutlined';
94
97
  export { default as FingerprintOutlinedIcon } from './FingerprintOutlined';
95
98
  export { default as FireFilledIcon } from './FireFilled';
@@ -180,6 +183,7 @@ export { default as RefreshOutlinedIcon } from './RefreshOutlined';
180
183
  export { default as ReportOutlinedIcon } from './ReportOutlined';
181
184
  export { default as SaveOutlinedIcon } from './SaveOutlined';
182
185
  export { default as ScanOutlinedIcon } from './ScanOutlined';
186
+ export { default as ScheduleIcon } from './Schedule';
183
187
  export { default as SearchGapOutlinedIcon } from './SearchGapOutlined';
184
188
  export { default as SearchOutlinedIcon } from './SearchOutlined';
185
189
  export { default as SettingsOutlinedIcon } from './SettingsOutlined';
@@ -188,6 +192,7 @@ export { default as ShareIcon } from './Share';
188
192
  export { default as ShoppingCartOutlinedIcon } from './ShoppingCartOutlined';
189
193
  export { default as ShowFilledIcon } from './ShowFilled';
190
194
  export { default as ShowOutlinedIcon } from './ShowOutlined';
195
+ export { default as SiffHomeIcon } from './SiffHome';
191
196
  export { default as SmileFilledIcon } from './SmileFilled';
192
197
  export { default as SmileOutlinedIcon } from './SmileOutlined';
193
198
  export { default as SortIcon } from './Sort';
@@ -196,6 +201,7 @@ export { default as StarFilledIcon } from './StarFilled';
196
201
  export { default as StarFilledSharpIcon } from './StarFilledSharp';
197
202
  export { default as StarOutlinedIcon } from './StarOutlined';
198
203
  export { default as StarRoundedFilledIcon } from './StarRoundedFilled';
204
+ export { default as StoreIcon } from './Store';
199
205
  export { default as StoreFilledIcon } from './StoreFilled';
200
206
  export { default as SuccessCircleFilledIcon } from './SuccessCircleFilled';
201
207
  export { default as SuccessCircleFilledBoldIcon } from './SuccessCircleFilledBold';
@@ -235,3 +241,4 @@ export { default as WifiOutlinedIcon } from './WifiOutlined';
235
241
  export { default as XiaMiCircleOutlinedIcon } from './XiaMiCircleOutlined';
236
242
  export { default as YouKuVipCircleOutlinedIcon } from './YouKuVipCircleOutlined';
237
243
  export { default as ZoomInOutlinedIcon } from './ZoomInOutlined';
244
+ 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,
@@ -119,6 +121,7 @@ __export(components_exports, {
119
121
  EyeFilledIcon: () => import_EyeFilled.default,
120
122
  EyeOutlinedIcon: () => import_EyeOutlined.default,
121
123
  FemaleOutlinedIcon: () => import_FemaleOutlined.default,
124
+ FilmSheetIcon: () => import_FilmSheet.default,
122
125
  FilterOutlinedIcon: () => import_FilterOutlined.default,
123
126
  FingerprintOutlinedIcon: () => import_FingerprintOutlined.default,
124
127
  FireFilledIcon: () => import_FireFilled.default,
@@ -209,6 +212,7 @@ __export(components_exports, {
209
212
  ReportOutlinedIcon: () => import_ReportOutlined.default,
210
213
  SaveOutlinedIcon: () => import_SaveOutlined.default,
211
214
  ScanOutlinedIcon: () => import_ScanOutlined.default,
215
+ ScheduleIcon: () => import_Schedule.default,
212
216
  SearchGapOutlinedIcon: () => import_SearchGapOutlined.default,
213
217
  SearchOutlinedIcon: () => import_SearchOutlined.default,
214
218
  SettingsOutlinedIcon: () => import_SettingsOutlined.default,
@@ -217,6 +221,7 @@ __export(components_exports, {
217
221
  ShoppingCartOutlinedIcon: () => import_ShoppingCartOutlined.default,
218
222
  ShowFilledIcon: () => import_ShowFilled.default,
219
223
  ShowOutlinedIcon: () => import_ShowOutlined.default,
224
+ SiffHomeIcon: () => import_SiffHome.default,
220
225
  SmileFilledIcon: () => import_SmileFilled.default,
221
226
  SmileOutlinedIcon: () => import_SmileOutlined.default,
222
227
  SortIcon: () => import_Sort.default,
@@ -226,6 +231,7 @@ __export(components_exports, {
226
231
  StarOutlinedIcon: () => import_StarOutlined.default,
227
232
  StarRoundedFilledIcon: () => import_StarRoundedFilled.default,
228
233
  StoreFilledIcon: () => import_StoreFilled.default,
234
+ StoreIcon: () => import_Store.default,
229
235
  SuccessCircleFilledBoldIcon: () => import_SuccessCircleFilledBold.default,
230
236
  SuccessCircleFilledIcon: () => import_SuccessCircleFilled.default,
231
237
  SuccessCircleOutlinedIcon: () => import_SuccessCircleOutlined.default,
@@ -263,7 +269,8 @@ __export(components_exports, {
263
269
  WifiOutlinedIcon: () => import_WifiOutlined.default,
264
270
  XiaMiCircleOutlinedIcon: () => import_XiaMiCircleOutlined.default,
265
271
  YouKuVipCircleOutlinedIcon: () => import_YouKuVipCircleOutlined.default,
266
- ZoomInOutlinedIcon: () => import_ZoomInOutlined.default
272
+ ZoomInOutlinedIcon: () => import_ZoomInOutlined.default,
273
+ transFilledIcon: () => import_transFilled.default
267
274
  });
268
275
  module.exports = __toCommonJS(components_exports);
269
276
  var import_AccessTimeCircleFilled = __toESM(require("./AccessTimeCircleFilled"));
@@ -273,6 +280,7 @@ var import_Add = __toESM(require("./Add"));
273
280
  var import_AddCircleFilled = __toESM(require("./AddCircleFilled"));
274
281
  var import_AddCircleFilledBold = __toESM(require("./AddCircleFilledBold"));
275
282
  var import_AddCircleOutlined = __toESM(require("./AddCircleOutlined"));
283
+ var import_AddCircleOutlinedBold = __toESM(require("./AddCircleOutlinedBold"));
276
284
  var import_AddCouponOutlined = __toESM(require("./AddCouponOutlined"));
277
285
  var import_AddLarge = __toESM(require("./AddLarge"));
278
286
  var import_AlarmOutlined = __toESM(require("./AlarmOutlined"));
@@ -302,6 +310,7 @@ var import_BankCardFilled = __toESM(require("./BankCardFilled"));
302
310
  var import_BankCardOutlined = __toESM(require("./BankCardOutlined"));
303
311
  var import_BlockCircleFilled = __toESM(require("./BlockCircleFilled"));
304
312
  var import_BlockCircleOutlined = __toESM(require("./BlockCircleOutlined"));
313
+ var import_BlockCircleOutlinedIconBold = __toESM(require("./BlockCircleOutlinedIconBold"));
305
314
  var import_BlockCircleOutlinedThin = __toESM(require("./BlockCircleOutlinedThin"));
306
315
  var import_BogoOutlined = __toESM(require("./BogoOutlined"));
307
316
  var import_BoltFilled = __toESM(require("./BoltFilled"));
@@ -358,6 +367,7 @@ var import_EyeClosedFilled = __toESM(require("./EyeClosedFilled"));
358
367
  var import_EyeFilled = __toESM(require("./EyeFilled"));
359
368
  var import_EyeOutlined = __toESM(require("./EyeOutlined"));
360
369
  var import_FemaleOutlined = __toESM(require("./FemaleOutlined"));
370
+ var import_FilmSheet = __toESM(require("./FilmSheet"));
361
371
  var import_FilterOutlined = __toESM(require("./FilterOutlined"));
362
372
  var import_FingerprintOutlined = __toESM(require("./FingerprintOutlined"));
363
373
  var import_FireFilled = __toESM(require("./FireFilled"));
@@ -448,6 +458,7 @@ var import_RefreshOutlined = __toESM(require("./RefreshOutlined"));
448
458
  var import_ReportOutlined = __toESM(require("./ReportOutlined"));
449
459
  var import_SaveOutlined = __toESM(require("./SaveOutlined"));
450
460
  var import_ScanOutlined = __toESM(require("./ScanOutlined"));
461
+ var import_Schedule = __toESM(require("./Schedule"));
451
462
  var import_SearchGapOutlined = __toESM(require("./SearchGapOutlined"));
452
463
  var import_SearchOutlined = __toESM(require("./SearchOutlined"));
453
464
  var import_SettingsOutlined = __toESM(require("./SettingsOutlined"));
@@ -456,6 +467,7 @@ var import_Share = __toESM(require("./Share"));
456
467
  var import_ShoppingCartOutlined = __toESM(require("./ShoppingCartOutlined"));
457
468
  var import_ShowFilled = __toESM(require("./ShowFilled"));
458
469
  var import_ShowOutlined = __toESM(require("./ShowOutlined"));
470
+ var import_SiffHome = __toESM(require("./SiffHome"));
459
471
  var import_SmileFilled = __toESM(require("./SmileFilled"));
460
472
  var import_SmileOutlined = __toESM(require("./SmileOutlined"));
461
473
  var import_Sort = __toESM(require("./Sort"));
@@ -464,6 +476,7 @@ var import_StarFilled = __toESM(require("./StarFilled"));
464
476
  var import_StarFilledSharp = __toESM(require("./StarFilledSharp"));
465
477
  var import_StarOutlined = __toESM(require("./StarOutlined"));
466
478
  var import_StarRoundedFilled = __toESM(require("./StarRoundedFilled"));
479
+ var import_Store = __toESM(require("./Store"));
467
480
  var import_StoreFilled = __toESM(require("./StoreFilled"));
468
481
  var import_SuccessCircleFilled = __toESM(require("./SuccessCircleFilled"));
469
482
  var import_SuccessCircleFilledBold = __toESM(require("./SuccessCircleFilledBold"));
@@ -503,6 +516,7 @@ var import_WifiOutlined = __toESM(require("./WifiOutlined"));
503
516
  var import_XiaMiCircleOutlined = __toESM(require("./XiaMiCircleOutlined"));
504
517
  var import_YouKuVipCircleOutlined = __toESM(require("./YouKuVipCircleOutlined"));
505
518
  var import_ZoomInOutlined = __toESM(require("./ZoomInOutlined"));
519
+ var import_transFilled = __toESM(require("./transFilled"));
506
520
  // Annotate the CommonJS export names for ESM import in node:
507
521
  0 && (module.exports = {
508
522
  AccessTimeCircleFilledBoldIcon,
@@ -510,6 +524,7 @@ var import_ZoomInOutlined = __toESM(require("./ZoomInOutlined"));
510
524
  AccessTimeCircleOutlinedIcon,
511
525
  AddCircleFilledBoldIcon,
512
526
  AddCircleFilledIcon,
527
+ AddCircleOutlinedBoldIcon,
513
528
  AddCircleOutlinedIcon,
514
529
  AddCouponOutlinedIcon,
515
530
  AddIcon,
@@ -541,6 +556,7 @@ var import_ZoomInOutlined = __toESM(require("./ZoomInOutlined"));
541
556
  BankCardOutlinedIcon,
542
557
  BlockCircleFilledIcon,
543
558
  BlockCircleOutlinedIcon,
559
+ BlockCircleOutlinedIconBoldIcon,
544
560
  BlockCircleOutlinedThinIcon,
545
561
  BogoOutlinedIcon,
546
562
  BoltFilledIcon,
@@ -597,6 +613,7 @@ var import_ZoomInOutlined = __toESM(require("./ZoomInOutlined"));
597
613
  EyeFilledIcon,
598
614
  EyeOutlinedIcon,
599
615
  FemaleOutlinedIcon,
616
+ FilmSheetIcon,
600
617
  FilterOutlinedIcon,
601
618
  FingerprintOutlinedIcon,
602
619
  FireFilledIcon,
@@ -687,6 +704,7 @@ var import_ZoomInOutlined = __toESM(require("./ZoomInOutlined"));
687
704
  ReportOutlinedIcon,
688
705
  SaveOutlinedIcon,
689
706
  ScanOutlinedIcon,
707
+ ScheduleIcon,
690
708
  SearchGapOutlinedIcon,
691
709
  SearchOutlinedIcon,
692
710
  SettingsOutlinedIcon,
@@ -695,6 +713,7 @@ var import_ZoomInOutlined = __toESM(require("./ZoomInOutlined"));
695
713
  ShoppingCartOutlinedIcon,
696
714
  ShowFilledIcon,
697
715
  ShowOutlinedIcon,
716
+ SiffHomeIcon,
698
717
  SmileFilledIcon,
699
718
  SmileOutlinedIcon,
700
719
  SortIcon,
@@ -704,6 +723,7 @@ var import_ZoomInOutlined = __toESM(require("./ZoomInOutlined"));
704
723
  StarOutlinedIcon,
705
724
  StarRoundedFilledIcon,
706
725
  StoreFilledIcon,
726
+ StoreIcon,
707
727
  SuccessCircleFilledBoldIcon,
708
728
  SuccessCircleFilledIcon,
709
729
  SuccessCircleOutlinedIcon,
@@ -741,5 +761,6 @@ var import_ZoomInOutlined = __toESM(require("./ZoomInOutlined"));
741
761
  WifiOutlinedIcon,
742
762
  XiaMiCircleOutlinedIcon,
743
763
  YouKuVipCircleOutlinedIcon,
744
- ZoomInOutlinedIcon
764
+ ZoomInOutlinedIcon,
765
+ transFilledIcon
745
766
  });
@@ -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
+ };