@teamturing/icons 1.17.6 → 1.19.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/LogoApple.d.ts +3 -0
- package/dist/LogoFacebook.d.ts +3 -0
- package/dist/LogoKakao.d.ts +3 -0
- package/dist/LogoNaver.d.ts +3 -0
- package/dist/PinColorRed.d.ts +3 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +77 -0
- package/esm/LogoApple.js +17 -0
- package/esm/LogoFacebook.js +17 -0
- package/esm/LogoKakao.js +17 -0
- package/esm/LogoNaver.js +15 -0
- package/esm/PinColorRed.js +26 -0
- package/esm/index.js +5 -0
- package/package.json +2 -2
- package/svg/logo_apple.svg +3 -0
- package/svg/logo_facebook.svg +3 -0
- package/svg/logo_kakao.svg +3 -0
- package/svg/logo_naver.svg +3 -0
- package/svg/pin_color_red.svg +11 -0
package/dist/index.d.ts
CHANGED
|
@@ -94,7 +94,11 @@ export { default as LineThreeIcon } from './LineThree';
|
|
|
94
94
|
export { default as LinkIcon } from './Link';
|
|
95
95
|
export { default as LockIcon } from './Lock';
|
|
96
96
|
export { default as LockColorIcon } from './LockColor';
|
|
97
|
+
export { default as LogoAppleIcon } from './LogoApple';
|
|
97
98
|
export { default as LogoColorIcon } from './LogoColor';
|
|
99
|
+
export { default as LogoFacebookIcon } from './LogoFacebook';
|
|
100
|
+
export { default as LogoKakaoIcon } from './LogoKakao';
|
|
101
|
+
export { default as LogoNaverIcon } from './LogoNaver';
|
|
98
102
|
export { default as MaxsizeIcon } from './Maxsize';
|
|
99
103
|
export { default as MinsizeIcon } from './Minsize';
|
|
100
104
|
export { default as MinusIcon } from './Minus';
|
|
@@ -126,6 +130,7 @@ export { default as PenIcon } from './Pen';
|
|
|
126
130
|
export { default as PercentInCircleIcon } from './PercentInCircle';
|
|
127
131
|
export { default as PictureIcon } from './Picture';
|
|
128
132
|
export { default as PinIcon } from './Pin';
|
|
133
|
+
export { default as PinColorRedIcon } from './PinColorRed';
|
|
129
134
|
export { default as PlayIcon } from './Play';
|
|
130
135
|
export { default as PlugIcon } from './Plug';
|
|
131
136
|
export { default as PlugColorIcon } from './PlugColor';
|
package/dist/index.js
CHANGED
|
@@ -1488,6 +1488,19 @@ const SvgLockColor = props => /*#__PURE__*/React__namespace.createElement("svg",
|
|
|
1488
1488
|
stopColor: "#F14BFF"
|
|
1489
1489
|
}))));
|
|
1490
1490
|
|
|
1491
|
+
const SvgLogoApple = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1492
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1493
|
+
width: "1em",
|
|
1494
|
+
height: "1em",
|
|
1495
|
+
fill: "none",
|
|
1496
|
+
viewBox: "0 0 24 24"
|
|
1497
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1498
|
+
fill: "#000",
|
|
1499
|
+
fillRule: "evenodd",
|
|
1500
|
+
d: "M14.944 4.502c-.658.784-1.776 1.373-2.658 1.373-.099 0-.198-.013-.26-.025a1.664 1.664 0 0 1-.038-.343c0-1.005.522-1.986 1.068-2.61.708-.822 1.9-1.434 2.87-1.471.024.11.037.245.037.38 0 .992-.423 1.985-1.019 2.696Zm-4.32 15.836c-.442.187-.862.365-1.43.365-1.218 0-2.075-1.103-3.031-2.451-1.13-1.593-2.05-4.057-2.05-6.385 0-3.75 2.472-5.736 4.906-5.736.713 0 1.364.259 1.94.488.459.182.87.345 1.227.345.323 0 .72-.155 1.181-.335.64-.25 1.401-.547 2.26-.547.559 0 2.558.05 3.862 1.912a.98.98 0 0 1-.047.031c-.324.211-2.052 1.337-2.052 3.646 0 2.855 2.534 3.872 2.608 3.897-.012.061-.41 1.385-1.328 2.733-.833 1.176-1.714 2.377-3.043 2.377-.643 0-1.056-.18-1.483-.367-.456-.199-.927-.405-1.71-.405-.792 0-1.315.222-1.81.432Z",
|
|
1501
|
+
clipRule: "evenodd"
|
|
1502
|
+
}));
|
|
1503
|
+
|
|
1491
1504
|
const SvgLogoColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1492
1505
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1493
1506
|
width: "1em",
|
|
@@ -1506,6 +1519,43 @@ const SvgLogoColor = props => /*#__PURE__*/React__namespace.createElement("svg",
|
|
|
1506
1519
|
clipRule: "evenodd"
|
|
1507
1520
|
}));
|
|
1508
1521
|
|
|
1522
|
+
const SvgLogoFacebook = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1523
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1524
|
+
width: "1em",
|
|
1525
|
+
height: "1em",
|
|
1526
|
+
fill: "none",
|
|
1527
|
+
viewBox: "0 0 24 24"
|
|
1528
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1529
|
+
fill: "#fff",
|
|
1530
|
+
fillRule: "evenodd",
|
|
1531
|
+
d: "m16.214 13.282.622-3.952h-3.89V6.766c0-1.081.543-2.135 2.285-2.135H17V1.267S15.395 1 13.86 1c-3.204 0-5.298 1.892-5.298 5.318V9.33H5v3.952h3.562v9.552a14.494 14.494 0 0 0 4.383 0v-9.552h3.269Z",
|
|
1532
|
+
clipRule: "evenodd"
|
|
1533
|
+
}));
|
|
1534
|
+
|
|
1535
|
+
const SvgLogoKakao = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1536
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1537
|
+
width: "1em",
|
|
1538
|
+
height: "1em",
|
|
1539
|
+
fill: "none",
|
|
1540
|
+
viewBox: "0 0 24 24"
|
|
1541
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1542
|
+
fill: "#391B1B",
|
|
1543
|
+
fillRule: "evenodd",
|
|
1544
|
+
d: "M12.002 4.063c-4.79 0-8.674 3.07-8.674 6.857 0 2.465 1.646 4.625 4.115 5.834-.181.677-.657 2.454-.752 2.834-.118.472.173.465.363.338.149-.099 2.377-1.613 3.338-2.267.522.077 1.06.119 1.61.119 4.79 0 8.674-3.071 8.674-6.858 0-3.787-3.884-6.857-8.674-6.857Z",
|
|
1545
|
+
clipRule: "evenodd"
|
|
1546
|
+
}));
|
|
1547
|
+
|
|
1548
|
+
const SvgLogoNaver = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1549
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1550
|
+
width: "1em",
|
|
1551
|
+
height: "1em",
|
|
1552
|
+
fill: "none",
|
|
1553
|
+
viewBox: "0 0 24 24"
|
|
1554
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1555
|
+
fill: "#fff",
|
|
1556
|
+
d: "M14.865 4v8.073L9.163 4H3v16h6.135v-8.073L14.837 20H21V4h-6.135Z"
|
|
1557
|
+
}));
|
|
1558
|
+
|
|
1509
1559
|
const SvgMaxsize = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
1510
1560
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1511
1561
|
width: "1em",
|
|
@@ -2014,6 +2064,28 @@ const SvgPin = props => /*#__PURE__*/React__namespace.createElement("svg", _exte
|
|
|
2014
2064
|
clipRule: "evenodd"
|
|
2015
2065
|
}));
|
|
2016
2066
|
|
|
2067
|
+
const SvgPinColorRed = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2068
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2069
|
+
width: "1em",
|
|
2070
|
+
height: "1em",
|
|
2071
|
+
fill: "none",
|
|
2072
|
+
viewBox: "0 0 16 17"
|
|
2073
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
2074
|
+
clipPath: "url(#pin_color_red_svg__a)"
|
|
2075
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
2076
|
+
fill: "#F5525D",
|
|
2077
|
+
d: "m8.66.927 5.393 3.113a.685.685 0 0 1 0 1.188l-.832.48a3.426 3.426 0 0 0-1.714 2.968v4.583a.685.685 0 0 1-1.028.593l-3.597-2.076-1.337-.773L1.95 8.927a.685.685 0 0 1 0-1.187l3.968-2.292A3.426 3.426 0 0 0 7.631 2.48v-.96A.686.686 0 0 1 8.659.927Z"
|
|
2078
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2079
|
+
fill: "#7A828D",
|
|
2080
|
+
stroke: "currentColor",
|
|
2081
|
+
d: "m3.583 15.345 2.12-3.672.52.3-2.12 3.672a.3.3 0 0 1-.52-.3Z"
|
|
2082
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
2083
|
+
id: "pin_color_red_svg__a"
|
|
2084
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
2085
|
+
fill: "#fff",
|
|
2086
|
+
d: "M0 .5h16v16H0z"
|
|
2087
|
+
}))));
|
|
2088
|
+
|
|
2017
2089
|
const SvgPlay = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2018
2090
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2019
2091
|
width: "1em",
|
|
@@ -3168,7 +3240,11 @@ exports.LineThreeIcon = SvgLineThree;
|
|
|
3168
3240
|
exports.LinkIcon = SvgLink;
|
|
3169
3241
|
exports.LockColorIcon = SvgLockColor;
|
|
3170
3242
|
exports.LockIcon = SvgLock;
|
|
3243
|
+
exports.LogoAppleIcon = SvgLogoApple;
|
|
3171
3244
|
exports.LogoColorIcon = SvgLogoColor;
|
|
3245
|
+
exports.LogoFacebookIcon = SvgLogoFacebook;
|
|
3246
|
+
exports.LogoKakaoIcon = SvgLogoKakao;
|
|
3247
|
+
exports.LogoNaverIcon = SvgLogoNaver;
|
|
3172
3248
|
exports.MaxsizeIcon = SvgMaxsize;
|
|
3173
3249
|
exports.MinsizeIcon = SvgMinsize;
|
|
3174
3250
|
exports.MinusIcon = SvgMinus;
|
|
@@ -3199,6 +3275,7 @@ exports.PauseIcon = SvgPause;
|
|
|
3199
3275
|
exports.PenIcon = SvgPen;
|
|
3200
3276
|
exports.PercentInCircleIcon = SvgPercentInCircle;
|
|
3201
3277
|
exports.PictureIcon = SvgPicture;
|
|
3278
|
+
exports.PinColorRedIcon = SvgPinColorRed;
|
|
3202
3279
|
exports.PinIcon = SvgPin;
|
|
3203
3280
|
exports.PlayIcon = SvgPlay;
|
|
3204
3281
|
exports.PlugColorIcon = SvgPlugColor;
|
package/esm/LogoApple.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgLogoApple = 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: "#000",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M14.944 4.502c-.658.784-1.776 1.373-2.658 1.373-.099 0-.198-.013-.26-.025a1.664 1.664 0 0 1-.038-.343c0-1.005.522-1.986 1.068-2.61.708-.822 1.9-1.434 2.87-1.471.024.11.037.245.037.38 0 .992-.423 1.985-1.019 2.696Zm-4.32 15.836c-.442.187-.862.365-1.43.365-1.218 0-2.075-1.103-3.031-2.451-1.13-1.593-2.05-4.057-2.05-6.385 0-3.75 2.472-5.736 4.906-5.736.713 0 1.364.259 1.94.488.459.182.87.345 1.227.345.323 0 .72-.155 1.181-.335.64-.25 1.401-.547 2.26-.547.559 0 2.558.05 3.862 1.912a.98.98 0 0 1-.047.031c-.324.211-2.052 1.337-2.052 3.646 0 2.855 2.534 3.872 2.608 3.897-.012.061-.41 1.385-1.328 2.733-.833 1.176-1.714 2.377-3.043 2.377-.643 0-1.056-.18-1.483-.367-.456-.199-.927-.405-1.71-.405-.792 0-1.315.222-1.81.432Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgLogoApple as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgLogoFacebook = 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: "#fff",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "m16.214 13.282.622-3.952h-3.89V6.766c0-1.081.543-2.135 2.285-2.135H17V1.267S15.395 1 13.86 1c-3.204 0-5.298 1.892-5.298 5.318V9.33H5v3.952h3.562v9.552a14.494 14.494 0 0 0 4.383 0v-9.552h3.269Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgLogoFacebook as default };
|
package/esm/LogoKakao.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgLogoKakao = 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: "#391B1B",
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
d: "M12.002 4.063c-4.79 0-8.674 3.07-8.674 6.857 0 2.465 1.646 4.625 4.115 5.834-.181.677-.657 2.454-.752 2.834-.118.472.173.465.363.338.149-.099 2.377-1.613 3.338-2.267.522.077 1.06.119 1.61.119 4.79 0 8.674-3.071 8.674-6.858 0-3.787-3.884-6.857-8.674-6.857Z",
|
|
14
|
+
clipRule: "evenodd"
|
|
15
|
+
}));
|
|
16
|
+
|
|
17
|
+
export { SvgLogoKakao as default };
|
package/esm/LogoNaver.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgLogoNaver = 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: "#fff",
|
|
12
|
+
d: "M14.865 4v8.073L9.163 4H3v16h6.135v-8.073L14.837 20H21V4h-6.135Z"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgLogoNaver as default };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgPinColorRed = 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 16 17"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
11
|
+
clipPath: "url(#pin_color_red_svg__a)"
|
|
12
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
13
|
+
fill: "#F5525D",
|
|
14
|
+
d: "m8.66.927 5.393 3.113a.685.685 0 0 1 0 1.188l-.832.48a3.426 3.426 0 0 0-1.714 2.968v4.583a.685.685 0 0 1-1.028.593l-3.597-2.076-1.337-.773L1.95 8.927a.685.685 0 0 1 0-1.187l3.968-2.292A3.426 3.426 0 0 0 7.631 2.48v-.96A.686.686 0 0 1 8.659.927Z"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "#7A828D",
|
|
17
|
+
stroke: "currentColor",
|
|
18
|
+
d: "m3.583 15.345 2.12-3.672.52.3-2.12 3.672a.3.3 0 0 1-.52-.3Z"
|
|
19
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
20
|
+
id: "pin_color_red_svg__a"
|
|
21
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
fill: "#fff",
|
|
23
|
+
d: "M0 .5h16v16H0z"
|
|
24
|
+
}))));
|
|
25
|
+
|
|
26
|
+
export { SvgPinColorRed as default };
|
package/esm/index.js
CHANGED
|
@@ -94,7 +94,11 @@ export { default as LineThreeIcon } from './LineThree.js';
|
|
|
94
94
|
export { default as LinkIcon } from './Link.js';
|
|
95
95
|
export { default as LockIcon } from './Lock.js';
|
|
96
96
|
export { default as LockColorIcon } from './LockColor.js';
|
|
97
|
+
export { default as LogoAppleIcon } from './LogoApple.js';
|
|
97
98
|
export { default as LogoColorIcon } from './LogoColor.js';
|
|
99
|
+
export { default as LogoFacebookIcon } from './LogoFacebook.js';
|
|
100
|
+
export { default as LogoKakaoIcon } from './LogoKakao.js';
|
|
101
|
+
export { default as LogoNaverIcon } from './LogoNaver.js';
|
|
98
102
|
export { default as MaxsizeIcon } from './Maxsize.js';
|
|
99
103
|
export { default as MinsizeIcon } from './Minsize.js';
|
|
100
104
|
export { default as MinusIcon } from './Minus.js';
|
|
@@ -126,6 +130,7 @@ export { default as PenIcon } from './Pen.js';
|
|
|
126
130
|
export { default as PercentInCircleIcon } from './PercentInCircle.js';
|
|
127
131
|
export { default as PictureIcon } from './Picture.js';
|
|
128
132
|
export { default as PinIcon } from './Pin.js';
|
|
133
|
+
export { default as PinColorRedIcon } from './PinColorRed.js';
|
|
129
134
|
export { default as PlayIcon } from './Play.js';
|
|
130
135
|
export { default as PlugIcon } from './Plug.js';
|
|
131
136
|
export { default as PlugColorIcon } from './PlugColor.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.19.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": "4b25cf787c19341a301fa24841c94903ade99b03"
|
|
42
42
|
}
|
|
@@ -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="M14.9443 4.50193C14.286 5.28629 13.1682 5.87456 12.2864 5.87456C12.187 5.87456 12.0876 5.8623 12.0255 5.85005C12.0131 5.80102 11.9883 5.65396 11.9883 5.50689C11.9883 4.50193 12.5099 3.52149 13.0564 2.89645C13.7643 2.07533 14.9567 1.46255 15.9254 1.42578C15.9503 1.53608 15.9627 1.67089 15.9627 1.8057C15.9627 2.79841 15.5404 3.79111 14.9443 4.50193ZM10.6243 20.3376C10.1816 20.5252 9.7622 20.7029 9.19309 20.7029C7.97592 20.7029 7.11894 19.5999 6.16259 18.2518C5.03237 16.6586 4.11328 14.1952 4.11328 11.8667C4.11328 8.11646 6.58487 6.13105 9.0192 6.13105C9.73213 6.13105 10.3833 6.38988 10.9599 6.61905C11.418 6.8011 11.8289 6.96443 12.1863 6.96443C12.5091 6.96443 12.9062 6.80936 13.3673 6.62923C14.0062 6.37967 14.7683 6.08203 15.6267 6.08203C16.1856 6.08203 18.1852 6.13105 19.4893 7.9939C19.4818 7.99969 19.4657 8.01018 19.4422 8.02545C19.1183 8.23647 17.3903 9.36207 17.3903 11.6706C17.3903 14.5261 19.924 15.5433 19.9985 15.5678C19.9861 15.6291 19.5887 16.9527 18.6696 18.3008C17.8374 19.4774 16.9556 20.6784 15.6267 20.6784C14.984 20.6784 14.5708 20.4979 14.144 20.3114C13.6883 20.1122 13.2172 19.9063 12.4347 19.9063C11.6418 19.9063 11.1186 20.1281 10.6243 20.3376Z" fill="black"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M16.2137 13.2816L16.8356 9.3301H12.9452V6.76584C12.9452 5.6848 13.4886 4.63107 15.2312 4.63107H17V1.26699C17 1.26699 15.3947 1 13.86 1C10.6558 1 8.56164 2.89243 8.56164 6.31845V9.3301H5V13.2816H8.56164V22.8339C9.27581 22.9431 10.0078 23 10.7534 23C11.4991 23 12.231 22.9431 12.9452 22.8339V13.2816H16.2137Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M12.002 4.06305C7.21135 4.06305 3.32812 7.13287 3.32812 10.9202C3.32812 13.3852 4.97351 15.5454 7.44295 16.7541C7.26155 17.4315 6.78609 19.2081 6.6906 19.5881C6.57323 20.0598 6.86369 20.0534 7.05386 19.9264C7.20295 19.8271 9.43073 18.3129 10.3919 17.6591C10.9135 17.7364 11.4516 17.7775 12.002 17.7775C16.7924 17.7775 20.6758 14.707 20.6758 10.9202C20.6758 7.13287 16.7924 4.06305 12.002 4.06305Z" fill="#391B1B"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_37723_33210)">
|
|
3
|
+
<path d="M8.65931 0.926676L14.0526 4.04001C14.1571 4.10009 14.2438 4.18664 14.3041 4.29092C14.3644 4.39521 14.3961 4.51354 14.3961 4.63401C14.3961 4.75447 14.3644 4.87281 14.3041 4.9771C14.2438 5.08138 14.1571 5.16792 14.0526 5.22801L13.2206 5.70801C12.16 6.32001 11.5073 7.45134 11.5073 8.67601V13.2587C11.5073 13.379 11.4756 13.4971 11.4154 13.6013C11.3553 13.7054 11.2687 13.7919 11.1646 13.8521C11.0604 13.9122 10.9422 13.9438 10.8219 13.9438C10.7016 13.9438 10.5835 13.9122 10.4793 13.852L6.88197 11.776L5.54531 11.0033L1.94864 8.92734C1.84439 8.86721 1.7578 8.78069 1.69761 8.67647C1.63741 8.57226 1.60571 8.45403 1.60571 8.33368C1.60571 8.21332 1.63741 8.09509 1.69761 7.99088C1.7578 7.88666 1.84439 7.80014 1.94864 7.74001L5.91731 5.44801C6.43833 5.14727 6.87099 4.71464 7.17175 4.19363C7.47251 3.67262 7.63078 3.0816 7.63064 2.48001V1.52001C7.63081 1.3997 7.66261 1.28156 7.72286 1.17743C7.7831 1.07329 7.86967 0.986835 7.97389 0.926726C8.0781 0.866616 8.19628 0.83497 8.31659 0.834961C8.43689 0.834952 8.55509 0.866581 8.65931 0.926676Z" fill="#F5525D"/>
|
|
4
|
+
<path d="M3.58273 15.3452L5.7033 11.6728L6.22279 11.9731L4.10209 15.6451C4.06142 15.7109 3.99686 15.7585 3.92185 15.7779C3.84572 15.7975 3.76493 15.7865 3.69685 15.7472C3.62877 15.7079 3.57884 15.6434 3.55781 15.5676C3.53709 15.493 3.54605 15.4133 3.58273 15.3452Z" fill="#7A828D" stroke="#8D94A0"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_37723_33210">
|
|
8
|
+
<rect width="16" height="16" fill="white" transform="translate(0 0.5)"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|