@lobehub/icons 2.14.0 → 2.16.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 (109) hide show
  1. package/README.md +94 -90
  2. package/es/Agui/components/Avatar.d.ts +5 -0
  3. package/es/Agui/components/Avatar.js +25 -0
  4. package/es/Agui/components/Combine.d.ts +5 -0
  5. package/es/Agui/components/Combine.js +26 -0
  6. package/es/Agui/components/Mono.d.ts +3 -0
  7. package/es/Agui/components/Mono.js +41 -0
  8. package/es/Agui/components/Text.d.ts +3 -0
  9. package/es/Agui/components/Text.js +39 -0
  10. package/es/Agui/index.d.ts +13 -0
  11. package/es/Agui/index.js +12 -0
  12. package/es/Agui/style.d.ts +7 -0
  13. package/es/Agui/style.js +9 -0
  14. package/es/CopilotKit/components/Avatar.d.ts +5 -0
  15. package/es/CopilotKit/components/Avatar.js +25 -0
  16. package/es/CopilotKit/components/Color.d.ts +3 -0
  17. package/es/CopilotKit/components/Color.js +133 -0
  18. package/es/CopilotKit/components/Combine.d.ts +7 -0
  19. package/es/CopilotKit/components/Combine.js +33 -0
  20. package/es/CopilotKit/components/Mono.d.ts +3 -0
  21. package/es/CopilotKit/components/Mono.js +52 -0
  22. package/es/CopilotKit/components/Text.d.ts +3 -0
  23. package/es/CopilotKit/components/Text.js +39 -0
  24. package/es/CopilotKit/index.d.ts +15 -0
  25. package/es/CopilotKit/index.js +14 -0
  26. package/es/CopilotKit/style.d.ts +7 -0
  27. package/es/CopilotKit/style.js +9 -0
  28. package/es/ElevenX/components/Avatar.d.ts +5 -0
  29. package/es/ElevenX/components/Avatar.js +25 -0
  30. package/es/ElevenX/components/Combine.d.ts +5 -0
  31. package/es/ElevenX/components/Combine.js +26 -0
  32. package/es/ElevenX/components/Mono.d.ts +3 -0
  33. package/es/ElevenX/components/Mono.js +40 -0
  34. package/es/ElevenX/components/Text.d.ts +3 -0
  35. package/es/ElevenX/components/Text.js +39 -0
  36. package/es/ElevenX/index.d.ts +13 -0
  37. package/es/ElevenX/index.js +12 -0
  38. package/es/ElevenX/style.d.ts +7 -0
  39. package/es/ElevenX/style.js +9 -0
  40. package/es/Glama/components/Avatar.d.ts +5 -0
  41. package/es/Glama/components/Avatar.js +25 -0
  42. package/es/Glama/components/Combine.d.ts +5 -0
  43. package/es/Glama/components/Combine.js +26 -0
  44. package/es/Glama/components/Mono.d.ts +3 -0
  45. package/es/Glama/components/Mono.js +44 -0
  46. package/es/Glama/components/Text.d.ts +3 -0
  47. package/es/Glama/components/Text.js +39 -0
  48. package/es/Glama/index.d.ts +13 -0
  49. package/es/Glama/index.js +12 -0
  50. package/es/Glama/style.d.ts +7 -0
  51. package/es/Glama/style.js +9 -0
  52. package/es/Mastra/components/Avatar.d.ts +5 -0
  53. package/es/Mastra/components/Avatar.js +25 -0
  54. package/es/Mastra/components/Combine.d.ts +5 -0
  55. package/es/Mastra/components/Combine.js +26 -0
  56. package/es/Mastra/components/Mono.d.ts +3 -0
  57. package/es/Mastra/components/Mono.js +43 -0
  58. package/es/Mastra/components/Text.d.ts +3 -0
  59. package/es/Mastra/components/Text.js +39 -0
  60. package/es/Mastra/index.d.ts +13 -0
  61. package/es/Mastra/index.js +12 -0
  62. package/es/Mastra/style.d.ts +7 -0
  63. package/es/Mastra/style.js +9 -0
  64. package/es/McpSo/components/Avatar.d.ts +5 -0
  65. package/es/McpSo/components/Avatar.js +25 -0
  66. package/es/McpSo/components/Color.d.ts +3 -0
  67. package/es/McpSo/components/Color.js +42 -0
  68. package/es/McpSo/components/Combine.d.ts +7 -0
  69. package/es/McpSo/components/Combine.js +32 -0
  70. package/es/McpSo/components/Mono.d.ts +3 -0
  71. package/es/McpSo/components/Mono.js +42 -0
  72. package/es/McpSo/components/Text.d.ts +3 -0
  73. package/es/McpSo/components/Text.js +39 -0
  74. package/es/McpSo/index.d.ts +15 -0
  75. package/es/McpSo/index.js +14 -0
  76. package/es/McpSo/style.d.ts +7 -0
  77. package/es/McpSo/style.js +9 -0
  78. package/es/Smithery/components/Avatar.d.ts +5 -0
  79. package/es/Smithery/components/Avatar.js +25 -0
  80. package/es/Smithery/components/Color.d.ts +3 -0
  81. package/es/Smithery/components/Color.js +42 -0
  82. package/es/Smithery/components/Combine.d.ts +7 -0
  83. package/es/Smithery/components/Combine.js +32 -0
  84. package/es/Smithery/components/Mono.d.ts +3 -0
  85. package/es/Smithery/components/Mono.js +40 -0
  86. package/es/Smithery/components/Text.d.ts +3 -0
  87. package/es/Smithery/components/Text.js +39 -0
  88. package/es/Smithery/index.d.ts +15 -0
  89. package/es/Smithery/index.js +14 -0
  90. package/es/Smithery/style.d.ts +7 -0
  91. package/es/Smithery/style.js +9 -0
  92. package/es/Tavily/components/Avatar.d.ts +5 -0
  93. package/es/Tavily/components/Avatar.js +25 -0
  94. package/es/Tavily/components/Color.d.ts +3 -0
  95. package/es/Tavily/components/Color.js +54 -0
  96. package/es/Tavily/components/Combine.d.ts +7 -0
  97. package/es/Tavily/components/Combine.js +32 -0
  98. package/es/Tavily/components/Mono.d.ts +3 -0
  99. package/es/Tavily/components/Mono.js +40 -0
  100. package/es/Tavily/components/Text.d.ts +3 -0
  101. package/es/Tavily/components/Text.js +39 -0
  102. package/es/Tavily/index.d.ts +15 -0
  103. package/es/Tavily/index.js +14 -0
  104. package/es/Tavily/style.d.ts +7 -0
  105. package/es/Tavily/style.js +9 -0
  106. package/es/icons.d.ts +8 -0
  107. package/es/icons.js +8 -0
  108. package/es/toc.js +144 -0
  109. package/package.json +1 -1
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconAvatarProps } from "../../features/IconAvatar";
3
+ export type AvatarProps = Omit<IconAvatarProps, 'Icon'>;
4
+ declare const Avatar: import("react").NamedExoticComponent<AvatarProps>;
5
+ export default Avatar;
@@ -0,0 +1,25 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
8
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
9
+ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
10
+ import { memo } from 'react';
11
+ import IconAvatar from "../../features/IconAvatar";
12
+ import { AVATAR_BACKGROUND, AVATAR_COLOR, AVATAR_ICON_MULTIPLE, TITLE } from "../style";
13
+ import Mono from "./Mono";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ var Avatar = /*#__PURE__*/memo(function (_ref) {
16
+ var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
17
+ return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
18
+ Icon: Mono,
19
+ "aria-label": TITLE,
20
+ background: AVATAR_BACKGROUND,
21
+ color: AVATAR_COLOR,
22
+ iconMultiple: AVATAR_ICON_MULTIPLE
23
+ }, rest));
24
+ });
25
+ export default Avatar;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../features/IconCombine";
3
+ export type CombineProps = Omit<IconCombineProps, 'Icon' | 'Text'>;
4
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
5
+ export default Combine;
@@ -0,0 +1,26 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
8
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
9
+ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
10
+ import { memo } from 'react';
11
+ import IconCombine from "../../features/IconCombine";
12
+ import { COMBINE_SPACE_MULTIPLE, COMBINE_TEXT_MULTIPLE, TITLE } from "../style";
13
+ import Mono from "./Mono";
14
+ import Text from "./Text";
15
+ import { jsx as _jsx } from "react/jsx-runtime";
16
+ var Combine = /*#__PURE__*/memo(function (_ref) {
17
+ var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
18
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
19
+ Icon: Mono,
20
+ Text: Text,
21
+ "aria-label": TITLE,
22
+ spaceMultiple: COMBINE_SPACE_MULTIPLE,
23
+ textMultiple: COMBINE_TEXT_MULTIPLE
24
+ }, rest));
25
+ });
26
+ export default Combine;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,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: "M7.675.281A.609.609 0 018.32.014l10.047 2.222 2.511.555.628.139.157.034.04.01.01.001a.04.04 0 01.002.001l.06.016a.609.609 0 01.408.688l-3.63 19.82a.609.609 0 01-.989.358L1.718 10.605a.609.609 0 01-.123-.794l6.08-9.53zM3.34 10.374l13.118 10.971-5.76-13.394-7.358 2.423zm8.519-2.805l5.874 13.659L20.77 4.635l-8.912 2.934zM3.539 9.026l6.675-2.197-2.123-4.937L3.54 9.026zm7.836-2.58l8.195-2.698-1.466-.324-8.872-1.962 2.143 4.984z"
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,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 190 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: "M4.466 21.66H2L9.133 2.264h2.429l7.133 19.394H16.23L10.424 5.333h-.152L4.466 21.66zm.911-7.577h9.941v2.084H5.377v-2.084zM34.089 8.326a6.838 6.838 0 00-.826-1.714 5.291 5.291 0 00-1.204-1.307 5.059 5.059 0 00-1.575-.824 6.286 6.286 0 00-1.935-.284c-1.151 0-2.198.297-3.14.89-.942.594-1.692 1.468-2.248 2.623-.557 1.156-.835 2.573-.835 4.252 0 1.68.281 3.097.844 4.252.563 1.155 1.325 2.03 2.286 2.623.962.594 2.043.89 3.245.89 1.113 0 2.093-.236 2.94-.71a5.04 5.04 0 001.992-2.026c.48-.878.721-1.91.721-3.097l.721.152h-5.843v-2.084h7.399v2.084c0 1.597-.342 2.986-1.025 4.166a7.071 7.071 0 01-2.808 2.746c-1.189.644-2.555.966-4.098.966-1.72 0-3.231-.404-4.534-1.212-1.296-.808-2.308-1.957-3.035-3.447-.721-1.49-1.082-3.257-1.082-5.303 0-1.534.206-2.913.617-4.138.417-1.231 1.005-2.28 1.764-3.144a7.715 7.715 0 012.694-1.989C26.161 2.231 27.303 2 28.55 2c1.024 0 1.98.155 2.864.464a7.69 7.69 0 012.381 1.297A7.388 7.388 0 0135.55 5.76c.468.77.79 1.626.968 2.567h-2.428zM48.704 10.92v2.084h-8.5V10.92h8.5zM65.696 2.265h2.352v12.841c0 1.326-.313 2.51-.939 3.551-.62 1.036-1.496 1.853-2.628 2.453-1.132.593-2.46.89-3.984.89s-2.852-.297-3.984-.89c-1.132-.6-2.01-1.417-2.637-2.453-.62-1.041-.93-2.225-.93-3.55V2.264H55.3v12.652c0 .947.209 1.79.626 2.528a4.485 4.485 0 001.784 1.733c.777.417 1.707.625 2.788.625 1.082 0 2.011-.208 2.79-.625.777-.423 1.372-1 1.783-1.733.417-.739.626-1.581.626-2.528V2.265zM75.099 2.265V21.66h-2.353V2.265h2.353zM87.328 21.66V2.264h6.564c1.525 0 2.77.275 3.738.824.974.543 1.695 1.278 2.163 2.206.468.928.702 1.964.702 3.107 0 1.142-.234 2.18-.702 3.115-.462.934-1.177 1.68-2.144 2.235-.968.55-2.207.824-3.719.824h-4.705v-2.084h4.63c1.043 0 1.88-.18 2.513-.54.633-.36 1.091-.845 1.376-1.458.29-.618.436-1.316.436-2.092 0-.777-.145-1.471-.436-2.084-.285-.612-.746-1.092-1.385-1.44-.639-.353-1.486-.53-2.542-.53H89.68V21.66h-2.353zM103.981 21.66V7.113h2.163V9.31h.151c.266-.72.747-1.304 1.442-1.752.696-.449 1.48-.673 2.353-.673.164 0 .37.004.616.01.247.006.434.016.56.028v2.273a6.675 6.675 0 00-.522-.085 5.137 5.137 0 00-.844-.067c-.708 0-1.341.149-1.897.446-.55.29-.987.694-1.309 1.212-.316.511-.475 1.095-.475 1.752v9.204h-2.238zM119.395 21.962c-1.315 0-2.469-.312-3.462-.937-.986-.625-1.758-1.5-2.315-2.623-.55-1.124-.825-2.437-.825-3.94 0-1.515.275-2.838.825-3.968.557-1.13 1.329-2.007 2.315-2.632.993-.625 2.147-.938 3.462-.938 1.316 0 2.467.313 3.453.938.993.625 1.765 1.502 2.315 2.632.556 1.13.835 2.453.835 3.968 0 1.503-.279 2.816-.835 3.94-.55 1.123-1.322 1.998-2.315 2.623-.986.625-2.137.937-3.453.937zm0-2.008c1 0 1.822-.255 2.467-.767.645-.51 1.122-1.183 1.432-2.017.31-.833.465-1.736.465-2.708 0-.972-.155-1.878-.465-2.718-.31-.84-.787-1.518-1.432-2.036-.645-.517-1.467-.776-2.467-.776-.999 0-1.821.259-2.466.776-.645.518-1.122 1.197-1.432 2.036a7.787 7.787 0 00-.465 2.718c0 .972.155 1.875.465 2.709.31.833.787 1.505 1.432 2.017.645.51 1.467.767 2.466.767zM135.752 7.114v1.894h-7.551V7.114h7.551zm-5.351-3.485h2.239v13.863c0 .632.092 1.105.275 1.42.19.31.43.519.721.626.297.1.61.151.939.151.247 0 .449-.012.607-.038l.38-.075.455 2.007a4.542 4.542 0 01-.635.17 4.692 4.692 0 01-1.034.096 4.513 4.513 0 01-1.86-.408c-.6-.271-1.1-.685-1.498-1.24-.392-.556-.589-1.257-.589-2.102V3.629zM144.882 21.962c-1.316 0-2.47-.312-3.463-.937-.986-.625-1.758-1.5-2.314-2.623-.55-1.124-.825-2.437-.825-3.94 0-1.515.275-2.838.825-3.968.556-1.13 1.328-2.007 2.314-2.632.993-.625 2.147-.938 3.463-.938 1.315 0 2.466.313 3.453.938.992.625 1.764 1.502 2.314 2.632.557 1.13.835 2.453.835 3.968 0 1.503-.278 2.816-.835 3.94-.55 1.123-1.322 1.998-2.314 2.623-.987.625-2.138.937-3.453.937zm0-2.008c.999 0 1.821-.255 2.466-.767.645-.51 1.123-1.183 1.432-2.017.31-.833.465-1.736.465-2.708 0-.972-.155-1.878-.465-2.718-.309-.84-.787-1.518-1.432-2.036-.645-.517-1.467-.776-2.466-.776-.999 0-1.822.259-2.467.776-.645.518-1.122 1.197-1.432 2.036a7.787 7.787 0 00-.465 2.718c0 .972.155 1.875.465 2.709.31.833.787 1.505 1.432 2.017.645.51 1.468.767 2.467.767zM160.82 21.962c-1.366 0-2.542-.322-3.528-.966-.987-.644-1.746-1.53-2.277-2.66-.531-1.13-.797-2.422-.797-3.874 0-1.477.272-2.78.816-3.91.55-1.137 1.315-2.024 2.296-2.662.986-.644 2.137-.966 3.453-.966 1.024 0 1.947.19 2.769.568.823.38 1.496.91 2.021 1.591.525.682.85 1.478.977 2.387h-2.239c-.17-.663-.55-1.25-1.138-1.762-.582-.517-1.366-.776-2.353-.776-.872 0-1.637.227-2.295.682-.652.448-1.161 1.082-1.527 1.903-.361.814-.541 1.77-.541 2.87 0 1.123.177 2.102.531 2.935.361.833.867 1.48 1.518 1.941.658.461 1.429.691 2.314.691a4.01 4.01 0 001.585-.303 3.268 3.268 0 001.204-.87c.329-.38.563-.834.702-1.364h2.239a5.184 5.184 0 01-.939 2.32c-.493.682-1.148 1.225-1.964 1.629-.809.397-1.751.596-2.827.596zM175.742 21.962c-1.316 0-2.47-.312-3.463-.937-.986-.625-1.758-1.5-2.314-2.623-.55-1.124-.825-2.437-.825-3.94 0-1.515.275-2.838.825-3.968.556-1.13 1.328-2.007 2.314-2.632.993-.625 2.147-.938 3.463-.938 1.315 0 2.466.313 3.453.938.993.625 1.764 1.502 2.314 2.632.557 1.13.835 2.453.835 3.968 0 1.503-.278 2.816-.835 3.94-.55 1.123-1.321 1.998-2.314 2.623-.987.625-2.138.937-3.453.937zm0-2.008c.999 0 1.821-.255 2.466-.767.645-.51 1.123-1.183 1.433-2.017a7.731 7.731 0 00.464-2.708 7.81 7.81 0 00-.464-2.718c-.31-.84-.788-1.518-1.433-2.036-.645-.517-1.467-.776-2.466-.776-.999 0-1.821.259-2.467.776-.645.518-1.122 1.197-1.432 2.036a7.787 7.787 0 00-.465 2.718c0 .972.155 1.875.465 2.709.31.833.787 1.505 1.432 2.017.646.51 1.468.767 2.467.767zM188 2.265V21.66h-2.239V2.265H188z"
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 = "AG-UI";
2
+ export declare const COMBINE_TEXT_MULTIPLE = 0.7;
3
+ export declare const COMBINE_SPACE_MULTIPLE = 0.3;
4
+ export declare const COLOR_PRIMARY = "#fff";
5
+ export declare const AVATAR_BACKGROUND = "#fff";
6
+ export declare const AVATAR_COLOR = "#000";
7
+ export declare const AVATAR_ICON_MULTIPLE = 0.7;
@@ -0,0 +1,9 @@
1
+ export var TITLE = 'AG-UI';
2
+ export var COMBINE_TEXT_MULTIPLE = 0.7;
3
+ export var COMBINE_SPACE_MULTIPLE = 0.3;
4
+ export var COLOR_PRIMARY = '#fff';
5
+
6
+ // Avatar constants
7
+ export var AVATAR_BACKGROUND = COLOR_PRIMARY;
8
+ export var AVATAR_COLOR = '#000';
9
+ export var AVATAR_ICON_MULTIPLE = 0.7;
@@ -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;
@@ -0,0 +1,133 @@
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 _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
11
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
12
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
13
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
14
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
15
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
16
+ 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; }
17
+ 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; }
18
+ import { memo } from 'react';
19
+ import { useFillIds } from "../../hooks/useFillId";
20
+ import { TITLE } from "../style";
21
+ import { jsx as _jsx } from "react/jsx-runtime";
22
+ import { jsxs as _jsxs } from "react/jsx-runtime";
23
+ var Icon = /*#__PURE__*/memo(function (_ref) {
24
+ var _ref$size = _ref.size,
25
+ size = _ref$size === void 0 ? '1em' : _ref$size,
26
+ style = _ref.style,
27
+ rest = _objectWithoutProperties(_ref, _excluded);
28
+ var _useFillIds = useFillIds(TITLE, 4),
29
+ _useFillIds2 = _slicedToArray(_useFillIds, 4),
30
+ a = _useFillIds2[0],
31
+ b = _useFillIds2[1],
32
+ c = _useFillIds2[2],
33
+ d = _useFillIds2[3];
34
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
35
+ height: size,
36
+ style: _objectSpread({
37
+ flex: 'none',
38
+ lineHeight: 1
39
+ }, style),
40
+ viewBox: "0 0 24 24",
41
+ width: size,
42
+ xmlns: "http://www.w3.org/2000/svg"
43
+ }, rest), {}, {
44
+ children: [/*#__PURE__*/_jsx("title", {
45
+ children: TITLE
46
+ }), /*#__PURE__*/_jsx("path", {
47
+ d: "M8.162 7.758c2.093-2.738 3.831-5.445 4.498-7.63a.093.093 0 01.14-.051c2.324 1.539 6.558 2.552 10.301 2.576a.09.09 0 01.085.124c-1.243 3.158-2.765 8.817-2.823 15.28-.001.095-.135.13-.183.046-2.131-3.729-8.955-8.968-11.982-10.205a.09.09 0 01-.036-.14z",
48
+ fill: a.fill
49
+ }), /*#__PURE__*/_jsx("path", {
50
+ d: "M15.223 6.083A61.492 61.492 0 018.25 7.827c-.045.008-.055.071-.012.089 3.05 1.267 9.84 6.492 11.952 10.206a.017.017 0 00.022.007.018.018 0 00.01-.024l-4.999-12.02z",
51
+ fill: b.fill
52
+ }), /*#__PURE__*/_jsx("path", {
53
+ d: "M12.81.07c2.8 1.528 6.037 2.214 10.33 2.575.028.002.036.039.012.051-.55.282-3.695 1.883-6.03 2.74-.626.23-1.256.443-1.876.64a.028.028 0 01-.033-.016L12.746.128c-.017-.04.027-.078.065-.058z",
54
+ fill: c.fill
55
+ }), /*#__PURE__*/_jsx("path", {
56
+ d: "M12.725.075c.046-.019.1.003.119.05l7.514 17.923a.091.091 0 01-.148.1l-.02-.03L12.675.195a.091.091 0 01.049-.12z",
57
+ fill: "#513C9F"
58
+ }), /*#__PURE__*/_jsx("path", {
59
+ d: "M23.06 2.66c.044-.025.1-.01.125.034.025.044.009.1-.035.124v.001l-.008.004-.025.015-.1.054a41.384 41.384 0 01-1.811.92A47.05 47.05 0 0116.33 5.82c-1.954.674-3.97 1.197-5.497 1.552a66.27 66.27 0 01-2.38.507l-.138.026-.036.007h-.01l-.002.002a.091.091 0 11-.033-.18l.016.09-.015-.09h.002l.01-.002.035-.007.137-.025a66.16 66.16 0 002.373-.506c1.524-.354 3.533-.876 5.479-1.547a46.857 46.857 0 006.276-2.709c.166-.087.295-.156.381-.204l.099-.054.024-.014.008-.004z",
60
+ fill: "#513C9F"
61
+ }), /*#__PURE__*/_jsx("path", {
62
+ d: "M13.838 2.272a.16.16 0 01.107.2l-2.72 9.055h6.4l.061.013a.16.16 0 010 .295l-.061.013h-6.541L.679 24.099l-.05.04a.16.16 0 01-.194-.245l10.43-12.285 2.773-9.23a.16.16 0 01.2-.107z",
63
+ fill: "#ABABAB"
64
+ }), /*#__PURE__*/_jsx("path", {
65
+ d: "M7.809 21.461l-1.232.173c.638 1.69 1.949 2.427 3.514 2.427 3.831 0 2.661-4.334 4.883-4.334 1.61 0 .956 3.513 4.423 3.513 2.116 0 2.326-2.131 1.966-3.048l-.008-.016-.567-.868c-.037-.058-.127-.036-.133.032l-.106 1.053a1.01 1.01 0 00.003.219c.088.727.144 2.491-1.155 2.491-1.37 0-1.7-3.467-4.423-3.467-3.196 0-2.785 4.289-4.747 4.289-1.294 0-2.28-1.46-2.418-2.464z",
66
+ fill: d.fill
67
+ }), /*#__PURE__*/_jsxs("defs", {
68
+ children: [/*#__PURE__*/_jsxs("linearGradient", {
69
+ gradientUnits: "userSpaceOnUse",
70
+ id: a.id,
71
+ x1: "17.852",
72
+ x2: "14.202",
73
+ y1: "1.467",
74
+ y2: "11.504",
75
+ children: [/*#__PURE__*/_jsx("stop", {
76
+ stopColor: "#6430AB"
77
+ }), /*#__PURE__*/_jsx("stop", {
78
+ offset: "1",
79
+ stopColor: "#AA89D8"
80
+ })]
81
+ }), /*#__PURE__*/_jsxs("linearGradient", {
82
+ gradientUnits: "userSpaceOnUse",
83
+ id: b.id,
84
+ x1: "15.024",
85
+ x2: "10.324",
86
+ y1: "7.125",
87
+ y2: "16.204",
88
+ children: [/*#__PURE__*/_jsx("stop", {
89
+ stopColor: "#005DBB"
90
+ }), /*#__PURE__*/_jsx("stop", {
91
+ offset: "1",
92
+ stopColor: "#3D92E8"
93
+ })]
94
+ }), /*#__PURE__*/_jsxs("linearGradient", {
95
+ gradientUnits: "userSpaceOnUse",
96
+ id: c.id,
97
+ x1: "17.122",
98
+ x2: "15.707",
99
+ y1: "1.467",
100
+ y2: "5.892",
101
+ children: [/*#__PURE__*/_jsx("stop", {
102
+ stopColor: "#1B70C4"
103
+ }), /*#__PURE__*/_jsx("stop", {
104
+ offset: "1",
105
+ stopColor: "#54A4F2"
106
+ })]
107
+ }), /*#__PURE__*/_jsxs("linearGradient", {
108
+ gradientUnits: "userSpaceOnUse",
109
+ id: d.id,
110
+ x1: "6.577",
111
+ x2: "21.506",
112
+ y1: "21.758",
113
+ y2: "21.758",
114
+ children: [/*#__PURE__*/_jsx("stop", {
115
+ stopColor: "#4497EA"
116
+ }), /*#__PURE__*/_jsx("stop", {
117
+ offset: ".255",
118
+ stopColor: "#1463B2"
119
+ }), /*#__PURE__*/_jsx("stop", {
120
+ offset: ".499",
121
+ stopColor: "#0A437D"
122
+ }), /*#__PURE__*/_jsx("stop", {
123
+ offset: ".667",
124
+ stopColor: "#2476C8"
125
+ }), /*#__PURE__*/_jsx("stop", {
126
+ offset: ".973",
127
+ stopColor: "#0C549A"
128
+ })]
129
+ })]
130
+ })]
131
+ }));
132
+ });
133
+ export default Icon;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../features/IconCombine";
3
+ export interface CombineProps extends Omit<IconCombineProps, 'Icon' | 'Text'> {
4
+ type?: 'color' | 'mono';
5
+ }
6
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
7
+ export default Combine;
@@ -0,0 +1,33 @@
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
+ inverse: true,
29
+ spaceMultiple: COMBINE_SPACE_MULTIPLE,
30
+ textMultiple: COMBINE_TEXT_MULTIPLE
31
+ }, rest));
32
+ });
33
+ 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,52 @@
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.7 9.938l-.476 1.59h2.622c.07.054.139.107.207.162l.193.158h-3.162L.679 24.1l-.05.04a.16.16 0 01-.194-.246l10.43-12.285.56-1.862.276.19z"
37
+ }), /*#__PURE__*/_jsx("path", {
38
+ d: "M20.654 19.34c.007-.068.097-.09.134-.032l.566.868.009.015c.36.918.15 3.05-1.966 3.05-3.467 0-2.813-3.513-4.423-3.513-2.221 0-1.052 4.333-4.883 4.333-1.565 0-2.875-.738-3.514-2.427l1.231-.173c.138 1.004 1.125 2.463 2.418 2.464 1.962 0 1.552-4.29 4.748-4.29 2.723.001 3.053 3.468 4.423 3.468 1.298 0 1.243-1.763 1.155-2.49a1.021 1.021 0 01-.003-.22l.105-1.053z"
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ d: "M20.19 18.118l.001.003h-.002c-.046-.083-.097-.165-.148-.248a12.717 12.717 0 00-.846-1.205 19.993 19.993 0 00-.845-.998 26.91 26.91 0 00-.865-.92 39.347 39.347 0 00-3.24-2.902h3.315l2.63 6.27z"
41
+ }), /*#__PURE__*/_jsx("path", {
42
+ d: "M23.186 2.776c-1.244 3.158-2.765 8.818-2.823 15.28 0 .004-.002.008-.003.011 0-.006 0-.013-.003-.02l-2.62-6.25a.158.158 0 00-.052-.257l-.061-.013-2.26-5.39c.322-.103.646-.208.967-.319a47.04 47.04 0 006.302-2.72c.166-.087.296-.158.383-.205l.1-.055.025-.015.008-.004a.096.096 0 00.037-.043z"
43
+ }), /*#__PURE__*/_jsx("path", {
44
+ d: "M17.427 11.527h-3.58c-.356-.281-.71-.557-1.063-.819-.365-.27-.729-.527-1.083-.77l.903-3.008c.818-.215 1.697-.46 2.585-.739l2.238 5.336z"
45
+ }), /*#__PURE__*/_jsx("path", {
46
+ d: "M12.775.067a.045.045 0 01.035.003c2.8 1.528 6.037 2.213 10.33 2.575.012 0 .017.01.02.021a.094.094 0 00-.1-.006l-.008.004-.025.015-.099.053c-.086.048-.215.117-.38.205a46.846 46.846 0 01-6.276 2.709 42.38 42.38 0 01-.98.32l-1.397-3.333.05-.161a.16.16 0 00-.108-.2.157.157 0 00-.092.003L12.844.124a.092.092 0 00-.12-.049.091.091 0 00-.049.12l.943 2.248-1.316 4.376a65.208 65.208 0 01-3.36.777c-.224.045-.402.08-.522.102l-.138.026-.035.006a.128.128 0 01-.01.001l-.002.001a.093.093 0 00-.074.106c.009.05.057.083.106.074h.003l.01-.002.035-.007.139-.026c.121-.023.3-.057.524-.103a66.222 66.222 0 003.264-.75l-.818 2.722-.043-.03a26.931 26.931 0 00-1.506-.959c-.614-.36-1.17-.647-1.638-.842l-.002-.002-.037-.016a.09.09 0 01-.036-.14c2.092-2.736 3.83-5.444 4.498-7.63a.093.093 0 01.115-.06z"
47
+ }), /*#__PURE__*/_jsx("path", {
48
+ d: "M15.118 6.021a56.31 56.31 0 01-2.452.705l1.146-3.819 1.306 3.114z"
49
+ })]
50
+ }));
51
+ });
52
+ 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 117 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: "M17.216 8.29h-4.47a3.03 3.03 0 00-.253-1.006 2.272 2.272 0 00-.555-.776A2.313 2.313 0 0011.09 6a3.29 3.29 0 00-1.133-.182c-.74 0-1.366.18-1.878.539-.508.36-.893.874-1.158 1.545-.258.671-.388 1.477-.388 2.418 0 .993.132 1.825.396 2.496.27.666.658 1.168 1.165 1.506.508.333 1.118.5 1.831.5.407 0 .771-.051 1.094-.151.322-.106.602-.257.84-.452.238-.196.43-.43.578-.706.154-.28.257-.594.31-.943l4.47.032c-.054.687-.246 1.387-.58 2.1a6.83 6.83 0 01-1.418 1.966c-.608.597-1.36 1.077-2.259 1.442-.898.364-1.941.547-3.13.547-1.49 0-2.827-.32-4.01-.96-1.178-.639-2.11-1.579-2.798-2.82C2.341 13.634 2 12.116 2 10.32c0-1.807.349-3.329 1.046-4.565.698-1.242 1.638-2.18 2.821-2.814 1.184-.639 2.505-.959 3.963-.959 1.025 0 1.968.14 2.83.42.86.28 1.616.69 2.266 1.229a6.068 6.068 0 011.569 1.973c.396.782.637 1.678.721 2.687zM25.143 18.657c-1.32 0-2.451-.262-3.392-.785a5.395 5.395 0 01-2.163-2.203c-.502-.946-.753-2.042-.753-3.289 0-1.247.25-2.34.753-3.28a5.332 5.332 0 012.163-2.204c.94-.528 2.072-.792 3.392-.792 1.321 0 2.452.264 3.392.792A5.333 5.333 0 0130.7 9.099c.502.94.753 2.034.753 3.281 0 1.247-.251 2.343-.753 3.289a5.396 5.396 0 01-2.164 2.203c-.94.523-2.07.785-3.392.785zm.032-3.234c.37 0 .69-.124.959-.372.27-.248.478-.602.626-1.062.148-.46.222-1.007.222-1.64 0-.64-.074-1.187-.222-1.641-.148-.46-.357-.814-.626-1.062a1.367 1.367 0 00-.959-.373c-.391 0-.727.125-1.006.373-.28.248-.495.602-.642 1.062-.148.454-.222 1.001-.222 1.64 0 .634.074 1.181.222 1.64.147.46.361.815.642 1.063.28.248.615.372 1.006.372zM33.227 23V6.262h4.343v2.124h.095c.158-.412.39-.79.697-1.133a3.32 3.32 0 011.141-.833c.455-.21.983-.316 1.585-.316.803 0 1.567.213 2.29.641.73.428 1.321 1.102 1.776 2.021.46.92.69 2.114.69 3.582 0 1.406-.22 2.57-.659 3.495-.433.925-1.014 1.614-1.743 2.069a4.398 4.398 0 01-2.386.681c-.57 0-1.08-.092-1.529-.277a3.53 3.53 0 01-1.141-.769 3.554 3.554 0 01-.721-1.11H37.6V23h-4.374zm4.28-10.652c0 .592.076 1.105.229 1.538.158.428.38.76.666.998.29.233.636.35 1.038.35.401 0 .742-.114 1.022-.342.285-.232.502-.562.65-.99.153-.433.23-.951.23-1.554 0-.602-.077-1.117-.23-1.545-.148-.433-.365-.763-.65-.99-.28-.233-.62-.35-1.022-.35a1.61 1.61 0 00-1.038.35c-.286.227-.508.557-.666.99-.153.428-.23.943-.23 1.545zM47.676 18.435V6.262h4.375v12.173h-4.375zm2.187-13.44a2.162 2.162 0 01-1.521-.587c-.423-.391-.634-.861-.634-1.41 0-.55.211-1.02.634-1.412.422-.39.93-.586 1.521-.586.597 0 1.105.195 1.522.586.423.391.634.862.634 1.411 0 .55-.211 1.02-.634 1.41-.417.392-.925.587-1.522.587zM58.654 2.205v16.23H54.28V2.205h4.375zM66.748 18.657c-1.321 0-2.452-.262-3.392-.785a5.394 5.394 0 01-2.164-2.203c-.502-.946-.752-2.042-.752-3.289 0-1.247.25-2.34.752-3.28a5.332 5.332 0 012.164-2.204c.94-.528 2.071-.792 3.392-.792 1.32 0 2.451.264 3.392.792a5.332 5.332 0 012.163 2.203c.502.94.753 2.034.753 3.281 0 1.247-.25 2.343-.753 3.289a5.395 5.395 0 01-2.163 2.203c-.94.523-2.071.785-3.392.785zm.031-3.234c.37 0 .69-.124.96-.372.269-.248.478-.602.626-1.062.148-.46.221-1.007.221-1.64 0-.64-.073-1.187-.221-1.641-.148-.46-.357-.814-.627-1.062a1.367 1.367 0 00-.959-.373c-.39 0-.726.125-1.006.373s-.494.602-.642 1.062c-.148.454-.222 1.001-.222 1.64 0 .634.074 1.181.222 1.64.148.46.362.815.642 1.063s.616.372 1.007.372zM82.09 6.262v3.17h-8.02v-3.17h8.02zm-6.466-2.916h4.375V14.52c0 .17.029.312.087.428a.572.572 0 00.27.254c.12.052.276.079.467.079.132 0 .285-.016.46-.048.179-.031.311-.058.396-.079l.633 3.075c-.195.058-.475.13-.84.214-.359.084-.787.14-1.283.166-1.004.053-1.847-.05-2.528-.309-.682-.264-1.195-.679-1.538-1.244-.343-.565-.51-1.273-.5-2.124V3.346zM84.074 18.435V2.205h4.406v6.562h.222l4.882-6.562h5.135l-5.484 7.227 5.611 9.003h-5.262L89.94 12.35 88.48 14.25v4.184h-4.406zM100.854 18.435V6.262h4.374v12.173h-4.374zm2.187-13.44a2.163 2.163 0 01-1.522-.587c-.423-.391-.634-.861-.634-1.41 0-.55.211-1.02.634-1.412.423-.39.93-.586 1.522-.586.597 0 1.104.195 1.521.586.423.391.634.862.634 1.411 0 .55-.211 1.02-.634 1.41-.417.392-.924.587-1.521.587zM114.716 6.262v3.17h-8.02v-3.17h8.02zm-6.467-2.916h4.375V14.52c0 .17.029.312.087.428a.577.577 0 00.269.254c.122.052.278.079.469.079.131 0 .284-.016.459-.048.18-.031.311-.058.396-.079l.634 3.075c-.195.058-.476.13-.84.214-.359.084-.788.14-1.284.166-1.004.053-1.846-.05-2.528-.309-.681-.264-1.194-.679-1.537-1.244-.344-.565-.51-1.273-.5-2.124V3.346z"
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 = "CopilotKit";
2
+ export declare const COMBINE_TEXT_MULTIPLE = 0.95;
3
+ export declare const COMBINE_SPACE_MULTIPLE = 0;
4
+ export declare const COLOR_PRIMARY = "#fff";
5
+ export declare const AVATAR_BACKGROUND = "#fff";
6
+ export declare const AVATAR_COLOR = "#000";
7
+ export declare const AVATAR_ICON_MULTIPLE = 0.75;
@@ -0,0 +1,9 @@
1
+ export var TITLE = 'CopilotKit';
2
+ export var COMBINE_TEXT_MULTIPLE = 0.95;
3
+ export var COMBINE_SPACE_MULTIPLE = 0;
4
+ export var COLOR_PRIMARY = '#fff';
5
+
6
+ // Avatar constants
7
+ export var AVATAR_BACKGROUND = COLOR_PRIMARY;
8
+ export var AVATAR_COLOR = '#000';
9
+ export var AVATAR_ICON_MULTIPLE = 0.75;