@teamturing/icons 1.27.0 → 1.29.0
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/League.d.ts +3 -0
- package/dist/StarColor.d.ts +3 -0
- package/dist/Twinkle.d.ts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +44 -0
- package/esm/League.js +17 -0
- package/esm/StarColor.js +21 -0
- package/esm/Twinkle.js +15 -0
- package/esm/index.js +3 -0
- package/package.json +2 -2
- package/svg/league.svg +3 -0
- package/svg/star_color.svg +4 -0
- package/svg/twinkle.svg +4 -0
package/dist/League.d.ts
ADDED
package/dist/index.d.ts
CHANGED
|
@@ -92,6 +92,7 @@ export { default as InfoInCircleIcon } from './InfoInCircle';
|
|
|
92
92
|
export { default as InstagramIcon } from './Instagram';
|
|
93
93
|
export { default as KakaoColorIcon } from './KakaoColor';
|
|
94
94
|
export { default as KorIcon } from './Kor';
|
|
95
|
+
export { default as LeagueIcon } from './League';
|
|
95
96
|
export { default as LetterIcon } from './Letter';
|
|
96
97
|
export { default as LetterCrownColorIcon } from './LetterCrownColor';
|
|
97
98
|
export { default as LetterHeartColorIcon } from './LetterHeartColor';
|
|
@@ -169,6 +170,7 @@ export { default as SoundOnIcon } from './SoundOn';
|
|
|
169
170
|
export { default as SpeakerIcon } from './Speaker';
|
|
170
171
|
export { default as StackupIcon } from './Stackup';
|
|
171
172
|
export { default as StarIcon } from './Star';
|
|
173
|
+
export { default as StarColorIcon } from './StarColor';
|
|
172
174
|
export { default as StoreIcon } from './Store';
|
|
173
175
|
export { default as SyncIcon } from './Sync';
|
|
174
176
|
export { default as TestUploadColorIcon } from './TestUploadColor';
|
|
@@ -183,6 +185,7 @@ export { default as TouchIcon } from './Touch';
|
|
|
183
185
|
export { default as TrashIcon } from './Trash';
|
|
184
186
|
export { default as TreasureboxIcon } from './Treasurebox';
|
|
185
187
|
export { default as TrophyIcon } from './Trophy';
|
|
188
|
+
export { default as TwinkleIcon } from './Twinkle';
|
|
186
189
|
export { default as UndoIcon } from './Undo';
|
|
187
190
|
export { default as UniversityIcon } from './University';
|
|
188
191
|
export { default as UserBlockedIcon } from './UserBlocked';
|
package/dist/index.js
CHANGED
|
@@ -1453,6 +1453,19 @@ const SvgKor = props => /*#__PURE__*/React__namespace.createElement("svg", _exte
|
|
|
1453
1453
|
d: "M13.902 6.822v10.357a1.021 1.021 0 0 0 2.043 0V12.2h.761a.894.894 0 1 0 0-1.788h-.761v-3.59a1.021 1.021 0 1 0-2.043 0ZM8.022 15.776c3.188-1.833 4.52-4.486 4.762-7.528.054-.68-.502-1.219-1.162-1.219H7.755a.887.887 0 0 0 0 1.775h2.981c-.318 2.232-1.502 3.905-3.644 5.21-.501.305-.677.98-.325 1.475a.958.958 0 0 0 1.255.287Z"
|
|
1454
1454
|
}));
|
|
1455
1455
|
|
|
1456
|
+
const SvgLeague = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1457
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1458
|
+
width: "1em",
|
|
1459
|
+
height: "1em",
|
|
1460
|
+
fill: "none",
|
|
1461
|
+
viewBox: "0 0 24 24"
|
|
1462
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1463
|
+
fill: "currentColor",
|
|
1464
|
+
fillRule: "evenodd",
|
|
1465
|
+
d: "M5.064 1C3.924 1 3 1.924 3 3.064v14.858c0 .811.476 1.548 1.216 1.881l6.684 3.014a2.064 2.064 0 0 0 1.654.018l7.187-3.046a2.064 2.064 0 0 0 1.259-1.9V3.064C21 1.924 20.076 1 18.936 1H5.064Zm2.61 13.331c.03.27.251.473.514.473h7.623a.524.524 0 0 0 .514-.473l.654-5.82c.059-.522-.571-.808-.904-.411l-1.94 2.31-1.433-3.146a.766.766 0 0 0-1.405 0L9.864 10.41 7.924 8.1c-.333-.397-.963-.11-.904.411l.654 5.82Z",
|
|
1466
|
+
clipRule: "evenodd"
|
|
1467
|
+
}));
|
|
1468
|
+
|
|
1456
1469
|
const SvgLetter = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1457
1470
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1458
1471
|
width: "1em",
|
|
@@ -2815,6 +2828,23 @@ const SvgStar = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
|
|
|
2815
2828
|
clipRule: "evenodd"
|
|
2816
2829
|
}));
|
|
2817
2830
|
|
|
2831
|
+
const SvgStarColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2832
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2833
|
+
width: "1em",
|
|
2834
|
+
height: "1em",
|
|
2835
|
+
fill: "none",
|
|
2836
|
+
viewBox: "0 0 20 20"
|
|
2837
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2838
|
+
fill: "#9C7EEF",
|
|
2839
|
+
fillRule: "evenodd",
|
|
2840
|
+
d: "m10.961 1.847 1.94 3.93c.155.316.457.535.806.585l4.336.63a1.071 1.071 0 0 1 .593 1.828L15.5 11.878a1.073 1.073 0 0 0-.309.949l.741 4.318a1.071 1.071 0 0 1-1.554 1.13l-3.878-2.04a1.07 1.07 0 0 0-.997 0l-3.878 2.04a1.072 1.072 0 0 1-1.555-1.13l.74-4.318a1.073 1.073 0 0 0-.308-.949L1.364 8.82c-.636-.62-.285-1.7.594-1.828l4.335-.63c.35-.05.652-.27.807-.585l1.939-3.93a1.072 1.072 0 0 1 1.922 0Z",
|
|
2841
|
+
clipRule: "evenodd"
|
|
2842
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2843
|
+
fill: "#fff",
|
|
2844
|
+
d: "m7.257 7.96-1.91.333a.3.3 0 0 0-.078.566l4.771 2.267a.3.3 0 0 0 .425-.319L9.59 5.323a.3.3 0 0 0-.567-.082L7.987 7.406a1 1 0 0 1-.73.554Z",
|
|
2845
|
+
opacity: 0.35
|
|
2846
|
+
}));
|
|
2847
|
+
|
|
2818
2848
|
const SvgStore = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2819
2849
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2820
2850
|
width: "1em",
|
|
@@ -3030,6 +3060,17 @@ const SvgTrophy = props => /*#__PURE__*/React__namespace.createElement("svg", _e
|
|
|
3030
3060
|
clipRule: "evenodd"
|
|
3031
3061
|
}));
|
|
3032
3062
|
|
|
3063
|
+
const SvgTwinkle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3064
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3065
|
+
width: "1em",
|
|
3066
|
+
height: "1em",
|
|
3067
|
+
fill: "none",
|
|
3068
|
+
viewBox: "0 0 24 24"
|
|
3069
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3070
|
+
fill: "currentColor",
|
|
3071
|
+
d: "M19.42 18.696a.807.807 0 0 1 .36-.36l2.084-1.043a.808.808 0 0 0 0-1.444l-2.084-1.042a.808.808 0 0 1-.36-.361l-1.043-2.084a.808.808 0 0 0-1.444 0l-1.042 2.084a.808.808 0 0 1-.361.361l-2.083 1.042a.808.808 0 0 0 0 1.444l2.083 1.042a.807.807 0 0 1 .361.361l1.042 2.084a.808.808 0 0 0 1.445 0l1.041-2.084ZM10.877 11.81a.808.808 0 0 1 .36-.362l3.35-1.674a.808.808 0 0 0 0-1.445l-3.35-1.674a.808.808 0 0 1-.36-.362L9.202 2.945a.808.808 0 0 0-1.444 0L6.083 6.293a.808.808 0 0 1-.361.362L2.373 8.329a.808.808 0 0 0 0 1.445l3.349 1.674a.807.807 0 0 1 .361.361l1.675 3.349a.808.808 0 0 0 1.444 0l1.675-3.349Z"
|
|
3072
|
+
}));
|
|
3073
|
+
|
|
3033
3074
|
const SvgUndo = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3034
3075
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3035
3076
|
width: "1em",
|
|
@@ -3395,6 +3436,7 @@ exports.InfoInCircleIcon = SvgInfoInCircle;
|
|
|
3395
3436
|
exports.InstagramIcon = SvgInstagram;
|
|
3396
3437
|
exports.KakaoColorIcon = SvgKakaoColor;
|
|
3397
3438
|
exports.KorIcon = SvgKor;
|
|
3439
|
+
exports.LeagueIcon = SvgLeague;
|
|
3398
3440
|
exports.LetterCrownColorIcon = SvgLetterCrownColor;
|
|
3399
3441
|
exports.LetterHeartColorIcon = SvgLetterHeartColor;
|
|
3400
3442
|
exports.LetterIcon = SvgLetter;
|
|
@@ -3471,6 +3513,7 @@ exports.SoundOffIcon = SvgSoundOff;
|
|
|
3471
3513
|
exports.SoundOnIcon = SvgSoundOn;
|
|
3472
3514
|
exports.SpeakerIcon = SvgSpeaker;
|
|
3473
3515
|
exports.StackupIcon = SvgStackup;
|
|
3516
|
+
exports.StarColorIcon = SvgStarColor;
|
|
3474
3517
|
exports.StarIcon = SvgStar;
|
|
3475
3518
|
exports.StoreIcon = SvgStore;
|
|
3476
3519
|
exports.SyncIcon = SvgSync;
|
|
@@ -3486,6 +3529,7 @@ exports.TouchIcon = SvgTouch;
|
|
|
3486
3529
|
exports.TrashIcon = SvgTrash;
|
|
3487
3530
|
exports.TreasureboxIcon = SvgTreasurebox;
|
|
3488
3531
|
exports.TrophyIcon = SvgTrophy;
|
|
3532
|
+
exports.TwinkleIcon = SvgTwinkle;
|
|
3489
3533
|
exports.UndoIcon = SvgUndo;
|
|
3490
3534
|
exports.UniversityIcon = SvgUniversity;
|
|
3491
3535
|
exports.UserBlockedIcon = SvgUserBlocked;
|
package/esm/League.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgLeague = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M5.064 1C3.924 1 3 1.924 3 3.064v14.858c0 .811.476 1.548 1.216 1.881l6.684 3.014a2.064 2.064 0 0 0 1.654.018l7.187-3.046a2.064 2.064 0 0 0 1.259-1.9V3.064C21 1.924 20.076 1 18.936 1H5.064Zm2.61 13.331c.03.27.251.473.514.473h7.623a.524.524 0 0 0 .514-.473l.654-5.82c.059-.522-.571-.808-.904-.411l-1.94 2.31-1.433-3.146a.766.766 0 0 0-1.405 0L9.864 10.41 7.924 8.1c-.333-.397-.963-.11-.904.411l.654 5.82Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgLeague as default };
|
package/esm/StarColor.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgStarColor = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 20 20"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#9C7EEF",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "m10.961 1.847 1.94 3.93c.155.316.457.535.806.585l4.336.63a1.071 1.071 0 0 1 .593 1.828L15.5 11.878a1.073 1.073 0 0 0-.309.949l.741 4.318a1.071 1.071 0 0 1-1.554 1.13l-3.878-2.04a1.07 1.07 0 0 0-.997 0l-3.878 2.04a1.072 1.072 0 0 1-1.555-1.13l.74-4.318a1.073 1.073 0 0 0-.308-.949L1.364 8.82c-.636-.62-.285-1.7.594-1.828l4.335-.63c.35-.05.652-.27.807-.585l1.939-3.93a1.072 1.072 0 0 1 1.922 0Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "#fff",
|
|
17
|
+
d: "m7.257 7.96-1.91.333a.3.3 0 0 0-.078.566l4.771 2.267a.3.3 0 0 0 .425-.319L9.59 5.323a.3.3 0 0 0-.567-.082L7.987 7.406a1 1 0 0 1-.73.554Z",
|
|
18
|
+
opacity: 0.35
|
|
19
|
+
}));
|
|
20
|
+
|
|
21
|
+
export { SvgStarColor as default };
|
package/esm/Twinkle.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTwinkle = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
d: "M19.42 18.696a.807.807 0 0 1 .36-.36l2.084-1.043a.808.808 0 0 0 0-1.444l-2.084-1.042a.808.808 0 0 1-.36-.361l-1.043-2.084a.808.808 0 0 0-1.444 0l-1.042 2.084a.808.808 0 0 1-.361.361l-2.083 1.042a.808.808 0 0 0 0 1.444l2.083 1.042a.807.807 0 0 1 .361.361l1.042 2.084a.808.808 0 0 0 1.445 0l1.041-2.084ZM10.877 11.81a.808.808 0 0 1 .36-.362l3.35-1.674a.808.808 0 0 0 0-1.445l-3.35-1.674a.808.808 0 0 1-.36-.362L9.202 2.945a.808.808 0 0 0-1.444 0L6.083 6.293a.808.808 0 0 1-.361.362L2.373 8.329a.808.808 0 0 0 0 1.445l3.349 1.674a.807.807 0 0 1 .361.361l1.675 3.349a.808.808 0 0 0 1.444 0l1.675-3.349Z"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgTwinkle as default };
|
package/esm/index.js
CHANGED
|
@@ -92,6 +92,7 @@ export { default as InfoInCircleIcon } from './InfoInCircle.js';
|
|
|
92
92
|
export { default as InstagramIcon } from './Instagram.js';
|
|
93
93
|
export { default as KakaoColorIcon } from './KakaoColor.js';
|
|
94
94
|
export { default as KorIcon } from './Kor.js';
|
|
95
|
+
export { default as LeagueIcon } from './League.js';
|
|
95
96
|
export { default as LetterIcon } from './Letter.js';
|
|
96
97
|
export { default as LetterCrownColorIcon } from './LetterCrownColor.js';
|
|
97
98
|
export { default as LetterHeartColorIcon } from './LetterHeartColor.js';
|
|
@@ -169,6 +170,7 @@ export { default as SoundOnIcon } from './SoundOn.js';
|
|
|
169
170
|
export { default as SpeakerIcon } from './Speaker.js';
|
|
170
171
|
export { default as StackupIcon } from './Stackup.js';
|
|
171
172
|
export { default as StarIcon } from './Star.js';
|
|
173
|
+
export { default as StarColorIcon } from './StarColor.js';
|
|
172
174
|
export { default as StoreIcon } from './Store.js';
|
|
173
175
|
export { default as SyncIcon } from './Sync.js';
|
|
174
176
|
export { default as TestUploadColorIcon } from './TestUploadColor.js';
|
|
@@ -183,6 +185,7 @@ export { default as TouchIcon } from './Touch.js';
|
|
|
183
185
|
export { default as TrashIcon } from './Trash.js';
|
|
184
186
|
export { default as TreasureboxIcon } from './Treasurebox.js';
|
|
185
187
|
export { default as TrophyIcon } from './Trophy.js';
|
|
188
|
+
export { default as TwinkleIcon } from './Twinkle.js';
|
|
186
189
|
export { default as UndoIcon } from './Undo.js';
|
|
187
190
|
export { default as UniversityIcon } from './University.js';
|
|
188
191
|
export { default as UserBlockedIcon } from './UserBlocked.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.29.0",
|
|
4
4
|
"description": "Icon components for React based project",
|
|
5
5
|
"author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
|
|
6
6
|
"homepage": "https://github.com/weareteamturing/bombe#readme",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": "^18.2.0"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "f2b76ce1012dc38f40c5d5a71f16d06883c6fddf"
|
|
42
42
|
}
|
package/svg/league.svg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.06394 1C3.92406 1 3 1.92406 3 3.06394V17.9218C3 18.7335 3.47578 19.4699 4.21579 19.8034L10.9004 22.8165C11.4249 23.0529 12.0242 23.0597 12.5539 22.8352L19.7415 19.7888C20.5044 19.4654 21 18.7171 21 17.8885V3.06394C21 1.92406 20.0759 1 18.9361 1H5.06394ZM7.67409 14.3311C7.70437 14.6005 7.92532 14.8037 8.18794 14.8037H15.8112C16.0738 14.8037 16.2948 14.6005 16.3251 14.3311L16.9793 8.51119C17.038 7.98911 16.4079 7.70259 16.0745 8.09977L14.1355 10.4099L12.7017 7.26374C12.4221 6.65033 11.577 6.65033 11.2975 7.26374L9.86361 10.4099L7.92464 8.09977C7.59127 7.70259 6.96118 7.98911 7.01986 8.51119L7.67409 14.3311Z" fill="#8D94A0"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9612 1.8475L12.9004 5.77667C13.0562 6.0925 13.3579 6.31167 13.7071 6.3625L18.0429 6.9925C18.9212 7.12 19.2729 8.20083 18.6362 8.82L15.4987 11.8783C15.3744 11.9996 15.2814 12.1493 15.2277 12.3145C15.1739 12.4797 15.1612 12.6554 15.1904 12.8267L15.9312 17.145C16.0812 18.0208 15.1629 18.6875 14.3771 18.275L10.4987 16.2358C10.3451 16.155 10.174 16.1127 10.0004 16.1127C9.82677 16.1127 9.65573 16.155 9.50207 16.2358L5.62374 18.275C4.83707 18.6875 3.91874 18.0208 4.06874 17.145L4.80957 12.8267C4.83875 12.6554 4.82593 12.4797 4.77222 12.3145C4.71852 12.1493 4.62553 11.9997 4.50124 11.8783L1.36374 8.82C0.727907 8.20083 1.07874 7.12 1.95791 6.9925L6.29291 6.3625C6.64207 6.31167 6.94457 6.0925 7.10041 5.77667L9.03874 1.8475C9.43207 1.05083 10.5679 1.05083 10.9612 1.8475Z" fill="#9C7EEF"/>
|
|
3
|
+
<path opacity="0.35" d="M7.25694 7.96004L5.3463 8.29281C5.05812 8.34301 5.00484 8.73384 5.26906 8.85935L10.04 11.1256C10.2581 11.2292 10.503 11.0458 10.465 10.8074L9.59034 5.32333C9.54399 5.03272 9.15047 4.97563 9.02346 5.2411L7.98742 7.40647C7.8478 7.69829 7.57564 7.90453 7.25694 7.96004Z" fill="white"/>
|
|
4
|
+
</svg>
|
package/svg/twinkle.svg
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.4192 18.6963C19.4974 18.54 19.6241 18.4133 19.7804 18.3352L21.8639 17.2934C22.4591 16.9958 22.4591 16.1463 21.8639 15.8487L19.7804 14.807C19.6241 14.7288 19.4974 14.6021 19.4192 14.4458L18.3775 12.3624C18.0799 11.7671 17.2304 11.7671 16.9328 12.3624L15.8911 14.4458C15.8129 14.6021 15.6862 14.7288 15.5299 14.807L13.4465 15.8487C12.8512 16.1463 12.8512 16.9958 13.4465 17.2934L15.5299 18.3352C15.6862 18.4133 15.8129 18.54 15.8911 18.6963L16.9328 20.7798C17.2304 21.375 18.0799 21.375 18.3775 20.7798L19.4192 18.6963Z" fill="#8D94A0"/>
|
|
3
|
+
<path d="M10.8766 11.8093C10.9548 11.653 11.0815 11.5262 11.2378 11.4481L14.5865 9.77371C15.1818 9.47608 15.1818 8.6266 14.5865 8.32897L11.2378 6.65461C11.0815 6.57646 10.9548 6.44972 10.8766 6.29342L9.20224 2.9447C8.90461 2.34944 8.05513 2.34943 7.7575 2.9447L6.08314 6.29342C6.00499 6.44972 5.87825 6.57646 5.72195 6.65461L2.37323 8.32897C1.77796 8.6266 1.77796 9.47608 2.37323 9.77371L5.72195 11.4481C5.87825 11.5262 6.00499 11.653 6.08314 11.8093L7.7575 15.158C8.05513 15.7532 8.90461 15.7532 9.20224 15.158L10.8766 11.8093Z" fill="#8D94A0"/>
|
|
4
|
+
</svg>
|