pds-dev-kit-web-test 2.7.545 → 2.7.546

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 (67) hide show
  1. package/dist/src/common/assets/icons/fill/ArrowStemLeft01.d.ts +4 -0
  2. package/dist/src/common/assets/icons/fill/ArrowStemLeft01.js +30 -0
  3. package/dist/src/common/assets/icons/fill/ArrowStemRight01.d.ts +4 -0
  4. package/dist/src/common/assets/icons/fill/ArrowStemRight01.js +30 -0
  5. package/dist/src/common/assets/icons/fill/Braces.d.ts +4 -0
  6. package/dist/src/common/assets/icons/fill/Braces.js +30 -0
  7. package/dist/src/common/assets/icons/fill/HalfArrowStemLeft01.d.ts +4 -0
  8. package/dist/src/common/assets/icons/fill/HalfArrowStemLeft01.js +30 -0
  9. package/dist/src/common/assets/icons/fill/HalfArrowStemRight01.d.ts +4 -0
  10. package/dist/src/common/assets/icons/fill/HalfArrowStemRight01.js +30 -0
  11. package/dist/src/common/assets/icons/fill/PostDetail.d.ts +4 -0
  12. package/dist/src/common/assets/icons/fill/PostDetail.js +30 -0
  13. package/dist/src/common/assets/icons/fill/Widget.d.ts +4 -0
  14. package/dist/src/common/assets/icons/fill/Widget.js +30 -0
  15. package/dist/src/common/assets/icons/fill/index.d.ts +8 -1
  16. package/dist/src/common/assets/icons/fill/index.js +15 -1
  17. package/dist/src/common/assets/icons/line/ArrowStemLeft01.d.ts +4 -0
  18. package/dist/src/common/assets/icons/line/ArrowStemLeft01.js +30 -0
  19. package/dist/src/common/assets/icons/line/ArrowStemRight01.d.ts +4 -0
  20. package/dist/src/common/assets/icons/line/ArrowStemRight01.js +30 -0
  21. package/dist/src/common/assets/icons/line/Braces.d.ts +4 -0
  22. package/dist/src/common/assets/icons/line/Braces.js +30 -0
  23. package/dist/src/common/assets/icons/line/HalfArrowStemLeft01.d.ts +4 -0
  24. package/dist/src/common/assets/icons/line/HalfArrowStemLeft01.js +30 -0
  25. package/dist/src/common/assets/icons/line/HalfArrowStemRight01.d.ts +4 -0
  26. package/dist/src/common/assets/icons/line/HalfArrowStemRight01.js +30 -0
  27. package/dist/src/common/assets/icons/line/PostDetail.d.ts +4 -0
  28. package/dist/src/common/assets/icons/line/PostDetail.js +30 -0
  29. package/dist/src/common/assets/icons/line/Widget.d.ts +4 -0
  30. package/dist/src/common/assets/icons/line/Widget.js +30 -0
  31. package/dist/src/common/assets/icons/line/index.d.ts +8 -1
  32. package/dist/src/common/assets/icons/line/index.js +15 -1
  33. package/dist/src/common/styles/colorSet/UIColor.json +5 -1
  34. package/dist/src/common/styles/colorSet/index.d.ts +925 -921
  35. package/dist/src/common/styles/colorSet/index.js +3 -3
  36. package/dist/src/common/styles/colorSet/ui-type.d.ts +4 -0
  37. package/dist/src/desktop/components/BoxItem/BoxItem.d.ts +3 -3
  38. package/dist/src/desktop/components/BoxItem/BoxItem.js +22 -12
  39. package/dist/src/desktop/components/Chip/Chip.d.ts +2 -1
  40. package/dist/src/desktop/components/Chip/Chip.js +45 -22
  41. package/dist/src/desktop/components/ReactionButton/ReactionButton.js +1 -1
  42. package/dist/src/desktop/components/Select/Select.d.ts +1 -0
  43. package/dist/src/desktop/components/Select/Select.js +1 -1
  44. package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.d.ts +1 -1
  45. package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.js +13 -3
  46. package/dist/src/hybrid/components/ImageView/ImageView.d.ts +2 -1
  47. package/dist/src/hybrid/components/ImageView/ImageView.js +2 -2
  48. package/dist/src/mobile/components/BoxItem/BoxItem.d.ts +3 -3
  49. package/dist/src/mobile/components/BoxItem/BoxItem.js +22 -12
  50. package/dist/src/mobile/components/Chip/Chip.d.ts +2 -1
  51. package/dist/src/mobile/components/Chip/Chip.js +45 -22
  52. package/dist/src/mobile/components/MobileTabBar/MobileTabBar.d.ts +3 -1
  53. package/dist/src/mobile/components/MobileTabBar/MobileTabBar.js +13 -2
  54. package/dist/src/mobile/components/ReactionButton/ReactionButton.js +1 -1
  55. package/dist/src/mobile/components/Select/Select.d.ts +1 -0
  56. package/dist/src/mobile/components/Select/Select.js +1 -1
  57. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +2 -1
  58. package/dist/src/sub/DynamicLayout/gleStyles.js +1 -1
  59. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +0 -2
  60. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +3 -4
  61. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.js +5 -3
  62. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.js +1 -1
  63. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +3 -2
  64. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.js +2 -2
  65. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +1 -1
  66. package/package.json +1 -1
  67. package/release-note.md +2 -2
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const ArrowStemLeft: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default ArrowStemLeft;
@@ -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 ArrowStemLeft = 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, strokeWidth: "2.5", d: "M11.2965,19.5 L3.7965,12 L11.2965,4.5 M3.9035,12 L20.2035,12" }) })));
29
+ };
30
+ exports.default = ArrowStemLeft;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const ArrowStemRight: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default ArrowStemRight;
@@ -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 ArrowStemRight = 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, strokeWidth: "2.5", d: "M12.7035,4.5 L20.2035,12 L12.7035,19.5 M20.0965,12 L3.7965,12" }) })));
29
+ };
30
+ exports.default = ArrowStemRight;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const Braces: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default Braces;
@@ -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 Braces = 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: "M9.2625,19.9285 L7.4585,19.9285 C6.2505,19.9285 5.2705,18.9485 5.2715,17.7395 L5.2735,15.6875 C5.2745,14.4405 4.6385,13.2785 3.5875,12.6075 L2.6375,11.9995 L3.5875,11.3925 C4.6385,10.7215 5.2745,9.5595 5.2735,8.3125 L5.2715,6.2605 C5.2705,5.0515 6.2505,4.0715 7.4585,4.0715 L9.2625,4.0715 M14.7375,19.9285 L16.5415,19.9285 C17.7495,19.9285 18.7295,18.9485 18.7285,17.7395 L18.7265,15.6875 C18.7255,14.4405 19.3615,13.2785 20.4125,12.6075 L21.3625,11.9995 L20.4125,11.3925 C19.3615,10.7215 18.7255,9.5595 18.7265,8.3125 L18.7285,6.2605 C18.7295,5.0515 17.7495,4.0715 16.5415,4.0715 L14.7375,4.0715" }) })));
29
+ };
30
+ exports.default = Braces;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const HalfArrowStemLeft01: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default HalfArrowStemLeft01;
@@ -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 HalfArrowStemLeft01 = 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)("polyline", { fill: "none", stroke: color, strokeWidth: "2.5", points: "20.797 13.758 4.796 13.758 10.144 8.31" }) })));
29
+ };
30
+ exports.default = HalfArrowStemLeft01;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const HalfArrowStemRight01: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default HalfArrowStemRight01;
@@ -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 HalfArrowStemRight01 = 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)("polyline", { fill: "none", stroke: color, strokeWidth: "2.5", points: "2.904 13.758 18.904 13.758 13.556 8.31" }) })));
29
+ };
30
+ exports.default = HalfArrowStemRight01;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const PostDetail: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default PostDetail;
@@ -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 PostDetail = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M18.111,1 L5.889,1 C3.741,1 2,2.741 2,4.889 L2,18.222 C2,20.37 3.741,22.111 5.889,22.111 L18.111,22.111 C20.259,22.111 22,20.37 22,18.222 L22,4.889 C22,2.741 20.259,1 18.111,1 L18.111,1 Z M18.111,3 C19.153,3 20,3.847 20,4.889 L20,18.222 C20,19.264 19.153,20.111 18.111,20.111 L5.889,20.111 C4.847,20.111 4,19.264 4,18.222 L4,4.889 C4,3.847 4.847,3 5.889,3 L18.111,3 Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "2", d: "M6.5289,6.3123 L11.7809,6.3123 M6.5289,12.9668 L15.9079,12.9668 M6.5289,16.5522 L15.8369,16.5522" })] })));
29
+ };
30
+ exports.default = PostDetail;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const Widget: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default Widget;
@@ -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 Widget = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M18.111,1 C20.259,1 22,2.741 22,4.889 L22,18.222 C22,20.37 20.259,22.111 18.111,22.111 L5.889,22.111 C3.741,22.111 2,20.37 2,18.222 L2,4.889 C2,2.741 3.741,1 5.889,1 Z M18.111,3 L5.889,3 C4.847,3 4,3.847 4,4.889 L4,18.222 C4,19.264 4.847,20.111 5.889,20.111 L18.111,20.111 C19.153,20.111 20,19.264 20,18.222 L20,4.889 C20,3.847 19.153,3 18.111,3 Z M8.9138,15.052 C9.4068,15.052 9.8068,15.451 9.8068,15.945 L9.8068,17.33 C9.8068,17.823 9.4068,18.223 8.9138,18.223 L7.3018,18.223 C6.8088,18.223 6.4088,17.823 6.4088,17.33 L6.4088,15.945 C6.4088,15.451 6.8088,15.052 7.3018,15.052 L8.9138,15.052 Z M8.9138,9.9703 C9.4068,9.9703 9.8068,10.3693 9.8068,10.8633 L9.8068,12.2483 C9.8068,12.7413 9.4068,13.1413 8.9138,13.1413 L7.3018,13.1413 C6.8088,13.1413 6.4088,12.7413 6.4088,12.2483 L6.4088,10.8633 C6.4088,10.3693 6.8088,9.9703 7.3018,9.9703 L8.9138,9.9703 Z M8.9138,4.8887 C9.4068,4.8887 9.8068,5.2877 9.8068,5.7817 L9.8068,7.1667 C9.8068,7.6597 9.4068,8.0597 8.9138,8.0597 L7.3018,8.0597 C6.8088,8.0597 6.4088,7.6597 6.4088,7.1667 L6.4088,5.7817 C6.4088,5.2877 6.8088,4.8887 7.3018,4.8887 L8.9138,4.8887 Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "2", d: "M12.3874,6.4739 L16.6674,6.4739 M12.3874,11.5556 L16.6674,11.5556 M12.3874,16.6373 L16.6674,16.6373" })] })));
29
+ };
30
+ exports.default = Widget;
@@ -18,6 +18,7 @@ declare const fillIcons: {
18
18
  readonly ic_bell_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
19
19
  readonly ic_bell_style: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
20
20
  readonly ic_bookmark: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
21
+ readonly ic_braces: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
21
22
  readonly ic_button: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
22
23
  readonly ic_calendar: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
23
24
  readonly ic_call: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -88,6 +89,7 @@ declare const fillIcons: {
88
89
  readonly ic_photo: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
89
90
  readonly ic_pin: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
90
91
  readonly ic_plan: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
92
+ readonly ic_plugin: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
91
93
  readonly ic_plus_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
92
94
  readonly ic_plus_round: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
93
95
  readonly ic_post_free: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -170,6 +172,11 @@ declare const fillIcons: {
170
172
  readonly ic_cam_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
171
173
  readonly ic_gift: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
172
174
  readonly ic_variable_preview: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
173
- readonly ic_plugin: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
175
+ readonly ic_post_detail: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
176
+ readonly ic_widget: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
177
+ readonly ic_arrow_stem_left_01: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
178
+ readonly ic_arrow_stem_right_01: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
179
+ readonly ic_half_arrow_stem_left_01: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
180
+ readonly ic_half_arrow_stem_right_01: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
174
181
  };
175
182
  export default fillIcons;
@@ -13,6 +13,8 @@ var AlignTop_1 = __importDefault(require("./AlignTop"));
13
13
  var ArrowDown_1 = __importDefault(require("./ArrowDown"));
14
14
  var ArrowDownStepper_1 = __importDefault(require("./ArrowDownStepper"));
15
15
  var ArrowRoundLeft_1 = __importDefault(require("./ArrowRoundLeft"));
16
+ var ArrowStemLeft01_1 = __importDefault(require("./ArrowStemLeft01"));
17
+ var ArrowStemRight01_1 = __importDefault(require("./ArrowStemRight01"));
16
18
  var ArrowUp_1 = __importDefault(require("./ArrowUp"));
17
19
  var ArrowUpStepper_1 = __importDefault(require("./ArrowUpStepper"));
18
20
  var Audio_1 = __importDefault(require("./Audio"));
@@ -21,6 +23,7 @@ var BellNotification_1 = __importDefault(require("./BellNotification"));
21
23
  var BellOff_1 = __importDefault(require("./BellOff"));
22
24
  var BellStyle_1 = __importDefault(require("./BellStyle"));
23
25
  var Bookmark_1 = __importDefault(require("./Bookmark"));
26
+ var Braces_1 = __importDefault(require("./Braces"));
24
27
  var BringForward_1 = __importDefault(require("./BringForward"));
25
28
  var BringToFront_1 = __importDefault(require("./BringToFront"));
26
29
  var BringToFrontArrow_1 = __importDefault(require("./BringToFrontArrow"));
@@ -65,6 +68,8 @@ var EyeClose_1 = __importDefault(require("./EyeClose"));
65
68
  var Face_1 = __importDefault(require("./Face"));
66
69
  var Gift_1 = __importDefault(require("./Gift"));
67
70
  var Group_1 = __importDefault(require("./Group"));
71
+ var HalfArrowStemLeft01_1 = __importDefault(require("./HalfArrowStemLeft01"));
72
+ var HalfArrowStemRight01_1 = __importDefault(require("./HalfArrowStemRight01"));
68
73
  var Heart_1 = __importDefault(require("./Heart"));
69
74
  var HelpWindow_1 = __importDefault(require("./HelpWindow"));
70
75
  var Home_1 = __importDefault(require("./Home"));
@@ -109,6 +114,7 @@ var Plan_1 = __importDefault(require("./Plan"));
109
114
  var Plugin_1 = __importDefault(require("./Plugin"));
110
115
  var PlusCircle_1 = __importDefault(require("./PlusCircle"));
111
116
  var PlusRound_1 = __importDefault(require("./PlusRound"));
117
+ var PostDetail_1 = __importDefault(require("./PostDetail"));
112
118
  var PostFree_1 = __importDefault(require("./PostFree"));
113
119
  var PostInquiry_1 = __importDefault(require("./PostInquiry"));
114
120
  var PostNotice_1 = __importDefault(require("./PostNotice"));
@@ -173,6 +179,7 @@ var VideoStop_1 = __importDefault(require("./VideoStop"));
173
179
  var VideoSubtitle_1 = __importDefault(require("./VideoSubtitle"));
174
180
  var VideoType_1 = __importDefault(require("./VideoType"));
175
181
  var Vodplus_1 = __importDefault(require("./Vodplus"));
182
+ var Widget_1 = __importDefault(require("./Widget"));
176
183
  var Xmark_1 = __importDefault(require("./Xmark"));
177
184
  var fillIcons = {
178
185
  ic_accordion: Accordion_1.default,
@@ -193,6 +200,7 @@ var fillIcons = {
193
200
  ic_bell_off: BellOff_1.default,
194
201
  ic_bell_style: BellStyle_1.default,
195
202
  ic_bookmark: Bookmark_1.default,
203
+ ic_braces: Braces_1.default,
196
204
  ic_button: Button_1.default,
197
205
  ic_calendar: Calendar_1.default,
198
206
  ic_call: Call_1.default,
@@ -263,6 +271,7 @@ var fillIcons = {
263
271
  ic_photo: Photo_1.default,
264
272
  ic_pin: Pin_1.default,
265
273
  ic_plan: Plan_1.default,
274
+ ic_plugin: Plugin_1.default,
266
275
  ic_plus_circle: PlusCircle_1.default,
267
276
  ic_plus_round: PlusRound_1.default,
268
277
  ic_post_free: PostFree_1.default,
@@ -345,6 +354,11 @@ var fillIcons = {
345
354
  ic_cam_off: CamOff_1.default,
346
355
  ic_gift: Gift_1.default,
347
356
  ic_variable_preview: VariablePreview_1.default,
348
- ic_plugin: Plugin_1.default
357
+ ic_post_detail: PostDetail_1.default,
358
+ ic_widget: Widget_1.default,
359
+ ic_arrow_stem_left_01: ArrowStemLeft01_1.default,
360
+ ic_arrow_stem_right_01: ArrowStemRight01_1.default,
361
+ ic_half_arrow_stem_left_01: HalfArrowStemLeft01_1.default,
362
+ ic_half_arrow_stem_right_01: HalfArrowStemRight01_1.default
349
363
  };
350
364
  exports.default = fillIcons;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const ArrowStemLeft: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default ArrowStemLeft;
@@ -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 ArrowStemLeft = 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, strokeWidth: "1.5", d: "M11.2965,19.5 L3.7965,12 L11.2965,4.5 M3.9035,12 L20.2035,12" }) })));
29
+ };
30
+ exports.default = ArrowStemLeft;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const ArrowStemRight: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default ArrowStemRight;
@@ -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 ArrowStemRight = 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, strokeWidth: "1.5", d: "M12.7035,4.5 L20.2035,12 L12.7035,19.5 M20.0965,12 L3.7965,12" }) })));
29
+ };
30
+ exports.default = ArrowStemRight;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const Braces: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default Braces;
@@ -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 Braces = 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: "1.5", d: "M9.2625,19.9285 L7.4585,19.9285 C6.2505,19.9285 5.2705,18.9485 5.2715,17.7395 L5.2735,15.6875 C5.2745,14.4405 4.6385,13.2785 3.5875,12.6075 L2.6375,11.9995 L3.5875,11.3925 C4.6385,10.7215 5.2745,9.5595 5.2735,8.3125 L5.2715,6.2605 C5.2705,5.0515 6.2505,4.0715 7.4585,4.0715 L9.2625,4.0715 M14.7375,19.9285 L16.5415,19.9285 C17.7495,19.9285 18.7295,18.9485 18.7285,17.7395 L18.7265,15.6875 C18.7255,14.4405 19.3615,13.2785 20.4125,12.6075 L21.3625,11.9995 L20.4125,11.3925 C19.3615,10.7215 18.7255,9.5595 18.7265,8.3125 L18.7285,6.2605 C18.7295,5.0515 17.7495,4.0715 16.5415,4.0715 L14.7375,4.0715" }) })));
29
+ };
30
+ exports.default = Braces;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const HalfArrowStemLeft01: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default HalfArrowStemLeft01;
@@ -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 HalfArrowStemLeft01 = 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)("polyline", { fill: "none", stroke: color, strokeWidth: "1.5", points: "20.797 13.758 4.796 13.758 10.144 8.31" }) })));
29
+ };
30
+ exports.default = HalfArrowStemLeft01;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const HalfArrowStemRight01: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default HalfArrowStemRight01;
@@ -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 HalfArrowStemRight01 = 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)("polyline", { fill: "none", stroke: color, strokeWidth: "1.5", points: "2.904 13.758 18.904 13.758 13.556 8.31" }) })));
29
+ };
30
+ exports.default = HalfArrowStemRight01;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const PostDetail: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default PostDetail;
@@ -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 PostDetail = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M18.111,1.5 L5.889,1.5 C3.741,1.5 2,3.241 2,5.389 L2,18.722 C2,20.87 3.741,22.611 5.889,22.611 L18.111,22.611 C20.259,22.611 22,20.87 22,18.722 L22,5.389 C22,3.241 20.259,1.5 18.111,1.5 L18.111,1.5 Z M18.111,3 C19.428,3 20.5,4.072 20.5,5.389 L20.5,18.722 C20.5,20.039 19.428,21.111 18.111,21.111 L5.889,21.111 C4.572,21.111 3.5,20.039 3.5,18.722 L3.5,5.389 C3.5,4.072 4.572,3 5.889,3 L18.111,3 Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "1.5", d: "M6.5289,6.8123 L11.7809,6.8123 M6.5289,13.4668 L15.9079,13.4668 M6.5289,17.0522 L15.8369,17.0522" })] })));
29
+ };
30
+ exports.default = PostDetail;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const Widget: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default Widget;
@@ -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 Widget = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsxs)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M18.111,1.5 C20.259,1.5 22,3.241 22,5.389 L22,18.722 C22,20.87 20.259,22.611 18.111,22.611 L5.889,22.611 C3.741,22.611 2,20.87 2,18.722 L2,5.389 C2,3.241 3.741,1.5 5.889,1.5 Z M18.111,3 L5.889,3 C4.572,3 3.5,4.072 3.5,5.389 L3.5,18.722 C3.5,20.039 4.572,21.111 5.889,21.111 L18.111,21.111 C19.428,21.111 20.5,20.039 20.5,18.722 L20.5,5.389 C20.5,4.072 19.428,3 18.111,3 Z M8.9001,15.552 C9.3661,15.552 9.7431,15.929 9.7431,16.395 L9.7431,17.88 C9.7431,18.345 9.3661,18.723 8.9001,18.723 L7.1891,18.723 C6.7231,18.723 6.3451,18.345 6.3451,17.88 L6.3451,16.395 C6.3451,15.929 6.7231,15.552 7.1891,15.552 L8.9001,15.552 Z M8.9001,10.4703 C9.3661,10.4703 9.7431,10.8473 9.7431,11.3133 L9.7431,12.7983 C9.7431,13.2633 9.3661,13.6413 8.9001,13.6413 L7.1891,13.6413 C6.7231,13.6413 6.3451,13.2633 6.3451,12.7983 L6.3451,11.3133 C6.3451,10.8473 6.7231,10.4703 7.1891,10.4703 L8.9001,10.4703 Z M8.9001,5.3887 C9.3661,5.3887 9.7431,5.7657 9.7431,6.2317 L9.7431,7.7167 C9.7431,8.1817 9.3661,8.5597 8.9001,8.5597 L7.1891,8.5597 C6.7231,8.5597 6.3451,8.1817 6.3451,7.7167 L6.3451,6.2317 C6.3451,5.7657 6.7231,5.3887 7.1891,5.3887 L8.9001,5.3887 Z" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeWidth: "1.5", d: "M12.1916,6.9739 L16.4716,6.9739 M12.1916,12.0556 L16.4716,12.0556 M12.1916,17.1373 L16.4716,17.1373" })] })));
29
+ };
30
+ exports.default = Widget;