@lobehub/icons 2.45.0 → 2.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/Ai2/components/Avatar.d.ts +5 -0
- package/es/Ai2/components/Avatar.js +25 -0
- package/es/Ai2/components/Color.d.ts +3 -0
- package/es/Ai2/components/Color.js +39 -0
- package/es/Ai2/components/Combine.d.ts +7 -0
- package/es/Ai2/components/Combine.js +32 -0
- package/es/Ai2/components/Mono.d.ts +3 -0
- package/es/Ai2/components/Mono.js +40 -0
- package/es/Ai2/components/Text.d.ts +3 -0
- package/es/Ai2/components/Text.js +39 -0
- package/es/Ai2/index.d.ts +16 -0
- package/es/Ai2/index.js +14 -0
- package/es/Ai2/style.d.ts +7 -0
- package/es/Ai2/style.js +9 -0
- package/es/Arcee/components/Avatar.d.ts +5 -0
- package/es/Arcee/components/Avatar.js +25 -0
- package/es/Arcee/components/Color.d.ts +3 -0
- package/es/Arcee/components/Color.js +39 -0
- package/es/Arcee/components/Combine.d.ts +7 -0
- package/es/Arcee/components/Combine.js +32 -0
- package/es/Arcee/components/Mono.d.ts +3 -0
- package/es/Arcee/components/Mono.js +40 -0
- package/es/Arcee/components/Text.d.ts +3 -0
- package/es/Arcee/components/Text.js +39 -0
- package/es/Arcee/index.d.ts +16 -0
- package/es/Arcee/index.js +14 -0
- package/es/Arcee/style.d.ts +7 -0
- package/es/Arcee/style.js +9 -0
- package/es/DeepCogito/components/Avatar.d.ts +5 -0
- package/es/DeepCogito/components/Avatar.js +25 -0
- package/es/DeepCogito/components/Color.d.ts +3 -0
- package/es/DeepCogito/components/Color.js +39 -0
- package/es/DeepCogito/components/Combine.d.ts +7 -0
- package/es/DeepCogito/components/Combine.js +32 -0
- package/es/DeepCogito/components/Mono.d.ts +3 -0
- package/es/DeepCogito/components/Mono.js +40 -0
- package/es/DeepCogito/components/Text.d.ts +3 -0
- package/es/DeepCogito/components/Text.js +39 -0
- package/es/DeepCogito/index.d.ts +16 -0
- package/es/DeepCogito/index.js +14 -0
- package/es/DeepCogito/style.d.ts +7 -0
- package/es/DeepCogito/style.js +9 -0
- package/es/EssentialAI/components/Avatar.d.ts +5 -0
- package/es/EssentialAI/components/Avatar.js +25 -0
- package/es/EssentialAI/components/Color.d.ts +3 -0
- package/es/EssentialAI/components/Color.js +58 -0
- package/es/EssentialAI/components/Combine.d.ts +7 -0
- package/es/EssentialAI/components/Combine.js +32 -0
- package/es/EssentialAI/components/Mono.d.ts +3 -0
- package/es/EssentialAI/components/Mono.js +40 -0
- package/es/EssentialAI/components/Text.d.ts +3 -0
- package/es/EssentialAI/components/Text.js +39 -0
- package/es/EssentialAI/index.d.ts +16 -0
- package/es/EssentialAI/index.js +15 -0
- package/es/EssentialAI/style.d.ts +8 -0
- package/es/EssentialAI/style.js +10 -0
- package/es/Inception/components/Avatar.d.ts +5 -0
- package/es/Inception/components/Avatar.js +25 -0
- package/es/Inception/components/Combine.d.ts +5 -0
- package/es/Inception/components/Combine.js +26 -0
- package/es/Inception/components/Mono.d.ts +3 -0
- package/es/Inception/components/Mono.js +40 -0
- package/es/Inception/components/Text.d.ts +3 -0
- package/es/Inception/components/Text.js +47 -0
- package/es/Inception/index.d.ts +13 -0
- package/es/Inception/index.js +12 -0
- package/es/Inception/style.d.ts +7 -0
- package/es/Inception/style.js +9 -0
- package/es/LobeHub/components/Color.js +343 -27
- package/es/LobeHub/components/Mono.js +21 -21
- package/es/LobeHub/components/Morden.d.ts +3 -0
- package/es/LobeHub/components/Morden.js +40 -0
- package/es/LobeHub/index.d.ts +2 -0
- package/es/LobeHub/index.js +2 -0
- package/es/LobeHub/style.d.ts +1 -1
- package/es/LobeHub/style.js +1 -1
- package/es/Morph/components/Avatar.d.ts +5 -0
- package/es/Morph/components/Avatar.js +25 -0
- package/es/Morph/components/Color.d.ts +3 -0
- package/es/Morph/components/Color.js +39 -0
- package/es/Morph/components/Combine.d.ts +7 -0
- package/es/Morph/components/Combine.js +32 -0
- package/es/Morph/components/Mono.d.ts +3 -0
- package/es/Morph/components/Mono.js +40 -0
- package/es/Morph/components/Text.d.ts +3 -0
- package/es/Morph/components/Text.js +42 -0
- package/es/Morph/index.d.ts +16 -0
- package/es/Morph/index.js +14 -0
- package/es/Morph/style.d.ts +7 -0
- package/es/Morph/style.js +9 -0
- package/es/Nova/components/Color.js +51 -105
- package/es/Nova/components/Mono.js +4 -13
- package/es/Nova/style.d.ts +2 -2
- package/es/Nova/style.js +1 -1
- package/es/Relace/components/Avatar.d.ts +5 -0
- package/es/Relace/components/Avatar.js +25 -0
- package/es/Relace/components/Combine.d.ts +5 -0
- package/es/Relace/components/Combine.js +26 -0
- package/es/Relace/components/Mono.d.ts +3 -0
- package/es/Relace/components/Mono.js +40 -0
- package/es/Relace/components/Text.d.ts +3 -0
- package/es/Relace/components/Text.js +39 -0
- package/es/Relace/index.d.ts +13 -0
- package/es/Relace/index.js +12 -0
- package/es/Relace/style.d.ts +7 -0
- package/es/Relace/style.js +9 -0
- package/es/Replicate/index.d.ts +1 -0
- package/es/Replicate/index.js +1 -0
- package/es/SearchApi/components/Mono.js +1 -1
- package/es/SearchApi/components/Text.js +2 -2
- package/es/SearchApi/style.d.ts +3 -3
- package/es/SearchApi/style.js +3 -3
- package/es/features/modelConfig.js +33 -1
- package/es/features/providerConfig.js +5 -0
- package/es/features/providerEnum.d.ts +1 -0
- package/es/features/providerEnum.js +1 -0
- package/es/icons.d.ts +7 -0
- package/es/icons.js +7 -0
- package/es/toc.js +133 -6
- package/package.json +3 -3
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
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); }
|
|
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(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; }
|
|
7
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(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 _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
|
|
10
|
+
import { memo } from 'react';
|
|
11
|
+
import IconCombine from "../../features/IconCombine";
|
|
12
|
+
import { COMBINE_SPACE_MULTIPLE, COMBINE_TEXT_MULTIPLE, TITLE } from "../style";
|
|
13
|
+
import Mono from "./Mono";
|
|
14
|
+
import Text from "./Text";
|
|
15
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
16
|
+
var Combine = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
+
var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
18
|
+
return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
|
|
19
|
+
Icon: Mono,
|
|
20
|
+
Text: Text,
|
|
21
|
+
"aria-label": TITLE,
|
|
22
|
+
spaceMultiple: COMBINE_SPACE_MULTIPLE,
|
|
23
|
+
textMultiple: COMBINE_TEXT_MULTIPLE
|
|
24
|
+
}, rest));
|
|
25
|
+
});
|
|
26
|
+
export default Combine;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
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); }
|
|
4
|
+
var _excluded = ["size", "style"];
|
|
5
|
+
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; }
|
|
6
|
+
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; }
|
|
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
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
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 _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
|
+
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
|
+
import { memo } from 'react';
|
|
13
|
+
import { TITLE } from "../style";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
+
var _ref$size = _ref.size,
|
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
19
|
+
style = _ref.style,
|
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
|
+
fill: "currentColor",
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
height: size,
|
|
25
|
+
style: _objectSpread({
|
|
26
|
+
flex: 'none',
|
|
27
|
+
lineHeight: 1
|
|
28
|
+
}, style),
|
|
29
|
+
viewBox: "0 0 24 24",
|
|
30
|
+
width: size,
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
32
|
+
}, rest), {}, {
|
|
33
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
34
|
+
children: TITLE
|
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
+
d: "M14.767 1H7.884L1 7.883v6.884h6.884V7.883h6.883V1zM9.234 23h6.882L23 16.116V9.233h-6.884v6.883H9.234V23z"
|
|
37
|
+
})]
|
|
38
|
+
}));
|
|
39
|
+
});
|
|
40
|
+
export default Icon;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
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); }
|
|
4
|
+
var _excluded = ["size", "style"];
|
|
5
|
+
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; }
|
|
6
|
+
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; }
|
|
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
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
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 _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
|
+
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
|
+
import { memo } from 'react';
|
|
13
|
+
import { TITLE } from "../style";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
+
var _ref$size = _ref.size,
|
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
19
|
+
style = _ref.style,
|
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
|
+
fill: "currentColor",
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
height: size,
|
|
25
|
+
style: _objectSpread({
|
|
26
|
+
flex: 'none',
|
|
27
|
+
lineHeight: 1
|
|
28
|
+
}, style),
|
|
29
|
+
viewBox: "0 0 96 24",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
31
|
+
}, rest), {}, {
|
|
32
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
33
|
+
children: TITLE
|
|
34
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
35
|
+
clipRule: "evenodd",
|
|
36
|
+
d: "M50.024 7.374c1.58 0 2.891.56 3.893 1.689.993 1.12 1.476 2.533 1.476 4.203 0 1.67-.483 3.085-1.476 4.205-1.002 1.128-2.314 1.689-3.893 1.689v-.002c-1.164 0-2.142-.327-2.911-.983V24h-2.808V7.66h2.808v.698c.77-.657 1.748-.984 2.911-.984zm-.802 1.859c-.874 0-1.565.286-2.11.854v6.355c.558.573 1.25.859 2.11.859.948 0 1.69-.357 2.269-1.083.629-.84.95-1.87.91-2.918V13.247a4.603 4.603 0 00-.884-2.899l-.02-.025-.11-.133c-.563-.642-1.273-.957-2.165-.957z"
|
|
37
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
38
|
+
d: "M60.694 7.66h3.862v1.962h-3.862v6.643l-.003.023c-.029.29.054.579.23.81.291.177.629.262.97.244l.015-.001h.098c.672 0 1.226-.059 1.67-.17l.595-.148v1.642l-.363.09a13.015 13.015 0 01-3.157.405 3.399 3.399 0 01-1.838-.435l-.013-.007-.012-.009a2.044 2.044 0 01-.27-.21l-.015-.013-.014-.016a2.57 2.57 0 01-.67-1.634 5.94 5.94 0 01-.03-.618V9.622h-2.281V7.661h2.28V5.452l2.808-1.276V7.66zM25.668 7.373c.83.022 1.648.21 2.405.552l.008.003.006.004c.151.073.297.156.438.246.49.277.888.69 1.144 1.188l.103.224.007.015.005.018c.06.183.09.374.09.566 0 .378-.105.733-.356 1.016a1.255 1.255 0 01-.965.428c-.387 0-.74-.122-1.03-.376-.28-.246-.472-.589-.598-.983l-.004-.012-.002-.012c-.117-.44-.305-.76-.546-.986a1.654 1.654 0 00-1.057-.335H25.28a4.35 4.35 0 00-.178-.004c-.805 0-1.458.295-1.99.9a3.62 3.62 0 00-.803 2.207l-.001.011v.01c-.01.145-.015.289-.014.433v.354c.024.787.211 1.562.55 2.275.128.248.282.483.46.698l.125.143c.633.692 1.439 1.037 2.454 1.037h.015l.016.001a2.99 2.99 0 003.082-2.2l.004-.016.005-.015c.042-.122.08-.245.113-.37l.095-.353h1.514l-.122.577c-.294 1.387-.85 2.494-1.701 3.272-.855.782-1.964 1.191-3.286 1.26-.137.007-.276.01-.413.01-1.688 0-3.091-.547-4.159-1.666-1.06-1.111-1.58-2.52-1.58-4.186a5.848 5.848 0 011.256-3.839l.007-.008c.14-.169.289-.328.448-.479l.215-.195c1.091-.94 2.407-1.41 3.922-1.412l.355-.001z"
|
|
39
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
40
|
+
clipRule: "evenodd",
|
|
41
|
+
d: "M36.976 7.374c1.326 0 2.483.361 3.447 1.098l.191.153.009.007a5.438 5.438 0 011.805 3.439l.016.098.084.55h-8.336c.037 1.326.39 2.342 1.017 3.093.658.788 1.507 1.181 2.59 1.181h.018l.019.001a3.074 3.074 0 003.18-2.185l.003-.012.005-.011c.035-.098.066-.197.094-.297l.1-.347h1.488l-.1.562a5.837 5.837 0 01-1.474 2.952l-.01.009c-.127.129-.262.25-.404.364l-.01.009-.001-.001a5.54 5.54 0 01-3.408 1.12h.001a8.36 8.36 0 01-.2.003c-1.688 0-3.09-.548-4.158-1.667-1.06-1.111-1.58-2.52-1.58-4.186 0-1.75.556-3.2 1.697-4.301 1.117-1.079 2.43-1.632 3.917-1.632zm-.04 1.551c-.673 0-1.245.224-1.739.682-.38.353-.662.832-.834 1.459h4.958a3.429 3.429 0 00-.505-1.263 1.985 1.985 0 00-.211-.244l-.167-.148c-.4-.32-.893-.485-1.502-.486zM76.261 7.374c1.663 0 3.086.544 4.235 1.64 1.16 1.104 1.73 2.536 1.73 4.252 0 1.704-.571 3.132-1.729 4.242-1.15 1.103-2.572 1.652-4.236 1.652-1.663 0-3.086-.55-4.235-1.652-1.157-1.11-1.73-2.538-1.73-4.242 0-1.716.571-3.148 1.73-4.253 1.15-1.095 2.573-1.639 4.236-1.64zm-.122 1.633c-.774 0-1.43.288-1.993.894a3.466 3.466 0 00-.823 2.069l-.002.02a6.894 6.894 0 00-.032.68v.002c0 1.246.278 2.332.82 3.271l.113.187.009.013.007.014a2.627 2.627 0 001.75 1.316c.131.021.263.033.396.033.776 0 1.434-.288 1.997-.89a3.423 3.423 0 00.82-2.052v-.01l.001-.012c.022-.226.033-.453.033-.68 0-1.329-.316-2.481-.934-3.47l-.009-.013-.007-.013a2.654 2.654 0 00-1.69-1.315 2.301 2.301 0 00-.456-.044z"
|
|
42
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
43
|
+
d: "M5.136 18.914H2.328V7.66h2.808v11.253zM13.76 7.374c1.254 0 2.275.374 2.97 1.195.681.805.98 1.962.98 3.385v6.96h-2.807v-6.627a4.578 4.578 0 00-.287-1.754l-.055-.125a1.697 1.697 0 00-1.666-.951h-.04c-.65 0-1.17.221-1.595.663a2.645 2.645 0 00-.631 1.614l-.001.013-.001.012a5.998 5.998 0 00-.025.563v6.592H7.794V7.66h2.808v1.084c.08-.097.164-.191.252-.282l.014-.014c.067-.063.136-.123.207-.18.752-.602 1.656-.895 2.684-.895zM68.4 18.914h-2.808V7.66h2.807v11.253zM90.049 7.374c1.254 0 2.275.374 2.97 1.195.682.805.981 1.962.981 3.385v6.96h-2.808v-6.627a4.577 4.577 0 00-.287-1.754 1.697 1.697 0 00-1.722-1.076h-.039c-.649 0-1.17.221-1.595.663a2.644 2.644 0 00-.63 1.614l-.002.013v.012a5.998 5.998 0 00-.026.563v6.592h-2.808V7.66h2.808v1.084c.08-.097.164-.191.253-.282l.006-.007.008-.007c.067-.063.135-.123.207-.18.751-.602 1.656-.895 2.684-.895zM3.732 2c.476 0 .894.182 1.233.52.334.333.52.742.52 1.209 0 .475-.18.893-.52 1.231a1.707 1.707 0 01-1.057.511l-.176.009a1.68 1.68 0 01-1.212-.52A1.699 1.699 0 012 3.73c0-.467.186-.876.52-1.21A1.68 1.68 0 013.732 2zM66.995 2c.476 0 .894.181 1.233.52.334.333.52.742.52 1.209a1.7 1.7 0 01-.52 1.231c-.338.338-.757.52-1.233.52a1.68 1.68 0 01-1.212-.52 1.699 1.699 0 01-.52-1.231c0-.467.186-.876.52-1.21l.129-.117c.308-.26.674-.402 1.083-.402z"
|
|
44
|
+
})]
|
|
45
|
+
}));
|
|
46
|
+
});
|
|
47
|
+
export default Icon;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import Avatar from './components/Avatar';
|
|
2
|
+
import Combine from './components/Combine';
|
|
3
|
+
import Mono from './components/Mono';
|
|
4
|
+
import Text from './components/Text';
|
|
5
|
+
export type CompoundedIcon = typeof Mono & {
|
|
6
|
+
Avatar: typeof Avatar;
|
|
7
|
+
Combine: typeof Combine;
|
|
8
|
+
Text: typeof Text;
|
|
9
|
+
colorPrimary: string;
|
|
10
|
+
title: string;
|
|
11
|
+
};
|
|
12
|
+
declare const Icons: CompoundedIcon;
|
|
13
|
+
export default Icons;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import Avatar from "./components/Avatar";
|
|
2
|
+
import Combine from "./components/Combine";
|
|
3
|
+
import Mono from "./components/Mono";
|
|
4
|
+
import Text from "./components/Text";
|
|
5
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
|
6
|
+
var Icons = Mono;
|
|
7
|
+
Icons.Text = Text;
|
|
8
|
+
Icons.Combine = Combine;
|
|
9
|
+
Icons.Avatar = Avatar;
|
|
10
|
+
Icons.colorPrimary = COLOR_PRIMARY;
|
|
11
|
+
Icons.title = TITLE;
|
|
12
|
+
export default Icons;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const TITLE = "Inception";
|
|
2
|
+
export declare const COMBINE_TEXT_MULTIPLE = 1;
|
|
3
|
+
export declare const COMBINE_SPACE_MULTIPLE = 0.2;
|
|
4
|
+
export declare const COLOR_PRIMARY = "#fff";
|
|
5
|
+
export declare const AVATAR_BACKGROUND = "#fff";
|
|
6
|
+
export declare const AVATAR_COLOR = "#000";
|
|
7
|
+
export declare const AVATAR_ICON_MULTIPLE = 0.8;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export var TITLE = 'Inception';
|
|
2
|
+
export var COMBINE_TEXT_MULTIPLE = 1;
|
|
3
|
+
export var COMBINE_SPACE_MULTIPLE = 0.2;
|
|
4
|
+
export var COLOR_PRIMARY = '#fff';
|
|
5
|
+
|
|
6
|
+
// Avatar constants
|
|
7
|
+
export var AVATAR_BACKGROUND = COLOR_PRIMARY;
|
|
8
|
+
export var AVATAR_COLOR = '#000';
|
|
9
|
+
export var AVATAR_ICON_MULTIPLE = 0.8;
|
|
@@ -7,9 +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';
|
|
19
|
+
import { useFillIds } from "../../hooks/useFillId";
|
|
13
20
|
import { TITLE } from "../style";
|
|
14
21
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
22
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
@@ -18,60 +25,369 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
|
18
25
|
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
19
26
|
style = _ref.style,
|
|
20
27
|
rest = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
+
var _useFillIds = useFillIds(TITLE, 14),
|
|
29
|
+
_useFillIds2 = _slicedToArray(_useFillIds, 14),
|
|
30
|
+
a = _useFillIds2[0],
|
|
31
|
+
b = _useFillIds2[1],
|
|
32
|
+
c = _useFillIds2[2],
|
|
33
|
+
d = _useFillIds2[3],
|
|
34
|
+
e = _useFillIds2[4],
|
|
35
|
+
f = _useFillIds2[5],
|
|
36
|
+
g = _useFillIds2[6],
|
|
37
|
+
h = _useFillIds2[7],
|
|
38
|
+
i = _useFillIds2[8],
|
|
39
|
+
j = _useFillIds2[9],
|
|
40
|
+
k = _useFillIds2[10],
|
|
41
|
+
l = _useFillIds2[11],
|
|
42
|
+
m = _useFillIds2[12],
|
|
43
|
+
n = _useFillIds2[13];
|
|
21
44
|
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
45
|
height: size,
|
|
23
46
|
style: _objectSpread({
|
|
24
47
|
flex: 'none',
|
|
25
48
|
lineHeight: 1
|
|
26
49
|
}, style),
|
|
27
|
-
viewBox: "0 0
|
|
50
|
+
viewBox: "0 0 320 320",
|
|
28
51
|
width: size,
|
|
29
52
|
xmlns: "http://www.w3.org/2000/svg"
|
|
30
53
|
}, rest), {}, {
|
|
31
54
|
children: [/*#__PURE__*/_jsx("title", {
|
|
32
55
|
children: TITLE
|
|
33
56
|
}), /*#__PURE__*/_jsx("path", {
|
|
34
|
-
d: "
|
|
35
|
-
fill:
|
|
57
|
+
d: "M294 172.519c0 75.655-59.442 128.5-134 128.5-74.558 0-134-53.845-134-129.5 0-22.5 5-32.141 31.5-35.671 47.5-6.329 72.542-3.829 102.5-3.829 29.959 0 72.556-1.27 102.5 3.829 24.5 4.171 30 8.671 31.5 36.671z",
|
|
58
|
+
fill: a.fill
|
|
36
59
|
}), /*#__PURE__*/_jsx("path", {
|
|
37
|
-
d: "
|
|
60
|
+
d: "M159.75 242.51c-28.25 0-35.75 3.5-35.75 3.5s3.5 27 35.75 27 35.75-27 35.75-27-7.5-3.5-35.75-3.5z",
|
|
38
61
|
fill: "#972021"
|
|
39
62
|
}), /*#__PURE__*/_jsx("path", {
|
|
40
|
-
d: "
|
|
41
|
-
fill:
|
|
63
|
+
d: "M271.999 148.517c0 6.351-49.92 11.5-111.5 11.5s-111.5-5.149-111.5-11.5c0-6.352 49.92-11.5 111.5-11.5s111.5 5.148 111.5 11.5z",
|
|
64
|
+
fill: b.fill
|
|
42
65
|
}), /*#__PURE__*/_jsx("path", {
|
|
43
|
-
d: "
|
|
44
|
-
fill:
|
|
66
|
+
d: "M135.503 160.013c.633-14.972-.483-22.788-5.5-36.443 0 0 9.5-12.056 27-12.056s30 3.064 30 3.064c-3.028 16.793-3.182 26.921-2.5 45.435h-49z",
|
|
67
|
+
fill: c.fill
|
|
45
68
|
}), /*#__PURE__*/_jsx("path", {
|
|
46
|
-
d: "
|
|
69
|
+
d: "M119.191 234.294c14.742-7.076 24.811-21.51 24.811-39.273 0-25.406-20.595-48-46-48s-47 19.594-47 45c0 13.983 6.542 26.812 16.662 35.521 5.893-2.245 12.652-3.521 19.838-3.521 12.705 0 24.077 3.989 31.689 10.273zM200.813 234.294c-14.742-7.076-24.811-21.51-24.811-39.273 0-25.406 20.595-48 46-48s47 19.594 47 45c0 13.983-6.543 26.812-16.662 35.521-5.893-2.245-12.652-3.521-19.838-3.521-12.705 0-24.077 3.989-31.689 10.273z",
|
|
47
70
|
fill: "#fff"
|
|
48
71
|
}), /*#__PURE__*/_jsx("path", {
|
|
49
|
-
d: "
|
|
50
|
-
fill:
|
|
72
|
+
d: "M101 221.012c15.464 0 28-12.536 28-28s-12.536-28-28-28-28 12.536-28 28 12.536 28 28 28z",
|
|
73
|
+
fill: d.fill
|
|
51
74
|
}), /*#__PURE__*/_jsx("path", {
|
|
52
|
-
d: "
|
|
53
|
-
fill:
|
|
75
|
+
d: "M219 221.012c-15.464 0-28-12.536-28-28s12.536-28 28-28 28 12.536 28 28-12.536 28-28 28z",
|
|
76
|
+
fill: e.fill
|
|
77
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
78
|
+
filter: f.fill,
|
|
79
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
80
|
+
d: "M172.997 19.016c-14.027 0-19.5-11.5-41-11-23.394 0-34 13-45.5 23-1.958 1.702-11.5 7-16 9-19.683 8.748-34.5 21.5-34.5 40.5 0 20.711 17.461 37.5 39 37.5 3.536 0 6.963-.453 10.22-1.301 8.7 10.539 22.179 16.658 37.28 17.301 23.5 1 31-15.25 44.5-8.5 9.259 4.629 13.83 8.5 28.5 8.5 17.108 0 25.057-5.233 30-11 9-10.5 22.879-4 31.5-4 18.778 0 34-14.551 34-32.5 0-17.95-15.222-32.5-34-32.5-5.15 0-14.856 1.27-17-7-3.5-13.5-20.148-29-44-29-9.318 0-17.691 1-23 1z",
|
|
81
|
+
fill: g.fill
|
|
82
|
+
})
|
|
54
83
|
}), /*#__PURE__*/_jsx("path", {
|
|
55
|
-
d: "
|
|
56
|
-
fill:
|
|
84
|
+
d: "M82.998 20.517a9.5 9.5 0 11-19 0 9.5 9.5 0 0119 0z",
|
|
85
|
+
fill: h.fill
|
|
57
86
|
}), /*#__PURE__*/_jsx("path", {
|
|
58
|
-
d: "
|
|
59
|
-
fill:
|
|
87
|
+
d: "M71.002 108.021c0 8.836-7.163 16-16 16s-16-7.164-16-16c0-8.837 7.163-16 16-16s16 7.163 16 16z",
|
|
88
|
+
fill: i.fill
|
|
60
89
|
}), /*#__PURE__*/_jsx("path", {
|
|
61
|
-
d: "
|
|
62
|
-
fill:
|
|
90
|
+
d: "M282.002 49.516c0 8.56-6.94 15.5-15.5 15.5-8.56 0-15.5-6.94-15.5-15.5 0-8.56 6.94-15.5 15.5-15.5 8.56 0 15.5 6.94 15.5 15.5z",
|
|
91
|
+
fill: j.fill
|
|
63
92
|
}), /*#__PURE__*/_jsx("path", {
|
|
64
|
-
d: "
|
|
93
|
+
d: "M132.232 244.111c5.483-.823 14.191-1.601 27.515-1.601 12.212 0 20.546.654 26.073 1.396-1.542 5.861-12.963 8.104-26.823 8.104-13.698 0-25.013-2.191-26.765-7.899z",
|
|
65
94
|
fill: "#fff"
|
|
66
95
|
}), /*#__PURE__*/_jsx("path", {
|
|
67
|
-
d: "
|
|
68
|
-
fill:
|
|
96
|
+
d: "M160.006 290.016c20.099 0 23.305-20.488 23.927-25.61.478-4.146-1.675-6.244-4.02-7.659-2.345-1.414-9.379-2.731-19.907-2.731-10.527 0-17.514 1.317-19.906 2.731-2.393 1.415-4.546 3.513-4.02 7.659.622 5.122 3.828 25.61 23.926 25.61z",
|
|
97
|
+
fill: k.fill
|
|
98
|
+
}), /*#__PURE__*/_jsx("g", {
|
|
99
|
+
filter: l.fill,
|
|
100
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
101
|
+
d: "M171.694 129.744c-5.721-3.89-13.954-4.248-19.786-.526-7.724 4.929-16.971 7.798-26.91 7.798-27.062 0-49-21.267-49-47.5 0-26.234 21.938-47.5 49-47.5 13.628 0 25.956 5.392 34.838 14.097 4.948 4.85 13.088 6.24 19.498 3.609a42.502 42.502 0 0116.164-3.166c22.92 0 41.5 18.012 41.5 40.23 0 22.218-18.58 40.23-41.5 40.23-8.856 0-17.065-2.69-23.804-7.272z",
|
|
102
|
+
fill: m.fill
|
|
103
|
+
})
|
|
69
104
|
}), /*#__PURE__*/_jsx("path", {
|
|
70
|
-
d: "
|
|
71
|
-
fill:
|
|
72
|
-
}), /*#__PURE__*/
|
|
73
|
-
|
|
74
|
-
|
|
105
|
+
d: "M219.002 106.51c0 7.456-6.044 13.5-13.5 13.5s-13.5-6.044-13.5-13.5 6.044-13.5 13.5-13.5 13.5 6.044 13.5 13.5z",
|
|
106
|
+
fill: n.fill
|
|
107
|
+
}), /*#__PURE__*/_jsxs("defs", {
|
|
108
|
+
children: [/*#__PURE__*/_jsxs("radialGradient", {
|
|
109
|
+
cx: "0",
|
|
110
|
+
cy: "0",
|
|
111
|
+
gradientTransform: "rotate(-57.041 328.447 55.73) scale(238.957 377.848)",
|
|
112
|
+
gradientUnits: "userSpaceOnUse",
|
|
113
|
+
id: a.id,
|
|
114
|
+
r: "1",
|
|
115
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
116
|
+
stopColor: "#FCBD72"
|
|
117
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
118
|
+
offset: ".255",
|
|
119
|
+
stopColor: "#FAC371"
|
|
120
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
121
|
+
offset: ".465",
|
|
122
|
+
stopColor: "#FFA14C"
|
|
123
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
124
|
+
offset: ".64",
|
|
125
|
+
stopColor: "#EB7A34"
|
|
126
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
127
|
+
offset: ".845",
|
|
128
|
+
stopColor: "#F0866D"
|
|
129
|
+
})]
|
|
130
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
|
131
|
+
cx: "0",
|
|
132
|
+
cy: "0",
|
|
133
|
+
gradientTransform: "rotate(90 26.49 47.007) scale(9.5)",
|
|
134
|
+
gradientUnits: "userSpaceOnUse",
|
|
135
|
+
id: h.id,
|
|
136
|
+
r: "1",
|
|
137
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
138
|
+
offset: ".62",
|
|
139
|
+
stopColor: "#58239F"
|
|
140
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
141
|
+
offset: ".822",
|
|
142
|
+
stopColor: "#8E3FE9"
|
|
143
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
144
|
+
offset: "1",
|
|
145
|
+
stopColor: "#AF6FEC"
|
|
146
|
+
})]
|
|
147
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
|
148
|
+
cx: "0",
|
|
149
|
+
cy: "0",
|
|
150
|
+
gradientTransform: "matrix(0 16 -16 0 55.002 108.021)",
|
|
151
|
+
gradientUnits: "userSpaceOnUse",
|
|
152
|
+
id: i.id,
|
|
153
|
+
r: "1",
|
|
154
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
155
|
+
offset: ".62",
|
|
156
|
+
stopColor: "#C32F45"
|
|
157
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
158
|
+
offset: ".822",
|
|
159
|
+
stopColor: "#F44341"
|
|
160
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
161
|
+
offset: "1",
|
|
162
|
+
stopColor: "#FC9D9B"
|
|
163
|
+
})]
|
|
164
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
|
165
|
+
cx: "0",
|
|
166
|
+
cy: "0",
|
|
167
|
+
gradientTransform: "matrix(0 15.5 -15.5 0 266.502 49.516)",
|
|
168
|
+
gradientUnits: "userSpaceOnUse",
|
|
169
|
+
id: j.id,
|
|
170
|
+
r: "1",
|
|
171
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
172
|
+
offset: ".385",
|
|
173
|
+
stopColor: "#4DA33C"
|
|
174
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
175
|
+
offset: ".822",
|
|
176
|
+
stopColor: "#63ED47"
|
|
177
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
178
|
+
offset: "1",
|
|
179
|
+
stopColor: "#70D775"
|
|
180
|
+
})]
|
|
181
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
|
182
|
+
cx: "0",
|
|
183
|
+
cy: "0",
|
|
184
|
+
gradientTransform: "matrix(0 -44 58.6667 0 160 290)",
|
|
185
|
+
gradientUnits: "userSpaceOnUse",
|
|
186
|
+
id: k.id,
|
|
187
|
+
r: "1",
|
|
188
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
189
|
+
stopColor: "#FD9B8B"
|
|
190
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
191
|
+
offset: ".5",
|
|
192
|
+
stopColor: "#F24F3A"
|
|
193
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
194
|
+
offset: "1",
|
|
195
|
+
stopColor: "#D93318"
|
|
196
|
+
})]
|
|
197
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
|
198
|
+
cx: "0",
|
|
199
|
+
cy: "0",
|
|
200
|
+
gradientTransform: "matrix(15.5 -61.50002 82.33886 20.75208 156 110)",
|
|
201
|
+
gradientUnits: "userSpaceOnUse",
|
|
202
|
+
id: m.id,
|
|
203
|
+
r: "1",
|
|
204
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
205
|
+
offset: ".26",
|
|
206
|
+
stopColor: "#FFC1A3"
|
|
207
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
208
|
+
offset: ".764",
|
|
209
|
+
stopColor: "#FD82AB"
|
|
210
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
211
|
+
offset: ".952",
|
|
212
|
+
stopColor: "#DF4FAA"
|
|
213
|
+
})]
|
|
214
|
+
}), /*#__PURE__*/_jsxs("radialGradient", {
|
|
215
|
+
cx: "0",
|
|
216
|
+
cy: "0",
|
|
217
|
+
gradientTransform: "rotate(90 49.496 156.006) scale(13.5)",
|
|
218
|
+
gradientUnits: "userSpaceOnUse",
|
|
219
|
+
id: n.id,
|
|
220
|
+
r: "1",
|
|
221
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
222
|
+
offset: ".572",
|
|
223
|
+
stopColor: "#4C86D3"
|
|
224
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
225
|
+
offset: ".822",
|
|
226
|
+
stopColor: "#72ADE2"
|
|
227
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
228
|
+
offset: "1",
|
|
229
|
+
stopColor: "#90BBE3"
|
|
230
|
+
})]
|
|
231
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
232
|
+
gradientUnits: "userSpaceOnUse",
|
|
233
|
+
id: b.id,
|
|
234
|
+
x1: "48.999",
|
|
235
|
+
x2: "271.999",
|
|
236
|
+
y1: "148.517",
|
|
237
|
+
y2: "148.517",
|
|
238
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
239
|
+
stopColor: "#EB791E"
|
|
240
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
241
|
+
offset: "1",
|
|
242
|
+
stopColor: "#DB694E"
|
|
243
|
+
})]
|
|
244
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
245
|
+
gradientUnits: "userSpaceOnUse",
|
|
246
|
+
id: c.id,
|
|
247
|
+
x1: "135.5",
|
|
248
|
+
x2: "187",
|
|
249
|
+
y1: "147.5",
|
|
250
|
+
y2: "147.5",
|
|
251
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
252
|
+
stopColor: "#FCC659"
|
|
253
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
254
|
+
offset: ".183",
|
|
255
|
+
stopColor: "#FFE366"
|
|
256
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
257
|
+
offset: ".404",
|
|
258
|
+
stopColor: "#FECA50"
|
|
259
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
260
|
+
offset: ".702",
|
|
261
|
+
stopColor: "#FFE76C"
|
|
262
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
263
|
+
offset: "1",
|
|
264
|
+
stopColor: "#FCC553"
|
|
265
|
+
})]
|
|
266
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
267
|
+
gradientUnits: "userSpaceOnUse",
|
|
268
|
+
id: d.id,
|
|
269
|
+
x1: "73",
|
|
270
|
+
x2: "247",
|
|
271
|
+
y1: "193.012",
|
|
272
|
+
y2: "193.012",
|
|
273
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
274
|
+
stopColor: "#2A0B39"
|
|
275
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
276
|
+
offset: ".322",
|
|
277
|
+
stopColor: "#42180E"
|
|
278
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
279
|
+
offset: ".678",
|
|
280
|
+
stopColor: "#483A00"
|
|
281
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
282
|
+
offset: "1",
|
|
283
|
+
stopColor: "#310D1D"
|
|
284
|
+
})]
|
|
285
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
286
|
+
gradientUnits: "userSpaceOnUse",
|
|
287
|
+
id: e.id,
|
|
288
|
+
x1: "73",
|
|
289
|
+
x2: "247",
|
|
290
|
+
y1: "193.012",
|
|
291
|
+
y2: "193.012",
|
|
292
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
293
|
+
stopColor: "#2A0B39"
|
|
294
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
295
|
+
offset: ".322",
|
|
296
|
+
stopColor: "#42180E"
|
|
297
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
298
|
+
offset: ".678",
|
|
299
|
+
stopColor: "#483A00"
|
|
300
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
301
|
+
offset: "1",
|
|
302
|
+
stopColor: "#310D1D"
|
|
303
|
+
})]
|
|
304
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
|
305
|
+
gradientUnits: "userSpaceOnUse",
|
|
306
|
+
id: g.id,
|
|
307
|
+
x1: "44.5",
|
|
308
|
+
x2: "291",
|
|
309
|
+
y1: "84",
|
|
310
|
+
y2: "82",
|
|
311
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
|
312
|
+
stopColor: "#342FBD"
|
|
313
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
314
|
+
offset: ".188",
|
|
315
|
+
stopColor: "#733CC0"
|
|
316
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
317
|
+
offset: ".375",
|
|
318
|
+
stopColor: "#8748C2"
|
|
319
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
320
|
+
offset: ".654",
|
|
321
|
+
stopColor: "#7C80DE"
|
|
322
|
+
}), /*#__PURE__*/_jsx("stop", {
|
|
323
|
+
offset: "1",
|
|
324
|
+
stopColor: "#4A306D"
|
|
325
|
+
})]
|
|
326
|
+
}), /*#__PURE__*/_jsxs("filter", {
|
|
327
|
+
colorInterpolationFilters: "sRGB",
|
|
328
|
+
filterUnits: "userSpaceOnUse",
|
|
329
|
+
height: "126.061",
|
|
330
|
+
id: f.id,
|
|
331
|
+
width: "255",
|
|
332
|
+
x: "35.997",
|
|
333
|
+
y: "8",
|
|
334
|
+
children: [/*#__PURE__*/_jsx("feFlood", {
|
|
335
|
+
floodOpacity: "0",
|
|
336
|
+
result: "BackgroundImageFix"
|
|
337
|
+
}), /*#__PURE__*/_jsx("feBlend", {
|
|
338
|
+
in: "SourceGraphic",
|
|
339
|
+
in2: "BackgroundImageFix",
|
|
340
|
+
result: "shape"
|
|
341
|
+
}), /*#__PURE__*/_jsx("feColorMatrix", {
|
|
342
|
+
in: "SourceAlpha",
|
|
343
|
+
result: "hardAlpha",
|
|
344
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
345
|
+
}), /*#__PURE__*/_jsx("feOffset", {}), /*#__PURE__*/_jsx("feGaussianBlur", {
|
|
346
|
+
stdDeviation: "12"
|
|
347
|
+
}), /*#__PURE__*/_jsx("feComposite", {
|
|
348
|
+
in2: "hardAlpha",
|
|
349
|
+
k2: "-1",
|
|
350
|
+
k3: "1",
|
|
351
|
+
operator: "arithmetic"
|
|
352
|
+
}), /*#__PURE__*/_jsx("feColorMatrix", {
|
|
353
|
+
values: "0 0 0 0 1 0 0 0 0 0.764536 0 0 0 0 0.896726 0 0 0 1 0"
|
|
354
|
+
}), /*#__PURE__*/_jsx("feBlend", {
|
|
355
|
+
in2: "shape",
|
|
356
|
+
result: "effect1_innerShadow_1562_736"
|
|
357
|
+
})]
|
|
358
|
+
}), /*#__PURE__*/_jsxs("filter", {
|
|
359
|
+
colorInterpolationFilters: "sRGB",
|
|
360
|
+
filterUnits: "userSpaceOnUse",
|
|
361
|
+
height: "95",
|
|
362
|
+
id: l.id,
|
|
363
|
+
width: "161",
|
|
364
|
+
x: "75.998",
|
|
365
|
+
y: "42.016",
|
|
366
|
+
children: [/*#__PURE__*/_jsx("feFlood", {
|
|
367
|
+
floodOpacity: "0",
|
|
368
|
+
result: "BackgroundImageFix"
|
|
369
|
+
}), /*#__PURE__*/_jsx("feBlend", {
|
|
370
|
+
in: "SourceGraphic",
|
|
371
|
+
in2: "BackgroundImageFix",
|
|
372
|
+
result: "shape"
|
|
373
|
+
}), /*#__PURE__*/_jsx("feColorMatrix", {
|
|
374
|
+
in: "SourceAlpha",
|
|
375
|
+
result: "hardAlpha",
|
|
376
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
377
|
+
}), /*#__PURE__*/_jsx("feOffset", {}), /*#__PURE__*/_jsx("feGaussianBlur", {
|
|
378
|
+
stdDeviation: "12"
|
|
379
|
+
}), /*#__PURE__*/_jsx("feComposite", {
|
|
380
|
+
in2: "hardAlpha",
|
|
381
|
+
k2: "-1",
|
|
382
|
+
k3: "1",
|
|
383
|
+
operator: "arithmetic"
|
|
384
|
+
}), /*#__PURE__*/_jsx("feColorMatrix", {
|
|
385
|
+
values: "0 0 0 0 1 0 0 0 0 0.824669 0 0 0 0 0.923101 0 0 0 1 0"
|
|
386
|
+
}), /*#__PURE__*/_jsx("feBlend", {
|
|
387
|
+
in2: "shape",
|
|
388
|
+
result: "effect1_innerShadow_1562_736"
|
|
389
|
+
})]
|
|
390
|
+
})]
|
|
75
391
|
})]
|
|
76
392
|
}));
|
|
77
393
|
});
|