@lobehub/icons 5.11.0 → 5.13.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 +117 -114
- package/es/AgnesAI/components/Avatar.d.ts +5 -0
- package/es/AgnesAI/components/Avatar.js +25 -0
- package/es/AgnesAI/components/Combine.d.ts +5 -0
- package/es/AgnesAI/components/Combine.js +29 -0
- package/es/AgnesAI/components/Inner.js +41 -0
- package/es/AgnesAI/components/Mono.d.ts +3 -0
- package/es/AgnesAI/components/Mono.js +40 -0
- package/es/AgnesAI/components/Text.d.ts +3 -0
- package/es/AgnesAI/components/Text.js +39 -0
- package/es/AgnesAI/index.d.ts +13 -0
- package/es/AgnesAI/index.js +12 -0
- package/es/AgnesAI/style.d.ts +7 -0
- package/es/AgnesAI/style.js +9 -0
- package/es/Anspire/components/Avatar.d.ts +5 -0
- package/es/Anspire/components/Avatar.js +25 -0
- package/es/Anspire/components/Color.d.ts +3 -0
- package/es/Anspire/components/Color.js +39 -0
- package/es/Anspire/components/Combine.d.ts +7 -0
- package/es/Anspire/components/Combine.js +30 -0
- package/es/Anspire/components/Mono.d.ts +3 -0
- package/es/Anspire/components/Mono.js +40 -0
- package/es/Anspire/components/Text.d.ts +3 -0
- package/es/Anspire/components/Text.js +41 -0
- package/es/Anspire/components/TextColor.d.ts +3 -0
- package/es/Anspire/components/TextColor.js +42 -0
- package/es/Anspire/index.d.ts +15 -0
- package/es/Anspire/index.js +14 -0
- package/es/Anspire/style.d.ts +7 -0
- package/es/Anspire/style.js +9 -0
- package/es/Bocha/components/Avatar.d.ts +5 -0
- package/es/Bocha/components/Avatar.js +25 -0
- package/es/Bocha/components/Color.d.ts +3 -0
- package/es/Bocha/components/Color.js +46 -0
- package/es/Bocha/components/Combine.d.ts +7 -0
- package/es/Bocha/components/Combine.js +32 -0
- package/es/Bocha/components/Mono.d.ts +3 -0
- package/es/Bocha/components/Mono.js +46 -0
- package/es/Bocha/components/Text.d.ts +3 -0
- package/es/Bocha/components/Text.js +41 -0
- package/es/Bocha/index.d.ts +15 -0
- package/es/Bocha/index.js +14 -0
- package/es/Bocha/style.d.ts +7 -0
- package/es/Bocha/style.js +9 -0
- package/es/Brave/components/Avatar.d.ts +5 -0
- package/es/Brave/components/Avatar.js +25 -0
- package/es/Brave/components/Color.d.ts +3 -0
- package/es/Brave/components/Color.js +61 -0
- package/es/Brave/components/Combine.d.ts +7 -0
- package/es/Brave/components/Combine.js +32 -0
- package/es/Brave/components/Mono.d.ts +3 -0
- package/es/Brave/components/Mono.js +40 -0
- package/es/Brave/components/Text.d.ts +3 -0
- package/es/Brave/components/Text.js +39 -0
- package/es/Brave/index.d.ts +15 -0
- package/es/Brave/index.js +14 -0
- package/es/Brave/style.d.ts +7 -0
- package/es/Brave/style.js +9 -0
- package/es/Browserless/components/Avatar.d.ts +5 -0
- package/es/Browserless/components/Avatar.js +25 -0
- package/es/Browserless/components/Combine.d.ts +5 -0
- package/es/Browserless/components/Combine.js +26 -0
- package/es/Browserless/components/Mono.d.ts +3 -0
- package/es/Browserless/components/Mono.js +44 -0
- package/es/Browserless/components/Text.d.ts +3 -0
- package/es/Browserless/components/Text.js +39 -0
- package/es/Browserless/index.d.ts +13 -0
- package/es/Browserless/index.js +12 -0
- package/es/Browserless/style.d.ts +7 -0
- package/es/Browserless/style.js +9 -0
- package/es/CelestoAI/components/Avatar.d.ts +5 -0
- package/es/CelestoAI/components/Avatar.js +25 -0
- package/es/CelestoAI/components/Color.d.ts +3 -0
- package/es/{Stepfun → CelestoAI}/components/Color.js +8 -9
- package/es/CelestoAI/components/Combine.d.ts +7 -0
- package/es/CelestoAI/components/Combine.js +32 -0
- package/es/CelestoAI/components/Mono.d.ts +3 -0
- package/es/CelestoAI/components/Mono.js +40 -0
- package/es/CelestoAI/components/Text.d.ts +3 -0
- package/es/CelestoAI/components/Text.js +39 -0
- package/es/CelestoAI/index.d.ts +15 -0
- package/es/CelestoAI/index.js +14 -0
- package/es/CelestoAI/style.d.ts +7 -0
- package/es/CelestoAI/style.js +9 -0
- package/es/Firecrawl/components/Avatar.d.ts +5 -0
- package/es/Firecrawl/components/Avatar.js +25 -0
- package/es/Firecrawl/components/Color.d.ts +3 -0
- package/es/Firecrawl/components/Color.js +39 -0
- package/es/Firecrawl/components/Combine.d.ts +7 -0
- package/es/Firecrawl/components/Combine.js +32 -0
- package/es/Firecrawl/components/Mono.d.ts +3 -0
- package/es/Firecrawl/components/Mono.js +40 -0
- package/es/Firecrawl/components/Text.d.ts +3 -0
- package/es/Firecrawl/components/Text.js +39 -0
- package/es/Firecrawl/index.d.ts +15 -0
- package/es/Firecrawl/index.js +14 -0
- package/es/Firecrawl/style.d.ts +7 -0
- package/es/Firecrawl/style.js +9 -0
- package/es/HappyHorse/components/Avatar.d.ts +5 -0
- package/es/HappyHorse/components/Avatar.js +25 -0
- package/es/HappyHorse/components/Combine.d.ts +5 -0
- package/es/HappyHorse/components/Combine.js +29 -0
- package/es/HappyHorse/components/Mono.d.ts +3 -0
- package/es/HappyHorse/components/Mono.js +41 -0
- package/es/HappyHorse/components/Text.d.ts +3 -0
- package/es/HappyHorse/components/Text.js +40 -0
- package/es/HappyHorse/index.d.ts +13 -0
- package/es/HappyHorse/index.js +12 -0
- package/es/HappyHorse/style.d.ts +7 -0
- package/es/HappyHorse/style.js +9 -0
- package/es/Kagi/components/Avatar.d.ts +5 -0
- package/es/Kagi/components/Avatar.js +25 -0
- package/es/Kagi/components/Combine.d.ts +5 -0
- package/es/Kagi/components/Combine.js +24 -0
- package/es/Kagi/components/Mono.d.ts +3 -0
- package/es/Kagi/components/Mono.js +40 -0
- package/es/Kagi/components/Text.d.ts +3 -0
- package/es/Kagi/components/Text.js +41 -0
- package/es/Kagi/index.d.ts +13 -0
- package/es/Kagi/index.js +12 -0
- package/es/Kagi/style.d.ts +7 -0
- package/es/Kagi/style.js +9 -0
- package/es/OpenRouter/components/Color.d.ts +3 -0
- package/es/OpenRouter/components/Color.js +39 -0
- package/es/OpenRouter/components/Combine.d.ts +1 -1
- package/es/OpenRouter/components/Combine.js +5 -7
- package/es/OpenRouter/components/Mono.js +1 -1
- package/es/OpenRouter/components/Text.js +2 -2
- package/es/OpenRouter/index.d.ts +2 -0
- package/es/OpenRouter/index.js +2 -0
- package/es/OpenRouter/style.d.ts +4 -4
- package/es/OpenRouter/style.js +4 -4
- package/es/Pi/components/Avatar.d.ts +5 -0
- package/es/Pi/components/Avatar.js +25 -0
- package/es/Pi/components/Combine.d.ts +5 -0
- package/es/Pi/components/Combine.js +24 -0
- package/es/Pi/components/Mono.d.ts +3 -0
- package/es/Pi/components/Mono.js +43 -0
- package/es/Pi/components/Text.d.ts +1 -0
- package/es/Pi/components/Text.js +1 -0
- package/es/Pi/index.d.ts +13 -0
- package/es/Pi/index.js +12 -0
- package/es/Pi/style.d.ts +7 -0
- package/es/Pi/style.js +9 -0
- package/es/Poolside/components/Avatar.d.ts +5 -0
- package/es/Poolside/components/Avatar.js +25 -0
- package/es/Poolside/components/Color.d.ts +3 -0
- package/es/Poolside/components/Color.js +127 -0
- package/es/Poolside/components/Combine.d.ts +7 -0
- package/es/Poolside/components/Combine.js +32 -0
- package/es/Poolside/components/Mono.d.ts +3 -0
- package/es/Poolside/components/Mono.js +138 -0
- package/es/Poolside/components/Text.d.ts +3 -0
- package/es/Poolside/components/Text.js +49 -0
- package/es/Poolside/index.d.ts +15 -0
- package/es/Poolside/index.js +14 -0
- package/es/Poolside/style.d.ts +7 -0
- package/es/Poolside/style.js +9 -0
- package/es/SearXNG/components/Avatar.d.ts +5 -0
- package/es/SearXNG/components/Avatar.js +25 -0
- package/es/SearXNG/components/Color.d.ts +3 -0
- package/es/SearXNG/components/Color.js +44 -0
- package/es/SearXNG/components/Combine.d.ts +7 -0
- package/es/SearXNG/components/Combine.js +32 -0
- package/es/SearXNG/components/Mono.d.ts +3 -0
- package/es/SearXNG/components/Mono.js +43 -0
- package/es/SearXNG/components/Text.d.ts +3 -0
- package/es/SearXNG/components/Text.js +39 -0
- package/es/SearXNG/index.d.ts +15 -0
- package/es/SearXNG/index.js +14 -0
- package/es/SearXNG/style.d.ts +7 -0
- package/es/SearXNG/style.js +9 -0
- package/es/Stepfun/components/Avatar.js +2 -2
- package/es/Stepfun/components/Combine.d.ts +1 -3
- package/es/Stepfun/components/Combine.js +3 -13
- package/es/Stepfun/components/Inner.d.ts +3 -0
- package/es/Stepfun/components/Inner.js +40 -0
- package/es/Stepfun/components/Mono.js +1 -1
- package/es/Stepfun/components/Text.js +4 -9
- package/es/Stepfun/index.d.ts +0 -3
- package/es/Stepfun/index.js +1 -4
- package/es/Stepfun/style.d.ts +5 -6
- package/es/Stepfun/style.js +5 -6
- package/es/icons.d.ts +12 -0
- package/es/icons.js +12 -0
- package/es/toc.json +1 -1
- package/package.json +2 -2
- /package/es/{Stepfun/components/Color.d.ts → AgnesAI/components/Inner.d.ts} +0 -0
|
@@ -1,34 +1,24 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
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", "extraStyle"];
|
|
5
4
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
5
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
6
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
7
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
8
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
-
function
|
|
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; }
|
|
9
|
+
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
|
|
12
10
|
import { memo } from 'react';
|
|
13
11
|
import IconCombine from "../../features/IconCombine";
|
|
14
12
|
import { COMBINE_SPACE_MULTIPLE, COMBINE_TEXT_MULTIPLE, TITLE } from "../style";
|
|
15
|
-
import Color from "./Color";
|
|
16
13
|
import Mono from "./Mono";
|
|
17
14
|
import Text from "./Text";
|
|
18
15
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
19
16
|
var Combine = /*#__PURE__*/memo(function (_ref) {
|
|
20
|
-
var
|
|
21
|
-
type = _ref$type === void 0 ? 'mono' : _ref$type,
|
|
22
|
-
extraStyle = _ref.extraStyle,
|
|
23
|
-
rest = _objectWithoutProperties(_ref, _excluded);
|
|
24
|
-
var Icon = type === 'color' ? Color : Mono;
|
|
17
|
+
var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
25
18
|
return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
|
|
26
|
-
Icon:
|
|
19
|
+
Icon: Mono,
|
|
27
20
|
Text: Text,
|
|
28
21
|
"aria-label": TITLE,
|
|
29
|
-
extraStyle: _objectSpread({
|
|
30
|
-
fontWeight: 500
|
|
31
|
-
}, extraStyle),
|
|
32
22
|
spaceMultiple: COMBINE_SPACE_MULTIPLE,
|
|
33
23
|
textMultiple: COMBINE_TEXT_MULTIPLE
|
|
34
24
|
}, rest));
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
var _excluded = ["size", "style"];
|
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
12
|
+
import { memo } from 'react';
|
|
13
|
+
import { TITLE } from "../style";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
17
|
+
var _ref$size = _ref.size,
|
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
19
|
+
style = _ref.style,
|
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
22
|
+
fill: "currentColor",
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
height: size,
|
|
25
|
+
style: _objectSpread({
|
|
26
|
+
flex: 'none',
|
|
27
|
+
lineHeight: 1
|
|
28
|
+
}, style),
|
|
29
|
+
viewBox: "0 0 24 24",
|
|
30
|
+
width: size,
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
32
|
+
}, rest), {}, {
|
|
33
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
34
|
+
children: TITLE
|
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
+
d: "M1 23h6.335v-6.337H1V23zM8.832 23h6.336v-6.337H8.832V23zM8.832 15.17h6.336V8.835H8.832v6.337zM8.832 7.342h6.336V1.005H8.832v6.337zM16.665 7.337H23V1h-6.335v6.337z"
|
|
37
|
+
})]
|
|
38
|
+
}));
|
|
39
|
+
});
|
|
40
|
+
export default Icon;
|
|
@@ -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: "M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0zM8.762 19.614H4.376v-4.386h4.386v4.386zm5.423 0H9.798v-4.386h4.387v4.386zm0-5.42H9.798V9.81h4.387v4.386zm0-5.418H9.798V4.39h4.387v4.386zm5.422-.004h-4.386V4.386h4.386v4.386z"
|
|
37
37
|
})]
|
|
38
38
|
}));
|
|
39
39
|
});
|
|
@@ -26,22 +26,17 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
|
|
|
26
26
|
flex: 'none',
|
|
27
27
|
lineHeight: 1
|
|
28
28
|
}, style),
|
|
29
|
-
viewBox: "0 0
|
|
29
|
+
viewBox: "0 0 88 24",
|
|
30
30
|
xmlns: "http://www.w3.org/2000/svg"
|
|
31
31
|
}, rest), {}, {
|
|
32
32
|
children: [/*#__PURE__*/_jsx("title", {
|
|
33
33
|
children: TITLE
|
|
34
34
|
}), /*#__PURE__*/_jsx("path", {
|
|
35
|
-
d: "
|
|
35
|
+
d: "M14.86 14.568c0 2.873-2.174 5.061-6.347 5.061-3.542 0-6.352-1.844-6.492-5.143h2.794c.18 1.795 1.67 2.766 3.824 2.766s3.45-1.121 3.45-2.562c0-1.296-.97-2.072-3.44-2.8l-1.514-.427c-2.853-.82-4.615-2.082-4.615-4.658 0-2.892 2.66-4.784 6.143-4.784 3.484 0 5.934 1.989 6.046 4.876h-2.741c-.224-1.553-1.442-2.504-3.392-2.504s-3.27.961-3.27 2.387c0 1.238 1.062 1.956 3.226 2.582l1.32.374c3.29.96 5.007 2.329 5.007 4.837v-.005zm5.4 1.13V9.12h2.339V6.683H20.26V3.874h-2.64v2.81H15.53v2.435h2.091v6.609c0 2.868 1.796 3.697 3.494 3.785.85.043 1.723-.073 1.723-.073v-2.174c-.296.015-.486.039-.85.039-.64 0-1.732-.116-1.732-1.606h.005zm28.42-2.391c0 3.93-2.732 6.308-5.915 6.308-1.335 0-2.742-.471-3.693-1.33v5.692h-2.64V7.08h2.64v1.17c.951-.86 2.358-1.33 3.693-1.33 3.032 0 5.914 2.465 5.914 6.386zm-2.62-.039c0-2.61-1.486-4.042-3.315-4.042-1.83 0-3.678 1.431-3.678 4.042 0 2.61 1.849 4.042 3.678 4.042 1.83 0 3.314-1.431 3.314-4.042z"
|
|
36
36
|
}), /*#__PURE__*/_jsx("path", {
|
|
37
|
-
|
|
38
|
-
d: "M38.76 15.054l.153-.347.164.341a18.47 18.47 0 005.207 6.504l1.217-1.542a16.082 16.082 0 01-3.386-3.648 17.204 17.204 0 01-2.118-4.286l-.075-.226h5.242V9.886h-5.33v-4.84l.159-.014c1.722-.15 3.217-.387 4.443-.705l-.61-1.876a23.937 23.937 0 01-3.578.595 51.91 51.91 0 01-4.149.191h-2.218V5.18h2.216c.365 0 .902-.013 1.593-.038l.181-.007v4.75h-5.058V2.722H25.34v7.242h3.12v8.21l-1.159.238v-6.178h-1.96v6.58l-.689.14.398 1.903 7.738-1.588-.398-1.903-1.969.405v-3.426h2.562V12.4h-2.562V9.963h2.575v1.887h4.72l-.042.206c-.496 2.432-2.002 4.933-4.481 7.448l.007.031-.045.01c-.316.319-.648.639-.995.959L33.445 22c2.517-2.31 4.304-4.648 5.313-6.946h.002zm-7.915-7.077h-3.527V4.665h3.527v3.312zM50.107 17.138l.659-2.926h6.055v1.652h-4.738l-.438 1.964h5.176v2.161h-8.517v1.943H67.32v-1.943h-8.516v-2.16h6.984v-1.965h-6.984v-1.652h7.425v-1.964h-7.425v-1.514h5.856a.314.314 0 00.053-.006h.952V2.546H49.846v.833l-.004.033a2.317 2.317 0 00-.009.093v6.267c0 .035.004.067.011.103v.851h1.005v.006h5.97v1.514h-5.614l.139-.616h-2.033l-1.238 5.506h2.032l.002.002zm1.731-12.65h11.823v1.18H51.838v-1.18zm0 4.28V7.61h11.823v1.157H51.838z"
|
|
37
|
+
d: "M39.095 24h-2.688V7.056h2.688v1.14c.927-.815 2.29-1.3 3.669-1.3 1.518 0 3.018.63 4.114 1.732 1.18 1.184 1.83 2.848 1.83 4.682 0 1.835-.612 3.48-1.772 4.644-1.082 1.087-2.562 1.689-4.168 1.689-1.378 0-2.741-.486-3.668-1.3V24h-.005zm-2.634-.049h2.59v-5.72l.04.038c.916.83 2.29 1.325 3.677 1.325 2.926 0 5.89-2.16 5.89-6.284s-2.993-6.36-5.89-6.36c-1.383 0-2.756.494-3.678 1.324l-.038.039V7.109H36.46v16.847-.005zM8.51 19.657c-1.8 0-3.372-.466-4.536-1.339C2.747 17.396 2.063 16.071 2 14.49v-.025h2.839v.025c.174 1.717 1.591 2.741 3.804 2.741 2.018 0 3.425-1.043 3.425-2.538 0-1.27-.96-2.047-3.425-2.775l-1.514-.427c-1.563-.446-2.64-.98-3.387-1.674-.84-.776-1.247-1.761-1.247-3.008 0-1.408.611-2.616 1.776-3.494C5.387 2.465 6.944 2 8.662 2s3.212.47 4.309 1.359c1.097.888 1.708 2.11 1.761 3.542v.024h-2.79v-.02c-.228-1.576-1.456-2.484-3.367-2.484-1.912 0-3.246.927-3.246 2.363 0 1.155.931 1.897 3.212 2.557l1.32.374c3.522 1.029 5.026 2.484 5.026 4.857 0 1.475-.558 2.727-1.615 3.625-1.121.956-2.766 1.46-4.755 1.46h-.005zM2.05 14.51c.14 3.096 2.673 5.095 6.463 5.095s6.322-1.931 6.322-5.037c0-2.353-1.494-3.79-4.988-4.813l-1.32-.374C6.221 8.71 5.28 7.958 5.28 6.775c0-1.466 1.296-2.412 3.295-2.412 1.999 0 3.173.912 3.41 2.504h2.699c-.126-2.887-2.543-4.828-6.022-4.828s-6.119 1.96-6.119 4.76c0 2.324 1.374 3.712 4.6 4.639l1.514.427c2.49.732 3.46 1.523 3.46 2.819 0 1.523-1.427 2.586-3.474 2.586-2.227 0-3.664-1.034-3.848-2.766H2.049v.005zm19.457 5.037c-.131 0-.262 0-.393-.01-1-.049-1.805-.34-2.397-.854-.742-.645-1.121-1.64-1.121-2.955V9.143h-2.091V6.658h2.091v-2.81h2.688v2.81h2.339v2.485h-2.339v6.555c0 1.417.976 1.582 1.708 1.582.253 0 .427-.01.607-.025l.237-.014h.025v2.217h-.02s-.635.088-1.334.088zM15.557 9.094h2.091v6.633c0 2.96 1.888 3.678 3.47 3.76.766.04 1.557-.053 1.698-.072v-2.126c-.078 0-.145.01-.213.015a7.092 7.092 0 01-.612.024c-.432 0-1.756 0-1.756-1.63V9.094h2.338V6.707h-2.338v-2.81h-2.591v2.81h-2.092v2.387h.005zm27.187 8.244a3.654 3.654 0 01-2.542-1.048c-.757-.752-1.16-1.795-1.16-3.018 0-1.223.403-2.266 1.16-3.018a3.654 3.654 0 012.542-1.048c2 0 3.338 1.635 3.338 4.066 0 2.43-1.339 4.066-3.338 4.066zm0-8.089c-1.771 0-3.654 1.407-3.654 4.018 0 2.61 1.883 4.018 3.654 4.018 1.965 0 3.29-1.616 3.29-4.018 0-2.402-1.32-4.018-3.29-4.018zM31.98 15.704c-.535 1.097-1.495 1.597-2.81 1.636-1.854-.049-3.009-1.136-3.246-3.222h9.073c.025-.277.044-.563.044-.86 0-4.114-2.625-6.341-5.866-6.341-3.242 0-5.867 2.222-5.867 6.342 0 4.12 2.397 6.337 5.867 6.337 2.872 0 4.677-1.35 5.502-3.892h-2.698zm-2.81-6.55c1.805.048 2.945.912 3.227 2.902h-6.454c.281-1.99 1.422-2.854 3.227-2.902z"
|
|
39
38
|
}), /*#__PURE__*/_jsx("path", {
|
|
40
|
-
d: "
|
|
41
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
42
|
-
d: "M87.86 2.546H69.894l-.006 19.35h1.983V4.489H87.86V2.546z"
|
|
43
|
-
}), /*#__PURE__*/_jsx("path", {
|
|
44
|
-
d: "M77.575 19.945h-1.257v-7.55H87.86v-1.944H73.342v1.944h1.014v9.5l.587.002.01.014h3.258l5.266-3.736v-.001l1.613-1.143-1.613 1.144 2.789 3.737 1.595-1.167-2.77-3.714 2.768-1.962-1.155-1.597-4.405 3.123-4.724 3.35z"
|
|
39
|
+
d: "M29.17 19.622c-1.748 0-3.218-.568-4.251-1.64-1.073-1.111-1.64-2.746-1.64-4.721s.596-3.59 1.727-4.731c1.043-1.053 2.523-1.635 4.168-1.635s3.12.582 4.168 1.635c1.13 1.14 1.727 2.775 1.727 4.73 0 .282-.014.573-.043.86v.024h-9.07c.244 2.023 1.355 3.125 3.218 3.173 1.364-.039 2.27-.568 2.785-1.62v-.015h2.751l-.01.034c-.844 2.591-2.702 3.906-5.526 3.906h-.005zm0-12.679c-3.495 0-5.843 2.538-5.843 6.318s2.237 6.312 5.842 6.312c2.79 0 4.63-1.29 5.469-3.843h-2.65c-.524 1.063-1.446 1.597-2.824 1.636-1.902-.054-3.032-1.174-3.27-3.246v-.03h9.074a9.77 9.77 0 00.038-.834c0-3.775-2.348-6.318-5.842-6.318l.005.005zm3.255 5.139h-6.507v-.03c.272-1.911 1.335-2.867 3.251-2.92 1.917.053 2.98 1.009 3.251 2.92v.03h.005zm-6.453-.049h6.395c-.272-1.868-1.32-2.8-3.198-2.853-1.878.053-2.926.985-3.198 2.853zM53.09 5.294v4.77h7.182v2.678h-7.181v6.914h-2.8V2.616h9.981v2.678h-7.181zM72.92 7.482v12.17h-2.63v-.893c-.612.786-1.82 1.325-3.775 1.208-1.956-.116-4.673-1.635-4.673-5.012V7.482h2.63v7.206c0 1.849 1.241 2.824 2.727 2.824 1.484 0 3.09-1.024 3.09-3.503V7.482h2.63zM75.011 19.66V7.49h2.63v.893c.612-.786 1.82-1.324 3.775-1.208 1.956.116 4.673 1.635 4.673 5.012v7.473h-2.63v-7.206c0-1.849-1.242-2.824-2.727-2.824-1.485 0-3.09 1.024-3.09 3.503v6.527h-2.63z"
|
|
45
40
|
})]
|
|
46
41
|
}));
|
|
47
42
|
});
|
package/es/Stepfun/index.d.ts
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import Avatar from './components/Avatar';
|
|
2
|
-
import Color from './components/Color';
|
|
3
2
|
import Combine from './components/Combine';
|
|
4
3
|
import Mono from './components/Mono';
|
|
5
4
|
import Text from './components/Text';
|
|
6
5
|
export type CompoundedIcon = typeof Mono & {
|
|
7
6
|
Avatar: typeof Avatar;
|
|
8
|
-
Color: typeof Color;
|
|
9
7
|
Combine: typeof Combine;
|
|
10
8
|
Text: typeof Text;
|
|
11
|
-
colorGradient: string;
|
|
12
9
|
colorPrimary: string;
|
|
13
10
|
title: string;
|
|
14
11
|
};
|
package/es/Stepfun/index.js
CHANGED
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
import Avatar from "./components/Avatar";
|
|
2
|
-
import Color from "./components/Color";
|
|
3
2
|
import Combine from "./components/Combine";
|
|
4
3
|
import Mono from "./components/Mono";
|
|
5
4
|
import Text from "./components/Text";
|
|
6
|
-
import {
|
|
5
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
|
7
6
|
var Icons = Mono;
|
|
8
|
-
Icons.Color = Color;
|
|
9
7
|
Icons.Text = Text;
|
|
10
8
|
Icons.Combine = Combine;
|
|
11
9
|
Icons.Avatar = Avatar;
|
|
12
10
|
Icons.colorPrimary = COLOR_PRIMARY;
|
|
13
|
-
Icons.colorGradient = COLOR_GRADIENT;
|
|
14
11
|
Icons.title = TITLE;
|
|
15
12
|
export default Icons;
|
package/es/Stepfun/style.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
export declare const TITLE = "
|
|
1
|
+
export declare const TITLE = "StepFun";
|
|
2
2
|
export declare const COMBINE_TEXT_MULTIPLE = 0.9;
|
|
3
3
|
export declare const COMBINE_SPACE_MULTIPLE = 0.3;
|
|
4
|
-
export declare const COLOR_PRIMARY = "#
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const AVATAR_ICON_MULTIPLE = 0.6;
|
|
4
|
+
export declare const COLOR_PRIMARY = "#000";
|
|
5
|
+
export declare const AVATAR_BACKGROUND = "#fff";
|
|
6
|
+
export declare const AVATAR_COLOR = "#000";
|
|
7
|
+
export declare const AVATAR_ICON_MULTIPLE = 0.65;
|
package/es/Stepfun/style.js
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
export var TITLE = '
|
|
1
|
+
export var TITLE = 'StepFun';
|
|
2
2
|
export var COMBINE_TEXT_MULTIPLE = 0.9;
|
|
3
3
|
export var COMBINE_SPACE_MULTIPLE = 0.3;
|
|
4
|
-
export var COLOR_PRIMARY = '#
|
|
5
|
-
export var COLOR_GRADIENT = 'linear-gradient(-45deg, #0160FF, #01A9FF)';
|
|
4
|
+
export var COLOR_PRIMARY = '#000';
|
|
6
5
|
|
|
7
6
|
// Avatar constants
|
|
8
|
-
export var AVATAR_BACKGROUND =
|
|
9
|
-
export var AVATAR_COLOR =
|
|
10
|
-
export var AVATAR_ICON_MULTIPLE = 0.
|
|
7
|
+
export var AVATAR_BACKGROUND = '#fff';
|
|
8
|
+
export var AVATAR_COLOR = COLOR_PRIMARY;
|
|
9
|
+
export var AVATAR_ICON_MULTIPLE = 0.65;
|
package/es/icons.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export { default as Ace, type CompoundedIcon as AceProps } from './Ace';
|
|
|
2
2
|
export { default as Adobe, type CompoundedIcon as AdobeProps } from './Adobe';
|
|
3
3
|
export { default as AdobeFirefly, type CompoundedIcon as AdobeFireflyProps } from './AdobeFirefly';
|
|
4
4
|
export { default as AgentVoice, type CompoundedIcon as AgentVoiceProps } from './AgentVoice';
|
|
5
|
+
export { default as AgnesAI, type CompoundedIcon as AgnesAIProps } from './AgnesAI';
|
|
5
6
|
export { default as Agui, type CompoundedIcon as AguiProps } from './Agui';
|
|
6
7
|
export { default as Ai2, type CompoundedIcon as Ai2Props } from './Ai2';
|
|
7
8
|
export { default as Ai21, type CompoundedIcon as Ai21Props } from './Ai21';
|
|
@@ -17,6 +18,7 @@ export { default as AlephAlpha, type CompoundedIcon as AlephAlphaProps } from '.
|
|
|
17
18
|
export { default as Alibaba, type CompoundedIcon as AlibabaProps } from './Alibaba';
|
|
18
19
|
export { default as AlibabaCloud, type CompoundedIcon as AlibabaCloudProps } from './AlibabaCloud';
|
|
19
20
|
export { default as Amp, type CompoundedIcon as AmpProps } from './Amp';
|
|
21
|
+
export { default as Anspire, type CompoundedIcon as AnspireProps } from './Anspire';
|
|
20
22
|
export { default as AntGroup, type CompoundedIcon as AntGroupProps } from './AntGroup';
|
|
21
23
|
export { default as Anthropic, type CompoundedIcon as AnthropicProps } from './Anthropic';
|
|
22
24
|
export { default as Antigravity, type CompoundedIcon as AntigravityProps } from './Antigravity';
|
|
@@ -43,10 +45,14 @@ export { default as Bfl, type CompoundedIcon as BflProps } from './Bfl';
|
|
|
43
45
|
export { default as Bilibili, type CompoundedIcon as BilibiliProps } from './Bilibili';
|
|
44
46
|
export { default as BilibiliIndex, type CompoundedIcon as BilibiliIndexProps, } from './BilibiliIndex';
|
|
45
47
|
export { default as Bing, type CompoundedIcon as BingProps } from './Bing';
|
|
48
|
+
export { default as Bocha, type CompoundedIcon as BochaProps } from './Bocha';
|
|
49
|
+
export { default as Brave, type CompoundedIcon as BraveProps } from './Brave';
|
|
46
50
|
export { default as BriaAI, type CompoundedIcon as BriaAIProps } from './BriaAI';
|
|
51
|
+
export { default as Browserless, type CompoundedIcon as BrowserlessProps } from './Browserless';
|
|
47
52
|
export { default as BurnCloud, type CompoundedIcon as BurnCloudProps } from './BurnCloud';
|
|
48
53
|
export { default as ByteDance, type CompoundedIcon as ByteDanceProps } from './ByteDance';
|
|
49
54
|
export { default as CapCut, type CompoundedIcon as CapCutProps } from './CapCut';
|
|
55
|
+
export { default as CelestoAI, type CompoundedIcon as CelestoAIProps } from './CelestoAI';
|
|
50
56
|
export { default as CentML, type CompoundedIcon as CentMLProps } from './CentML';
|
|
51
57
|
export { default as Cerebras, type CompoundedIcon as CerebrasProps } from './Cerebras';
|
|
52
58
|
export { default as ChatGLM, type CompoundedIcon as ChatGLMProps } from './ChatGLM';
|
|
@@ -99,6 +105,7 @@ export { default as Fal, type CompoundedIcon as FalProps } from './Fal';
|
|
|
99
105
|
export { default as FastGPT, type CompoundedIcon as FastGPTProps } from './FastGPT';
|
|
100
106
|
export { default as Featherless, type CompoundedIcon as FeatherlessProps } from './Featherless';
|
|
101
107
|
export { default as Figma, type CompoundedIcon as FigmaProps } from './Figma';
|
|
108
|
+
export { default as Firecrawl, type CompoundedIcon as FirecrawlProps } from './Firecrawl';
|
|
102
109
|
export { default as Fireworks, type CompoundedIcon as FireworksProps } from './Fireworks';
|
|
103
110
|
export { default as FishAudio, type CompoundedIcon as FishAudioProps } from './FishAudio';
|
|
104
111
|
export { default as Flora, type CompoundedIcon as FloraProps } from './Flora';
|
|
@@ -123,6 +130,7 @@ export { default as Grok, type CompoundedIcon as GrokProps } from './Grok';
|
|
|
123
130
|
export { default as Groq, type CompoundedIcon as GroqProps } from './Groq';
|
|
124
131
|
export { default as Hailuo, type CompoundedIcon as HailuoProps } from './Hailuo';
|
|
125
132
|
export { default as Haiper, type CompoundedIcon as HaiperProps } from './Haiper';
|
|
133
|
+
export { default as HappyHorse, type CompoundedIcon as HappyHorseProps } from './HappyHorse';
|
|
126
134
|
export { default as Hedra, type CompoundedIcon as HedraProps } from './Hedra';
|
|
127
135
|
export { default as HermesAgent, type CompoundedIcon as HermesAgentProps } from './HermesAgent';
|
|
128
136
|
export { default as Higress, type CompoundedIcon as HigressProps } from './Higress';
|
|
@@ -143,6 +151,7 @@ export { default as InternLM, type CompoundedIcon as InternLMProps } from './Int
|
|
|
143
151
|
export { default as Jimeng, type CompoundedIcon as JimengProps } from './Jimeng';
|
|
144
152
|
export { default as Jina, type CompoundedIcon as JinaProps } from './Jina';
|
|
145
153
|
export { default as Junie, type CompoundedIcon as JunieProps } from './Junie';
|
|
154
|
+
export { default as Kagi, type CompoundedIcon as KagiProps } from './Kagi';
|
|
146
155
|
export { default as KiloCode, type CompoundedIcon as KiloCodeProps } from './KiloCode';
|
|
147
156
|
export { default as Kimi, type CompoundedIcon as KimiProps } from './Kimi';
|
|
148
157
|
export { default as Kiro, type CompoundedIcon as KiroProps } from './Kiro';
|
|
@@ -219,11 +228,13 @@ export { default as Parasail, type CompoundedIcon as ParasailProps } from './Par
|
|
|
219
228
|
export { default as Perplexity, type CompoundedIcon as PerplexityProps } from './Perplexity';
|
|
220
229
|
export { default as Phidata, type CompoundedIcon as PhidataProps } from './Phidata';
|
|
221
230
|
export { default as Phind, type CompoundedIcon as PhindProps } from './Phind';
|
|
231
|
+
export { default as Pi, type CompoundedIcon as PiProps } from './Pi';
|
|
222
232
|
export { default as Pika, type CompoundedIcon as PikaProps } from './Pika';
|
|
223
233
|
export { default as PixVerse, type CompoundedIcon as PixVerseProps } from './PixVerse';
|
|
224
234
|
export { default as Player2, type CompoundedIcon as Player2Props } from './Player2';
|
|
225
235
|
export { default as Poe, type CompoundedIcon as PoeProps } from './Poe';
|
|
226
236
|
export { default as Pollinations, type CompoundedIcon as PollinationsProps } from './Pollinations';
|
|
237
|
+
export { default as Poolside, type CompoundedIcon as PoolsideProps } from './Poolside';
|
|
227
238
|
export { default as PPIO, type CompoundedIcon as PPIOProps } from './PPIO';
|
|
228
239
|
export { default as PrunaAI, type CompoundedIcon as PrunaAIProps } from './PrunaAI';
|
|
229
240
|
export { default as PydanticAI, type CompoundedIcon as PydanticAIProps } from './PydanticAI';
|
|
@@ -244,6 +255,7 @@ export { default as Rwkv, type CompoundedIcon as RwkvProps } from './Rwkv';
|
|
|
244
255
|
export { default as SambaNova, type CompoundedIcon as SambaNovaProps } from './SambaNova';
|
|
245
256
|
export { default as Search1API, type CompoundedIcon as Search1APIProps } from './Search1API';
|
|
246
257
|
export { default as SearchApi, type CompoundedIcon as SearchApiProps } from './SearchApi';
|
|
258
|
+
export { default as SearXNG, type CompoundedIcon as SearXNGProps } from './SearXNG';
|
|
247
259
|
export { default as SenseNova, type CompoundedIcon as SenseNovaProps } from './SenseNova';
|
|
248
260
|
export { default as SiliconCloud, type CompoundedIcon as SiliconCloudProps } from './SiliconCloud';
|
|
249
261
|
export { default as SillyTavern, type CompoundedIcon as SillyTavernProps } from './SillyTavern';
|
package/es/icons.js
CHANGED
|
@@ -2,6 +2,7 @@ export { default as Ace } from "./Ace";
|
|
|
2
2
|
export { default as Adobe } from "./Adobe";
|
|
3
3
|
export { default as AdobeFirefly } from "./AdobeFirefly";
|
|
4
4
|
export { default as AgentVoice } from "./AgentVoice";
|
|
5
|
+
export { default as AgnesAI } from "./AgnesAI";
|
|
5
6
|
export { default as Agui } from "./Agui";
|
|
6
7
|
export { default as Ai2 } from "./Ai2";
|
|
7
8
|
export { default as Ai21 } from "./Ai21";
|
|
@@ -17,6 +18,7 @@ export { default as AlephAlpha } from "./AlephAlpha";
|
|
|
17
18
|
export { default as Alibaba } from "./Alibaba";
|
|
18
19
|
export { default as AlibabaCloud } from "./AlibabaCloud";
|
|
19
20
|
export { default as Amp } from "./Amp";
|
|
21
|
+
export { default as Anspire } from "./Anspire";
|
|
20
22
|
export { default as AntGroup } from "./AntGroup";
|
|
21
23
|
export { default as Anthropic } from "./Anthropic";
|
|
22
24
|
export { default as Antigravity } from "./Antigravity";
|
|
@@ -43,10 +45,14 @@ export { default as Bfl } from "./Bfl";
|
|
|
43
45
|
export { default as Bilibili } from "./Bilibili";
|
|
44
46
|
export { default as BilibiliIndex } from "./BilibiliIndex";
|
|
45
47
|
export { default as Bing } from "./Bing";
|
|
48
|
+
export { default as Bocha } from "./Bocha";
|
|
49
|
+
export { default as Brave } from "./Brave";
|
|
46
50
|
export { default as BriaAI } from "./BriaAI";
|
|
51
|
+
export { default as Browserless } from "./Browserless";
|
|
47
52
|
export { default as BurnCloud } from "./BurnCloud";
|
|
48
53
|
export { default as ByteDance } from "./ByteDance";
|
|
49
54
|
export { default as CapCut } from "./CapCut";
|
|
55
|
+
export { default as CelestoAI } from "./CelestoAI";
|
|
50
56
|
export { default as CentML } from "./CentML";
|
|
51
57
|
export { default as Cerebras } from "./Cerebras";
|
|
52
58
|
export { default as ChatGLM } from "./ChatGLM";
|
|
@@ -99,6 +105,7 @@ export { default as Fal } from "./Fal";
|
|
|
99
105
|
export { default as FastGPT } from "./FastGPT";
|
|
100
106
|
export { default as Featherless } from "./Featherless";
|
|
101
107
|
export { default as Figma } from "./Figma";
|
|
108
|
+
export { default as Firecrawl } from "./Firecrawl";
|
|
102
109
|
export { default as Fireworks } from "./Fireworks";
|
|
103
110
|
export { default as FishAudio } from "./FishAudio";
|
|
104
111
|
export { default as Flora } from "./Flora";
|
|
@@ -123,6 +130,7 @@ export { default as Grok } from "./Grok";
|
|
|
123
130
|
export { default as Groq } from "./Groq";
|
|
124
131
|
export { default as Hailuo } from "./Hailuo";
|
|
125
132
|
export { default as Haiper } from "./Haiper";
|
|
133
|
+
export { default as HappyHorse } from "./HappyHorse";
|
|
126
134
|
export { default as Hedra } from "./Hedra";
|
|
127
135
|
export { default as HermesAgent } from "./HermesAgent";
|
|
128
136
|
export { default as Higress } from "./Higress";
|
|
@@ -143,6 +151,7 @@ export { default as InternLM } from "./InternLM";
|
|
|
143
151
|
export { default as Jimeng } from "./Jimeng";
|
|
144
152
|
export { default as Jina } from "./Jina";
|
|
145
153
|
export { default as Junie } from "./Junie";
|
|
154
|
+
export { default as Kagi } from "./Kagi";
|
|
146
155
|
export { default as KiloCode } from "./KiloCode";
|
|
147
156
|
export { default as Kimi } from "./Kimi";
|
|
148
157
|
export { default as Kiro } from "./Kiro";
|
|
@@ -219,11 +228,13 @@ export { default as Parasail } from "./Parasail";
|
|
|
219
228
|
export { default as Perplexity } from "./Perplexity";
|
|
220
229
|
export { default as Phidata } from "./Phidata";
|
|
221
230
|
export { default as Phind } from "./Phind";
|
|
231
|
+
export { default as Pi } from "./Pi";
|
|
222
232
|
export { default as Pika } from "./Pika";
|
|
223
233
|
export { default as PixVerse } from "./PixVerse";
|
|
224
234
|
export { default as Player2 } from "./Player2";
|
|
225
235
|
export { default as Poe } from "./Poe";
|
|
226
236
|
export { default as Pollinations } from "./Pollinations";
|
|
237
|
+
export { default as Poolside } from "./Poolside";
|
|
227
238
|
export { default as PPIO } from "./PPIO";
|
|
228
239
|
export { default as PrunaAI } from "./PrunaAI";
|
|
229
240
|
export { default as PydanticAI } from "./PydanticAI";
|
|
@@ -244,6 +255,7 @@ export { default as Rwkv } from "./Rwkv";
|
|
|
244
255
|
export { default as SambaNova } from "./SambaNova";
|
|
245
256
|
export { default as Search1API } from "./Search1API";
|
|
246
257
|
export { default as SearchApi } from "./SearchApi";
|
|
258
|
+
export { default as SearXNG } from "./SearXNG";
|
|
247
259
|
export { default as SenseNova } from "./SenseNova";
|
|
248
260
|
export { default as SiliconCloud } from "./SiliconCloud";
|
|
249
261
|
export { default as SillyTavern } from "./SillyTavern";
|