@tant/icons 1.20.8 → 1.20.17

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.
@@ -0,0 +1,623 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ var _excluded = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
3
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
8
+ 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); }
9
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
10
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
11
+ import React from 'react';
12
+ import PropTypes from 'prop-types';
13
+ var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
14
+ var LogoFlinkCl = function LogoFlinkCl(props) {
15
+ var color = props.color,
16
+ size = props.size,
17
+ spin = props.spin,
18
+ style = props.style,
19
+ className = props.className,
20
+ iconClassName = props.iconClassName,
21
+ testid = props.testid,
22
+ otherProps = _objectWithoutProperties(props, _excluded);
23
+ return /*#__PURE__*/React.createElement("span", {
24
+ role: "img",
25
+ className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
26
+ }, /*#__PURE__*/React.createElement("style", {
27
+ children: loadingCircleStyle
28
+ }), /*#__PURE__*/React.createElement("svg", _extends({
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ width: size,
31
+ height: size,
32
+ viewBox: "0 0 24 24",
33
+ fill: color
34
+ }, otherProps, {
35
+ className: iconClassName,
36
+ "data-testid": testid,
37
+ style: _objectSpread(_objectSpread({}, style), spin ? {
38
+ animationDuration: '1s',
39
+ animationIterationCount: 'infinite',
40
+ animationName: 'loadingCircle',
41
+ animationTimingFunction: 'linear'
42
+ } : {})
43
+ }), /*#__PURE__*/React.createElement("svg", {
44
+ width: "24",
45
+ height: "24",
46
+ fill: "none",
47
+ xmlns: "http://www.w3.org/2000/svg"
48
+ }, /*#__PURE__*/React.createElement("g", {
49
+ clipPath: "url(#clip0_10479_546)"
50
+ }, /*#__PURE__*/React.createElement("path", {
51
+ d: "M14.797 22.806a61.58 61.58 0 00-.804-.005l-.691.001h-3.37l-.446.001h-.279a6.237 6.237 0 01-1.598-.21c-1.983-.54-3.484-1.762-4.462-3.634a7.196 7.196 0 01-.792-2.982 7.472 7.472 0 01.07-1.465l.03-.176.022-.134.039.04a.13.13 0 01.031.06c.02.065.038.13.056.197.038.137.077.278.123.414.337 1 .849 1.937 1.565 2.865a.38.38 0 01.062.117 4.545 4.545 0 001.254 1.997c.573.533 1.26.932 2.045 1.189a6.094 6.094 0 01-1.389-.854A4.678 4.678 0 014.8 18.189a.397.397 0 01-.014-.282c.013-.036.022-.074.031-.111l.02-.078c.155-.526.39-.939.72-1.26.305-.3.696-.52 1.192-.672.463-.141.947-.205 1.414-.267l.2-.027c.263-.036.528-.078.785-.119l.154-.025c.057-.009.115-.022.174-.035l.144-.031-.038.067-.01.015a4.134 4.134 0 00-.605.935.13.13 0 01-.07.064l-.103.036c-.11.038-.222.076-.337.1-.123.025-.25.044-.372.062-.098.014-.195.028-.293.047-.327.06-.58.17-.773.337.042-.01.086-.017.128-.023a.933.933 0 00.177-.039c.302-.109.633-.16 1.043-.16h.055c.074.001.147.005.222.009l.143.006-.01.037c-.294.998-.286 1.978.023 2.917a5.27 5.27 0 01-.073-1.8 3.862 3.862 0 011.102-2.239c.41-.412.925-.759 1.573-1.058.563-.26 1.15-.416 1.702-.554l.105-.026c.394-.099.801-.2 1.196-.321a3.763 3.763 0 001.53-.883c.063-.06.135-.13.191-.206.404-.544.875-.93 1.44-1.18a.115.115 0 00.046-.046c.184-.313.406-.544.677-.705a.35.35 0 01.179-.055c.074 0 .148.03.22.087a.713.713 0 01.075.068c.095.1.17.221.24.383.008.02.016.026.037.028.069.01.14.02.21.034 1.152.237 1.954 1.159 2.093 2.405l.01.1c.005.08.011.161.034.235.029.093.072.184.114.272l.055.119c.014.034.03.068.046.101.036.08.074.162.105.246.048.128.053.26.017.393-.016.058-.05.066-.068.066a.082.082 0 01-.044-.015 1.16 1.16 0 01-.091-.069l-.043-.034a1.726 1.726 0 01-.047-.039c-.037-.03-.071-.059-.11-.08a.085.085 0 00-.043-.013.073.073 0 00-.041.013l.054.05.289.27c.02.02.033.054.031.083a.712.712 0 01-.187.462c-.135.141-.276.21-.432.21a.557.557 0 01-.101-.01c-.007.063-.02.087-.07.115-.318.18-.629.267-.948.267h-.05c-.218 0-.43.064-.668.201a.96.96 0 01-.222.099c-.204.056-.41.077-.597.086.08.012.164.017.253.017.058 0 .117-.002.18-.006l.037-.004a.819.819 0 01.08-.005c.036 0 .065.004.089.015.167.07.33.156.482.237.03.017.052.023.072.023a.092.092 0 00.033-.006l.044-.018c.084-.033.17-.066.252-.104.196-.09.365-.133.531-.133.045 0 .09.003.134.01a.897.897 0 01.367.12c.06.037.138.1.146.219 0 .002.004.009.013.018l.045.04a.89.89 0 01.047.042.394.394 0 01.122.334c-.003.038-.011.125-.083.125a.183.183 0 01-.083-.027.226.226 0 00-.041-.018c.035.022.07.044.103.068.08.056.118.143.114.256-.007.247-.258.482-.515.482a.413.413 0 01-.09-.01c-.076-.018-.17-.051-.227-.154a.03.03 0 00-.01-.008l-.043.002a.81.81 0 00-.154.017l-.015.003c-.084.02-.17.04-.259.04a.51.51 0 01-.1-.01c-.04-.007-.079-.017-.119-.027l-.029-.008c-.045.155-.12.3-.22.432a1.848 1.848 0 01-.913.638 2.782 2.782 0 01-.904.145c-.166 0-.341-.013-.52-.04-.703-.104-1.193-.5-1.458-1.18-.045-.113-.075-.234-.104-.351a3.727 3.727 0 00-.365-.966c-.241-.437-.54-.749-.912-.953a1.993 1.993 0 00-.968-.245c-.144 0-.295.014-.449.042l-.093.02c.108.005.211.011.315.022.482.05.92.205 1.304.457.522.345.843.772.979 1.308.076.299.185.597.324.886.08.167.182.36.329.524.207.23.474.389.84.495.1.03.2.062.299.095a.185.185 0 01.116.12.869.869 0 01.042.469c-.043.228-.147.44-.32.646-.136.163-.304.282-.468.397-.082.057-.159.117-.229.18a.247.247 0 00-.088.197c.005.122.014.127.036.127a.341.341 0 00.093-.023.725.725 0 00.068-.028l.136-.061.233-.104c.17-.073.338-.11.499-.11.086 0 .172.01.256.03.301.076.499.262.588.554.023.08.02.147-.011.202a.142.142 0 01-.107.068c-.037 0-.07-.034-.097-.063a.107.107 0 01-.021-.058l-.003-.018c-.027-.104-.064-.172-.12-.218a.71.71 0 01.136.46.284.284 0 01-.312.28c-.062-.003-.101-.038-.108-.095-.004-.04-.004-.08-.004-.12v-.112c0-.046 0-.089-.006-.131a.212.212 0 00-.175-.189.174.174 0 01.068.072.855.855 0 01.078.187c.04.17 0 .301-.115.382a.482.482 0 01-.205.067.55.55 0 01-.081.005c-.102 0-.2-.024-.296-.048l-.049-.012a1.073 1.073 0 00-.248-.033c-.066 0-.134.013-.2.026l-.03.006c-.503.094-.954.14-1.38.14l-.075.003z",
52
+ fill: "#E65270"
53
+ }), /*#__PURE__*/React.createElement("path", {
54
+ opacity: ".2",
55
+ d: "M18.884 16.714s-.74.918-1.998.392c-1.151-.482-.732-1.81-.732-1.81s.205.824.8 1.136c.863.452 1.93.282 1.93.282z",
56
+ fill: "#430A1D"
57
+ }), /*#__PURE__*/React.createElement("path", {
58
+ opacity: ".2",
59
+ d: "M15.236 17.107c.16.17.163.343.214.554.095.398.212.742.455 1.07.234.313.514.535.876.68.313.125.716.088.656.573l-.105.408c-.8 0-1.55-.38-1.857-1.206-.268-.725.048-1.6-.764-2.826.065.082.442.66.525.747z",
60
+ fill: "#430A1D"
61
+ }), /*#__PURE__*/React.createElement("g", {
62
+ opacity: ".2"
63
+ }, /*#__PURE__*/React.createElement("path", {
64
+ d: "M14.919 16.747l.035.156a.19.19 0 01-.035-.156z",
65
+ fill: "#2B2B2B"
66
+ })), /*#__PURE__*/React.createElement("path", {
67
+ d: "M5.588 19.915c-3.02-.31-3.376-3.437-3.376-3.437s-.164-1.449.219-2.87c.246 2.586 2.241 4.376 2.241 4.376s.439 1.474.916 1.93z",
68
+ fill: "url(#paint0_linear_10479_546)"
69
+ }), /*#__PURE__*/React.createElement("path", {
70
+ opacity: ".2",
71
+ d: "M4.835 18.724s-.634.063-1.479-1.004c.815 1.537 1.871 1.569 1.871 1.569l-.392-.565z",
72
+ fill: "#2B2B2B"
73
+ }), /*#__PURE__*/React.createElement("path", {
74
+ d: "M6.468 20.52c-.159-2.892 1.474-1.55 2.317-3.083.237-1.342.948-2.19.948-2.19s-5.056-.986-5.135 2.847c.176.83.95 1.632 1.434 2.066-.095-.222-1.302-3.675 2.717-3.393-1.387-.123-3.39 1.384-2.435 3.641.096.073.154.111.154.111z",
75
+ fill: "url(#paint1_linear_10479_546)"
76
+ }), /*#__PURE__*/React.createElement("path", {
77
+ opacity: ".2",
78
+ d: "M7.834 16.35c-1.045.409-2.82.407-2.314 3.179-.081.063-.485-.588-.384-.525-.465-2.479 1.622-2.335 2.698-2.654z",
79
+ fill: "#fff"
80
+ }), /*#__PURE__*/React.createElement("path", {
81
+ opacity: ".6",
82
+ d: "M9.158 15.357c1.016-.418.19.767.046.957-.333.438-1.177.296-1.627.442-.259.084-1.295.242-1.639 1.263-.153.452-.21 1.19.115 2.09-.08.064-.615-.545-.514-.482-.858-3.983 3.188-2.554 3.619-4.27z",
83
+ fill: "#8B4FBA"
84
+ }), /*#__PURE__*/React.createElement("path", {
85
+ d: "M19.26 13.73a.682.682 0 01.135-.24c.014.007.029.008.04.016.1-.067.256-.058.38-.058.075 0 .183-.022.255.007.105.043.093.157.137.244.082.162.335.164.336.393 0 .108.027.254 0 .36-.02.078-.104.054-.177.054-.22 0-.439.006-.659.006l-.304-.236c-.081.027-.145-.15-.156-.21a.723.723 0 01.014-.335z",
86
+ fill: "#F9E0E7"
87
+ }), /*#__PURE__*/React.createElement("path", {
88
+ d: "M20.276 14.044a.36.36 0 00.116-.114c.016-.026.012-.043.047-.042.093.003.094.133.09.2-.006.087-.04.166-.052.25-.03-.007-.047-.047-.08-.057-.028-.008-.066-.004-.094-.003-.042.002-.099.031-.136.014l.11-.248z",
89
+ fill: "#fff"
90
+ }), /*#__PURE__*/React.createElement("path", {
91
+ d: "M8.236 9.807l.022-.026c.403-.392.617-.886.732-1.438.076-.362-.02-.681-.177-.993L8.8 7.333c-.032.102-.06.202-.094.3a2.235 2.235 0 01-.338.678c-.063.08-2.698 1.597-2.427 4.958l.008.064c.049-.047.092-.096.14-.136a1.65 1.65 0 01.59-.295c.386-.112.776-.215 1.165-.314.444-.113.89-.218 1.318-.388.241-.096.466-.223.68-.375.32-.227.597-.5.835-.815.138-.184.203-.324.265-.54.04.111.019.42-.04.618a1.54 1.54 0 01-.302.546c.032-.011.068-.017.097-.034.377-.223.711-.498.958-.876.165-.252.266-.529.28-.837l.003-.015c.079.377.067 1.02-.342 1.477.144-.053.275-.106.41-.148A.421.421 0 0012.25 11c.27-.443.492-.906.613-1.417.093-.395.116-.792.011-1.188-.118-.449-.379-.794-.733-1.068a3.358 3.358 0 00-.803-.448l-.051-.021c-.003-.001-.004-.005-.015-.017.098.028.187.052.275.08.408.125.8.29 1.146.553.309.235.546.528.664.913.105.345.096.694.02 1.043-.11.508-.338.96-.616 1.39l-.025.04-.002.012c.011-.004.02-.007.029-.012.58-.309 1.097-.704 1.508-1.235.4-.515.69-1.088.829-1.738.174-.82-.017-1.549-.528-2.191a3.922 3.922 0 00-1.164-.965 5.264 5.264 0 00-1.819-.63 3.14 3.14 0 00-1.095.007c-.2.04-.33.094-.553.228.028-.025.055-.052.084-.074.2-.158.43-.24.671-.29.4-.084.803-.083 1.206-.034a5.25 5.25 0 011.782.545l.17.09c0-.052-.002-.099.001-.145.005-.07.04-.111.093-.118.052-.006.082.014.092.066.008.044.01.09.016.134a.484.484 0 00.149.282c.004.003.009.003.023.006v-.104c0-.067-.003-.135-.002-.203 0-.017.012-.044.023-.047.015-.004.043.004.053.016a.38.38 0 01.065.115c.025.088.036.18.063.268a.54.54 0 00.08.16c.038.051.076.04.09-.023.014-.06.02-.12.028-.18.003-.021.004-.043.01-.062.005-.017.016-.03.025-.046.013.013.032.022.038.038a.364.364 0 01.028.11c.004.08-.003.163.003.244a.32.32 0 00.037.127c.022.042.059.037.071-.01.018-.067.027-.136.04-.204l.03-.148a.21.21 0 01.07.148c.013.133.02.267.031.4.009.1.042.189.099.274.103.156.194.32.287.484.047.084.091.091.136.005.05-.098.088-.202.13-.305.019-.044.034-.09.054-.134.01-.022.025-.04.039-.062.05.038.062.088.053.138-.015.074-.041.146-.06.22-.02.08-.041.16-.053.242a.209.209 0 00.024.105c.02.046.053.052.088.015.035-.036.063-.08.097-.118.02-.022.047-.035.07-.052.014.03.04.062.038.09a.675.675 0 01-.04.182c-.045.116-.104.227-.142.345-.027.086-.032.18-.041.27-.002.023.016.062.032.068.018.007.053-.011.069-.03.071-.081.139-.168.21-.252.017-.021.04-.036.06-.054l.02.01c-.006.048-.005.1-.021.144a1.37 1.37 0 01-.104.212c-.064.107-.137.207-.203.312a2.004 2.004 0 00-.252.632c-.036.163-.088.322-.133.481-.005.02-.012.04-.013.061.04-.065.078-.132.12-.197.085-.137.183-.262.316-.353.066-.045.138-.086.212-.115.383-.146.77-.282 1.136-.473.104-.055.203-.122.298-.193a.335.335 0 00.128-.369l-.076-.322c-.062.103-.117.202-.18.295a.606.606 0 01-.253.224c.01-.02.013-.03.018-.037.161-.23.254-.492.326-.764.007-.028-.002-.061-.006-.092-.033-.198-.017-.396-.009-.594a.645.645 0 00-.003-.12c-.002-.018-.017-.04-.031-.047-.01-.005-.037.01-.046.022-.037.054-.078.107-.103.166-.1.241-.195.484-.29.727-.119.302-.252.596-.456.849a1.083 1.083 0 01-.325.283.503.503 0 01-.079.033c.2-.214.244-.485.253-.763.012-.354.005-.71.009-1.065.003-.384.034-.765.144-1.135.004-.015-.003-.036-.01-.051-.032-.063-.071-.122-.097-.187-.054-.137-.1-.277-.152-.414-.03-.081-.041-.087-.125-.08-.09.006-.143-.048-.19-.114-.037-.05-.052-.049-.076.01-.028.064-.049.13-.078.193-.01.021-.036.035-.055.052-.014-.022-.038-.043-.04-.066-.008-.076-.006-.153-.011-.23a.423.423 0 00-.02-.11.067.067 0 00-.048-.037c-.013-.001-.035.021-.04.038-.018.054-.029.11-.045.165-.014.044-.032.05-.057.013-.184-.26-.428-.443-.69-.607-.077-.048-.153-.099-.23-.147l-.015.005.03.265-.021.01c-.024-.02-.052-.038-.072-.064-.051-.062-.097-.128-.149-.19a.693.693 0 00-.354-.244l.113.403-.017.009c-.013-.017-.028-.032-.039-.05-.03-.05-.06-.1-.087-.153a.7.7 0 00-.537-.385 6.303 6.303 0 00-.49-.052.897.897 0 01-.344-.081c-.077-.036-.16-.061-.24-.09-.014-.004-.032.002-.047.003 0 .018-.003.039.004.054.038.077.08.153.118.23.014.028.023.059.034.088l-.01.013c-.025-.009-.05-.015-.073-.026-.106-.053-.213-.103-.315-.163-.104-.061-.218-.066-.33-.076-.352-.03-.7-.006-1.04.1a1.498 1.498 0 00-.565.314c.02-.002.043-.002.063-.006.206-.044.41-.085.622-.078a.83.83 0 01.41.105c.02.012.033.037.05.056-.029.01-.058.03-.086.026-.065-.008-.13-.033-.195-.04-.21-.019-.414.032-.614.09a4.134 4.134 0 00-1.333.676c-.1.074-.202.142-.306.21a1.638 1.638 0 00-.493.514.417.417 0 00-.039.079c-.026.076-.007.14.063.178.05.027.104.046.159.06a1.813 1.813 0 011.349 1.574c.031.288.07.578.056.87a2.817 2.817 0 01-.694 1.755c-.256.298-.56.534-.89.733-.007.005-.014.008-.034.018z",
92
+ fill: "url(#paint2_linear_10479_546)"
93
+ }), /*#__PURE__*/React.createElement("path", {
94
+ opacity: ".2",
95
+ d: "M17.53 5.352c-.309 2.501-1.376 1.935-2.075 3.331-.038-.052-.126.374.05-.418.176-.794.68-.435 1.159-1.343.605-1.147.484-1.25.865-1.57z",
96
+ fill: "#8B4FBA"
97
+ }), /*#__PURE__*/React.createElement("path", {
98
+ opacity: ".3",
99
+ d: "M14.34 5.399c-.115.716-1.088.683-1.921.38-.906-.33-2.787-.436-2.938-.043-.076.09-.227-.28-.227-.28s1.428-1.62 3.82.09c-.098-.158.859-.619.859-.619s.288-.09.407.472z",
100
+ fill: "#fff"
101
+ }), /*#__PURE__*/React.createElement("path", {
102
+ opacity: ".2",
103
+ d: "M9.385 12.273c.052.133.475.043.514-.166-.624-.735 1.019-2.085-.496-3.848.992 2.72-1.12 2.83-.018 4.014z",
104
+ fill: "#8B4FBA"
105
+ }), /*#__PURE__*/React.createElement("path", {
106
+ opacity: ".6",
107
+ d: "M9.385 12.273c.052.133.042.095.082-.114-.624-.735 1.038-1.807-.064-3.9.992 2.72-1.12 2.83-.018 4.014z",
108
+ fill: "#8B4FBA"
109
+ }), /*#__PURE__*/React.createElement("path", {
110
+ d: "M11.659 11.736c2.998-3.28-.793-2.731-2.028-4.958.002-.038.005-.075.005-.114 0-.31-.073-.601-.198-.86 1.156 1.783 4.088.211 3.518 3.856-.051.188-.46 2.035-1.297 2.076z",
111
+ fill: "url(#paint3_linear_10479_546)"
112
+ }), /*#__PURE__*/React.createElement("path", {
113
+ d: "M11.659 11.736c-1.235.63-2.314.648-2.263.461 2.453-1.73.473-3.513.01-5.193.032-.135.23-.186.23-.34l-.003-.048c.036.167.12.224.201.309 1.14 1.196 4.765 1.595 1.825 4.81z",
114
+ fill: "url(#paint4_linear_10479_546)"
115
+ }), /*#__PURE__*/React.createElement("path", {
116
+ d: "M11.272 11.687C13.17 8.74 9.626 8.18 9.652 7.244c-.283 1.923 3.115 2.746-.077 5.047-.052.186.462.026 1.697-.604z",
117
+ fill: "#E65271"
118
+ }), /*#__PURE__*/React.createElement("path", {
119
+ d: "M16.577 6.565c.151.262-.016.571-.192.86-.162.268-.554.18-.82.826l.024-.503c.294-.533-.204-1.267-.342-1.763-.236-.845-.493-1.624-.18-2.481.021-.058.04-.12.06-.18.156.12.274.239.408.421.089.12.058-.312.174-.22.086.065-.004.37.078.441.091.08.147-.384.213-.281.155.241.244.088.31.16.06.066.199.573.255.642.055.066.108.135.16.204-.032.369-.1.783-.215 1.116-.107.314-.113.446.067.758z",
120
+ fill: "url(#paint5_linear_10479_546)"
121
+ }), /*#__PURE__*/React.createElement("path", {
122
+ d: "M12.357 2.714a.06.06 0 00.022.005c.083-.002-.224-.403-.136-.403.149 0 .36.16.505.172.308.024.626.017.899.147.261.124.377.51.436.527.059.017-.142-.447-.085-.426a.735.735 0 01.24.14c.258.383.342 2.284-.036 2.235-.397-.052.627.146.63.13.343-1.344-.42-2.17-.385-2.124.045.062.081.11.12.126.081.032-.05-.324.024-.277.236.15.404.256.542.363.004.006.005.02.012.018.101-.044.727-.197.25 2.142.725-1.523.158-2.12.213-2.058.258.289.31.993.343 1.41.031.392-.206 1.285-.513 1.58-.216.208-.212-.049-.293-.247-.133-.327-.378-.59-.6-.858-.165-.2-.366-.346-.548-.525-.198-.195-.302-.467-.479-.681-.158-.192-.353-.344-.503-.543-.169-.224-.282-.48-.468-.685-.06-.066-.126-.115-.19-.168z",
123
+ fill: "#E65271"
124
+ }), /*#__PURE__*/React.createElement("path", {
125
+ d: "M13.745 2.5c.442 0 .72.22 1.086.43.303.175.676.177.933.418.34.322.487.64.551 1.11.073.536.082 1.218-.015 1.752-.05.273-.237.834-.434 1.034l-.237-.156c-.467-1.253-1.874-1.767-2.406-3-.157-.362-.216-.833-.22-1.229-.004-.414.42-.357.742-.358z",
126
+ fill: "url(#paint6_linear_10479_546)"
127
+ }), /*#__PURE__*/React.createElement("path", {
128
+ d: "M9.343 5.632A1.841 1.841 0 008.2 4.8c-.122-.029-.34-.107-.124-.377.23-.375.563-.519.741-.657.718-.554.421-.61.84-.66.164-.02.12-.035.204 0 .083.034-.064-.025-.116-.061-.468-.322-.434.32-.233.181.598-.48 1.976-.818 2.362-.75.057.01.445.244.504.243.083-.002-.223-.403-.135-.403.149 0 .359.16.505.172.301.024 1.218.46 1.211 1.611-.002.352.02.598-.027.828-.334 1.683-3.718-.68-4.59.705z",
129
+ fill: "#F6E8A0"
130
+ }), /*#__PURE__*/React.createElement("path", {
131
+ d: "M13.393 4.594c-.156-.203-1.176-.57-1.176-.57s-1.692-.607-3.253 1.12c.798-.658 2.2-.382 3.213-.26.134.016-.29-.125-.178-.167.376-.145.725.26 1.1.183.175-.037.28-.136.294-.306z",
132
+ fill: "#fff"
133
+ }), /*#__PURE__*/React.createElement("path", {
134
+ d: "M12.095 4.31c-.622-.17-1.243.078-1.363.086.057-.088.149-.291.609-.361.106-.016.318.001.429.001.199 0 .322.05.498.138.112.056.383.115.469.101 0 0 .953.075.637.41-.315.337-.775-.432-1.785-.186 0-.034.23-.206.506-.19z",
135
+ fill: "#F6E8A0"
136
+ }), /*#__PURE__*/React.createElement("path", {
137
+ d: "M11.153 2.917c-.393-.27-1.08-.039-1.169-.04-.002-.01.003-.02.02-.03.598-.482 1.484-.439 1.87-.37.004 0 .008.002.012.004a.11.11 0 01.007.002c.084.034.357.194.457.229.582.343 1.502 1.068 1.583 2.215a3.66 3.66 0 01-.751-.447c-.062-.048-1.454-1.56-5.137.256 0 0-.103-.058-.044-.195.832-1.39 2.35-1.789 4.77-.473-.344-.425-.51-.81-1.618-1.151z",
138
+ fill: "#F8D285"
139
+ }), /*#__PURE__*/React.createElement("path", {
140
+ d: "M13.508 10.727c1.364-1.45 1.92-2.534 1.26-3.701-1.07-1.891-4.364.081-5.796-1.827.152.18.474.538.786.713 1.062.721 3.06.49 3.698 1.047.819.717 1.028 2.163.052 3.768z",
141
+ fill: "url(#paint7_linear_10479_546)"
142
+ }), /*#__PURE__*/React.createElement("path", {
143
+ d: "M9.063 7.695c-.002.098.212.659.179.788-.288 1.103-1.533 1.644-1.533 1.644s-1.395.584-1.617 3.251c-.254.19-.219-.215-.21-.395.158-3.498 2.957-3.107 3.18-5.288z",
144
+ fill: "url(#paint8_linear_10479_546)"
145
+ }), /*#__PURE__*/React.createElement("path", {
146
+ d: "M13.808 13.476c-.023-.011-.045-.026-.069-.033-.122-.035-.245-.068-.368-.104-.038-.011-.075-.03-.113-.045v-.025c.045-.009.088-.023.132-.024.176-.002.352 0 .528.001.248 0 .498 0 .738-.076.117-.037.23-.093.338-.155 1.132-.655 1.932-1.614 2.414-2.863.098-.255.174-.52.232-.787l.01-.056-.043.025a5.827 5.827 0 01-2.275.991 5.486 5.486 0 01-.894.096.1.1 0 00-.066.026c-.45.476-.98.828-1.552 1.12a5.509 5.509 0 01-1.434.475c-.636.129-1.273.25-1.91.378-.78.156-1.557.33-2.312.595-.478.168-.942.37-1.366.66-.32.218-.604.476-.805.82-.07.12-.12.255-.181.382a.243.243 0 01-.04.064c-.421.428-.587.95-.522 1.553.048.447.201.856.421 1.24.026.046.048.093.068.133.01-.098.02-.207.034-.315.093-.689.434-1.201 1.014-1.544.338-.2.701-.332 1.078-.418.413-.095.83-.175 1.246-.253.506-.095 1.014-.175 1.506-.336a4.88 4.88 0 00.284-.104c.12-.047.233-.108.339-.19.348-.266.73-.47 1.132-.634l.033-.014.002-.008-.018-.002c-.45 0-.901.003-1.352 0a8.454 8.454 0 00-1.204.066 6.949 6.949 0 00-1.61.431c-.615.244-1.197.556-1.761.907a.14.14 0 01-.05.022l.03-.027c.618-.487 1.276-.903 2.001-1.195a5.937 5.937 0 011.566-.395c.475-.052.95-.047 1.425-.01l1.234.09a.296.296 0 00.108-.012 7.945 7.945 0 011.243-.267c.248-.036.492-.098.738-.15.017-.003.033-.012.049-.018l.002-.015z",
147
+ fill: "url(#paint9_linear_10479_546)"
148
+ }), /*#__PURE__*/React.createElement("path", {
149
+ opacity: ".2",
150
+ d: "M6.24 14.917c1.61-2 5.788-.952 7.568-1.441-1.127.673-2.044.557-2.044.557s-3.847-.442-5.524.884z",
151
+ fill: "#fff"
152
+ }), /*#__PURE__*/React.createElement("path", {
153
+ d: "M18.552 7.328c-.055.01-.095.012-.132.024-.145.047-.296.083-.432.15-.13.065-.25.158-.361.252-.218.184-.425.38-.64.566-.175.152-.362.288-.584.359a1.641 1.641 0 01-.22.048c.289-.151.45-.421.618-.698-.014.003-.019.002-.023.004-.441.224-.873.464-1.266.775a.812.812 0 00-.247.306c-.094.205-.213.397-.322.595l-.023.04c.095-.02.178-.034.26-.055.345-.092.667-.248.983-.417.492-.265.962-.572 1.417-.9a.158.158 0 01.046-.026c-.004.006-.008.013-.013.018-.54.56-1.145 1.02-1.853 1.326a3.271 3.271 0 01-.954.257c-.013.002-.029.006-.036.015-.073.092-.145.186-.226.29.201-.045.39-.084.58-.13a7.944 7.944 0 001.537-.522c.365-.172.712-.375 1.005-.663.386-.38.67-.83.836-1.357.025-.078.032-.162.05-.257z",
154
+ fill: "#E65271"
155
+ }), /*#__PURE__*/React.createElement("path", {
156
+ opacity: ".6",
157
+ d: "M9.43 12.418c.157-.055.335-.122.525-.198 2.241-.727 2.982-1.333 2.982-1.333l2.25-1.732s.369.293.845-.09c-.325.405-1.32.72-1.32.72s-.046.319-.37.566c.885-.313 2.373-.223 3.406-1.19-.78 2.296-2.72.546-4.595 1.974-.216.135-3.075.895-1.654.843 1.42-.052 2.356.956 3.543.625-1.114.42-2.098-.253-3.65-.366.242.05.572.189.713.378-.562-.418-1.663-.437-1.925-.342a6.578 6.578 0 00-.75.145z",
158
+ fill: "#8B4FBA"
159
+ }), /*#__PURE__*/React.createElement("path", {
160
+ opacity: ".2",
161
+ d: "M14.806 13.126c-1.633.674-7.403-1.279-9.994 1.751 0 0-.194-.09.837-1.293 4.057-2.016 7.077-.11 9.157-.458z",
162
+ fill: "#2B2B2B"
163
+ }), /*#__PURE__*/React.createElement("path", {
164
+ opacity: ".7",
165
+ d: "M17.33 10.44c.483-.282.09.408-.392.816-1.902 1.38-2.762-.19-4.648.566 2.886-1.654 3.169.407 5.04-1.382z",
166
+ fill: "url(#paint10_radial_10479_546)"
167
+ }), /*#__PURE__*/React.createElement("path", {
168
+ opacity: ".2",
169
+ d: "M17.182 10.832c.484-.282.239.016-.244.424-1.902 1.38-2.762-.19-4.648.566 1.857-1.074 3.021.799 4.892-.99z",
170
+ fill: "#8B4FBA"
171
+ }), /*#__PURE__*/React.createElement("path", {
172
+ opacity: ".7",
173
+ d: "M7.794 10.092c-.88.837-.19 2.67-.19 2.67l-.626.14s-.632-1.773.816-2.81z",
174
+ fill: "url(#paint11_radial_10479_546)"
175
+ }), /*#__PURE__*/React.createElement("path", {
176
+ opacity: ".7",
177
+ d: "M9.312 8.688c.663 1.226-1.095 2.914-.15 3.511-.016.08-.54.354-.516.275-1.165-1.859.756-2.302.504-3.464-1.348 1.911-1.362 2.29-.707 3.5-.008.006-.08.104-.152.048-1.024-.798-1.312-1.695 1.021-3.87z",
178
+ fill: "url(#paint12_radial_10479_546)"
179
+ }), /*#__PURE__*/React.createElement("path", {
180
+ opacity: ".2",
181
+ d: "M11.479 11.18c.042.575.428-.358.486-1.002.05-2.41-2.3-1.828-2.408-3.778-.228 2.218 2.316 2.17 1.922 4.78z",
182
+ fill: "#8B4FBA"
183
+ }), /*#__PURE__*/React.createElement("path", {
184
+ opacity: ".3",
185
+ d: "M13.758 10.224c.042.575 1.152-.904 1.21-1.548-.372-4.136-4.467-1.62-5.537-3.144.884 1.67 6.607-.653 4.327 4.692z",
186
+ fill: "#fff"
187
+ }), /*#__PURE__*/React.createElement("path", {
188
+ d: "M21.25 18.278c-.06.055-.11.104-.163.148a.88.88 0 01-.141.09.367.367 0 01-.361.001c-.189-.104-.391-.112-.597-.088-.06.007-.1.036-.127.095-.207.442-.552.726-.983.905-.05.02-.073.045-.081.1-.022.141-.031.28 0 .42a.836.836 0 00.368.51c.19.13.4.206.619.263.262.067.527.112.798.112.138 0 .274-.017.407-.059.296-.093.478-.298.545-.609.044-.201.085-.405.105-.61a1.65 1.65 0 00-.375-1.254l-.014-.024z",
189
+ fill: "url(#paint13_linear_10479_546)"
190
+ }), /*#__PURE__*/React.createElement("path", {
191
+ opacity: ".3",
192
+ d: "M20.395 18.313c.023.14.277.179.396.175.208-.007.343-.134.478-.298a.525.525 0 00.054-.08c.236.196.368.46.331.73-.064.477-.628.787-1.259.695-.436-.064-.79-.304-.945-.603.115-.154.16-.348.312-.481.148-.129.44-.147.633-.139z",
193
+ fill: "#F6E8A0"
194
+ }), /*#__PURE__*/React.createElement("path", {
195
+ d: "M5.054 13.836c.136.07.231.086.316.054a7.114 7.114 0 01-.13-1.557c.018-.579.115-1.142.359-1.67a1.36 1.36 0 01.109-.194c-.003.01-.004.021-.008.03a3.493 3.493 0 00-.212 1.07 6.424 6.424 0 00.153 1.694c.002.014.006.027.012.047.078-.054.154-.106.227-.16.01-.008.01-.033.008-.049a4.738 4.738 0 010-1.016c.05-.485.165-.951.329-1.406a7.787 7.787 0 01.916-1.775l.026-.038c.002-.003.002-.007.004-.017-.055.02-.107.038-.158.058a8.028 8.028 0 00-1.017.458.722.722 0 00-.145.102c-.462.425-.734.963-.857 1.587-.018.093-.032.187-.056.28.005-.103.008-.207.017-.31.04-.493.13-.976.289-1.442.04-.119.012-.226-.005-.337-.005-.035-.029-.067-.044-.1-.026.026-.058.048-.076.078a2.826 2.826 0 00-.285.7c-.106.373-.17.758-.221 1.144-.049.36-.08.723-.078 1.088.002.369.029.734.147 1.086.056.167.131.324.24.461.04.05.087.091.13.136.004 0 .007 0 .01-.002z",
196
+ fill: "url(#paint14_linear_10479_546)"
197
+ }), /*#__PURE__*/React.createElement("path", {
198
+ opacity: ".2",
199
+ d: "M6.661 8.862s-.881.129-1.253.76c-.372.629-.478 1.712-.478 1.712s-.19 1.615.44 2.556c-.4-3.45 1.291-5.028 1.291-5.028z",
200
+ fill: "#2B2B2B"
201
+ }), /*#__PURE__*/React.createElement("path", {
202
+ d: "M5.054 13.837a.15.15 0 01-.01.001 1.017 1.017 0 01-.44-.36c-.168-.233-.257-.503-.312-.784a4.648 4.648 0 01-.054-1.27c.02-.242.054-.484.082-.725.001-.009.002-.017.002-.035-.014.013-.024.02-.032.029a7.097 7.097 0 00-1.513 2.512.148.148 0 00.002.084 8.15 8.15 0 00.836 1.857c.148.246.311.483.468.723.012.02.027.036.05.067.005-.121.067-.22.02-.338a1.12 1.12 0 01-.093-.477.314.314 0 01.058-.177c.041.121.073.24.164.332a.173.173 0 00.016-.146 1.665 1.665 0 01-.096-.61.997.997 0 01.035-.191c.055.157.146.286.252.41.006-.01.012-.016.015-.023.14-.303.321-.578.537-.829.01-.012.009-.034.013-.05z",
203
+ fill: "url(#paint15_linear_10479_546)"
204
+ }), /*#__PURE__*/React.createElement("path", {
205
+ opacity: ".2",
206
+ d: "M4.372 14.644s-.991-2.016-.527-3.748c.057-.047-.093.075-.273.29-.027.032-.36 2.319.315 3.327-.906-1.118-.477-3.116-.515-3.058a1.798 1.798 0 00-.202.406c-.464 2.257 1.139 3.616 1.139 3.616l.063-.833z",
207
+ fill: "#2B2B2B"
208
+ }), /*#__PURE__*/React.createElement("path", {
209
+ d: "M19.538 21.904c-.041.064-.088.13-.126.201a.272.272 0 00-.019.213c.029.09.087.125.178.112.072-.011.145-.023.219-.025.077-.003.083.008.092.086.002.021.004.043.012.062.029.077.072.144.16.156.084.012.143-.037.188-.105.136-.2.023-.47-.212-.502-.074-.01-.15.002-.225.004-.014 0-.029.003-.043.005l-.01-.014c.02-.024.035-.057.06-.073a.275.275 0 01.178-.036c.404.048.789-.002 1.131-.253.19-.14.33-.324.438-.537 0-.002.002-.003.003-.004.013-.04.04-.086.004-.116-.021-.017-.07-.01-.102.002-.151.051-.298.116-.45.16a2.057 2.057 0 01-.684.052 2.922 2.922 0 01-.908-.183 2.613 2.613 0 01-.882-.558.77.77 0 00-.092-.08c-.057-.04-.095-.02-.097.05a.609.609 0 00.014.15c.11.499.4.85.83 1.08.113.062.233.105.343.153z",
210
+ fill: "#E65270"
211
+ }), /*#__PURE__*/React.createElement("path", {
212
+ d: "M2.481 12.633c-.017 1.797.539 3.357 1.696 4.68-.016-.121-.037-.243-.047-.365a19.277 19.277 0 01-.037-.625.201.201 0 00-.035-.11 13.478 13.478 0 01-1.149-2.044 5.187 5.187 0 01-.372-1.138c-.024-.128-.037-.258-.056-.398z",
213
+ fill: "url(#paint16_linear_10479_546)"
214
+ }), /*#__PURE__*/React.createElement("path", {
215
+ d: "M16.618 6.724c.207-.373.421-.732.497-1.154a.951.951 0 00.005-.22 3.222 3.222 0 01.145-1.193c.011-.034.025-.07.024-.106a.152.152 0 00-.034-.085c-.024-.03-.056-.019-.086 0a.638.638 0 00-.226.24 1.99 1.99 0 00-.22.64c-.118.613-.136 1.232-.113 1.856 0 .003.002.006.008.022z",
216
+ fill: "url(#paint17_linear_10479_546)"
217
+ }), /*#__PURE__*/React.createElement("path", {
218
+ opacity: ".4",
219
+ d: "M16.74 4.35c.038-.084.193-.266.255-.319l.14-.093c-.14.374-.191.754-.191 1.151 0 .335.099.647.115.98.012.275-.103.413-.24.636-.062.1-.146.319-.28.32-.063-.16-.053-.358-.054-.528-.002-.204-.034-.402-.026-.608.015-.388.216-1.397.28-1.54z",
220
+ fill: "#8B4FBA"
221
+ }), /*#__PURE__*/React.createElement("path", {
222
+ d: "M21.565 20.41l-.009.008c-.152.326-.423.468-.75.496a2.947 2.947 0 01-1.553-.292c-.207-.1-.385-.244-.485-.466-.043-.095-.064-.202-.096-.307-.108-.001-.236.11-.244.228a.257.257 0 00.03.119c.068.146.177.256.296.357.306.257.657.419 1.037.514.5.126.999.13 1.492-.026.117-.037.228-.099.337-.159a.218.218 0 00.114-.23.288.288 0 00-.17-.241z",
223
+ fill: "#E65270"
224
+ }), /*#__PURE__*/React.createElement("path", {
225
+ opacity: ".4",
226
+ d: "M21.565 20.41l-.009.008c-.152.326-.423.468-.75.496a2.947 2.947 0 01-1.553-.292c-.207-.1-.385-.244-.485-.466-.043-.095-.064-.202-.096-.307-.108-.001-.236.11-.244.228a.257.257 0 00.03.119c.068.146.177.256.296.357.306.257.657.419 1.037.514.5.126.999.13 1.492-.026.117-.037.228-.099.337-.159a.218.218 0 00.114-.23.288.288 0 00-.17-.241z",
227
+ fill: "#2B2B2B"
228
+ }), /*#__PURE__*/React.createElement("path", {
229
+ d: "M16.134 15.24c-.004.202.036.391.12.57.169.362.447.598.796.752.304.136.623.181.953.164.004 0 .008-.002.022-.007a2.856 2.856 0 01-.651-.182 2.197 2.197 0 01-.921-.677 1.844 1.844 0 01-.299-.563l-.02-.057z",
230
+ fill: "#0D0D0D"
231
+ }), /*#__PURE__*/React.createElement("path", {
232
+ d: "M18.82 12.36c.355-.225.431-.753.204-1.055.054.377-.02.727-.203 1.054z",
233
+ fill: "#0D0D0D"
234
+ }), /*#__PURE__*/React.createElement("path", {
235
+ d: "M19.405 14.432c.173.148.381.188.599.184.086-.002.173-.017.26-.021a.532.532 0 01.142.011c.088.021.127.007.157-.08.067-.2.1-.406.077-.616a1.093 1.093 0 00-.07-.297.67.67 0 00-1.072-.229c-.042.035-.079.075-.122.117.02.023.035.045.053.064a.164.164 0 01.044.154c-.039.182.037.312.184.395a2.002 2.002 0 00.513.19.056.056 0 00.042-.016.508.508 0 00.197-.248.485.485 0 01-.002.243c-.012.047-.004.163.02.197a.07.07 0 00-.005.006.901.901 0 00-.414-.133 1.018 1.018 0 01-.468-.16.613.613 0 01-.27-.499l-.004-.03c-.153.312-.106.559.139.768z",
236
+ fill: "#0D0D0D"
237
+ }), /*#__PURE__*/React.createElement("path", {
238
+ d: "M19.63 13.76c0 .195.15.352.337.352a.345.345 0 00.338-.351.345.345 0 00-.338-.351.345.345 0 00-.338.35z",
239
+ fill: "url(#paint18_linear_10479_546)"
240
+ }), /*#__PURE__*/React.createElement("g", {
241
+ clipPath: "url(#clip1_10479_546)"
242
+ }, /*#__PURE__*/React.createElement("path", {
243
+ d: "M19.74 13.702a.039.039 0 00.021-.006l.08-.052a.042.042 0 00.019-.035v-.104a.042.042 0 00-.019-.035l-.08-.052a.039.039 0 00-.042 0l-.08.052a.042.042 0 00-.018.035v.104c0 .014.007.028.018.035l.08.052a.039.039 0 00.021.006z",
244
+ fill: "#fff"
245
+ })), /*#__PURE__*/React.createElement("path", {
246
+ d: "M21.139 19.677c.06.039.153.023.188-.046a1 1 0 00-.01-.9c-.081-.162-.323-.03-.243.13.096.194.116.432.02.622-.034.068-.022.152.045.194z",
247
+ fill: "#fff"
248
+ }), /*#__PURE__*/React.createElement("path", {
249
+ opacity: ".2",
250
+ d: "M6.475 20.497c-.086-2.538 1.42-1.713 2.09-2.785.054-.066.086-.141.111-.2-.752.43-2.859.143-2.201 2.985z",
251
+ fill: "#430A1D"
252
+ }), /*#__PURE__*/React.createElement("path", {
253
+ opacity: ".2",
254
+ d: "M5.328 15.548c2.068-1.85 6.15-1.648 6.448-1.622-1.712 1.27-6.848.076-7.037 3.94-.333-1.097.096-1.877.59-2.318z",
255
+ fill: "#2B2B2B"
256
+ }), /*#__PURE__*/React.createElement("path", {
257
+ opacity: ".2",
258
+ d: "M8.633 17.613v.958c0 .396-.479.18-.664-.364.462-.188.664-.594.664-.594z",
259
+ fill: "#430A1D"
260
+ }), /*#__PURE__*/React.createElement("path", {
261
+ opacity: ".2",
262
+ d: "M8.377 17.802c.346-.636-.01-1.185-.065-1.209.197-.01.575-.394.665-.522.14-.2.149-.49.16-.728.28-.013.477-.191.73-.254-.215.21-.509.46-.64.743a5.973 5.973 0 00-.294.81c-.064.219-.123.437-.163.663-.03.169-.125.396-.108.56 0 0-.035 1.478.25 2.207-.54-.19-.823-.648-.921-.826-.112-.2-.321-.699-.062-1.016.168-.064.352-.252.448-.428z",
263
+ fill: "#430A1D"
264
+ }), /*#__PURE__*/React.createElement("path", {
265
+ d: "M3.321 19.721c1.087 1.556 2.54 2.557 4.347 2.991.601.145 1.213.185 1.83.183 1.51-.007 3.02-.003 4.53-.004 1.015 0 2.031 0 3.046-.002.242 0 .483-.017.714-.101a.806.806 0 00.5-.46.865.865 0 00-.282-.991c-.22-.168-.474-.217-.742-.205-.072.004-.143.015-.215.023-.016.002-.034.006-.05.002-.023-.005-.044-.017-.067-.026.013-.019.022-.042.039-.057.276-.244.466-.545.557-.91.033-.133.043-.268.03-.404l-.001-.031c-.003-.07.02-.093.087-.096.198-.01.395-.017.592-.034.094-.007.187-.031.293-.038-.012.017-.021.042-.038.05a.581.581 0 00-.312.37c-.06.197-.103.4-.094.61.014.339.14.63.347.888.186.23.414.405.673.536.033.017.042.032.03.071a.539.539 0 00.01.334.27.27 0 00.123.152c.136.078.293.09.441.025l.013.068c.043.17.148.236.306.335h.111c.005 0 .009-.012.013-.013.28-.048.396-.313.364-.564-.008-.065-.026-.129-.038-.187.126-.035.256-.062.38-.107.574-.207.953-.61 1.113-1.223.064-.246.025-.465-.158-.648-.012-.012-.013-.04-.01-.06.035-.232.09-.462.105-.695a1.888 1.888 0 00-.503-1.444c-.022-.023-.023-.044-.018-.073.025-.124.053-.247.067-.373.03-.253-.062-.463-.224-.646-.015-.016-.03-.034-.038-.054a.508.508 0 00-.263-.301 1.208 1.208 0 00-.787-.11c-.179.03-.342.11-.503.189-.072.035-.137.052-.203-.008-.011-.01-.029-.012-.04-.022-.018-.018-.048-.043-.045-.058.005-.023.031-.049.054-.058.126-.052.256-.08.392-.08.102 0 .205-.003.306-.015.322-.04.618-.162.896-.334a.17.17 0 01.06-.025.872.872 0 00.71-.722c.006-.037.005-.08.024-.11.152-.244.164-.504.076-.77-.056-.17-.133-.331-.194-.498a1.12 1.12 0 01-.074-.275 4.464 4.464 0 00-.124-.782c-.146-.545-.406-1.018-.823-1.388a2.562 2.562 0 00-1.46-.632c-.049-.005-.074-.02-.095-.07a1.005 1.005 0 00-.598-.582.273.273 0 00-.216 0c-.098.047-.198.094-.286.159-.23.167-.413.385-.565.63-.012.019-.025.043-.043.05-.023.007-.058.01-.077-.003-.014-.01-.017-.05-.011-.073.006-.027.026-.052.042-.076a4.996 4.996 0 00.775-1.992.135.135 0 01.035-.064c.099-.104.201-.205.299-.31a1.267 1.267 0 00.327-.778c.001-.018-.016-.037-.025-.056-.019.01-.043.018-.055.034-.026.038-.045.081-.07.12-.016.027-.037.049-.056.074-.006-.015-.005-.023-.002-.031.105-.278.178-.565.213-.862a2.64 2.64 0 00.019-.25c.002-.06-.037-.099-.076-.082a.183.183 0 00-.055.043c-.156.161-.34.28-.529.393l-.008-.011a6.968 6.968 0 00-.253-1.095 1.716 1.716 0 01-.077-.778c.025-.158.08-.302.209-.403.01-.007.016-.02.028-.033-.015-.008-.025-.016-.035-.018-.187-.043-.38-.018-.485.205-.012.025-.028.048-.05.085-.023-.049-.047-.081-.055-.116a1.81 1.81 0 01-.03-.535 1.86 1.86 0 01.189-.624c.024-.051.046-.104.062-.159.027-.098-.026-.171-.125-.17a.433.433 0 00-.147.027c-.244.096-.43.264-.554.504l-.03.063c-.098-.1-.188-.196-.234-.328a2.02 2.02 0 00-.11-.246c-.03-.057-.051-.056-.087-.004-.01.014-.018.03-.029.043-.027.034-.048.034-.07-.005a.703.703 0 01-.047-.108 1.01 1.01 0 00-.311-.447c-.01-.008-.021-.014-.044-.029.008.057.015.101.02.145.007.045.012.09.017.138-.013-.002-.016-.001-.019-.003a5.465 5.465 0 00-1.94-.904c-.209-.051-.428-.07-.616-.193l-.014-.006c-.038-.015-.065-.007-.094.023-.018.019-.051.027-.077.027-.084-.002-.168-.021-.251-.028a1.413 1.413 0 01-.23-.044C12.524 2.128 12.4 2 12.277 2h-.09c-.03 0-.064.087-.087.117-.041.053-.091.116-.156.12a6.76 6.76 0 00-1.264.2c-.633.163-1.227.416-1.76.814-.389.291-.723.637-.96 1.075-.048.09-.086.185-.124.28a.327.327 0 00-.012.225c.02.062.066.097.127.087.347-.057.642.075.913.28.27.204.476.466.593.793.173.483.08.916-.246 1.3-.033.038-.07.073-.11.115-.015-.059-.028-.112-.043-.165a1.777 1.777 0 00-.358-.71c-.104-.12-.145.022-.12.237.057.458-.078.852-.385 1.183a.184.184 0 01-.073.042c-.323.12-.648.232-.97.356a9.677 9.677 0 00-1.652.818l-.022.012a.152.152 0 01-.068-.139c.003-.074.014-.148.023-.222 0-.009.003-.017.004-.026.017-.13-.032-.173-.148-.115a.495.495 0 00-.153.13c-.134.167-.217.364-.296.561-.042.104-.075.212-.118.316a.281.281 0 01-.07.103 8.16 8.16 0 00-1.237 1.332 7.46 7.46 0 00-.783 1.366l-.017.037c-.002.003-.005.004-.012.01a4.924 4.924 0 01-.042-1.275c-.033.127-.07.253-.098.381a5.452 5.452 0 00-.118 1.567.236.236 0 01-.012.082c-.152.494-.256.999-.3 1.515-.156 1.803.266 3.452 1.29 4.92zM2.91 14.17c.317.72.715 1.393 1.149 2.044a.204.204 0 01.035.11c.01.209.02.417.036.625.01.122.032.244.048.366-1.157-1.324-1.713-2.884-1.696-4.68.02.139.032.269.056.397.074.396.211.772.372 1.138zm4.254-5.32c-.003.01-.002.014-.004.016l-.026.039a7.792 7.792 0 00-.916 1.775 5.946 5.946 0 00-.33 1.405 4.737 4.737 0 000 1.017c.003.016.002.04-.007.048-.073.055-.15.107-.227.16-.005-.019-.01-.032-.012-.046a6.405 6.405 0 01-.153-1.695c.02-.367.08-.725.212-1.069.004-.01.005-.02.008-.03a1.393 1.393 0 00-.109.194c-.244.527-.34 1.09-.36 1.67a7.114 7.114 0 00.131 1.557c-.085.031-.18.016-.316-.054-.004.017-.004.039-.014.05a3.629 3.629 0 00-.536.83l-.015.023a1.3 1.3 0 01-.252-.411.988.988 0 00-.035.192c-.012.21.032.412.096.61a.173.173 0 01-.016.145c-.091-.09-.123-.21-.164-.331a.316.316 0 00-.058.176 1.12 1.12 0 00.092.478c.048.118-.014.216-.02.337-.022-.03-.037-.047-.049-.067-.157-.24-.32-.476-.468-.722a8.146 8.146 0 01-.836-1.857.148.148 0 01-.002-.085 7.098 7.098 0 011.513-2.512l.032-.028c0 .017 0 .026-.002.034-.028.242-.062.484-.082.726-.035.425-.028.849.054 1.269.055.282.144.55.313.784.116.16.258.287.44.36-.044-.045-.092-.087-.13-.136a1.499 1.499 0 01-.241-.461c-.118-.352-.145-.717-.147-1.086-.002-.365.03-.727.078-1.088.052-.386.115-.77.221-1.144.07-.245.154-.483.285-.7.019-.03.05-.052.076-.078.015.033.039.065.044.1.018.111.046.218.005.337-.16.466-.248.949-.29 1.441-.008.104-.01.208-.016.311.025-.093.038-.187.056-.28.123-.624.396-1.162.858-1.587a.721.721 0 01.144-.102c.328-.179.669-.327 1.017-.458l.158-.057zM17.29 4.052c0 .035-.013.07-.024.105a3.216 3.216 0 00-.145 1.194.951.951 0 01-.005.219c-.076.422-.29.781-.497 1.154l-.008-.021c-.023-.623-.005-1.243.113-1.856.043-.224.105-.443.22-.64a.64.64 0 01.226-.24c.03-.019.062-.03.086 0a.149.149 0 01.034.085zm.247 3.3a2.228 2.228 0 01-.297.193c-.366.19-.753.327-1.136.474-.075.028-.146.069-.213.114a1.15 1.15 0 00-.316.354c-.04.064-.08.131-.119.197.001-.022.008-.042.013-.061.045-.16.097-.32.133-.481a2 2 0 01.252-.633c.066-.105.139-.205.203-.311.04-.067.076-.14.104-.213.016-.044.015-.096.021-.144l-.02-.01c-.02.018-.043.033-.06.054-.07.084-.138.17-.21.253-.016.018-.051.036-.069.03-.017-.007-.034-.046-.032-.069.009-.09.014-.184.041-.27.038-.118.097-.229.141-.345a.674.674 0 00.041-.181c.002-.03-.025-.06-.038-.09-.023.016-.05.03-.07.05-.034.039-.062.083-.098.12-.035.036-.067.03-.087-.016a.207.207 0 01-.025-.104c.013-.082.034-.163.054-.243.019-.074.045-.146.06-.22a.13.13 0 00-.053-.138c-.014.022-.03.04-.04.062-.019.044-.034.09-.053.134-.043.102-.08.207-.13.305-.045.086-.089.078-.136-.005-.093-.163-.184-.328-.287-.484a.57.57 0 01-.1-.273c-.01-.133-.017-.268-.03-.401a.212.212 0 00-.07-.148L14.88 5c-.013.068-.022.138-.04.204-.012.047-.049.052-.071.01a.322.322 0 01-.038-.127c-.005-.081.002-.163-.002-.245a.358.358 0 00-.028-.11c-.006-.015-.025-.025-.038-.037-.009.015-.02.03-.026.046-.006.02-.006.04-.01.061-.008.06-.013.122-.026.18-.015.064-.053.075-.091.024a.54.54 0 01-.08-.16c-.027-.088-.038-.18-.064-.268a.386.386 0 00-.064-.115c-.01-.012-.038-.02-.053-.016-.011.003-.022.03-.023.047-.001.068.001.136.002.203v.104c-.014-.003-.02-.003-.023-.006a.481.481 0 01-.149-.282c-.006-.045-.008-.09-.017-.134-.01-.053-.04-.073-.09-.066-.054.006-.088.047-.094.118-.004.046 0 .092 0 .145l-.171-.09a5.246 5.246 0 00-1.782-.546 3.666 3.666 0 00-1.206.035c-.241.05-.471.132-.671.29-.03.022-.056.049-.084.073.222-.134.352-.188.553-.228a3.15 3.15 0 011.095-.007 5.247 5.247 0 011.819.631c.442.25.841.558 1.164.965.025.03.048.061.07.092-.66-.328-1.407.29-2.154.015 1.023.549 1.63-.158 2.207.3.146.116.173.416-.163.365-.32-.047.482.118.626.985a2.892 2.892 0 01-.058.433 4.26 4.26 0 01-.829 1.739c-.411.53-.928.925-1.509 1.234a.195.195 0 00-.029.01l.003-.013.025-.04c.277-.429.505-.881.616-1.39a2.025 2.025 0 00-.02-1.042c-.119-.385-.355-.678-.665-.913-.346-.264-.738-.428-1.146-.554-.087-.027-.176-.051-.274-.08.01.013.012.016.015.017l.05.022c.286.115.558.257.804.448.354.274.615.619.733 1.067.104.397.081.794-.012 1.188-.12.511-.343.974-.612 1.417a.423.423 0 01-.245.203c-.134.04-.265.094-.41.147.41-.457.421-1.1.343-1.477l-.004.015a1.645 1.645 0 01-.28.837c-.246.377-.58.652-.957.876-.03.017-.065.023-.098.034.137-.164.241-.342.303-.546.059-.197.08-.507.04-.618a1.474 1.474 0 01-.265.54 3.776 3.776 0 01-.835.814c-.214.153-.439.28-.68.375-.428.17-.874.275-1.318.388-.39.1-.779.202-1.166.314a1.644 1.644 0 00-.589.295 1.859 1.859 0 01-.092-.532c-.026-2.4 1.811-3.683 2.37-4.354.164-.196.257-.435.34-.678.032-.098.061-.198.092-.3l.013.018c.157.312.253.63.178.992-.115.553-.33 1.047-.732 1.438l-.022.027.033-.018c.331-.199.635-.435.89-.733.432-.499.663-1.084.695-1.755.014-.292-.025-.581-.056-.87a1.813 1.813 0 00-1.35-1.574.685.685 0 01-.159-.06c-.07-.039-.088-.102-.062-.178a.417.417 0 01.039-.079c.129-.208.292-.38.493-.513.103-.069.207-.137.306-.21a4.127 4.127 0 011.333-.678c.2-.057.403-.107.613-.088.066.006.13.03.196.039.027.004.057-.016.086-.025-.016-.019-.03-.044-.05-.056a.834.834 0 00-.41-.104 2.567 2.567 0 00-.622.078c-.02.004-.042.004-.063.006.168-.151.359-.249.566-.314.34-.107.687-.131 1.039-.1.112.01.226.014.33.076.102.06.21.11.315.163.023.011.048.017.072.025l.011-.012c-.01-.03-.02-.06-.034-.088-.038-.078-.08-.153-.118-.23-.007-.015-.003-.036-.004-.054.016-.001.033-.007.047-.002.08.028.163.052.24.09.11.054.225.073.345.081.163.012.327.028.49.052a.7.7 0 01.537.385c.027.052.056.102.086.153.011.018.026.033.039.05l.018-.009-.114-.402a.69.69 0 01.354.242c.052.062.098.129.149.191.02.025.048.043.072.065l.02-.012-.03-.264.017-.006c.076.049.152.099.23.148.26.163.505.347.689.607.025.036.044.03.057-.013.016-.054.027-.11.045-.165.005-.016.027-.039.04-.038.018.001.042.02.048.036a.423.423 0 01.02.112c.005.076.003.153.01.229.003.023.027.045.041.066.019-.017.045-.03.055-.053.029-.062.05-.128.078-.192.025-.059.04-.06.076-.01.047.066.1.12.19.113.084-.006.094 0 .125.08.053.138.098.278.152.415.026.065.066.124.097.187.007.015.014.036.01.05-.11.37-.14.751-.144 1.136-.004.355.003.71-.009 1.065-.008.278-.053.549-.252.763a.485.485 0 00.078-.033 1.08 1.08 0 00.325-.283c.204-.253.337-.546.456-.85.095-.242.19-.485.29-.726.025-.06.066-.112.103-.166.01-.013.036-.028.046-.022.014.007.029.03.031.047.005.04.005.08.003.12-.008.198-.024.396.009.594.005.03.013.064.006.092-.072.272-.165.534-.326.764l-.018.037a.609.609 0 00.254-.225c.063-.093.117-.191.179-.294l.076.322a.338.338 0 01-.128.37zm.13 1.59c-.293.288-.64.491-1.005.663a7.935 7.935 0 01-1.538.523c-.188.045-.378.085-.58.13l.227-.29c.007-.01.023-.014.036-.016.33-.035.648-.124.954-.256.707-.306 1.313-.767 1.853-1.327l.013-.017a.156.156 0 00-.046.025c-.456.329-.924.635-1.417.9-.316.17-.638.325-.983.417-.082.022-.165.036-.26.056l.023-.04c.109-.198.228-.391.322-.596a.813.813 0 01.247-.306c.392-.31.825-.55 1.266-.775.004-.001.01 0 .023-.004-.167.277-.33.547-.619.699.075-.013.15-.026.22-.049.223-.07.41-.206.585-.359.215-.186.422-.382.64-.565.112-.095.232-.187.361-.252.136-.068.287-.103.432-.15.037-.013.077-.015.132-.025-.018.096-.026.18-.05.257a3.25 3.25 0 01-.836 1.358zm-2.672 4.073a1.733 1.733 0 01-.338.155c-.24.076-.49.077-.738.076-.176 0-.352-.003-.528 0-.044 0-.087.014-.131.023l-.001.025c.038.015.075.034.113.045.123.036.246.069.368.104.024.008.046.022.07.033l-.003.015c-.016.006-.032.016-.049.02-.245.05-.49.112-.738.149-.42.062-.836.137-1.243.266a.305.305 0 01-.108.013l-1.233-.091a7.695 7.695 0 00-1.426.011c-.54.06-1.06.193-1.566.395-.726.292-1.383.708-2.001 1.195l-.03.027a.148.148 0 00.05-.023c.564-.35 1.146-.663 1.762-.906a6.939 6.939 0 011.61-.432c.4-.055.8-.067 1.203-.065.45.003.901 0 1.352 0l.018.002-.002.006-.033.014a4.844 4.844 0 00-1.133.635 1.355 1.355 0 01-.339.19 5.133 5.133 0 01-.284.103c-.49.162-1 .24-1.505.336-.417.078-.833.158-1.246.253-.377.086-.74.219-1.078.418-.58.343-.921.856-1.014 1.544-.015.108-.023.218-.034.315-.02-.04-.042-.087-.068-.132a3.163 3.163 0 01-.422-1.24c-.064-.604.101-1.125.522-1.553a.237.237 0 00.04-.065c.061-.127.111-.262.182-.383.2-.343.485-.601.804-.82.425-.289.889-.491 1.367-.66.755-.265 1.532-.438 2.313-.594.635-.127 1.273-.25 1.908-.378a5.47 5.47 0 001.435-.475c.573-.293 1.103-.644 1.552-1.12a.101.101 0 01.066-.026c.3-.009.598-.038.893-.096a5.83 5.83 0 002.276-.99c.011-.008.023-.014.042-.026-.004.026-.006.041-.01.056a5.318 5.318 0 01-.232.787c-.48 1.25-1.281 2.21-2.413 2.864zm6.645 6.54c-.02.206-.061.409-.105.61a.765.765 0 01-.545.61 1.36 1.36 0 01-.407.058 3.18 3.18 0 01-.798-.112 1.936 1.936 0 01-.619-.263.836.836 0 01-.367-.51 1.094 1.094 0 01-.001-.419c.008-.056.032-.08.081-.1.431-.18.776-.463.983-.906.027-.058.066-.088.127-.095.206-.023.408-.015.596.089.122.066.242.059.362-.002a.85.85 0 00.14-.09c.055-.043.104-.093.164-.148l.014.024c.299.362.42.784.375 1.254zm-3.191.917c.033.022.062.051.092.08.257.249.553.43.882.558.293.114.598.166.908.183.23.013.46.01.684-.053.152-.043.299-.108.45-.16.032-.01.08-.018.102 0 .037.029.01.075-.004.115l-.003.004a1.47 1.47 0 01-.438.536c-.342.252-.727.302-1.131.254a.272.272 0 00-.178.036c-.025.015-.04.048-.06.073l.01.014c.014-.002.029-.005.043-.005.075-.002.151-.014.225-.004.235.032.348.303.212.502-.045.068-.105.116-.189.105-.087-.012-.13-.079-.16-.157a.248.248 0 01-.012-.06c-.008-.08-.014-.09-.091-.087-.074.002-.147.014-.22.025-.09.013-.148-.021-.177-.112a.272.272 0 01.019-.213c.037-.071.085-.136.126-.201-.11-.048-.23-.091-.343-.152-.43-.231-.72-.581-.83-1.08a.597.597 0 01-.014-.15c.002-.071.04-.09.097-.051zm.223-.623c.033.105.054.212.097.307.1.222.277.366.485.466a2.95 2.95 0 001.552.292c.328-.028.599-.17.751-.496l.008-.007c.1.048.157.128.17.241a.218.218 0 01-.114.23c-.109.061-.22.123-.337.16a2.693 2.693 0 01-1.492.026 2.55 2.55 0 01-1.037-.515c-.12-.1-.229-.21-.297-.357a.258.258 0 01-.03-.118c.01-.12.137-.23.244-.23zM2.984 17.233c-.401-.725-.61-1.495-.61-1.613-.001-.369.026-.737.08-1.103.012-.085.028-.17.042-.254a.1.1 0 01.025.047c.059.205.11.412.178.614.357 1.056.899 2.003 1.57 2.873.024.032.045.07.058.108.145.467.355.891.623 1.275-.3-.133-.644-.181-1.052-.67.502 1.006 1.69 1.405 1.69 1.405a5.516 5.516 0 002.283 1.265c.07.02.139.035.208.052-.015-.015-.032-.021-.049-.028a6.078 6.078 0 01-1.748-.999 4.624 4.624 0 01-1.454-2.025.366.366 0 01-.015-.262c.023-.061.034-.127.052-.19.14-.476.36-.903.712-1.248.337-.33.742-.53 1.18-.665.527-.16 1.07-.22 1.611-.293.314-.043.626-.094.939-.144.084-.013.167-.034.256-.054-.006.012-.008.017-.012.021a4.166 4.166 0 00-.61.942.1.1 0 01-.053.049c-.144.047-.288.103-.436.134-.22.046-.445.063-.664.108-1.18.244-1.542.9-1.537.894.358-.395.93-.506 1.082-.561.353-.128.718-.162 1.089-.159.108.002.216.008.327.013-.332 1.128-.288 2.228.162 3.305 0-.02-.004-.04-.009-.06-.176-.695-.247-1.399-.147-2.115.122-.87.486-1.611 1.093-2.222.455-.457.99-.786 1.565-1.052.546-.252 1.12-.408 1.698-.553.435-.109.872-.216 1.302-.348a3.786 3.786 0 001.54-.889c.07-.066.139-.133.195-.21.375-.503.83-.897 1.392-1.154a1.29 1.29 0 01.194-.39c.137-.19.306-.348.49-.489a.458.458 0 01.184-.076c.07-.015.113.02.137.091.006.02.01.04.014.06a.38.38 0 01.111.065c.026.02.05.042.072.064.103.108.176.237.234.375.013.03.03.041.06.045.07.01.139.02.208.034 1.116.23 1.929 1.111 2.07 2.38.013.114.012.232.045.34.042.136.112.262.17.394.05.115.107.228.15.346.046.12.052.247.017.374-.013.044-.037.055-.07.034-.046-.03-.087-.068-.131-.102-.053-.041-.103-.088-.16-.121-.048-.027-.101-.022-.143.028l.025.021c.115.107.23.212.343.32a.083.083 0 01.022.06.68.68 0 01-.179.442c-.148.156-.322.239-.538.186-.006.084-.011.098-.058.124-.301.17-.62.27-.965.263a1.333 1.333 0 00-.701.206.931.931 0 01-.216.096 2.998 2.998 0 01-.721.09l-.06.003c.013.014.025.019.038.022.194.048.39.054.59.039.064-.005.136-.02.192.004.164.07.322.152.48.236.044.024.083.035.128.018.1-.039.2-.077.298-.123.207-.095.42-.153.648-.12a.874.874 0 01.357.116c.07.045.127.103.132.197.001.013.013.027.023.037.03.029.062.054.091.082a.365.365 0 01.114.31c-.01.103-.039.12-.125.075-.042-.022-.085-.04-.129-.006.055.037.11.07.161.107.078.055.105.135.103.23-.009.267-.311.503-.57.444-.086-.02-.163-.055-.21-.14-.006-.01-.023-.022-.035-.021-.068.004-.137.003-.203.018-.12.029-.238.058-.362.034-.057-.011-.113-.027-.172-.041a1.324 1.324 0 01-.222.448c-.235.31-.544.507-.9.629-.462.157-.937.174-1.412.104-.686-.102-1.173-.49-1.436-1.163-.065-.166-.098-.345-.147-.519a3.784 3.784 0 00-.324-.802c-.224-.408-.519-.743-.923-.964-.453-.249-.935-.298-1.434-.206-.095.017-.188.043-.293.067.182.011.35.015.516.033.464.048.898.193 1.292.453.47.309.82.715.967 1.29.078.307.188.605.325.89.092.192.193.375.334.532.234.262.53.41.854.504.1.03.199.061.297.094.049.017.08.053.099.104a.83.83 0 01.04.45c-.045.244-.16.45-.313.634-.132.159-.297.275-.462.39-.08.057-.159.117-.232.183a.276.276 0 00-.098.221c.006.158.015.182.166.13a.826.826 0 00.07-.028c.123-.055.246-.111.37-.165.237-.103.483-.141.736-.078.28.07.478.24.567.533.019.06.023.124-.008.178-.015.026-.053.053-.081.053-.026.001-.056-.03-.077-.053-.013-.015-.013-.042-.018-.064-.03-.113-.077-.213-.183-.268-.02-.01-.044-.013-.065-.02a.71.71 0 01.208.536.256.256 0 01-.281.254c-.045-.003-.076-.025-.081-.07-.006-.055-.004-.11-.005-.166-.002-.066.003-.133-.006-.198a.242.242 0 00-.175-.208.17.17 0 00-.137.016c.062.013.12.033.152.093.03.058.06.118.075.18.033.136.017.267-.103.35a.458.458 0 01-.193.062c-.142.021-.278-.02-.416-.054a1.089 1.089 0 00-.252-.033c-.08 0-.16.017-.238.032-.48.09-.961.052-1.449.046-.528-.007-1.056-.004-1.583-.004h-2.836c-.39 0-.78.003-1.17 0a6.174 6.174 0 01-1.592-.208c-1.983-.539-3.466-1.655-4.444-3.525a7.05 7.05 0 01-.764-2.634c-.01-.108.582 1.038.576.926z",
266
+ fill: "#0D0D0D"
267
+ }), /*#__PURE__*/React.createElement("path", {
268
+ d: "M18.486 12.375c-.167-.369-.169-.525.015-.874.139-.263.508-.029.458-.323-.021-.255-.279-.536-.326-.597-.06-.072-.092-.143-.178-.125a.554.554 0 00-.219.106 2.95 2.95 0 00-.603.603c-.306.425-.18.682.178 1.02.152.143.692.23.675.19z",
269
+ fill: "#E65270"
270
+ }), /*#__PURE__*/React.createElement("path", {
271
+ opacity: ".2",
272
+ d: "M18.154 10.975c.088-.1.226-.197.369-.296.076-.052-.15.59-.217.762-.216.563.068.911-.01.868-.172-.095-.417-.426-.434-.63-.02-.222.146-.538.292-.704z",
273
+ fill: "#2B2B2B"
274
+ }), /*#__PURE__*/React.createElement("path", {
275
+ d: "M18.417 12.34c-.167-.368-.168-.524.016-.873.138-.263.203-.528.153-.823a.696.696 0 00-.022-.098c-.03-.088-.082-.131-.169-.113a.573.573 0 00-.227.094 2.95 2.95 0 00-.604.604c-.235.325-.209.547-.031.794.05.07.082.068.148.08.084.018.102-.105.075-.155a.875.875 0 01-.11-.32c-.02-.22.1-.461.246-.627.135-.154.408-.393.595-.45.045.179-.051.537-.112.71-.074.213-.299.6-.242.854 0 0 .079.233.163.293.083.058.121.03.121.03z",
276
+ fill: "#0D0D0D"
277
+ }), /*#__PURE__*/React.createElement("g", {
278
+ opacity: ".2"
279
+ }, /*#__PURE__*/React.createElement("path", {
280
+ d: "M8.312 16.593a.112.112 0 01-.061-.011.135.135 0 01.06.011z",
281
+ fill: "#8B4FBA"
282
+ })), /*#__PURE__*/React.createElement("path", {
283
+ opacity: ".2",
284
+ d: "M18.558 19.682c.195-.307.413-.41.66-.652.235-.23.416-.507.65-.732.183.04.389.008.576.018.135.345.787.017.847-.206l.087.135c.188.385-.487.41-.871.37-.27-.027-1.433.29-1.395 1.851-.131.21-.44.005-.44.278 0 .279.004.77.236.948-.066.244-.297-.014-.36-.111-.143-.218-.346-.605-.392-.863-.078-.442.19-.7.402-1.036z",
285
+ fill: "#430A1D"
286
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
287
+ id: "paint0_linear_10479_546",
288
+ x1: "7.841",
289
+ y1: "-1.856",
290
+ x2: "1.763",
291
+ y2: "25.422",
292
+ gradientUnits: "userSpaceOnUse"
293
+ }, /*#__PURE__*/React.createElement("stop", {
294
+ offset: ".384",
295
+ stopColor: "#FAA100"
296
+ }), /*#__PURE__*/React.createElement("stop", {
297
+ offset: ".658",
298
+ stopColor: "#BF73F2"
299
+ }), /*#__PURE__*/React.createElement("stop", {
300
+ offset: ".665",
301
+ stopColor: "#C370E6"
302
+ }), /*#__PURE__*/React.createElement("stop", {
303
+ offset: ".685",
304
+ stopColor: "#CC68C7"
305
+ }), /*#__PURE__*/React.createElement("stop", {
306
+ offset: ".708",
307
+ stopColor: "#D461AB"
308
+ }), /*#__PURE__*/React.createElement("stop", {
309
+ offset: ".734",
310
+ stopColor: "#DB5B95"
311
+ }), /*#__PURE__*/React.createElement("stop", {
312
+ offset: ".764",
313
+ stopColor: "#E05784"
314
+ }), /*#__PURE__*/React.createElement("stop", {
315
+ offset: ".802",
316
+ stopColor: "#E35479"
317
+ }), /*#__PURE__*/React.createElement("stop", {
318
+ offset: ".854",
319
+ stopColor: "#E55272"
320
+ }), /*#__PURE__*/React.createElement("stop", {
321
+ offset: "1",
322
+ stopColor: "#E65270"
323
+ })), /*#__PURE__*/React.createElement("linearGradient", {
324
+ id: "paint1_linear_10479_546",
325
+ x1: "11.026",
326
+ y1: "-2.222",
327
+ x2: "4.553",
328
+ y2: "26.835",
329
+ gradientUnits: "userSpaceOnUse"
330
+ }, /*#__PURE__*/React.createElement("stop", {
331
+ offset: ".384",
332
+ stopColor: "#FAA100"
333
+ }), /*#__PURE__*/React.createElement("stop", {
334
+ offset: ".658",
335
+ stopColor: "#BF73F2"
336
+ }), /*#__PURE__*/React.createElement("stop", {
337
+ offset: ".665",
338
+ stopColor: "#C370E6"
339
+ }), /*#__PURE__*/React.createElement("stop", {
340
+ offset: ".685",
341
+ stopColor: "#CC68C7"
342
+ }), /*#__PURE__*/React.createElement("stop", {
343
+ offset: ".708",
344
+ stopColor: "#D461AB"
345
+ }), /*#__PURE__*/React.createElement("stop", {
346
+ offset: ".734",
347
+ stopColor: "#DB5B95"
348
+ }), /*#__PURE__*/React.createElement("stop", {
349
+ offset: ".764",
350
+ stopColor: "#E05784"
351
+ }), /*#__PURE__*/React.createElement("stop", {
352
+ offset: ".802",
353
+ stopColor: "#E35479"
354
+ }), /*#__PURE__*/React.createElement("stop", {
355
+ offset: ".854",
356
+ stopColor: "#E55272"
357
+ }), /*#__PURE__*/React.createElement("stop", {
358
+ offset: "1",
359
+ stopColor: "#E65270"
360
+ })), /*#__PURE__*/React.createElement("linearGradient", {
361
+ id: "paint2_linear_10479_546",
362
+ x1: "12.012",
363
+ y1: "-.372",
364
+ x2: "11.625",
365
+ y2: "16.926",
366
+ gradientUnits: "userSpaceOnUse"
367
+ }, /*#__PURE__*/React.createElement("stop", {
368
+ stopColor: "#FAA7B5"
369
+ }), /*#__PURE__*/React.createElement("stop", {
370
+ offset: ".384",
371
+ stopColor: "#FAA100"
372
+ }), /*#__PURE__*/React.createElement("stop", {
373
+ offset: ".732",
374
+ stopColor: "#BF73F2"
375
+ })), /*#__PURE__*/React.createElement("linearGradient", {
376
+ id: "paint3_linear_10479_546",
377
+ x1: "7.574",
378
+ y1: "1.406",
379
+ x2: "11.828",
380
+ y2: "8.457",
381
+ gradientUnits: "userSpaceOnUse"
382
+ }, /*#__PURE__*/React.createElement("stop", {
383
+ stopColor: "#F6E8A0"
384
+ }), /*#__PURE__*/React.createElement("stop", {
385
+ offset: "1",
386
+ stopColor: "#E65271"
387
+ })), /*#__PURE__*/React.createElement("linearGradient", {
388
+ id: "paint4_linear_10479_546",
389
+ x1: "8.28",
390
+ y1: "5.729",
391
+ x2: "11.949",
392
+ y2: "11.809",
393
+ gradientUnits: "userSpaceOnUse"
394
+ }, /*#__PURE__*/React.createElement("stop", {
395
+ stopColor: "#F6E8A0"
396
+ }), /*#__PURE__*/React.createElement("stop", {
397
+ offset: "1",
398
+ stopColor: "#E65271"
399
+ })), /*#__PURE__*/React.createElement("linearGradient", {
400
+ id: "paint5_linear_10479_546",
401
+ x1: "16.02",
402
+ y1: "1.145",
403
+ x2: "15.588",
404
+ y2: "8.39",
405
+ gradientUnits: "userSpaceOnUse"
406
+ }, /*#__PURE__*/React.createElement("stop", {
407
+ stopColor: "#F6E8A0"
408
+ }), /*#__PURE__*/React.createElement("stop", {
409
+ offset: "1",
410
+ stopColor: "#E65271"
411
+ })), /*#__PURE__*/React.createElement("linearGradient", {
412
+ id: "paint6_linear_10479_546",
413
+ x1: "15.646",
414
+ y1: "8.383",
415
+ x2: "13.167",
416
+ y2: "-2.182",
417
+ gradientUnits: "userSpaceOnUse"
418
+ }, /*#__PURE__*/React.createElement("stop", {
419
+ stopColor: "#E65271"
420
+ }), /*#__PURE__*/React.createElement("stop", {
421
+ offset: ".384",
422
+ stopColor: "#FAA100"
423
+ })), /*#__PURE__*/React.createElement("linearGradient", {
424
+ id: "paint7_linear_10479_546",
425
+ x1: "7.656",
426
+ y1: "3.075",
427
+ x2: "16.457",
428
+ y2: "10.286",
429
+ gradientUnits: "userSpaceOnUse"
430
+ }, /*#__PURE__*/React.createElement("stop", {
431
+ stopColor: "#F6E8A0"
432
+ }), /*#__PURE__*/React.createElement("stop", {
433
+ offset: "1",
434
+ stopColor: "#E65271"
435
+ })), /*#__PURE__*/React.createElement("linearGradient", {
436
+ id: "paint8_linear_10479_546",
437
+ x1: "15.346",
438
+ y1: "8.351",
439
+ x2: "7.018",
440
+ y2: "10.53",
441
+ gradientUnits: "userSpaceOnUse"
442
+ }, /*#__PURE__*/React.createElement("stop", {
443
+ stopColor: "#FAA7B5"
444
+ }), /*#__PURE__*/React.createElement("stop", {
445
+ offset: ".384",
446
+ stopColor: "#FAA100"
447
+ }), /*#__PURE__*/React.createElement("stop", {
448
+ offset: ".732",
449
+ stopColor: "#BF73F2"
450
+ })), /*#__PURE__*/React.createElement("linearGradient", {
451
+ id: "paint9_linear_10479_546",
452
+ x1: "37.397",
453
+ y1: "-1.716",
454
+ x2: "-2.175",
455
+ y2: "18.693",
456
+ gradientUnits: "userSpaceOnUse"
457
+ }, /*#__PURE__*/React.createElement("stop", {
458
+ stopColor: "#FAA7B5"
459
+ }), /*#__PURE__*/React.createElement("stop", {
460
+ offset: ".384",
461
+ stopColor: "#FAA100"
462
+ }), /*#__PURE__*/React.createElement("stop", {
463
+ offset: ".732",
464
+ stopColor: "#BF73F2"
465
+ })), /*#__PURE__*/React.createElement("linearGradient", {
466
+ id: "paint13_linear_10479_546",
467
+ x1: "21.402",
468
+ y1: "16.969",
469
+ x2: "19.074",
470
+ y2: "22.017",
471
+ gradientUnits: "userSpaceOnUse"
472
+ }, /*#__PURE__*/React.createElement("stop", {
473
+ offset: ".004",
474
+ stopColor: "#FAA7B5"
475
+ }), /*#__PURE__*/React.createElement("stop", {
476
+ offset: ".384",
477
+ stopColor: "#FAA100"
478
+ })), /*#__PURE__*/React.createElement("linearGradient", {
479
+ id: "paint14_linear_10479_546",
480
+ x1: "6.866",
481
+ y1: "2.2",
482
+ x2: "4.935",
483
+ y2: "16.317",
484
+ gradientUnits: "userSpaceOnUse"
485
+ }, /*#__PURE__*/React.createElement("stop", {
486
+ stopColor: "#FAA7B5"
487
+ }), /*#__PURE__*/React.createElement("stop", {
488
+ offset: ".384",
489
+ stopColor: "#FAA100"
490
+ }), /*#__PURE__*/React.createElement("stop", {
491
+ offset: ".732",
492
+ stopColor: "#BF73F2"
493
+ })), /*#__PURE__*/React.createElement("linearGradient", {
494
+ id: "paint15_linear_10479_546",
495
+ x1: "5.372",
496
+ y1: "1.996",
497
+ x2: "3.441",
498
+ y2: "16.113",
499
+ gradientUnits: "userSpaceOnUse"
500
+ }, /*#__PURE__*/React.createElement("stop", {
501
+ stopColor: "#FAA7B5"
502
+ }), /*#__PURE__*/React.createElement("stop", {
503
+ offset: ".384",
504
+ stopColor: "#FAA100"
505
+ }), /*#__PURE__*/React.createElement("stop", {
506
+ offset: ".732",
507
+ stopColor: "#BF73F2"
508
+ })), /*#__PURE__*/React.createElement("linearGradient", {
509
+ id: "paint16_linear_10479_546",
510
+ x1: "2.745",
511
+ y1: "8.024",
512
+ x2: "3.613",
513
+ y2: "17.856",
514
+ gradientUnits: "userSpaceOnUse"
515
+ }, /*#__PURE__*/React.createElement("stop", {
516
+ stopColor: "#FAA7B5"
517
+ }), /*#__PURE__*/React.createElement("stop", {
518
+ offset: ".384",
519
+ stopColor: "#FAA100"
520
+ }), /*#__PURE__*/React.createElement("stop", {
521
+ offset: ".732",
522
+ stopColor: "#BF73F2"
523
+ })), /*#__PURE__*/React.createElement("linearGradient", {
524
+ id: "paint17_linear_10479_546",
525
+ x1: "17.056",
526
+ y1: "-.259",
527
+ x2: "16.669",
528
+ y2: "17.04",
529
+ gradientUnits: "userSpaceOnUse"
530
+ }, /*#__PURE__*/React.createElement("stop", {
531
+ stopColor: "#FAA7B5"
532
+ }), /*#__PURE__*/React.createElement("stop", {
533
+ offset: ".384",
534
+ stopColor: "#FAA100"
535
+ }), /*#__PURE__*/React.createElement("stop", {
536
+ offset: ".732",
537
+ stopColor: "#BF73F2"
538
+ })), /*#__PURE__*/React.createElement("linearGradient", {
539
+ id: "paint18_linear_10479_546",
540
+ x1: "20.425",
541
+ y1: "12.975",
542
+ x2: "19.488",
543
+ y2: "14.462",
544
+ gradientUnits: "userSpaceOnUse"
545
+ }, /*#__PURE__*/React.createElement("stop", {
546
+ stopColor: "#FAA7B5"
547
+ }), /*#__PURE__*/React.createElement("stop", {
548
+ offset: ".384",
549
+ stopColor: "#FAA100"
550
+ }), /*#__PURE__*/React.createElement("stop", {
551
+ offset: ".732",
552
+ stopColor: "#BF73F2"
553
+ })), /*#__PURE__*/React.createElement("radialGradient", {
554
+ id: "paint10_radial_10479_546",
555
+ cx: "0",
556
+ cy: "0",
557
+ r: "1",
558
+ gradientTransform: "matrix(-1.35023 -.4252 .78879 -2.70694 15.778 11.543)",
559
+ gradientUnits: "userSpaceOnUse"
560
+ }, /*#__PURE__*/React.createElement("stop", {
561
+ offset: ".009",
562
+ stopColor: "#fff"
563
+ }), /*#__PURE__*/React.createElement("stop", {
564
+ offset: "1",
565
+ stopColor: "#fff",
566
+ stopOpacity: "0"
567
+ })), /*#__PURE__*/React.createElement("radialGradient", {
568
+ id: "paint11_radial_10479_546",
569
+ cx: "0",
570
+ cy: "0",
571
+ r: "1",
572
+ gradientUnits: "userSpaceOnUse",
573
+ gradientTransform: "matrix(-2.20563 0 0 -2.29305 8.289 9.838)"
574
+ }, /*#__PURE__*/React.createElement("stop", {
575
+ offset: ".009",
576
+ stopColor: "#fff"
577
+ }), /*#__PURE__*/React.createElement("stop", {
578
+ offset: "1",
579
+ stopColor: "#fff",
580
+ stopOpacity: "0"
581
+ })), /*#__PURE__*/React.createElement("radialGradient", {
582
+ id: "paint12_radial_10479_546",
583
+ cx: "0",
584
+ cy: "0",
585
+ r: "1",
586
+ gradientUnits: "userSpaceOnUse",
587
+ gradientTransform: "matrix(-2.20471 0 0 -2.2921 8.287 9.838)"
588
+ }, /*#__PURE__*/React.createElement("stop", {
589
+ offset: ".009",
590
+ stopColor: "#fff"
591
+ }), /*#__PURE__*/React.createElement("stop", {
592
+ offset: "1",
593
+ stopColor: "#fff",
594
+ stopOpacity: "0"
595
+ })), /*#__PURE__*/React.createElement("clipPath", {
596
+ id: "clip0_10479_546"
597
+ }, /*#__PURE__*/React.createElement("rect", {
598
+ width: "20",
599
+ height: "21",
600
+ fill: "#fff",
601
+ transform: "matrix(1 0 0 -1 2 23)"
602
+ })), /*#__PURE__*/React.createElement("clipPath", {
603
+ id: "clip1_10479_546"
604
+ }, /*#__PURE__*/React.createElement("rect", {
605
+ width: ".239",
606
+ height: ".29",
607
+ fill: "#fff",
608
+ transform: "rotate(180 9.93 6.851)"
609
+ }))))));
610
+ };
611
+ LogoFlinkCl.propTypes = {
612
+ iconClassName: PropTypes.string,
613
+ spin: PropTypes.bool,
614
+ color: PropTypes.string,
615
+ testid: PropTypes.string,
616
+ size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
617
+ };
618
+ LogoFlinkCl.defaultProps = {
619
+ spin: false,
620
+ color: 'currentColor',
621
+ size: '1em'
622
+ };
623
+ export default LogoFlinkCl;