@lobehub/icons 4.7.0 → 4.8.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 (168) hide show
  1. package/README.md +18 -18
  2. package/es/Amp/components/Avatar.d.ts +5 -0
  3. package/es/Amp/components/Avatar.js +25 -0
  4. package/es/Amp/components/Color.d.ts +3 -0
  5. package/es/Amp/components/Color.js +45 -0
  6. package/es/Amp/components/Combine.d.ts +7 -0
  7. package/es/Amp/components/Combine.js +32 -0
  8. package/es/Amp/components/Mono.d.ts +3 -0
  9. package/es/Amp/components/Mono.js +44 -0
  10. package/es/Amp/components/Text.d.ts +3 -0
  11. package/es/Amp/components/Text.js +39 -0
  12. package/es/Amp/index.d.ts +15 -0
  13. package/es/Amp/index.js +14 -0
  14. package/es/Amp/style.d.ts +7 -0
  15. package/es/Amp/style.js +9 -0
  16. package/es/Antigravity/components/Avatar.d.ts +5 -0
  17. package/es/Antigravity/components/Avatar.js +25 -0
  18. package/es/Antigravity/components/Color.d.ts +3 -0
  19. package/es/Antigravity/components/Color.js +348 -0
  20. package/es/Antigravity/components/Combine.d.ts +7 -0
  21. package/es/Antigravity/components/Combine.js +32 -0
  22. package/es/Antigravity/components/Mono.d.ts +3 -0
  23. package/es/Antigravity/components/Mono.js +40 -0
  24. package/es/Antigravity/components/Text.d.ts +3 -0
  25. package/es/Antigravity/components/Text.js +39 -0
  26. package/es/Antigravity/index.d.ts +16 -0
  27. package/es/Antigravity/index.js +14 -0
  28. package/es/Antigravity/style.d.ts +7 -0
  29. package/es/Antigravity/style.js +9 -0
  30. package/es/CherryStudio/components/Avatar.d.ts +5 -0
  31. package/es/CherryStudio/components/Avatar.js +25 -0
  32. package/es/CherryStudio/components/Color.d.ts +3 -0
  33. package/es/CherryStudio/components/Color.js +45 -0
  34. package/es/CherryStudio/components/Combine.d.ts +7 -0
  35. package/es/CherryStudio/components/Combine.js +32 -0
  36. package/es/CherryStudio/components/Mono.d.ts +3 -0
  37. package/es/CherryStudio/components/Mono.js +44 -0
  38. package/es/CherryStudio/components/Text.d.ts +3 -0
  39. package/es/CherryStudio/components/Text.js +57 -0
  40. package/es/CherryStudio/index.d.ts +15 -0
  41. package/es/CherryStudio/index.js +14 -0
  42. package/es/CherryStudio/style.d.ts +7 -0
  43. package/es/CherryStudio/style.js +9 -0
  44. package/es/ClaudeCode/components/Avatar.d.ts +5 -0
  45. package/es/ClaudeCode/components/Avatar.js +25 -0
  46. package/es/ClaudeCode/components/Color.d.ts +3 -0
  47. package/es/ClaudeCode/components/Color.js +41 -0
  48. package/es/ClaudeCode/components/Combine.d.ts +7 -0
  49. package/es/ClaudeCode/components/Combine.js +32 -0
  50. package/es/ClaudeCode/components/Mono.d.ts +3 -0
  51. package/es/ClaudeCode/components/Mono.js +41 -0
  52. package/es/ClaudeCode/components/Text.d.ts +3 -0
  53. package/es/ClaudeCode/components/Text.js +40 -0
  54. package/es/ClaudeCode/index.d.ts +16 -0
  55. package/es/ClaudeCode/index.js +14 -0
  56. package/es/ClaudeCode/style.d.ts +7 -0
  57. package/es/ClaudeCode/style.js +9 -0
  58. package/es/Codex/components/Avatar.d.ts +5 -0
  59. package/es/Codex/components/Avatar.js +25 -0
  60. package/es/Codex/components/Color.d.ts +3 -0
  61. package/es/Codex/components/Color.js +64 -0
  62. package/es/Codex/components/Combine.d.ts +7 -0
  63. package/es/Codex/components/Combine.js +32 -0
  64. package/es/Codex/components/Inner.d.ts +3 -0
  65. package/es/Codex/components/Inner.js +63 -0
  66. package/es/Codex/components/Mono.d.ts +3 -0
  67. package/es/Codex/components/Mono.js +41 -0
  68. package/es/Codex/components/Text.d.ts +3 -0
  69. package/es/Codex/components/Text.js +39 -0
  70. package/es/Codex/index.d.ts +15 -0
  71. package/es/Codex/index.js +14 -0
  72. package/es/Codex/style.d.ts +7 -0
  73. package/es/Codex/style.js +9 -0
  74. package/es/Junie/components/Avatar.d.ts +5 -0
  75. package/es/Junie/components/Avatar.js +25 -0
  76. package/es/Junie/components/Color.d.ts +3 -0
  77. package/es/Junie/components/Color.js +39 -0
  78. package/es/Junie/components/Combine.d.ts +7 -0
  79. package/es/Junie/components/Combine.js +32 -0
  80. package/es/Junie/components/Mono.d.ts +3 -0
  81. package/es/Junie/components/Mono.js +40 -0
  82. package/es/Junie/components/Text.d.ts +3 -0
  83. package/es/Junie/components/Text.js +39 -0
  84. package/es/Junie/index.d.ts +15 -0
  85. package/es/Junie/index.js +14 -0
  86. package/es/Junie/style.d.ts +7 -0
  87. package/es/Junie/style.js +9 -0
  88. package/es/KiloCode/components/Avatar.d.ts +5 -0
  89. package/es/KiloCode/components/Avatar.js +25 -0
  90. package/es/KiloCode/components/Combine.d.ts +5 -0
  91. package/es/KiloCode/components/Combine.js +26 -0
  92. package/es/KiloCode/components/Inner.d.ts +3 -0
  93. package/es/KiloCode/components/Inner.js +40 -0
  94. package/es/KiloCode/components/Mono.d.ts +3 -0
  95. package/es/KiloCode/components/Mono.js +40 -0
  96. package/es/KiloCode/components/Text.d.ts +3 -0
  97. package/es/KiloCode/components/Text.js +39 -0
  98. package/es/KiloCode/index.d.ts +13 -0
  99. package/es/KiloCode/index.js +12 -0
  100. package/es/KiloCode/style.d.ts +7 -0
  101. package/es/KiloCode/style.js +9 -0
  102. package/es/OpenCode/components/Avatar.d.ts +5 -0
  103. package/es/OpenCode/components/Avatar.js +25 -0
  104. package/es/OpenCode/components/Combine.d.ts +5 -0
  105. package/es/OpenCode/components/Combine.js +24 -0
  106. package/es/OpenCode/components/Mono.d.ts +3 -0
  107. package/es/OpenCode/components/Mono.js +40 -0
  108. package/es/OpenCode/components/Text.d.ts +3 -0
  109. package/es/OpenCode/components/Text.js +81 -0
  110. package/es/OpenCode/index.d.ts +13 -0
  111. package/es/OpenCode/index.js +12 -0
  112. package/es/OpenCode/style.d.ts +7 -0
  113. package/es/OpenCode/style.js +9 -0
  114. package/es/OpenHands/components/Avatar.d.ts +5 -0
  115. package/es/OpenHands/components/Avatar.js +25 -0
  116. package/es/OpenHands/components/Color.d.ts +3 -0
  117. package/es/OpenHands/components/Color.js +47 -0
  118. package/es/OpenHands/components/Combine.d.ts +7 -0
  119. package/es/OpenHands/components/Combine.js +32 -0
  120. package/es/OpenHands/components/Mono.d.ts +3 -0
  121. package/es/OpenHands/components/Mono.js +43 -0
  122. package/es/OpenHands/components/Text.d.ts +3 -0
  123. package/es/OpenHands/components/Text.js +39 -0
  124. package/es/OpenHands/index.d.ts +15 -0
  125. package/es/OpenHands/index.js +14 -0
  126. package/es/OpenHands/style.d.ts +7 -0
  127. package/es/OpenHands/style.js +9 -0
  128. package/es/RooCode/components/Avatar.d.ts +5 -0
  129. package/es/RooCode/components/Avatar.js +25 -0
  130. package/es/RooCode/components/Combine.d.ts +5 -0
  131. package/es/RooCode/components/Combine.js +26 -0
  132. package/es/RooCode/components/Mono.d.ts +3 -0
  133. package/es/RooCode/components/Mono.js +40 -0
  134. package/es/RooCode/components/Text.d.ts +3 -0
  135. package/es/RooCode/components/Text.js +39 -0
  136. package/es/RooCode/index.d.ts +13 -0
  137. package/es/RooCode/index.js +12 -0
  138. package/es/RooCode/style.d.ts +7 -0
  139. package/es/RooCode/style.js +9 -0
  140. package/es/Zencoder/components/Avatar.d.ts +5 -0
  141. package/es/Zencoder/components/Avatar.js +25 -0
  142. package/es/Zencoder/components/Color.d.ts +3 -0
  143. package/es/Zencoder/components/Color.js +39 -0
  144. package/es/Zencoder/components/Combine.d.ts +7 -0
  145. package/es/Zencoder/components/Combine.js +32 -0
  146. package/es/Zencoder/components/Mono.d.ts +3 -0
  147. package/es/Zencoder/components/Mono.js +40 -0
  148. package/es/Zencoder/components/Text.d.ts +3 -0
  149. package/es/Zencoder/components/Text.js +39 -0
  150. package/es/Zencoder/index.d.ts +15 -0
  151. package/es/Zencoder/index.js +14 -0
  152. package/es/Zencoder/style.d.ts +7 -0
  153. package/es/Zencoder/style.js +9 -0
  154. package/es/features/AgentIcon/DefaultAvatar.d.ts +4 -0
  155. package/es/features/AgentIcon/DefaultAvatar.js +40 -0
  156. package/es/features/AgentIcon/DefaultIcon.d.ts +9 -0
  157. package/es/features/AgentIcon/DefaultIcon.js +26 -0
  158. package/es/features/AgentIcon/index.d.ts +11 -0
  159. package/es/features/AgentIcon/index.js +95 -0
  160. package/es/features/ProviderIcon/DefaultIcon.js +2 -2
  161. package/es/features/agentConfig.d.ts +19 -0
  162. package/es/features/agentConfig.js +129 -0
  163. package/es/features/index.d.ts +2 -0
  164. package/es/features/index.js +2 -0
  165. package/es/icons.d.ts +11 -0
  166. package/es/icons.js +11 -0
  167. package/es/toc.js +198 -0
  168. package/package.json +1 -1
@@ -0,0 +1,348 @@
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 _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
11
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
12
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
13
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
14
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
15
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
16
+ 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; }
17
+ 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; }
18
+ import { memo } from 'react';
19
+ import { useFillIds } from "../../hooks/useFillId";
20
+ import { TITLE } from "../style";
21
+ import { jsx as _jsx } from "react/jsx-runtime";
22
+ import { jsxs as _jsxs } from "react/jsx-runtime";
23
+ var Icon = /*#__PURE__*/memo(function (_ref) {
24
+ var _ref$size = _ref.size,
25
+ size = _ref$size === void 0 ? '1em' : _ref$size,
26
+ style = _ref.style,
27
+ rest = _objectWithoutProperties(_ref, _excluded);
28
+ var _useFillIds = useFillIds(TITLE, 12),
29
+ _useFillIds2 = _slicedToArray(_useFillIds, 12),
30
+ a = _useFillIds2[0],
31
+ b = _useFillIds2[1],
32
+ c = _useFillIds2[2],
33
+ d = _useFillIds2[3],
34
+ e = _useFillIds2[4],
35
+ f = _useFillIds2[5],
36
+ g = _useFillIds2[6],
37
+ h = _useFillIds2[7],
38
+ i = _useFillIds2[8],
39
+ j = _useFillIds2[9],
40
+ k = _useFillIds2[10],
41
+ l = _useFillIds2[11];
42
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
43
+ height: size,
44
+ style: _objectSpread({
45
+ flex: 'none',
46
+ lineHeight: 1
47
+ }, style),
48
+ viewBox: "0 0 24 24",
49
+ width: size,
50
+ xmlns: "http://www.w3.org/2000/svg"
51
+ }, rest), {}, {
52
+ children: [/*#__PURE__*/_jsx("title", {
53
+ children: TITLE
54
+ }), /*#__PURE__*/_jsx("mask", {
55
+ height: "23",
56
+ id: a.id,
57
+ maskUnits: "userSpaceOnUse",
58
+ width: "24",
59
+ x: "0",
60
+ y: "1",
61
+ children: /*#__PURE__*/_jsx("path", {
62
+ d: "M21.751 22.607c1.34 1.005 3.35.335 1.508-1.508C17.73 15.74 18.904 1 12.037 1 5.17 1 6.342 15.74.815 21.1c-2.01 2.009.167 2.511 1.507 1.506 5.192-3.517 4.857-9.714 9.715-9.714 4.857 0 4.522 6.197 9.714 9.715z",
63
+ fill: "#fff"
64
+ })
65
+ }), /*#__PURE__*/_jsxs("g", {
66
+ mask: a.fill,
67
+ children: [/*#__PURE__*/_jsx("g", {
68
+ filter: b.fill,
69
+ children: /*#__PURE__*/_jsx("path", {
70
+ d: "M-1.018-3.992c-.408 3.591 2.686 6.89 6.91 7.37 4.225.48 7.98-2.043 8.387-5.633.408-3.59-2.686-6.89-6.91-7.37-4.225-.479-7.98 2.043-8.387 5.633z",
71
+ fill: "#FFE432"
72
+ })
73
+ }), /*#__PURE__*/_jsx("g", {
74
+ filter: c.fill,
75
+ children: /*#__PURE__*/_jsx("path", {
76
+ d: "M15.269 7.747c1.058 4.557 5.691 7.374 10.348 6.293 4.657-1.082 7.575-5.653 6.516-10.21-1.058-4.556-5.691-7.374-10.348-6.292-4.657 1.082-7.575 5.653-6.516 10.21z",
77
+ fill: "#FC413D"
78
+ })
79
+ }), /*#__PURE__*/_jsx("g", {
80
+ filter: d.fill,
81
+ children: /*#__PURE__*/_jsx("path", {
82
+ d: "M-12.443 10.804c1.338 4.703 7.36 7.11 13.453 5.378 6.092-1.733 9.947-6.95 8.61-11.652C8.282-.173 2.26-2.58-3.833-.848-9.925.884-13.78 6.1-12.443 10.804z",
83
+ fill: "#00B95C"
84
+ })
85
+ }), /*#__PURE__*/_jsx("g", {
86
+ filter: e.fill,
87
+ children: /*#__PURE__*/_jsx("path", {
88
+ d: "M-12.443 10.804c1.338 4.703 7.36 7.11 13.453 5.378 6.092-1.733 9.947-6.95 8.61-11.652C8.282-.173 2.26-2.58-3.833-.848-9.925.884-13.78 6.1-12.443 10.804z",
89
+ fill: "#00B95C"
90
+ })
91
+ }), /*#__PURE__*/_jsx("g", {
92
+ filter: f.fill,
93
+ children: /*#__PURE__*/_jsx("path", {
94
+ d: "M-7.608 14.703c3.352 3.424 9.126 3.208 12.896-.483 3.77-3.69 4.108-9.459.756-12.883C2.69-2.087-3.083-1.871-6.853 1.82c-3.77 3.69-4.108 9.458-.755 12.883z",
95
+ fill: "#00B95C"
96
+ })
97
+ }), /*#__PURE__*/_jsx("g", {
98
+ filter: g.fill,
99
+ children: /*#__PURE__*/_jsx("path", {
100
+ d: "M9.932 27.617c1.04 4.482 5.384 7.303 9.7 6.3 4.316-1.002 6.971-5.448 5.93-9.93-1.04-4.483-5.384-7.304-9.7-6.301-4.316 1.002-6.971 5.448-5.93 9.93z",
101
+ fill: "#3186FF"
102
+ })
103
+ }), /*#__PURE__*/_jsx("g", {
104
+ filter: h.fill,
105
+ children: /*#__PURE__*/_jsx("path", {
106
+ d: "M2.572-8.185C.392-3.329 2.778 2.472 7.9 4.771c5.122 2.3 11.042.227 13.222-4.63 2.18-4.855-.205-10.656-5.327-12.955-5.122-2.3-11.042-.227-13.222 4.63z",
107
+ fill: "#FBBC04"
108
+ })
109
+ }), /*#__PURE__*/_jsx("g", {
110
+ filter: i.fill,
111
+ children: /*#__PURE__*/_jsx("path", {
112
+ d: "M-3.267 38.686c-5.277-2.072 3.742-19.117 5.984-24.83 2.243-5.712 8.34-8.664 13.616-6.592 5.278 2.071 11.533 13.482 9.29 19.195-2.242 5.713-23.613 14.298-28.89 12.227z",
113
+ fill: "#3186FF"
114
+ })
115
+ }), /*#__PURE__*/_jsx("g", {
116
+ filter: j.fill,
117
+ children: /*#__PURE__*/_jsx("path", {
118
+ d: "M28.71 17.471c-1.413 1.649-5.1.808-8.236-1.878-3.135-2.687-4.531-6.201-3.118-7.85 1.412-1.649 5.1-.808 8.235 1.878s4.532 6.2 3.119 7.85z",
119
+ fill: "#749BFF"
120
+ })
121
+ }), /*#__PURE__*/_jsx("g", {
122
+ filter: k.fill,
123
+ children: /*#__PURE__*/_jsx("path", {
124
+ d: "M18.163 9.077c5.81 3.93 12.502 4.19 14.946.577 2.443-3.612-.287-9.727-6.098-13.658-5.81-3.931-12.502-4.19-14.946-.577-2.443 3.612.287 9.727 6.098 13.658z",
125
+ fill: "#FC413D"
126
+ })
127
+ }), /*#__PURE__*/_jsx("g", {
128
+ filter: l.fill,
129
+ children: /*#__PURE__*/_jsx("path", {
130
+ d: "M-.915 2.684c-1.44 3.473-.97 6.967 1.05 7.804 2.02.837 4.824-1.3 6.264-4.772 1.44-3.473.97-6.967-1.05-7.804-2.02-.837-4.824 1.3-6.264 4.772z",
131
+ fill: "#FFEE48"
132
+ })
133
+ })]
134
+ }), /*#__PURE__*/_jsxs("defs", {
135
+ children: [/*#__PURE__*/_jsxs("filter", {
136
+ colorInterpolationFilters: "sRGB",
137
+ filterUnits: "userSpaceOnUse",
138
+ height: "17.587",
139
+ id: b.id,
140
+ width: "19.838",
141
+ x: "-3.288",
142
+ y: "-11.917",
143
+ children: [/*#__PURE__*/_jsx("feFlood", {
144
+ floodOpacity: "0",
145
+ result: "BackgroundImageFix"
146
+ }), /*#__PURE__*/_jsx("feBlend", {
147
+ in: "SourceGraphic",
148
+ in2: "BackgroundImageFix",
149
+ result: "shape"
150
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
151
+ result: "effect1_foregroundBlur_977_115",
152
+ stdDeviation: "1.117"
153
+ })]
154
+ }), /*#__PURE__*/_jsxs("filter", {
155
+ colorInterpolationFilters: "sRGB",
156
+ filterUnits: "userSpaceOnUse",
157
+ height: "38.565",
158
+ id: c.id,
159
+ width: "38.9",
160
+ x: "4.251",
161
+ y: "-13.493",
162
+ children: [/*#__PURE__*/_jsx("feFlood", {
163
+ floodOpacity: "0",
164
+ result: "BackgroundImageFix"
165
+ }), /*#__PURE__*/_jsx("feBlend", {
166
+ in: "SourceGraphic",
167
+ in2: "BackgroundImageFix",
168
+ result: "shape"
169
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
170
+ result: "effect1_foregroundBlur_977_115",
171
+ stdDeviation: "5.4"
172
+ })]
173
+ }), /*#__PURE__*/_jsxs("filter", {
174
+ colorInterpolationFilters: "sRGB",
175
+ filterUnits: "userSpaceOnUse",
176
+ height: "36.517",
177
+ id: d.id,
178
+ width: "40.955",
179
+ x: "-21.889",
180
+ y: "-10.592",
181
+ children: [/*#__PURE__*/_jsx("feFlood", {
182
+ floodOpacity: "0",
183
+ result: "BackgroundImageFix"
184
+ }), /*#__PURE__*/_jsx("feBlend", {
185
+ in: "SourceGraphic",
186
+ in2: "BackgroundImageFix",
187
+ result: "shape"
188
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
189
+ result: "effect1_foregroundBlur_977_115",
190
+ stdDeviation: "4.591"
191
+ })]
192
+ }), /*#__PURE__*/_jsxs("filter", {
193
+ colorInterpolationFilters: "sRGB",
194
+ filterUnits: "userSpaceOnUse",
195
+ height: "36.517",
196
+ id: e.id,
197
+ width: "40.955",
198
+ x: "-21.889",
199
+ y: "-10.592",
200
+ children: [/*#__PURE__*/_jsx("feFlood", {
201
+ floodOpacity: "0",
202
+ result: "BackgroundImageFix"
203
+ }), /*#__PURE__*/_jsx("feBlend", {
204
+ in: "SourceGraphic",
205
+ in2: "BackgroundImageFix",
206
+ result: "shape"
207
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
208
+ result: "effect1_foregroundBlur_977_115",
209
+ stdDeviation: "4.591"
210
+ })]
211
+ }), /*#__PURE__*/_jsxs("filter", {
212
+ colorInterpolationFilters: "sRGB",
213
+ filterUnits: "userSpaceOnUse",
214
+ height: "36.595",
215
+ id: f.id,
216
+ width: "36.632",
217
+ x: "-19.099",
218
+ y: "-10.278",
219
+ children: [/*#__PURE__*/_jsx("feFlood", {
220
+ floodOpacity: "0",
221
+ result: "BackgroundImageFix"
222
+ }), /*#__PURE__*/_jsx("feBlend", {
223
+ in: "SourceGraphic",
224
+ in2: "BackgroundImageFix",
225
+ result: "shape"
226
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
227
+ result: "effect1_foregroundBlur_977_115",
228
+ stdDeviation: "4.591"
229
+ })]
230
+ }), /*#__PURE__*/_jsxs("filter", {
231
+ colorInterpolationFilters: "sRGB",
232
+ filterUnits: "userSpaceOnUse",
233
+ height: "34.087",
234
+ id: g.id,
235
+ width: "33.533",
236
+ x: ".981",
237
+ y: "8.758",
238
+ children: [/*#__PURE__*/_jsx("feFlood", {
239
+ floodOpacity: "0",
240
+ result: "BackgroundImageFix"
241
+ }), /*#__PURE__*/_jsx("feBlend", {
242
+ in: "SourceGraphic",
243
+ in2: "BackgroundImageFix",
244
+ result: "shape"
245
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
246
+ result: "effect1_foregroundBlur_977_115",
247
+ stdDeviation: "4.363"
248
+ })]
249
+ }), /*#__PURE__*/_jsxs("filter", {
250
+ colorInterpolationFilters: "sRGB",
251
+ filterUnits: "userSpaceOnUse",
252
+ height: "35.276",
253
+ id: h.id,
254
+ width: "35.978",
255
+ x: "-6.143",
256
+ y: "-21.659",
257
+ children: [/*#__PURE__*/_jsx("feFlood", {
258
+ floodOpacity: "0",
259
+ result: "BackgroundImageFix"
260
+ }), /*#__PURE__*/_jsx("feBlend", {
261
+ in: "SourceGraphic",
262
+ in2: "BackgroundImageFix",
263
+ result: "shape"
264
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
265
+ result: "effect1_foregroundBlur_977_115",
266
+ stdDeviation: "3.954"
267
+ })]
268
+ }), /*#__PURE__*/_jsxs("filter", {
269
+ colorInterpolationFilters: "sRGB",
270
+ filterUnits: "userSpaceOnUse",
271
+ height: "46.523",
272
+ id: i.id,
273
+ width: "45.114",
274
+ x: "-11.96",
275
+ y: "-.46",
276
+ children: [/*#__PURE__*/_jsx("feFlood", {
277
+ floodOpacity: "0",
278
+ result: "BackgroundImageFix"
279
+ }), /*#__PURE__*/_jsx("feBlend", {
280
+ in: "SourceGraphic",
281
+ in2: "BackgroundImageFix",
282
+ result: "shape"
283
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
284
+ result: "effect1_foregroundBlur_977_115",
285
+ stdDeviation: "3.531"
286
+ })]
287
+ }), /*#__PURE__*/_jsxs("filter", {
288
+ colorInterpolationFilters: "sRGB",
289
+ filterUnits: "userSpaceOnUse",
290
+ height: "24.054",
291
+ id: j.id,
292
+ width: "25.094",
293
+ x: "10.485",
294
+ y: ".58",
295
+ children: [/*#__PURE__*/_jsx("feFlood", {
296
+ floodOpacity: "0",
297
+ result: "BackgroundImageFix"
298
+ }), /*#__PURE__*/_jsx("feBlend", {
299
+ in: "SourceGraphic",
300
+ in2: "BackgroundImageFix",
301
+ result: "shape"
302
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
303
+ result: "effect1_foregroundBlur_977_115",
304
+ stdDeviation: "3.159"
305
+ })]
306
+ }), /*#__PURE__*/_jsxs("filter", {
307
+ colorInterpolationFilters: "sRGB",
308
+ filterUnits: "userSpaceOnUse",
309
+ height: "30.007",
310
+ id: k.id,
311
+ width: "33.508",
312
+ x: "5.833",
313
+ y: "-12.467",
314
+ children: [/*#__PURE__*/_jsx("feFlood", {
315
+ floodOpacity: "0",
316
+ result: "BackgroundImageFix"
317
+ }), /*#__PURE__*/_jsx("feBlend", {
318
+ in: "SourceGraphic",
319
+ in2: "BackgroundImageFix",
320
+ result: "shape"
321
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
322
+ result: "effect1_foregroundBlur_977_115",
323
+ stdDeviation: "2.669"
324
+ })]
325
+ }), /*#__PURE__*/_jsxs("filter", {
326
+ colorInterpolationFilters: "sRGB",
327
+ filterUnits: "userSpaceOnUse",
328
+ height: "26.151",
329
+ id: l.id,
330
+ width: "22.194",
331
+ x: "-8.355",
332
+ y: "-8.876",
333
+ children: [/*#__PURE__*/_jsx("feFlood", {
334
+ floodOpacity: "0",
335
+ result: "BackgroundImageFix"
336
+ }), /*#__PURE__*/_jsx("feBlend", {
337
+ in: "SourceGraphic",
338
+ in2: "BackgroundImageFix",
339
+ result: "shape"
340
+ }), /*#__PURE__*/_jsx("feGaussianBlur", {
341
+ result: "effect1_foregroundBlur_977_115",
342
+ stdDeviation: "3.303"
343
+ })]
344
+ })]
345
+ })]
346
+ }));
347
+ });
348
+ 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: "M21.751 22.607c1.34 1.005 3.35.335 1.508-1.508C17.73 15.74 18.904 1 12.037 1 5.17 1 6.342 15.74.815 21.1c-2.01 2.009.167 2.511 1.507 1.506 5.192-3.517 4.857-9.714 9.715-9.714 4.857 0 4.522 6.197 9.714 9.715z"
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 174 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: "M165.834 22.734a6.851 6.851 0 01-.148.317 8.749 8.749 0 01-.105.232h-1.856c.085-.183.176-.387.274-.612.099-.21.218-.47.359-.78l.232-.506c.07-.155.147-.33.232-.527.098-.183.211-.415.337-.696l.97-2.108-4.449-10.078h1.94l3.373 7.99h.042l3.247-7.99h1.94l-5.566 12.84c-.056.126-.148.323-.274.59-.113.281-.225.548-.337.801a6.679 6.679 0 01-.211.527zM154.865 9.6V7.976h1.898V4.94h1.792v3.036h2.635V9.6h-2.635v5.861c0 .604.119 1.054.358 1.35.253.28.625.421 1.117.421.225 0 .436-.028.633-.084.197-.07.387-.162.569-.274v1.75a3.916 3.916 0 01-.696.19 3.392 3.392 0 01-.78.084c-.899 0-1.623-.267-2.171-.802-.548-.548-.822-1.279-.822-2.192V9.6h-1.898zM151.661 18.729V7.976h1.792V18.73h-1.792zm.885-12.734a1.24 1.24 0 01-.907-.38 1.24 1.24 0 01-.379-.907c0-.365.127-.667.379-.906a1.24 1.24 0 01.907-.38c.366 0 .668.127.907.38.253.239.379.541.379.906 0 .352-.126.654-.379.907-.239.253-.541.38-.907.38zM144.496 18.729l-4.343-10.753h1.918l3.332 8.644h.042l3.373-8.644h1.876l-4.385 10.753h-1.813zM134.384 19.066c-.801 0-1.503-.154-2.108-.463a3.696 3.696 0 01-1.434-1.266 3.471 3.471 0 01-.506-1.855c0-.787.204-1.447.612-1.982.408-.548.956-.955 1.644-1.223.689-.28 1.448-.421 2.277-.421.478 0 .921.042 1.329.126.407.07.759.162 1.054.274.309.099.541.197.696.296v-.654c0-.815-.289-1.462-.865-1.94-.576-.478-1.279-.716-2.108-.716-.591 0-1.146.133-1.666.4a2.964 2.964 0 00-1.201 1.075l-1.35-1.012a4.344 4.344 0 011.054-1.096c.422-.31.9-.548 1.434-.717a5.848 5.848 0 011.729-.253c1.462 0 2.607.387 3.436 1.16.83.773 1.244 1.813 1.244 3.12v6.81h-1.707v-1.54h-.085c-.182.31-.443.612-.78.907a4.347 4.347 0 01-1.202.696 3.938 3.938 0 01-1.497.274zm.169-1.58c.619 0 1.181-.155 1.687-.465.52-.309.935-.724 1.244-1.244.309-.52.464-1.089.464-1.707-.324-.225-.731-.408-1.223-.549a5.592 5.592 0 00-1.581-.21c-1.027 0-1.779.21-2.256.632-.478.422-.717.942-.717 1.56 0 .59.225 1.069.674 1.434.45.365 1.02.548 1.708.548zM123.833 18.729V7.976h1.708v1.73h.084c.14-.408.372-.76.696-1.055.337-.31.716-.548 1.138-.717a3.312 3.312 0 011.286-.274c.324 0 .577.021.759.063.183.029.352.078.506.148v1.94a3.05 3.05 0 00-.738-.253 3.584 3.584 0 00-.78-.085 2.5 2.5 0 00-1.433.443 3.297 3.297 0 00-1.055 1.18 3.508 3.508 0 00-.379 1.624v6.009h-1.792zM116.438 23.62c-.913 0-1.7-.154-2.361-.464-.646-.295-1.173-.674-1.581-1.138-.394-.464-.675-.935-.843-1.413l1.644-.695c.225.59.604 1.082 1.139 1.476.548.407 1.215.61 2.002.61 1.125 0 1.989-.33 2.594-.99.604-.646.906-1.553.906-2.72v-1.202h-.084c-.337.52-.822.963-1.455 1.329-.632.351-1.37.527-2.213.527a4.76 4.76 0 01-2.552-.717c-.759-.478-1.363-1.139-1.813-1.982-.45-.857-.674-1.841-.674-2.951s.224-2.088.674-2.931c.45-.857 1.054-1.525 1.813-2.003a4.76 4.76 0 012.552-.717c.843 0 1.581.183 2.213.548.633.352 1.118.794 1.455 1.329h.084v-1.54h1.708v10.331c0 1.195-.232 2.186-.696 2.973a4.201 4.201 0 01-1.855 1.75c-.773.394-1.658.59-2.657.59zm0-6.304a3.43 3.43 0 001.75-.463c.535-.324.956-.788 1.265-1.392.324-.604.485-1.328.485-2.171 0-.872-.161-1.603-.485-2.193-.309-.604-.73-1.061-1.265-1.37a3.43 3.43 0 00-1.75-.464c-.632 0-1.215.161-1.749.485-.535.309-.963.766-1.287 1.37-.323.59-.484 1.314-.484 2.171 0 .858.161 1.589.484 2.193.324.59.752 1.047 1.287 1.37a3.43 3.43 0 001.749.464zM107.731 18.729V7.976h1.792V18.73h-1.792zm.886-12.734c-.352 0-.654-.127-.907-.38a1.237 1.237 0 01-.379-.907c0-.365.126-.667.379-.906.253-.253.555-.38.907-.38.365 0 .667.127.906.38.254.239.38.541.38.906 0 .352-.126.654-.38.907-.239.253-.541.38-.906.38zM99.693 9.6V7.976h1.898V4.94h1.792v3.036h2.635V9.6h-2.635v5.861c0 .604.119 1.054.358 1.35.253.28.626.421 1.117.421.225 0 .436-.028.633-.084.197-.07.387-.162.569-.274v1.75a3.916 3.916 0 01-.696.19 3.39 3.39 0 01-.779.084c-.9 0-1.624-.267-2.172-.802-.548-.548-.822-1.279-.822-2.192V9.6h-1.898zM89.427 18.729V7.977h1.707v1.58h.085c.28-.52.738-.97 1.37-1.349.647-.38 1.35-.569 2.108-.569 1.322 0 2.313.387 2.973 1.16.675.759 1.012 1.77 1.012 3.036v6.894H96.89v-6.62c0-1.04-.253-1.771-.759-2.193-.492-.436-1.131-.653-1.918-.653-.59 0-1.11.168-1.56.506-.45.323-.802.745-1.055 1.265a3.713 3.713 0 00-.38 1.644v6.051h-1.791zM74.733 18.729l5.735-15.096h2.024l5.735 15.096h-1.961l-1.54-4.153h-6.493l-1.54 4.153h-1.96zm9.382-5.84l-2.003-5.44-.59-1.623h-.084l-.59 1.623-2.004 5.44h5.271zM10.653 19.068C5.951 19.068 2 15.237 2 10.534 2 5.832 5.95 2 10.653 2c2.601 0 4.45 1.02 5.844 2.351l-1.643 1.643c-1-.937-2.351-1.666-4.2-1.666-3.431 0-6.115 2.769-6.115 6.204 0 3.435 2.684 6.201 6.114 6.201 2.226 0 3.495-.894 4.306-1.707.665-.667 1.103-1.623 1.27-2.936h-5.635V9.76h7.901c.083.417.124.916.124 1.457 0 1.749-.479 3.914-2.017 5.454-1.496 1.56-3.41 2.393-5.949 2.393v.004zM30.454 13.573c0 3.164-2.473 5.495-5.505 5.495s-5.505-2.33-5.505-5.495 2.473-5.496 5.505-5.496 5.505 2.31 5.505 5.496zm-2.411 0c0-1.978-1.435-3.33-3.096-3.33-1.662 0-3.096 1.352-3.096 3.33 0 1.977 1.434 3.33 3.096 3.33 1.661 0 3.096-1.373 3.096-3.33zM42.437 13.573c0 3.164-2.473 5.495-5.505 5.495s-5.505-2.33-5.505-5.495 2.473-5.496 5.505-5.496 5.505 2.31 5.505 5.496zm-2.411 0c0-1.978-1.435-3.33-3.096-3.33-1.662 0-3.096 1.352-3.096 3.33 0 1.977 1.434 3.33 3.096 3.33 1.661 0 3.096-1.373 3.096-3.33zM53.9 8.41v9.865c0 4.059-2.393 5.725-5.22 5.725-2.664 0-4.266-1.79-4.868-3.247l2.101-.874c.374.896 1.29 1.957 2.766 1.957 1.81 0 2.934-1.123 2.934-3.226v-.791h-.083c-.54.667-1.581 1.249-2.892 1.249-2.745 0-5.262-2.393-5.262-5.475s2.517-5.516 5.262-5.516c1.31 0 2.351.582 2.892 1.228h.083V8.41H53.9zm-2.122 5.183c0-1.936-1.29-3.35-2.934-3.35-1.643 0-3.057 1.416-3.057 3.35 0 1.934 1.393 3.31 3.057 3.31s2.934-1.396 2.934-3.31zM58.047 2.582v16.152h-2.413V2.582h2.413zM67.4 15.383l1.872 1.249c-.603.896-2.06 2.436-4.576 2.436-3.12 0-5.45-2.415-5.45-5.495 0-3.268 2.351-5.496 5.18-5.496 2.827 0 4.241 2.269 4.7 3.497l.25.624-7.343 3.038c.561 1.103 1.434 1.666 2.663 1.666 1.228 0 2.08-.602 2.704-1.519zm-5.762-1.978l4.91-2.04c-.271-.687-1.082-1.166-2.038-1.166-1.226 0-2.933 1.082-2.87 3.206h-.002z"
36
+ })]
37
+ }));
38
+ });
39
+ export default Icon;
@@ -0,0 +1,16 @@
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
+ colorGradient: string;
12
+ colorPrimary: string;
13
+ title: string;
14
+ };
15
+ declare const Icons: CompoundedIcon;
16
+ 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 = "Antigravity";
2
+ export declare const COMBINE_TEXT_MULTIPLE = 1;
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 = "#fff";
7
+ export declare const AVATAR_ICON_MULTIPLE = 0.7;
@@ -0,0 +1,9 @@
1
+ export var TITLE = 'Antigravity';
2
+ export var COMBINE_TEXT_MULTIPLE = 1;
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 = '#fff';
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,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: "M6.513 18.419c-1.6 0-3.107-.64-4.247-1.802A6.146 6.146 0 01.5 12.287c0-1.63.626-3.168 1.766-4.33 1.14-1.162 2.647-1.802 4.247-1.802s3.132.655 4.25 1.795c.835.849.835 2.23 0 3.078a2.11 2.11 0 01-3.02 0 1.737 1.737 0 00-1.234-.521c-.945 0-1.744.813-1.744 1.776 0 .964.799 1.777 1.744 1.777.46 0 .907-.19 1.234-.522a2.11 2.11 0 013.02 0c.835.85.835 2.23 0 3.079a5.997 5.997 0 01-4.25 1.794v.008z",
35
+ fill: "#EA5E5D"
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ d: "M12.026 24c-1.6 0-3.107-.64-4.247-1.802a6.146 6.146 0 01-1.766-4.33c0-1.63.644-3.193 1.762-4.337a2.11 2.11 0 013.021 0c.834.849.834 2.23 0 3.078-.324.331-.51.788-.51 1.255 0 .964.798 1.777 1.744 1.777.945 0 1.744-.813 1.744-1.777 0-.341-.083-.83-.475-1.233a6.255 6.255 0 01-1.77-4.348c0-1.615.627-3.168 1.767-4.33s2.646-1.802 4.247-1.802c1.6 0 3.107.64 4.247 1.802a6.146 6.146 0 011.766 4.33c0 1.63-.644 3.194-1.762 4.337a2.11 2.11 0 01-3.021 0 2.206 2.206 0 010-3.078c.323-.331.51-.788.51-1.255 0-.964-.798-1.777-1.744-1.777s-1.744.813-1.744 1.777c0 .47.19.935.521 1.27 1.115 1.136 1.727 2.667 1.727 4.311a6.122 6.122 0 01-1.766 4.33C15.137 23.36 13.63 24 12.03 24h-.004z",
38
+ fill: "#EA5E5D"
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ d: "M12.026 6.867L8.53 3.587a1.336 1.336 0 111.827-1.949l1.4 1.313L13.744.495a1.336 1.336 0 012.075 1.68l-3.798 4.692h.004z",
41
+ fill: "#23AF69"
42
+ })]
43
+ }));
44
+ });
45
+ export default Icon;