@lobehub/icons 5.11.0 → 5.12.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 (105) hide show
  1. package/es/AgnesAI/components/Avatar.d.ts +5 -0
  2. package/es/AgnesAI/components/Avatar.js +25 -0
  3. package/es/AgnesAI/components/Combine.d.ts +5 -0
  4. package/es/AgnesAI/components/Combine.js +29 -0
  5. package/es/AgnesAI/components/Inner.js +41 -0
  6. package/es/AgnesAI/components/Mono.d.ts +3 -0
  7. package/es/AgnesAI/components/Mono.js +40 -0
  8. package/es/AgnesAI/components/Text.d.ts +3 -0
  9. package/es/AgnesAI/components/Text.js +39 -0
  10. package/es/AgnesAI/index.d.ts +13 -0
  11. package/es/AgnesAI/index.js +12 -0
  12. package/es/AgnesAI/style.d.ts +7 -0
  13. package/es/AgnesAI/style.js +9 -0
  14. package/es/CelestoAI/components/Avatar.d.ts +5 -0
  15. package/es/CelestoAI/components/Avatar.js +25 -0
  16. package/es/CelestoAI/components/Color.d.ts +3 -0
  17. package/es/{Stepfun → CelestoAI}/components/Color.js +8 -9
  18. package/es/CelestoAI/components/Combine.d.ts +7 -0
  19. package/es/CelestoAI/components/Combine.js +32 -0
  20. package/es/CelestoAI/components/Mono.d.ts +3 -0
  21. package/es/CelestoAI/components/Mono.js +40 -0
  22. package/es/CelestoAI/components/Text.d.ts +3 -0
  23. package/es/CelestoAI/components/Text.js +39 -0
  24. package/es/CelestoAI/index.d.ts +15 -0
  25. package/es/CelestoAI/index.js +14 -0
  26. package/es/CelestoAI/style.d.ts +7 -0
  27. package/es/CelestoAI/style.js +9 -0
  28. package/es/Firecrawl/components/Avatar.d.ts +5 -0
  29. package/es/Firecrawl/components/Avatar.js +25 -0
  30. package/es/Firecrawl/components/Color.d.ts +3 -0
  31. package/es/Firecrawl/components/Color.js +39 -0
  32. package/es/Firecrawl/components/Combine.d.ts +7 -0
  33. package/es/Firecrawl/components/Combine.js +32 -0
  34. package/es/Firecrawl/components/Mono.d.ts +3 -0
  35. package/es/Firecrawl/components/Mono.js +40 -0
  36. package/es/Firecrawl/components/Text.d.ts +3 -0
  37. package/es/Firecrawl/components/Text.js +39 -0
  38. package/es/Firecrawl/index.d.ts +15 -0
  39. package/es/Firecrawl/index.js +14 -0
  40. package/es/Firecrawl/style.d.ts +7 -0
  41. package/es/Firecrawl/style.js +9 -0
  42. package/es/HappyHorse/components/Avatar.d.ts +5 -0
  43. package/es/HappyHorse/components/Avatar.js +25 -0
  44. package/es/HappyHorse/components/Combine.d.ts +5 -0
  45. package/es/HappyHorse/components/Combine.js +29 -0
  46. package/es/HappyHorse/components/Mono.d.ts +3 -0
  47. package/es/HappyHorse/components/Mono.js +41 -0
  48. package/es/HappyHorse/components/Text.d.ts +3 -0
  49. package/es/HappyHorse/components/Text.js +40 -0
  50. package/es/HappyHorse/index.d.ts +13 -0
  51. package/es/HappyHorse/index.js +12 -0
  52. package/es/HappyHorse/style.d.ts +7 -0
  53. package/es/HappyHorse/style.js +9 -0
  54. package/es/OpenRouter/components/Color.d.ts +3 -0
  55. package/es/OpenRouter/components/Color.js +39 -0
  56. package/es/OpenRouter/components/Combine.d.ts +1 -1
  57. package/es/OpenRouter/components/Combine.js +5 -7
  58. package/es/OpenRouter/components/Mono.js +1 -1
  59. package/es/OpenRouter/components/Text.js +2 -2
  60. package/es/OpenRouter/index.d.ts +2 -0
  61. package/es/OpenRouter/index.js +2 -0
  62. package/es/OpenRouter/style.d.ts +4 -4
  63. package/es/OpenRouter/style.js +4 -4
  64. package/es/Pi/components/Avatar.d.ts +5 -0
  65. package/es/Pi/components/Avatar.js +25 -0
  66. package/es/Pi/components/Combine.d.ts +5 -0
  67. package/es/Pi/components/Combine.js +24 -0
  68. package/es/Pi/components/Mono.d.ts +3 -0
  69. package/es/Pi/components/Mono.js +43 -0
  70. package/es/Pi/components/Text.d.ts +1 -0
  71. package/es/Pi/components/Text.js +1 -0
  72. package/es/Pi/index.d.ts +13 -0
  73. package/es/Pi/index.js +12 -0
  74. package/es/Pi/style.d.ts +7 -0
  75. package/es/Pi/style.js +9 -0
  76. package/es/Poolside/components/Avatar.d.ts +5 -0
  77. package/es/Poolside/components/Avatar.js +25 -0
  78. package/es/Poolside/components/Color.d.ts +3 -0
  79. package/es/Poolside/components/Color.js +127 -0
  80. package/es/Poolside/components/Combine.d.ts +7 -0
  81. package/es/Poolside/components/Combine.js +32 -0
  82. package/es/Poolside/components/Mono.d.ts +3 -0
  83. package/es/Poolside/components/Mono.js +138 -0
  84. package/es/Poolside/components/Text.d.ts +3 -0
  85. package/es/Poolside/components/Text.js +49 -0
  86. package/es/Poolside/index.d.ts +15 -0
  87. package/es/Poolside/index.js +14 -0
  88. package/es/Poolside/style.d.ts +7 -0
  89. package/es/Poolside/style.js +9 -0
  90. package/es/Stepfun/components/Avatar.js +2 -2
  91. package/es/Stepfun/components/Combine.d.ts +1 -3
  92. package/es/Stepfun/components/Combine.js +3 -13
  93. package/es/Stepfun/components/Inner.d.ts +3 -0
  94. package/es/Stepfun/components/Inner.js +40 -0
  95. package/es/Stepfun/components/Mono.js +1 -1
  96. package/es/Stepfun/components/Text.js +4 -9
  97. package/es/Stepfun/index.d.ts +0 -3
  98. package/es/Stepfun/index.js +1 -4
  99. package/es/Stepfun/style.d.ts +5 -6
  100. package/es/Stepfun/style.js +5 -6
  101. package/es/icons.d.ts +6 -0
  102. package/es/icons.js +6 -0
  103. package/es/toc.json +1 -1
  104. package/package.json +2 -2
  105. /package/es/{Stepfun/components/Color.d.ts → AgnesAI/components/Inner.d.ts} +0 -0
@@ -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 Inner from "./Inner";
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: Inner,
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,29 @@
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
+ iconProps: {
23
+ shape: 'circle'
24
+ },
25
+ spaceMultiple: COMBINE_SPACE_MULTIPLE,
26
+ textMultiple: COMBINE_TEXT_MULTIPLE
27
+ }, rest));
28
+ });
29
+ export default Combine;
@@ -0,0 +1,41 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { 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: "M1.386 16.186s-2 6.095 1.688 6.709c3.688.611 9.803-1.138 16.56-13.907 0 0-.835 4.01-1.288 6.308-.067.34-.252.646-.52.865a1.53 1.53 0 01-.959.345h-.9a.265.265 0 00-.15.487c.856.583 1.951 1.847 2.127 4.53a.822.822 0 00.404.653.848.848 0 00.776.05c.272-.125.498-.333.642-.596.144-.26.223-.549.23-.845l-.123-1.117c-.028-.285.042-.57.197-.811a1.3 1.3 0 01.66-.524c.8-.286 1.882-.886 2.411-2.114a.183.183 0 00-.128-.249.192.192 0 00-.105.005c-.536.19-1.552.504-2.439.499a.439.439 0 01-.412-.313.428.428 0 01-.012-.182l1.23-8.473a.815.815 0 00-.461-.865.845.845 0 00-.341-.081 3.257 3.257 0 00-.998.142c-.862.258-1.675.682-2.122 1.53-2.11 4.003-12.207 16.005-15.965 7.954h-.002zM21.47 3.534a2.034 2.034 0 10-4.015-.647 2.034 2.034 0 004.015.647z"
38
+ })]
39
+ }));
40
+ });
41
+ 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,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: "M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm5.013 8.817c-.2-.003-.4.026-.59.084-.51.153-.991.405-1.256.906-1.248 2.369-7.222 9.47-9.446 4.707H5.72c-.007.021-1.176 3.606.999 3.968 2.182.362 5.8-.672 9.798-8.227-.007.03-.496 2.381-.762 3.731a.885.885 0 01-.308.513.906.906 0 01-.567.204h-.533a.157.157 0 00-.088.287c.506.345 1.154 1.094 1.258 2.68a.487.487 0 00.239.388.503.503 0 00.459.029.824.824 0 00.38-.353c.085-.154.132-.325.136-.5l-.073-.66a.77.77 0 01.507-.79c.474-.17 1.114-.525 1.427-1.252a.11.11 0 00.009-.046.11.11 0 00-.013-.045.108.108 0 00-.03-.036.113.113 0 00-.104-.017c-.317.113-.918.299-1.443.296a.261.261 0 01-.244-.185.254.254 0 01-.007-.108l.728-5.013a.484.484 0 00-.475-.56zm-.406-3.169a1.204 1.204 0 10-.384 2.378 1.204 1.204 0 00.384-2.378z"
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,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 101 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: "M8.38 3.21l-3.347 9.132h6.68L8.38 3.211zm5.534 15.172l-1.239-3.343H4.071l-1.238 3.343H0L6.68 0h3.413l6.706 18.382h-2.885zm14.503-6.935c0-1.219-.443-2.272-1.33-3.158-.887-.885-1.946-1.328-3.176-1.328-1.23 0-2.288.443-3.175 1.328-.878.878-1.318 1.93-1.318 3.158 0 1.237.44 2.294 1.318 3.171.878.878 1.937 1.316 3.175 1.316 1.239 0 2.297-.438 3.176-1.316.887-.886 1.33-1.943 1.33-3.17zm2.701 5.395c0 1.948-.711 3.623-2.134 5.027C27.57 23.288 25.879 24 23.911 24a6.945 6.945 0 01-3.478-.934 7.317 7.317 0 01-1.476-1.092 8.05 8.05 0 01-1.186-1.408l2.28-1.487c.984 1.482 2.27 2.224 3.86 2.224 1.335 0 2.403-.439 3.202-1.316.747-.825 1.173-1.904 1.278-3.237-1.335 1.237-2.903 1.855-4.704 1.855-1.932 0-3.579-.706-4.94-2.118-1.353-1.404-2.03-3.083-2.03-5.04 0-1.965.707-3.653 2.122-5.065 1.431-1.413 3.122-2.119 5.072-2.119 1.968 0 3.659.706 5.073 2.119 1.423 1.412 2.134 3.1 2.134 5.065v5.395zm11.698 1.54v-8.053c0-.912-.334-1.702-1.002-2.368-.667-.667-1.458-1-2.371-1-.914 0-1.704.333-2.372 1-.667.666-1.001 1.456-1.001 2.368v8.053h-2.701v-8.053c0-1.605.61-3.018 1.831-4.237 1.221-1.22 2.636-1.829 4.243-1.829 1.599 0 3.008.61 4.23 1.83 1.229 1.227 1.844 2.64 1.844 4.236v8.053h-2.701zM57.254 7.987c-.861-.684-1.818-1.026-2.872-1.026-1.248 0-2.306.443-3.176 1.328-.87.886-1.304 1.948-1.304 3.185 0 .35.061.736.184 1.158l7.168-4.645zm4.348 3.276c-.009 2.026-.703 3.759-2.082 5.198-1.37 1.43-3.07 2.144-5.099 2.144-2.003 0-3.707-.688-5.112-2.066-1.405-1.377-2.108-3.065-2.108-5.065 0-1.983.698-3.68 2.095-5.092 1.396-1.413 3.092-2.119 5.086-2.119 1.458 0 2.788.404 3.992 1.21 1.203.808 2.103 1.891 2.7 3.25l-9.525 6.185c.852.684 1.81 1.026 2.872 1.026 1.283 0 2.341-.456 3.175-1.368.844-.921 1.27-2.022 1.279-3.303h2.727zM72.179 14.5c0 1.14-.413 2.11-1.238 2.908-.826.798-1.805 1.197-2.938 1.197-1.002 0-1.88-.311-2.635-.934-.756-.631-1.243-1.447-1.463-2.447l2.609-.698c.175.939.672 1.408 1.489 1.408.386 0 .733-.14 1.04-.42.308-.29.462-.628.462-1.014 0-.64-.488-1.171-1.463-1.592a84.566 84.566 0 01-1.858-.855c-.448-.22-.733-.378-.856-.474-.975-.72-1.463-1.768-1.463-3.145 0-1.123.409-2.1 1.226-2.934.825-.825 1.81-1.237 2.951-1.237 1.001 0 1.88.32 2.635.96.72.623 1.2 1.435 1.436 2.435l-2.635.684c-.202-.92-.68-1.381-1.436-1.381-.395 0-.742.149-1.04.447-.3.298-.449.64-.449 1.026 0 .632.488 1.163 1.463 1.592a29.78 29.78 0 011.818.842c.448.22.742.382.883.487.975.737 1.462 1.785 1.462 3.145zM88.841 3.21l-3.346 9.132h6.68L88.84 3.211zm5.534 15.172l-1.238-3.343h-8.604l-1.239 3.343h-2.832L87.142 0h3.412l6.707 18.382h-2.886zm3.937 0V0H101v18.382h-2.688z"
36
+ })]
37
+ }));
38
+ });
39
+ 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 = "Agnes AI";
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.6;
@@ -0,0 +1,9 @@
1
+ export var TITLE = 'Agnes AI';
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.6;
@@ -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 Color from "./Color";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ var Avatar = /*#__PURE__*/memo(function (_ref) {
16
+ var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
17
+ return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
18
+ Icon: Color,
19
+ "aria-label": TITLE,
20
+ background: AVATAR_BACKGROUND,
21
+ color: AVATAR_COLOR,
22
+ iconMultiple: AVATAR_ICON_MULTIPLE
23
+ }, rest));
24
+ });
25
+ export default Avatar;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -35,22 +35,21 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
35
35
  children: [/*#__PURE__*/_jsx("title", {
36
36
  children: TITLE
37
37
  }), /*#__PURE__*/_jsx("path", {
38
- d: "M22.012 0h1.032v.927H24v.968h-.956V3.78h-1.032V1.896h-1.878v-.97h1.878V0zM2.6 12.371V1.87h.969v10.502h-.97zm10.423.66h10.95v.918h-6.208v9.579h-4.742V13.03zM5.629 3.333v12.356H0v4.51h10.386V8L20.859 8l-.003-4.668-15.227.001z",
39
- fill: fill,
40
- fillRule: "evenodd"
38
+ d: "M11.77.194c.044-.259.416-.259.46 0l1.081 6.45a.989.989 0 001.55.641l5.325-3.795c.213-.153.477.11.324.324L16.715 9.14a.989.989 0 00.641 1.549l6.45 1.082c.259.043.259.415 0 .458l-6.45 1.082a.989.989 0 00-.641 1.55l3.795 5.325c.153.213-.11.477-.324.324l-5.326-3.795a.989.989 0 00-1.549.641l-1.082 6.45c-.043.259-.415.259-.458 0l-1.082-6.45a.989.989 0 00-1.55-.641L3.815 20.51c-.214.153-.477-.11-.324-.324l3.795-5.326a.989.989 0 00-.641-1.549L.194 12.23c-.259-.043-.259-.415 0-.458l6.45-1.082a.989.989 0 00.641-1.55L3.49 3.815c-.153-.214.11-.477.324-.324L9.14 7.285a.989.989 0 001.549-.641L11.77.194z",
39
+ fill: fill
41
40
  }), /*#__PURE__*/_jsx("defs", {
42
41
  children: /*#__PURE__*/_jsxs("linearGradient", {
43
42
  gradientUnits: "userSpaceOnUse",
44
43
  id: id,
45
- x1: "1.646",
46
- x2: "18.342",
47
- y1: "1.916",
48
- y2: "22.091",
44
+ x1: "0",
45
+ x2: "24",
46
+ y1: "12",
47
+ y2: "12",
49
48
  children: [/*#__PURE__*/_jsx("stop", {
50
- stopColor: "#01A9FF"
49
+ stopColor: "#FD2A26"
51
50
  }), /*#__PURE__*/_jsx("stop", {
52
51
  offset: "1",
53
- stopColor: "#0160FF"
52
+ stopColor: "#FFBE46"
54
53
  })]
55
54
  })
56
55
  })]
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../features/IconCombine";
3
+ export interface CombineProps extends Omit<IconCombineProps, 'Icon' | 'Text'> {
4
+ type?: 'color' | 'mono';
5
+ }
6
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
7
+ export default Combine;
@@ -0,0 +1,32 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["type"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { memo } from 'react';
13
+ import IconCombine from "../../features/IconCombine";
14
+ import { COMBINE_SPACE_MULTIPLE, COMBINE_TEXT_MULTIPLE, TITLE } from "../style";
15
+ import Color from "./Color";
16
+ import Mono from "./Mono";
17
+ import Text from "./Text";
18
+ import { jsx as _jsx } from "react/jsx-runtime";
19
+ var Combine = /*#__PURE__*/memo(function (_ref) {
20
+ var _ref$type = _ref.type,
21
+ type = _ref$type === void 0 ? 'mono' : _ref$type,
22
+ rest = _objectWithoutProperties(_ref, _excluded);
23
+ var Icon = type === 'color' ? Color : Mono;
24
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
25
+ Icon: Icon,
26
+ Text: Text,
27
+ "aria-label": TITLE,
28
+ spaceMultiple: COMBINE_SPACE_MULTIPLE,
29
+ textMultiple: COMBINE_TEXT_MULTIPLE
30
+ }, rest));
31
+ });
32
+ export default Combine;
@@ -0,0 +1,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: "M11.77.194c.044-.259.416-.259.46 0l1.081 6.45a.989.989 0 001.55.641l5.325-3.795c.213-.153.477.11.324.324L16.715 9.14a.989.989 0 00.641 1.549l6.45 1.082c.259.043.259.415 0 .458l-6.45 1.082a.989.989 0 00-.641 1.55l3.795 5.325c.153.213-.11.477-.324.324l-5.326-3.795a.989.989 0 00-1.549.641l-1.082 6.45c-.043.259-.415.259-.458 0l-1.082-6.45a.989.989 0 00-1.55-.641L3.815 20.51c-.214.153-.477-.11-.324-.324l3.795-5.326a.989.989 0 00-.641-1.549L.194 12.23c-.259-.043-.259-.415 0-.458l6.45-1.082a.989.989 0 00.641-1.55L3.49 3.815c-.153-.214.11-.477.324-.324L9.14 7.285a.989.989 0 001.549-.641L11.77.194z"
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,39 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { memo } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/memo(function (_ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ fillRule: "nonzero",
24
+ height: size,
25
+ style: _objectSpread({
26
+ flex: 'none',
27
+ lineHeight: 1
28
+ }, style),
29
+ viewBox: "0 0 137 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: "M12.49 23c-1.52 0-2.923-.268-4.207-.803a10.25 10.25 0 01-3.32-2.319 10.334 10.334 0 01-2.192-3.508C2.256 15.022 2 13.546 2 11.94c0-1.605.257-3.072.77-4.4.514-1.327 1.235-2.477 2.164-3.448a9.873 9.873 0 013.319-2.29C9.537 1.269 10.95 1 12.49 1c1.699 0 3.23.337 4.593 1.01a8.828 8.828 0 013.349 2.855c.889 1.209 1.432 2.636 1.63 4.28h-3.794c-.237-1.604-.879-2.833-1.926-3.686-1.047-.872-2.321-1.308-3.823-1.308-1.323 0-2.48.317-3.467.952-.988.634-1.758 1.536-2.311 2.705-.554 1.15-.83 2.517-.83 4.103 0 1.625.276 3.032.83 4.221.553 1.17 1.333 2.081 2.34 2.736 1.008.654 2.164.98 3.468.98 1.462 0 2.716-.425 3.764-1.278 1.047-.872 1.708-2.1 1.985-3.686h3.823c-.237 1.625-.8 3.052-1.69 4.28a8.828 8.828 0 01-3.348 2.855c-1.363.654-2.894.981-4.593.981zM31.756 23c-1.6 0-3.002-.337-4.208-1.01a7.27 7.27 0 01-2.785-2.795c-.652-1.19-.978-2.557-.978-4.103 0-1.546.326-2.904.978-4.073a7.063 7.063 0 012.785-2.765c1.186-.674 2.569-1.01 4.15-1.01 1.5 0 2.805.316 3.911.95a6.436 6.436 0 012.578 2.617c.613 1.13.919 2.448.919 3.954a8.821 8.821 0 01-.118 1.486H26.095v-2.616h10.017l-.77.714c0-1.427-.327-2.498-.979-3.211-.652-.714-1.56-1.07-2.726-1.07-1.264 0-2.272.436-3.023 1.308-.73.872-1.096 2.13-1.096 3.775 0 1.626.365 2.874 1.096 3.746.751.853 1.808 1.279 3.171 1.279.79 0 1.482-.149 2.075-.446a2.743 2.743 0 001.303-1.368h3.527c-.494 1.427-1.334 2.557-2.519 3.39-1.165.832-2.637 1.248-4.415 1.248zM41.9 22.703V1.297h3.734v21.406H41.9zM56.385 23c-1.6 0-3.003-.337-4.209-1.01a7.27 7.27 0 01-2.785-2.795c-.652-1.19-.978-2.557-.978-4.103 0-1.546.326-2.904.978-4.073a7.062 7.062 0 012.785-2.765c1.186-.674 2.569-1.01 4.15-1.01 1.5 0 2.805.316 3.91.95a6.436 6.436 0 012.58 2.617c.612 1.13.918 2.448.918 3.954a8.821 8.821 0 01-.119 1.486h-12.89v-2.616H60.74l-.77.714c0-1.427-.327-2.498-.979-3.211-.652-.714-1.56-1.07-2.726-1.07-1.264 0-2.272.436-3.023 1.308-.73.872-1.096 2.13-1.096 3.775 0 1.626.365 2.874 1.096 3.746.75.853 1.808 1.279 3.171 1.279.79 0 1.482-.149 2.075-.446a2.743 2.743 0 001.303-1.368h3.527c-.494 1.427-1.334 2.557-2.519 3.39-1.166.832-2.637 1.248-4.415 1.248zM72.394 23c-2.095 0-3.764-.436-5.009-1.308-1.244-.892-1.926-2.12-2.044-3.687h3.408c.098.773.464 1.358 1.096 1.755.632.396 1.482.594 2.549.594.968 0 1.689-.149 2.163-.446.494-.317.74-.763.74-1.338 0-.416-.138-.753-.414-1.01-.277-.278-.8-.506-1.57-.684l-2.43-.565c-1.66-.357-2.895-.912-3.705-1.665-.79-.773-1.185-1.734-1.185-2.884 0-1.407.533-2.507 1.6-3.3 1.086-.812 2.578-1.219 4.475-1.219 1.877 0 3.378.407 4.504 1.22 1.146.792 1.778 1.892 1.897 3.3H75.06a1.904 1.904 0 00-.949-1.398c-.513-.317-1.224-.476-2.133-.476-.85 0-1.492.139-1.927.416-.434.258-.652.645-.652 1.16 0 .396.168.733.504 1.01.336.258.9.486 1.69.684l2.607.595c1.482.337 2.598.922 3.349 1.754a4.19 4.19 0 011.156 2.943c0 1.447-.553 2.567-1.66 3.36C75.94 22.604 74.39 23 72.394 23zM88.016 23c-1.857 0-3.23-.436-4.12-1.308-.869-.892-1.303-2.22-1.303-3.984V4.092l3.763-1.397v15.102c0 .734.198 1.279.593 1.635.395.357 1.017.536 1.867.536.336 0 .632-.02.889-.06.277-.06.533-.129.77-.208v2.913c-.237.12-.572.209-1.007.268-.435.08-.919.119-1.452.119zm-8.328-12.516V7.54h10.787v2.943H79.69zM99.68 23c-1.6 0-3.012-.337-4.237-1.01a7.213 7.213 0 01-2.815-2.795c-.672-1.21-1.008-2.587-1.008-4.133 0-1.546.336-2.903 1.008-4.073a7.067 7.067 0 012.815-2.735c1.225-.674 2.638-1.01 4.238-1.01 1.62 0 3.032.336 4.237 1.01a7.065 7.065 0 012.816 2.735c.671 1.17 1.007 2.527 1.007 4.073 0 1.546-.345 2.924-1.037 4.133a7.215 7.215 0 01-2.815 2.794c-1.205.674-2.608 1.011-4.208 1.011zm0-3.003c.791 0 1.502-.198 2.134-.594.633-.416 1.127-.991 1.482-1.725.356-.753.534-1.635.534-2.646 0-1.486-.396-2.655-1.186-3.508-.77-.852-1.758-1.278-2.963-1.278s-2.203.426-2.993 1.278c-.79.853-1.186 2.022-1.186 3.508 0 1.011.178 1.893.534 2.646.375.734.869 1.308 1.481 1.725.633.396 1.354.594 2.164.594zM108.406 22.703l7.853-21.406h3.319l-7.379 21.406h-3.793zm16.092 0l-7.35-21.406h3.497l7.824 21.406h-3.971zm-12.032-8.414h11.676v3.092h-11.676V14.29zM131.148 22.703V1.297H135v21.406h-3.852z"
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 = "CelestoAI";
2
+ export declare const COMBINE_TEXT_MULTIPLE = 0.75;
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.75;
@@ -0,0 +1,9 @@
1
+ export var TITLE = 'CelestoAI';
2
+ export var COMBINE_TEXT_MULTIPLE = 0.75;
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.75;
@@ -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,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;