@lobehub/icons 2.14.0 → 2.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/Agui/components/Avatar.d.ts +5 -0
- package/es/Agui/components/Avatar.js +25 -0
- package/es/Agui/components/Combine.d.ts +5 -0
- package/es/Agui/components/Combine.js +26 -0
- package/es/Agui/components/Mono.d.ts +3 -0
- package/es/Agui/components/Mono.js +41 -0
- package/es/Agui/components/Text.d.ts +3 -0
- package/es/Agui/components/Text.js +39 -0
- package/es/Agui/index.d.ts +13 -0
- package/es/Agui/index.js +12 -0
- package/es/Agui/style.d.ts +7 -0
- package/es/Agui/style.js +9 -0
- package/es/CopilotKit/components/Avatar.d.ts +5 -0
- package/es/CopilotKit/components/Avatar.js +25 -0
- package/es/CopilotKit/components/Color.d.ts +3 -0
- package/es/CopilotKit/components/Color.js +133 -0
- package/es/CopilotKit/components/Combine.d.ts +7 -0
- package/es/CopilotKit/components/Combine.js +33 -0
- package/es/CopilotKit/components/Mono.d.ts +3 -0
- package/es/CopilotKit/components/Mono.js +52 -0
- package/es/CopilotKit/components/Text.d.ts +3 -0
- package/es/CopilotKit/components/Text.js +39 -0
- package/es/CopilotKit/index.d.ts +15 -0
- package/es/CopilotKit/index.js +14 -0
- package/es/CopilotKit/style.d.ts +7 -0
- package/es/CopilotKit/style.js +9 -0
- package/es/ElevenX/components/Avatar.d.ts +5 -0
- package/es/ElevenX/components/Avatar.js +25 -0
- package/es/ElevenX/components/Combine.d.ts +5 -0
- package/es/ElevenX/components/Combine.js +26 -0
- package/es/ElevenX/components/Mono.d.ts +3 -0
- package/es/ElevenX/components/Mono.js +40 -0
- package/es/ElevenX/components/Text.d.ts +3 -0
- package/es/ElevenX/components/Text.js +39 -0
- package/es/ElevenX/index.d.ts +13 -0
- package/es/ElevenX/index.js +12 -0
- package/es/ElevenX/style.d.ts +7 -0
- package/es/ElevenX/style.js +9 -0
- package/es/Glama/components/Avatar.d.ts +5 -0
- package/es/Glama/components/Avatar.js +25 -0
- package/es/Glama/components/Combine.d.ts +5 -0
- package/es/Glama/components/Combine.js +26 -0
- package/es/Glama/components/Mono.d.ts +3 -0
- package/es/Glama/components/Mono.js +44 -0
- package/es/Glama/components/Text.d.ts +3 -0
- package/es/Glama/components/Text.js +39 -0
- package/es/Glama/index.d.ts +13 -0
- package/es/Glama/index.js +12 -0
- package/es/Glama/style.d.ts +7 -0
- package/es/Glama/style.js +9 -0
- package/es/Mastra/components/Avatar.d.ts +5 -0
- package/es/Mastra/components/Avatar.js +25 -0
- package/es/Mastra/components/Combine.d.ts +5 -0
- package/es/Mastra/components/Combine.js +26 -0
- package/es/Mastra/components/Mono.d.ts +3 -0
- package/es/Mastra/components/Mono.js +43 -0
- package/es/Mastra/components/Text.d.ts +3 -0
- package/es/Mastra/components/Text.js +39 -0
- package/es/Mastra/index.d.ts +13 -0
- package/es/Mastra/index.js +12 -0
- package/es/Mastra/style.d.ts +7 -0
- package/es/Mastra/style.js +9 -0
- package/es/McpSo/components/Avatar.d.ts +5 -0
- package/es/McpSo/components/Avatar.js +25 -0
- package/es/McpSo/components/Color.d.ts +3 -0
- package/es/McpSo/components/Color.js +42 -0
- package/es/McpSo/components/Combine.d.ts +7 -0
- package/es/McpSo/components/Combine.js +32 -0
- package/es/McpSo/components/Mono.d.ts +3 -0
- package/es/McpSo/components/Mono.js +42 -0
- package/es/McpSo/components/Text.d.ts +3 -0
- package/es/McpSo/components/Text.js +39 -0
- package/es/McpSo/index.d.ts +15 -0
- package/es/McpSo/index.js +14 -0
- package/es/McpSo/style.d.ts +7 -0
- package/es/McpSo/style.js +9 -0
- package/es/Smithery/components/Avatar.d.ts +5 -0
- package/es/Smithery/components/Avatar.js +25 -0
- package/es/Smithery/components/Color.d.ts +3 -0
- package/es/Smithery/components/Color.js +42 -0
- package/es/Smithery/components/Combine.d.ts +7 -0
- package/es/Smithery/components/Combine.js +32 -0
- package/es/Smithery/components/Mono.d.ts +3 -0
- package/es/Smithery/components/Mono.js +40 -0
- package/es/Smithery/components/Text.d.ts +3 -0
- package/es/Smithery/components/Text.js +39 -0
- package/es/Smithery/index.d.ts +15 -0
- package/es/Smithery/index.js +14 -0
- package/es/Smithery/style.d.ts +7 -0
- package/es/Smithery/style.js +9 -0
- package/es/Tavily/components/Avatar.d.ts +5 -0
- package/es/Tavily/components/Avatar.js +25 -0
- package/es/Tavily/components/Color.d.ts +3 -0
- package/es/Tavily/components/Color.js +54 -0
- package/es/Tavily/components/Combine.d.ts +7 -0
- package/es/Tavily/components/Combine.js +32 -0
- package/es/Tavily/components/Mono.d.ts +3 -0
- package/es/Tavily/components/Mono.js +40 -0
- package/es/Tavily/components/Text.d.ts +3 -0
- package/es/Tavily/components/Text.js +39 -0
- package/es/Tavily/index.d.ts +15 -0
- package/es/Tavily/index.js +14 -0
- package/es/Tavily/style.d.ts +7 -0
- package/es/Tavily/style.js +9 -0
- package/es/icons.d.ts +8 -0
- package/es/icons.js +8 -0
- package/es/toc.js +144 -0
- package/package.json +1 -1
@@ -0,0 +1,39 @@
|
|
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: "nonzero",
|
24
|
+
height: size,
|
25
|
+
style: _objectSpread({
|
26
|
+
flex: 'none',
|
27
|
+
lineHeight: 1
|
28
|
+
}, style),
|
29
|
+
viewBox: "0 0 109 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: "M9.272 20.808c-1.472 0-2.736-.248-3.792-.744-1.056-.496-1.88-1.192-2.472-2.088-.592-.896-.928-1.952-1.008-3.168l3.672-.168c.096.672.288 1.248.576 1.728.304.464.704.816 1.2 1.056.512.24 1.136.36 1.872.36.608 0 1.12-.072 1.536-.216.432-.144.76-.36.984-.648.224-.304.336-.672.336-1.104 0-.4-.096-.744-.288-1.032-.192-.304-.56-.576-1.104-.816-.544-.256-1.344-.504-2.4-.744-1.456-.336-2.632-.712-3.528-1.128-.88-.416-1.52-.936-1.92-1.56-.4-.64-.6-1.44-.6-2.4 0-1.024.248-1.92.744-2.688.512-.768 1.248-1.368 2.208-1.8C6.248 3.216 7.392 3 8.72 3c1.408 0 2.6.248 3.576.744s1.736 1.176 2.28 2.04c.56.864.896 1.856 1.008 2.976l-3.648.192c-.048-.592-.208-1.104-.48-1.536a2.743 2.743 0 00-1.104-1.032c-.464-.24-1.024-.36-1.68-.36-.832 0-1.488.184-1.968.552a1.752 1.752 0 00-.696 1.44c0 .416.104.768.312 1.056.224.272.584.512 1.08.72.512.208 1.232.408 2.16.6 1.584.32 2.832.728 3.744 1.224.928.48 1.584 1.056 1.968 1.728.384.672.576 1.44.576 2.304 0 1.056-.272 1.976-.816 2.76-.528.768-1.288 1.36-2.28 1.776-.976.416-2.136.624-3.48.624zM18.672 20.424V7.56h3.24l.12 3.096-.336-.144c.176-.688.44-1.272.792-1.752.368-.48.808-.848 1.32-1.104a3.703 3.703 0 011.68-.384c1.072 0 1.936.312 2.592.936.672.624 1.104 1.464 1.296 2.52l-.456.024c.144-.752.392-1.384.744-1.896.368-.528.816-.92 1.344-1.176a3.82 3.82 0 011.776-.408c.896 0 1.664.184 2.304.552.64.368 1.136.92 1.488 1.656.352.72.528 1.608.528 2.664v8.28h-3.6v-7.272c0-1.008-.152-1.76-.456-2.256-.304-.512-.8-.768-1.488-.768-.432 0-.8.12-1.104.36-.304.24-.544.592-.72 1.056-.16.448-.24 1-.24 1.656v7.224h-3.24V13.2c0-.992-.144-1.752-.432-2.28-.288-.528-.784-.792-1.488-.792-.432 0-.808.12-1.128.36-.304.24-.536.592-.696 1.056-.16.464-.24 1.016-.24 1.656v7.224h-3.6zM40.07 20.424V7.56h3.6v12.864h-3.6zm-.072-14.448v-2.88h3.72v2.88h-3.72zM51.445 20.424c-1.328 0-2.304-.304-2.928-.912-.624-.624-.936-1.608-.936-2.952V4.536h3.6v11.592c0 .624.128 1.048.384 1.272.272.224.672.336 1.2.336h1.8v2.688h-3.12zm-5.928-10.176V7.56h9.048v2.688h-9.048zM56.688 20.424V3.384h3.6v7.176h-.48c.128-.752.376-1.368.744-1.848.384-.48.856-.84 1.416-1.08.576-.24 1.2-.36 1.872-.36.96 0 1.76.208 2.4.624.64.416 1.12.992 1.44 1.728.336.736.504 1.576.504 2.52v8.28h-3.6v-7.416c0-.96-.152-1.68-.456-2.16-.288-.48-.784-.72-1.488-.72-.736 0-1.312.248-1.728.744-.416.496-.624 1.24-.624 2.232v7.32h-3.6zM76.839 20.712c-1.312 0-2.456-.272-3.432-.816a5.915 5.915 0 01-2.256-2.352c-.528-1.008-.792-2.192-.792-3.552 0-1.36.264-2.536.792-3.528a5.915 5.915 0 012.256-2.352c.96-.56 2.096-.84 3.408-.84 1.28 0 2.392.28 3.336.84.944.56 1.672 1.36 2.184 2.4.528 1.04.792 2.28.792 3.72v.72h-9.048c.048 1.024.32 1.784.816 2.28.512.496 1.184.744 2.016.744.608 0 1.112-.128 1.512-.384.416-.256.712-.648.888-1.176l3.624.216c-.336 1.28-1.048 2.28-2.136 3-1.088.72-2.408 1.08-3.96 1.08zm-2.76-7.968h5.352c-.048-.944-.312-1.648-.792-2.112-.464-.464-1.072-.696-1.824-.696s-1.376.248-1.872.744c-.48.48-.768 1.168-.864 2.064zM85.352 20.424V7.56h3.408l.12 3.744-.264-.072c.208-1.296.576-2.232 1.104-2.808.528-.576 1.256-.864 2.184-.864h1.176v2.976h-1.176c-.672 0-1.224.088-1.656.264-.432.176-.76.456-.984.84-.208.384-.312.904-.312 1.56v7.224h-3.6zM96.064 24.024v-2.688h1.704c.416 0 .72-.064.912-.192.208-.112.368-.32.48-.624l.264-.744h-.984L93.928 7.56H97.6l2.952 8.856 2.76-8.856h3.672l-4.944 14.088c-.288.848-.704 1.456-1.248 1.824-.544.368-1.304.552-2.28.552h-2.448z"
|
36
|
+
})]
|
37
|
+
}));
|
38
|
+
});
|
39
|
+
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,14 @@
|
|
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
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
7
|
+
var Icons = Mono;
|
8
|
+
Icons.Color = Color;
|
9
|
+
Icons.Text = Text;
|
10
|
+
Icons.Combine = Combine;
|
11
|
+
Icons.Avatar = Avatar;
|
12
|
+
Icons.colorPrimary = COLOR_PRIMARY;
|
13
|
+
Icons.title = TITLE;
|
14
|
+
export default Icons;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
export declare const TITLE = "Smithery";
|
2
|
+
export declare const COMBINE_TEXT_MULTIPLE = 0.8;
|
3
|
+
export declare const COMBINE_SPACE_MULTIPLE = 0.3;
|
4
|
+
export declare const COLOR_PRIMARY = "#EA580C";
|
5
|
+
export declare const AVATAR_BACKGROUND = "#0E0B0B";
|
6
|
+
export declare const AVATAR_COLOR = "#EA580C";
|
7
|
+
export declare const AVATAR_ICON_MULTIPLE = 0.75;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
export var TITLE = 'Smithery';
|
2
|
+
export var COMBINE_TEXT_MULTIPLE = 0.8;
|
3
|
+
export var COMBINE_SPACE_MULTIPLE = 0.3;
|
4
|
+
export var COLOR_PRIMARY = '#EA580C';
|
5
|
+
|
6
|
+
// Avatar constants
|
7
|
+
export var AVATAR_BACKGROUND = '#0E0B0B';
|
8
|
+
export var AVATAR_COLOR = COLOR_PRIMARY;
|
9
|
+
export var AVATAR_ICON_MULTIPLE = 0.75;
|
@@ -0,0 +1,25 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
4
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
5
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
6
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
7
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
8
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
9
|
+
function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
|
10
|
+
import { memo } from 'react';
|
11
|
+
import IconAvatar from "../../features/IconAvatar";
|
12
|
+
import { AVATAR_BACKGROUND, AVATAR_COLOR, AVATAR_ICON_MULTIPLE, TITLE } from "../style";
|
13
|
+
import Color from "./Color";
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
15
|
+
var Avatar = /*#__PURE__*/memo(function (_ref) {
|
16
|
+
var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
|
17
|
+
return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
|
18
|
+
Icon: Color,
|
19
|
+
"aria-label": TITLE,
|
20
|
+
background: AVATAR_BACKGROUND,
|
21
|
+
color: AVATAR_COLOR,
|
22
|
+
iconMultiple: AVATAR_ICON_MULTIPLE
|
23
|
+
}, rest));
|
24
|
+
});
|
25
|
+
export default Avatar;
|
@@ -0,0 +1,54 @@
|
|
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
|
+
height: size,
|
23
|
+
style: _objectSpread({
|
24
|
+
flex: 'none',
|
25
|
+
lineHeight: 1
|
26
|
+
}, style),
|
27
|
+
viewBox: "0 0 24 24",
|
28
|
+
width: size,
|
29
|
+
xmlns: "http://www.w3.org/2000/svg"
|
30
|
+
}, rest), {}, {
|
31
|
+
children: [/*#__PURE__*/_jsx("title", {
|
32
|
+
children: TITLE
|
33
|
+
}), /*#__PURE__*/_jsx("path", {
|
34
|
+
d: "M9.1.503l2.824 4.47a1.078 1.078 0 01-.911 1.655H9.858v6.692h-1.67V0c.35 0 .7.168.912.503z",
|
35
|
+
fill: "#8FBCFA"
|
36
|
+
}), /*#__PURE__*/_jsx("path", {
|
37
|
+
d: "M4.453 4.974L7.277.503A1.07 1.07 0 018.189 0v13.32a2.633 2.633 0 00-1.67.48V6.628H5.364c-.85 0-1.366-.936-.912-1.654z",
|
38
|
+
fill: "#468BFF"
|
39
|
+
}), /*#__PURE__*/_jsx("path", {
|
40
|
+
d: "M17.041 17.74h-7.028c.423-.457.67-1.049.7-1.67h12.956c0 .35-.168.7-.502.912l-4.472 2.823a1.078 1.078 0 01-1.654-.911v-1.155z",
|
41
|
+
fill: "#FDBB11"
|
42
|
+
}), /*#__PURE__*/_jsx("path", {
|
43
|
+
d: "M18.695 12.334l4.47 2.824c.336.212.503.562.503.912H10.713a2.65 2.65 0 00-.493-1.67h6.822v-1.154c0-.85.935-1.366 1.653-.912z",
|
44
|
+
fill: "#F6D785"
|
45
|
+
}), /*#__PURE__*/_jsx("path", {
|
46
|
+
d: "M4.394 19.605L.316 23.683a1.07 1.07 0 001 .29l5.158-1.165A1.078 1.078 0 007 20.994l-.816-.816 3.073-3.074a1.61 1.61 0 000-2.276l-.042-.043-4.82 4.82z",
|
47
|
+
fill: "#FF9A9D"
|
48
|
+
}), /*#__PURE__*/_jsx("path", {
|
49
|
+
d: "M3.822 17.817l3.073-3.074a1.61 1.61 0 012.277 0l.042.043-4.818 4.819-4.08 4.079a1.07 1.07 0 01-.289-1l1.165-5.158A1.078 1.078 0 013.006 17l.816.817z",
|
50
|
+
fill: "#FE363B"
|
51
|
+
})]
|
52
|
+
}));
|
53
|
+
});
|
54
|
+
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 { COMBINE_SPACE_MULTIPLE, COMBINE_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: COMBINE_SPACE_MULTIPLE,
|
29
|
+
textMultiple: COMBINE_TEXT_MULTIPLE
|
30
|
+
}, rest));
|
31
|
+
});
|
32
|
+
export default Combine;
|
@@ -0,0 +1,40 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
4
|
+
var _excluded = ["size", "style"];
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
12
|
+
import { memo } from 'react';
|
13
|
+
import { TITLE } from "../style";
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
16
|
+
var Icon = /*#__PURE__*/memo(function (_ref) {
|
17
|
+
var _ref$size = _ref.size,
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
19
|
+
style = _ref.style,
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
22
|
+
fill: "currentColor",
|
23
|
+
fillRule: "evenodd",
|
24
|
+
height: size,
|
25
|
+
style: _objectSpread({
|
26
|
+
flex: 'none',
|
27
|
+
lineHeight: 1
|
28
|
+
}, style),
|
29
|
+
viewBox: "0 0 24 24",
|
30
|
+
width: size,
|
31
|
+
xmlns: "http://www.w3.org/2000/svg"
|
32
|
+
}, rest), {}, {
|
33
|
+
children: [/*#__PURE__*/_jsx("title", {
|
34
|
+
children: TITLE
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
36
|
+
d: "M8.033 14.273a1.612 1.612 0 011.139.47l.04.042.044.043a1.61 1.61 0 010 2.277l-3.073 3.073.816.816c.6.6.303 1.627-.525 1.814l-5.159 1.165a1.07 1.07 0 01-.897-.2l-.102-.09a1.07 1.07 0 01-.289-1l1.164-5.158A1.079 1.079 0 013.006 17l.816.817 3.074-3.074a1.612 1.612 0 011.137-.47zM17.042 13.246c0-.85.935-1.366 1.653-.912l4.47 2.824c.336.212.503.562.503.911 0 .35-.167.7-.501.913l-4.472 2.824a1.079 1.079 0 01-1.654-.912v-1.155h-7.027c.37-.4.605-.902.677-1.438l.022-.232a2.65 2.65 0 00-.492-1.669h6.821v-1.154zM8.188 0c.35 0 .7.168.913.503l2.823 4.47a1.079 1.079 0 01-.911 1.655H9.857v6.692h-1.67a2.633 2.633 0 00-1.668.48V6.629H5.365c-.849 0-1.366-.936-.912-1.654L7.276.503A1.072 1.072 0 018.188 0z"
|
37
|
+
})]
|
38
|
+
}));
|
39
|
+
});
|
40
|
+
export default Icon;
|
@@ -0,0 +1,39 @@
|
|
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 62 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: "M59.717 6.84L52.504 24H49.37l2.524-5.804-4.668-11.355h3.301l3.007 8.138 3.05-8.138h3.133zM45.873 3.963v14.529H42.93V3.963l2.944-.001zM38.78 5.448c-.519 0-.954-.16-1.304-.483a1.687 1.687 0 01-.505-1.241c0-.49.169-.897.505-1.22.35-.336.785-.504 1.304-.504.518 0 .946.168 1.282.504.35.322.526.674.526 1.164 0 .491-.175.96-.526 1.296-.336.323-.764.484-1.282.484zm1.45 1.388v11.655h-2.943V6.836h2.944zm-10.464 8.942l2.944-8.937h3.133l-4.31 11.65h-3.575l-4.29-11.65h3.154l2.944 8.937zm-19.654-3.154c0-1.178.23-2.222.693-3.134.477-.911 1.114-1.612 1.914-2.103.813-.49 1.717-.736 2.712-.736.869 0 1.626.176 2.271.526.66.35 1.184.792 1.577 1.325V6.84h2.965v11.65H19.28v-1.703c-.38.546-.905 1.002-1.578 1.367-.66.35-1.423.526-2.292.526a5.003 5.003 0 01-2.691-.757c-.8-.506-1.437-1.214-1.914-2.125-.463-.925-.693-1.983-.693-3.174zm9.167.041c0-.715-.14-1.325-.42-1.829-.28-.519-.659-.912-1.136-1.178a2.976 2.976 0 00-1.535-.42 2.982 2.982 0 00-1.513.4c-.463.265-.842.659-1.137 1.177-.28.504-.42 1.107-.42 1.808 0 .701.14 1.318.42 1.85.295.52.674.919 1.136 1.199.476.28.981.42 1.514.42.547 0 1.059-.132 1.536-.398.478-.283.87-.69 1.135-1.178.28-.52.42-1.136.42-1.85zM6.353 9.258v5.636c0 .393.092.68.274.862.196.168.518.253.967.253H8.96v2.481h-1.85c-2.482 0-3.723-1.206-3.723-3.617V9.258H2V6.84h1.388V3.96h2.965v2.88H8.96v2.418H6.353z"
|
36
|
+
})]
|
37
|
+
}));
|
38
|
+
});
|
39
|
+
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,14 @@
|
|
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
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
7
|
+
var Icons = Mono;
|
8
|
+
Icons.Color = Color;
|
9
|
+
Icons.Text = Text;
|
10
|
+
Icons.Combine = Combine;
|
11
|
+
Icons.Avatar = Avatar;
|
12
|
+
Icons.colorPrimary = COLOR_PRIMARY;
|
13
|
+
Icons.title = TITLE;
|
14
|
+
export default Icons;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
export declare const TITLE = "Tavily";
|
2
|
+
export declare const COMBINE_TEXT_MULTIPLE = 0.85;
|
3
|
+
export declare const COMBINE_SPACE_MULTIPLE = 0.1;
|
4
|
+
export declare const COLOR_PRIMARY = "#fff";
|
5
|
+
export declare const AVATAR_BACKGROUND = "#fff";
|
6
|
+
export declare const AVATAR_COLOR = "#000";
|
7
|
+
export declare const AVATAR_ICON_MULTIPLE = 0.7;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
export var TITLE = 'Tavily';
|
2
|
+
export var COMBINE_TEXT_MULTIPLE = 0.85;
|
3
|
+
export var COMBINE_SPACE_MULTIPLE = 0.1;
|
4
|
+
export var COLOR_PRIMARY = '#fff';
|
5
|
+
|
6
|
+
// Avatar constants
|
7
|
+
export var AVATAR_BACKGROUND = COLOR_PRIMARY;
|
8
|
+
export var AVATAR_COLOR = '#000';
|
9
|
+
export var AVATAR_ICON_MULTIPLE = 0.7;
|
package/es/icons.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export { default as Adobe, type CompoundedIcon as AdobeProps } from './Adobe';
|
2
2
|
export { default as AdobeFirefly, type CompoundedIcon as AdobeFireflyProps } from './AdobeFirefly';
|
3
|
+
export { default as Agui, type CompoundedIcon as AguiProps } from './Agui';
|
3
4
|
export { default as Ai21, type CompoundedIcon as Ai21Props } from './Ai21';
|
4
5
|
export { default as Ai302, type CompoundedIcon as Ai302Props } from './Ai302';
|
5
6
|
export { default as Ai360, type CompoundedIcon as Ai360Props } from './Ai360';
|
@@ -44,6 +45,7 @@ export { default as Colab, type CompoundedIcon as ColabProps } from './Colab';
|
|
44
45
|
export { default as ComfyUI, type CompoundedIcon as ComfyUIProps } from './ComfyUI';
|
45
46
|
export { default as CommandA, type CompoundedIcon as CommandAProps } from './CommandA';
|
46
47
|
export { default as Copilot, type CompoundedIcon as CopilotProps } from './Copilot';
|
48
|
+
export { default as CopilotKit, type CompoundedIcon as CopilotKitProps } from './CopilotKit';
|
47
49
|
export { default as Coqui, type CompoundedIcon as CoquiProps } from './Coqui';
|
48
50
|
export { default as Coze, type CompoundedIcon as CozeProps } from './Coze';
|
49
51
|
export { default as CrewAI, type CompoundedIcon as CrewAIrops } from './CrewAI';
|
@@ -61,6 +63,7 @@ export { default as DocSearch, type CompoundedIcon as DocSearchProps } from './D
|
|
61
63
|
export { default as Doubao, type CompoundedIcon as DoubaoProps } from './Doubao';
|
62
64
|
export { default as DreamMachine, type CompoundedIcon as DreamMachineProps } from './DreamMachine';
|
63
65
|
export { default as ElevenLabs, type CompoundedIcon as ElevenLabsProps } from './ElevenLabs';
|
66
|
+
export { default as ElevenX, type CompoundedIcon as ElevenXProps } from './ElevenX';
|
64
67
|
export { default as Exa, type CompoundedIcon as ExaProps } from './Exa';
|
65
68
|
export { default as Fal, type CompoundedIcon as FalProps } from './Fal';
|
66
69
|
export { default as FastGPT, type CompoundedIcon as FastGPTProps } from './FastGPT';
|
@@ -77,6 +80,7 @@ export { default as Gemma, type CompoundedIcon as GemmaProps } from './Gemma';
|
|
77
80
|
export { default as GiteeAI, type CompoundedIcon as GiteeAIProps } from './GiteeAI';
|
78
81
|
export { default as Github, type CompoundedIcon as GithubProps } from './Github';
|
79
82
|
export { default as GithubCopilot, type CompoundedIcon as GithubCopilotProps, } from './GithubCopilot';
|
83
|
+
export { default as Glama, type CompoundedIcon as GlamaProps } from './Glama';
|
80
84
|
export { default as Glif, type CompoundedIcon as GlifProps } from './Glif';
|
81
85
|
export { default as Google, type CompoundedIcon as GoogleProps } from './Google';
|
82
86
|
export { default as Goose, type CompoundedIcon as GooseProps } from './Goose';
|
@@ -121,7 +125,9 @@ export { default as Luma, type CompoundedIcon as LumaProps } from './Luma';
|
|
121
125
|
export { default as Magic, type CompoundedIcon as MagicProps } from './Magic';
|
122
126
|
export { default as Make, type CompoundedIcon as MakeProps } from './Make';
|
123
127
|
export { default as Manus, type CompoundedIcon as ManusProps } from './Manus';
|
128
|
+
export { default as Mastra, type CompoundedIcon as MastraProps } from './Mastra';
|
124
129
|
export { default as MCP, type CompoundedIcon as MCPProps } from './MCP';
|
130
|
+
export { default as McpSo, type CompoundedIcon as McpSoProps } from './McpSo';
|
125
131
|
export { default as Meta, type CompoundedIcon as MetaProps } from './Meta';
|
126
132
|
export { default as MetaAI, type CompoundedIcon as MetaAIProps } from './MetaAI';
|
127
133
|
export { default as MetaGPT, type CompoundedIcon as MetaGPTProps } from './MetaGPT';
|
@@ -174,6 +180,7 @@ export { default as Search1API, type CompoundedIcon as Search1APIProps } from '.
|
|
174
180
|
export { default as SearchApi, type CompoundedIcon as SearchApiProps } from './SearchApi';
|
175
181
|
export { default as SenseNova, type CompoundedIcon as SenseNovaProps } from './SenseNova';
|
176
182
|
export { default as SiliconCloud, type CompoundedIcon as SiliconCloudProps } from './SiliconCloud';
|
183
|
+
export { default as Smithery, type CompoundedIcon as SmitheryProps } from './Smithery';
|
177
184
|
export { default as Snowflake, type CompoundedIcon as SnowflakeProps } from './Snowflake';
|
178
185
|
export { default as Spark, type CompoundedIcon as SparkProps } from './Spark';
|
179
186
|
export { default as Stability, type CompoundedIcon as StabilityProps } from './Stability';
|
@@ -182,6 +189,7 @@ export { default as Stepfun, type CompoundedIcon as StepfunProps } from './Stepf
|
|
182
189
|
export { default as Suno, type CompoundedIcon as SunoProps } from './Suno';
|
183
190
|
export { default as Sync, type CompoundedIcon as SyncProps } from './Sync';
|
184
191
|
export { default as Targon, type CompoundedIcon as TargonProps } from './Targon';
|
192
|
+
export { default as Tavily, type CompoundedIcon as TavilyProps } from './Tavily';
|
185
193
|
export { default as Tencent, type CompoundedIcon as TencentProps } from './Tencent';
|
186
194
|
export { default as TencentCloud, type CompoundedIcon as TencentCloudProps } from './TencentCloud';
|
187
195
|
export { default as Tiangong, type CompoundedIcon as TiangongProps } from './Tiangong';
|
package/es/icons.js
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
export { default as Adobe } from "./Adobe";
|
2
2
|
export { default as AdobeFirefly } from "./AdobeFirefly";
|
3
|
+
export { default as Agui } from "./Agui";
|
3
4
|
export { default as Ai21 } from "./Ai21";
|
4
5
|
export { default as Ai302 } from "./Ai302";
|
5
6
|
export { default as Ai360 } from "./Ai360";
|
@@ -44,6 +45,7 @@ export { default as Colab } from "./Colab";
|
|
44
45
|
export { default as ComfyUI } from "./ComfyUI";
|
45
46
|
export { default as CommandA } from "./CommandA";
|
46
47
|
export { default as Copilot } from "./Copilot";
|
48
|
+
export { default as CopilotKit } from "./CopilotKit";
|
47
49
|
export { default as Coqui } from "./Coqui";
|
48
50
|
export { default as Coze } from "./Coze";
|
49
51
|
export { default as CrewAI } from "./CrewAI";
|
@@ -61,6 +63,7 @@ export { default as DocSearch } from "./DocSearch";
|
|
61
63
|
export { default as Doubao } from "./Doubao";
|
62
64
|
export { default as DreamMachine } from "./DreamMachine";
|
63
65
|
export { default as ElevenLabs } from "./ElevenLabs";
|
66
|
+
export { default as ElevenX } from "./ElevenX";
|
64
67
|
export { default as Exa } from "./Exa";
|
65
68
|
export { default as Fal } from "./Fal";
|
66
69
|
export { default as FastGPT } from "./FastGPT";
|
@@ -77,6 +80,7 @@ export { default as Gemma } from "./Gemma";
|
|
77
80
|
export { default as GiteeAI } from "./GiteeAI";
|
78
81
|
export { default as Github } from "./Github";
|
79
82
|
export { default as GithubCopilot } from "./GithubCopilot";
|
83
|
+
export { default as Glama } from "./Glama";
|
80
84
|
export { default as Glif } from "./Glif";
|
81
85
|
export { default as Google } from "./Google";
|
82
86
|
export { default as Goose } from "./Goose";
|
@@ -121,7 +125,9 @@ export { default as Luma } from "./Luma";
|
|
121
125
|
export { default as Magic } from "./Magic";
|
122
126
|
export { default as Make } from "./Make";
|
123
127
|
export { default as Manus } from "./Manus";
|
128
|
+
export { default as Mastra } from "./Mastra";
|
124
129
|
export { default as MCP } from "./MCP";
|
130
|
+
export { default as McpSo } from "./McpSo";
|
125
131
|
export { default as Meta } from "./Meta";
|
126
132
|
export { default as MetaAI } from "./MetaAI";
|
127
133
|
export { default as MetaGPT } from "./MetaGPT";
|
@@ -174,6 +180,7 @@ export { default as Search1API } from "./Search1API";
|
|
174
180
|
export { default as SearchApi } from "./SearchApi";
|
175
181
|
export { default as SenseNova } from "./SenseNova";
|
176
182
|
export { default as SiliconCloud } from "./SiliconCloud";
|
183
|
+
export { default as Smithery } from "./Smithery";
|
177
184
|
export { default as Snowflake } from "./Snowflake";
|
178
185
|
export { default as Spark } from "./Spark";
|
179
186
|
export { default as Stability } from "./Stability";
|
@@ -182,6 +189,7 @@ export { default as Stepfun } from "./Stepfun";
|
|
182
189
|
export { default as Suno } from "./Suno";
|
183
190
|
export { default as Sync } from "./Sync";
|
184
191
|
export { default as Targon } from "./Targon";
|
192
|
+
export { default as Tavily } from "./Tavily";
|
185
193
|
export { default as Tencent } from "./Tencent";
|
186
194
|
export { default as TencentCloud } from "./TencentCloud";
|
187
195
|
export { default as Tiangong } from "./Tiangong";
|