@lobehub/icons 2.14.0 → 2.15.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 (108) hide show
  1. package/es/Agui/components/Avatar.d.ts +5 -0
  2. package/es/Agui/components/Avatar.js +25 -0
  3. package/es/Agui/components/Combine.d.ts +5 -0
  4. package/es/Agui/components/Combine.js +26 -0
  5. package/es/Agui/components/Mono.d.ts +3 -0
  6. package/es/Agui/components/Mono.js +41 -0
  7. package/es/Agui/components/Text.d.ts +3 -0
  8. package/es/Agui/components/Text.js +39 -0
  9. package/es/Agui/index.d.ts +13 -0
  10. package/es/Agui/index.js +12 -0
  11. package/es/Agui/style.d.ts +7 -0
  12. package/es/Agui/style.js +9 -0
  13. package/es/CopilotKit/components/Avatar.d.ts +5 -0
  14. package/es/CopilotKit/components/Avatar.js +25 -0
  15. package/es/CopilotKit/components/Color.d.ts +3 -0
  16. package/es/CopilotKit/components/Color.js +133 -0
  17. package/es/CopilotKit/components/Combine.d.ts +7 -0
  18. package/es/CopilotKit/components/Combine.js +33 -0
  19. package/es/CopilotKit/components/Mono.d.ts +3 -0
  20. package/es/CopilotKit/components/Mono.js +52 -0
  21. package/es/CopilotKit/components/Text.d.ts +3 -0
  22. package/es/CopilotKit/components/Text.js +39 -0
  23. package/es/CopilotKit/index.d.ts +15 -0
  24. package/es/CopilotKit/index.js +14 -0
  25. package/es/CopilotKit/style.d.ts +7 -0
  26. package/es/CopilotKit/style.js +9 -0
  27. package/es/ElevenX/components/Avatar.d.ts +5 -0
  28. package/es/ElevenX/components/Avatar.js +25 -0
  29. package/es/ElevenX/components/Combine.d.ts +5 -0
  30. package/es/ElevenX/components/Combine.js +26 -0
  31. package/es/ElevenX/components/Mono.d.ts +3 -0
  32. package/es/ElevenX/components/Mono.js +40 -0
  33. package/es/ElevenX/components/Text.d.ts +3 -0
  34. package/es/ElevenX/components/Text.js +39 -0
  35. package/es/ElevenX/index.d.ts +13 -0
  36. package/es/ElevenX/index.js +12 -0
  37. package/es/ElevenX/style.d.ts +7 -0
  38. package/es/ElevenX/style.js +9 -0
  39. package/es/Glama/components/Avatar.d.ts +5 -0
  40. package/es/Glama/components/Avatar.js +25 -0
  41. package/es/Glama/components/Combine.d.ts +5 -0
  42. package/es/Glama/components/Combine.js +26 -0
  43. package/es/Glama/components/Mono.d.ts +3 -0
  44. package/es/Glama/components/Mono.js +44 -0
  45. package/es/Glama/components/Text.d.ts +3 -0
  46. package/es/Glama/components/Text.js +39 -0
  47. package/es/Glama/index.d.ts +13 -0
  48. package/es/Glama/index.js +12 -0
  49. package/es/Glama/style.d.ts +7 -0
  50. package/es/Glama/style.js +9 -0
  51. package/es/Mastra/components/Avatar.d.ts +5 -0
  52. package/es/Mastra/components/Avatar.js +25 -0
  53. package/es/Mastra/components/Combine.d.ts +5 -0
  54. package/es/Mastra/components/Combine.js +26 -0
  55. package/es/Mastra/components/Mono.d.ts +3 -0
  56. package/es/Mastra/components/Mono.js +43 -0
  57. package/es/Mastra/components/Text.d.ts +3 -0
  58. package/es/Mastra/components/Text.js +39 -0
  59. package/es/Mastra/index.d.ts +13 -0
  60. package/es/Mastra/index.js +12 -0
  61. package/es/Mastra/style.d.ts +7 -0
  62. package/es/Mastra/style.js +9 -0
  63. package/es/McpSo/components/Avatar.d.ts +5 -0
  64. package/es/McpSo/components/Avatar.js +25 -0
  65. package/es/McpSo/components/Color.d.ts +3 -0
  66. package/es/McpSo/components/Color.js +42 -0
  67. package/es/McpSo/components/Combine.d.ts +7 -0
  68. package/es/McpSo/components/Combine.js +32 -0
  69. package/es/McpSo/components/Mono.d.ts +3 -0
  70. package/es/McpSo/components/Mono.js +42 -0
  71. package/es/McpSo/components/Text.d.ts +3 -0
  72. package/es/McpSo/components/Text.js +39 -0
  73. package/es/McpSo/index.d.ts +15 -0
  74. package/es/McpSo/index.js +14 -0
  75. package/es/McpSo/style.d.ts +7 -0
  76. package/es/McpSo/style.js +9 -0
  77. package/es/Smithery/components/Avatar.d.ts +5 -0
  78. package/es/Smithery/components/Avatar.js +25 -0
  79. package/es/Smithery/components/Color.d.ts +3 -0
  80. package/es/Smithery/components/Color.js +42 -0
  81. package/es/Smithery/components/Combine.d.ts +7 -0
  82. package/es/Smithery/components/Combine.js +32 -0
  83. package/es/Smithery/components/Mono.d.ts +3 -0
  84. package/es/Smithery/components/Mono.js +40 -0
  85. package/es/Smithery/components/Text.d.ts +3 -0
  86. package/es/Smithery/components/Text.js +39 -0
  87. package/es/Smithery/index.d.ts +15 -0
  88. package/es/Smithery/index.js +14 -0
  89. package/es/Smithery/style.d.ts +7 -0
  90. package/es/Smithery/style.js +9 -0
  91. package/es/Tavily/components/Avatar.d.ts +5 -0
  92. package/es/Tavily/components/Avatar.js +25 -0
  93. package/es/Tavily/components/Color.d.ts +3 -0
  94. package/es/Tavily/components/Color.js +54 -0
  95. package/es/Tavily/components/Combine.d.ts +7 -0
  96. package/es/Tavily/components/Combine.js +32 -0
  97. package/es/Tavily/components/Mono.d.ts +3 -0
  98. package/es/Tavily/components/Mono.js +40 -0
  99. package/es/Tavily/components/Text.d.ts +3 -0
  100. package/es/Tavily/components/Text.js +39 -0
  101. package/es/Tavily/index.d.ts +15 -0
  102. package/es/Tavily/index.js +14 -0
  103. package/es/Tavily/style.d.ts +7 -0
  104. package/es/Tavily/style.js +9 -0
  105. package/es/icons.d.ts +8 -0
  106. package/es/icons.js +8 -0
  107. package/es/toc.js +144 -0
  108. package/package.json +1 -1
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconAvatarProps } from "../../features/IconAvatar";
3
+ export type AvatarProps = Omit<IconAvatarProps, 'Icon'>;
4
+ declare const Avatar: import("react").NamedExoticComponent<AvatarProps>;
5
+ export default Avatar;
@@ -0,0 +1,25 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
8
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
9
+ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
10
+ import { memo } from 'react';
11
+ import IconAvatar from "../../features/IconAvatar";
12
+ import { AVATAR_BACKGROUND, AVATAR_COLOR, AVATAR_ICON_MULTIPLE, TITLE } from "../style";
13
+ import Mono from "./Mono";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ var Avatar = /*#__PURE__*/memo(function (_ref) {
16
+ var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
17
+ return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
18
+ Icon: Mono,
19
+ "aria-label": TITLE,
20
+ background: AVATAR_BACKGROUND,
21
+ color: AVATAR_COLOR,
22
+ iconMultiple: AVATAR_ICON_MULTIPLE
23
+ }, rest));
24
+ });
25
+ export default Avatar;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../features/IconCombine";
3
+ export type CombineProps = Omit<IconCombineProps, 'Icon' | 'Text'>;
4
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
5
+ export default Combine;
@@ -0,0 +1,26 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
8
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
9
+ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
10
+ import { memo } from 'react';
11
+ import IconCombine from "../../features/IconCombine";
12
+ import { COMBINE_SPACE_MULTIPLE, COMBINE_TEXT_MULTIPLE, TITLE } from "../style";
13
+ import Mono from "./Mono";
14
+ import Text from "./Text";
15
+ import { jsx as _jsx } from "react/jsx-runtime";
16
+ var Combine = /*#__PURE__*/memo(function (_ref) {
17
+ var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
18
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
19
+ Icon: Mono,
20
+ Text: Text,
21
+ "aria-label": TITLE,
22
+ spaceMultiple: COMBINE_SPACE_MULTIPLE,
23
+ textMultiple: COMBINE_TEXT_MULTIPLE
24
+ }, rest));
25
+ });
26
+ export default Combine;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,40 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { memo } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/memo(function (_ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ fillRule: "evenodd",
24
+ height: size,
25
+ style: _objectSpread({
26
+ flex: 'none',
27
+ lineHeight: 1
28
+ }, style),
29
+ viewBox: "0 0 24 24",
30
+ width: size,
31
+ xmlns: "http://www.w3.org/2000/svg"
32
+ }, rest), {}, {
33
+ children: [/*#__PURE__*/_jsx("title", {
34
+ children: TITLE
35
+ }), /*#__PURE__*/_jsx("path", {
36
+ d: "M15.308 8.491c1.84-1.8 3.664-3.58 5.482-5.365.166-.163.276-.244.493-.043 1.114 1.036 1.925 2.244 2.2 3.741.376 2.043-.1 3.878-1.493 5.463-.884 1.007-1.988 1.672-3.295 2.02-.044.011-.084.04-.13.063.028.153.164.169.265.21 1.633.67 3.267 1.336 4.903 1.998.218.088.335.177.225.441-.468 1.12-1.075 2.143-2.036 2.933-1.055.868-2.26 1.388-3.638 1.516-1.942.18-3.64-.39-5.084-1.652-1.165-1.02-1.852-2.31-2.084-3.828a6.02 6.02 0 01.129-2.54c.023-.086.05-.185-.105-.311l-8.145 7.967c-1.988-1.543-3.01-3.99-2.454-6.469.578-2.585 2.274-4.17 4.807-4.966-.041-.224-.22-.252-.367-.312-1.587-.654-3.173-1.31-4.764-1.955-.19-.078-.267-.149-.183-.361.626-1.592 1.594-2.906 3.163-3.724 1.864-.972 3.786-1.09 5.739-.282 2.104.87 3.373 2.44 3.89 4.598.224.935.192 1.881-.031 2.818-.033.136-.094.266-.003.494l2.516-2.454z"
37
+ })]
38
+ }));
39
+ });
40
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,39 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { memo } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/memo(function (_ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ fillRule: "evenodd",
24
+ height: size,
25
+ style: _objectSpread({
26
+ flex: 'none',
27
+ lineHeight: 1
28
+ }, style),
29
+ viewBox: "0 0 41 24",
30
+ xmlns: "http://www.w3.org/2000/svg"
31
+ }, rest), {}, {
32
+ children: [/*#__PURE__*/_jsx("title", {
33
+ children: TITLE
34
+ }), /*#__PURE__*/_jsx("path", {
35
+ d: "M23.038 22l5.788-7.412-5.788-7.504h4.44l3.645 4.778 3.461-4.778h4.41l-5.757 7.504L38.995 22h-4.41l-3.707-4.778-3.4 4.778h-4.44zM16.96 2h2.726v20h-3.614V6.319a9.634 9.634 0 01-1.593.566c-.52.133-1.041.2-1.562.2V3.622a8.094 8.094 0 002.021-.474c.654-.256 1.328-.639 2.022-1.149zM6.043 2h2.726v20H5.155V6.319a9.637 9.637 0 01-1.593.566c-.52.133-1.041.2-1.562.2V3.622a8.094 8.094 0 002.021-.474C4.675 2.893 5.35 2.51 6.043 2z"
36
+ })]
37
+ }));
38
+ });
39
+ export default Icon;
@@ -0,0 +1,13 @@
1
+ import Avatar from './components/Avatar';
2
+ import Combine from './components/Combine';
3
+ import Mono from './components/Mono';
4
+ import Text from './components/Text';
5
+ export type CompoundedIcon = typeof Mono & {
6
+ Avatar: typeof Avatar;
7
+ Combine: typeof Combine;
8
+ Text: typeof Text;
9
+ colorPrimary: string;
10
+ title: string;
11
+ };
12
+ declare const Icons: CompoundedIcon;
13
+ export default Icons;
@@ -0,0 +1,12 @@
1
+ import Avatar from "./components/Avatar";
2
+ import Combine from "./components/Combine";
3
+ import Mono from "./components/Mono";
4
+ import Text from "./components/Text";
5
+ import { COLOR_PRIMARY, TITLE } from "./style";
6
+ var Icons = Mono;
7
+ Icons.Text = Text;
8
+ Icons.Combine = Combine;
9
+ Icons.Avatar = Avatar;
10
+ Icons.colorPrimary = COLOR_PRIMARY;
11
+ Icons.title = TITLE;
12
+ export default Icons;
@@ -0,0 +1,7 @@
1
+ export declare const TITLE = "11x";
2
+ export declare const COMBINE_TEXT_MULTIPLE = 0.85;
3
+ export declare const COMBINE_SPACE_MULTIPLE = 0.3;
4
+ export declare const COLOR_PRIMARY = "#fff";
5
+ export declare const AVATAR_BACKGROUND = "#fff";
6
+ export declare const AVATAR_COLOR = "#000";
7
+ export declare const AVATAR_ICON_MULTIPLE = 0.7;
@@ -0,0 +1,9 @@
1
+ export var TITLE = '11x';
2
+ export var COMBINE_TEXT_MULTIPLE = 0.85;
3
+ export var COMBINE_SPACE_MULTIPLE = 0.3;
4
+ export var COLOR_PRIMARY = '#fff';
5
+
6
+ // Avatar constants
7
+ export var AVATAR_BACKGROUND = COLOR_PRIMARY;
8
+ export var AVATAR_COLOR = '#000';
9
+ export var AVATAR_ICON_MULTIPLE = 0.7;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconAvatarProps } from "../../features/IconAvatar";
3
+ export type AvatarProps = Omit<IconAvatarProps, 'Icon'>;
4
+ declare const Avatar: import("react").NamedExoticComponent<AvatarProps>;
5
+ export default Avatar;
@@ -0,0 +1,25 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
8
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
9
+ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
10
+ import { memo } from 'react';
11
+ import IconAvatar from "../../features/IconAvatar";
12
+ import { AVATAR_BACKGROUND, AVATAR_COLOR, AVATAR_ICON_MULTIPLE, TITLE } from "../style";
13
+ import Mono from "./Mono";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ var Avatar = /*#__PURE__*/memo(function (_ref) {
16
+ var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
17
+ return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
18
+ Icon: Mono,
19
+ "aria-label": TITLE,
20
+ background: AVATAR_BACKGROUND,
21
+ color: AVATAR_COLOR,
22
+ iconMultiple: AVATAR_ICON_MULTIPLE
23
+ }, rest));
24
+ });
25
+ export default Avatar;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../features/IconCombine";
3
+ export type CombineProps = Omit<IconCombineProps, 'Icon' | 'Text'>;
4
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
5
+ export default Combine;
@@ -0,0 +1,26 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
8
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
9
+ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
10
+ import { memo } from 'react';
11
+ import IconCombine from "../../features/IconCombine";
12
+ import { COMBINE_SPACE_MULTIPLE, COMBINE_TEXT_MULTIPLE, TITLE } from "../style";
13
+ import Mono from "./Mono";
14
+ import Text from "./Text";
15
+ import { jsx as _jsx } from "react/jsx-runtime";
16
+ var Combine = /*#__PURE__*/memo(function (_ref) {
17
+ var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
18
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
19
+ Icon: Mono,
20
+ Text: Text,
21
+ "aria-label": TITLE,
22
+ spaceMultiple: COMBINE_SPACE_MULTIPLE,
23
+ textMultiple: COMBINE_TEXT_MULTIPLE
24
+ }, rest));
25
+ });
26
+ export default Combine;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,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 { memo } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/memo(function (_ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ fillRule: "evenodd",
24
+ height: size,
25
+ style: _objectSpread({
26
+ flex: 'none',
27
+ lineHeight: 1
28
+ }, style),
29
+ viewBox: "0 0 24 24",
30
+ width: size,
31
+ xmlns: "http://www.w3.org/2000/svg"
32
+ }, rest), {}, {
33
+ children: [/*#__PURE__*/_jsx("title", {
34
+ children: TITLE
35
+ }), /*#__PURE__*/_jsx("path", {
36
+ d: "M17.72 10.922c.237-.213.235-.254-.024-.514-.46-.46-.922-.917-1.382-1.377-.241-.241-.479-.487-.72-.728-.102-.101-.156-.193-.011-.303.082-.062.043-.129-.02-.182-.16-.135-.343-.203-.543-.113-.24.107-.422.226-.452.558-.094 1.041-.976 1.685-2.026 1.542-1.029-.14-1.69-1.042-1.72-1.981a.3.3 0 00-.118-.248c-.12-.09-.242-.179-.361-.267-.072.05-.05.108-.036.159.03.108-.012.17-.112.208-.628.238-1.254.483-1.884.714-.326.12-.648.249-.966.39a.89.89 0 00-.403.382c-.172-.093-.183-.227-.153-.371a.695.695 0 01.35-.49c.329-.186.686-.302 1.037-.436.549-.21 1.095-.427 1.645-.637.108-.042.223-.068.34-.103.019-.092-.022-.176-.034-.262-.032-.23.07-.39.298-.425.42-.065.846-.08 1.262-.172.3-.066.597-.14.91-.135.802.013 1.408.353 1.811 1.048.023.038.048.075.08.125.516-.31 1.026-.323 1.525.045.095-.132.157-.27.253-.387.4-.487.926-.745 1.534-.853.21-.037.415.018.614.069.418.107.845.162 1.27.226.18.027.363.067.43.27.072.215.008.415-.203.555-.28.186-.41.435-.43.768-.022.393-.197.732-.434 1.038-.185.24-.385.469-.685.575-.208.074-.415.14-.644.006.001.144.093.214.162.291.146.163.293.325.417.506.22.321.201.614-.064.898-.08.086-.093.143-.02.255.2.306.35.634.383 1.01.027.307-.204.705-.534.84-.134.054-.188.135-.239.265-.236.597-.662.97-1.316 1.054-.463.06-.894-.03-1.286-.277-.182-.114-.35-.156-.547-.044-.22.125-.435.262-.467.534-.092.768-.127 1.541-.105 2.314.006.18.095.332.207.468.11.134.15.28.055.434-.253.41-.125.785.102 1.148.086.137.189.265.3.383.113.122.13.256.095.405-.019.081-.035.17-.079.238-.128.202-.085.398.002.593.44.984.928 1.933 1.802 2.618.017.013.034.03.049.046.064.068.162.14.102.241a.292.292 0 01-.32.134.868.868 0 01-.418-.24c-.71-.668-1.251-1.447-1.554-2.38a8.814 8.814 0 00-.139-.397c-.07-.187-.084-.378.014-.553.078-.14.045-.258-.044-.354-.47-.505-.522-1.13-.536-1.771-.003-.128-.006-.262-.044-.382-.185-.59-.167-1.196-.15-1.8.006-.19-.061-.27-.235-.315-.77-.197-1.482-.518-2.09-1.036a1.43 1.43 0 00-.692-.308c-1.078-.205-2.006-1.133-2.219-2.208-.021-.109-.011-.208.083-.27.114-.074.24-.129.38-.083.058.018.075.077.081.137.107 1.048 1.096 1.814 2.102 1.97.752.115 1.481.042 2.213-.122.474-.107.96-.155 1.44-.22.207-.028.376.055.527.178.276.228.597.355.944.408.334.051.661.025.947-.185.119-.087.219-.19.243-.338-.021-.03-.044-.033-.064-.023-.4.196-.8.132-1.193-.007a3.36 3.36 0 01-1.392-.912.7.7 0 01-.117-.163c-.048-.099-.04-.196.054-.271.094-.075.188-.093.287-.006.305.268.626.509 1.02.634.279.089.557.095.843.027.494-.117.491-.832.215-1.13-.232-.249-.525-.273-.825-.31-.236-.03-.45-.104-.573-.33-.104-.19-.068-.287.134-.361.3-.11.606-.196.933-.178.27.016.468.136.593.377.038.075.076.15.124.219.082.117.154.114.23-.01.063-.105.116-.217.182-.335zm-5.344-3.915c-.046.216.04.367.26.433.171.053.34.107.487.216.106.077.196.146.114.3-.028.052-.017.133-.007.198.028.177.214.31.363.267.172-.05.233-.176.146-.375-.093-.213-.17-.423-.173-.659a.366.366 0 00-.103-.226 1.058 1.058 0 00-.578-.353c-.193-.04-.384-.027-.51.199zm5.594.506c.066-.002.136.015.187-.047.15-.179.009-.591-.221-.629a1.17 1.17 0 00-.334-.002c-.173.023-.226.165-.264.31-.035.136.066.187.16.24.137.079.278.144.472.128zm-.221 4.33c-.173.267-.138.556-.072.84a.26.26 0 00.28.196c.128-.012.165-.137.165-.256-.002-.333-.12-.64-.198-.959-.097.027-.112.11-.175.179zm.985-3.802c-.088-.19-.227-.259-.4-.192-.139.055-.145.174-.12.294.03.157.16.262.289.246.15-.018.24-.139.231-.348z"
37
+ }), /*#__PURE__*/_jsx("path", {
38
+ d: "M17.747 5.752c-.302-.138-.56-.02-.815.1-.158.074-.294.184-.433.288-.077.057-.168.113-.264.07-.091-.043-.065-.145-.073-.227-.006-.061-.024-.124-.017-.184.072-.606-.3-.931-.764-1.186-.238-.13-.484-.266-.775-.241-.135.011-.246.056-.3.193.06.075.141.075.217.089.407.073.794.185 1.096.498.222.23.319.48.186.791a.339.339 0 00.088.413c.074.069.167.132.19.275a.995.995 0 01-.522-.228c-.082-.068-.149-.153-.226-.226-.107-.1-.155-.199-.095-.354.063-.163-.03-.313-.23-.416-.276-.144-.579-.2-.881-.261-.338-.07-.661-.187-.89-.465-.097-.117-.198-.117-.328-.08-.438.122-.852.31-1.275.472-.703.267-1.383.588-2.042.946-.758.411-1.516.83-2.188 1.376a3.723 3.723 0 00-1.01 1.284c-.07.143-.098.3-.096.457a.518.518 0 01-.132.369c-.406.46-.49.988-.327 1.568.047.168.08.338.02.512-.025.075-.065.133-.143.15-.582.126-1.166.18-1.73-.062-.437-.187-.565-.537-.402-.98.144-.391.397-.713.66-1.027.725-.868 1.563-1.615 2.465-2.298a19.235 19.235 0 012.204-1.447c.92-.515 1.867-.97 2.857-1.339.881-.33 1.765-.652 2.673-.897a14.209 14.209 0 012.337-.447c.558-.054 1.115-.098 1.672.004.171.03.337.081.492.164.356.19.476.487.317.861-.164.388-.435.703-.753.977-.182.157-.371.306-.554.463-.06.052-.118.085-.209.045zm-10.032.31c-.237.206-.286.194-.36-.113a6.627 6.627 0 01-.149-2.1c.035-.436.073-.871.24-1.28.288-.698.685-1.32 1.269-1.813.074-.062.227-.13.162-.238-.08-.132-.204-.004-.292.042-.37.196-.648.492-.867.847-.35.57-.646 1.163-.787 1.825-.054.252-.066.51-.093.764-.03.29-.044.581-.042.872a.642.642 0 01-.149.435c-.197-.23-.272-.494-.305-.772-.074-.625.107-1.207.306-1.786.203-.593.484-1.142.906-1.614.269-.301.615-.48.963-.663.228-.12.454-.244.686-.355.141-.067.293-.116.455-.089.416.07.586.365.494.85-.089.459-.329.854-.546 1.256-.425.788-.867 1.568-1.072 2.452-.077.332-.15.664-.222.997-.025.115-.075.197-.195.248-.138.059-.262.15-.402.235zm3.76-1.923c-.82.348-1.64.66-2.402 1.136-.041-.13-.015-.248.001-.356.042-.282.107-.56.161-.84.02-.107.072-.16.19-.17.204-.02.38-.127.563-.212a11.085 11.085 0 012.508-.843c.265-.053.534-.056.803-.048.037.001.083.009.11.031.144.125.284.253.423.383.032.03.058.07.041.124-.819.188-1.592.519-2.397.795z"
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ d: "M6.795 15.464a1.25 1.25 0 00-.038.364c0 .14.08.225.192.293.206.125.248.232.15.368-.122.167-.374.221-.521.1-.299-.244-.42-.572-.419-.949 0-.192.044-.379.137-.549.1-.182.092-.377.082-.573-.003-.056-.007-.113-.002-.168.028-.315-.052-.577-.237-.854-.365-.546-.263-1.13.025-1.69.072-.138.169-.264.214-.417.02-.07.03-.13-.031-.183-.44-.385-.238-1.298.181-1.608.134-.1.27-.198.368-.337.255.226.264.454.035.679-.204.2-.352.425-.26.73.037.126.117.23.216.314.078.066.098.134.044.219a1.48 1.48 0 00-.225.711c-.011.144-.101.26-.145.392-.083.25-.124.498-.033.755a.646.646 0 00.218.312c.108.081.13.172.094.307a2.29 2.29 0 00-.007 1.224c.051.187-.002.365-.038.56zM16.221.212c.166.199.222.42.237.662.039.655-.112 1.266-.393 1.851-.041.087-.083.157-.19.161-.456.017-.892.153-1.339.224-.053.008-.114.045-.15-.022-.03-.06.012-.106.048-.15a4.682 4.682 0 00.866-1.6c.091-.293.071-.597.124-.893.022-.123.057-.24.161-.323.194-.155.394-.13.636.09zM7.136 19.871c-.008.37.044.72.053 1.071.01.357-.007.718-.15 1.055a.894.894 0 00-.06.492c.026.178.041.357-.044.527-.027.053-.059.105-.126.086-.058-.017-.056-.076-.058-.127-.008-.164.027-.323.051-.483.023-.157.031-.302-.107-.432-.12-.113-.138-.282-.112-.441a4.566 4.566 0 00-.003-1.569c-.02-.114-.007-.235-.003-.352.019-.616-.037-1.231-.04-1.847-.002-.2-.027-.401-.029-.603 0-.125.044-.205.179-.214.13-.008.246-.005.283.16.063.286.074.578.092.866.038.598.05 1.196.074 1.811zM9.632 9.218c-.212-.04-.417-.061-.595-.183-.198-.135-.283-.343-.217-.552.047-.147.136-.185.27-.107a.9.9 0 01.159.122c.162.152.353.162.548.096.159-.054.314-.12.463-.197.113-.057.171-.037.22.077.115.262.244.515.422.743.12.152.248.287.415.386.139.084.141.13.014.216a1.222 1.222 0 01-1.167.145c-.233-.088-.37-.282-.453-.513-.026-.073-.047-.149-.079-.233zM8.174 21.51a1.156 1.156 0 01-.203-.395c-.029-.119-.021-.236.056-.335.167-.214.38-.184.479.069.078.197.195.361.367.487.103.075.228.14.16.305-.063.15-.23.23-.401.203-.207-.033-.326-.18-.458-.334zm3.85-4.29c-.061-.11-.112-.209-.083-.328.043-.173.17-.292.32-.298.169-.006.327.127.38.32a.386.386 0 01-.18.415c-.149.088-.269.06-.437-.11zM6.93 6.576c-.17.171-.296.144-.347-.07a1.89 1.89 0 01-.071-.546c.003-.054-.003-.122.063-.14.065-.018.1.04.133.083.15.194.165.434.222.673z"
41
+ })]
42
+ }));
43
+ });
44
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,39 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { memo } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/memo(function (_ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ fillRule: "nonzero",
24
+ height: size,
25
+ style: _objectSpread({
26
+ flex: 'none',
27
+ lineHeight: 1
28
+ }, style),
29
+ viewBox: "0 0 81 24",
30
+ xmlns: "http://www.w3.org/2000/svg"
31
+ }, rest), {}, {
32
+ children: [/*#__PURE__*/_jsx("title", {
33
+ children: TITLE
34
+ }), /*#__PURE__*/_jsx("path", {
35
+ d: "M15.72 8.398a5.93 5.93 0 00-.738-1.545 4.719 4.719 0 00-1.086-1.175 4.56 4.56 0 00-1.446-.75 5.796 5.796 0 00-1.767-.255c-1.09 0-2.072.281-2.948.844-.875.562-1.568 1.387-2.078 2.474-.504 1.08-.756 2.404-.756 3.971 0 1.574.255 2.904.765 3.99.51 1.088 1.21 1.912 2.098 2.475.888.562 1.899.843 3.032.843 1.052 0 1.969-.215 2.75-.644a4.483 4.483 0 001.824-1.82c.434-.79.652-1.72.652-2.787l.755.142h-5.536v-2.417h7.606v2.209c0 1.63-.347 3.045-1.04 4.246a7.087 7.087 0 01-2.853 2.768c-1.21.65-2.595.976-4.158.976-1.75 0-3.288-.404-4.61-1.213-1.317-.809-2.344-1.956-3.08-3.44C2.367 15.797 2 14.027 2 11.98c0-1.548.214-2.938.642-4.17.429-1.233 1.03-2.279 1.805-3.138a7.88 7.88 0 012.75-1.981C8.255 2.23 9.41 2 10.664 2c1.046 0 2.019.155 2.92.464.907.31 1.713.75 2.419 1.318a7.451 7.451 0 011.766 2.028c.467.778.782 1.64.945 2.588H15.72zM25.151 2.265v19.413h-2.825V2.265h2.825zM33.175 22c-.92 0-1.751-.17-2.494-.512a4.206 4.206 0 01-1.767-1.507c-.429-.657-.643-1.463-.643-2.417 0-.822.158-1.498.473-2.028a3.49 3.49 0 011.275-1.261 6.644 6.644 0 011.796-.702 17.78 17.78 0 012.021-.36c.87-.1 1.575-.183 2.117-.246.542-.07.935-.18 1.181-.332.246-.152.368-.398.368-.74v-.066c0-.827-.233-1.469-.699-1.924-.46-.455-1.146-.682-2.06-.682-.95 0-1.7.211-2.248.635-.542.417-.917.881-1.124 1.393l-2.656-.606c.315-.885.775-1.6 1.38-2.143a5.59 5.59 0 012.107-1.194 8.201 8.201 0 012.504-.38c.58 0 1.193.07 1.842.21.655.132 1.266.379 1.833.739.573.36 1.043.875 1.408 1.545.365.663.548 1.526.548 2.587v9.669h-2.759v-1.99h-.113a4.034 4.034 0 01-.822 1.08c-.366.354-.835.648-1.408.881-.573.234-1.26.351-2.06.351zm.614-2.275c.781 0 1.449-.155 2.003-.464.56-.31.986-.714 1.276-1.214a3.155 3.155 0 00.444-1.62V14.55c-.1.1-.296.196-.586.284a9.07 9.07 0 01-.973.218c-.365.057-.721.11-1.068.161-.346.045-.636.082-.869.114a6.984 6.984 0 00-1.502.35c-.448.165-.807.402-1.077.712-.265.303-.397.707-.397 1.213 0 .701.258 1.232.774 1.592.517.354 1.175.531 1.975.531zM44.1 21.678V7.118h2.712v2.37h.18c.301-.802.796-1.428 1.483-1.877.686-.455 1.508-.682 2.465-.682.97 0 1.783.227 2.438.682.662.455 1.15 1.08 1.465 1.877h.15a4.093 4.093 0 011.654-1.858c.756-.467 1.657-.701 2.703-.701 1.316 0 2.39.414 3.221 1.242.838.827 1.257 2.075 1.257 3.744v9.763h-2.825V12.18c0-.986-.268-1.7-.803-2.142-.535-.442-1.175-.664-1.918-.664-.92 0-1.635.285-2.145.853-.51.563-.765 1.286-.765 2.171v9.28h-2.816V12c0-.79-.245-1.425-.737-1.905-.491-.48-1.13-.72-1.918-.72a2.74 2.74 0 00-1.483.426c-.447.278-.81.667-1.087 1.166-.27.499-.406 1.077-.406 1.734v8.977H44.1zM71.838 22c-.92 0-1.751-.17-2.494-.512a4.206 4.206 0 01-1.767-1.507c-.428-.657-.643-1.463-.643-2.417 0-.822.158-1.498.473-2.028a3.49 3.49 0 011.275-1.261 6.644 6.644 0 011.796-.702 17.78 17.78 0 012.022-.36c.869-.1 1.574-.183 2.116-.246.542-.07.935-.18 1.181-.332.246-.152.368-.398.368-.74v-.066c0-.827-.233-1.469-.699-1.924-.46-.455-1.146-.682-2.06-.682-.95 0-1.7.211-2.248.635-.542.417-.917.881-1.125 1.393l-2.655-.606c.315-.885.775-1.6 1.38-2.143a5.59 5.59 0 012.107-1.194 8.201 8.201 0 012.504-.38c.58 0 1.193.07 1.842.21.655.132 1.266.379 1.833.739.573.36 1.043.875 1.408 1.545.365.663.548 1.526.548 2.587v9.669h-2.759v-1.99h-.113a4.034 4.034 0 01-.822 1.08c-.366.354-.835.648-1.408.881-.573.234-1.26.351-2.06.351zm.614-2.275c.781 0 1.449-.155 2.003-.464.56-.31.986-.714 1.276-1.214a3.154 3.154 0 00.444-1.62V14.55c-.1.1-.296.196-.586.284a9.07 9.07 0 01-.973.218c-.365.057-.721.11-1.068.161-.346.045-.636.082-.869.114a6.984 6.984 0 00-1.502.35c-.448.165-.807.402-1.077.712-.265.303-.397.707-.397 1.213 0 .701.258 1.232.775 1.592.516.354 1.174.531 1.974.531z"
36
+ })]
37
+ }));
38
+ });
39
+ export default Icon;
@@ -0,0 +1,13 @@
1
+ import Avatar from './components/Avatar';
2
+ import Combine from './components/Combine';
3
+ import Mono from './components/Mono';
4
+ import Text from './components/Text';
5
+ export type CompoundedIcon = typeof Mono & {
6
+ Avatar: typeof Avatar;
7
+ Combine: typeof Combine;
8
+ Text: typeof Text;
9
+ colorPrimary: string;
10
+ title: string;
11
+ };
12
+ declare const Icons: CompoundedIcon;
13
+ export default Icons;
@@ -0,0 +1,12 @@
1
+ import Avatar from "./components/Avatar";
2
+ import Combine from "./components/Combine";
3
+ import Mono from "./components/Mono";
4
+ import Text from "./components/Text";
5
+ import { COLOR_PRIMARY, TITLE } from "./style";
6
+ var Icons = Mono;
7
+ Icons.Text = Text;
8
+ Icons.Combine = Combine;
9
+ Icons.Avatar = Avatar;
10
+ Icons.colorPrimary = COLOR_PRIMARY;
11
+ Icons.title = TITLE;
12
+ export default Icons;
@@ -0,0 +1,7 @@
1
+ export declare const TITLE = "Glama";
2
+ export declare const COMBINE_TEXT_MULTIPLE = 0.8;
3
+ export declare const COMBINE_SPACE_MULTIPLE = 0.2;
4
+ export declare const COLOR_PRIMARY = "#000";
5
+ export declare const AVATAR_BACKGROUND = "#000";
6
+ export declare const AVATAR_COLOR = "#fff";
7
+ export declare const AVATAR_ICON_MULTIPLE = 0.9;
@@ -0,0 +1,9 @@
1
+ export var TITLE = 'Glama';
2
+ export var COMBINE_TEXT_MULTIPLE = 0.8;
3
+ export var COMBINE_SPACE_MULTIPLE = 0.2;
4
+ export var COLOR_PRIMARY = '#000';
5
+
6
+ // Avatar constants
7
+ export var AVATAR_BACKGROUND = COLOR_PRIMARY;
8
+ export var AVATAR_COLOR = '#fff';
9
+ export var AVATAR_ICON_MULTIPLE = 0.9;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconAvatarProps } from "../../features/IconAvatar";
3
+ export type AvatarProps = Omit<IconAvatarProps, 'Icon'>;
4
+ declare const Avatar: import("react").NamedExoticComponent<AvatarProps>;
5
+ export default Avatar;
@@ -0,0 +1,25 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
8
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
9
+ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
10
+ import { memo } from 'react';
11
+ import IconAvatar from "../../features/IconAvatar";
12
+ import { AVATAR_BACKGROUND, AVATAR_COLOR, AVATAR_ICON_MULTIPLE, TITLE } from "../style";
13
+ import Mono from "./Mono";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ var Avatar = /*#__PURE__*/memo(function (_ref) {
16
+ var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
17
+ return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
18
+ Icon: Mono,
19
+ "aria-label": TITLE,
20
+ background: AVATAR_BACKGROUND,
21
+ color: AVATAR_COLOR,
22
+ iconMultiple: AVATAR_ICON_MULTIPLE
23
+ }, rest));
24
+ });
25
+ export default Avatar;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../features/IconCombine";
3
+ export type CombineProps = Omit<IconCombineProps, 'Icon' | 'Text'>;
4
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
5
+ export default Combine;
@@ -0,0 +1,26 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
8
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
9
+ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
10
+ import { memo } from 'react';
11
+ import IconCombine from "../../features/IconCombine";
12
+ import { COMBINE_SPACE_MULTIPLE, COMBINE_TEXT_MULTIPLE, TITLE } from "../style";
13
+ import Mono from "./Mono";
14
+ import Text from "./Text";
15
+ import { jsx as _jsx } from "react/jsx-runtime";
16
+ var Combine = /*#__PURE__*/memo(function (_ref) {
17
+ var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
18
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
19
+ Icon: Mono,
20
+ Text: Text,
21
+ "aria-label": TITLE,
22
+ spaceMultiple: COMBINE_SPACE_MULTIPLE,
23
+ textMultiple: COMBINE_TEXT_MULTIPLE
24
+ }, rest));
25
+ });
26
+ export default Combine;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,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 { memo } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/memo(function (_ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ fillRule: "evenodd",
24
+ height: size,
25
+ style: _objectSpread({
26
+ flex: 'none',
27
+ lineHeight: 1
28
+ }, style),
29
+ viewBox: "0 0 24 24",
30
+ width: size,
31
+ xmlns: "http://www.w3.org/2000/svg"
32
+ }, rest), {}, {
33
+ children: [/*#__PURE__*/_jsx("title", {
34
+ children: TITLE
35
+ }), /*#__PURE__*/_jsx("path", {
36
+ d: "M14.74 9.977l-1.584 1.583h3.563v.942h-3.563l1.583 1.583-.666.666-2.053-2.054-2.054 2.054-.666-.666 1.583-1.583H7.32v-.942h3.562L9.299 9.977l.666-.666 2.055 2.054 2.054-2.054.666.666z"
37
+ }), /*#__PURE__*/_jsx("path", {
38
+ clipRule: "evenodd",
39
+ d: "M11.99.083c6.575 0 11.905 5.332 11.905 11.907 0 3.198-1.263 6.099-3.315 8.237a5.727 5.727 0 01-.353.353 11.862 11.862 0 01-8.237 3.316C5.415 23.895.084 18.566.084 11.99c0-3.188 1.255-6.081 3.296-8.219a5.75 5.75 0 01.393-.394A11.864 11.864 0 0111.99.083zM1.93 16.354c1.687 3.884 5.556 6.6 10.06 6.6 1.42 0 2.776-.274 4.022-.765a9.709 9.709 0 01-2.23-.186c-1.665-.328-3.396-1.069-5.036-2.18-1.946-.374-3.695-1.074-5.104-2.02a9.703 9.703 0 01-1.712-1.448zm19.154.899a10.46 10.46 0 01-.746.55c-2.157 1.447-5.11 2.327-8.349 2.327-.296 0-.59-.011-.88-.025.96.463 1.922.791 2.854.975 2.345.462 4.427.015 5.78-1.338.669-.67 1.116-1.518 1.341-2.49zM11.989 4.79c-3.077 0-5.841.838-7.823 2.167a8.863 8.863 0 00-1.44 1.195 8.86 8.86 0 00.172 1.864c.462 2.34 1.826 4.888 4.001 7.064.705.705 1.45 1.323 2.213 1.855.916.164 1.88.254 2.877.254 3.077 0 5.843-.838 7.825-2.168a8.858 8.858 0 001.438-1.194 8.865 8.865 0 00-.172-1.864c-.461-2.341-1.824-4.888-4-7.064a16.323 16.323 0 00-2.213-1.855 16.32 16.32 0 00-2.878-.254zM1.836 9.278c-.528.846-.81 1.764-.81 2.711 0 1.913 1.155 3.701 3.14 5.032.788.53 1.701.978 2.708 1.33a17.78 17.78 0 01-.64-.606c-2.29-2.29-3.756-5-4.258-7.548a10.48 10.48 0 01-.14-.919zm15.27-3.65c.216.195.43.396.64.605 2.29 2.29 3.756 5 4.258 7.548.06.308.106.614.139.917.527-.845.811-1.762.811-2.709 0-1.913-1.156-3.7-3.14-5.032-.789-.529-1.701-.978-2.708-1.33zM11.99 1.025c-1.42 0-2.777.272-4.022.764a9.707 9.707 0 012.23.186c1.665.328 3.398 1.07 5.038 2.181 1.945.374 3.694 1.075 5.102 2.02a9.704 9.704 0 011.71 1.448A10.965 10.965 0 0011.99 1.025zm-1.974 1.873c-2.345-.462-4.427-.014-5.78 1.338-.67.67-1.117 1.519-1.342 2.49.237-.192.487-.375.748-.55C5.798 4.729 8.75 3.85 11.989 3.85c.296 0 .589.009.88.023a11.917 11.917 0 00-2.853-.975z"
40
+ })]
41
+ }));
42
+ });
43
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;