@lobehub/icons 2.11.0 → 2.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/Gemini/components/Avatar.js +2 -2
- package/es/Gemini/components/Color.js +64 -22
- package/es/Gemini/components/Mono.js +1 -1
- package/es/Gemini/index.d.ts +0 -4
- package/es/Gemini/index.js +1 -6
- package/es/Gemini/style.d.ts +3 -4
- package/es/Gemini/style.js +3 -4
- package/es/toc.js +3 -4
- package/package.json +1 -1
- package/es/Gemini/components/BrandColor.d.ts +0 -3
- package/es/Gemini/components/BrandColor.js +0 -60
- package/es/Gemini/components/BrandMono.d.ts +0 -3
- package/es/Gemini/components/BrandMono.js +0 -39
@@ -10,12 +10,12 @@ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("
|
|
10
10
|
import { memo } from 'react';
|
11
11
|
import IconAvatar from "../../features/IconAvatar";
|
12
12
|
import { AVATAR_BACKGROUND, AVATAR_COLOR, AVATAR_ICON_MULTIPLE, TITLE } from "../style";
|
13
|
-
import
|
13
|
+
import Color from "./Color";
|
14
14
|
import { jsx as _jsx } from "react/jsx-runtime";
|
15
15
|
var Avatar = /*#__PURE__*/memo(function (_ref) {
|
16
16
|
var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
|
17
17
|
return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
|
18
|
-
Icon:
|
18
|
+
Icon: Color,
|
19
19
|
"aria-label": TITLE,
|
20
20
|
background: AVATAR_BACKGROUND,
|
21
21
|
color: AVATAR_COLOR,
|
@@ -7,10 +7,16 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
7
7
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
8
8
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
9
9
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
10
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
11
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
12
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
13
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
14
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
15
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
10
16
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
11
17
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
12
18
|
import { memo } from 'react';
|
13
|
-
import {
|
19
|
+
import { useFillIds } from "../../hooks/useFillId";
|
14
20
|
import { TITLE } from "../style";
|
15
21
|
import { jsx as _jsx } from "react/jsx-runtime";
|
16
22
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
@@ -19,9 +25,11 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
19
25
|
size = _ref$size === void 0 ? '1em' : _ref$size,
|
20
26
|
style = _ref.style,
|
21
27
|
rest = _objectWithoutProperties(_ref, _excluded);
|
22
|
-
var
|
23
|
-
|
24
|
-
|
28
|
+
var _useFillIds = useFillIds(TITLE, 3),
|
29
|
+
_useFillIds2 = _slicedToArray(_useFillIds, 3),
|
30
|
+
a = _useFillIds2[0],
|
31
|
+
b = _useFillIds2[1],
|
32
|
+
c = _useFillIds2[2];
|
25
33
|
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
26
34
|
height: size,
|
27
35
|
style: _objectSpread({
|
@@ -34,28 +42,62 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
34
42
|
}, rest), {}, {
|
35
43
|
children: [/*#__PURE__*/_jsx("title", {
|
36
44
|
children: TITLE
|
37
|
-
}), /*#__PURE__*/_jsx("
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
45
|
+
}), /*#__PURE__*/_jsx("path", {
|
46
|
+
d: "M20.616 10.835a14.147 14.147 0 01-4.45-3.001 14.111 14.111 0 01-3.678-6.452.503.503 0 00-.975 0 14.134 14.134 0 01-3.679 6.452 14.155 14.155 0 01-4.45 3.001c-.65.28-1.318.505-2.002.678a.502.502 0 000 .975c.684.172 1.35.397 2.002.677a14.147 14.147 0 014.45 3.001 14.112 14.112 0 013.679 6.453.502.502 0 00.975 0c.172-.685.397-1.351.677-2.003a14.145 14.145 0 013.001-4.45 14.113 14.113 0 016.453-3.678.503.503 0 000-.975 13.245 13.245 0 01-2.003-.678z",
|
47
|
+
fill: "#3186FF"
|
48
|
+
}), /*#__PURE__*/_jsx("path", {
|
49
|
+
d: "M20.616 10.835a14.147 14.147 0 01-4.45-3.001 14.111 14.111 0 01-3.678-6.452.503.503 0 00-.975 0 14.134 14.134 0 01-3.679 6.452 14.155 14.155 0 01-4.45 3.001c-.65.28-1.318.505-2.002.678a.502.502 0 000 .975c.684.172 1.35.397 2.002.677a14.147 14.147 0 014.45 3.001 14.112 14.112 0 013.679 6.453.502.502 0 00.975 0c.172-.685.397-1.351.677-2.003a14.145 14.145 0 013.001-4.45 14.113 14.113 0 016.453-3.678.503.503 0 000-.975 13.245 13.245 0 01-2.003-.678z",
|
50
|
+
fill: a.fill
|
51
|
+
}), /*#__PURE__*/_jsx("path", {
|
52
|
+
d: "M20.616 10.835a14.147 14.147 0 01-4.45-3.001 14.111 14.111 0 01-3.678-6.452.503.503 0 00-.975 0 14.134 14.134 0 01-3.679 6.452 14.155 14.155 0 01-4.45 3.001c-.65.28-1.318.505-2.002.678a.502.502 0 000 .975c.684.172 1.35.397 2.002.677a14.147 14.147 0 014.45 3.001 14.112 14.112 0 013.679 6.453.502.502 0 00.975 0c.172-.685.397-1.351.677-2.003a14.145 14.145 0 013.001-4.45 14.113 14.113 0 016.453-3.678.503.503 0 000-.975 13.245 13.245 0 01-2.003-.678z",
|
53
|
+
fill: b.fill
|
54
|
+
}), /*#__PURE__*/_jsx("path", {
|
55
|
+
d: "M20.616 10.835a14.147 14.147 0 01-4.45-3.001 14.111 14.111 0 01-3.678-6.452.503.503 0 00-.975 0 14.134 14.134 0 01-3.679 6.452 14.155 14.155 0 01-4.45 3.001c-.65.28-1.318.505-2.002.678a.502.502 0 000 .975c.684.172 1.35.397 2.002.677a14.147 14.147 0 014.45 3.001 14.112 14.112 0 013.679 6.453.502.502 0 00.975 0c.172-.685.397-1.351.677-2.003a14.145 14.145 0 013.001-4.45 14.113 14.113 0 016.453-3.678.503.503 0 000-.975 13.245 13.245 0 01-2.003-.678z",
|
56
|
+
fill: c.fill
|
57
|
+
}), /*#__PURE__*/_jsxs("defs", {
|
58
|
+
children: [/*#__PURE__*/_jsxs("linearGradient", {
|
59
|
+
gradientUnits: "userSpaceOnUse",
|
60
|
+
id: a.id,
|
61
|
+
x1: "7",
|
62
|
+
x2: "11",
|
63
|
+
y1: "15.5",
|
64
|
+
y2: "12",
|
65
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
66
|
+
stopColor: "#08B962"
|
67
|
+
}), /*#__PURE__*/_jsx("stop", {
|
68
|
+
offset: "1",
|
69
|
+
stopColor: "#08B962",
|
70
|
+
stopOpacity: "0"
|
71
|
+
})]
|
72
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
73
|
+
gradientUnits: "userSpaceOnUse",
|
74
|
+
id: b.id,
|
75
|
+
x1: "8",
|
76
|
+
x2: "11.5",
|
77
|
+
y1: "5.5",
|
78
|
+
y2: "11",
|
44
79
|
children: [/*#__PURE__*/_jsx("stop", {
|
45
|
-
|
46
|
-
stopColor: "#1C7DFF"
|
80
|
+
stopColor: "#F94543"
|
47
81
|
}), /*#__PURE__*/_jsx("stop", {
|
48
|
-
offset: "
|
49
|
-
stopColor: "#
|
82
|
+
offset: "1",
|
83
|
+
stopColor: "#F94543",
|
84
|
+
stopOpacity: "0"
|
85
|
+
})]
|
86
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
87
|
+
gradientUnits: "userSpaceOnUse",
|
88
|
+
id: c.id,
|
89
|
+
x1: "3.5",
|
90
|
+
x2: "17.5",
|
91
|
+
y1: "13.5",
|
92
|
+
y2: "12",
|
93
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
94
|
+
stopColor: "#FABC12"
|
50
95
|
}), /*#__PURE__*/_jsx("stop", {
|
51
|
-
offset: "
|
52
|
-
stopColor: "#
|
96
|
+
offset: ".46",
|
97
|
+
stopColor: "#FABC12",
|
98
|
+
stopOpacity: "0"
|
53
99
|
})]
|
54
|
-
})
|
55
|
-
}), /*#__PURE__*/_jsx("path", {
|
56
|
-
d: "M12 24A14.304 14.304 0 000 12 14.304 14.304 0 0012 0a14.305 14.305 0 0012 12 14.305 14.305 0 00-12 12",
|
57
|
-
fill: fill,
|
58
|
-
fillRule: "nonzero"
|
100
|
+
})]
|
59
101
|
})]
|
60
102
|
}));
|
61
103
|
});
|
@@ -33,7 +33,7 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
33
33
|
children: [/*#__PURE__*/_jsx("title", {
|
34
34
|
children: TITLE
|
35
35
|
}), /*#__PURE__*/_jsx("path", {
|
36
|
-
d: "
|
36
|
+
d: "M20.616 10.835a14.147 14.147 0 01-4.45-3.001 14.111 14.111 0 01-3.678-6.452.503.503 0 00-.975 0 14.134 14.134 0 01-3.679 6.452 14.155 14.155 0 01-4.45 3.001c-.65.28-1.318.505-2.002.678a.502.502 0 000 .975c.684.172 1.35.397 2.002.677a14.147 14.147 0 014.45 3.001 14.112 14.112 0 013.679 6.453.502.502 0 00.975 0c.172-.685.397-1.351.677-2.003a14.145 14.145 0 013.001-4.45 14.113 14.113 0 016.453-3.678.503.503 0 000-.975 13.245 13.245 0 01-2.003-.678z"
|
37
37
|
})]
|
38
38
|
}));
|
39
39
|
});
|
package/es/Gemini/index.d.ts
CHANGED
@@ -1,14 +1,10 @@
|
|
1
1
|
import Avatar from './components/Avatar';
|
2
|
-
import BrandColor from './components/BrandColor';
|
3
|
-
import BrandMono from './components/BrandMono';
|
4
2
|
import Color from './components/Color';
|
5
3
|
import Combine from './components/Combine';
|
6
4
|
import Mono from './components/Mono';
|
7
5
|
import Text from './components/Text';
|
8
6
|
export type CompoundedIcon = typeof Mono & {
|
9
7
|
Avatar: typeof Avatar;
|
10
|
-
Brand: typeof BrandMono;
|
11
|
-
BrandColor: typeof BrandColor;
|
12
8
|
Color: typeof Color;
|
13
9
|
Combine: typeof Combine;
|
14
10
|
Text: typeof Text;
|
package/es/Gemini/index.js
CHANGED
@@ -1,19 +1,14 @@
|
|
1
1
|
import Avatar from "./components/Avatar";
|
2
|
-
import BrandColor from "./components/BrandColor";
|
3
|
-
import BrandMono from "./components/BrandMono";
|
4
2
|
import Color from "./components/Color";
|
5
3
|
import Combine from "./components/Combine";
|
6
4
|
import Mono from "./components/Mono";
|
7
5
|
import Text from "./components/Text";
|
8
|
-
import {
|
6
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
9
7
|
var Icons = Mono;
|
10
8
|
Icons.Color = Color;
|
11
9
|
Icons.Text = Text;
|
12
10
|
Icons.Combine = Combine;
|
13
11
|
Icons.Avatar = Avatar;
|
14
|
-
Icons.Brand = BrandMono;
|
15
|
-
Icons.BrandColor = BrandColor;
|
16
12
|
Icons.colorPrimary = COLOR_PRIMARY;
|
17
|
-
Icons.colorGradient = COLOR_GRADIENT;
|
18
13
|
Icons.title = TITLE;
|
19
14
|
export default Icons;
|
package/es/Gemini/style.d.ts
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
export declare const TITLE = "Gemini";
|
2
2
|
export declare const COMBINE_TEXT_MULTIPLE = 0.8;
|
3
3
|
export declare const COMBINE_SPACE_MULTIPLE = 0.2;
|
4
|
-
export declare const COLOR_PRIMARY = "#
|
5
|
-
export declare const
|
6
|
-
export declare const AVATAR_BACKGROUND = "linear-gradient(45deg, #1C69FF 40%, #F0DCD6 100%)";
|
4
|
+
export declare const COLOR_PRIMARY = "#fff";
|
5
|
+
export declare const AVATAR_BACKGROUND = "#fff";
|
7
6
|
export declare const AVATAR_COLOR = "#fff";
|
8
|
-
export declare const AVATAR_ICON_MULTIPLE = 0.
|
7
|
+
export declare const AVATAR_ICON_MULTIPLE = 0.8;
|
package/es/Gemini/style.js
CHANGED
@@ -1,10 +1,9 @@
|
|
1
1
|
export var TITLE = 'Gemini';
|
2
2
|
export var COMBINE_TEXT_MULTIPLE = 0.8;
|
3
3
|
export var COMBINE_SPACE_MULTIPLE = 0.2;
|
4
|
-
export var COLOR_PRIMARY = '#
|
5
|
-
export var COLOR_GRADIENT = 'linear-gradient(45deg, #1C69FF 40%, #F0DCD6 100%)';
|
4
|
+
export var COLOR_PRIMARY = '#fff';
|
6
5
|
|
7
6
|
// Avatar constants
|
8
|
-
export var AVATAR_BACKGROUND =
|
7
|
+
export var AVATAR_BACKGROUND = COLOR_PRIMARY;
|
9
8
|
export var AVATAR_COLOR = '#fff';
|
10
|
-
export var AVATAR_ICON_MULTIPLE = 0.
|
9
|
+
export var AVATAR_ICON_MULTIPLE = 0.8;
|
package/es/toc.js
CHANGED
@@ -1339,8 +1339,7 @@ var toc = [{
|
|
1339
1339
|
},
|
1340
1340
|
"title": "Friendli"
|
1341
1341
|
}, {
|
1342
|
-
"color": "#
|
1343
|
-
"colorGradient": "linear-gradient(45deg, #1C69FF 40%, #F0DCD6 100%)",
|
1342
|
+
"color": "#fff",
|
1344
1343
|
"desc": "https://deepmind.google/technologies/gemini",
|
1345
1344
|
"docsUrl": "gemini",
|
1346
1345
|
"fullTitle": "Gemini (Google)",
|
@@ -1348,8 +1347,8 @@ var toc = [{
|
|
1348
1347
|
"id": "Gemini",
|
1349
1348
|
"param": {
|
1350
1349
|
"hasAvatar": true,
|
1351
|
-
"hasBrand":
|
1352
|
-
"hasBrandColor":
|
1350
|
+
"hasBrand": false,
|
1351
|
+
"hasBrandColor": false,
|
1353
1352
|
"hasColor": true,
|
1354
1353
|
"hasCombine": true,
|
1355
1354
|
"hasText": true,
|
package/package.json
CHANGED
@@ -1,60 +0,0 @@
|
|
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 { useFillId } from "../../hooks/useFillId";
|
14
|
-
import { TITLE } from "../style";
|
15
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
16
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
17
|
-
var Icon = /*#__PURE__*/memo(function (_ref) {
|
18
|
-
var _ref$size = _ref.size,
|
19
|
-
size = _ref$size === void 0 ? '1em' : _ref$size,
|
20
|
-
style = _ref.style,
|
21
|
-
rest = _objectWithoutProperties(_ref, _excluded);
|
22
|
-
var _useFillId = useFillId("".concat(TITLE, "-brand")),
|
23
|
-
id = _useFillId.id,
|
24
|
-
fill = _useFillId.fill;
|
25
|
-
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
26
|
-
height: size,
|
27
|
-
style: _objectSpread({
|
28
|
-
flex: 'none',
|
29
|
-
lineHeight: 1
|
30
|
-
}, style),
|
31
|
-
viewBox: "0 0 64 24",
|
32
|
-
xmlns: "http://www.w3.org/2000/svg"
|
33
|
-
}, rest), {}, {
|
34
|
-
children: [/*#__PURE__*/_jsx("title", {
|
35
|
-
children: TITLE
|
36
|
-
}), /*#__PURE__*/_jsx("defs", {
|
37
|
-
children: /*#__PURE__*/_jsxs("radialGradient", {
|
38
|
-
cx: "67.977%",
|
39
|
-
cy: "18.976%",
|
40
|
-
fx: "67.977%",
|
41
|
-
fy: "18.976%",
|
42
|
-
gradientTransform: "scale(-.3667 -1) rotate(-20.122 -1.657 7.14)",
|
43
|
-
id: id,
|
44
|
-
r: "192.358%",
|
45
|
-
children: [/*#__PURE__*/_jsx("stop", {
|
46
|
-
offset: "0%",
|
47
|
-
stopColor: "#1C69FF"
|
48
|
-
}), /*#__PURE__*/_jsx("stop", {
|
49
|
-
offset: "100%",
|
50
|
-
stopColor: "#94BCFE"
|
51
|
-
})]
|
52
|
-
})
|
53
|
-
}), /*#__PURE__*/_jsx("path", {
|
54
|
-
d: "M16.759 14.825c0 2.037-.605 3.66-1.815 4.868-1.359 1.439-3.146 2.158-5.36 2.158-2.12 0-3.915-.733-5.383-2.2C2.734 18.187 2 16.38 2 14.236c0-2.145.734-3.95 2.201-5.417C5.67 7.352 7.463 6.62 9.583 6.62c1.074 0 2.086.19 3.037.57.952.38 1.733.917 2.345 1.609l-1.346 1.344c-.448-.543-1.03-.967-1.743-1.273a5.763 5.763 0 00-2.293-.458c-1.59 0-2.935.55-4.036 1.65-1.087 1.113-1.63 2.504-1.63 4.174 0 1.67.543 3.061 1.63 4.175 1.1 1.1 2.446 1.65 4.036 1.65 1.454 0 2.664-.408 3.629-1.223.964-.814 1.522-1.934 1.671-3.36h-5.3v-1.751h7.074c.068.38.102.747.102 1.1m5.886-3.563c1.496 0 2.687.483 3.572 1.45.886.967 1.329 2.32 1.329 4.062l-.021.206h-7.928c.028.987.357 1.783.989 2.386a3.164 3.164 0 002.265.905c1.208 0 2.155-.603 2.841-1.81l1.689.823a5.03 5.03 0 01-1.884 1.995c-.803.48-1.713.72-2.729.72-1.482 0-2.704-.507-3.665-1.522-.96-1.015-1.441-2.297-1.441-3.847 0-1.536.467-2.814 1.4-3.836.934-1.022 2.128-1.532 3.583-1.532m-.041 1.727c-.714 0-1.328.22-1.843.659-.515.438-.855 1.028-1.02 1.769h5.787a2.508 2.508 0 00-.855-1.738c-.515-.46-1.204-.69-2.07-.69m8.049 8.65h-1.89V11.59h1.807v1.395h.083c.287-.492.728-.902 1.324-1.23.595-.328 1.187-.492 1.775-.492.74 0 1.39.17 1.95.512.562.342.972.814 1.232 1.415.835-1.285 1.991-1.927 3.47-1.927 1.163 0 2.06.355 2.689 1.066.63.71.944 1.723.944 3.035v6.275h-1.889v-5.988c0-.943-.17-1.623-.513-2.04-.342-.417-.917-.626-1.724-.626-.726 0-1.334.308-1.827.923-.493.615-.74 1.34-.74 2.174v5.557h-1.888v-5.988c0-.943-.17-1.623-.513-2.04-.342-.417-.917-.626-1.724-.626-.726 0-1.335.308-1.827.923-.493.615-.74 1.34-.74 2.174v5.557zM46.749 6.767c.37 0 .685.13.946.39.26.26.39.575.39.945s-.13.685-.39.945c-.26.26-.576.39-.946.39s-.685-.13-.946-.39c-.26-.26-.39-.575-.39-.945s.13-.685.39-.945c.26-.26.576-.39.946-.39zM42.825 0a5.08 5.08 0 004.263 4.259 5.08 5.08 0 00-4.263 4.259 5.08 5.08 0 00-4.263-4.26A5.08 5.08 0 0042.825 0zm5.176 11.574V21.64h-2.198V11.574h2.198zM62 8.103c0 .37-.13.685-.39.945-.261.26-.576.39-.946.39s-.686-.13-.946-.39c-.26-.26-.391-.575-.391-.945s.13-.685.39-.945c.261-.26.576-.39.946-.39s.686.13.946.39c.26.26.391.575.391.945m-.085 3.471V21.64h-2.197V11.574h2.197zm-12.57.017h1.806v1.394h.082c.287-.492.729-.902 1.324-1.23a3.797 3.797 0 011.858-.492c1.231 0 2.179.352 2.843 1.056.664.704.995 1.705.995 3.004v6.316h-1.888v-6.193c-.041-1.64-.87-2.46-2.484-2.46-.753 0-1.382.303-1.889.912-.506.608-.76 1.336-.76 2.184v5.557h-1.888V11.591z",
|
55
|
-
fill: fill,
|
56
|
-
fillRule: "nonzero"
|
57
|
-
})]
|
58
|
-
}));
|
59
|
-
});
|
60
|
-
export default Icon;
|
@@ -1,39 +0,0 @@
|
|
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 64 24",
|
30
|
-
xmlns: "http://www.w3.org/2000/svg"
|
31
|
-
}, rest), {}, {
|
32
|
-
children: [/*#__PURE__*/_jsx("title", {
|
33
|
-
children: TITLE
|
34
|
-
}), /*#__PURE__*/_jsx("path", {
|
35
|
-
d: "M16.759 14.825c0 2.037-.605 3.66-1.815 4.868-1.359 1.439-3.146 2.158-5.36 2.158-2.12 0-3.915-.733-5.383-2.2C2.734 18.187 2 16.38 2 14.236c0-2.145.734-3.95 2.201-5.417C5.67 7.352 7.463 6.62 9.583 6.62c1.074 0 2.086.19 3.037.57.952.38 1.733.917 2.345 1.609l-1.346 1.344c-.448-.543-1.03-.967-1.743-1.273a5.763 5.763 0 00-2.293-.458c-1.59 0-2.935.55-4.036 1.65-1.087 1.113-1.63 2.504-1.63 4.174 0 1.67.543 3.061 1.63 4.175 1.1 1.1 2.446 1.65 4.036 1.65 1.454 0 2.664-.408 3.629-1.223.964-.814 1.522-1.934 1.671-3.36h-5.3v-1.751h7.074c.068.38.102.747.102 1.1m5.886-3.563c1.496 0 2.687.483 3.572 1.45.886.967 1.329 2.32 1.329 4.062l-.021.206h-7.928c.028.987.357 1.783.989 2.386a3.164 3.164 0 002.265.905c1.208 0 2.155-.603 2.841-1.81l1.689.823a5.03 5.03 0 01-1.884 1.995c-.803.48-1.713.72-2.729.72-1.482 0-2.704-.507-3.665-1.522-.96-1.015-1.441-2.297-1.441-3.847 0-1.536.467-2.814 1.4-3.836.934-1.022 2.128-1.532 3.583-1.532m-.041 1.727c-.714 0-1.328.22-1.843.659-.515.438-.855 1.028-1.02 1.769h5.787a2.508 2.508 0 00-.855-1.738c-.515-.46-1.204-.69-2.07-.69m8.049 8.65h-1.89V11.59h1.807v1.395h.083c.287-.492.728-.902 1.324-1.23.595-.328 1.187-.492 1.775-.492.74 0 1.39.17 1.95.512.562.342.972.814 1.232 1.415.835-1.285 1.991-1.927 3.47-1.927 1.163 0 2.06.355 2.689 1.066.63.71.944 1.723.944 3.035v6.275h-1.889v-5.988c0-.943-.17-1.623-.513-2.04-.342-.417-.917-.626-1.724-.626-.726 0-1.334.308-1.827.923-.493.615-.74 1.34-.74 2.174v5.557h-1.888v-5.988c0-.943-.17-1.623-.513-2.04-.342-.417-.917-.626-1.724-.626-.726 0-1.335.308-1.827.923-.493.615-.74 1.34-.74 2.174v5.557zM46.749 6.767c.37 0 .685.13.946.39.26.26.39.575.39.945s-.13.685-.39.945c-.26.26-.576.39-.946.39s-.685-.13-.946-.39c-.26-.26-.39-.575-.39-.945s.13-.685.39-.945c.26-.26.576-.39.946-.39zM42.825 0a5.08 5.08 0 004.263 4.259 5.08 5.08 0 00-4.263 4.259 5.08 5.08 0 00-4.263-4.26A5.08 5.08 0 0042.825 0zm5.176 11.574V21.64h-2.198V11.574h2.198zM62 8.103c0 .37-.13.685-.39.945-.261.26-.576.39-.946.39s-.686-.13-.946-.39c-.26-.26-.391-.575-.391-.945s.13-.685.39-.945c.261-.26.576-.39.946-.39s.686.13.946.39c.26.26.391.575.391.945m-.085 3.471V21.64h-2.197V11.574h2.197zm-12.57.017h1.806v1.394h.082c.287-.492.729-.902 1.324-1.23a3.797 3.797 0 011.858-.492c1.231 0 2.179.352 2.843 1.056.664.704.995 1.705.995 3.004v6.316h-1.888v-6.193c-.041-1.64-.87-2.46-2.484-2.46-.753 0-1.382.303-1.889.912-.506.608-.76 1.336-.76 2.184v5.557h-1.888V11.591z"
|
36
|
-
})]
|
37
|
-
}));
|
38
|
-
});
|
39
|
-
export default Icon;
|