@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,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,28 @@
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
+ iconMultiple: 0.7
26
+ }, rest));
27
+ });
28
+ export default Avatar;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../features/IconCombine";
3
+ export type CombineProps = Omit<IconCombineProps, 'Icon' | 'Text'>;
4
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
5
+ export default Combine;
@@ -0,0 +1,26 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
8
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
9
+ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
10
+ import { memo } from 'react';
11
+ import IconCombine from "../../features/IconCombine";
12
+ import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
13
+ import Mono from "./Mono";
14
+ import Text from "./Text";
15
+ import { jsx as _jsx } from "react/jsx-runtime";
16
+ var Combine = /*#__PURE__*/memo(function (_ref) {
17
+ var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
18
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
19
+ Icon: Mono,
20
+ Text: Text,
21
+ "aria-label": TITLE,
22
+ spaceMultiple: SPACE_MULTIPLE,
23
+ textMultiple: TEXT_MULTIPLE
24
+ }, rest));
25
+ });
26
+ export default Combine;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,41 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { 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: "M2.373 4.301L1 7.663a4.608 4.608 0 012.602 2.602c.976 2.422-.18 5.169-2.566 6.145L2.41 19.77c2.096-.867 3.723-2.494 4.554-4.59A8.346 8.346 0 002.374 4.3zM5.916 21.072L8.084 24c1.049-.759 1.988-1.699 2.783-2.71l-2.819-2.242a11.324 11.324 0 01-2.132 2.024zM14.157 12.036c0-4.699-2.277-9.144-6.073-11.928L5.916 3.036c2.891 2.096 4.59 5.458 4.626 9.036A14.81 14.81 0 0016.578 24l2.133-2.928c-2.856-2.132-4.554-5.458-4.554-9.036zM18.82 2.964L16.722 0a14.601 14.601 0 00-2.964 2.82l2.82 2.24a11.256 11.256 0 012.24-2.096zM21.277 14.06c-1.12-2.421-.036-5.313 2.386-6.433l-1.518-3.29a8.457 8.457 0 00-4.193 4.265c-1.916 4.265 0 9.29 4.301 11.17l1.482-3.29a4.862 4.862 0 01-2.458-2.422z"
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,44 @@
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: "nonzero",
24
+ height: size,
25
+ ref: ref,
26
+ style: _objectSpread({
27
+ flex: 'none',
28
+ lineHeight: 1
29
+ }, style),
30
+ viewBox: "0 0 224 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: "M7.789 22H2L8.956 2H17.1l6.956 20h-6.178l-3.167-9.911-1.578-5.222h-.422l-1.633 5.222L7.788 22zm12.178-3.856H6.056v-4.888h13.91v4.888zM32.156 22h-5.623V2h5.623v20zm10.022 0h-14.09v-5.044h14.09V22zM51.011 22h-5.655V2h5.6l.055 20zM61.556 7.044H46.933V2h14.623v5.044zm-.434 7.434H46.933V9.467h14.19v5.01zM61.556 22H46.933v-5.044h14.623V22zM91.833 22h-5.622V2h5.622v20zm10.434-7.522H87.722V9.433h14.545v5.045zM105 22h-5.722V2h5.622l.1 20zM120.444 22h-5.788l6.955-20h8.156l6.955 20h-6.144l-3.167-9.911-1.578-5.222h-.466l-1.656 5.222L120.444 22zm12.267-3.856h-13.922v-4.888H132.7v4.888h.011zM144.789 22h-5.511V2h5.6l-.089 20zm10.044 0h-14.089v-5.044h14.089V22zM184.367 22h-5.622V2h5.622v20zm10.433-7.522h-14.544V9.433H194.8v5.045zM197.511 22h-5.6V2h5.6v20zM205.767 22h-5.789l6.955-20h8.145l6.955 20h-6.222l-3.167-9.911-1.577-5.222h-.423l-1.655 5.222L205.767 22zm12.266-3.856h-13.911v-4.888h13.911v4.888zM71.133 22h-5.6V2h5.6v20z"
37
+ }), /*#__PURE__*/_jsx("path", {
38
+ d: "M75.3 16.7h-7.578v-5h7.367a3.224 3.224 0 001.944-.433 3.805 3.805 0 000-3.8 3.216 3.216 0 00-1.944-.422h-7.367V2.01H75.3a9.402 9.402 0 014.156.867 6.578 6.578 0 012.722 2.533 8.668 8.668 0 010 7.956 6.404 6.404 0 01-2.722 2.489 9.205 9.205 0 01-4.156.778v.066zM163.633 22h-5.622V2h5.622v20z"
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ d: "M167.489 16.7h-7.578v-5h7.367a3.223 3.223 0 001.944-.433 3.804 3.804 0 000-3.8 3.215 3.215 0 00-1.944-.422h-7.367V2.01h7.578a9.4 9.4 0 014.155.867 6.58 6.58 0 012.723 2.533 8.667 8.667 0 010 7.956 6.405 6.405 0 01-2.723 2.489 9.204 9.204 0 01-4.155.778v.066z"
41
+ })]
42
+ }));
43
+ });
44
+ export default Icon;
@@ -0,0 +1,13 @@
1
+ import Avatar from './components/Avatar';
2
+ import Combine from './components/Combine';
3
+ import Mono from './components/Mono';
4
+ import Text from './components/Text';
5
+ export type CompoundedIcon = typeof Mono & {
6
+ Avatar: typeof Avatar;
7
+ Combine: typeof Combine;
8
+ Text: typeof Text;
9
+ colorPrimary: string;
10
+ title: string;
11
+ };
12
+ declare const Icons: CompoundedIcon;
13
+ export default Icons;
@@ -0,0 +1,14 @@
1
+ 'use client';
2
+
3
+ import Avatar from "./components/Avatar";
4
+ import Combine from "./components/Combine";
5
+ import Mono from "./components/Mono";
6
+ import Text from "./components/Text";
7
+ import { COLOR_PRIMARY, TITLE } from "./style";
8
+ var Icons = Mono;
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,4 @@
1
+ export declare const TITLE = "AlephAlpha";
2
+ export declare const TEXT_MULTIPLE = 0.8;
3
+ export declare const SPACE_MULTIPLE = 0.3;
4
+ export declare const COLOR_PRIMARY = "#fff";
@@ -0,0 +1,4 @@
1
+ export var TITLE = 'AlephAlpha';
2
+ export var TEXT_MULTIPLE = 0.8;
3
+ export var SPACE_MULTIPLE = 0.3;
4
+ export var COLOR_PRIMARY = '#fff';
@@ -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,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: "M17.583 12.344L14.606 17.5H20.6c.22 0 .424-.117.535-.308l2.799-4.848h-6.351zM23.934 11.656l-2.799-4.848A.616.616 0 0020.6 6.5h-5.994l2.977 5.156h6.35zM8.653 6.5h5.953l-2.997-5.191A.616.616 0 0011.074 1H5.476l3.176 5.5zM4.881 1.343L2.083 6.191a.618.618 0 000 .617l2.997 5.191 2.976-5.156-3.175-5.5zM8.057 17.155L5.081 12l-2.998 5.192a.618.618 0 000 .617l2.798 4.848 3.175-5.5h.001zM5.476 23h5.598c.22 0 .424-.117.535-.308l2.997-5.192H8.653L5.477 23z",
36
+ fill: "#0163FB"
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: "M17.583 12.344L14.606 17.5H20.6c.22 0 .424-.117.535-.308l2.799-4.848h-6.351zM23.934 11.656l-2.799-4.848A.616.616 0 0020.6 6.5h-5.994l2.977 5.156h6.35zM8.653 6.5h5.953l-2.997-5.191A.616.616 0 0011.074 1H5.476l3.176 5.5zM4.881 1.343L2.083 6.191a.618.618 0 000 .617l2.997 5.191 2.976-5.156-3.175-5.5zM8.057 17.155L5.081 12l-2.998 5.192a.618.618 0 000 .617l2.798 4.848 3.175-5.5h.001zM5.476 23h5.598c.22 0 .424-.117.535-.308l2.997-5.192H8.653L5.477 23z"
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 104 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: "M3 19.135L9.72 2h3.57l6.744 17.135h-2.997l-1.524-3.973H7.396l-1.524 3.973H3zm5.295-6.346h6.294l-1.922-5.02c-.05-.15-.126-.358-.225-.625a37.34 37.34 0 01-.313-.874 74.765 74.765 0 01-.61-1.849h-.15c-.099.316-.224.692-.375 1.125-.15.433-.295.85-.438 1.249-.14.4-.261.725-.362.973L8.295 12.79zM21.232 19.135V5.996h2.15l.224 1.873h.174a4.578 4.578 0 011.124-1.2c.433-.315.911-.557 1.437-.724a5.706 5.706 0 011.735-.25c.833 0 1.566.146 2.199.438.633.292 1.127.761 1.486 1.41.358.65.538 1.524.538 2.624v8.968H29.7v-8.568c0-.5-.063-.916-.188-1.25a1.916 1.916 0 00-.537-.798 2.043 2.043 0 00-.824-.425 4.114 4.114 0 00-1.049-.125c-.6 0-1.145.146-1.636.438-.49.291-.886.696-1.186 1.21-.3.517-.45 1.124-.45 1.824v7.692h-2.597l-.002.002zM51.98 19.434c-.915 0-1.723-.099-2.422-.3-.7-.2-1.283-.474-1.748-.824a3.477 3.477 0 01-1.062-1.26 3.645 3.645 0 01-.362-1.636c0-.083.003-.159.012-.224.008-.066.013-.125.013-.175h2.572v.274c0 .516.142.929.425 1.236.283.308.663.525 1.137.65.475.125.995.188 1.562.188.499 0 .962-.063 1.386-.188a2.653 2.653 0 001.049-.561 1.23 1.23 0 00.412-.95c0-.498-.175-.882-.525-1.148-.35-.266-.808-.478-1.374-.637-.566-.158-1.158-.328-1.773-.511a35.154 35.154 0 01-1.636-.488 6.065 6.065 0 01-1.461-.686 3.387 3.387 0 01-1.049-1.074c-.266-.433-.4-.974-.4-1.623 0-.616.134-1.158.4-1.623A3.464 3.464 0 0148.247 6.7c.475-.316 1.041-.558 1.699-.725a8.776 8.776 0 012.16-.25c.782 0 1.54.088 2.172.263.634.175 1.17.42 1.612.736.441.316.778.696 1.012 1.137.233.441.35.91.35 1.411 0 .1-.005.204-.013.313-.008.109-.013.18-.013.212h-2.548v-.225c0-.332-.091-.633-.274-.9-.183-.266-.472-.482-.861-.649-.392-.167-.911-.25-1.56-.25a5.25 5.25 0 00-1.15.112c-.334.075-.608.18-.825.313a1.412 1.412 0 00-.487.475 1.195 1.195 0 00-.162.623c0 .384.138.679.412.887.274.209.636.383 1.087.524.45.142.932.295 1.448.462.6.167 1.208.337 1.824.512a9.497 9.497 0 011.71.662 3.4 3.4 0 011.274 1.099c.325.466.487 1.09.487 1.873 0 .717-.14 1.34-.425 1.873a3.375 3.375 0 01-1.186 1.286 5.699 5.699 0 01-1.787.725 9.814 9.814 0 01-2.222.237v-.002zM64.793 19.435c-1.315 0-2.415-.246-3.297-.736-.884-.49-1.545-1.245-1.986-2.261-.44-1.015-.662-2.306-.662-3.871 0-1.566.225-2.852.675-3.859.45-1.007 1.12-1.76 2.011-2.261.89-.499 1.985-.749 3.284-.749.9 0 1.683.112 2.348.337a4.546 4.546 0 011.698.999c.467.441.811.986 1.037 1.636.224.65.336 1.39.336 2.222h-2.622c0-.699-.1-1.273-.3-1.724a2.075 2.075 0 00-.924-1.011c-.416-.225-.957-.337-1.622-.337-.7 0-1.291.162-1.774.487-.483.324-.85.816-1.098 1.474-.25.657-.376 1.52-.376 2.585v.425c0 1.017.12 1.86.363 2.535.24.674.608 1.174 1.098 1.498.49.326 1.12.488 1.886.488.666 0 1.203-.12 1.612-.363.407-.242.715-.592.923-1.049.21-.457.313-1.011.313-1.66h2.522c0 .782-.111 1.49-.336 2.122a4.299 4.299 0 01-1.025 1.636c-.459.459-1.028.811-1.711 1.061-.683.25-1.474.376-2.373.376zM85.14 19.135V2h2.598v17.135H85.14zM96.04 19.435c-1.35 0-2.478-.246-3.386-.736-.908-.49-1.594-1.245-2.06-2.261-.467-1.015-.7-2.306-.7-3.871 0-1.566.233-2.877.7-3.884.466-1.007 1.158-1.756 2.073-2.249.915-.49 2.056-.736 3.423-.736 1.248 0 2.292.238 3.135.712.84.475 1.478 1.195 1.911 2.16.433.966.649 2.181.649 3.647v.999h-9.218c.035.933.175 1.71.426 2.335.25.624.628 1.082 1.137 1.374.508.292 1.152.438 1.935.438.483 0 .916-.063 1.299-.188.384-.125.707-.308.973-.55.267-.24.475-.532.624-.874.15-.341.225-.728.225-1.16h2.548c0 .782-.133 1.473-.399 2.073a3.992 3.992 0 01-1.162 1.51c-.508.41-1.11.72-1.81.937-.699.216-1.474.325-2.324.325v-.001zm-3.422-8.12h6.445c0-.649-.07-1.194-.212-1.635a2.813 2.813 0 00-.612-1.087 2.329 2.329 0 00-.95-.613 3.852 3.852 0 00-1.25-.187c-.699 0-1.295.125-1.786.375-.49.25-.871.636-1.137 1.16-.266.525-.433 1.187-.498 1.986v.002zM81.887 7.566c-.384-.6-.955-1.065-1.713-1.387-.757-.326-1.704-.488-2.836-.488-1.05 0-1.975.143-2.776.425-.8.283-1.42.696-1.863 1.237-.441.543-.662 1.204-.662 1.988v.302c0 .083.007.167.023.248h2.501v-.373c0-.3.078-.578.237-.84.159-.256.433-.474.824-.649.391-.174.938-.262 1.638-.262.699 0 1.236.09 1.611.274.375.183.634.44.775.774.14.334.213.717.213 1.15v1.3c-1.233 0-2.372.068-3.412.203-1.042.131-1.937.365-2.688.699-.751.333-1.334.792-1.75 1.373-.417.583-.625 1.326-.625 2.225 0 .767.133 1.387.399 1.864a3.04 3.04 0 001.037 1.111c.426.268.88.452 1.363.552.482.1.932.149 1.35.149.683 0 1.3-.079 1.85-.236a5.052 5.052 0 001.462-.675c.424-.29.788-.629 1.088-1.012v1.625h2.526v-9.4c0-.85-.193-1.576-.575-2.175l.003-.002zm-2.024 6.426a3.199 3.199 0 01-1.025 2.388 3.286 3.286 0 01-1.137.675c-.44.158-.921.237-1.438.237-.448 0-.841-.067-1.175-.202-.333-.132-.584-.327-.75-.585-.167-.259-.25-.58-.25-.963 0-.635.24-1.129.725-1.49.483-.357 1.159-.602 2.025-.735.866-.135 1.875-.2 3.026-.2v.876l-.001-.001zM34.371 21.569v2.43h2.62l.842-2.43h-3.462zM41.095 19.576l4.728-13.58h-2.651l-3.286 10.426-.143-.37-3.646-10.055h-2.815l5.227 13.62-.676 1.952h2.573l.69-1.993zM40.406 21.569h-2.572l-.842 2.43h1.664c.544 0 1.028-.344 1.206-.857l.546-1.572-.002-.001z"
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 = "Anyscale";
2
+ export declare const TEXT_MULTIPLE = 0.85;
3
+ export declare const SPACE_MULTIPLE = 0.2;
4
+ export declare const COLOR_PRIMARY = "#0163FB";
@@ -0,0 +1,4 @@
1
+ export var TITLE = 'Anyscale';
2
+ export var TEXT_MULTIPLE = 0.85;
3
+ export var SPACE_MULTIPLE = 0.2;
4
+ export var COLOR_PRIMARY = '#0163FB';
@@ -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
+ iconMultiple: 0.65
25
+ }, rest));
26
+ });
27
+ 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
+ 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: "M10.595 1.5a3.695 3.695 0 00-3.444 2.355L0 22.26h5.432l5.629-14.486h.002a.96.96 0 011.782 0h.75V4.835h-1.393L13.498 1.5h-2.902z",
36
+ fill: "#2545D3"
37
+ }), /*#__PURE__*/_jsx("path", {
38
+ d: "M7.151 3.855a3.695 3.695 0 013.26-2.35l-.002-.005H13.405c1.524 0 2.893.936 3.444 2.355L24 22.26h-5.525L11.54 4.413a2.528 2.528 0 00-4.609.006l.22-.564z",
39
+ fill: "#566DE8"
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;