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 LayerForward = 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,20.0359 L4.4037,15.9779 C3.7737,15.5869 3.7737,14.6689 4.4037,14.2779 L10.9457,10.2199 C11.5917,9.8199 12.4087,9.8199 13.0547,10.2199 L19.5957,14.2779 C20.2267,14.6689 20.2267,15.5869 19.5957,15.9779 L13.0547,20.0359 C12.4087,20.4369 11.5917,20.4369 10.9457,20.0359 Z", stroke: color, strokeWidth: "1.702", strokeLinecap: "round", strokeLinejoin: "round" }, void 0), (0, jsx_runtime_1.jsx)("path", { d: "M20.0454,10.4444 C20.5934,10.1044 20.9204,9.5154 20.9204,8.8714 C20.9194,8.2264 20.5924,7.6384 20.0454,7.2984 L13.5034,3.2404 C12.5764,2.6664 11.4234,2.6664 10.4974,3.2404 L3.9554,7.2984 C3.4074,7.6384 3.08039771,8.2264 3.08039771,8.8714 C3.0794,9.5154 3.4064,10.1044 3.9554,10.4454 L10.4964,14.5024 C10.9604,14.7904 11.4804,14.9344 12.0004,14.9344 C12.5204,14.9344 13.0394,14.7914 13.5034,14.5034 L20.0454,10.4444 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: "M12.5149,19.0266 C12.1979,19.2216 11.8029,19.2216 11.4859,19.0266 L5.0219,15.0366 L8.1899,13.0716 L10.4959,14.5026 C10.9599,14.7906 11.4809,14.9346 11.9999,14.9346 C12.5199,14.9346 13.0389,14.7916 13.5029,14.5036 L15.8189,13.0666 L18.9779,15.0166 L12.5149,19.0266 Z M20.0329,13.3376 L17.7069,11.8946 L20.0449,10.4446 C20.5929,10.1046 20.9199,9.5156 20.9199,8.8716 C20.9189,8.2266 20.5919,7.6386 20.0449,7.2986 L13.5029,3.2406 C12.5769,2.6666 11.4239,2.6666 10.4969,3.2406 L3.9549,7.2986 C3.4079,7.6386 3.0799,8.2266 3.0799,8.8716 C3.0789,9.5156 3.4069,10.1046 3.9549,10.4456 L6.2929,11.8946 L3.9669,13.3376 C3.3789,13.7026 3.0279,14.3346 3.0279,15.0266 C3.0279,15.7186 3.3789,16.3506 3.9679,16.7156 L10.4309,20.7256 L10.4319,20.7256 C10.9149,21.0256 11.4569,21.1756 11.9999,21.1756 C12.5419,21.1756 13.0849,21.0256 13.5689,20.7256 L20.0329,16.7156 C20.6209,16.3506 20.9729,15.7186 20.9729,15.0266 C20.9729,14.3346 20.6209,13.7026 20.0329,13.3376 L20.0329,13.3376 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = LayerForward;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var Layout = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M11.5925,10.0428 L19.7495,10.0428 C20.3025,10.0428 20.7495,9.5948 20.7495,9.0428 L20.7495,6.7498 C20.7495,4.8168 19.1825,3.2498 17.2495,3.2498 L11.5925,3.2498 C11.0405,3.2498 10.5925,3.6978 10.5925,4.2498 L10.5925,9.0428 C10.5925,9.5948 11.0405,10.0428 11.5925,10.0428 M8.0925,3.25 L6.7495,3.25 C4.8165,3.25 3.2495,4.817 3.2495,6.75 L3.2495,17.25 C3.2495,19.183 4.8165,20.75 6.7495,20.75 L8.0925,20.75 C8.6445,20.75 9.0925,20.302 9.0925,19.75 L9.0925,4.25 C9.0925,3.698 8.6445,3.25 8.0925,3.25 M10.5925,12.5428 L10.5925,19.7498 C10.5925,20.3018 11.0405,20.7498 11.5925,20.7498 L17.2495,20.7498 C19.1825,20.7498 20.7495,19.1828 20.7495,17.2498 L20.7495,12.5428 C20.7495,11.9908 20.3025,11.5428 19.7495,11.5428 L11.5925,11.5428 C11.0405,11.5428 10.5925,11.9908 10.5925,12.5428", 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.9614,14.9837 C21.3074,15.3067 21.5054021,15.7367 21.5054021,16.1987 C21.5064,16.8117 21.1574,17.3717 20.5734,17.6957 L13.6014,21.5577 C13.1074,21.8317 12.5544,21.9677 12.0004,21.9677 C11.4464,21.9677 10.8924,21.8307 10.3984,21.5567 L3.4264,17.6967 C2.8424,17.3717 2.4934,16.8117 2.49439786,16.1987 C2.49439786,15.7367 2.6924,15.3067 3.0384,14.9837 C3.1524,15.0897 3.2824,15.1857 3.4264,15.2657 L10.3984,19.1257 C10.8924,19.3997 11.4464,19.5367 12.0004,19.5367 C12.5544,19.5367 13.1074,19.4007 13.6014,19.1267 L20.5734,15.2647 C20.7184,15.1847 20.8474,15.0897 20.9614,14.9837 Z M20.9614,10.8975 C21.3074,11.2205 21.5054021,11.6505 21.5054021,12.1125 C21.5064,12.7255 21.1574,13.2855 20.5734,13.6095 L13.6014,17.4715 C13.1074,17.7455 12.5544,17.8815 12.0004,17.8815 C11.4464,17.8815 10.8924,17.7445 10.3984,17.4705 L3.4264,13.6105 C2.8424,13.2855 2.4934,12.7255 2.49439786,12.1125 C2.49439786,11.6505 2.6924,11.2205 3.0384,10.8975 C3.1524,11.0035 3.2824,11.0995 3.4264,11.1795 L10.3984,15.0395 C10.8924,15.3135 11.4464,15.4505 12.0004,15.4505 C12.5544,15.4505 13.1074,15.3145 13.6014,15.0405 L20.5734,11.1785 C20.7184,11.0985 20.8474,11.0035 20.9614,10.8975 Z M13.6017,2.4419 L20.5727,6.3039 C21.1567,6.6269 21.5047,7.1869 21.5057,7.7999 C21.5057,8.4129 21.1577,8.9739 20.5737,9.2969 L13.6017,13.1589 C13.1077,13.4329 12.5537,13.5699 11.9997,13.5699 C11.4467,13.5699 10.8917,13.4319 10.3977,13.1579 L3.4267,9.2979 C2.8427,8.9739 2.4937,8.4129 2.49469786,7.7999 C2.49469786,7.1869 2.8437,6.6269 3.4277,6.3039 L10.3987,2.4419 C11.3857,1.8949 12.6137,1.8949 13.6017,2.4419 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = Layout;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var 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;
@@ -25,6 +25,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
25
25
  var jsx_runtime_1 = require("react/jsx-runtime");
26
26
  var LogoYt = function (_a) {
27
27
  var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
- return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("g", __assign({ stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" }, { children: (0, jsx_runtime_1.jsx)("path", { d: "M9.9805,15.0292 L9.9805,8.9712 L15.2265,12.0002 L9.9805,15.0292 Z M21.6755,7.1392 C21.4425,6.2702 20.7585,5.5862 19.8895,5.3542 C18.3145,4.9322 11.9995,4.9322 11.9995,4.9322 C11.9995,4.9322 5.6845,4.9322 4.1095,5.3542 C3.2405,5.5862 2.5565,6.2702 2.3245,7.1392 C1.9025,8.7142 1.9025,12.0002 1.9025,12.0002 C1.9025,12.0002 1.9025,15.2862 2.3245,16.8602 C2.5565,17.7292 3.2405,18.4142 4.1095,18.6462 C5.6845,19.0682 11.9995,19.0682 11.9995,19.0682 C11.9995,19.0682 18.3145,19.0682 19.8895,18.6462 C20.7585,18.4142 21.4425,17.7292 21.6755,16.8602 C22.0975,15.2862 22.0975,12.0002 22.0975,12.0002 C22.0975,12.0002 22.0975,8.7142 21.6755,7.1392 L21.6755,7.1392 Z", fill: color }, void 0) }), void 0) }), void 0));
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinejoin: "round", strokeWidth: "2", d: "M9.9805,15.0292 L9.9805,8.9712 L15.2265,12.0002 L9.9805,15.0292 Z M21.6755,6.8482 C21.4425,5.9282 20.7585,5.2032 19.8895,4.9562 C18.3145,4.5092 11.9995,4.5092 11.9995,4.5092 C11.9995,4.5092 5.6845,4.5092 4.1095,4.9562 C3.2405,5.2032 2.5565,5.9282 2.3245,6.8482 C1.9025,8.5182 1.9025,12.0002 1.9025,12.0002 C1.9025,12.0002 1.9025,15.4822 2.3245,17.1512 C2.5565,18.0722 3.2405,18.7972 4.1095,19.0432 C5.6845,19.4902 11.9995,19.4902 11.9995,19.4902 C11.9995,19.4902 18.3145,19.4902 19.8895,19.0432 C20.7585,18.7972 21.4425,18.0722 21.6755,17.1512 C22.0975,15.4822 22.0975,12.0002 22.0975,12.0002 C22.0975,12.0002 22.0975,8.5182 21.6755,6.8482 Z" }, void 0) }), void 0));
29
29
  };
30
30
  exports.default = LogoYt;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const 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;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const TextAlignBottom: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default TextAlignBottom;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var TextAlignBottom = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M18.1204,19.8321 L5.8794,19.8321 M12,15.2274 L12,4.1684 M16.5867,11.5903 L11.9997,16.1773 L7.4137,11.5903" }, void 0) }), void 0));
29
+ };
30
+ exports.default = TextAlignBottom;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const TextAlignCenter: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default TextAlignCenter;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var TextAlignCenter = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2.2", d: "M4.3458,6.2632 L19.6538,6.2632 M7.6412,12 L16.3592,12 M7.6412,17.7368 L16.3592,17.7368" }, void 0) }), void 0));
29
+ };
30
+ exports.default = TextAlignCenter;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const TextAlignLeft: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default TextAlignLeft;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var TextAlignLeft = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2.2", d: "M4.3458,6.2632 L19.6538,6.2632 M4.3458,12 L13.0638,12 M4.3458,17.7368 L13.0638,17.7368" }, void 0) }), void 0));
29
+ };
30
+ exports.default = TextAlignLeft;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const TextAlignMiddle: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default TextAlignMiddle;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var TextAlignMiddle = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M5.8796,12 L18.1206,12 M12,16.0369 L12,21.0419 M9.3148,17.9123 L11.9998,15.2273 L14.6848,17.9123 M12,7.9631 L12,2.9581 M14.6852,6.0877 L12.0002,8.7727 L9.3152,6.0877" }, void 0) }), void 0));
29
+ };
30
+ exports.default = TextAlignMiddle;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const TextAlignRight: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default TextAlignRight;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ var jsx_runtime_1 = require("react/jsx-runtime");
26
+ var TextAlignRight = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2.2", d: "M4.3458,6.2632 L19.6538,6.2632 M10.9365,12 L19.6545,12 M10.9365,17.7368 L19.6545,17.7368" }, void 0) }), void 0));
29
+ };
30
+ exports.default = TextAlignRight;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const TextAlignTop: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default TextAlignTop;