@lobehub/icons 5.0.0 → 5.1.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/README.md +112 -111
- package/es/AgentVoice/components/Avatar.d.ts +5 -0
- package/es/AgentVoice/components/Avatar.js +25 -0
- package/es/AgentVoice/components/Color.js +39 -0
- package/es/AgentVoice/components/Combine.d.ts +7 -0
- package/es/AgentVoice/components/Combine.js +32 -0
- package/es/AgentVoice/components/Mono.js +40 -0
- package/es/AgentVoice/components/Text.d.ts +3 -0
- package/es/AgentVoice/components/Text.js +40 -0
- package/es/AgentVoice/index.d.ts +15 -0
- package/es/AgentVoice/index.js +14 -0
- package/es/AgentVoice/style.d.ts +7 -0
- package/es/AgentVoice/style.js +9 -0
- package/es/Apertis/components/Avatar.d.ts +5 -0
- package/es/Apertis/components/Avatar.js +25 -0
- package/es/Apertis/components/Color.d.ts +3 -0
- package/es/Apertis/components/Color.js +136 -0
- package/es/Apertis/components/Combine.d.ts +7 -0
- package/es/Apertis/components/Combine.js +32 -0
- package/es/Apertis/components/Mono.d.ts +3 -0
- package/es/Apertis/components/Mono.js +49 -0
- package/es/Apertis/components/Text.d.ts +3 -0
- package/es/Apertis/components/Text.js +39 -0
- package/es/Apertis/index.d.ts +15 -0
- package/es/Apertis/index.js +14 -0
- package/es/Apertis/style.d.ts +7 -0
- package/es/Apertis/style.js +9 -0
- package/es/AskVerdict/components/Avatar.d.ts +5 -0
- package/es/AskVerdict/components/Avatar.js +25 -0
- package/es/AskVerdict/components/Color.d.ts +3 -0
- package/es/AskVerdict/components/Color.js +77 -0
- package/es/AskVerdict/components/Combine.d.ts +7 -0
- package/es/AskVerdict/components/Combine.js +32 -0
- package/es/AskVerdict/components/Mono.d.ts +3 -0
- package/es/AskVerdict/components/Mono.js +52 -0
- package/es/AskVerdict/components/Text.d.ts +3 -0
- package/es/AskVerdict/components/Text.js +39 -0
- package/es/AskVerdict/index.d.ts +15 -0
- package/es/AskVerdict/index.js +14 -0
- package/es/AskVerdict/style.d.ts +7 -0
- package/es/AskVerdict/style.js +9 -0
- package/es/LangChain/components/Color.js +2 -7
- package/es/LangChain/components/Mono.js +1 -4
- package/es/LangChain/components/Text.js +2 -10
- package/es/LangChain/style.d.ts +5 -5
- package/es/LangChain/style.js +5 -5
- package/es/LlmApi/components/Avatar.d.ts +5 -0
- package/es/LlmApi/components/Avatar.js +25 -0
- package/es/LlmApi/components/Color.d.ts +3 -0
- package/es/LlmApi/components/Color.js +58 -0
- package/es/LlmApi/components/Combine.d.ts +7 -0
- package/es/LlmApi/components/Combine.js +32 -0
- package/es/LlmApi/components/Mono.d.ts +3 -0
- package/es/LlmApi/components/Mono.js +43 -0
- package/es/LlmApi/components/Text.d.ts +3 -0
- package/es/LlmApi/components/Text.js +40 -0
- package/es/LlmApi/index.d.ts +15 -0
- package/es/LlmApi/index.js +14 -0
- package/es/LlmApi/style.d.ts +7 -0
- package/es/LlmApi/style.js +7 -0
- package/es/Qoder/components/Avatar.d.ts +5 -0
- package/es/Qoder/components/Avatar.js +25 -0
- package/es/Qoder/components/Color.d.ts +3 -0
- package/es/Qoder/components/Color.js +42 -0
- package/es/Qoder/components/Combine.d.ts +7 -0
- package/es/Qoder/components/Combine.js +32 -0
- package/es/Qoder/components/Mono.d.ts +3 -0
- package/es/Qoder/components/Mono.js +43 -0
- package/es/Qoder/components/Text.d.ts +3 -0
- package/es/Qoder/components/Text.js +39 -0
- package/es/Qoder/index.d.ts +15 -0
- package/es/Qoder/index.js +14 -0
- package/es/Qoder/style.d.ts +7 -0
- package/es/Qoder/style.js +7 -0
- package/es/Together/components/Avatar.js +2 -2
- package/es/Together/components/Color.js +8 -9
- package/es/Together/components/Mono.js +5 -6
- package/es/Together/components/Text.js +14 -5
- package/es/Together/index.d.ts +0 -4
- package/es/Together/index.js +0 -4
- package/es/Together/style.d.ts +3 -3
- package/es/Together/style.js +2 -2
- package/es/Xpay/components/Avatar.d.ts +5 -0
- package/es/Xpay/components/Avatar.js +25 -0
- package/es/Xpay/components/Color.d.ts +3 -0
- package/es/Xpay/components/Color.js +45 -0
- package/es/Xpay/components/Combine.d.ts +7 -0
- package/es/Xpay/components/Combine.js +32 -0
- package/es/Xpay/components/Mono.d.ts +3 -0
- package/es/Xpay/components/Mono.js +44 -0
- package/es/Xpay/components/Text.d.ts +3 -0
- package/es/Xpay/components/Text.js +39 -0
- package/es/Xpay/index.d.ts +15 -0
- package/es/Xpay/index.js +14 -0
- package/es/Xpay/style.d.ts +7 -0
- package/es/Xpay/style.js +9 -0
- package/es/features/providerConfig.js +14 -5
- package/es/features/providerEnum.d.ts +7 -0
- package/es/features/providerEnum.js +7 -0
- package/es/icons.d.ts +6 -0
- package/es/icons.js +6 -0
- package/es/toc.js +112 -4
- package/package.json +2 -2
- package/es/Together/components/BrandColor.js +0 -42
- package/es/Together/components/BrandMono.js +0 -41
- /package/es/{Together/components/BrandColor.d.ts → AgentVoice/components/Color.d.ts} +0 -0
- /package/es/{Together/components/BrandMono.d.ts → AgentVoice/components/Mono.d.ts} +0 -0
package/es/toc.js
CHANGED
|
@@ -52,6 +52,24 @@ var toc = [{
|
|
|
52
52
|
"hasTextColor": false
|
|
53
53
|
},
|
|
54
54
|
"title": "AdobeFirefly"
|
|
55
|
+
}, {
|
|
56
|
+
"color": "#0f6fff",
|
|
57
|
+
"desc": "https://agentvoice.com",
|
|
58
|
+
"docsUrl": "agent-voice",
|
|
59
|
+
"fullTitle": "AgentVoice",
|
|
60
|
+
"group": "provider",
|
|
61
|
+
"id": "AgentVoice",
|
|
62
|
+
"param": {
|
|
63
|
+
"hasAvatar": true,
|
|
64
|
+
"hasBrand": false,
|
|
65
|
+
"hasBrandColor": false,
|
|
66
|
+
"hasColor": true,
|
|
67
|
+
"hasCombine": true,
|
|
68
|
+
"hasText": true,
|
|
69
|
+
"hasTextCn": false,
|
|
70
|
+
"hasTextColor": false
|
|
71
|
+
},
|
|
72
|
+
"title": "AgentVoice"
|
|
55
73
|
}, {
|
|
56
74
|
"color": "#fff",
|
|
57
75
|
"desc": "https://ag-ui.com",
|
|
@@ -378,6 +396,24 @@ var toc = [{
|
|
|
378
396
|
"hasTextColor": false
|
|
379
397
|
},
|
|
380
398
|
"title": "Anyscale"
|
|
399
|
+
}, {
|
|
400
|
+
"color": "#0d9488",
|
|
401
|
+
"desc": "https://apertis.ai",
|
|
402
|
+
"docsUrl": "apertis",
|
|
403
|
+
"fullTitle": "Apertis",
|
|
404
|
+
"group": "provider",
|
|
405
|
+
"id": "Apertis",
|
|
406
|
+
"param": {
|
|
407
|
+
"hasAvatar": true,
|
|
408
|
+
"hasBrand": false,
|
|
409
|
+
"hasBrandColor": false,
|
|
410
|
+
"hasColor": true,
|
|
411
|
+
"hasCombine": true,
|
|
412
|
+
"hasText": true,
|
|
413
|
+
"hasTextCn": false,
|
|
414
|
+
"hasTextColor": false
|
|
415
|
+
},
|
|
416
|
+
"title": "Apertis"
|
|
381
417
|
}, {
|
|
382
418
|
"color": "#fff",
|
|
383
419
|
"desc": "https://apple.com",
|
|
@@ -414,6 +450,24 @@ var toc = [{
|
|
|
414
450
|
"hasTextColor": false
|
|
415
451
|
},
|
|
416
452
|
"title": "Arcee"
|
|
453
|
+
}, {
|
|
454
|
+
"color": "#E8A317",
|
|
455
|
+
"desc": "https://askverdict.ai",
|
|
456
|
+
"docsUrl": "ask-verdict",
|
|
457
|
+
"fullTitle": "AskVerdict",
|
|
458
|
+
"group": "application",
|
|
459
|
+
"id": "AskVerdict",
|
|
460
|
+
"param": {
|
|
461
|
+
"hasAvatar": true,
|
|
462
|
+
"hasBrand": false,
|
|
463
|
+
"hasBrandColor": false,
|
|
464
|
+
"hasColor": true,
|
|
465
|
+
"hasCombine": true,
|
|
466
|
+
"hasText": true,
|
|
467
|
+
"hasTextCn": false,
|
|
468
|
+
"hasTextColor": false
|
|
469
|
+
},
|
|
470
|
+
"title": "AskVerdict"
|
|
417
471
|
}, {
|
|
418
472
|
"color": "#2545D3",
|
|
419
473
|
"desc": "https://assemblyai.com",
|
|
@@ -2660,7 +2714,7 @@ var toc = [{
|
|
|
2660
2714
|
},
|
|
2661
2715
|
"title": "Lambda"
|
|
2662
2716
|
}, {
|
|
2663
|
-
"color": "#
|
|
2717
|
+
"color": "#7FC8FF",
|
|
2664
2718
|
"desc": "https://langchain.com",
|
|
2665
2719
|
"docsUrl": "lang-chain",
|
|
2666
2720
|
"fullTitle": "LangChain",
|
|
@@ -2821,6 +2875,24 @@ var toc = [{
|
|
|
2821
2875
|
"hasTextColor": false
|
|
2822
2876
|
},
|
|
2823
2877
|
"title": "LlamaIndex"
|
|
2878
|
+
}, {
|
|
2879
|
+
"color": "#3F35FF",
|
|
2880
|
+
"desc": "https://llmapi.ai",
|
|
2881
|
+
"docsUrl": "llm-api",
|
|
2882
|
+
"fullTitle": "LLM API",
|
|
2883
|
+
"group": "provider",
|
|
2884
|
+
"id": "LlmApi",
|
|
2885
|
+
"param": {
|
|
2886
|
+
"hasAvatar": true,
|
|
2887
|
+
"hasBrand": false,
|
|
2888
|
+
"hasBrandColor": false,
|
|
2889
|
+
"hasColor": true,
|
|
2890
|
+
"hasCombine": true,
|
|
2891
|
+
"hasText": true,
|
|
2892
|
+
"hasTextCn": false,
|
|
2893
|
+
"hasTextColor": false
|
|
2894
|
+
},
|
|
2895
|
+
"title": "LLM API"
|
|
2824
2896
|
}, {
|
|
2825
2897
|
"color": "#4338CA",
|
|
2826
2898
|
"colorGradient": "linear-gradient(135deg, #6C78EF, #4F14BE)",
|
|
@@ -3889,6 +3961,24 @@ var toc = [{
|
|
|
3889
3961
|
"hasTextColor": false
|
|
3890
3962
|
},
|
|
3891
3963
|
"title": "Qiniu"
|
|
3964
|
+
}, {
|
|
3965
|
+
"color": "#fff",
|
|
3966
|
+
"desc": "https://qoder.com",
|
|
3967
|
+
"docsUrl": "qoder",
|
|
3968
|
+
"fullTitle": "Qoder",
|
|
3969
|
+
"group": "application",
|
|
3970
|
+
"id": "Qoder",
|
|
3971
|
+
"param": {
|
|
3972
|
+
"hasAvatar": true,
|
|
3973
|
+
"hasBrand": false,
|
|
3974
|
+
"hasBrandColor": false,
|
|
3975
|
+
"hasColor": true,
|
|
3976
|
+
"hasCombine": true,
|
|
3977
|
+
"hasText": true,
|
|
3978
|
+
"hasTextCn": false,
|
|
3979
|
+
"hasTextColor": false
|
|
3980
|
+
},
|
|
3981
|
+
"title": "Qoder"
|
|
3892
3982
|
}, {
|
|
3893
3983
|
"color": "#615ced",
|
|
3894
3984
|
"colorGradient": "linear-gradient(to right, #6336E7, #6F69F7)",
|
|
@@ -4527,7 +4617,7 @@ var toc = [{
|
|
|
4527
4617
|
},
|
|
4528
4618
|
"title": "Tiangong"
|
|
4529
4619
|
}, {
|
|
4530
|
-
"color": "#
|
|
4620
|
+
"color": "#fff",
|
|
4531
4621
|
"desc": "https://together.ai",
|
|
4532
4622
|
"docsUrl": "together",
|
|
4533
4623
|
"fullTitle": "together.ai",
|
|
@@ -4535,8 +4625,8 @@ var toc = [{
|
|
|
4535
4625
|
"id": "Together",
|
|
4536
4626
|
"param": {
|
|
4537
4627
|
"hasAvatar": true,
|
|
4538
|
-
"hasBrand":
|
|
4539
|
-
"hasBrandColor":
|
|
4628
|
+
"hasBrand": false,
|
|
4629
|
+
"hasBrandColor": false,
|
|
4540
4630
|
"hasColor": true,
|
|
4541
4631
|
"hasCombine": true,
|
|
4542
4632
|
"hasText": true,
|
|
@@ -4944,6 +5034,24 @@ var toc = [{
|
|
|
4944
5034
|
"hasTextColor": false
|
|
4945
5035
|
},
|
|
4946
5036
|
"title": "Xinference"
|
|
5037
|
+
}, {
|
|
5038
|
+
"color": "#0F1C4D",
|
|
5039
|
+
"desc": "https://xpay.sh",
|
|
5040
|
+
"docsUrl": "xpay",
|
|
5041
|
+
"fullTitle": "Xpay",
|
|
5042
|
+
"group": "provider",
|
|
5043
|
+
"id": "Xpay",
|
|
5044
|
+
"param": {
|
|
5045
|
+
"hasAvatar": true,
|
|
5046
|
+
"hasBrand": false,
|
|
5047
|
+
"hasBrandColor": false,
|
|
5048
|
+
"hasColor": true,
|
|
5049
|
+
"hasCombine": true,
|
|
5050
|
+
"hasText": true,
|
|
5051
|
+
"hasTextCn": false,
|
|
5052
|
+
"hasTextColor": false
|
|
5053
|
+
},
|
|
5054
|
+
"title": "xpay"
|
|
4947
5055
|
}, {
|
|
4948
5056
|
"color": "#fff",
|
|
4949
5057
|
"desc": "https://github.com/Duxiaoman-DI/XuanYuan",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lobehub/icons",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.1.0",
|
|
4
4
|
"description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lobehub",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"polished": "^4.3.1"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@lobehub/ui": "^
|
|
38
|
+
"@lobehub/ui": "^5.0.0",
|
|
39
39
|
"antd": "^6.1.1",
|
|
40
40
|
"react": "^19.0.0",
|
|
41
41
|
"react-dom": "^19.0.0"
|
|
@@ -1,42 +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 116 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: "M4.213 8.554H2V6.747h2.213V3.301h1.972v3.446h3.103v1.807H6.185v7.253c0 .514.097.884.289 1.109.208.208.561.313 1.058.313h2.141v1.807h-2.26c-1.155 0-1.981-.257-2.478-.771-.482-.514-.722-1.325-.722-2.434V8.554zm11.815 10.627c-1.187 0-2.245-.265-3.175-.795a5.58 5.58 0 01-2.14-2.217c-.514-.948-.77-2.04-.77-3.277s.256-2.33.77-3.278a5.58 5.58 0 012.14-2.216c.93-.53 1.988-.796 3.175-.796 1.187 0 2.237.265 3.151.796.93.53 1.652 1.269 2.165 2.216.513.948.77 2.04.77 3.278 0 1.236-.257 2.329-.77 3.277a5.533 5.533 0 01-2.165 2.217c-.914.53-1.964.795-3.15.795zm0-1.76c.802 0 1.507-.192 2.117-.578a3.812 3.812 0 001.443-1.614c.337-.69.505-1.47.505-2.337 0-.868-.168-1.647-.505-2.338a3.812 3.812 0 00-1.443-1.614c-.61-.386-1.315-.579-2.117-.579s-1.515.193-2.14.579a3.867 3.867 0 00-1.42 1.614c-.337.691-.505 1.47-.505 2.338 0 .867.168 1.646.505 2.337.337.69.81 1.229 1.42 1.614.625.386 1.338.579 2.14.579zM35.622 6.748v11.687c0 3.71-2.028 5.566-6.086 5.566-1.587 0-2.886-.361-3.896-1.084-.995-.723-1.572-1.751-1.732-3.085h2.02c.16.771.57 1.366 1.227 1.783.658.418 1.5.627 2.526.627 2.646 0 3.969-1.293 3.969-3.88v-1.445c-.882 1.51-2.285 2.265-4.21 2.265-1.138 0-2.157-.25-3.055-.747-.882-.498-1.58-1.221-2.092-2.169-.497-.948-.746-2.072-.746-3.373 0-1.237.249-2.33.746-3.278a5.631 5.631 0 012.116-2.216c.898-.53 1.909-.796 3.031-.796.994 0 1.844.201 2.55.603.706.385 1.259.94 1.66 1.662l.264-2.12h1.708zm-5.99 10.675c.786 0 1.484-.185 2.093-.555a3.844 3.844 0 001.444-1.59c.336-.69.505-1.47.505-2.337 0-.884-.169-1.67-.505-2.362-.337-.707-.818-1.253-1.444-1.638-.609-.386-1.307-.579-2.092-.579-1.22 0-2.205.426-2.959 1.278-.738.835-1.107 1.92-1.107 3.253 0 1.333.37 2.425 1.107 3.277.754.835 1.74 1.253 2.959 1.253zm7.848-4.53c0-1.253.241-2.354.722-3.302.497-.947 1.187-1.678 2.069-2.192.882-.53 1.892-.796 3.03-.796 1.123 0 2.117.233 2.983.7a5.064 5.064 0 012.045 2.023c.497.884.761 1.92.793 3.109l-.005.211c-.007.164-.021.375-.043.632H39.55v.169c.032 1.205.4 2.168 1.106 2.891.706.723 1.628 1.085 2.767 1.085.882 0 1.627-.217 2.237-.65.625-.45 1.042-1.07 1.25-1.856h1.997c-.24 1.253-.842 2.28-1.804 3.084-.962.787-2.14 1.18-3.536 1.18-1.219 0-2.285-.256-3.2-.77a5.58 5.58 0 01-2.14-2.217c-.497-.964-.746-2.065-.746-3.301zm9.598-1.253c-.096-1.045-.49-1.856-1.179-2.434-.673-.579-1.531-.868-2.574-.868-.93 0-1.747.306-2.453.916-.706.61-1.106 1.406-1.203 2.386h7.409zm4.577-3.085h-2.213V6.747h2.213V3.301h1.972v3.446h3.103v1.807h-3.103v7.253c0 .514.096.884.289 1.109.208.208.56.313 1.058.313h2.14v1.807h-2.26c-1.155 0-1.98-.257-2.478-.771-.481-.514-.721-1.325-.721-2.434V8.554zm12.48-1.952c1.492 0 2.695.45 3.609 1.35.914.9 1.371 2.313 1.371 4.24v6.844h-1.972v-6.723c0-1.269-.29-2.233-.866-2.891-.578-.675-1.404-1.012-2.478-1.012-1.138 0-2.044.401-2.718 1.204-.657.804-.986 1.896-.986 3.278v6.144h-1.973V2.17h1.973V8.77a4.78 4.78 0 011.587-1.566c.674-.402 1.492-.603 2.454-.603zm6.666 6.29c0-1.253.24-2.354.721-3.302.497-.947 1.187-1.678 2.069-2.192.882-.53 1.892-.796 3.03-.796 1.123 0 2.117.233 2.983.7a5.064 5.064 0 012.045 2.023c.497.884.762 1.92.794 3.109l-.006.211c-.007.164-.021.375-.042.632h-9.526v.169c.032 1.205.401 2.168 1.107 2.891.705.723 1.627 1.085 2.766 1.085.882 0 1.628-.217 2.237-.65.625-.45 1.042-1.07 1.25-1.856h1.997c-.24 1.253-.842 2.28-1.804 3.084-.962.787-2.14 1.18-3.536 1.18-1.218 0-2.285-.256-3.199-.77a5.58 5.58 0 01-2.14-2.217c-.498-.964-.746-2.065-.746-3.301zm9.597-1.253c-.096-1.045-.489-1.856-1.178-2.434-.674-.579-1.532-.868-2.574-.868-.93 0-1.748.306-2.454.916-.705.61-1.106 1.406-1.202 2.386h7.408zm10.13-4.892v1.928h-.986c-1.171 0-2.013.393-2.526 1.18-.497.788-.746 1.76-.746 2.916v6.265h-1.972V6.747h1.708l.264 1.855a4.082 4.082 0 011.371-1.349c.562-.337 1.34-.506 2.334-.506h.553zm20.09 10.482v1.807h-1.083c-.786 0-1.347-.16-1.684-.482-.336-.321-.513-.795-.529-1.422-.946 1.366-2.317 2.049-4.113 2.049-1.363 0-2.461-.322-3.295-.964-.818-.643-1.227-1.518-1.227-2.627 0-1.237.417-2.184 1.25-2.843.85-.659 2.078-.988 3.681-.988h3.608v-.843c0-.804-.272-1.43-.818-1.88-.529-.45-1.275-.675-2.237-.675-.85 0-1.555.193-2.116.579-.546.37-.882.867-1.01 1.494h-1.973c.144-1.205.673-2.145 1.587-2.82.93-.674 2.133-1.012 3.609-1.012 1.571 0 2.782.386 3.631 1.157.866.755 1.3 1.847 1.3 3.277v5.301c0 .595.272.892.818.892h.601zm-3.392-3.807h-3.8c-1.828 0-2.742.682-2.742 2.048 0 .61.24 1.1.721 1.47.481.37 1.13.554 1.949.554 1.202 0 2.148-.313 2.838-.94.69-.642 1.034-1.486 1.034-2.53v-.602zM112.725 2c.369 0 .674.12.914.361s.361.547.361.916c0 .37-.12.675-.361.916-.24.24-.545.361-.914.361s-.674-.12-.914-.361-.361-.546-.361-.916.12-.675.361-.916c.24-.24.545-.361.914-.361zm-.986 4.747h1.972v12.29h-1.972V6.746z"
|
|
36
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
37
|
-
d: "M94.83 17.165a1.881 1.881 0 01-1.89 1.871 1.88 1.88 0 01-1.89-1.871 1.88 1.88 0 011.89-1.871c1.044 0 1.89.838 1.89 1.87z",
|
|
38
|
-
fill: "#0F6FFF"
|
|
39
|
-
})]
|
|
40
|
-
}));
|
|
41
|
-
});
|
|
42
|
-
export default Icon;
|
|
@@ -1,41 +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 116 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: "M4.213 8.554H2V6.747h2.213V3.301h1.972v3.446h3.103v1.807H6.185v7.253c0 .514.097.884.289 1.109.208.208.561.313 1.058.313h2.141v1.807h-2.26c-1.155 0-1.981-.257-2.478-.771-.482-.514-.722-1.325-.722-2.434V8.554zm11.815 10.627c-1.187 0-2.245-.265-3.175-.795a5.58 5.58 0 01-2.14-2.217c-.514-.948-.77-2.04-.77-3.277s.256-2.33.77-3.278a5.58 5.58 0 012.14-2.216c.93-.53 1.988-.796 3.175-.796 1.187 0 2.237.265 3.151.796.93.53 1.652 1.269 2.165 2.216.513.948.77 2.04.77 3.278 0 1.236-.257 2.329-.77 3.277a5.533 5.533 0 01-2.165 2.217c-.914.53-1.964.795-3.15.795zm0-1.76c.802 0 1.507-.192 2.117-.578a3.812 3.812 0 001.443-1.614c.337-.69.505-1.47.505-2.337 0-.868-.168-1.647-.505-2.338a3.812 3.812 0 00-1.443-1.614c-.61-.386-1.315-.579-2.117-.579s-1.515.193-2.14.579a3.867 3.867 0 00-1.42 1.614c-.337.691-.505 1.47-.505 2.338 0 .867.168 1.646.505 2.337.337.69.81 1.229 1.42 1.614.625.386 1.338.579 2.14.579zM35.622 6.748v11.687c0 3.71-2.028 5.566-6.086 5.566-1.587 0-2.886-.361-3.896-1.084-.995-.723-1.572-1.751-1.732-3.085h2.02c.16.771.57 1.366 1.227 1.783.658.418 1.5.627 2.526.627 2.646 0 3.969-1.293 3.969-3.88v-1.445c-.882 1.51-2.285 2.265-4.21 2.265-1.138 0-2.157-.25-3.055-.747-.882-.498-1.58-1.221-2.092-2.169-.497-.948-.746-2.072-.746-3.373 0-1.237.249-2.33.746-3.278a5.631 5.631 0 012.116-2.216c.898-.53 1.909-.796 3.031-.796.994 0 1.844.201 2.55.603.706.385 1.259.94 1.66 1.662l.264-2.12h1.708zm-5.99 10.675c.786 0 1.484-.185 2.093-.555a3.844 3.844 0 001.444-1.59c.336-.69.505-1.47.505-2.337 0-.884-.169-1.67-.505-2.362-.337-.707-.818-1.253-1.444-1.638-.609-.386-1.307-.579-2.092-.579-1.22 0-2.205.426-2.959 1.278-.738.835-1.107 1.92-1.107 3.253 0 1.333.37 2.425 1.107 3.277.754.835 1.74 1.253 2.959 1.253zm7.848-4.53c0-1.253.241-2.354.722-3.302.497-.947 1.187-1.678 2.069-2.192.882-.53 1.892-.796 3.03-.796 1.123 0 2.117.233 2.983.7a5.064 5.064 0 012.045 2.023c.497.884.761 1.92.793 3.109l-.005.211c-.007.164-.021.375-.043.632H39.55v.169c.032 1.205.4 2.168 1.106 2.891.706.723 1.628 1.085 2.767 1.085.882 0 1.627-.217 2.237-.65.625-.45 1.042-1.07 1.25-1.856h1.997c-.24 1.253-.842 2.28-1.804 3.084-.962.787-2.14 1.18-3.536 1.18-1.219 0-2.285-.256-3.2-.77a5.58 5.58 0 01-2.14-2.217c-.497-.964-.746-2.065-.746-3.301zm9.598-1.253c-.096-1.045-.49-1.856-1.179-2.434-.673-.579-1.531-.868-2.574-.868-.93 0-1.747.306-2.453.916-.706.61-1.106 1.406-1.203 2.386h7.409zm4.577-3.085h-2.213V6.747h2.213V3.301h1.972v3.446h3.103v1.807h-3.103v7.253c0 .514.096.884.289 1.109.208.208.56.313 1.058.313h2.14v1.807h-2.26c-1.155 0-1.98-.257-2.478-.771-.481-.514-.721-1.325-.721-2.434V8.554zm12.48-1.952c1.492 0 2.695.45 3.609 1.35.914.9 1.371 2.313 1.371 4.24v6.844h-1.972v-6.723c0-1.269-.29-2.233-.866-2.891-.578-.675-1.404-1.012-2.478-1.012-1.138 0-2.044.401-2.718 1.204-.657.804-.986 1.896-.986 3.278v6.144h-1.973V2.17h1.973V8.77a4.78 4.78 0 011.587-1.566c.674-.402 1.492-.603 2.454-.603zm6.666 6.29c0-1.253.24-2.354.721-3.302.497-.947 1.187-1.678 2.069-2.192.882-.53 1.892-.796 3.03-.796 1.123 0 2.117.233 2.983.7a5.064 5.064 0 012.045 2.023c.497.884.762 1.92.794 3.109l-.006.211c-.007.164-.021.375-.042.632h-9.526v.169c.032 1.205.401 2.168 1.107 2.891.705.723 1.627 1.085 2.766 1.085.882 0 1.628-.217 2.237-.65.625-.45 1.042-1.07 1.25-1.856h1.997c-.24 1.253-.842 2.28-1.804 3.084-.962.787-2.14 1.18-3.536 1.18-1.218 0-2.285-.256-3.199-.77a5.58 5.58 0 01-2.14-2.217c-.498-.964-.746-2.065-.746-3.301zm9.597-1.253c-.096-1.045-.489-1.856-1.178-2.434-.674-.579-1.532-.868-2.574-.868-.93 0-1.748.306-2.454.916-.705.61-1.106 1.406-1.202 2.386h7.408zm10.13-4.892v1.928h-.986c-1.171 0-2.013.393-2.526 1.18-.497.788-.746 1.76-.746 2.916v6.265h-1.972V6.747h1.708l.264 1.855a4.082 4.082 0 011.371-1.349c.562-.337 1.34-.506 2.334-.506h.553zm20.09 10.482v1.807h-1.083c-.786 0-1.347-.16-1.684-.482-.336-.321-.513-.795-.529-1.422-.946 1.366-2.317 2.049-4.113 2.049-1.363 0-2.461-.322-3.295-.964-.818-.643-1.227-1.518-1.227-2.627 0-1.237.417-2.184 1.25-2.843.85-.659 2.078-.988 3.681-.988h3.608v-.843c0-.804-.272-1.43-.818-1.88-.529-.45-1.275-.675-2.237-.675-.85 0-1.555.193-2.116.579-.546.37-.882.867-1.01 1.494h-1.973c.144-1.205.673-2.145 1.587-2.82.93-.674 2.133-1.012 3.609-1.012 1.571 0 2.782.386 3.631 1.157.866.755 1.3 1.847 1.3 3.277v5.301c0 .595.272.892.818.892h.601zm-3.392-3.807h-3.8c-1.828 0-2.742.682-2.742 2.048 0 .61.24 1.1.721 1.47.481.37 1.13.554 1.949.554 1.202 0 2.148-.313 2.838-.94.69-.642 1.034-1.486 1.034-2.53v-.602zM112.725 2c.369 0 .674.12.914.361s.361.547.361.916c0 .37-.12.675-.361.916-.24.24-.545.361-.914.361s-.674-.12-.914-.361-.361-.546-.361-.916.12-.675.361-.916c.24-.24.545-.361.914-.361zm-.986 4.747h1.972v12.29h-1.972V6.746z"
|
|
36
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
37
|
-
d: "M94.83 17.165a1.881 1.881 0 01-1.89 1.871 1.88 1.88 0 01-1.89-1.871 1.88 1.88 0 011.89-1.871c1.044 0 1.89.838 1.89 1.87z"
|
|
38
|
-
})]
|
|
39
|
-
}));
|
|
40
|
-
});
|
|
41
|
-
export default Icon;
|
|
File without changes
|
|
File without changes
|