@lobehub/icons 1.11.2 → 1.13.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 (418) hide show
  1. package/README.md +51 -42
  2. package/es/Anthropic/components/Avatar.js +2 -1
  3. package/es/Anthropic/components/Mono.js +7 -3
  4. package/es/Anthropic/components/Text.js +7 -3
  5. package/es/Anthropic/index.d.ts +1 -0
  6. package/es/Anthropic/index.js +2 -1
  7. package/es/Anthropic/style.d.ts +2 -1
  8. package/es/Anthropic/style.js +2 -1
  9. package/es/Automatic/components/Avatar.js +2 -1
  10. package/es/Automatic/components/Color.js +6 -3
  11. package/es/Automatic/components/Combine.js +2 -1
  12. package/es/Automatic/components/Mono.js +6 -3
  13. package/es/Automatic/index.d.ts +1 -0
  14. package/es/Automatic/index.js +2 -1
  15. package/es/Automatic/style.d.ts +1 -0
  16. package/es/Automatic/style.js +1 -0
  17. package/es/Aws/components/Avatar.js +2 -1
  18. package/es/Aws/components/BrandColor.js +6 -3
  19. package/es/Aws/components/BrandMono.js +6 -3
  20. package/es/Aws/components/Color.js +6 -3
  21. package/es/Aws/components/Combine.js +2 -1
  22. package/es/Aws/components/Mono.js +6 -3
  23. package/es/Aws/components/Text.js +7 -3
  24. package/es/Aws/index.d.ts +1 -0
  25. package/es/Aws/index.js +2 -1
  26. package/es/Aws/style.d.ts +1 -0
  27. package/es/Aws/style.js +1 -0
  28. package/es/Azure/components/Avatar.js +2 -1
  29. package/es/Azure/components/Color.js +4 -1
  30. package/es/Azure/components/Combine.js +2 -1
  31. package/es/Azure/components/Mono.js +4 -1
  32. package/es/Azure/components/Text.js +7 -3
  33. package/es/Azure/index.d.ts +1 -0
  34. package/es/Azure/index.js +2 -1
  35. package/es/Azure/style.d.ts +1 -0
  36. package/es/Azure/style.js +1 -0
  37. package/es/Baichuan/components/Avatar.js +2 -1
  38. package/es/Baichuan/components/Color.js +5 -2
  39. package/es/Baichuan/components/Combine.js +2 -1
  40. package/es/Baichuan/components/Mono.js +7 -3
  41. package/es/Baichuan/components/Text.js +7 -3
  42. package/es/Baichuan/index.d.ts +1 -0
  43. package/es/Baichuan/index.js +2 -1
  44. package/es/Baichuan/style.d.ts +1 -0
  45. package/es/Baichuan/style.js +1 -0
  46. package/es/Bedrock/components/Avatar.js +2 -1
  47. package/es/Bedrock/components/Color.js +5 -2
  48. package/es/Bedrock/components/Combine.js +2 -2
  49. package/es/Bedrock/components/Mono.js +7 -3
  50. package/es/Bedrock/components/Text.js +7 -3
  51. package/es/Bedrock/index.d.ts +1 -0
  52. package/es/Bedrock/index.js +2 -1
  53. package/es/Bedrock/style.d.ts +1 -0
  54. package/es/Bedrock/style.js +1 -0
  55. package/es/Bing/components/Avatar.js +2 -1
  56. package/es/Bing/components/Color.js +5 -2
  57. package/es/Bing/components/Combine.js +2 -1
  58. package/es/Bing/components/Mono.js +7 -3
  59. package/es/Bing/components/Text.js +7 -3
  60. package/es/Bing/index.d.ts +1 -0
  61. package/es/Bing/index.js +2 -1
  62. package/es/Bing/style.d.ts +1 -0
  63. package/es/Bing/style.js +1 -0
  64. package/es/ChatGLM/components/Avatar.js +2 -1
  65. package/es/ChatGLM/components/Color.js +5 -2
  66. package/es/ChatGLM/components/Combine.js +2 -1
  67. package/es/ChatGLM/components/Mono.js +7 -3
  68. package/es/ChatGLM/components/Text.js +7 -3
  69. package/es/ChatGLM/index.d.ts +1 -0
  70. package/es/ChatGLM/index.js +2 -1
  71. package/es/ChatGLM/style.d.ts +1 -0
  72. package/es/ChatGLM/style.js +1 -0
  73. package/es/Claude/components/Avatar.d.ts +5 -0
  74. package/es/Claude/components/Avatar.js +20 -0
  75. package/es/Claude/components/Color.d.ts +3 -0
  76. package/es/Claude/components/Color.js +35 -0
  77. package/es/Claude/components/Combine.d.ts +7 -0
  78. package/es/Claude/components/Combine.js +26 -0
  79. package/es/Claude/components/Mono.d.ts +3 -0
  80. package/es/Claude/components/Mono.js +35 -0
  81. package/es/Claude/components/Text.d.ts +3 -0
  82. package/es/Claude/components/Text.js +35 -0
  83. package/es/Claude/index.d.ts +15 -0
  84. package/es/Claude/index.js +14 -0
  85. package/es/Claude/style.d.ts +4 -0
  86. package/es/Claude/style.js +4 -0
  87. package/es/Cloudflare/components/Avatar.js +2 -1
  88. package/es/Cloudflare/components/Color.js +6 -3
  89. package/es/Cloudflare/components/Combine.js +2 -1
  90. package/es/Cloudflare/components/Mono.js +6 -3
  91. package/es/Cloudflare/components/Text.js +7 -3
  92. package/es/Cloudflare/index.d.ts +1 -0
  93. package/es/Cloudflare/index.js +2 -1
  94. package/es/Cloudflare/style.d.ts +1 -0
  95. package/es/Cloudflare/style.js +1 -0
  96. package/es/Cohere/components/Avatar.js +2 -1
  97. package/es/Cohere/components/Color.js +4 -1
  98. package/es/Cohere/components/Combine.js +2 -1
  99. package/es/Cohere/components/Mono.js +4 -1
  100. package/es/Cohere/components/Text.js +7 -3
  101. package/es/Cohere/index.d.ts +1 -0
  102. package/es/Cohere/index.js +2 -1
  103. package/es/Cohere/style.d.ts +1 -0
  104. package/es/Cohere/style.js +1 -0
  105. package/es/Colab/components/Avatar.js +2 -1
  106. package/es/Colab/components/Color.js +6 -3
  107. package/es/Colab/components/Combine.js +2 -1
  108. package/es/Colab/components/Mono.js +7 -3
  109. package/es/Colab/components/Text.js +7 -3
  110. package/es/Colab/index.d.ts +1 -0
  111. package/es/Colab/index.js +2 -1
  112. package/es/Colab/style.d.ts +1 -0
  113. package/es/Colab/style.js +1 -0
  114. package/es/Copilot/components/Avatar.js +2 -1
  115. package/es/Copilot/components/Color.js +5 -2
  116. package/es/Copilot/components/Combine.js +2 -1
  117. package/es/Copilot/components/Mono.js +7 -3
  118. package/es/Copilot/components/Text.js +7 -3
  119. package/es/Copilot/index.d.ts +1 -0
  120. package/es/Copilot/index.js +2 -1
  121. package/es/Copilot/style.d.ts +1 -0
  122. package/es/Copilot/style.js +1 -0
  123. package/es/Dalle/components/Avatar.js +3 -4
  124. package/es/Dalle/components/Color.js +6 -3
  125. package/es/Dalle/components/Combine.js +2 -1
  126. package/es/Dalle/components/Mono.js +6 -3
  127. package/es/Dalle/components/Text.js +7 -3
  128. package/es/Dalle/index.d.ts +2 -0
  129. package/es/Dalle/index.js +3 -1
  130. package/es/Dalle/style.d.ts +2 -0
  131. package/es/Dalle/style.js +3 -1
  132. package/es/DeepMind/components/Avatar.js +2 -1
  133. package/es/DeepMind/components/Color.js +7 -3
  134. package/es/DeepMind/components/Combine.js +2 -1
  135. package/es/DeepMind/components/Mono.js +7 -3
  136. package/es/DeepMind/components/Text.js +7 -3
  137. package/es/DeepMind/index.d.ts +1 -0
  138. package/es/DeepMind/index.js +2 -1
  139. package/es/DeepMind/style.d.ts +1 -0
  140. package/es/DeepMind/style.js +1 -0
  141. package/es/Fireworks/components/Avatar.js +2 -1
  142. package/es/Fireworks/components/Combine.js +2 -1
  143. package/es/Fireworks/components/Mono.js +7 -3
  144. package/es/Fireworks/components/Text.js +7 -3
  145. package/es/Fireworks/index.d.ts +1 -0
  146. package/es/Fireworks/index.js +2 -1
  147. package/es/Fireworks/style.d.ts +1 -0
  148. package/es/Fireworks/style.js +1 -0
  149. package/es/Gemini/components/Avatar.js +2 -1
  150. package/es/Gemini/components/BrandColor.js +5 -2
  151. package/es/Gemini/components/BrandMono.js +7 -3
  152. package/es/Gemini/components/Color.js +5 -2
  153. package/es/Gemini/components/Combine.js +2 -1
  154. package/es/Gemini/components/Mono.js +7 -3
  155. package/es/Gemini/components/Text.js +7 -3
  156. package/es/Gemini/index.d.ts +1 -0
  157. package/es/Gemini/index.js +2 -1
  158. package/es/Gemini/style.d.ts +1 -0
  159. package/es/Gemini/style.js +1 -0
  160. package/es/Gemma/components/Avatar.js +2 -1
  161. package/es/Gemma/components/Color.js +5 -2
  162. package/es/Gemma/components/Combine.js +2 -1
  163. package/es/Gemma/components/Mono.js +7 -3
  164. package/es/Gemma/components/Simple.js +7 -3
  165. package/es/Gemma/components/Text.js +7 -3
  166. package/es/Gemma/index.d.ts +1 -0
  167. package/es/Gemma/index.js +2 -1
  168. package/es/Gemma/style.d.ts +1 -0
  169. package/es/Gemma/style.js +1 -0
  170. package/es/Github/components/Avatar.js +2 -1
  171. package/es/Github/components/Combine.js +2 -1
  172. package/es/Github/components/Mono.js +7 -3
  173. package/es/Github/components/Text.js +7 -3
  174. package/es/Github/index.d.ts +1 -0
  175. package/es/Github/index.js +2 -1
  176. package/es/Github/style.d.ts +1 -0
  177. package/es/Github/style.js +1 -0
  178. package/es/GithubCopilot/components/Avatar.js +2 -1
  179. package/es/GithubCopilot/components/Combine.js +2 -1
  180. package/es/GithubCopilot/components/Mono.js +7 -3
  181. package/es/GithubCopilot/components/Text.js +7 -3
  182. package/es/GithubCopilot/index.d.ts +1 -0
  183. package/es/GithubCopilot/index.js +2 -1
  184. package/es/GithubCopilot/style.d.ts +1 -0
  185. package/es/GithubCopilot/style.js +1 -0
  186. package/es/Google/components/Avatar.js +2 -1
  187. package/es/Google/components/BrandColor.js +6 -3
  188. package/es/Google/components/BrandMono.js +7 -3
  189. package/es/Google/components/Color.js +6 -3
  190. package/es/Google/components/Mono.js +7 -3
  191. package/es/Google/index.d.ts +1 -0
  192. package/es/Google/index.js +2 -1
  193. package/es/Google/style.d.ts +1 -0
  194. package/es/Google/style.js +1 -0
  195. package/es/Groq/components/Avatar.d.ts +5 -0
  196. package/es/Groq/components/Avatar.js +20 -0
  197. package/es/Groq/components/Mono.d.ts +3 -0
  198. package/es/Groq/components/Mono.js +35 -0
  199. package/es/Groq/components/Text.d.ts +3 -0
  200. package/es/Groq/components/Text.js +35 -0
  201. package/es/Groq/index.d.ts +11 -0
  202. package/es/Groq/index.js +10 -0
  203. package/es/Groq/style.d.ts +4 -0
  204. package/es/Groq/style.js +4 -0
  205. package/es/HuggingFace/components/Avatar.js +2 -1
  206. package/es/HuggingFace/components/Color.js +6 -3
  207. package/es/HuggingFace/components/Combine.js +2 -1
  208. package/es/HuggingFace/components/Mono.js +7 -3
  209. package/es/HuggingFace/components/Text.js +7 -3
  210. package/es/HuggingFace/index.d.ts +1 -0
  211. package/es/HuggingFace/index.js +2 -1
  212. package/es/HuggingFace/style.d.ts +1 -0
  213. package/es/HuggingFace/style.js +1 -0
  214. package/es/Hunyuan/components/Avatar.js +2 -1
  215. package/es/Hunyuan/components/Color.js +6 -3
  216. package/es/Hunyuan/components/Combine.js +2 -1
  217. package/es/Hunyuan/components/Mono.js +7 -3
  218. package/es/Hunyuan/components/Text.js +7 -3
  219. package/es/Hunyuan/index.d.ts +1 -0
  220. package/es/Hunyuan/index.js +2 -1
  221. package/es/Hunyuan/style.d.ts +1 -0
  222. package/es/Hunyuan/style.js +1 -0
  223. package/es/IconAvatar/index.d.ts +1 -1
  224. package/es/IconAvatar/index.js +1 -1
  225. package/es/LLaVA/components/Avatar.d.ts +5 -0
  226. package/es/LLaVA/components/Avatar.js +20 -0
  227. package/es/LLaVA/components/Color.d.ts +3 -0
  228. package/es/LLaVA/components/Color.js +365 -0
  229. package/es/LLaVA/components/Combine.d.ts +7 -0
  230. package/es/LLaVA/components/Combine.js +30 -0
  231. package/es/LLaVA/components/Mono.d.ts +3 -0
  232. package/es/LLaVA/components/Mono.js +35 -0
  233. package/es/LLaVA/components/Text.d.ts +3 -0
  234. package/es/LLaVA/components/Text.js +35 -0
  235. package/es/LLaVA/index.d.ts +16 -0
  236. package/es/LLaVA/index.js +15 -0
  237. package/es/LLaVA/style.d.ts +5 -0
  238. package/es/LLaVA/style.js +5 -0
  239. package/es/Meta/components/Avatar.js +2 -1
  240. package/es/Meta/components/BrandColor.js +5 -2
  241. package/es/Meta/components/BrandMono.js +7 -3
  242. package/es/Meta/components/Color.js +5 -2
  243. package/es/Meta/components/Combine.js +2 -1
  244. package/es/Meta/components/Mono.js +7 -3
  245. package/es/Meta/components/Text.js +7 -3
  246. package/es/Meta/index.d.ts +1 -0
  247. package/es/Meta/index.js +2 -1
  248. package/es/Meta/style.d.ts +1 -0
  249. package/es/Meta/style.js +1 -0
  250. package/es/Midjourney/components/Avatar.js +2 -1
  251. package/es/Midjourney/components/Combine.js +2 -1
  252. package/es/Midjourney/components/Mono.js +7 -3
  253. package/es/Midjourney/components/Text.js +7 -3
  254. package/es/Midjourney/index.d.ts +1 -0
  255. package/es/Midjourney/index.js +2 -1
  256. package/es/Midjourney/style.d.ts +1 -0
  257. package/es/Midjourney/style.js +1 -0
  258. package/es/Minimax/components/Avatar.js +2 -1
  259. package/es/Minimax/components/Color.js +5 -2
  260. package/es/Minimax/components/Combine.js +2 -1
  261. package/es/Minimax/components/Mono.js +7 -3
  262. package/es/Minimax/components/Text.js +7 -3
  263. package/es/Minimax/index.d.ts +1 -0
  264. package/es/Minimax/index.js +2 -1
  265. package/es/Minimax/style.d.ts +1 -0
  266. package/es/Minimax/style.js +1 -0
  267. package/es/Mistral/components/Avatar.js +2 -1
  268. package/es/Mistral/components/Color.js +6 -3
  269. package/es/Mistral/components/Combine.js +2 -1
  270. package/es/Mistral/components/Mono.js +6 -3
  271. package/es/Mistral/components/Text.js +7 -3
  272. package/es/Mistral/index.d.ts +1 -0
  273. package/es/Mistral/index.js +2 -1
  274. package/es/Mistral/style.d.ts +1 -0
  275. package/es/Mistral/style.js +1 -0
  276. package/es/Moonshot/components/Avatar.js +2 -1
  277. package/es/Moonshot/components/Combine.js +2 -2
  278. package/es/Moonshot/components/Mono.js +7 -3
  279. package/es/Moonshot/components/Text.js +7 -3
  280. package/es/Moonshot/index.d.ts +1 -0
  281. package/es/Moonshot/index.js +2 -1
  282. package/es/Moonshot/style.d.ts +1 -0
  283. package/es/Moonshot/style.js +1 -0
  284. package/es/Nvidia/components/Avatar.js +2 -1
  285. package/es/Nvidia/components/Color.js +7 -3
  286. package/es/Nvidia/components/Combine.js +2 -1
  287. package/es/Nvidia/components/Mono.js +7 -3
  288. package/es/Nvidia/components/Text.js +7 -3
  289. package/es/Nvidia/index.d.ts +1 -0
  290. package/es/Nvidia/index.js +2 -1
  291. package/es/Nvidia/style.d.ts +1 -0
  292. package/es/Nvidia/style.js +1 -0
  293. package/es/Ollama/components/Avatar.js +2 -1
  294. package/es/Ollama/components/Combine.js +2 -2
  295. package/es/Ollama/components/Mono.js +7 -3
  296. package/es/Ollama/components/Text.js +7 -3
  297. package/es/Ollama/index.d.ts +1 -0
  298. package/es/Ollama/index.js +2 -1
  299. package/es/Ollama/style.d.ts +1 -0
  300. package/es/Ollama/style.js +1 -0
  301. package/es/OpenAI/components/Avatar.js +2 -1
  302. package/es/OpenAI/components/Combine.js +2 -2
  303. package/es/OpenAI/components/Mono.js +7 -3
  304. package/es/OpenAI/components/Text.js +7 -3
  305. package/es/OpenAI/index.d.ts +1 -0
  306. package/es/OpenAI/index.js +2 -1
  307. package/es/OpenAI/style.d.ts +1 -0
  308. package/es/OpenAI/style.js +1 -0
  309. package/es/OpenRouter/components/Avatar.d.ts +5 -0
  310. package/es/OpenRouter/components/Avatar.js +22 -0
  311. package/es/OpenRouter/components/Combine.d.ts +5 -0
  312. package/es/OpenRouter/components/Combine.js +21 -0
  313. package/es/OpenRouter/components/Mono.d.ts +3 -0
  314. package/es/OpenRouter/components/Mono.js +35 -0
  315. package/es/OpenRouter/components/Text.d.ts +3 -0
  316. package/es/OpenRouter/components/Text.js +35 -0
  317. package/es/OpenRouter/index.d.ts +13 -0
  318. package/es/OpenRouter/index.js +12 -0
  319. package/es/OpenRouter/style.d.ts +4 -0
  320. package/es/OpenRouter/style.js +4 -0
  321. package/es/Perplexity/components/Avatar.js +2 -1
  322. package/es/Perplexity/components/Color.js +7 -3
  323. package/es/Perplexity/components/Combine.js +2 -2
  324. package/es/Perplexity/components/Mono.js +7 -3
  325. package/es/Perplexity/components/Text.js +7 -3
  326. package/es/Perplexity/index.d.ts +1 -0
  327. package/es/Perplexity/index.js +2 -1
  328. package/es/Perplexity/style.d.ts +1 -0
  329. package/es/Perplexity/style.js +1 -0
  330. package/es/Pollinations/components/Avatar.js +2 -1
  331. package/es/Pollinations/components/Combine.js +2 -1
  332. package/es/Pollinations/components/Mono.js +7 -3
  333. package/es/Pollinations/components/Text.js +7 -3
  334. package/es/Pollinations/index.d.ts +1 -0
  335. package/es/Pollinations/index.js +2 -1
  336. package/es/Pollinations/style.d.ts +1 -0
  337. package/es/Pollinations/style.js +1 -0
  338. package/es/Qingyan/components/Avatar.js +2 -1
  339. package/es/Qingyan/components/Color.js +6 -3
  340. package/es/Qingyan/components/Combine.js +2 -1
  341. package/es/Qingyan/components/Mono.js +6 -3
  342. package/es/Qingyan/components/Text.js +7 -3
  343. package/es/Qingyan/index.d.ts +1 -0
  344. package/es/Qingyan/index.js +2 -1
  345. package/es/Qingyan/style.d.ts +1 -0
  346. package/es/Qingyan/style.js +1 -0
  347. package/es/Replicate/components/Avatar.js +2 -1
  348. package/es/Replicate/components/BrandMono.js +7 -3
  349. package/es/Replicate/components/Mono.js +7 -3
  350. package/es/Replicate/index.d.ts +1 -0
  351. package/es/Replicate/index.js +2 -1
  352. package/es/Replicate/style.d.ts +1 -0
  353. package/es/Replicate/style.js +1 -0
  354. package/es/Spark/components/Avatar.js +2 -1
  355. package/es/Spark/components/Color.js +4 -1
  356. package/es/Spark/components/Combine.js +2 -1
  357. package/es/Spark/components/Mono.js +4 -1
  358. package/es/Spark/components/Text.js +4 -1
  359. package/es/Spark/index.d.ts +1 -0
  360. package/es/Spark/index.js +2 -1
  361. package/es/Spark/style.d.ts +1 -0
  362. package/es/Spark/style.js +1 -0
  363. package/es/Stability/components/Avatar.js +2 -1
  364. package/es/Stability/components/BrandColor.js +5 -2
  365. package/es/Stability/components/BrandMono.js +6 -3
  366. package/es/Stability/components/Color.js +5 -2
  367. package/es/Stability/components/Combine.js +2 -1
  368. package/es/Stability/components/Mono.js +6 -3
  369. package/es/Stability/components/Text.js +7 -3
  370. package/es/Stability/index.d.ts +1 -0
  371. package/es/Stability/index.js +2 -1
  372. package/es/Stability/style.d.ts +1 -0
  373. package/es/Stability/style.js +1 -0
  374. package/es/Tongyi/components/Avatar.js +2 -1
  375. package/es/Tongyi/components/Color.js +5 -2
  376. package/es/Tongyi/components/Combine.js +2 -1
  377. package/es/Tongyi/components/Mono.js +7 -3
  378. package/es/Tongyi/components/Text.js +7 -3
  379. package/es/Tongyi/index.d.ts +1 -0
  380. package/es/Tongyi/index.js +2 -1
  381. package/es/Tongyi/style.d.ts +1 -0
  382. package/es/Tongyi/style.js +1 -0
  383. package/es/Wenxin/components/Avatar.js +2 -1
  384. package/es/Wenxin/components/Color.js +5 -2
  385. package/es/Wenxin/components/Combine.js +2 -1
  386. package/es/Wenxin/components/Mono.js +7 -3
  387. package/es/Wenxin/components/Text.js +7 -3
  388. package/es/Wenxin/index.d.ts +1 -0
  389. package/es/Wenxin/index.js +2 -1
  390. package/es/Wenxin/style.d.ts +1 -0
  391. package/es/Wenxin/style.js +1 -0
  392. package/es/WorkersAI/components/Avatar.js +2 -1
  393. package/es/WorkersAI/components/Color.js +7 -3
  394. package/es/WorkersAI/components/Combine.js +2 -1
  395. package/es/WorkersAI/components/Mono.js +7 -3
  396. package/es/WorkersAI/components/Text.js +7 -3
  397. package/es/WorkersAI/index.d.ts +1 -0
  398. package/es/WorkersAI/index.js +2 -1
  399. package/es/WorkersAI/style.d.ts +1 -0
  400. package/es/WorkersAI/style.js +1 -0
  401. package/es/Zhipu/components/Avatar.js +2 -1
  402. package/es/Zhipu/components/Color.js +7 -3
  403. package/es/Zhipu/components/Combine.js +2 -2
  404. package/es/Zhipu/components/Mono.js +7 -3
  405. package/es/Zhipu/components/Text.js +7 -3
  406. package/es/Zhipu/index.d.ts +1 -0
  407. package/es/Zhipu/index.js +2 -1
  408. package/es/Zhipu/style.d.ts +1 -0
  409. package/es/Zhipu/style.js +1 -0
  410. package/es/components/Editor/Color.js +1 -1
  411. package/es/components/Editor/Mono.js +1 -1
  412. package/es/components/Editor/Text.d.ts +8 -0
  413. package/es/components/Editor/Text.js +47 -0
  414. package/es/components/Editor/index.js +10 -3
  415. package/es/hooks/useFillId.js +2 -2
  416. package/es/index.d.ts +4 -0
  417. package/es/index.js +4 -0
  418. package/package.json +10 -4
@@ -2,10 +2,11 @@ import Avatar from "./components/Avatar";
2
2
  import Combine from "./components/Combine";
3
3
  import Mono from "./components/Mono";
4
4
  import Text from "./components/Text";
5
- import { COLOR_PRIMARY } from "./style";
5
+ import { COLOR_PRIMARY, TITLE } from "./style";
6
6
  var Icons = Mono;
7
7
  Icons.Text = Text;
8
8
  Icons.Combine = Combine;
9
9
  Icons.Avatar = Avatar;
10
10
  Icons.colorPrimary = COLOR_PRIMARY;
11
+ Icons.title = TITLE;
11
12
  export default Icons;
@@ -1,3 +1,4 @@
1
+ export declare const TITLE = "GithubCopilot";
1
2
  export declare const TEXT_MULTIPLE = 0.75;
2
3
  export declare const SPACE_MULTIPLE = 0.3;
3
4
  export declare const COLOR_PRIMARY = "#000";
@@ -1,3 +1,4 @@
1
+ export var TITLE = 'GithubCopilot';
1
2
  export var TEXT_MULTIPLE = 0.75;
2
3
  export var SPACE_MULTIPLE = 0.3;
3
4
  export var COLOR_PRIMARY = '#000';
@@ -5,7 +5,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
5
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
6
  import { memo } from 'react';
7
7
  import IconAvatar from "../../IconAvatar";
8
- import { COLOR_PRIMARY } from "../style";
8
+ import { COLOR_PRIMARY, TITLE } from "../style";
9
9
  import Color from "./Color";
10
10
  import { jsx as _jsx } from "react/jsx-runtime";
11
11
  var Avatar = /*#__PURE__*/memo(function (_ref) {
@@ -13,6 +13,7 @@ var Avatar = /*#__PURE__*/memo(function (_ref) {
13
13
  rest = _objectWithoutProperties(_ref, _excluded);
14
14
  return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
15
15
  Icon: Color,
16
+ "aria-label": TITLE,
16
17
  background: background || COLOR_PRIMARY
17
18
  }, rest));
18
19
  });
@@ -4,6 +4,7 @@ var _excluded = ["size", "style"];
4
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
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
6
  import { forwardRef } from 'react';
7
+ import { TITLE } from "../style";
7
8
  import { jsx as _jsx } from "react/jsx-runtime";
8
9
  import { jsxs as _jsxs } from "react/jsx-runtime";
9
10
  var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
@@ -11,7 +12,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
11
12
  size = _ref$size === void 0 ? '1em' : _ref$size,
12
13
  style = _ref.style,
13
14
  rest = _objectWithoutProperties(_ref, _excluded);
14
- return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
15
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
15
16
  "aria-label": 'Google',
16
17
  height: size,
17
18
  ref: ref,
@@ -23,7 +24,9 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
23
24
  viewBox: "0 0 77 24",
24
25
  xmlns: "http://www.w3.org/2000/svg"
25
26
  }, rest), {}, {
26
- children: /*#__PURE__*/_jsxs("g", {
27
+ children: [/*#__PURE__*/_jsx("title", {
28
+ children: TITLE
29
+ }), /*#__PURE__*/_jsxs("g", {
27
30
  fill: "none",
28
31
  fillRule: "evenodd",
29
32
  children: [/*#__PURE__*/_jsx("path", {
@@ -45,7 +48,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
45
48
  d: "M60.239 18.272h2.628V.62H60.24z",
46
49
  fill: "#34A853"
47
50
  })]
48
- })
51
+ })]
49
52
  }));
50
53
  });
51
54
  export default Icon;
@@ -4,13 +4,15 @@ var _excluded = ["size", "style"];
4
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
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
6
  import { forwardRef } from 'react';
7
+ import { TITLE } from "../style";
7
8
  import { jsx as _jsx } from "react/jsx-runtime";
9
+ import { jsxs as _jsxs } from "react/jsx-runtime";
8
10
  var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
9
11
  var _ref$size = _ref.size,
10
12
  size = _ref$size === void 0 ? '1em' : _ref$size,
11
13
  style = _ref.style,
12
14
  rest = _objectWithoutProperties(_ref, _excluded);
13
- return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
15
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
14
16
  fill: "currentColor",
15
17
  fillRule: "evenodd",
16
18
  height: size,
@@ -23,9 +25,11 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
23
25
  viewBox: "0 0 77 24",
24
26
  xmlns: "http://www.w3.org/2000/svg"
25
27
  }, rest), {}, {
26
- children: /*#__PURE__*/_jsx("path", {
28
+ children: [/*#__PURE__*/_jsx("title", {
29
+ children: TITLE
30
+ }), /*#__PURE__*/_jsx("path", {
27
31
  d: "M19.947 8.482H11.43v2.536h6.041c-.298 3.557-3.247 5.074-6.03 5.074-3.562 0-6.67-2.812-6.67-6.753 0-3.839 2.963-6.795 6.677-6.795 2.866 0 4.555 1.833 4.555 1.833l1.77-1.84-.124-.126C17.123 1.898 14.94 0 11.357 0 6.081 0 2 4.468 2 9.294c0 4.729 3.84 9.34 9.491 9.34 4.972 0 8.61-3.417 8.61-8.47a8.69 8.69 0 00-.118-1.507l-.036-.175zm7.013.515c1.719 0 3.347 1.395 3.347 3.642 0 2.199-1.621 3.633-3.355 3.633-1.905 0-3.408-1.53-3.408-3.65 0-2.075 1.485-3.625 3.416-3.625zm-.035-2.352c-3.495 0-6 2.742-6 5.94 0 3.245 2.43 6.038 6.041 6.038 3.27 0 5.948-2.508 5.948-5.968 0-3.877-2.976-5.916-5.793-6.007l-.196-.003zM40.01 8.997c1.72 0 3.348 1.395 3.348 3.642 0 2.199-1.622 3.633-3.356 3.633-1.904 0-3.407-1.53-3.407-3.65 0-2.075 1.484-3.625 3.415-3.625zm-.034-2.352c-3.496 0-6 2.742-6 5.94 0 3.245 2.43 6.038 6.04 6.038 3.27 0 5.949-2.508 5.949-5.968 0-3.877-2.976-5.916-5.793-6.007l-.196-.003zM53.006 9c1.573 0 3.188 1.348 3.188 3.65 0 2.338-1.611 3.628-3.222 3.628-1.71 0-3.302-1.394-3.302-3.607 0-2.299 1.652-3.67 3.336-3.67zm-.232-2.348c-3.208 0-5.73 2.82-5.73 5.984 0 3.605 2.924 5.996 5.675 5.996 1.7 0 2.605-.678 3.273-1.455v1.18c0 2.067-1.25 3.304-3.137 3.304-1.824 0-2.738-1.36-3.056-2.132l-2.293.962c.813 1.726 2.451 3.527 5.368 3.527 3.19 0 5.62-2.016 5.62-6.244V7.012h-2.502v1.014c-.721-.78-1.691-1.306-2.96-1.368l-.258-.007zm16.951 2.29c1.09 0 1.875.581 2.209 1.279l-5.345 2.241c-.23-1.735 1.408-3.52 3.136-3.52zm-.104-2.304c-3.026 0-5.567 2.416-5.567 5.981 0 3.772 2.832 6.01 5.858 6.01 2.525 0 4.075-1.387 5-2.629l-2.063-1.377c-.536.833-1.43 1.648-2.925 1.648-1.678 0-2.45-.922-2.927-1.815L75 11.123l-.415-.976c-.747-1.847-2.454-3.399-4.719-3.504l-.245-.006zM60.24 18.272h2.628V.62H60.24v17.652z"
28
- })
32
+ })]
29
33
  }));
30
34
  });
31
35
  export default Icon;
@@ -4,6 +4,7 @@ var _excluded = ["size", "style"];
4
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
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
6
  import { forwardRef } from 'react';
7
+ import { TITLE } from "../style";
7
8
  import { jsx as _jsx } from "react/jsx-runtime";
8
9
  import { jsxs as _jsxs } from "react/jsx-runtime";
9
10
  var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
@@ -11,7 +12,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
11
12
  size = _ref$size === void 0 ? '1em' : _ref$size,
12
13
  style = _ref.style,
13
14
  rest = _objectWithoutProperties(_ref, _excluded);
14
- return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
15
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
15
16
  height: size,
16
17
  ref: ref,
17
18
  style: _objectSpread({
@@ -22,7 +23,9 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
22
23
  width: size,
23
24
  xmlns: "http://www.w3.org/2000/svg"
24
25
  }, rest), {}, {
25
- children: /*#__PURE__*/_jsxs("g", {
26
+ children: [/*#__PURE__*/_jsx("title", {
27
+ children: TITLE
28
+ }), /*#__PURE__*/_jsxs("g", {
26
29
  fill: "none",
27
30
  fillRule: "nonzero",
28
31
  children: [/*#__PURE__*/_jsx("path", {
@@ -38,7 +41,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
38
41
  d: "M12.245 4.64c2.3 0 3.85.973 4.735 1.787l3.455-3.307C18.313 1.187 15.551 0 12.245 0 7.455 0 3.32 2.693 1.306 6.613l3.96 3.014c.993-2.894 3.74-4.987 6.979-4.987",
39
42
  fill: "#EB4335"
40
43
  })]
41
- })
44
+ })]
42
45
  }));
43
46
  });
44
47
  export default Icon;
@@ -4,13 +4,15 @@ var _excluded = ["size", "style"];
4
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
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
6
  import { forwardRef } from 'react';
7
+ import { TITLE } from "../style";
7
8
  import { jsx as _jsx } from "react/jsx-runtime";
9
+ import { jsxs as _jsxs } from "react/jsx-runtime";
8
10
  var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
9
11
  var _ref$size = _ref.size,
10
12
  size = _ref$size === void 0 ? '1em' : _ref$size,
11
13
  style = _ref.style,
12
14
  rest = _objectWithoutProperties(_ref, _excluded);
13
- return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
15
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
14
16
  fill: "currentColor",
15
17
  fillRule: "evenodd",
16
18
  height: size,
@@ -23,9 +25,11 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
23
25
  width: size,
24
26
  xmlns: "http://www.w3.org/2000/svg"
25
27
  }, rest), {}, {
26
- children: /*#__PURE__*/_jsx("path", {
28
+ children: [/*#__PURE__*/_jsx("title", {
29
+ children: TITLE
30
+ }), /*#__PURE__*/_jsx("path", {
27
31
  d: "M0 12c0-1.933.476-3.76 1.306-5.387l.144-.271C3.512 2.569 7.567 0 12.245 0c3.306 0 6.068 1.187 8.19 3.12L16.98 6.427c-.885-.814-2.436-1.787-4.735-1.787-3.238 0-5.986 2.093-6.98 4.987A7.622 7.622 0 004.871 12c0 .709.11 1.398.304 2.05l.104.323a7.358 7.358 0 006.966 4.987c1.823 0 3.21-.493 4.245-1.2l.238-.172c1.466-1.113 2.136-2.67 2.265-3.721h-6.748V9.813h11.497c.176.747.258 1.467.258 2.454 0 3.653-1.333 6.733-3.646 8.826C18.326 22.933 15.55 24 12.244 24c-4.788 0-8.924-2.693-10.938-6.613A11.816 11.816 0 010 12z"
28
- })
32
+ })]
29
33
  }));
30
34
  });
31
35
  export default Icon;
@@ -9,6 +9,7 @@ export type CompoundedIcon = typeof Mono & {
9
9
  BrandColor: typeof BrandColor;
10
10
  Color: typeof Color;
11
11
  colorPrimary: string;
12
+ title: string;
12
13
  };
13
14
  declare const Icons: CompoundedIcon;
14
15
  export default Icons;
@@ -3,11 +3,12 @@ import BrandColor from "./components/BrandColor";
3
3
  import BrandMono from "./components/BrandMono";
4
4
  import Color from "./components/Color";
5
5
  import Mono from "./components/Mono";
6
- import { COLOR_PRIMARY } from "./style";
6
+ import { COLOR_PRIMARY, TITLE } from "./style";
7
7
  var Icons = Mono;
8
8
  Icons.Color = Color;
9
9
  Icons.Brand = BrandMono;
10
10
  Icons.BrandColor = BrandColor;
11
11
  Icons.Avatar = Avatar;
12
12
  Icons.colorPrimary = COLOR_PRIMARY;
13
+ Icons.title = TITLE;
13
14
  export default Icons;
@@ -1 +1,2 @@
1
+ export declare const TITLE = "Google";
1
2
  export declare const COLOR_PRIMARY = "#fff";
@@ -1 +1,2 @@
1
+ export var TITLE = 'Google';
1
2
  export var COLOR_PRIMARY = '#fff';
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconAvatarProps } from "../../IconAvatar";
3
+ export type AvatarProps = Omit<IconAvatarProps, 'Icon'>;
4
+ declare const Avatar: import("react").NamedExoticComponent<AvatarProps>;
5
+ export default Avatar;
@@ -0,0 +1,20 @@
1
+ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
+ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
+ var _excluded = ["background"];
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
+ import { memo } from 'react';
7
+ import IconAvatar from "../../IconAvatar";
8
+ import { COLOR_PRIMARY, TITLE } from "../style";
9
+ import Mono from "./Mono";
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ var Avatar = /*#__PURE__*/memo(function (_ref) {
12
+ var background = _ref.background,
13
+ rest = _objectWithoutProperties(_ref, _excluded);
14
+ return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
15
+ Icon: Mono,
16
+ "aria-label": TITLE,
17
+ background: background || COLOR_PRIMARY
18
+ }, rest));
19
+ });
20
+ 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,35 @@
1
+ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
+ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
+ var _excluded = ["size", "style"];
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
+ import { forwardRef } from 'react';
7
+ import { TITLE } from "../style";
8
+ import { jsx as _jsx } from "react/jsx-runtime";
9
+ import { jsxs as _jsxs } from "react/jsx-runtime";
10
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
11
+ var _ref$size = _ref.size,
12
+ size = _ref$size === void 0 ? '1em' : _ref$size,
13
+ style = _ref.style,
14
+ rest = _objectWithoutProperties(_ref, _excluded);
15
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
16
+ fill: "currentColor",
17
+ fillRule: "evenodd",
18
+ height: size,
19
+ ref: ref,
20
+ style: _objectSpread({
21
+ flex: 'none',
22
+ lineHeight: 1
23
+ }, style),
24
+ viewBox: "0 0 24 24",
25
+ width: size,
26
+ xmlns: "http://www.w3.org/2000/svg"
27
+ }, rest), {}, {
28
+ children: [/*#__PURE__*/_jsx("title", {
29
+ children: TITLE
30
+ }), /*#__PURE__*/_jsx("path", {
31
+ d: "M12.036 2c-3.853-.035-7 3-7.036 6.781-.035 3.782 3.055 6.872 6.908 6.907h2.42v-2.566h-2.292c-2.407.028-4.38-1.866-4.408-4.23-.029-2.362 1.901-4.298 4.308-4.326h.1c2.407 0 4.358 1.915 4.365 4.278v6.305c0 2.342-1.944 4.25-4.323 4.279a4.375 4.375 0 01-3.033-1.252l-1.851 1.818A7 7 0 0012.029 22h.092c3.803-.056 6.858-3.083 6.879-6.816v-6.5C18.907 4.963 15.817 2 12.036 2z"
32
+ })]
33
+ }));
34
+ });
35
+ 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,35 @@
1
+ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
+ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
+ var _excluded = ["size", "style"];
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
+ import { forwardRef } from 'react';
7
+ import { TITLE } from "../style";
8
+ import { jsx as _jsx } from "react/jsx-runtime";
9
+ import { jsxs as _jsxs } from "react/jsx-runtime";
10
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
11
+ var _ref$size = _ref.size,
12
+ size = _ref$size === void 0 ? '1em' : _ref$size,
13
+ style = _ref.style,
14
+ rest = _objectWithoutProperties(_ref, _excluded);
15
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
16
+ fill: "currentColor",
17
+ fillRule: "evenodd",
18
+ height: size,
19
+ ref: ref,
20
+ style: _objectSpread({
21
+ flex: 'none',
22
+ lineHeight: 1,
23
+ width: 'fit-content'
24
+ }, style),
25
+ viewBox: "0 0 64 24",
26
+ xmlns: "http://www.w3.org/2000/svg"
27
+ }, rest), {}, {
28
+ children: [/*#__PURE__*/_jsx("title", {
29
+ children: TITLE
30
+ }), /*#__PURE__*/_jsx("path", {
31
+ d: "M37.925 2.039c4.142 0 7.509 3.368 7.509 7.528l-.004.244c-.128 4.047-3.437 7.284-7.505 7.284-4.15 0-7.509-3.368-7.509-7.528s3.36-7.528 7.509-7.528zm-11.144-.023c.26 0 .522.015.775.046l.015-.008a7.464 7.464 0 012.922.969L29.09 5.468a4.619 4.619 0 00-2.309-.6h-.253l-.253.016c-.338.03-.66.092-.982.177-.621.169-1.196.469-1.703.869a4.062 4.062 0 00-1.418 2.322l-.04.234-.03.235c-.007.077-.023.161-.023.238l-.014 2.713v2.593l-.016 2.522h-2.815l-.03-4.973V8.852c0-.139.015-.262.022-.392.023-.262.062-.523.115-.777.1-.523.269-1.03.491-1.515a6.998 6.998 0 011.948-2.484 7.465 7.465 0 012.754-1.391c.49-.131.99-.216 1.495-.254.123-.008.253-.023.376-.023h.376zM37.925 4.86a4.7 4.7 0 00-4.694 4.706 4.7 4.7 0 004.694 4.706 4.7 4.7 0 004.694-4.706l-.005-.216a4.7 4.7 0 00-4.689-4.49zM9.578 2C5.428 1.96 2.038 5.298 2 9.458c-.038 4.16 3.29 7.559 7.44 7.597h2.608v-2.822h-2.47c-2.592.031-4.717-2.053-4.748-4.652a4.7 4.7 0 014.64-4.76h.108c2.52 0 4.577 1.992 4.696 4.49l.005.216v6.936c0 2.576-2.093 4.676-4.655 4.706a4.663 4.663 0 01-3.267-1.376l-1.994 2A7.46 7.46 0 009.57 24h.1c4.096-.062 7.386-3.391 7.409-7.497V9.35c-.1-4.09-3.428-7.35-7.501-7.35zm44.929.038c-4.15 0-7.509 3.368-7.509 7.528s3.36 7.528 7.509 7.528h2.57v-2.822h-2.57a4.7 4.7 0 01-4.694-4.706 4.7 4.7 0 014.694-4.706A4.707 4.707 0 0159.16 8.94l.024.22v14.456H62V9.566c-.008-4.152-3.352-7.527-7.493-7.527z"
32
+ })]
33
+ }));
34
+ });
35
+ export default Icon;
@@ -0,0 +1,11 @@
1
+ import Avatar from './components/Avatar';
2
+ import Mono from './components/Mono';
3
+ import Text from './components/Text';
4
+ export type CompoundedIcon = typeof Mono & {
5
+ Avatar: typeof Avatar;
6
+ Text: typeof Text;
7
+ colorPrimary: string;
8
+ title: string;
9
+ };
10
+ declare const Icons: CompoundedIcon;
11
+ export default Icons;
@@ -0,0 +1,10 @@
1
+ import Avatar from "./components/Avatar";
2
+ import Mono from "./components/Mono";
3
+ import Text from "./components/Text";
4
+ import { COLOR_PRIMARY, TITLE } from "./style";
5
+ var Icons = Mono;
6
+ Icons.Text = Text;
7
+ Icons.Avatar = Avatar;
8
+ Icons.colorPrimary = COLOR_PRIMARY;
9
+ Icons.title = TITLE;
10
+ export default Icons;
@@ -0,0 +1,4 @@
1
+ export declare const TITLE = "Groq";
2
+ export declare const TEXT_MULTIPLE = 0.75;
3
+ export declare const SPACE_MULTIPLE = 0.1;
4
+ export declare const COLOR_PRIMARY = "#F55036";
@@ -0,0 +1,4 @@
1
+ export var TITLE = 'Groq';
2
+ export var TEXT_MULTIPLE = 0.75;
3
+ export var SPACE_MULTIPLE = 0.1;
4
+ export var COLOR_PRIMARY = '#F55036';
@@ -5,7 +5,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
5
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
6
  import { memo } from 'react';
7
7
  import IconAvatar from "../../IconAvatar";
8
- import { COLOR_PRIMARY } from "../style";
8
+ import { COLOR_PRIMARY, TITLE } from "../style";
9
9
  import Color from "./Color";
10
10
  import { jsx as _jsx } from "react/jsx-runtime";
11
11
  var Avatar = /*#__PURE__*/memo(function (_ref) {
@@ -13,6 +13,7 @@ var Avatar = /*#__PURE__*/memo(function (_ref) {
13
13
  rest = _objectWithoutProperties(_ref, _excluded);
14
14
  return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
15
15
  Icon: Color,
16
+ "aria-label": TITLE,
16
17
  background: background || COLOR_PRIMARY,
17
18
  color: '#3A3B45'
18
19
  }, rest));
@@ -4,6 +4,7 @@ var _excluded = ["size", "style"];
4
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
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
6
  import { forwardRef } from 'react';
7
+ import { TITLE } from "../style";
7
8
  import { jsx as _jsx } from "react/jsx-runtime";
8
9
  import { jsxs as _jsxs } from "react/jsx-runtime";
9
10
  var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
@@ -11,7 +12,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
11
12
  size = _ref$size === void 0 ? '1em' : _ref$size,
12
13
  style = _ref.style,
13
14
  rest = _objectWithoutProperties(_ref, _excluded);
14
- return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
15
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
15
16
  height: size,
16
17
  ref: ref,
17
18
  style: _objectSpread({
@@ -22,7 +23,9 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
22
23
  width: size,
23
24
  xmlns: "http://www.w3.org/2000/svg"
24
25
  }, rest), {}, {
25
- children: /*#__PURE__*/_jsxs("g", {
26
+ children: [/*#__PURE__*/_jsx("title", {
27
+ children: TITLE
28
+ }), /*#__PURE__*/_jsxs("g", {
26
29
  fill: "none",
27
30
  fillRule: "nonzero",
28
31
  children: [/*#__PURE__*/_jsx("path", {
@@ -44,7 +47,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
44
47
  d: "M9.785 20.132c.688-.994.638-1.74-.305-2.667-.945-.928-1.495-2.288-1.495-2.288s-.205-.788-.672-.714c-.468.074-.81 1.25.17 1.971.977.721-.195 1.21-.573.534-.375-.677-1.405-2.416-1.94-2.751-.532-.332-.907-.148-.782.541.125.687 2.357 2.35 2.14 2.707-.218.362-.983-.42-.983-.42S2.953 14.9 2.43 15.46c-.52.558.398 1.026 1.7 1.803 1.308.778 1.41.985 1.225 1.28-.187.295-3.07-2.1-3.34-1.083-.27 1.011 2.943 1.304 2.745 2.006-.2.7-2.265-1.324-2.685-.537-.425.79 2.913 1.718 2.94 1.725 1.075.276 3.813.859 4.77-.522zm4.432 0c-.687-.994-.64-1.74.305-2.667.943-.928 1.493-2.288 1.493-2.288s.205-.788.675-.714c.465.074.807 1.25-.17 1.971-.98.721.195 1.21.57.534.377-.677 1.407-2.416 1.94-2.751.532-.332.91-.148.782.541-.125.687-2.355 2.35-2.137 2.707.215.362.98-.42.98-.42S21.05 14.9 21.57 15.46c.52.558-.395 1.026-1.7 1.803-1.308.778-1.408.985-1.225 1.28.187.295 3.07-2.1 3.34-1.083.27 1.011-2.94 1.304-2.743 2.006.2.7 2.263-1.324 2.685-.537.423.79-2.912 1.718-2.94 1.725-1.077.276-3.815.859-4.77-.522z",
45
48
  fill: "#FFD21E"
46
49
  })]
47
- })
50
+ })]
48
51
  }));
49
52
  });
50
53
  export default Icon;
@@ -5,7 +5,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
5
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
6
  import { memo } from 'react';
7
7
  import IconCombine from "../../IconCombine";
8
- import { SPACE_MULTIPLE, TEXT_MULTIPLE } from "../style";
8
+ import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
9
9
  import Color from "./Color";
10
10
  import Mono from "./Mono";
11
11
  import Text from "./Text";
@@ -18,6 +18,7 @@ var Combine = /*#__PURE__*/memo(function (_ref) {
18
18
  return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
19
19
  Icon: Icon,
20
20
  Text: Text,
21
+ "aria-label": TITLE,
21
22
  spaceMultiple: SPACE_MULTIPLE,
22
23
  textMultiple: TEXT_MULTIPLE
23
24
  }, rest));
@@ -4,13 +4,15 @@ var _excluded = ["size", "style"];
4
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
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
6
  import { forwardRef } from 'react';
7
+ import { TITLE } from "../style";
7
8
  import { jsx as _jsx } from "react/jsx-runtime";
9
+ import { jsxs as _jsxs } from "react/jsx-runtime";
8
10
  var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
9
11
  var _ref$size = _ref.size,
10
12
  size = _ref$size === void 0 ? '1em' : _ref$size,
11
13
  style = _ref.style,
12
14
  rest = _objectWithoutProperties(_ref, _excluded);
13
- return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
15
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
14
16
  fill: "currentColor",
15
17
  fillRule: "evenodd",
16
18
  height: size,
@@ -23,9 +25,11 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
23
25
  width: size,
24
26
  xmlns: "http://www.w3.org/2000/svg"
25
27
  }, rest), {}, {
26
- children: /*#__PURE__*/_jsx("path", {
28
+ children: [/*#__PURE__*/_jsx("title", {
29
+ children: TITLE
30
+ }), /*#__PURE__*/_jsx("path", {
27
31
  d: "M16.781 3.277c2.997 1.704 4.844 4.851 4.844 8.258 0 .995-.155 1.955-.443 2.857a1.332 1.332 0 011.125.4 1.41 1.41 0 01.2 1.723c.204.165.352.385.428.632l.017.062c.06.222.12.69-.2 1.166.244.37.279.836.093 1.236-.255.57-.893 1.018-2.128 1.5l-.202.078-.131.048c-.478.173-.89.295-1.061.345l-.086.024c-.89.243-1.808.375-2.732.394-1.32 0-2.3-.36-2.923-1.067a9.852 9.852 0 01-3.18.018C9.778 21.647 8.802 22 7.494 22a11.249 11.249 0 01-2.541-.343l-.221-.06-.273-.08a16.574 16.574 0 01-1.175-.405c-1.237-.483-1.875-.93-2.13-1.501-.186-.4-.151-.867.093-1.236a1.42 1.42 0 01-.2-1.166c.069-.273.226-.516.447-.694a1.41 1.41 0 01.2-1.722c.233-.248.557-.391.917-.407l.078-.001a9.385 9.385 0 01-.44-2.85c0-3.407 1.847-6.554 4.844-8.258a9.822 9.822 0 019.687 0zM4.188 14.758c.125.687 2.357 2.35 2.14 2.707-.19.315-.796-.239-.948-.386l-.041-.04-.168-.147c-.561-.479-2.304-1.9-2.74-1.432-.43.46.119.859 1.055 1.42l.784.467.136.083c1.045.643 1.12.84.95 1.113-.188.295-3.07-2.1-3.34-1.083-.27 1.011 2.942 1.304 2.744 2.006-.2.7-2.265-1.324-2.685-.537-.425.79 2.913 1.718 2.94 1.725l.16.04.175.042c1.227.284 3.565.65 4.435-.604.673-.973.64-1.709-.248-2.61l-.057-.057c-.945-.928-1.495-2.288-1.495-2.288l-.017-.058-.025-.072c-.082-.22-.284-.639-.63-.584-.46.073-.798 1.21.12 1.933l.05.038c.977.721-.195 1.21-.573.534l-.058-.104-.143-.25c-.463-.799-1.282-2.111-1.739-2.397-.532-.332-.907-.148-.782.541zm14.842-.541c-.533.335-1.563 2.074-1.94 2.751a.613.613 0 01-.687.302.436.436 0 01-.176-.098.303.303 0 01-.049-.06l-.014-.028-.008-.02-.007-.019-.003-.013-.003-.017a.289.289 0 01-.004-.048c0-.12.071-.266.25-.427.026-.024.054-.047.084-.07l.047-.036c.022-.016.043-.032.063-.049.883-.71.573-1.81.131-1.917l-.031-.006-.056-.004a.368.368 0 00-.062.006l-.028.005-.042.014-.039.017-.028.015-.028.019-.036.027-.023.02c-.173.158-.273.428-.31.542l-.016.054s-.53 1.309-1.439 2.234l-.054.054c-.365.358-.596.69-.702 1.018-.143.437-.066.868.21 1.353.055.097.117.195.187.296.882 1.275 3.282.876 4.494.59l.286-.07.25-.074c.276-.084.736-.233 1.2-.42l.188-.077.065-.028.064-.028.124-.056.081-.038c.529-.252.964-.543.994-.827l.001-.036a.299.299 0 00-.037-.139c-.094-.176-.271-.212-.491-.168l-.045.01c-.044.01-.09.024-.136.04l-.097.035-.054.022c-.559.23-1.238.705-1.607.745h.006a.452.452 0 01-.05.003h-.024l-.024-.003-.023-.005c-.068-.016-.116-.06-.14-.142a.22.22 0 01-.005-.1c.062-.345.958-.595 1.713-.91l.066-.028c.528-.224.97-.483.985-.832v-.04a.47.47 0 00-.016-.098c-.048-.18-.175-.251-.36-.251-.785 0-2.55 1.36-2.92 1.36-.025 0-.048-.007-.058-.024a.6.6 0 01-.046-.088c-.1-.238.068-.462 1.06-1.066l.209-.126c.538-.32 1.01-.588 1.341-.831.29-.212.475-.406.503-.6l.003-.028c.008-.113-.038-.227-.147-.344a.266.266 0 00-.07-.054l-.034-.015-.013-.005a.403.403 0 00-.13-.02c-.162 0-.369.07-.595.18-.637.313-1.431.952-1.826 1.285l-.249.215-.033.033c-.08.078-.288.27-.493.386l-.071.037-.041.019a.535.535 0 01-.122.036h.005a.346.346 0 01-.031.003l.01-.001-.013.001c-.079.005-.145-.021-.19-.095a.113.113 0 01-.014-.065c.027-.465 2.034-1.991 2.152-2.642l.009-.048c.1-.65-.271-.817-.791-.493zM11.938 2.984c-4.798 0-8.688 3.829-8.688 8.55 0 .692.083 1.364.24 2.008l.008-.009c.252-.298.612-.46 1.017-.46.355.008.699.117.993.312.22.14.465.384.715.694.261-.372.69-.598 1.15-.605.852 0 1.367.728 1.562 1.383l.047.105.06.127c.192.396.595 1.139 1.143 1.68 1.06 1.04 1.324 2.115.8 3.266a8.865 8.865 0 002.024-.014c-.505-1.12-.26-2.17.74-3.186l.066-.066c.695-.684 1.157-1.69 1.252-1.912.195-.655.708-1.383 1.56-1.383.46.007.889.233 1.15.605.25-.31.495-.553.718-.694a1.87 1.87 0 01.99-.312c.357 0 .682.126.925.36.14-.61.215-1.245.215-1.898 0-4.722-3.89-8.55-8.687-8.55zm1.857 8.926l.439-.212c.553-.264.89-.383.89.152 0 1.093-.771 3.208-3.155 3.262h-.184c-2.325-.052-3.116-2.06-3.156-3.175l-.001-.087c0-1.107 1.452.586 3.25.586.716 0 1.379-.272 1.917-.526zm4.017-3.143c.45 0 .813.358.813.8 0 .441-.364.8-.813.8a.806.806 0 01-.812-.8c0-.442.364-.8.812-.8zm-11.624 0c.448 0 .812.358.812.8 0 .441-.364.8-.812.8a.806.806 0 01-.813-.8c0-.442.364-.8.813-.8zm7.79-.841c.32-.384.846-.54 1.33-.394.483.146.83.564.878 1.06.048.495-.212.97-.659 1.203-.322.168-.447-.477-.767-.585l.002-.003c-.287-.098-.772.362-.925.079a1.215 1.215 0 01.14-1.36zm-4.323 0c.322.384.377.92.14 1.36-.152.283-.64-.177-.925-.079l.003.003c-.108.036-.194.134-.273.24l-.118.165c-.11.15-.22.262-.377.18a1.226 1.226 0 01-.658-1.204c.048-.495.395-.913.878-1.059a1.262 1.262 0 011.33.394z"
28
- })
32
+ })]
29
33
  }));
30
34
  });
31
35
  export default Icon;
@@ -4,13 +4,15 @@ var _excluded = ["size", "style"];
4
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
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
6
  import { forwardRef } from 'react';
7
+ import { TITLE } from "../style";
7
8
  import { jsx as _jsx } from "react/jsx-runtime";
9
+ import { jsxs as _jsxs } from "react/jsx-runtime";
8
10
  var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
9
11
  var _ref$size = _ref.size,
10
12
  size = _ref$size === void 0 ? '1em' : _ref$size,
11
13
  style = _ref.style,
12
14
  rest = _objectWithoutProperties(_ref, _excluded);
13
- return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
15
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
14
16
  fill: "currentColor",
15
17
  fillRule: "evenodd",
16
18
  height: size,
@@ -23,9 +25,11 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
23
25
  viewBox: "0 0 153 24",
24
26
  xmlns: "http://www.w3.org/2000/svg"
25
27
  }, rest), {}, {
26
- children: /*#__PURE__*/_jsx("path", {
28
+ children: [/*#__PURE__*/_jsx("title", {
29
+ children: TITLE
30
+ }), /*#__PURE__*/_jsx("path", {
27
31
  d: "M2 18.578V1.824h3.767v6.45h5.765v-6.45h3.792v16.754h-3.792v-6.99H5.767v6.99H2zm20.78.309c-1.383 0-2.387-.459-3.01-1.375-.624-.917-.935-2.172-.935-3.765V5.833H22.6v7.426c0 .925.128 1.559.385 1.902.256.342.657.514 1.204.514.461 0 .863-.112 1.204-.335.342-.222.692-.582 1.05-1.079V5.833h3.767v12.745h-3.074l-.282-1.773h-.077a6.852 6.852 0 01-1.743 1.516c-.632.377-1.383.566-2.254.566zM38.053 24c-.99 0-1.892-.116-2.703-.347-.812-.231-1.452-.582-1.922-1.053-.47-.472-.705-1.084-.705-1.838 0-.53.158-1.01.474-1.439.316-.428.765-.805 1.346-1.13v-.103a3.077 3.077 0 01-.833-.86c-.23-.352-.346-.785-.346-1.299 0-.462.137-.903.41-1.323.273-.42.615-.775 1.025-1.066v-.103c-.461-.308-.863-.754-1.204-1.336-.342-.583-.513-1.242-.513-1.979 0-1.01.248-1.858.743-2.544a4.561 4.561 0 011.948-1.541 6.46 6.46 0 012.562-.514 6.8 6.8 0 011.038.077c.333.051.645.128.935.231h4.638v2.75h-2.127v.102c.17.223.299.467.384.733.086.265.129.56.129.886 0 .96-.223 1.752-.667 2.377-.444.625-1.046 1.092-1.806 1.4-.76.309-1.602.463-2.524.463-.222 0-.461-.022-.717-.064a6.978 6.978 0 01-.82-.193 1.64 1.64 0 00-.346.411c-.077.137-.116.317-.116.54 0 .308.146.544.436.706.29.163.786.244 1.486.244h2.05c1.572 0 2.772.253 3.6.758.829.506 1.243 1.332 1.243 2.48 0 .874-.29 1.658-.871 2.351-.581.694-1.401 1.238-2.46 1.632-1.06.394-2.315.591-3.767.591zm.282-11.743c.342 0 .64-.081.897-.244.256-.163.461-.398.615-.707.153-.308.23-.702.23-1.182 0-.685-.166-1.199-.5-1.542a1.663 1.663 0 00-1.242-.513c-.495 0-.91.17-1.243.513-.333.343-.5.857-.5 1.542 0 .48.082.874.244 1.182.162.309.372.544.628.707.256.163.546.244.871.244zm.307 9.379c.564 0 1.064-.069 1.5-.206.435-.137.78-.325 1.037-.565.256-.24.385-.505.385-.796 0-.412-.171-.681-.513-.81-.342-.128-.82-.193-1.435-.193h-1.307l-.49-.006-.31-.013a5.681 5.681 0 01-.993-.135c-.24.206-.415.407-.526.604a1.311 1.311 0 00-.166.655c0 .48.26.844.781 1.092.521.249 1.2.373 2.037.373zM51.735 24c-.99 0-1.892-.116-2.703-.347-.812-.231-1.452-.582-1.922-1.053-.47-.472-.705-1.084-.705-1.838 0-.53.158-1.01.474-1.439.316-.428.765-.805 1.346-1.13v-.103a3.077 3.077 0 01-.833-.86c-.23-.352-.346-.785-.346-1.299 0-.462.137-.903.41-1.323.273-.42.615-.775 1.025-1.066v-.103c-.461-.308-.863-.754-1.204-1.336-.342-.583-.513-1.242-.513-1.979 0-1.01.248-1.858.743-2.544a4.561 4.561 0 011.948-1.541 6.46 6.46 0 012.562-.514 6.8 6.8 0 011.038.077c.333.051.644.128.935.231h4.638v2.75H56.5v.102c.17.223.299.467.384.733.086.265.128.56.128.886 0 .96-.222 1.752-.666 2.377-.444.625-1.046 1.092-1.806 1.4-.76.309-1.602.463-2.524.463-.222 0-.461-.022-.718-.064a6.978 6.978 0 01-.82-.193 1.64 1.64 0 00-.345.411c-.077.137-.116.317-.116.54 0 .308.145.544.436.706.29.163.786.244 1.486.244h2.05c1.571 0 2.771.253 3.6.758.828.506 1.243 1.332 1.243 2.48 0 .874-.29 1.658-.872 2.351-.58.694-1.4 1.238-2.46 1.632-1.058.394-2.314.591-3.766.591zm.282-11.743c.341 0 .64-.081.897-.244.256-.163.46-.398.615-.707.153-.308.23-.702.23-1.182 0-.685-.166-1.199-.5-1.542a1.663 1.663 0 00-1.242-.513c-.496 0-.91.17-1.243.513-.333.343-.5.857-.5 1.542 0 .48.082.874.244 1.182.162.309.371.544.628.707.256.163.546.244.87.244zm.307 9.379c.564 0 1.064-.069 1.5-.206.435-.137.78-.325 1.037-.565.256-.24.384-.505.384-.796 0-.412-.17-.681-.512-.81-.342-.128-.82-.193-1.435-.193h-1.307l-.49-.006-.31-.013a5.681 5.681 0 01-.993-.135c-.24.206-.415.407-.526.604a1.311 1.311 0 00-.166.655c0 .48.26.844.781 1.092.521.249 1.2.373 2.037.373zm8.559-3.058V5.833h3.766v12.745h-3.766zm1.87-14.62c-.632 0-1.144-.18-1.537-.54-.393-.36-.59-.84-.59-1.44 0-.599.197-1.079.59-1.438.393-.36.905-.54 1.537-.54.632 0 1.145.18 1.537.54.393.36.59.839.59 1.439 0 .6-.197 1.079-.59 1.439-.392.36-.905.54-1.537.54zm5.202 14.62V5.833h3.074l.257 1.619h.102a8.268 8.268 0 011.794-1.362c.666-.377 1.426-.565 2.28-.565 1.401 0 2.409.458 3.024 1.374.615.917.922 2.172.922 3.765v7.914h-3.766v-7.426c0-.925-.124-1.559-.372-1.901-.248-.343-.645-.514-1.191-.514-.479 0-.889.107-1.23.32a7.203 7.203 0 00-1.128.913v8.608h-3.766zM87.147 24c-.991 0-1.892-.116-2.704-.347-.811-.231-1.452-.582-1.922-1.053-.47-.472-.704-1.084-.704-1.838 0-.53.158-1.01.474-1.439.316-.428.764-.805 1.345-1.13v-.103a3.077 3.077 0 01-.833-.86c-.23-.352-.346-.785-.346-1.299 0-.462.137-.903.41-1.323.274-.42.615-.775 1.025-1.066v-.103c-.46-.308-.862-.754-1.204-1.336-.342-.583-.512-1.242-.512-1.979 0-1.01.247-1.858.743-2.544a4.561 4.561 0 011.947-1.541 6.46 6.46 0 012.562-.514 6.8 6.8 0 011.038.077c.333.051.645.128.935.231h4.638v2.75h-2.127v.102c.171.223.3.467.385.733.085.265.128.56.128.886 0 .96-.222 1.752-.666 2.377-.444.625-1.047 1.092-1.807 1.4-.76.309-1.601.463-2.524.463-.222 0-.46-.022-.717-.064a6.978 6.978 0 01-.82-.193 1.64 1.64 0 00-.346.411c-.077.137-.115.317-.115.54 0 .308.145.544.435.706.29.163.786.244 1.487.244h2.05c1.57 0 2.771.253 3.6.758.828.506 1.242 1.332 1.242 2.48 0 .874-.29 1.658-.871 2.351-.58.694-1.4 1.238-2.46 1.632-1.059.394-2.314.591-3.766.591zm.281-11.743c.342 0 .641-.081.897-.244.256-.163.461-.398.615-.707.154-.308.23-.702.23-1.182 0-.685-.166-1.199-.499-1.542a1.663 1.663 0 00-1.243-.513c-.495 0-.91.17-1.242.513-.333.343-.5.857-.5 1.542 0 .48.081.874.243 1.182.163.309.372.544.628.707.256.163.547.244.871.244zm.308 9.379c.564 0 1.063-.069 1.499-.206.435-.137.781-.325 1.038-.565.256-.24.384-.505.384-.796 0-.412-.17-.681-.513-.81-.341-.128-.82-.193-1.434-.193h-1.307l-.49-.006-.311-.013a5.681 5.681 0 01-.993-.135c-.239.206-.414.407-.525.604a1.311 1.311 0 00-.167.655c0 .48.26.844.782 1.092.52.249 1.2.373 2.037.373zm13.99-3.058V1.824h10.531v3.187h-6.764v3.88h5.79v3.186h-5.79v6.501h-3.767zm16.322.309c-.768 0-1.439-.172-2.011-.514a3.49 3.49 0 01-1.32-1.388c-.307-.582-.46-1.233-.46-1.953 0-1.37.563-2.428 1.69-3.173 1.128-.746 2.947-1.247 5.458-1.504-.017-.376-.098-.698-.243-.963a1.474 1.474 0 00-.654-.617c-.29-.145-.657-.218-1.102-.218-.53 0-1.067.094-1.614.282a10.61 10.61 0 00-1.768.823l-1.332-2.467c.546-.343 1.11-.638 1.69-.887.582-.248 1.184-.44 1.807-.578a8.986 8.986 0 011.935-.205c1.093 0 2.011.21 2.754.63.743.419 1.311 1.053 1.704 1.9.393.849.59 1.932.59 3.251v7.272h-3.075l-.256-1.31h-.103a8.13 8.13 0 01-1.717 1.169 4.34 4.34 0 01-1.973.45zm1.256-2.956c.427 0 .803-.094 1.127-.282.325-.189.65-.446.974-.771v-2.159c-.888.12-1.593.275-2.114.463-.521.188-.888.415-1.102.681a1.38 1.38 0 00-.32.886c0 .394.132.69.397.887.265.197.61.295 1.038.295zm14.656 2.956c-1.195 0-2.276-.266-3.24-.797a5.751 5.751 0 01-2.281-2.287c-.556-.994-.833-2.193-.833-3.597 0-1.405.307-2.604.922-3.598a6.248 6.248 0 012.435-2.287 6.877 6.877 0 013.254-.796c.785 0 1.49.124 2.114.372a5.115 5.115 0 011.601.99l-1.768 2.338a2.936 2.936 0 00-.756-.463 2.434 2.434 0 00-.96-.18c-.599 0-1.12.146-1.564.437-.444.291-.794.711-1.05 1.26-.257.548-.385 1.19-.385 1.927 0 .736.128 1.379.385 1.927.256.548.602.968 1.037 1.259.436.291.927.437 1.474.437.427 0 .828-.077 1.204-.232a4.873 4.873 0 001.05-.59l1.487 2.312c-.53.48-1.153.86-1.87 1.144a6.096 6.096 0 01-2.256.424zm11.633-13.362c1.213 0 2.221.27 3.024.809.803.54 1.4 1.272 1.794 2.197.393.925.589 1.962.589 3.11 0 .325-.017.646-.051.963l-.041.35c-.02.159-.041.295-.062.408h-7.596c.087.432.224.8.409 1.105.333.548.756.938 1.268 1.169a3.88 3.88 0 001.615.347c.495 0 .969-.073 1.422-.219a6.914 6.914 0 001.345-.603l1.23 2.312a7.613 7.613 0 01-2.153 1.04 7.951 7.951 0 01-2.357.374c-1.213 0-2.306-.266-3.28-.797a5.813 5.813 0 01-2.306-2.287c-.564-.994-.845-2.193-.845-3.597 0-1.388.286-2.579.858-3.572.572-.994 1.32-1.76 2.242-2.3.922-.54 1.888-.81 2.895-.81zm.077 2.903c-.41 0-.811.112-1.204.334-.393.223-.717.608-.974 1.157-.11.236-.196.513-.255.83h2.23l2.304-.008c0-.668-.162-1.22-.486-1.657-.325-.437-.863-.656-1.615-.656z"
28
- })
32
+ })]
29
33
  }));
30
34
  });
31
35
  export default Icon;
@@ -9,6 +9,7 @@ export type CompoundedIcon = typeof Mono & {
9
9
  Combine: typeof Combine;
10
10
  Text: typeof Text;
11
11
  colorPrimary: string;
12
+ title: string;
12
13
  };
13
14
  declare const Icons: CompoundedIcon;
14
15
  export default Icons;
@@ -3,11 +3,12 @@ import Color from "./components/Color";
3
3
  import Combine from "./components/Combine";
4
4
  import Mono from "./components/Mono";
5
5
  import Text from "./components/Text";
6
- import { COLOR_PRIMARY } from "./style";
6
+ import { COLOR_PRIMARY, TITLE } from "./style";
7
7
  var Icons = Mono;
8
8
  Icons.Color = Color;
9
9
  Icons.Text = Text;
10
10
  Icons.Combine = Combine;
11
11
  Icons.Avatar = Avatar;
12
12
  Icons.colorPrimary = COLOR_PRIMARY;
13
+ Icons.title = TITLE;
13
14
  export default Icons;
@@ -1,3 +1,4 @@
1
+ export declare const TITLE = "HuggingFace";
1
2
  export declare const TEXT_MULTIPLE = 0.6;
2
3
  export declare const SPACE_MULTIPLE = 0.3;
3
4
  export declare const COLOR_PRIMARY = "#fff";
@@ -1,3 +1,4 @@
1
+ export var TITLE = 'HuggingFace';
1
2
  export var TEXT_MULTIPLE = 0.6;
2
3
  export var SPACE_MULTIPLE = 0.3;
3
4
  export var COLOR_PRIMARY = '#fff';
@@ -5,7 +5,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
5
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
6
  import { memo } from 'react';
7
7
  import IconAvatar from "../../IconAvatar";
8
- import { COLOR_PRIMARY } from "../style";
8
+ import { COLOR_PRIMARY, TITLE } from "../style";
9
9
  import Mono from "./Mono";
10
10
  import { jsx as _jsx } from "react/jsx-runtime";
11
11
  var Avatar = /*#__PURE__*/memo(function (_ref) {
@@ -13,6 +13,7 @@ var Avatar = /*#__PURE__*/memo(function (_ref) {
13
13
  rest = _objectWithoutProperties(_ref, _excluded);
14
14
  return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
15
15
  Icon: Mono,
16
+ "aria-label": TITLE,
16
17
  background: background || COLOR_PRIMARY
17
18
  }, rest));
18
19
  });
@@ -4,6 +4,7 @@ var _excluded = ["size", "style"];
4
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
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
6
  import { forwardRef } from 'react';
7
+ import { TITLE } from "../style";
7
8
  import { jsx as _jsx } from "react/jsx-runtime";
8
9
  import { jsxs as _jsxs } from "react/jsx-runtime";
9
10
  var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
@@ -11,7 +12,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
11
12
  size = _ref$size === void 0 ? '1em' : _ref$size,
12
13
  style = _ref.style,
13
14
  rest = _objectWithoutProperties(_ref, _excluded);
14
- return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
15
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
15
16
  height: size,
16
17
  ref: ref,
17
18
  style: _objectSpread({
@@ -22,7 +23,9 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
22
23
  width: size,
23
24
  xmlns: "http://www.w3.org/2000/svg"
24
25
  }, rest), {}, {
25
- children: /*#__PURE__*/_jsxs("g", {
26
+ children: [/*#__PURE__*/_jsx("title", {
27
+ children: TITLE
28
+ }), /*#__PURE__*/_jsxs("g", {
26
29
  fill: "none",
27
30
  fillRule: "evenodd",
28
31
  children: [/*#__PURE__*/_jsx("circle", {
@@ -43,7 +46,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
43
46
  d: "M13.528.096A6.187 6.187 0 0112 12.281a5.75 5.75 0 00-1.71.255c.147-.905.595-1.784 1.321-2.501.858-.848 3.108-1.223 4.045-2.441 1.27-1.651 2.14-6.104-2.676-7.554.184.014.367.033.548.056z",
44
47
  fill: "#ECECEE"
45
48
  })]
46
- })
49
+ })]
47
50
  }));
48
51
  });
49
52
  export default Icon;