pds-dev-kit-web 2.1.11 → 2.1.12

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 (73) 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/ArrowUpStepper.d.ts +4 -0
  11. package/dist/src/common/assets/icons/fill/ArrowUpStepper.js +30 -0
  12. package/dist/src/common/assets/icons/fill/Audio.js +1 -1
  13. package/dist/src/common/assets/icons/fill/Button.js +1 -1
  14. package/dist/src/common/assets/icons/fill/Calendar.js +1 -1
  15. package/dist/src/common/assets/icons/fill/Carousel.js +1 -1
  16. package/dist/src/common/assets/icons/fill/Copy.js +1 -1
  17. package/dist/src/common/assets/icons/fill/DeviceApp.js +1 -1
  18. package/dist/src/common/assets/icons/fill/DeviceDesktop.js +1 -1
  19. package/dist/src/common/assets/icons/fill/DeviceMobile.js +1 -1
  20. package/dist/src/common/assets/icons/fill/Divider.js +1 -1
  21. package/dist/src/common/assets/icons/fill/Download.js +1 -1
  22. package/dist/src/common/assets/icons/fill/EditorLeftSide.js +1 -1
  23. package/dist/src/common/assets/icons/fill/EditorRightSide.js +1 -1
  24. package/dist/src/common/assets/icons/fill/Embed.js +1 -1
  25. package/dist/src/common/assets/icons/fill/Icon.js +1 -1
  26. package/dist/src/common/assets/icons/fill/Image.js +1 -1
  27. package/dist/src/common/assets/icons/fill/LayerBackward.js +1 -1
  28. package/dist/src/common/assets/icons/fill/LayerForward.js +1 -1
  29. package/dist/src/common/assets/icons/fill/Layout.js +1 -1
  30. package/dist/src/common/assets/icons/fill/LightBulb.js +1 -1
  31. package/dist/src/common/assets/icons/fill/Links.js +1 -1
  32. package/dist/src/common/assets/icons/fill/List.js +1 -1
  33. package/dist/src/common/assets/icons/fill/LogoInsta.js +1 -1
  34. package/dist/src/common/assets/icons/fill/LogoTwitter.js +1 -1
  35. package/dist/src/common/assets/icons/fill/MinusCircle.d.ts +4 -0
  36. package/dist/src/common/assets/icons/fill/MinusCircle.js +30 -0
  37. package/dist/src/common/assets/icons/fill/Paint.js +1 -1
  38. package/dist/src/common/assets/icons/fill/PlusCircle.d.ts +4 -0
  39. package/dist/src/common/assets/icons/fill/PlusCircle.js +30 -0
  40. package/dist/src/common/assets/icons/fill/PlusRound.js +1 -1
  41. package/dist/src/common/assets/icons/fill/Richtext.js +1 -1
  42. package/dist/src/common/assets/icons/fill/ScrollingText.js +1 -1
  43. package/dist/src/common/assets/icons/fill/Shape.js +1 -1
  44. package/dist/src/common/assets/icons/fill/Slider.js +1 -1
  45. package/dist/src/common/assets/icons/fill/Text.js +1 -1
  46. package/dist/src/common/assets/icons/fill/Trashcan.js +1 -1
  47. package/dist/src/common/assets/icons/fill/Upload.js +1 -1
  48. package/dist/src/common/assets/icons/fill/VideoType.d.ts +4 -0
  49. package/dist/src/common/assets/icons/fill/VideoType.js +30 -0
  50. package/dist/src/common/assets/icons/fill/index.d.ts +5 -0
  51. package/dist/src/common/assets/icons/fill/index.js +10 -0
  52. package/dist/src/common/assets/icons/line/Carousel.js +1 -1
  53. package/dist/src/common/assets/icons/line/LightBulb.js +1 -1
  54. package/dist/src/common/assets/icons/line/MinusCircle.js +1 -1
  55. package/dist/src/common/assets/icons/line/PlusCircle.js +1 -1
  56. package/dist/src/common/assets/icons/line/Richtext.js +1 -1
  57. package/dist/src/common/assets/icons/line/VideoType.d.ts +4 -0
  58. package/dist/src/common/assets/icons/line/VideoType.js +30 -0
  59. package/dist/src/common/assets/icons/line/index.d.ts +1 -0
  60. package/dist/src/common/assets/icons/line/index.js +2 -0
  61. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +5 -4
  62. package/dist/src/common/styles/colorSet/PaletteColor_light.json +5 -4
  63. package/dist/src/common/styles/colorSet/UIColor.json +2 -1
  64. package/dist/src/common/styles/colorSet/index.d.ts +956 -953
  65. package/dist/src/common/styles/colorSet/index.js +5 -5
  66. package/dist/src/common/styles/colorSet/ui-type.d.ts +1 -0
  67. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.d.ts +1 -1
  68. package/dist/src/desktop/components/TextField/TextField.js +3 -3
  69. package/dist/src/desktop/components/TextLabel/TextLabel.js +40 -15
  70. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.d.ts +1 -1
  71. package/dist/src/mobile/components/TextField/TextField.js +3 -3
  72. package/package.json +1 -1
  73. package/release-note.md +89 -20
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var LightBulb = 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({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M17.3455,3.753 C15.8015,2.279 13.7735,1.517 11.6355,1.62 C7.7015,1.8 4.4655,5.023 4.2695,8.956 C4.1785,10.764 4.6955,12.486 5.7635,13.936 C6.2065,14.536 6.5095,15.111 6.6905,15.693 C6.7905,16.013 6.9205,16.326 7.0765,16.623 C7.2065,16.87 7.4615,17.024 7.7405,17.024 L7.7415,17.024 L11.2495,17.019 L11.2495,11.559 L9.5965,11.559 C9.1815,11.559 8.8465,11.223 8.8465,10.809 C8.8465,10.395 9.1815,10.059 9.5965,10.059 L14.4045,10.059 C14.8185,10.059 15.1545,10.395 15.1545,10.809 C15.1545,11.223 14.8185,11.559 14.4045,11.559 L12.7495,11.559 L12.7495,17.017 L16.2665,17.012 C16.5455,17.012 16.8015,16.857 16.9305,16.61 C17.0775,16.327 17.2025,16.029 17.2995,15.725 C17.5005,15.092 17.7925,14.521 18.1665,14.028 C19.1965,12.674 19.7415,11.057 19.7415,9.352 C19.7415,7.217 18.8905,5.229 17.3455,3.753" }, void 0), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M8.3788,18.8647 L15.6208,18.8647 M9.3794,21.3113 L14.6204,21.3113" }, 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: "M16.2657,17.8286 C16.3927,17.5936 16.4997,16.1496 16.5847,15.8936 C16.8047,15.2276 17.1317,14.5956 17.5697,14.0386 C18.4617,12.9066 18.9907,11.4946 18.9907,9.9636 C18.9907,6.1326 15.6807,3.0476 11.6697,3.2256 C8.0987,3.3836 5.1967,6.1726 5.0177,9.6176 C4.9337,11.2456 5.4487,12.7536 6.3677,13.9576 C6.8127,14.5406 7.1837,15.1756 7.4067,15.8666 C7.4937,16.1366 7.6057,17.5936 7.7407,17.8396 L16.2657,17.8286 Z M12,17.3305 L12,11.5785 M9.5962,11.1775 L14.4042,11.1775 M8.7782,20.7819 L15.2222,20.7819" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = LightBulb;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Links = 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", strokeWidth: "1.5", d: "M11.2889,6.3843 L12.5019,4.9383 C13.9949,3.1593 16.6729,2.9253 18.4519,4.4183 C20.2319,5.9113 20.4659,8.5893 18.9729,10.3683 L16.5469,13.2593 C15.0539,15.0393 12.3759,15.2733 10.5969,13.7803 C10.1019,13.3643 9.7259,12.8573 9.4739,12.3033 M12.711,17.6158 L11.498,19.0608 C10.005,20.8408 7.327,21.0748 5.548,19.5818 C3.768,18.0888 3.534,15.4108 5.027,13.6318 L7.453,10.7408 C8.946,8.9608 11.624,8.7268 13.403,10.2198 C13.904,10.6398 14.282,11.1538 14.534,11.7148" }, 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", strokeWidth: "2", d: "M11.2889,6.3843 L12.5019,4.9383 C13.9949,3.1593 16.6729,2.9253 18.4519,4.4183 C20.2319,5.9113 20.4659,8.5893 18.9729,10.3683 L16.5469,13.2593 C15.0539,15.0393 12.3759,15.2733 10.5969,13.7803 C10.1019,13.3643 9.7259,12.8573 9.4739,12.3033 M12.711,17.6158 L11.498,19.0608 C10.005,20.8408 7.327,21.0748 5.548,19.5818 C3.768,18.0888 3.534,15.4108 5.027,13.6318 L7.453,10.7408 C8.946,8.9608 11.624,8.7268 13.403,10.2198 C13.904,10.6398 14.282,11.1538 14.534,11.7148" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = Links;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var List = 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: "M16.2679,8.6949 L10.7789,8.6949 C10.3649,8.6949 10.0289,8.3589 10.0289,7.9449 C10.0289,7.5309 10.3649,7.1949 10.7789,7.1949 L16.2679,7.1949 C16.6819,7.1949 17.0179,7.5309 17.0179,7.9449 C17.0179,8.3589 16.6819,8.6949 16.2679,8.6949 M16.2679,12.7499 L10.7789,12.7499 C10.3649,12.7499 10.0289,12.4139 10.0289,11.9999 C10.0289,11.5859 10.3649,11.2499 10.7789,11.2499 L16.2679,11.2499 C16.6819,11.2499 17.0179,11.5859 17.0179,11.9999 C17.0179,12.4139 16.6819,12.7499 16.2679,12.7499 M16.2679,16.8039 L10.7789,16.8039 C10.3649,16.8039 10.0289,16.4679 10.0289,16.0539 C10.0289,15.6399 10.3649,15.3039 10.7789,15.3039 L16.2679,15.3039 C16.6819,15.3039 17.0179,15.6399 17.0179,16.0539 C17.0179,16.4679 16.6819,16.8039 16.2679,16.8039 M8.5599,8.2329 C8.5199,8.3239 8.4699,8.4039 8.3999,8.4729 C8.3199,8.5439 8.2399,8.6029 8.1499,8.6329 C8.0599,8.6739 7.9699,8.6929 7.8699,8.6929 C7.7699,8.6929 7.6699,8.6739 7.5799,8.6329 C7.4899,8.6029 7.3999,8.5439 7.3299,8.4729 C7.2599,8.4039 7.2099,8.3239 7.1699,8.2329 C7.1299,8.1429 7.1199,8.0439 7.1199,7.9429 C7.1199,7.7439 7.1999,7.5529 7.3299,7.4139 C7.3999,7.3429 7.4899,7.2939 7.5799,7.2539 C7.8499,7.1429 8.1799,7.2039 8.3999,7.4139 C8.5399,7.5529 8.6199,7.7539 8.6199,7.9429 C8.6199,8.0439 8.5999,8.1429 8.5599,8.2329 M7.1099,12.0039 C7.1099,11.9039 7.1299,11.8029 7.1699,11.7139 C7.2099,11.6239 7.2599,11.5339 7.3299,11.4729 C7.3999,11.4039 7.4899,11.3429 7.5799,11.3029 C7.7599,11.2329 7.9699,11.2329 8.1499,11.3029 C8.2399,11.3429 8.3299,11.4039 8.3899,11.4729 C8.4599,11.5339 8.5199,11.6239 8.5599,11.7139 C8.5999,11.8029 8.6099,11.9039 8.6099,12.0039 C8.6099,12.1029 8.5999,12.1929 8.5599,12.2839 C8.5199,12.3739 8.4699,12.4539 8.3899,12.5229 C8.2499,12.6739 8.0699,12.7539 7.8599,12.7539 C7.6599,12.7539 7.4699,12.6739 7.3299,12.5229 C7.1899,12.3829 7.1099,12.2039 7.1099,12.0039 M8.3899,16.5839 C8.3299,16.6539 8.2399,16.7139 8.1499,16.7439 C8.0599,16.7839 7.9699,16.8029 7.8699,16.8029 C7.6599,16.8029 7.4699,16.7229 7.3399,16.5839 C7.1899,16.4429 7.1099,16.2539 7.1099,16.0529 C7.1099,15.9539 7.1299,15.8529 7.1699,15.7629 C7.2099,15.6739 7.2599,15.5929 7.3399,15.5229 C7.3999,15.4539 7.4899,15.4039 7.5799,15.3639 C7.7599,15.2839 7.9699,15.2839 8.1499,15.3639 C8.2399,15.4039 8.3299,15.4539 8.3899,15.5229 C8.4699,15.5929 8.5199,15.6739 8.5599,15.7629 C8.5999,15.8529 8.6199,15.9539 8.6199,16.0529 C8.6199,16.2539 8.5399,16.4429 8.3899,16.5839 M17.2499,3.2499 L6.7499,3.2499 C4.8169,3.2499 3.2499,4.8169 3.2499,6.7499 L3.2499,17.2499 C3.2499,19.1829 4.8169,20.7499 6.7499,20.7499 L17.2499,20.7499 C19.1829,20.7499 20.7499,19.1829 20.7499,17.2499 L20.7499,6.7499 C20.7499,4.8169 19.1829,3.2499 17.2499,3.2499" }, 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: "M10.7791,7.9453 L15.9761,7.9453 M10.7791,12 L15.9761,12 M10.7791,16.0547 L15.9761,16.0547" }, void 0), (0, jsx_runtime_1.jsx)("path", { fill: color, d: "M17.2498,3.2499 C19.1828,3.2499 20.7498,4.8169 20.7498,6.7499 L20.7498,17.2499 C20.7498,19.1829 19.1828,20.7499 17.2498,20.7499 L6.7498,20.7499 C4.8168,20.7499 3.2498,19.1829 3.2498,17.2499 L3.2498,6.7499 C3.2498,4.8169 4.8168,3.2499 6.7498,3.2499 L17.2498,3.2499 Z M17.2498,5.2499 L6.7498,5.2499 C5.9228,5.2499 5.2498,5.9229 5.2498,6.7499 L5.2498,17.2499 C5.2498,18.0769 5.9228,18.7499 6.7498,18.7499 L17.2498,18.7499 C18.0768,18.7499 18.7498,18.0769 18.7498,17.2499 L18.7498,6.7499 C18.7498,5.9229 18.0768,5.2499 17.2498,5.2499 Z M8.1472,15.1346 C8.2672,15.1736 8.3732,15.2546 8.4672,15.3466 C8.6532,15.5336 8.7602,15.7866 8.7602,16.0536 C8.7602,16.3206 8.6532,16.5746 8.4672,16.7606 C8.3732,16.8546 8.2672,16.9336 8.1472,16.9746 C8.0132,17.0276 7.8932,17.0536 7.7602,17.0536 C7.6272,17.0536 7.4932,17.0276 7.3732,16.9746 C7.2532,16.9336 7.1472,16.8546 7.0532,16.7606 C6.8662,16.5746 6.7602,16.3206 6.7602,16.0536 C6.7602,15.9206 6.7872,15.7866 6.8402,15.6666 C6.8802,15.5466 6.9602,15.4406 7.0532,15.3466 C7.3332,15.0666 7.7732,14.9746 8.1472,15.1346 Z M8.1472,11.0522 C8.2672,11.1062 8.3732,11.1722 8.4672,11.2792 C8.5602,11.3602 8.6272,11.4792 8.6802,11.5992 C8.7332,11.7192 8.7602,11.8532 8.7602,11.9862 C8.7602,12.2402 8.6532,12.4932 8.4672,12.6792 C8.2802,12.8792 8.0272,12.9862 7.7602,12.9862 C7.4932,12.9862 7.2402,12.8792 7.0532,12.6792 C6.8662,12.4932 6.7602,12.2402 6.7602,11.9862 C6.7602,11.7192 6.8662,11.4522 7.0532,11.2792 C7.1472,11.1722 7.2532,11.1062 7.3732,11.0522 C7.6132,10.9602 7.8932,10.9602 8.1472,11.0522 Z M8.1472,6.9931 C8.2672,7.0341 8.3732,7.1131 8.4672,7.2071 C8.5602,7.3011 8.6272,7.4061 8.6802,7.5271 C8.7332,7.6471 8.7602,7.7801 8.7602,7.9141 C8.7602,8.0471 8.7332,8.1801 8.6802,8.3011 C8.6272,8.4211 8.5602,8.5271 8.4672,8.6201 C8.3732,8.7131 8.2672,8.7931 8.1472,8.8331 C8.0132,8.8871 7.8932,8.9141 7.7602,8.9141 C7.4932,8.9141 7.2402,8.8071 7.0532,8.6201 C6.8662,8.4341 6.7602,8.1801 6.7602,7.9141 C6.7602,7.7801 6.7872,7.6471 6.8402,7.5271 C6.8802,7.4061 6.9602,7.3011 7.0532,7.2071 C7.3332,6.9271 7.7732,6.8331 8.1472,6.9931 Z" }, void 0)] }), void 0) }), void 0));
29
29
  };
30
30
  exports.default = List;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var LogoInsta = 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.0189316,3.01263082 C14.5554368,3.0160392 14.90024,3.02958 15.7058,3.0657 C16.6628,3.1097 17.3158,3.2617 17.8878,3.4837 C18.4788,3.7137 18.9798,4.0207 19.4798,4.5207 C19.9788,5.0207 20.2868,5.5217 20.5158,6.1127 C20.7378,6.6847 20.8898,7.3377 20.9338,8.2947 C20.94084,8.44798 20.9470096,8.5845688 20.9524071,8.71588195 L20.9599366,8.91032189 C20.977374,9.39366461 20.9846451,9.88308413 20.9869337,10.9805724 L20.9877505,11.7168496 L20.9878,11.9997 C20.9878,12.09734 20.987784,12.191564 20.9877505,12.2825504 L20.9869337,13.0188316 C20.9837296,14.5553368 20.97076,14.90014 20.9338,15.7057 C20.8898,16.6627 20.7378,17.3157 20.5158,17.8877 C20.2868,18.4787 19.9788,18.9797 19.4798,19.4797 C18.9798,19.9787 18.4788,20.2867 17.8878,20.5157 C17.3158,20.7387 16.6628,20.8907 15.7058,20.9337 C14.90024,20.97066 14.5554368,20.9836296 13.0189316,20.9868337 L12.2826504,20.9876505 L11.9998,20.9877 C11.90216,20.9877 11.807936,20.987684 11.7169496,20.9876505 L10.9806684,20.9868337 C9.4441632,20.9836296 9.09936,20.97066 8.2938,20.9337 C7.3378,20.8907 6.6838,20.7387 6.1128,20.5157 C5.5218,20.2867 5.0198,19.9787 4.5208,19.4797 C4.0208,18.9797 3.7138,18.4787 3.4838,17.8877 C3.2618,17.3157 3.1098,16.6627 3.0658,15.7057 C3.02968,14.90014 3.0161392,14.5553368 3.01273082,13.0188316 L3.01273082,10.9805724 C3.0161392,9.4440888 3.02968,9.09942 3.0658,8.2947 C3.1098,7.3377 3.2618,6.6847 3.4838,6.1127 C3.7138,5.5217 4.0208,5.0207 4.5208,4.5207 C5.0198,4.0207 5.5218,3.7137 6.1128,3.4837 C6.6838,3.2617 7.3378,3.1097 8.2938,3.0657 C9.09936,3.02958 9.4441632,3.0160392 10.9806684,3.01263082 Z M11.9998,7.3847 C9.4508,7.3847 7.3848,9.4507 7.3848,11.9997 C7.3848,14.5487 9.4508,16.6157 11.9998,16.6157 C14.5488,16.6157 16.6158,14.5487 16.6158,11.9997 C16.6158,9.4507 14.5488,7.3847 11.9998,7.3847 Z M12,9.004 C13.655,9.004 14.996,10.345 14.996,12 C14.996,13.655 13.655,14.996 12,14.996 C10.345,14.996 9.004,13.655 9.004,12 C9.004,10.345 10.345,9.004 12,9.004 Z M16.7978,6.1237 C16.2018,6.1237 15.7188,6.6067 15.7188,7.2027 C15.7188,7.7977 16.2018,8.2807 16.7978,8.2807 C17.3938,8.2807 17.8768,7.7977 17.8768,7.2027 C17.8768,6.6067 17.3938,6.1237 16.7978,6.1237 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: "M13.0130736,2.86213901 C14.5430832,2.8655904 14.89968,2.8794 15.7128,2.9172 C16.5948,2.9562 17.2818,3.0882 17.9418,3.3442 C18.5918,3.5972 19.0988,3.9282 19.5858,4.4142 C20.0738,4.9032 20.4048,5.4102 20.6558,6.0582 C20.9108,6.7162 21.0428,7.4032 21.0838,8.2872 C21.09084,8.44096 21.0970096,8.5782848 21.1024071,8.71046298 L21.1099366,8.90628134 C21.127374,9.3932327 21.1346451,9.88718246 21.1369337,10.9834266 L21.1377505,11.7182108 L21.1378,12.0002 C21.1378,12.09752 21.137784,12.1914576 21.1377505,12.2821892 L21.1369337,13.0169734 C21.1346451,14.1132175 21.127374,14.6071673 21.1099366,15.0941187 L21.1024071,15.289937 C21.0970096,15.4221152 21.09084,15.55944 21.0838,15.7132 C21.0428,16.5972 20.9108,17.2842 20.6558,17.9422 C20.4048,18.5902 20.0738,19.0972 19.5858,19.5862 C19.0968,20.0742 18.5898,20.4042 17.9418,20.6552 C17.2858,20.9112 16.5988,21.0432 15.7128,21.0832 C14.89968,21.121 14.5430832,21.1348096 13.0130736,21.138261 L12.2807616,21.1391457 L11.9998,21.1392 C11.90284,21.1392 11.8092464,21.1391824 11.718843,21.1391457 L10.9865909,21.138261 C9.4567856,21.1348096 9.10076,21.121 8.2868,21.0832 C7.4008,21.0432 6.7138,20.9112 6.0578,20.6552 C5.4108,20.4042 4.9038,20.0742 4.4148,19.5862 C3.9268,19.0972 3.5958,18.5902 3.3438,17.9422 C3.0888,17.2832 2.9568,16.5962 2.9158,15.7132 C2.87884,14.90596 2.866576,14.5517152 2.8635977,13.0169734 L2.8635977,10.9834266 C2.866576,9.4486848 2.87884,9.09444 2.9158,8.2872 C2.9568,7.4042 3.0888,6.7172 3.3438,6.0582 C3.5958,5.4102 3.9268,4.9032 4.4138,4.4142 C4.9018,3.9282 5.4078,3.5972 6.0578,3.3442 C6.7178,3.0882 7.4058,2.9562 8.2868,2.9172 C9.10076,2.8794 9.4567856,2.8655904 10.9865909,2.86213901 Z M11.9998,4.7812 C11.90448,4.7812 11.8125168,4.7812144 11.7237331,4.7812448 L11.0057405,4.7819936 C9.5083968,4.7849504 9.17868,4.79708 8.3748,4.8332 C7.5208,4.8722 7.0598,5.0142 6.7528,5.1332 C6.3538,5.2882 6.0698,5.4742 5.7718,5.7712 C5.4728,6.0712 5.2878,6.3552 5.1328,6.7542 C5.0138,7.0602 4.8728,7.5202 4.8338,8.3752 C4.8252,8.5646 4.81792,8.72744 4.811776,8.885928 L4.8049367,9.07544595 C4.79019571,9.51941306 4.78378394,9.99890477 4.78166221,11.0014311 L4.78166221,12.9985657 C4.7848448,14.501784 4.79768,14.82888 4.8338,15.6252 C4.8728,16.4802 5.0138,16.9412 5.1328,17.2462 C5.2878,17.6452 5.4728,17.9292 5.7718,18.2282 C6.0718,18.5272 6.3558,18.7122 6.7538,18.8672 C7.0598,18.9862 7.5208,19.1282 8.3748,19.1672 C9.1644,19.20248 9.4897152,19.2144752 10.99787,19.2174105 L11.7214429,19.2181553 L11.9998,19.2182 C12.09596,19.2182 12.1887248,19.2181856 12.2782723,19.2181553 L13.0021332,19.2174105 C14.5108592,19.2144752 14.83604,19.20248 15.6248,19.1672 C16.4798,19.1282 16.9408,18.9862 17.2458,18.8672 C17.6448,18.7122 17.9288,18.5272 18.2288,18.2282 C18.5278,17.9292 18.7118,17.6452 18.8668,17.2462 C18.9858,16.9402 19.1268,16.4792 19.1658,15.6252 C19.20192,14.83308 19.2147552,14.5059504 19.2179378,13.000243 L19.2187505,12.2779903 L19.2188,12.0002 C19.2188,11.90424 19.218784,11.811664 19.2187505,11.7222945 L19.2179378,10.9997538 C19.2147552,9.4934752 19.20192,9.16648 19.1658,8.3752 C19.1268,7.5212 18.9858,7.0602 18.8668,6.7542 C18.7118,6.3552 18.5278,6.0712 18.2288,5.7722 C17.9308,5.4742 17.6468,5.2882 17.2458,5.1332 C16.9408,5.0142 16.4798,4.8722 15.6248,4.8332 C14.82092,4.79708 14.4912032,4.7849504 12.9938595,4.7819936 L12.2758669,4.7812448 Z M11.9998,7.2342 C14.6278,7.2342 16.7658,9.3722 16.7658,12.0002 C16.7658,14.6282 14.6278,16.7662 11.9998,16.7662 C9.3718,16.7662 7.2348,14.6282 7.2348,12.0002 C7.2348,9.3722 9.3718,7.2342 11.9998,7.2342 Z M11.9998,9.1542 C10.4308,9.1542 9.1538,10.4312 9.1538,12.0002 C9.1538,13.5692 10.4308,14.8462 11.9998,14.8462 C13.5698,14.8462 14.8458,13.5692 14.8458,12.0002 C14.8458,10.4312 13.5698,9.1542 11.9998,9.1542 Z M16.7979,5.9728 C17.4749,5.9728 18.0269,6.5248 18.0269,7.2018 C18.0269,7.8788 17.4749,8.4308 16.7979,8.4308 C16.1199,8.4308 15.5689,7.8788 15.5689,7.2018 C15.5689,6.5248 16.1199,5.9728 16.7979,5.9728 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = LogoInsta;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var LogoTwitter = 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: "M19.4751,8.165 C19.4861,8.33 19.4861,8.497 19.4861,8.664 C19.4861,13.76 15.6061,19.638 8.5121,19.638 L8.5121,19.635 C6.4171,19.637 4.3641,19.037 2.6001,17.905 C2.9051,17.941 3.2121,17.96 3.5191,17.961 C5.2561,17.962 6.9431,17.38 8.3091,16.306 C6.6581,16.275 5.2101,15.199 4.7051,13.628 C5.2831,13.739 5.8791,13.717 6.4471,13.562 C4.6471,13.198 3.3531,11.617 3.3521,9.781 L3.3521,9.732 C3.8891,10.031 4.4891,10.197 5.1031,10.215 C3.4081,9.083 2.8851,6.829 3.9091,5.066 C5.8671,7.476 8.7571,8.94 11.8581,9.096 C11.5471,7.756 11.9721,6.353 12.9741,5.411 C14.5271,3.95 16.9701,4.025 18.4311,5.578 C19.2941,5.408 20.1231,5.091 20.8801,4.642 C20.5921,5.535 19.9891,6.293 19.1841,6.775 C19.9491,6.685 20.6951,6.48 21.3991,6.169 C20.8811,6.943 20.2301,7.619 19.4751,8.165", 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: "M20.1696,3.7932 L13.8739,11.2472 L20.6779,20.207 L15.7799,20.207 L11.2939,14.3002 L6.3405,20.168 L3.3235,20.168 L9.8659,12.4192 L3.3219,3.804 L8.2199,3.804 L12.4449,9.3662 L17.1526,3.7932 L20.1696,3.7932 Z M7.4769,5.302 L6.3409,5.302 L16.5229,18.709 L17.6589,18.709 L7.4769,5.302 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = LogoTwitter;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const MinusCircle: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default MinusCircle;
@@ -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 MinusCircle = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M12,21 C16.971,21 21,16.971 21,12 C21,7.029 16.971,3 12,3 C7.029,3 3,7.029 3,12 C3,16.971 7.029,21 12,21 Z M8.8,12 L15.2,12 L8.8,12 Z" }, void 0) }), void 0));
29
+ };
30
+ exports.default = MinusCircle;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Paint = 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.9995,1.5441 L15.9955,1.5441 C15.7005,1.5441 15.4335,1.7161 15.3125,1.9841 L14.0545,4.7581 L12.8265,1.9901 C12.7065,1.7191 12.4375,1.5441 12.1415,1.5441 L7.0005,1.5441 C5.4845,1.5441 4.2505,2.7771 4.2505,4.2941 L4.2505,10.1471 C4.2505,10.5611 4.5865,10.8971 5.0005,10.8971 L18.9995,10.8971 C19.4135,10.8971 19.7495,10.5611 19.7495,10.1471 L19.7495,4.2941 C19.7495,2.7771 18.5165,1.5441 16.9995,1.5441 M18.9995,12.0432 L5.0005,12.0432 C4.5865,12.0432 4.2505,12.3792 4.2505,12.7932 C4.2505,15.1372 6.1575,17.0432 8.5005,17.0432 L9.1935,17.0432 L9.1935,19.9582 C9.1935,21.5062 10.4525,22.7652 11.9995,22.7652 C13.5475,22.7652 14.8065,21.5062 14.8065,19.9582 L14.8065,17.0432 L15.4995,17.0432 C17.8425,17.0432 19.7495,15.1372 19.7495,12.7932 C19.7495,12.3792 19.4135,12.0432 18.9995,12.0432", 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.9995,1.4096 L15.9955,1.4096 C15.7005,1.4096 15.4335,1.5816 15.3125,1.8496 L14.0545,4.6236 L12.8265,1.8556 C12.7065,1.5846 12.4375,1.4096 12.1405,1.4096 L7.0005,1.4096 C5.4825,1.4096 4.2505,2.6406 4.2505,4.1596 L4.2505,10.8596 L19.7495,10.8596 L19.7495,4.1596 C19.7495,2.6406 18.5185,1.4096 16.9995,1.4096 M19.6849,12.6364 L4.3159,12.6364 C4.3159,15.2824 5.9119,17.0434 8.5009,17.0434 L9.1939,17.0434 L9.1939,20.3344 C9.1939,21.0604 9.5509,21.7494 10.1509,22.1574 C12.3989,23.6864 14.8059,22.0984 14.8059,19.9584 L14.8059,17.0434 L15.4999,17.0434 C18.0889,17.0434 19.6849,15.4084 19.6849,12.6364" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = Paint;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const PlusCircle: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default PlusCircle;
@@ -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 PlusCircle = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M12,21 C16.971,21 21,16.971 21,12 C21,7.029 16.971,3 12,3 C7.029,3 3,7.029 3,12 C3,16.971 7.029,21 12,21 Z M7.9129,12 L16.0869,12 M12,7.9129 L12,16.0869" }, void 0) }), void 0));
29
+ };
30
+ exports.default = PlusCircle;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var PlusRound = 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.0873,12.7501 L12.7503,12.7501 L12.7503,16.0871 C12.7503,16.5011 12.4143,16.8371 12.0003,16.8371 C11.5863,16.8371 11.2503,16.5011 11.2503,16.0871 L11.2503,12.7501 L7.9133,12.7501 C7.4993,12.7501 7.1633,12.4141 7.1633,12.0001 C7.1633,11.5861 7.4993,11.2501 7.9133,11.2501 L11.2503,11.2501 L11.2503,7.9131 C11.2503,7.4991 11.5863,7.1631 12.0003,7.1631 C12.4143,7.1631 12.7503,7.4991 12.7503,7.9131 L12.7503,11.2501 L16.0873,11.2501 C16.5013,11.2501 16.8373,11.5861 16.8373,12.0001 C16.8373,12.4141 16.5013,12.7501 16.0873,12.7501 M17.2503,3.2501 L6.7503,3.2501 C4.8173,3.2501 3.2503,4.8171 3.2503,6.7501 L3.2503,17.2501 C3.2503,19.1831 4.8173,20.7501 6.7503,20.7501 L17.2503,20.7501 C19.1833,20.7501 20.7503,19.1831 20.7503,17.2501 L20.7503,6.7501 C20.7503,4.8171 19.1833,3.2501 17.2503,3.2501", 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.2501,3.2501 L6.7501,3.2501 C4.8171,3.2501 3.2501,4.8171 3.2501,6.7501 L3.2501,17.2501 C3.2501,19.1831 4.8171,20.7501 6.7501,20.7501 L17.2501,20.7501 C19.1831,20.7501 20.7501,19.1831 20.7501,17.2501 L20.7501,6.7501 C20.7501,4.8171 19.1831,3.2501 17.2501,3.2501 L17.2501,3.2501 Z M17.2501,5.2501 C18.0771,5.2501 18.7501,5.9231 18.7501,6.7501 L18.7501,17.2501 C18.7501,18.0771 18.0771,18.7501 17.2501,18.7501 L6.7501,18.7501 C5.9231,18.7501 5.2501,18.0771 5.2501,17.2501 L5.2501,6.7501 C5.2501,5.9231 5.9231,5.2501 6.7501,5.2501 L17.2501,5.2501 Z" }, void 0), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M7.9129,12.0001 L16.0869,12.0001 M12,7.9129 L12,16.0869" }, void 0)] }), void 0) }), void 0));
29
29
  };
30
30
  exports.default = PlusRound;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Richtext = 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.3374,15.0012 L7.4154,15.0012 C7.0014,15.0012 6.6654,14.6652 6.6654,14.2512 C6.6654,13.8372 7.0014,13.5012 7.4154,13.5012 L16.3374,13.5012 C16.7514,13.5012 17.0874,13.8372 17.0874,14.2512 C17.0874,14.6652 16.7514,15.0012 16.3374,15.0012 M16.3374,17.2362 L7.4154,17.2362 C7.0014,17.2362 6.6654,16.9002 6.6654,16.4862 C6.6654,16.0722 7.0014,15.7362 7.4154,15.7362 L16.3374,15.7362 C16.7514,15.7362 17.0874,16.0722 17.0874,16.4862 C17.0874,16.9002 16.7514,17.2362 16.3374,17.2362 M7.4154,6.7642 L11.4454,6.7642 C11.8594,6.7642 12.1954,7.1002 12.1954,7.5142 C12.1954,7.9282 11.8594,8.2642 11.4454,8.2642 L10.1804,8.2642 L10.1804,11.5442 C10.1804,11.9582 9.8444,12.2942 9.4304,12.2942 C9.0164,12.2942 8.6804,11.9582 8.6804,11.5442 L8.6804,8.2642 L7.4154,8.2642 C7.0014,8.2642 6.6654,7.9282 6.6654,7.5142 C6.6654,7.1002 7.0014,6.7642 7.4154,6.7642 M17.2504,3.2502 L6.7504,3.2502 C4.8164,3.2502 3.2504,4.8172 3.2504,6.7502 L3.2504,17.2502 C3.2504,19.1832 4.8164,20.7502 6.7504,20.7502 L17.2504,20.7502 C19.1834,20.7502 20.7504,19.1832 20.7504,17.2502 L20.7504,6.7502 C20.7504,4.8172 19.1834,3.2502 17.2504,3.2502", 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: "M7.4838,7.8001 L12.3958,7.8001 M9.9398,7.8001 L9.9398,12.7121 M7.594,16.1999 L16.516,16.1999" }, void 0), (0, jsx_runtime_1.jsx)("path", { fill: color, d: "M17.2502,3.2499 L6.7502,3.2499 C4.8172,3.2499 3.2502,4.8169 3.2502,6.7499 L3.2502,17.2499 C3.2502,19.1829 4.8172,20.7499 6.7502,20.7499 L17.2502,20.7499 C19.1832,20.7499 20.7502,19.1829 20.7502,17.2499 L20.7502,6.7499 C20.7502,4.8169 19.1832,3.2499 17.2502,3.2499 L17.2502,3.2499 Z M17.2502,5.2499 C18.0772,5.2499 18.7502,5.9229 18.7502,6.7499 L18.7502,17.2499 C18.7502,18.0769 18.0772,18.7499 17.2502,18.7499 L6.7502,18.7499 C5.9232,18.7499 5.2502,18.0769 5.2502,17.2499 L5.2502,6.7499 C5.2502,5.9229 5.9232,5.2499 6.7502,5.2499 L17.2502,5.2499 Z" }, void 0)] }), void 0) }), void 0));
29
29
  };
30
30
  exports.default = Richtext;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var ScrollingText = 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", strokeWidth: "1.5", d: "M4,4.0043 L20,4.0043 M4,20.0048 L20,20.0048 M13.7427,8.9154 L19.8137,8.9154 M16.7782,8.9154 L16.7782,15.9864 M3.9181,8.9154 L9.9891,8.9154 M6.9536,8.9154 L6.9536,15.9864" }, 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", strokeWidth: "2", d: "M4,4.0043 L20,4.0043 M4,20.0048 L20,20.0048 M13.7427,8.9154 L19.8137,8.9154 M16.7782,8.9154 L16.7782,15.9864 M3.9181,8.9154 L9.9891,8.9154 M6.9536,8.9154 L6.9536,15.9864" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = ScrollingText;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Shape = 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: "M21.4556,14.4558 C21.4556,18.3218386 18.3216386,21.4558 14.4556,21.4558 C10.5895614,21.4558 7.4556,18.3218386 7.4556,14.4558 C7.4556,10.5897614 10.5895614,7.4558 14.4556,7.4558 C18.3216386,7.4558 21.4556,10.5897614 21.4556,14.4558", fill: color }, void 0), (0, jsx_runtime_1.jsx)("path", { d: "M5.945,14.4558 L5.281,14.4558 C4.177,14.4558 3.281,13.5608 3.281,12.4558 L3.281,5.2818 C3.281,4.1768 4.177,3.2818 5.281,3.2818 L12.456,3.2818 C13.56,3.2818 14.456,4.1768 14.456,5.2818 L14.456,5.9578", 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.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M20.7186,14.4558 C20.7186,17.9148 17.9146,20.7188 14.4556,20.7188 C10.9966,20.7188 8.1926,17.9148 8.1926,14.4558 C8.1926,10.9968 10.9966,8.1928 14.4556,8.1928 C17.9146,8.1928 20.7186,10.9968 20.7186,14.4558 Z M5.945,14.4558 L5.281,14.4558 C4.177,14.4558 3.281,13.5608 3.281,12.4558 L3.281,5.2818 C3.281,4.1768 4.177,3.2818 5.281,3.2818 L12.456,3.2818 C13.56,3.2818 14.456,4.1768 14.456,5.2818 L14.456,5.9578" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = Shape;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Slider = 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: "M2.4588,11.9792 L3.5908,10.7522 C3.8718,10.4482 3.8528,9.9732 3.5488,9.6932 C3.2448,9.4122 2.7708,9.4312 2.4888,9.7352 L0.8868,11.4702 C0.6218,11.7572 0.6218,12.2012 0.8868,12.4882 L2.5268,14.2642 C2.6748,14.4242 2.8768,14.5052 3.0788,14.5052 C3.2608,14.5052 3.4428,14.4402 3.5868,14.3062 C3.8918,14.0262 3.9108,13.5512 3.6298,13.2472 L2.4588,11.9792 Z M23.1131,11.4704 L21.5111,9.7354 C21.2301,9.4304 20.7561,9.4104 20.4511,9.6934 C20.1471,9.9734 20.1281,10.4484 20.4091,10.7524 L21.5411,11.9794 L20.3701,13.2464 C20.0901,13.5514 20.1091,14.0264 20.4131,14.3064 C20.5571,14.4404 20.7391,14.5054 20.9221,14.5054 C21.1231,14.5054 21.3251,14.4244 21.4731,14.2644 L23.1131,12.4884 C23.3781,12.2004 23.3781,11.7574 23.1131,11.4704 M16.7112,6.821 L7.2892,6.821 C5.7912,6.821 4.5732,8.04 4.5732,9.537 L4.5732,14.464 C4.5732,15.961 5.7912,17.179 7.2892,17.179 L16.7112,17.179 C18.2092,17.179 19.4272,15.961 19.4272,14.464 L19.4272,9.537 C19.4272,8.04 18.2092,6.821 16.7112,6.821" }, 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.0398,10.244 L1.4388,11.979 L3.0788,13.756 M20.9602,10.244 L22.5612,11.979 L20.9212,13.756 M5.7637,14.5294 L5.7637,9.4704 C5.7637,8.4214 6.6147,7.5704 7.6637,7.5704 L16.3367,7.5704 C17.3857,7.5704 18.2367,8.4214 18.2367,9.4704 L18.2367,14.5294 C18.2367,15.5784 17.3857,16.4294 16.3367,16.4294 L7.6637,16.4294 C6.6147,16.4294 5.7637,15.5784 5.7637,14.5294 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = Slider;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Text = 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: "M15.5355,9.5295 L12.7495,9.5295 L12.7495,15.8505 C12.7495,16.2645 12.4135,16.6005 11.9995,16.6005 C11.5855,16.6005 11.2495,16.2645 11.2495,15.8505 L11.2495,9.5295 L8.4645,9.5295 C8.0505,9.5295 7.7145,9.1935 7.7145,8.7795 C7.7145,8.3655 8.0505,8.0295 8.4645,8.0295 L15.5355,8.0295 C15.9495,8.0295 16.2855,8.3655 16.2855,8.7795 C16.2855,9.1935 15.9495,9.5295 15.5355,9.5295 M17.2505,3.2495 L6.7505,3.2495 C4.8165,3.2495 3.2505,4.8175 3.2505,6.7495 L3.2505,17.2495 C3.2505,19.1835 4.8165,20.7495 6.7505,20.7495 L17.2505,20.7495 C19.1825,20.7495 20.7505,19.1835 20.7505,17.2495 L20.7505,6.7495 C20.7505,4.8175 19.1825,3.2495 17.2505,3.2495", 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.2499,3.2499 L6.7499,3.2499 C4.8169,3.2499 3.2499,4.8169 3.2499,6.7499 L3.2499,17.2499 C3.2499,19.1829 4.8169,20.7499 6.7499,20.7499 L17.2499,20.7499 C19.1829,20.7499 20.7499,19.1829 20.7499,17.2499 L20.7499,6.7499 C20.7499,4.8169 19.1829,3.2499 17.2499,3.2499 L17.2499,3.2499 Z M17.2499,5.2499 C18.0769,5.2499 18.7499,5.9229 18.7499,6.7499 L18.7499,17.2499 C18.7499,18.0769 18.0769,18.7499 17.2499,18.7499 L6.7499,18.7499 C5.9229,18.7499 5.2499,18.0769 5.2499,17.2499 L5.2499,6.7499 C5.2499,5.9229 5.9229,5.2499 6.7499,5.2499 L17.2499,5.2499 Z" }, void 0), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M8.4645,8.7795 L15.5355,8.7795 M12,8.7795 L12,15.8505" }, void 0)] }), void 0) }), void 0));
29
29
  };
30
30
  exports.default = Text;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Trashcan = 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.6784978,16.6283 C14.6775,17.0413 14.3425,17.3763 13.9285,17.3763 L13.9275,17.3763 C13.5125,17.3753 13.1775,17.0393 13.1784978,16.6243 L13.1905,10.9423 C13.1915,10.5293 13.5265,10.1943 13.9405,10.1943 L13.9415,10.1943 C14.3555,10.1953 14.6915,10.5313 14.6905022,10.9463 L14.6784978,16.6283 Z M10.8094978,16.6283 C10.8085,17.0413 10.4735,17.3763 10.0595,17.3763 L10.0585,17.3763 C9.6445,17.3753 9.3085,17.0393 9.30949777,16.6243 L9.3215,10.9423 C9.3225,10.5293 9.6575,10.1943 10.0715,10.1943 L10.0735,10.1943 C10.4875,10.1953 10.8225,10.5313 10.8215022,10.9463 L10.8094978,16.6283 Z M20.2245,5.8763 L15.1235,5.8763 L15.1235,4.6163 C15.1235,3.3293 14.1045,2.5643 12.8525,2.5643 L11.1475,2.5643 C9.8955,2.5643 8.8765,3.3293 8.8765,4.6163 L8.8765,5.8763 L3.7755,5.8763 C3.3615,5.8763 3.0255,6.2123 3.0255,6.6263 C3.0255,7.0403 3.3615,7.3763 3.7755,7.3763 L4.7295,7.3763 L5.4925,18.3283 C5.6175,20.1283 7.1295,21.5383 8.9335,21.5383 L15.0655,21.5383 C16.8705,21.5383 18.3825,20.1283 18.5075,18.3283 L19.2705,7.3763 L20.2245,7.3763 C20.6385,7.3763 20.9745,7.0403 20.9745,6.6263 C20.9745,6.2123 20.6385,5.8763 20.2245,5.8763 L20.2245,5.8763 Z", fill: color }, void 0) }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M18.5601,6.7819 L17.7591,18.2769 C17.6611,19.6919 16.4841,20.7889 15.0661,20.7889 L8.9341,20.7889 C7.5161,20.7889 6.3391,19.6919 6.2411,18.2769 L5.4401,6.7819 M10.0716,10.9444 L10.0596,16.6264 M13.9401,10.9444 L13.9281,16.6264 M3.7756,6.6266 L20.2246,6.6266 M9.4644,6.2332 L9.4644,4.8502 C9.4644,3.9452 10.1984,3.2112 11.1034,3.2112 L12.8964,3.2112 C13.8014,3.2112 14.5354,3.9452 14.5354,4.8502 L14.5354,6.2332" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = Trashcan;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Upload = 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)("path", { d: "M19.7102,14.7857 L19.7102,17.5527 C19.7102,18.6567 18.8152,19.5527 17.7102,19.5527 L6.2902,19.5527 C5.1852,19.5527 4.2902,18.6567 4.2902,17.5527 L4.2902,14.7857 M15.6013,7.6027 L12.0003,4.0167 L8.3983,7.6027 M12,4.0167 L12,14.9587", 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)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M19.7102,14.7857 L19.7102,17.5527 C19.7102,18.6567 18.8152,19.5527 17.7102,19.5527 L6.2902,19.5527 C5.1852,19.5527 4.2902,18.6567 4.2902,17.5527 L4.2902,14.7857 M15.6013,7.6027 L12.0003,4.0167 L8.3983,7.6027 M12,4.0167 L12,14.9587" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = Upload;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const VideoType: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default VideoType;
@@ -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 VideoType = 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.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M14.5464,4 L4.6254,4 C2.9464,4 1.5864,5.361 1.5864,7.04 L1.5864,16.96 C1.5864,18.639 2.9464,20 4.6254,20 L14.5464,20 C16.2254,20 17.5864,18.639 17.5864,16.96 L17.5864,7.04 C17.5864,5.361 16.2254,4 14.5464,4 L14.5464,4 Z M14.5464,6 C15.1194,6 15.5864,6.466 15.5864,7.04 L15.5864,16.96 C15.5864,17.534 15.1194,18 14.5464,18 L4.6254,18 C4.0524,18 3.5864,17.534 3.5864,16.96 L3.5864,7.04 C3.5864,6.466 4.0524,6 4.6254,6 L14.5464,6 Z" }, void 0), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "2", d: "M17.489,10.2218 L20.804,7.6688 C21.464,7.1598 22.42,7.6348 22.4140281,8.4678 L22.362,15.7308 C22.356,16.5628 21.395,17.0238 20.742,16.5078 L17.448,13.9018" }, void 0)] }), void 0) }), void 0));
29
+ };
30
+ exports.default = VideoType;
@@ -8,7 +8,9 @@ declare const fillIcons: {
8
8
  readonly ic_align_right: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
9
9
  readonly ic_align_top: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
10
10
  readonly ic_arrow_down: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
11
+ readonly ic_arrow_down_stepper: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
11
12
  readonly ic_arrow_up: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
13
+ readonly ic_arrow_up_stepper: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
12
14
  readonly ic_audio: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
13
15
  readonly ic_bell: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
14
16
  readonly ic_bell_notification: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -63,6 +65,7 @@ declare const fillIcons: {
63
65
  readonly ic_menu_design: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
64
66
  readonly ic_mic_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
65
67
  readonly ic_mic_on: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
68
+ readonly ic_minus_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
66
69
  readonly ic_moon: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
67
70
  readonly ic_more: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
68
71
  readonly ic_paint: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -70,6 +73,7 @@ declare const fillIcons: {
70
73
  readonly ic_paper_plane: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
71
74
  readonly ic_photo: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
72
75
  readonly ic_pin: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
76
+ readonly ic_plus_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
73
77
  readonly ic_plus_round: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
74
78
  readonly ic_post_free: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
75
79
  readonly ic_post_inquiry: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -108,6 +112,7 @@ declare const fillIcons: {
108
112
  readonly ic_video_play_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
109
113
  readonly ic_video_resolution: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
110
114
  readonly ic_video_subtitle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
115
+ readonly ic_video_type: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
111
116
  readonly ic_vodplus: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
112
117
  };
113
118
  export default fillIcons;
@@ -11,7 +11,9 @@ var AlignMiddle_1 = __importDefault(require("./AlignMiddle"));
11
11
  var AlignRight_1 = __importDefault(require("./AlignRight"));
12
12
  var AlignTop_1 = __importDefault(require("./AlignTop"));
13
13
  var ArrowDown_1 = __importDefault(require("./ArrowDown"));
14
+ var ArrowDownStepper_1 = __importDefault(require("./ArrowDownStepper"));
14
15
  var ArrowUp_1 = __importDefault(require("./ArrowUp"));
16
+ var ArrowUpStepper_1 = __importDefault(require("./ArrowUpStepper"));
15
17
  var Audio_1 = __importDefault(require("./Audio"));
16
18
  var Bell_1 = __importDefault(require("./Bell"));
17
19
  var BellNotification_1 = __importDefault(require("./BellNotification"));
@@ -66,6 +68,7 @@ var LogoYt_1 = __importDefault(require("./LogoYt"));
66
68
  var MenuDesign_1 = __importDefault(require("./MenuDesign"));
67
69
  var MicOff_1 = __importDefault(require("./MicOff"));
68
70
  var MicOn_1 = __importDefault(require("./MicOn"));
71
+ var MinusCircle_1 = __importDefault(require("./MinusCircle"));
69
72
  var Moon_1 = __importDefault(require("./Moon"));
70
73
  var More_1 = __importDefault(require("./More"));
71
74
  var Paint_1 = __importDefault(require("./Paint"));
@@ -73,6 +76,7 @@ var Palette_1 = __importDefault(require("./Palette"));
73
76
  var PaperPlane_1 = __importDefault(require("./PaperPlane"));
74
77
  var Photo_1 = __importDefault(require("./Photo"));
75
78
  var Pin_1 = __importDefault(require("./Pin"));
79
+ var PlusCircle_1 = __importDefault(require("./PlusCircle"));
76
80
  var PlusRound_1 = __importDefault(require("./PlusRound"));
77
81
  var PostFree_1 = __importDefault(require("./PostFree"));
78
82
  var PostInquiry_1 = __importDefault(require("./PostInquiry"));
@@ -111,6 +115,7 @@ var VideoPlay_1 = __importDefault(require("./VideoPlay"));
111
115
  var VideoPlayCircle_1 = __importDefault(require("./VideoPlayCircle"));
112
116
  var VideoResolution_1 = __importDefault(require("./VideoResolution"));
113
117
  var VideoSubtitle_1 = __importDefault(require("./VideoSubtitle"));
118
+ var VideoType_1 = __importDefault(require("./VideoType"));
114
119
  var Vodplus_1 = __importDefault(require("./Vodplus"));
115
120
  var fillIcons = {
116
121
  ic_accordion: Accordion_1.default,
@@ -121,7 +126,9 @@ var fillIcons = {
121
126
  ic_align_right: AlignRight_1.default,
122
127
  ic_align_top: AlignTop_1.default,
123
128
  ic_arrow_down: ArrowDown_1.default,
129
+ ic_arrow_down_stepper: ArrowDownStepper_1.default,
124
130
  ic_arrow_up: ArrowUp_1.default,
131
+ ic_arrow_up_stepper: ArrowUpStepper_1.default,
125
132
  ic_audio: Audio_1.default,
126
133
  ic_bell: Bell_1.default,
127
134
  ic_bell_notification: BellNotification_1.default,
@@ -176,6 +183,7 @@ var fillIcons = {
176
183
  ic_menu_design: MenuDesign_1.default,
177
184
  ic_mic_off: MicOff_1.default,
178
185
  ic_mic_on: MicOn_1.default,
186
+ ic_minus_circle: MinusCircle_1.default,
179
187
  ic_moon: Moon_1.default,
180
188
  ic_more: More_1.default,
181
189
  ic_paint: Paint_1.default,
@@ -183,6 +191,7 @@ var fillIcons = {
183
191
  ic_paper_plane: PaperPlane_1.default,
184
192
  ic_photo: Photo_1.default,
185
193
  ic_pin: Pin_1.default,
194
+ ic_plus_circle: PlusCircle_1.default,
186
195
  ic_plus_round: PlusRound_1.default,
187
196
  ic_post_free: PostFree_1.default,
188
197
  ic_post_inquiry: PostInquiry_1.default,
@@ -221,6 +230,7 @@ var fillIcons = {
221
230
  ic_video_play_circle: VideoPlayCircle_1.default,
222
231
  ic_video_resolution: VideoResolution_1.default,
223
232
  ic_video_subtitle: VideoSubtitle_1.default,
233
+ ic_video_type: VideoType_1.default,
224
234
  ic_vodplus: Vodplus_1.default
225
235
  };
226
236
  exports.default = fillIcons;
@@ -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.jsxs)("g", __assign({ transform: "translate(1.4388, 4.8362)" }, { children: [(0, jsx_runtime_1.jsx)("polyline", { stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", points: "1.601 5.4078 -4.4408921e-16 7.1428 1.64 8.9198" }, void 0), (0, jsx_runtime_1.jsx)("polyline", { stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", points: "19.5214 5.4078 21.1224 7.1428 19.4824 8.9198" }, void 0), (0, jsx_runtime_1.jsx)("path", { d: "M3.8843,11.828 L3.8843,2.5 C3.8843,1.119 5.0033,0 6.3843,0 L14.7383,0 C16.1183,0 17.2383,1.119 17.2383,2.5 L17.2383,11.828 C17.2383,13.209 16.1183,14.328 14.7383,14.328 L6.3843,14.328 C5.0033,14.328 3.8843,13.209 3.8843,11.828 Z", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), (0, jsx_runtime_1.jsx)("path", { d: "M14.0177,7.537 L7.1047,7.537 C6.5527,7.537 6.1047,7.089 6.1047,6.537 L6.1047,3.154 C6.1047,2.602 6.5527,2.154 7.1047,2.154 L14.0177,2.154 C14.5697,2.154 15.0177,2.602 15.0177,3.154 L15.0177,6.537 C15.0177,7.089 14.5697,7.537 14.0177,7.537", fill: color }, void 0), (0, jsx_runtime_1.jsx)("line", { x1: "7.6001", y1: "9.3264", x2: "13.5221", y2: "9.3264", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), (0, jsx_runtime_1.jsx)("line", { x1: "7.1001", y1: "11.4626", x2: "14.0221", y2: "11.4626", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), 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: "1.5", 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.3231,16.6642 L5.3231,7.3362 C5.3231,5.9552 6.4421,4.8362 7.8231,4.8362 L16.1771,4.8362 C17.5571,4.8362 18.6771,5.9552 18.6771,7.3362 L18.6771,16.6642 C18.6771,18.0452 17.5571,19.1642 16.1771,19.1642 L7.8231,19.1642 C6.4421,19.1642 5.3231,18.0452 5.3231,16.6642 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 LightBulb = 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: "M16.2657,16.2623 C16.3927,16.0193 16.4997,15.7633 16.5847,15.4973 C16.8047,14.8073 17.1317,14.1523 17.5697,13.5753 C18.4617,12.4023 18.9907,10.9393 18.9907,9.3523 C18.9907,5.3813 15.6807,2.1843 11.6697,2.3683 C8.0987,2.5333 5.1967,5.4233 5.0177,8.9933 C4.9337,10.6803 5.4487,12.2443 6.3677,13.4913 C6.8127,14.0953 7.1837,14.7533 7.4067,15.4693 C7.4937,15.7493 7.6057,16.0183 7.7407,16.2743 M12,16.2739 L12,11.2099 M9.5962,10.8088 L14.4042,10.8088 M8.3788,18.8647 L15.6208,18.8647 M9.3794,21.3113 L14.6204,21.3113" }, 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: "1.5", d: "M16.2657,17.8286 C16.3927,17.5936 16.4997,16.1496 16.5847,15.8936 C16.8047,15.2276 17.1317,14.5956 17.5697,14.0386 C18.4617,12.9066 18.9907,11.4946 18.9907,9.9636 C18.9907,6.1326 15.6807,3.0476 11.6697,3.2256 C8.0987,3.3836 5.1967,6.1726 5.0177,9.6176 C4.9337,11.2456 5.4487,12.7536 6.3677,13.9576 C6.8127,14.5406 7.1837,15.1756 7.4067,15.8666 C7.4937,16.1366 7.6057,17.5936 7.7407,17.8396 L16.2657,17.8286 Z M12,17.3305 L12,11.5785 M9.5962,11.1775 L14.4042,11.1775 M8.7782,20.7819 L15.2222,20.7819" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = LightBulb;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var MinusCircle = 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: "M12.0001,2 C6.4771,2 2.0001,6.477 2.0001,12 C2.0001,17.523 6.4771,22 12.0001,22 C17.5231,22 22.0001,17.523 22.0001,12 C22.0001,6.477 17.5231,2 12.0001,2 M12.0001,3.5 C16.6871,3.5 20.5001,7.313 20.5001,12 C20.5001,16.687 16.6871,20.5 12.0001,20.5 C7.3131,20.5 3.5001,16.687 3.5001,12 C3.5001,7.313 7.3131,3.5 12.0001,3.5", fill: color }, void 0), (0, jsx_runtime_1.jsx)("line", { x1: "15.5355339", y1: "8.46446609", x2: "8.46446609", y2: "15.5355339", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", transform: "translate(12, 12) rotate(-315) translate(-12, -12)" }, 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: "1.5", d: "M12,21 C16.971,21 21,16.971 21,12 C21,7.029 16.971,3 12,3 C7.029,3 3,7.029 3,12 C3,16.971 7.029,21 12,21 Z M8.8,12 L15.2,12 L8.8,12 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = MinusCircle;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var PlusCircle = 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: "M12.0001,2 C6.4771,2 2.0001,6.477 2.0001,12 C2.0001,17.523 6.4771,22 12.0001,22 C17.5231,22 22.0001,17.523 22.0001,12 C22.0001,6.477 17.5231,2 12.0001,2 M12.0001,3.5 C16.6871,3.5 20.5001,7.313 20.5001,12 C20.5001,16.687 16.6871,20.5 12.0001,20.5 C7.3131,20.5 3.5001,16.687 3.5001,12 C3.5001,7.313 7.3131,3.5 12.0001,3.5", id: "Fill-3", fill: color }, void 0), (0, jsx_runtime_1.jsx)("path", { d: "M8.33333333,8.33333333 L15.6666667,15.6666667 M15.6666667,8.33333333 L8.33333333,15.6666667", id: "Combined-Shape", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", transform: "translate(12.000000, 12.000000) rotate(-315.000000) translate(-12.000000, -12.000000) " }, 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: "1.5", d: "M12,21 C16.971,21 21,16.971 21,12 C21,7.029 16.971,3 12,3 C7.029,3 3,7.029 3,12 C3,16.971 7.029,21 12,21 Z M7.9129,12 L16.0869,12 M12,7.9129 L12,16.0869" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = PlusCircle;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Richtext = 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.jsxs)("g", __assign({ transform: "translate(3.25, 3.25)" }, { children: [(0, jsx_runtime_1.jsx)("line", { x1: "4.1651", y1: "4.2638", x2: "8.1951", y2: "4.2638", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), (0, jsx_runtime_1.jsx)("line", { x1: "4.1651", y1: "11.0016", x2: "13.0871", y2: "11.0016", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), (0, jsx_runtime_1.jsx)("line", { x1: "4.1651", y1: "13.2362", x2: "13.0871", y2: "13.2362", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), (0, jsx_runtime_1.jsx)("line", { x1: "6.1803", y1: "4.2638", x2: "6.1803", y2: "8.2938", stroke: color, strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), (0, jsx_runtime_1.jsx)("path", { d: "M14,0 L3.5,0 C1.567,0 0,1.567 0,3.5 L0,14 C0,15.933 1.567,17.5 3.5,17.5 L14,17.5 C15.933,17.5 17.5,15.933 17.5,14 L17.5,3.5 C17.5,1.567 15.933,0 14,0 L14,0 Z M14,1.5 C15.103,1.5 16,2.397 16,3.5 L16,14 C16,15.103 15.103,16 14,16 L3.5,16 C2.397,16 1.5,15.103 1.5,14 L1.5,3.5 C1.5,2.397 2.397,1.5 3.5,1.5 L14,1.5 Z", fill: color }, void 0)] }), 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: "1.5", d: "M7.4838,7.8001 L12.3958,7.8001 M9.9398,7.8001 L9.9398,12.7121 M7.594,16.1999 L16.516,16.1999" }, void 0), (0, jsx_runtime_1.jsx)("path", { fill: color, d: "M17.25,3.2501 L6.75,3.2501 C4.817,3.2501 3.25,4.8171 3.25,6.7501 L3.25,17.2501 C3.25,19.1831 4.817,20.7501 6.75,20.7501 L17.25,20.7501 C19.183,20.7501 20.75,19.1831 20.75,17.2501 L20.75,6.7501 C20.75,4.8171 19.183,3.2501 17.25,3.2501 L17.25,3.2501 Z M17.25,4.7501 C18.353,4.7501 19.25,5.6471 19.25,6.7501 L19.25,17.2501 C19.25,18.3531 18.353,19.2501 17.25,19.2501 L6.75,19.2501 C5.647,19.2501 4.75,18.3531 4.75,17.2501 L4.75,6.7501 C4.75,5.6471 5.647,4.7501 6.75,4.7501 L17.25,4.7501 Z" }, void 0)] }), void 0) }), void 0));
29
29
  };
30
30
  exports.default = Richtext;