@lobehub/icons 1.94.0 → 1.96.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (307) hide show
  1. package/README.md +73 -70
  2. package/es/AiHubMix/components/Avatar.d.ts +5 -0
  3. package/es/AiHubMix/components/Avatar.js +28 -0
  4. package/es/AiHubMix/components/Color.d.ts +3 -0
  5. package/es/AiHubMix/components/Color.js +45 -0
  6. package/es/AiHubMix/components/Combine.d.ts +7 -0
  7. package/es/AiHubMix/components/Combine.js +32 -0
  8. package/es/AiHubMix/components/Inner.d.ts +3 -0
  9. package/es/AiHubMix/components/Inner.js +52 -0
  10. package/es/AiHubMix/components/Mono.d.ts +3 -0
  11. package/es/AiHubMix/components/Mono.js +42 -0
  12. package/es/AiHubMix/components/Text.d.ts +3 -0
  13. package/es/AiHubMix/components/Text.js +41 -0
  14. package/es/AiHubMix/index.d.ts +15 -0
  15. package/es/AiHubMix/index.js +16 -0
  16. package/es/AiHubMix/style.d.ts +4 -0
  17. package/es/AiHubMix/style.js +4 -0
  18. package/es/AionLabs/components/Avatar.d.ts +5 -0
  19. package/es/AionLabs/components/Avatar.js +29 -0
  20. package/es/AionLabs/components/Color.d.ts +3 -0
  21. package/es/AionLabs/components/Color.js +217 -0
  22. package/es/AionLabs/components/Combine.d.ts +7 -0
  23. package/es/AionLabs/components/Combine.js +32 -0
  24. package/es/AionLabs/components/Mono.d.ts +3 -0
  25. package/es/AionLabs/components/Mono.js +43 -0
  26. package/es/AionLabs/components/Text.d.ts +3 -0
  27. package/es/AionLabs/components/Text.js +40 -0
  28. package/es/AionLabs/index.d.ts +15 -0
  29. package/es/AionLabs/index.js +16 -0
  30. package/es/AionLabs/style.d.ts +4 -0
  31. package/es/AionLabs/style.js +4 -0
  32. package/es/AlephAlpha/components/Avatar.d.ts +5 -0
  33. package/es/AlephAlpha/components/Avatar.js +28 -0
  34. package/es/AlephAlpha/components/Combine.d.ts +5 -0
  35. package/es/AlephAlpha/components/Combine.js +26 -0
  36. package/es/AlephAlpha/components/Mono.d.ts +3 -0
  37. package/es/AlephAlpha/components/Mono.js +41 -0
  38. package/es/AlephAlpha/components/Text.d.ts +3 -0
  39. package/es/AlephAlpha/components/Text.js +44 -0
  40. package/es/AlephAlpha/index.d.ts +13 -0
  41. package/es/AlephAlpha/index.js +14 -0
  42. package/es/AlephAlpha/style.d.ts +4 -0
  43. package/es/AlephAlpha/style.js +4 -0
  44. package/es/Anyscale/components/Avatar.d.ts +5 -0
  45. package/es/Anyscale/components/Avatar.js +30 -0
  46. package/es/Anyscale/components/Color.d.ts +3 -0
  47. package/es/Anyscale/components/Color.js +40 -0
  48. package/es/Anyscale/components/Combine.d.ts +7 -0
  49. package/es/Anyscale/components/Combine.js +32 -0
  50. package/es/Anyscale/components/Mono.d.ts +3 -0
  51. package/es/Anyscale/components/Mono.js +41 -0
  52. package/es/Anyscale/components/Text.d.ts +3 -0
  53. package/es/Anyscale/components/Text.js +40 -0
  54. package/es/Anyscale/index.d.ts +15 -0
  55. package/es/Anyscale/index.js +16 -0
  56. package/es/Anyscale/style.d.ts +4 -0
  57. package/es/Anyscale/style.js +4 -0
  58. package/es/AssemblyAI/components/Avatar.d.ts +5 -0
  59. package/es/AssemblyAI/components/Avatar.js +27 -0
  60. package/es/AssemblyAI/components/Color.d.ts +3 -0
  61. package/es/AssemblyAI/components/Color.js +43 -0
  62. package/es/AssemblyAI/components/Combine.d.ts +7 -0
  63. package/es/AssemblyAI/components/Combine.js +32 -0
  64. package/es/AssemblyAI/components/Mono.d.ts +3 -0
  65. package/es/AssemblyAI/components/Mono.js +43 -0
  66. package/es/AssemblyAI/components/Text.d.ts +3 -0
  67. package/es/AssemblyAI/components/Text.js +40 -0
  68. package/es/AssemblyAI/index.d.ts +15 -0
  69. package/es/AssemblyAI/index.js +16 -0
  70. package/es/AssemblyAI/style.d.ts +4 -0
  71. package/es/AssemblyAI/style.js +4 -0
  72. package/es/CentML/components/Avatar.d.ts +5 -0
  73. package/es/CentML/components/Avatar.js +27 -0
  74. package/es/CentML/components/BrandColor.d.ts +3 -0
  75. package/es/CentML/components/BrandColor.js +46 -0
  76. package/es/CentML/components/BrandMono.d.ts +3 -0
  77. package/es/CentML/components/BrandMono.js +47 -0
  78. package/es/CentML/components/Color.d.ts +3 -0
  79. package/es/CentML/components/Color.js +43 -0
  80. package/es/CentML/components/Combine.d.ts +7 -0
  81. package/es/CentML/components/Combine.js +30 -0
  82. package/es/CentML/components/Mono.d.ts +3 -0
  83. package/es/CentML/components/Mono.js +43 -0
  84. package/es/CentML/components/Text.d.ts +3 -0
  85. package/es/CentML/components/Text.js +47 -0
  86. package/es/CentML/index.d.ts +19 -0
  87. package/es/CentML/index.js +20 -0
  88. package/es/CentML/style.d.ts +4 -0
  89. package/es/CentML/style.js +4 -0
  90. package/es/Cerebras/components/Combine.js +2 -4
  91. package/es/Crusoe/components/Avatar.d.ts +5 -0
  92. package/es/Crusoe/components/Avatar.js +27 -0
  93. package/es/Crusoe/components/Color.d.ts +3 -0
  94. package/es/Crusoe/components/Color.js +65 -0
  95. package/es/Crusoe/components/Combine.d.ts +7 -0
  96. package/es/Crusoe/components/Combine.js +32 -0
  97. package/es/Crusoe/components/Mono.d.ts +3 -0
  98. package/es/Crusoe/components/Mono.js +62 -0
  99. package/es/Crusoe/components/Text.d.ts +3 -0
  100. package/es/Crusoe/components/Text.js +41 -0
  101. package/es/Crusoe/index.d.ts +15 -0
  102. package/es/Crusoe/index.js +16 -0
  103. package/es/Crusoe/style.d.ts +4 -0
  104. package/es/Crusoe/style.js +4 -0
  105. package/es/Featherless/components/Avatar.d.ts +5 -0
  106. package/es/Featherless/components/Avatar.js +33 -0
  107. package/es/Featherless/components/Color.d.ts +3 -0
  108. package/es/Featherless/components/Color.js +40 -0
  109. package/es/Featherless/components/Combine.d.ts +7 -0
  110. package/es/Featherless/components/Combine.js +32 -0
  111. package/es/Featherless/components/Mono.d.ts +3 -0
  112. package/es/Featherless/components/Mono.js +41 -0
  113. package/es/Featherless/components/Text.d.ts +3 -0
  114. package/es/Featherless/components/Text.js +40 -0
  115. package/es/Featherless/index.d.ts +15 -0
  116. package/es/Featherless/index.js +16 -0
  117. package/es/Featherless/style.d.ts +4 -0
  118. package/es/Featherless/style.js +4 -0
  119. package/es/Friendli/components/Avatar.d.ts +5 -0
  120. package/es/Friendli/components/Avatar.js +28 -0
  121. package/es/Friendli/components/Combine.d.ts +5 -0
  122. package/es/Friendli/components/Combine.js +26 -0
  123. package/es/Friendli/components/Mono.d.ts +3 -0
  124. package/es/Friendli/components/Mono.js +45 -0
  125. package/es/Friendli/components/Text.d.ts +3 -0
  126. package/es/Friendli/components/Text.js +40 -0
  127. package/es/Friendli/index.d.ts +13 -0
  128. package/es/Friendli/index.js +14 -0
  129. package/es/Friendli/style.d.ts +4 -0
  130. package/es/Friendli/style.js +4 -0
  131. package/es/Hyperbolic/components/Avatar.d.ts +5 -0
  132. package/es/Hyperbolic/components/Avatar.js +30 -0
  133. package/es/Hyperbolic/components/Color.d.ts +3 -0
  134. package/es/Hyperbolic/components/Color.js +40 -0
  135. package/es/Hyperbolic/components/Combine.d.ts +7 -0
  136. package/es/Hyperbolic/components/Combine.js +32 -0
  137. package/es/Hyperbolic/components/Mono.d.ts +3 -0
  138. package/es/Hyperbolic/components/Mono.js +41 -0
  139. package/es/Hyperbolic/components/Text.d.ts +3 -0
  140. package/es/Hyperbolic/components/Text.js +40 -0
  141. package/es/Hyperbolic/index.d.ts +15 -0
  142. package/es/Hyperbolic/index.js +16 -0
  143. package/es/Hyperbolic/style.d.ts +4 -0
  144. package/es/Hyperbolic/style.js +4 -0
  145. package/es/Inference/components/Avatar.d.ts +5 -0
  146. package/es/Inference/components/Avatar.js +27 -0
  147. package/es/Inference/components/Combine.d.ts +5 -0
  148. package/es/Inference/components/Combine.js +24 -0
  149. package/es/Inference/components/Mono.d.ts +3 -0
  150. package/es/Inference/components/Mono.js +41 -0
  151. package/es/Inference/components/Text.d.ts +3 -0
  152. package/es/Inference/components/Text.js +40 -0
  153. package/es/Inference/index.d.ts +13 -0
  154. package/es/Inference/index.js +14 -0
  155. package/es/Inference/style.d.ts +4 -0
  156. package/es/Inference/style.js +4 -0
  157. package/es/Infermatic/components/Avatar.d.ts +5 -0
  158. package/es/Infermatic/components/Avatar.js +30 -0
  159. package/es/Infermatic/components/Color.d.ts +3 -0
  160. package/es/Infermatic/components/Color.js +40 -0
  161. package/es/Infermatic/components/Combine.d.ts +7 -0
  162. package/es/Infermatic/components/Combine.js +32 -0
  163. package/es/Infermatic/components/Mono.d.ts +3 -0
  164. package/es/Infermatic/components/Mono.js +41 -0
  165. package/es/Infermatic/components/Text.d.ts +3 -0
  166. package/es/Infermatic/components/Text.js +40 -0
  167. package/es/Infermatic/index.d.ts +15 -0
  168. package/es/Infermatic/index.js +16 -0
  169. package/es/Infermatic/style.d.ts +4 -0
  170. package/es/Infermatic/style.js +4 -0
  171. package/es/Inflection/components/Avatar.d.ts +5 -0
  172. package/es/Inflection/components/Avatar.js +28 -0
  173. package/es/Inflection/components/Combine.d.ts +5 -0
  174. package/es/Inflection/components/Combine.js +24 -0
  175. package/es/Inflection/components/Mono.d.ts +3 -0
  176. package/es/Inflection/components/Mono.js +41 -0
  177. package/es/Inflection/components/Text.d.ts +3 -0
  178. package/es/Inflection/components/Text.js +40 -0
  179. package/es/Inflection/index.d.ts +13 -0
  180. package/es/Inflection/index.js +14 -0
  181. package/es/Inflection/style.d.ts +4 -0
  182. package/es/Inflection/style.js +4 -0
  183. package/es/Kluster/components/Avatar.d.ts +5 -0
  184. package/es/Kluster/components/Avatar.js +30 -0
  185. package/es/Kluster/components/Color.d.ts +3 -0
  186. package/es/Kluster/components/Color.js +43 -0
  187. package/es/Kluster/components/Combine.d.ts +7 -0
  188. package/es/Kluster/components/Combine.js +32 -0
  189. package/es/Kluster/components/Mono.d.ts +3 -0
  190. package/es/Kluster/components/Mono.js +43 -0
  191. package/es/Kluster/components/Text.d.ts +3 -0
  192. package/es/Kluster/components/Text.js +40 -0
  193. package/es/Kluster/index.d.ts +15 -0
  194. package/es/Kluster/index.js +16 -0
  195. package/es/Kluster/style.d.ts +4 -0
  196. package/es/Kluster/style.js +4 -0
  197. package/es/LeptonAI/components/Avatar.d.ts +5 -0
  198. package/es/LeptonAI/components/Avatar.js +29 -0
  199. package/es/LeptonAI/components/Color.d.ts +3 -0
  200. package/es/LeptonAI/components/Color.js +61 -0
  201. package/es/LeptonAI/components/Combine.d.ts +7 -0
  202. package/es/LeptonAI/components/Combine.js +32 -0
  203. package/es/LeptonAI/components/Mono.d.ts +3 -0
  204. package/es/LeptonAI/components/Mono.js +57 -0
  205. package/es/LeptonAI/components/Text.d.ts +3 -0
  206. package/es/LeptonAI/components/Text.js +40 -0
  207. package/es/LeptonAI/index.d.ts +15 -0
  208. package/es/LeptonAI/index.js +16 -0
  209. package/es/LeptonAI/style.d.ts +4 -0
  210. package/es/LeptonAI/style.js +4 -0
  211. package/es/Liquid/components/Avatar.d.ts +5 -0
  212. package/es/Liquid/components/Avatar.js +27 -0
  213. package/es/Liquid/components/Combine.d.ts +5 -0
  214. package/es/Liquid/components/Combine.js +29 -0
  215. package/es/Liquid/components/Mono.d.ts +3 -0
  216. package/es/Liquid/components/Mono.js +41 -0
  217. package/es/Liquid/components/Text.d.ts +3 -0
  218. package/es/Liquid/components/Text.js +50 -0
  219. package/es/Liquid/index.d.ts +13 -0
  220. package/es/Liquid/index.js +14 -0
  221. package/es/Liquid/style.d.ts +4 -0
  222. package/es/Liquid/style.js +4 -0
  223. package/es/NPLCloud/components/Avatar.d.ts +5 -0
  224. package/es/NPLCloud/components/Avatar.js +30 -0
  225. package/es/NPLCloud/components/Color.d.ts +3 -0
  226. package/es/NPLCloud/components/Color.js +40 -0
  227. package/es/NPLCloud/components/Combine.d.ts +7 -0
  228. package/es/NPLCloud/components/Combine.js +32 -0
  229. package/es/NPLCloud/components/Mono.d.ts +3 -0
  230. package/es/NPLCloud/components/Mono.js +41 -0
  231. package/es/NPLCloud/components/Text.d.ts +3 -0
  232. package/es/NPLCloud/components/Text.js +40 -0
  233. package/es/NPLCloud/index.d.ts +15 -0
  234. package/es/NPLCloud/index.js +16 -0
  235. package/es/NPLCloud/style.d.ts +4 -0
  236. package/es/NPLCloud/style.js +4 -0
  237. package/es/Nebius/components/Avatar.d.ts +5 -0
  238. package/es/Nebius/components/Avatar.js +28 -0
  239. package/es/Nebius/components/Mono.d.ts +3 -0
  240. package/es/Nebius/components/Mono.js +43 -0
  241. package/es/Nebius/components/Text.d.ts +3 -0
  242. package/es/Nebius/components/Text.js +47 -0
  243. package/es/Nebius/index.d.ts +11 -0
  244. package/es/Nebius/index.js +12 -0
  245. package/es/Nebius/style.d.ts +4 -0
  246. package/es/Nebius/style.js +4 -0
  247. package/es/Parasail/components/Avatar.d.ts +5 -0
  248. package/es/Parasail/components/Avatar.js +28 -0
  249. package/es/Parasail/components/Combine.d.ts +5 -0
  250. package/es/Parasail/components/Combine.js +27 -0
  251. package/es/Parasail/components/Mono.d.ts +3 -0
  252. package/es/Parasail/components/Mono.js +44 -0
  253. package/es/Parasail/components/Text.d.ts +3 -0
  254. package/es/Parasail/components/Text.js +40 -0
  255. package/es/Parasail/index.d.ts +13 -0
  256. package/es/Parasail/index.js +14 -0
  257. package/es/Parasail/style.d.ts +4 -0
  258. package/es/Parasail/style.js +4 -0
  259. package/es/Snowflake/components/Avatar.d.ts +5 -0
  260. package/es/Snowflake/components/Avatar.js +30 -0
  261. package/es/Snowflake/components/Color.d.ts +3 -0
  262. package/es/Snowflake/components/Color.js +42 -0
  263. package/es/Snowflake/components/Combine.d.ts +7 -0
  264. package/es/Snowflake/components/Combine.js +32 -0
  265. package/es/Snowflake/components/Mono.d.ts +3 -0
  266. package/es/Snowflake/components/Mono.js +42 -0
  267. package/es/Snowflake/components/Text.d.ts +3 -0
  268. package/es/Snowflake/components/Text.js +41 -0
  269. package/es/Snowflake/index.d.ts +15 -0
  270. package/es/Snowflake/index.js +16 -0
  271. package/es/Snowflake/style.d.ts +4 -0
  272. package/es/Snowflake/style.js +4 -0
  273. package/es/Targon/components/Avatar.d.ts +5 -0
  274. package/es/Targon/components/Avatar.js +28 -0
  275. package/es/Targon/components/Color.d.ts +3 -0
  276. package/es/Targon/components/Color.js +45 -0
  277. package/es/Targon/components/Combine.d.ts +7 -0
  278. package/es/Targon/components/Combine.js +32 -0
  279. package/es/Targon/components/Inner.d.ts +3 -0
  280. package/es/Targon/components/Inner.js +42 -0
  281. package/es/Targon/components/Mono.d.ts +3 -0
  282. package/es/Targon/components/Mono.js +42 -0
  283. package/es/Targon/components/Text.d.ts +3 -0
  284. package/es/Targon/components/Text.js +40 -0
  285. package/es/Targon/index.d.ts +15 -0
  286. package/es/Targon/index.js +16 -0
  287. package/es/Targon/style.d.ts +4 -0
  288. package/es/Targon/style.js +4 -0
  289. package/es/Voyage/components/Avatar.d.ts +5 -0
  290. package/es/Voyage/components/Avatar.js +27 -0
  291. package/es/Voyage/components/Color.d.ts +3 -0
  292. package/es/Voyage/components/Color.js +40 -0
  293. package/es/Voyage/components/Mono.d.ts +3 -0
  294. package/es/Voyage/components/Mono.js +41 -0
  295. package/es/Voyage/components/Text.d.ts +3 -0
  296. package/es/Voyage/components/Text.js +40 -0
  297. package/es/Voyage/index.d.ts +13 -0
  298. package/es/Voyage/index.js +14 -0
  299. package/es/Voyage/style.d.ts +4 -0
  300. package/es/Voyage/style.js +4 -0
  301. package/es/features/IconCombine/index.d.ts +1 -1
  302. package/es/features/IconCombine/index.js +1 -1
  303. package/es/features/modelConfig.js +20 -0
  304. package/es/icons.d.ts +22 -0
  305. package/es/icons.js +22 -0
  306. package/es/toc.js +396 -0
  307. package/package.json +1 -1
@@ -0,0 +1,40 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { forwardRef } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ fillRule: "nonzero",
24
+ height: size,
25
+ ref: ref,
26
+ style: _objectSpread({
27
+ flex: 'none',
28
+ lineHeight: 1
29
+ }, style),
30
+ viewBox: "0 0 108 24",
31
+ xmlns: "http://www.w3.org/2000/svg"
32
+ }, rest), {}, {
33
+ children: [/*#__PURE__*/_jsx("title", {
34
+ children: TITLE
35
+ }), /*#__PURE__*/_jsx("path", {
36
+ d: "M105.633 2v17.171h-3.63V2h3.63zM87.773 19.171h-3.89L89.81 2h4.679l5.919 17.171h-3.89L92.217 5.924h-.135l-4.31 13.247zm-.243-6.75h9.189v2.835h-9.19v-2.834zM69.11 11.725v7.446h-3.572V6.292h3.404v2.272h.152a3.592 3.592 0 011.433-1.777c.671-.442 1.484-.662 2.44-.662.894 0 1.674.195 2.34.586a3.99 3.99 0 011.55 1.677c.37.721.554 1.582.554 2.583v8.2h-3.572v-7.563c.006-.788-.196-1.403-.604-1.845-.408-.447-.97-.67-1.685-.67-.48 0-.905.103-1.274.31a2.162 2.162 0 00-.855.905c-.202.392-.305.864-.31 1.417zM57.35 19.422c-1.303 0-2.43-.276-3.38-.83a5.68 5.68 0 01-2.188-2.33c-.514-1.001-.771-2.161-.771-3.48 0-1.33.257-2.493.771-3.488a5.612 5.612 0 012.189-2.331c.95-.559 2.076-.838 3.379-.838 1.302 0 2.425.279 3.37.838a5.597 5.597 0 012.197 2.33c.514.996.771 2.158.771 3.489 0 1.319-.257 2.479-.771 3.48a5.664 5.664 0 01-2.197 2.33c-.944.554-2.068.83-3.37.83zm.016-2.767c.593 0 1.088-.167 1.484-.503.397-.34.696-.805.898-1.392.206-.586.31-1.254.31-2.003 0-.75-.104-1.417-.31-2.004-.202-.587-.5-1.051-.898-1.392-.396-.341-.891-.512-1.484-.512-.598 0-1.1.17-1.509.512-.402.34-.707.805-.914 1.392-.2.587-.302 1.255-.302 2.004 0 .749.101 1.417.302 2.004.207.586.512 1.05.914 1.391.408.336.911.503 1.51.503zM49.815 6.292v2.683h-7.756V6.292h7.756zM43.82 3.207h3.572v12.006c0 .33.05.587.15.771.101.18.24.305.42.378.184.072.397.109.637.109.168 0 .335-.014.503-.042l.386-.076.562 2.658c-.18.056-.43.12-.755.193a6.058 6.058 0 01-1.182.143c-.861.033-1.616-.081-2.264-.344a3.16 3.16 0 01-1.501-1.224c-.358-.554-.534-1.252-.528-2.096V3.207zM28.496 24V6.292h3.521v2.163h.16c.156-.346.382-.698.678-1.056a3.581 3.581 0 011.174-.906c.487-.246 1.09-.368 1.811-.368.94 0 1.806.245 2.6.737.793.487 1.428 1.222 1.903 2.205.475.979.712 2.206.712 3.681 0 1.437-.231 2.65-.695 3.64-.459.983-1.085 1.73-1.879 2.238-.788.503-1.67.754-2.649.754-.693 0-1.283-.114-1.77-.343a3.66 3.66 0 01-1.181-.864 4.384 4.384 0 01-.705-1.065h-.109V24h-3.571zm3.496-11.268c0 .765.106 1.433.318 2.003.213.57.52 1.015.923 1.334.402.313.891.469 1.467.469.581 0 1.073-.16 1.476-.478.402-.324.707-.771.914-1.341.212-.576.318-1.239.318-1.987 0-.744-.103-1.398-.31-1.962-.207-.565-.511-1.007-.914-1.325-.402-.319-.897-.478-1.484-.478-.581 0-1.073.154-1.476.461-.396.307-.701.743-.913 1.308-.213.564-.32 1.23-.32 1.995zM20.726 19.422c-1.325 0-2.465-.268-3.42-.805a5.513 5.513 0 01-2.198-2.297c-.514-.995-.771-2.172-.771-3.53 0-1.325.257-2.487.771-3.488.515-1 1.238-1.78 2.172-2.339.939-.559 2.04-.838 3.303-.838.85 0 1.641.136 2.373.41.738.269 1.38.674 1.929 1.216.553.542.983 1.224 1.29 2.046.308.816.462 1.772.462 2.867v.981H15.762v-2.213h7.513c0-.514-.112-.97-.335-1.367a2.402 2.402 0 00-.931-.93c-.392-.23-.847-.344-1.367-.344-.542 0-1.023.126-1.442.377a2.646 2.646 0 00-.973.998 2.818 2.818 0 00-.36 1.383v2.105c0 .637.117 1.188.352 1.652.24.463.579.821 1.015 1.073.435.251.953.377 1.55.377.398 0 .76-.056 1.09-.168.33-.111.613-.28.848-.503.234-.223.413-.497.536-.821l3.304.218a4.511 4.511 0 01-1.032 2.079c-.514.587-1.18 1.045-1.995 1.375-.81.324-1.747.486-2.809.486zM2 19.171V2h3.63v14.178h7.362v2.993H2z"
37
+ })]
38
+ }));
39
+ });
40
+ export default Icon;
@@ -0,0 +1,15 @@
1
+ import Avatar from './components/Avatar';
2
+ import Color from './components/Color';
3
+ import Combine from './components/Combine';
4
+ import Mono from './components/Mono';
5
+ import Text from './components/Text';
6
+ export type CompoundedIcon = typeof Mono & {
7
+ Avatar: typeof Avatar;
8
+ Color: typeof Color;
9
+ Combine: typeof Combine;
10
+ Text: typeof Text;
11
+ colorPrimary: string;
12
+ title: string;
13
+ };
14
+ declare const Icons: CompoundedIcon;
15
+ export default Icons;
@@ -0,0 +1,16 @@
1
+ 'use client';
2
+
3
+ import Avatar from "./components/Avatar";
4
+ import Color from "./components/Color";
5
+ import Combine from "./components/Combine";
6
+ import Mono from "./components/Mono";
7
+ import Text from "./components/Text";
8
+ import { COLOR_PRIMARY, TITLE } from "./style";
9
+ var Icons = Mono;
10
+ Icons.Color = Color;
11
+ Icons.Text = Text;
12
+ Icons.Combine = Combine;
13
+ Icons.Avatar = Avatar;
14
+ Icons.colorPrimary = COLOR_PRIMARY;
15
+ Icons.title = TITLE;
16
+ export default Icons;
@@ -0,0 +1,4 @@
1
+ export declare const TITLE = "LeptonAI";
2
+ export declare const TEXT_MULTIPLE = 0.8;
3
+ export declare const SPACE_MULTIPLE = 0.3;
4
+ export declare const COLOR_PRIMARY = "#2F80ED";
@@ -0,0 +1,4 @@
1
+ export var TITLE = 'LeptonAI';
2
+ export var TEXT_MULTIPLE = 0.8;
3
+ export var SPACE_MULTIPLE = 0.3;
4
+ export var COLOR_PRIMARY = '#2F80ED';
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconAvatarProps } from "../../features/IconAvatar";
3
+ export type AvatarProps = Omit<IconAvatarProps, 'Icon'>;
4
+ declare const Avatar: import("react").NamedExoticComponent<AvatarProps>;
5
+ export default Avatar;
@@ -0,0 +1,27 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["background"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { memo } from 'react';
13
+ import IconAvatar from "../../features/IconAvatar";
14
+ import { COLOR_PRIMARY, TITLE } from "../style";
15
+ import Mono from "./Mono";
16
+ import { jsx as _jsx } from "react/jsx-runtime";
17
+ var Avatar = /*#__PURE__*/memo(function (_ref) {
18
+ var background = _ref.background,
19
+ rest = _objectWithoutProperties(_ref, _excluded);
20
+ return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
21
+ Icon: Mono,
22
+ "aria-label": TITLE,
23
+ background: background || COLOR_PRIMARY,
24
+ color: '#000'
25
+ }, rest));
26
+ });
27
+ export default Avatar;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../features/IconCombine";
3
+ export type CombineProps = Omit<IconCombineProps, 'Icon' | 'Text'>;
4
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
5
+ export default Combine;
@@ -0,0 +1,29 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
8
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
9
+ function _objectDestructuringEmpty(obj) { if (obj == null) throw new TypeError("Cannot destructure " + obj); }
10
+ import { memo } from 'react';
11
+ import IconCombine from "../../features/IconCombine";
12
+ import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
13
+ import Mono from "./Mono";
14
+ import Text from "./Text";
15
+ import { jsx as _jsx } from "react/jsx-runtime";
16
+ var Combine = /*#__PURE__*/memo(function (_ref) {
17
+ var rest = Object.assign({}, (_objectDestructuringEmpty(_ref), _ref));
18
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
19
+ Icon: Mono,
20
+ Text: Text,
21
+ "aria-label": TITLE,
22
+ iconProps: {
23
+ shape: 'square'
24
+ },
25
+ spaceMultiple: SPACE_MULTIPLE,
26
+ textMultiple: TEXT_MULTIPLE
27
+ }, rest));
28
+ });
29
+ export default Combine;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,41 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { forwardRef } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ fillRule: "evenodd",
24
+ height: size,
25
+ ref: ref,
26
+ style: _objectSpread({
27
+ flex: 'none',
28
+ lineHeight: 1
29
+ }, style),
30
+ viewBox: "0 0 24 24",
31
+ width: size,
32
+ xmlns: "http://www.w3.org/2000/svg"
33
+ }, rest), {}, {
34
+ children: [/*#__PURE__*/_jsx("title", {
35
+ children: TITLE
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ d: "M12.028 8.546l-.008.005 3.03 5.25a3.94 3.94 0 01.643 2.162c0 .754-.212 1.46-.58 2.062l6.173-1.991L11.63 0 9.304 3.872l2.724 4.674zM6.837 24l4.85-4.053h-.013c-2.219 0-4.017-1.784-4.017-3.984 0-.794.235-1.534.64-2.156l2.865-4.976-2.381-4.087L2 16.034 6.83 24h.007zM13.737 19.382h-.001L8.222 24h8.182l4.148-6.769-6.815 2.151z"
38
+ })]
39
+ }));
40
+ });
41
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,50 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { forwardRef } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ fillRule: "evenodd",
24
+ height: size,
25
+ ref: ref,
26
+ style: _objectSpread({
27
+ flex: 'none',
28
+ lineHeight: 1
29
+ }, style),
30
+ viewBox: "0 0 61 24",
31
+ xmlns: "http://www.w3.org/2000/svg"
32
+ }, rest), {}, {
33
+ children: [/*#__PURE__*/_jsx("title", {
34
+ children: TITLE
35
+ }), /*#__PURE__*/_jsx("g", {
36
+ clipPath: "url(#a)",
37
+ children: /*#__PURE__*/_jsx("path", {
38
+ d: "M2 19.59V2h3.136v14.846h8.28v2.744H2zM14.128 5.013V2h3.038v3.013h-3.038zm2.989 1.715V19.59h-2.94V6.728h2.94zM23.517 19.86c-3.602 0-5.66-3.038-5.66-6.688s2.058-6.689 5.66-6.689c1.665 0 2.89.662 3.699 1.617V6.728h2.94V24h-2.94v-5.757c-.809.955-2.034 1.617-3.7 1.617zm3.772-7.056c0-2.425-1.372-3.748-3.185-3.748-2.131 0-3.282 1.666-3.282 4.116 0 2.45 1.151 4.115 3.282 4.115 1.813 0 3.185-1.347 3.185-3.723v-.76zM41.85 6.729V19.59h-2.94v-1.372c-.735.858-1.837 1.642-3.503 1.642-2.695 0-4.361-1.838-4.361-4.606V6.73h2.94v7.888c0 1.568.686 2.572 2.278 2.572 1.323 0 2.646-.98 2.646-2.817V6.73h2.94zM42.728 5.013V2h3.038v3.013h-3.038zm2.99 1.715V19.59h-2.94V6.728h2.94zM52.196 19.86c-3.602 0-5.66-3.038-5.66-6.689 0-3.65 2.058-6.688 5.66-6.688 1.665 0 2.89.662 3.699 1.617V2h2.94v17.59h-2.94v-1.347c-.809.955-2.034 1.617-3.7 1.617zm3.772-7.056c0-2.425-1.372-3.748-3.185-3.748-2.13 0-3.282 1.666-3.282 4.115 0 2.45 1.151 4.116 3.282 4.116 1.813 0 3.185-1.347 3.185-3.724v-.76z"
39
+ })
40
+ }), /*#__PURE__*/_jsx("defs", {
41
+ children: /*#__PURE__*/_jsx("clipPath", {
42
+ id: "a",
43
+ children: /*#__PURE__*/_jsx("path", {
44
+ d: "M0 0h61v24H0z"
45
+ })
46
+ })
47
+ })]
48
+ }));
49
+ });
50
+ export default Icon;
@@ -0,0 +1,13 @@
1
+ import Avatar from './components/Avatar';
2
+ import Combine from './components/Combine';
3
+ import Mono from './components/Mono';
4
+ import Text from './components/Text';
5
+ export type CompoundedIcon = typeof Mono & {
6
+ Avatar: typeof Avatar;
7
+ Combine: typeof Combine;
8
+ Text: typeof Text;
9
+ colorPrimary: string;
10
+ title: string;
11
+ };
12
+ declare const Icons: CompoundedIcon;
13
+ export default Icons;
@@ -0,0 +1,14 @@
1
+ 'use client';
2
+
3
+ import Avatar from "./components/Avatar";
4
+ import Combine from "./components/Combine";
5
+ import Mono from "./components/Mono";
6
+ import Text from "./components/Text";
7
+ import { COLOR_PRIMARY, TITLE } from "./style";
8
+ var Icons = Mono;
9
+ Icons.Text = Text;
10
+ Icons.Combine = Combine;
11
+ Icons.Avatar = Avatar;
12
+ Icons.colorPrimary = COLOR_PRIMARY;
13
+ Icons.title = TITLE;
14
+ export default Icons;
@@ -0,0 +1,4 @@
1
+ export declare const TITLE = "Liquid";
2
+ export declare const TEXT_MULTIPLE = 0.9;
3
+ export declare const SPACE_MULTIPLE = 0.2;
4
+ export declare const COLOR_PRIMARY = "#fff";
@@ -0,0 +1,4 @@
1
+ export var TITLE = 'Liquid';
2
+ export var TEXT_MULTIPLE = 0.9;
3
+ export var SPACE_MULTIPLE = 0.2;
4
+ export var COLOR_PRIMARY = '#fff';
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconAvatarProps } from "../../features/IconAvatar";
3
+ export type AvatarProps = Omit<IconAvatarProps, 'Icon'>;
4
+ declare const Avatar: import("react").NamedExoticComponent<AvatarProps>;
5
+ export default Avatar;
@@ -0,0 +1,30 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["background", "size"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { memo } from 'react';
13
+ import IconAvatar from "../../features/IconAvatar";
14
+ import { COLOR_PRIMARY, TITLE } from "../style";
15
+ import Mono from "./Mono";
16
+ import { jsx as _jsx } from "react/jsx-runtime";
17
+ var Avatar = /*#__PURE__*/memo(function (_ref) {
18
+ var background = _ref.background,
19
+ size = _ref.size,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
22
+ Icon: Mono,
23
+ "aria-label": TITLE,
24
+ background: background || COLOR_PRIMARY,
25
+ color: '#fff',
26
+ iconMultiple: 0.7,
27
+ size: size
28
+ }, rest));
29
+ });
30
+ export default Avatar;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,40 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { forwardRef } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ height: size,
23
+ ref: ref,
24
+ style: _objectSpread({
25
+ flex: 'none',
26
+ lineHeight: 1
27
+ }, style),
28
+ viewBox: "0 0 24 24",
29
+ width: size,
30
+ xmlns: "http://www.w3.org/2000/svg"
31
+ }, rest), {}, {
32
+ children: [/*#__PURE__*/_jsx("title", {
33
+ children: TITLE
34
+ }), /*#__PURE__*/_jsx("path", {
35
+ d: "M10.033 5.807L0 18.193h10.792l4.636-5.724-5.395-6.662zm.651 5.421l-.651 2.553-.652-2.553-2.538.926 3.19-3.938 3.19 3.938-2.539-.926zM18.107 10.918l-5.893 7.275H24l-5.893-7.275zm0 4.683l-.383-1.499-1.49.544 1.873-2.313 1.873 2.313-1.49-.544-.383 1.5z",
36
+ fill: "#00D1B2"
37
+ })]
38
+ }));
39
+ });
40
+ export default Icon;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../features/IconCombine";
3
+ export interface CombineProps extends Omit<IconCombineProps, 'Icon' | 'Text'> {
4
+ type?: 'color' | 'mono';
5
+ }
6
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
7
+ export default Combine;
@@ -0,0 +1,32 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["type"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { memo } from 'react';
13
+ import IconCombine from "../../features/IconCombine";
14
+ import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
15
+ import Color from "./Color";
16
+ import Mono from "./Mono";
17
+ import Text from "./Text";
18
+ import { jsx as _jsx } from "react/jsx-runtime";
19
+ var Combine = /*#__PURE__*/memo(function (_ref) {
20
+ var _ref$type = _ref.type,
21
+ type = _ref$type === void 0 ? 'mono' : _ref$type,
22
+ rest = _objectWithoutProperties(_ref, _excluded);
23
+ var Icon = type === 'color' ? Color : Mono;
24
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
25
+ Icon: Icon,
26
+ Text: Text,
27
+ "aria-label": TITLE,
28
+ spaceMultiple: SPACE_MULTIPLE,
29
+ textMultiple: TEXT_MULTIPLE
30
+ }, rest));
31
+ });
32
+ export default Combine;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,41 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { forwardRef } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ fillRule: "evenodd",
24
+ height: size,
25
+ ref: ref,
26
+ style: _objectSpread({
27
+ flex: 'none',
28
+ lineHeight: 1
29
+ }, style),
30
+ viewBox: "0 0 24 24",
31
+ width: size,
32
+ xmlns: "http://www.w3.org/2000/svg"
33
+ }, rest), {}, {
34
+ children: [/*#__PURE__*/_jsx("title", {
35
+ children: TITLE
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ d: "M10.033 5.807L0 18.193h10.792l4.636-5.724-5.395-6.662zm.651 5.421l-.651 2.553-.652-2.553-2.538.926 3.19-3.938 3.19 3.938-2.539-.926zM18.107 10.918l-5.893 7.275H24l-5.893-7.275zm0 4.683l-.383-1.499-1.49.544 1.873-2.313 1.873 2.313-1.49-.544-.383 1.5z"
38
+ })]
39
+ }));
40
+ });
41
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,40 @@
1
+ 'use client';
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import { forwardRef } from 'react';
13
+ import { TITLE } from "../style";
14
+ import { jsx as _jsx } from "react/jsx-runtime";
15
+ import { jsxs as _jsxs } from "react/jsx-runtime";
16
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
17
+ var _ref$size = _ref.size,
18
+ size = _ref$size === void 0 ? '1em' : _ref$size,
19
+ style = _ref.style,
20
+ rest = _objectWithoutProperties(_ref, _excluded);
21
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
22
+ fill: "currentColor",
23
+ fillRule: "evenodd",
24
+ height: size,
25
+ ref: ref,
26
+ style: _objectSpread({
27
+ flex: 'none',
28
+ lineHeight: 1
29
+ }, style),
30
+ viewBox: "0 0 140 24",
31
+ xmlns: "http://www.w3.org/2000/svg"
32
+ }, rest), {}, {
33
+ children: [/*#__PURE__*/_jsx("title", {
34
+ children: TITLE
35
+ }), /*#__PURE__*/_jsx("path", {
36
+ d: "M137.271 21.657h-3.314v-2.486h-.057c-1.067 1.886-2.71 2.829-4.929 2.829-1.8 0-3.242-.652-4.328-1.957-1.076-1.314-1.614-3.1-1.614-5.357 0-2.42.595-4.357 1.785-5.815 1.2-1.457 2.796-2.185 4.786-2.185 1.971 0 3.405.79 4.3 2.371h.057V0h3.314v21.657zM134 14.971v-1.914c0-1.038-.338-1.919-1.014-2.643-.676-.724-1.538-1.085-2.586-1.085-1.238 0-2.214.461-2.929 1.385-.704.924-1.057 2.205-1.057 3.843 0 1.486.338 2.662 1.015 3.529.685.857 1.604 1.285 2.757 1.285 1.133 0 2.052-.414 2.757-1.242.705-.838 1.057-1.89 1.057-3.158zM119.643 21.657h-3.314v-2.314h-.058c-.962 1.771-2.457 2.657-4.485 2.657-3.457 0-5.186-2.076-5.186-6.228V7.029h3.314v8.4c0 2.628 1.015 3.943 3.043 3.943.981 0 1.786-.362 2.414-1.086.638-.724.958-1.672.958-2.843V7.03h3.314v14.628zM95.886 22c-2.257 0-4.062-.681-5.415-2.043-1.342-1.372-2.014-3.186-2.014-5.443 0-2.457.7-4.376 2.1-5.757 1.41-1.381 3.305-2.071 5.686-2.071 2.286 0 4.067.671 5.343 2.014 1.276 1.343 1.914 3.205 1.914 5.586 0 2.333-.69 4.204-2.071 5.614-1.372 1.4-3.22 2.1-5.543 2.1zm.157-12.672c-1.295 0-2.32.453-3.072 1.357-.752.905-1.128 2.153-1.128 3.743 0 1.534.38 2.743 1.143 3.629.762.876 1.78 1.314 3.057 1.314 1.305 0 2.305-.433 3-1.3.705-.866 1.057-2.1 1.057-3.7 0-1.61-.352-2.852-1.057-3.728-.695-.877-1.695-1.315-3-1.315zM85.072 21.657h-3.33V0h3.33v21.657zM78.228 20.8c-1.542.8-3.461 1.2-5.757 1.2-2.971 0-5.352-.938-7.142-2.814-1.79-1.876-2.686-4.338-2.686-7.386 0-3.276 1.005-5.924 3.014-7.943C67.677 1.838 70.224.83 73.3.83c1.98 0 3.624.28 4.928.842v3.372c-1.38-.82-2.904-1.229-4.57-1.229-2.22 0-4.02.71-5.4 2.129-1.372 1.419-2.058 3.314-2.058 5.686 0 2.257.643 4.057 1.928 5.4 1.286 1.333 2.977 2 5.072 2 1.933 0 3.61-.457 5.028-1.372V20.8zM42.157 14.229v7.428h-3.385V1.171h6.214c2.352 0 4.176.548 5.471 1.643S52.4 5.452 52.4 7.443c0 1.99-.676 3.619-2.029 4.886-1.352 1.266-3.18 1.9-5.485 1.9h-2.729zm0-10.258v7.486h2.2c1.457 0 2.567-.338 3.329-1.014.762-.676 1.143-1.629 1.143-2.857 0-2.41-1.4-3.615-4.2-3.615h-2.472zM35.8 21.657H24.457V1.171h3.4v17.615H35.8v2.871zM19.371 21.657h-3.714L5.871 6.6a6.677 6.677 0 01-.614-1.186h-.086c.077.438.115 1.376.115 2.815v13.428H2V1.171h3.957l9.457 14.7c.4.61.657 1.029.772 1.257h.057c-.095-.542-.143-1.461-.143-2.757v-13.2h3.271v20.486z"
37
+ })]
38
+ }));
39
+ });
40
+ export default Icon;
@@ -0,0 +1,15 @@
1
+ import Avatar from './components/Avatar';
2
+ import Color from './components/Color';
3
+ import Combine from './components/Combine';
4
+ import Mono from './components/Mono';
5
+ import Text from './components/Text';
6
+ export type CompoundedIcon = typeof Mono & {
7
+ Avatar: typeof Avatar;
8
+ Color: typeof Color;
9
+ Combine: typeof Combine;
10
+ Text: typeof Text;
11
+ colorPrimary: string;
12
+ title: string;
13
+ };
14
+ declare const Icons: CompoundedIcon;
15
+ export default Icons;
@@ -0,0 +1,16 @@
1
+ 'use client';
2
+
3
+ import Avatar from "./components/Avatar";
4
+ import Color from "./components/Color";
5
+ import Combine from "./components/Combine";
6
+ import Mono from "./components/Mono";
7
+ import Text from "./components/Text";
8
+ import { COLOR_PRIMARY, TITLE } from "./style";
9
+ var Icons = Mono;
10
+ Icons.Color = Color;
11
+ Icons.Text = Text;
12
+ Icons.Combine = Combine;
13
+ Icons.Avatar = Avatar;
14
+ Icons.colorPrimary = COLOR_PRIMARY;
15
+ Icons.title = TITLE;
16
+ export default Icons;
@@ -0,0 +1,4 @@
1
+ export declare const TITLE = "NPLCloud";
2
+ export declare const TEXT_MULTIPLE = 0.6;
3
+ export declare const SPACE_MULTIPLE = 0.2;
4
+ export declare const COLOR_PRIMARY = "#00D1B2";
@@ -0,0 +1,4 @@
1
+ export var TITLE = 'NPLCloud';
2
+ export var TEXT_MULTIPLE = 0.6;
3
+ export var SPACE_MULTIPLE = 0.2;
4
+ export var COLOR_PRIMARY = '#00D1B2';
@@ -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;