@lobehub/icons 5.8.0 → 5.9.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 (123) hide show
  1. package/es/AirJelly/components/Avatar.d.ts +5 -0
  2. package/es/AirJelly/components/Avatar.js +25 -0
  3. package/es/AirJelly/components/Color.d.ts +3 -0
  4. package/es/AirJelly/components/Color.js +39 -0
  5. package/es/AirJelly/components/Combine.d.ts +7 -0
  6. package/es/AirJelly/components/Combine.js +32 -0
  7. package/es/AirJelly/components/Mono.d.ts +3 -0
  8. package/es/AirJelly/components/Mono.js +40 -0
  9. package/es/AirJelly/components/Text.d.ts +3 -0
  10. package/es/AirJelly/components/Text.js +39 -0
  11. package/es/AirJelly/index.d.ts +15 -0
  12. package/es/AirJelly/index.js +14 -0
  13. package/es/AirJelly/style.d.ts +7 -0
  14. package/es/AirJelly/style.js +9 -0
  15. package/es/Devin/components/Avatar.d.ts +5 -0
  16. package/es/Devin/components/Avatar.js +25 -0
  17. package/es/Devin/components/Color.d.ts +3 -0
  18. package/es/Devin/components/Color.js +45 -0
  19. package/es/Devin/components/Combine.d.ts +7 -0
  20. package/es/Devin/components/Combine.js +32 -0
  21. package/es/Devin/components/Mono.d.ts +3 -0
  22. package/es/Devin/components/Mono.js +44 -0
  23. package/es/Devin/components/Text.d.ts +3 -0
  24. package/es/Devin/components/Text.js +38 -0
  25. package/es/Devin/index.d.ts +15 -0
  26. package/es/Devin/index.js +14 -0
  27. package/es/Devin/style.d.ts +7 -0
  28. package/es/Devin/style.js +9 -0
  29. package/es/Kiro/components/Avatar.d.ts +5 -0
  30. package/es/Kiro/components/Avatar.js +25 -0
  31. package/es/Kiro/components/Color.d.ts +3 -0
  32. package/es/Kiro/components/Color.js +45 -0
  33. package/es/Kiro/components/Combine.d.ts +7 -0
  34. package/es/Kiro/components/Combine.js +32 -0
  35. package/es/Kiro/components/Mono.d.ts +3 -0
  36. package/es/Kiro/components/Mono.js +40 -0
  37. package/es/Kiro/components/Text.d.ts +3 -0
  38. package/es/Kiro/components/Text.js +43 -0
  39. package/es/Kiro/index.d.ts +15 -0
  40. package/es/Kiro/index.js +14 -0
  41. package/es/Kiro/style.d.ts +7 -0
  42. package/es/Kiro/style.js +9 -0
  43. package/es/MetaAI/components/Color.js +132 -65
  44. package/es/MetaAI/components/Mono.js +1 -2
  45. package/es/Moxt/components/Avatar.d.ts +5 -0
  46. package/es/Moxt/components/Avatar.js +25 -0
  47. package/es/Moxt/components/Color.d.ts +3 -0
  48. package/es/Moxt/components/Color.js +44 -0
  49. package/es/Moxt/components/Combine.d.ts +7 -0
  50. package/es/Moxt/components/Combine.js +32 -0
  51. package/es/Moxt/components/Mono.d.ts +3 -0
  52. package/es/Moxt/components/Mono.js +43 -0
  53. package/es/Moxt/components/Text.d.ts +3 -0
  54. package/es/Moxt/components/Text.js +39 -0
  55. package/es/Moxt/index.d.ts +15 -0
  56. package/es/Moxt/index.js +14 -0
  57. package/es/Moxt/style.d.ts +7 -0
  58. package/es/Moxt/style.js +9 -0
  59. package/es/OpenHuman/components/Avatar.d.ts +5 -0
  60. package/es/OpenHuman/components/Avatar.js +25 -0
  61. package/es/OpenHuman/components/Combine.d.ts +5 -0
  62. package/es/OpenHuman/components/Combine.js +29 -0
  63. package/es/OpenHuman/components/Mono.d.ts +3 -0
  64. package/es/OpenHuman/components/Mono.js +40 -0
  65. package/es/OpenHuman/components/Text.d.ts +3 -0
  66. package/es/OpenHuman/components/Text.js +39 -0
  67. package/es/OpenHuman/index.d.ts +13 -0
  68. package/es/OpenHuman/index.js +12 -0
  69. package/es/OpenHuman/style.d.ts +7 -0
  70. package/es/OpenHuman/style.js +9 -0
  71. package/es/PixVerse/components/Avatar.js +2 -2
  72. package/es/PixVerse/components/Color.js +46 -23
  73. package/es/PixVerse/components/Mono.js +5 -2
  74. package/es/PixVerse/index.js +1 -2
  75. package/es/PixVerse/style.d.ts +4 -5
  76. package/es/PixVerse/style.js +4 -5
  77. package/es/SillyTavern/components/Avatar.d.ts +5 -0
  78. package/es/SillyTavern/components/Avatar.js +25 -0
  79. package/es/SillyTavern/components/Color.d.ts +3 -0
  80. package/es/SillyTavern/components/Color.js +42 -0
  81. package/es/SillyTavern/components/Combine.d.ts +7 -0
  82. package/es/SillyTavern/components/Combine.js +32 -0
  83. package/es/SillyTavern/components/Mono.d.ts +3 -0
  84. package/es/SillyTavern/components/Mono.js +45 -0
  85. package/es/SillyTavern/components/Text.d.ts +3 -0
  86. package/es/SillyTavern/components/Text.js +39 -0
  87. package/es/SillyTavern/index.d.ts +15 -0
  88. package/es/SillyTavern/index.js +14 -0
  89. package/es/SillyTavern/style.d.ts +7 -0
  90. package/es/SillyTavern/style.js +9 -0
  91. package/es/Slock/components/Avatar.d.ts +5 -0
  92. package/es/Slock/components/Avatar.js +25 -0
  93. package/es/Slock/components/Combine.d.ts +5 -0
  94. package/es/Slock/components/Combine.js +29 -0
  95. package/es/Slock/components/Inner.d.ts +3 -0
  96. package/es/Slock/components/Inner.js +42 -0
  97. package/es/Slock/components/Mono.d.ts +3 -0
  98. package/es/Slock/components/Mono.js +40 -0
  99. package/es/Slock/components/Text.d.ts +3 -0
  100. package/es/Slock/components/Text.js +39 -0
  101. package/es/Slock/index.d.ts +13 -0
  102. package/es/Slock/index.js +12 -0
  103. package/es/Slock/style.d.ts +7 -0
  104. package/es/Slock/style.js +9 -0
  105. package/es/WorldRouter/components/Avatar.d.ts +5 -0
  106. package/es/WorldRouter/components/Avatar.js +25 -0
  107. package/es/WorldRouter/components/Combine.d.ts +5 -0
  108. package/es/WorldRouter/components/Combine.js +26 -0
  109. package/es/WorldRouter/components/Mono.d.ts +3 -0
  110. package/es/WorldRouter/components/Mono.js +40 -0
  111. package/es/WorldRouter/components/Text.d.ts +3 -0
  112. package/es/WorldRouter/components/Text.js +38 -0
  113. package/es/WorldRouter/index.d.ts +13 -0
  114. package/es/WorldRouter/index.js +12 -0
  115. package/es/WorldRouter/style.d.ts +7 -0
  116. package/es/WorldRouter/style.js +9 -0
  117. package/es/Yuanbao/components/Color.js +6 -9
  118. package/es/Yuanbao/components/Mono.js +2 -2
  119. package/es/features/agentConfig.js +4 -0
  120. package/es/icons.d.ts +8 -0
  121. package/es/icons.js +8 -0
  122. package/es/toc.json +1 -1
  123. package/package.json +1 -1
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,45 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { memo } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/memo(function (_ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ height: size,
23
+ style: _objectSpread({
24
+ flex: 'none',
25
+ lineHeight: 1
26
+ }, style),
27
+ viewBox: "0 0 24 24",
28
+ width: size,
29
+ xmlns: "http://www.w3.org/2000/svg"
30
+ }, rest), {}, {
31
+ children: [/*#__PURE__*/_jsx("title", {
32
+ children: TITLE
33
+ }), /*#__PURE__*/_jsx("path", {
34
+ d: "M18.8 0H5.2A5.2 5.2 0 000 5.2v13.6A5.2 5.2 0 005.2 24h13.6a5.2 5.2 0 005.2-5.2V5.2A5.2 5.2 0 0018.8 0z",
35
+ fill: "#9046FF"
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ d: "M7.97 16.376c-1.644 3.642 1.86 4.556 4.443 2.424.76 2.39 3.608.607 4.631-1.247 2.251-4.084 1.342-8.249 1.108-9.108-1.6-5.859-9.6-5.869-10.976.03-.323 1.033-.328 2.206-.507 3.423-.09.617-.16 1.009-.393 1.655-.139.373-.323.7-.62 1.257-.458.865-.264 2.53 2.101 1.665l.224-.1h-.01l-.001.001z",
38
+ fill: "#fff"
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ d: "M12.722 10.985c-.656 0-.755-.785-.755-1.252 0-.423.074-.756.218-.97a.61.61 0 01.537-.283c.229 0 .428.095.567.289.159.218.243.55.243.964 0 .785-.303 1.252-.805 1.252h-.005zm2.703 0c-.656 0-.755-.785-.755-1.252 0-.423.074-.756.219-.97a.61.61 0 01.536-.283c.229 0 .428.095.567.289.159.218.243.55.243.964 0 .785-.303 1.252-.805 1.252h-.005z",
41
+ fill: "#000"
42
+ })]
43
+ }));
44
+ });
45
+ export default Icon;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../features/IconCombine";
3
+ export interface CombineProps extends Omit<IconCombineProps, 'Icon' | 'Text'> {
4
+ type?: 'color' | 'mono';
5
+ }
6
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
7
+ export default Combine;
@@ -0,0 +1,32 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["type"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { memo } from 'react';
13
+ import IconCombine from "../../features/IconCombine";
14
+ import { COMBINE_SPACE_MULTIPLE, COMBINE_TEXT_MULTIPLE, TITLE } from "../style";
15
+ import Color from "./Color";
16
+ import Mono from "./Mono";
17
+ import Text from "./Text";
18
+ import { jsx as _jsx } from "react/jsx-runtime";
19
+ var Combine = /*#__PURE__*/memo(function (_ref) {
20
+ var _ref$type = _ref.type,
21
+ type = _ref$type === void 0 ? 'mono' : _ref$type,
22
+ rest = _objectWithoutProperties(_ref, _excluded);
23
+ var Icon = type === 'color' ? Color : Mono;
24
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
25
+ Icon: Icon,
26
+ Text: Text,
27
+ "aria-label": TITLE,
28
+ spaceMultiple: COMBINE_SPACE_MULTIPLE,
29
+ textMultiple: COMBINE_TEXT_MULTIPLE
30
+ }, rest));
31
+ });
32
+ export default Combine;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,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: "M4.594 6.677C6.67-2.226 18.746-2.211 21.16 6.632c.353 1.297 1.725 7.582-1.673 13.747-1.545 2.797-5.841 5.49-6.99 1.883C8.6 25.477 3.315 24.1 5.789 18.609l-.318.143c-3.57 1.305-3.863-1.208-3.173-2.513.45-.84.727-1.335.937-1.897.353-.975.458-1.568.593-2.498.27-1.837.277-3.607.765-5.167zm8.37.01a.92.92 0 00-.81.428c-.217.323-.33.825-.33 1.462 0 .705.15 1.89 1.14 1.89h.008c.757 0 1.214-.705 1.214-1.89 0-.622-.127-1.125-.367-1.455a1.014 1.014 0 00-.855-.435zm4.08 0a.92.92 0 00-.81.428c-.217.323-.33.825-.33 1.462 0 .705.15 1.89 1.14 1.89h.008c.757 0 1.215-.705 1.215-1.89 0-.622-.128-1.125-.368-1.455a1.014 1.014 0 00-.855-.435z"
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,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 75 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: "M63.109.102l.084-.012c2.376-.3 5.556.652 7.412 2.153 2.46 1.983 3.742 4.752 4.095 7.854.78 6.871-2.372 13.009-9.693 13.833l-.049.005c-6.372.67-10.97-3.98-11.478-10.145C52.913 6.908 55.667.861 63.11.102zm1.767 22.56c1.751-.214 3.362-.669 4.79-1.757 5.126-3.907 5.176-13.678.11-17.656-1.836-1.442-4.11-1.973-6.402-1.864-2.489.28-4.882 1.088-6.44 3.16-3.276 4.363-3.105 12.814 1.397 16.353 1.946 1.53 4.173 1.915 6.545 1.765z"
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ d: "M63.327 5.65c2.534-.288 4.397 1.158 4.989 3.596.793 3.266.466 8.185-3.509 9.143-2.821.26-4.484-1.172-5.012-3.91-.6-3.108-.355-8.06 3.532-8.83zm1 11.515c2.991-.497 3.331-4.425 2.89-6.823-.371-2.017-1.139-3.365-3.362-3.463-3.15.408-3.191 4.428-2.878 6.839.26 2 1.147 3.518 3.35 3.447zM41.137.05c3.343-.013 7.226.095 9.45 3.044 1.911 2.535 1.986 6.818.122 9.401-.487.674-1.093 1.178-1.75 1.678 1.36 1.96 3.58 4.447 2.914 6.94a3.944 3.944 0 01-1.839 2.382c-1.3.741-3.127.648-4.295-.27-1.227-.963-2.095-2.884-2.867-4.245l-1.899-3.322-.84.002c.004 1.676.133 3.819-.183 5.437-.573 2.936-4.525 3.77-6.583 1.837-.942-.886-1.102-2.571-1.116-3.807.013-4.857-.025-9.716.005-14.572.02-1.192.334-2.87 1.348-3.625C35.32-.346 39.025.068 41.137.05zm-2.291 14.356c.96-.003 1.948-.018 2.906-.007a552.359 552.359 0 013.027 5.287c.781 1.412 1.51 3.173 3.447 3.024a2.784 2.784 0 001.192-.347 2.506 2.506 0 001.197-1.53c.26-.934-.014-1.828-.494-2.636-.901-1.516-2.094-2.974-2.997-4.48.917-.503 1.771-.96 2.418-1.818 1.243-1.652 1.487-4.146.95-6.107-1.455-5.299-8.269-4.437-12.515-4.46-1.99.002-4.014-.183-4.37 2.382-.146 1.047-.086 2.073-.087 3.127.026 4.003.017 8.01 0 12.013.034.964.065 2.484.834 3.183 1.39 1.262 3.952.746 4.344-1.258.23-1.177.16-2.279.162-3.476.003-.957-.024-1.934-.014-2.897z"
38
+ }), /*#__PURE__*/_jsx("path", {
39
+ d: "M38.894 5.484c1.966-.017 6.305-.66 6.431 2.072.043.926-.026 1.335-.631 2.038-1.283.947-4.193.7-5.833.686-.005-.687-.07-4.344.033-4.796zm1.252 3.509c1.002.015 2.786.136 3.65-.308 1.494-2.37-2.398-1.93-3.647-1.926l-.003 2.234zM25.483.098c.933-.117 1.983.093 2.781.59 2.111 1.315 1.755 4.198 1.746 6.355l-.012 5.469.011 4.32c.028 3.174.506 6.293-3.399 7.109-.98.108-2.148-.087-2.963-.66-1.837-1.293-1.596-3.846-1.601-5.842l-.008-4.852-.007-5.141C22.024 4.356 21.53.73 25.483.098zm1.019 22.567c1.769-.412 2.085-1.246 2.2-2.948.064-.932.034-1.877.034-2.81V12.22l.001-5.088c0-2.533.544-6.006-3.093-5.75-2.793.608-2.308 3.13-2.295 5.398l.008 4.334-.003 5.695c-.003 2.512-.58 6.232 3.148 5.856zM3.382.095A7.48 7.48 0 014 .07C8.106.11 7.925 4.077 7.86 7.01c.248-.212.524-.517.758-.755 1.497-1.523 2.961-3.079 4.466-4.594C14.027.71 14.96.055 16.36.074A3.68 3.68 0 0118.981 1.2c.632.668.967 1.563.93 2.482-.066 1.95-1.744 3.27-3.057 4.511l-2.357 2.225c1.716 2.314 3.454 4.849 5.052 7.255 1.035 1.558.951 3.282-.081 4.865-.257.314-.56.587-.9.809-1.494.97-3.767.863-5.027-.442-.891-.924-1.427-2.04-2.07-3.135-.805-1.374-1.559-2.785-2.404-4.132l-1.198 1.147c.085 2.68.387 6.41-3.053 7.107-2.222.45-4.244-.683-4.618-2.994-.215-1.324-.157-2.589-.154-3.927l.004-4.966-.006-4.416C.015 4.506-.544.772 3.382.095zm3.207 16.157c.903-.904 1.823-1.79 2.76-2.66 1.059 1.662 1.99 3.433 3.007 5.12.623 1.032 1.207 2.363 2.032 3.226 1.374 1.437 3.903.825 4.506-1.078.08-.512.163-1.156-.033-1.646-.423-1.056-1.297-2.202-1.955-3.139l-2.582-3.669c-.463-.66-1.08-1.49-1.493-2.16l2.816-2.687c.854-.81 1.963-1.72 2.585-2.7 1.402-2.207-1.15-4.468-3.27-3.106-.818.525-1.446 1.387-2.159 2.04C11.192 5.34 9.677 7.126 8.04 8.628l-1.45.012c-.02-2.455.836-7.311-2.71-7.28a3.28 3.28 0 00-.339.02c-1.709.427-2.089 1.268-2.221 2.943-.066.827-.024 1.68-.018 2.509l.01 3.835-.003 5.548c-.002 1.635-.124 3.223.238 4.825.463 2.045 3.643 2.27 4.536.549.748-1.441.54-3.73.507-5.337z"
40
+ })]
41
+ }));
42
+ });
43
+ export default Icon;
@@ -0,0 +1,15 @@
1
+ import Avatar from './components/Avatar';
2
+ import Color from './components/Color';
3
+ import Combine from './components/Combine';
4
+ import Mono from './components/Mono';
5
+ import Text from './components/Text';
6
+ export type CompoundedIcon = typeof Mono & {
7
+ Avatar: typeof Avatar;
8
+ Color: typeof Color;
9
+ Combine: typeof Combine;
10
+ Text: typeof Text;
11
+ colorPrimary: string;
12
+ title: string;
13
+ };
14
+ declare const Icons: CompoundedIcon;
15
+ export default Icons;
@@ -0,0 +1,14 @@
1
+ import Avatar from "./components/Avatar";
2
+ import Color from "./components/Color";
3
+ import Combine from "./components/Combine";
4
+ import Mono from "./components/Mono";
5
+ import Text from "./components/Text";
6
+ import { COLOR_PRIMARY, TITLE } from "./style";
7
+ var Icons = Mono;
8
+ Icons.Color = Color;
9
+ Icons.Text = Text;
10
+ Icons.Combine = Combine;
11
+ Icons.Avatar = Avatar;
12
+ Icons.colorPrimary = COLOR_PRIMARY;
13
+ Icons.title = TITLE;
14
+ export default Icons;
@@ -0,0 +1,7 @@
1
+ export declare const TITLE = "Kiro";
2
+ export declare const COMBINE_TEXT_MULTIPLE = 0.7;
3
+ export declare const COMBINE_SPACE_MULTIPLE = 0.25;
4
+ export declare const COLOR_PRIMARY = "#9046ff";
5
+ export declare const AVATAR_BACKGROUND = "#9046ff";
6
+ export declare const AVATAR_COLOR = "#fff";
7
+ export declare const AVATAR_ICON_MULTIPLE = 1;
@@ -0,0 +1,9 @@
1
+ export var TITLE = 'Kiro';
2
+ export var COMBINE_TEXT_MULTIPLE = 0.7;
3
+ export var COMBINE_SPACE_MULTIPLE = 0.25;
4
+ export var COLOR_PRIMARY = '#9046ff';
5
+
6
+ // Avatar constants
7
+ export var AVATAR_BACKGROUND = COLOR_PRIMARY;
8
+ export var AVATAR_COLOR = '#fff';
9
+ export var AVATAR_ICON_MULTIPLE = 1;
@@ -25,11 +25,15 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
25
25
  size = _ref$size === void 0 ? '1em' : _ref$size,
26
26
  style = _ref.style,
27
27
  rest = _objectWithoutProperties(_ref, _excluded);
28
- var _useFillIds = useFillIds(TITLE, 3),
29
- _useFillIds2 = _slicedToArray(_useFillIds, 3),
28
+ var _useFillIds = useFillIds(TITLE, 7),
29
+ _useFillIds2 = _slicedToArray(_useFillIds, 7),
30
30
  a = _useFillIds2[0],
31
31
  b = _useFillIds2[1],
32
- c = _useFillIds2[2];
32
+ c = _useFillIds2[2],
33
+ d = _useFillIds2[3],
34
+ e = _useFillIds2[4],
35
+ f = _useFillIds2[5],
36
+ g = _useFillIds2[6];
33
37
  return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
34
38
  height: size,
35
39
  style: _objectSpread({
@@ -42,79 +46,142 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
42
46
  }, rest), {}, {
43
47
  children: [/*#__PURE__*/_jsx("title", {
44
48
  children: TITLE
45
- }), /*#__PURE__*/_jsx("g", {
46
- clipPath: a.fill,
47
- filter: b.fill,
48
- children: /*#__PURE__*/_jsx("path", {
49
- clipRule: "evenodd",
50
- d: "M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm0 3.627a8.373 8.373 0 100 16.746 8.373 8.373 0 000-16.746z",
51
- fill: c.fill,
52
- fillRule: "evenodd"
53
- })
49
+ }), /*#__PURE__*/_jsx("path", {
50
+ d: "M10.547.232c.776-.086 1.543.244 2.152.712.784.598 1.375 1.434 1.757 2.347.19.444.3.92.345 1.402.01.384.024.781-.108 1.148-.126.406-.362.795-.728 1.017-.352.236-.786.3-1.199.288-.84-.073-1.613-.52-2.212-1.106-.15-.1-.236-.263-.368-.38-.801-.97-1.394-2.203-1.324-3.496.048-.698.38-1.44 1.03-1.75.206-.1.428-.164.655-.182z",
51
+ fill: a.fill
52
+ }), /*#__PURE__*/_jsx("path", {
53
+ d: "M18.595 3.077c.52-.045 1.032.186 1.4.551.402.434.625 1.006.736 1.584.096.605.09 1.233-.048 1.83a5.97 5.97 0 01-.907 2.19c-.198.25-.382.519-.633.719-.493.45-1.181.725-1.848.598-.42-.08-.819-.306-1.085-.646-.514-.591-.687-1.403-.714-2.17a6.11 6.11 0 011.03-3.285c.237-.314.49-.62.797-.867.375-.27.805-.486 1.272-.504z",
54
+ fill: b.fill
55
+ }), /*#__PURE__*/_jsx("path", {
56
+ d: "M5.038 4.172c.618-.045 1.238.067 1.832.235.871.28 1.741.78 2.182 1.624.177.383.256.826.152 1.242-.097.442-.375.816-.71 1.105-.724.59-1.664.84-2.577.887a5.356 5.356 0 01-2.881-.675c-.39-.248-.765-.539-1.025-.93a1.9 1.9 0 01-.327-1.283c.067-.507.357-.968.741-1.289.723-.62 1.684-.873 2.613-.916z",
57
+ fill: c.fill
58
+ }), /*#__PURE__*/_jsx("path", {
59
+ d: "M4.87 10.369c.69-.06 1.465.223 1.811.866.213.349.278.763.29 1.166.006.528-.136 1.046-.34 1.529-.34.793-.893 1.478-1.538 2.036-.64.538-1.42.951-2.26 1.015a2.031 2.031 0 01-1.467-.398c-.353-.281-.578-.707-.662-1.15-.156-.8.077-1.62.445-2.327.196-.377.444-.724.72-1.044.767-.886 1.814-1.608 3.001-1.693z",
60
+ fill: d.fill
61
+ }), /*#__PURE__*/_jsx("path", {
62
+ d: "M20.391 11.05c.881-.087 1.872.116 2.477.822.473.58.534 1.425.239 2.102-.118.317-.32.59-.527.852-.877.962-2.11 1.553-3.379 1.744-.818.123-1.723.036-2.406-.477-.2-.161-.386-.346-.514-.573-.277-.436-.321-.994-.216-1.492.224-.904.92-1.594 1.676-2.073a5.874 5.874 0 012.65-.905z",
63
+ fill: e.fill
64
+ }), /*#__PURE__*/_jsx("path", {
65
+ d: "M7.553 15.523c.381-.052.775.004 1.118.184.344.154.613.427.866.702.866 1.097 1.267 2.549 1.146 3.944a4.476 4.476 0 01-.497 1.61c-.273.469-.663.91-1.187 1.08-.35.103-.731.118-1.077-.005a2.53 2.53 0 01-.959-.612c-.798-.859-1.236-2.02-1.343-3.185-.055-.646-.006-1.31.21-1.923.146-.471.384-.92.738-1.265.261-.277.62-.452.985-.53z",
66
+ fill: f.fill
67
+ }), /*#__PURE__*/_jsx("path", {
68
+ d: "M13.637 16.5a4.237 4.237 0 011.82.219c.795.286 1.542.724 2.148 1.323.535.504.963 1.162 1.099 1.899.055.379.038.785-.122 1.138-.19.465-.599.807-1.051.996-.883.364-1.887.253-2.76-.082a5.568 5.568 0 01-2.343-1.685c-.347-.445-.616-.968-.697-1.534-.042-.382-.036-.788.13-1.142.194-.418.55-.76.978-.925.25-.119.525-.174.798-.207z",
69
+ fill: g.fill
54
70
  }), /*#__PURE__*/_jsxs("defs", {
55
71
  children: [/*#__PURE__*/_jsxs("linearGradient", {
56
72
  gradientUnits: "userSpaceOnUse",
57
- id: c.id,
58
- x1: "24",
59
- x2: "0",
73
+ id: a.id,
74
+ x1: "9.789",
75
+ x2: "13",
60
76
  y1: "0",
61
- y2: "24",
77
+ y2: "7.5",
62
78
  children: [/*#__PURE__*/_jsx("stop", {
63
- offset: ".13",
64
- stopColor: "#FF97E3"
79
+ stopColor: "#C65EFF"
65
80
  }), /*#__PURE__*/_jsx("stop", {
66
- offset: ".18",
67
- stopColor: "#D14FE1"
81
+ offset: ".5",
82
+ stopColor: "#EA4FFF"
68
83
  }), /*#__PURE__*/_jsx("stop", {
69
- offset: ".338",
70
- stopColor: "#0050E2"
84
+ offset: "1",
85
+ stopColor: "#9553FF"
86
+ })]
87
+ }), /*#__PURE__*/_jsxs("linearGradient", {
88
+ gradientUnits: "userSpaceOnUse",
89
+ id: b.id,
90
+ x1: "19",
91
+ x2: "17",
92
+ y1: "3",
93
+ y2: "10.5",
94
+ children: [/*#__PURE__*/_jsx("stop", {
95
+ stopColor: "#CF72FF"
71
96
  }), /*#__PURE__*/_jsx("stop", {
72
- offset: ".666",
73
- stopColor: "#0050E2"
97
+ offset: ".5",
98
+ stopColor: "#E541FF"
74
99
  }), /*#__PURE__*/_jsx("stop", {
75
- offset: ".809",
76
- stopColor: "#00DDF4"
100
+ offset: "1",
101
+ stopColor: "#944DFF"
102
+ })]
103
+ }), /*#__PURE__*/_jsxs("linearGradient", {
104
+ gradientUnits: "userSpaceOnUse",
105
+ id: c.id,
106
+ x1: "9",
107
+ x2: "2.5",
108
+ y1: "6.5",
109
+ y2: "8",
110
+ children: [/*#__PURE__*/_jsx("stop", {
111
+ stopColor: "#A555FF"
112
+ }), /*#__PURE__*/_jsx("stop", {
113
+ offset: ".5",
114
+ stopColor: "#DE67FF"
77
115
  }), /*#__PURE__*/_jsx("stop", {
78
- offset: ".858",
79
- stopColor: "#23F8CC"
116
+ offset: "1",
117
+ stopColor: "#E581FF"
80
118
  })]
81
- }), /*#__PURE__*/_jsx("clipPath", {
82
- id: a.id,
83
- children: /*#__PURE__*/_jsx("path", {
84
- d: "M0 0h24v24H0z",
85
- fill: "#fff"
86
- })
87
- }), /*#__PURE__*/_jsxs("filter", {
88
- colorInterpolationFilters: "sRGB",
89
- filterUnits: "userSpaceOnUse",
90
- height: "24",
91
- id: b.id,
92
- width: "24",
93
- x: "0",
94
- y: "0",
95
- children: [/*#__PURE__*/_jsx("feFlood", {
96
- floodOpacity: "0",
97
- result: "BackgroundImageFix"
98
- }), /*#__PURE__*/_jsx("feBlend", {
99
- in: "SourceGraphic",
100
- in2: "BackgroundImageFix",
101
- result: "shape"
102
- }), /*#__PURE__*/_jsx("feColorMatrix", {
103
- in: "SourceAlpha",
104
- result: "hardAlpha",
105
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
106
- }), /*#__PURE__*/_jsx("feOffset", {}), /*#__PURE__*/_jsx("feGaussianBlur", {
107
- stdDeviation: ".75"
108
- }), /*#__PURE__*/_jsx("feComposite", {
109
- in2: "hardAlpha",
110
- k2: "-1",
111
- k3: "1",
112
- operator: "arithmetic"
113
- }), /*#__PURE__*/_jsx("feColorMatrix", {
114
- values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0"
115
- }), /*#__PURE__*/_jsx("feBlend", {
116
- in2: "shape",
117
- result: "effect1_innerShadow_674_237"
119
+ }), /*#__PURE__*/_jsxs("linearGradient", {
120
+ gradientUnits: "userSpaceOnUse",
121
+ id: d.id,
122
+ x1: "1",
123
+ x2: "6",
124
+ y1: "12",
125
+ y2: "16",
126
+ children: [/*#__PURE__*/_jsx("stop", {
127
+ stopColor: "#6C48FF"
128
+ }), /*#__PURE__*/_jsx("stop", {
129
+ offset: ".309",
130
+ stopColor: "#AA5AFF"
131
+ }), /*#__PURE__*/_jsx("stop", {
132
+ offset: "1",
133
+ stopColor: "#5145FF"
134
+ })]
135
+ }), /*#__PURE__*/_jsxs("linearGradient", {
136
+ gradientUnits: "userSpaceOnUse",
137
+ id: e.id,
138
+ x1: "19",
139
+ x2: "21",
140
+ y1: "11.5",
141
+ y2: "16.5",
142
+ children: [/*#__PURE__*/_jsx("stop", {
143
+ stopColor: "#CA3EFF"
144
+ }), /*#__PURE__*/_jsx("stop", {
145
+ offset: ".5",
146
+ stopColor: "#AB5CFF"
147
+ }), /*#__PURE__*/_jsx("stop", {
148
+ offset: "1",
149
+ stopColor: "#5042FF"
150
+ })]
151
+ }), /*#__PURE__*/_jsxs("linearGradient", {
152
+ gradientUnits: "userSpaceOnUse",
153
+ id: f.id,
154
+ x1: "6",
155
+ x2: "11",
156
+ y1: "20.5",
157
+ y2: "19",
158
+ children: [/*#__PURE__*/_jsx("stop", {
159
+ stopColor: "#5041FF"
160
+ }), /*#__PURE__*/_jsx("stop", {
161
+ offset: ".26",
162
+ stopColor: "#734FFF"
163
+ }), /*#__PURE__*/_jsx("stop", {
164
+ offset: ".75",
165
+ stopColor: "#6A4CFF"
166
+ }), /*#__PURE__*/_jsx("stop", {
167
+ offset: "1",
168
+ stopColor: "#483FFF"
169
+ })]
170
+ }), /*#__PURE__*/_jsxs("linearGradient", {
171
+ gradientUnits: "userSpaceOnUse",
172
+ id: g.id,
173
+ x1: "12",
174
+ x2: "18.5",
175
+ y1: "17.5",
176
+ y2: "21.5",
177
+ children: [/*#__PURE__*/_jsx("stop", {
178
+ stopColor: "#7B51FF"
179
+ }), /*#__PURE__*/_jsx("stop", {
180
+ offset: ".475",
181
+ stopColor: "#6049FF"
182
+ }), /*#__PURE__*/_jsx("stop", {
183
+ offset: "1",
184
+ stopColor: "#8466FF"
118
185
  })]
119
186
  })]
120
187
  })]
@@ -33,8 +33,7 @@ var Icon = /*#__PURE__*/memo(function (_ref) {
33
33
  children: [/*#__PURE__*/_jsx("title", {
34
34
  children: TITLE
35
35
  }), /*#__PURE__*/_jsx("path", {
36
- clipRule: "evenodd",
37
- d: "M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm0 3.627a8.373 8.373 0 100 16.746 8.373 8.373 0 000-16.746z"
36
+ d: "M10.547.232c.776-.086 1.543.244 2.152.712.784.598 1.375 1.434 1.757 2.347.19.444.3.92.345 1.402.01.384.024.781-.108 1.148-.126.406-.362.795-.728 1.017-.352.236-.786.3-1.199.288-.84-.073-1.613-.52-2.212-1.106-.15-.1-.236-.263-.368-.38-.801-.97-1.394-2.203-1.324-3.496.048-.698.38-1.44 1.03-1.75.206-.1.428-.164.655-.182zM18.595 3.077c.52-.045 1.032.186 1.4.551.402.434.625 1.006.736 1.584.096.605.09 1.233-.048 1.83a5.97 5.97 0 01-.907 2.19c-.198.25-.382.519-.633.719-.493.45-1.181.725-1.848.598-.42-.08-.819-.306-1.085-.646-.514-.591-.687-1.403-.714-2.17a6.11 6.11 0 011.03-3.285c.237-.314.49-.62.797-.867.375-.27.805-.486 1.272-.504zM5.038 4.172c.618-.045 1.238.067 1.832.235.871.28 1.741.78 2.182 1.624.177.383.256.826.152 1.242-.097.442-.375.816-.71 1.105-.724.59-1.664.84-2.577.887a5.356 5.356 0 01-2.881-.675c-.39-.248-.765-.539-1.025-.93a1.9 1.9 0 01-.327-1.283c.067-.507.357-.968.741-1.289.723-.62 1.684-.873 2.613-.916zM4.87 10.369c.69-.06 1.465.223 1.811.866.213.349.278.763.29 1.166.006.528-.136 1.046-.34 1.529-.34.793-.893 1.478-1.538 2.036-.64.538-1.42.951-2.26 1.015a2.031 2.031 0 01-1.467-.398c-.353-.281-.578-.707-.662-1.15-.156-.8.077-1.62.445-2.327.196-.377.444-.724.72-1.044.767-.886 1.814-1.608 3.001-1.693zM20.391 11.05c.881-.087 1.872.116 2.477.822.473.58.534 1.425.239 2.102-.118.317-.32.59-.527.852-.877.962-2.11 1.553-3.379 1.744-.818.123-1.723.036-2.406-.477-.2-.161-.386-.346-.514-.573-.277-.436-.321-.994-.216-1.492.224-.904.92-1.594 1.676-2.073a5.874 5.874 0 012.65-.905zM7.553 15.523c.381-.052.775.004 1.118.184.344.154.613.427.866.702.866 1.097 1.267 2.549 1.146 3.944a4.476 4.476 0 01-.497 1.61c-.273.469-.663.91-1.187 1.08-.35.103-.731.118-1.077-.005a2.53 2.53 0 01-.959-.612c-.798-.859-1.236-2.02-1.343-3.185-.055-.646-.006-1.31.21-1.923.146-.471.384-.92.738-1.265.261-.277.62-.452.985-.53zM13.637 16.5a4.237 4.237 0 011.82.219c.795.286 1.542.724 2.148 1.323.535.504.963 1.162 1.099 1.899.055.379.038.785-.122 1.138-.19.465-.599.807-1.051.996-.883.364-1.887.253-2.76-.082a5.568 5.568 0 01-2.343-1.685c-.347-.445-.616-.968-.697-1.534-.042-.382-.036-.788.13-1.142.194-.418.55-.76.978-.925.25-.119.525-.174.798-.207z"
38
37
  })]
39
38
  }));
40
39
  });
@@ -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,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
+ height: size,
23
+ style: _objectSpread({
24
+ flex: 'none',
25
+ lineHeight: 1
26
+ }, style),
27
+ viewBox: "0 0 24 24",
28
+ width: size,
29
+ xmlns: "http://www.w3.org/2000/svg"
30
+ }, rest), {}, {
31
+ children: [/*#__PURE__*/_jsx("title", {
32
+ children: TITLE
33
+ }), /*#__PURE__*/_jsx("path", {
34
+ d: "M12.03 11.936v6.22L6.477 15.05l-.002-6.21 5.557 3.095z",
35
+ fill: "#29C16A"
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ clipRule: "evenodd",
38
+ d: "M10.646.36a2.77 2.77 0 012.729 0l8.284 4.713A2.623 2.623 0 0123 7.347v9.34c0 .936-.511 1.803-1.341 2.276l-8.23 4.678a2.77 2.77 0 01-2.727.001l-8.36-4.745A2.623 2.623 0 011 16.621v-4.553l.001-.002H1V7.36c0-.936.51-1.803 1.34-2.276L10.646.36zm1.882 4.12a1.03 1.03 0 00-1.015 0L5.612 7.838a.975.975 0 00-.498.846v6.643c0 .349.19.671.499.846l5.883 3.349a1.03 1.03 0 001.011.002l5.875-3.306a.977.977 0 00.503-.848v-6.71c0-.349-.19-.671-.5-.847l-5.857-3.331z",
39
+ fill: "#29C16A",
40
+ fillRule: "evenodd"
41
+ })]
42
+ }));
43
+ });
44
+ 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;