@lobehub/icons 5.1.0 → 5.2.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.
Files changed (74) hide show
  1. package/README.md +1 -0
  2. package/es/BriaAI/components/Avatar.d.ts +5 -0
  3. package/es/BriaAI/components/Avatar.js +25 -0
  4. package/es/BriaAI/components/Color.d.ts +3 -0
  5. package/es/BriaAI/components/Color.js +57 -0
  6. package/es/BriaAI/components/Combine.d.ts +7 -0
  7. package/es/BriaAI/components/Combine.js +32 -0
  8. package/es/BriaAI/components/Mono.d.ts +3 -0
  9. package/es/BriaAI/components/Mono.js +52 -0
  10. package/es/BriaAI/components/Text.d.ts +3 -0
  11. package/es/BriaAI/components/Text.js +42 -0
  12. package/es/BriaAI/index.d.ts +15 -0
  13. package/es/BriaAI/index.js +14 -0
  14. package/es/BriaAI/style.d.ts +7 -0
  15. package/es/BriaAI/style.js +9 -0
  16. package/es/GeminiCLI/components/Avatar.d.ts +5 -0
  17. package/es/GeminiCLI/components/Avatar.js +25 -0
  18. package/es/GeminiCLI/components/Color.d.ts +3 -0
  19. package/es/GeminiCLI/components/Color.js +66 -0
  20. package/es/GeminiCLI/components/Combine.d.ts +7 -0
  21. package/es/GeminiCLI/components/Combine.js +32 -0
  22. package/es/GeminiCLI/components/Mono.d.ts +3 -0
  23. package/es/GeminiCLI/components/Mono.js +43 -0
  24. package/es/GeminiCLI/components/Text.d.ts +3 -0
  25. package/es/GeminiCLI/components/Text.js +39 -0
  26. package/es/GeminiCLI/index.d.ts +16 -0
  27. package/es/GeminiCLI/index.js +14 -0
  28. package/es/GeminiCLI/style.d.ts +7 -0
  29. package/es/GeminiCLI/style.js +9 -0
  30. package/es/Obsidian/components/Avatar.d.ts +5 -0
  31. package/es/Obsidian/components/Avatar.js +25 -0
  32. package/es/Obsidian/components/Color.d.ts +3 -0
  33. package/es/Obsidian/components/Color.js +45 -0
  34. package/es/Obsidian/components/Combine.d.ts +7 -0
  35. package/es/Obsidian/components/Combine.js +32 -0
  36. package/es/Obsidian/components/Mono.d.ts +3 -0
  37. package/es/Obsidian/components/Mono.js +44 -0
  38. package/es/Obsidian/components/Text.d.ts +3 -0
  39. package/es/Obsidian/components/Text.js +39 -0
  40. package/es/Obsidian/index.d.ts +16 -0
  41. package/es/Obsidian/index.js +14 -0
  42. package/es/Obsidian/style.d.ts +7 -0
  43. package/es/Obsidian/style.js +9 -0
  44. package/es/PrunaAI/components/Avatar.d.ts +5 -0
  45. package/es/PrunaAI/components/Avatar.js +25 -0
  46. package/es/PrunaAI/components/Color.d.ts +3 -0
  47. package/es/PrunaAI/components/Color.js +153 -0
  48. package/es/PrunaAI/components/Combine.d.ts +7 -0
  49. package/es/PrunaAI/components/Combine.js +32 -0
  50. package/es/PrunaAI/components/Mono.d.ts +3 -0
  51. package/es/PrunaAI/components/Mono.js +54 -0
  52. package/es/PrunaAI/components/Text.d.ts +3 -0
  53. package/es/PrunaAI/components/Text.js +39 -0
  54. package/es/PrunaAI/index.d.ts +15 -0
  55. package/es/PrunaAI/index.js +14 -0
  56. package/es/PrunaAI/style.d.ts +7 -0
  57. package/es/PrunaAI/style.js +9 -0
  58. package/es/Reve/components/Avatar.d.ts +5 -0
  59. package/es/Reve/components/Avatar.js +25 -0
  60. package/es/Reve/components/Combine.d.ts +5 -0
  61. package/es/Reve/components/Combine.js +26 -0
  62. package/es/Reve/components/Mono.d.ts +3 -0
  63. package/es/Reve/components/Mono.js +40 -0
  64. package/es/Reve/components/Text.d.ts +3 -0
  65. package/es/Reve/components/Text.js +41 -0
  66. package/es/Reve/index.d.ts +13 -0
  67. package/es/Reve/index.js +12 -0
  68. package/es/Reve/style.d.ts +7 -0
  69. package/es/Reve/style.js +9 -0
  70. package/es/features/agentConfig.js +44 -12
  71. package/es/icons.d.ts +5 -0
  72. package/es/icons.js +5 -0
  73. package/es/toc.js +90 -0
  74. package/package.json +1 -1
@@ -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
+ 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
+ clipRule: "evenodd",
37
+ d: "M10.784 16.896c.063.004.14.014.23.031.08.015.172.035.269.057h-.002c.295.067.633.141.945.141.333 0 .617-.053.83-.093a6 6 0 01.158-.029h.002c.038-.006.08-.011.116-.014l.273-.015-.007.273c-.01.405-.198.796-.479 1.084-.282.29-.675.492-1.115.492-.881 0-1.593-.789-1.594-1.635 0-.03.003-.054.003-.059l.016-.177.173-.045a.597.597 0 01.182-.011zm.159.53c.113.49.56.893 1.061.894.281 0 .55-.13.755-.34.123-.127.216-.277.272-.433a4.425 4.425 0 01-.805.083c-.189 0-.382-.023-.563-.054l-.492-.1c-.085-.02-.162-.037-.228-.05z"
38
+ }), /*#__PURE__*/_jsx("path", {
39
+ d: "M9.212 12.196c.755 0 1.366.67 1.366 1.497 0 .826-.611 1.498-1.366 1.498-.754 0-1.366-.672-1.366-1.498 0-.126.015-.247.042-.364a.505.505 0 00.967-.2.503.503 0 00-.613-.492c.248-.273.592-.441.97-.441z"
40
+ }), /*#__PURE__*/_jsx("path", {
41
+ clipRule: "evenodd",
42
+ d: "M8.882 11c1.484 0 2.69 1.2 2.69 2.68a2.686 2.686 0 01-2.69 2.683 2.686 2.686 0 01-2.688-2.682 2.686 2.686 0 012.688-2.682zm0 .503a2.182 2.182 0 00-2.184 2.178c0 1.201.978 2.177 2.184 2.178a2.182 2.182 0 002.186-2.178 2.182 2.182 0 00-2.186-2.178z"
43
+ }), /*#__PURE__*/_jsx("path", {
44
+ d: "M15.468 12.196c.755 0 1.366.67 1.366 1.497 0 .827-.611 1.498-1.366 1.498-.754 0-1.366-.672-1.366-1.498 0-.126.015-.247.042-.364a.505.505 0 00.967-.2.504.504 0 00-.613-.492c.248-.273.591-.441.97-.441z"
45
+ }), /*#__PURE__*/_jsx("path", {
46
+ clipRule: "evenodd",
47
+ d: "M15.135 11c1.484 0 2.688 1.2 2.688 2.68a2.686 2.686 0 01-2.688 2.683c-1.484 0-2.69-1.2-2.69-2.682a2.686 2.686 0 012.69-2.682zm0 .503a2.182 2.182 0 00-2.185 2.178c0 1.201.978 2.178 2.185 2.178a2.182 2.182 0 002.185-2.178 2.182 2.182 0 00-2.185-2.178z"
48
+ }), /*#__PURE__*/_jsx("path", {
49
+ clipRule: "evenodd",
50
+ d: "M4.686 1.114c2.797-.44 6.114.404 6.948 3.487.003.012.005.012.009 0a10.23 10.23 0 00.223-2.314.308.308 0 01.09-.23c.335-.344.732-.484 1.194-.416.36.052.372.222.347.532a16.06 16.06 0 01-.572 3.107.019.019 0 00.008.021c.002.002.005.002.009.002 4.45.406 7.649 3.817 7.948 8.224 0 .007.003.013.006.02.004.005.009.01.014.013.181.105.298.108.426.317.244.4.07.981-.413 1.08a.084.084 0 00-.066.069c-.294 2.412-1.334 4.388-3.117 5.924a8.615 8.615 0 01-4.982 2.032c-4.832.329-8.883-3.15-9.39-7.95a.038.038 0 00-.006-.018.04.04 0 00-.017-.012c-.088-.033-.2-.051-.274-.098-.605-.376-.426-1.208.252-1.362a.027.027 0 00.017-.01.027.027 0 00.008-.016c.208-2.624 1.309-4.779 3.302-6.463a.018.018 0 00.006-.014.018.018 0 00-.01-.012c-.197-.12-.414-.227-.593-.357a9.223 9.223 0 01-.905-.746c-.141-.132-.179-.283.027-.373a.024.024 0 00.014-.028c-.434-1.304-.654-2.616-.793-4.006a2.135 2.135 0 01-.014-.303c0-.007.003-.014.006-.02a.036.036 0 01.017-.012c.067-.027.16-.05.28-.068zm7.975 4.988a.026.026 0 00-.008.01c-.15.411-.332.81-.546 1.193-.2.355-.392.744-.758.791a1.719 1.719 0 01-1.129-.269c-.148-.234.1-.412.262-.537a.028.028 0 00.01-.033.406.406 0 00-.169-.185.04.04 0 00-.04 0c-.803.479-1.66.517-2.56.335a.167.167 0 00-.137.03c-1.972 1.484-3.09 3.468-3.355 5.949-.023.206-.052.347-.087.424-.143.302-.375.377-.685.455-.014.004-.014.007 0 .01.446.112.707.296.774.789.408 3 2.356 5.658 5.315 6.641.173.066.35.122.53.168 4.46 1.148 8.726-1.615 9.764-6.004.052-.216.106-.522.165-.915.054-.355.275-.582.634-.651.02-.005.092-.037.014-.048-.388-.055-.59-.307-.626-.679a10.9 10.9 0 00-.12-.914c-.568-3.067-2.716-5.5-5.745-6.311a9.136 9.136 0 00-1.492-.251c-.004 0-.008 0-.01.002zM11 6.488a.588.588 0 00-.19.138.061.061 0 00-.01.02.038.038 0 000 .02.14.14 0 00.06.085.024.024 0 00.017.003.026.026 0 00.018-.009.533.533 0 00.12-.244c.004-.015-.001-.02-.015-.013zM5.274 1.903c.063.84.198 1.67.403 2.487.221.879.663 1.64 1.534 2.01a3.685 3.685 0 002.587.136.029.029 0 00.02-.03.032.032 0 00-.005-.013c-.2-.27-.413-.533-.636-.786l-.436-.493a.031.031 0 00-.016-.01.04.04 0 00-.02 0 1.92 1.92 0 01-1.113-.04c-.28-.183-.037-.264.124-.278.19-.018.379-.058.565-.121.002 0 .005-.003.006-.004a.011.011 0 00.004-.006c.001-.004 0-.01-.004-.014C7.351 3.726 6.325 2.81 5.29 1.897c-.011-.01-.018-.009-.016.006zm.249-.1c-.02 0-.022.008-.006.02l3.056 2.56c.003.003.01.004.014.003a.011.011 0 00.007-.003 2.235 2.235 0 00.162-.634c0-.007.003-.014.006-.02a.049.049 0 01.014-.017c.141-.118.197.023.225.138.075.303.077.619.009.923a.074.074 0 00.021.068l.46.419v.002l.917.93c.005.003.01.005.016.005l.008-.001a.036.036 0 00.008-.006c.348-.399.467-.85.358-1.352-.22-1.001-.896-1.809-1.795-2.323-1.014-.609-2.305-.763-3.48-.712z"
51
+ })]
52
+ }));
53
+ });
54
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ 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 130 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: "M10.29 1c4.313 0 7.61 3.165 7.61 7.405 0 4.241-3.266 7.405-7.61 7.405H6.654v6.699H2V1h8.29zm-.217 10.508c1.85 0 3.113-1.32 3.113-3.103 0-1.784-1.263-3.072-3.113-3.072H6.654v6.175h3.42zm19.294-5.683h1.478v4.24h-1.971c-2.528 0-3.514 1.135-3.514 3.84v8.604H20.86V5.916h2.867l.8 2.058c1.202-1.473 2.681-2.15 4.839-2.15zM40.992 23c-4.685 0-7.828-3.011-7.828-7.497V5.916h4.499v9.096c0 2.366 1.265 3.747 3.329 3.747 2.094 0 3.327-1.413 3.327-3.747V5.916h4.5v9.587c0 4.486-3.114 7.497-7.827 7.497zM62.37 5.548c3.79 0 6.165 2.703 6.165 6.912v10.049h-4.502v-9.31c0-2.52-.954-3.72-2.895-3.72-2.312 0-3.729 1.66-3.729 4.334v8.696h-4.5V5.916h3.083l.864 2.058c1.261-1.473 3.265-2.426 5.514-2.426zm23.841.368h3.359V22.51h-3.513L85.657 21c-1.417 1.26-3.267 1.997-5.393 1.997-4.992 0-8.72-3.78-8.72-8.787 0-5.008 3.728-8.758 8.72-8.758 2.157 0 4.037.768 5.485 2.03l.463-1.57v.003zM80.634 18.76c2.62 0 4.531-1.935 4.531-4.545 0-2.614-1.911-4.55-4.53-4.55-2.62 0-4.53 1.935-4.53 4.548 0 2.58 1.91 4.548 4.53 4.548v-.001zm34.462 3.75l-1.51-4.057h-8.567l-1.477 4.056h-4.964L107.054 1h4.405l8.721 21.509h-5.084zm-5.793-15.824l-2.835 7.71h5.67l-2.835-7.71zm13.614 15.824V1.002h4.653v21.507h-4.653z"
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 = "PrunaAI";
2
+ export declare const COMBINE_TEXT_MULTIPLE = 0.6;
3
+ export declare const COMBINE_SPACE_MULTIPLE = 0.2;
4
+ export declare const COLOR_PRIMARY = "#AC51FF";
5
+ export declare const AVATAR_BACKGROUND = "#AC51FF";
6
+ export declare const AVATAR_COLOR = "#fff";
7
+ export declare const AVATAR_ICON_MULTIPLE = 0.8;
@@ -0,0 +1,9 @@
1
+ export var TITLE = 'PrunaAI';
2
+ export var COMBINE_TEXT_MULTIPLE = 0.6;
3
+ export var COMBINE_SPACE_MULTIPLE = 0.2;
4
+ export var COLOR_PRIMARY = '#AC51FF';
5
+
6
+ // Avatar constants
7
+ export var AVATAR_BACKGROUND = COLOR_PRIMARY;
8
+ export var AVATAR_COLOR = '#fff';
9
+ export var AVATAR_ICON_MULTIPLE = 0.8;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconAvatarProps } from "../../features/IconAvatar";
3
+ export type AvatarProps = Omit<IconAvatarProps, 'Icon'>;
4
+ declare const Avatar: import("react").NamedExoticComponent<AvatarProps>;
5
+ export default Avatar;
@@ -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 Mono from "./Mono";
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: Mono,
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,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../features/IconCombine";
3
+ export type CombineProps = Omit<IconCombineProps, 'Icon' | 'Text'>;
4
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
5
+ export default Combine;
@@ -0,0 +1,26 @@
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 IconCombine from "../../features/IconCombine";
12
+ import { COMBINE_SPACE_MULTIPLE, COMBINE_TEXT_MULTIPLE, TITLE } from "../style";
13
+ import Mono from "./Mono";
14
+ import Text from "./Text";
15
+ import { jsx as _jsx } from "react/jsx-runtime";
16
+ var Combine = /*#__PURE__*/memo(function (_ref) {
17
+ var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
18
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
19
+ Icon: Mono,
20
+ Text: Text,
21
+ "aria-label": TITLE,
22
+ spaceMultiple: COMBINE_SPACE_MULTIPLE,
23
+ textMultiple: COMBINE_TEXT_MULTIPLE
24
+ }, rest));
25
+ });
26
+ export default Combine;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ 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 { 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: "M15.297 4.162h-.792V2h.792v2.162zm-1.45 10.811h-.792v4.865h.791v-4.865zm0-9.73h-.792v1.622h.791V5.243zm5.801 9.73h-.79v4.324h.79v-4.324zm1.45.54h-.79v2.163h.79v-2.162zm-7.252-6.486h-.791v3.243h.791V9.027zm1.45-1.622h-.79v5.946h.79V7.405zM21.1 4.162h-.791v7.568h.79V4.162zm1.45.54h-.79v4.325h.79V4.703zM24 5.244h-.791v1.622H24V5.243zM12.396 7.946h-.792v9.19h.792v-9.19zm0 0h-.792v9.19h.792v-9.19zm4.351-1.622h-.791v2.162h.791V6.324zm1.45-1.08h-.79v2.161h.79V5.243zm1.451-1.082h-.79v4.324h.79V4.162zm-2.9 5.946h-.792v3.243h.791v-3.243zm1.45 1.081h-.791v2.162h.79V11.19zm1.45-1.08h-.79v3.242h.79v-3.243zm-4.351 4.323h-.792v2.703h.792v-2.703zm1.45 0h-.791v1.622h.791v-1.622zm1.45 0h-.79v2.703h.79v-2.703zm-2.9 3.784h-.792v3.243h.792v-3.243zm1.45 1.081h-.791V22h.791v-2.703zm1.45-1.08h-.79v2.702h.79v-2.703zM9.496 2h-.792v2.162h.792V2zm1.45 12.973h-.791v4.865h.791v-4.865zm0-9.73h-.791v1.622h.791V5.243zm-5.802 9.73h-.791v4.324h.79v-4.324zm-1.45.54H2.9v2.163h.791v-2.162zm7.252-6.486h-.791v3.243h.791V9.027zm-1.45-1.622h-.792v5.946h.792V7.405zM3.692 4.162h-.79v7.568h.79V4.162zm-1.45.54H1.45v4.325h.79V4.703zm-1.45.541H0v1.622h.791V5.243zm7.252 1.081h-.791v2.162h.791V6.324zm-1.45-1.08h-.792v2.161h.791V5.243zM5.142 4.161h-.791v4.324h.79V4.162zm2.901 5.946h-.791v3.243h.791v-3.243zm-1.45 1.081h-.792v2.162h.791V11.19zm-1.451-1.08h-.791v3.242h.79v-3.243zm4.352 4.323h-.792v2.703h.792v-2.703zm-1.451 0h-.791v1.622h.791v-1.622zm-1.45 0h-.792v2.703h.791v-2.703zm2.9 3.784h-.79v3.243h.79v-3.243zm-1.45 1.081h-.791V22h.791v-2.703zm-1.45-1.08h-.792v2.702h.791v-2.703z"
37
+ })]
38
+ }));
39
+ });
40
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -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 { 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 66 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: "M5.846 14.328l.007 8.123c.067.046.083.093.047.142a.282.282 0 01-.233.116c-1.245.01-2.428.01-3.548-.003A.119.119 0 012 22.587V1.104a.098.098 0 01.098-.099c5.24.002 8.208 0 8.906-.005 3.207-.018 6.564 1.22 7.546 4.52.126.422.216.935.27 1.538.039.46.015.98-.073 1.558-.41 2.655-2.002 4.364-4.776 5.128a.204.204 0 00-.12.307l5.39 8.381a.185.185 0 01-.06.257.179.179 0 01-.093.025h-4.045a.215.215 0 01-.183-.1l-5.35-8.317a.237.237 0 00-.201-.111h-3.28a.166.166 0 00-.106.038.217.217 0 00-.077.104zm.038-10.23a66.07 66.07 0 00-.07 6.684c.006.133.03.3.047.435a.132.132 0 00.132.115c1.526.013 3.098.017 4.714.013.555 0 1.455-.152 1.915-.315 2.14-.757 2.719-2.74 2.152-4.763-.496-1.773-2.44-2.414-4.186-2.416-1.45-.004-2.95 0-4.497.013-.198 0-.267.078-.207.235z"
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ d: "M30.18 17.194h3.243a.2.2 0 01.192.253c-.88 3.064-2.885 4.874-6.012 5.433-.82.146-1.866.159-3.137.038-3.411-.323-5.737-2.729-5.975-6.218-.395-5.8 3.605-10.73 9.694-10.26 3.527.272 5.9 2.512 6.143 5.978a8.723 8.723 0 01-.264 2.874.234.234 0 01-.222.17H22.404a.126.126 0 00-.085.033.13.13 0 00-.042.081 5.707 5.707 0 00.465 2.951c.592 1.321 1.69 1.884 3.132 1.89 2.015.008 3.364-1.004 4.05-3.037a.273.273 0 01.256-.186zm.313-4.383c.16-1.368-.203-2.404-1.088-3.107a3.286 3.286 0 00-1.675-.682c-2.561-.32-4.277 1.427-4.99 3.711a.124.124 0 00.119.16h7.543a.088.088 0 00.06-.023.098.098 0 00.03-.06zM64.382 17.365c.017.355.007.59-.029.708-.803 2.594-2.573 4.175-5.31 4.742-.793.165-1.752.216-2.877.152-3.931-.222-6.637-2.866-7.06-6.791-.51-4.717 1.289-8.769 6.341-9.707.26-.048.925-.058 1.993-.029 3.538.099 6.032 2.22 6.931 5.562.253.939.398 2.003.434 3.192a.26.26 0 01-.159.248.261.261 0 01-.102.02H53.07a.117.117 0 00-.108.072.115.115 0 00-.009.045c-.013 2.936 1.53 5.207 4.758 4.791 1.846-.238 2.494-1.414 3-3.021a.222.222 0 01.213-.155H64.2a.18.18 0 01.18.17zM53.183 12.88l7.335.025a.07.07 0 00.07-.07l.002-.09a3.765 3.765 0 00-1.085-2.657 3.735 3.735 0 00-2.639-1.108 3.73 3.73 0 00-2.646 1.09 3.76 3.76 0 00-1.104 2.65l-.002.09a.07.07 0 00.07.07zM50.576 6.693a.119.119 0 01.105.06.124.124 0 010 .124l-8.747 15.708a.255.255 0 01-.22.129h-4.313a.188.188 0 01-.122-.046.193.193 0 01-.064-.114L34.744 6.887a.168.168 0 01.165-.194h3.412c.047 0 .092.018.128.049a.19.19 0 01.063.12l1.543 12.161a.03.03 0 00.008.017.03.03 0 00.049-.006l6.486-12.209a.248.248 0 01.22-.132h3.758z"
38
+ })]
39
+ }));
40
+ });
41
+ export default Icon;
@@ -0,0 +1,13 @@
1
+ import Avatar from './components/Avatar';
2
+ import Combine from './components/Combine';
3
+ import Mono from './components/Mono';
4
+ import Text from './components/Text';
5
+ export type CompoundedIcon = typeof Mono & {
6
+ Avatar: typeof Avatar;
7
+ Combine: typeof Combine;
8
+ Text: typeof Text;
9
+ colorPrimary: string;
10
+ title: string;
11
+ };
12
+ declare const Icons: CompoundedIcon;
13
+ export default Icons;
@@ -0,0 +1,12 @@
1
+ import Avatar from "./components/Avatar";
2
+ import Combine from "./components/Combine";
3
+ import Mono from "./components/Mono";
4
+ import Text from "./components/Text";
5
+ import { COLOR_PRIMARY, TITLE } from "./style";
6
+ var Icons = Mono;
7
+ Icons.Text = Text;
8
+ Icons.Combine = Combine;
9
+ Icons.Avatar = Avatar;
10
+ Icons.colorPrimary = COLOR_PRIMARY;
11
+ Icons.title = TITLE;
12
+ export default Icons;
@@ -0,0 +1,7 @@
1
+ export declare const TITLE = "Reve";
2
+ export declare const COMBINE_TEXT_MULTIPLE = 0.7;
3
+ export declare const COMBINE_SPACE_MULTIPLE = 0.2;
4
+ export declare const COLOR_PRIMARY = "#000";
5
+ export declare const AVATAR_BACKGROUND = "#000";
6
+ export declare const AVATAR_COLOR = "#fff";
7
+ export declare const AVATAR_ICON_MULTIPLE = 0.65;
@@ -0,0 +1,9 @@
1
+ export var TITLE = 'Reve';
2
+ export var COMBINE_TEXT_MULTIPLE = 0.7;
3
+ export var COMBINE_SPACE_MULTIPLE = 0.2;
4
+ export var COLOR_PRIMARY = '#000';
5
+
6
+ // Avatar constants
7
+ export var AVATAR_BACKGROUND = COLOR_PRIMARY;
8
+ export var AVATAR_COLOR = '#fff';
9
+ export var AVATAR_ICON_MULTIPLE = 0.65;
@@ -4,12 +4,15 @@ import CherryStudio from "../CherryStudio";
4
4
  import Claude from "../Claude";
5
5
  import ClaudeCode from "../ClaudeCode";
6
6
  import Cline from "../Cline";
7
+ import CodeFlicker from "../CodeFlicker";
7
8
  import Codex from "../Codex";
8
9
  import Copilot from "../Copilot";
9
10
  import Coze from "../Coze";
10
11
  import Cursor from "../Cursor";
11
12
  import Dify from "../Dify";
13
+ import Flowith from "../Flowith";
12
14
  import Gemini from "../Gemini";
15
+ import GeminiCLI from "../GeminiCLI";
13
16
  import GithubCopilot from "../GithubCopilot";
14
17
  import Goose from "../Goose";
15
18
  import Junie from "../Junie";
@@ -18,39 +21,47 @@ import Kimi from "../Kimi";
18
21
  import LobeHub from "../LobeHub";
19
22
  import Manus from "../Manus";
20
23
  import MetaAI from "../MetaAI";
24
+ import Microsoft from "../Microsoft";
21
25
  import N8n from "../N8n";
22
26
  import Notion from "../Notion";
23
27
  import OpenAI from "../OpenAI";
24
28
  import OpenClaw from "../OpenClaw";
25
29
  import OpenCode from "../OpenCode";
26
30
  import OpenHands from "../OpenHands";
31
+ import OpenWebUI from "../OpenWebUI";
32
+ import Qoder from "../Qoder";
33
+ import Qwen from "../Qwen";
27
34
  import Replit from "../Replit";
28
35
  import RooCode from "../RooCode";
29
36
  import Trae from "../Trae";
30
37
  import Windsurf from "../Windsurf";
31
38
  import Zencoder from "../Zencoder";
39
+ import ZeroOne from "../ZeroOne";
32
40
 
33
41
  // Define a type for our agent mapping
34
42
 
35
43
  // Create a mapping of agent keywords to their respective Icon functions
36
44
  export var agentMappings = [{
37
45
  Icon: LobeHub,
38
- keywords: ['lobehub', 'lobechat', 'lobe-ai', 'lobeai', 'lobe']
46
+ keywords: ['lobehub', 'lobechat', 'lobe-chat', 'lobe-agent', 'lobe-ai', 'lobeai', 'lobe']
39
47
  }, {
40
48
  Icon: ClaudeCode,
41
- keywords: ['claude-code', 'claudecode']
49
+ keywords: ['claude-code', 'claudecode', 'claude-co']
42
50
  }, {
43
51
  Icon: Claude,
44
- keywords: ['claude']
52
+ keywords: ['claude-desktop', 'open-claude', 'claude']
45
53
  }, {
46
54
  Icon: Codex,
47
55
  keywords: ['codex']
48
56
  }, {
49
57
  Icon: OpenAI,
50
58
  keywords: ['openai', 'chatgpt', 'gpt']
59
+ }, {
60
+ Icon: Kimi,
61
+ keywords: ['kimi-cli', 'kimi-code', 'kimi', 'kimiclaw', 'kimi-claw']
51
62
  }, {
52
63
  Icon: OpenClaw,
53
- keywords: ['open-claw', 'openclaw', 'claw', 'clawdbot', 'moltbot']
64
+ keywords: ['open-claw', 'openclaw', 'dewu-smartclaw', 'nanoclaw', 'zeroclaw', 'goclaw', 'clawhub', 'catpaw', 'copaw', 'clawdbot', 'moltbot', 'claw']
54
65
  }, {
55
66
  Icon: Manus,
56
67
  keywords: ['manus']
@@ -65,16 +76,19 @@ export var agentMappings = [{
65
76
  keywords: ['amp']
66
77
  }, {
67
78
  Icon: GithubCopilot,
68
- keywords: ['github-copilot', 'githubcopilot', 'github']
79
+ keywords: ['github-copilot-cli', 'github-copilot', 'githubcopilot', 'vscode-copilot', 'copilot-cli', 'github']
69
80
  }, {
70
81
  Icon: Copilot,
71
82
  keywords: ['copilot']
83
+ }, {
84
+ Icon: GeminiCLI,
85
+ keywords: ['geminicli', 'gemini-cli']
72
86
  }, {
73
87
  Icon: Gemini,
74
- keywords: ['gemini-cli', 'gemini']
88
+ keywords: ['gemini-scout', 'gemini']
75
89
  }, {
76
90
  Icon: KiloCode,
77
- keywords: ['kilo-code', 'kilocode']
91
+ keywords: ['kilo-code', 'kilocode', 'kilo', 'kiro-cli', 'kiro']
78
92
  }, {
79
93
  Icon: Junie,
80
94
  keywords: ['junie']
@@ -89,7 +103,7 @@ export var agentMappings = [{
89
103
  keywords: ['cline']
90
104
  }, {
91
105
  Icon: OpenCode,
92
- keywords: ['open-code', 'opencode']
106
+ keywords: ['open-code', 'opencode', 'openwork']
93
107
  }, {
94
108
  Icon: OpenHands,
95
109
  keywords: ['open-hands', 'openhands']
@@ -101,13 +115,13 @@ export var agentMappings = [{
101
115
  keywords: ['goose']
102
116
  }, {
103
117
  Icon: Trae,
104
- keywords: ['trae']
118
+ keywords: ['trae-ide', 'trae-ai', 'traeb', 'trae']
105
119
  }, {
106
120
  Icon: Zencoder,
107
121
  keywords: ['zencoder']
108
122
  }, {
109
123
  Icon: Coze,
110
- keywords: ['coze']
124
+ keywords: ['coze-coding', 'coze']
111
125
  }, {
112
126
  Icon: Dify,
113
127
  keywords: ['dify']
@@ -115,8 +129,26 @@ export var agentMappings = [{
115
129
  Icon: Antigravity,
116
130
  keywords: ['antigravity', 'google']
117
131
  }, {
118
- Icon: Kimi,
119
- keywords: ['kimi']
132
+ Icon: Qoder,
133
+ keywords: ['qoder-work', 'qoder']
134
+ }, {
135
+ Icon: Qwen,
136
+ keywords: ['qwen-code', 'qwen']
137
+ }, {
138
+ Icon: Microsoft,
139
+ keywords: ['windows', 'vscode', 'micode']
140
+ }, {
141
+ Icon: OpenWebUI,
142
+ keywords: ['openwebui-bridge', 'openwebui']
143
+ }, {
144
+ Icon: CodeFlicker,
145
+ keywords: ['codeflicker']
146
+ }, {
147
+ Icon: Flowith,
148
+ keywords: ['iflow', 'flowith']
149
+ }, {
150
+ Icon: ZeroOne,
151
+ keywords: ['agent-zero', 'agentzero', 'agent0']
120
152
  }, {
121
153
  Icon: MetaAI,
122
154
  keywords: ['meta-ai', 'metaai']
package/es/icons.d.ts CHANGED
@@ -42,6 +42,7 @@ export { default as Bfl, type CompoundedIcon as BflProps } from './Bfl';
42
42
  export { default as Bilibili, type CompoundedIcon as BilibiliProps } from './Bilibili';
43
43
  export { default as BilibiliIndex, type CompoundedIcon as BilibiliIndexProps, } from './BilibiliIndex';
44
44
  export { default as Bing, type CompoundedIcon as BingProps } from './Bing';
45
+ export { default as BriaAI, type CompoundedIcon as BriaAIProps } from './BriaAI';
45
46
  export { default as BurnCloud, type CompoundedIcon as BurnCloudProps } from './BurnCloud';
46
47
  export { default as ByteDance, type CompoundedIcon as ByteDanceProps } from './ByteDance';
47
48
  export { default as CapCut, type CompoundedIcon as CapCutProps } from './CapCut';
@@ -102,6 +103,7 @@ export { default as Flowith, type CompoundedIcon as FlowithProps } from './Flowi
102
103
  export { default as Flux, type CompoundedIcon as FluxProps } from './Flux';
103
104
  export { default as Friendli, type CompoundedIcon as FriendliProps } from './Friendli';
104
105
  export { default as Gemini, type CompoundedIcon as GeminiProps } from './Gemini';
106
+ export { default as GeminiCLI, type CompoundedIcon as GeminiCLIProps } from './GeminiCLI';
105
107
  export { default as Gemma, type CompoundedIcon as GemmaProps } from './Gemma';
106
108
  export { default as GiteeAI, type CompoundedIcon as GiteeAIProps } from './GiteeAI';
107
109
  export { default as Github, type CompoundedIcon as GithubProps } from './Github';
@@ -195,6 +197,7 @@ export { default as NovelAI, type CompoundedIcon as NovelAIProps } from './Novel
195
197
  export { default as Novita, type CompoundedIcon as NovitaProps } from './Novita';
196
198
  export { default as NPLCloud, type CompoundedIcon as NPLCloudProps } from './NPLCloud';
197
199
  export { default as Nvidia, type CompoundedIcon as NvidiaProps } from './Nvidia';
200
+ export { default as Obsidian, type CompoundedIcon as ObsidianProps } from './Obsidian';
198
201
  export { default as Ollama, type CompoundedIcon as OllamaProps } from './Ollama';
199
202
  export { default as OpenAI, type CompoundedIcon as OpenAIProps } from './OpenAI';
200
203
  export { default as OpenChat, type CompoundedIcon as OpenChatProps } from './OpenChat';
@@ -214,6 +217,7 @@ export { default as Player2, type CompoundedIcon as Player2Props } from './Playe
214
217
  export { default as Poe, type CompoundedIcon as PoeProps } from './Poe';
215
218
  export { default as Pollinations, type CompoundedIcon as PollinationsProps } from './Pollinations';
216
219
  export { default as PPIO, type CompoundedIcon as PPIOProps } from './PPIO';
220
+ export { default as PrunaAI, type CompoundedIcon as PrunaAIProps } from './PrunaAI';
217
221
  export { default as PydanticAI, type CompoundedIcon as PydanticAIProps } from './PydanticAI';
218
222
  export { default as Qingyan, type CompoundedIcon as QingyanProps } from './Qingyan';
219
223
  export { default as Qiniu, type CompoundedIcon as QiniuProps } from './Qiniu';
@@ -224,6 +228,7 @@ export { default as Recraft, type CompoundedIcon as RecraftProps } from './Recra
224
228
  export { default as Relace, type CompoundedIcon as RelaceProps } from './Relace';
225
229
  export { default as Replicate, type CompoundedIcon as ReplicateProps } from './Replicate';
226
230
  export { default as Replit, type CompoundedIcon as ReplitProps } from './Replit';
231
+ export { default as Reve, type CompoundedIcon as ReveProps } from './Reve';
227
232
  export { default as RooCode, type CompoundedIcon as RooCodeProps } from './RooCode';
228
233
  export { default as RSSHub, type CompoundedIcon as RSSHubProps } from './RSSHub';
229
234
  export { default as Runway, type CompoundedIcon as RunwayProps } from './Runway';
package/es/icons.js CHANGED
@@ -42,6 +42,7 @@ export { default as Bfl } from "./Bfl";
42
42
  export { default as Bilibili } from "./Bilibili";
43
43
  export { default as BilibiliIndex } from "./BilibiliIndex";
44
44
  export { default as Bing } from "./Bing";
45
+ export { default as BriaAI } from "./BriaAI";
45
46
  export { default as BurnCloud } from "./BurnCloud";
46
47
  export { default as ByteDance } from "./ByteDance";
47
48
  export { default as CapCut } from "./CapCut";
@@ -102,6 +103,7 @@ export { default as Flowith } from "./Flowith";
102
103
  export { default as Flux } from "./Flux";
103
104
  export { default as Friendli } from "./Friendli";
104
105
  export { default as Gemini } from "./Gemini";
106
+ export { default as GeminiCLI } from "./GeminiCLI";
105
107
  export { default as Gemma } from "./Gemma";
106
108
  export { default as GiteeAI } from "./GiteeAI";
107
109
  export { default as Github } from "./Github";
@@ -195,6 +197,7 @@ export { default as NovelAI } from "./NovelAI";
195
197
  export { default as Novita } from "./Novita";
196
198
  export { default as NPLCloud } from "./NPLCloud";
197
199
  export { default as Nvidia } from "./Nvidia";
200
+ export { default as Obsidian } from "./Obsidian";
198
201
  export { default as Ollama } from "./Ollama";
199
202
  export { default as OpenAI } from "./OpenAI";
200
203
  export { default as OpenChat } from "./OpenChat";
@@ -214,6 +217,7 @@ export { default as Player2 } from "./Player2";
214
217
  export { default as Poe } from "./Poe";
215
218
  export { default as Pollinations } from "./Pollinations";
216
219
  export { default as PPIO } from "./PPIO";
220
+ export { default as PrunaAI } from "./PrunaAI";
217
221
  export { default as PydanticAI } from "./PydanticAI";
218
222
  export { default as Qingyan } from "./Qingyan";
219
223
  export { default as Qiniu } from "./Qiniu";
@@ -224,6 +228,7 @@ export { default as Recraft } from "./Recraft";
224
228
  export { default as Relace } from "./Relace";
225
229
  export { default as Replicate } from "./Replicate";
226
230
  export { default as Replit } from "./Replit";
231
+ export { default as Reve } from "./Reve";
227
232
  export { default as RooCode } from "./RooCode";
228
233
  export { default as RSSHub } from "./RSSHub";
229
234
  export { default as Runway } from "./Runway";