@teamturing/react-kit 2.26.2 → 2.26.4
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.
- package/dist/index.js +24 -31
- package/esm/packages/icons/esm/ArrowBelow.js +4 -11
- package/esm/packages/icons/esm/LetterCrownColor.js +9 -9
- package/esm/packages/icons/esm/LetterCrownOpenColor.js +2 -2
- package/esm/packages/icons/esm/LetterHeartColor.js +7 -7
- package/esm/packages/icons/esm/LetterHeartOpenColor.js +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1170,17 +1170,10 @@ const SvgArrowBelow = props => /*#__PURE__*/React__namespace.createElement("svg"
|
|
|
1170
1170
|
fill: "none",
|
|
1171
1171
|
viewBox: "0 0 24 24"
|
|
1172
1172
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
d: "m14.293 20.046 4.64-4.639-4.64-4.64"
|
|
1178
|
-
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1179
|
-
stroke: "currentColor",
|
|
1180
|
-
strokeLinecap: "round",
|
|
1181
|
-
strokeLinejoin: "round",
|
|
1182
|
-
strokeWidth: 2.2,
|
|
1183
|
-
d: "M18.932 15.407H7.568a2.5 2.5 0 0 1-2.5-2.5V3.953"
|
|
1173
|
+
fill: "currentColor",
|
|
1174
|
+
fillRule: "evenodd",
|
|
1175
|
+
d: "M6.168 3.953a1.1 1.1 0 0 0-2.2 0v8.954a3.6 3.6 0 0 0 3.6 3.6h8.709l-2.762 2.762a1.1 1.1 0 0 0 1.556 1.555l4.639-4.639a1.098 1.098 0 0 0 0-1.556L15.07 9.99a1.1 1.1 0 1 0-1.555 1.556l2.762 2.761h-8.71a1.4 1.4 0 0 1-1.4-1.4V3.953Z",
|
|
1176
|
+
clipRule: "evenodd"
|
|
1184
1177
|
}));
|
|
1185
1178
|
|
|
1186
1179
|
const SvgArrowDiagonal = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
@@ -2643,20 +2636,20 @@ const SvgLetterCrownColor = props => /*#__PURE__*/React__namespace.createElement
|
|
|
2643
2636
|
width: "1em",
|
|
2644
2637
|
height: "1em",
|
|
2645
2638
|
fill: "none",
|
|
2646
|
-
viewBox: "0 0
|
|
2639
|
+
viewBox: "0 0 24 24"
|
|
2647
2640
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2648
|
-
fill: "#
|
|
2649
|
-
d: "
|
|
2641
|
+
fill: "#FFE8A1",
|
|
2642
|
+
d: "M1.008 7.04c0-1.127-.16-2.04.966-2.04h20.055c1.126 0 .963.913.963 2.04v10.51c0 1.126.085 2.04-1.041 2.04H1.974c-1.126 0-.966-.914-.966-2.04V7.04Z"
|
|
2650
2643
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2651
|
-
fill: "#
|
|
2652
|
-
d: "
|
|
2644
|
+
fill: "#FFEFC0",
|
|
2645
|
+
d: "M1.974 19.59h20.133c.627 0 .885-.509.885-1.136 0-.195-.05-.387-.146-.556l-4.882-8.662a2.04 2.04 0 0 0-1.777-1.038H8.245a2.04 2.04 0 0 0-1.75.992l-5.35 8.937a.966.966 0 0 0-.137.496c0 .534.157.966.966.966Z"
|
|
2653
2646
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2654
|
-
fill: "#
|
|
2655
|
-
d: "
|
|
2647
|
+
fill: "#FFF5D8",
|
|
2648
|
+
d: "M22.264 5H1.812a.804.804 0 0 0-.534 1.406l9.426 8.375a2.04 2.04 0 0 0 2.718-.008l9.302-8.367a.806.806 0 0 0 .268-.6c0-.445-.282-.806-.728-.806Z"
|
|
2656
2649
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2657
|
-
fill: "#
|
|
2650
|
+
fill: "#FFC107",
|
|
2658
2651
|
fillRule: "evenodd",
|
|
2659
|
-
d: "
|
|
2652
|
+
d: "M9.179 15.929a.384.384 0 0 1-.378-.346l-.48-4.26c-.043-.383.42-.593.664-.302l1.425 1.691 1.053-2.303a.563.563 0 0 1 1.031 0l1.053 2.303 1.424-1.691c.245-.29.708-.081.665.301l-.48 4.26a.384.384 0 0 1-.378.347h-5.6Z",
|
|
2660
2653
|
clipRule: "evenodd"
|
|
2661
2654
|
}));
|
|
2662
2655
|
|
|
@@ -2674,7 +2667,7 @@ const SvgLetterCrownOpenColor = props => /*#__PURE__*/React__namespace.createEle
|
|
|
2674
2667
|
d: "M1.008 11.04c0-1.127-.16-2.04.966-2.04h20.055c1.126 0 .963.913.963 2.04v10.51c0 1.126.085 2.04-1.041 2.04H1.974c-1.126 0-.966-.914-.966-2.04V11.04Z"
|
|
2675
2668
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2676
2669
|
fill: "#FDE2E2",
|
|
2677
|
-
d: "M1.974 23.59h20.133c.627 0 .885-.509.885-1.
|
|
2670
|
+
d: "M1.974 23.59h20.133c.627 0 .885-.509.885-1.135 0-.196-.05-.387-.146-.557l-4.882-8.662a2.04 2.04 0 0 0-1.777-1.038H8.245a2.04 2.04 0 0 0-1.75.992l-5.35 8.937a.966.966 0 0 0-.137.496c0 .534.157.966.966.966Z"
|
|
2678
2671
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2679
2672
|
fill: "#FFF9E8",
|
|
2680
2673
|
d: "M2 3.2c0-.22.18-.4.4-.4h19.2c.22 0 .4.18.4.4v15.4a.4.4 0 0 1-.4.4H2.4a.4.4 0 0 1-.4-.4V3.2Z"
|
|
@@ -2688,7 +2681,7 @@ const SvgLetterCrownOpenColor = props => /*#__PURE__*/React__namespace.createEle
|
|
|
2688
2681
|
d: "M22.992 21.55V11.04c0-1.127.163-2.04-.963-2.04h-.633a.4.4 0 0 0-.316.155L17.8 13.4H6.6L3.12 9.147A.4.4 0 0 0 2.81 9h-.836c-1.126 0-.966.913-.966 2.04v10.51c0 1.126-.16 2.04.966 2.04H21.95c1.126 0 1.04-.914 1.04-2.04Z"
|
|
2689
2682
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2690
2683
|
fill: "#FFEFC0",
|
|
2691
|
-
d: "M1.966 23.591H22.1c.626 0 .884-.
|
|
2684
|
+
d: "M1.966 23.591H22.1c.626 0 .884-.507.884-1.134 0-.195-.05-.387-.146-.557l-4.882-8.662a2.04 2.04 0 0 0-1.777-1.038H8.237a2.04 2.04 0 0 0-1.75.992l-5.35 8.937a.966.966 0 0 0-.137.496c0 .534.157.966.966.966Z"
|
|
2692
2685
|
}));
|
|
2693
2686
|
|
|
2694
2687
|
const SvgLetterHeartColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
@@ -2696,20 +2689,20 @@ const SvgLetterHeartColor = props => /*#__PURE__*/React__namespace.createElement
|
|
|
2696
2689
|
width: "1em",
|
|
2697
2690
|
height: "1em",
|
|
2698
2691
|
fill: "none",
|
|
2699
|
-
viewBox: "0 0
|
|
2692
|
+
viewBox: "0 0 24 24"
|
|
2700
2693
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2701
|
-
fill: "#
|
|
2702
|
-
d: "
|
|
2694
|
+
fill: "#FFD5D5",
|
|
2695
|
+
d: "M1.008 7.04c0-1.127-.16-2.04.966-2.04h20.055c1.126 0 .963.913.963 2.04v10.51c0 1.126.085 2.04-1.041 2.04H1.974c-1.126 0-.966-.914-.966-2.04V7.04Z"
|
|
2703
2696
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2704
2697
|
fill: "#FDE2E2",
|
|
2705
|
-
d: "
|
|
2698
|
+
d: "M1.974 19.59h20.133c.627 0 .885-.509.885-1.136 0-.195-.05-.387-.146-.556l-4.882-8.662a2.04 2.04 0 0 0-1.777-1.038H8.245a2.04 2.04 0 0 0-1.75.992l-5.35 8.937a.966.966 0 0 0-.137.496c0 .534.157.966.966.966Z"
|
|
2706
2699
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2707
|
-
fill: "#
|
|
2708
|
-
d: "
|
|
2700
|
+
fill: "#FFEBEB",
|
|
2701
|
+
d: "M22.264 5H1.812a.804.804 0 0 0-.534 1.406l9.426 8.375a2.04 2.04 0 0 0 2.718-.008l9.302-8.367a.806.806 0 0 0 .268-.6c0-.445-.282-.806-.728-.806Z"
|
|
2709
2702
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2710
2703
|
fill: "#FF5678",
|
|
2711
2704
|
fillRule: "evenodd",
|
|
2712
|
-
d: "
|
|
2705
|
+
d: "M11.629 16.412a.671.671 0 0 0 .741 0c.716-.473 2.276-1.603 2.948-2.867.885-1.668-.155-3.332-1.53-3.332a1.82 1.82 0 0 0-1.515.761.338.338 0 0 1-.546 0 1.82 1.82 0 0 0-1.516-.761c-1.375 0-2.415 1.664-1.53 3.332.672 1.264 2.232 2.394 2.948 2.867Z",
|
|
2713
2706
|
clipRule: "evenodd"
|
|
2714
2707
|
}));
|
|
2715
2708
|
|
|
@@ -2727,7 +2720,7 @@ const SvgLetterHeartOpenColor = props => /*#__PURE__*/React__namespace.createEle
|
|
|
2727
2720
|
d: "M1.008 11.04c0-1.127-.16-2.04.966-2.04h20.055c1.126 0 .963.913.963 2.04v10.51c0 1.126.085 2.04-1.041 2.04H1.974c-1.126 0-.966-.914-.966-2.04V11.04Z"
|
|
2728
2721
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2729
2722
|
fill: "#FDE2E2",
|
|
2730
|
-
d: "M1.974 23.59h20.133c.627 0 .885-.509.885-1.
|
|
2723
|
+
d: "M1.974 23.59h20.133c.627 0 .885-.509.885-1.135 0-.196-.05-.387-.146-.557l-4.882-8.662a2.04 2.04 0 0 0-1.777-1.038H8.245a2.04 2.04 0 0 0-1.75.992l-5.35 8.937a.966.966 0 0 0-.137.496c0 .534.157.966.966.966Z"
|
|
2731
2724
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2732
2725
|
fill: "#FFF7F7",
|
|
2733
2726
|
d: "M2 3.2c0-.22.18-.4.4-.4h19.2c.22 0 .4.18.4.4v15.4a.4.4 0 0 1-.4.4H2.4a.4.4 0 0 1-.4-.4V3.2Z"
|
|
@@ -2741,7 +2734,7 @@ const SvgLetterHeartOpenColor = props => /*#__PURE__*/React__namespace.createEle
|
|
|
2741
2734
|
d: "M22.992 21.55V11.04c0-1.127.163-2.04-.963-2.04h-.633a.4.4 0 0 0-.316.155L17.8 13.4H6.6L3.12 9.147A.4.4 0 0 0 2.81 9h-.836c-1.126 0-.966.913-.966 2.04v10.51c0 1.126-.16 2.04.966 2.04H21.95c1.126 0 1.04-.914 1.04-2.04Z"
|
|
2742
2735
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2743
2736
|
fill: "#FFDFDF",
|
|
2744
|
-
d: "M1.966 23.591H22.1c.626 0 .884-.
|
|
2737
|
+
d: "M1.966 23.591H22.1c.626 0 .884-.507.884-1.134 0-.195-.05-.387-.146-.557l-4.882-8.662a2.04 2.04 0 0 0-1.777-1.038H8.237a2.04 2.04 0 0 0-1.75.992l-5.35 8.937a.966.966 0 0 0-.137.496c0 .534.157.966.966.966Z"
|
|
2745
2738
|
}));
|
|
2746
2739
|
|
|
2747
2740
|
const SvgLineThree = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
@@ -8,17 +8,10 @@ const SvgArrowBelow = props => /*#__PURE__*/React.createElement("svg", _extends(
|
|
|
8
8
|
fill: "none",
|
|
9
9
|
viewBox: "0 0 24 24"
|
|
10
10
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
d: "m14.293 20.046 4.64-4.639-4.64-4.64"
|
|
16
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
-
stroke: "currentColor",
|
|
18
|
-
strokeLinecap: "round",
|
|
19
|
-
strokeLinejoin: "round",
|
|
20
|
-
strokeWidth: 2.2,
|
|
21
|
-
d: "M18.932 15.407H7.568a2.5 2.5 0 0 1-2.5-2.5V3.953"
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M6.168 3.953a1.1 1.1 0 0 0-2.2 0v8.954a3.6 3.6 0 0 0 3.6 3.6h8.709l-2.762 2.762a1.1 1.1 0 0 0 1.556 1.555l4.639-4.639a1.098 1.098 0 0 0 0-1.556L15.07 9.99a1.1 1.1 0 1 0-1.555 1.556l2.762 2.761h-8.71a1.4 1.4 0 0 1-1.4-1.4V3.953Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
22
15
|
}));
|
|
23
16
|
|
|
24
17
|
export { SvgArrowBelow as default };
|
|
@@ -6,20 +6,20 @@ const SvgLetterCrownColor = props => /*#__PURE__*/React.createElement("svg", _ex
|
|
|
6
6
|
width: "1em",
|
|
7
7
|
height: "1em",
|
|
8
8
|
fill: "none",
|
|
9
|
-
viewBox: "0 0
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
10
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
-
fill: "#
|
|
12
|
-
d: "
|
|
11
|
+
fill: "#FFE8A1",
|
|
12
|
+
d: "M1.008 7.04c0-1.127-.16-2.04.966-2.04h20.055c1.126 0 .963.913.963 2.04v10.51c0 1.126.085 2.04-1.041 2.04H1.974c-1.126 0-.966-.914-.966-2.04V7.04Z"
|
|
13
13
|
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
-
fill: "#
|
|
15
|
-
d: "
|
|
14
|
+
fill: "#FFEFC0",
|
|
15
|
+
d: "M1.974 19.59h20.133c.627 0 .885-.509.885-1.136 0-.195-.05-.387-.146-.556l-4.882-8.662a2.04 2.04 0 0 0-1.777-1.038H8.245a2.04 2.04 0 0 0-1.75.992l-5.35 8.937a.966.966 0 0 0-.137.496c0 .534.157.966.966.966Z"
|
|
16
16
|
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
-
fill: "#
|
|
18
|
-
d: "
|
|
17
|
+
fill: "#FFF5D8",
|
|
18
|
+
d: "M22.264 5H1.812a.804.804 0 0 0-.534 1.406l9.426 8.375a2.04 2.04 0 0 0 2.718-.008l9.302-8.367a.806.806 0 0 0 .268-.6c0-.445-.282-.806-.728-.806Z"
|
|
19
19
|
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
-
fill: "#
|
|
20
|
+
fill: "#FFC107",
|
|
21
21
|
fillRule: "evenodd",
|
|
22
|
-
d: "
|
|
22
|
+
d: "M9.179 15.929a.384.384 0 0 1-.378-.346l-.48-4.26c-.043-.383.42-.593.664-.302l1.425 1.691 1.053-2.303a.563.563 0 0 1 1.031 0l1.053 2.303 1.424-1.691c.245-.29.708-.081.665.301l-.48 4.26a.384.384 0 0 1-.378.347h-5.6Z",
|
|
23
23
|
clipRule: "evenodd"
|
|
24
24
|
}));
|
|
25
25
|
|
|
@@ -15,7 +15,7 @@ const SvgLetterCrownOpenColor = props => /*#__PURE__*/React.createElement("svg",
|
|
|
15
15
|
d: "M1.008 11.04c0-1.127-.16-2.04.966-2.04h20.055c1.126 0 .963.913.963 2.04v10.51c0 1.126.085 2.04-1.041 2.04H1.974c-1.126 0-.966-.914-.966-2.04V11.04Z"
|
|
16
16
|
}), /*#__PURE__*/React.createElement("path", {
|
|
17
17
|
fill: "#FDE2E2",
|
|
18
|
-
d: "M1.974 23.59h20.133c.627 0 .885-.509.885-1.
|
|
18
|
+
d: "M1.974 23.59h20.133c.627 0 .885-.509.885-1.135 0-.196-.05-.387-.146-.557l-4.882-8.662a2.04 2.04 0 0 0-1.777-1.038H8.245a2.04 2.04 0 0 0-1.75.992l-5.35 8.937a.966.966 0 0 0-.137.496c0 .534.157.966.966.966Z"
|
|
19
19
|
}), /*#__PURE__*/React.createElement("path", {
|
|
20
20
|
fill: "#FFF9E8",
|
|
21
21
|
d: "M2 3.2c0-.22.18-.4.4-.4h19.2c.22 0 .4.18.4.4v15.4a.4.4 0 0 1-.4.4H2.4a.4.4 0 0 1-.4-.4V3.2Z"
|
|
@@ -29,7 +29,7 @@ const SvgLetterCrownOpenColor = props => /*#__PURE__*/React.createElement("svg",
|
|
|
29
29
|
d: "M22.992 21.55V11.04c0-1.127.163-2.04-.963-2.04h-.633a.4.4 0 0 0-.316.155L17.8 13.4H6.6L3.12 9.147A.4.4 0 0 0 2.81 9h-.836c-1.126 0-.966.913-.966 2.04v10.51c0 1.126-.16 2.04.966 2.04H21.95c1.126 0 1.04-.914 1.04-2.04Z"
|
|
30
30
|
}), /*#__PURE__*/React.createElement("path", {
|
|
31
31
|
fill: "#FFEFC0",
|
|
32
|
-
d: "M1.966 23.591H22.1c.626 0 .884-.
|
|
32
|
+
d: "M1.966 23.591H22.1c.626 0 .884-.507.884-1.134 0-.195-.05-.387-.146-.557l-4.882-8.662a2.04 2.04 0 0 0-1.777-1.038H8.237a2.04 2.04 0 0 0-1.75.992l-5.35 8.937a.966.966 0 0 0-.137.496c0 .534.157.966.966.966Z"
|
|
33
33
|
}));
|
|
34
34
|
|
|
35
35
|
export { SvgLetterCrownOpenColor as default };
|
|
@@ -6,20 +6,20 @@ const SvgLetterHeartColor = props => /*#__PURE__*/React.createElement("svg", _ex
|
|
|
6
6
|
width: "1em",
|
|
7
7
|
height: "1em",
|
|
8
8
|
fill: "none",
|
|
9
|
-
viewBox: "0 0
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
10
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
-
fill: "#
|
|
12
|
-
d: "
|
|
11
|
+
fill: "#FFD5D5",
|
|
12
|
+
d: "M1.008 7.04c0-1.127-.16-2.04.966-2.04h20.055c1.126 0 .963.913.963 2.04v10.51c0 1.126.085 2.04-1.041 2.04H1.974c-1.126 0-.966-.914-.966-2.04V7.04Z"
|
|
13
13
|
}), /*#__PURE__*/React.createElement("path", {
|
|
14
14
|
fill: "#FDE2E2",
|
|
15
|
-
d: "
|
|
15
|
+
d: "M1.974 19.59h20.133c.627 0 .885-.509.885-1.136 0-.195-.05-.387-.146-.556l-4.882-8.662a2.04 2.04 0 0 0-1.777-1.038H8.245a2.04 2.04 0 0 0-1.75.992l-5.35 8.937a.966.966 0 0 0-.137.496c0 .534.157.966.966.966Z"
|
|
16
16
|
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
-
fill: "#
|
|
18
|
-
d: "
|
|
17
|
+
fill: "#FFEBEB",
|
|
18
|
+
d: "M22.264 5H1.812a.804.804 0 0 0-.534 1.406l9.426 8.375a2.04 2.04 0 0 0 2.718-.008l9.302-8.367a.806.806 0 0 0 .268-.6c0-.445-.282-.806-.728-.806Z"
|
|
19
19
|
}), /*#__PURE__*/React.createElement("path", {
|
|
20
20
|
fill: "#FF5678",
|
|
21
21
|
fillRule: "evenodd",
|
|
22
|
-
d: "
|
|
22
|
+
d: "M11.629 16.412a.671.671 0 0 0 .741 0c.716-.473 2.276-1.603 2.948-2.867.885-1.668-.155-3.332-1.53-3.332a1.82 1.82 0 0 0-1.515.761.338.338 0 0 1-.546 0 1.82 1.82 0 0 0-1.516-.761c-1.375 0-2.415 1.664-1.53 3.332.672 1.264 2.232 2.394 2.948 2.867Z",
|
|
23
23
|
clipRule: "evenodd"
|
|
24
24
|
}));
|
|
25
25
|
|
|
@@ -15,7 +15,7 @@ const SvgLetterHeartOpenColor = props => /*#__PURE__*/React.createElement("svg",
|
|
|
15
15
|
d: "M1.008 11.04c0-1.127-.16-2.04.966-2.04h20.055c1.126 0 .963.913.963 2.04v10.51c0 1.126.085 2.04-1.041 2.04H1.974c-1.126 0-.966-.914-.966-2.04V11.04Z"
|
|
16
16
|
}), /*#__PURE__*/React.createElement("path", {
|
|
17
17
|
fill: "#FDE2E2",
|
|
18
|
-
d: "M1.974 23.59h20.133c.627 0 .885-.509.885-1.
|
|
18
|
+
d: "M1.974 23.59h20.133c.627 0 .885-.509.885-1.135 0-.196-.05-.387-.146-.557l-4.882-8.662a2.04 2.04 0 0 0-1.777-1.038H8.245a2.04 2.04 0 0 0-1.75.992l-5.35 8.937a.966.966 0 0 0-.137.496c0 .534.157.966.966.966Z"
|
|
19
19
|
}), /*#__PURE__*/React.createElement("path", {
|
|
20
20
|
fill: "#FFF7F7",
|
|
21
21
|
d: "M2 3.2c0-.22.18-.4.4-.4h19.2c.22 0 .4.18.4.4v15.4a.4.4 0 0 1-.4.4H2.4a.4.4 0 0 1-.4-.4V3.2Z"
|
|
@@ -29,7 +29,7 @@ const SvgLetterHeartOpenColor = props => /*#__PURE__*/React.createElement("svg",
|
|
|
29
29
|
d: "M22.992 21.55V11.04c0-1.127.163-2.04-.963-2.04h-.633a.4.4 0 0 0-.316.155L17.8 13.4H6.6L3.12 9.147A.4.4 0 0 0 2.81 9h-.836c-1.126 0-.966.913-.966 2.04v10.51c0 1.126-.16 2.04.966 2.04H21.95c1.126 0 1.04-.914 1.04-2.04Z"
|
|
30
30
|
}), /*#__PURE__*/React.createElement("path", {
|
|
31
31
|
fill: "#FFDFDF",
|
|
32
|
-
d: "M1.966 23.591H22.1c.626 0 .884-.
|
|
32
|
+
d: "M1.966 23.591H22.1c.626 0 .884-.507.884-1.134 0-.195-.05-.387-.146-.557l-4.882-8.662a2.04 2.04 0 0 0-1.777-1.038H8.237a2.04 2.04 0 0 0-1.75.992l-5.35 8.937a.966.966 0 0 0-.137.496c0 .534.157.966.966.966Z"
|
|
33
33
|
}));
|
|
34
34
|
|
|
35
35
|
export { SvgLetterHeartOpenColor as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.26.
|
|
3
|
+
"version": "2.26.4",
|
|
4
4
|
"description": "React components, hooks for create teamturing web application",
|
|
5
5
|
"author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
|
|
6
6
|
"homepage": "https://github.com/weareteamturing/bombe#readme",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@floating-ui/react-dom": "^2.0.2",
|
|
57
57
|
"@primer/behaviors": "^1.3.6",
|
|
58
|
-
"@teamturing/icons": "^1.40.
|
|
58
|
+
"@teamturing/icons": "^1.40.2",
|
|
59
59
|
"@teamturing/token-studio": "^1.6.0",
|
|
60
60
|
"@teamturing/utils": "^1.3.0",
|
|
61
61
|
"framer-motion": "^10.16.4",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"react-textarea-autosize": "^8.5.3",
|
|
67
67
|
"styled-system": "^5.1.5"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "2ac83a049bfab481eec183d3baa80964d7a2d4c5"
|
|
70
70
|
}
|