pds-dev-kit-web 2.1.11 → 2.1.13

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 (109) hide show
  1. package/dist/src/common/assets/icons/fill/Accordion.js +1 -1
  2. package/dist/src/common/assets/icons/fill/AlignBottom.js +1 -1
  3. package/dist/src/common/assets/icons/fill/AlignCenter.js +1 -1
  4. package/dist/src/common/assets/icons/fill/AlignLeft.js +1 -1
  5. package/dist/src/common/assets/icons/fill/AlignMiddle.js +1 -1
  6. package/dist/src/common/assets/icons/fill/AlignRight.js +1 -1
  7. package/dist/src/common/assets/icons/fill/AlignTop.js +1 -1
  8. package/dist/src/common/assets/icons/fill/ArrowDownStepper.d.ts +4 -0
  9. package/dist/src/common/assets/icons/fill/ArrowDownStepper.js +30 -0
  10. package/dist/src/common/assets/icons/fill/ArrowRoundLeft.d.ts +4 -0
  11. package/dist/src/common/assets/icons/fill/ArrowRoundLeft.js +30 -0
  12. package/dist/src/common/assets/icons/fill/ArrowUpStepper.d.ts +4 -0
  13. package/dist/src/common/assets/icons/fill/ArrowUpStepper.js +30 -0
  14. package/dist/src/common/assets/icons/fill/Audio.js +1 -1
  15. package/dist/src/common/assets/icons/fill/Button.js +1 -1
  16. package/dist/src/common/assets/icons/fill/Calendar.js +1 -1
  17. package/dist/src/common/assets/icons/fill/Carousel.js +1 -1
  18. package/dist/src/common/assets/icons/fill/Copy.js +1 -1
  19. package/dist/src/common/assets/icons/fill/DeviceApp.js +1 -1
  20. package/dist/src/common/assets/icons/fill/DeviceDesktop.js +1 -1
  21. package/dist/src/common/assets/icons/fill/DeviceMobile.js +1 -1
  22. package/dist/src/common/assets/icons/fill/Divider.js +1 -1
  23. package/dist/src/common/assets/icons/fill/Download.js +1 -1
  24. package/dist/src/common/assets/icons/fill/EditorLeftSide.js +1 -1
  25. package/dist/src/common/assets/icons/fill/EditorRightSide.js +1 -1
  26. package/dist/src/common/assets/icons/fill/Embed.js +1 -1
  27. package/dist/src/common/assets/icons/fill/Icon.js +1 -1
  28. package/dist/src/common/assets/icons/fill/Image.js +1 -1
  29. package/dist/src/common/assets/icons/fill/LayerBackward.js +1 -1
  30. package/dist/src/common/assets/icons/fill/LayerForward.js +1 -1
  31. package/dist/src/common/assets/icons/fill/Layout.js +1 -1
  32. package/dist/src/common/assets/icons/fill/LightBulb.js +1 -1
  33. package/dist/src/common/assets/icons/fill/Links.js +1 -1
  34. package/dist/src/common/assets/icons/fill/List.js +1 -1
  35. package/dist/src/common/assets/icons/fill/LogoInsta.js +1 -1
  36. package/dist/src/common/assets/icons/fill/LogoTwitter.js +1 -1
  37. package/dist/src/common/assets/icons/fill/LogoYt.js +1 -1
  38. package/dist/src/common/assets/icons/fill/MinusCircle.d.ts +4 -0
  39. package/dist/src/common/assets/icons/fill/MinusCircle.js +30 -0
  40. package/dist/src/common/assets/icons/fill/Paint.js +1 -1
  41. package/dist/src/common/assets/icons/fill/PlusCircle.d.ts +4 -0
  42. package/dist/src/common/assets/icons/fill/PlusCircle.js +30 -0
  43. package/dist/src/common/assets/icons/fill/PlusRound.js +1 -1
  44. package/dist/src/common/assets/icons/fill/Richtext.js +1 -1
  45. package/dist/src/common/assets/icons/fill/ScrollingText.js +1 -1
  46. package/dist/src/common/assets/icons/fill/Shape.js +1 -1
  47. package/dist/src/common/assets/icons/fill/Slider.js +1 -1
  48. package/dist/src/common/assets/icons/fill/Text.js +1 -1
  49. package/dist/src/common/assets/icons/fill/TextAlignBottom.d.ts +4 -0
  50. package/dist/src/common/assets/icons/fill/TextAlignBottom.js +30 -0
  51. package/dist/src/common/assets/icons/fill/TextAlignCenter.d.ts +4 -0
  52. package/dist/src/common/assets/icons/fill/TextAlignCenter.js +30 -0
  53. package/dist/src/common/assets/icons/fill/TextAlignLeft.d.ts +4 -0
  54. package/dist/src/common/assets/icons/fill/TextAlignLeft.js +30 -0
  55. package/dist/src/common/assets/icons/fill/TextAlignMiddle.d.ts +4 -0
  56. package/dist/src/common/assets/icons/fill/TextAlignMiddle.js +30 -0
  57. package/dist/src/common/assets/icons/fill/TextAlignRight.d.ts +4 -0
  58. package/dist/src/common/assets/icons/fill/TextAlignRight.js +30 -0
  59. package/dist/src/common/assets/icons/fill/TextAlignTop.d.ts +4 -0
  60. package/dist/src/common/assets/icons/fill/TextAlignTop.js +30 -0
  61. package/dist/src/common/assets/icons/fill/Trashcan.js +1 -1
  62. package/dist/src/common/assets/icons/fill/Upload.js +1 -1
  63. package/dist/src/common/assets/icons/fill/VideoType.d.ts +4 -0
  64. package/dist/src/common/assets/icons/fill/VideoType.js +30 -0
  65. package/dist/src/common/assets/icons/fill/index.d.ts +12 -0
  66. package/dist/src/common/assets/icons/fill/index.js +24 -0
  67. package/dist/src/common/assets/icons/line/ArrowRoundLeft.js +1 -1
  68. package/dist/src/common/assets/icons/line/Carousel.js +1 -1
  69. package/dist/src/common/assets/icons/line/Layout.js +1 -1
  70. package/dist/src/common/assets/icons/line/LightBulb.js +1 -1
  71. package/dist/src/common/assets/icons/line/MinusCircle.js +1 -1
  72. package/dist/src/common/assets/icons/line/PlusCircle.js +1 -1
  73. package/dist/src/common/assets/icons/line/Richtext.js +1 -1
  74. package/dist/src/common/assets/icons/line/TextAlignBottom.d.ts +4 -0
  75. package/dist/src/common/assets/icons/line/TextAlignBottom.js +30 -0
  76. package/dist/src/common/assets/icons/line/TextAlignCenter.d.ts +4 -0
  77. package/dist/src/common/assets/icons/line/TextAlignCenter.js +30 -0
  78. package/dist/src/common/assets/icons/line/TextAlignLeft.d.ts +4 -0
  79. package/dist/src/common/assets/icons/line/TextAlignLeft.js +30 -0
  80. package/dist/src/common/assets/icons/line/TextAlignMiddle.d.ts +4 -0
  81. package/dist/src/common/assets/icons/line/TextAlignMiddle.js +30 -0
  82. package/dist/src/common/assets/icons/line/TextAlignRight.d.ts +4 -0
  83. package/dist/src/common/assets/icons/line/TextAlignRight.js +30 -0
  84. package/dist/src/common/assets/icons/line/TextAlignTop.d.ts +4 -0
  85. package/dist/src/common/assets/icons/line/TextAlignTop.js +30 -0
  86. package/dist/src/common/assets/icons/line/VideoType.d.ts +4 -0
  87. package/dist/src/common/assets/icons/line/VideoType.js +30 -0
  88. package/dist/src/common/assets/icons/line/index.d.ts +7 -0
  89. package/dist/src/common/assets/icons/line/index.js +14 -0
  90. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +6 -4
  91. package/dist/src/common/styles/colorSet/PaletteColor_light.json +6 -4
  92. package/dist/src/common/styles/colorSet/UIColor.json +3 -1
  93. package/dist/src/common/styles/colorSet/index.d.ts +959 -953
  94. package/dist/src/common/styles/colorSet/index.js +5 -5
  95. package/dist/src/common/styles/colorSet/ui-type.d.ts +2 -0
  96. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.d.ts +6 -2
  97. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +181 -28
  98. package/dist/src/desktop/common/components/TextFieldBase/constants.d.ts +1 -0
  99. package/dist/src/desktop/common/components/TextFieldBase/constants.js +2 -1
  100. package/dist/src/desktop/components/TextField/TextField.js +3 -3
  101. package/dist/src/desktop/components/TextLabel/TextLabel.js +40 -15
  102. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.d.ts +6 -2
  103. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +180 -27
  104. package/dist/src/mobile/common/components/TextFieldBase/constants.d.ts +1 -0
  105. package/dist/src/mobile/common/components/TextFieldBase/constants.js +2 -1
  106. package/dist/src/mobile/components/TextField/TextField.js +3 -3
  107. package/dist/src/sub/AdminList/ToolBar/SearchField.js +1 -1
  108. package/package.json +1 -1
  109. package/release-note.md +22 -26
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Accordion = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M18.0651,11.3697 L16.5101,13.5007 C16.2651,13.8367 15.7641,13.8397 15.5151,13.5057 L13.9221,11.3757 C13.6171,10.9677 13.9091,10.3867 14.4181,10.3867 L17.5651,10.3867 C18.0711,10.3867 18.3631,10.9607 18.0651,11.3697 M11.0141,12.7497 L6.7871,12.7497 C6.3731,12.7497 6.0371,12.4137 6.0371,11.9997 C6.0371,11.5857 6.3731,11.2497 6.7871,11.2497 L11.0141,11.2497 C11.4281,11.2497 11.7641,11.5857 11.7641,11.9997 C11.7641,12.4137 11.4281,12.7497 11.0141,12.7497 M18.1691,6.4917 L5.8311,6.4917 C3.9941,6.4917 2.5001,7.9857 2.5001,9.8227 L2.5001,14.1777 C2.5001,16.0147 3.9941,17.5087 5.8311,17.5087 L18.1691,17.5087 C20.0051,17.5087 21.5001,16.0147 21.5001,14.1777 L21.5001,9.8227 C21.5001,7.9857 20.0051,6.4917 18.1691,6.4917" }, void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M3.25,14.1775 L3.25,9.8225 C3.25,8.3965 4.406,7.2415 5.831,7.2415 L18.169,7.2415 C19.594,7.2415 20.75,8.3965 20.75,9.8225 L20.75,14.1775 C20.75,15.6035 19.594,16.7585 18.169,16.7585 L5.831,16.7585 C4.406,16.7585 3.25,15.6035 3.25,14.1775 Z M6.7871,12 L11.0141,12" }, void 0), (0, jsx_runtime_1.jsx)("path", { fill: color, d: "M18.0652,11.3698 L16.5102,13.5008 C16.2652,13.8368 15.7642,13.8398 15.5152,13.5058 L13.9222,11.3758 C13.6172,10.9678 13.9082,10.3868 14.4182,10.3868 L17.5652,10.3868 C18.0712,10.3868 18.3632,10.9608 18.0652,11.3698" }, void 0)] }), void 0) }), void 0));
29
29
  };
30
30
  exports.default = Accordion;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var AlignBottom = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M10.7905,4.5492 L13.2095,4.5492 C14.0605,4.5492 14.7495,5.2392 14.7495,6.0902 L14.7495,15.5082 C14.7495,16.3592 14.0605,17.0492 13.2095,17.0492 L10.7905,17.0492 C9.9395,17.0492 9.2495,16.3592 9.2495,15.5082 L9.2495,6.0902 C9.2495,5.2392 9.9395,4.5492 10.7905,4.5492", fill: color }, void 0), (0, jsx_runtime_1.jsx)("line", { x1: "19.6542", y1: "19.4508", x2: "4.3462", y2: "19.4508", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M10.7905,4.5492 L13.2095,4.5492 C14.0605,4.5492 14.7495,5.2392 14.7495,6.0902 L14.7495,15.5082 C14.7495,16.3592 14.0605,17.0492 13.2095,17.0492 L10.7905,17.0492 C9.9395,17.0492 9.2495,16.3592 9.2495,15.5082 L9.2495,6.0902 C9.2495,5.2392 9.9395,4.5492 10.7905,4.5492" }, void 0), (0, jsx_runtime_1.jsx)("line", { x1: "19.654", x2: "4.346", y1: "19.451", y2: "19.451", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2" }, void 0)] }), void 0) }), void 0));
29
29
  };
30
30
  exports.default = AlignBottom;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var AlignCenter = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M19.9801,10.7905 L19.9801,13.2095 C19.9801,14.0605 19.2901,14.7495 18.4391,14.7495 L5.5601,14.7495 C4.7101,14.7495 4.0201,14.0605 4.0201,13.2095 L4.0201,10.7905 C4.0201,9.9395 4.7101,9.2495 5.5601,9.2495 L18.4391,9.2495 C19.2901,9.2495 19.9801,9.9395 19.9801,10.7905", fill: color }, void 0), (0, jsx_runtime_1.jsx)("line", { x1: "12", y1: "19.6542", x2: "12", y2: "4.3462", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M19.9801,10.7905 L19.9801,13.2095 C19.9801,14.0605 19.2901,14.7495 18.4391,14.7495 L5.5601,14.7495 C4.7101,14.7495 4.0201,14.0605 4.0201,13.2095 L4.0201,10.7905 C4.0201,9.9395 4.7101,9.2495 5.5601,9.2495 L18.4391,9.2495 C19.2901,9.2495 19.9801,9.9395 19.9801,10.7905" }, void 0), (0, jsx_runtime_1.jsx)("line", { x1: "12", x2: "12", y1: "19.654", y2: "4.346", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2" }, void 0)] }), void 0) }), void 0));
29
29
  };
30
30
  exports.default = AlignCenter;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var AlignLeft = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M19.4508,10.7905 L19.4508,13.2095 C19.4508,14.0605 18.7608,14.7495 17.9098,14.7495 L8.4918,14.7495 C7.6408,14.7495 6.9508,14.0605 6.9508,13.2095 L6.9508,10.7905 C6.9508,9.9395 7.6408,9.2495 8.4918,9.2495 L17.9098,9.2495 C18.7608,9.2495 19.4508,9.9395 19.4508,10.7905", fill: color }, void 0), (0, jsx_runtime_1.jsx)("line", { x1: "4.5492", y1: "19.6542", x2: "4.5492", y2: "4.3462", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M19.4508,10.7905 L19.4508,13.2095 C19.4508,14.0605 18.7608,14.7495 17.9098,14.7495 L8.4918,14.7495 C7.6408,14.7495 6.9508,14.0605 6.9508,13.2095 L6.9508,10.7905 C6.9508,9.9395 7.6408,9.2495 8.4918,9.2495 L17.9098,9.2495 C18.7608,9.2495 19.4508,9.9395 19.4508,10.7905" }, void 0), (0, jsx_runtime_1.jsx)("line", { x1: "4.549", x2: "4.549", y1: "19.654", y2: "4.346", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2" }, void 0)] }), void 0) }), void 0));
29
29
  };
30
30
  exports.default = AlignLeft;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var AlignMiddle = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M13.2095,19.9801 L10.7905,19.9801 C9.9395,19.9801 9.2505,19.2901 9.2505,18.4391 L9.2505,5.5601 C9.2505,4.7101 9.9395,4.0201 10.7905,4.0201 L13.2095,4.0201 C14.0605,4.0201 14.7505,4.7101 14.7505,5.5601 L14.7505,18.4391 C14.7505,19.2901 14.0605,19.9801 13.2095,19.9801", fill: color }, void 0), (0, jsx_runtime_1.jsx)("line", { x1: "4.3458", y1: "12", x2: "19.6538", y2: "12", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M13.2095,19.9801 L10.7905,19.9801 C9.9395,19.9801 9.2505,19.2901 9.2505,18.4391 L9.2505,5.5601 C9.2505,4.7101 9.9395,4.0201 10.7905,4.0201 L13.2095,4.0201 C14.0605,4.0201 14.7505,4.7101 14.7505,5.5601 L14.7505,18.4391 C14.7505,19.2901 14.0605,19.9801 13.2095,19.9801" }, void 0), (0, jsx_runtime_1.jsx)("line", { x1: "4.346", x2: "19.654", y1: "12", y2: "12", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2" }, void 0)] }), void 0) }), void 0));
29
29
  };
30
30
  exports.default = AlignMiddle;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var AlignRight = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M4.5492,13.2095 L4.5492,10.7905 C4.5492,9.9395 5.2392,9.2505 6.0902,9.2505 L15.5082,9.2505 C16.3592,9.2505 17.0492,9.9395 17.0492,10.7905 L17.0492,13.2095 C17.0492,14.0605 16.3592,14.7505 15.5082,14.7505 L6.0902,14.7505 C5.2392,14.7505 4.5492,14.0605 4.5492,13.2095", fill: color }, void 0), (0, jsx_runtime_1.jsx)("line", { x1: "19.4508", y1: "4.3458", x2: "19.4508", y2: "19.6538", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M4.5492,13.2095 L4.5492,10.7905 C4.5492,9.9395 5.2392,9.2505 6.0902,9.2505 L15.5082,9.2505 C16.3592,9.2505 17.0492,9.9395 17.0492,10.7905 L17.0492,13.2095 C17.0492,14.0605 16.3592,14.7505 15.5082,14.7505 L6.0902,14.7505 C5.2392,14.7505 4.5492,14.0605 4.5492,13.2095" }, void 0), (0, jsx_runtime_1.jsx)("line", { x1: "19.451", x2: "19.451", y1: "4.346", y2: "19.654", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2" }, void 0)] }), void 0) }), void 0));
29
29
  };
30
30
  exports.default = AlignRight;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var AlignTop = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M13.2095,19.4508 L10.7905,19.4508 C9.9395,19.4508 9.2505,18.7608 9.2505,17.9098 L9.2505,8.4918 C9.2505,7.6408 9.9395,6.9508 10.7905,6.9508 L13.2095,6.9508 C14.0605,6.9508 14.7505,7.6408 14.7505,8.4918 L14.7505,17.9098 C14.7505,18.7608 14.0605,19.4508 13.2095,19.4508", fill: color }, void 0), (0, jsx_runtime_1.jsx)("line", { x1: "4.3458", y1: "4.5492", x2: "19.6538", y2: "4.5492", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M13.2095,19.4508 L10.7905,19.4508 C9.9395,19.4508 9.2505,18.7608 9.2505,17.9098 L9.2505,8.4918 C9.2505,7.6408 9.9395,6.9508 10.7905,6.9508 L13.2095,6.9508 C14.0605,6.9508 14.7505,7.6408 14.7505,8.4918 L14.7505,17.9098 C14.7505,18.7608 14.0605,19.4508 13.2095,19.4508" }, void 0), (0, jsx_runtime_1.jsx)("line", { x1: "4.346", x2: "19.654", y1: "4.549", y2: "4.549", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2" }, void 0)] }), void 0) }), void 0));
29
29
  };
30
30
  exports.default = AlignTop;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const ArrowDownStepper: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default ArrowDownStepper;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var ArrowDownStepper = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M13.0895159,14.0067053 L17.3028247,7.26575393 C17.8373042,6.41007281 17.2223101,5.3 16.2133088,5.3 L7.78669125,5.3 C6.77768989,5.3 6.16269585,6.41007281 6.69717535,7.26575393 L10.9104841,14.0067053 C11.4141282,14.8118507 12.5858718,14.8118507 13.0895159,14.0067053" }, void 0) }), void 0));
29
+ };
30
+ exports.default = ArrowDownStepper;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const ArrowRoundLeft: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default ArrowRoundLeft;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var ArrowRoundLeft = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M11.867,2.5475 C9.492,2.5475 7.246,3.4355 5.512,5.0025 L5.512,4.1995 C5.512,3.6475 5.064,3.1995 4.512,3.1995 C3.96,3.1995 3.512,3.6475 3.512,4.1995 L3.512,7.2155 C3.512,7.9085 4.076,8.4725 4.769,8.4725 L7.784,8.4725 C8.337,8.4725 8.784,8.0255 8.784,7.4725 C8.784,6.9205 8.337,6.4725 7.784,6.4725 L6.865,6.4725 C8.232,5.2435 9.999,4.5475 11.867,4.5475 C16.003,4.5475 19.367,7.9115 19.367,12.0475 C19.367,16.1835 16.003,19.5475 11.867,19.5475 C8.438,19.5475 5.451,17.2315 4.601,13.9145 C4.464,13.3795 3.92,13.0545 3.385,13.1935 C2.849,13.3315 2.527,13.8755 2.664,14.4105 C3.74,18.6125 7.525,21.5475 11.867,21.5475 C17.105,21.5475 21.367,17.2855 21.367,12.0475 C21.367,6.8095 17.105,2.5475 11.867,2.5475" }, void 0) }), void 0));
29
+ };
30
+ exports.default = ArrowRoundLeft;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const ArrowUpStepper: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default ArrowUpStepper;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var ArrowUpStepper = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M10.9104841,9.99385905 L6.69717535,16.7348104 C6.16269585,17.5904916 6.77768989,18.7005644 7.78669125,18.7005644 L16.2133088,18.7005644 C17.2223101,18.7005644 17.8373042,17.5904916 17.3028247,16.7348104 L13.0895159,9.99385905 C12.5858718,9.18871365 11.4141282,9.18871365 10.9104841,9.99385905" }, void 0) }), void 0));
29
+ };
30
+ exports.default = ArrowUpStepper;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Audio = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M17.4562,13.6734 C17.4562,14.0874 17.1212,14.4234 16.7062,14.4234 C16.2912,14.4234 15.9562,14.0874 15.9562,13.6734 L15.9562,10.3264 C15.9562,9.9124 16.2912,9.5764 16.7062,9.5764 C17.1212,9.5764 17.4562,9.9124 17.4562,10.3264 L17.4562,13.6734 Z M15.1032,15.7524 C15.1032,16.1664 14.7672,16.5024 14.3532,16.5024 C13.9392,16.5024 13.6032,16.1664 13.6032,15.7524 L13.6032,8.2464 C13.6032,7.8324 13.9392,7.4964 14.3532,7.4964 C14.7672,7.4964 15.1032,7.8324 15.1032,8.2464 L15.1032,15.7524 Z M12.7492,17.5784 C12.7492,17.9924 12.4142,18.3284 11.9992,18.3284 C11.5852,18.3284 11.2492,17.9924 11.2492,17.5784 L11.2492,6.4214 C11.2492,6.0074 11.5852,5.6714 11.9992,5.6714 C12.4142,5.6714 12.7492,6.0074 12.7492,6.4214 L12.7492,17.5784 Z M10.3972,15.7524 C10.3972,16.1664 10.0612,16.5024 9.6472,16.5024 C9.2322,16.5024 8.8972,16.1664 8.8972,15.7524 L8.8972,8.2464 C8.8972,7.8324 9.2322,7.4964 9.6472,7.4964 C10.0612,7.4964 10.3972,7.8324 10.3972,8.2464 L10.3972,15.7524 Z M8.0432,13.6734 C8.0432,14.0874 7.7082,14.4234 7.2932,14.4234 C6.8792,14.4234 6.5432,14.0874 6.5432,13.6734 L6.5432,10.3264 C6.5432,9.9124 6.8792,9.5764 7.2932,9.5764 C7.7082,9.5764 8.0432,9.9124 8.0432,10.3264 L8.0432,13.6734 Z M17.2502,3.2504 L6.7502,3.2504 C4.8172,3.2504 3.2502,4.8174 3.2502,6.7504 L3.2502,17.2504 C3.2502,19.1834 4.8172,20.7504 6.7502,20.7504 L17.2502,20.7504 C19.1832,20.7504 20.7502,19.1834 20.7502,17.2504 L20.7502,6.7504 C20.7502,4.8174 19.1832,3.2504 17.2502,3.2504 L17.2502,3.2504 Z" }, void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M17.25,3.25 L6.75,3.25 C4.817,3.25 3.25,4.817 3.25,6.75 L3.25,17.25 C3.25,19.183 4.817,20.75 6.75,20.75 L17.25,20.75 C19.183,20.75 20.75,19.183 20.75,17.25 L20.75,6.75 C20.75,4.817 19.183,3.25 17.25,3.25 L17.25,3.25 Z M17.25,5.25 C18.077,5.25 18.75,5.923 18.75,6.75 L18.75,17.25 C18.75,18.077 18.077,18.75 17.25,18.75 L6.75,18.75 C5.923,18.75 5.25,18.077 5.25,17.25 L5.25,6.75 C5.25,5.923 5.923,5.25 6.75,5.25 L17.25,5.25 Z" }, void 0), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M7.0626,10.8264 L7.0626,13.1734 M16.9374,10.8264 L16.9374,13.1734 M12,6.9214 L12,17.0784 M14.4687,8.7472 L14.4687,15.2532 M9.5313,8.7472 L9.5313,15.2532" }, void 0)] }), void 0) }), void 0));
29
29
  };
30
30
  exports.default = Audio;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Button = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M16.4041,12.7496 L7.5961,12.7496 C7.1821,12.7496 6.8461,12.4136 6.8461,11.9996 C6.8461,11.5856 7.1821,11.2496 7.5961,11.2496 L16.4041,11.2496 C16.8181,11.2496 17.1541,11.5856 17.1541,11.9996 C17.1541,12.4136 16.8181,12.7496 16.4041,12.7496 M18.1691,6.4916 L5.8311,6.4916 C3.9941,6.4916 2.5001,7.9856 2.5001,9.8226 L2.5001,14.1776 C2.5001,16.0146 3.9941,17.5086 5.8311,17.5086 L18.1691,17.5086 C20.0061,17.5086 21.5001,16.0146 21.5001,14.1776 L21.5001,9.8226 C21.5001,7.9856 20.0061,6.4916 18.1691,6.4916", fill: color }, void 0) }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M3.25,14.1775 L3.25,9.8225 C3.25,8.3965 4.406,7.2415 5.831,7.2415 L18.169,7.2415 C19.594,7.2415 20.75,8.3965 20.75,9.8225 L20.75,14.1775 C20.75,15.6035 19.594,16.7585 18.169,16.7585 L5.831,16.7585 C4.406,16.7585 3.25,15.6035 3.25,14.1775 Z M7.5958,12 L16.4038,12" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = Button;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Calendar = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M21,7.7688 L21,7.1078 C21,5.2718 19.511,3.7818 17.674,3.7818 L6.326,3.7818 C4.489,3.7818 3,5.2718 3,7.1078 L3,7.7688 L21,7.7688 Z M17.2796,12.6909 C16.6716,12.6909 16.1796,12.1979 16.1796,11.5909 C16.1796,10.9829 16.6716,10.4899 17.2796,10.4899 C17.8876,10.4899 18.3796,10.9829 18.3796,11.5909 C18.3796,12.1979 17.8876,12.6909 17.2796,12.6909 L17.2796,12.6909 Z M17.2796,15.6699 C16.6716,15.6699 16.1796,15.1769 16.1796,14.5699 C16.1796,13.9619 16.6716,13.4689 17.2796,13.4689 C17.8876,13.4689 18.3796,13.9619 18.3796,14.5699 C18.3796,15.1769 17.8876,15.6699 17.2796,15.6699 L17.2796,15.6699 Z M13.8046,12.6909 C13.1966,12.6909 12.7036,12.1979 12.7036,11.5909 C12.7036,10.9829 13.1966,10.4899 13.8046,10.4899 C14.4116,10.4899 14.9046,10.9829 14.9046,11.5909 C14.9046,12.1979 14.4116,12.6909 13.8046,12.6909 L13.8046,12.6909 Z M13.8046,15.6699 C13.1966,15.6699 12.7036,15.1769 12.7036,14.5699 C12.7036,13.9619 13.1966,13.4689 13.8046,13.4689 C14.4116,13.4689 14.9046,13.9619 14.9046,14.5699 C14.9046,15.1769 14.4116,15.6699 13.8046,15.6699 L13.8046,15.6699 Z M10.3296,12.6909 C9.7216,12.6909 9.2296,12.1979 9.2296,11.5909 C9.2296,10.9829 9.7216,10.4899 10.3296,10.4899 C10.9376,10.4899 11.4296,10.9829 11.4296,11.5909 C11.4296,12.1979 10.9376,12.6909 10.3296,12.6909 L10.3296,12.6909 Z M10.3296,15.6699 C9.7216,15.6699 9.2296,15.1769 9.2296,14.5699 C9.2296,13.9619 9.7216,13.4689 10.3296,13.4689 C10.9376,13.4689 11.4296,13.9619 11.4296,14.5699 C11.4296,15.1769 10.9376,15.6699 10.3296,15.6699 L10.3296,15.6699 Z M10.3296,18.6479 C9.7216,18.6479 9.2296,18.1559 9.2296,17.5479 C9.2296,16.9399 9.7216,16.4479 10.3296,16.4479 C10.9376,16.4479 11.4296,16.9399 11.4296,17.5479 C11.4296,18.1559 10.9376,18.6479 10.3296,18.6479 L10.3296,18.6479 Z M6.8546,15.6699 C6.2466,15.6699 5.7546,15.1769 5.7546,14.5699 C5.7546,13.9619 6.2466,13.4689 6.8546,13.4689 C7.4616,13.4689 7.9546,13.9619 7.9546,14.5699 C7.9546,15.1769 7.4616,15.6699 6.8546,15.6699 L6.8546,15.6699 Z M6.8546,18.6479 C6.2466,18.6479 5.7546,18.1559 5.7546,17.5479 C5.7546,16.9399 6.2466,16.4479 6.8546,16.4479 C7.4616,16.4479 7.9546,16.9399 7.9546,17.5479 C7.9546,18.1559 7.4616,18.6479 6.8546,18.6479 L6.8546,18.6479 Z M2.9996,8.9209 L2.9996,16.8919 C2.9996,18.7289 4.4896,20.2179 6.3256,20.2179 L17.6736,20.2179 C19.5106,20.2179 20.9996,18.7289 20.9996,16.8919 L20.9996,8.9209 L2.9996,8.9209 Z" }, void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M17.6739,3.7821 C19.5109,3.7821 20.9999,5.2711 20.9999,7.1081 L20.9999,16.8921 C20.9999,18.7291 19.5109,20.2181 17.6739,20.2181 L6.3259,20.2181 C4.4889,20.2181 2.9999,18.7291 2.9999,16.8921 L2.9999,7.1081 C2.9999,5.2711 4.4889,3.7821 6.3259,3.7821 L17.6739,3.7821 Z M18.9999,8.3661 L4.9999,8.3661 L4.9999,16.8921 C4.9999,17.6231 5.5949,18.2181 6.3259,18.2181 L17.6739,18.2181 C18.4049,18.2181 18.9999,17.6231 18.9999,16.8921 L18.9999,8.3661 Z M7.2656,15.2649 C7.8736,15.2649 8.3656,15.7579 8.3656,16.3659 C8.3656,16.9729 7.8736,17.4659 7.2656,17.4659 C6.6576,17.4659 6.1656,16.9729 6.1656,16.3659 C6.1656,15.7579 6.6576,15.2649 7.2656,15.2649 Z M10.4219,15.2649 C11.0299,15.2649 11.5219,15.7579 11.5219,16.3659 C11.5219,16.9729 11.0299,17.4659 10.4219,17.4659 C9.8139,17.4659 9.3219,16.9729 9.3219,16.3659 C9.3219,15.7579 9.8139,15.2649 10.4219,15.2649 Z M7.2656,12.2862 C7.8736,12.2862 8.3656,12.7792 8.3656,13.3872 C8.3656,13.9942 7.8736,14.4872 7.2656,14.4872 C6.6576,14.4872 6.1656,13.9942 6.1656,13.3872 C6.1656,12.7792 6.6576,12.2862 7.2656,12.2862 Z M10.4219,12.2862 C11.0299,12.2862 11.5219,12.7792 11.5219,13.3872 C11.5219,13.9942 11.0299,14.4872 10.4219,14.4872 C9.8139,14.4872 9.3219,13.9942 9.3219,13.3872 C9.3219,12.7792 9.8139,12.2862 10.4219,12.2862 Z M13.5781,12.2862 C14.1861,12.2862 14.6781,12.7792 14.6781,13.3872 C14.6781,13.9942 14.1861,14.4872 13.5781,14.4872 C12.9701,14.4872 12.4781,13.9942 12.4781,13.3872 C12.4781,12.7792 12.9701,12.2862 13.5781,12.2862 Z M16.7343,12.2862 C17.3423,12.2862 17.8343,12.7792 17.8343,13.3872 C17.8343,13.9942 17.3423,14.4872 16.7343,14.4872 C16.1263,14.4872 15.6343,13.9942 15.6343,13.3872 C15.6343,12.7792 16.1263,12.2862 16.7343,12.2862 Z M10.4219,9.3076 C11.0299,9.3076 11.5219,9.8006 11.5219,10.4086 C11.5219,11.0156 11.0299,11.5086 10.4219,11.5086 C9.8139,11.5086 9.3219,11.0156 9.3219,10.4086 C9.3219,9.8006 9.8139,9.3076 10.4219,9.3076 Z M13.5781,9.3076 C14.1861,9.3076 14.6781,9.8006 14.6781,10.4086 C14.6781,11.0156 14.1861,11.5086 13.5781,11.5086 C12.9701,11.5086 12.4781,11.0156 12.4781,10.4086 C12.4781,9.8006 12.9701,9.3076 13.5781,9.3076 Z M16.7343,9.3076 C17.3423,9.3076 17.8343,9.8006 17.8343,10.4086 C17.8343,11.0156 17.3423,11.5086 16.7343,11.5086 C16.1263,11.5086 15.6343,11.0156 15.6343,10.4086 C15.6343,9.8006 16.1263,9.3076 16.7343,9.3076 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = Calendar;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Carousel = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M2.4606,11.9834 L3.5926,10.7564 C3.8736,10.4524 3.8546,9.9774 3.5506,9.6974 C3.2466,9.4164 2.7726,9.4354 2.4906,9.7394 L0.8886,11.4744 C0.6236,11.7614 0.6236,12.2054 0.8886,12.4924 L2.5286,14.2684 C2.6766,14.4284 2.8786,14.5094 3.0806,14.5094 C3.2626,14.5094 3.4446,14.4444 3.5886,14.3104 C3.8936,14.0304 3.9126,13.5554 3.6316,13.2514 L2.4606,11.9834 Z M23.1149,11.4746 L21.5129,9.7396 C21.2319,9.4346 20.7579,9.4146 20.4529,9.6976 C20.1489,9.9776 20.1299,10.4526 20.4109,10.7566 L21.5429,11.9836 L20.3719,13.2506 C20.0919,13.5556 20.1109,14.0306 20.4149,14.3106 C20.5589,14.4446 20.7409,14.5096 20.9239,14.5096 C21.1249,14.5096 21.3269,14.4286 21.4749,14.2686 L23.1149,12.4926 C23.3799,12.2046 23.3799,11.7616 23.1149,11.4746 M16.4584,11.3775 C16.4584,11.9295 16.0104,12.3775 15.4584,12.3775 L8.5454,12.3775 C7.9934,12.3775 7.5454,11.9295 7.5454,11.3775 L7.5454,7.9945 C7.5454,7.4425 7.9934,6.9945 8.5454,6.9945 L15.4584,6.9945 C16.0104,6.9945 16.4584,7.4425 16.4584,7.9945 L16.4584,11.3775 Z M8.2904,14.4295 C8.2904,14.0155 8.6264,13.6795 9.0404,13.6795 L14.9634,13.6795 C15.3774,13.6795 15.7134,14.0155 15.7134,14.4295 C15.7134,14.8435 15.3774,15.1795 14.9634,15.1795 L9.0404,15.1795 C8.6264,15.1795 8.2904,14.8435 8.2904,14.4295 L8.2904,14.4295 Z M15.4634,17.5025 L8.5404,17.5025 C8.1264,17.5025 7.7904,17.1665 7.7904,16.7525 C7.7904,16.3385 8.1264,16.0025 8.5404,16.0025 L15.4634,16.0025 C15.8774,16.0025 16.2134,16.3385 16.2134,16.7525 C16.2134,17.1665 15.8774,17.5025 15.4634,17.5025 L15.4634,17.5025 Z M16.9284,4.0895 L7.0744,4.0895 C5.6944,4.0895 4.5744,5.2095 4.5744,6.5895 L4.5744,17.4185 C4.5744,18.7985 5.6944,19.9185 7.0744,19.9185 L16.9284,19.9185 C18.3094,19.9185 19.4284,18.7985 19.4284,17.4185 L19.4284,6.5895 C19.4284,5.2095 18.3094,4.0895 16.9284,4.0895 L16.9284,4.0895 Z", fill: color }, void 0) }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M3.0398,10.244 L1.4388,11.979 L3.0788,13.756 M20.9602,10.244 L22.5612,11.979 L20.9212,13.756 M5.6028,16.4688 L5.6028,7.5308 C5.6028,6.2088 6.6748,5.1358 7.9978,5.1358 L16.0018,5.1358 C17.3248,5.1358 18.3968,6.2088 18.3968,7.5308 L18.3968,16.4688 C18.3968,17.7918 17.3248,18.8638 16.0018,18.8638 L7.9978,18.8638 C6.6748,18.8638 5.6028,17.7918 5.6028,16.4688 Z M8.5389,15.6993 L15.4609,15.6993" }, void 0), (0, jsx_runtime_1.jsx)("path", { fill: color, d: "M15.4565,13.1128 L8.5435,13.1128 C7.9915,13.1128 7.5435,12.6648 7.5435,12.1128 L7.5435,8.7298 C7.5435,8.1778 7.9915,7.7298 8.5435,7.7298 L15.4565,7.7298 C16.0085,7.7298 16.4565,8.1778 16.4565,8.7298 L16.4565,12.1128 C16.4565,12.6648 16.0085,13.1128 15.4565,13.1128" }, void 0)] }), void 0) }), void 0));
29
29
  };
30
30
  exports.default = Carousel;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Copy = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M15.0532,2.7075 C16.3512,2.7075 17.4032,3.7595 17.4032,5.0575 L17.4032,16.0815 C17.4032,17.3235 16.3962,18.3315 15.1532,18.3315 L5.8662,18.3315 C4.5692,18.3315 3.5162,17.2785 3.5162,15.9805 L3.5162,10.4415 C3.5162,10.1655 3.7402,9.9415 4.0162,9.9415 L9.0242,9.9405 C10.0422,9.9405 10.8672,9.1155 10.8672,8.0975 L10.8662,3.2075 C10.8662,2.9315 11.0902,2.7075 11.3662,2.7075 Z M9.5451,3.4472 L9.5451,7.6142 C9.5451,8.1812 9.0861,8.6412 8.5191,8.6412 L4.2831,8.6412 C3.8121,8.6412 3.5781,8.0712 3.9131,7.7402 L8.6491,3.0722 C8.9811,2.7442 9.5451,2.9802 9.5451,3.4472 Z", fill: color }, void 0), (0, jsx_runtime_1.jsx)("path", { d: "M16.7809,6.4223 L17.7789,6.4223 C18.8839,6.4223 19.7789,7.3173 19.7789,8.4223 L19.7789,18.5453 C19.7789,19.6503 18.8839,20.5453 17.7789,20.5453 L9.3919,20.5453 C8.2879,20.5453 7.3919,19.6503 7.3919,18.5453 L7.3919,17.5843", stroke: color, strokeWidth: "1.5" }, void 0)] }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "2", d: "M9.3084,3.7633 L14.9434,3.7633 C15.7954,3.7633 16.4864,4.4543 16.4864,5.3063 L16.4864,15.9393 C16.4864,16.7383 15.8394,17.3863 15.0394,17.3863 L6.0814,17.3863 C5.2294,17.3863 4.5384,16.6953 4.5384,15.8433 L4.5384,8.4433 M16.5656,6.6199 L17.5286,6.6199 C18.5936,6.6199 19.4576,7.4839 19.4576,8.5489 L19.4576,18.3139 C19.4576,19.3789 18.5936,20.2429 17.5286,20.2429 L9.4386,20.2429 C8.3726,20.2429 7.5096,19.3789 7.5096,18.3139 L7.5096,17.3869" }, void 0), (0, jsx_runtime_1.jsx)("path", { fill: color, d: "M3.6652,7.8458 L8.6842,2.8988 C8.9652,2.6218 9.4402,2.8208 9.4402,3.2158 L9.4412,7.3788 C9.4412,8.0208 8.9222,8.5408017 8.2802,8.5408017 L3.9502,8.5408017 C3.5872,8.5418 3.4062,8.1008 3.6652,7.8458" }, void 0)] }), void 0) }), void 0));
29
29
  };
30
30
  exports.default = Copy;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var DeviceApp = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M17.2504,3.2498 C19.1834,3.2498 20.7504,4.8168 20.7504,6.7498 L20.7504,17.2498 C20.7504,19.1828 19.1834,20.7498 17.2504,20.7498 L6.7504,20.7498 C4.8174,20.7498 3.2504,19.1828 3.2504,17.2498 L3.2504,6.7498 C3.2504,4.8168 4.8174,3.2498 6.7504,3.2498 Z M13.6914,7.0838 C13.3394,6.8708 12.8774,6.9768 12.6604,7.3308 L12.0004,8.4058 L11.3404,7.3308 C11.1234,6.9778 10.6614,6.8708 10.3084,7.0838 C9.9554,7.2998 9.8454,7.7618 10.0614,8.1158 L11.1194,9.8398 L8.9574,13.3618 L7.5064,13.3618 C7.0924,13.3618 6.7564,13.6978 6.7564,14.1118 C6.7564,14.5258 7.0924,14.8618 7.5064,14.8618 L8.0364,14.8618 L7.4094,15.8838 C7.1924,16.2378 7.3024,16.6998 7.6554,16.9168 C7.7784,16.9908 7.9134,17.0268 8.0474,17.0268 C8.2994,17.0268 8.5454,16.8998 8.6874,16.6698 L9.7964,14.8618 L14.2034,14.8618 L15.3124,16.6698 C15.4544,16.8998 15.7004,17.0268 15.9524,17.0268 C16.0864,17.0268 16.2224,16.9908 16.3444,16.9168 C16.6974,16.6998 16.8074,16.2378 16.5914,15.8838 L15.9634,14.8618 L16.4934,14.8618 C16.9074,14.8618 17.2434,14.5258 17.2434,14.1118 C17.2434,13.6978 16.9074,13.3618 16.4934,13.3618 L15.0424,13.3618 L12.8804,9.8398 L13.9384,8.1158 C14.1554,7.7618 14.0444,7.2998 13.6914,7.0838 Z M11.9998,11.2728 L13.2818,13.3618 L10.7178,13.3618 L11.9998,11.2728 Z", fill: color }, void 0) }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M17.2502,3.25 C19.1832,3.25 20.7502,4.817 20.7502,6.75 L20.7502,17.25 C20.7502,19.183 19.1832,20.75 17.2502,20.75 L6.7502,20.75 C4.8172,20.75 3.2502,19.183 3.2502,17.25 L3.2502,6.75 C3.2502,4.817 4.8172,3.25 6.7502,3.25 Z M17.2502,5.25 L6.7502,5.25 C5.9232,5.25 5.2502,5.923 5.2502,6.75 L5.2502,17.25 C5.2502,18.077 5.9232,18.75 6.7502,18.75 L17.2502,18.75 C18.0772,18.75 18.7502,18.077 18.7502,17.25 L18.7502,6.75 C18.7502,5.923 18.0772,5.25 17.2502,5.25 Z M12.4467,7.1997 C12.7357,6.7277 13.3517,6.5837 13.8227,6.8707 C14.2927,7.1597 14.4407,7.7757 14.1517,8.2467 L13.1737,9.8397 L15.1827,13.1117 L16.4937,13.1117 C17.0457,13.1117 17.4937,13.5587 17.4937,14.1117 C17.4937,14.6647 17.0457,15.1117 16.4937,15.1117 L16.4107,15.1117 L16.8037,15.7537 C17.0927,16.2237 16.9457,16.8407 16.4757,17.1297 C16.3117,17.2287 16.1307,17.2767 15.9527,17.2767 C15.6167,17.2767 15.2887,17.1077 15.0997,16.7997 L14.0627,15.1117 L9.9367,15.1117 L8.8997,16.7997 C8.7117,17.1077 8.3827,17.2767 8.0467,17.2767 C7.8687,17.2767 7.6877,17.2287 7.5247,17.1297 C7.0537,16.8407 6.9067,16.2237 7.1957,15.7537 L7.5897,15.1117 L7.5067,15.1117 C6.9547,15.1117 6.5067,14.6647 6.5067,14.1117 C6.5067,13.5587 6.9547,13.1117 7.5067,13.1117 L8.8177,13.1117 L10.8267,9.8397 L9.8487,8.2467 C9.5597,7.7757 9.7067,7.1597 10.1777,6.8707 C10.6487,6.5847 11.2647,6.7287 11.5527,7.1997 L11.9997,7.9277 Z M11.9997,11.7507 L11.1647,13.1117 L12.8347,13.1117 L11.9997,11.7507 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = DeviceApp;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var DeviceDesktop = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M18.2501,3.452 L5.7501,3.452 C4.0931,3.452 2.7501,4.795 2.7501,6.452 L2.7501,14.083 C2.7501,15.74 4.0931,17.083 5.7501,17.083 L9.6501,17.083 L9.6501,19.798 L7.9461,19.798 C7.5321,19.798 7.1961,20.134 7.1961,20.548 C7.1961,20.962 7.5321,21.298 7.9461,21.298 L16.0531,21.298 C16.4681,21.298 16.8031,20.962 16.8031,20.548 C16.8031,20.134 16.4681,19.798 16.0531,19.798 L14.3341,19.798 L14.3341,17.083 L18.2501,17.083 C19.9071,17.083 21.2501,15.74 21.2501,14.083 L21.2501,6.452 C21.2501,4.795 19.9071,3.452 18.2501,3.452", fill: color }, void 0) }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M19.2502,13.5829 C19.2502,14.1339 18.8012,14.5829 18.2502,14.5829 L5.7502,14.5829 C5.1992,14.5829 4.7502,14.1339 4.7502,13.5829 L4.7502,5.9519 C4.7502,5.4009 5.1992,4.9519 5.7502,4.9519 L18.2502,4.9519 C18.8012,4.9519 19.2502,5.4009 19.2502,5.9519 L19.2502,13.5829 Z M18.2502,2.9519 L5.7502,2.9519 C4.0932,2.9519 2.7502,4.2949 2.7502,5.9519 L2.7502,13.5829 C2.7502,15.2399 4.0932,16.5829 5.7502,16.5829 L9.3912,16.5829 L9.4052,19.0479 L7.9462,19.0479 C7.3942,19.0479 6.9462,19.4949 6.9462,20.0479 C6.9462,20.6009 7.3942,21.0479 7.9462,21.0479 L16.0542,21.0479 C16.6062,21.0479 17.0542,20.6009 17.0542,20.0479 C17.0542,19.4949 16.6062,19.0479 16.0542,19.0479 L14.6042,19.0479 L14.5892,16.5829 L18.2502,16.5829 C19.9072,16.5829 21.2502,15.2399 21.2502,13.5829 L21.2502,5.9519 C21.2502,4.2949 19.9072,2.9519 18.2502,2.9519 L18.2502,2.9519 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = DeviceDesktop;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var DeviceMobile = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M14.3927,4.6896 C14.3927,5.2416 13.9447,5.6896 13.3927,5.6896 L10.6077,5.6896 C10.0547,5.6896 9.6077,5.2416 9.6077,4.6896 L9.6077,4.2976 C9.6077,4.1326 9.7407,3.9986 9.9057,3.9986 L14.0947,3.9986 C14.2587,3.9986 14.3927,4.1326 14.3927,4.2976 L14.3927,4.6896 Z M15.9277,2.4996 L8.0727,2.4996 C6.4157,2.4996 5.0727,3.8436 5.0727,5.4996 L5.0727,18.4996 C5.0727,20.1566 6.4157,21.4996 8.0727,21.4996 L15.9277,21.4996 C17.5847,21.4996 18.9277,20.1566 18.9277,18.4996 L18.9277,5.4996 C18.9277,3.8436 17.5847,2.4996 15.9277,2.4996 L15.9277,2.4996 Z", fill: color }, void 0) }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M16.9277,18.5 C16.9277,19.051 16.4787,19.5 15.9277,19.5 L8.0727,19.5 C7.5207,19.5 7.0727,19.051 7.0727,18.5 L7.0727,5.5 C7.0727,4.949 7.5207,4.5 8.0727,4.5 L9.2187,4.5 L9.2187,4.724 C9.2187,5.366 9.7397,5.887 10.3807,5.887 L13.6187,5.887 C14.2607,5.887 14.7807,5.366 14.7807,4.724 L14.7807,4.5 L15.9277,4.5 C16.4787,4.5 16.9277,4.949 16.9277,5.5 L16.9277,18.5 Z M15.9277,2.5 L8.0727,2.5 C6.4147,2.5 5.0727,3.843 5.0727,5.5 L5.0727,18.5 C5.0727,20.157 6.4147,21.5 8.0727,21.5 L15.9277,21.5 C17.5847,21.5 18.9277,20.157 18.9277,18.5 L18.9277,5.5 C18.9277,3.843 17.5847,2.5 15.9277,2.5 L15.9277,2.5 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = DeviceMobile;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Divider = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round" }, { children: (0, jsx_runtime_1.jsx)("line", { x1: "5.2715", y1: "18.7285", x2: "18.7285", y2: "5.2715", stroke: color, strokeWidth: "1.5" }, void 0) }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("line", { x1: "5.271", x2: "18.729", y1: "18.729", y2: "5.271", fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = Divider;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Download = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M20.1835,14.7857 L20.1835,17.5527 C20.1835,18.6567 19.2875,19.5527 18.1825,19.5527 L5.8175,19.5527 C4.7125,19.5527 3.8165,18.6567 3.8165,17.5527 L3.8165,14.7857 M7.928,10.4674 L12,14.5224 L16.072,10.4674 M12,14.5221 L12,3.5801" }, void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M20.1835,14.7857 L20.1835,17.5527 C20.1835,18.6567 19.2875,19.5527 18.1825,19.5527 L5.8175,19.5527 C4.7125,19.5527 3.8165,18.6567 3.8165,17.5527 L3.8165,14.7857 M7.928,10.4674 L12,14.5224 L16.072,10.4674 M12,14.5221 L12,3.5801" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = Download;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var EditorLeftSide = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M17,3.502 L10.964,3.502 C10.412,3.502 9.964,3.95 9.964,4.502 L9.964,19.498 C9.964,20.05 10.412,20.498 10.964,20.498 L17,20.498 C18.933,20.498 20.5,18.931 20.5,16.998 L20.5,7.002 C20.5,5.069 18.933,3.502 17,3.502 L17,3.502 Z M17,5.002 C18.103,5.002 19,5.899 19,7.002 L19,16.998 C19,18.101 18.103,18.998 17,18.998 L11.464,18.998 L11.464,5.002 L17,5.002 Z M7.5668,20.498 L6.9998,20.498 C5.0668,20.498 3.4998,18.931 3.4998,16.998 L3.4998,7.002 C3.4998,5.069 5.0668,3.502 6.9998,3.502 L7.5668,3.502 C8.1188,3.502 8.5668,3.95 8.5668,4.502 L8.5668,19.498 C8.5668,20.05 8.1188,20.498 7.5668,20.498", fill: color }, void 0) }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M16.9998,3.502 L10.9638,3.502 C10.4118,3.502 9.9638,3.95 9.9638,4.502 L9.9638,19.498 C9.9638,20.05 10.4118,20.498 10.9638,20.498 L16.9998,20.498 C18.9328,20.498 20.4998,18.931 20.4998,16.998 L20.4998,7.002 C20.4998,5.069 18.9328,3.502 16.9998,3.502 L16.9998,3.502 Z M16.9998,5.502 C17.8268,5.502 18.4998,6.175 18.4998,7.002 L18.4998,16.998 C18.4998,17.825 17.8268,18.498 16.9998,18.498 L11.9638,18.498 L11.9638,5.502 L16.9998,5.502 Z M7.5668,20.498 L6.9998,20.498 C5.0668,20.498 3.4998,18.931 3.4998,16.998 L3.4998,7.002 C3.4998,5.069 5.0668,3.502 6.9998,3.502 L7.5668,3.502 C8.1188,3.502 8.5668,3.95 8.5668,4.502 L8.5668,19.498 C8.5668,20.05 8.1188,20.498 7.5668,20.498" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = EditorLeftSide;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var EditorRightSide = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M13.0359,3.5019 L6.9999,3.5019 C5.0669,3.5019 3.4999,5.0689 3.4999,7.0019 L3.4999,16.9979 C3.4999,18.9309 5.0669,20.4979 6.9999,20.4979 L13.0359,20.4979 C13.5879,20.4979 14.0359,20.0499 14.0359,19.4979 L14.0359,4.5019 C14.0359,3.9499 13.5879,3.5019 13.0359,3.5019 L13.0359,3.5019 Z M12.5359,5.0019 L12.5359,18.9979 L6.9999,18.9979 C5.8969,18.9979 4.9999,18.1009 4.9999,16.9979 L4.9999,7.0019 C4.9999,5.8989 5.8969,5.0019 6.9999,5.0019 L12.5359,5.0019 Z M16.4332,3.502 L17.0002,3.502 C18.9332,3.502 20.5002,5.069 20.5002,7.002 L20.5002,16.998 C20.5002,18.931 18.9332,20.498 17.0002,20.498 L16.4332,20.498 C15.8812,20.498 15.4332,20.05 15.4332,19.498 L15.4332,4.502 C15.4332,3.95 15.8812,3.502 16.4332,3.502", fill: color }, void 0) }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M13.036,3.502 L7,3.502 C5.067,3.502 3.5,5.069 3.5,7.002 L3.5,16.998 C3.5,18.931 5.067,20.498 7,20.498 L13.036,20.498 C13.588,20.498 14.036,20.05 14.036,19.498 L14.036,4.502 C14.036,3.95 13.588,3.502 13.036,3.502 L13.036,3.502 Z M12.036,5.502 L12.036,18.498 L7,18.498 C6.173,18.498 5.5,17.825 5.5,16.998 L5.5,7.002 C5.5,6.175 6.173,5.502 7,5.502 L12.036,5.502 Z M16.4332,3.502 L17.0002,3.502 C18.9332,3.502 20.5002,5.069 20.5002,7.002 L20.5002,16.998 C20.5002,18.931 18.9332,20.498 17.0002,20.498 L16.4332,20.498 C15.8812,20.498 15.4332,20.05 15.4332,19.498 L15.4332,4.502 C15.4332,3.95 15.8812,3.502 16.4332,3.502" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = EditorRightSide;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Embed = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M17.8397,12.1881 C17.8397,12.4451 17.6897,12.6831 17.4587,12.7961 L14.6357,14.1601 C14.5417,14.2051 14.4427,14.2271 14.3417,14.2271 C14.2167,14.2271 14.0927,14.1921 13.9837,14.1251 C13.7837,13.9981 13.6657,13.7841 13.6657,13.5501 C13.6657,13.2441 13.8207,13.0021 14.0627,12.8941 L15.7927,12.1041 L14.0607,11.3141 C13.8207,11.2041 13.6657,10.9621 13.6657,10.6981 C13.6657,10.4171 13.7837,10.2041 13.9817,10.0791 C14.1827,9.9541 14.4267,9.9391 14.6367,10.0421 L17.4587,11.4121 C17.6897,11.5231 17.8397,11.7621 17.8397,12.0201 L17.8397,12.1881 Z M13.4237,9.2851 L11.8697,15.0661 C11.7907,15.3611 11.5217,15.5671 11.2157,15.5671 C11.0037,15.5671 10.8077,15.4701 10.6787,15.3011 C10.5507,15.1351 10.5077,14.9211 10.5627,14.7151 L12.1167,8.9351 C12.1957,8.6391 12.4647,8.4331 12.7697,8.4331 C12.9827,8.4331 13.1777,8.5301 13.3067,8.6981 C13.4357,8.8671 13.4787,9.0811 13.4237,9.2851 L13.4237,9.2851 Z M9.9387,12.8941 C10.1787,13.0021 10.3347,13.2441 10.3347,13.5091 C10.3347,13.7841 10.2157,13.9981 10.0177,14.1231 C9.9077,14.1921 9.7837,14.2271 9.6587,14.2271 C9.5567,14.2271 9.4587,14.2051 9.3647,14.1601 L6.5437,12.7971 C6.3107,12.6841 6.1607,12.4451 6.1607,12.1881 L6.1607,12.0201 C6.1607,11.7611 6.3107,11.5231 6.5427,11.4111 L9.3627,10.0421 C9.5727,9.9401 9.8177,9.9531 10.0167,10.0781 L10.0177,10.0791 C10.2157,10.2041 10.3347,10.4171 10.3347,10.6511 C10.3347,10.9621 10.1787,11.2041 9.9387,11.3141 L8.2017,12.1041 L9.9387,12.8941 Z M17.2497,3.2501 L6.7497,3.2501 C4.8177,3.2501 3.2497,4.8171 3.2497,6.7501 L3.2497,17.2501 C3.2497,19.1831 4.8177,20.7501 6.7497,20.7501 L17.2497,20.7501 C19.1827,20.7501 20.7497,19.1831 20.7497,17.2501 L20.7497,6.7501 C20.7497,4.8171 19.1827,3.2501 17.2497,3.2501 L17.2497,3.2501 Z" }, void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M17.2499,3.25 C19.1829,3.25 20.7499,4.817 20.7499,6.75 L20.7499,17.25 C20.7499,19.183 19.1829,20.75 17.2499,20.75 L6.7499,20.75 C4.8169,20.75 3.2499,19.183 3.2499,17.25 L3.2499,6.75 C3.2499,4.817 4.8169,3.25 6.7499,3.25 Z M17.2499,5.25 L6.7499,5.25 C5.9229,5.25 5.2499,5.923 5.2499,6.75 L5.2499,17.25 C5.2499,18.077 5.9229,18.75 6.7499,18.75 L17.2499,18.75 C18.0769,18.75 18.7499,18.077 18.7499,17.25 L18.7499,6.75 C18.7499,5.923 18.0769,5.25 17.2499,5.25 Z M12.7042,8.515 C12.9752,8.515 13.2252,8.638 13.3902,8.853 C13.5542,9.069 13.6082,9.342 13.5382,9.602 L12.1292,14.845 C12.0282,15.222 11.6852,15.485 11.2952,15.485 C11.0242,15.485 10.7742,15.361 10.6092,15.145 C10.4462,14.935 10.3912,14.662 10.4602,14.399 L11.8702,9.156 C11.9712,8.779 12.3142,8.515 12.7042,8.515 Z M9.0458,10.0007 C9.3138,9.8677 9.6258,9.8847 9.8808,10.0447 C10.1348,10.2057 10.2858,10.4777 10.2858,10.7767 C10.2858,11.1497 10.0978,11.4597 9.7818,11.6047 L8.7058,12.0937 L9.7798,12.5837 C10.0868,12.7217 10.2858,13.0307 10.2858,13.3687 C10.2858,13.6947 10.1388,13.9747 9.8828,14.1367 C9.7428,14.2237 9.5838,14.2697 9.4228,14.2697 C9.2928,14.2697 9.1668,14.2407 9.0478,14.1837 L6.4888,12.9487 C6.1918,12.8037 6.0008,12.4997 6.0008,12.1707 L6.0008,12.0177 C6.0008,11.6897 6.1918,11.3847 6.4878,11.2407 Z M14.1168,10.0456 C14.3748,9.8866 14.6878,9.8696 14.9558,10.0006 L17.5128,11.2416 C17.8078,11.3846 17.9998,11.6886 17.9998,12.0176 L17.9998,12.1706 C17.9998,12.4976 17.8088,12.8026 17.5128,12.9466 L14.9528,14.1836 C14.8328,14.2406 14.7068,14.2696 14.5778,14.2696 C14.4188,14.2696 14.2608,14.2246 14.1218,14.1396 C13.8648,13.9766 13.7138,13.7036 13.7138,13.4056 C13.7138,13.0396 13.9078,12.7236 14.2208,12.5836 L15.2908,12.0946 L14.2188,11.6056 C13.9118,11.4646 13.7138,11.1556 13.7138,10.8186 C13.7138,10.4846 13.8568,10.2096 14.1168,10.0456 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = Embed;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Icon = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M21.1463,9.733 C20.9183,9.036 20.3633,8.496 19.6603,8.289 L16.2413,7.28 C16.0823,7.233 15.9433,7.132 15.8493,6.996 L13.8343,4.055 C13.4183,3.45 12.7333,3.088 12.0003,3.088 C11.2663,3.088 10.5813,3.45 10.1663,4.055 L8.1513,6.995 C8.0573,7.132 7.9173,7.233 7.7583,7.28 L4.3393,8.289 C3.6363,8.496 3.0813,9.036 2.8543,9.733 C2.6263,10.43 2.7583,11.195 3.2063,11.777 L5.3793,14.602 C5.4803,14.734 5.5343,14.897 5.5293,15.063 L5.4313,18.627 C5.4113,19.36 5.7533,20.055 6.3463,20.486 C6.7323,20.766 7.1903,20.911 7.6543,20.911 C7.9043,20.911 8.1563,20.869 8.3983,20.783 L11.7563,19.588 C11.9133,19.532 12.0853,19.532 12.2423,19.588 L15.6013,20.783 C16.2923,21.029 17.0593,20.918 17.6533,20.486 C18.2463,20.055 18.5883,19.36 18.5683,18.627 L18.4703,15.063 C18.4653,14.898 18.5193,14.734 18.6203,14.602 L20.7943,11.777 C21.2423,11.195 21.3733,10.43 21.1463,9.733" }, void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M13.2153,4.4787 L15.2303,7.4187 C15.4223,7.6987 15.7043,7.9037 16.0293,7.9997 L19.4483,9.0077 C20.4413,9.2997 20.8313,10.4987 20.1993,11.3187 L18.0263,14.1447 C17.8193,14.4127 17.7113,14.7447 17.7203,15.0837 L17.8183,18.6467 C17.8473,19.6817 16.8273,20.4217 15.8523,20.0757 L12.4933,18.8807 C12.1743,18.7677 11.8253,18.7677 11.5063,18.8807 L8.1473,20.0757 C7.1723,20.4217 6.1523,19.6817 6.1813,18.6467 L6.2793,15.0837 C6.2883,14.7447 6.1813,14.4127 5.9743,14.1447 L3.8003,11.3187 C3.1693,10.4987 3.5583,9.2997 4.5513,9.0077 L7.9703,7.9997 C8.2963,7.9037 8.5783,7.6987 8.7693,7.4187 L10.7843,4.4787 C11.3703,3.6247 12.6303,3.6247 13.2153,4.4787 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = Icon;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Image = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M16.8855,12.3082 C16.9825,12.2112 17.1425,12.2082 17.2395,12.3072 L20.6025,15.6702 C20.6465,15.7142 20.6995,15.7372 20.7495,15.7682 L20.7495,17.2502 C20.7495,19.1832 19.1835,20.7502 17.2495,20.7502 L6.7495,20.7502 C5.7125,20.7502 4.7895,20.2892 4.1485,19.5722 L9.5225,14.1982 C9.6205,14.1012 9.7785,14.1012 9.8765,14.1982 L11.1985,15.5202 C11.8815,16.2022 12.9915,16.2022 13.6735,15.5202 Z M17.2495,3.2503 C19.1835,3.2503 20.7495,4.8173 20.7495,6.7503 L20.7495,13.6963 L18.2995,11.2463 C17.6175,10.5643 16.5075,10.5653 15.8255,11.2463 L12.6125,14.4593 C12.5145,14.5573 12.3555,14.5573 12.2585,14.4593 L10.9375,13.1383 C10.2555,12.4553 9.1455,12.4553 8.4625,13.1383 L3.3975,18.2023 C3.3115,17.8973 3.2495,17.5823 3.2495,17.2503 L3.2495,6.7503 C3.2495,4.8173 4.8175,3.2503 6.7495,3.2503 Z M8.8955,6.6743 C7.8355,6.6743 6.9775,7.5333 6.9775,8.5923 C6.9775,9.6523 7.8355,10.5113 8.8955,10.5113 C9.9555,10.5113 10.8135,9.6523 10.8135,8.5923 C10.8135,7.5333 9.9555,6.6743 8.8955,6.6743 Z", fill: color }, void 0) }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M17.2502,3.25 C19.1832,3.25 20.7502,4.817 20.7502,6.75 L20.7502,17.25 C20.7502,19.183 19.1832,20.75 17.2502,20.75 L6.7502,20.75 C4.8172,20.75 3.2502,19.183 3.2502,17.25 L3.2502,6.75 C3.2502,4.817 4.8172,3.25 6.7502,3.25 Z M17.2502,5.25 L6.7502,5.25 C5.9232,5.25 5.2502,5.923 5.2502,6.75 L5.2502,17.25 C5.2502,18.077 5.9232,18.75 6.7502,18.75 L17.2502,18.75 C18.0772,18.75 18.7502,18.077 18.7502,17.25 L18.7502,6.75 C18.7502,5.923 18.0772,5.25 17.2502,5.25 Z M8.895,6.6738 C9.955,6.6738 10.814,7.5328 10.814,8.5928 C10.814,9.6528 9.955,10.5118 8.895,10.5118 C7.836,10.5118 6.977,9.6528 6.977,8.5928 C6.977,7.5328 7.836,6.6738 8.895,6.6738 Z" }, void 0), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "2", d: "M4.7257,17.9352 L8.9927,13.6682 C9.3837,13.2772 10.0167,13.2772 10.4067,13.6682 L11.7287,14.9902 C12.1187,15.3802 12.7527,15.3802 13.1427,14.9902 L16.3557,11.7772 C16.7457,11.3862 17.3787,11.3862 17.7697,11.7772 L19.5397,13.5472" }, void 0)] }), void 0) }), void 0));
29
29
  };
30
30
  exports.default = Image;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var LayerBackward = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M10.9457,13.7798 L4.4037,9.7218 C3.7737,9.3308 3.7737,8.4128 4.4037,8.0218 L10.9457,3.9638 C11.5917,3.5638 12.4087,3.5638 13.0547,3.9638 L19.5957,8.0218 C20.2267,8.4128 20.2267,9.3308 19.5957,9.7218 L13.0547,13.7798 C12.4087,14.1808 11.5917,14.1808 10.9457,13.7798 Z", stroke: color, strokeWidth: "1.702", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), (0, jsx_runtime_1.jsx)("path", { d: "M20.0446,13.555 L16.3726,11.277 C16.0966,11.107 15.7506,11.107 15.4746,11.277 L12.6066,13.056 C12.2326,13.289 11.7686,13.289 11.3946,13.056 L8.5246,11.277 C8.2496,11.107 7.9026,11.107 7.6276,11.277 L3.9556,13.555 C3.4076,13.895 3.0806,14.483 3.0806,15.128 C3.0806,15.774 3.4076,16.362 3.9556,16.701 L10.4966,20.758 C10.9606,21.046 11.4806,21.191 12.0006,21.191 C12.5196,21.191 13.0396,21.046 13.5026,20.759 L20.0446,16.701 C20.5926,16.362 20.9196,15.774 20.9196,15.128 C20.9196,14.483 20.5926,13.895 20.0446,13.555", fill: color }, void 0)] }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M11.4859,4.9742 C11.6449,4.8752 11.8219,4.8272 11.9999,4.8272 C12.1779,4.8272 12.3559,4.8752 12.5139,4.9742 L12.5149,4.9742 L18.9779,8.9632 L12.5149,12.9732 C12.1979,13.1682 11.8029,13.1682 11.4859,12.9732 L5.0219,8.9832 L11.4859,4.9742 Z M20.0449,13.5542 L17.7079,12.1052 L20.0329,10.6622 C20.6209,10.2972 20.9719,9.6652 20.9719,8.9732 C20.9719,8.2812 20.6209,7.6492 20.0319,7.2842 L13.5689,3.2752 C12.6009,2.6732 11.3989,2.6732 10.4309,3.2752 L3.9669,7.2842 C3.3789,7.6492 3.0279,8.2812 3.0279,8.9732 C3.0279,9.6652 3.3789,10.2972 3.9669,10.6622 L6.2929,12.1052 L3.9549,13.5552 C3.4069,13.8952 3.0799,14.4842 3.0799,15.1292 C3.0809,15.7732 3.4079,16.3612 3.9549,16.7012 L10.4969,20.7592 C11.4239,21.3342 12.5759,21.3342 13.5029,20.7592 L20.0449,16.7012 C20.5919,16.3612 20.9199,15.7732 20.9199,15.1292 C20.9209,14.4842 20.5929,13.8952 20.0449,13.5542 L20.0449,13.5542 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = LayerBackward;