@lobehub/icons 1.95.0 → 1.96.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 (146) hide show
  1. package/README.md +76 -74
  2. package/es/AiHubMix/components/Avatar.d.ts +5 -0
  3. package/es/AiHubMix/components/Avatar.js +28 -0
  4. package/es/AiHubMix/components/Color.d.ts +3 -0
  5. package/es/AiHubMix/components/Color.js +45 -0
  6. package/es/AiHubMix/components/Combine.d.ts +7 -0
  7. package/es/AiHubMix/components/Combine.js +32 -0
  8. package/es/AiHubMix/components/Inner.d.ts +3 -0
  9. package/es/AiHubMix/components/Inner.js +52 -0
  10. package/es/AiHubMix/components/Mono.d.ts +3 -0
  11. package/es/AiHubMix/components/Mono.js +42 -0
  12. package/es/AiHubMix/components/Text.d.ts +3 -0
  13. package/es/AiHubMix/components/Text.js +41 -0
  14. package/es/AiHubMix/index.d.ts +15 -0
  15. package/es/AiHubMix/index.js +16 -0
  16. package/es/AiHubMix/style.d.ts +4 -0
  17. package/es/AiHubMix/style.js +4 -0
  18. package/es/AionLabs/components/Avatar.d.ts +5 -0
  19. package/es/AionLabs/components/Avatar.js +29 -0
  20. package/es/AionLabs/components/Color.d.ts +3 -0
  21. package/es/AionLabs/components/Color.js +217 -0
  22. package/es/AionLabs/components/Combine.d.ts +7 -0
  23. package/es/AionLabs/components/Combine.js +32 -0
  24. package/es/AionLabs/components/Mono.d.ts +3 -0
  25. package/es/AionLabs/components/Mono.js +43 -0
  26. package/es/AionLabs/components/Text.d.ts +3 -0
  27. package/es/AionLabs/components/Text.js +40 -0
  28. package/es/AionLabs/index.d.ts +15 -0
  29. package/es/AionLabs/index.js +16 -0
  30. package/es/AionLabs/style.d.ts +4 -0
  31. package/es/AionLabs/style.js +4 -0
  32. package/es/Crusoe/components/Avatar.d.ts +5 -0
  33. package/es/Crusoe/components/Avatar.js +27 -0
  34. package/es/Crusoe/components/Color.d.ts +3 -0
  35. package/es/Crusoe/components/Color.js +65 -0
  36. package/es/Crusoe/components/Combine.d.ts +7 -0
  37. package/es/Crusoe/components/Combine.js +32 -0
  38. package/es/Crusoe/components/Mono.d.ts +3 -0
  39. package/es/Crusoe/components/Mono.js +62 -0
  40. package/es/Crusoe/components/Text.d.ts +3 -0
  41. package/es/Crusoe/components/Text.js +41 -0
  42. package/es/Crusoe/index.d.ts +15 -0
  43. package/es/Crusoe/index.js +16 -0
  44. package/es/Crusoe/style.d.ts +4 -0
  45. package/es/Crusoe/style.js +4 -0
  46. package/es/Featherless/components/Avatar.d.ts +5 -0
  47. package/es/Featherless/components/Avatar.js +33 -0
  48. package/es/Featherless/components/Color.d.ts +3 -0
  49. package/es/Featherless/components/Color.js +40 -0
  50. package/es/Featherless/components/Combine.d.ts +7 -0
  51. package/es/Featherless/components/Combine.js +32 -0
  52. package/es/Featherless/components/Mono.d.ts +3 -0
  53. package/es/Featherless/components/Mono.js +41 -0
  54. package/es/Featherless/components/Text.d.ts +3 -0
  55. package/es/Featherless/components/Text.js +40 -0
  56. package/es/Featherless/index.d.ts +15 -0
  57. package/es/Featherless/index.js +16 -0
  58. package/es/Featherless/style.d.ts +4 -0
  59. package/es/Featherless/style.js +4 -0
  60. package/es/Inference/components/Avatar.d.ts +5 -0
  61. package/es/Inference/components/Avatar.js +27 -0
  62. package/es/Inference/components/Combine.d.ts +5 -0
  63. package/es/Inference/components/Combine.js +24 -0
  64. package/es/Inference/components/Mono.d.ts +3 -0
  65. package/es/Inference/components/Mono.js +41 -0
  66. package/es/Inference/components/Text.d.ts +3 -0
  67. package/es/Inference/components/Text.js +40 -0
  68. package/es/Inference/index.d.ts +13 -0
  69. package/es/Inference/index.js +14 -0
  70. package/es/Inference/style.d.ts +4 -0
  71. package/es/Inference/style.js +4 -0
  72. package/es/Infermatic/components/Avatar.d.ts +5 -0
  73. package/es/Infermatic/components/Avatar.js +30 -0
  74. package/es/Infermatic/components/Color.d.ts +3 -0
  75. package/es/Infermatic/components/Color.js +40 -0
  76. package/es/Infermatic/components/Combine.d.ts +7 -0
  77. package/es/Infermatic/components/Combine.js +32 -0
  78. package/es/Infermatic/components/Mono.d.ts +3 -0
  79. package/es/Infermatic/components/Mono.js +41 -0
  80. package/es/Infermatic/components/Text.d.ts +3 -0
  81. package/es/Infermatic/components/Text.js +40 -0
  82. package/es/Infermatic/index.d.ts +15 -0
  83. package/es/Infermatic/index.js +16 -0
  84. package/es/Infermatic/style.d.ts +4 -0
  85. package/es/Infermatic/style.js +4 -0
  86. package/es/Inflection/components/Avatar.d.ts +5 -0
  87. package/es/Inflection/components/Avatar.js +28 -0
  88. package/es/Inflection/components/Combine.d.ts +5 -0
  89. package/es/Inflection/components/Combine.js +24 -0
  90. package/es/Inflection/components/Mono.d.ts +3 -0
  91. package/es/Inflection/components/Mono.js +41 -0
  92. package/es/Inflection/components/Text.d.ts +3 -0
  93. package/es/Inflection/components/Text.js +40 -0
  94. package/es/Inflection/index.d.ts +13 -0
  95. package/es/Inflection/index.js +14 -0
  96. package/es/Inflection/style.d.ts +4 -0
  97. package/es/Inflection/style.js +4 -0
  98. package/es/LeptonAI/components/Avatar.d.ts +5 -0
  99. package/es/LeptonAI/components/Avatar.js +29 -0
  100. package/es/LeptonAI/components/Color.d.ts +3 -0
  101. package/es/LeptonAI/components/Color.js +61 -0
  102. package/es/LeptonAI/components/Combine.d.ts +7 -0
  103. package/es/LeptonAI/components/Combine.js +32 -0
  104. package/es/LeptonAI/components/Mono.d.ts +3 -0
  105. package/es/LeptonAI/components/Mono.js +57 -0
  106. package/es/LeptonAI/components/Text.d.ts +3 -0
  107. package/es/LeptonAI/components/Text.js +40 -0
  108. package/es/LeptonAI/index.d.ts +15 -0
  109. package/es/LeptonAI/index.js +16 -0
  110. package/es/LeptonAI/style.d.ts +4 -0
  111. package/es/LeptonAI/style.js +4 -0
  112. package/es/Parasail/components/Avatar.d.ts +5 -0
  113. package/es/Parasail/components/Avatar.js +28 -0
  114. package/es/Parasail/components/Combine.d.ts +5 -0
  115. package/es/Parasail/components/Combine.js +27 -0
  116. package/es/Parasail/components/Mono.d.ts +3 -0
  117. package/es/Parasail/components/Mono.js +44 -0
  118. package/es/Parasail/components/Text.d.ts +3 -0
  119. package/es/Parasail/components/Text.js +40 -0
  120. package/es/Parasail/index.d.ts +13 -0
  121. package/es/Parasail/index.js +14 -0
  122. package/es/Parasail/style.d.ts +4 -0
  123. package/es/Parasail/style.js +4 -0
  124. package/es/Targon/components/Avatar.d.ts +5 -0
  125. package/es/Targon/components/Avatar.js +28 -0
  126. package/es/Targon/components/Color.d.ts +3 -0
  127. package/es/Targon/components/Color.js +45 -0
  128. package/es/Targon/components/Combine.d.ts +7 -0
  129. package/es/Targon/components/Combine.js +32 -0
  130. package/es/Targon/components/Inner.d.ts +3 -0
  131. package/es/Targon/components/Inner.js +42 -0
  132. package/es/Targon/components/Mono.d.ts +3 -0
  133. package/es/Targon/components/Mono.js +42 -0
  134. package/es/Targon/components/Text.d.ts +3 -0
  135. package/es/Targon/components/Text.js +40 -0
  136. package/es/Targon/index.d.ts +15 -0
  137. package/es/Targon/index.js +16 -0
  138. package/es/Targon/style.d.ts +4 -0
  139. package/es/Targon/style.js +4 -0
  140. package/es/features/IconCombine/index.d.ts +1 -1
  141. package/es/features/IconCombine/index.js +1 -1
  142. package/es/features/modelConfig.js +8 -0
  143. package/es/icons.d.ts +10 -0
  144. package/es/icons.js +10 -0
  145. package/es/toc.js +180 -0
  146. package/package.json +1 -1
@@ -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 Color from "./Color";
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: Color,
22
+ "aria-label": TITLE,
23
+ background: background || COLOR_PRIMARY,
24
+ color: '#fff'
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,65 @@
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 { useFillId } from "../../hooks/useFillId";
14
+ import { TITLE } from "../style";
15
+ import { jsx as _jsx } from "react/jsx-runtime";
16
+ import { jsxs as _jsxs } from "react/jsx-runtime";
17
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
18
+ var _ref$size = _ref.size,
19
+ size = _ref$size === void 0 ? '1em' : _ref$size,
20
+ style = _ref.style,
21
+ rest = _objectWithoutProperties(_ref, _excluded);
22
+ var _useFillId = useFillId(TITLE),
23
+ id = _useFillId.id,
24
+ fill = _useFillId.fill;
25
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
26
+ height: size,
27
+ ref: ref,
28
+ style: _objectSpread({
29
+ flex: 'none',
30
+ lineHeight: 1
31
+ }, style),
32
+ viewBox: "0 0 24 24",
33
+ width: size,
34
+ xmlns: "http://www.w3.org/2000/svg"
35
+ }, rest), {}, {
36
+ children: [/*#__PURE__*/_jsx("title", {
37
+ children: TITLE
38
+ }), /*#__PURE__*/_jsx("path", {
39
+ d: "M12 0L4.583 6.583c-3.23 2.869-3.23 7.965 0 10.834L12 24l7.417-6.583c3.23-2.869 3.23-7.965 0-10.834L12 0z",
40
+ fill: fill
41
+ }), /*#__PURE__*/_jsx("defs", {
42
+ children: /*#__PURE__*/_jsxs("linearGradient", {
43
+ gradientUnits: "userSpaceOnUse",
44
+ id: id,
45
+ x1: "18.919",
46
+ x2: "4.853",
47
+ y1: "5.595",
48
+ y2: "18.301",
49
+ children: [/*#__PURE__*/_jsx("stop", {
50
+ stopColor: "#F4BF45"
51
+ }), /*#__PURE__*/_jsx("stop", {
52
+ offset: ".35",
53
+ stopColor: "#E48047"
54
+ }), /*#__PURE__*/_jsx("stop", {
55
+ offset: ".69",
56
+ stopColor: "#C73361"
57
+ }), /*#__PURE__*/_jsx("stop", {
58
+ offset: "1",
59
+ stopColor: "#A42F5F"
60
+ })]
61
+ })
62
+ })]
63
+ }));
64
+ });
65
+ 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,62 @@
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: "M12 0L4.583 6.583c-3.23 2.869-3.23 7.965 0 10.834L12 24l7.417-6.583c3.23-2.869 3.23-7.965 0-10.834L12 0z"
38
+ }), /*#__PURE__*/_jsx("defs", {
39
+ children: /*#__PURE__*/_jsxs("linearGradient", {
40
+ gradientUnits: "userSpaceOnUse",
41
+ id: "a",
42
+ x1: "18.919",
43
+ x2: "4.853",
44
+ y1: "5.595",
45
+ y2: "18.301",
46
+ children: [/*#__PURE__*/_jsx("stop", {
47
+ stopColor: "#F4BF45"
48
+ }), /*#__PURE__*/_jsx("stop", {
49
+ offset: ".35",
50
+ stopColor: "#E48047"
51
+ }), /*#__PURE__*/_jsx("stop", {
52
+ offset: ".69",
53
+ stopColor: "#C73361"
54
+ }), /*#__PURE__*/_jsx("stop", {
55
+ offset: "1",
56
+ stopColor: "#A42F5F"
57
+ })]
58
+ })
59
+ })]
60
+ }));
61
+ });
62
+ 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,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 102 24",
31
+ xmlns: "http://www.w3.org/2000/svg"
32
+ }, rest), {}, {
33
+ children: [/*#__PURE__*/_jsx("title", {
34
+ children: TITLE
35
+ }), /*#__PURE__*/_jsx("path", {
36
+ clipRule: "evenodd",
37
+ d: "M11.928 22c5.07 0 8.64-3.05 9.196-7.354h-3.977c-.706 2.9-2.755 4.013-5.273 4.013-3.047 0-5.538-2.838-5.538-7.761s2.49-7.557 5.68-7.557c2.342 0 4.337.964 5.124 3.924h3.984C20.418 2.845 17.024 0 12.044 0 5.868 0 2 4.101 2 10.898s3.603 11.101 9.928 11.101zM31.043 9.67c.583 0 1.086 0 1.67.088V5.955a7.48 7.48 0 00-.876-.06c-1.846 0-3.25.76-4.16 2.722V5.86h-3.984v15.767h4.038v-8.264c0-2.96 1.323-3.693 3.312-3.693zm13.445 9.872c-.91 1.61-2.633 2.458-4.594 2.458-3.78 0-5.3-2.315-5.3-6.179v-9.96h4.037v9.084c0 2.112.32 3.81 2.58 3.81 2.693 0 3.277-2.2 3.277-4.686V5.867h4.038v15.76h-4.038v-2.085zM57.66 8.349c1.874 0 3.048.937 3.367 2.255H64.814c-.556-3.633-3.549-5.154-6.942-5.154-3.393 0-6.44 1.813-6.44 4.685s1.961 4.101 4.92 4.72l2.341.495c1.378.326 2.579.794 2.579 1.935 0 1.14-1.08 1.786-2.837 1.786-2.11 0-3.169-1.148-3.4-2.669H51.14c.38 3.606 3.305 5.595 7.173 5.595 3.57 0 6.82-1.847 6.82-5.1 0-3.251-2.66-4.04-5.795-4.745l-2.11-.469c-1.494-.319-2.111-.964-2.111-1.813 0-.964 1.052-1.52 2.544-1.52zm9.068 5.419c0-5.54 3.923-8.263 7.906-8.263 3.984 0 7.906 2.722 7.906 8.263 0 5.54-3.922 8.23-7.906 8.23-3.983 0-7.906-2.724-7.906-8.23zm4.099 0c0 3.313 1.581 5.065 3.807 5.065s3.807-1.758 3.807-5.065c0-3.307-1.581-5.1-3.807-5.1s-3.807 1.786-3.807 5.1zm21.494 5.1c-1.934 0-3.752-1.318-3.983-4.014l.007-.007H99.97c.15-5.56-3.074-9.342-7.729-9.342s-7.906 3.639-7.906 8.175c0 4.535 2.959 8.317 8.021 8.317 4.303 0 6.59-2.607 7.438-4.95h-4.16c-.821 1.379-2.05 1.82-3.312 1.82zm3.543-6.798H88.4c.326-2.668 2.287-3.605 3.807-3.605 1.697 0 3.57.937 3.658 3.605z"
38
+ })]
39
+ }));
40
+ });
41
+ 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 = "Crusoe";
2
+ export declare const TEXT_MULTIPLE = 0.75;
3
+ export declare const SPACE_MULTIPLE = 0.15;
4
+ export declare const COLOR_PRIMARY = "#fff";
@@ -0,0 +1,4 @@
1
+ export var TITLE = 'Crusoe';
2
+ export var TEXT_MULTIPLE = 0.75;
3
+ export var SPACE_MULTIPLE = 0.15;
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,33 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["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: '#000',
26
+ iconStyle: {
27
+ marginLeft: '10%',
28
+ marginTop: '5%'
29
+ },
30
+ size: size
31
+ }, rest));
32
+ });
33
+ 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: "M22.724 3.088C21.527 2.376 19.91 2 18.044 2c-2.854 0-6 .877-8.826 2.403l-.02-.007-.004.021c-.855.464-1.684.981-2.462 1.558C2.147 9.376.863 13.412 1.947 15.57.76 17.542.03 19.583 0 22c2.28-4.233 3.648-7.663 11.076-13.438-2.122.443-5.79 2.545-8.258 5.735-.233-1.866 1.28-4.879 4.65-7.379.428-.316.871-.612 1.324-.893-.354 1.071-.24.805-.975 2.307 1.086-1.001 1.8-1.62 2.873-3.335a18.995 18.995 0 014.276-1.465c-.238.767-.69 2.067-1.302 3.095 0 0 1.553-.324 2.837-.25-.701.753-1.333 1.569-1.973 2.403-.876 1.142-1.782 2.322-2.943 3.421-.14.133-.273.253-.408.377-1.784-.167-2.961.483-4.065 1.63.87-.395 2.04-.72 2.772-.524-1.35 1.073-3.477 2.487-5.224 2.37-.332.492-.353.507-.717 1.1 2.835.688 6.395-2.118 8.49-4.103 1.229-1.164 2.165-2.383 3.07-3.56 1.862-2.427 3.471-4.523 7.04-5.32L24 3.846l-1.276-.758z",
36
+ fill: "#FFE184"
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: "M22.724 3.088C21.527 2.376 19.91 2 18.044 2c-2.854 0-6 .877-8.826 2.403l-.02-.007-.004.021c-.855.464-1.684.981-2.462 1.558C2.147 9.376.863 13.412 1.947 15.57.76 17.542.03 19.583 0 22c2.28-4.233 3.648-7.663 11.076-13.438-2.122.443-5.79 2.545-8.258 5.735-.233-1.866 1.28-4.879 4.65-7.379.428-.316.871-.612 1.324-.893-.354 1.071-.24.805-.975 2.307 1.086-1.001 1.8-1.62 2.873-3.335a18.995 18.995 0 014.276-1.465c-.238.767-.69 2.067-1.302 3.095 0 0 1.553-.324 2.837-.25-.701.753-1.333 1.569-1.973 2.403-.876 1.142-1.782 2.322-2.943 3.421-.14.133-.273.253-.408.377-1.784-.167-2.961.483-4.065 1.63.87-.395 2.04-.72 2.772-.524-1.35 1.073-3.477 2.487-5.224 2.37-.332.492-.353.507-.717 1.1 2.835.688 6.395-2.118 8.49-4.103 1.229-1.164 2.165-2.383 3.07-3.56 1.862-2.427 3.471-4.523 7.04-5.32L24 3.846l-1.276-.758z"
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 150 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: "M10.366 20.9v.81H2v-.81l1.592-.203c.309-.038.492-.115.55-.231.058-.135.087-.53.087-1.187V9.466c0-.656-.029-1.042-.087-1.158-.058-.135-.241-.222-.55-.26L2 7.844v-.81h2.229V5.47c0-.926.154-1.804.463-2.634A4.358 4.358 0 016.313.782C7.085.26 8.118 0 9.411 0c1.177 0 2.142.203 2.894.608.772.405 1.322.946 1.65 1.621.348.675.454 1.409.319 2.2l-3.184.463c.193-1.447.135-2.45-.174-3.01-.29-.58-.791-.869-1.505-.869-.386 0-.724.106-1.014.319-.27.212-.482.598-.636 1.157-.136.54-.203 1.342-.203 2.403v2.142H11.9v1.013H7.558V19.28c0 .656.029 1.052.087 1.187.058.116.241.193.55.231l2.17.203zm14.923-2.634c-.348 1.35-.994 2.316-1.94 2.895-.945.56-2.045.839-3.3.839-2.316 0-4.053-.666-5.21-1.997-1.158-1.351-1.737-3.136-1.737-5.356v-.579c0-2.219.54-3.994 1.62-5.326 1.1-1.331 2.683-1.997 4.748-1.997 1.158 0 2.18.231 3.069.694a4.896 4.896 0 012.113 1.94c.52.85.781 1.882.781 3.097 0 .29-.019.599-.058.927-.019.328-.067.656-.144.984h-8.569v.84c0 2.045.29 3.521.869 4.428.579.888 1.515 1.332 2.808 1.332.83 0 1.534-.241 2.113-.724.579-.502.907-1.341.984-2.518l1.853.52zM19.47 7.758c-.945 0-1.65.434-2.113 1.303-.463.868-.695 2.306-.695 4.313h5.24a7.84 7.84 0 00.145-1.071c.038-.348.057-.666.057-.956 0-1.235-.24-2.142-.723-2.72-.483-.58-1.12-.87-1.91-.87zm22.848 13.229c-.308.29-.685.53-1.129.724-.424.193-.945.289-1.563.289-.791 0-1.457-.174-1.997-.521-.521-.347-.869-.84-1.042-1.476-.637.694-1.342 1.206-2.114 1.534a6.048 6.048 0 01-2.315.463c-1.332 0-2.326-.367-2.982-1.1-.656-.753-.984-1.689-.984-2.808 0-1.139.415-2.055 1.245-2.75.83-.714 2.296-1.07 4.4-1.07h2.634v-2.346c0-1.601-.212-2.692-.637-3.27-.405-.599-.975-.898-1.708-.898-.482 0-.926.125-1.331.376-.406.232-.695.676-.869 1.332-.154.637-.125 1.563.087 2.779l-3.184-.463c-.155-.888-.058-1.708.29-2.461.366-.772.974-1.39 1.823-1.853.85-.482 1.93-.723 3.242-.723 1.486 0 2.634.241 3.445.723.81.483 1.37 1.12 1.679 1.91.328.792.492 1.641.492 2.548v6.687c0 .984.087 1.602.26 1.853.174.25.367.376.58.376.347 0 .733-.202 1.157-.608l.521.753zm-8.887-.521c.502 0 .994-.126 1.477-.377.502-.27 1.023-.762 1.563-1.476v-3.329H34.3c-.946 0-1.63.222-2.055.666-.425.444-.637 1.139-.637 2.084 0 .772.154 1.37.463 1.795.309.424.762.637 1.36.637zM53.437 18.7c-.251 1.177-.734 2.026-1.448 2.547-.694.502-1.544.753-2.547.753-1.023 0-1.862-.222-2.519-.666a4.08 4.08 0 01-1.447-1.823 6.267 6.267 0 01-.463-2.403V9.466c0-.656-.029-1.042-.087-1.158-.058-.135-.241-.222-.55-.26l-1.592-.203v-.81h2.229V3.675l3.329-.665v4.023h4.631v1.013h-4.631v9.64c0 1.235.154 2.094.463 2.576.309.463.704.695 1.187.695.502 0 .888-.193 1.158-.58.29-.385.473-1.09.55-2.112l1.737.434zm17.962 2.2v.81h-7.787v-.81l1.592-.203c.31-.038.493-.115.55-.231.058-.135.087-.53.087-1.187v-7.295c0-1.331-.202-2.296-.607-2.895-.386-.617-.965-.926-1.737-.926-.328 0-.714.087-1.158.26-.425.155-.859.445-1.303.87-.425.424-.8 1.05-1.129 1.88v8.106c0 .656.03 1.052.087 1.187.058.116.241.193.55.231l1.592.203v.81H54.35v-.81l1.592-.203c.31-.038.492-.115.55-.231.058-.135.087-.53.087-1.187V2.72c0-.656-.029-1.042-.087-1.158-.057-.135-.24-.222-.55-.26L54.35 1.1V.29h5.558v9.002c.56-.888 1.255-1.534 2.084-1.94.85-.405 1.699-.607 2.548-.607 1.428 0 2.557.453 3.387 1.36.83.907 1.244 2.19 1.244 3.85v7.324c0 .656.03 1.052.087 1.187.058.116.241.193.55.231l1.592.203zm14.045-2.634c-.347 1.35-.993 2.316-1.94 2.895-.945.56-2.045.839-3.3.839-2.314 0-4.051-.666-5.21-1.997-1.157-1.351-1.736-3.136-1.736-5.356v-.579c0-2.219.54-3.994 1.621-5.326 1.1-1.331 2.683-1.997 4.747-1.997 1.158 0 2.18.231 3.068.694a4.897 4.897 0 012.114 1.94c.52.85.781 1.882.781 3.097 0 .29-.02.599-.058.927-.019.328-.067.656-.145.984H76.82v.84c0 2.045.289 3.521.868 4.428.579.888 1.514 1.332 2.807 1.332.83 0 1.535-.241 2.114-.724.578-.502.907-1.341.984-2.518l1.852.52zM79.626 7.758c-.946 0-1.65.434-2.113 1.303-.463.868-.694 2.306-.694 4.313h5.239a7.84 7.84 0 00.144-1.071c.039-.348.058-.666.058-.956 0-1.235-.241-2.142-.724-2.72-.482-.58-1.119-.87-1.91-.87zm8.086.087v-.81h5.384v2.373c1.177-1.776 2.576-2.663 4.197-2.663.599 0 1.178.193 1.737.579.56.366 1.023 1.061 1.39 2.084l-2.576 1.39c-.27-.792-.59-1.323-.956-1.593-.347-.29-.723-.434-1.129-.434-.424 0-.84.135-1.244.405-.406.27-.82.772-1.245 1.506v8.597c0 .656.029 1.052.087 1.187.058.116.24.193.55.231l2.17.203v.81h-8.365v-.81l1.592-.203c.309-.038.492-.115.55-.231.058-.135.087-.53.087-1.187V9.466c0-.656-.029-1.042-.087-1.158-.058-.135-.241-.222-.55-.26l-1.592-.203zm15.802-6.832l.115-.724h3.966l-2.981 17.08c-.174.984-.271 1.736-.29 2.257 0 .521.058.888.174 1.1.116.193.28.29.492.29.289 0 .608-.183.955-.55.367-.367.685-.965.955-1.795l.956.637c-.425.868-.907 1.515-1.448 1.94-.54.405-1.09.607-1.65.607-.791 0-1.37-.328-1.737-.984-.366-.675-.424-1.766-.173-3.271l2.605-15.024c.116-.675.154-1.07.116-1.187-.039-.135-.203-.212-.492-.231l-1.563-.145zm17.662 17.86c-.675 1.178-1.524 1.998-2.547 2.461-1.023.444-2.017.666-2.982.666-1.293 0-2.364-.309-3.213-.926-.83-.637-1.409-1.525-1.737-2.664-.308-1.138-.328-2.45-.058-3.936l.116-.637c.232-1.293.666-2.422 1.303-3.387.637-.984 1.438-1.746 2.403-2.287.984-.56 2.093-.84 3.328-.84.965 0 1.786.165 2.461.493.675.328 1.187.762 1.534 1.302.348.521.521 1.081.521 1.68 0 .945-.347 1.755-1.042 2.43-.695.676-1.659 1.207-2.895 1.593-1.215.386-2.614.637-4.197.753l-1.795.116c-.231 1.833-.058 3.203.521 4.11.579.888 1.486 1.332 2.721 1.332.502 0 1.033-.087 1.593-.26a4.452 4.452 0 001.592-.87c.501-.424.878-1.012 1.129-1.765l1.244.637zm-8.423-5.413l-.232 1.39 1.621-.116c1.718-.116 3.04-.376 3.966-.781.926-.425 1.563-.927 1.91-1.506.367-.598.55-1.186.55-1.765 0-.792-.26-1.4-.781-1.824-.502-.444-1.187-.666-2.055-.666-1.12 0-2.152.415-3.098 1.245-.945.83-1.573 2.17-1.881 4.024zM128.786 22c-1.37 0-2.47-.29-3.3-.868-.83-.58-1.274-1.457-1.332-2.635l1.477-.463c.019.83.173 1.477.463 1.94.289.444.666.752 1.129.926.482.174 1.013.26 1.592.26a6.28 6.28 0 001.939-.289c.618-.212 1.11-.53 1.477-.955.366-.425.55-.965.55-1.621 0-.618-.203-1.168-.608-1.65-.386-.502-1.062-.878-2.027-1.13l-1.736-.462c-.869-.232-1.554-.657-2.056-1.274-.482-.618-.723-1.35-.723-2.2 0-.676.164-1.332.492-1.968.328-.657.858-1.197 1.592-1.622.733-.443 1.698-.665 2.895-.665 1.273 0 2.257.222 2.952.665.695.444 1.139 1.014 1.332 1.708.193.695.154 1.419-.116 2.171l-1.766.464c.502-1.332.512-2.355.029-3.069-.463-.714-1.303-1.07-2.518-1.07-1.023 0-1.853.25-2.49.752-.617.501-.926 1.187-.926 2.055 0 1.293.724 2.133 2.171 2.518l1.737.464c.965.25 1.737.714 2.316 1.39.579.675.868 1.475.868 2.402 0 .675-.183 1.34-.55 1.997-.367.637-.946 1.168-1.737 1.592-.791.425-1.833.637-3.126.637zm13.088 0c-1.37 0-2.47-.29-3.3-.868-.83-.58-1.274-1.457-1.332-2.635l1.476-.463c.02.83.174 1.477.464 1.94.289.444.665.752 1.129.926.482.174 1.013.26 1.592.26.694 0 1.341-.096 1.939-.289.618-.212 1.11-.53 1.476-.955.367-.425.55-.965.55-1.621 0-.618-.202-1.168-.607-1.65-.386-.502-1.062-.878-2.027-1.13l-1.737-.462c-.868-.232-1.553-.657-2.055-1.274-.482-.618-.724-1.35-.724-2.2 0-.676.164-1.332.493-1.968.328-.657.858-1.197 1.592-1.622.733-.443 1.698-.665 2.894-.665 1.274 0 2.258.222 2.953.665.695.444 1.139 1.014 1.332 1.708.193.695.154 1.419-.116 2.171l-1.766.464c.502-1.332.511-2.355.029-3.069-.463-.714-1.303-1.07-2.518-1.07-1.023 0-1.853.25-2.49.752-.617.501-.926 1.187-.926 2.055 0 1.293.723 2.133 2.171 2.518l1.737.464c.965.25 1.736.714 2.315 1.39.579.675.869 1.475.869 2.402 0 .675-.183 1.34-.55 1.997-.367.637-.946 1.168-1.737 1.592-.791.425-1.833.637-3.126.637z"
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 = "featherless.ai";
2
+ export declare const TEXT_MULTIPLE = 0.7;
3
+ export declare const SPACE_MULTIPLE = 0.2;
4
+ export declare const COLOR_PRIMARY = "#FFE184";
@@ -0,0 +1,4 @@
1
+ export var TITLE = 'featherless.ai';
2
+ export var TEXT_MULTIPLE = 0.7;
3
+ export var SPACE_MULTIPLE = 0.2;
4
+ export var COLOR_PRIMARY = '#FFE184';
@@ -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;