@bifrostui/icons 2.0.0-beta.1 → 2.0.0-beta.10

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 (37) hide show
  1. package/dist/components/AddCircleOutlinedBold.d.ts +2 -0
  2. package/dist/components/AddCircleOutlinedBold.js +37 -0
  3. package/dist/components/BlockCircleOutlinedBold.d.ts +2 -0
  4. package/dist/components/BlockCircleOutlinedBold.js +37 -0
  5. package/dist/components/FilmSheet.d.ts +2 -0
  6. package/dist/components/FilmSheet.js +37 -0
  7. package/dist/components/Schedule.d.ts +2 -0
  8. package/dist/components/Schedule.js +37 -0
  9. package/dist/components/SearchOutlinedBold.d.ts +2 -0
  10. package/dist/components/SearchOutlinedBold.js +37 -0
  11. package/dist/components/SiffHome.d.ts +2 -0
  12. package/dist/components/SiffHome.js +37 -0
  13. package/dist/components/Store.d.ts +2 -0
  14. package/dist/components/Store.js +37 -0
  15. package/dist/components/TransformFilled.d.ts +2 -0
  16. package/dist/components/TransformFilled.js +37 -0
  17. package/dist/components/index.d.ts +8 -0
  18. package/dist/components/index.js +24 -0
  19. package/es/components/AddCircleOutlinedBold.d.ts +2 -0
  20. package/es/components/AddCircleOutlinedBold.js +8 -0
  21. package/es/components/BlockCircleOutlinedBold.d.ts +2 -0
  22. package/es/components/BlockCircleOutlinedBold.js +8 -0
  23. package/es/components/FilmSheet.d.ts +2 -0
  24. package/es/components/FilmSheet.js +8 -0
  25. package/es/components/Schedule.d.ts +2 -0
  26. package/es/components/Schedule.js +8 -0
  27. package/es/components/SearchOutlinedBold.d.ts +2 -0
  28. package/es/components/SearchOutlinedBold.js +8 -0
  29. package/es/components/SiffHome.d.ts +2 -0
  30. package/es/components/SiffHome.js +8 -0
  31. package/es/components/Store.d.ts +2 -0
  32. package/es/components/Store.js +8 -0
  33. package/es/components/TransformFilled.d.ts +2 -0
  34. package/es/components/TransformFilled.js +8 -0
  35. package/es/components/index.d.ts +8 -0
  36. package/es/components/index.js +476 -460
  37. package/package.json +3 -3
@@ -0,0 +1,2 @@
1
+ declare const _default: typeof import("./SvgIcon").default;
2
+ 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 class="st0" 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"/>',
36
+ "AddCircleOutlinedBoldIcon"
37
+ );
@@ -0,0 +1,2 @@
1
+ declare const _default: typeof import("./SvgIcon").default;
2
+ 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 BlockCircleOutlinedBold_exports = {};
29
+ __export(BlockCircleOutlinedBold_exports, {
30
+ default: () => BlockCircleOutlinedBold_default
31
+ });
32
+ module.exports = __toCommonJS(BlockCircleOutlinedBold_exports);
33
+ var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
34
+ var BlockCircleOutlinedBold_default = (0, import_createSvgIcon.default)(
35
+ '<path class="st0" 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"/>',
36
+ "BlockCircleOutlinedBoldIcon"
37
+ );
@@ -0,0 +1,2 @@
1
+ declare const _default: typeof import("./SvgIcon").default;
2
+ 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 class="st0" 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"/>',
36
+ "FilmSheetIcon"
37
+ );
@@ -0,0 +1,2 @@
1
+ declare const _default: typeof import("./SvgIcon").default;
2
+ 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 class="st0" 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"/>',
36
+ "ScheduleIcon"
37
+ );
@@ -0,0 +1,2 @@
1
+ declare const _default: typeof import("./SvgIcon").default;
2
+ 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 SearchOutlinedBold_exports = {};
29
+ __export(SearchOutlinedBold_exports, {
30
+ default: () => SearchOutlinedBold_default
31
+ });
32
+ module.exports = __toCommonJS(SearchOutlinedBold_exports);
33
+ var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
34
+ var SearchOutlinedBold_default = (0, import_createSvgIcon.default)(
35
+ '<path d="M47.5 6.6c21.9 0 39.7 17.8 39.7 39.7s-3.3 18-8.7 24.8l12.2 12.1c1.7 1.7 1.7 4.4 0 6.1-1.7 1.7-4.4 1.7-6.1 0L72.4 77.2c-6.8 5.5-15.4 8.7-24.8 8.7-21.9 0-39.7-17.8-39.7-39.7S25.6 6.6 47.5 6.6Zm0 8.6c-17.2 0-31.1 13.9-31.1 31.1s13.9 31.1 31.1 31.1 31.1-13.9 31.1-31.1-13.9-31.1-31.1-31.1Z"/>',
36
+ "SearchOutlinedBoldIcon"
37
+ );
@@ -0,0 +1,2 @@
1
+ declare const _default: typeof import("./SvgIcon").default;
2
+ 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 class="st0" 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"/>',
36
+ "SiffHomeIcon"
37
+ );
@@ -0,0 +1,2 @@
1
+ declare const _default: typeof import("./SvgIcon").default;
2
+ 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 class="st0" 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"/>',
36
+ "StoreIcon"
37
+ );
@@ -0,0 +1,2 @@
1
+ declare const _default: typeof import("./SvgIcon").default;
2
+ 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 TransformFilled_exports = {};
29
+ __export(TransformFilled_exports, {
30
+ default: () => TransformFilled_default
31
+ });
32
+ module.exports = __toCommonJS(TransformFilled_exports);
33
+ var import_createSvgIcon = __toESM(require("../utils/createSvgIcon"));
34
+ var TransformFilled_default = (0, import_createSvgIcon.default)(
35
+ '<path class="st0" d="m72.9 43.1-7.4-2.7c-.4-.1-.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 .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.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 23c7 0 12.9 2.5 17.9 7.4 3.7 3.7 6.1 8 7 12.9Zm-49.8 9.8 7.4 2.7c.4.1.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"/>',
36
+ "TransformFilledIcon"
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 BlockCircleOutlinedBoldIcon } from './BlockCircleOutlinedBold';
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,14 +183,17 @@ 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';
189
+ export { default as SearchOutlinedBoldIcon } from './SearchOutlinedBold';
185
190
  export { default as SettingsOutlinedIcon } from './SettingsOutlined';
186
191
  export { default as SevenDayCalendarIcon } from './SevenDayCalendar';
187
192
  export { default as ShareIcon } from './Share';
188
193
  export { default as ShoppingCartOutlinedIcon } from './ShoppingCartOutlined';
189
194
  export { default as ShowFilledIcon } from './ShowFilled';
190
195
  export { default as ShowOutlinedIcon } from './ShowOutlined';
196
+ export { default as SiffHomeIcon } from './SiffHome';
191
197
  export { default as SmileFilledIcon } from './SmileFilled';
192
198
  export { default as SmileOutlinedIcon } from './SmileOutlined';
193
199
  export { default as SortIcon } from './Sort';
@@ -196,6 +202,7 @@ export { default as StarFilledIcon } from './StarFilled';
196
202
  export { default as StarFilledSharpIcon } from './StarFilledSharp';
197
203
  export { default as StarOutlinedIcon } from './StarOutlined';
198
204
  export { default as StarRoundedFilledIcon } from './StarRoundedFilled';
205
+ export { default as StoreIcon } from './Store';
199
206
  export { default as StoreFilledIcon } from './StoreFilled';
200
207
  export { default as SuccessCircleFilledIcon } from './SuccessCircleFilled';
201
208
  export { default as SuccessCircleFilledBoldIcon } from './SuccessCircleFilledBold';
@@ -214,6 +221,7 @@ export { default as TipsOutlinedIcon } from './TipsOutlined';
214
221
  export { default as ToTopOutlinedIcon } from './ToTopOutlined';
215
222
  export { default as TopicFilledIcon } from './TopicFilled';
216
223
  export { default as TopicOutlinedIcon } from './TopicOutlined';
224
+ export { default as TransformFilledIcon } from './TransformFilled';
217
225
  export { default as TrendingCircleFilledIcon } from './TrendingCircleFilled';
218
226
  export { default as TrendingCircleOutlinedIcon } from './TrendingCircleOutlined';
219
227
  export { default as TripleVerticalLineIcon } from './TripleVerticalLine';
@@ -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,
@@ -62,6 +63,7 @@ __export(components_exports, {
62
63
  BankCardFilledIcon: () => import_BankCardFilled.default,
63
64
  BankCardOutlinedIcon: () => import_BankCardOutlined.default,
64
65
  BlockCircleFilledIcon: () => import_BlockCircleFilled.default,
66
+ BlockCircleOutlinedBoldIcon: () => import_BlockCircleOutlinedBold.default,
65
67
  BlockCircleOutlinedIcon: () => import_BlockCircleOutlined.default,
66
68
  BlockCircleOutlinedThinIcon: () => import_BlockCircleOutlinedThin.default,
67
69
  BogoOutlinedIcon: () => import_BogoOutlined.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,7 +212,9 @@ __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,
217
+ SearchOutlinedBoldIcon: () => import_SearchOutlinedBold.default,
213
218
  SearchOutlinedIcon: () => import_SearchOutlined.default,
214
219
  SettingsOutlinedIcon: () => import_SettingsOutlined.default,
215
220
  SevenDayCalendarIcon: () => import_SevenDayCalendar.default,
@@ -217,6 +222,7 @@ __export(components_exports, {
217
222
  ShoppingCartOutlinedIcon: () => import_ShoppingCartOutlined.default,
218
223
  ShowFilledIcon: () => import_ShowFilled.default,
219
224
  ShowOutlinedIcon: () => import_ShowOutlined.default,
225
+ SiffHomeIcon: () => import_SiffHome.default,
220
226
  SmileFilledIcon: () => import_SmileFilled.default,
221
227
  SmileOutlinedIcon: () => import_SmileOutlined.default,
222
228
  SortIcon: () => import_Sort.default,
@@ -226,6 +232,7 @@ __export(components_exports, {
226
232
  StarOutlinedIcon: () => import_StarOutlined.default,
227
233
  StarRoundedFilledIcon: () => import_StarRoundedFilled.default,
228
234
  StoreFilledIcon: () => import_StoreFilled.default,
235
+ StoreIcon: () => import_Store.default,
229
236
  SuccessCircleFilledBoldIcon: () => import_SuccessCircleFilledBold.default,
230
237
  SuccessCircleFilledIcon: () => import_SuccessCircleFilled.default,
231
238
  SuccessCircleOutlinedIcon: () => import_SuccessCircleOutlined.default,
@@ -243,6 +250,7 @@ __export(components_exports, {
243
250
  ToTopOutlinedIcon: () => import_ToTopOutlined.default,
244
251
  TopicFilledIcon: () => import_TopicFilled.default,
245
252
  TopicOutlinedIcon: () => import_TopicOutlined.default,
253
+ TransformFilledIcon: () => import_TransformFilled.default,
246
254
  TrendingCircleFilledIcon: () => import_TrendingCircleFilled.default,
247
255
  TrendingCircleOutlinedIcon: () => import_TrendingCircleOutlined.default,
248
256
  TripleVerticalLineIcon: () => import_TripleVerticalLine.default,
@@ -273,6 +281,7 @@ var import_Add = __toESM(require("./Add"));
273
281
  var import_AddCircleFilled = __toESM(require("./AddCircleFilled"));
274
282
  var import_AddCircleFilledBold = __toESM(require("./AddCircleFilledBold"));
275
283
  var import_AddCircleOutlined = __toESM(require("./AddCircleOutlined"));
284
+ var import_AddCircleOutlinedBold = __toESM(require("./AddCircleOutlinedBold"));
276
285
  var import_AddCouponOutlined = __toESM(require("./AddCouponOutlined"));
277
286
  var import_AddLarge = __toESM(require("./AddLarge"));
278
287
  var import_AlarmOutlined = __toESM(require("./AlarmOutlined"));
@@ -302,6 +311,7 @@ var import_BankCardFilled = __toESM(require("./BankCardFilled"));
302
311
  var import_BankCardOutlined = __toESM(require("./BankCardOutlined"));
303
312
  var import_BlockCircleFilled = __toESM(require("./BlockCircleFilled"));
304
313
  var import_BlockCircleOutlined = __toESM(require("./BlockCircleOutlined"));
314
+ var import_BlockCircleOutlinedBold = __toESM(require("./BlockCircleOutlinedBold"));
305
315
  var import_BlockCircleOutlinedThin = __toESM(require("./BlockCircleOutlinedThin"));
306
316
  var import_BogoOutlined = __toESM(require("./BogoOutlined"));
307
317
  var import_BoltFilled = __toESM(require("./BoltFilled"));
@@ -358,6 +368,7 @@ var import_EyeClosedFilled = __toESM(require("./EyeClosedFilled"));
358
368
  var import_EyeFilled = __toESM(require("./EyeFilled"));
359
369
  var import_EyeOutlined = __toESM(require("./EyeOutlined"));
360
370
  var import_FemaleOutlined = __toESM(require("./FemaleOutlined"));
371
+ var import_FilmSheet = __toESM(require("./FilmSheet"));
361
372
  var import_FilterOutlined = __toESM(require("./FilterOutlined"));
362
373
  var import_FingerprintOutlined = __toESM(require("./FingerprintOutlined"));
363
374
  var import_FireFilled = __toESM(require("./FireFilled"));
@@ -448,14 +459,17 @@ var import_RefreshOutlined = __toESM(require("./RefreshOutlined"));
448
459
  var import_ReportOutlined = __toESM(require("./ReportOutlined"));
449
460
  var import_SaveOutlined = __toESM(require("./SaveOutlined"));
450
461
  var import_ScanOutlined = __toESM(require("./ScanOutlined"));
462
+ var import_Schedule = __toESM(require("./Schedule"));
451
463
  var import_SearchGapOutlined = __toESM(require("./SearchGapOutlined"));
452
464
  var import_SearchOutlined = __toESM(require("./SearchOutlined"));
465
+ var import_SearchOutlinedBold = __toESM(require("./SearchOutlinedBold"));
453
466
  var import_SettingsOutlined = __toESM(require("./SettingsOutlined"));
454
467
  var import_SevenDayCalendar = __toESM(require("./SevenDayCalendar"));
455
468
  var import_Share = __toESM(require("./Share"));
456
469
  var import_ShoppingCartOutlined = __toESM(require("./ShoppingCartOutlined"));
457
470
  var import_ShowFilled = __toESM(require("./ShowFilled"));
458
471
  var import_ShowOutlined = __toESM(require("./ShowOutlined"));
472
+ var import_SiffHome = __toESM(require("./SiffHome"));
459
473
  var import_SmileFilled = __toESM(require("./SmileFilled"));
460
474
  var import_SmileOutlined = __toESM(require("./SmileOutlined"));
461
475
  var import_Sort = __toESM(require("./Sort"));
@@ -464,6 +478,7 @@ var import_StarFilled = __toESM(require("./StarFilled"));
464
478
  var import_StarFilledSharp = __toESM(require("./StarFilledSharp"));
465
479
  var import_StarOutlined = __toESM(require("./StarOutlined"));
466
480
  var import_StarRoundedFilled = __toESM(require("./StarRoundedFilled"));
481
+ var import_Store = __toESM(require("./Store"));
467
482
  var import_StoreFilled = __toESM(require("./StoreFilled"));
468
483
  var import_SuccessCircleFilled = __toESM(require("./SuccessCircleFilled"));
469
484
  var import_SuccessCircleFilledBold = __toESM(require("./SuccessCircleFilledBold"));
@@ -482,6 +497,7 @@ var import_TipsOutlined = __toESM(require("./TipsOutlined"));
482
497
  var import_ToTopOutlined = __toESM(require("./ToTopOutlined"));
483
498
  var import_TopicFilled = __toESM(require("./TopicFilled"));
484
499
  var import_TopicOutlined = __toESM(require("./TopicOutlined"));
500
+ var import_TransformFilled = __toESM(require("./TransformFilled"));
485
501
  var import_TrendingCircleFilled = __toESM(require("./TrendingCircleFilled"));
486
502
  var import_TrendingCircleOutlined = __toESM(require("./TrendingCircleOutlined"));
487
503
  var import_TripleVerticalLine = __toESM(require("./TripleVerticalLine"));
@@ -510,6 +526,7 @@ var import_ZoomInOutlined = __toESM(require("./ZoomInOutlined"));
510
526
  AccessTimeCircleOutlinedIcon,
511
527
  AddCircleFilledBoldIcon,
512
528
  AddCircleFilledIcon,
529
+ AddCircleOutlinedBoldIcon,
513
530
  AddCircleOutlinedIcon,
514
531
  AddCouponOutlinedIcon,
515
532
  AddIcon,
@@ -540,6 +557,7 @@ var import_ZoomInOutlined = __toESM(require("./ZoomInOutlined"));
540
557
  BankCardFilledIcon,
541
558
  BankCardOutlinedIcon,
542
559
  BlockCircleFilledIcon,
560
+ BlockCircleOutlinedBoldIcon,
543
561
  BlockCircleOutlinedIcon,
544
562
  BlockCircleOutlinedThinIcon,
545
563
  BogoOutlinedIcon,
@@ -597,6 +615,7 @@ var import_ZoomInOutlined = __toESM(require("./ZoomInOutlined"));
597
615
  EyeFilledIcon,
598
616
  EyeOutlinedIcon,
599
617
  FemaleOutlinedIcon,
618
+ FilmSheetIcon,
600
619
  FilterOutlinedIcon,
601
620
  FingerprintOutlinedIcon,
602
621
  FireFilledIcon,
@@ -687,7 +706,9 @@ var import_ZoomInOutlined = __toESM(require("./ZoomInOutlined"));
687
706
  ReportOutlinedIcon,
688
707
  SaveOutlinedIcon,
689
708
  ScanOutlinedIcon,
709
+ ScheduleIcon,
690
710
  SearchGapOutlinedIcon,
711
+ SearchOutlinedBoldIcon,
691
712
  SearchOutlinedIcon,
692
713
  SettingsOutlinedIcon,
693
714
  SevenDayCalendarIcon,
@@ -695,6 +716,7 @@ var import_ZoomInOutlined = __toESM(require("./ZoomInOutlined"));
695
716
  ShoppingCartOutlinedIcon,
696
717
  ShowFilledIcon,
697
718
  ShowOutlinedIcon,
719
+ SiffHomeIcon,
698
720
  SmileFilledIcon,
699
721
  SmileOutlinedIcon,
700
722
  SortIcon,
@@ -704,6 +726,7 @@ var import_ZoomInOutlined = __toESM(require("./ZoomInOutlined"));
704
726
  StarOutlinedIcon,
705
727
  StarRoundedFilledIcon,
706
728
  StoreFilledIcon,
729
+ StoreIcon,
707
730
  SuccessCircleFilledBoldIcon,
708
731
  SuccessCircleFilledIcon,
709
732
  SuccessCircleOutlinedIcon,
@@ -721,6 +744,7 @@ var import_ZoomInOutlined = __toESM(require("./ZoomInOutlined"));
721
744
  ToTopOutlinedIcon,
722
745
  TopicFilledIcon,
723
746
  TopicOutlinedIcon,
747
+ TransformFilledIcon,
724
748
  TrendingCircleFilledIcon,
725
749
  TrendingCircleOutlinedIcon,
726
750
  TripleVerticalLineIcon,
@@ -0,0 +1,2 @@
1
+ declare const _default: typeof import("./SvgIcon").default;
2
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import createSvgIcon from "../utils/createSvgIcon";
2
+ var AddCircleOutlinedBold_default = createSvgIcon(
3
+ '<path class="st0" 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"/>',
4
+ "AddCircleOutlinedBoldIcon"
5
+ );
6
+ export {
7
+ AddCircleOutlinedBold_default as default
8
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: typeof import("./SvgIcon").default;
2
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import createSvgIcon from "../utils/createSvgIcon";
2
+ var BlockCircleOutlinedBold_default = createSvgIcon(
3
+ '<path class="st0" 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"/>',
4
+ "BlockCircleOutlinedBoldIcon"
5
+ );
6
+ export {
7
+ BlockCircleOutlinedBold_default as default
8
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: typeof import("./SvgIcon").default;
2
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import createSvgIcon from "../utils/createSvgIcon";
2
+ var FilmSheet_default = createSvgIcon(
3
+ '<path class="st0" 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"/>',
4
+ "FilmSheetIcon"
5
+ );
6
+ export {
7
+ FilmSheet_default as default
8
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: typeof import("./SvgIcon").default;
2
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import createSvgIcon from "../utils/createSvgIcon";
2
+ var Schedule_default = createSvgIcon(
3
+ '<path class="st0" 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"/>',
4
+ "ScheduleIcon"
5
+ );
6
+ export {
7
+ Schedule_default as default
8
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: typeof import("./SvgIcon").default;
2
+ export default _default;