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
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionFooter32 = 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.2965,23.3354 C45.7385,23.3354 46.0965,23.6934 46.0965,24.1354 L46.0965,24.7714 C46.0965,25.2134 45.7385,25.5714 45.2965,25.5714 L8.7755,25.5714 C8.3335,25.5714 7.9755,25.2134 7.9755,24.7714 L7.9755,24.1354 C7.9755,23.6934 8.3335,23.3354 8.7755,23.3354 L45.2965,23.3354 Z M23.5831,16.8165 C24.1431,16.8165 24.5971,17.2705 24.5971,17.8305 L24.5971,20.0585 C24.5971,20.6185 24.1431,21.0725 23.5831,21.0725 L8.9181,21.0725 C8.3581,21.0725 7.9041,20.6185 7.9041,20.0585 L7.9041,17.8305 C7.9041,17.2705 8.3581,16.8165 8.9181,16.8165 L23.5831,16.8165 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.4877,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.4877,0 Z M50.5127,2 L3.4877,2 C2.6667,2 1.9997,2.667 1.9997,3.487 L1.9997,28.513 C1.9997,29.333 2.6667,30 3.4877,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.2965,23.3354 C45.7385,23.3354 46.0965,23.6934 46.0965,24.1354 L46.0965,24.7714 C46.0965,25.2134 45.7385,25.5714 45.2965,25.5714 L8.7755,25.5714 C8.3335,25.5714 7.9755,25.2134 7.9755,24.7714 L7.9755,24.1354 C7.9755,23.6934 8.3335,23.3354 8.7755,23.3354 L45.2965,23.3354 Z M23.583,16.8164 C24.143,16.8164 24.597,17.2704 24.597,17.8304 L24.597,20.0584 C24.597,20.6184 24.143,21.0724 23.583,21.0724 L8.918,21.0724 C8.358,21.0724 7.904,20.6184 7.904,20.0584 L7.904,17.8304 C7.904,17.2704 8.358,16.8164 8.918,16.8164 L23.583,16.8164 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionFooter32;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionFooter40 = 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.622 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.622 65.378,1.5 64,1.5 Z M56.8705,29.1692 C57.4225,29.1692 57.8705,29.6162 57.8705,30.1692 L57.8705,30.9642 C57.8705,31.5162 57.4225,31.9642 56.8705,31.9642 L11.2195,31.9642 C10.6665,31.9642 10.2195,31.5162 10.2195,30.9642 L10.2195,30.1692 C10.2195,29.6162 10.6665,29.1692 11.2195,29.1692 L56.8705,29.1692 Z M29.7287,21.0206 C30.4287,21.0206 30.9967,21.5886 30.9967,22.2886 L30.9967,25.0726 C30.9967,25.7736 30.4287,26.3406 29.7287,26.3406 L11.3967,26.3406 C10.6967,26.3406 10.1297,25.7736 10.1297,25.0726 L10.1297,22.2886 C10.1297,21.5886 10.6967,21.0206 11.3967,21.0206 L29.7287,21.0206 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.8706,29.1692 C57.4226,29.1692 57.8706,29.6162 57.8706,30.1692 L57.8706,30.9642 C57.8706,31.5162 57.4226,31.9642 56.8706,31.9642 L11.2196,31.9642 C10.6666,31.9642 10.2196,31.5162 10.2196,30.9642 L10.2196,30.1692 C10.2196,29.6162 10.6666,29.1692 11.2196,29.1692 L56.8706,29.1692 Z M29.7288,21.0206 C30.4288,21.0206 30.9968,21.5886 30.9968,22.2886 L30.9968,25.0726 C30.9968,25.7736 30.4288,26.3406 29.7288,26.3406 L11.3968,26.3406 C10.6968,26.3406 10.1298,25.7736 10.1298,25.0726 L10.1298,22.2886 C10.1298,21.5886 10.6968,21.0206 11.3968,21.0206 L29.7288,21.0206 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionFooter40;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionIframe32 = 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: "M51.2,0 C52.967,0 54.4,1.433 54.4,3.2 L54.4,28.8 C54.4,30.567 52.967,32 51.2,32 L3.2,32 C1.433,32 -7.10542736e-14,30.567 -7.10542736e-14,28.8 L-7.10542736e-14,3.2 C-7.10542736e-14,1.433 1.433,0 3.2,0 Z M51.2,1.5 L3.2,1.5 C2.262,1.5 1.5,2.263 1.5,3.2 L1.5,28.8 C1.5,29.737 2.262,30.5 3.2,30.5 L51.2,30.5 C52.137,30.5 52.9,29.737 52.9,28.8 L52.9,3.2 C52.9,2.263 52.137,1.5 51.2,1.5 Z M29.0195,8.1586 C29.3355,8.1586 29.6275,8.3026 29.8195,8.5536 C30.0125,8.8046 30.0755,9.1236 29.9945,9.4286 L26.3205,23.0936 C26.2025,23.5336 25.8025,23.8406 25.3475,23.8406 C25.0305,23.8406 24.7395,23.6966 24.5465,23.4466 C24.3545,23.1956 24.2915,22.8766 24.3735,22.5716 L28.0455,8.9066 C28.1635,8.4656 28.5645,8.1586 29.0195,8.1586 Z M32.2007,11.9571 C32.4967,11.7721 32.8617,11.7521 33.1757,11.9051 L39.8437,15.1391 C40.1887,15.3061 40.4117,15.6621 40.4117,16.0461 L40.4117,16.4431 C40.4117,16.8271 40.1887,17.1841 39.8427,17.3511 L33.1747,20.5721 C33.0347,20.6391 32.8847,20.6731 32.7347,20.6731 C32.5487,20.6731 32.3637,20.6201 32.1997,20.5181 C31.9037,20.3321 31.7277,20.0121 31.7277,19.6631 L31.7277,19.5671 C31.7277,19.1731 31.9587,18.8131 32.3177,18.6501 L37.5887,16.2441 L32.3167,13.8401 C31.9587,13.6771 31.7277,13.3161 31.7277,12.9231 L31.7277,12.8121 C31.7277,12.4621 31.9047,12.1431 32.2007,11.9571 Z M21.2236,11.905 C21.5376,11.752 21.9036,11.772 22.1996,11.957 C22.4956,12.143 22.6726,12.462 22.6726,12.812 L22.6726,12.922 C22.6726,13.316 22.4406,13.677 22.0816,13.84 L16.7936,16.244 L22.0816,18.65 C22.4406,18.813 22.6726,19.173 22.6726,19.568 L22.6726,19.663 C22.6726,20.012 22.4956,20.332 22.1996,20.518 C22.0356,20.62 21.8506,20.673 21.6646,20.673 C21.5156,20.673 21.3656,20.639 21.2256,20.571 L14.5576,17.352 C14.2116,17.184 13.9876,16.827 13.9876,16.443 L13.9876,16.046 C13.9876,15.662 14.2106,15.306 14.5566,15.139 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: "M51.1997,0 C52.9677,0 54.3997,1.433 54.3997,3.2 L54.3997,28.8 C54.3997,30.567 52.9677,32 51.1997,32 L3.1997,32 C1.4327,32 -0.0003,30.567 -0.0003,28.8 L-0.0003,3.2 C-0.0003,1.433 1.4327,0 3.1997,0 Z M51.1997,2 L3.1997,2 C2.5377,2 1.9997,2.538 1.9997,3.2 L1.9997,28.8 C1.9997,29.462 2.5377,30 3.1997,30 L51.1997,30 C51.8617,30 52.3997,29.462 52.3997,28.8 L52.3997,3.2 C52.3997,2.538 51.8617,2 51.1997,2 Z M29.0195,7.9082 C29.4135,7.9082 29.7765,8.0882 30.0185,8.4002 C30.2585,8.7142 30.3375,9.1122 30.2355,9.4932 L26.5615,23.1582 C26.4145,23.7072 25.9155,24.0912 25.3475,24.0912 C24.9525,24.0912 24.5875,23.9112 24.3485,23.5982 C24.1085,23.2852 24.0295,22.8872 24.1315,22.5072 L27.8045,8.8422 C27.9515,8.2922 28.4515,7.9082 29.0195,7.9082 Z M21.1145,11.6801 C21.5075,11.4891 21.9625,11.5141 22.3325,11.7451 L22.4499184,11.8281425 C22.7478827,12.0652235 22.9225,12.4235444 22.9225,12.8111 L22.9225,12.9221 C22.9225,13.4141 22.6325,13.8641 22.1855,14.0671 L17.3965,16.2441 L22.1855,18.4231 C22.6325,18.6261 22.9225,19.0761 22.9225,19.5681 L22.9225,19.6631 C22.9225,20.0991 22.7015,20.4981 22.3325,20.7291 C22.1295,20.8561 21.8985,20.9231 21.6645,20.9231 C21.4755,20.9231 21.2915,20.8811 21.1175,20.7971 L14.4485,17.5771 C14.0165,17.3671 13.7375,16.9221 13.7375,16.4431 L13.7375,16.0461 C13.7375,15.5671 14.0165,15.1231 14.4465,14.9141 Z M32.0671,11.7451 C32.4371,11.5151 32.8921,11.4901 33.2851,11.6801 L39.9531,14.9141 C40.3841,15.1231 40.6621,15.5671 40.6621,16.0461 L40.6621,16.4431 C40.6621,16.9231 40.3831,17.3671 39.9511,17.5761 L33.2831,20.7981 C33.1071,20.8811 32.9231,20.9231 32.7351,20.9231 C32.5001,20.9231 32.2701,20.8561 32.0671,20.7291 C31.6981,20.4981 31.4771,20.1001 31.4771,19.6631 L31.4771,19.5671 C31.4771,19.0751 31.7661,18.6261 32.2141,18.4231 L36.9861,16.2441 L32.2131,14.0671 C31.7661,13.8631 31.4771,13.4141 31.4771,12.9231 L31.4771,12.8111 C31.4771,12.3761 31.6981,11.9761 32.0671,11.7451 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionIframe32;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionIframe40 = 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.622 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.622 65.378,1.5 64,1.5 Z M36.2744,10.1982 C36.6704,10.1982 37.0344,10.3782 37.2744,10.6912 C37.5154,11.0062 37.5944,11.4042 37.4924,11.7862 L32.9004,28.8672 C32.7534,29.4172 32.2534,29.8012 31.6844,29.8012 C31.2884,29.8012 30.9234,29.6212 30.6834,29.3072 C30.4434,28.9942 30.3644,28.5952 30.4664,28.2142 L35.0574,11.1332 C35.2044,10.5822 35.7054,10.1982 36.2744,10.1982 Z M26.5295,14.8813 C26.9225,14.6903 27.3785,14.7153 27.7495,14.9463 C28.1195,15.1783 28.3405,15.5783 28.3405,16.0143 L28.3405,16.1523 C28.3405,16.6453 28.0505,17.0953 27.6025,17.3003 L20.9915,20.3053 L27.6025,23.3123 C28.0505,23.5163 28.3405,23.9673 28.3405,24.4603 L28.3405,24.5793 C28.3405,25.0153 28.1195,25.4153 27.7495,25.6473 C27.5445,25.7753 27.3125,25.8413 27.0805,25.8413 C26.8945,25.8413 26.7075,25.7993 26.5315,25.7143 L18.1965,21.6893 C17.7645,21.4793 17.4845,21.0343 17.4845,20.5533 L17.4845,20.0573 C17.4845,19.5783 17.7635,19.1333 18.1955,18.9243 Z M40.2507,14.9458 C40.6207,14.7148 41.0767,14.6908 41.4697,14.8808 L49.8047,18.9238 C50.2367,19.1328 50.5147,19.5778 50.5147,20.0578 L50.5147,20.5538 C50.5147,21.0338 50.2357,21.4798 49.8037,21.6888 L41.4687,25.7148 C41.2927,25.7988 41.1057,25.8408 40.9187,25.8408 C40.6867,25.8408 40.4547,25.7758 40.2497,25.6478 C39.8797,25.4148 39.6587,25.0158 39.6587,24.5788 L39.6587,24.4588 C39.6587,23.9668 39.9487,23.5168 40.3967,23.3128 L46.9857,20.3058 L40.3967,17.2998 C39.9487,17.0958 39.6587,16.6458 39.6587,16.1528 L39.6587,16.0148 C39.6587,15.5778 39.8807,15.1788 40.2507,14.9458 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 M36.2744,9.9482 C36.7484,9.9482 37.1844,10.1642 37.4734,10.5392 C37.7614,10.9162 37.8564,11.3932 37.7344,11.8502 L33.1424,28.9312 C32.9654,29.5912 32.3664,30.0512 31.6844,30.0512 C31.2104,30.0512 30.7734,29.8352 30.4854,29.4602 C30.1974,29.0842 30.1024,28.6062 30.2244,28.1492 L34.8154,11.0682 C34.9924,10.4092 35.5914,9.9482 36.2744,9.9482 Z M40.1181,14.7342 C40.5621,14.4562 41.1081,14.4262 41.5791,14.6562 L49.9141,18.6992 C50.4311,18.9492 50.7651,19.4822 50.7651,20.0572 L50.7651,20.5532 C50.7651,21.1302 50.4301,21.6632 49.9121,21.9142 L41.5771,25.9402 C41.3681,26.0402 41.1461,26.0912 40.9191,26.0912 C40.6371,26.0912 40.3601,26.0112 40.1181,25.8592 C39.6741,25.5812 39.4091,25.1022 39.4091,24.5792 L39.4091,24.4592 C39.4091,23.8692 39.7561,23.3292 40.2931,23.0852 L46.3831,20.3052 L40.2931,17.5272 C39.7561,17.2822 39.4091,16.7432 39.4091,16.1532 L39.4091,16.0142 C39.4091,15.4912 39.6741,15.0122 40.1181,14.7342 Z M26.4213,14.6564 C26.8913,14.4274 27.4383,14.4584 27.8823,14.7344 L28.009773,14.823673 C28.37565,15.10864 28.5903,15.5437 28.5903,16.0144 L28.5903,16.1524 C28.5903,16.7434 28.2433,17.2834 27.7053,17.5274 L21.5953,20.3054 L27.7053,23.0854 C28.2433,23.3294 28.5903,23.8694 28.5903,24.4604 L28.5903,24.5794 C28.5903,25.1024 28.3253,25.5814 27.8823,25.8594 C27.6393,26.0104 27.3623,26.0904 27.0803,26.0904 C26.8523,26.0904 26.6313,26.0404 26.4233,25.9384 L18.0883,21.9154 C17.5693,21.6634 17.2343,21.1294 17.2343,20.5534 L17.2343,20.0574 C17.2343,19.4824 17.5693,18.9494 18.0863,18.6994 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionIframe40;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionInfoBox32 = 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 L50.5129,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 M16.9691,21.8211 C17.4111,21.8211 17.7691,22.1791 17.7691,22.6211 L17.7691,23.2571 C17.7691,23.6991 17.4111,24.0571 16.9691,24.0571 L8.8731,24.0571 C8.4311,24.0571 8.0731,23.6991 8.0731,23.2571 L8.0731,22.6211 C8.0731,22.1791 8.4311,21.8211 8.8731,21.8211 L16.9691,21.8211 Z M31.0833,21.8211 C31.5253,21.8211 31.8833,22.1791 31.8833,22.6211 L31.8833,23.2571 C31.8833,23.6991 31.5253,24.0571 31.0833,24.0571 L22.9873,24.0571 C22.5453,24.0571 22.1873,23.6991 22.1873,23.2571 L22.1873,22.6211 C22.1873,22.1791 22.5453,21.8211 22.9873,21.8211 L31.0833,21.8211 Z M45.1276,21.8211 C45.5696,21.8211 45.9276,22.1791 45.9276,22.6211 L45.9276,23.2571 C45.9276,23.6991 45.5696,24.0571 45.1276,24.0571 L37.0316,24.0571 C36.5896,24.0571 36.2316,23.6991 36.2316,23.2571 L36.2316,22.6211 C36.2316,22.1791 36.5896,21.8211 37.0316,21.8211 L45.1276,21.8211 Z M16.9691,18.418 C17.4111,18.418 17.7691,18.776 17.7691,19.218 L17.7691,19.854 C17.7691,20.296 17.4111,20.654 16.9691,20.654 L8.8731,20.654 C8.4311,20.654 8.0731,20.296 8.0731,19.854 L8.0731,19.218 C8.0731,18.776 8.4311,18.418 8.8731,18.418 L16.9691,18.418 Z M31.0833,18.418 C31.5253,18.418 31.8833,18.776 31.8833,19.218 L31.8833,19.854 C31.8833,20.296 31.5253,20.654 31.0833,20.654 L22.9873,20.654 C22.5453,20.654 22.1873,20.296 22.1873,19.854 L22.1873,19.218 C22.1873,18.776 22.5453,18.418 22.9873,18.418 L31.0833,18.418 Z M45.1276,18.418 C45.5696,18.418 45.9276,18.776 45.9276,19.218 L45.9276,19.854 C45.9276,20.296 45.5696,20.654 45.1276,20.654 L37.0316,20.654 C36.5896,20.654 36.2316,20.296 36.2316,19.854 L36.2316,19.218 C36.2316,18.776 36.5896,18.418 37.0316,18.418 L45.1276,18.418 Z M16.264,7.1642 C17.141,7.1642 17.852,7.8762 17.852,8.7532 L17.852,15.2472 C17.852,16.1242 17.141,16.8352 16.264,16.8352 L9.578,16.8352 C8.701,16.8352 7.99,16.1242 7.99,15.2472 L7.99,8.7532 C7.99,7.8762 8.701,7.1642 9.578,7.1642 L16.264,7.1642 Z M30.3782,7.1642 C31.2552,7.1642 31.9662,7.8762 31.9662,8.7532 L31.9662,15.2472 C31.9662,16.1242 31.2552,16.8352 30.3782,16.8352 L23.6922,16.8352 C22.8152,16.8352 22.1042,16.1242 22.1042,15.2472 L22.1042,8.7532 C22.1042,7.8762 22.8152,7.1642 23.6922,7.1642 L30.3782,7.1642 Z M44.4225,7.1642 C45.2995,7.1642 46.0105,7.8762 46.0105,8.7532 L46.0105,15.2472 C46.0105,16.1242 45.2995,16.8352 44.4225,16.8352 L37.7365,16.8352 C36.8595,16.8352 36.1485,16.1242 36.1485,15.2472 L36.1485,8.7532 C36.1485,7.8762 36.8595,7.1642 37.7365,7.1642 L44.4225,7.1642 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 L50.513,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 M16.9689,21.8211 C17.4109,21.8211 17.7689,22.1791 17.7689,22.6211 L17.7689,23.2571 C17.7689,23.6991 17.4109,24.0571 16.9689,24.0571 L8.8729,24.0571 C8.4309,24.0571 8.0729,23.6991 8.0729,23.2571 L8.0729,22.6211 C8.0729,22.1791 8.4309,21.8211 8.8729,21.8211 L16.9689,21.8211 Z M31.0832,21.8211 C31.5252,21.8211 31.8832,22.1791 31.8832,22.6211 L31.8832,23.2571 C31.8832,23.6991 31.5252,24.0571 31.0832,24.0571 L22.9872,24.0571 C22.5452,24.0571 22.1872,23.6991 22.1872,23.2571 L22.1872,22.6211 C22.1872,22.1791 22.5452,21.8211 22.9872,21.8211 L31.0832,21.8211 Z M45.1274,21.8211 C45.5694,21.8211 45.9274,22.1791 45.9274,22.6211 L45.9274,23.2571 C45.9274,23.6991 45.5694,24.0571 45.1274,24.0571 L37.0314,24.0571 C36.5894,24.0571 36.2314,23.6991 36.2314,23.2571 L36.2314,22.6211 C36.2314,22.1791 36.5894,21.8211 37.0314,21.8211 L45.1274,21.8211 Z M16.9689,18.4181 C17.4109,18.4181 17.7689,18.7761 17.7689,19.2181 L17.7689,19.8541 C17.7689,20.2961 17.4109,20.6541 16.9689,20.6541 L8.8729,20.6541 C8.4309,20.6541 8.0729,20.2961 8.0729,19.8541 L8.0729,19.2181 C8.0729,18.7761 8.4309,18.4181 8.8729,18.4181 L16.9689,18.4181 Z M31.0832,18.4181 C31.5252,18.4181 31.8832,18.7761 31.8832,19.2181 L31.8832,19.8541 C31.8832,20.2961 31.5252,20.6541 31.0832,20.6541 L22.9872,20.6541 C22.5452,20.6541 22.1872,20.2961 22.1872,19.8541 L22.1872,19.2181 C22.1872,18.7761 22.5452,18.4181 22.9872,18.4181 L31.0832,18.4181 Z M45.1274,18.4181 C45.5694,18.4181 45.9274,18.7761 45.9274,19.2181 L45.9274,19.8541 C45.9274,20.2961 45.5694,20.6541 45.1274,20.6541 L37.0314,20.6541 C36.5894,20.6541 36.2314,20.2961 36.2314,19.8541 L36.2314,19.2181 C36.2314,18.7761 36.5894,18.4181 37.0314,18.4181 L45.1274,18.4181 Z M16.2638,7.1643 C17.1408,7.1643 17.8518,7.8763 17.8518,8.7533 L17.8518,15.2473 C17.8518,16.1243 17.1408,16.8353 16.2638,16.8353 L9.5778,16.8353 C8.7008,16.8353 7.9898,16.1243 7.9898,15.2473 L7.9898,8.7533 C7.9898,7.8763 8.7008,7.1643 9.5778,7.1643 L16.2638,7.1643 Z M30.3781,7.1643 C31.2551,7.1643 31.9661,7.8763 31.9661,8.7533 L31.9661,15.2473 C31.9661,16.1243 31.2551,16.8353 30.3781,16.8353 L23.6921,16.8353 C22.8151,16.8353 22.1041,16.1243 22.1041,15.2473 L22.1041,8.7533 C22.1041,7.8763 22.8151,7.1643 23.6921,7.1643 L30.3781,7.1643 Z M44.4223,7.1643 C45.2993,7.1643 46.0103,7.8763 46.0103,8.7533 L46.0103,15.2473 C46.0103,16.1243 45.2993,16.8353 44.4223,16.8353 L37.7363,16.8353 C36.8593,16.8353 36.1483,16.1243 36.1483,15.2473 L36.1483,8.7533 C36.1483,7.8763 36.8593,7.1643 37.7363,7.1643 L44.4223,7.1643 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionInfoBox32;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionInfoBox40 = 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 L64,0 Z M64,1.5 L4,1.5 C2.622,1.5 1.5,2.622 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.622 65.378,1.5 64,1.5 Z M21.4612,27.2765 C22.0132,27.2765 22.4612,27.7235 22.4612,28.2765 L22.4612,29.0715 C22.4612,29.6235 22.0132,30.0715 21.4612,30.0715 L11.3402,30.0715 C10.7882,30.0715 10.3402,29.6235 10.3402,29.0715 L10.3402,28.2765 C10.3402,27.7235 10.7882,27.2765 11.3402,27.2765 L21.4612,27.2765 Z M39.104,27.2765 C39.656,27.2765 40.104,27.7235 40.104,28.2765 L40.104,29.0715 C40.104,29.6235 39.656,30.0715 39.104,30.0715 L28.983,30.0715 C28.431,30.0715 27.983,29.6235 27.983,29.0715 L27.983,28.2765 C27.983,27.7235 28.431,27.2765 28.983,27.2765 L39.104,27.2765 Z M56.6593,27.2765 C57.2113,27.2765 57.6593,27.7235 57.6593,28.2765 L57.6593,29.0715 C57.6593,29.6235 57.2113,30.0715 56.6593,30.0715 L46.5383,30.0715 C45.9863,30.0715 45.5383,29.6235 45.5383,29.0715 L45.5383,28.2765 C45.5383,27.7235 45.9863,27.2765 46.5383,27.2765 L56.6593,27.2765 Z M21.4612,23.0226 C22.0132,23.0226 22.4612,23.4696 22.4612,24.0226 L22.4612,24.8176 C22.4612,25.3696 22.0132,25.8176 21.4612,25.8176 L11.3402,25.8176 C10.7882,25.8176 10.3402,25.3696 10.3402,24.8176 L10.3402,24.0226 C10.3402,23.4696 10.7882,23.0226 11.3402,23.0226 L21.4612,23.0226 Z M39.104,23.0226 C39.656,23.0226 40.104,23.4696 40.104,24.0226 L40.104,24.8176 C40.104,25.3696 39.656,25.8176 39.104,25.8176 L28.983,25.8176 C28.431,25.8176 27.983,25.3696 27.983,24.8176 L27.983,24.0226 C27.983,23.4696 28.431,23.0226 28.983,23.0226 L39.104,23.0226 Z M56.6593,23.0226 C57.2113,23.0226 57.6593,23.4696 57.6593,24.0226 L57.6593,24.8176 C57.6593,25.3696 57.2113,25.8176 56.6593,25.8176 L46.5383,25.8176 C45.9863,25.8176 45.5383,25.3696 45.5383,24.8176 L45.5383,24.0226 C45.5383,23.4696 45.9863,23.0226 46.5383,23.0226 L56.6593,23.0226 Z M20.5798,8.9561 C21.6758,8.9561 22.5648,9.8451 22.5648,10.9411 L22.5648,19.0591 C22.5648,20.1551 21.6758,21.0441 20.5798,21.0441 L12.2218,21.0441 C11.1258,21.0441 10.2368,20.1551 10.2368,19.0591 L10.2368,10.9411 C10.2368,9.8451 11.1258,8.9561 12.2218,8.9561 L20.5798,8.9561 Z M38.2226,8.9561 C39.3186,8.9561 40.2076,9.8451 40.2076,10.9411 L40.2076,19.0591 C40.2076,20.1551 39.3186,21.0441 38.2226,21.0441 L29.8646,21.0441 C28.7686,21.0441 27.8796,20.1551 27.8796,19.0591 L27.8796,10.9411 C27.8796,9.8451 28.7686,8.9561 29.8646,8.9561 L38.2226,8.9561 Z M55.7779,8.9561 C56.8739,8.9561 57.7629,9.8451 57.7629,10.9411 L57.7629,19.0591 C57.7629,20.1551 56.8739,21.0441 55.7779,21.0441 L47.4199,21.0441 C46.3239,21.0441 45.4349,20.1551 45.4349,19.0591 L45.4349,10.9411 C45.4349,9.8451 46.3239,8.9561 47.4199,8.9561 L55.7779,8.9561 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 L64,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 M21.4612,27.2763 C22.0132,27.2763 22.4612,27.7233 22.4612,28.2763 L22.4612,29.0713 C22.4612,29.6233 22.0132,30.0713 21.4612,30.0713 L11.3402,30.0713 C10.7882,30.0713 10.3402,29.6233 10.3402,29.0713 L10.3402,28.2763 C10.3402,27.7233 10.7882,27.2763 11.3402,27.2763 L21.4612,27.2763 Z M39.104,27.2763 C39.656,27.2763 40.104,27.7233 40.104,28.2763 L40.104,29.0713 C40.104,29.6233 39.656,30.0713 39.104,30.0713 L28.983,30.0713 C28.431,30.0713 27.983,29.6233 27.983,29.0713 L27.983,28.2763 C27.983,27.7233 28.431,27.2763 28.983,27.2763 L39.104,27.2763 Z M56.6593,27.2763 C57.2113,27.2763 57.6593,27.7233 57.6593,28.2763 L57.6593,29.0713 C57.6593,29.6233 57.2113,30.0713 56.6593,30.0713 L46.5383,30.0713 C45.9863,30.0713 45.5383,29.6233 45.5383,29.0713 L45.5383,28.2763 C45.5383,27.7233 45.9863,27.2763 46.5383,27.2763 L56.6593,27.2763 Z M21.4612,23.0225 C22.0132,23.0225 22.4612,23.4695 22.4612,24.0225 L22.4612,24.8175 C22.4612,25.3695 22.0132,25.8175 21.4612,25.8175 L11.3402,25.8175 C10.7882,25.8175 10.3402,25.3695 10.3402,24.8175 L10.3402,24.0225 C10.3402,23.4695 10.7882,23.0225 11.3402,23.0225 L21.4612,23.0225 Z M39.104,23.0225 C39.656,23.0225 40.104,23.4695 40.104,24.0225 L40.104,24.8175 C40.104,25.3695 39.656,25.8175 39.104,25.8175 L28.983,25.8175 C28.431,25.8175 27.983,25.3695 27.983,24.8175 L27.983,24.0225 C27.983,23.4695 28.431,23.0225 28.983,23.0225 L39.104,23.0225 Z M56.6593,23.0225 C57.2113,23.0225 57.6593,23.4695 57.6593,24.0225 L57.6593,24.8175 C57.6593,25.3695 57.2113,25.8175 56.6593,25.8175 L46.5383,25.8175 C45.9863,25.8175 45.5383,25.3695 45.5383,24.8175 L45.5383,24.0225 C45.5383,23.4695 45.9863,23.0225 46.5383,23.0225 L56.6593,23.0225 Z M20.5798,8.956 C21.6758,8.956 22.5648,9.845 22.5648,10.941 L22.5648,19.059 C22.5648,20.155 21.6758,21.044 20.5798,21.044 L12.2218,21.044 C11.1258,21.044 10.2368,20.155 10.2368,19.059 L10.2368,10.941 C10.2368,9.845 11.1258,8.956 12.2218,8.956 L20.5798,8.956 Z M38.2226,8.956 C39.3186,8.956 40.2076,9.845 40.2076,10.941 L40.2076,19.059 C40.2076,20.155 39.3186,21.044 38.2226,21.044 L29.8646,21.044 C28.7686,21.044 27.8796,20.155 27.8796,19.059 L27.8796,10.941 C27.8796,9.845 28.7686,8.956 29.8646,8.956 L38.2226,8.956 Z M55.7779,8.956 C56.8739,8.956 57.7629,9.845 57.7629,10.941 L57.7629,19.059 C57.7629,20.155 56.8739,21.044 55.7779,21.044 L47.4199,21.044 C46.3239,21.044 45.4349,20.155 45.4349,19.059 L45.4349,10.941 C45.4349,9.845 46.3239,8.956 47.4199,8.956 L55.7779,8.956 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionInfoBox40;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionIntro32 = 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 M18.3991,19.2615 C19.0621,19.2615 19.5991,19.7985 19.5991,20.4615 L19.5991,23.6295 C19.5991,24.2925 19.0621,24.8295 18.3991,24.8295 L9.0951,24.8295 C8.4331,24.8295 7.8951,24.2925 7.8951,23.6295 L7.8951,20.4615 C7.8951,19.7985 8.4331,19.2615 9.0951,19.2615 L18.3991,19.2615 Z M31.6519,19.2615 C32.3149,19.2615 32.8519,19.7985 32.8519,20.4615 L32.8519,23.6295 C32.8519,24.2925 32.3149,24.8295 31.6519,24.8295 L22.3479,24.8295 C21.6859,24.8295 21.1479,24.2925 21.1479,23.6295 L21.1479,20.4615 C21.1479,19.7985 21.6859,19.2615 22.3479,19.2615 L31.6519,19.2615 Z M44.9047,19.2615 C45.5677,19.2615 46.1047,19.7985 46.1047,20.4615 L46.1047,23.6295 C46.1047,24.2925 45.5677,24.8295 44.9047,24.8295 L35.6007,24.8295 C34.9387,24.8295 34.4007,24.2925 34.4007,23.6295 L34.4007,20.4615 C34.4007,19.7985 34.9387,19.2615 35.6007,19.2615 L44.9047,19.2615 Z M44.2211,11.4611 C44.6631,11.4611 45.0211,11.8191 45.0211,12.2611 L45.0211,12.8971 C45.0211,13.3391 44.6631,13.6971 44.2211,13.6971 L9.7791,13.6971 C9.3371,13.6971 8.9791,13.3391 8.9791,12.8971 L8.9791,12.2611 C8.9791,11.8191 9.3371,11.4611 9.7791,11.4611 L44.2211,11.4611 Z M37.4959,7.1708 C37.9379,7.1708 38.2959,7.5288 38.2959,7.9708 L38.2959,8.6068 C38.2959,9.0488 37.9379,9.4068 37.4959,9.4068 L16.5039,9.4068 C16.0619,9.4068 15.7039,9.0488 15.7039,8.6068 L15.7039,7.9708 C15.7039,7.5288 16.0619,7.1708 16.5039,7.1708 L37.4959,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 0,30.439 0,28.513 L0,3.487 C0,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.3989,19.2615 C19.0619,19.2615 19.5989,19.7985 19.5989,20.4615 L19.5989,23.6295 C19.5989,24.2925 19.0619,24.8295 18.3989,24.8295 L9.0949,24.8295 C8.4329,24.8295 7.8949,24.2925 7.8949,23.6295 L7.8949,20.4615 C7.8949,19.7985 8.4329,19.2615 9.0949,19.2615 L18.3989,19.2615 Z M31.6517,19.2615 C32.3147,19.2615 32.8517,19.7985 32.8517,20.4615 L32.8517,23.6295 C32.8517,24.2925 32.3147,24.8295 31.6517,24.8295 L22.3477,24.8295 C21.6857,24.8295 21.1477,24.2925 21.1477,23.6295 L21.1477,20.4615 C21.1477,19.7985 21.6857,19.2615 22.3477,19.2615 L31.6517,19.2615 Z M44.9045,19.2615 C45.5675,19.2615 46.1045,19.7985 46.1045,20.4615 L46.1045,23.6295 C46.1045,24.2925 45.5675,24.8295 44.9045,24.8295 L35.6005,24.8295 C34.9385,24.8295 34.4005,24.2925 34.4005,23.6295 L34.4005,20.4615 C34.4005,19.7985 34.9385,19.2615 35.6005,19.2615 L44.9045,19.2615 Z M44.2208,11.4611 C44.6628,11.4611 45.0208,11.8191 45.0208,12.2611 L45.0208,12.8971 C45.0208,13.3391 44.6628,13.6971 44.2208,13.6971 L9.7788,13.6971 C9.3368,13.6971 8.9788,13.3391 8.9788,12.8971 L8.9788,12.2611 C8.9788,11.8191 9.3368,11.4611 9.7788,11.4611 L44.2208,11.4611 Z M37.4957,7.1707 C37.9377,7.1707 38.2957,7.5287 38.2957,7.9707 L38.2957,8.6067 C38.2957,9.0487 37.9377,9.4067 37.4957,9.4067 L16.5037,9.4067 C16.0617,9.4067 15.7037,9.0487 15.7037,8.6067 L15.7037,7.9707 C15.7037,7.5287 16.0617,7.1707 16.5037,7.1707 L37.4957,7.1707 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionIntro32;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionIntro40 = 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 M23.2488,24.0769 C24.0768,24.0769 24.7488,24.7479 24.7488,25.5769 L24.7488,29.5369 C24.7488,30.3649 24.0768,31.0369 23.2488,31.0369 L11.6198,31.0369 C10.7908,31.0369 10.1198,30.3649 10.1198,29.5369 L10.1198,25.5769 C10.1198,24.7479 10.7908,24.0769 11.6198,24.0769 L23.2488,24.0769 Z M39.8147,24.0769 C40.6427,24.0769 41.3147,24.7479 41.3147,25.5769 L41.3147,29.5369 C41.3147,30.3649 40.6427,31.0369 39.8147,31.0369 L28.1857,31.0369 C27.3567,31.0369 26.6857,30.3649 26.6857,29.5369 L26.6857,25.5769 C26.6857,24.7479 27.3567,24.0769 28.1857,24.0769 L39.8147,24.0769 Z M56.3807,24.0769 C57.2087,24.0769 57.8807,24.7479 57.8807,25.5769 L57.8807,29.5369 C57.8807,30.3649 57.2087,31.0369 56.3807,31.0369 L44.7517,31.0369 C43.9227,31.0369 43.2517,30.3649 43.2517,29.5369 L43.2517,25.5769 C43.2517,24.7479 43.9227,24.0769 44.7517,24.0769 L56.3807,24.0769 Z M55.5262,14.3264 C56.0782,14.3264 56.5262,14.7734 56.5262,15.3264 L56.5262,16.1214 C56.5262,16.6734 56.0782,17.1214 55.5262,17.1214 L12.4742,17.1214 C11.9212,17.1214 11.4742,16.6734 11.4742,16.1214 L11.4742,15.3264 C11.4742,14.7734 11.9212,14.3264 12.4742,14.3264 L55.5262,14.3264 Z M47.1198,8.9635 C47.6718,8.9635 48.1198,9.4105 48.1198,9.9635 L48.1198,10.7585 C48.1198,11.3105 47.6718,11.7585 47.1198,11.7585 L20.8798,11.7585 C20.3278,11.7585 19.8798,11.3105 19.8798,10.7585 L19.8798,9.9635 C19.8798,9.4105 20.3278,8.9635 20.8798,8.9635 L47.1198,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 M23.249,24.0768 C24.077,24.0768 24.749,24.7478 24.749,25.5768 L24.749,29.5368 C24.749,30.3648 24.077,31.0368 23.249,31.0368 L11.62,31.0368 C10.791,31.0368 10.12,30.3648 10.12,29.5368 L10.12,25.5768 C10.12,24.7478 10.791,24.0768 11.62,24.0768 L23.249,24.0768 Z M39.8149,24.0768 C40.6429,24.0768 41.3149,24.7478 41.3149,25.5768 L41.3149,29.5368 C41.3149,30.3648 40.6429,31.0368 39.8149,31.0368 L28.1859,31.0368 C27.3569,31.0368 26.6859,30.3648 26.6859,29.5368 L26.6859,25.5768 C26.6859,24.7478 27.3569,24.0768 28.1859,24.0768 L39.8149,24.0768 Z M56.3809,24.0768 C57.2089,24.0768 57.8809,24.7478 57.8809,25.5768 L57.8809,29.5368 C57.8809,30.3648 57.2089,31.0368 56.3809,31.0368 L44.7519,31.0368 C43.9229,31.0368 43.2519,30.3648 43.2519,29.5368 L43.2519,25.5768 C43.2519,24.7478 43.9229,24.0768 44.7519,24.0768 L56.3809,24.0768 Z M55.5264,14.3263 C56.0784,14.3263 56.5264,14.7733 56.5264,15.3263 L56.5264,16.1213 C56.5264,16.6733 56.0784,17.1213 55.5264,17.1213 L12.4744,17.1213 C11.9214,17.1213 11.4744,16.6733 11.4744,16.1213 L11.4744,15.3263 C11.4744,14.7733 11.9214,14.3263 12.4744,14.3263 L55.5264,14.3263 Z M47.12,8.9634 C47.672,8.9634 48.12,9.4104 48.12,9.9634 L48.12,10.7584 C48.12,11.3104 47.672,11.7584 47.12,11.7584 L20.88,11.7584 C20.328,11.7584 19.88,11.3104 19.88,10.7584 L19.88,9.9634 C19.88,9.4104 20.328,8.9634 20.88,8.9634 L47.12,8.9634 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionIntro40;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionMap32 = 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.2606,24.9538 C45.7026,24.9538 46.0606,25.3118 46.0606,25.7538 L46.0606,26.3898 C46.0606,26.8318 45.7026,27.1898 45.2606,27.1898 L8.7396,27.1898 C8.2976,27.1898 7.9396,26.8318 7.9396,26.3898 L7.9396,25.7538 C7.9396,25.3118 8.2976,24.9538 8.7396,24.9538 L45.2606,24.9538 Z M27.0002,4.6358 C30.6022,4.6358 33.5222,7.5558 33.5222,11.1578 C33.5222,16.4218 27.0002,21.5248 27.0002,21.5248 C27.0002,21.5248 20.4782,16.3868 20.4782,11.1578 C20.4782,7.5558 23.3982,4.6358 27.0002,4.6358 Z M27.0002,8.2518 C25.4762,8.2518 24.2412,9.4868 24.2412,11.0098 C24.2412,12.5338 25.4762,13.7688 27.0002,13.7688 C28.5242,13.7688 29.7592,12.5338 29.7592,11.0098 C29.7592,9.4868 28.5242,8.2518 27.0002,8.2518 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 M45.2604,24.9539 C45.7024,24.9539 46.0604,25.3119 46.0604,25.7539 L46.0604,26.3899 C46.0604,26.8319 45.7024,27.1899 45.2604,27.1899 L8.7394,27.1899 C8.2974,27.1899 7.9394,26.8319 7.9394,26.3899 L7.9394,25.7539 C7.9394,25.3119 8.2974,24.9539 8.7394,24.9539 L45.2604,24.9539 Z M27,4.6359 C30.602,4.6359 33.522,7.5559 33.522,11.1579 C33.522,16.4219 27,21.5249 27,21.5249 C27,21.5249 20.478,16.3869 20.478,11.1579 C20.478,7.5559 23.398,4.6359 27,4.6359 Z M27,8.2519 C25.476,8.2519 24.241,9.4869 24.241,11.0099 C24.241,12.5339 25.476,13.7689 27,13.7689 C28.524,13.7689 29.759,12.5339 29.759,11.0099 C29.759,9.4869 28.524,8.2519 27,8.2519 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionMap32;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionMap40 = 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 M56.8257,31.1922 C57.3777,31.1922 57.8257,31.6392 57.8257,32.1922 L57.8257,32.9872 C57.8257,33.5392 57.3777,33.9872 56.8257,33.9872 L11.1747,33.9872 C10.6217,33.9872 10.1747,33.5392 10.1747,32.9872 L10.1747,32.1922 C10.1747,31.6392 10.6217,31.1922 11.1747,31.1922 L56.8257,31.1922 Z M34.0001,5.794 C38.5031,5.794 42.1531,9.444 42.1531,13.947 C42.1531,20.528 34.0001,26.906 34.0001,26.906 C34.0001,26.906 25.8471,20.483 25.8471,13.947 C25.8471,9.444 29.4971,5.794 34.0001,5.794 Z M34.0001,10.315 C32.0961,10.315 30.5521,11.858 30.5521,13.763 C30.5521,15.667 32.0961,17.211 34.0001,17.211 C35.9041,17.211 37.4481,15.667 37.4481,13.763 C37.4481,11.858 35.9041,10.315 34.0001,10.315 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.8259,31.1922 C57.3779,31.1922 57.8259,31.6392 57.8259,32.1922 L57.8259,32.9872 C57.8259,33.5392 57.3779,33.9872 56.8259,33.9872 L11.1749,33.9872 C10.6219,33.9872 10.1749,33.5392 10.1749,32.9872 L10.1749,32.1922 C10.1749,31.6392 10.6219,31.1922 11.1749,31.1922 L56.8259,31.1922 Z M34.0003,5.794 C38.5033,5.794 42.1533,9.444 42.1533,13.947 C42.1533,20.528 34.0003,26.906 34.0003,26.906 C34.0003,26.906 25.8473,20.483 25.8473,13.947 C25.8473,9.444 29.4973,5.794 34.0003,5.794 Z M34.0003,10.315 C32.0963,10.315 30.5523,11.858 30.5523,13.763 C30.5523,15.667 32.0963,17.211 34.0003,17.211 C35.9043,17.211 37.4483,15.667 37.4483,13.763 C37.4483,11.858 35.9043,10.315 34.0003,10.315 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionMap40;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionMembership32 = 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: "M51.2,0 C52.967,0 54.4,1.433 54.4,3.2 L54.4,28.8 C54.4,30.567 52.967,32 51.2,32 L3.2,32 C1.433,32 -7.10542736e-14,30.567 -7.10542736e-14,28.8 L-7.10542736e-14,3.2 C-7.10542736e-14,1.433 1.433,0 3.2,0 Z M51.2,1.5 L3.2,1.5 C2.262,1.5 1.5,2.263 1.5,3.2 L1.5,28.8 C1.5,29.737 2.262,30.5 3.2,30.5 L51.2,30.5 C52.137,30.5 52.9,29.737 52.9,28.8 L52.9,3.2 C52.9,2.263 52.137,1.5 51.2,1.5 Z M18.607,19.5745 C19.27,19.5745 19.807,20.1115 19.807,20.7745 L19.807,23.6295 C19.807,24.2925 19.27,24.8295 18.607,24.8295 L9.303,24.8295 C8.641,24.8295 8.103,24.2925 8.103,23.6295 L8.103,20.7745 C8.103,20.1115 8.641,19.5745 9.303,19.5745 L18.607,19.5745 Z M44.2963,7.1765 C45.4013,7.1765 46.2963,8.0725 46.2963,9.1765 L46.2963,22.8295 C46.2963,23.9345 45.4013,24.8295 44.2963,24.8295 L24.3493,24.8295 C23.2453,24.8295 22.3493,23.9345 22.3493,22.8295 L22.3493,9.1765 C22.3493,8.0725 23.2453,7.1765 24.3493,7.1765 L44.2963,7.1765 Z M18.607,13.3669 C19.27,13.3669 19.807,13.9039 19.807,14.5669 L19.807,17.4219 C19.807,18.0849 19.27,18.6219 18.607,18.6219 L9.303,18.6219 C8.641,18.6219 8.103,18.0849 8.103,17.4219 L8.103,14.5669 C8.103,13.9039 8.641,13.3669 9.303,13.3669 L18.607,13.3669 Z M18.607,7.1593 C19.27,7.1593 19.807,7.6963 19.807,8.3593 L19.807,11.2143 C19.807,11.8773 19.27,12.4143 18.607,12.4143 L9.303,12.4143 C8.641,12.4143 8.103,11.8773 8.103,11.2143 L8.103,8.3593 C8.103,7.6963 8.641,7.1593 9.303,7.1593 L18.607,7.1593 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: "M51.2,0 C52.967,0 54.4,1.433 54.4,3.2 L54.4,28.8 C54.4,30.567 52.967,32 51.2,32 L3.2,32 C1.432,32 4.26325641e-14,30.567 4.26325641e-14,28.8 L4.26325641e-14,3.2 C4.26325641e-14,1.433 1.432,0 3.2,0 Z M51.2,2 L3.2,2 C2.538,2 2,2.538 2,3.2 L2,28.8 C2,29.462 2.538,30 3.2,30 L51.2,30 C51.862,30 52.4,29.462 52.4,28.8 L52.4,3.2 C52.4,2.538 51.862,2 51.2,2 Z M18.607,19.5744 C19.27,19.5744 19.807,20.1114 19.807,20.7744 L19.807,23.6294 C19.807,24.2924 19.27,24.8294 18.607,24.8294 L9.303,24.8294 C8.641,24.8294 8.103,24.2924 8.103,23.6294 L8.103,20.7744 C8.103,20.1114 8.641,19.5744 9.303,19.5744 L18.607,19.5744 Z M44.2963,7.1764 C45.4013,7.1764 46.2963,8.0724 46.2963,9.1764 L46.2963,22.8294 C46.2963,23.9344 45.4013,24.8294 44.2963,24.8294 L24.3493,24.8294 C23.2453,24.8294 22.3493,23.9344 22.3493,22.8294 L22.3493,9.1764 C22.3493,8.0724 23.2453,7.1764 24.3493,7.1764 L44.2963,7.1764 Z M18.607,13.3668 C19.27,13.3668 19.807,13.9038 19.807,14.5668 L19.807,17.4218 C19.807,18.0848 19.27,18.6218 18.607,18.6218 L9.303,18.6218 C8.641,18.6218 8.103,18.0848 8.103,17.4218 L8.103,14.5668 C8.103,13.9038 8.641,13.3668 9.303,13.3668 L18.607,13.3668 Z M18.607,7.1592 C19.27,7.1592 19.807,7.6962 19.807,8.3592 L19.807,11.2142 C19.807,11.8772 19.27,12.4142 18.607,12.4142 L9.303,12.4142 C8.641,12.4142 8.103,11.8772 8.103,11.2142 L8.103,8.3592 C8.103,7.6962 8.641,7.1592 9.303,7.1592 L18.607,7.1592 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionMembership32;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionMembership40 = 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.622 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.622 65.378,1.5 64,1.5 Z M23.2589,24.4679 C24.0869,24.4679 24.7589,25.1389 24.7589,25.9679 L24.7589,29.5369 C24.7589,30.3649 24.0869,31.0369 23.2589,31.0369 L11.6299,31.0369 C10.8009,31.0369 10.1299,30.3649 10.1299,29.5369 L10.1299,25.9679 C10.1299,25.1389 10.8009,24.4679 11.6299,24.4679 L23.2589,24.4679 Z M55.3705,8.9709 C56.7515,8.9709 57.8705,10.0909 57.8705,11.4709 L57.8705,28.5369 C57.8705,29.9179 56.7515,31.0369 55.3705,31.0369 L30.4375,31.0369 C29.0565,31.0369 27.9375,29.9179 27.9375,28.5369 L27.9375,11.4709 C27.9375,10.0909 29.0565,8.9709 30.4375,8.9709 L55.3705,8.9709 Z M23.2589,16.7084 C24.0869,16.7084 24.7589,17.3794 24.7589,18.2084 L24.7589,21.7774 C24.7589,22.6054 24.0869,23.2774 23.2589,23.2774 L11.6299,23.2774 C10.8009,23.2774 10.1299,22.6054 10.1299,21.7774 L10.1299,18.2084 C10.1299,17.3794 10.8009,16.7084 11.6299,16.7084 L23.2589,16.7084 Z M23.2589,8.9489 C24.0869,8.9489 24.7589,9.6199 24.7589,10.4489 L24.7589,14.0179 C24.7589,14.8459 24.0869,15.5179 23.2589,15.5179 L11.6299,15.5179 C10.8009,15.5179 10.1299,14.8459 10.1299,14.0179 L10.1299,10.4489 C10.1299,9.6199 10.8009,8.9489 11.6299,8.9489 L23.2589,8.9489 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 M23.2591,24.4678 C24.0871,24.4678 24.7591,25.1388 24.7591,25.9678 L24.7591,29.5368 C24.7591,30.3648 24.0871,31.0368 23.2591,31.0368 L11.6301,31.0368 C10.8011,31.0368 10.1301,30.3648 10.1301,29.5368 L10.1301,25.9678 C10.1301,25.1388 10.8011,24.4678 11.6301,24.4678 L23.2591,24.4678 Z M55.3707,8.9708 C56.7517,8.9708 57.8707,10.0908 57.8707,11.4708 L57.8707,28.5368 C57.8707,29.9178 56.7517,31.0368 55.3707,31.0368 L30.4377,31.0368 C29.0567,31.0368 27.9377,29.9178 27.9377,28.5368 L27.9377,11.4708 C27.9377,10.0908 29.0567,8.9708 30.4377,8.9708 L55.3707,8.9708 Z M23.2591,16.7083 C24.0871,16.7083 24.7591,17.3793 24.7591,18.2083 L24.7591,21.7773 C24.7591,22.6053 24.0871,23.2773 23.2591,23.2773 L11.6301,23.2773 C10.8011,23.2773 10.1301,22.6053 10.1301,21.7773 L10.1301,18.2083 C10.1301,17.3793 10.8011,16.7083 11.6301,16.7083 L23.2591,16.7083 Z M23.2591,8.9488 C24.0871,8.9488 24.7591,9.6198 24.7591,10.4488 L24.7591,14.0178 C24.7591,14.8458 24.0871,15.5178 23.2591,15.5178 L11.6301,15.5178 C10.8011,15.5178 10.1301,14.8458 10.1301,14.0178 L10.1301,10.4488 C10.1301,9.6198 10.8011,8.9488 11.6301,8.9488 L23.2591,8.9488 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionMembership40;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionPriceBox32 = 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 M16.9911,12.5224 C17.8681,12.5224 18.5791,13.2334 18.5791,14.1114 L18.5791,24.4204 C18.5791,25.2974 17.8681,26.0084 16.9911,26.0084 L9.5051,26.0084 C8.6281,26.0084 7.9171,25.2974 7.9171,24.4204 L7.9171,14.1114 C7.9171,13.2334 8.6281,12.5224 9.5051,12.5224 L16.9911,12.5224 Z M30.7432,12.5224 C31.6202,12.5224 32.3312,13.2334 32.3312,14.1114 L32.3312,24.4204 C32.3312,25.2974 31.6202,26.0084 30.7432,26.0084 L23.2572,26.0084 C22.3802,26.0084 21.6692,25.2974 21.6692,24.4204 L21.6692,14.1114 C21.6692,13.2334 22.3802,12.5224 23.2572,12.5224 L30.7432,12.5224 Z M44.4953,12.5224 C45.3723,12.5224 46.0833,13.2334 46.0833,14.1114 L46.0833,24.4204 C46.0833,25.2974 45.3723,26.0084 44.4953,26.0084 L37.0093,26.0084 C36.1323,26.0084 35.4213,25.2974 35.4213,24.4204 L35.4213,14.1114 C35.4213,13.2334 36.1323,12.5224 37.0093,12.5224 L44.4953,12.5224 Z M17.2193,6.4439 C17.9703,6.4439 18.5793,7.0519 18.5793,7.8039 L18.5793,9.6869 C18.5793,10.4379 17.9703,11.0469 17.2193,11.0469 L9.2763,11.0469 C8.5253,11.0469 7.9163,10.4379 7.9163,9.6869 L7.9163,7.8039 C7.9163,7.0519 8.5253,6.4439 9.2763,6.4439 L17.2193,6.4439 Z M30.9714,6.4439 C31.7224,6.4439 32.3314,7.0519 32.3314,7.8039 L32.3314,9.6869 C32.3314,10.4379 31.7224,11.0469 30.9714,11.0469 L23.0284,11.0469 C22.2774,11.0469 21.6684,10.4379 21.6684,9.6869 L21.6684,7.8039 C21.6684,7.0519 22.2774,6.4439 23.0284,6.4439 L30.9714,6.4439 Z M44.7235,6.4439 C45.4745,6.4439 46.0835,7.0519 46.0835,7.8039 L46.0835,9.6869 C46.0835,10.4379 45.4745,11.0469 44.7235,11.0469 L36.7805,11.0469 C36.0295,11.0469 35.4205,10.4379 35.4205,9.6869 L35.4205,7.8039 C35.4205,7.0519 36.0295,6.4439 36.7805,6.4439 L44.7235,6.4439 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 M16.9908,12.5225 C17.8678,12.5225 18.5788,13.2335 18.5788,14.1115 L18.5788,24.4205 C18.5788,25.2975 17.8678,26.0085 16.9908,26.0085 L9.5048,26.0085 C8.6278,26.0085 7.9168,25.2975 7.9168,24.4205 L7.9168,14.1115 C7.9168,13.2335 8.6278,12.5225 9.5048,12.5225 L16.9908,12.5225 Z M30.7429,12.5225 C31.6199,12.5225 32.3309,13.2335 32.3309,14.1115 L32.3309,24.4205 C32.3309,25.2975 31.6199,26.0085 30.7429,26.0085 L23.2569,26.0085 C22.3799,26.0085 21.6689,25.2975 21.6689,24.4205 L21.6689,14.1115 C21.6689,13.2335 22.3799,12.5225 23.2569,12.5225 L30.7429,12.5225 Z M44.495,12.5225 C45.372,12.5225 46.083,13.2335 46.083,14.1115 L46.083,24.4205 C46.083,25.2975 45.372,26.0085 44.495,26.0085 L37.009,26.0085 C36.132,26.0085 35.421,25.2975 35.421,24.4205 L35.421,14.1115 C35.421,13.2335 36.132,12.5225 37.009,12.5225 L44.495,12.5225 Z M17.219,6.444 C17.97,6.444 18.579,7.052 18.579,7.804 L18.579,9.687 C18.579,10.438 17.97,11.047 17.219,11.047 L9.276,11.047 C8.525,11.047 7.916,10.438 7.916,9.687 L7.916,7.804 C7.916,7.052 8.525,6.444 9.276,6.444 L17.219,6.444 Z M30.9711,6.444 C31.7221,6.444 32.3311,7.052 32.3311,7.804 L32.3311,9.687 C32.3311,10.438 31.7221,11.047 30.9711,11.047 L23.0281,11.047 C22.2771,11.047 21.6681,10.438 21.6681,9.687 L21.6681,7.804 C21.6681,7.052 22.2771,6.444 23.0281,6.444 L30.9711,6.444 Z M44.7232,6.444 C45.4742,6.444 46.0832,7.052 46.0832,7.804 L46.0832,9.687 C46.0832,10.438 45.4742,11.047 44.7232,11.047 L36.7802,11.047 C36.0292,11.047 35.4202,10.438 35.4202,9.687 L35.4202,7.804 C35.4202,7.052 36.0292,6.444 36.7802,6.444 L44.7232,6.444 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionPriceBox32;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionPriceBox40 = 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 M21.4888,15.6536 C22.5848,15.6536 23.4738,16.5426 23.4738,17.6386 L23.4738,30.5256 C23.4738,31.6216 22.5848,32.5106 21.4888,32.5106 L12.1308,32.5106 C11.0348,32.5106 10.1458,31.6216 10.1458,30.5256 L10.1458,17.6386 C10.1458,16.5426 11.0348,15.6536 12.1308,15.6536 L21.4888,15.6536 Z M38.6789,15.6536 C39.7749,15.6536 40.6639,16.5426 40.6639,17.6386 L40.6639,30.5256 C40.6639,31.6216 39.7749,32.5106 38.6789,32.5106 L29.3209,32.5106 C28.2249,32.5106 27.3359,31.6216 27.3359,30.5256 L27.3359,17.6386 C27.3359,16.5426 28.2249,15.6536 29.3209,15.6536 L38.6789,15.6536 Z M55.869,15.6536 C56.965,15.6536 57.854,16.5426 57.854,17.6386 L57.854,30.5256 C57.854,31.6216 56.965,32.5106 55.869,32.5106 L46.511,32.5106 C45.415,32.5106 44.526,31.6216 44.526,30.5256 L44.526,17.6386 C44.526,16.5426 45.415,15.6536 46.511,15.6536 L55.869,15.6536 Z M21.774,8.0547 C22.713,8.0547 23.474,8.8157 23.474,9.7547 L23.474,12.1087 C23.474,13.0477 22.713,13.8087 21.774,13.8087 L11.846,13.8087 C10.907,13.8087 10.146,13.0477 10.146,12.1087 L10.146,9.7547 C10.146,8.8157 10.907,8.0547 11.846,8.0547 L21.774,8.0547 Z M38.9642,8.0547 C39.9032,8.0547 40.6642,8.8157 40.6642,9.7547 L40.6642,12.1087 C40.6642,13.0477 39.9032,13.8087 38.9642,13.8087 L29.0362,13.8087 C28.0972,13.8087 27.3362,13.0477 27.3362,12.1087 L27.3362,9.7547 C27.3362,8.8157 28.0972,8.0547 29.0362,8.0547 L38.9642,8.0547 Z M56.1543,8.0547 C57.0933,8.0547 57.8543,8.8157 57.8543,9.7547 L57.8543,12.1087 C57.8543,13.0477 57.0933,13.8087 56.1543,13.8087 L46.2263,13.8087 C45.2873,13.8087 44.5263,13.0477 44.5263,12.1087 L44.5263,9.7547 C44.5263,8.8157 45.2873,8.0547 46.2263,8.0547 L56.1543,8.0547 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 M21.4889,15.6534 C22.5849,15.6534 23.4739,16.5424 23.4739,17.6384 L23.4739,30.5254 C23.4739,31.6214 22.5849,32.5104 21.4889,32.5104 L12.1309,32.5104 C11.0349,32.5104 10.1459,31.6214 10.1459,30.5254 L10.1459,17.6384 C10.1459,16.5424 11.0349,15.6534 12.1309,15.6534 L21.4889,15.6534 Z M38.679,15.6534 C39.775,15.6534 40.664,16.5424 40.664,17.6384 L40.664,30.5254 C40.664,31.6214 39.775,32.5104 38.679,32.5104 L29.321,32.5104 C28.225,32.5104 27.336,31.6214 27.336,30.5254 L27.336,17.6384 C27.336,16.5424 28.225,15.6534 29.321,15.6534 L38.679,15.6534 Z M55.8691,15.6534 C56.9651,15.6534 57.8541,16.5424 57.8541,17.6384 L57.8541,30.5254 C57.8541,31.6214 56.9651,32.5104 55.8691,32.5104 L46.5111,32.5104 C45.4151,32.5104 44.5261,31.6214 44.5261,30.5254 L44.5261,17.6384 C44.5261,16.5424 45.4151,15.6534 46.5111,15.6534 L55.8691,15.6534 Z M21.7741,8.0546 C22.7131,8.0546 23.4741,8.8156 23.4741,9.7546 L23.4741,12.1086 C23.4741,13.0476 22.7131,13.8086 21.7741,13.8086 L11.8461,13.8086 C10.9071,13.8086 10.1461,13.0476 10.1461,12.1086 L10.1461,9.7546 C10.1461,8.8156 10.9071,8.0546 11.8461,8.0546 L21.7741,8.0546 Z M38.9642,8.0546 C39.9032,8.0546 40.6642,8.8156 40.6642,9.7546 L40.6642,12.1086 C40.6642,13.0476 39.9032,13.8086 38.9642,13.8086 L29.0362,13.8086 C28.0972,13.8086 27.3362,13.0476 27.3362,12.1086 L27.3362,9.7546 C27.3362,8.8156 28.0972,8.0546 29.0362,8.0546 L38.9642,8.0546 Z M56.1544,8.0546 C57.0934,8.0546 57.8544,8.8156 57.8544,9.7546 L57.8544,12.1086 C57.8544,13.0476 57.0934,13.8086 56.1544,13.8086 L46.2264,13.8086 C45.2874,13.8086 44.5264,13.0476 44.5264,12.1086 L44.5264,9.7546 C44.5264,8.8156 45.2874,8.0546 46.2264,8.0546 L56.1544,8.0546 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionPriceBox40;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionProductsCarousel32 = 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 M14.1762,10.7843 C14.7382,10.4603 15.4302,10.4603 15.9922,10.7843 L19.1472,12.6053 C19.7092,12.9303 20.0552,13.5293 20.0552,14.1783 L20.0552,17.8213 C20.0552,18.4703 19.7092,19.0703 19.1472,19.3943 L15.9922,21.2153 C15.4302,21.5403 14.7382,21.5403 14.1762,21.2153 L11.0212,19.3943 C10.4592,19.0703 10.1132,18.4703 10.1132,17.8213 L10.1132,14.1783 C10.1132,13.5293 10.4592,12.9303 11.0212,12.6053 Z M26.0921,10.7843 C26.6541,10.4603 27.3461,10.4603 27.9081,10.7843 L31.0631,12.6053 C31.6251,12.9303 31.9711,13.5293 31.9711,14.1783 L31.9711,17.8213 C31.9711,18.4703 31.6251,19.0703 31.0631,19.3943 L27.9081,21.2153 C27.3461,21.5403 26.6541,21.5403 26.0921,21.2153 L22.9371,19.3943 C22.3751,19.0703 22.0291,18.4703 22.0291,17.8213 L22.0291,14.1783 C22.0291,13.5293 22.3751,12.9303 22.9371,12.6053 Z M38.0081,10.7843 C38.5701,10.4603 39.2621,10.4603 39.8241,10.7843 L42.9791,12.6053 C43.5411,12.9303 43.8871,13.5293 43.8871,14.1783 L43.8871,17.8213 C43.8871,18.4703 43.5411,19.0703 42.9791,19.3943 L39.8241,21.2153 C39.2621,21.5403 38.5701,21.5403 38.0081,21.2153 L34.8531,19.3943 C34.2911,19.0703 33.9451,18.4703 33.9451,17.8213 L33.9451,14.1783 C33.9451,13.5293 34.2911,12.9303 34.8531,12.6053 Z" }, void 0), (0, jsx_runtime_1.jsx)("polyline", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", points: "7.08 14.044 5.296 15.977 7.123 17.956" }, void 0), (0, jsx_runtime_1.jsx)("polyline", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", points: "46.92 14.044 48.704 15.977 46.877 17.956" }, 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 M14.1761,10.7843 C14.7381,10.4603 15.4301,10.4603 15.9921,10.7843 L19.1471,12.6053 C19.7091,12.9303 20.0551,13.5293 20.0551,14.1783 L20.0551,17.8213 C20.0551,18.4703 19.7091,19.0703 19.1471,19.3943 L15.9921,21.2153 C15.4301,21.5403 14.7381,21.5403 14.1761,21.2153 L11.0211,19.3943 C10.4591,19.0703 10.1131,18.4703 10.1131,17.8213 L10.1131,14.1783 C10.1131,13.5293 10.4591,12.9303 11.0211,12.6053 Z M26.0921,10.7843 C26.6541,10.4603 27.3461,10.4603 27.9081,10.7843 L31.0631,12.6053 C31.6251,12.9303 31.9711,13.5293 31.9711,14.1783 L31.9711,17.8213 C31.9711,18.4703 31.6251,19.0703 31.0631,19.3943 L27.9081,21.2153 C27.3461,21.5403 26.6541,21.5403 26.0921,21.2153 L22.9371,19.3943 C22.3751,19.0703 22.0291,18.4703 22.0291,17.8213 L22.0291,14.1783 C22.0291,13.5293 22.3751,12.9303 22.9371,12.6053 Z M38.008,10.7843 C38.57,10.4603 39.262,10.4603 39.824,10.7843 L42.979,12.6053 C43.541,12.9303 43.887,13.5293 43.887,14.1783 L43.887,17.8213 C43.887,18.4703 43.541,19.0703 42.979,19.3943 L39.824,21.2153 C39.262,21.5403 38.57,21.5403 38.008,21.2153 L34.853,19.3943 C34.291,19.0703 33.945,18.4703 33.945,17.8213 L33.945,14.1783 C33.945,13.5293 34.291,12.9303 34.853,12.6053 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 = SectionProductsCarousel32;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionProductsCarousel40 = 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.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 M17.97,13.4806 C18.672,13.0746 19.538,13.0746 20.24,13.4806 L24.184,15.7566 C24.886,16.1626 25.319,16.9126 25.319,17.7236 L25.319,22.2766 C25.319,23.0876 24.886,23.8376 24.184,24.2426 L20.24,26.5196 C19.538,26.9256 18.672,26.9256 17.97,26.5196 L14.027,24.2426 C13.324,23.8376 12.891,23.0876 12.891,22.2766 L12.891,17.7236 C12.891,16.9126 13.324,16.1626 14.027,15.7566 Z M32.8649,13.4806 C33.5669,13.0746 34.4329,13.0746 35.1349,13.4806 L39.0789,15.7566 C39.7809,16.1626 40.2139,16.9126 40.2139,17.7236 L40.2139,22.2766 C40.2139,23.0876 39.7809,23.8376 39.0789,24.2426 L35.1349,26.5196 C34.4329,26.9256 33.5669,26.9256 32.8649,26.5196 L28.9219,24.2426 C28.2189,23.8376 27.7859,23.0876 27.7859,22.2766 L27.7859,17.7236 C27.7859,16.9126 28.2189,16.1626 28.9219,15.7566 Z M47.7598,13.4806 C48.4618,13.0746 49.3278,13.0746 50.0298,13.4806 L53.9738,15.7566 C54.6758,16.1626 55.1088,16.9126 55.1088,17.7236 L55.1088,22.2766 C55.1088,23.0876 54.6758,23.8376 53.9738,24.2426 L50.0298,26.5196 C49.3278,26.9256 48.4618,26.9256 47.7598,26.5196 L43.8168,24.2426 C43.1138,23.8376 42.6808,23.0876 42.6808,22.2766 L42.6808,17.7236 C42.6808,16.9126 43.1138,16.1626 43.8168,15.7566 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 M17.9702,13.4806 C18.6722,13.0746 19.5382,13.0746 20.2402,13.4806 L24.1842,15.7566 C24.8862,16.1626 25.3192,16.9126 25.3192,17.7236 L25.3192,22.2766 C25.3192,23.0876 24.8862,23.8376 24.1842,24.2426 L20.2402,26.5196 C19.5382,26.9256 18.6722,26.9256 17.9702,26.5196 L14.0272,24.2426 C13.3242,23.8376 12.8912,23.0876 12.8912,22.2766 L12.8912,17.7236 C12.8912,16.9126 13.3242,16.1626 14.0272,15.7566 Z M32.8651,13.4806 C33.5671,13.0746 34.4331,13.0746 35.1351,13.4806 L39.0791,15.7566 C39.7811,16.1626 40.2141,16.9126 40.2141,17.7236 L40.2141,22.2766 C40.2141,23.0876 39.7811,23.8376 39.0791,24.2426 L35.1351,26.5196 C34.4331,26.9256 33.5671,26.9256 32.8651,26.5196 L28.9221,24.2426 C28.2191,23.8376 27.7861,23.0876 27.7861,22.2766 L27.7861,17.7236 C27.7861,16.9126 28.2191,16.1626 28.9221,15.7566 Z M47.76,13.4806 C48.462,13.0746 49.328,13.0746 50.03,13.4806 L53.974,15.7566 C54.676,16.1626 55.109,16.9126 55.109,17.7236 L55.109,22.2766 C55.109,23.0876 54.676,23.8376 53.974,24.2426 L50.03,26.5196 C49.328,26.9256 48.462,26.9256 47.76,26.5196 L43.817,24.2426 C43.114,23.8376 42.681,23.0876 42.681,22.2766 L42.681,17.7236 C42.681,16.9126 43.114,16.1626 43.817,15.7566 Z" }, void 0), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M9.1001,17.5551 L6.8701,19.9711 L9.1541,22.4451 M58.9003,17.5551 L61.1303,19.9711 L58.8463,22.4451" }, void 0)] }), void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionProductsCarousel40;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionReview32 = 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 L50.5129,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 M9.5881,22.0635 L10.0651,23.0295 L11.1311,23.1845 L10.3591,23.9365 L10.5411,24.9975 L9.5881,24.4965 L8.6351,24.9975 L8.8171,23.9365 L8.0451,23.1845 L9.1111,23.0295 L9.5881,22.0635 Z M13.1884,22.0635 L13.6654,23.0295 L14.7314,23.1845 L13.9594,23.9365 L14.1414,24.9975 L13.1884,24.4965 L12.2354,24.9975 L12.4174,23.9365 L11.6454,23.1845 L12.7114,23.0295 L13.1884,22.0635 Z M16.7888,22.0635 L17.2658,23.0295 L18.3318,23.1845 L17.5598,23.9365 L17.7418,24.9975 L16.7888,24.4965 L15.8358,24.9975 L16.0178,23.9365 L15.2458,23.1845 L16.3118,23.0295 L16.7888,22.0635 Z M20.3892,22.0635 L20.8662,23.0295 L21.9322,23.1845 L21.1602,23.9365 L21.3422,24.9975 L20.3892,24.4965 L19.4362,24.9975 L19.6182,23.9365 L18.8462,23.1845 L19.9122,23.0295 L20.3892,22.0635 Z M23.9896,22.0635 L24.4666,23.0295 L25.5326,23.1845 L24.7606,23.9365 L24.9426,24.9975 L23.9896,24.4965 L23.0366,24.9975 L23.2186,23.9365 L22.4466,23.1845 L23.5126,23.0295 L23.9896,22.0635 Z M30.0103,22.0635 L30.4873,23.0295 L31.5533,23.1845 L30.7813,23.9365 L30.9633,24.9975 L30.0103,24.4965 L29.0573,24.9975 L29.2393,23.9365 L28.4673,23.1845 L29.5333,23.0295 L30.0103,22.0635 Z M33.6107,22.0635 L34.0877,23.0295 L35.1537,23.1845 L34.3817,23.9365 L34.5637,24.9975 L33.6107,24.4965 L32.6577,24.9975 L32.8397,23.9365 L32.0677,23.1845 L33.1337,23.0295 L33.6107,22.0635 Z M37.2111,22.0635 L37.6881,23.0295 L38.7541,23.1845 L37.9821,23.9365 L38.1641,24.9975 L37.2111,24.4965 L36.2581,24.9975 L36.4401,23.9365 L35.6681,23.1845 L36.7341,23.0295 L37.2111,22.0635 Z M40.8114,22.0635 L41.2884,23.0295 L42.3544,23.1845 L41.5824,23.9365 L41.7644,24.9975 L40.8114,24.4965 L39.8584,24.9975 L40.0404,23.9365 L39.2684,23.1845 L40.3344,23.0295 L40.8114,22.0635 Z M44.4118,22.0635 L44.8888,23.0295 L45.9548,23.1845 L45.1828,23.9365 L45.3648,24.9975 L44.4118,24.4965 L43.4588,24.9975 L43.6408,23.9365 L42.8688,23.1845 L43.9348,23.0295 L44.4118,22.0635 Z M24.7651,18.2555 C25.2071,18.2555 25.5651,18.6135 25.5651,19.0555 L25.5651,19.6915 C25.5651,20.1335 25.2071,20.4915 24.7651,20.4915 L8.8121,20.4915 C8.3711,20.4915 8.0121,20.1335 8.0121,19.6915 L8.0121,19.0555 C8.0121,18.6135 8.3711,18.2555 8.8121,18.2555 L24.7651,18.2555 Z M45.1874,18.2555 C45.6294,18.2555 45.9874,18.6135 45.9874,19.0555 L45.9874,19.6915 C45.9874,20.1335 45.6294,20.4915 45.1874,20.4915 L29.2344,20.4915 C28.7934,20.4915 28.4344,20.1335 28.4344,19.6915 L28.4344,19.0555 C28.4344,18.6135 28.7934,18.2555 29.2344,18.2555 L45.1874,18.2555 Z M24.06,7.0017 C24.937,7.0017 25.648,7.7137 25.648,8.5907 L25.648,15.0847 C25.648,15.9617 24.937,16.6727 24.06,16.6727 L9.518,16.6727 C8.64,16.6727 7.929,15.9617 7.929,15.0847 L7.929,8.5907 C7.929,7.7137 8.64,7.0017 9.518,7.0017 L24.06,7.0017 Z M44.4823,7.0017 C45.3593,7.0017 46.0703,7.7137 46.0703,8.5907 L46.0703,15.0847 C46.0703,15.9617 45.3593,16.6727 44.4823,16.6727 L29.9403,16.6727 C29.0623,16.6727 28.3513,15.9617 28.3513,15.0847 L28.3513,8.5907 C28.3513,7.7137 29.0623,7.0017 29.9403,7.0017 L44.4823,7.0017 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.4877,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.4877,0 L50.5127,0 Z M50.5127,2 L3.4877,2 C2.6667,2 1.9997,2.667 1.9997,3.487 L1.9997,28.513 C1.9997,29.333 2.6667,30 3.4877,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 M9.5881,22.0634 L10.0651,23.0294 L11.1311,23.1844 L10.3591,23.9364 L10.5411,24.9974 L9.5881,24.4964 L8.6351,24.9974 L8.8171,23.9364 L8.0451,23.1844 L9.1111,23.0294 L9.5881,22.0634 Z M13.1884,22.0634 L13.6654,23.0294 L14.7314,23.1844 L13.9594,23.9364 L14.1414,24.9974 L13.1884,24.4964 L12.2354,24.9974 L12.4174,23.9364 L11.6454,23.1844 L12.7114,23.0294 L13.1884,22.0634 Z M16.7888,22.0634 L17.2658,23.0294 L18.3318,23.1844 L17.5598,23.9364 L17.7418,24.9974 L16.7888,24.4964 L15.8358,24.9974 L16.0178,23.9364 L15.2458,23.1844 L16.3118,23.0294 L16.7888,22.0634 Z M20.3892,22.0634 L20.8662,23.0294 L21.9322,23.1844 L21.1602,23.9364 L21.3422,24.9974 L20.3892,24.4964 L19.4362,24.9974 L19.6182,23.9364 L18.8462,23.1844 L19.9122,23.0294 L20.3892,22.0634 Z M23.9896,22.0634 L24.4666,23.0294 L25.5326,23.1844 L24.7606,23.9364 L24.9426,24.9974 L23.9896,24.4964 L23.0366,24.9974 L23.2186,23.9364 L22.4466,23.1844 L23.5126,23.0294 L23.9896,22.0634 Z M30.0103,22.0634 L30.4873,23.0294 L31.5533,23.1844 L30.7813,23.9364 L30.9633,24.9974 L30.0103,24.4964 L29.0573,24.9974 L29.2393,23.9364 L28.4673,23.1844 L29.5333,23.0294 L30.0103,22.0634 Z M33.6107,22.0634 L34.0877,23.0294 L35.1537,23.1844 L34.3817,23.9364 L34.5637,24.9974 L33.6107,24.4964 L32.6577,24.9974 L32.8397,23.9364 L32.0677,23.1844 L33.1337,23.0294 L33.6107,22.0634 Z M37.2111,22.0634 L37.6881,23.0294 L38.7541,23.1844 L37.9821,23.9364 L38.1641,24.9974 L37.2111,24.4964 L36.2581,24.9974 L36.4401,23.9364 L35.6681,23.1844 L36.7341,23.0294 L37.2111,22.0634 Z M40.8115,22.0634 L41.2885,23.0294 L42.3545,23.1844 L41.5825,23.9364 L41.7645,24.9974 L40.8115,24.4964 L39.8585,24.9974 L40.0405,23.9364 L39.2685,23.1844 L40.3345,23.0294 L40.8115,22.0634 Z M44.4118,22.0634 L44.8888,23.0294 L45.9548,23.1844 L45.1828,23.9364 L45.3648,24.9974 L44.4118,24.4964 L43.4588,24.9974 L43.6408,23.9364 L42.8688,23.1844 L43.9348,23.0294 L44.4118,22.0634 Z M24.7651,18.2554 C25.2071,18.2554 25.5651,18.6134 25.5651,19.0554 L25.5651,19.6914 C25.5651,20.1334 25.2071,20.4914 24.7651,20.4914 L8.8121,20.4914 C8.3711,20.4914 8.0121,20.1334 8.0121,19.6914 L8.0121,19.0554 C8.0121,18.6134 8.3711,18.2554 8.8121,18.2554 L24.7651,18.2554 Z M45.1874,18.2554 C45.6294,18.2554 45.9874,18.6134 45.9874,19.0554 L45.9874,19.6914 C45.9874,20.1334 45.6294,20.4914 45.1874,20.4914 L29.2344,20.4914 C28.7934,20.4914 28.4344,20.1334 28.4344,19.6914 L28.4344,19.0554 C28.4344,18.6134 28.7934,18.2554 29.2344,18.2554 L45.1874,18.2554 Z M24.06,7.0016 C24.937,7.0016 25.648,7.7136 25.648,8.5906 L25.648,15.0846 C25.648,15.9616 24.937,16.6726 24.06,16.6726 L9.518,16.6726 C8.64,16.6726 7.929,15.9616 7.929,15.0846 L7.929,8.5906 C7.929,7.7136 8.64,7.0016 9.518,7.0016 L24.06,7.0016 Z M44.4823,7.0016 C45.3593,7.0016 46.0703,7.7136 46.0703,8.5906 L46.0703,15.0846 C46.0703,15.9616 45.3593,16.6726 44.4823,16.6726 L29.9403,16.6726 C29.0623,16.6726 28.3513,15.9616 28.3513,15.0846 L28.3513,8.5906 C28.3513,7.7136 29.0623,7.0016 29.9403,7.0016 L44.4823,7.0016 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionReview32;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionReview40 = 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,3.51718654e-13 C66.209,3.51718654e-13 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,3.51718654e-13 4,3.51718654e-13 L64,3.51718654e-13 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 M12.2352,27.5793 L12.8312,28.7863 L14.1632,28.9803 L13.1992,29.9203 L13.4272,31.2473 L12.2352,30.6203 L11.0432,31.2473 L11.2712,29.9203 L10.3072,28.9803 L11.6392,28.7863 L12.2352,27.5793 Z M16.7356,27.5793 L17.3316,28.7863 L18.6636,28.9803 L17.6996,29.9203 L17.9276,31.2473 L16.7356,30.6203 L15.5436,31.2473 L15.7716,29.9203 L14.8076,28.9803 L16.1396,28.7863 L16.7356,27.5793 Z M21.2361,27.5793 L21.8321,28.7863 L23.1641,28.9803 L22.2001,29.9203 L22.4281,31.2473 L21.2361,30.6203 L20.0441,31.2473 L20.2721,29.9203 L19.3081,28.9803 L20.6401,28.7863 L21.2361,27.5793 Z M25.7366,27.5793 L26.3326,28.7863 L27.6646,28.9803 L26.7006,29.9203 L26.9286,31.2473 L25.7366,30.6203 L24.5446,31.2473 L24.7726,29.9203 L23.8086,28.9803 L25.1406,28.7863 L25.7366,27.5793 Z M30.2371,27.5793 L30.8331,28.7863 L32.1651,28.9803 L31.2011,29.9203 L31.4291,31.2473 L30.2371,30.6203 L29.0451,31.2473 L29.2731,29.9203 L28.3091,28.9803 L29.6411,28.7863 L30.2371,27.5793 Z M37.763,27.5793 L38.359,28.7863 L39.691,28.9803 L38.727,29.9203 L38.955,31.2473 L37.763,30.6203 L36.571,31.2473 L36.799,29.9203 L35.835,28.9803 L37.167,28.7863 L37.763,27.5793 Z M42.2634,27.5793 L42.8594,28.7863 L44.1914,28.9803 L43.2274,29.9203 L43.4554,31.2473 L42.2634,30.6203 L41.0714,31.2473 L41.2994,29.9203 L40.3354,28.9803 L41.6674,28.7863 L42.2634,27.5793 Z M46.7639,27.5793 L47.3599,28.7863 L48.6919,28.9803 L47.7279,29.9203 L47.9559,31.2473 L46.7639,30.6203 L45.5719,31.2473 L45.7999,29.9203 L44.8359,28.9803 L46.1679,28.7863 L46.7639,27.5793 Z M51.2644,27.5793 L51.8604,28.7863 L53.1924,28.9803 L52.2284,29.9203 L52.4564,31.2473 L51.2644,30.6203 L50.0724,31.2473 L50.3004,29.9203 L49.3364,28.9803 L50.6684,28.7863 L51.2644,27.5793 Z M55.7649,27.5793 L56.3609,28.7863 L57.6929,28.9803 L56.7289,29.9203 L56.9569,31.2473 L55.7649,30.6203 L54.5729,31.2473 L54.8009,29.9203 L53.8369,28.9803 L55.1689,28.7863 L55.7649,27.5793 Z M31.2065,22.8194 C31.7585,22.8194 32.2065,23.2664 32.2065,23.8194 L32.2065,24.6144 C32.2065,25.1664 31.7585,25.6144 31.2065,25.6144 L11.2655,25.6144 C10.7135,25.6144 10.2655,25.1664 10.2655,24.6144 L10.2655,23.8194 C10.2655,23.2664 10.7135,22.8194 11.2655,22.8194 L31.2065,22.8194 Z M56.7343,22.8194 C57.2863,22.8194 57.7343,23.2664 57.7343,23.8194 L57.7343,24.6144 C57.7343,25.1664 57.2863,25.6144 56.7343,25.6144 L36.7933,25.6144 C36.2413,25.6144 35.7933,25.1664 35.7933,24.6144 L35.7933,23.8194 C35.7933,23.2664 36.2413,22.8194 36.7933,22.8194 L56.7343,22.8194 Z M30.3251,8.7528 C31.4211,8.7528 32.3101,9.6418 32.3101,10.7378 L32.3101,18.8558 C32.3101,19.9518 31.4211,20.8408 30.3251,20.8408 L12.1471,20.8408 C11.0511,20.8408 10.1621,19.9518 10.1621,18.8558 L10.1621,10.7378 C10.1621,9.6418 11.0511,8.7528 12.1471,8.7528 L30.3251,8.7528 Z M55.8529,8.7528 C56.9489,8.7528 57.8379,9.6418 57.8379,10.7378 L57.8379,18.8558 C57.8379,19.9518 56.9489,20.8408 55.8529,20.8408 L37.6749,20.8408 C36.5789,20.8408 35.6899,19.9518 35.6899,18.8558 L35.6899,10.7378 C35.6899,9.6418 36.5789,8.7528 37.6749,8.7528 L55.8529,8.7528 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 L64,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 M12.2353,27.5792 L12.8313,28.7862 L14.1633,28.9802 L13.1993,29.9202 L13.4273,31.2472 L12.2353,30.6202 L11.0433,31.2472 L11.2713,29.9202 L10.3073,28.9802 L11.6393,28.7862 L12.2353,27.5792 Z M16.7357,27.5792 L17.3317,28.7862 L18.6637,28.9802 L17.6997,29.9202 L17.9277,31.2472 L16.7357,30.6202 L15.5437,31.2472 L15.7717,29.9202 L14.8077,28.9802 L16.1397,28.7862 L16.7357,27.5792 Z M21.2362,27.5792 L21.8322,28.7862 L23.1642,28.9802 L22.2002,29.9202 L22.4282,31.2472 L21.2362,30.6202 L20.0442,31.2472 L20.2722,29.9202 L19.3082,28.9802 L20.6402,28.7862 L21.2362,27.5792 Z M25.7367,27.5792 L26.3327,28.7862 L27.6647,28.9802 L26.7007,29.9202 L26.9287,31.2472 L25.7367,30.6202 L24.5447,31.2472 L24.7727,29.9202 L23.8087,28.9802 L25.1407,28.7862 L25.7367,27.5792 Z M30.2372,27.5792 L30.8332,28.7862 L32.1652,28.9802 L31.2012,29.9202 L31.4292,31.2472 L30.2372,30.6202 L29.0452,31.2472 L29.2732,29.9202 L28.3092,28.9802 L29.6412,28.7862 L30.2372,27.5792 Z M37.7631,27.5792 L38.3591,28.7862 L39.6911,28.9802 L38.7271,29.9202 L38.9551,31.2472 L37.7631,30.6202 L36.5711,31.2472 L36.7991,29.9202 L35.8351,28.9802 L37.1671,28.7862 L37.7631,27.5792 Z M42.2635,27.5792 L42.8595,28.7862 L44.1915,28.9802 L43.2275,29.9202 L43.4555,31.2472 L42.2635,30.6202 L41.0715,31.2472 L41.2995,29.9202 L40.3355,28.9802 L41.6675,28.7862 L42.2635,27.5792 Z M46.764,27.5792 L47.36,28.7862 L48.692,28.9802 L47.728,29.9202 L47.956,31.2472 L46.764,30.6202 L45.572,31.2472 L45.8,29.9202 L44.836,28.9802 L46.168,28.7862 L46.764,27.5792 Z M51.2645,27.5792 L51.8605,28.7862 L53.1925,28.9802 L52.2285,29.9202 L52.4565,31.2472 L51.2645,30.6202 L50.0725,31.2472 L50.3005,29.9202 L49.3365,28.9802 L50.6685,28.7862 L51.2645,27.5792 Z M55.765,27.5792 L56.361,28.7862 L57.693,28.9802 L56.729,29.9202 L56.957,31.2472 L55.765,30.6202 L54.573,31.2472 L54.801,29.9202 L53.837,28.9802 L55.169,28.7862 L55.765,27.5792 Z M31.2066,22.8193 C31.7586,22.8193 32.2066,23.2663 32.2066,23.8193 L32.2066,24.6143 C32.2066,25.1663 31.7586,25.6143 31.2066,25.6143 L11.2656,25.6143 C10.7136,25.6143 10.2656,25.1663 10.2656,24.6143 L10.2656,23.8193 C10.2656,23.2663 10.7136,22.8193 11.2656,22.8193 L31.2066,22.8193 Z M56.7344,22.8193 C57.2864,22.8193 57.7344,23.2663 57.7344,23.8193 L57.7344,24.6143 C57.7344,25.1663 57.2864,25.6143 56.7344,25.6143 L36.7934,25.6143 C36.2414,25.6143 35.7934,25.1663 35.7934,24.6143 L35.7934,23.8193 C35.7934,23.2663 36.2414,22.8193 36.7934,22.8193 L56.7344,22.8193 Z M30.3252,8.7528 C31.4212,8.7528 32.3102,9.6418 32.3102,10.7378 L32.3102,18.8558 C32.3102,19.9518 31.4212,20.8408 30.3252,20.8408 L12.1472,20.8408 C11.0512,20.8408 10.1622,19.9518 10.1622,18.8558 L10.1622,10.7378 C10.1622,9.6418 11.0512,8.7528 12.1472,8.7528 L30.3252,8.7528 Z M55.853,8.7528 C56.949,8.7528 57.838,9.6418 57.838,10.7378 L57.838,18.8558 C57.838,19.9518 56.949,20.8408 55.853,20.8408 L37.675,20.8408 C36.579,20.8408 35.69,19.9518 35.69,18.8558 L35.69,10.7378 C35.69,9.6418 36.579,8.7528 37.675,8.7528 L55.853,8.7528 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionReview40;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionSlider32 = 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 M42.2805,7.1643 C43.1645,7.1643 43.8805,7.8813 43.8805,8.7643 L43.8805,23.2353 C43.8805,24.1193 43.1645,24.8353 42.2805,24.8353 L11.7195,24.8353 C10.8355,24.8353 10.1195,24.1193 10.1195,23.2353 L10.1195,8.7643 C10.1195,7.8813 10.8355,7.1643 11.7195,7.1643 L42.2805,7.1643 Z" }, void 0), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M7.08,14.0442 L5.296,15.9772 L7.123,17.9562 M46.9201,14.0442 L48.7041,15.9772 L46.8771,17.9562" }, 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.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 M42.2804,7.1643 C43.1644,7.1643 43.8804,7.8813 43.8804,8.7643 L43.8804,23.2353 C43.8804,24.1193 43.1644,24.8353 42.2804,24.8353 L11.7194,24.8353 C10.8354,24.8353 10.1194,24.1193 10.1194,23.2353 L10.1194,8.7643 C10.1194,7.8813 10.8354,7.1643 11.7194,7.1643 L42.2804,7.1643 Z" }, void 0), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M7.0798,14.0441 L5.2958,15.9771 L7.1228,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 = SectionSlider32;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionSlider40 = 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.622 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.622 65.378,1.5 64,1.5 Z M53.1005,8.956 C54.2055,8.956 55.1005,9.851 55.1005,10.956 L55.1005,29.044 C55.1005,30.149 54.2055,31.044 53.1005,31.044 L14.8995,31.044 C13.7945,31.044 12.8995,30.149 12.8995,29.044 L12.8995,10.956 C12.8995,9.851 13.7945,8.956 14.8995,8.956 L53.1005,8.956 Z" }, void 0), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.503", d: "M9.0999,17.555 L6.8699,19.971 L9.1539,22.445 M58.9,17.555 L61.13,19.971 L58.846,22.445" }, 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 M53.1007,8.956 C54.2057,8.956 55.1007,9.851 55.1007,10.956 L55.1007,29.044 C55.1007,30.149 54.2057,31.044 53.1007,31.044 L14.8997,31.044 C13.7947,31.044 12.8997,30.149 12.8997,29.044 L12.8997,10.956 C12.8997,9.851 13.7947,8.956 14.8997,8.956 L53.1007,8.956 Z" }, void 0), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M9.1001,17.555 L6.8701,19.971 L9.1541,22.445 M58.9002,17.555 L61.1302,19.971 L58.8462,22.445" }, void 0)] }), void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionSlider40;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionTab32 = 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.2132,6.2175 C17.9642,6.2175 18.5732,6.8265 18.5732,7.5775 L18.5732,12.8595 L44.4972,12.8595 C45.3742,12.8595 46.0852,13.5705 46.0852,14.4475 L46.0852,24.1945 C46.0852,25.0715 45.3742,25.7825 44.4972,25.7825 L9.4982,25.7825 C8.6212,25.7825 7.9102,25.0715 7.9102,24.1945 L7.9102,7.5775 C7.9102,6.8265 8.5192,6.2175 9.2702,6.2175 Z M30.9713,6.218 C31.7223,6.218 32.3313,6.826 32.3313,7.578 L32.3313,9.461 C32.3313,10.212 31.7223,10.821 30.9713,10.821 L23.0283,10.821 C22.2773,10.821 21.6683,10.212 21.6683,9.461 L21.6683,7.578 C21.6683,6.826 22.2773,6.218 23.0283,6.218 L30.9713,6.218 Z M44.7298,6.218 C45.4808,6.218 46.0898,6.826 46.0898,7.578 L46.0898,9.461 C46.0898,10.212 45.4808,10.821 44.7298,10.821 L36.7868,10.821 C36.0358,10.821 35.4268,10.212 35.4268,9.461 L35.4268,7.578 C35.4268,6.826 36.0358,6.218 36.7868,6.218 L44.7298,6.218 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.2132,6.2176 C17.9642,6.2176 18.5732,6.8266 18.5732,7.5776 L18.5732,12.8596 L44.4972,12.8596 C45.3742,12.8596 46.0852,13.5706 46.0852,14.4476 L46.0852,24.1946 C46.0852,25.0716 45.3742,25.7826 44.4972,25.7826 L9.4982,25.7826 C8.6212,25.7826 7.9102,25.0716 7.9102,24.1946 L7.9102,7.5776 C7.9102,6.8266 8.5192,6.2176 9.2702,6.2176 Z M30.9712,6.218 C31.7222,6.218 32.3312,6.826 32.3312,7.578 L32.3312,9.461 C32.3312,10.212 31.7222,10.821 30.9712,10.821 L23.0282,10.821 C22.2772,10.821 21.6682,10.212 21.6682,9.461 L21.6682,7.578 C21.6682,6.826 22.2772,6.218 23.0282,6.218 L30.9712,6.218 Z M44.7298,6.218 C45.4808,6.218 46.0898,6.826 46.0898,7.578 L46.0898,9.461 C46.0898,10.212 45.4808,10.821 44.7298,10.821 L36.7868,10.821 C36.0358,10.821 35.4268,10.212 35.4268,9.461 L35.4268,7.578 C35.4268,6.826 36.0358,6.218 36.7868,6.218 L44.7298,6.218 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionTab32;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var SectionTab40 = 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 M21.7665,7.7725 C22.7045,7.7725 23.4655,8.5335 23.4655,9.4715 L23.4655,16.0745 L55.8715,16.0745 C56.9675,16.0745 57.8565,16.9635 57.8565,18.0595 L57.8565,30.2425 C57.8565,31.3395 56.9675,32.2285 55.8715,32.2285 L12.1225,32.2285 C11.0265,32.2285 10.1375,31.3395 10.1375,30.2425 L10.1375,9.4715 C10.1375,8.5335 10.8985,7.7725 11.8375,7.7725 Z M38.9641,7.7723 C39.9031,7.7723 40.6641,8.5333 40.6641,9.4723 L40.6641,11.8263 C40.6641,12.7653 39.9031,13.5263 38.9641,13.5263 L29.0361,13.5263 C28.0971,13.5263 27.3361,12.7653 27.3361,11.8263 L27.3361,9.4723 C27.3361,8.5333 28.0971,7.7723 29.0361,7.7723 L38.9641,7.7723 Z M56.1623,7.7723 C57.1013,7.7723 57.8623,8.5333 57.8623,9.4723 L57.8623,11.8263 C57.8623,12.7653 57.1013,13.5263 56.1623,13.5263 L46.2343,13.5263 C45.2953,13.5263 44.5343,12.7653 44.5343,11.8263 L44.5343,9.4723 C44.5343,8.5333 45.2953,7.7723 46.2343,7.7723 L56.1623,7.7723 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 M21.7665,7.7724 C22.7045,7.7724 23.4655,8.5334 23.4655,9.4714 L23.4655,16.0744 L55.8715,16.0744 C56.9675,16.0744 57.8565,16.9634 57.8565,18.0594 L57.8565,30.2424 C57.8565,31.3394 56.9675,32.2284 55.8715,32.2284 L12.1225,32.2284 C11.0265,32.2284 10.1375,31.3394 10.1375,30.2424 L10.1375,9.4714 C10.1375,8.5334 10.8985,7.7724 11.8375,7.7724 Z M38.9641,7.7721 C39.9031,7.7721 40.6641,8.5331 40.6641,9.4721 L40.6641,11.8261 C40.6641,12.7651 39.9031,13.5261 38.9641,13.5261 L29.0361,13.5261 C28.0971,13.5261 27.3361,12.7651 27.3361,11.8261 L27.3361,9.4721 C27.3361,8.5331 28.0971,7.7721 29.0361,7.7721 L38.9641,7.7721 Z M56.1623,7.7721 C57.1013,7.7721 57.8623,8.5331 57.8623,9.4721 L57.8623,11.8261 C57.8623,12.7651 57.1013,13.5261 56.1623,13.5261 L46.2343,13.5261 C45.2953,13.5261 44.5343,12.7651 44.5343,11.8261 L44.5343,9.4721 C44.5343,8.5331 45.2953,7.7721 46.2343,7.7721 L56.1623,7.7721 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = SectionTab40;
@@ -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;