pds-dev-kit-web 2.1.12 → 2.1.14

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 (86) hide show
  1. package/dist/src/common/assets/icons/fill/ArrowRoundLeft.d.ts +4 -0
  2. package/dist/src/common/assets/icons/fill/ArrowRoundLeft.js +30 -0
  3. package/dist/src/common/assets/icons/fill/Layout.js +1 -1
  4. package/dist/src/common/assets/icons/fill/LogoYt.js +1 -1
  5. package/dist/src/common/assets/icons/fill/TextAlignBottom.d.ts +4 -0
  6. package/dist/src/common/assets/icons/fill/TextAlignBottom.js +30 -0
  7. package/dist/src/common/assets/icons/fill/TextAlignCenter.d.ts +4 -0
  8. package/dist/src/common/assets/icons/fill/TextAlignCenter.js +30 -0
  9. package/dist/src/common/assets/icons/fill/TextAlignLeft.d.ts +4 -0
  10. package/dist/src/common/assets/icons/fill/TextAlignLeft.js +30 -0
  11. package/dist/src/common/assets/icons/fill/TextAlignMiddle.d.ts +4 -0
  12. package/dist/src/common/assets/icons/fill/TextAlignMiddle.js +30 -0
  13. package/dist/src/common/assets/icons/fill/TextAlignRight.d.ts +4 -0
  14. package/dist/src/common/assets/icons/fill/TextAlignRight.js +30 -0
  15. package/dist/src/common/assets/icons/fill/TextAlignTop.d.ts +4 -0
  16. package/dist/src/common/assets/icons/fill/TextAlignTop.js +30 -0
  17. package/dist/src/common/assets/icons/fill/index.d.ts +7 -0
  18. package/dist/src/common/assets/icons/fill/index.js +14 -0
  19. package/dist/src/common/assets/icons/line/ArrowRoundLeft.js +1 -1
  20. package/dist/src/common/assets/icons/line/Layout.js +1 -1
  21. package/dist/src/common/assets/icons/line/SectionContent32.js +1 -1
  22. package/dist/src/common/assets/icons/line/SectionContent40.js +1 -1
  23. package/dist/src/common/assets/icons/line/SectionContentsCarousel32.js +1 -1
  24. package/dist/src/common/assets/icons/line/SectionContentsCarousel40.js +1 -1
  25. package/dist/src/common/assets/icons/line/SectionCustom32.js +1 -1
  26. package/dist/src/common/assets/icons/line/SectionCustom40.js +1 -1
  27. package/dist/src/common/assets/icons/line/SectionDivider32.js +1 -1
  28. package/dist/src/common/assets/icons/line/SectionDivider40.js +1 -1
  29. package/dist/src/common/assets/icons/line/SectionFooter32.js +1 -1
  30. package/dist/src/common/assets/icons/line/SectionFooter40.js +1 -1
  31. package/dist/src/common/assets/icons/line/SectionIframe32.js +1 -1
  32. package/dist/src/common/assets/icons/line/SectionIframe40.js +1 -1
  33. package/dist/src/common/assets/icons/line/SectionInfoBox32.js +1 -1
  34. package/dist/src/common/assets/icons/line/SectionInfoBox40.js +1 -1
  35. package/dist/src/common/assets/icons/line/SectionIntro32.js +1 -1
  36. package/dist/src/common/assets/icons/line/SectionIntro40.js +1 -1
  37. package/dist/src/common/assets/icons/line/SectionMap32.js +1 -1
  38. package/dist/src/common/assets/icons/line/SectionMap40.js +1 -1
  39. package/dist/src/common/assets/icons/line/SectionMembership32.js +1 -1
  40. package/dist/src/common/assets/icons/line/SectionMembership40.js +1 -1
  41. package/dist/src/common/assets/icons/line/SectionPriceBox32.js +1 -1
  42. package/dist/src/common/assets/icons/line/SectionPriceBox40.js +1 -1
  43. package/dist/src/common/assets/icons/line/SectionProductsCarousel32.js +1 -1
  44. package/dist/src/common/assets/icons/line/SectionProductsCarousel40.js +1 -1
  45. package/dist/src/common/assets/icons/line/SectionReview32.js +1 -1
  46. package/dist/src/common/assets/icons/line/SectionReview40.js +1 -1
  47. package/dist/src/common/assets/icons/line/SectionSlider32.js +1 -1
  48. package/dist/src/common/assets/icons/line/SectionSlider40.js +1 -1
  49. package/dist/src/common/assets/icons/line/SectionTab32.js +1 -1
  50. package/dist/src/common/assets/icons/line/SectionTab40.js +1 -1
  51. package/dist/src/common/assets/icons/line/TextAlignBottom.d.ts +4 -0
  52. package/dist/src/common/assets/icons/line/TextAlignBottom.js +30 -0
  53. package/dist/src/common/assets/icons/line/TextAlignCenter.d.ts +4 -0
  54. package/dist/src/common/assets/icons/line/TextAlignCenter.js +30 -0
  55. package/dist/src/common/assets/icons/line/TextAlignLeft.d.ts +4 -0
  56. package/dist/src/common/assets/icons/line/TextAlignLeft.js +30 -0
  57. package/dist/src/common/assets/icons/line/TextAlignMiddle.d.ts +4 -0
  58. package/dist/src/common/assets/icons/line/TextAlignMiddle.js +30 -0
  59. package/dist/src/common/assets/icons/line/TextAlignRight.d.ts +4 -0
  60. package/dist/src/common/assets/icons/line/TextAlignRight.js +30 -0
  61. package/dist/src/common/assets/icons/line/TextAlignTop.d.ts +4 -0
  62. package/dist/src/common/assets/icons/line/TextAlignTop.js +30 -0
  63. package/dist/src/common/assets/icons/line/index.d.ts +6 -0
  64. package/dist/src/common/assets/icons/line/index.js +12 -0
  65. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +3 -2
  66. package/dist/src/common/styles/colorSet/PaletteColor_light.json +2 -1
  67. package/dist/src/common/styles/colorSet/UIColor.json +2 -1
  68. package/dist/src/common/styles/colorSet/index.d.ts +5 -2
  69. package/dist/src/common/styles/colorSet/index.js +2 -2
  70. package/dist/src/common/styles/colorSet/ui-type.d.ts +1 -0
  71. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.d.ts +6 -2
  72. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +181 -28
  73. package/dist/src/desktop/common/components/TextFieldBase/constants.d.ts +1 -0
  74. package/dist/src/desktop/common/components/TextFieldBase/constants.js +2 -1
  75. package/dist/src/desktop/components/Slider/Slider.js +8 -1
  76. package/dist/src/desktop/components/TextField/TextField.js +1 -1
  77. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.d.ts +6 -2
  78. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +180 -27
  79. package/dist/src/mobile/common/components/TextFieldBase/constants.d.ts +1 -0
  80. package/dist/src/mobile/common/components/TextFieldBase/constants.js +2 -1
  81. package/dist/src/mobile/components/Slider/Slider.js +8 -1
  82. package/dist/src/mobile/components/TextField/TextField.js +1 -1
  83. package/dist/src/sub/AdminList/ToolBar/SearchField.js +1 -1
  84. package/package.json +1 -1
  85. package/release-note.md +19 -97
  86. package/webhook/node_modules/esrecurse/.babelrc +0 -3
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const ArrowRoundLeft: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default ArrowRoundLeft;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var ArrowRoundLeft = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M11.867,2.5475 C9.492,2.5475 7.246,3.4355 5.512,5.0025 L5.512,4.1995 C5.512,3.6475 5.064,3.1995 4.512,3.1995 C3.96,3.1995 3.512,3.6475 3.512,4.1995 L3.512,7.2155 C3.512,7.9085 4.076,8.4725 4.769,8.4725 L7.784,8.4725 C8.337,8.4725 8.784,8.0255 8.784,7.4725 C8.784,6.9205 8.337,6.4725 7.784,6.4725 L6.865,6.4725 C8.232,5.2435 9.999,4.5475 11.867,4.5475 C16.003,4.5475 19.367,7.9115 19.367,12.0475 C19.367,16.1835 16.003,19.5475 11.867,19.5475 C8.438,19.5475 5.451,17.2315 4.601,13.9145 C4.464,13.3795 3.92,13.0545 3.385,13.1935 C2.849,13.3315 2.527,13.8755 2.664,14.4105 C3.74,18.6125 7.525,21.5475 11.867,21.5475 C17.105,21.5475 21.367,17.2855 21.367,12.0475 C21.367,6.8095 17.105,2.5475 11.867,2.5475" }, void 0) }), void 0));
29
+ };
30
+ exports.default = ArrowRoundLeft;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Layout = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M11.4684,9.7369 L19.7504,9.7369 C20.3024,9.7369 20.7504,9.2889 20.7504,8.7369 L20.7504,6.7499 C20.7504,4.8169 19.1834,3.2499 17.2504,3.2499 L11.4684,3.2499 C11.1924,3.2499 10.9684,3.4739 10.9684,3.7499 L10.9684,9.2369 C10.9684,9.5129 11.1924,9.7369 11.4684,9.7369 M8.5925,3.25 L6.7495,3.25 C4.8165,3.25 3.2495,4.817 3.2495,6.75 L3.2495,17.25 C3.2495,19.183 4.8165,20.75 6.7495,20.75 L8.5925,20.75 C8.8685,20.75 9.0925,20.526 9.0925,20.25 L9.0925,3.75 C9.0925,3.474 8.8685,3.25 8.5925,3.25 M10.9684,12.0428 L10.9684,20.2498 C10.9684,20.5258 11.1924,20.7498 11.4684,20.7498 L17.2504,20.7498 C19.1834,20.7498 20.7504,19.1828 20.7504,17.2498 L20.7504,12.5428 C20.7504,11.9908 20.3024,11.5428 19.7504,11.5428 L11.4684,11.5428 C11.1924,11.5428 10.9684,11.7668 10.9684,12.0428" }, void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M20.9614,14.9837 C21.3074,15.3067 21.5054021,15.7367 21.5054021,16.1987 C21.5064,16.8117 21.1574,17.3717 20.5734,17.6957 L13.6014,21.5577 C13.1074,21.8317 12.5544,21.9677 12.0004,21.9677 C11.4464,21.9677 10.8924,21.8307 10.3984,21.5567 L3.4264,17.6967 C2.8424,17.3717 2.4934,16.8117 2.49439786,16.1987 C2.49439786,15.7367 2.6924,15.3067 3.0384,14.9837 C3.1524,15.0897 3.2824,15.1857 3.4264,15.2657 L10.3984,19.1257 C10.8924,19.3997 11.4464,19.5367 12.0004,19.5367 C12.5544,19.5367 13.1074,19.4007 13.6014,19.1267 L20.5734,15.2647 C20.7184,15.1847 20.8474,15.0897 20.9614,14.9837 Z M20.9614,10.8975 C21.3074,11.2205 21.5054021,11.6505 21.5054021,12.1125 C21.5064,12.7255 21.1574,13.2855 20.5734,13.6095 L13.6014,17.4715 C13.1074,17.7455 12.5544,17.8815 12.0004,17.8815 C11.4464,17.8815 10.8924,17.7445 10.3984,17.4705 L3.4264,13.6105 C2.8424,13.2855 2.4934,12.7255 2.49439786,12.1125 C2.49439786,11.6505 2.6924,11.2205 3.0384,10.8975 C3.1524,11.0035 3.2824,11.0995 3.4264,11.1795 L10.3984,15.0395 C10.8924,15.3135 11.4464,15.4505 12.0004,15.4505 C12.5544,15.4505 13.1074,15.3145 13.6014,15.0405 L20.5734,11.1785 C20.7184,11.0985 20.8474,11.0035 20.9614,10.8975 Z M13.6017,2.4419 L20.5727,6.3039 C21.1567,6.6269 21.5047,7.1869 21.5057,7.7999 C21.5057,8.4129 21.1577,8.9739 20.5737,9.2969 L13.6017,13.1589 C13.1077,13.4329 12.5537,13.5699 11.9997,13.5699 C11.4467,13.5699 10.8917,13.4319 10.3977,13.1579 L3.4267,9.2979 C2.8427,8.9739 2.4937,8.4129 2.49469786,7.7999 C2.49469786,7.1869 2.8437,6.6269 3.4277,6.3039 L10.3987,2.4419 C11.3857,1.8949 12.6137,1.8949 13.6017,2.4419 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = Layout;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var LogoYt = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M9.9805,15.0292 L9.9805,8.9712 L15.2265,12.0002 L9.9805,15.0292 Z M21.6755,7.1392 C21.4425,6.2702 20.7585,5.5862 19.8895,5.3542 C18.3145,4.9322 11.9995,4.9322 11.9995,4.9322 C11.9995,4.9322 5.6845,4.9322 4.1095,5.3542 C3.2405,5.5862 2.5565,6.2702 2.3245,7.1392 C1.9025,8.7142 1.9025,12.0002 1.9025,12.0002 C1.9025,12.0002 1.9025,15.2862 2.3245,16.8602 C2.5565,17.7292 3.2405,18.4142 4.1095,18.6462 C5.6845,19.0682 11.9995,19.0682 11.9995,19.0682 C11.9995,19.0682 18.3145,19.0682 19.8895,18.6462 C20.7585,18.4142 21.4425,17.7292 21.6755,16.8602 C22.0975,15.2862 22.0975,12.0002 22.0975,12.0002 C22.0975,12.0002 22.0975,8.7142 21.6755,7.1392 L21.6755,7.1392 Z", fill: color }, void 0) }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinejoin: "round", strokeWidth: "2", d: "M9.9805,15.0292 L9.9805,8.9712 L15.2265,12.0002 L9.9805,15.0292 Z M21.6755,6.8482 C21.4425,5.9282 20.7585,5.2032 19.8895,4.9562 C18.3145,4.5092 11.9995,4.5092 11.9995,4.5092 C11.9995,4.5092 5.6845,4.5092 4.1095,4.9562 C3.2405,5.2032 2.5565,5.9282 2.3245,6.8482 C1.9025,8.5182 1.9025,12.0002 1.9025,12.0002 C1.9025,12.0002 1.9025,15.4822 2.3245,17.1512 C2.5565,18.0722 3.2405,18.7972 4.1095,19.0432 C5.6845,19.4902 11.9995,19.4902 11.9995,19.4902 C11.9995,19.4902 18.3145,19.4902 19.8895,19.0432 C20.7585,18.7972 21.4425,18.0722 21.6755,17.1512 C22.0975,15.4822 22.0975,12.0002 22.0975,12.0002 C22.0975,12.0002 22.0975,8.5182 21.6755,6.8482 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = LogoYt;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const TextAlignBottom: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default TextAlignBottom;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var TextAlignBottom = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M18.1204,19.8321 L5.8794,19.8321 M12,15.2274 L12,4.1684 M16.5867,11.5903 L11.9997,16.1773 L7.4137,11.5903" }, void 0) }), void 0));
29
+ };
30
+ exports.default = TextAlignBottom;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const TextAlignCenter: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default TextAlignCenter;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var TextAlignCenter = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2.2", d: "M4.3458,6.2632 L19.6538,6.2632 M7.6412,12 L16.3592,12 M7.6412,17.7368 L16.3592,17.7368" }, void 0) }), void 0));
29
+ };
30
+ exports.default = TextAlignCenter;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const TextAlignLeft: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default TextAlignLeft;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var TextAlignLeft = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2.2", d: "M4.3458,6.2632 L19.6538,6.2632 M4.3458,12 L13.0638,12 M4.3458,17.7368 L13.0638,17.7368" }, void 0) }), void 0));
29
+ };
30
+ exports.default = TextAlignLeft;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const TextAlignMiddle: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default TextAlignMiddle;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var TextAlignMiddle = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M5.8796,12 L18.1206,12 M12,16.0369 L12,21.0419 M9.3148,17.9123 L11.9998,15.2273 L14.6848,17.9123 M12,7.9631 L12,2.9581 M14.6852,6.0877 L12.0002,8.7727 L9.3152,6.0877" }, void 0) }), void 0));
29
+ };
30
+ exports.default = TextAlignMiddle;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const TextAlignRight: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default TextAlignRight;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var TextAlignRight = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2.2", d: "M4.3458,6.2632 L19.6538,6.2632 M10.9365,12 L19.6545,12 M10.9365,17.7368 L19.6545,17.7368" }, void 0) }), void 0));
29
+ };
30
+ exports.default = TextAlignRight;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const TextAlignTop: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default TextAlignTop;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var TextAlignTop = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M5.8796,4.1679 L18.1206,4.1679 M12,8.7726 L12,19.8316 M7.4133,12.4097 L12.0003,7.8227 L16.5863,12.4097" }, void 0) }), void 0));
29
+ };
30
+ exports.default = TextAlignTop;
@@ -9,6 +9,7 @@ declare const fillIcons: {
9
9
  readonly ic_align_top: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
10
10
  readonly ic_arrow_down: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
11
11
  readonly ic_arrow_down_stepper: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
12
+ readonly ic_arrow_round_left: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
12
13
  readonly ic_arrow_up: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
13
14
  readonly ic_arrow_up_stepper: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
14
15
  readonly ic_audio: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -94,6 +95,12 @@ declare const fillIcons: {
94
95
  readonly ic_star: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
95
96
  readonly ic_subscribers: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
96
97
  readonly ic_text: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
98
+ readonly ic_text_align_bottom: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
99
+ readonly ic_text_align_center: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
100
+ readonly ic_text_align_left: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
101
+ readonly ic_text_align_middle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
102
+ readonly ic_text_align_right: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
103
+ readonly ic_text_align_top: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
97
104
  readonly ic_thumb_down: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
98
105
  readonly ic_thumb_up: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
99
106
  readonly ic_toggle_down: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -12,6 +12,7 @@ var AlignRight_1 = __importDefault(require("./AlignRight"));
12
12
  var AlignTop_1 = __importDefault(require("./AlignTop"));
13
13
  var ArrowDown_1 = __importDefault(require("./ArrowDown"));
14
14
  var ArrowDownStepper_1 = __importDefault(require("./ArrowDownStepper"));
15
+ var ArrowRoundLeft_1 = __importDefault(require("./ArrowRoundLeft"));
15
16
  var ArrowUp_1 = __importDefault(require("./ArrowUp"));
16
17
  var ArrowUpStepper_1 = __importDefault(require("./ArrowUpStepper"));
17
18
  var Audio_1 = __importDefault(require("./Audio"));
@@ -97,6 +98,12 @@ var SplitScreen_1 = __importDefault(require("./SplitScreen"));
97
98
  var Star_1 = __importDefault(require("./Star"));
98
99
  var Subscribers_1 = __importDefault(require("./Subscribers"));
99
100
  var Text_1 = __importDefault(require("./Text"));
101
+ var TextAlignBottom_1 = __importDefault(require("./TextAlignBottom"));
102
+ var TextAlignCenter_1 = __importDefault(require("./TextAlignCenter"));
103
+ var TextAlignLeft_1 = __importDefault(require("./TextAlignLeft"));
104
+ var TextAlignMiddle_1 = __importDefault(require("./TextAlignMiddle"));
105
+ var TextAlignRight_1 = __importDefault(require("./TextAlignRight"));
106
+ var TextAlignTop_1 = __importDefault(require("./TextAlignTop"));
100
107
  var ThumbDown_1 = __importDefault(require("./ThumbDown"));
101
108
  var ThumbUp_1 = __importDefault(require("./ThumbUp"));
102
109
  var ToggleDown_1 = __importDefault(require("./ToggleDown"));
@@ -127,6 +134,7 @@ var fillIcons = {
127
134
  ic_align_top: AlignTop_1.default,
128
135
  ic_arrow_down: ArrowDown_1.default,
129
136
  ic_arrow_down_stepper: ArrowDownStepper_1.default,
137
+ ic_arrow_round_left: ArrowRoundLeft_1.default,
130
138
  ic_arrow_up: ArrowUp_1.default,
131
139
  ic_arrow_up_stepper: ArrowUpStepper_1.default,
132
140
  ic_audio: Audio_1.default,
@@ -212,6 +220,12 @@ var fillIcons = {
212
220
  ic_star: Star_1.default,
213
221
  ic_subscribers: Subscribers_1.default,
214
222
  ic_text: Text_1.default,
223
+ ic_text_align_bottom: TextAlignBottom_1.default,
224
+ ic_text_align_center: TextAlignCenter_1.default,
225
+ ic_text_align_left: TextAlignLeft_1.default,
226
+ ic_text_align_middle: TextAlignMiddle_1.default,
227
+ ic_text_align_right: TextAlignRight_1.default,
228
+ ic_text_align_top: TextAlignTop_1.default,
215
229
  ic_thumb_down: ThumbDown_1.default,
216
230
  ic_thumb_up: ThumbUp_1.default,
217
231
  ic_toggle_down: ToggleDown_1.default,
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var ArrowRoundLeft = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { d: "M11.713386,2 C8.94538602,2 6.34438602,3.143 4.45738602,5.139 L4.45738602,3.46 C4.45738602,3.046 4.12138602,2.71 3.70738602,2.71 C3.29338602,2.71 2.95738602,3.046 2.95738602,3.46 L2.95738602,6.743 C2.95738602,7.311 3.41938602,7.772 3.98638602,7.772 L7.26938602,7.772 C7.68338602,7.772 8.01938602,7.437 8.01938602,7.022 C8.01938602,6.608 7.68338602,6.272 7.26938602,6.272 L5.44938602,6.272 C7.05938602,4.512 9.31338602,3.5 11.713386,3.5 C16.401386,3.5 20.215386,7.313 20.215386,12.002 C20.215386,16.69 16.401386,20.504 11.713386,20.504 C7.82638602,20.504 4.43938602,17.878 3.47638602,14.117 C3.37338602,13.716 2.96638602,13.478 2.56438602,13.577 C2.16238602,13.68 1.92138602,14.089 2.02338602,14.49 C3.15638602,18.914 7.14138602,22.004 11.713386,22.004 C17.228386,22.004 21.715386,17.517 21.715386,12.002 C21.715386,6.487 17.228386,2 11.713386,2", fill: color, fillRule: "evenodd" }, void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M11.8671,2.7975 C9.3601,2.7975 6.9971,3.8105 5.2621,5.5865 L5.2621,4.1995 C5.2621,3.7855 4.9261,3.4495 4.5121,3.4495 C4.0971,3.4495 3.7621,3.7855 3.7621,4.1995 L3.7621,7.2155 C3.7621,7.7715 4.2141,8.2225 4.7691,8.2225 L7.7841,8.2225 C8.1991,8.2225 8.5341,7.8865 8.5341,7.4725 C8.5341,7.0585 8.1991,6.7225 7.7841,6.7225 L6.2511,6.7225 C7.7131,5.1805 9.7261,4.2975 11.8671,4.2975 C16.1401,4.2975 19.6171,7.7745 19.6171,12.0475 C19.6171,16.3205 16.1401,19.7975 11.8671,19.7975 C8.3241,19.7975 5.2371,17.4035 4.3591,13.9765 C4.2571,13.5755 3.8461,13.3335 3.4471,13.4365 C3.0451,13.5395 2.8041,13.9475 2.9061,14.3485 C3.9541,18.4405 7.6391,21.2975 11.8671,21.2975 C16.9681,21.2975 21.1171,17.1485 21.1171,12.0475 C21.1171,6.9465 16.9681,2.7975 11.8671,2.7975" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = ArrowRoundLeft;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Layout = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M17.25,3.25 L6.75,3.25 C4.817,3.25 3.25,4.817 3.25,6.75 L3.25,17.25 C3.25,19.183 4.817,20.75 6.75,20.75 L17.25,20.75 C19.183,20.75 20.75,19.183 20.75,17.25 L20.75,6.75 C20.75,4.817 19.183,3.25 17.25,3.25 L17.25,3.25 Z M17.25,4.75 C18.353,4.75 19.25,5.647 19.25,6.75 L19.25,17.25 C19.25,18.353 18.353,19.25 17.25,19.25 L6.75,19.25 C5.647,19.25 4.75,18.353 4.75,17.25 L4.75,6.75 C4.75,5.647 5.647,4.75 6.75,4.75 L17.25,4.75 Z", fill: color }, void 0), (0, jsx_runtime_1.jsx)("path", { d: "M9.8427,10.7932 L19.3747,10.7932 M9.8427,4.2937 L9.8427,19.5877", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M11.9999,2.5665 C11.4459,2.5665 10.8919,2.7035 10.3979,2.9765 L3.4269,6.8385 C2.8439,7.1615 2.49489786,7.7215 2.49489786,8.3345 C2.4939,8.9475 2.8429,9.5085 3.4269,9.8325 L10.3979,13.6925 C10.8919,13.9665 11.4459,14.1045 11.9999,14.1045 C12.5539,14.1045 13.1079,13.9675 13.6019,13.6935 L20.5739,9.8315 C21.1579,9.5085 21.5059,8.9475 21.5059,8.3345 C21.5049,7.7215 21.1569,7.1615 20.5729,6.8385 L13.6019,2.9765 C13.1079,2.7035 12.5539,2.5665 11.9999,2.5665 M11.9999,4.0665 C12.3099,4.0665 12.6129,4.1435 12.8749,4.2885 L19.8459,8.1505 C19.9229,8.1935 20.0059,8.2645 20.0059,8.3355 C20.0059,8.4065 19.9239,8.4765 19.8469,8.5195 L12.8729,12.3825 C12.6109,12.5275 12.3099,12.6045 11.9999,12.6045 C11.6909,12.6045 11.3889,12.5265 11.1249,12.3805 L4.1549,8.5205 C4.0769,8.4775 3.9949,8.4065 3.9949,8.3355 C3.9949,8.2645 4.0769,8.1935 4.1539,8.1505 L11.1249,4.2885 C11.3879,4.1435 11.6899,4.0665 11.9999,4.0665" }, void 0), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M20.791,12.3918 C20.639,12.6358 20.418,12.8458 20.141,12.9988 L13.521,16.6658 C13.052,16.9268 12.526,17.0558 12,17.0558 C11.474,17.0558 10.948,16.9258 10.479,16.6648 L3.86,12.9998 C3.561,12.8348 3.328,12.6038 3.176,12.3358 M20.791,16.1125 C20.639,16.3565 20.418,16.5665 20.141,16.7195 L13.521,20.3865 C13.052,20.6475 12.526,20.7765 12,20.7765 C11.474,20.7765 10.948,20.6465 10.479,20.3855 L3.86,16.7205 C3.561,16.5555 3.328,16.3245 3.176,16.0565" }, void 0)] }), void 0) }), void 0));
29
29
  };
30
30
  exports.default = Layout;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionContent32 = function (_a) {
27
27
  var color = _a.color, rest = __rest(_a, ["color"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "54", height: "32", viewBox: "0 0 54 32" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M50.5129,0 C52.4389,0 53.9999,1.561 53.9999,3.487 L53.9999,28.513 C53.9999,30.439 52.4389,32 50.5129,32 L3.4869,32 C1.5609,32 -0.0001,30.439 -0.0001,28.513 L-0.0001,3.487 C-0.0001,1.561 1.5609,0 3.4869,0 Z M50.5129,1.494 L3.4869,1.494 C2.3879,1.494 1.4939,2.388 1.4939,3.487 L1.4939,28.513 C1.4939,29.612 2.3879,30.506 3.4869,30.506 L50.5129,30.506 C51.6119,30.506 52.5059,29.612 52.5059,28.513 L52.5059,3.487 C52.5059,2.388 51.6119,1.494 50.5129,1.494 Z M17.8772,7.1585 C18.8332,7.1585 19.6072,7.9335 19.6072,8.8895 L19.6072,23.0995 C19.6072,24.0545 18.8332,24.8295 17.8772,24.8295 L9.6342,24.8295 C8.6782,24.8295 7.9032,24.0545 7.9032,23.0995 L7.9032,8.8895 C7.9032,7.9335 8.6782,7.1585 9.6342,7.1585 L17.8772,7.1585 Z M32.6534,19.2615 C33.3164,19.2615 33.8534,19.7985 33.8534,20.4615 L33.8534,23.6295 C33.8534,24.2925 33.3164,24.8295 32.6534,24.8295 L23.3494,24.8295 C22.6874,24.8295 22.1494,24.2925 22.1494,23.6295 L22.1494,20.4615 C22.1494,19.7985 22.6874,19.2615 23.3494,19.2615 L32.6534,19.2615 Z M45.2965,11.4611 C45.7385,11.4611 46.0965,11.8191 46.0965,12.2611 L46.0965,12.8971 C46.0965,13.3391 45.7385,13.6971 45.2965,13.6971 L22.9495,13.6971 C22.5075,13.6971 22.1495,13.3391 22.1495,12.8971 L22.1495,12.2611 C22.1495,11.8191 22.5075,11.4611 22.9495,11.4611 L45.2965,11.4611 Z M36.6463,7.1708 C37.0883,7.1708 37.4463,7.5288 37.4463,7.9708 L37.4463,8.6068 C37.4463,9.0488 37.0883,9.4068 36.6463,9.4068 L22.9503,9.4068 C22.5083,9.4068 22.1503,9.0488 22.1503,8.6068 L22.1503,7.9708 C22.1503,7.5288 22.5083,7.1708 22.9503,7.1708 L36.6463,7.1708 Z" }, void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "54", height: "32", viewBox: "0 0 54 32" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M50.513,0 C52.439,0 54,1.561 54,3.487 L54,28.513 C54,30.439 52.439,32 50.513,32 L3.487,32 C1.561,32 2.84217094e-14,30.439 2.84217094e-14,28.513 L2.84217094e-14,3.487 C2.84217094e-14,1.561 1.561,0 3.487,0 Z M50.513,2 L3.487,2 C2.667,2 2,2.667 2,3.487 L2,28.513 C2,29.333 2.667,30 3.487,30 L50.513,30 C51.333,30 52,29.333 52,28.513 L52,3.487 C52,2.667 51.333,2 50.513,2 Z M17.877,7.1585 C18.832,7.1585 19.607,7.9335 19.607,8.8895 L19.607,23.0995 C19.607,24.0545 18.832,24.8295 17.877,24.8295 L9.634,24.8295 C8.678,24.8295 7.903,24.0545 7.903,23.0995 L7.903,8.8895 C7.903,7.9335 8.678,7.1585 9.634,7.1585 L17.877,7.1585 Z M32.6532,19.2615 C33.3162,19.2615 33.8532,19.7985 33.8532,20.4615 L33.8532,23.6295 C33.8532,24.2925 33.3162,24.8295 32.6532,24.8295 L23.3492,24.8295 C22.6872,24.8295 22.1492,24.2925 22.1492,23.6295 L22.1492,20.4615 C22.1492,19.7985 22.6872,19.2615 23.3492,19.2615 L32.6532,19.2615 Z M45.2963,11.4611 C45.7383,11.4611 46.0963,11.8191 46.0963,12.2611 L46.0963,12.8971 C46.0963,13.3391 45.7383,13.6971 45.2963,13.6971 L22.9493,13.6971 C22.5083,13.6971 22.1493,13.3391 22.1493,12.8971 L22.1493,12.2611 C22.1493,11.8191 22.5083,11.4611 22.9493,11.4611 L45.2963,11.4611 Z M36.6461,7.1708 C37.0881,7.1708 37.4461,7.5288 37.4461,7.9708 L37.4461,8.6068 C37.4461,9.0488 37.0881,9.4068 36.6461,9.4068 L22.9501,9.4068 C22.5081,9.4068 22.1501,9.0488 22.1501,8.6068 L22.1501,7.9708 C22.1501,7.5288 22.5081,7.1708 22.9501,7.1708 L36.6461,7.1708 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionContent32;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionContent40 = function (_a) {
27
27
  var color = _a.color, rest = __rest(_a, ["color"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "68", height: "40", viewBox: "0 0 68 40" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M64,0 C66.209,0 68,1.791 68,4 L68,36 C68,38.209 66.209,40 64,40 L4,40 C1.791,40 0,38.209 0,36 L0,4 C0,1.791 1.791,0 4,0 Z M64,1.5 L4,1.5 C2.622,1.5 1.5,2.621 1.5,4 L1.5,36 C1.5,37.379 2.622,38.5 4,38.5 L64,38.5 C65.378,38.5 66.5,37.379 66.5,36 L66.5,4 C66.5,2.621 65.378,1.5 64,1.5 Z M22.5964,8.9489 C23.7904,8.9489 24.7594,9.9169 24.7594,11.1109 L24.7594,28.8739 C24.7594,30.0689 23.7904,31.0369 22.5964,31.0369 L12.2924,31.0369 C11.0974,31.0369 10.1294,30.0689 10.1294,28.8739 L10.1294,11.1109 C10.1294,9.9169 11.0974,8.9489 12.2924,8.9489 L22.5964,8.9489 Z M41.0667,24.0769 C41.8947,24.0769 42.5667,24.7479 42.5667,25.5769 L42.5667,29.5369 C42.5667,30.3649 41.8947,31.0369 41.0667,31.0369 L29.4377,31.0369 C28.6087,31.0369 27.9377,30.3649 27.9377,29.5369 L27.9377,25.5769 C27.9377,24.7479 28.6087,24.0769 29.4377,24.0769 L41.0667,24.0769 Z M56.8706,14.3264 C57.4226,14.3264 57.8706,14.7734 57.8706,15.3264 L57.8706,16.1214 C57.8706,16.6734 57.4226,17.1214 56.8706,17.1214 L28.9376,17.1214 C28.3846,17.1214 27.9376,16.6734 27.9376,16.1214 L27.9376,15.3264 C27.9376,14.7734 28.3846,14.3264 28.9376,14.3264 L56.8706,14.3264 Z M46.0578,8.9635 C46.6098,8.9635 47.0578,9.4105 47.0578,9.9635 L47.0578,10.7585 C47.0578,11.3105 46.6098,11.7585 46.0578,11.7585 L28.9368,11.7585 C28.3848,11.7585 27.9368,11.3105 27.9368,10.7585 L27.9368,9.9635 C27.9368,9.4105 28.3848,8.9635 28.9368,8.9635 L46.0578,8.9635 Z" }, void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "68", height: "40", viewBox: "0 0 68 40" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M64,0 C66.209,0 68,1.791 68,4 L68,36 C68,38.209 66.209,40 64,40 L4,40 C1.791,40 0,38.209 0,36 L0,4 C0,1.791 1.791,0 4,0 Z M64,2 L4,2 C2.897,2 2,2.897 2,4 L2,36 C2,37.103 2.897,38 4,38 L64,38 C65.103,38 66,37.103 66,36 L66,4 C66,2.897 65.103,2 64,2 Z M22.5962,8.9488 C23.7902,8.9488 24.7592,9.9168 24.7592,11.1108 L24.7592,28.8738 C24.7592,30.0688 23.7902,31.0368 22.5962,31.0368 L12.2922,31.0368 C11.0972,31.0368 10.1292,30.0688 10.1292,28.8738 L10.1292,11.1108 C10.1292,9.9168 11.0972,8.9488 12.2922,8.9488 L22.5962,8.9488 Z M41.0666,24.0768 C41.8946,24.0768 42.5666,24.7478 42.5666,25.5768 L42.5666,29.5368 C42.5666,30.3648 41.8946,31.0368 41.0666,31.0368 L29.4376,31.0368 C28.6086,31.0368 27.9376,30.3648 27.9376,29.5368 L27.9376,25.5768 C27.9376,24.7478 28.6086,24.0768 29.4376,24.0768 L41.0666,24.0768 Z M56.8704,14.3263 C57.4224,14.3263 57.8704,14.7733 57.8704,15.3263 L57.8704,16.1213 C57.8704,16.6733 57.4224,17.1213 56.8704,17.1213 L28.9374,17.1213 C28.3844,17.1213 27.9374,16.6733 27.9374,16.1213 L27.9374,15.3263 C27.9374,14.7733 28.3844,14.3263 28.9374,14.3263 L56.8704,14.3263 Z M46.0576,8.9634 C46.6096,8.9634 47.0576,9.4104 47.0576,9.9634 L47.0576,10.7584 C47.0576,11.3104 46.6096,11.7584 46.0576,11.7584 L28.9366,11.7584 C28.3846,11.7584 27.9366,11.3104 27.9366,10.7584 L27.9366,9.9634 C27.9366,9.4104 28.3846,8.9634 28.9366,8.9634 L46.0576,8.9634 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionContent40;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionContentsCarousel32 = function (_a) {
27
27
  var color = _a.color, rest = __rest(_a, ["color"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "54", height: "32", viewBox: "0 0 54 32" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M50.5129,0 C52.4389,0 53.9999,1.561 53.9999,3.487 L53.9999,28.513 C53.9999,30.439 52.4389,32 50.5129,32 L3.4869,32 C1.5609,32 -0.0001,30.439 -0.0001,28.513 L-0.0001,3.487 C-0.0001,1.561 1.5609,0 3.4869,0 Z M50.5129,1.494 L3.4869,1.494 C2.3879,1.494 1.4939,2.388 1.4939,3.487 L1.4939,28.513 C1.4939,29.612 2.3879,30.506 3.4869,30.506 L50.5129,30.506 C51.6119,30.506 52.5059,29.612 52.5059,28.513 L52.5059,3.487 C52.5059,2.388 51.6119,1.494 50.5129,1.494 Z M18.3993,7.1643 C19.2763,7.1643 19.9873,7.8763 19.9873,8.7533 L19.9873,23.2473 C19.9873,24.1243 19.2763,24.8353 18.3993,24.8353 L11.7133,24.8353 C10.8363,24.8353 10.1253,24.1243 10.1253,23.2473 L10.1253,8.7533 C10.1253,7.8763 10.8363,7.1643 11.7133,7.1643 L18.3993,7.1643 Z M30.3432,7.1643 C31.2202,7.1643 31.9312,7.8763 31.9312,8.7533 L31.9312,23.2473 C31.9312,24.1243 31.2202,24.8353 30.3432,24.8353 L23.6572,24.8353 C22.7802,24.8353 22.0692,24.1243 22.0692,23.2473 L22.0692,8.7533 C22.0692,7.8763 22.7802,7.1643 23.6572,7.1643 L30.3432,7.1643 Z M42.2871,7.1643 C43.1641,7.1643 43.8751,7.8763 43.8751,8.7533 L43.8751,23.2473 C43.8751,24.1243 43.1641,24.8353 42.2871,24.8353 L35.6011,24.8353 C34.7241,24.8353 34.0131,24.1243 34.0131,23.2473 L34.0131,8.7533 C34.0131,7.8763 34.7241,7.1643 35.6011,7.1643 L42.2871,7.1643 Z" }, void 0), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M7.08,14.0441 L5.296,15.9771 L7.123,17.9561 M46.9202,14.0441 L48.7042,15.9771 L46.8772,17.9561" }, void 0)] }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "54", height: "32", viewBox: "0 0 54 32" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M50.513,0 C52.439,0 54,1.561 54,3.487 L54,28.513 C54,30.439 52.439,32 50.513,32 L3.487,32 C1.561,32 2.84217094e-14,30.439 2.84217094e-14,28.513 L2.84217094e-14,3.487 C2.84217094e-14,1.561 1.561,0 3.487,0 Z M50.513,2 L3.487,2 C2.667,2 2,2.667 2,3.487 L2,28.513 C2,29.333 2.667,30 3.487,30 L50.513,30 C51.333,30 52,29.333 52,28.513 L52,3.487 C52,2.667 51.333,2 50.513,2 Z M18.3992,7.1643 C19.2762,7.1643 19.9872,7.8763 19.9872,8.7533 L19.9872,23.2473 C19.9872,24.1243 19.2762,24.8353 18.3992,24.8353 L11.7132,24.8353 C10.8362,24.8353 10.1252,24.1243 10.1252,23.2473 L10.1252,8.7533 C10.1252,7.8763 10.8362,7.1643 11.7132,7.1643 L18.3992,7.1643 Z M30.3431,7.1643 C31.2201,7.1643 31.9311,7.8763 31.9311,8.7533 L31.9311,23.2473 C31.9311,24.1243 31.2201,24.8353 30.3431,24.8353 L23.6571,24.8353 C22.7801,24.8353 22.0691,24.1243 22.0691,23.2473 L22.0691,8.7533 C22.0691,7.8763 22.7801,7.1643 23.6571,7.1643 L30.3431,7.1643 Z M42.287,7.1643 C43.164,7.1643 43.875,7.8763 43.875,8.7533 L43.875,23.2473 C43.875,24.1243 43.164,24.8353 42.287,24.8353 L35.601,24.8353 C34.724,24.8353 34.013,24.1243 34.013,23.2473 L34.013,8.7533 C34.013,7.8763 34.724,7.1643 35.601,7.1643 L42.287,7.1643 Z" }, void 0), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M7.0799,14.0441 L5.2959,15.9771 L7.1229,17.9561 M46.92,14.0441 L48.704,15.9771 L46.877,17.9561" }, void 0)] }), void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionContentsCarousel32;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionContentsCarousel40 = function (_a) {
27
27
  var color = _a.color, rest = __rest(_a, ["color"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "68", height: "40", viewBox: "0 0 68 40" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M64,0 C66.209,0 68,1.791 68,4 L68,36 C68,38.209 66.209,40 64,40 L4,40 C1.791,40 0,38.209 0,36 L0,4 C0,1.791 1.791,0 4,0 Z M64,1.5 L4,1.5 C2.622,1.5 1.5,2.621 1.5,4 L1.5,36 C1.5,37.378 2.622,38.5 4,38.5 L64,38.5 C65.378,38.5 66.5,37.378 66.5,36 L66.5,4 C66.5,2.621 65.378,1.5 64,1.5 Z M23.249,8.9561 C24.345,8.9561 25.234,9.8451 25.234,10.9411 L25.234,29.0591 C25.234,30.1551 24.345,31.0441 23.249,31.0441 L14.891,31.0441 C13.795,31.0441 12.906,30.1551 12.906,29.0591 L12.906,10.9411 C12.906,9.8451 13.795,8.9561 14.891,8.9561 L23.249,8.9561 Z M38.1789,8.9561 C39.2749,8.9561 40.1639,9.8451 40.1639,10.9411 L40.1639,29.0591 C40.1639,30.1551 39.2749,31.0441 38.1789,31.0441 L29.8209,31.0441 C28.7249,31.0441 27.8359,30.1551 27.8359,29.0591 L27.8359,10.9411 C27.8359,9.8451 28.7249,8.9561 29.8209,8.9561 L38.1789,8.9561 Z M53.1088,8.9561 C54.2048,8.9561 55.0938,9.8451 55.0938,10.9411 L55.0938,29.0591 C55.0938,30.1551 54.2048,31.0441 53.1088,31.0441 L44.7508,31.0441 C43.6548,31.0441 42.7658,30.1551 42.7658,29.0591 L42.7658,10.9411 C42.7658,9.8451 43.6548,8.9561 44.7508,8.9561 L53.1088,8.9561 Z" }, void 0), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.503", d: "M9.0999,17.5551 L6.8699,19.9711 L9.1539,22.4451 M58.9001,17.5551 L61.1301,19.9711 L58.8461,22.4451" }, void 0)] }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "68", height: "40", viewBox: "0 0 68 40" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M64,0 C66.209,0 68,1.791 68,4 L68,36 C68,38.209 66.209,40 64,40 L4,40 C1.791,40 0,38.209 0,36 L0,4 C0,1.791 1.791,0 4,0 Z M64,2 L4,2 C2.897,2 2,2.897 2,4 L2,36 C2,37.103 2.897,38 4,38 L64,38 C65.103,38 66,37.103 66,36 L66,4 C66,2.897 65.103,2 64,2 Z M23.2491,8.956 C24.3451,8.956 25.2341,9.845 25.2341,10.941 L25.2341,29.059 C25.2341,30.155 24.3451,31.044 23.2491,31.044 L14.8911,31.044 C13.7951,31.044 12.9061,30.155 12.9061,29.059 L12.9061,10.941 C12.9061,9.845 13.7951,8.956 14.8911,8.956 L23.2491,8.956 Z M38.179,8.956 C39.275,8.956 40.164,9.845 40.164,10.941 L40.164,29.059 C40.164,30.155 39.275,31.044 38.179,31.044 L29.821,31.044 C28.725,31.044 27.836,30.155 27.836,29.059 L27.836,10.941 C27.836,9.845 28.725,8.956 29.821,8.956 L38.179,8.956 Z M53.1088,8.956 C54.2048,8.956 55.0938,9.845 55.0938,10.941 L55.0938,29.059 C55.0938,30.155 54.2048,31.044 53.1088,31.044 L44.7508,31.044 C43.6548,31.044 42.7658,30.155 42.7658,29.059 L42.7658,10.941 C42.7658,9.845 43.6548,8.956 44.7508,8.956 L53.1088,8.956 Z" }, void 0), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M9.0999,17.5551 L6.8699,19.9711 L9.1539,22.4451 M58.9001,17.5551 L61.1301,19.9711 L58.8461,22.4451" }, void 0)] }), void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionContentsCarousel40;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionCustom32 = function (_a) {
27
27
  var color = _a.color, rest = __rest(_a, ["color"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "54", height: "32", viewBox: "0 0 54 32" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M50.513,0 C52.439,0 54,1.561 54,3.487 L54,28.513 C54,30.439 52.439,32 50.513,32 L3.487,32 C1.561,32 2.84217094e-14,30.439 2.84217094e-14,28.513 L2.84217094e-14,3.487 C2.84217094e-14,1.561 1.561,0 3.487,0 Z M50.513,1.494 L3.487,1.494 C2.388,1.494 1.494,2.388 1.494,3.487 L1.494,28.513 C1.494,29.612 2.388,30.506 3.487,30.506 L50.513,30.506 C51.612,30.506 52.505,29.612 52.505,28.513 L52.505,3.487 C52.505,2.388 51.612,1.494 50.513,1.494 Z M21.5965,18.5042 C22.9055,17.0542 24.9085,16.6062 26.6445,17.2052 C26.8925,17.9602 27.3135,18.6682 27.9455,19.2392 C28.4325,19.6792 28.9855,19.9982 29.5695,20.1992 C30.0805,21.7572 29.7855,23.5332 28.6065,24.8372 C28.1462094,25.3467041 27.6001744,25.7326477 27.0101179,25.9928983 C22.305429,28.2496036 17.3808395,24.143984 18.097,19.2098 C18.133,18.9618 18.449,18.8808 18.625,19.0588 C20.021,20.4618 21.143,19.0918 21.143,19.0918 C21.276535,18.8877669 21.4276649,18.6910866 21.5965,18.5042 Z M39.741,7.6287 L32.549,18.1537 C31.6367857,19.4882714 29.7919349,19.7516592 28.5459056,18.7609491 L28.41,18.6457 C27.167,17.5227 27.2,15.5597 28.481,14.4787 L38.224,6.2587 C39.142,5.4847 40.418,6.6377 39.741,7.6287 Z M22.9469,5.6449 C23.2039,5.3559 23.6289,5.2879 23.9649,5.4809 L25.1079,6.1409 C25.4429,6.3349 25.5969,6.7369 25.4749,7.1049 L25.1159,8.1919 C25.3029,8.4449 25.4639,8.7169 25.5909,9.0089 L26.7079,9.2399 C27.0869,9.3189 27.3589,9.6529 27.3589,10.0399 L27.3589,11.3599 C27.3589,11.7469 27.0869,12.0809 26.7079,12.1599 L25.5909,12.3909 C25.4639,12.6829 25.3029,12.9549 25.1159,13.2079 L25.4749,14.2949 C25.5969,14.6629 25.4429,15.0649 25.1079,15.2589 L23.9649,15.9189 C23.6289,16.1119 23.2039,16.0439 22.9469,15.7549 L22.1869,14.9029 C22.0319,14.9199 21.8739,14.9309 21.7139,14.9309 C21.5539,14.9309 21.3959,14.9199 21.2399,14.9029 L20.4809,15.7549 C20.2229,16.0439 19.7979,16.1119 19.4629,15.9189 L18.3199,15.2589 C17.9849,15.0649 17.8309,14.6629 17.9529,14.2949 L18.3119,13.2079 C18.1249,12.9549 17.9639,12.6829 17.8369,12.3909 L16.7199,12.1599 C16.3409,12.0809 16.0689,11.7469 16.0689,11.3599 L16.0689,10.0399 C16.0689,9.6529 16.3409,9.3189 16.7199,9.2399 L17.8369,9.0089 C17.9639,8.7169 18.1249,8.4449 18.3119,8.1919 L17.9529,7.1049 C17.8309,6.7369 17.9849,6.3349 18.3199,6.1409 L19.4629,5.4809 C19.7979,5.2879 20.2229,5.3559 20.4809,5.6449 L21.2399,6.4969 C21.3959,6.4799 21.5539,6.4689 21.7139,6.4689 C21.8739,6.4689 22.0319,6.4799 22.1869,6.4969 Z M21.7139,8.9789 C20.7629,8.9789 19.9929,9.7499 19.9929,10.6999 C19.9929,11.6499 20.7629,12.4209 21.7139,12.4209 C22.6639,12.4209 23.4349,11.6499 23.4349,10.6999 C23.4349,9.7499 22.6639,8.9789 21.7139,8.9789 Z" }, void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "54", height: "32", viewBox: "0 0 54 32" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M50.5127,0 C52.4387,0 53.9997,1.561 53.9997,3.487 L53.9997,28.513 C53.9997,30.439 52.4387,32 50.5127,32 L3.4867,32 C1.5607,32 -0.0003,30.439 -0.0003,28.513 L-0.0003,3.487 C-0.0003,1.561 1.5607,0 3.4867,0 Z M50.5127,2 L3.4867,2 C2.6667,2 1.9997,2.667 1.9997,3.487 L1.9997,28.513 C1.9997,29.333 2.6667,30 3.4867,30 L50.5127,30 C51.3327,30 51.9997,29.333 51.9997,28.513 L51.9997,3.487 C51.9997,2.667 51.3327,2 50.5127,2 Z M21.5964,18.5043 C22.9054,17.0543 24.9084,16.6063 26.6444,17.2053 C26.8924,17.9603 27.3134,18.6683 27.9454,19.2393 C28.4324,19.6793 28.9854,19.9983 29.5694,20.1993 C30.0804,21.7573 29.7854,23.5333 28.6064,24.8373 C28.1429098,25.3503458 27.5924791,25.7381073 26.9977068,25.9984072 C22.2968527,28.2427118 17.380399,24.1398829 18.0969,19.2099 C18.1329,18.9619 18.4489,18.8809 18.6249,19.0589 C20.0209,20.4619 21.1429,19.0919 21.1429,19.0919 C21.2769242,18.8872305 21.4278381,18.6908842 21.5964,18.5043 Z M39.7409,7.6287 L32.5489,18.1537 C31.6366857,19.4882714 29.7918349,19.7516592 28.5458056,18.7609491 L28.4099,18.6457 C27.1669,17.5227 27.1999,15.5597 28.4809,14.4787 L38.2239,6.2587 C39.1419,5.4847 40.4179,6.6377 39.7409,7.6287 Z M22.9467,5.6449 C23.2037,5.3559 23.6287,5.2879 23.9647,5.4809 L25.1077,6.1409 C25.4427,6.3349 25.5967,6.7369 25.4747,7.1049 L25.1157,8.1919 C25.3027,8.4449 25.4637,8.7169 25.5907,9.0089 L26.7077,9.2399 C27.0867,9.3189 27.3587,9.6529 27.3587,10.0399 L27.3587,11.3599 C27.3587,11.7469 27.0867,12.0809 26.7077,12.1599 L25.5907,12.3909 C25.4637,12.6829 25.3027,12.9549 25.1157,13.2079 L25.4747,14.2949 C25.5967,14.6629 25.4427,15.0649 25.1077,15.2589 L23.9647,15.9189 C23.6287,16.1119 23.2037,16.0439 22.9467,15.7549 L22.1867,14.9029 C22.0317,14.9199 21.8737,14.9309 21.7137,14.9309 C21.5537,14.9309 21.3957,14.9199 21.2397,14.9029 L20.4807,15.7549 C20.2227,16.0439 19.7977,16.1119 19.4627,15.9189 L18.3197,15.2589 C17.9847,15.0649 17.8307,14.6629 17.9527,14.2949 L18.3117,13.2079 C18.1247,12.9549 17.9637,12.6829 17.8367,12.3909 L16.7197,12.1599 C16.3407,12.0809 16.0687,11.7469 16.0687,11.3599 L16.0687,10.0399 C16.0687,9.6529 16.3407,9.3189 16.7197,9.2399 L17.8367,9.0089 C17.9637,8.7169 18.1247,8.4449 18.3117,8.1919 L17.9527,7.1049 C17.8307,6.7369 17.9847,6.3349 18.3197,6.1409 L19.4627,5.4809 C19.7977,5.2879 20.2227,5.3559 20.4807,5.6449 L21.2397,6.4969 C21.3957,6.4799 21.5537,6.4689 21.7137,6.4689 C21.8737,6.4689 22.0317,6.4799 22.1867,6.4969 Z M21.7137,8.9789 C20.7627,8.9789 19.9927,9.7499 19.9927,10.6999 C19.9927,11.6499 20.7627,12.4209 21.7137,12.4209 C22.6637,12.4209 23.4347,11.6499 23.4347,10.6999 C23.4347,9.7499 22.6637,8.9789 21.7137,8.9789 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionCustom32;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionCustom40 = function (_a) {
27
27
  var color = _a.color, rest = __rest(_a, ["color"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "68", height: "40", viewBox: "0 0 68 40" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M64,0 C66.209,0 68,1.791 68,4 L68,36 C68,38.209 66.209,40 64,40 L4,40 C1.791,40 0,38.209 0,36 L0,4 C0,1.791 1.791,0 4,0 Z M64,1.5 L4,1.5 C2.622,1.5 1.5,2.621 1.5,4 L1.5,36 C1.5,37.379 2.622,38.5 4,38.5 L64,38.5 C65.378,38.5 66.5,37.379 66.5,36 L66.5,4 C66.5,2.621 65.378,1.5 64,1.5 Z M26.995,23.13 C28.632,21.318 31.135,20.758 33.305,21.507 C33.615,22.45 34.142,23.336 34.932,24.049 C35.54,24.599 36.232,24.997 36.962,25.249 C37.601,27.197 37.232,29.416 35.759,31.047 C35.1746058,31.6936548 34.4798231,32.1810103 33.7292007,32.506319 C27.8580977,35.2918581 21.7275629,30.1686371 22.6208,24.0128 C22.6658,23.7028 23.0608,23.6008 23.2818,23.8228 C25.0258,25.5778 26.4288,23.8648 26.4288,23.8648 C26.5953407,23.6091495 26.784114,23.3634603 26.995,23.13 Z M49.6753,9.5364 L40.6863,22.6924 C39.542429,24.3665935 37.2232199,24.6921919 35.6663718,23.4380849 L35.5133,23.3074 C33.9583,21.9024 34.0003,19.4494 35.6013,18.0984 L47.7803,7.8234 C48.9273,6.8554 50.5223,8.2974 49.6753,9.5364 Z M28.6831,7.0559 C29.0051,6.6949 29.5371,6.6099 29.9561,6.8519 L31.3851,7.6769 C31.8041,7.9189 31.9951,8.4219 31.8441,8.8809 L31.3951,10.2399 C31.6281,10.5559 31.8301,10.8959 31.9891,11.2609 L33.3851,11.5499 C33.8581,11.6489 34.1981,12.0659 34.1981,12.5499 L34.1981,14.1999 C34.1981,14.6839 33.8581,15.1009 33.3851,15.1999 L31.9891,15.4889 C31.8301,15.8539 31.6281,16.1939 31.3951,16.5099 L31.8441,17.8689 C31.9951,18.3279 31.8041,18.8309 31.3851,19.0729 L29.9561,19.8979 C29.5371,20.1399 29.0051,20.0549 28.6831,19.6939 L27.7341,18.6289 C27.5401,18.6509 27.3421,18.6639 27.1421,18.6639 C26.9421,18.6639 26.7451,18.6509 26.5501,18.6289 L25.6011,19.6939 C25.2791,20.0549 24.7481,20.1399 24.3291,19.8979 L22.9001,19.0729 C22.4801,18.8309 22.2891,18.3279 22.4411,17.8689 L22.8901,16.5099 C22.6561,16.1939 22.4551,15.8539 22.2961,15.4889 L20.9001,15.1999 C20.4261,15.1009 20.0861,14.6839 20.0861,14.1999 L20.0861,12.5499 C20.0861,12.0659 20.4261,11.6489 20.9001,11.5499 L22.2961,11.2609 C22.4551,10.8969 22.6561,10.5559 22.8901,10.2399 L22.4411,8.8809 C22.2891,8.4219 22.4801,7.9189 22.9001,7.6769 L24.3291,6.8519 C24.7481,6.6099 25.2791,6.6949 25.6011,7.0559 L26.5501,8.1209 C26.7451,8.0989 26.9421,8.0859 27.1421,8.0859 C27.3421,8.0859 27.5401,8.0989 27.7341,8.1209 Z M27.1421,11.2239 C25.9541,11.2239 24.9911,12.1869 24.9911,13.3749 C24.9911,14.5629 25.9541,15.5259 27.1421,15.5259 C28.3301,15.5259 29.2931,14.5629 29.2931,13.3749 C29.2931,12.1869 28.3301,11.2239 27.1421,11.2239 Z" }, void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "68", height: "40", viewBox: "0 0 68 40" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M63.141,0 C65.548,0 67.5,1.951 67.5,4.359 L67.5,35.641 C67.5,38.048 65.548,40 63.141,40 L4.359,40 C1.952,40 1.42108547e-14,38.048 1.42108547e-14,35.641 L1.42108547e-14,4.359 C1.42108547e-14,1.951 1.952,0 4.359,0 Z M63.141,2 L4.359,2 C3.058,2 2,3.058 2,4.359 L2,35.641 C2,36.942 3.058,38 4.359,38 L63.141,38 C64.442,38 65.5,36.942 65.5,35.641 L65.5,4.359 C65.5,3.058 64.442,2 63.141,2 Z M26.9949,23.13 C28.6319,21.318 31.1349,20.758 33.3049,21.507 C33.6149,22.45 34.1419,23.336 34.9319,24.049 C35.5399,24.599 36.2319,24.997 36.9619,25.249 C37.6009,27.197 37.2319,29.416 35.7589,31.047 C35.1745058,31.6936548 34.4797231,32.1810103 33.7291007,32.506319 C27.8580977,35.2918581 21.7275629,30.1686371 22.6208,24.0128 C22.6658,23.7028 23.0608,23.6008 23.2818,23.8228 C25.0258,25.5778 26.4288,23.8648 26.4288,23.8648 C26.5952407,23.6091495 26.784014,23.3634603 26.9949,23.13 Z M49.6752,9.5363 L40.6862,22.6923 C39.542329,24.3664935 37.2231199,24.6920919 35.6662718,23.4379849 L35.5132,23.3073 C33.9582,21.9023 34.0002,19.4493 35.6012,18.0983 L47.7802,7.8233 C48.9272,6.8553 50.5222,8.2973 49.6752,9.5363 Z M28.683,7.0558 C29.005,6.6948 29.537,6.6098 29.956,6.8518 L31.385,7.6768 C31.804,7.9188 31.995,8.4218 31.844,8.8808 L31.395,10.2398 C31.628,10.5558 31.83,10.8958 31.989,11.2608 L33.385,11.5498 C33.858,11.6488 34.198,12.0658 34.198,12.5498 L34.198,14.1998 C34.198,14.6838 33.858,15.1008 33.385,15.1998 L31.989,15.4888 C31.83,15.8538 31.628,16.1938 31.395,16.5098 L31.844,17.8688 C31.995,18.3278 31.804,18.8308 31.385,19.0728 L29.956,19.8978 C29.537,20.1398 29.005,20.0548 28.683,19.6938 L27.734,18.6288 C27.54,18.6508 27.342,18.6638 27.142,18.6638 C26.942,18.6638 26.745,18.6508 26.55,18.6288 L25.601,19.6938 C25.279,20.0548 24.748,20.1398 24.329,19.8978 L22.9,19.0728 C22.48,18.8308 22.289,18.3278 22.441,17.8688 L22.89,16.5098 C22.656,16.1938 22.455,15.8538 22.296,15.4888 L20.9,15.1998 C20.426,15.1008 20.086,14.6838 20.086,14.1998 L20.086,12.5498 C20.086,12.0658 20.426,11.6488 20.9,11.5498 L22.296,11.2608 C22.455,10.8968 22.656,10.5558 22.89,10.2398 L22.441,8.8808 C22.289,8.4218 22.48,7.9188 22.9,7.6768 L24.329,6.8518 C24.748,6.6098 25.279,6.6948 25.601,7.0558 L26.55,8.1208 C26.745,8.0988 26.942,8.0858 27.142,8.0858 C27.342,8.0858 27.54,8.0988 27.734,8.1208 Z M27.142,11.2238 C25.954,11.2238 24.991,12.1868 24.991,13.3748 C24.991,14.5628 25.954,15.5258 27.142,15.5258 C28.33,15.5258 29.293,14.5628 29.293,13.3748 C29.293,12.1868 28.33,11.2238 27.142,11.2238 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionCustom40;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionDivider32 = function (_a) {
27
27
  var color = _a.color, rest = __rest(_a, ["color"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "54", height: "32", viewBox: "0 0 54 32" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M50.5129,0 C52.4389,0 53.9999,1.561 53.9999,3.487 L53.9999,28.513 C53.9999,30.439 52.4389,32 50.5129,32 L3.4869,32 C1.5609,32 -0.0001,30.439 -0.0001,28.513 L-0.0001,3.487 C-0.0001,1.561 1.5609,0 3.4869,0 Z M50.5129,1.494 L3.4869,1.494 C2.3879,1.494 1.4939,2.388 1.4939,3.487 L1.4939,28.513 C1.4939,29.612 2.3879,30.506 3.4869,30.506 L50.5129,30.506 C51.6119,30.506 52.5059,29.612 52.5059,28.513 L52.5059,3.487 C52.5059,2.388 51.6119,1.494 50.5129,1.494 Z M45.2605,14.8822 C45.7025,14.8822 46.0605,15.2402 46.0605,15.6822 L46.0605,16.3182 C46.0605,16.7602 45.7025,17.1182 45.2605,17.1182 L8.7395,17.1182 C8.2975,17.1182 7.9395,16.7602 7.9395,16.3182 L7.9395,15.6822 C7.9395,15.2402 8.2975,14.8822 8.7395,14.8822 L45.2605,14.8822 Z" }, void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "54", height: "32", viewBox: "0 0 54 32" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M50.5127,0 C52.4387,0 53.9997,1.561 53.9997,3.487 L53.9997,28.513 C53.9997,30.439 52.4387,32 50.5127,32 L3.4867,32 C1.5607,32 -0.0003,30.439 -0.0003,28.513 L-0.0003,3.487 C-0.0003,1.561 1.5607,0 3.4867,0 Z M50.5127,2 L3.4867,2 C2.6667,2 1.9997,2.667 1.9997,3.487 L1.9997,28.513 C1.9997,29.333 2.6667,30 3.4867,30 L50.5127,30 C51.3327,30 51.9997,29.333 51.9997,28.513 L51.9997,3.487 C51.9997,2.667 51.3327,2 50.5127,2 Z M45.2604,14.8822 C45.7024,14.8822 46.0604,15.2402 46.0604,15.6822 L46.0604,16.3182 C46.0604,16.7602 45.7024,17.1182 45.2604,17.1182 L8.7394,17.1182 C8.2974,17.1182 7.9394,16.7602 7.9394,16.3182 L7.9394,15.6822 C7.9394,15.2402 8.2974,14.8822 8.7394,14.8822 L45.2604,14.8822 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionDivider32;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionDivider40 = function (_a) {
27
27
  var color = _a.color, rest = __rest(_a, ["color"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "68", height: "40", viewBox: "0 0 68 40" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M64,0 C66.209,0 68,1.791 68,4 L68,36 C68,38.209 66.209,40 64,40 L4,40 C1.791,40 0,38.209 0,36 L0,4 C0,1.791 1.791,0 4,0 Z M64,1.5 L4,1.5 C2.622,1.5 1.5,2.621 1.5,4 L1.5,36 C1.5,37.378 2.622,38.5 4,38.5 L64,38.5 C65.378,38.5 66.5,37.378 66.5,36 L66.5,4 C66.5,2.621 65.378,1.5 64,1.5 Z M56.8255,18.6026 C57.3775,18.6026 57.8255,19.0496 57.8255,19.6026 L57.8255,20.3976 C57.8255,20.9496 57.3775,21.3976 56.8255,21.3976 L11.1745,21.3976 C10.6215,21.3976 10.1745,20.9496 10.1745,20.3976 L10.1745,19.6026 C10.1745,19.0496 10.6215,18.6026 11.1745,18.6026 L56.8255,18.6026 Z" }, void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "68", height: "40", viewBox: "0 0 68 40" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M64,0 C66.209,0 68,1.791 68,4 L68,36 C68,38.209 66.209,40 64,40 L4,40 C1.791,40 0,38.209 0,36 L0,4 C0,1.791 1.791,0 4,0 Z M64,2 L4,2 C2.897,2 2,2.897 2,4 L2,36 C2,37.103 2.897,38 4,38 L64,38 C65.103,38 66,37.103 66,36 L66,4 C66,2.897 65.103,2 64,2 Z M56.8256,18.6027 C57.3776,18.6027 57.8256,19.0497 57.8256,19.6027 L57.8256,20.3977 C57.8256,20.9497 57.3776,21.3977 56.8256,21.3977 L11.1746,21.3977 C10.6216,21.3977 10.1746,20.9497 10.1746,20.3977 L10.1746,19.6027 C10.1746,19.0497 10.6216,18.6027 11.1746,18.6027 L56.8256,18.6027 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionDivider40;