@lobehub/icons 5.0.1 → 5.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (176) hide show
  1. package/README.md +112 -110
  2. package/es/AgentVoice/components/Avatar.d.ts +5 -0
  3. package/es/AgentVoice/components/Avatar.js +25 -0
  4. package/es/AgentVoice/components/Color.js +39 -0
  5. package/es/AgentVoice/components/Combine.d.ts +7 -0
  6. package/es/AgentVoice/components/Combine.js +32 -0
  7. package/es/AgentVoice/components/Mono.js +40 -0
  8. package/es/AgentVoice/components/Text.d.ts +3 -0
  9. package/es/AgentVoice/components/Text.js +40 -0
  10. package/es/AgentVoice/index.d.ts +15 -0
  11. package/es/AgentVoice/index.js +14 -0
  12. package/es/AgentVoice/style.d.ts +7 -0
  13. package/es/AgentVoice/style.js +9 -0
  14. package/es/Apertis/components/Avatar.d.ts +5 -0
  15. package/es/Apertis/components/Avatar.js +25 -0
  16. package/es/Apertis/components/Color.d.ts +3 -0
  17. package/es/Apertis/components/Color.js +136 -0
  18. package/es/Apertis/components/Combine.d.ts +7 -0
  19. package/es/Apertis/components/Combine.js +32 -0
  20. package/es/Apertis/components/Mono.d.ts +3 -0
  21. package/es/Apertis/components/Mono.js +49 -0
  22. package/es/Apertis/components/Text.d.ts +3 -0
  23. package/es/Apertis/components/Text.js +39 -0
  24. package/es/Apertis/index.d.ts +15 -0
  25. package/es/Apertis/index.js +14 -0
  26. package/es/Apertis/style.d.ts +7 -0
  27. package/es/Apertis/style.js +9 -0
  28. package/es/AskVerdict/components/Avatar.d.ts +5 -0
  29. package/es/AskVerdict/components/Avatar.js +25 -0
  30. package/es/AskVerdict/components/Color.d.ts +3 -0
  31. package/es/AskVerdict/components/Color.js +77 -0
  32. package/es/AskVerdict/components/Combine.d.ts +7 -0
  33. package/es/AskVerdict/components/Combine.js +32 -0
  34. package/es/AskVerdict/components/Mono.d.ts +3 -0
  35. package/es/AskVerdict/components/Mono.js +52 -0
  36. package/es/AskVerdict/components/Text.d.ts +3 -0
  37. package/es/AskVerdict/components/Text.js +39 -0
  38. package/es/AskVerdict/index.d.ts +15 -0
  39. package/es/AskVerdict/index.js +14 -0
  40. package/es/AskVerdict/style.d.ts +7 -0
  41. package/es/AskVerdict/style.js +9 -0
  42. package/es/BriaAI/components/Avatar.d.ts +5 -0
  43. package/es/BriaAI/components/Avatar.js +25 -0
  44. package/es/BriaAI/components/Color.d.ts +3 -0
  45. package/es/BriaAI/components/Color.js +57 -0
  46. package/es/BriaAI/components/Combine.d.ts +7 -0
  47. package/es/BriaAI/components/Combine.js +32 -0
  48. package/es/BriaAI/components/Mono.d.ts +3 -0
  49. package/es/BriaAI/components/Mono.js +52 -0
  50. package/es/BriaAI/components/Text.d.ts +3 -0
  51. package/es/BriaAI/components/Text.js +42 -0
  52. package/es/BriaAI/index.d.ts +15 -0
  53. package/es/BriaAI/index.js +14 -0
  54. package/es/BriaAI/style.d.ts +7 -0
  55. package/es/BriaAI/style.js +9 -0
  56. package/es/GeminiCLI/components/Avatar.d.ts +5 -0
  57. package/es/GeminiCLI/components/Avatar.js +25 -0
  58. package/es/GeminiCLI/components/Color.d.ts +3 -0
  59. package/es/GeminiCLI/components/Color.js +66 -0
  60. package/es/GeminiCLI/components/Combine.d.ts +7 -0
  61. package/es/GeminiCLI/components/Combine.js +32 -0
  62. package/es/GeminiCLI/components/Mono.d.ts +3 -0
  63. package/es/GeminiCLI/components/Mono.js +43 -0
  64. package/es/GeminiCLI/components/Text.d.ts +3 -0
  65. package/es/GeminiCLI/components/Text.js +39 -0
  66. package/es/GeminiCLI/index.d.ts +16 -0
  67. package/es/GeminiCLI/index.js +14 -0
  68. package/es/GeminiCLI/style.d.ts +7 -0
  69. package/es/GeminiCLI/style.js +9 -0
  70. package/es/LangChain/components/Color.js +2 -7
  71. package/es/LangChain/components/Mono.js +1 -4
  72. package/es/LangChain/components/Text.js +2 -10
  73. package/es/LangChain/style.d.ts +5 -5
  74. package/es/LangChain/style.js +5 -5
  75. package/es/LlmApi/components/Avatar.d.ts +5 -0
  76. package/es/LlmApi/components/Avatar.js +25 -0
  77. package/es/LlmApi/components/Color.d.ts +3 -0
  78. package/es/LlmApi/components/Color.js +58 -0
  79. package/es/LlmApi/components/Combine.d.ts +7 -0
  80. package/es/LlmApi/components/Combine.js +32 -0
  81. package/es/LlmApi/components/Mono.d.ts +3 -0
  82. package/es/LlmApi/components/Mono.js +43 -0
  83. package/es/LlmApi/components/Text.d.ts +3 -0
  84. package/es/LlmApi/components/Text.js +40 -0
  85. package/es/LlmApi/index.d.ts +15 -0
  86. package/es/LlmApi/index.js +14 -0
  87. package/es/LlmApi/style.d.ts +7 -0
  88. package/es/LlmApi/style.js +7 -0
  89. package/es/Obsidian/components/Avatar.d.ts +5 -0
  90. package/es/Obsidian/components/Avatar.js +25 -0
  91. package/es/Obsidian/components/Color.d.ts +3 -0
  92. package/es/Obsidian/components/Color.js +45 -0
  93. package/es/Obsidian/components/Combine.d.ts +7 -0
  94. package/es/Obsidian/components/Combine.js +32 -0
  95. package/es/Obsidian/components/Mono.d.ts +3 -0
  96. package/es/Obsidian/components/Mono.js +44 -0
  97. package/es/Obsidian/components/Text.d.ts +3 -0
  98. package/es/Obsidian/components/Text.js +39 -0
  99. package/es/Obsidian/index.d.ts +16 -0
  100. package/es/Obsidian/index.js +14 -0
  101. package/es/Obsidian/style.d.ts +7 -0
  102. package/es/Obsidian/style.js +9 -0
  103. package/es/PrunaAI/components/Avatar.d.ts +5 -0
  104. package/es/PrunaAI/components/Avatar.js +25 -0
  105. package/es/PrunaAI/components/Color.d.ts +3 -0
  106. package/es/PrunaAI/components/Color.js +153 -0
  107. package/es/PrunaAI/components/Combine.d.ts +7 -0
  108. package/es/PrunaAI/components/Combine.js +32 -0
  109. package/es/PrunaAI/components/Mono.d.ts +3 -0
  110. package/es/PrunaAI/components/Mono.js +54 -0
  111. package/es/PrunaAI/components/Text.d.ts +3 -0
  112. package/es/PrunaAI/components/Text.js +39 -0
  113. package/es/PrunaAI/index.d.ts +15 -0
  114. package/es/PrunaAI/index.js +14 -0
  115. package/es/PrunaAI/style.d.ts +7 -0
  116. package/es/PrunaAI/style.js +9 -0
  117. package/es/Qoder/components/Avatar.d.ts +5 -0
  118. package/es/Qoder/components/Avatar.js +25 -0
  119. package/es/Qoder/components/Color.d.ts +3 -0
  120. package/es/Qoder/components/Color.js +42 -0
  121. package/es/Qoder/components/Combine.d.ts +7 -0
  122. package/es/Qoder/components/Combine.js +32 -0
  123. package/es/Qoder/components/Mono.d.ts +3 -0
  124. package/es/Qoder/components/Mono.js +43 -0
  125. package/es/Qoder/components/Text.d.ts +3 -0
  126. package/es/Qoder/components/Text.js +39 -0
  127. package/es/Qoder/index.d.ts +15 -0
  128. package/es/Qoder/index.js +14 -0
  129. package/es/Qoder/style.d.ts +7 -0
  130. package/es/Qoder/style.js +7 -0
  131. package/es/Reve/components/Avatar.d.ts +5 -0
  132. package/es/Reve/components/Avatar.js +25 -0
  133. package/es/Reve/components/Combine.d.ts +5 -0
  134. package/es/Reve/components/Combine.js +26 -0
  135. package/es/Reve/components/Mono.d.ts +3 -0
  136. package/es/Reve/components/Mono.js +40 -0
  137. package/es/Reve/components/Text.d.ts +3 -0
  138. package/es/Reve/components/Text.js +41 -0
  139. package/es/Reve/index.d.ts +13 -0
  140. package/es/Reve/index.js +12 -0
  141. package/es/Reve/style.d.ts +7 -0
  142. package/es/Reve/style.js +9 -0
  143. package/es/Together/components/Avatar.js +2 -2
  144. package/es/Together/components/Color.js +8 -9
  145. package/es/Together/components/Mono.js +5 -6
  146. package/es/Together/components/Text.js +14 -5
  147. package/es/Together/index.d.ts +0 -4
  148. package/es/Together/index.js +0 -4
  149. package/es/Together/style.d.ts +3 -3
  150. package/es/Together/style.js +2 -2
  151. package/es/Xpay/components/Avatar.d.ts +5 -0
  152. package/es/Xpay/components/Avatar.js +25 -0
  153. package/es/Xpay/components/Color.d.ts +3 -0
  154. package/es/Xpay/components/Color.js +45 -0
  155. package/es/Xpay/components/Combine.d.ts +7 -0
  156. package/es/Xpay/components/Combine.js +32 -0
  157. package/es/Xpay/components/Mono.d.ts +3 -0
  158. package/es/Xpay/components/Mono.js +44 -0
  159. package/es/Xpay/components/Text.d.ts +3 -0
  160. package/es/Xpay/components/Text.js +39 -0
  161. package/es/Xpay/index.d.ts +15 -0
  162. package/es/Xpay/index.js +14 -0
  163. package/es/Xpay/style.d.ts +7 -0
  164. package/es/Xpay/style.js +9 -0
  165. package/es/features/agentConfig.js +44 -12
  166. package/es/features/providerConfig.js +14 -5
  167. package/es/features/providerEnum.d.ts +7 -0
  168. package/es/features/providerEnum.js +7 -0
  169. package/es/icons.d.ts +11 -0
  170. package/es/icons.js +11 -0
  171. package/es/toc.js +202 -4
  172. package/package.json +1 -1
  173. package/es/Together/components/BrandColor.js +0 -42
  174. package/es/Together/components/BrandMono.js +0 -41
  175. /package/es/{Together/components/BrandColor.d.ts → AgentVoice/components/Color.d.ts} +0 -0
  176. /package/es/{Together/components/BrandMono.d.ts → AgentVoice/components/Mono.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 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,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
+ height: size,
23
+ style: _objectSpread({
24
+ flex: 'none',
25
+ lineHeight: 1
26
+ }, style),
27
+ viewBox: "0 0 24 24",
28
+ width: size,
29
+ xmlns: "http://www.w3.org/2000/svg"
30
+ }, rest), {}, {
31
+ children: [/*#__PURE__*/_jsx("title", {
32
+ children: TITLE
33
+ }), /*#__PURE__*/_jsx("path", {
34
+ d: "M23.696 12.056h-8.825a.283.283 0 01-.246-.425l4.413-7.643a.283.283 0 00-.246-.425l-9.018.005a.567.567 0 00-.49.283L.037 19.863a.283.283 0 00.246.425h9.015c.203 0 .39-.108.491-.284l4.325-7.49a.283.283 0 01.49 0l4.413 7.644c.11.188.382.188.491 0l4.433-7.677a.283.283 0 00-.246-.425z",
35
+ fill: "#0F6FFF"
36
+ })]
37
+ }));
38
+ });
39
+ export default Icon;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../features/IconCombine";
3
+ export interface CombineProps extends Omit<IconCombineProps, 'Icon' | 'Text'> {
4
+ type?: 'color' | 'mono';
5
+ }
6
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
7
+ export default Combine;
@@ -0,0 +1,32 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["type"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { memo } from 'react';
13
+ import IconCombine from "../../features/IconCombine";
14
+ import { COMBINE_SPACE_MULTIPLE, COMBINE_TEXT_MULTIPLE, TITLE } from "../style";
15
+ import Color from "./Color";
16
+ import Mono from "./Mono";
17
+ import Text from "./Text";
18
+ import { jsx as _jsx } from "react/jsx-runtime";
19
+ var Combine = /*#__PURE__*/memo(function (_ref) {
20
+ var _ref$type = _ref.type,
21
+ type = _ref$type === void 0 ? 'mono' : _ref$type,
22
+ rest = _objectWithoutProperties(_ref, _excluded);
23
+ var Icon = type === 'color' ? Color : Mono;
24
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
25
+ Icon: Icon,
26
+ Text: Text,
27
+ "aria-label": TITLE,
28
+ spaceMultiple: COMBINE_SPACE_MULTIPLE,
29
+ textMultiple: COMBINE_TEXT_MULTIPLE
30
+ }, rest));
31
+ });
32
+ export default Combine;
@@ -0,0 +1,40 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { memo } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/memo(function (_ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ fillRule: "evenodd",
24
+ height: size,
25
+ style: _objectSpread({
26
+ flex: 'none',
27
+ lineHeight: 1
28
+ }, style),
29
+ viewBox: "0 0 24 24",
30
+ width: size,
31
+ xmlns: "http://www.w3.org/2000/svg"
32
+ }, rest), {}, {
33
+ children: [/*#__PURE__*/_jsx("title", {
34
+ children: TITLE
35
+ }), /*#__PURE__*/_jsx("path", {
36
+ d: "M23.696 12.056h-8.825a.283.283 0 01-.246-.425l4.413-7.643a.283.283 0 00-.246-.425l-9.018.005a.567.567 0 00-.49.283L.037 19.863a.283.283 0 00.246.425h9.015c.203 0 .39-.108.491-.284l4.325-7.49a.283.283 0 01.49 0l4.413 7.644c.11.188.382.188.491 0l4.433-7.677a.283.283 0 00-.246-.425z"
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,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 123 24",
30
+ xmlns: "http://www.w3.org/2000/svg"
31
+ }, rest), {}, {
32
+ children: [/*#__PURE__*/_jsx("title", {
33
+ children: TITLE
34
+ }), /*#__PURE__*/_jsx("path", {
35
+ clipRule: "evenodd",
36
+ d: "M7.279 2.288h3.307l6.255 16.775h-2.972l-1.557-4.146H5.433l-1.557 4.146H1L7.279 2.288zm4.266 10.28L8.86 5.26 6.2 12.57h5.345zm5.486 7.19h2.636c.336 1.366 1.51 2.133 3.33 2.133 2.278 0 3.524-1.102 3.524-3.427V17.17c-.815 1.078-2.085 1.941-3.954 1.941-3.403 0-5.848-2.348-5.848-6.207 0-3.69 2.468-6.255 5.8-6.255 1.893 0 3.235.767 4.026 1.941l.287-1.797h2.253V18.56c0 3.45-2.037 5.44-6.279 5.44-3.307 0-5.536-1.534-5.776-4.242zm9.49-6.83c0-2.42-1.438-4.074-3.571-4.074-2.157 0-3.57 1.63-3.57 4.05 0 2.396 1.413 4.026 3.57 4.026 2.133 0 3.571-1.63 3.571-4.002zm4.145.024c0-3.786 2.42-6.303 6.039-6.303 3.523 0 5.943 2.277 5.943 5.968v.886h-9.274v.144c0 2.06 1.39 3.45 3.427 3.45 1.605 0 2.78-.79 3.139-2.132h2.588c-.431 2.396-2.54 4.242-5.584 4.242-3.858 0-6.279-2.492-6.279-6.255zm9.346-1.366c-.216-1.821-1.462-2.852-3.283-2.852-1.63 0-3.068 1.055-3.283 2.852h6.566zm4.193-4.793h2.276l.264 1.605c.743-.934 1.941-1.749 3.93-1.749 2.732 0 4.937 1.486 4.937 5.584v6.83h-2.589v-6.638c0-2.325-1.006-3.547-2.923-3.547-2.18 0-3.283 1.366-3.283 3.714v6.471h-2.612V6.793zm14.257 8.939V9.07h-2.133V6.793h2.133V3.366h2.588v3.427h3.163V9.07H61.05v6.399c0 .958.36 1.317 1.342 1.317h1.821v2.277h-2.42c-2.349 0-3.331-1.102-3.331-3.331zm5.846-13.445h2.924l4.65 13.469L76.53 2.287h2.875l-5.895 16.776h-3.307L64.309 2.287zm13.899 10.641c0-3.739 2.517-6.279 6.255-6.279 3.739 0 6.255 2.54 6.255 6.28 0 3.762-2.516 6.278-6.255 6.278s-6.255-2.516-6.255-6.279zm9.874 0c0-2.372-1.438-4.074-3.619-4.074-2.18 0-3.595 1.702-3.595 4.074s1.414 4.074 3.595 4.074c2.18 0 3.619-1.702 3.619-4.074zm4.192-6.135h2.612v12.27h-2.612V6.793zm-.216-3.307c0-.863.671-1.486 1.51-1.486.863 0 1.51.623 1.51 1.486s-.647 1.51-1.51 1.51c-.839 0-1.51-.647-1.51-1.51zm4.385 9.466c0-3.786 2.444-6.303 6.159-6.303 3.163 0 5.128 1.75 5.632 4.53h-2.708c-.336-1.438-1.366-2.325-2.972-2.325-2.085 0-3.45 1.678-3.45 4.098 0 2.396 1.341 4.05 3.45 4.05 1.606 0 2.636-.91 2.972-2.348h2.708c-.48 2.803-2.565 4.553-5.704 4.553-3.763 0-6.087-2.42-6.087-6.255zm12.724 0c0-3.786 2.421-6.303 6.04-6.303 3.523 0 5.943 2.277 5.943 5.968v.886h-9.274v.144c0 2.06 1.39 3.45 3.426 3.45 1.606 0 2.781-.79 3.14-2.132h2.588c-.431 2.396-2.54 4.242-5.584 4.242-3.858 0-6.279-2.492-6.279-6.255zm9.347-1.366c-.216-1.821-1.462-2.852-3.283-2.852-1.63 0-3.068 1.055-3.284 2.852h6.567z"
37
+ })]
38
+ }));
39
+ });
40
+ 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 = "AgentVoice";
2
+ export declare const COLOR_PRIMARY = "#0f6fff";
3
+ export declare const COMBINE_TEXT_MULTIPLE = 0.85;
4
+ export declare const COMBINE_SPACE_MULTIPLE = 0.2;
5
+ export declare const AVATAR_BACKGROUND = "#0f6fff";
6
+ export declare const AVATAR_COLOR = "#ffffff";
7
+ export declare const AVATAR_ICON_MULTIPLE = 0.7;
@@ -0,0 +1,9 @@
1
+ export var TITLE = 'AgentVoice';
2
+ export var COLOR_PRIMARY = '#0f6fff';
3
+ export var COMBINE_TEXT_MULTIPLE = 0.85;
4
+ export var COMBINE_SPACE_MULTIPLE = 0.2;
5
+
6
+ // Avatar constants
7
+ export var AVATAR_BACKGROUND = COLOR_PRIMARY;
8
+ export var AVATAR_COLOR = '#ffffff';
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,136 @@
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__*/_jsxs("g", {
47
+ opacity: ".45",
48
+ children: [/*#__PURE__*/_jsx("path", {
49
+ d: "M3.474 24l3.943-8.21H9.34L3.474 24z",
50
+ fill: a.fill
51
+ }), /*#__PURE__*/_jsx("path", {
52
+ d: "M24 24h-4.895l-3.882-8.362 1.356-3.164H9.01L15 0l9 24z",
53
+ fill: b.fill
54
+ })]
55
+ }), /*#__PURE__*/_jsx("path", {
56
+ d: "M15.743 12.474H7.737l-1.263 3.315L0 24 10.737 0l5.006 12.474z",
57
+ fill: c.fill
58
+ }), /*#__PURE__*/_jsx("path", {
59
+ d: "M16.146 13.48L20.369 24h-5.21l-3.473-8.21h3.473l.989-2.31z",
60
+ fill: d.fill
61
+ }), /*#__PURE__*/_jsxs("defs", {
62
+ children: [/*#__PURE__*/_jsxs("linearGradient", {
63
+ gradientUnits: "userSpaceOnUse",
64
+ id: a.id,
65
+ x1: "12",
66
+ x2: "12",
67
+ y1: "0",
68
+ y2: "24",
69
+ children: [/*#__PURE__*/_jsx("stop", {
70
+ stopColor: "#14B8A6"
71
+ }), /*#__PURE__*/_jsx("stop", {
72
+ offset: ".5",
73
+ stopColor: "#0D7D72"
74
+ }), /*#__PURE__*/_jsx("stop", {
75
+ offset: "1",
76
+ stopColor: "#044F47"
77
+ })]
78
+ }), /*#__PURE__*/_jsxs("linearGradient", {
79
+ gradientUnits: "userSpaceOnUse",
80
+ id: b.id,
81
+ x1: "12",
82
+ x2: "12",
83
+ y1: "0",
84
+ y2: "24",
85
+ children: [/*#__PURE__*/_jsx("stop", {
86
+ stopColor: "#14B8A6"
87
+ }), /*#__PURE__*/_jsx("stop", {
88
+ offset: ".5",
89
+ stopColor: "#0D7D72"
90
+ }), /*#__PURE__*/_jsx("stop", {
91
+ offset: "1",
92
+ stopColor: "#044F47"
93
+ })]
94
+ }), /*#__PURE__*/_jsxs("linearGradient", {
95
+ gradientUnits: "userSpaceOnUse",
96
+ id: c.id,
97
+ x1: "0",
98
+ x2: "0",
99
+ y1: "0",
100
+ y2: "24",
101
+ children: [/*#__PURE__*/_jsx("stop", {
102
+ stopColor: "#5EEAD4"
103
+ }), /*#__PURE__*/_jsx("stop", {
104
+ offset: ".25",
105
+ stopColor: "#2DD4BF"
106
+ }), /*#__PURE__*/_jsx("stop", {
107
+ offset: ".65",
108
+ stopColor: "#0D9488"
109
+ }), /*#__PURE__*/_jsx("stop", {
110
+ offset: "1",
111
+ stopColor: "#0A7A6F"
112
+ })]
113
+ }), /*#__PURE__*/_jsxs("linearGradient", {
114
+ gradientUnits: "userSpaceOnUse",
115
+ id: d.id,
116
+ x1: "0",
117
+ x2: "0",
118
+ y1: "0",
119
+ y2: "24",
120
+ children: [/*#__PURE__*/_jsx("stop", {
121
+ stopColor: "#5EEAD4"
122
+ }), /*#__PURE__*/_jsx("stop", {
123
+ offset: ".25",
124
+ stopColor: "#2DD4BF"
125
+ }), /*#__PURE__*/_jsx("stop", {
126
+ offset: ".65",
127
+ stopColor: "#0D9488"
128
+ }), /*#__PURE__*/_jsx("stop", {
129
+ offset: "1",
130
+ stopColor: "#0A7A6F"
131
+ })]
132
+ })]
133
+ })]
134
+ }));
135
+ });
136
+ export default Icon;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../features/IconCombine";
3
+ export interface CombineProps extends Omit<IconCombineProps, 'Icon' | 'Text'> {
4
+ type?: 'color' | 'mono';
5
+ }
6
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
7
+ export default Combine;
@@ -0,0 +1,32 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["type"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { memo } from 'react';
13
+ import IconCombine from "../../features/IconCombine";
14
+ import { COMBINE_SPACE_MULTIPLE, COMBINE_TEXT_MULTIPLE, TITLE } from "../style";
15
+ import Color from "./Color";
16
+ import Mono from "./Mono";
17
+ import Text from "./Text";
18
+ import { jsx as _jsx } from "react/jsx-runtime";
19
+ var Combine = /*#__PURE__*/memo(function (_ref) {
20
+ var _ref$type = _ref.type,
21
+ type = _ref$type === void 0 ? 'mono' : _ref$type,
22
+ rest = _objectWithoutProperties(_ref, _excluded);
23
+ var Icon = type === 'color' ? Color : Mono;
24
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
25
+ Icon: Icon,
26
+ Text: Text,
27
+ "aria-label": TITLE,
28
+ spaceMultiple: COMBINE_SPACE_MULTIPLE,
29
+ textMultiple: COMBINE_TEXT_MULTIPLE
30
+ }, rest));
31
+ });
32
+ export default Combine;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,49 @@
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__*/_jsxs("g", {
36
+ opacity: ".45",
37
+ children: [/*#__PURE__*/_jsx("path", {
38
+ d: "M3.474 24l3.943-8.21H9.34L3.474 24z"
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ d: "M24 24h-4.895l-3.882-8.362 1.356-3.164H9.01L15 0l9 24z"
41
+ })]
42
+ }), /*#__PURE__*/_jsx("path", {
43
+ d: "M15.743 12.474H7.737l-1.263 3.315L0 24 10.737 0l5.006 12.474z"
44
+ }), /*#__PURE__*/_jsx("path", {
45
+ d: "M16.146 13.48L20.369 24h-5.21l-3.473-8.21h3.473l.989-2.31z"
46
+ })]
47
+ }));
48
+ });
49
+ 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 77 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: "M74.558 9.53l-1.735.49c-.11-.289-.27-.57-.483-.842a2.344 2.344 0 00-.851-.688c-.36-.18-.821-.27-1.383-.27-.77 0-1.41.177-1.924.532-.507.35-.76.794-.76 1.334 0 .48.174.86.523 1.138.35.278.895.51 1.637.695l1.866.459c1.124.273 1.962.69 2.513 1.252.55.557.826 1.274.826 2.153 0 .72-.207 1.364-.622 1.931-.409.568-.982 1.015-1.719 1.342-.736.328-1.593.491-2.57.491-1.282 0-2.343-.278-3.183-.834-.84-.557-1.373-1.37-1.596-2.44l1.833-.458c.175.677.505 1.184.99 1.523.492.338 1.133.507 1.924.507.9 0 1.615-.19 2.144-.573.535-.387.802-.851.802-1.391 0-.437-.153-.802-.458-1.097-.306-.3-.775-.524-1.408-.671l-2.095-.491c-1.151-.273-1.997-.696-2.537-1.269-.535-.578-.802-1.301-.802-2.169 0-.71.199-1.337.597-1.882.404-.546.952-.974 1.645-1.285.699-.311 1.49-.467 2.374-.467 1.244 0 2.22.273 2.93.819.715.545 1.222 1.266 1.522 2.16zM60.645 19.286V6.714h1.931v12.572h-1.931zm.982-14.667c-.377 0-.701-.128-.974-.385a1.236 1.236 0 01-.401-.924c0-.36.134-.669.401-.925.273-.257.598-.385.974-.385.377 0 .698.128.966.385.273.256.409.564.409.925 0 .36-.136.668-.41.924-.267.257-.588.385-.965.385zM58.2 6.714v1.637h-6.515V6.714H58.2zm-4.616-3.012h1.932v11.982c0 .546.079.955.237 1.228.164.268.371.448.622.54.257.088.527.131.81.131.213 0 .388-.01.524-.032l.327-.066.393 1.735a3.91 3.91 0 01-.548.148 4.041 4.041 0 01-.892.081c-.546 0-1.08-.117-1.604-.352a3.188 3.188 0 01-1.293-1.072c-.339-.48-.508-1.085-.508-1.817V3.702zM43.83 19.286V6.714h1.867v1.899h.13c.23-.622.645-1.127 1.245-1.514a3.662 3.662 0 012.03-.581c.141 0 .319.002.532.008.212.005.373.013.482.024v1.965a5.735 5.735 0 00-.45-.074 4.431 4.431 0 00-.728-.057c-.611 0-1.157.128-1.637.384-.475.251-.851.6-1.13 1.048-.272.442-.409.947-.409 1.514v7.956h-1.931zM36.148 19.547c-1.212 0-2.256-.267-3.135-.802-.873-.54-1.547-1.293-2.021-2.259-.47-.97-.704-2.1-.704-3.388 0-1.288.234-2.423.703-3.405.475-.987 1.135-1.757 1.981-2.308.851-.556 1.844-.835 2.98-.835.654 0 1.3.11 1.94.328.638.218 1.219.573 1.742 1.064.524.485.942 1.13 1.253 1.931.31.802.466 1.79.466 2.963v.819h-9.69v-1.67h7.726c0-.71-.142-1.342-.426-1.899a3.207 3.207 0 00-1.195-1.318c-.513-.322-1.118-.483-1.817-.483-.769 0-1.435.191-1.997.573a3.77 3.77 0 00-1.285 1.474c-.3.605-.45 1.255-.45 1.947v1.114c0 .95.164 1.754.491 2.414.333.655.794 1.154 1.383 1.498.59.338 1.275.507 2.055.507.507 0 .966-.07 1.375-.212a2.944 2.944 0 001.072-.655c.3-.295.532-.66.696-1.097l1.866.524a4.137 4.137 0 01-.99 1.67 4.827 4.827 0 01-1.72 1.113c-.681.262-1.448.392-2.3.392zM17.293 24V6.714h1.866v1.997h.23c.141-.218.338-.496.589-.835.256-.344.622-.65 1.096-.916.48-.273 1.13-.41 1.948-.41 1.059 0 1.992.265 2.8.794.807.53 1.437 1.28 1.89 2.251.453.971.68 2.117.68 3.438 0 1.33-.227 2.485-.68 3.462-.453.97-1.08 1.724-1.882 2.259-.802.529-1.727.793-2.775.793-.808 0-1.454-.133-1.94-.4-.485-.273-.86-.582-1.121-.925-.262-.35-.464-.639-.606-.868h-.163V24h-1.932zm1.899-11c0 .95.139 1.787.417 2.512.278.72.685 1.285 1.22 1.695.534.403 1.19.605 1.964.605.808 0 1.482-.212 2.022-.638.545-.431.955-1.01 1.227-1.735.279-.731.418-1.544.418-2.44 0-.883-.137-1.68-.41-2.39-.267-.714-.673-1.279-1.219-1.693-.54-.42-1.22-.63-2.038-.63-.786 0-1.446.199-1.98.597-.535.393-.94.944-1.212 1.653-.273.704-.41 1.525-.41 2.464zM3.128 19.287H1L7.155 2.524H9.25l6.155 16.763h-2.128L8.268 5.177h-.131l-5.009 14.11zm.786-6.548h8.577v1.8H3.914v-1.8z"
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;