@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
@@ -1,3 +1,4 @@
1
+ export declare const TITLE = "Copilot";
1
2
  export declare const TEXT_MULTIPLE = 0.8;
2
3
  export declare const SPACE_MULTIPLE = 0.2;
3
4
  export declare const COLOR_PRIMARY = "#fff";
@@ -1,3 +1,4 @@
1
+ export var TITLE = 'Copilot';
1
2
  export var TEXT_MULTIPLE = 0.8;
2
3
  export var SPACE_MULTIPLE = 0.2;
3
4
  export var COLOR_PRIMARY = '#fff';
@@ -5,15 +5,14 @@ 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";
9
- import Color from "./Color";
8
+ import { COLOR_GRADIENT, TITLE } from "../style";
10
9
  import { jsx as _jsx } from "react/jsx-runtime";
11
10
  var Avatar = /*#__PURE__*/memo(function (_ref) {
12
11
  var background = _ref.background,
13
12
  rest = _objectWithoutProperties(_ref, _excluded);
14
13
  return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
15
- Icon: Color,
16
- background: background || COLOR_PRIMARY
14
+ "aria-label": TITLE,
15
+ background: background || COLOR_GRADIENT
17
16
  }, rest));
18
17
  });
19
18
  export default Avatar;
@@ -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("path", {
@@ -41,7 +44,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
41
44
  d: "M19.2 10H24v5h-4.8z",
42
45
  fill: "#3C46FF"
43
46
  })]
44
- })
47
+ })]
45
48
  }));
46
49
  });
47
50
  export default Icon;
@@ -6,7 +6,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
6
6
  import { memo } from 'react';
7
7
  import IconCombine from "../../IconCombine";
8
8
  import Mono from "../../OpenAI/components/Mono";
9
- import { SPACE_MULTIPLE, TEXT_MULTIPLE } from "../style";
9
+ import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
10
10
  import Text from "./Text";
11
11
  import { jsx as _jsx } from "react/jsx-runtime";
12
12
  var Combine = /*#__PURE__*/memo(function (_ref) {
@@ -17,6 +17,7 @@ var Combine = /*#__PURE__*/memo(function (_ref) {
17
17
  return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
18
18
  Icon: Mono,
19
19
  Text: Text,
20
+ "aria-label": TITLE,
20
21
  extraStyle: _objectSpread({
21
22
  fontSize: size * 0.85,
22
23
  marginLeft: size * SPACE_MULTIPLE
@@ -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
  fill: "currentColor",
16
17
  fillRule: "evenodd",
17
18
  height: size,
@@ -24,7 +25,9 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
24
25
  width: size,
25
26
  xmlns: "http://www.w3.org/2000/svg"
26
27
  }, rest), {}, {
27
- children: /*#__PURE__*/_jsxs("g", {
28
+ children: [/*#__PURE__*/_jsx("title", {
29
+ children: TITLE
30
+ }), /*#__PURE__*/_jsxs("g", {
28
31
  children: [/*#__PURE__*/_jsx("path", {
29
32
  d: "M0 10h4.8v5H0z",
30
33
  opacity: ".08"
@@ -41,7 +44,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
41
44
  d: "M19.2 10H24v5h-4.8z",
42
45
  opacity: ".6"
43
46
  })]
44
- })
47
+ })]
45
48
  }));
46
49
  });
47
50
  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 85 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: "M8.147 2c1.438 0 2.75.225 3.937.676 1.186.45 2.21 1.099 3.074 1.946a8.625 8.625 0 011.927 3.094c.44 1.198.66 2.527.66 3.987s-.22 2.788-.66 3.986a8.625 8.625 0 01-1.927 3.095 8.778 8.778 0 01-3.074 1.946c-1.187.45-2.499.675-3.937.675H2V2h6.147zm19.898 0l7.469 19.405h-2.615l-1.969-5.108H22.25l-1.942 5.108H17.72L25.187 2h2.858zM8.12 4.243H4.534v14.92h3.613c2.175 0 3.896-.672 5.164-2.014 1.267-1.343 1.9-3.158 1.9-5.446 0-2.289-.633-4.104-1.9-5.446-1.268-1.343-2.998-2.014-5.19-2.014zm18.442.676l-3.45 9.108h6.956l-3.506-9.108zm23.215 16.486H37.536V2h2.588v17.135h9.653v2.27zM54.414 2v17.135h9.653v2.27H51.826V2h2.588zm12.619 9.946v3.19h-3.074v-3.19h3.074zm2.965 9.46V2h12.646v2.27H72.56v5.973h8.547v2.27H72.56v6.622h10.084v2.27H69.998z"
28
- })
32
+ })]
29
33
  }));
30
34
  });
31
35
  export default Icon;
@@ -8,7 +8,9 @@ export type CompoundedIcon = typeof Mono & {
8
8
  Color: typeof Color;
9
9
  Combine: typeof Combine;
10
10
  Text: typeof Text;
11
+ colorGradient: string;
11
12
  colorPrimary: string;
13
+ title: string;
12
14
  };
13
15
  declare const Icons: CompoundedIcon;
14
16
  export default Icons;
package/es/Dalle/index.js CHANGED
@@ -3,11 +3,13 @@ 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_GRADIENT, COLOR_PRIMARY, TITLE } from "./style";
7
7
  var Icons = Mono;
8
8
  Icons.Text = Text;
9
9
  Icons.Color = Color;
10
10
  Icons.Combine = Combine;
11
11
  Icons.Avatar = Avatar;
12
12
  Icons.colorPrimary = COLOR_PRIMARY;
13
+ Icons.colorGradient = COLOR_GRADIENT;
14
+ Icons.title = TITLE;
13
15
  export default Icons;
@@ -1,3 +1,5 @@
1
+ export declare const TITLE = "DALL-E";
1
2
  export declare const TEXT_MULTIPLE = 0.7;
2
3
  export declare const SPACE_MULTIPLE = 0.2;
3
4
  export declare const COLOR_PRIMARY = "#000";
5
+ export declare const COLOR_GRADIENT = "conic-gradient(from 180deg, #FFFF67, #43FFFF, #50DA4C, #FF6E3D, #3C46FF)";
package/es/Dalle/style.js CHANGED
@@ -1,3 +1,5 @@
1
+ export var TITLE = 'DALL-E';
1
2
  export var TEXT_MULTIPLE = 0.7;
2
3
  export var SPACE_MULTIPLE = 0.2;
3
- export var COLOR_PRIMARY = '#000';
4
+ export var COLOR_PRIMARY = '#000';
5
+ export var COLOR_GRADIENT = 'conic-gradient(from 180deg, #FFFF67, #43FFFF, #50DA4C, #FF6E3D, #3C46FF)';
@@ -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,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
  height: size,
15
17
  ref: ref,
16
18
  style: _objectSpread({
@@ -21,11 +23,13 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
21
23
  width: size,
22
24
  xmlns: "http://www.w3.org/2000/svg"
23
25
  }, rest), {}, {
24
- children: /*#__PURE__*/_jsx("path", {
26
+ children: [/*#__PURE__*/_jsx("title", {
27
+ children: TITLE
28
+ }), /*#__PURE__*/_jsx("path", {
25
29
  d: "M5.988 1.622A8.539 8.539 0 003.45 8.446c.349 4.408 4.506 7.995 8.276 7.995 3.507 0 4.88-3.061 4.541-5.14a4.318 4.318 0 00-.95-2.073c.632.34 1.244.776 1.809 1.3 1.52 1.415 2.44 3.229 2.587 5.1C20.04 19.763 16.98 24 11.863 24c-1.695 0-3.48-.432-4.98-1.143C2.816 20.937 0 16.797 0 12.002 0 7.571 2.405 3.7 5.988 1.622zM12.136 0c1.696 0 3.481.432 4.98 1.143C21.186 3.063 24 7.203 24 11.998c0 4.431-2.405 8.303-5.988 10.38a8.539 8.539 0 002.538-6.824c-.349-4.408-4.506-7.995-8.276-7.995-3.507 0-4.88 3.061-4.541 5.14a4.3 4.3 0 00.953 2.073 8.723 8.723 0 01-1.81-1.3c-1.52-1.415-2.44-3.227-2.589-5.1C3.96 4.237 7.02 0 12.137 0z",
26
30
  fill: "#4285F4",
27
31
  fillRule: "evenodd"
28
- })
32
+ })]
29
33
  }));
30
34
  });
31
35
  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: "M5.988 1.622A8.539 8.539 0 003.45 8.446c.349 4.408 4.506 7.995 8.276 7.995 3.507 0 4.88-3.061 4.541-5.14a4.318 4.318 0 00-.95-2.073c.632.34 1.244.776 1.809 1.3 1.52 1.415 2.44 3.229 2.587 5.1C20.04 19.763 16.98 24 11.863 24c-1.695 0-3.48-.432-4.98-1.143C2.816 20.937 0 16.797 0 12.002 0 7.571 2.405 3.7 5.988 1.622zM12.136 0c1.696 0 3.481.432 4.98 1.143C21.186 3.063 24 7.203 24 11.998c0 4.431-2.405 8.303-5.988 10.38a8.539 8.539 0 002.538-6.824c-.349-4.408-4.506-7.995-8.276-7.995-3.507 0-4.88 3.061-4.541 5.14a4.3 4.3 0 00.953 2.073 8.723 8.723 0 01-1.81-1.3c-1.52-1.415-2.44-3.227-2.589-5.1C3.96 4.237 7.02 0 12.137 0z"
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 181 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: "M82.584 17V1.248h4.818c2.405 0 4.338.726 5.797 2.178 1.46 1.452 2.189 3.351 2.189 5.698 0 2.361-.73 4.264-2.189 5.709C91.739 16.278 89.807 17 87.402 17h-4.818zm2.024-13.816v11.88h2.794c1.833 0 3.278-.524 4.334-1.573 1.056-1.049 1.584-2.504 1.584-4.367 0-1.848-.528-3.3-1.584-4.356s-2.5-1.584-4.334-1.584h-2.794zm17.666 14.168c-1.584 0-2.89-.543-3.916-1.628-1.027-1.085-1.54-2.457-1.54-4.114 0-1.643.499-3.01 1.496-4.103s2.273-1.639 3.828-1.639c1.599 0 2.871.517 3.817 1.551.946 1.034 1.419 2.482 1.419 4.345l-.022.22h-8.47c.03 1.056.381 1.907 1.056 2.552a3.379 3.379 0 002.42.968c1.29 0 2.303-.645 3.036-1.936l1.804.88a5.377 5.377 0 01-2.013 2.134c-.858.513-1.83.77-2.915.77zm-3.234-7.04h6.182a2.684 2.684 0 00-.913-1.859c-.55-.491-1.287-.737-2.211-.737-.763 0-1.419.235-1.969.704-.55.47-.913 1.1-1.089 1.892zm15.026 7.04c-1.584 0-2.89-.543-3.916-1.628-1.027-1.085-1.54-2.457-1.54-4.114 0-1.643.499-3.01 1.496-4.103s2.273-1.639 3.828-1.639c1.599 0 2.871.517 3.817 1.551.946 1.034 1.419 2.482 1.419 4.345l-.022.22h-8.47c.03 1.056.381 1.907 1.056 2.552a3.379 3.379 0 002.42.968c1.29 0 2.303-.645 3.036-1.936l1.804.88a5.377 5.377 0 01-2.013 2.134c-.858.513-1.83.77-2.915.77zm-3.234-7.04h6.182a2.684 2.684 0 00-.913-1.859c-.55-.491-1.287-.737-2.211-.737-.763 0-1.419.235-1.969.704-.55.47-.913 1.1-1.089 1.892zm15.466 5.192c.968 0 1.782-.367 2.442-1.1.66-.719.99-1.65.99-2.794 0-1.13-.33-2.06-.99-2.794-.66-.733-1.474-1.1-2.442-1.1-.983 0-1.804.367-2.464 1.1-.645.733-.968 1.665-.968 2.794 0 1.144.323 2.083.968 2.816.66.719 1.481 1.078 2.464 1.078zm.33 1.848a4.649 4.649 0 01-2.167-.506c-.653-.337-1.155-.785-1.507-1.342h-.088l.088 1.496v4.752h-2.024V6.22h1.936v1.496h.088c.352-.557.854-1.005 1.507-1.342a4.649 4.649 0 012.167-.506c1.423 0 2.625.557 3.608 1.672 1.012 1.13 1.518 2.486 1.518 4.07 0 1.599-.506 2.955-1.518 4.07-.983 1.115-2.185 1.672-3.608 1.672zm9.35-.352h-2.024V1.248h2.024l5.478 9.592h.088l5.478-9.592h2.024V17h-2.024V7.65l.088-2.64h-.088l-4.928 8.646h-1.188l-4.928-8.646h-.088l.088 2.64V17zM154.48 2.502c0 .396-.14.733-.418 1.012a1.378 1.378 0 01-1.012.418c-.396 0-.733-.14-1.012-.418a1.378 1.378 0 01-.418-1.012c0-.396.14-.733.418-1.012a1.378 1.378 0 011.012-.418c.396 0 .733.14 1.012.418.279.279.418.616.418 1.012zm-.418 3.718V17h-2.024V6.22h2.024zm2.64 0h1.936v1.496h.088c.308-.528.781-.968 1.419-1.32a4.067 4.067 0 011.991-.528c1.32 0 2.336.378 3.047 1.133.711.755 1.067 1.83 1.067 3.223V17h-2.024v-6.644c-.044-1.76-.931-2.64-2.662-2.64-.807 0-1.481.326-2.024.979-.543.653-.814 1.434-.814 2.343V17h-2.024V6.22zm16.764 9.284c.997 0 1.811-.36 2.442-1.078.66-.719.99-1.657.99-2.816 0-1.13-.33-2.06-.99-2.794-.645-.733-1.46-1.1-2.442-1.1-.968 0-1.782.367-2.442 1.1-.66.733-.99 1.665-.99 2.794 0 1.144.33 2.075.99 2.794.66.733 1.474 1.1 2.442 1.1zm-.33 1.848c-1.408 0-2.618-.557-3.63-1.672-.997-1.13-1.496-2.486-1.496-4.07s.499-2.94 1.496-4.07c1.012-1.115 2.222-1.672 3.63-1.672.792 0 1.514.169 2.167.506.653.337 1.155.785 1.507 1.342h.088l-.088-1.496V1.248h2.024V17h-1.936v-1.496h-.088c-.352.557-.854 1.005-1.507 1.342a4.649 4.649 0 01-2.167.506zM19.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;
@@ -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 = "DeepMind";
1
2
  export declare const TEXT_MULTIPLE = 0.8;
2
3
  export declare const SPACE_MULTIPLE = 0.3;
3
4
  export declare const COLOR_PRIMARY = "#4285F4";
@@ -1,3 +1,4 @@
1
+ export var TITLE = 'DeepMind';
1
2
  export var TEXT_MULTIPLE = 0.8;
2
3
  export var SPACE_MULTIPLE = 0.3;
3
4
  export var COLOR_PRIMARY = '#4285F4';
@@ -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_GRADIENT } from "../style";
8
+ import { COLOR_GRADIENT, 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_GRADIENT,
17
18
  color: '#fff'
18
19
  }, rest));
@@ -4,7 +4,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
4
4
  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; }
5
5
  import { memo } from 'react';
6
6
  import IconCombine from "../../IconCombine";
7
- import { SPACE_MULTIPLE, TEXT_MULTIPLE } from "../style";
7
+ import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
8
8
  import Mono from "./Mono";
9
9
  import Text from "./Text";
10
10
  import { jsx as _jsx } from "react/jsx-runtime";
@@ -13,6 +13,7 @@ var Combine = /*#__PURE__*/memo(function (_ref) {
13
13
  return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
14
14
  Icon: Mono,
15
15
  Text: Text,
16
+ "aria-label": TITLE,
16
17
  spaceMultiple: SPACE_MULTIPLE,
17
18
  textMultiple: TEXT_MULTIPLE
18
19
  }, 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: "M7.394 8.253l-.08-.046a.543.543 0 00-.752.203.562.562 0 00.2.764l.08.045a.545.545 0 00.752-.202.562.562 0 00-.157-.736l-.043-.028zm-2.293-.065l.08.046a.534.534 0 00.276.075.562.562 0 00.276-1.041l-.08-.046a.546.546 0 00-.751.202.562.562 0 00.156.736l.043.028zM4.388 7.13a.565.565 0 00-.2-.763L3.16 5.759a.543.543 0 00-.751.203.565.565 0 00.199.764l1.028.607a.544.544 0 00.724-.16l.028-.043zm.639 5.739a.55.55 0 00-.636-.454l-.09.016a.558.558 0 00-.447.646c.045.271.28.464.54.464.032 0 .061 0 .093-.01l.09-.016a.557.557 0 00.453-.599l-.006-.047h.003zm.723-.128c.045.271.28.464.54.464.031 0 .064 0 .093-.01l.09-.016a.558.558 0 00.446-.647.55.55 0 00-.636-.453l-.09.016a.555.555 0 00-.453.598l.006.048h.004zm-3.123-.003l-1.172.206a.558.558 0 00-.447.646c.045.27.28.463.54.463.032 0 .06 0 .093-.006l1.172-.206a.558.558 0 00.447-.646.551.551 0 00-.589-.46l-.047.006.003-.003zm5.233 3l-.058.071a.565.565 0 00.065.787.547.547 0 00.774-.069l.058-.071a.565.565 0 00-.065-.787.543.543 0 00-.738.026l-.036.04v.003zm-1.243 1.494l-.058.072a.562.562 0 00.068.787.547.547 0 00.774-.069l.058-.071a.562.562 0 00-.068-.787.54.54 0 00-.738.029l-.036.04zm-1.153 1.404l-.768.924a.565.565 0 00.064.786.547.547 0 00.774-.069l.768-.923a.565.565 0 00-.064-.787.543.543 0 00-.738.026l-.036.04v.003zm6.46.111h-.003c-.302 0-.578.415-.578.721v.095c0 .29.245.505.53.527l.048.002a.507.507 0 00.523-.526v-.094c0-.307-.218-.725-.52-.725zm.003-1.792a.553.553 0 00-.55.555v.16c0 .294.221.595.502.624l.045.003c.302 0 .517-.34.517-.647v-.068c0-.307-.212-.627-.514-.627zm-.01 3.81v-.004a.548.548 0 00-.549.552v1.168c-.003.29.216.496.499.517l.047.002c.302 0 .55-.212.55-.519v-1.182a.527.527 0 00-.499-.533l-.047-.002zm5.414-3.333l-.058-.072a.547.547 0 00-.774-.072.565.565 0 00-.071.787l.058.071a.54.54 0 00.77.072.564.564 0 00.103-.743l-.032-.043h.004zm-1.292-1.57a.547.547 0 00-.774-.072.565.565 0 00-.07.786l.057.072c.11.134.267.203.424.203a.532.532 0 00.35-.131.565.565 0 00.071-.787l-.058-.071zm2.38 2.914a.547.547 0 00-.774-.071.565.565 0 00-.07.786l.761.927a.537.537 0 00.771.069.568.568 0 00.07-.787l-.757-.924zm-1.336-6.06a.558.558 0 00.444.649l.09.016a.552.552 0 00.636-.45.558.558 0 00-.444-.65l-.09-.016a.548.548 0 00-.626.403l-.01.047zm2.618-.092l-.09-.017a.549.549 0 00-.636.45.558.558 0 00.444.65l.09.017a.552.552 0 00.636-.45.56.56 0 00-.397-.64l-.047-.01zm2.85.538l-1.17-.212a.558.558 0 00-.196 1.1l1.17.212a.552.552 0 00.636-.45.56.56 0 00-.397-.64l-.046-.01h.003zm-5.545-3.708a.523.523 0 00.273-.075l.08-.045a.56.56 0 00.203-.76.543.543 0 00-.749-.207l-.08.046a.56.56 0 00.228 1.04l.045.001zm1.667-.972a.523.523 0 00.273-.075l.08-.046a.56.56 0 00.203-.76.543.543 0 00-.748-.206l-.08.045a.56.56 0 00.225 1.04l.047.002zm3.068-2.324a.543.543 0 00-.748-.206l-1.031.6a.56.56 0 00-.203.761c.103.18.286.28.476.28a.523.523 0 00.273-.074l1.03-.6a.56.56 0 00.226-.716l-.023-.045zm-7.465-.474a.551.551 0 00-.707.333l-.032.088c-.106.291.041.61.327.719a.553.553 0 00.707-.333l.032-.089a.563.563 0 00-.28-.699l-.044-.019h-.003zm.957-1.028l.032-.088a.558.558 0 00-.324-.715.551.551 0 00-.707.333l-.032.088a.556.556 0 00.517.748.552.552 0 00.497-.319l.02-.047h-.003zm.71-3.544a.543.543 0 00-.704.332l-.41 1.133a.556.556 0 00.516.748c.225 0 .434-.14.518-.366l.408-1.133a.559.559 0 00-.281-.696l-.044-.018h-.003zm-5.927 3.094l-.032-.088a.547.547 0 00-.704-.337.56.56 0 00-.33.715l.031.088a.549.549 0 00.704.337.56.56 0 00.345-.67l-.014-.045zm.62 1.75a.547.547 0 00-.704-.337.56.56 0 00-.33.715l.032.088a.549.549 0 00.703.336.56.56 0 00.331-.715l-.032-.088zm-1.22-3.45L9.01 1.368a.547.547 0 00-.703-.336.56.56 0 00-.331.715l.405 1.136a.549.549 0 00.703.336.56.56 0 00.345-.669l-.014-.046z"
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 137 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: "M6.93 6.59h8.04l-1.706 13.953h-2.916L11.806 8.74H6.767L5.39 20.035l-.665 2.734c-.127.399-.312.705-.55.913-.237.214-.567.318-.995.318H2L3.874 8.769l-1.209-.197c-.22-.046-.393-.127-.509-.237-.116-.11-.162-.271-.144-.485l.127-1.26H4.14l.08-.596a7.634 7.634 0 01.672-2.393 5.94 5.94 0 011.4-1.878c.59-.526 1.296-.937 2.123-1.237C9.243.19 10.198.04 11.268.04c.112 0 .229.003.35.01l.182.014c.191.011.376.034.562.057.185.024.358.052.526.081.168.035.312.07.446.116l-.29 1.497c-.046.202-.18.312-.393.324l-.368.016c-.092.003-.191.005-.297.006h-.162c-.805 0-1.493.082-2.072.238-.572.156-1.053.393-1.429.717a3.22 3.22 0 00-.89 1.213c-.215.492-.36 1.064-.446 1.723l-.07.543.012-.005zM33.5 6.202c.758 0 1.366.104 1.904.312.538.209.983.474 1.342.804.359.33.625.694.798 1.087.174.398.266.786.266 1.167 0 .619-.127 1.191-.381 1.705-.255.52-.712.983-1.366 1.4-.66.415-1.556.774-2.701 1.08-1.146.307-2.61.55-4.397.734a.66.66 0 00-.012.116v.243c0 1.173.255 2.058.764 2.659.509.595 1.273.896 2.29.896.637 0 1.17-.087 1.598-.266.428-.174.786-.37 1.087-.578.301-.208.567-.4.793-.578.225-.174.463-.266.717-.266.197 0 .376.092.544.277l.752.914v.017c-.48.491-.955.913-1.417 1.272a7.925 7.925 0 01-1.418.878 6.51 6.51 0 01-1.516.515c-.526.11-1.099.167-1.724.167-.821 0-1.562-.139-2.221-.416a4.85 4.85 0 01-1.69-1.173 5.106 5.106 0 01-1.076-1.833c-.248-.717-.376-1.52-.376-2.404 0-.74.081-1.469.238-2.185a9.789 9.789 0 01.688-2.047c.3-.647.665-1.248 1.1-1.797.427-.55.92-1.023 1.469-1.422a6.846 6.846 0 011.816-.937 6.549 6.549 0 012.13-.34zm-7.26.347l-.544 2.856c-1.175-.474-2.204-.324-3.09.45-.885.775-1.596 2.232-2.129 4.376l-.752 6.312h-2.915l1.706-14.179h1.499c.324 0 .572.081.74.243.174.162.255.416.255.757l-.15 2.676.005.006a10.29 10.29 0 011.175-1.93c.422-.538.862-.96 1.319-1.26.457-.301.931-.486 1.417-.544.486-.058.972.023 1.464.237zm7.11 1.763h-.006c-.52 0-.995.104-1.435.318-.44.214-.833.509-1.18.879-.347.375-.648.82-.902 1.34a7.698 7.698 0 00-.59 1.694c1.278-.167 2.302-.352 3.083-.555.775-.202 1.377-.427 1.794-.664.416-.243.694-.497.833-.77.139-.27.208-.56.208-.866 0-.15-.035-.306-.098-.474a1.159 1.159 0 00-.313-.445 1.687 1.687 0 00-.561-.324 2.375 2.375 0 00-.833-.133zm26.075-1.919l-5.89 14.15h-2.29c-.261 0-.417-.179-.475-.543l-1.528-8.81c-.017-.167-.034-.329-.057-.49-.018-.162-.035-.324-.058-.492l-.168.497a5.22 5.22 0 01-.197.497L45.055 20c-.14.358-.359.543-.654.543h-2.193l-2.441-14.15h2.25c.215 0 .382.052.515.162a.675.675 0 01.238.422l1.052 8.243c.03.37.053.728.07 1.075.017.347.035.693.04 1.046l.388-1.046c.127-.347.266-.705.417-1.075l3.46-8.284a.923.923 0 01.317-.41.853.853 0 01.498-.162h1.25c.214 0 .381.052.509.162a.573.573 0 01.2.329l1.39 8.365c.059.37.105.728.145 1.08.04.353.081.706.116 1.053.104-.341.208-.688.312-1.04.105-.353.226-.718.353-1.1l3.136-8.242a.85.85 0 01.312-.416.853.853 0 01.51-.168h2.163l.018.006zm5.542 14.358a5.815 5.815 0 01-2.152-.393 4.74 4.74 0 01-1.701-1.15 5.276 5.276 0 01-1.117-1.861c-.266-.734-.405-1.572-.405-2.503 0-1.214.191-2.347.579-3.399a8.858 8.858 0 011.574-2.751 7.407 7.407 0 012.337-1.844c.89-.451 1.851-.67 2.87-.67.775 0 1.492.132 2.152.392.66.266 1.22.648 1.695 1.15.474.503.844 1.122 1.11 1.862.267.734.405 1.572.405 2.503 0 .797-.086 1.56-.266 2.3a9.897 9.897 0 01-.734 2.075 8.352 8.352 0 01-1.146 1.758 7.795 7.795 0 01-1.487 1.352 6.844 6.844 0 01-1.759.873 6.209 6.209 0 01-1.955.312v-.006zm.266-2.329c.62 0 1.186-.173 1.695-.52.51-.347.943-.81 1.296-1.393.359-.584.63-1.255.828-2.018.196-.763.289-1.56.289-2.393 0-1.22-.226-2.127-.671-2.71-.452-.59-1.111-.88-1.99-.88-.631 0-1.198.174-1.701.515a4.394 4.394 0 00-1.285 1.376c-.353.572-.625 1.243-.821 2.011a9.7 9.7 0 00-.29 2.417c0 2.404.886 3.607 2.65 3.607v-.012zm12.85-8.376a10.29 10.29 0 011.174-1.93c.422-.538.862-.96 1.319-1.26.457-.301.931-.486 1.417-.544.486-.058.972.023 1.464.237l-.544 2.856c-1.174-.474-2.204-.324-3.09.45-.884.775-1.596 2.232-2.128 4.376l-.752 6.312h-2.916l1.707-14.179h1.498c.324 0 .573.081.74.243.174.162.255.416.255.757l-.15 2.676.005.006zM103.26 6.18c.845 0 1.655.15 2.326.445a5.258 5.258 0 011.713 1.18l-.764 1.08V8.88a.925.925 0 01-.255.277.575.575 0 01-.324.081c-.15 0-.3-.046-.457-.145a10.031 10.031 0 00-.56-.323 4.4 4.4 0 00-.77-.324c-.295-.098-.654-.144-1.07-.144-.388 0-.741.052-1.048.15a2.606 2.606 0 00-.798.416 1.76 1.76 0 00-.51.624 1.752 1.752 0 00-.173.763c0 .307.081.561.243.77.162.207.376.392.648.548.266.156.573.3.914.428.342.127.695.266 1.047.405.36.138.706.3 1.048.48.34.179.648.398.914.653.266.254.48.56.648.924.167.365.243.792.243 1.29a4.82 4.82 0 01-.394 1.913 4.667 4.667 0 01-1.14 1.6 5.746 5.746 0 01-1.793 1.1c-.7.27-1.481.41-2.337.41-.857 0-1.713-.162-2.436-.492-.729-.33-1.307-.74-1.741-1.243l.734-1.138c.093-.139.197-.249.319-.324a.775.775 0 01.445-.116c.168 0 .33.064.486.185.156.128.347.266.561.417.22.15.486.289.799.416.312.127.723.185 1.22.185.417 0 .787-.058 1.111-.174.324-.115.596-.277.822-.48.22-.202.393-.439.515-.705.121-.266.179-.549.179-.844 0-.335-.081-.612-.243-.832a2.18 2.18 0 00-.648-.578 5.077 5.077 0 00-.908-.422l-.687-.246a42.106 42.106 0 01-.355-.13 9.242 9.242 0 01-1.041-.445 3.839 3.839 0 01-.908-.624 2.88 2.88 0 01-.648-.908c-.162-.358-.243-.791-.243-1.312a4.638 4.638 0 011.4-3.312c.451-.445 1.006-.798 1.666-1.07.66-.265 1.406-.404 2.25-.404zM89.111 0l.011.012-1.458 11.901h.388c.202 0 .37-.029.491-.092.122-.064.26-.174.411-.341l4.195-4.538c.15-.185.3-.324.462-.416.162-.092.365-.139.602-.139h2.65l-5.057 5.382c-.289.352-.607.636-.96.844.156.127.295.277.41.445.116.167.226.352.325.555l3.847 6.925h-2.569c-.231 0-.422-.04-.567-.116-.15-.081-.266-.225-.358-.44l-3.153-5.548c-.105-.214-.214-.347-.336-.41-.121-.059-.312-.093-.567-.093h-.474l-.804 6.6h-2.945L86.183 0h2.927zm19.218 18.827c0-.266.047-.52.145-.758.098-.237.231-.439.41-.618.174-.174.383-.312.614-.416.231-.104.486-.15.764-.15a1.888 1.888 0 011.371.566c.173.173.306.381.41.618.105.237.151.486.151.758 0 .271-.052.531-.15.763a2 2 0 01-.411.612 1.873 1.873 0 01-.613.41 1.945 1.945 0 01-.758.145c-.272 0-.533-.046-.764-.144a1.905 1.905 0 01-1.024-1.023 1.929 1.929 0 01-.145-.763zm15.245-1.584a11.349 11.349 0 01-1.036 1.45 7.38 7.38 0 01-1.157 1.105 4.863 4.863 0 01-1.29.705 4.043 4.043 0 01-1.417.248 3.58 3.58 0 01-1.516-.317 3.167 3.167 0 01-1.192-.96c-.335-.428-.596-.948-.787-1.572-.19-.625-.283-1.347-.283-2.174 0-.826.104-1.664.318-2.462.214-.798.515-1.555.903-2.26a9.908 9.908 0 011.4-1.948 9.095 9.095 0 011.834-1.526 8.915 8.915 0 012.186-.994 8.44 8.44 0 012.465-.353c.619 0 1.238.046 1.846.144.607.099 1.209.266 1.793.51l-1.695 13.704h-1.568c-.382 0-.636-.098-.775-.289a1.212 1.212 0 01-.208-.722l.179-2.29zm.943-8.85a10.042 10.042 0 00-.31-.031l-.153-.01c-.15-.011-.307-.011-.463-.011-.798 0-1.544.185-2.244.555-.7.37-1.308.867-1.817 1.497a7.294 7.294 0 00-1.215 2.185 7.723 7.723 0 00-.445 2.613c0 1.052.167 1.832.509 2.335.335.503.815.757 1.434.757.417 0 .822-.138 1.221-.41.4-.272.775-.648 1.134-1.122.359-.474.688-1.04.995-1.687.307-.648.567-1.353.793-2.11l.567-4.567-.006.006zm9.592-2l-1.707 14.15h-2.927l1.695-14.15h2.94zM135 2.121c0 .266-.058.52-.168.763-.11.243-.26.451-.445.63-.185.18-.394.324-.625.428a1.758 1.758 0 01-.723.162c-.249 0-.486-.052-.718-.162a1.91 1.91 0 01-.596-.428 2.254 2.254 0 01-.416-.63 1.9 1.9 0 010-1.531c.104-.243.249-.457.422-.636.174-.18.382-.324.614-.428a1.72 1.72 0 01.705-.162c.238 0 .492.052.73.162a2.036 2.036 0 011.052 1.058c.104.243.162.497.162.774H135z"
28
- })
32
+ })]
29
33
  }));
30
34
  });
31
35
  export default Icon;
@@ -8,6 +8,7 @@ export type CompoundedIcon = typeof Mono & {
8
8
  Text: typeof Text;
9
9
  colorGradient: string;
10
10
  colorPrimary: string;
11
+ title: string;
11
12
  };
12
13
  declare const Icons: CompoundedIcon;
13
14
  export default Icons;
@@ -2,11 +2,12 @@ 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_GRADIENT, COLOR_PRIMARY } from "./style";
5
+ import { COLOR_GRADIENT, 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
11
  Icons.colorGradient = COLOR_GRADIENT;
12
+ Icons.title = TITLE;
12
13
  export default Icons;
@@ -1,3 +1,4 @@
1
+ export declare const TITLE = "Fireworks";
1
2
  export declare const TEXT_MULTIPLE = 0.6;
2
3
  export declare const SPACE_MULTIPLE = 0.1;
3
4
  export declare const COLOR_PRIMARY = "#000";
@@ -1,3 +1,4 @@
1
+ export var TITLE = 'Fireworks';
1
2
  export var TEXT_MULTIPLE = 0.6;
2
3
  export var SPACE_MULTIPLE = 0.1;
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_GRADIENT } from "../style";
8
+ import { COLOR_GRADIENT, 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_GRADIENT,
17
18
  iconMultiple: 0.6
18
19
  }, rest));
@@ -5,6 +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 { forwardRef } from 'react';
7
7
  import { useFillId } from "../../hooks/useFillId";
8
+ import { TITLE } from "../style";
8
9
  import { jsx as _jsx } from "react/jsx-runtime";
9
10
  import { jsxs as _jsxs } from "react/jsx-runtime";
10
11
  var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
@@ -12,7 +13,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
12
13
  size = _ref$size === void 0 ? '1em' : _ref$size,
13
14
  style = _ref.style,
14
15
  rest = _objectWithoutProperties(_ref, _excluded);
15
- var _useFillId = useFillId('gemini-brand'),
16
+ var _useFillId = useFillId("".concat(TITLE, "-brand")),
16
17
  id = _useFillId.id,
17
18
  fill = _useFillId.fill;
18
19
  return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
@@ -26,7 +27,9 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
26
27
  viewBox: "0 0 64 24",
27
28
  xmlns: "http://www.w3.org/2000/svg"
28
29
  }, rest), {}, {
29
- children: [/*#__PURE__*/_jsx("defs", {
30
+ children: [/*#__PURE__*/_jsx("title", {
31
+ children: TITLE
32
+ }), /*#__PURE__*/_jsx("defs", {
30
33
  children: /*#__PURE__*/_jsxs("radialGradient", {
31
34
  cx: "67.977%",
32
35
  cy: "18.976%",
@@ -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 64 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: "M16.759 14.825c0 2.037-.605 3.66-1.815 4.868-1.359 1.439-3.146 2.158-5.36 2.158-2.12 0-3.915-.733-5.383-2.2C2.734 18.187 2 16.38 2 14.236c0-2.145.734-3.95 2.201-5.417C5.67 7.352 7.463 6.62 9.583 6.62c1.074 0 2.086.19 3.037.57.952.38 1.733.917 2.345 1.609l-1.346 1.344c-.448-.543-1.03-.967-1.743-1.273a5.763 5.763 0 00-2.293-.458c-1.59 0-2.935.55-4.036 1.65-1.087 1.113-1.63 2.504-1.63 4.174 0 1.67.543 3.061 1.63 4.175 1.1 1.1 2.446 1.65 4.036 1.65 1.454 0 2.664-.408 3.629-1.223.964-.814 1.522-1.934 1.671-3.36h-5.3v-1.751h7.074c.068.38.102.747.102 1.1m5.886-3.563c1.496 0 2.687.483 3.572 1.45.886.967 1.329 2.32 1.329 4.062l-.021.206h-7.928c.028.987.357 1.783.989 2.386a3.164 3.164 0 002.265.905c1.208 0 2.155-.603 2.841-1.81l1.689.823a5.03 5.03 0 01-1.884 1.995c-.803.48-1.713.72-2.729.72-1.482 0-2.704-.507-3.665-1.522-.96-1.015-1.441-2.297-1.441-3.847 0-1.536.467-2.814 1.4-3.836.934-1.022 2.128-1.532 3.583-1.532m-.041 1.727c-.714 0-1.328.22-1.843.659-.515.438-.855 1.028-1.02 1.769h5.787a2.508 2.508 0 00-.855-1.738c-.515-.46-1.204-.69-2.07-.69m8.049 8.65h-1.89V11.59h1.807v1.395h.083c.287-.492.728-.902 1.324-1.23.595-.328 1.187-.492 1.775-.492.74 0 1.39.17 1.95.512.562.342.972.814 1.232 1.415.835-1.285 1.991-1.927 3.47-1.927 1.163 0 2.06.355 2.689 1.066.63.71.944 1.723.944 3.035v6.275h-1.889v-5.988c0-.943-.17-1.623-.513-2.04-.342-.417-.917-.626-1.724-.626-.726 0-1.334.308-1.827.923-.493.615-.74 1.34-.74 2.174v5.557h-1.888v-5.988c0-.943-.17-1.623-.513-2.04-.342-.417-.917-.626-1.724-.626-.726 0-1.335.308-1.827.923-.493.615-.74 1.34-.74 2.174v5.557zM46.749 6.767c.37 0 .685.13.946.39.26.26.39.575.39.945s-.13.685-.39.945c-.26.26-.576.39-.946.39s-.685-.13-.946-.39c-.26-.26-.39-.575-.39-.945s.13-.685.39-.945c.26-.26.576-.39.946-.39zM42.825 0a5.08 5.08 0 004.263 4.259 5.08 5.08 0 00-4.263 4.259 5.08 5.08 0 00-4.263-4.26A5.08 5.08 0 0042.825 0zm5.176 11.574V21.64h-2.198V11.574h2.198zM62 8.103c0 .37-.13.685-.39.945-.261.26-.576.39-.946.39s-.686-.13-.946-.39c-.26-.26-.391-.575-.391-.945s.13-.685.39-.945c.261-.26.576-.39.946-.39s.686.13.946.39c.26.26.391.575.391.945m-.085 3.471V21.64h-2.197V11.574h2.197zm-12.57.017h1.806v1.394h.082c.287-.492.729-.902 1.324-1.23a3.797 3.797 0 011.858-.492c1.231 0 2.179.352 2.843 1.056.664.704.995 1.705.995 3.004v6.316h-1.888v-6.193c-.041-1.64-.87-2.46-2.484-2.46-.753 0-1.382.303-1.889.912-.506.608-.76 1.336-.76 2.184v5.557h-1.888V11.591z"
28
- })
32
+ })]
29
33
  }));
30
34
  });
31
35
  export default Icon;