@lobehub/icons 1.91.0 → 1.93.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 +45 -39
- package/es/Cerebras/components/Avatar.d.ts +5 -0
- package/es/Cerebras/components/Avatar.js +27 -0
- package/es/Cerebras/components/BrandColor.d.ts +3 -0
- package/es/Cerebras/components/BrandColor.js +46 -0
- package/es/Cerebras/components/BrandMono.d.ts +3 -0
- package/es/Cerebras/components/BrandMono.js +45 -0
- package/es/Cerebras/components/Color.d.ts +3 -0
- package/es/Cerebras/components/Color.js +45 -0
- package/es/Cerebras/components/Combine.d.ts +7 -0
- package/es/Cerebras/components/Combine.js +32 -0
- package/es/Cerebras/components/Mono.d.ts +3 -0
- package/es/Cerebras/components/Mono.js +44 -0
- package/es/Cerebras/components/Text.d.ts +3 -0
- package/es/Cerebras/components/Text.js +53 -0
- package/es/Cerebras/index.d.ts +19 -0
- package/es/Cerebras/index.js +20 -0
- package/es/Cerebras/style.d.ts +4 -0
- package/es/Cerebras/style.js +4 -0
- package/es/DeepInfra/components/Avatar.d.ts +5 -0
- package/es/DeepInfra/components/Avatar.js +26 -0
- package/es/DeepInfra/components/Color.d.ts +3 -0
- package/es/DeepInfra/components/Color.js +43 -0
- package/es/DeepInfra/components/Combine.d.ts +7 -0
- package/es/DeepInfra/components/Combine.js +32 -0
- package/es/DeepInfra/components/Mono.d.ts +3 -0
- package/es/DeepInfra/components/Mono.js +43 -0
- package/es/DeepInfra/components/Text.d.ts +3 -0
- package/es/DeepInfra/components/Text.js +42 -0
- package/es/DeepInfra/index.d.ts +15 -0
- package/es/DeepInfra/index.js +16 -0
- package/es/DeepInfra/style.d.ts +4 -0
- package/es/DeepInfra/style.js +4 -0
- package/es/Doc2X/components/Avatar.d.ts +5 -0
- package/es/Doc2X/components/Avatar.js +29 -0
- package/es/Doc2X/components/Color.d.ts +3 -0
- package/es/Doc2X/components/Color.js +54 -0
- package/es/Doc2X/components/Combine.d.ts +7 -0
- package/es/Doc2X/components/Combine.js +32 -0
- package/es/Doc2X/components/Mono.d.ts +3 -0
- package/es/Doc2X/components/Mono.js +54 -0
- package/es/Doc2X/components/Text.d.ts +3 -0
- package/es/Doc2X/components/Text.js +40 -0
- package/es/Doc2X/index.d.ts +15 -0
- package/es/Doc2X/index.js +16 -0
- package/es/Doc2X/style.d.ts +4 -0
- package/es/Doc2X/style.js +4 -0
- package/es/DreamMachine/components/Avatar.d.ts +5 -0
- package/es/DreamMachine/components/Avatar.js +25 -0
- package/es/DreamMachine/components/Combine.d.ts +5 -0
- package/es/DreamMachine/components/Combine.js +29 -0
- package/es/DreamMachine/components/Mono.d.ts +3 -0
- package/es/DreamMachine/components/Mono.js +45 -0
- package/es/DreamMachine/components/Text.d.ts +3 -0
- package/es/DreamMachine/components/Text.js +40 -0
- package/es/DreamMachine/index.d.ts +13 -0
- package/es/DreamMachine/index.js +14 -0
- package/es/DreamMachine/style.d.ts +4 -0
- package/es/DreamMachine/style.js +4 -0
- package/es/Exa/components/Avatar.d.ts +5 -0
- package/es/Exa/components/Avatar.js +30 -0
- package/es/Exa/components/Color.d.ts +3 -0
- package/es/Exa/components/Color.js +42 -0
- package/es/Exa/components/Combine.d.ts +7 -0
- package/es/Exa/components/Combine.js +32 -0
- package/es/Exa/components/Mono.d.ts +3 -0
- package/es/Exa/components/Mono.js +42 -0
- package/es/Exa/components/Text.d.ts +3 -0
- package/es/Exa/components/Text.js +40 -0
- package/es/Exa/index.d.ts +15 -0
- package/es/Exa/index.js +16 -0
- package/es/Exa/style.d.ts +4 -0
- package/es/Exa/style.js +4 -0
- package/es/Flora/components/Avatar.d.ts +5 -0
- package/es/Flora/components/Avatar.js +25 -0
- package/es/Flora/components/Combine.d.ts +5 -0
- package/es/Flora/components/Combine.js +29 -0
- package/es/Flora/components/Mono.d.ts +3 -0
- package/es/Flora/components/Mono.js +41 -0
- package/es/Flora/components/Text.d.ts +3 -0
- package/es/Flora/components/Text.js +41 -0
- package/es/Flora/index.d.ts +13 -0
- package/es/Flora/index.js +14 -0
- package/es/Flora/style.d.ts +4 -0
- package/es/Flora/style.js +4 -0
- package/es/Kera/components/Avatar.js +1 -1
- package/es/NotebookLM/components/Avatar.d.ts +5 -0
- package/es/NotebookLM/components/Avatar.js +25 -0
- package/es/NotebookLM/components/Combine.d.ts +5 -0
- package/es/NotebookLM/components/Combine.js +29 -0
- package/es/NotebookLM/components/Mono.d.ts +3 -0
- package/es/NotebookLM/components/Mono.js +41 -0
- package/es/NotebookLM/components/Text.d.ts +3 -0
- package/es/NotebookLM/components/Text.js +40 -0
- package/es/NotebookLM/index.d.ts +13 -0
- package/es/NotebookLM/index.js +14 -0
- package/es/NotebookLM/style.d.ts +4 -0
- package/es/NotebookLM/style.js +4 -0
- package/es/RSSHub/components/Avatar.d.ts +5 -0
- package/es/RSSHub/components/Avatar.js +29 -0
- package/es/RSSHub/components/Color.d.ts +3 -0
- package/es/RSSHub/components/Color.js +52 -0
- package/es/RSSHub/components/Combine.d.ts +7 -0
- package/es/RSSHub/components/Combine.js +32 -0
- package/es/RSSHub/components/Mono.d.ts +3 -0
- package/es/RSSHub/components/Mono.js +53 -0
- package/es/RSSHub/components/Text.d.ts +3 -0
- package/es/RSSHub/components/Text.js +40 -0
- package/es/RSSHub/index.d.ts +15 -0
- package/es/RSSHub/index.js +16 -0
- package/es/RSSHub/style.d.ts +4 -0
- package/es/RSSHub/style.js +4 -0
- package/es/SearchApi/components/Avatar.d.ts +5 -0
- package/es/SearchApi/components/Avatar.js +25 -0
- package/es/SearchApi/components/Combine.d.ts +5 -0
- package/es/SearchApi/components/Combine.js +29 -0
- package/es/SearchApi/components/Mono.d.ts +3 -0
- package/es/SearchApi/components/Mono.js +41 -0
- package/es/SearchApi/components/Text.d.ts +3 -0
- package/es/SearchApi/components/Text.js +40 -0
- package/es/SearchApi/index.d.ts +13 -0
- package/es/SearchApi/index.js +14 -0
- package/es/SearchApi/style.d.ts +4 -0
- package/es/SearchApi/style.js +4 -0
- package/es/TopazLabs/components/Avatar.d.ts +5 -0
- package/es/TopazLabs/components/Avatar.js +25 -0
- package/es/TopazLabs/components/Combine.d.ts +5 -0
- package/es/TopazLabs/components/Combine.js +29 -0
- package/es/TopazLabs/components/Mono.d.ts +3 -0
- package/es/TopazLabs/components/Mono.js +41 -0
- package/es/TopazLabs/components/Text.d.ts +3 -0
- package/es/TopazLabs/components/Text.js +58 -0
- package/es/TopazLabs/index.d.ts +13 -0
- package/es/TopazLabs/index.js +14 -0
- package/es/TopazLabs/style.d.ts +4 -0
- package/es/TopazLabs/style.js +4 -0
- package/es/VectorizerAI/components/Avatar.d.ts +5 -0
- package/es/VectorizerAI/components/Avatar.js +30 -0
- package/es/VectorizerAI/components/Combine.d.ts +7 -0
- package/es/VectorizerAI/components/Combine.js +29 -0
- package/es/VectorizerAI/components/Mono.d.ts +3 -0
- package/es/VectorizerAI/components/Mono.js +41 -0
- package/es/VectorizerAI/components/Text.d.ts +3 -0
- package/es/VectorizerAI/components/Text.js +40 -0
- package/es/VectorizerAI/index.d.ts +13 -0
- package/es/VectorizerAI/index.js +14 -0
- package/es/VectorizerAI/style.d.ts +4 -0
- package/es/VectorizerAI/style.js +4 -0
- package/es/Yuanbao/components/Avatar.d.ts +5 -0
- package/es/Yuanbao/components/Avatar.js +26 -0
- package/es/Yuanbao/components/Color.d.ts +3 -0
- package/es/Yuanbao/components/Color.js +134 -0
- package/es/Yuanbao/components/Combine.d.ts +7 -0
- package/es/Yuanbao/components/Combine.js +32 -0
- package/es/Yuanbao/components/Mono.d.ts +3 -0
- package/es/Yuanbao/components/Mono.js +41 -0
- package/es/Yuanbao/components/Text.d.ts +3 -0
- package/es/Yuanbao/components/Text.js +40 -0
- package/es/Yuanbao/index.d.ts +15 -0
- package/es/Yuanbao/index.js +16 -0
- package/es/Yuanbao/style.d.ts +4 -0
- package/es/Yuanbao/style.js +4 -0
- package/es/icons.d.ts +12 -0
- package/es/icons.js +12 -0
- package/es/toc.js +230 -14
- package/package.json +1 -1
@@ -0,0 +1,134 @@
|
|
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 _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; }
|
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; }
|
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; }
|
18
|
+
import { forwardRef } from 'react';
|
19
|
+
import { useFillIds } from "../../hooks/useFillId";
|
20
|
+
import { TITLE } from "../style";
|
21
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
22
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
23
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
24
|
+
var _ref$size = _ref.size,
|
25
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
26
|
+
style = _ref.style,
|
27
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
28
|
+
var _useFillIds = useFillIds(TITLE, 4),
|
29
|
+
_useFillIds2 = _slicedToArray(_useFillIds, 4),
|
30
|
+
a = _useFillIds2[0],
|
31
|
+
b = _useFillIds2[1],
|
32
|
+
c = _useFillIds2[2],
|
33
|
+
d = _useFillIds2[3];
|
34
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
35
|
+
height: size,
|
36
|
+
ref: ref,
|
37
|
+
style: _objectSpread({
|
38
|
+
flex: 'none',
|
39
|
+
lineHeight: 1
|
40
|
+
}, style),
|
41
|
+
viewBox: "0 0 24 24",
|
42
|
+
width: size,
|
43
|
+
xmlns: "http://www.w3.org/2000/svg"
|
44
|
+
}, rest), {}, {
|
45
|
+
children: [/*#__PURE__*/_jsx("title", {
|
46
|
+
children: TITLE
|
47
|
+
}), /*#__PURE__*/_jsx("path", {
|
48
|
+
d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z",
|
49
|
+
fill: a.fill
|
50
|
+
}), /*#__PURE__*/_jsx("path", {
|
51
|
+
clipRule: "evenodd",
|
52
|
+
d: "M12 0c.518 0 1.028.033 1.528.096A6.188 6.188 0 0112.12 12.28l-.12.001c-2.99 0-5.242 2.179-5.554 5.11-.223 2.086.353 4.412 2.242 6.146C3.672 22.1 0 17.479 0 12 0 5.373 5.373 0 12 0z",
|
53
|
+
fill: b.fill,
|
54
|
+
fillRule: "evenodd"
|
55
|
+
}), /*#__PURE__*/_jsx("path", {
|
56
|
+
clipRule: "evenodd",
|
57
|
+
d: "M5.286 5a2.438 2.438 0 01.682 3.38c-3.962 5.966-3.215 10.743 2.648 15.136C3.636 22.056 0 17.452 0 12c0-1.787.39-3.482 1.09-5.006.253-.435.525-.872.817-1.311A2.438 2.438 0 015.286 5z",
|
58
|
+
fill: c.fill,
|
59
|
+
fillRule: "evenodd"
|
60
|
+
}), /*#__PURE__*/_jsx("path", {
|
61
|
+
clipRule: "evenodd",
|
62
|
+
d: "M12.98.04c.272.021.543.053.81.093.583.106 1.117.254 1.538.44 6.638 2.927 8.07 10.052 1.748 15.642a4.126 4.126 0 01-5.822-.358c-1.51-1.706-1.3-4.184.357-5.822.858-.848 3.108-1.223 4.045-2.44 1.257-1.635 2.122-6.01-2.523-7.507L12.98.04z",
|
63
|
+
fill: d.fill,
|
64
|
+
fillRule: "evenodd"
|
65
|
+
}), /*#__PURE__*/_jsx("path", {
|
66
|
+
clipRule: "evenodd",
|
67
|
+
d: "M13.528.096A6.187 6.187 0 0112 12.281a5.752 5.752 0 00-1.71.255c.147-.905.595-1.784 1.321-2.501.858-.848 3.108-1.223 4.045-2.441 1.27-1.651 2.14-6.104-2.676-7.554.184.014.367.033.548.056z",
|
68
|
+
fill: "#ECECEE",
|
69
|
+
fillRule: "evenodd"
|
70
|
+
}), /*#__PURE__*/_jsxs("defs", {
|
71
|
+
children: [/*#__PURE__*/_jsxs("linearGradient", {
|
72
|
+
gradientUnits: "userSpaceOnUse",
|
73
|
+
id: a.id,
|
74
|
+
x1: "12",
|
75
|
+
x2: "12",
|
76
|
+
y1: "0",
|
77
|
+
y2: "24",
|
78
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
79
|
+
stopColor: "#02B2FC"
|
80
|
+
}), /*#__PURE__*/_jsx("stop", {
|
81
|
+
offset: ".5",
|
82
|
+
stopColor: "#20CBB6"
|
83
|
+
}), /*#__PURE__*/_jsx("stop", {
|
84
|
+
offset: "1",
|
85
|
+
stopColor: "#13D363"
|
86
|
+
})]
|
87
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
88
|
+
gradientUnits: "userSpaceOnUse",
|
89
|
+
id: b.id,
|
90
|
+
x1: "9.095",
|
91
|
+
x2: "9.095",
|
92
|
+
y1: "0",
|
93
|
+
y2: "23.537",
|
94
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
95
|
+
stopColor: "#C3EBEF"
|
96
|
+
}), /*#__PURE__*/_jsx("stop", {
|
97
|
+
offset: "1",
|
98
|
+
stopColor: "#D3F4DD"
|
99
|
+
})]
|
100
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
101
|
+
gradientUnits: "userSpaceOnUse",
|
102
|
+
id: c.id,
|
103
|
+
x1: "4.308",
|
104
|
+
x2: "4.308",
|
105
|
+
y1: "4.593",
|
106
|
+
y2: "23.516",
|
107
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
108
|
+
stopColor: "#14D368"
|
109
|
+
}), /*#__PURE__*/_jsx("stop", {
|
110
|
+
offset: ".5",
|
111
|
+
stopColor: "#24CEAD"
|
112
|
+
}), /*#__PURE__*/_jsx("stop", {
|
113
|
+
offset: "1",
|
114
|
+
stopColor: "#03B4F8"
|
115
|
+
})]
|
116
|
+
}), /*#__PURE__*/_jsxs("linearGradient", {
|
117
|
+
gradientUnits: "userSpaceOnUse",
|
118
|
+
id: d.id,
|
119
|
+
x1: "15.685",
|
120
|
+
x2: "15.685",
|
121
|
+
y1: ".039",
|
122
|
+
y2: "17.249",
|
123
|
+
children: [/*#__PURE__*/_jsx("stop", {
|
124
|
+
stopColor: "#61CFFA",
|
125
|
+
stopOpacity: ".996"
|
126
|
+
}), /*#__PURE__*/_jsx("stop", {
|
127
|
+
offset: "1",
|
128
|
+
stopColor: "#79E3C0"
|
129
|
+
})]
|
130
|
+
})]
|
131
|
+
})]
|
132
|
+
}));
|
133
|
+
});
|
134
|
+
export default Icon;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { type IconCombineProps } from "../../features/IconCombine";
|
3
|
+
export interface CombineProps extends Omit<IconCombineProps, 'Icon' | 'Text'> {
|
4
|
+
type?: 'color' | 'mono';
|
5
|
+
}
|
6
|
+
declare const Combine: import("react").NamedExoticComponent<CombineProps>;
|
7
|
+
export default Combine;
|
@@ -0,0 +1,32 @@
|
|
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 = ["type"];
|
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 IconCombine from "../../features/IconCombine";
|
14
|
+
import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
|
15
|
+
import Color from "./Color";
|
16
|
+
import Mono from "./Mono";
|
17
|
+
import Text from "./Text";
|
18
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
19
|
+
var Combine = /*#__PURE__*/memo(function (_ref) {
|
20
|
+
var _ref$type = _ref.type,
|
21
|
+
type = _ref$type === void 0 ? 'mono' : _ref$type,
|
22
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
23
|
+
var Icon = type === 'color' ? Color : Mono;
|
24
|
+
return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
|
25
|
+
Icon: Icon,
|
26
|
+
Text: Text,
|
27
|
+
"aria-label": TITLE,
|
28
|
+
spaceMultiple: SPACE_MULTIPLE,
|
29
|
+
textMultiple: TEXT_MULTIPLE
|
30
|
+
}, rest));
|
31
|
+
});
|
32
|
+
export default Combine;
|
@@ -0,0 +1,41 @@
|
|
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 { forwardRef } 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__*/forwardRef(function (_ref, 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
|
+
ref: ref,
|
26
|
+
style: _objectSpread({
|
27
|
+
flex: 'none',
|
28
|
+
lineHeight: 1
|
29
|
+
}, style),
|
30
|
+
viewBox: "0 0 24 24",
|
31
|
+
width: size,
|
32
|
+
xmlns: "http://www.w3.org/2000/svg"
|
33
|
+
}, rest), {}, {
|
34
|
+
children: [/*#__PURE__*/_jsx("title", {
|
35
|
+
children: TITLE
|
36
|
+
}), /*#__PURE__*/_jsx("path", {
|
37
|
+
d: "M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm1.652 1.123l-.01-.001c.533.097 1.023.233 1.41.404 6.084 2.683 7.396 9.214 1.601 14.338a3.781 3.781 0 01-5.337-.328 3.654 3.654 0 01-.884-3.044c-1.934.6-3.295 2.305-3.524 4.45-.204 1.912.324 4.044 2.056 5.634l.245.067C10.1 22.876 11.036 23 12 23c6.075 0 11-4.925 11-11 0-5.513-4.056-10.08-9.348-10.877zM2.748 6.21c-.178.269-.348.536-.51.803l-.235.394.078-.167A10.957 10.957 0 001 12c0 4.919 3.228 9.083 7.682 10.49l.214.065C3.523 18.528 2.84 14.149 6.47 8.68A2.234 2.234 0 102.748 6.21zm10.157-5.172c4.408 1.33 3.61 5.41 2.447 6.924-.86 1.117-2.922 1.46-3.708 2.238-.666.657-1.077 1.462-1.212 2.291A5.303 5.303 0 0112 12.258a5.672 5.672 0 001.404-11.169 10.51 10.51 0 00-.5-.052z"
|
38
|
+
})]
|
39
|
+
}));
|
40
|
+
});
|
41
|
+
export default Icon;
|
@@ -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 { forwardRef } 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__*/forwardRef(function (_ref, 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
|
+
ref: ref,
|
26
|
+
style: _objectSpread({
|
27
|
+
flex: 'none',
|
28
|
+
lineHeight: 1
|
29
|
+
}, style),
|
30
|
+
viewBox: "0 0 92 24",
|
31
|
+
xmlns: "http://www.w3.org/2000/svg"
|
32
|
+
}, rest), {}, {
|
33
|
+
children: [/*#__PURE__*/_jsx("title", {
|
34
|
+
children: TITLE
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
36
|
+
d: "M89.215 4.058c.354 0 .62.051.796.154.177.089.28.236.31.443.03.206.03.428 0 .664l-.487 3.85h-2.588l.398-2.921c.015-.074 0-.133-.044-.177a.21.21 0 00-.177-.089H74.237l-.465 3.186h-2.589l.775-5.11h7.81A32.07 32.07 0 0179.325 2h2.633l.487 2.058h6.77zm-8.297 10.885l-.641 4.823h8.296l-.265 1.925h-19.05l.244-1.925h8.208l.642-4.823H72.09l.287-1.903h6.24l.42-3.142h-4.801l.243-1.902h12.346l-.266 1.902h-4.956l-.42 3.142h6.239l-.288 1.903h-6.217zm2.832 4.27c-.118-.34-.273-.797-.464-1.372a39.816 39.816 0 01-.62-2.345h2.456c.103.354.236.804.398 1.35.177.53.48 1.32.907 2.367H83.75zM66.891 3.15l-.332 2.036H51.47l.332-2.036h15.09zm.288 8.01h-4.89l-1.194 8.628h5.907l-.774 2.124h-8.164l1.593-10.752H56.58a21.26 21.26 0 01-1.15 4.026 15.79 15.79 0 01-1.925 3.451c-.767 1.063-1.807 2.154-3.12 3.275h-3.783c1.21-.93 2.183-1.763 2.92-2.5a15.07 15.07 0 001.97-2.301c.575-.811 1.069-1.711 1.482-2.7.413-.987.73-2.072.951-3.252h-4.978l.31-2.035h18.23l-.31 2.035zM32.134 6.822h-2.412l-.819-4.646h2.301l.93 4.646zM43.86 2.375c.649 0 1.062.111 1.239.332.191.222.236.612.132 1.173l-2.81 15.797h2.744l-.797 2.057H39.59c.324-1.8.693-3.901 1.106-6.305.428-2.42.649-3.688.663-3.806h-3.54l-1.77 10.111h-2.433l1.77-10.11h-3.031l.376-1.881h2.987l.84-4.735 2.147 1.593-.553 3.142h3.54c.339-2.006.626-3.6.862-4.779.044-.207.03-.361-.044-.465-.059-.118-.258-.177-.597-.177h-8.164l-.443-1.947H43.86zm-12.434 5.62l-1.682 9.447c.457-.34 1.43-1.099 2.92-2.279l-.53 2.877a46.925 46.925 0 01-2.766 2.035A65.854 65.854 0 0126.403 22l2.235-12.058h-2.279l.332-1.947h4.735zM20.142 9.566c.266.472.767.922 1.505 1.35.752.412 1.467.7 2.146.862l-.576 1.947a8.994 8.994 0 01-1.283-.376 9.385 9.385 0 01-1.504-.796l-.531 2.345h1.084c.546 0 .885.096 1.017.288.148.191.192.45.133.774-.133.87-.302 1.858-.509 2.965a661.593 661.593 0 01-.53 2.986h-5.996l-.399-1.792h4.293l.62-3.03c.058-.296-.067-.443-.377-.443h-7.544l.707-3.629a16.62 16.62 0 01-.796.31c-.383.148-.833.28-1.35.398l.465-2.212a9.915 9.915 0 002.058-.797c.663-.354 1.216-.737 1.659-1.15h-3.34l.353-1.726h4.16c.162-.28.317-.62.464-1.018h-4.447l.354-1.77h1.527l-.531-2.654h2.323c.088.486.265 1.371.53 2.655h.797c.192-.885.325-1.896.399-3.032h2.345c-.074 1.195-.207 2.206-.398 3.032h.862c.354-.738.701-1.623 1.04-2.655h2.323c-.162.457-.339.914-.53 1.371-.192.443-.392.87-.598 1.284h1.637l-.42 1.77h-4.845c-.015.073-.148.412-.399 1.017h5.93l-.42 1.726h-3.408zm-9.978-6.97c.442 0 .774.045.995.133.222.089.354.236.399.443a1.9 1.9 0 010 .708L8.35 21.91H6.093l1.305-6.925H5.894c-.089.472-.28 1.343-.575 2.611a82.428 82.428 0 01-1.107 4.314H2a71.505 71.505 0 001.77-7.057L5.96 2.597h4.204zm-.885 2.302c.03-.163.007-.273-.066-.332-.06-.06-.17-.089-.332-.089H7.774L7.177 7.84h1.549l.553-2.942zm8.562 4.668h-.819a8.087 8.087 0 01-1.57 1.615h3.429a7.028 7.028 0 01-.575-.774 6.109 6.109 0 01-.465-.841zm-10.11 3.606l.663-3.54H6.845l-.62 3.54H7.73zm6.614 1.726h3.275l.442-2.035H13.55l1.04.707-.244 1.328zm3.939 2.633l-.399 1.726h-7.633l-.31-1.726h8.342z"
|
37
|
+
})]
|
38
|
+
}));
|
39
|
+
});
|
40
|
+
export default Icon;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import Avatar from './components/Avatar';
|
2
|
+
import Color from './components/Color';
|
3
|
+
import Combine from './components/Combine';
|
4
|
+
import Mono from './components/Mono';
|
5
|
+
import Text from './components/Text';
|
6
|
+
export type CompoundedIcon = typeof Mono & {
|
7
|
+
Avatar: typeof Avatar;
|
8
|
+
Color: typeof Color;
|
9
|
+
Combine: typeof Combine;
|
10
|
+
Text: typeof Text;
|
11
|
+
colorPrimary: string;
|
12
|
+
title: string;
|
13
|
+
};
|
14
|
+
declare const Icons: CompoundedIcon;
|
15
|
+
export default Icons;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
import Avatar from "./components/Avatar";
|
4
|
+
import Color from "./components/Color";
|
5
|
+
import Combine from "./components/Combine";
|
6
|
+
import Mono from "./components/Mono";
|
7
|
+
import Text from "./components/Text";
|
8
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
9
|
+
var Icons = Mono;
|
10
|
+
Icons.Color = Color;
|
11
|
+
Icons.Text = Text;
|
12
|
+
Icons.Combine = Combine;
|
13
|
+
Icons.Avatar = Avatar;
|
14
|
+
Icons.colorPrimary = COLOR_PRIMARY;
|
15
|
+
Icons.title = TITLE;
|
16
|
+
export default Icons;
|
package/es/icons.d.ts
CHANGED
@@ -20,6 +20,7 @@ export { default as BaiduCloud, type CompoundedIcon as BaiduCloudProps } from '.
|
|
20
20
|
export { default as Bedrock, type CompoundedIcon as BedrockProps } from './Bedrock';
|
21
21
|
export { default as Bing, type CompoundedIcon as BingProps } from './Bing';
|
22
22
|
export { default as ByteDance, type CompoundedIcon as ByteDanceProps } from './ByteDance';
|
23
|
+
export { default as Cerebras, type CompoundedIcon as CerebrasProps } from './Cerebras';
|
23
24
|
export { default as ChatGLM, type CompoundedIcon as ChatGLMProps } from './ChatGLM';
|
24
25
|
export { default as Civitai, type CompoundedIcon as CivitaiProps } from './Civitai';
|
25
26
|
export { default as Claude, type CompoundedIcon as ClaudeProps } from './Claude';
|
@@ -40,14 +41,19 @@ export { default as Cursor, type CompoundedIcon as CursorProps } from './Cursor'
|
|
40
41
|
export { default as Dalle, type CompoundedIcon as DalleProps } from './Dalle';
|
41
42
|
export { default as Dbrx, type CompoundedIcon as DbrxProps } from './Dbrx';
|
42
43
|
export { default as DeepAI, type CompoundedIcon as DeepAIProps } from './DeepAI';
|
44
|
+
export { default as DeepInfra, type CompoundedIcon as DeepInfraProps } from './DeepInfra';
|
43
45
|
export { default as DeepMind, type CompoundedIcon as DeepMindProps } from './DeepMind';
|
44
46
|
export { default as DeepSeek, type CompoundedIcon as DeepSeekProps } from './DeepSeek';
|
45
47
|
export { default as Dify, type CompoundedIcon as DifyProps } from './Dify';
|
48
|
+
export { default as Doc2X, type CompoundedIcon as Doc2XProps } from './Doc2X';
|
46
49
|
export { default as DocSearch, type CompoundedIcon as DocSearchProps } from './DocSearch';
|
47
50
|
export { default as Doubao, type CompoundedIcon as DoubaoProps } from './Doubao';
|
51
|
+
export { default as DreamMachine, type CompoundedIcon as DreamMachineProps } from './DreamMachine';
|
52
|
+
export { default as Exa, type CompoundedIcon as ExaProps } from './Exa';
|
48
53
|
export { default as Fal, type CompoundedIcon as FalProps } from './Fal';
|
49
54
|
export { default as Fireworks, type CompoundedIcon as FireworksProps } from './Fireworks';
|
50
55
|
export { default as FishAudio, type CompoundedIcon as FishAudioProps } from './FishAudio';
|
56
|
+
export { default as Flora, type CompoundedIcon as FloraProps } from './Flora';
|
51
57
|
export { default as Flowith, type CompoundedIcon as FlowithProps } from './Flowith';
|
52
58
|
export { default as Flux, type CompoundedIcon as FluxProps } from './Flux';
|
53
59
|
export { default as Gemini, type CompoundedIcon as GeminiProps } from './Gemini';
|
@@ -102,6 +108,7 @@ export { default as Monica, type CompoundedIcon as MonicaProps } from './Monica'
|
|
102
108
|
export { default as Moonshot, type CompoundedIcon as MoonshotProps } from './Moonshot';
|
103
109
|
export { default as MyShell, type CompoundedIcon as MyShellProps } from './MyShell';
|
104
110
|
export { default as N8n, type CompoundedIcon as N8nProps } from './N8n';
|
111
|
+
export { default as NotebookLM, type CompoundedIcon as NotebookLMProps } from './NotebookLM';
|
105
112
|
export { default as Notion, type CompoundedIcon as NotionProps } from './Notion';
|
106
113
|
export { default as Nova, type CompoundedIcon as NovaProps } from './Nova';
|
107
114
|
export { default as Novita, type CompoundedIcon as NovitaProps } from './Novita';
|
@@ -125,10 +132,12 @@ export { default as Railway, type CompoundedIcon as RailwayProps } from './Railw
|
|
125
132
|
export { default as Recraft, type CompoundedIcon as RecraftProps } from './Recraft';
|
126
133
|
export { default as Replicate, type CompoundedIcon as ReplicateProps } from './Replicate';
|
127
134
|
export { default as Replit, type CompoundedIcon as ReplitProps } from './Replit';
|
135
|
+
export { default as RSSHub, type CompoundedIcon as RSSHubProps } from './RSSHub';
|
128
136
|
export { default as Runway, type CompoundedIcon as RunwayProps } from './Runway';
|
129
137
|
export { default as Rwkv, type CompoundedIcon as RwkvProps } from './Rwkv';
|
130
138
|
export { default as SambaNova, type CompoundedIcon as SambaNovaProps } from './SambaNova';
|
131
139
|
export { default as Search1API, type CompoundedIcon as Search1APIProps } from './Search1API';
|
140
|
+
export { default as SearchApi, type CompoundedIcon as SearchApiProps } from './SearchApi';
|
132
141
|
export { default as SenseNova, type CompoundedIcon as SenseNovaProps } from './SenseNova';
|
133
142
|
export { default as SiliconCloud, type CompoundedIcon as SiliconCloudProps } from './SiliconCloud';
|
134
143
|
export { default as Spark, type CompoundedIcon as SparkProps } from './Spark';
|
@@ -142,11 +151,13 @@ export { default as TencentCloud, type CompoundedIcon as TencentCloudProps } fro
|
|
142
151
|
export { default as Tiangong, type CompoundedIcon as TiangongProps } from './Tiangong';
|
143
152
|
export { default as TII, type CompoundedIcon as TIIProps } from './TII';
|
144
153
|
export { default as Together, type CompoundedIcon as TogetherProps } from './Together';
|
154
|
+
export { default as TopazLabs, type CompoundedIcon as TopazLabsProps } from './TopazLabs';
|
145
155
|
export { default as Tripo, type CompoundedIcon as TripoProps } from './Tripo';
|
146
156
|
export { default as Udio, type CompoundedIcon as UdioProps } from './Udio';
|
147
157
|
export { default as Unstructured, type CompoundedIcon as UnstructuredProps } from './Unstructured';
|
148
158
|
export { default as Upstage, type CompoundedIcon as UpstageProps } from './Upstage';
|
149
159
|
export { default as V0, type CompoundedIcon as V0Props } from './V0';
|
160
|
+
export { default as VectorizerAI, type CompoundedIcon as VectorizerAIProps } from './VectorizerAI';
|
150
161
|
export { default as Vercel, type CompoundedIcon as VercelProps } from './Vercel';
|
151
162
|
export { default as VertexAI, type CompoundedIcon as VertexAIProps } from './VertexAI';
|
152
163
|
export { default as Vidu, type CompoundedIcon as ViduProps } from './Vidu';
|
@@ -159,6 +170,7 @@ export { default as XAI, type CompoundedIcon as XAIProps } from './XAI';
|
|
159
170
|
export { default as Xuanyuan, type CompoundedIcon as XuanyuanProps } from './Xuanyuan';
|
160
171
|
export { default as Yandex, type CompoundedIcon as YandexProps } from './Yandex';
|
161
172
|
export { default as Yi, type CompoundedIcon as YiProps } from './Yi';
|
173
|
+
export { default as Yuanbao, type CompoundedIcon as YuanbaoProps } from './Yuanbao';
|
162
174
|
export { default as Zeabur, type CompoundedIcon as ZeaburProps } from './Zeabur';
|
163
175
|
export { default as ZeroOne, type CompoundedIcon as ZeroOneProps } from './ZeroOne';
|
164
176
|
export { default as Zhipu, type CompoundedIcon as ZhipuProps } from './Zhipu';
|
package/es/icons.js
CHANGED
@@ -20,6 +20,7 @@ export { default as BaiduCloud } from "./BaiduCloud";
|
|
20
20
|
export { default as Bedrock } from "./Bedrock";
|
21
21
|
export { default as Bing } from "./Bing";
|
22
22
|
export { default as ByteDance } from "./ByteDance";
|
23
|
+
export { default as Cerebras } from "./Cerebras";
|
23
24
|
export { default as ChatGLM } from "./ChatGLM";
|
24
25
|
export { default as Civitai } from "./Civitai";
|
25
26
|
export { default as Claude } from "./Claude";
|
@@ -40,14 +41,19 @@ export { default as Cursor } from "./Cursor";
|
|
40
41
|
export { default as Dalle } from "./Dalle";
|
41
42
|
export { default as Dbrx } from "./Dbrx";
|
42
43
|
export { default as DeepAI } from "./DeepAI";
|
44
|
+
export { default as DeepInfra } from "./DeepInfra";
|
43
45
|
export { default as DeepMind } from "./DeepMind";
|
44
46
|
export { default as DeepSeek } from "./DeepSeek";
|
45
47
|
export { default as Dify } from "./Dify";
|
48
|
+
export { default as Doc2X } from "./Doc2X";
|
46
49
|
export { default as DocSearch } from "./DocSearch";
|
47
50
|
export { default as Doubao } from "./Doubao";
|
51
|
+
export { default as DreamMachine } from "./DreamMachine";
|
52
|
+
export { default as Exa } from "./Exa";
|
48
53
|
export { default as Fal } from "./Fal";
|
49
54
|
export { default as Fireworks } from "./Fireworks";
|
50
55
|
export { default as FishAudio } from "./FishAudio";
|
56
|
+
export { default as Flora } from "./Flora";
|
51
57
|
export { default as Flowith } from "./Flowith";
|
52
58
|
export { default as Flux } from "./Flux";
|
53
59
|
export { default as Gemini } from "./Gemini";
|
@@ -102,6 +108,7 @@ export { default as Monica } from "./Monica";
|
|
102
108
|
export { default as Moonshot } from "./Moonshot";
|
103
109
|
export { default as MyShell } from "./MyShell";
|
104
110
|
export { default as N8n } from "./N8n";
|
111
|
+
export { default as NotebookLM } from "./NotebookLM";
|
105
112
|
export { default as Notion } from "./Notion";
|
106
113
|
export { default as Nova } from "./Nova";
|
107
114
|
export { default as Novita } from "./Novita";
|
@@ -125,10 +132,12 @@ export { default as Railway } from "./Railway";
|
|
125
132
|
export { default as Recraft } from "./Recraft";
|
126
133
|
export { default as Replicate } from "./Replicate";
|
127
134
|
export { default as Replit } from "./Replit";
|
135
|
+
export { default as RSSHub } from "./RSSHub";
|
128
136
|
export { default as Runway } from "./Runway";
|
129
137
|
export { default as Rwkv } from "./Rwkv";
|
130
138
|
export { default as SambaNova } from "./SambaNova";
|
131
139
|
export { default as Search1API } from "./Search1API";
|
140
|
+
export { default as SearchApi } from "./SearchApi";
|
132
141
|
export { default as SenseNova } from "./SenseNova";
|
133
142
|
export { default as SiliconCloud } from "./SiliconCloud";
|
134
143
|
export { default as Spark } from "./Spark";
|
@@ -142,11 +151,13 @@ export { default as TencentCloud } from "./TencentCloud";
|
|
142
151
|
export { default as Tiangong } from "./Tiangong";
|
143
152
|
export { default as TII } from "./TII";
|
144
153
|
export { default as Together } from "./Together";
|
154
|
+
export { default as TopazLabs } from "./TopazLabs";
|
145
155
|
export { default as Tripo } from "./Tripo";
|
146
156
|
export { default as Udio } from "./Udio";
|
147
157
|
export { default as Unstructured } from "./Unstructured";
|
148
158
|
export { default as Upstage } from "./Upstage";
|
149
159
|
export { default as V0 } from "./V0";
|
160
|
+
export { default as VectorizerAI } from "./VectorizerAI";
|
150
161
|
export { default as Vercel } from "./Vercel";
|
151
162
|
export { default as VertexAI } from "./VertexAI";
|
152
163
|
export { default as Vidu } from "./Vidu";
|
@@ -159,6 +170,7 @@ export { default as XAI } from "./XAI";
|
|
159
170
|
export { default as Xuanyuan } from "./Xuanyuan";
|
160
171
|
export { default as Yandex } from "./Yandex";
|
161
172
|
export { default as Yi } from "./Yi";
|
173
|
+
export { default as Yuanbao } from "./Yuanbao";
|
162
174
|
export { default as Zeabur } from "./Zeabur";
|
163
175
|
export { default as ZeroOne } from "./ZeroOne";
|
164
176
|
export { default as Zhipu } from "./Zhipu";
|