@lobehub/icons 2.10.0 → 2.12.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.
Files changed (66) hide show
  1. package/README.md +25 -25
  2. package/es/Automatic/components/Color.js +15 -18
  3. package/es/Automatic/components/Mono.js +14 -16
  4. package/es/Aws/components/BrandColor.js +5 -7
  5. package/es/Aws/components/BrandMono.js +4 -6
  6. package/es/Aws/components/Color.js +5 -7
  7. package/es/Baidu/components/BrandColor.js +6 -10
  8. package/es/Baidu/components/BrandMono.js +4 -6
  9. package/es/Bing/components/Color.js +11 -15
  10. package/es/ByteDance/components/BrandColor.js +19 -23
  11. package/es/ByteDance/components/BrandMono.js +10 -12
  12. package/es/ByteDance/components/Color.js +15 -19
  13. package/es/ByteDance/components/Mono.js +8 -10
  14. package/es/Cloudflare/components/Color.js +6 -10
  15. package/es/Cloudflare/components/Mono.js +4 -6
  16. package/es/Colab/components/Color.js +9 -13
  17. package/es/Copilot/components/Color.js +24 -28
  18. package/es/Dalle/components/Color.js +15 -19
  19. package/es/Dalle/components/Mono.js +15 -17
  20. package/es/Dbrx/components/BrandColor.js +5 -7
  21. package/es/Dbrx/components/BrandMono.js +4 -6
  22. package/es/FishAudio/components/Mono.js +5 -7
  23. package/es/Gemini/components/Avatar.js +2 -2
  24. package/es/Gemini/components/Color.js +64 -22
  25. package/es/Gemini/components/Mono.js +1 -1
  26. package/es/Gemini/index.d.ts +0 -4
  27. package/es/Gemini/index.js +1 -6
  28. package/es/Gemini/style.d.ts +3 -4
  29. package/es/Gemini/style.js +3 -4
  30. package/es/Google/components/BrandColor.js +18 -22
  31. package/es/Greptile/components/Color.js +5 -16
  32. package/es/Greptile/components/Mono.js +3 -13
  33. package/es/HuggingFace/components/Color.js +18 -22
  34. package/es/Hunyuan/components/Color.js +17 -21
  35. package/es/Jimeng/components/Color.js +0 -2
  36. package/es/LLaVA/components/Color.js +45 -49
  37. package/es/Langfuse/components/Color.js +11 -15
  38. package/es/Langfuse/components/Mono.js +4 -6
  39. package/es/LeptonAI/components/Color.js +13 -24
  40. package/es/Meta/components/BrandColor.js +60 -62
  41. package/es/Meta/components/Color.js +45 -49
  42. package/es/Moonshot/components/Combine.d.ts +1 -3
  43. package/es/Moonshot/components/Combine.js +3 -14
  44. package/es/OpenChat/components/Color.js +6 -10
  45. package/es/OpenChat/components/Mono.js +4 -6
  46. package/es/Qingyan/components/Color.js +6 -10
  47. package/es/Qingyan/components/Mono.js +4 -6
  48. package/es/Qwen/components/Color.js +5 -5
  49. package/es/Qwen/components/Combine.js +3 -10
  50. package/es/Qwen/style.d.ts +1 -1
  51. package/es/Qwen/style.js +1 -1
  52. package/es/Stability/components/BrandColor.js +6 -10
  53. package/es/Stability/components/BrandMono.js +4 -6
  54. package/es/Stability/components/Color.js +6 -10
  55. package/es/Stability/components/Mono.js +4 -6
  56. package/es/Together/components/BrandColor.js +5 -7
  57. package/es/Together/components/BrandMono.js +4 -6
  58. package/es/Together/components/Color.js +8 -10
  59. package/es/Together/components/Mono.js +7 -9
  60. package/es/Together/components/Text.js +4 -6
  61. package/es/toc.js +4 -5
  62. package/package.json +1 -1
  63. package/es/Gemini/components/BrandColor.d.ts +0 -3
  64. package/es/Gemini/components/BrandColor.js +0 -60
  65. package/es/Gemini/components/BrandMono.d.ts +0 -3
  66. package/es/Gemini/components/BrandMono.js +0 -39
@@ -10,12 +10,12 @@ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("
10
10
  import { memo } from 'react';
11
11
  import IconAvatar from "../../features/IconAvatar";
12
12
  import { AVATAR_BACKGROUND, AVATAR_COLOR, AVATAR_ICON_MULTIPLE, TITLE } from "../style";
13
- import Mono from "./Mono";
13
+ import Color from "./Color";
14
14
  import { jsx as _jsx } from "react/jsx-runtime";
15
15
  var Avatar = /*#__PURE__*/memo(function (_ref) {
16
16
  var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
17
17
  return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
18
- Icon: Mono,
18
+ Icon: Color,
19
19
  "aria-label": TITLE,
20
20
  background: AVATAR_BACKGROUND,
21
21
  color: AVATAR_COLOR,
@@ -7,10 +7,16 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
7
7
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
8
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
9
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
11
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
12
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
13
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
14
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
15
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
10
16
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
17
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
18
  import { memo } from 'react';
13
- import { useFillId } from "../../hooks/useFillId";
19
+ import { useFillIds } from "../../hooks/useFillId";
14
20
  import { TITLE } from "../style";
15
21
  import { jsx as _jsx } from "react/jsx-runtime";
16
22
  import { jsxs as _jsxs } from "react/jsx-runtime";
@@ -19,9 +25,11 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
19
25
  size = _ref$size === void 0 ? '1em' : _ref$size,
20
26
  style = _ref.style,
21
27
  rest = _objectWithoutProperties(_ref, _excluded);
22
- var _useFillId = useFillId(TITLE),
23
- id = _useFillId.id,
24
- fill = _useFillId.fill;
28
+ var _useFillIds = useFillIds(TITLE, 3),
29
+ _useFillIds2 = _slicedToArray(_useFillIds, 3),
30
+ a = _useFillIds2[0],
31
+ b = _useFillIds2[1],
32
+ c = _useFillIds2[2];
25
33
  return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
26
34
  height: size,
27
35
  style: _objectSpread({
@@ -34,28 +42,62 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
34
42
  }, rest), {}, {
35
43
  children: [/*#__PURE__*/_jsx("title", {
36
44
  children: TITLE
37
- }), /*#__PURE__*/_jsx("defs", {
38
- children: /*#__PURE__*/_jsxs("linearGradient", {
39
- id: id,
40
- x1: "0%",
41
- x2: "68.73%",
42
- y1: "100%",
43
- y2: "30.395%",
45
+ }), /*#__PURE__*/_jsx("path", {
46
+ d: "M20.616 10.835a14.147 14.147 0 01-4.45-3.001 14.111 14.111 0 01-3.678-6.452.503.503 0 00-.975 0 14.134 14.134 0 01-3.679 6.452 14.155 14.155 0 01-4.45 3.001c-.65.28-1.318.505-2.002.678a.502.502 0 000 .975c.684.172 1.35.397 2.002.677a14.147 14.147 0 014.45 3.001 14.112 14.112 0 013.679 6.453.502.502 0 00.975 0c.172-.685.397-1.351.677-2.003a14.145 14.145 0 013.001-4.45 14.113 14.113 0 016.453-3.678.503.503 0 000-.975 13.245 13.245 0 01-2.003-.678z",
47
+ fill: "#3186FF"
48
+ }), /*#__PURE__*/_jsx("path", {
49
+ d: "M20.616 10.835a14.147 14.147 0 01-4.45-3.001 14.111 14.111 0 01-3.678-6.452.503.503 0 00-.975 0 14.134 14.134 0 01-3.679 6.452 14.155 14.155 0 01-4.45 3.001c-.65.28-1.318.505-2.002.678a.502.502 0 000 .975c.684.172 1.35.397 2.002.677a14.147 14.147 0 014.45 3.001 14.112 14.112 0 013.679 6.453.502.502 0 00.975 0c.172-.685.397-1.351.677-2.003a14.145 14.145 0 013.001-4.45 14.113 14.113 0 016.453-3.678.503.503 0 000-.975 13.245 13.245 0 01-2.003-.678z",
50
+ fill: a.fill
51
+ }), /*#__PURE__*/_jsx("path", {
52
+ d: "M20.616 10.835a14.147 14.147 0 01-4.45-3.001 14.111 14.111 0 01-3.678-6.452.503.503 0 00-.975 0 14.134 14.134 0 01-3.679 6.452 14.155 14.155 0 01-4.45 3.001c-.65.28-1.318.505-2.002.678a.502.502 0 000 .975c.684.172 1.35.397 2.002.677a14.147 14.147 0 014.45 3.001 14.112 14.112 0 013.679 6.453.502.502 0 00.975 0c.172-.685.397-1.351.677-2.003a14.145 14.145 0 013.001-4.45 14.113 14.113 0 016.453-3.678.503.503 0 000-.975 13.245 13.245 0 01-2.003-.678z",
53
+ fill: b.fill
54
+ }), /*#__PURE__*/_jsx("path", {
55
+ d: "M20.616 10.835a14.147 14.147 0 01-4.45-3.001 14.111 14.111 0 01-3.678-6.452.503.503 0 00-.975 0 14.134 14.134 0 01-3.679 6.452 14.155 14.155 0 01-4.45 3.001c-.65.28-1.318.505-2.002.678a.502.502 0 000 .975c.684.172 1.35.397 2.002.677a14.147 14.147 0 014.45 3.001 14.112 14.112 0 013.679 6.453.502.502 0 00.975 0c.172-.685.397-1.351.677-2.003a14.145 14.145 0 013.001-4.45 14.113 14.113 0 016.453-3.678.503.503 0 000-.975 13.245 13.245 0 01-2.003-.678z",
56
+ fill: c.fill
57
+ }), /*#__PURE__*/_jsxs("defs", {
58
+ children: [/*#__PURE__*/_jsxs("linearGradient", {
59
+ gradientUnits: "userSpaceOnUse",
60
+ id: a.id,
61
+ x1: "7",
62
+ x2: "11",
63
+ y1: "15.5",
64
+ y2: "12",
65
+ children: [/*#__PURE__*/_jsx("stop", {
66
+ stopColor: "#08B962"
67
+ }), /*#__PURE__*/_jsx("stop", {
68
+ offset: "1",
69
+ stopColor: "#08B962",
70
+ stopOpacity: "0"
71
+ })]
72
+ }), /*#__PURE__*/_jsxs("linearGradient", {
73
+ gradientUnits: "userSpaceOnUse",
74
+ id: b.id,
75
+ x1: "8",
76
+ x2: "11.5",
77
+ y1: "5.5",
78
+ y2: "11",
44
79
  children: [/*#__PURE__*/_jsx("stop", {
45
- offset: "0%",
46
- stopColor: "#1C7DFF"
80
+ stopColor: "#F94543"
47
81
  }), /*#__PURE__*/_jsx("stop", {
48
- offset: "52.021%",
49
- stopColor: "#1C69FF"
82
+ offset: "1",
83
+ stopColor: "#F94543",
84
+ stopOpacity: "0"
85
+ })]
86
+ }), /*#__PURE__*/_jsxs("linearGradient", {
87
+ gradientUnits: "userSpaceOnUse",
88
+ id: c.id,
89
+ x1: "3.5",
90
+ x2: "17.5",
91
+ y1: "13.5",
92
+ y2: "12",
93
+ children: [/*#__PURE__*/_jsx("stop", {
94
+ stopColor: "#FABC12"
50
95
  }), /*#__PURE__*/_jsx("stop", {
51
- offset: "100%",
52
- stopColor: "#F0DCD6"
96
+ offset: ".46",
97
+ stopColor: "#FABC12",
98
+ stopOpacity: "0"
53
99
  })]
54
- })
55
- }), /*#__PURE__*/_jsx("path", {
56
- d: "M12 24A14.304 14.304 0 000 12 14.304 14.304 0 0012 0a14.305 14.305 0 0012 12 14.305 14.305 0 00-12 12",
57
- fill: fill,
58
- fillRule: "nonzero"
100
+ })]
59
101
  })]
60
102
  }));
61
103
  });
@@ -33,7 +33,7 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
33
33
  children: [/*#__PURE__*/_jsx("title", {
34
34
  children: TITLE
35
35
  }), /*#__PURE__*/_jsx("path", {
36
- d: "M12 24A14.304 14.304 0 000 12 14.304 14.304 0 0012 0a14.305 14.305 0 0012 12 14.305 14.305 0 00-12 12"
36
+ d: "M20.616 10.835a14.147 14.147 0 01-4.45-3.001 14.111 14.111 0 01-3.678-6.452.503.503 0 00-.975 0 14.134 14.134 0 01-3.679 6.452 14.155 14.155 0 01-4.45 3.001c-.65.28-1.318.505-2.002.678a.502.502 0 000 .975c.684.172 1.35.397 2.002.677a14.147 14.147 0 014.45 3.001 14.112 14.112 0 013.679 6.453.502.502 0 00.975 0c.172-.685.397-1.351.677-2.003a14.145 14.145 0 013.001-4.45 14.113 14.113 0 016.453-3.678.503.503 0 000-.975 13.245 13.245 0 01-2.003-.678z"
37
37
  })]
38
38
  }));
39
39
  });
@@ -1,14 +1,10 @@
1
1
  import Avatar from './components/Avatar';
2
- import BrandColor from './components/BrandColor';
3
- import BrandMono from './components/BrandMono';
4
2
  import Color from './components/Color';
5
3
  import Combine from './components/Combine';
6
4
  import Mono from './components/Mono';
7
5
  import Text from './components/Text';
8
6
  export type CompoundedIcon = typeof Mono & {
9
7
  Avatar: typeof Avatar;
10
- Brand: typeof BrandMono;
11
- BrandColor: typeof BrandColor;
12
8
  Color: typeof Color;
13
9
  Combine: typeof Combine;
14
10
  Text: typeof Text;
@@ -1,19 +1,14 @@
1
1
  import Avatar from "./components/Avatar";
2
- import BrandColor from "./components/BrandColor";
3
- import BrandMono from "./components/BrandMono";
4
2
  import Color from "./components/Color";
5
3
  import Combine from "./components/Combine";
6
4
  import Mono from "./components/Mono";
7
5
  import Text from "./components/Text";
8
- import { COLOR_GRADIENT, COLOR_PRIMARY, TITLE } from "./style";
6
+ import { COLOR_PRIMARY, TITLE } from "./style";
9
7
  var Icons = Mono;
10
8
  Icons.Color = Color;
11
9
  Icons.Text = Text;
12
10
  Icons.Combine = Combine;
13
11
  Icons.Avatar = Avatar;
14
- Icons.Brand = BrandMono;
15
- Icons.BrandColor = BrandColor;
16
12
  Icons.colorPrimary = COLOR_PRIMARY;
17
- Icons.colorGradient = COLOR_GRADIENT;
18
13
  Icons.title = TITLE;
19
14
  export default Icons;
@@ -1,8 +1,7 @@
1
1
  export declare const TITLE = "Gemini";
2
2
  export declare const COMBINE_TEXT_MULTIPLE = 0.8;
3
3
  export declare const COMBINE_SPACE_MULTIPLE = 0.2;
4
- export declare const COLOR_PRIMARY = "#1C69FF";
5
- export declare const COLOR_GRADIENT = "linear-gradient(45deg, #1C69FF 40%, #F0DCD6 100%)";
6
- export declare const AVATAR_BACKGROUND = "linear-gradient(45deg, #1C69FF 40%, #F0DCD6 100%)";
4
+ export declare const COLOR_PRIMARY = "#fff";
5
+ export declare const AVATAR_BACKGROUND = "#fff";
7
6
  export declare const AVATAR_COLOR = "#fff";
8
- export declare const AVATAR_ICON_MULTIPLE = 0.6;
7
+ export declare const AVATAR_ICON_MULTIPLE = 0.8;
@@ -1,10 +1,9 @@
1
1
  export var TITLE = 'Gemini';
2
2
  export var COMBINE_TEXT_MULTIPLE = 0.8;
3
3
  export var COMBINE_SPACE_MULTIPLE = 0.2;
4
- export var COLOR_PRIMARY = '#1C69FF';
5
- export var COLOR_GRADIENT = 'linear-gradient(45deg, #1C69FF 40%, #F0DCD6 100%)';
4
+ export var COLOR_PRIMARY = '#fff';
6
5
 
7
6
  // Avatar constants
8
- export var AVATAR_BACKGROUND = COLOR_GRADIENT;
7
+ export var AVATAR_BACKGROUND = COLOR_PRIMARY;
9
8
  export var AVATAR_COLOR = '#fff';
10
- export var AVATAR_ICON_MULTIPLE = 0.6;
9
+ export var AVATAR_ICON_MULTIPLE = 0.8;
@@ -30,28 +30,24 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
30
30
  }, rest), {}, {
31
31
  children: [/*#__PURE__*/_jsx("title", {
32
32
  children: TITLE
33
- }), /*#__PURE__*/_jsxs("g", {
34
- fill: "none",
35
- fillRule: "evenodd",
36
- children: [/*#__PURE__*/_jsx("path", {
37
- d: "M19.947 8.482H11.43v2.536h6.041c-.298 3.557-3.247 5.074-6.03 5.074-3.562 0-6.67-2.812-6.67-6.753 0-3.839 2.963-6.795 6.677-6.795 2.866 0 4.555 1.833 4.555 1.833l1.77-1.84S15.5 0 11.357 0C6.081 0 2 4.468 2 9.294c0 4.729 3.84 9.34 9.491 9.34 4.972 0 8.61-3.417 8.61-8.47 0-1.067-.154-1.683-.154-1.683",
38
- fill: "#4285F4"
39
- }), /*#__PURE__*/_jsx("path", {
40
- d: "M26.96 8.997c1.719 0 3.347 1.395 3.347 3.642 0 2.199-1.621 3.633-3.355 3.633-1.905 0-3.408-1.53-3.408-3.65 0-2.075 1.485-3.625 3.416-3.625zm-.035-2.352c-3.495 0-6 2.742-6 5.94 0 3.245 2.43 6.038 6.041 6.038 3.27 0 5.948-2.508 5.948-5.968 0-3.967-3.116-6.01-5.989-6.01z",
41
- fill: "#EB4335"
42
- }), /*#__PURE__*/_jsx("path", {
43
- d: "M40.01 8.997c1.718 0 3.347 1.395 3.347 3.642 0 2.199-1.622 3.633-3.356 3.633-1.904 0-3.407-1.53-3.407-3.65 0-2.075 1.484-3.625 3.415-3.625zm-.035-2.352c-3.496 0-6 2.742-6 5.94 0 3.245 2.43 6.038 6.04 6.038 3.27 0 5.949-2.508 5.949-5.968 0-3.967-3.116-6.01-5.99-6.01z",
44
- fill: "#FBBC05"
45
- }), /*#__PURE__*/_jsx("path", {
46
- d: "M53.006 9c1.573 0 3.188 1.347 3.188 3.648 0 2.34-1.611 3.629-3.222 3.629-1.71 0-3.302-1.394-3.302-3.607 0-2.299 1.652-3.67 3.336-3.67zm-.232-2.349c-3.208 0-5.73 2.82-5.73 5.984 0 3.605 2.924 5.996 5.675 5.996 1.7 0 2.605-.678 3.273-1.455v1.18c0 2.067-1.25 3.304-3.137 3.304-1.824 0-2.738-1.36-3.056-2.132l-2.293.962c.813 1.726 2.451 3.527 5.368 3.527 3.19 0 5.62-2.016 5.62-6.244V7.012h-2.502v1.014c-.77-.832-1.821-1.375-3.218-1.375z",
47
- fill: "#4285F4"
48
- }), /*#__PURE__*/_jsx("path", {
49
- d: "M69.725 8.94c1.09 0 1.875.582 2.209 1.28l-5.345 2.241c-.23-1.735 1.408-3.52 3.136-3.52zm-.104-2.303c-3.026 0-5.567 2.416-5.567 5.981 0 3.772 2.832 6.01 5.858 6.01 2.525 0 4.075-1.387 5-2.629l-2.063-1.377c-.536.833-1.43 1.648-2.925 1.648-1.678 0-2.45-.922-2.927-1.815L75 11.123l-.415-.976c-.774-1.913-2.577-3.51-4.964-3.51z",
50
- fill: "#EB4335"
51
- }), /*#__PURE__*/_jsx("path", {
52
- d: "M60.239 18.272h2.628V.62H60.24z",
53
- fill: "#34A853"
54
- })]
33
+ }), /*#__PURE__*/_jsx("path", {
34
+ d: "M19.947 8.482H11.43v2.536h6.041c-.298 3.557-3.247 5.074-6.03 5.074-3.562 0-6.67-2.812-6.67-6.753 0-3.839 2.963-6.795 6.677-6.795 2.866 0 4.555 1.833 4.555 1.833l1.77-1.84S15.5 0 11.357 0C6.081 0 2 4.468 2 9.294c0 4.729 3.84 9.34 9.491 9.34 4.972 0 8.61-3.417 8.61-8.47 0-1.067-.154-1.683-.154-1.683",
35
+ fill: "#4285F4"
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ d: "M26.96 8.997c1.719 0 3.347 1.395 3.347 3.642 0 2.199-1.621 3.633-3.355 3.633-1.905 0-3.408-1.53-3.408-3.65 0-2.075 1.485-3.625 3.416-3.625zm-.035-2.352c-3.495 0-6 2.742-6 5.94 0 3.245 2.43 6.038 6.041 6.038 3.27 0 5.948-2.508 5.948-5.968 0-3.967-3.116-6.01-5.989-6.01z",
38
+ fill: "#EB4335"
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ d: "M40.01 8.997c1.718 0 3.347 1.395 3.347 3.642 0 2.199-1.622 3.633-3.356 3.633-1.904 0-3.407-1.53-3.407-3.65 0-2.075 1.484-3.625 3.415-3.625zm-.035-2.352c-3.496 0-6 2.742-6 5.94 0 3.245 2.43 6.038 6.04 6.038 3.27 0 5.949-2.508 5.949-5.968 0-3.967-3.116-6.01-5.99-6.01z",
41
+ fill: "#FBBC05"
42
+ }), /*#__PURE__*/_jsx("path", {
43
+ d: "M53.006 9c1.573 0 3.188 1.347 3.188 3.648 0 2.34-1.611 3.629-3.222 3.629-1.71 0-3.302-1.394-3.302-3.607 0-2.299 1.652-3.67 3.336-3.67zm-.232-2.349c-3.208 0-5.73 2.82-5.73 5.984 0 3.605 2.924 5.996 5.675 5.996 1.7 0 2.605-.678 3.273-1.455v1.18c0 2.067-1.25 3.304-3.137 3.304-1.824 0-2.738-1.36-3.056-2.132l-2.293.962c.813 1.726 2.451 3.527 5.368 3.527 3.19 0 5.62-2.016 5.62-6.244V7.012h-2.502v1.014c-.77-.832-1.821-1.375-3.218-1.375z",
44
+ fill: "#4285F4"
45
+ }), /*#__PURE__*/_jsx("path", {
46
+ d: "M69.725 8.94c1.09 0 1.875.582 2.209 1.28l-5.345 2.241c-.23-1.735 1.408-3.52 3.136-3.52zm-.104-2.303c-3.026 0-5.567 2.416-5.567 5.981 0 3.772 2.832 6.01 5.858 6.01 2.525 0 4.075-1.387 5-2.629l-2.063-1.377c-.536.833-1.43 1.648-2.925 1.648-1.678 0-2.45-.922-2.927-1.815L75 11.123l-.415-.976c-.774-1.913-2.577-3.51-4.964-3.51z",
47
+ fill: "#EB4335"
48
+ }), /*#__PURE__*/_jsx("path", {
49
+ d: "M60.239 18.272h2.628V.62H60.24z",
50
+ fill: "#34A853"
55
51
  })]
56
52
  }));
57
53
  });
@@ -30,22 +30,11 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
30
30
  }, rest), {}, {
31
31
  children: [/*#__PURE__*/_jsx("title", {
32
32
  children: TITLE
33
- }), /*#__PURE__*/_jsx("g", {
34
- clipPath: "url(#a)",
35
- children: /*#__PURE__*/_jsx("path", {
36
- clipRule: "evenodd",
37
- d: "M3.353.004a6.074 6.074 0 01-.265.045C2.63.12 2.092.348 1.71.633 1.426.846.717 1.575.557 1.819a3.359 3.359 0 00-.23 3.296c.154.322.35.59.71.972.187.198.434.486.55.64a6.629 6.629 0 011.305 3.546c.01.138.035 1.607.057 3.264.043 3.273.038 3.18.203 3.485.266.494.94.79 1.474.648.29-.077.463-.204 1.353-.986.957-.84 1.092-.932 1.446-.98.124-.017.631 0 1.66.053 1.513.08 1.622.079 1.85-.016.393-.164.539-.4.661-1.074.247-1.36 1.296-2.56 2.64-3.022.116-.04.373-.104.572-.144.198-.04.426-.102.506-.138.296-.136.515-.424.566-.744.017-.11-.007-.549-.089-1.602-.091-1.179-.107-1.483-.083-1.621.057-.342.139-.46 1.01-1.448.447-.506.85-.976.895-1.043.262-.39.288-.91.068-1.345a1.44 1.44 0 00-.822-.67c-.1-.029-.834-.037-3.544-.038H9.897l-.335-.063c-.958-.179-1.765-.49-2.484-.958-.362-.236-.583-.41-1.018-.804-.408-.37-.59-.502-.921-.67A3.018 3.018 0 003.744.005a3.942 3.942 0 00-.391 0zm15.728 5.858c-.132.049-.217.127-.48.44-.592.707-.74 1.336-.531 2.256.106.466.163.572.361.673.105.054.169.055 2.637.046l2.53-.009.118-.063a.551.551 0 00.095-.895 184.88 184.88 0 00-2.223-1.254c-2.293-1.282-2.281-1.276-2.507-1.194zm-3.216 6.71a9.258 9.258 0 00-1.364.696c-.844.557-1.454 1.36-1.923 2.53-.211.525-.202.75.04.935.111.087 6.478 3.14 6.667 3.198.153.047.27.027.43-.074a.538.538 0 00.24-.434c0-.06-.03-.18-.065-.264-.156-.368-3.098-6.467-3.158-6.545-.168-.222-.394-.232-.867-.042zm-8.48 5.457c-.453.102-.83.32-1.285.745-.296.277-.336.468-.167.798.053.103.61 1.104 1.236 2.224 1.297 2.317 1.22 2.206 1.558 2.202.152-.002.198-.015.296-.084a.662.662 0 00.173-.193c.058-.11.06-.152.08-2.595.018-1.93.015-2.51-.011-2.606a.569.569 0 00-.138-.227c-.09-.091-.14-.112-.406-.176-.582-.138-.992-.165-1.336-.088z",
38
- fill: "#44A775",
39
- fillRule: "evenodd"
40
- })
41
- }), /*#__PURE__*/_jsx("defs", {
42
- children: /*#__PURE__*/_jsx("clipPath", {
43
- id: "a",
44
- children: /*#__PURE__*/_jsx("path", {
45
- d: "M0 0h24v24H0z",
46
- fill: "#fff"
47
- })
48
- })
33
+ }), /*#__PURE__*/_jsx("path", {
34
+ clipRule: "evenodd",
35
+ d: "M3.353.004a6.074 6.074 0 01-.265.045C2.63.12 2.092.348 1.71.633 1.426.846.717 1.575.557 1.819a3.359 3.359 0 00-.23 3.296c.154.322.35.59.71.972.187.198.434.486.55.64a6.629 6.629 0 011.305 3.546c.01.138.035 1.607.057 3.264.043 3.273.038 3.18.203 3.485.266.494.94.79 1.474.648.29-.077.463-.204 1.353-.986.957-.84 1.092-.932 1.446-.98.124-.017.631 0 1.66.053 1.513.08 1.622.079 1.85-.016.393-.164.539-.4.661-1.074.247-1.36 1.296-2.56 2.64-3.022.116-.04.373-.104.572-.144.198-.04.426-.102.506-.138.296-.136.515-.424.566-.744.017-.11-.007-.549-.089-1.602-.091-1.179-.107-1.483-.083-1.621.057-.342.139-.46 1.01-1.448.447-.506.85-.976.895-1.043.262-.39.288-.91.068-1.345a1.44 1.44 0 00-.822-.67c-.1-.029-.834-.037-3.544-.038H9.897l-.335-.063c-.958-.179-1.765-.49-2.484-.958-.362-.236-.583-.41-1.018-.804-.408-.37-.59-.502-.921-.67A3.018 3.018 0 003.744.005a3.942 3.942 0 00-.391 0zm15.728 5.858c-.132.049-.217.127-.48.44-.592.707-.74 1.336-.531 2.256.106.466.163.572.361.673.105.054.169.055 2.637.046l2.53-.009.118-.063a.551.551 0 00.095-.895 184.88 184.88 0 00-2.223-1.254c-2.293-1.282-2.281-1.276-2.507-1.194zm-3.216 6.71a9.258 9.258 0 00-1.364.696c-.844.557-1.454 1.36-1.923 2.53-.211.525-.202.75.04.935.111.087 6.478 3.14 6.667 3.198.153.047.27.027.43-.074a.538.538 0 00.24-.434c0-.06-.03-.18-.065-.264-.156-.368-3.098-6.467-3.158-6.545-.168-.222-.394-.232-.867-.042zm-8.48 5.457c-.453.102-.83.32-1.285.745-.296.277-.336.468-.167.798.053.103.61 1.104 1.236 2.224 1.297 2.317 1.22 2.206 1.558 2.202.152-.002.198-.015.296-.084a.662.662 0 00.173-.193c.058-.11.06-.152.08-2.595.018-1.93.015-2.51-.011-2.606a.569.569 0 00-.138-.227c-.09-.091-.14-.112-.406-.176-.582-.138-.992-.165-1.336-.088z",
36
+ fill: "#44A775",
37
+ fillRule: "evenodd"
49
38
  })]
50
39
  }));
51
40
  });
@@ -32,19 +32,9 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
32
32
  }, rest), {}, {
33
33
  children: [/*#__PURE__*/_jsx("title", {
34
34
  children: TITLE
35
- }), /*#__PURE__*/_jsx("g", {
36
- clipPath: "url(#a)",
37
- children: /*#__PURE__*/_jsx("path", {
38
- clipRule: "evenodd",
39
- d: "M3.353.004a6.074 6.074 0 01-.265.045C2.63.12 2.092.348 1.71.633 1.426.846.717 1.575.557 1.819a3.359 3.359 0 00-.23 3.296c.154.322.35.59.71.972.187.198.434.486.55.64a6.629 6.629 0 011.305 3.546c.01.138.035 1.607.057 3.264.043 3.273.038 3.18.203 3.485.266.494.94.79 1.474.648.29-.077.463-.204 1.353-.986.957-.84 1.092-.932 1.446-.98.124-.017.631 0 1.66.053 1.513.08 1.622.079 1.85-.016.393-.164.539-.4.661-1.074.247-1.36 1.296-2.56 2.64-3.022.116-.04.373-.104.572-.144.198-.04.426-.102.506-.138.296-.136.515-.424.566-.744.017-.11-.007-.549-.089-1.602-.091-1.179-.107-1.483-.083-1.621.057-.342.139-.46 1.01-1.448.447-.506.85-.976.895-1.043.262-.39.288-.91.068-1.345a1.44 1.44 0 00-.822-.67c-.1-.029-.834-.037-3.544-.038H9.897l-.335-.063c-.958-.179-1.765-.49-2.484-.958-.362-.236-.583-.41-1.018-.804-.408-.37-.59-.502-.921-.67A3.018 3.018 0 003.744.005a3.942 3.942 0 00-.391 0zm15.728 5.858c-.132.049-.217.127-.48.44-.592.707-.74 1.336-.531 2.256.106.466.163.572.361.673.105.054.169.055 2.637.046l2.53-.009.118-.063a.551.551 0 00.095-.895 184.88 184.88 0 00-2.223-1.254c-2.293-1.282-2.281-1.276-2.507-1.194zm-3.216 6.71a9.258 9.258 0 00-1.364.696c-.844.557-1.454 1.36-1.923 2.53-.211.525-.202.75.04.935.111.087 6.478 3.14 6.667 3.198.153.047.27.027.43-.074a.538.538 0 00.24-.434c0-.06-.03-.18-.065-.264-.156-.368-3.098-6.467-3.158-6.545-.168-.222-.394-.232-.867-.042zm-8.48 5.457c-.453.102-.83.32-1.285.745-.296.277-.336.468-.167.798.053.103.61 1.104 1.236 2.224 1.297 2.317 1.22 2.206 1.558 2.202.152-.002.198-.015.296-.084a.662.662 0 00.173-.193c.058-.11.06-.152.08-2.595.018-1.93.015-2.51-.011-2.606a.569.569 0 00-.138-.227c-.09-.091-.14-.112-.406-.176-.582-.138-.992-.165-1.336-.088z"
40
- })
41
- }), /*#__PURE__*/_jsx("defs", {
42
- children: /*#__PURE__*/_jsx("clipPath", {
43
- id: "a",
44
- children: /*#__PURE__*/_jsx("path", {
45
- d: "M0 0h24v24H0z"
46
- })
47
- })
35
+ }), /*#__PURE__*/_jsx("path", {
36
+ clipRule: "evenodd",
37
+ d: "M3.353.004a6.074 6.074 0 01-.265.045C2.63.12 2.092.348 1.71.633 1.426.846.717 1.575.557 1.819a3.359 3.359 0 00-.23 3.296c.154.322.35.59.71.972.187.198.434.486.55.64a6.629 6.629 0 011.305 3.546c.01.138.035 1.607.057 3.264.043 3.273.038 3.18.203 3.485.266.494.94.79 1.474.648.29-.077.463-.204 1.353-.986.957-.84 1.092-.932 1.446-.98.124-.017.631 0 1.66.053 1.513.08 1.622.079 1.85-.016.393-.164.539-.4.661-1.074.247-1.36 1.296-2.56 2.64-3.022.116-.04.373-.104.572-.144.198-.04.426-.102.506-.138.296-.136.515-.424.566-.744.017-.11-.007-.549-.089-1.602-.091-1.179-.107-1.483-.083-1.621.057-.342.139-.46 1.01-1.448.447-.506.85-.976.895-1.043.262-.39.288-.91.068-1.345a1.44 1.44 0 00-.822-.67c-.1-.029-.834-.037-3.544-.038H9.897l-.335-.063c-.958-.179-1.765-.49-2.484-.958-.362-.236-.583-.41-1.018-.804-.408-.37-.59-.502-.921-.67A3.018 3.018 0 003.744.005a3.942 3.942 0 00-.391 0zm15.728 5.858c-.132.049-.217.127-.48.44-.592.707-.74 1.336-.531 2.256.106.466.163.572.361.673.105.054.169.055 2.637.046l2.53-.009.118-.063a.551.551 0 00.095-.895 184.88 184.88 0 00-2.223-1.254c-2.293-1.282-2.281-1.276-2.507-1.194zm-3.216 6.71a9.258 9.258 0 00-1.364.696c-.844.557-1.454 1.36-1.923 2.53-.211.525-.202.75.04.935.111.087 6.478 3.14 6.667 3.198.153.047.27.027.43-.074a.538.538 0 00.24-.434c0-.06-.03-.18-.065-.264-.156-.368-3.098-6.467-3.158-6.545-.168-.222-.394-.232-.867-.042zm-8.48 5.457c-.453.102-.83.32-1.285.745-.296.277-.336.468-.167.798.053.103.61 1.104 1.236 2.224 1.297 2.317 1.22 2.206 1.558 2.202.152-.002.198-.015.296-.084a.662.662 0 00.173-.193c.058-.11.06-.152.08-2.595.018-1.93.015-2.51-.011-2.606a.569.569 0 00-.138-.227c-.09-.091-.14-.112-.406-.176-.582-.138-.992-.165-1.336-.088z"
48
38
  })]
49
39
  }));
50
40
  });
@@ -30,28 +30,24 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
30
30
  }, rest), {}, {
31
31
  children: [/*#__PURE__*/_jsx("title", {
32
32
  children: TITLE
33
- }), /*#__PURE__*/_jsxs("g", {
34
- fill: "none",
35
- fillRule: "nonzero",
36
- children: [/*#__PURE__*/_jsx("path", {
37
- d: "M2.25 11.535c0-3.407 1.847-6.554 4.844-8.258a9.822 9.822 0 019.687 0c2.997 1.704 4.844 4.851 4.844 8.258 0 5.266-4.337 9.535-9.687 9.535S2.25 16.8 2.25 11.535z",
38
- fill: "#FF9D0B"
39
- }), /*#__PURE__*/_jsx("path", {
40
- d: "M11.938 20.086c4.797 0 8.687-3.829 8.687-8.551 0-4.722-3.89-8.55-8.687-8.55-4.798 0-8.688 3.828-8.688 8.55 0 4.722 3.89 8.55 8.688 8.55z",
41
- fill: "#FFD21E"
42
- }), /*#__PURE__*/_jsx("path", {
43
- d: "M11.875 15.113c2.457 0 3.25-2.156 3.25-3.263 0-.576-.393-.394-1.023-.089-.582.283-1.365.675-2.224.675-1.798 0-3.25-1.693-3.25-.586 0 1.107.79 3.263 3.25 3.263h-.003z",
44
- fill: "#FF323D"
45
- }), /*#__PURE__*/_jsx("path", {
46
- d: "M14.76 9.21c.32.108.445.753.767.585.447-.233.707-.708.659-1.204a1.235 1.235 0 00-.879-1.059 1.262 1.262 0 00-1.33.394c-.322.384-.377.92-.14 1.36.153.283.638-.177.925-.079l-.002.003zm-5.887 0c-.32.108-.448.753-.768.585a1.226 1.226 0 01-.658-1.204c.048-.495.395-.913.878-1.059a1.262 1.262 0 011.33.394c.322.384.377.92.14 1.36-.152.283-.64-.177-.925-.079l.003.003zm1.12 5.34a2.166 2.166 0 011.325-1.106c.07-.02.144.06.219.171l.192.306c.069.1.139.175.209.175.074 0 .15-.074.223-.172l.205-.302c.08-.11.157-.188.234-.165.537.168.986.536 1.25 1.026.932-.724 1.275-1.905 1.275-2.633 0-.508-.306-.426-.81-.19l-.616.296c-.52.24-1.148.48-1.824.48-.676 0-1.302-.24-1.823-.48l-.589-.283c-.52-.248-.838-.342-.838.177 0 .703.32 1.831 1.187 2.56l.18.14z",
47
- fill: "#3A3B45"
48
- }), /*#__PURE__*/_jsx("path", {
49
- d: "M17.812 10.366a.806.806 0 00.813-.8c0-.441-.364-.8-.813-.8a.806.806 0 00-.812.8c0 .442.364.8.812.8zm-11.624 0a.806.806 0 00.812-.8c0-.441-.364-.8-.812-.8a.806.806 0 00-.813.8c0 .442.364.8.813.8zM4.515 13.073c-.405 0-.765.162-1.017.46a1.455 1.455 0 00-.333.925 1.801 1.801 0 00-.485-.074c-.387 0-.737.146-.985.409a1.41 1.41 0 00-.2 1.722 1.302 1.302 0 00-.447.694c-.06.222-.12.69.2 1.166a1.267 1.267 0 00-.093 1.236c.238.533.81.958 1.89 1.405l.24.096c.768.3 1.473.492 1.478.494.89.243 1.808.375 2.732.394 1.465 0 2.513-.443 3.115-1.314.93-1.342.842-2.575-.274-3.763l-.151-.154c-.692-.684-1.155-1.69-1.25-1.912-.195-.655-.71-1.383-1.562-1.383-.46.007-.889.233-1.15.605-.25-.31-.495-.553-.715-.694a1.87 1.87 0 00-.993-.312zm14.97 0c.405 0 .767.162 1.017.46.216.262.333.588.333.925.158-.047.322-.071.487-.074.388 0 .738.146.985.409a1.41 1.41 0 01.2 1.722c.22.178.377.422.445.694.06.222.12.69-.2 1.166.244.37.279.836.093 1.236-.238.533-.81.958-1.889 1.405l-.239.096c-.77.3-1.475.492-1.48.494-.89.243-1.808.375-2.732.394-1.465 0-2.513-.443-3.115-1.314-.93-1.342-.842-2.575.274-3.763l.151-.154c.695-.684 1.157-1.69 1.252-1.912.195-.655.708-1.383 1.56-1.383.46.007.889.233 1.15.605.25-.31.495-.553.718-.694.244-.162.523-.265.814-.3l.176-.012z",
50
- fill: "#FF9D0B"
51
- }), /*#__PURE__*/_jsx("path", {
52
- d: "M9.785 20.132c.688-.994.638-1.74-.305-2.667-.945-.928-1.495-2.288-1.495-2.288s-.205-.788-.672-.714c-.468.074-.81 1.25.17 1.971.977.721-.195 1.21-.573.534-.375-.677-1.405-2.416-1.94-2.751-.532-.332-.907-.148-.782.541.125.687 2.357 2.35 2.14 2.707-.218.362-.983-.42-.983-.42S2.953 14.9 2.43 15.46c-.52.558.398 1.026 1.7 1.803 1.308.778 1.41.985 1.225 1.28-.187.295-3.07-2.1-3.34-1.083-.27 1.011 2.943 1.304 2.745 2.006-.2.7-2.265-1.324-2.685-.537-.425.79 2.913 1.718 2.94 1.725 1.075.276 3.813.859 4.77-.522zm4.432 0c-.687-.994-.64-1.74.305-2.667.943-.928 1.493-2.288 1.493-2.288s.205-.788.675-.714c.465.074.807 1.25-.17 1.971-.98.721.195 1.21.57.534.377-.677 1.407-2.416 1.94-2.751.532-.332.91-.148.782.541-.125.687-2.355 2.35-2.137 2.707.215.362.98-.42.98-.42S21.05 14.9 21.57 15.46c.52.558-.395 1.026-1.7 1.803-1.308.778-1.408.985-1.225 1.28.187.295 3.07-2.1 3.34-1.083.27 1.011-2.94 1.304-2.743 2.006.2.7 2.263-1.324 2.685-.537.423.79-2.912 1.718-2.94 1.725-1.077.276-3.815.859-4.77-.522z",
53
- fill: "#FFD21E"
54
- })]
33
+ }), /*#__PURE__*/_jsx("path", {
34
+ d: "M2.25 11.535c0-3.407 1.847-6.554 4.844-8.258a9.822 9.822 0 019.687 0c2.997 1.704 4.844 4.851 4.844 8.258 0 5.266-4.337 9.535-9.687 9.535S2.25 16.8 2.25 11.535z",
35
+ fill: "#FF9D0B"
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ d: "M11.938 20.086c4.797 0 8.687-3.829 8.687-8.551 0-4.722-3.89-8.55-8.687-8.55-4.798 0-8.688 3.828-8.688 8.55 0 4.722 3.89 8.55 8.688 8.55z",
38
+ fill: "#FFD21E"
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ d: "M11.875 15.113c2.457 0 3.25-2.156 3.25-3.263 0-.576-.393-.394-1.023-.089-.582.283-1.365.675-2.224.675-1.798 0-3.25-1.693-3.25-.586 0 1.107.79 3.263 3.25 3.263h-.003z",
41
+ fill: "#FF323D"
42
+ }), /*#__PURE__*/_jsx("path", {
43
+ d: "M14.76 9.21c.32.108.445.753.767.585.447-.233.707-.708.659-1.204a1.235 1.235 0 00-.879-1.059 1.262 1.262 0 00-1.33.394c-.322.384-.377.92-.14 1.36.153.283.638-.177.925-.079l-.002.003zm-5.887 0c-.32.108-.448.753-.768.585a1.226 1.226 0 01-.658-1.204c.048-.495.395-.913.878-1.059a1.262 1.262 0 011.33.394c.322.384.377.92.14 1.36-.152.283-.64-.177-.925-.079l.003.003zm1.12 5.34a2.166 2.166 0 011.325-1.106c.07-.02.144.06.219.171l.192.306c.069.1.139.175.209.175.074 0 .15-.074.223-.172l.205-.302c.08-.11.157-.188.234-.165.537.168.986.536 1.25 1.026.932-.724 1.275-1.905 1.275-2.633 0-.508-.306-.426-.81-.19l-.616.296c-.52.24-1.148.48-1.824.48-.676 0-1.302-.24-1.823-.48l-.589-.283c-.52-.248-.838-.342-.838.177 0 .703.32 1.831 1.187 2.56l.18.14z",
44
+ fill: "#3A3B45"
45
+ }), /*#__PURE__*/_jsx("path", {
46
+ d: "M17.812 10.366a.806.806 0 00.813-.8c0-.441-.364-.8-.813-.8a.806.806 0 00-.812.8c0 .442.364.8.812.8zm-11.624 0a.806.806 0 00.812-.8c0-.441-.364-.8-.812-.8a.806.806 0 00-.813.8c0 .442.364.8.813.8zM4.515 13.073c-.405 0-.765.162-1.017.46a1.455 1.455 0 00-.333.925 1.801 1.801 0 00-.485-.074c-.387 0-.737.146-.985.409a1.41 1.41 0 00-.2 1.722 1.302 1.302 0 00-.447.694c-.06.222-.12.69.2 1.166a1.267 1.267 0 00-.093 1.236c.238.533.81.958 1.89 1.405l.24.096c.768.3 1.473.492 1.478.494.89.243 1.808.375 2.732.394 1.465 0 2.513-.443 3.115-1.314.93-1.342.842-2.575-.274-3.763l-.151-.154c-.692-.684-1.155-1.69-1.25-1.912-.195-.655-.71-1.383-1.562-1.383-.46.007-.889.233-1.15.605-.25-.31-.495-.553-.715-.694a1.87 1.87 0 00-.993-.312zm14.97 0c.405 0 .767.162 1.017.46.216.262.333.588.333.925.158-.047.322-.071.487-.074.388 0 .738.146.985.409a1.41 1.41 0 01.2 1.722c.22.178.377.422.445.694.06.222.12.69-.2 1.166.244.37.279.836.093 1.236-.238.533-.81.958-1.889 1.405l-.239.096c-.77.3-1.475.492-1.48.494-.89.243-1.808.375-2.732.394-1.465 0-2.513-.443-3.115-1.314-.93-1.342-.842-2.575.274-3.763l.151-.154c.695-.684 1.157-1.69 1.252-1.912.195-.655.708-1.383 1.56-1.383.46.007.889.233 1.15.605.25-.31.495-.553.718-.694.244-.162.523-.265.814-.3l.176-.012z",
47
+ fill: "#FF9D0B"
48
+ }), /*#__PURE__*/_jsx("path", {
49
+ d: "M9.785 20.132c.688-.994.638-1.74-.305-2.667-.945-.928-1.495-2.288-1.495-2.288s-.205-.788-.672-.714c-.468.074-.81 1.25.17 1.971.977.721-.195 1.21-.573.534-.375-.677-1.405-2.416-1.94-2.751-.532-.332-.907-.148-.782.541.125.687 2.357 2.35 2.14 2.707-.218.362-.983-.42-.983-.42S2.953 14.9 2.43 15.46c-.52.558.398 1.026 1.7 1.803 1.308.778 1.41.985 1.225 1.28-.187.295-3.07-2.1-3.34-1.083-.27 1.011 2.943 1.304 2.745 2.006-.2.7-2.265-1.324-2.685-.537-.425.79 2.913 1.718 2.94 1.725 1.075.276 3.813.859 4.77-.522zm4.432 0c-.687-.994-.64-1.74.305-2.667.943-.928 1.493-2.288 1.493-2.288s.205-.788.675-.714c.465.074.807 1.25-.17 1.971-.98.721.195 1.21.57.534.377-.677 1.407-2.416 1.94-2.751.532-.332.91-.148.782.541-.125.687-2.355 2.35-2.137 2.707.215.362.98-.42.98-.42S21.05 14.9 21.57 15.46c.52.558-.395 1.026-1.7 1.803-1.308.778-1.408.985-1.225 1.28.187.295 3.07-2.1 3.34-1.083.27 1.011-2.94 1.304-2.743 2.006.2.7 2.263-1.324 2.685-.537.423.79-2.912 1.718-2.94 1.725-1.077.276-3.815.859-4.77-.522z",
50
+ fill: "#FFD21E"
55
51
  })]
56
52
  }));
57
53
  });
@@ -30,27 +30,23 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
30
30
  }, rest), {}, {
31
31
  children: [/*#__PURE__*/_jsx("title", {
32
32
  children: TITLE
33
- }), /*#__PURE__*/_jsxs("g", {
34
- fill: "none",
35
- fillRule: "evenodd",
36
- children: [/*#__PURE__*/_jsx("circle", {
37
- cx: "12",
38
- cy: "12",
39
- fill: "#0055E9",
40
- r: "12"
41
- }), /*#__PURE__*/_jsx("path", {
42
- d: "M12 0c.518 0 1.028.033 1.528.096A6.188 6.188 0 0112.12 12.28l-.12.001c-2.99 0-5.242 2.179-5.554 5.11-.223 2.086.353 4.412 2.242 6.146C3.672 22.1 0 17.479 0 12 0 5.373 5.373 0 12 0z",
43
- fill: "#A8DFF5"
44
- }), /*#__PURE__*/_jsx("path", {
45
- d: "M5.286 5a2.438 2.438 0 01.682 3.38c-3.962 5.966-3.215 10.743 2.648 15.136C3.636 22.056 0 17.452 0 12c0-1.787.39-3.482 1.09-5.006.253-.435.525-.872.817-1.311A2.438 2.438 0 015.286 5z",
46
- fill: "#0055E9"
47
- }), /*#__PURE__*/_jsx("path", {
48
- d: "M12.98.04c.272.021.543.053.81.093.583.106 1.117.254 1.538.44 6.638 2.927 8.07 10.052 1.748 15.642a4.125 4.125 0 01-5.822-.358c-1.51-1.706-1.3-4.184.357-5.822.858-.848 3.108-1.223 4.045-2.441 1.257-1.634 2.122-6.009-2.523-7.506L12.98.039z",
49
- fill: "#00BCFF"
50
- }), /*#__PURE__*/_jsx("path", {
51
- d: "M13.528.096A6.187 6.187 0 0112 12.281a5.75 5.75 0 00-1.71.255c.147-.905.595-1.784 1.321-2.501.858-.848 3.108-1.223 4.045-2.441 1.27-1.651 2.14-6.104-2.676-7.554.184.014.367.033.548.056z",
52
- fill: "#ECECEE"
53
- })]
33
+ }), /*#__PURE__*/_jsx("circle", {
34
+ cx: "12",
35
+ cy: "12",
36
+ fill: "#0055E9",
37
+ r: "12"
38
+ }), /*#__PURE__*/_jsx("path", {
39
+ d: "M12 0c.518 0 1.028.033 1.528.096A6.188 6.188 0 0112.12 12.28l-.12.001c-2.99 0-5.242 2.179-5.554 5.11-.223 2.086.353 4.412 2.242 6.146C3.672 22.1 0 17.479 0 12 0 5.373 5.373 0 12 0z",
40
+ fill: "#A8DFF5"
41
+ }), /*#__PURE__*/_jsx("path", {
42
+ d: "M5.286 5a2.438 2.438 0 01.682 3.38c-3.962 5.966-3.215 10.743 2.648 15.136C3.636 22.056 0 17.452 0 12c0-1.787.39-3.482 1.09-5.006.253-.435.525-.872.817-1.311A2.438 2.438 0 015.286 5z",
43
+ fill: "#0055E9"
44
+ }), /*#__PURE__*/_jsx("path", {
45
+ d: "M12.98.04c.272.021.543.053.81.093.583.106 1.117.254 1.538.44 6.638 2.927 8.07 10.052 1.748 15.642a4.125 4.125 0 01-5.822-.358c-1.51-1.706-1.3-4.184.357-5.822.858-.848 3.108-1.223 4.045-2.441 1.257-1.634 2.122-6.009-2.523-7.506L12.98.039z",
46
+ fill: "#00BCFF"
47
+ }), /*#__PURE__*/_jsx("path", {
48
+ d: "M13.528.096A6.187 6.187 0 0112 12.281a5.75 5.75 0 00-1.71.255c.147-.905.595-1.784 1.321-2.501.858-.848 3.108-1.223 4.045-2.441 1.27-1.651 2.14-6.104-2.676-7.554.184.014.367.033.548.056z",
49
+ fill: "#ECECEE"
54
50
  })]
55
51
  }));
56
52
  });
@@ -46,7 +46,6 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
46
46
  children: TITLE
47
47
  }), /*#__PURE__*/_jsx("g", {
48
48
  clipPath: a.fill,
49
- "data-figma-skip-parse": "true",
50
49
  children: /*#__PURE__*/_jsxs("g", {
51
50
  transform: "matrix(-0.009271 -0.017448 0.0215011 -0.0134883 13.0472 18.2292)",
52
51
  children: [/*#__PURE__*/_jsx("rect", {
@@ -88,7 +87,6 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
88
87
  })
89
88
  }), /*#__PURE__*/_jsx("g", {
90
89
  clipPath: c.fill,
91
- "data-figma-skip-parse": "true",
92
90
  children: /*#__PURE__*/_jsxs("g", {
93
91
  transform: "matrix(-0.00282575 -0.00489434 0.00971874 -0.00561112 16.5909 23.2227)",
94
92
  children: [/*#__PURE__*/_jsx("rect", {
@@ -51,6 +51,51 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
51
51
  }, rest), {}, {
52
52
  children: [/*#__PURE__*/_jsx("title", {
53
53
  children: TITLE
54
+ }), /*#__PURE__*/_jsx("path", {
55
+ d: "M13.976 11.91s-.055-2.284 1.1-3.644c1.154-1.359 2.638-2.393 3.572-3.045.935-.652 2.254-1.469 2.089-2.637-.165-1.17-1.088-1.945-5.1-1.945s-6.77.369-9.327 1.7c-2.556 1.332-1.472 3.054-.384 3.345.96.257 2.183.36 3.152 1.383 1.758 1.853 1.573 4.707 1.573 4.707l3.325.136z",
56
+ fill: a.fill
57
+ }), /*#__PURE__*/_jsx("path", {
58
+ d: "M7.38 12.834s-3.132 4.297-3.958 5.358c-.826 1.06-2.528 2.8-2.417 3.017.11.217 1.402.734 1.402.734s6.54.924 7.061.924c.522 0 11.239-3.017 11.239-3.017s-3.764-7.968-4.975-7.506c-1.21.463-8.352.49-8.352.49z",
59
+ fill: "#717578"
60
+ }), /*#__PURE__*/_jsx("path", {
61
+ d: "M12.491 15.39s-.934.815-1.373 1.251c-.44.437-1.67 1.415-1.51 1.577.13.133 1.987-.702 2.18-.798.166-.081 2.216-.835 2.353-.643.137.191-.46.643-.659.924-.185.261-3.458 3.524-4.231 3.725-.556.146-3.93.327-4.04.054-.111-.27 1.208-2.12.88-2.393-.33-.272-1.678.603-2.474 1.066-.795.462-2.032 1.054-2.225 1.082-.193.028-.385-.028-.385-.028s-.058.34 1.65 1.114c1.345.61 2.445 1.17 6.129 1.523 3.683.353 6.32.028 7.858-.191 1.54-.218 4.369-1.089 5.112-1.414.741-.326 1.315-.663 1.237-.896-.028-.082-4.314-5.71-4.314-5.71l-2.313-3.396-3.875 3.152z",
62
+ fill: "#474B4E"
63
+ }), /*#__PURE__*/_jsx("path", {
64
+ d: "M9.79 9.829c-.855.126-1.16 1.086-2.05 2.206-.513.646-.952 1.084-1.196 1.38-.274.332-.637 1.018-.274 1.211.362.193.922-.384 1.075-.703.152-.317.377-.642.589-.419.211.223.225.612-.317 1.06-.543.449-1.178.971-1.117 1.435.06.465.376.598.739.493.362-.104 1.238-1.106 1.57-1.599.333-.492.86-1.345 1.223-1.345.363 0 .357.747-.362 1.584-.83.967-1.235 1.302-2.22 2.183-1.023.913-.89 1.24-.709 1.419.182.18.695.223 1.434-.403.74-.628 1.783-1.807 2.236-2.332.453-.522.86-1.09 1.33-1.06.468.03.346.492.406.718.06.223.06.641.618.641s.86-.568 1.042-1.016c.18-.449.165-1.046.527-1.106.363-.06.407.299.695.867.286.568 1.39 2.927 1.662 3.346.272.419.574 1.21 1.464.94.89-.268-.256-1.897-.528-2.301-.272-.403-1.057-1.764-1.36-2.675-.301-.91-.301-1.196-.104-1.345.195-.15.528.269.967 1.076.437.807.816 1.555 1.162 1.854.346.299.648.269.8.133.15-.133.211-.642-.182-1.03a11.076 11.076 0 01-1.259-1.537 42.745 42.745 0 01-1.488-2.396c-.362-.627-.57-1.058-1.063-1.134-.639-.097-1.098.375-1.46.628-.363.253-.86.389-1.36.359-.498-.03-1.162-.568-1.434-.807-.27-.235-.542-.399-1.055-.325z",
65
+ fill: b.fill
66
+ }), /*#__PURE__*/_jsx("path", {
67
+ d: "M10.236 10.638s.342.072.592.257c.25.186.864.682 1.663.67.8-.01 1.245-.39 1.567-.576.323-.185.623-.154.623-.154s-.542 2.091-2.151 2.153c-2.105.082-2.294-2.35-2.294-2.35z",
68
+ fill: "#EC5F32"
69
+ }), /*#__PURE__*/_jsx("path", {
70
+ d: "M20.242 10.921c-.294.042-.141.459-.1 1.443.043.985.033 1.4.506 1.401.593.002.407-1.235.294-1.61-.11-.375-.346-1.284-.7-1.234z",
71
+ fill: c.fill
72
+ }), /*#__PURE__*/_jsx("path", {
73
+ d: "M20.171 6.12c-.129.255.28.542.659.985.255.3.63 1.04 1.15 1.096.52.055.58-.562.322-.917-.252-.347-.687-.694-1.178-.943-.49-.249-.854-.416-.953-.221z",
74
+ fill: d.fill
75
+ }), /*#__PURE__*/_jsx("path", {
76
+ d: "M13.539 3.649c.155.07.308-.028.364-.236.037-.137.657-1.134 1.571-1.747.743-.5 1.094-.5 1.473-.652.23-.094.435-.445.322-.708-.107-.25-.337-.346-.715-.29-.24.035-1.114.256-1.978 1.18-1.065 1.137-1.122 1.928-1.15 2.066-.028.138-.036.319.113.387z",
77
+ fill: e.fill
78
+ }), /*#__PURE__*/_jsx("path", {
79
+ d: "M11.49 3.774c-.288.076-.533-.333-1.05-.86-.52-.529-.982-.597-1.236-.918-.253-.32-.209-.68.015-.874.223-.194.616-.222.966.041s.8.764 1.122 1.457c.175.375.451 1.084.183 1.154z",
80
+ fill: f.fill
81
+ }), /*#__PURE__*/_jsx("path", {
82
+ d: "M4.68 5.89c-.203-.189-1.012.146-1.633.662-.296.246-.594.537-.717.842-.102.259-.098.587.143.747.218.143.484.076.67-.066.255-.197.432-.594.581-.813.262-.383.697-.747.84-.869.13-.114.27-.36.117-.502z",
83
+ fill: g.fill
84
+ }), /*#__PURE__*/_jsx("path", {
85
+ d: "M5.352 11.13c-.234-.071-.585.182-.879 1.294-.26.984-.34 1.871.315 1.887.688.018.402-.974.483-1.87.08-.894.314-1.24.08-1.31z",
86
+ fill: h.fill
87
+ }), /*#__PURE__*/_jsx("path", {
88
+ d: "M5.29 9.839c.384.076.585-.213.664-.478.062-.212.326-1.312 1.7-1.435 1.329-.12 2.28 1.203 2.417 1.349.138.145.32.171.422.068.091-.09.073-.255-.018-.479-.094-.239-1.192-2.106-3.142-1.861-1.847.231-2.485 1.64-2.469 2.178.014.377.123.598.425.658z",
89
+ fill: i.fill
90
+ }), /*#__PURE__*/_jsx("path", {
91
+ d: "M14.046 9.598c.25.082.367-.194.457-.323.091-.13.572-1.042 1.428-1.479.858-.436 1.503-.484 2.31-.121.43.193.732.715.915 1.034.246.428.588.542.914.363.327-.178.375-.712-.106-1.35-.39-.516-1.26-1.397-2.802-1.243-2.457.243-3.12 2.373-3.184 2.577-.07.235-.103.486.068.542z",
92
+ fill: j.fill
93
+ }), /*#__PURE__*/_jsx("path", {
94
+ d: "M12.862 10.058c.256.026.322-.086.393-.524.16-.987.409-2.85 1.73-4.357 1.043-1.19 2.217-1.046 2.735-.727.453.279.564.546.747.74.183.193.552.424.882.193.276-.192.345-.68-.135-1.214-.479-.534-.968-.97-2.17-1.068-1.203-.098-2.391.667-3.03 1.59-.638.923-1.104 2.232-1.25 3.12-.148.886-.16 1.673-.16 1.857 0 .18.049.368.258.39z",
95
+ fill: k.fill
96
+ }), /*#__PURE__*/_jsx("path", {
97
+ d: "M11.837 10.06c.268-.04.306-.243.27-.558-.037-.315-.276-2.047-.756-3.394-.477-1.347-1.2-2.603-2.612-2.864-1.41-.261-2.531.72-2.689.881-.245.253-.501.676-.195 1.016.306.341.802.076 1.12-.265.318-.34.854-.805 1.726-.538.87.267 1.283 1.074 1.664 1.84.38.765.682 1.867.841 2.45.16.581.26 1.042.323 1.213.062.16.185.237.308.22z",
98
+ fill: l.fill
54
99
  }), /*#__PURE__*/_jsxs("defs", {
55
100
  children: [/*#__PURE__*/_jsxs("radialGradient", {
56
101
  cx: "48.297%",
@@ -320,55 +365,6 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
320
365
  stopColor: "#EA5B31"
321
366
  })]
322
367
  })]
323
- }), /*#__PURE__*/_jsxs("g", {
324
- fill: "none",
325
- fillRule: "nonzero",
326
- children: [/*#__PURE__*/_jsx("path", {
327
- d: "M13.976 11.91s-.055-2.284 1.1-3.644c1.154-1.359 2.638-2.393 3.572-3.045.935-.652 2.254-1.469 2.089-2.637-.165-1.17-1.088-1.945-5.1-1.945s-6.77.369-9.327 1.7c-2.556 1.332-1.472 3.054-.384 3.345.96.257 2.183.36 3.152 1.383 1.758 1.853 1.573 4.707 1.573 4.707l3.325.136z",
328
- fill: a.fill
329
- }), /*#__PURE__*/_jsx("path", {
330
- d: "M7.38 12.834s-3.132 4.297-3.958 5.358c-.826 1.06-2.528 2.8-2.417 3.017.11.217 1.402.734 1.402.734s6.54.924 7.061.924c.522 0 11.239-3.017 11.239-3.017s-3.764-7.968-4.975-7.506c-1.21.463-8.352.49-8.352.49z",
331
- fill: "#717578"
332
- }), /*#__PURE__*/_jsx("path", {
333
- d: "M12.491 15.39s-.934.815-1.373 1.251c-.44.437-1.67 1.415-1.51 1.577.13.133 1.987-.702 2.18-.798.166-.081 2.216-.835 2.353-.643.137.191-.46.643-.659.924-.185.261-3.458 3.524-4.231 3.725-.556.146-3.93.327-4.04.054-.111-.27 1.208-2.12.88-2.393-.33-.272-1.678.603-2.474 1.066-.795.462-2.032 1.054-2.225 1.082-.193.028-.385-.028-.385-.028s-.058.34 1.65 1.114c1.345.61 2.445 1.17 6.129 1.523 3.683.353 6.32.028 7.858-.191 1.54-.218 4.369-1.089 5.112-1.414.741-.326 1.315-.663 1.237-.896-.028-.082-4.314-5.71-4.314-5.71l-2.313-3.396-3.875 3.152z",
334
- fill: "#474B4E"
335
- }), /*#__PURE__*/_jsx("path", {
336
- d: "M9.79 9.829c-.855.126-1.16 1.086-2.05 2.206-.513.646-.952 1.084-1.196 1.38-.274.332-.637 1.018-.274 1.211.362.193.922-.384 1.075-.703.152-.317.377-.642.589-.419.211.223.225.612-.317 1.06-.543.449-1.178.971-1.117 1.435.06.465.376.598.739.493.362-.104 1.238-1.106 1.57-1.599.333-.492.86-1.345 1.223-1.345.363 0 .357.747-.362 1.584-.83.967-1.235 1.302-2.22 2.183-1.023.913-.89 1.24-.709 1.419.182.18.695.223 1.434-.403.74-.628 1.783-1.807 2.236-2.332.453-.522.86-1.09 1.33-1.06.468.03.346.492.406.718.06.223.06.641.618.641s.86-.568 1.042-1.016c.18-.449.165-1.046.527-1.106.363-.06.407.299.695.867.286.568 1.39 2.927 1.662 3.346.272.419.574 1.21 1.464.94.89-.268-.256-1.897-.528-2.301-.272-.403-1.057-1.764-1.36-2.675-.301-.91-.301-1.196-.104-1.345.195-.15.528.269.967 1.076.437.807.816 1.555 1.162 1.854.346.299.648.269.8.133.15-.133.211-.642-.182-1.03a11.076 11.076 0 01-1.259-1.537 42.745 42.745 0 01-1.488-2.396c-.362-.627-.57-1.058-1.063-1.134-.639-.097-1.098.375-1.46.628-.363.253-.86.389-1.36.359-.498-.03-1.162-.568-1.434-.807-.27-.235-.542-.399-1.055-.325z",
337
- fill: b.fill
338
- }), /*#__PURE__*/_jsx("path", {
339
- d: "M10.236 10.638s.342.072.592.257c.25.186.864.682 1.663.67.8-.01 1.245-.39 1.567-.576.323-.185.623-.154.623-.154s-.542 2.091-2.151 2.153c-2.105.082-2.294-2.35-2.294-2.35z",
340
- fill: "#EC5F32"
341
- }), /*#__PURE__*/_jsx("path", {
342
- d: "M20.242 10.921c-.294.042-.141.459-.1 1.443.043.985.033 1.4.506 1.401.593.002.407-1.235.294-1.61-.11-.375-.346-1.284-.7-1.234z",
343
- fill: c.fill
344
- }), /*#__PURE__*/_jsx("path", {
345
- d: "M20.171 6.12c-.129.255.28.542.659.985.255.3.63 1.04 1.15 1.096.52.055.58-.562.322-.917-.252-.347-.687-.694-1.178-.943-.49-.249-.854-.416-.953-.221z",
346
- fill: d.fill
347
- }), /*#__PURE__*/_jsx("path", {
348
- d: "M13.539 3.649c.155.07.308-.028.364-.236.037-.137.657-1.134 1.571-1.747.743-.5 1.094-.5 1.473-.652.23-.094.435-.445.322-.708-.107-.25-.337-.346-.715-.29-.24.035-1.114.256-1.978 1.18-1.065 1.137-1.122 1.928-1.15 2.066-.028.138-.036.319.113.387z",
349
- fill: e.fill
350
- }), /*#__PURE__*/_jsx("path", {
351
- d: "M11.49 3.774c-.288.076-.533-.333-1.05-.86-.52-.529-.982-.597-1.236-.918-.253-.32-.209-.68.015-.874.223-.194.616-.222.966.041s.8.764 1.122 1.457c.175.375.451 1.084.183 1.154z",
352
- fill: f.fill
353
- }), /*#__PURE__*/_jsx("path", {
354
- d: "M4.68 5.89c-.203-.189-1.012.146-1.633.662-.296.246-.594.537-.717.842-.102.259-.098.587.143.747.218.143.484.076.67-.066.255-.197.432-.594.581-.813.262-.383.697-.747.84-.869.13-.114.27-.36.117-.502z",
355
- fill: g.fill
356
- }), /*#__PURE__*/_jsx("path", {
357
- d: "M5.352 11.13c-.234-.071-.585.182-.879 1.294-.26.984-.34 1.871.315 1.887.688.018.402-.974.483-1.87.08-.894.314-1.24.08-1.31z",
358
- fill: h.fill
359
- }), /*#__PURE__*/_jsx("path", {
360
- d: "M5.29 9.839c.384.076.585-.213.664-.478.062-.212.326-1.312 1.7-1.435 1.329-.12 2.28 1.203 2.417 1.349.138.145.32.171.422.068.091-.09.073-.255-.018-.479-.094-.239-1.192-2.106-3.142-1.861-1.847.231-2.485 1.64-2.469 2.178.014.377.123.598.425.658z",
361
- fill: i.fill
362
- }), /*#__PURE__*/_jsx("path", {
363
- d: "M14.046 9.598c.25.082.367-.194.457-.323.091-.13.572-1.042 1.428-1.479.858-.436 1.503-.484 2.31-.121.43.193.732.715.915 1.034.246.428.588.542.914.363.327-.178.375-.712-.106-1.35-.39-.516-1.26-1.397-2.802-1.243-2.457.243-3.12 2.373-3.184 2.577-.07.235-.103.486.068.542z",
364
- fill: j.fill
365
- }), /*#__PURE__*/_jsx("path", {
366
- d: "M12.862 10.058c.256.026.322-.086.393-.524.16-.987.409-2.85 1.73-4.357 1.043-1.19 2.217-1.046 2.735-.727.453.279.564.546.747.74.183.193.552.424.882.193.276-.192.345-.68-.135-1.214-.479-.534-.968-.97-2.17-1.068-1.203-.098-2.391.667-3.03 1.59-.638.923-1.104 2.232-1.25 3.12-.148.886-.16 1.673-.16 1.857 0 .18.049.368.258.39z",
367
- fill: k.fill
368
- }), /*#__PURE__*/_jsx("path", {
369
- d: "M11.837 10.06c.268-.04.306-.243.27-.558-.037-.315-.276-2.047-.756-3.394-.477-1.347-1.2-2.603-2.612-2.864-1.41-.261-2.531.72-2.689.881-.245.253-.501.676-.195 1.016.306.341.802.076 1.12-.265.318-.34.854-.805 1.726-.538.87.267 1.283 1.074 1.664 1.84.38.765.682 1.867.841 2.45.16.581.26 1.042.323 1.213.062.16.185.237.308.22z",
370
- fill: l.fill
371
- })]
372
368
  })]
373
369
  }));
374
370
  });