@lobehub/icons 5.7.0 → 5.9.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 (129) hide show
  1. package/README.md +105 -104
  2. package/es/AirJelly/components/Avatar.d.ts +5 -0
  3. package/es/AirJelly/components/Avatar.js +25 -0
  4. package/es/AirJelly/components/Color.d.ts +3 -0
  5. package/es/AirJelly/components/Color.js +39 -0
  6. package/es/AirJelly/components/Combine.d.ts +7 -0
  7. package/es/AirJelly/components/Combine.js +32 -0
  8. package/es/AirJelly/components/Mono.d.ts +3 -0
  9. package/es/AirJelly/components/Mono.js +40 -0
  10. package/es/AirJelly/components/Text.d.ts +3 -0
  11. package/es/AirJelly/components/Text.js +39 -0
  12. package/es/AirJelly/index.d.ts +15 -0
  13. package/es/AirJelly/index.js +14 -0
  14. package/es/AirJelly/style.d.ts +7 -0
  15. package/es/AirJelly/style.js +9 -0
  16. package/es/Devin/components/Avatar.d.ts +5 -0
  17. package/es/Devin/components/Avatar.js +25 -0
  18. package/es/Devin/components/Color.d.ts +3 -0
  19. package/es/Devin/components/Color.js +45 -0
  20. package/es/Devin/components/Combine.d.ts +7 -0
  21. package/es/Devin/components/Combine.js +32 -0
  22. package/es/Devin/components/Mono.d.ts +3 -0
  23. package/es/Devin/components/Mono.js +44 -0
  24. package/es/Devin/components/Text.d.ts +3 -0
  25. package/es/Devin/components/Text.js +38 -0
  26. package/es/Devin/index.d.ts +15 -0
  27. package/es/Devin/index.js +14 -0
  28. package/es/Devin/style.d.ts +7 -0
  29. package/es/Devin/style.js +9 -0
  30. package/es/Kiro/components/Avatar.d.ts +5 -0
  31. package/es/Kiro/components/Avatar.js +25 -0
  32. package/es/Kiro/components/Color.d.ts +3 -0
  33. package/es/Kiro/components/Color.js +45 -0
  34. package/es/Kiro/components/Combine.d.ts +7 -0
  35. package/es/Kiro/components/Combine.js +32 -0
  36. package/es/Kiro/components/Mono.d.ts +3 -0
  37. package/es/Kiro/components/Mono.js +40 -0
  38. package/es/Kiro/components/Text.d.ts +3 -0
  39. package/es/Kiro/components/Text.js +43 -0
  40. package/es/Kiro/index.d.ts +15 -0
  41. package/es/Kiro/index.js +14 -0
  42. package/es/Kiro/style.d.ts +7 -0
  43. package/es/Kiro/style.js +9 -0
  44. package/es/MetaAI/components/Color.js +132 -65
  45. package/es/MetaAI/components/Mono.js +1 -2
  46. package/es/Moxt/components/Avatar.d.ts +5 -0
  47. package/es/Moxt/components/Avatar.js +25 -0
  48. package/es/Moxt/components/Color.d.ts +3 -0
  49. package/es/Moxt/components/Color.js +44 -0
  50. package/es/Moxt/components/Combine.d.ts +7 -0
  51. package/es/Moxt/components/Combine.js +32 -0
  52. package/es/Moxt/components/Mono.d.ts +3 -0
  53. package/es/Moxt/components/Mono.js +43 -0
  54. package/es/Moxt/components/Text.d.ts +3 -0
  55. package/es/Moxt/components/Text.js +39 -0
  56. package/es/Moxt/index.d.ts +15 -0
  57. package/es/Moxt/index.js +14 -0
  58. package/es/Moxt/style.d.ts +7 -0
  59. package/es/Moxt/style.js +9 -0
  60. package/es/OpenHuman/components/Avatar.d.ts +5 -0
  61. package/es/OpenHuman/components/Avatar.js +25 -0
  62. package/es/OpenHuman/components/Combine.d.ts +5 -0
  63. package/es/OpenHuman/components/Combine.js +29 -0
  64. package/es/OpenHuman/components/Mono.d.ts +3 -0
  65. package/es/OpenHuman/components/Mono.js +40 -0
  66. package/es/OpenHuman/components/Text.d.ts +3 -0
  67. package/es/OpenHuman/components/Text.js +39 -0
  68. package/es/OpenHuman/index.d.ts +13 -0
  69. package/es/OpenHuman/index.js +12 -0
  70. package/es/OpenHuman/style.d.ts +7 -0
  71. package/es/OpenHuman/style.js +9 -0
  72. package/es/PixVerse/components/Avatar.js +2 -2
  73. package/es/PixVerse/components/Color.js +46 -23
  74. package/es/PixVerse/components/Mono.js +5 -2
  75. package/es/PixVerse/index.js +1 -2
  76. package/es/PixVerse/style.d.ts +4 -5
  77. package/es/PixVerse/style.js +4 -5
  78. package/es/SillyTavern/components/Avatar.d.ts +5 -0
  79. package/es/SillyTavern/components/Avatar.js +25 -0
  80. package/es/SillyTavern/components/Color.d.ts +3 -0
  81. package/es/SillyTavern/components/Color.js +42 -0
  82. package/es/SillyTavern/components/Combine.d.ts +7 -0
  83. package/es/SillyTavern/components/Combine.js +32 -0
  84. package/es/SillyTavern/components/Mono.d.ts +3 -0
  85. package/es/SillyTavern/components/Mono.js +45 -0
  86. package/es/SillyTavern/components/Text.d.ts +3 -0
  87. package/es/SillyTavern/components/Text.js +39 -0
  88. package/es/SillyTavern/index.d.ts +15 -0
  89. package/es/SillyTavern/index.js +14 -0
  90. package/es/SillyTavern/style.d.ts +7 -0
  91. package/es/SillyTavern/style.js +9 -0
  92. package/es/Slock/components/Avatar.d.ts +5 -0
  93. package/es/Slock/components/Avatar.js +25 -0
  94. package/es/Slock/components/Combine.d.ts +5 -0
  95. package/es/Slock/components/Combine.js +29 -0
  96. package/es/Slock/components/Inner.d.ts +3 -0
  97. package/es/Slock/components/Inner.js +42 -0
  98. package/es/Slock/components/Mono.d.ts +3 -0
  99. package/es/Slock/components/Mono.js +40 -0
  100. package/es/Slock/components/Text.d.ts +3 -0
  101. package/es/Slock/components/Text.js +39 -0
  102. package/es/Slock/index.d.ts +13 -0
  103. package/es/Slock/index.js +12 -0
  104. package/es/Slock/style.d.ts +7 -0
  105. package/es/Slock/style.js +9 -0
  106. package/es/WorldRouter/components/Avatar.d.ts +5 -0
  107. package/es/WorldRouter/components/Avatar.js +25 -0
  108. package/es/WorldRouter/components/Combine.d.ts +5 -0
  109. package/es/WorldRouter/components/Combine.js +26 -0
  110. package/es/WorldRouter/components/Mono.d.ts +3 -0
  111. package/es/WorldRouter/components/Mono.js +40 -0
  112. package/es/WorldRouter/components/Text.d.ts +3 -0
  113. package/es/WorldRouter/components/Text.js +38 -0
  114. package/es/WorldRouter/index.d.ts +13 -0
  115. package/es/WorldRouter/index.js +12 -0
  116. package/es/WorldRouter/style.d.ts +7 -0
  117. package/es/WorldRouter/style.js +9 -0
  118. package/es/Yuanbao/components/Color.js +6 -9
  119. package/es/Yuanbao/components/Mono.js +2 -2
  120. package/es/ZeroOne/components/Avatar.js +2 -2
  121. package/es/ZeroOne/components/Combine.js +2 -2
  122. package/es/ZeroOne/components/Mono.js +4 -1
  123. package/es/ZeroOne/index.d.ts +2 -0
  124. package/es/ZeroOne/index.js +2 -0
  125. package/es/features/agentConfig.js +4 -0
  126. package/es/icons.d.ts +8 -0
  127. package/es/icons.js +8 -0
  128. package/es/toc.json +1 -1
  129. package/package.json +1 -1
@@ -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: "M9.564.054c-.16.026-.3.054-.309.063-.009.01.082.425.2.924.291 1.22.58 2.44.869 3.66l.077.327.39-.02a2.8 2.8 0 00.435-.045c.028-.014.08-.155.135-.364.169-.64.59-2.304.604-2.383.008-.044.022-.08.032-.08.02 0 .039.07.453 1.7.244.956.29 1.11.343 1.13.085.032.82.07.82.04 0-.025.53-2.259.91-3.836.133-.555.237-1.023.23-1.04-.016-.043-.732-.148-.763-.113a11.19 11.19 0 00-.202.82 890.344 890.344 0 01-.614 2.7l-.03.115-.04-.13a82.792 82.792 0 01-.343-1.328L12.399.772 12.34.548h-.675l-.354 1.408c-.376 1.489-.43 1.693-.447 1.677-.01-.01-.46-1.97-.708-3.077L10.03 0l-.087.003a5.156 5.156 0 00-.38.05zM8.13.424a3.49 3.49 0 00-.37.153c-.022.022.093.414.774 2.627.163.532.294.97.29.974-.004.004-.291-.288-.637-.65l-1.11-1.154-.48-.498-.279.164c-.154.09-.286.18-.294.2-.011.03.545 2.055.784 2.853.038.126.064.234.058.24-.01.01-.643-.67-1.927-2.07l-.593-.645c-.046-.05-.06-.043-.32.169-.148.12-.288.238-.31.259-.034.033.04.124.489.598L5.94 5.477 7.145 6.75l.349-.233c.192-.128.354-.238.36-.244a2.84 2.84 0 00-.093-.393c-.524-1.875-.676-2.431-.669-2.44.005-.004.467.465 1.026 1.044l1.017 1.052.375-.188c.207-.104.381-.193.388-.2.012-.01-.084-.353-.316-1.122-.174-.577-1-3.386-1.05-3.575a1.055 1.055 0 00-.047-.149 3.314 3.314 0 00-.355.121zm7.295.191c-.085.296-.172.591-.259.886-.7 2.374-1.069 3.642-1.06 3.65.006.005.18.095.388.2l.378.188.212-.227c.397-.425 1.818-1.878 1.829-1.868.008.01-.29 1.105-.654 2.398-.061.22-.106.411-.098.424.008.012.168.127.356.255l.341.232.685-.728c.377-.4.94-.994 1.25-1.32 1.13-1.183 1.511-1.592 1.517-1.625.005-.035-.545-.482-.594-.482-.026 0-.888.92-2.03 2.165-.283.31-.524.567-.535.571-.01.005.044-.216.121-.49l.312-1.12c.095-.341.228-.817.297-1.057l.125-.436-.232-.14-.294-.177c-.058-.037-.089-.011-.548.46-.268.274-.642.66-.831.859-.212.222-.425.444-.64.664l-.294.303.055-.173c.03-.095.166-.537.3-.982.16-.524.32-1.049.482-1.573.13-.42.238-.797.24-.835.002-.062-.023-.08-.2-.147l-.363-.137-.162-.061-.094.323zM2.935 3.832a9.473 9.473 0 00-.241.304c-.082.11-.082.113-.029.164l.659.61c1.72 1.588 2.093 1.94 2.029 1.918-.024-.008-.704-.204-1.511-.434l-1.515-.435c-.036-.01-.09.06-.221.289l-.174.303.754.729 1.151 1.115c.22.212.394.389.389.393-.006.004-.334-.093-.73-.216C.75 7.716.648 7.686.616 7.718c-.044.045-.276.65-.263.688.006.017.087.054.181.082l1.97.59c.99.297 1.986.597 2.215.668.229.07.432.122.452.114.02-.007.121-.182.224-.387l.187-.374-1.05-1.017c-.578-.56-1.046-1.022-1.039-1.03.01-.01 2.443.677 2.732.771.077.025.085.016.299-.312a4.15 4.15 0 00.232-.383c.008-.03-.312-.352-.946-.952L4.303 4.748c-1.074-1.02-1.171-1.11-1.19-1.109a1.51 1.51 0 00-.178.193zm17.09.606c-.604.574-1.21 1.147-1.815 1.72-.534.504-.97.929-.97.943 0 .014.101.186.227.381.173.27.24.353.28.346.03-.005.66-.184 1.403-.397a38.226 38.226 0 011.36-.378c.006.006-.33.34-.745.743-1.258 1.22-1.317 1.278-1.317 1.313 0 .05.335.725.371.748.018.01.831-.221 1.809-.514.977-.294 2.049-.614 2.381-.713a13.1 13.1 0 00.636-.197c.021-.012-.015-.14-.11-.378a10.37 10.37 0 00-.147-.367c-.007-.007-.787.232-2.048.626a49.53 49.53 0 01-1.568.476c0-.009.853-.848 1.352-1.33l.655-.632c.146-.141.266-.27.266-.286a2.47 2.47 0 00-.16-.313c-.13-.23-.17-.282-.213-.268-.03.01-.705.204-1.502.432-.797.229-1.475.424-1.506.435-.08.027.389-.42 2.095-1.992.41-.378.62-.59.61-.618-.02-.052-.454-.576-.48-.579-.01 0-.399.359-.863.8zM.116 9.198c0 .009-.027.179-.06.377-.034.2-.05.37-.037.384.021.02.67.174 3.342.799.179.042.321.079.317.083-.009.008-.592.16-1.98.518-.514.133-.97.255-1.014.272l-.08.03.019.326c.01.179.022.329.026.333.003.005.536.145 1.183.312 1.567.403 1.856.48 1.845.49a11.11 11.11 0 01-.526.127c-.284.064-1.015.233-1.625.377-.61.144-1.202.282-1.317.308-.152.034-.208.059-.208.093 0 .07.11.692.127.72.008.014.29-.043.627-.127.337-.083 1.438-.35 2.448-.594l1.834-.442v-.29c0-.159-.008-.356-.018-.437L5 12.708l-1.14-.29-1.406-.358a1.43 1.43 0 01-.266-.08c0-.008.605-.169 1.345-.358.74-.189 1.372-.354 1.406-.366.072-.026.093-.15.1-.59l.005-.287-.846-.207-1.766-.43c-.507-.122-1.23-.3-1.608-.392-.752-.187-.71-.177-.71-.153zm23.038.157c-.665.164-1.65.404-3.374.822l-.813.198.002.304c.001.168.01.364.022.435l.019.13.403.104c.222.058.853.22 1.403.36.55.142 1 .263 1 .272 0 .008-.12.044-.266.08l-1.407.358-1.14.29-.018.192c-.01.105-.018.302-.018.438v.246l1.547.372c.85.205 1.955.473 2.453.595.499.123.911.22.916.214.016-.015.13-.765.117-.775-.012-.01-1.281-.31-2.644-.624a90.518 90.518 0 01-.965-.226c-.075-.02-.044-.034.26-.112l1.533-.395a116.39 116.39 0 011.201-.307c.008 0 .014-.15.014-.332 0-.318-.003-.334-.065-.36a18.712 18.712 0 00-.798-.216c-1.455-.373-2.202-.568-2.211-.578-.005-.005.033-.018.086-.03.052-.01.562-.128 1.132-.262l1.74-.406c.389-.09.71-.168.717-.173a7.514 7.514 0 00-.103-.724c-.008-.036-.023-.064-.034-.062-.01.001-.329.079-.709.172zM4.863 14.16c-.468.148-.938.293-1.41.433a1617.731 1617.731 0 00-2.896.868l-.234.07.127.353c.07.193.133.358.14.365.008.007.237-.054.51-.137a4538.896 4538.896 0 013.125-.946c.027-.008-.01.04-.08.108-.959.915-2.188 2.118-2.188 2.14 0 .016.073.158.162.316.108.191.175.282.201.272.022-.008.697-.202 1.5-.431a183.2 183.2 0 001.518-.438c.08-.03.205-.15-2.257 2.189-.23.219-.423.41-.429.426-.01.027.356.505.44.575.045.037.235-.14 2.002-1.862.261-.254.743-.72 1.071-1.035l.597-.573-.078-.134a11.89 11.89 0 00-.227-.368l-.15-.235-1.39.4a40.32 40.32 0 01-1.416.392c-.023-.007 1.662-1.675 1.931-1.911.068-.06.122-.126.122-.148 0-.037-.366-.793-.381-.787l-.31.098zm13.77.277a3.477 3.477 0 00-.185.409c0 .02.467.49 1.038 1.043.57.553 1.032 1.01 1.027 1.016-.008.008-1.845-.508-2.72-.763l-.092-.027-.215.336a5.03 5.03 0 00-.228.38c-.01.028.239.283.714.736.4.38 1.214 1.164 1.809 1.739.594.576 1.091 1.046 1.104 1.045.03-.002.453-.535.463-.585.005-.02-.066-.108-.158-.194a77.976 77.976 0 01-.601-.575c-.239-.231-.778-.745-1.199-1.142-.42-.396-.762-.724-.759-.727.003-.003.698.194 1.545.437 1.093.315 1.545.434 1.56.41.013-.018.092-.152.177-.297l.154-.264-.436-.43a107.63 107.63 0 00-1.14-1.108 28.22 28.22 0 01-.714-.697c-.006-.012.027-.009.072.006.072.024.732.224 2.873.869.364.11.67.2.68.2.02 0 .023-.007.181-.442.074-.204.093-.286.067-.294-.02-.007-.373-.111-.784-.233-.67-.197-2.869-.86-3.722-1.12l-.325-.1-.185.372zM6.068 18.34c-.578.623-1.35 1.453-1.717 1.845-.367.392-.666.72-.666.728 0 .026.582.481.604.473.012-.005.33-.347.707-.76 1.072-1.173 1.804-1.96 1.85-1.988.03-.018.038-.015.027.014-.035.096-.78 2.746-.843 3.003-.017.07.001.087.272.255l.29.18.453-.472.741-.775c.867-.912 1.056-1.104 1.04-1.052-.022.072-.683 2.333-.893 3.058-.088.301-.15.556-.139.566.034.03.697.295.708.283.006-.006.091-.297.19-.646.098-.35.327-1.149.509-1.776l.515-1.78c.102-.352.185-.652.185-.669 0-.016-.17-.116-.378-.222l-.378-.193-.208.212-1.021 1.058c-.448.465-.818.842-.822.837-.008-.008.091-.373.578-2.118.102-.367.186-.678.185-.693 0-.023-.366-.276-.634-.438l-.103-.062-1.052 1.132zm10.453-.901l-.371.245a.656.656 0 00.034.178c.105.385.58 2.094.655 2.36.045.157.078.29.073.296-.005.005-.466-.465-1.025-1.044l-1.015-1.052-.118.058c-.406.2-.65.33-.65.349 0 .012.095.35.212.75.16.551.32 1.102.478 1.654.719 2.508.702 2.454.773 2.447.035-.005.196-.064.358-.134.263-.113.293-.133.286-.195a78.497 78.497 0 00-.52-1.822 57.434 57.434 0 01-.497-1.751c.015.002.715.734 1.891 1.977l.32.338.241-.147c.133-.08.266-.164.295-.186.059-.044.084.056-.572-2.273a18.747 18.747 0 01-.231-.86c.012-.012 1.195 1.257 2.412 2.588.091.1.178.177.192.172.08-.03.574-.47.557-.497a3.571 3.571 0 00-.21-.235 390.91 390.91 0 01-1.798-1.933 162.39 162.39 0 00-.762-.823l-.52-.557-.129-.139-.36.236zm-6.13 1.512c0 .014-.415 1.783-.95 4.052-.114.482-.202.88-.197.886.027.027.726.13.745.11.012-.013.2-.797.416-1.741.49-2.132.447-1.963.478-1.891.014.032.155.57.314 1.198.346 1.36.46 1.796.478 1.825.015.024.672.032.672.008 0-.014.192-.773.55-2.18.26-1.017.23-.92.26-.84.014.037.11.434.211.88l.332 1.433c.08.341.179.77.22.952.04.183.083.343.095.355.02.022.715-.08.744-.108.008-.008-.06-.33-.15-.715l-.409-1.726c-.47-1.996-.59-2.496-.6-2.505-.01-.011-.855.046-.863.058-.003.005-.166.641-.362 1.415-.197.773-.366 1.397-.376 1.385-.01-.011-.106-.365-.214-.786a234.85 234.85 0 00-.358-1.385l-.162-.62-.113-.018c-.162-.026-.762-.059-.762-.042z"
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,38 @@
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
+ height: size,
24
+ style: _objectSpread({
25
+ flex: 'none',
26
+ lineHeight: 1
27
+ }, style),
28
+ viewBox: "0 0 211 24",
29
+ xmlns: "http://www.w3.org/2000/svg"
30
+ }, rest), {}, {
31
+ children: [/*#__PURE__*/_jsx("title", {
32
+ children: TITLE
33
+ }), /*#__PURE__*/_jsx("path", {
34
+ d: "M6.235 23.395L.315.16h4.678L9.8 20.371l-1.242-.732h3.184l-1.401.732 3.788-19.32h3.883l-4.71 22.344H6.234zm13.878 0L14.988 1.05h4.043l4.36 19.321-1.368-.732h3.119l-1.21.732L28.166.16h4.424l-5.284 23.236h-7.193zM43.353 24c-1.528 0-2.875-.244-4.042-.732-1.167-.488-2.154-1.146-2.96-1.974a8.96 8.96 0 01-1.847-2.864 9.241 9.241 0 01-.604-3.31v-.67a9 9 0 01.636-3.373 8.945 8.945 0 011.878-2.865c.828-.849 1.825-1.506 2.992-1.973 1.167-.488 2.483-.732 3.947-.732s2.78.244 3.947.732c1.167.467 2.154 1.124 2.96 1.973a8.292 8.292 0 011.878 2.865 9 9 0 01.637 3.374v.668c0 1.146-.212 2.25-.637 3.31a8.524 8.524 0 01-1.814 2.865c-.806.828-1.793 1.486-2.96 1.974S44.86 24 43.354 24zm0-3.788c1.082 0 1.995-.233 2.738-.7a4.674 4.674 0 001.687-1.942c.382-.827.572-1.761.572-2.8 0-1.062-.201-1.995-.604-2.802a4.367 4.367 0 00-1.72-1.941c-.742-.489-1.633-.733-2.673-.733s-1.942.244-2.705.732a4.635 4.635 0 00-1.72 1.942c-.402.806-.604 1.74-.604 2.801 0 1.04.191 1.974.573 2.801a4.905 4.905 0 001.719 1.942c.742.467 1.655.7 2.737.7zM56.649 23.395V6.111h3.501v7.321h-.095c0-2.482.53-4.36 1.591-5.634 1.061-1.273 2.621-1.91 4.68-1.91h.636V9.74h-1.21c-1.485 0-2.641.403-3.469 1.21-.806.785-1.21 1.93-1.21 3.437v9.008H56.65zM70.145 23.395V.16h4.424v23.236h-4.424zM67.98 3.47V.16h6.59v3.31h-6.59zM86.782 23.968c-1.21 0-2.324-.223-3.342-.668a7.801 7.801 0 01-2.642-1.878 8.598 8.598 0 01-1.719-2.801c-.403-1.082-.605-2.25-.605-3.502v-.668c0-1.23.191-2.387.573-3.47a9.14 9.14 0 011.656-2.832A7.554 7.554 0 0183.28 6.27c1.018-.467 2.143-.7 3.374-.7 1.358 0 2.546.296 3.565.89 1.04.573 1.867 1.444 2.483 2.61.615 1.168.954 2.632 1.018 4.393l-1.305-1.528V.16h4.424v23.236h-3.5v-7.353h.763c-.064 1.762-.424 3.236-1.082 4.425-.658 1.167-1.528 2.048-2.61 2.642-1.061.573-2.27.86-3.629.86zm.987-3.724c.87 0 1.666-.19 2.387-.573a4.46 4.46 0 001.719-1.719c.445-.764.668-1.655.668-2.674v-1.273c0-1.018-.223-1.867-.668-2.546a4.353 4.353 0 00-1.75-1.592 4.957 4.957 0 00-2.356-.573c-.955 0-1.804.234-2.547.7-.721.446-1.294 1.083-1.718 1.91-.404.828-.605 1.794-.605 2.897 0 1.104.212 2.069.636 2.897.425.806.998 1.432 1.72 1.878.742.445 1.58.668 2.514.668zM102.227 23.395V0h4.52v23.395h-4.52zm14.196 0l-7.13-10.122h5.061l7.353 10.122h-5.284zM105.41 15.63v-3.66h5.92c.828 0 1.539-.17 2.133-.51a3.577 3.577 0 001.432-1.432c.34-.616.509-1.316.509-2.101 0-.807-.169-1.518-.509-2.133a3.577 3.577 0 00-1.432-1.432c-.594-.34-1.305-.51-2.133-.51h-5.92V0h5.443c1.867 0 3.48.276 4.838.828 1.379.551 2.44 1.39 3.183 2.514.743 1.125 1.114 2.536 1.114 4.234v.509c0 1.719-.382 3.13-1.146 4.233-.743 1.104-1.793 1.931-3.151 2.483-1.358.552-2.971.828-4.838.828h-5.443zM132.782 24c-1.527 0-2.875-.244-4.042-.732-1.167-.488-2.154-1.146-2.96-1.974a8.943 8.943 0 01-1.846-2.864 9.224 9.224 0 01-.605-3.31v-.67c0-1.187.212-2.312.636-3.373a8.958 8.958 0 011.878-2.865c.828-.849 1.825-1.506 2.993-1.973 1.167-.488 2.482-.732 3.946-.732 1.465 0 2.78.244 3.947.732 1.168.467 2.154 1.124 2.961 1.973a8.31 8.31 0 011.878 2.865 9.007 9.007 0 01.636 3.374v.668a8.84 8.84 0 01-.636 3.31 8.529 8.529 0 01-1.815 2.865c-.806.828-1.793 1.486-2.96 1.974s-2.504.732-4.011.732zm0-3.788c1.083 0 1.995-.233 2.738-.7a4.672 4.672 0 001.687-1.942c.382-.827.573-1.761.573-2.8 0-1.062-.202-1.995-.605-2.802a4.367 4.367 0 00-1.719-1.941c-.743-.489-1.634-.733-2.674-.733-1.039 0-1.941.244-2.705.732a4.633 4.633 0 00-1.719 1.942c-.403.806-.605 1.74-.605 2.801 0 1.04.191 1.974.573 2.801a4.901 4.901 0 001.719 1.942c.743.467 1.655.7 2.737.7zM151.967 23.936c-1.995 0-3.544-.657-4.647-1.973-1.083-1.316-1.624-3.268-1.624-5.857V6.08h4.425v10.408c0 1.061.297 1.91.891 2.547.594.615 1.401.923 2.419.923 1.019 0 1.846-.33 2.483-.987.658-.658.987-1.55.987-2.674V6.08h4.424v17.315h-3.501v-7.353h.35c0 1.74-.223 3.194-.669 4.361-.445 1.167-1.114 2.048-2.005 2.642-.891.594-2.005.891-3.342.891h-.191zM173.919 23.618c-1.591 0-2.907-.202-3.947-.605a4.431 4.431 0 01-2.291-2.1c-.51-.998-.764-2.335-.764-4.011l.031-15.66h4.138l-.031 15.946c0 .85.222 1.507.668 1.974.467.445 1.125.668 1.973.668h2.706v3.788h-2.483zm-9.74-14.26V6.111h12.223v3.247h-12.223zM187.757 24c-1.485 0-2.79-.255-3.915-.764-1.104-.51-2.027-1.188-2.769-2.037a9.589 9.589 0 01-1.656-2.897 10.041 10.041 0 01-.541-3.246v-.605c0-1.146.181-2.25.541-3.31a8.731 8.731 0 011.656-2.865 7.892 7.892 0 012.737-2.005c1.082-.51 2.334-.764 3.756-.764 1.867 0 3.427.413 4.679 1.241a7.622 7.622 0 012.865 3.215c.636 1.316.955 2.737.955 4.265v1.592h-15.311v-2.706h12.541l-1.368 1.337c0-1.104-.159-2.048-.478-2.833-.318-.785-.806-1.39-1.464-1.814-.636-.425-1.443-.637-2.419-.637s-1.804.223-2.483.669c-.679.445-1.199 1.092-1.559 1.941-.34.828-.51 1.825-.51 2.992 0 1.082.17 2.048.51 2.897a4.362 4.362 0 001.559 1.973c.701.467 1.592.7 2.674.7 1.082 0 1.963-.212 2.642-.636.679-.446 1.114-.987 1.305-1.623h4.074c-.254 1.188-.742 2.228-1.464 3.119-.721.891-1.645 1.58-2.769 2.069-1.104.488-2.366.732-3.788.732zM199.761 23.395V6.111h3.501v7.321h-.095c0-2.482.53-4.36 1.591-5.634 1.061-1.273 2.621-1.91 4.679-1.91h.637V9.74h-1.21c-1.485 0-2.642.403-3.469 1.21-.807.785-1.21 1.93-1.21 3.437v9.008h-4.424z"
35
+ })]
36
+ }));
37
+ });
38
+ 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 = "WorldRouter";
2
+ export declare const COMBINE_TEXT_MULTIPLE = 0.55;
3
+ export declare const COMBINE_SPACE_MULTIPLE = 0.25;
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 = 'WorldRouter';
2
+ export var COMBINE_TEXT_MULTIPLE = 0.55;
3
+ export var COMBINE_SPACE_MULTIPLE = 0.25;
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;
@@ -31,17 +31,14 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
31
31
  children: [/*#__PURE__*/_jsx("title", {
32
32
  children: TITLE
33
33
  }), /*#__PURE__*/_jsx("path", {
34
- d: "M11.988 23.968c6.612 0 11.972-5.361 11.972-11.974S18.6.021 11.988.021C5.376.02.016 5.38.016 11.994s5.36 11.974 11.972 11.974z",
35
- fill: "#E5FFE7"
34
+ d: "M7.063 1.664C5.198 3.338 4.395 6.67 5.782 8.568c1.47 2.014 4.79 1.745 6.953.113 2.434-1.84 6.033-1.793 7.23.953.91 2.207.067 4.927-2.113 6.483-4.302 3.097-10.577 2.52-13.472-1.444-2.86-3.915-1.35-9.696 2.683-13.011v.002z",
35
+ fill: "#fff"
36
36
  }), /*#__PURE__*/_jsx("path", {
37
- d: "M17.281 14.715s-3.273 9.93-15.24 3.982c0 0 3.26 5.434 10.249 5.275l9.48-8.489-4.489-.77v.002z",
38
- fill: "#8FF793"
37
+ d: "M12.007.647C5.384.647.015 5.734.015 12.007s5.369 11.36 11.992 11.36C18.631 23.366 24 18.28 24 12.006 24 5.732 18.631.647 12.007.647zm5.846 15.472C13.55 19.216 7.275 18.64 4.38 14.675 1.521 10.759 3.03 4.979 7.064 1.664 5.199 3.338 4.396 6.67 5.782 8.568c1.47 2.014 4.791 1.745 6.954.112 2.433-1.838 6.032-1.792 7.23.954.91 2.207.067 4.926-2.113 6.483v.002z",
38
+ fill: "#00CC70"
39
39
  }), /*#__PURE__*/_jsx("path", {
40
- d: "M21.64 4.9c-1.93-2.377-5.41-2.94-8.006-1.208a5.991 5.991 0 00-1.65 8.311 5.995 5.995 0 01-2.785 8.909 5.93 5.93 0 01-6.457-1.356 6.123 6.123 0 01-.886-1.152C-1.606 12.932-.097 5.663 5.32 2.044a11.936 11.936 0 0116.318 2.855h.003z",
41
- fill: "#38CF6F"
42
- }), /*#__PURE__*/_jsx("path", {
43
- d: "M23.75 9.66a12.77 12.77 0 00-.733-2.356c-.77-1.64-2.841-2.378-4.57-1.452-1.156.622-1.847 1.884-1.691 3.187.017.127.045.274.072.394.25.732.43 1.51.525 2.328a10.718 10.718 0 01-5.548 10.658c-.998.538-2.025.91-3.055 1.121 3.19.898 6.76.538 9.92-1.586 4.013-2.698 6.072-7.563 5.086-12.296h-.003l-.002.003z",
44
- fill: "#38CF6F"
40
+ d: "M14.801 14.904a.669.669 0 01-.536-.269l-1.02-1.37a.67.67 0 01.006-.806l1.02-1.328a.668.668 0 011.059.815l-.712.925.72.963a.67.67 0 01-.535 1.066l-.002.004zm-3.931-2.001c0 1.797-.356 2.135-1.16 2.135-.806 0-1.162-.338-1.162-2.135 0-1.796.357-2.134 1.161-2.134.805 0 1.162.338 1.162 2.134h-.001z",
41
+ fill: "#1C1C1C"
45
42
  })]
46
43
  }));
47
44
  });
@@ -33,9 +33,9 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
33
33
  children: [/*#__PURE__*/_jsx("title", {
34
34
  children: TITLE
35
35
  }), /*#__PURE__*/_jsx("path", {
36
- d: "M21.64 4.9c-1.93-2.377-5.41-2.94-8.006-1.208a5.991 5.991 0 00-1.65 8.311 5.995 5.995 0 01-2.785 8.909 5.93 5.93 0 01-6.457-1.356 6.123 6.123 0 01-.886-1.152C-1.606 12.932-.097 5.663 5.32 2.044a11.936 11.936 0 0116.318 2.855h.003z"
36
+ d: "M12.014.648c-6.628 0-12 5.09-12 11.367 0 6.277 5.372 11.366 12 11.366s12-5.09 12-11.366c0-6.277-5.372-11.367-12-11.367zm5.849 15.481c-4.305 3.1-10.584 2.523-13.481-1.444-2.86-3.918-1.351-9.703 2.685-13.02-1.866 1.676-2.67 5.01-1.282 6.909 1.471 2.015 4.794 1.746 6.958.113 2.435-1.84 6.036-1.794 7.234.954.91 2.208.067 4.93-2.114 6.487v.001z"
37
37
  }), /*#__PURE__*/_jsx("path", {
38
- d: "M23.75 9.66a12.77 12.77 0 00-.733-2.356c-.77-1.64-2.841-2.378-4.57-1.452-1.156.622-1.847 1.884-1.691 3.187.017.127.045.274.072.394.25.732.43 1.51.525 2.328a10.718 10.718 0 01-5.548 10.658c-.998.538-2.025.91-3.055 1.121 3.19.898 6.76.538 9.92-1.586 4.013-2.698 6.072-7.563 5.086-12.296h-.003l-.002.003z"
38
+ d: "M14.81 14.914a.669.669 0 01-.536-.269l-1.02-1.37a.67.67 0 01.005-.807l1.021-1.328a.669.669 0 011.06.814l-.713.926.72.964a.67.67 0 01-.534 1.067l-.002.003zM10.877 12.913c0 1.797-.357 2.135-1.162 2.135-.805 0-1.162-.338-1.162-2.135 0-1.798.357-2.136 1.162-2.136.805 0 1.162.338 1.162 2.136z"
39
39
  })]
40
40
  }));
41
41
  });
@@ -10,12 +10,12 @@ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("
10
10
  import { memo } from 'react';
11
11
  import IconAvatar from "../../features/IconAvatar";
12
12
  import { AVATAR_BACKGROUND, AVATAR_COLOR, AVATAR_ICON_MULTIPLE, TITLE } from "../style";
13
- import Mono from "./Mono";
13
+ import Color from "./Color";
14
14
  import { jsx as _jsx } from "react/jsx-runtime";
15
15
  var Avatar = /*#__PURE__*/memo(function (_ref) {
16
16
  var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
17
17
  return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
18
- Icon: Mono,
18
+ Icon: Color,
19
19
  "aria-label": TITLE,
20
20
  background: AVATAR_BACKGROUND,
21
21
  color: AVATAR_COLOR,
@@ -11,7 +11,7 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
11
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
12
  import { memo } from 'react';
13
13
  import IconCombine from "../../features/IconCombine";
14
- import { COMBINE_SPACE_MULTIPLE, COMBINE_TEXT_MULTIPLE, TITLE } from "../style";
14
+ import { COLOR_PRIMARY, COMBINE_SPACE_MULTIPLE, COMBINE_TEXT_MULTIPLE, TITLE } from "../style";
15
15
  import Text from "./Text";
16
16
  import { jsx as _jsx } from "react/jsx-runtime";
17
17
  var Combine = /*#__PURE__*/memo(function (_ref) {
@@ -21,7 +21,7 @@ var Combine = /*#__PURE__*/memo(function (_ref) {
21
21
  return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
22
22
  Text: Text,
23
23
  "aria-label": TITLE,
24
- color: type === 'color' ? '#00ffb3' : undefined,
24
+ color: type === 'color' ? COLOR_PRIMARY : undefined,
25
25
  spaceMultiple: COMBINE_SPACE_MULTIPLE,
26
26
  textMultiple: COMBINE_TEXT_MULTIPLE
27
27
  }, rest));
@@ -33,7 +33,10 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
33
33
  children: [/*#__PURE__*/_jsx("title", {
34
34
  children: TITLE
35
35
  }), /*#__PURE__*/_jsx("path", {
36
- d: "M5.246 12c0 .837-.086 1.554-.257 2.151-.172.598-.45 1.055-.837 1.373-.386.317-.898.476-1.534.476-.901 0-1.563-.353-1.985-1.059C.211 14.235 0 13.255 0 12c0-.837.086-1.554.257-2.151.172-.598.45-1.055.832-1.373C1.472 8.16 1.981 8 2.618 8c.894 0 1.555.351 1.985 1.053.429.702.643 1.685.643 2.947zm-3.883 0c0 .956.09 1.668.273 2.134.183.467.51.7.982.7.465 0 .792-.23.981-.694.19-.463.285-1.176.285-2.14 0-.956-.095-1.668-.285-2.134-.19-.467-.516-.7-.981-.7-.472 0-.8.233-.982.7-.182.466-.273 1.178-.273 2.134zm8.52 3.771H8.517l.011-6.295-1.823.324V8.571l2.04-.457h1.136v7.657zm2.497-1.6h.543c.3 0 .543.256.543.572v.571a.558.558 0 01-.543.572h-.543a.558.558 0 01-.543-.572v-.571c0-.316.243-.572.543-.572zm10.317-6.057H24v7.772h-1.303V8.114zm-3.692 0l2.606 7.772h-1.303l-.69-2.058h-3.073l-.69 2.058h-1.303l2.606-7.772h1.847zm.191 4.457l-1.115-3.323-1.114 3.323h2.23z"
36
+ clipRule: "evenodd",
37
+ d: "M18.62 13.927c.611 0 1.107.505 1.107 1.128v5.817c0 .623-.496 1.128-1.108 1.128a1.118 1.118 0 01-1.108-1.128v-5.817c0-.623.496-1.128 1.108-1.128h.001zM16.59 3.052a1.095 1.095 0 011.562-.13c.466.405.522 1.117.126 1.59l-5.938 7.112v9.147c0 .624-.496 1.129-1.108 1.129a1.119 1.119 0 01-1.108-1.13v-9.476l.003-.088.01-.087a1.14 1.14 0 01.261-.654l6.192-7.413zM2.906 2.256a1.094 1.094 0 011.559.157l4.387 5.45a1.142 1.142 0 01-.155 1.587 1.094 1.094 0 01-1.559-.157l-4.387-5.45a1.144 1.144 0 01.06-1.498l.095-.09z"
38
+ }), /*#__PURE__*/_jsx("path", {
39
+ d: "M20.146 12.071c.748 0 1.354-.617 1.354-1.379s-.606-1.379-1.354-1.379c-.748 0-1.354.617-1.354 1.379s.606 1.379 1.354 1.379z"
37
40
  })]
38
41
  }));
39
42
  });
@@ -1,9 +1,11 @@
1
1
  import Avatar from './components/Avatar';
2
+ import Color from './components/Color';
2
3
  import Combine from './components/Combine';
3
4
  import Mono from './components/Mono';
4
5
  import Text from './components/Text';
5
6
  export type CompoundedIcon = typeof Mono & {
6
7
  Avatar: typeof Avatar;
8
+ Color: typeof Color;
7
9
  Combine: typeof Combine;
8
10
  Text: typeof Text;
9
11
  colorPrimary: string;
@@ -1,10 +1,12 @@
1
1
  import Avatar from "./components/Avatar";
2
+ import Color from "./components/Color";
2
3
  import Combine from "./components/Combine";
3
4
  import Mono from "./components/Mono";
4
5
  import Text from "./components/Text";
5
6
  import { COLOR_PRIMARY, TITLE } from "./style";
6
7
  var Icons = Mono;
7
8
  Icons.Text = Text;
9
+ Icons.Color = Color;
8
10
  Icons.Combine = Combine;
9
11
  Icons.Avatar = Avatar;
10
12
  Icons.colorPrimary = COLOR_PRIMARY;
@@ -10,6 +10,7 @@ import Codex from "../Codex";
10
10
  import Copilot from "../Copilot";
11
11
  import Coze from "../Coze";
12
12
  import Cursor from "../Cursor";
13
+ import Devin from "../Devin";
13
14
  import Dify from "../Dify";
14
15
  import Flowith from "../Flowith";
15
16
  import Gemini from "../Gemini";
@@ -166,4 +167,7 @@ export var agentMappings = [{
166
167
  }, {
167
168
  Icon: CodeBuddy,
168
169
  keywords: ['code-buddy', 'codebuddy']
170
+ }, {
171
+ Icon: Devin,
172
+ keywords: ['devin', 'cognition']
169
173
  }];
package/es/icons.d.ts CHANGED
@@ -10,6 +10,7 @@ export { default as Ai360, type CompoundedIcon as Ai360Props } from './Ai360';
10
10
  export { default as AiHubMix, type CompoundedIcon as AiHubMixProps } from './AiHubMix';
11
11
  export { default as AiMass, type CompoundedIcon as AiMassProps } from './AiMass';
12
12
  export { default as AionLabs, type CompoundedIcon as AionLabsProps } from './AionLabs';
13
+ export { default as AirJelly, type CompoundedIcon as AirJellyProps } from './AirJelly';
13
14
  export { default as AiStudio, type CompoundedIcon as AiStudioProps } from './AiStudio';
14
15
  export { default as AkashChat, type CompoundedIcon as AkashChatProps } from './AkashChat';
15
16
  export { default as AlephAlpha, type CompoundedIcon as AlephAlphaProps } from './AlephAlpha';
@@ -83,6 +84,7 @@ export { default as DeepInfra, type CompoundedIcon as DeepInfraProps } from './D
83
84
  export { default as DeepL, type CompoundedIcon as DeepLProps } from './DeepL';
84
85
  export { default as DeepMind, type CompoundedIcon as DeepMindProps } from './DeepMind';
85
86
  export { default as DeepSeek, type CompoundedIcon as DeepSeekProps } from './DeepSeek';
87
+ export { default as Devin, type CompoundedIcon as DevinProps } from './Devin';
86
88
  export { default as Dify, type CompoundedIcon as DifyProps } from './Dify';
87
89
  export { default as Doc2X, type CompoundedIcon as Doc2XProps } from './Doc2X';
88
90
  export { default as DocSearch, type CompoundedIcon as DocSearchProps } from './DocSearch';
@@ -143,6 +145,7 @@ export { default as Jina, type CompoundedIcon as JinaProps } from './Jina';
143
145
  export { default as Junie, type CompoundedIcon as JunieProps } from './Junie';
144
146
  export { default as KiloCode, type CompoundedIcon as KiloCodeProps } from './KiloCode';
145
147
  export { default as Kimi, type CompoundedIcon as KimiProps } from './Kimi';
148
+ export { default as Kiro, type CompoundedIcon as KiroProps } from './Kiro';
146
149
  export { default as Kling, type CompoundedIcon as KlingProps } from './Kling';
147
150
  export { default as Kluster, type CompoundedIcon as KlusterProps } from './Kluster';
148
151
  export { default as Kolors, type CompoundedIcon as KolorsProps } from './Kolors';
@@ -187,6 +190,7 @@ export { default as ModelScope, type CompoundedIcon as ModelScopeProps } from '.
187
190
  export { default as Monica, type CompoundedIcon as MonicaProps } from './Monica';
188
191
  export { default as Moonshot, type CompoundedIcon as MoonshotProps } from './Moonshot';
189
192
  export { default as Morph, type CompoundedIcon as MorphProps } from './Morph';
193
+ export { default as Moxt, type CompoundedIcon as MoxtProps } from './Moxt';
190
194
  export { default as MyShell, type CompoundedIcon as MyShellProps } from './MyShell';
191
195
  export { default as N8n, type CompoundedIcon as N8nProps } from './N8n';
192
196
  export { default as NanoBanana, type CompoundedIcon as NanoBananaProps } from './NanoBanana';
@@ -207,6 +211,7 @@ export { default as OpenChat, type CompoundedIcon as OpenChatProps } from './Ope
207
211
  export { default as OpenClaw, type CompoundedIcon as OpenClawProps } from './OpenClaw';
208
212
  export { default as OpenCode, type CompoundedIcon as OpenCodeProps } from './OpenCode';
209
213
  export { default as OpenHands, type CompoundedIcon as OpenHandsProps } from './OpenHands';
214
+ export { default as OpenHuman, type CompoundedIcon as OpenHumanProps } from './OpenHuman';
210
215
  export { default as OpenRouter, type CompoundedIcon as OpenRouterProps } from './OpenRouter';
211
216
  export { default as OpenWebUI, type CompoundedIcon as OpenWebUIProps } from './OpenWebUI';
212
217
  export { default as PaLM, type CompoundedIcon as PaLMProps } from './PaLM';
@@ -241,7 +246,9 @@ export { default as Search1API, type CompoundedIcon as Search1APIProps } from '.
241
246
  export { default as SearchApi, type CompoundedIcon as SearchApiProps } from './SearchApi';
242
247
  export { default as SenseNova, type CompoundedIcon as SenseNovaProps } from './SenseNova';
243
248
  export { default as SiliconCloud, type CompoundedIcon as SiliconCloudProps } from './SiliconCloud';
249
+ export { default as SillyTavern, type CompoundedIcon as SillyTavernProps } from './SillyTavern';
244
250
  export { default as Skywork, type CompoundedIcon as SkyworkProps } from './Skywork';
251
+ export { default as Slock, type CompoundedIcon as SlockProps } from './Slock';
245
252
  export { default as Smithery, type CompoundedIcon as SmitheryProps } from './Smithery';
246
253
  export { default as Snowflake, type CompoundedIcon as SnowflakeProps } from './Snowflake';
247
254
  export { default as SophNet, type CompoundedIcon as SophNetLabsProps } from './SophNet';
@@ -283,6 +290,7 @@ export { default as Voyage, type CompoundedIcon as VoyageProps } from './Voyage'
283
290
  export { default as Wenxin, type CompoundedIcon as WenxinProps } from './Wenxin';
284
291
  export { default as Windsurf, type CompoundedIcon as WindsurfProps } from './Windsurf';
285
292
  export { default as WorkersAI, type CompoundedIcon as WorkersAIProps } from './WorkersAI';
293
+ export { default as WorldRouter, type CompoundedIcon as WorldRouterProps } from './WorldRouter';
286
294
  export { default as XAI, type CompoundedIcon as XAIProps } from './XAI';
287
295
  export { default as XiaomiMiMo, type CompoundedIcon as XiaomiMiMoProps } from './XiaomiMiMo';
288
296
  export { default as Xinference, type CompoundedIcon as XinferenceProps } from './Xinference';
package/es/icons.js CHANGED
@@ -10,6 +10,7 @@ export { default as Ai360 } from "./Ai360";
10
10
  export { default as AiHubMix } from "./AiHubMix";
11
11
  export { default as AiMass } from "./AiMass";
12
12
  export { default as AionLabs } from "./AionLabs";
13
+ export { default as AirJelly } from "./AirJelly";
13
14
  export { default as AiStudio } from "./AiStudio";
14
15
  export { default as AkashChat } from "./AkashChat";
15
16
  export { default as AlephAlpha } from "./AlephAlpha";
@@ -83,6 +84,7 @@ export { default as DeepInfra } from "./DeepInfra";
83
84
  export { default as DeepL } from "./DeepL";
84
85
  export { default as DeepMind } from "./DeepMind";
85
86
  export { default as DeepSeek } from "./DeepSeek";
87
+ export { default as Devin } from "./Devin";
86
88
  export { default as Dify } from "./Dify";
87
89
  export { default as Doc2X } from "./Doc2X";
88
90
  export { default as DocSearch } from "./DocSearch";
@@ -143,6 +145,7 @@ export { default as Jina } from "./Jina";
143
145
  export { default as Junie } from "./Junie";
144
146
  export { default as KiloCode } from "./KiloCode";
145
147
  export { default as Kimi } from "./Kimi";
148
+ export { default as Kiro } from "./Kiro";
146
149
  export { default as Kling } from "./Kling";
147
150
  export { default as Kluster } from "./Kluster";
148
151
  export { default as Kolors } from "./Kolors";
@@ -187,6 +190,7 @@ export { default as ModelScope } from "./ModelScope";
187
190
  export { default as Monica } from "./Monica";
188
191
  export { default as Moonshot } from "./Moonshot";
189
192
  export { default as Morph } from "./Morph";
193
+ export { default as Moxt } from "./Moxt";
190
194
  export { default as MyShell } from "./MyShell";
191
195
  export { default as N8n } from "./N8n";
192
196
  export { default as NanoBanana } from "./NanoBanana";
@@ -207,6 +211,7 @@ export { default as OpenChat } from "./OpenChat";
207
211
  export { default as OpenClaw } from "./OpenClaw";
208
212
  export { default as OpenCode } from "./OpenCode";
209
213
  export { default as OpenHands } from "./OpenHands";
214
+ export { default as OpenHuman } from "./OpenHuman";
210
215
  export { default as OpenRouter } from "./OpenRouter";
211
216
  export { default as OpenWebUI } from "./OpenWebUI";
212
217
  export { default as PaLM } from "./PaLM";
@@ -241,7 +246,9 @@ export { default as Search1API } from "./Search1API";
241
246
  export { default as SearchApi } from "./SearchApi";
242
247
  export { default as SenseNova } from "./SenseNova";
243
248
  export { default as SiliconCloud } from "./SiliconCloud";
249
+ export { default as SillyTavern } from "./SillyTavern";
244
250
  export { default as Skywork } from "./Skywork";
251
+ export { default as Slock } from "./Slock";
245
252
  export { default as Smithery } from "./Smithery";
246
253
  export { default as Snowflake } from "./Snowflake";
247
254
  export { default as SophNet } from "./SophNet";
@@ -283,6 +290,7 @@ export { default as Voyage } from "./Voyage";
283
290
  export { default as Wenxin } from "./Wenxin";
284
291
  export { default as Windsurf } from "./Windsurf";
285
292
  export { default as WorkersAI } from "./WorkersAI";
293
+ export { default as WorldRouter } from "./WorldRouter";
286
294
  export { default as XAI } from "./XAI";
287
295
  export { default as XiaomiMiMo } from "./XiaomiMiMo";
288
296
  export { default as Xinference } from "./Xinference";