@lobehub/icons 1.93.0 → 1.95.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 (198) hide show
  1. package/README.md +66 -62
  2. package/es/AlephAlpha/components/Avatar.d.ts +5 -0
  3. package/es/AlephAlpha/components/Avatar.js +28 -0
  4. package/es/AlephAlpha/components/Combine.d.ts +5 -0
  5. package/es/AlephAlpha/components/Combine.js +26 -0
  6. package/es/AlephAlpha/components/Mono.d.ts +3 -0
  7. package/es/AlephAlpha/components/Mono.js +41 -0
  8. package/es/AlephAlpha/components/Text.d.ts +3 -0
  9. package/es/AlephAlpha/components/Text.js +44 -0
  10. package/es/AlephAlpha/index.d.ts +13 -0
  11. package/es/AlephAlpha/index.js +14 -0
  12. package/es/AlephAlpha/style.d.ts +4 -0
  13. package/es/AlephAlpha/style.js +4 -0
  14. package/es/Anyscale/components/Avatar.d.ts +5 -0
  15. package/es/Anyscale/components/Avatar.js +30 -0
  16. package/es/Anyscale/components/Color.d.ts +3 -0
  17. package/es/Anyscale/components/Color.js +40 -0
  18. package/es/Anyscale/components/Combine.d.ts +7 -0
  19. package/es/Anyscale/components/Combine.js +32 -0
  20. package/es/Anyscale/components/Mono.d.ts +3 -0
  21. package/es/Anyscale/components/Mono.js +41 -0
  22. package/es/Anyscale/components/Text.d.ts +3 -0
  23. package/es/Anyscale/components/Text.js +40 -0
  24. package/es/Anyscale/index.d.ts +15 -0
  25. package/es/Anyscale/index.js +16 -0
  26. package/es/Anyscale/style.d.ts +4 -0
  27. package/es/Anyscale/style.js +4 -0
  28. package/es/AssemblyAI/components/Avatar.d.ts +5 -0
  29. package/es/AssemblyAI/components/Avatar.js +27 -0
  30. package/es/AssemblyAI/components/Color.d.ts +3 -0
  31. package/es/AssemblyAI/components/Color.js +43 -0
  32. package/es/AssemblyAI/components/Combine.d.ts +7 -0
  33. package/es/AssemblyAI/components/Combine.js +32 -0
  34. package/es/AssemblyAI/components/Mono.d.ts +3 -0
  35. package/es/AssemblyAI/components/Mono.js +43 -0
  36. package/es/AssemblyAI/components/Text.d.ts +3 -0
  37. package/es/AssemblyAI/components/Text.js +40 -0
  38. package/es/AssemblyAI/index.d.ts +15 -0
  39. package/es/AssemblyAI/index.js +16 -0
  40. package/es/AssemblyAI/style.d.ts +4 -0
  41. package/es/AssemblyAI/style.js +4 -0
  42. package/es/CentML/components/Avatar.d.ts +5 -0
  43. package/es/CentML/components/Avatar.js +27 -0
  44. package/es/CentML/components/BrandColor.d.ts +3 -0
  45. package/es/CentML/components/BrandColor.js +46 -0
  46. package/es/CentML/components/BrandMono.d.ts +3 -0
  47. package/es/CentML/components/BrandMono.js +47 -0
  48. package/es/CentML/components/Color.d.ts +3 -0
  49. package/es/CentML/components/Color.js +43 -0
  50. package/es/CentML/components/Combine.d.ts +7 -0
  51. package/es/CentML/components/Combine.js +30 -0
  52. package/es/CentML/components/Mono.d.ts +3 -0
  53. package/es/CentML/components/Mono.js +43 -0
  54. package/es/CentML/components/Text.d.ts +3 -0
  55. package/es/CentML/components/Text.js +47 -0
  56. package/es/CentML/index.d.ts +19 -0
  57. package/es/CentML/index.js +20 -0
  58. package/es/CentML/style.d.ts +4 -0
  59. package/es/CentML/style.js +4 -0
  60. package/es/Cerebras/components/Combine.js +2 -4
  61. package/es/Coqui/components/Avatar.d.ts +5 -0
  62. package/es/Coqui/components/Avatar.js +28 -0
  63. package/es/Coqui/components/Color.d.ts +3 -0
  64. package/es/Coqui/components/Color.js +43 -0
  65. package/es/Coqui/components/Combine.d.ts +7 -0
  66. package/es/Coqui/components/Combine.js +32 -0
  67. package/es/Coqui/components/Mono.d.ts +3 -0
  68. package/es/Coqui/components/Mono.js +43 -0
  69. package/es/Coqui/components/Text.d.ts +3 -0
  70. package/es/Coqui/components/Text.js +45 -0
  71. package/es/Coqui/index.d.ts +15 -0
  72. package/es/Coqui/index.js +16 -0
  73. package/es/Coqui/style.d.ts +4 -0
  74. package/es/Coqui/style.js +4 -0
  75. package/es/Friendli/components/Avatar.d.ts +5 -0
  76. package/es/Friendli/components/Avatar.js +28 -0
  77. package/es/Friendli/components/Combine.d.ts +5 -0
  78. package/es/Friendli/components/Combine.js +26 -0
  79. package/es/Friendli/components/Mono.d.ts +3 -0
  80. package/es/Friendli/components/Mono.js +45 -0
  81. package/es/Friendli/components/Text.d.ts +3 -0
  82. package/es/Friendli/components/Text.js +40 -0
  83. package/es/Friendli/index.d.ts +13 -0
  84. package/es/Friendli/index.js +14 -0
  85. package/es/Friendli/style.d.ts +4 -0
  86. package/es/Friendli/style.js +4 -0
  87. package/es/Hyperbolic/components/Avatar.d.ts +5 -0
  88. package/es/Hyperbolic/components/Avatar.js +30 -0
  89. package/es/Hyperbolic/components/Color.d.ts +3 -0
  90. package/es/Hyperbolic/components/Color.js +40 -0
  91. package/es/Hyperbolic/components/Combine.d.ts +7 -0
  92. package/es/Hyperbolic/components/Combine.js +32 -0
  93. package/es/Hyperbolic/components/Mono.d.ts +3 -0
  94. package/es/Hyperbolic/components/Mono.js +41 -0
  95. package/es/Hyperbolic/components/Text.d.ts +3 -0
  96. package/es/Hyperbolic/components/Text.js +40 -0
  97. package/es/Hyperbolic/index.d.ts +15 -0
  98. package/es/Hyperbolic/index.js +16 -0
  99. package/es/Hyperbolic/style.d.ts +4 -0
  100. package/es/Hyperbolic/style.js +4 -0
  101. package/es/Kluster/components/Avatar.d.ts +5 -0
  102. package/es/Kluster/components/Avatar.js +30 -0
  103. package/es/Kluster/components/Color.d.ts +3 -0
  104. package/es/Kluster/components/Color.js +43 -0
  105. package/es/Kluster/components/Combine.d.ts +7 -0
  106. package/es/Kluster/components/Combine.js +32 -0
  107. package/es/Kluster/components/Mono.d.ts +3 -0
  108. package/es/Kluster/components/Mono.js +43 -0
  109. package/es/Kluster/components/Text.d.ts +3 -0
  110. package/es/Kluster/components/Text.js +40 -0
  111. package/es/Kluster/index.d.ts +15 -0
  112. package/es/Kluster/index.js +16 -0
  113. package/es/Kluster/style.d.ts +4 -0
  114. package/es/Kluster/style.js +4 -0
  115. package/es/Liquid/components/Avatar.d.ts +5 -0
  116. package/es/Liquid/components/Avatar.js +27 -0
  117. package/es/Liquid/components/Combine.d.ts +5 -0
  118. package/es/Liquid/components/Combine.js +29 -0
  119. package/es/Liquid/components/Mono.d.ts +3 -0
  120. package/es/Liquid/components/Mono.js +41 -0
  121. package/es/Liquid/components/Text.d.ts +3 -0
  122. package/es/Liquid/components/Text.js +50 -0
  123. package/es/Liquid/index.d.ts +13 -0
  124. package/es/Liquid/index.js +14 -0
  125. package/es/Liquid/style.d.ts +4 -0
  126. package/es/Liquid/style.js +4 -0
  127. package/es/NPLCloud/components/Avatar.d.ts +5 -0
  128. package/es/NPLCloud/components/Avatar.js +30 -0
  129. package/es/NPLCloud/components/Color.d.ts +3 -0
  130. package/es/NPLCloud/components/Color.js +40 -0
  131. package/es/NPLCloud/components/Combine.d.ts +7 -0
  132. package/es/NPLCloud/components/Combine.js +32 -0
  133. package/es/NPLCloud/components/Mono.d.ts +3 -0
  134. package/es/NPLCloud/components/Mono.js +41 -0
  135. package/es/NPLCloud/components/Text.d.ts +3 -0
  136. package/es/NPLCloud/components/Text.js +40 -0
  137. package/es/NPLCloud/index.d.ts +15 -0
  138. package/es/NPLCloud/index.js +16 -0
  139. package/es/NPLCloud/style.d.ts +4 -0
  140. package/es/NPLCloud/style.js +4 -0
  141. package/es/Nebius/components/Avatar.d.ts +5 -0
  142. package/es/Nebius/components/Avatar.js +28 -0
  143. package/es/Nebius/components/Mono.d.ts +3 -0
  144. package/es/Nebius/components/Mono.js +43 -0
  145. package/es/Nebius/components/Text.d.ts +3 -0
  146. package/es/Nebius/components/Text.js +47 -0
  147. package/es/Nebius/index.d.ts +11 -0
  148. package/es/Nebius/index.js +12 -0
  149. package/es/Nebius/style.d.ts +4 -0
  150. package/es/Nebius/style.js +4 -0
  151. package/es/Snowflake/components/Avatar.d.ts +5 -0
  152. package/es/Snowflake/components/Avatar.js +30 -0
  153. package/es/Snowflake/components/Color.d.ts +3 -0
  154. package/es/Snowflake/components/Color.js +42 -0
  155. package/es/Snowflake/components/Combine.d.ts +7 -0
  156. package/es/Snowflake/components/Combine.js +32 -0
  157. package/es/Snowflake/components/Mono.d.ts +3 -0
  158. package/es/Snowflake/components/Mono.js +42 -0
  159. package/es/Snowflake/components/Text.d.ts +3 -0
  160. package/es/Snowflake/components/Text.js +41 -0
  161. package/es/Snowflake/index.d.ts +15 -0
  162. package/es/Snowflake/index.js +16 -0
  163. package/es/Snowflake/style.d.ts +4 -0
  164. package/es/Snowflake/style.js +4 -0
  165. package/es/Voyage/components/Avatar.d.ts +5 -0
  166. package/es/Voyage/components/Avatar.js +27 -0
  167. package/es/Voyage/components/Color.d.ts +3 -0
  168. package/es/Voyage/components/Color.js +40 -0
  169. package/es/Voyage/components/Mono.d.ts +3 -0
  170. package/es/Voyage/components/Mono.js +41 -0
  171. package/es/Voyage/components/Text.d.ts +3 -0
  172. package/es/Voyage/components/Text.js +40 -0
  173. package/es/Voyage/index.d.ts +13 -0
  174. package/es/Voyage/index.js +14 -0
  175. package/es/Voyage/style.d.ts +4 -0
  176. package/es/Voyage/style.js +4 -0
  177. package/es/Xinference/components/Avatar.d.ts +5 -0
  178. package/es/Xinference/components/Avatar.js +30 -0
  179. package/es/Xinference/components/Color.d.ts +3 -0
  180. package/es/Xinference/components/Color.js +101 -0
  181. package/es/Xinference/components/Combine.d.ts +7 -0
  182. package/es/Xinference/components/Combine.js +32 -0
  183. package/es/Xinference/components/Mono.d.ts +3 -0
  184. package/es/Xinference/components/Mono.js +45 -0
  185. package/es/Xinference/components/Text.d.ts +3 -0
  186. package/es/Xinference/components/Text.js +40 -0
  187. package/es/Xinference/index.d.ts +15 -0
  188. package/es/Xinference/index.js +16 -0
  189. package/es/Xinference/style.d.ts +4 -0
  190. package/es/Xinference/style.js +4 -0
  191. package/es/features/modelConfig.js +15 -3
  192. package/es/features/providerConfig.js +8 -1
  193. package/es/features/providerEnum.d.ts +1 -0
  194. package/es/features/providerEnum.js +1 -0
  195. package/es/icons.d.ts +14 -0
  196. package/es/icons.js +14 -0
  197. package/es/toc.js +252 -0
  198. package/package.json +2 -2
@@ -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 { forwardRef } 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__*/forwardRef(function (_ref, 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
+ ref: ref,
24
+ style: _objectSpread({
25
+ flex: 'none',
26
+ lineHeight: 1
27
+ }, style),
28
+ viewBox: "0 0 24 24",
29
+ width: size,
30
+ xmlns: "http://www.w3.org/2000/svg"
31
+ }, rest), {}, {
32
+ children: [/*#__PURE__*/_jsx("title", {
33
+ children: TITLE
34
+ }), /*#__PURE__*/_jsx("path", {
35
+ d: "M.193 19.503a2.413 2.413 0 00-.186.925c0 1.317 1.112 2.518 2.95 3.437a1.337 1.337 0 001.838-.738l2.049-4.93c.359-.857.642-1.745.846-2.652-3.795.637-6.656 2.092-7.448 3.872l-.032.076-.017.01zm7.49-11.047a15.981 15.981 0 00-.846-2.653L4.79.873a1.34 1.34 0 00-1.84-.738C1.112 1.054 0 2.256 0 3.573c0 .317.064.631.186.924v.01l.032.077c.81 1.78 3.67 3.234 7.466 3.872zM21.049.136c1.838.918 2.95 2.12 2.95 3.436a2.454 2.454 0 01-.196.925l-.027.063c-.785 1.792-3.653 3.254-7.46 3.896.204-.907.487-1.795.846-2.653L19.21.873a1.337 1.337 0 011.839-.738zm-4.722 15.409c.201.906.48 1.793.837 2.65l2.048 4.932a1.338 1.338 0 001.838.738c1.839-.92 2.951-2.12 2.951-3.437a2.446 2.446 0 00-.186-.925l-.027-.062c-.782-1.792-3.66-3.256-7.46-3.896zm-.129-6.04c2.695-.415 4.935-1.223 6.48-2.278L22.24 8.28a9.755 9.755 0 000 7.437l.435 1.048c-1.547-1.055-3.787-1.855-6.479-2.275l-.07-.01A27.196 27.196 0 0012 14.172c-1.377-.002-2.752.1-4.114.307l-.071.01c-2.693.413-4.933 1.222-6.48 2.277l.437-1.05a9.755 9.755 0 000-7.437l-.437-1.052c1.54 1.06 3.78 1.863 6.473 2.278l.071.01c2.734.407 5.513.407 8.246 0l.071-.01z",
36
+ fill: "#594CE9"
37
+ })]
38
+ }));
39
+ });
40
+ 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 { SPACE_MULTIPLE, 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: SPACE_MULTIPLE,
29
+ textMultiple: 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,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 { forwardRef } 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__*/forwardRef(function (_ref, 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
+ ref: ref,
26
+ style: _objectSpread({
27
+ flex: 'none',
28
+ lineHeight: 1
29
+ }, style),
30
+ viewBox: "0 0 24 24",
31
+ width: size,
32
+ xmlns: "http://www.w3.org/2000/svg"
33
+ }, rest), {}, {
34
+ children: [/*#__PURE__*/_jsx("title", {
35
+ children: TITLE
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ d: "M.193 19.503a2.413 2.413 0 00-.186.925c0 1.317 1.112 2.518 2.95 3.437a1.337 1.337 0 001.838-.738l2.049-4.93c.359-.857.642-1.745.846-2.652-3.795.637-6.656 2.092-7.448 3.872l-.032.076-.017.01zm7.49-11.047a15.981 15.981 0 00-.846-2.653L4.79.873a1.34 1.34 0 00-1.84-.738C1.112 1.054 0 2.256 0 3.573c0 .317.064.631.186.924v.01l.032.077c.81 1.78 3.67 3.234 7.466 3.872zM21.049.136c1.838.918 2.95 2.12 2.95 3.436a2.454 2.454 0 01-.196.925l-.027.063c-.785 1.792-3.653 3.254-7.46 3.896.204-.907.487-1.795.846-2.653L19.21.873a1.337 1.337 0 011.839-.738zm-4.722 15.409c.201.906.48 1.793.837 2.65l2.048 4.932a1.338 1.338 0 001.838.738c1.839-.92 2.951-2.12 2.951-3.437a2.446 2.446 0 00-.186-.925l-.027-.062c-.782-1.792-3.66-3.256-7.46-3.896zm-.129-6.04c2.695-.415 4.935-1.223 6.48-2.278L22.24 8.28a9.755 9.755 0 000 7.437l.435 1.048c-1.547-1.055-3.787-1.855-6.479-2.275l-.07-.01A27.196 27.196 0 0012 14.172c-1.377-.002-2.752.1-4.114.307l-.071.01c-2.693.413-4.933 1.222-6.48 2.277l.437-1.05a9.755 9.755 0 000-7.437l-.437-1.052c1.54 1.06 3.78 1.863 6.473 2.278l.071.01c2.734.407 5.513.407 8.246 0l.071-.01z"
38
+ })]
39
+ }));
40
+ });
41
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,40 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { forwardRef } 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__*/forwardRef(function (_ref, 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
+ ref: ref,
26
+ style: _objectSpread({
27
+ flex: 'none',
28
+ lineHeight: 1
29
+ }, style),
30
+ viewBox: "0 0 121 24",
31
+ xmlns: "http://www.w3.org/2000/svg"
32
+ }, rest), {}, {
33
+ children: [/*#__PURE__*/_jsx("title", {
34
+ children: TITLE
35
+ }), /*#__PURE__*/_jsx("path", {
36
+ d: "M2 19.792V2.475h2.304v7.67h8.793v-7.67h2.304v17.32h-2.304v-7.596H4.304v7.595H2v-.002zM26.81 6.186h2.451l-6.688 16.552A1.962 1.962 0 0120.715 24h-4.136v-1.929h3.988l1.215-3.017-5.2-12.865h2.45l3.89 10.342L26.81 6.189v-.003zm5.802.99c0 .52 0 .964-.05 1.533h.05c.965-1.782 2.7-2.87 4.904-2.87 3.395 0 6.266 2.498 6.266 7.076 0 4.578-2.874 7.225-6.266 7.225-2.204 0-3.938-1.089-4.904-2.87h-.05c.05.569.05 1.014.05 1.533v5.195h-2.23V6.186h2.23v.99zm4.385 11.033c2.625.025 4.458-2.128 4.458-5.294 0-3.167-1.833-5.17-4.458-5.145-2.65.024-4.41 2.127-4.41 5.12 0 2.993 1.76 5.294 4.41 5.319zm20.622-6.259v1.782H46.97c.272 2.797 1.957 4.48 4.285 4.48 1.834 0 3.295-1.04 3.84-2.598h2.4c-.57 2.622-2.995 4.528-6.24 4.528-3.963 0-6.638-2.845-6.638-7.15S47.34 5.84 51.255 5.84c3.665 0 6.364 2.622 6.364 6.112v-.003zm-6.364-4.18c-2.38 0-3.99 1.757-4.26 3.984h8.37c-.249-2.327-1.809-3.984-4.11-3.984zm8.022 12.022V6.184h2.18V8.56h.05c.643-1.312 1.882-2.721 4.06-2.721h1.314v1.928h-1.61c-2.28 0-3.765 1.51-3.765 4.355v7.67h-2.23zM70.218 7.176c0 .52 0 .964-.05 1.533h.05c.965-1.782 2.7-2.87 4.904-2.87 3.394 0 6.266 2.498 6.266 7.076 0 4.578-2.874 7.225-6.266 7.225-2.205 0-3.939-1.089-4.904-2.87h-.05c.05.569.05 1.014.05 1.533v.99h-2.23V0h2.23v7.176zm4.384 11.033c2.625.025 4.459-2.128 4.459-5.294 0-3.167-1.834-5.17-4.46-5.145-2.65.024-4.408 2.127-4.408 5.12 0 2.993 1.759 5.294 4.409 5.319zm14.834 1.931c-3.764 0-6.762-2.597-6.762-7.15 0-4.554 2.996-7.151 6.762-7.151 3.767 0 6.761 2.572 6.761 7.15s-2.996 7.151-6.76 7.151zm0-1.931c2.476-.025 4.435-1.782 4.435-5.22 0-3.437-1.956-5.195-4.434-5.22-2.476-.024-4.434 1.758-4.434 5.22 0 3.463 1.955 5.245 4.433 5.22zm7.977 1.583V0h2.23v19.792h-2.23zm4.627-15.907V1.558h2.328v2.327h-2.328zm.049 15.907V6.184h2.23v13.608h-2.23zm10.621.348c-4.039 0-6.763-2.846-6.763-7.176s2.525-7.125 6.763-7.125c3.864 0 5.994 2.498 6.29 5.542h-2.329c-.15-1.929-1.535-3.611-3.964-3.611-2.749 0-4.434 2.152-4.434 5.194 0 3.217 1.931 5.245 4.434 5.245s3.74-1.832 3.964-3.34H119c-.371 2.77-2.55 5.269-6.29 5.269v.002z"
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,16 @@
1
+ 'use client';
2
+
3
+ import Avatar from "./components/Avatar";
4
+ import Color from "./components/Color";
5
+ import Combine from "./components/Combine";
6
+ import Mono from "./components/Mono";
7
+ import Text from "./components/Text";
8
+ import { COLOR_PRIMARY, TITLE } from "./style";
9
+ var Icons = Mono;
10
+ Icons.Color = Color;
11
+ Icons.Text = Text;
12
+ Icons.Combine = Combine;
13
+ Icons.Avatar = Avatar;
14
+ Icons.colorPrimary = COLOR_PRIMARY;
15
+ Icons.title = TITLE;
16
+ export default Icons;
@@ -0,0 +1,4 @@
1
+ export declare const TITLE = "Hyperbolic";
2
+ export declare const TEXT_MULTIPLE = 0.9;
3
+ export declare const SPACE_MULTIPLE = 0.3;
4
+ export declare const COLOR_PRIMARY = "#594CE9";
@@ -0,0 +1,4 @@
1
+ export var TITLE = 'Hyperbolic';
2
+ export var TEXT_MULTIPLE = 0.9;
3
+ export var SPACE_MULTIPLE = 0.3;
4
+ export var COLOR_PRIMARY = '#594CE9';
@@ -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,30 @@
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 = ["background", "size"];
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 IconAvatar from "../../features/IconAvatar";
14
+ import { COLOR_PRIMARY, TITLE } from "../style";
15
+ import Mono from "./Mono";
16
+ import { jsx as _jsx } from "react/jsx-runtime";
17
+ var Avatar = /*#__PURE__*/memo(function (_ref) {
18
+ var background = _ref.background,
19
+ size = _ref.size,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
22
+ Icon: Mono,
23
+ "aria-label": TITLE,
24
+ background: background || COLOR_PRIMARY,
25
+ color: '#fff',
26
+ iconMultiple: 0.7,
27
+ size: size
28
+ }, rest));
29
+ });
30
+ 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,43 @@
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 { forwardRef } 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__*/forwardRef(function (_ref, ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ height: size,
24
+ ref: ref,
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: "M5.631 2a.1.1 0 00.065 0h.867c.019.008.028.008.03 0h.025l.794.115c.004 0 .007.002.009.005a.015.015 0 01.004.01v1.353a.012.012 0 01-.007.01l-.005.002a102.72 102.72 0 00-1.455.001 2.679 2.679 0 00-1 .196 1.606 1.606 0 00-.991 1.127c-.064.24-.097.451-.097.635l-.002 3.335c-.001.325-.038.636-.11.931-.208.845-.73 1.386-1.566 1.623a.012.012 0 00-.005.004.01.01 0 000 .013.01.01 0 00.005.004c.923.248 1.454.918 1.608 1.845.045.272.068.477.068.617l.002 3.935c0 .324.051.622.154.896.315.834 1.14 1.152 1.97 1.161a271.304 271.304 0 001.424.002.01.01 0 01.007.01v1.354a.012.012 0 01-.01.012c-.503.07-1.01.112-1.519.126h-.255c-.847-.037-1.672-.245-2.333-.758-.862-.67-1.189-1.716-1.195-2.776-.002-.288-.002-1.535-.002-3.742 0-.598-.07-1.256-.595-1.629-.319-.226-.738-.33-1.122-.328A6.36 6.36 0 010 12.083v-1.435c.537.002 1.03-.01 1.49-.314.353-.233.542-.674.597-1.103.017-.13.025-.318.025-.562-.002-1.733-.001-2.778.001-3.135.005-.692.145-1.401.495-1.984.54-.899 1.496-1.385 2.536-1.504.154-.017.309-.033.465-.046h.022zM17.406 2c.02.008.03.008.026 0h.902c.626.037 1.212.134 1.773.4.51.242.912.585 1.204 1.03.392.597.572 1.342.573 2.058l.002 3.355c0 .82.305 1.525 1.165 1.73.31.073.594.075.937.072.003 0 .006.002.008.004a.012.012 0 01.004.009v1.41a.023.023 0 01-.023.022c-.495-.006-1.006.001-1.436.287-.517.343-.655.95-.656 1.547a1350.33 1350.33 0 000 3.536c.002.63-.029 1.105-.197 1.645-.195.63-.559 1.14-1.091 1.529-.64.467-1.445.652-2.246.688h-.01c-.02-.008-.029-.008-.027 0h-.212a13.625 13.625 0 01-1.52-.126.013.013 0 01-.008-.004.012.012 0 01-.003-.008v-1.355a.01.01 0 010-.004.01.01 0 01.007-.006h.004a124.5 124.5 0 001.433-.002 2.643 2.643 0 001.046-.212c.739-.324 1.058-1.018 1.063-1.799.003-.49.004-1.813.004-3.968a3.9 3.9 0 01.097-.773c.18-.864.719-1.472 1.58-1.7a.009.009 0 00.006-.009l-.001-.005a.01.01 0 00-.005-.004c-.74-.217-1.269-.68-1.508-1.424a3.582 3.582 0 01-.166-1.062c-.004-.311-.006-1.435-.005-3.372 0-.303-.056-.598-.167-.886-.317-.822-1.183-1.109-2.006-1.11h-1.361a.02.02 0 01-.015-.006.021.021 0 01-.006-.015V2.141a.022.022 0 01.019-.022L17.376 2h.03z",
37
+ fill: "#6525F7"
38
+ }), /*#__PURE__*/_jsx("path", {
39
+ d: "M13.168 11.608l2.635 3.895a.011.011 0 01-.01.018H13.75c-.002 0-.004 0-.006-.002a.011.011 0 01-.004-.003l-2.005-2.964a.01.01 0 00-.005-.004.011.011 0 00-.005-.001H9.896a.011.011 0 00-.008.003.011.011 0 00-.003.008v2.951a.012.012 0 01-.004.008.012.012 0 01-.008.004H8.165a.012.012 0 01-.008-.004.012.012 0 01-.003-.008V7.813a.011.011 0 01.011-.012h1.708a.011.011 0 01.012.012v3.04c0 .004 0 .006.003.008a.011.011 0 00.008.004h1.817a.012.012 0 00.01-.005l2.046-3.054a.011.011 0 01.01-.005h2.043c.003 0 .005 0 .006.002a.011.011 0 01.005.01l-.001.006-2.664 3.776a.012.012 0 00-.002.007c0 .002 0 .005.002.006z"
40
+ })]
41
+ }));
42
+ });
43
+ 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 { SPACE_MULTIPLE, 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: SPACE_MULTIPLE,
29
+ textMultiple: 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,43 @@
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 { forwardRef } 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__*/forwardRef(function (_ref, 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
+ ref: ref,
26
+ style: _objectSpread({
27
+ flex: 'none',
28
+ lineHeight: 1
29
+ }, style),
30
+ viewBox: "0 0 24 24",
31
+ width: size,
32
+ xmlns: "http://www.w3.org/2000/svg"
33
+ }, rest), {}, {
34
+ children: [/*#__PURE__*/_jsx("title", {
35
+ children: TITLE
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ d: "M5.631 2a.1.1 0 00.065 0h.867c.019.008.028.008.03 0h.025l.794.115c.004 0 .007.002.009.005a.015.015 0 01.004.01v1.353a.012.012 0 01-.007.01l-.005.002a102.72 102.72 0 00-1.455.001 2.679 2.679 0 00-1 .196 1.606 1.606 0 00-.991 1.127c-.064.24-.097.451-.097.635l-.002 3.335c-.001.325-.038.636-.11.931-.208.845-.73 1.386-1.566 1.623a.012.012 0 00-.005.004.01.01 0 000 .013.01.01 0 00.005.004c.923.248 1.454.918 1.608 1.845.045.272.068.477.068.617l.002 3.935c0 .324.051.622.154.896.315.834 1.14 1.152 1.97 1.161a271.304 271.304 0 001.424.002.01.01 0 01.007.01v1.354a.012.012 0 01-.01.012c-.503.07-1.01.112-1.519.126h-.255c-.847-.037-1.672-.245-2.333-.758-.862-.67-1.189-1.716-1.195-2.776-.002-.288-.002-1.535-.002-3.742 0-.598-.07-1.256-.595-1.629-.319-.226-.738-.33-1.122-.328A6.36 6.36 0 010 12.083v-1.435c.537.002 1.03-.01 1.49-.314.353-.233.542-.674.597-1.103.017-.13.025-.318.025-.562-.002-1.733-.001-2.778.001-3.135.005-.692.145-1.401.495-1.984.54-.899 1.496-1.385 2.536-1.504.154-.017.309-.033.465-.046h.022zM17.406 2c.02.008.03.008.026 0h.902c.626.037 1.212.134 1.773.4.51.242.912.585 1.204 1.03.392.597.572 1.342.573 2.058l.002 3.355c0 .82.305 1.525 1.165 1.73.31.073.594.075.937.072.003 0 .006.002.008.004a.012.012 0 01.004.009v1.41a.023.023 0 01-.023.022c-.495-.006-1.006.001-1.436.287-.517.343-.655.95-.656 1.547a1350.33 1350.33 0 000 3.536c.002.63-.029 1.105-.197 1.645-.195.63-.559 1.14-1.091 1.529-.64.467-1.445.652-2.246.688h-.01c-.02-.008-.029-.008-.027 0h-.212a13.625 13.625 0 01-1.52-.126.013.013 0 01-.008-.004.012.012 0 01-.003-.008v-1.355a.01.01 0 010-.004.01.01 0 01.007-.006h.004a124.5 124.5 0 001.433-.002 2.643 2.643 0 001.046-.212c.739-.324 1.058-1.018 1.063-1.799.003-.49.004-1.813.004-3.968a3.9 3.9 0 01.097-.773c.18-.864.719-1.472 1.58-1.7a.009.009 0 00.006-.009l-.001-.005a.01.01 0 00-.005-.004c-.74-.217-1.269-.68-1.508-1.424a3.582 3.582 0 01-.166-1.062c-.004-.311-.006-1.435-.005-3.372 0-.303-.056-.598-.167-.886-.317-.822-1.183-1.109-2.006-1.11h-1.361a.02.02 0 01-.015-.006.021.021 0 01-.006-.015V2.141a.022.022 0 01.019-.022L17.376 2h.03z"
38
+ }), /*#__PURE__*/_jsx("path", {
39
+ d: "M13.168 11.608l2.635 3.895a.011.011 0 01-.01.018H13.75c-.002 0-.004 0-.006-.002a.011.011 0 01-.004-.003l-2.005-2.964a.01.01 0 00-.005-.004.011.011 0 00-.005-.001H9.896a.011.011 0 00-.008.003.011.011 0 00-.003.008v2.951a.012.012 0 01-.004.008.012.012 0 01-.008.004H8.165a.012.012 0 01-.008-.004.012.012 0 01-.003-.008V7.813a.011.011 0 01.011-.012h1.708a.011.011 0 01.012.012v3.04c0 .004 0 .006.003.008a.011.011 0 00.008.004h1.817a.012.012 0 00.01-.005l2.046-3.054a.011.011 0 01.01-.005h2.043c.003 0 .005 0 .006.002a.011.011 0 01.005.01l-.001.006-2.664 3.776a.012.012 0 00-.002.007c0 .002 0 .005.002.006z"
40
+ })]
41
+ }));
42
+ });
43
+ 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 { forwardRef } 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__*/forwardRef(function (_ref, 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
+ ref: ref,
26
+ style: _objectSpread({
27
+ flex: 'none',
28
+ lineHeight: 1
29
+ }, style),
30
+ viewBox: "0 0 130 24",
31
+ xmlns: "http://www.w3.org/2000/svg"
32
+ }, rest), {}, {
33
+ children: [/*#__PURE__*/_jsx("title", {
34
+ children: TITLE
35
+ }), /*#__PURE__*/_jsx("path", {
36
+ d: "M14.54 21.675L9.456 14.69a.027.027 0 00-.022-.011H4.95a.027.027 0 00-.027.027v6.954a.027.027 0 01-.027.027H2.027A.027.027 0 012 21.66V.027A.027.027 0 012.027 0h2.869a.027.027 0 01.027.027v11.8a.027.027 0 00.027.027h4.51a.028.028 0 00.021-.01l5.033-6.507a.027.027 0 01.022-.01h3.455a.027.027 0 01.028.03c0 .005-.003.01-.006.014l-6.121 7.785a.027.027 0 000 .033l6.055 8.454a.027.027 0 01.005.014c0 .005 0 .01-.003.014a.027.027 0 01-.024.015h-3.363a.027.027 0 01-.012-.003.027.027 0 01-.01-.008zM18.58 2.738V.026c0-.007.002-.014.007-.018A.026.026 0 0118.605 0h2.658c.732 0 1.341.42 1.59 1.103.062.17.093.495.093.977-.001 5.515-.002 12.038 0 19.572a.034.034 0 01-.035.034h-2.863a.026.026 0 01-.026-.026V2.843a.05.05 0 00-.015-.035.051.051 0 00-.036-.014h-1.336a.056.056 0 01-.056-.056zM69.882 5.349v2.628a.027.027 0 01-.008.019.026.026 0 01-.018.007h-5.939a.043.043 0 00-.043.044l.001 8.516c0 .318.041.642.123.973.104.424.332.737.684.938.507.291 1.253.392 1.847.395 1.413.007 2.52.007 3.324.002a.05.05 0 01.035.014c.01.01.014.022.014.035v2.74a.024.024 0 01-.007.017.026.026 0 01-.017.007c-1.344.006-2.644.005-3.9-.005-1.25-.009-2.483-.348-3.478-1.096-1.136-.853-1.55-2.477-1.558-3.895a1015.38 1015.38 0 01-.007-8.637.05.05 0 00-.05-.05h-2.606a.031.031 0 01-.03-.031V5.329c0-.009.002-.017.008-.023a.03.03 0 01.022-.01h2.608a.044.044 0 00.044-.043v-5.2A.053.053 0 0160.984 0h2.842a.048.048 0 01.048.047v5.224a.025.025 0 00.025.025h5.93a.052.052 0 01.053.052zM128.41 0h-2.808a.053.053 0 00-.053.053v2.93c0 .029.024.053.053.053h2.808a.053.053 0 00.053-.053V.053A.053.053 0 00128.41 0zM73.275 14.536c.145 1.759.868 3.54 2.525 4.276a6.285 6.285 0 002.122.506c1.035.073 1.95.034 2.749-.116a3.567 3.567 0 001.1-.405c1.013-.575 1.708-1.443 2.084-2.603.018-.057.08-.3.186-.731a.057.057 0 01.056-.044h2.685a.046.046 0 01.035.016l.01.017a.046.046 0 010 .02 8.502 8.502 0 01-1.089 3.148 5.586 5.586 0 01-1.193 1.435c-1.011.87-2.144 1.438-3.4 1.705-.744.158-1.618.226-2.622.203-1.327-.03-2.629-.257-3.736-.796-2.053-1-3.491-2.834-4.02-5.054a11.31 11.31 0 01-.231-3.922c.252-2.224 1.217-4.136 2.95-5.524 1.292-1.033 2.884-1.566 4.554-1.672 1.003-.064 1.897-.026 2.681.112 2.242.394 4.077 1.806 5.165 3.813.924 1.705 1.22 3.59 1.06 5.532a.04.04 0 01-.04.036H73.32a.043.043 0 00-.018.004.045.045 0 00-.025.026.043.043 0 00-.002.018zm.098-2.17h10.585a.028.028 0 00.02-.009.027.027 0 00.009-.019c.012-1.088-.197-2.182-.883-3.048-.87-1.097-2.256-1.563-3.683-1.652-1.31-.082-2.613.072-3.77.642-.22.109-.41.223-.57.344-1.114.843-1.663 2.322-1.76 3.686a.053.053 0 00.014.039.052.052 0 00.038.016zM45.46 15.683c.01.537-.01 1.156.158 1.733.21.72.677 1.216 1.399 1.485.422.158.828.265 1.22.322.945.139 1.963.18 3.054.125.99-.05 2.328-.174 2.92-1.081.311-.478.35-1.136.244-1.7a1.245 1.245 0 00-.636-.886c-.716-.41-1.598-.632-2.386-.752-.523-.081-2.023-.305-4.499-.671-1.1-.163-2.302-.558-3.172-1.253-1.303-1.04-1.5-2.916-1.15-4.45.06-.267.204-.565.431-.894 1.778-2.577 5.567-2.929 8.383-2.54a8.553 8.553 0 013.04 1c1.975 1.105 2.77 2.961 2.676 5.211a.055.055 0 01-.055.052h-2.839a.032.032 0 01-.03-.026v-.014c.005-.016.007-.21.004-.58-.004-.806-.202-1.614-.797-2.166-.716-.663-1.848-.86-2.862-.93a13.383 13.383 0 00-3.122.145c-.431.072-1.08.252-1.418.533-.627.52-.714 1.251-.627 2.042.042.386.216.7.521.94.107.085.338.194.694.327.469.176 1.057.32 1.764.434.423.067 1.807.266 4.154.597.42.059.962.193 1.628.4.893.279 1.89.79 2.472 1.537.695.89.863 2.067.742 3.187-.102.946-.478 1.542-1.122 2.213-1.122 1.169-2.774 1.705-4.37 1.885a14.544 14.544 0 01-3.867-.08c-1.205-.187-2.495-.622-3.448-1.337-1.548-1.161-2.089-2.878-2.02-4.816a.047.047 0 01.048-.046h2.813a.055.055 0 01.055.054zM120.273 18.587a.018.018 0 00-.003-.01.024.024 0 00-.009-.007.017.017 0 00-.011 0 .015.015 0 00-.008.008c-1.279 2.195-3.613 3.252-6.098 3.373-.553.027-.853.04-.9.04-1.179-.004-2.439-.288-3.425-.953-1.488-1.006-1.891-2.474-1.722-4.207.037-.384.138-.718.303-1a4.277 4.277 0 011.93-1.749c.829-.387 1.767-.643 2.817-.77 1.595-.192 3.913-.459 6.955-.8a.043.043 0 00.026-.013.038.038 0 00.011-.026c.038-1.464.051-3.362-1.422-4.155-.76-.408-1.755-.52-2.649-.536-1.327-.023-2.913.137-3.93 1.1-.767.728-.878 1.813-.854 2.812a.043.043 0 01-.004.02.04.04 0 01-.011.016.043.043 0 01-.016.01.046.046 0 01-.019.005h-2.851a.016.016 0 01-.016-.016c-.121-2.356.973-4.352 2.979-5.56 1.515-.912 3.246-1.221 5.016-1.172 1.559.043 3.01.354 4.219 1.235 1.36.99 2.047 2.406 2.315 4.027.062.37.092.922.091 1.656v9.7a.067.067 0 01-.004.02.06.06 0 01-.012.017.041.041 0 01-.017.011.05.05 0 01-.019.004h-2.611a.052.052 0 01-.036-.015.05.05 0 01-.015-.036v-3.03zm-.164-3.814c-1.619.188-3.505.408-5.66.661-.229.027-.47.046-.723.058-.245.01-.646.083-1.202.218-.326.08-.628.2-.903.362-.679.4-.759 1.317-.59 2.014.126.525.442.895.948 1.111.341.145.691.236 1.052.27a9.559 9.559 0 003.725-.373c1.147-.347 2.286-1.175 2.843-2.233a4.697 4.697 0 00.534-2.074c-.002-.003-.003-.006-.006-.008a.02.02 0 00-.008-.005h-.01zM91.307 8.012c0 .004.001.008.004.011a.017.017 0 00.01.006c.004.001.008 0 .012-.001a.019.019 0 00.009-.009c.477-1.07 1.3-1.88 2.34-2.408 1.186-.604 2.654-.724 3.96-.487.705.127 1.32.374 1.848.742 1.95 1.361 2.437 3.618 2.345 5.852a.032.032 0 01-.009.019.027.027 0 01-.019.008h-2.841a.048.048 0 01-.034-.015.047.047 0 01-.01-.015.048.048 0 01-.004-.019c.02-.904-.047-1.768-.4-2.546-.505-1.116-1.66-1.387-2.796-1.417-.906-.023-1.864.176-2.619.688-1.215.826-1.575 2.724-1.579 4.106a1619.944 1619.944 0 00-.005 9.14.031.031 0 01-.028.02h-2.83a.036.036 0 01-.025-.012.037.037 0 01-.01-.026V5.365c0-.01.004-.02.01-.027a.037.037 0 01.027-.012h2.595a.05.05 0 01.035.015c.01.01.014.022.014.036v2.635zM37.89 18.295c-.025.037-.13.21-.314.521-1.041 1.761-2.92 2.882-4.937 3.107-1.109.124-2.17.083-3.28-.242a5.592 5.592 0 01-2.314-1.328 6.66 6.66 0 01-1.763-2.762c-.351-1.055-.447-2.049-.436-3.291.002-.26.003-3.25 0-8.97a.033.033 0 01.034-.033h2.846c.012 0 .024.005.033.013.009.01.014.021.014.033a4452.65 4452.65 0 000 9.404c0 1.121.351 2.374 1.13 3.245.829.93 2.19 1.194 3.403 1.218.991.02 2.058-.152 2.908-.598.923-.484 1.59-1.259 2-2.323.428-1.107.516-2.186.5-3.437l-.001-7.497c0-.013.005-.025.014-.034a.047.047 0 01.033-.015h2.821a.056.056 0 01.055.056v16.259a.045.045 0 01-.013.032.047.047 0 01-.033.013h-2.633a.034.034 0 01-.034-.033v-3.328a.018.018 0 00-.003-.01.019.019 0 00-.02-.006.019.019 0 00-.01.006zM128.426 5.297h-2.84a.037.037 0 00-.037.037v16.297c0 .02.016.037.037.037h2.84c.02 0 .037-.017.037-.037V5.334a.037.037 0 00-.037-.037zM106.452 18.114h-3.364a.034.034 0 00-.034.033v3.506c0 .018.015.033.034.033h3.364a.034.034 0 00.034-.034v-3.505a.034.034 0 00-.034-.033z"
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,16 @@
1
+ 'use client';
2
+
3
+ import Avatar from "./components/Avatar";
4
+ import Color from "./components/Color";
5
+ import Combine from "./components/Combine";
6
+ import Mono from "./components/Mono";
7
+ import Text from "./components/Text";
8
+ import { COLOR_PRIMARY, TITLE } from "./style";
9
+ var Icons = Mono;
10
+ Icons.Color = Color;
11
+ Icons.Text = Text;
12
+ Icons.Combine = Combine;
13
+ Icons.Avatar = Avatar;
14
+ Icons.colorPrimary = COLOR_PRIMARY;
15
+ Icons.title = TITLE;
16
+ export default Icons;
@@ -0,0 +1,4 @@
1
+ export declare const TITLE = "Kluster";
2
+ export declare const TEXT_MULTIPLE = 0.8;
3
+ export declare const SPACE_MULTIPLE = 0.3;
4
+ export declare const COLOR_PRIMARY = "#6525F7";
@@ -0,0 +1,4 @@
1
+ export var TITLE = 'Kluster';
2
+ export var TEXT_MULTIPLE = 0.8;
3
+ export var SPACE_MULTIPLE = 0.3;
4
+ export var COLOR_PRIMARY = '#6525F7';
@@ -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,27 @@
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 = ["background"];
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 IconAvatar from "../../features/IconAvatar";
14
+ import { COLOR_PRIMARY, TITLE } from "../style";
15
+ import Mono from "./Mono";
16
+ import { jsx as _jsx } from "react/jsx-runtime";
17
+ var Avatar = /*#__PURE__*/memo(function (_ref) {
18
+ var background = _ref.background,
19
+ rest = _objectWithoutProperties(_ref, _excluded);
20
+ return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
21
+ Icon: Mono,
22
+ "aria-label": TITLE,
23
+ background: background || COLOR_PRIMARY,
24
+ color: '#000'
25
+ }, rest));
26
+ });
27
+ 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;