@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
package/README.md CHANGED
@@ -8,7 +8,8 @@
8
8
 
9
9
  <h1>Lobe Icons</h1>
10
10
 
11
- Popular AI / LLM Model Brand SVG Logo and Icon Collection
11
+ Popular AI / LLM Model Brand SVG Logo and Icon Collection. See them all on one page at [icons.lobehub.com](https://icons.lobehub.com/).<br/>
12
+ Contributions, corrections & requests can be made on GitHub.
12
13
 
13
14
  [Changelog](./CHANGELOG.md) · [Report Bug][github-issues-link] · [Request Feature][github-issues-link]
14
15
 
@@ -56,49 +57,57 @@ Popular AI / LLM Model Brand SVG Logo and Icon Collection
56
57
 
57
58
  **Supported brands:**
58
59
 
59
- - [x] Anthropic (Claude)
60
- - [x] Automatic1111 (SD Webui)
61
- - [x] AWS
62
- - [x] AWS (Bedrock)
63
- - [x] Baichuan (百川)
64
- - [x] Cloudflare
65
- - [x] Cloudflare (WorkersAI)
66
- - [x] Cohere (Command)
67
- - [x] Fireworks
68
- - [x] Github
69
- - [x] Github (Copilot)
70
- - [x] Google
71
- - [x] Google (Colab)
72
- - [x] Google (DeepMind)
73
- - [x] Google (Gemini)
74
- - [x] Google (Gemma)
75
- - [x] HuggingFace
76
- - [x] Hunyuan (腾讯混元)
77
- - [x] Meta (Llama)
78
- - [x] Microsoft (Azure)
79
- - [x] Microsoft (Bing)
80
- - [x] Microsoft (Copilot)
81
- - [x] Midjourney
82
- - [x] Minimax
83
- - [x] Mistral
84
- - [x] Moonshot (月之暗面)
85
- - [x] Nvidia (ChatWithRTX)
86
- - [x] Ollama
87
- - [x] OpenAI (ChatGPT)
88
- - [x] OpenAI (DALL·E)
89
- - [x] Perplexity
90
- - [x] Pollinations
91
- - [x] Replicate
92
- - [x] Spark (讯飞星火)
93
- - [x] Stability (StableDiffusion)
94
- - [x] Tongyi (通义)
95
- - [x] Wenxin (文心)
96
- - [x] Zhipu (ChatGLM)
97
- - [x] Zhipu (智谱)
98
- - [x] Zhipu (智谱清言)
60
+ <!-- ICON LIST -->
61
+
62
+ - [x] [Zhipu (智谱)](https://icons.lobehub.com/components/zhipu)
63
+ - [x] [Cloudflare (WorkersAI)](https://icons.lobehub.com/components/workers-ai)
64
+ - [x] [Wenxin (文心)](https://icons.lobehub.com/components/wenxin)
65
+ - [x] [Tongyi (通义)](https://icons.lobehub.com/components/tongyi)
66
+ - [x] [Stability (StableDiffusion)](https://icons.lobehub.com/components/stability)
67
+ - [x] [Spark (讯飞星火)](https://icons.lobehub.com/components/spark)
68
+ - [x] [Replicate](https://icons.lobehub.com/components/replicate)
69
+ - [x] [Zhipu (智谱清言)](https://icons.lobehub.com/components/qingyan)
70
+ - [x] [Pollinations](https://icons.lobehub.com/components/pollinations)
71
+ - [x] [Perplexity](https://icons.lobehub.com/components/perplexity)
72
+ - [x] [OpenRouter](https://icons.lobehub.com/components/open-router)
73
+ - [x] [OpenAI (ChatGPT)](https://icons.lobehub.com/components/open-ai)
74
+ - [x] [Ollama](https://icons.lobehub.com/components/ollama)
75
+ - [x] [Nvidia (ChatWithRTX)](https://icons.lobehub.com/components/nvidia)
76
+ - [x] [Moonshot (月之暗面)](https://icons.lobehub.com/components/moonshot)
77
+ - [x] [Mistral](https://icons.lobehub.com/components/mistral)
78
+ - [x] [Minimax](https://icons.lobehub.com/components/minimax)
79
+ - [x] [Midjourney](https://icons.lobehub.com/components/midjourney)
80
+ - [x] [Meta (Llama)](https://icons.lobehub.com/components/meta)
81
+ - [x] [LLaVA](https://icons.lobehub.com/components/l-la-va)
82
+ - [x] [Hunyuan (腾讯混元)](https://icons.lobehub.com/components/hunyuan)
83
+ - [x] [HuggingFace](https://icons.lobehub.com/components/hugging-face)
84
+ - [x] [Groq](https://icons.lobehub.com/components/groq)
85
+ - [x] [Google](https://icons.lobehub.com/components/google)
86
+ - [x] [Github (Copilot)](https://icons.lobehub.com/components/github-copilot)
87
+ - [x] [Github](https://icons.lobehub.com/components/github)
88
+ - [x] [Google (Gemma)](https://icons.lobehub.com/components/gemma)
89
+ - [x] [Google (Gemini)](https://icons.lobehub.com/components/gemini)
90
+ - [x] [Fireworks](https://icons.lobehub.com/components/fireworks)
91
+ - [x] [Google (DeepMind)](https://icons.lobehub.com/components/deep-mind)
92
+ - [x] [OpenAI (DALL·E)](https://icons.lobehub.com/components/dalle)
93
+ - [x] [Microsoft (Copilot)](https://icons.lobehub.com/components/copilot)
94
+ - [x] [Google (Colab)](https://icons.lobehub.com/components/colab)
95
+ - [x] [Cohere (Command)](https://icons.lobehub.com/components/cohere)
96
+ - [x] [Cloudflare](https://icons.lobehub.com/components/cloudflare)
97
+ - [x] [Anthropic (Claude)](https://icons.lobehub.com/components/claude)
98
+ - [x] [Zhipu (ChatGLM)](https://icons.lobehub.com/components/chat-glm)
99
+ - [x] [Microsoft (Bing)](https://icons.lobehub.com/components/bing)
100
+ - [x] [AWS (Bedrock)](https://icons.lobehub.com/components/bedrock)
101
+ - [x] [Baichuan (百川)](https://icons.lobehub.com/components/baichuan)
102
+ - [x] [Microsoft (Azure)](https://icons.lobehub.com/components/azure)
103
+ - [x] [AWS](https://icons.lobehub.com/components/aws)
104
+ - [x] [Automatic1111 (SD Webui)](https://icons.lobehub.com/components/automatic)
105
+ - [x] [Anthropic](https://icons.lobehub.com/components/anthropic)
106
+
107
+ <!-- ICON LIST -->
99
108
 
100
109
  > \[!TIP]\
101
- > More brands are being added, and `PR` is welcome at the same time.
110
+ > More brands are being added, and `PR` welcome.
102
111
 
103
112
  <div align="right">
104
113
 
@@ -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
  color: '#191918'
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: "M13.827 3.52h3.603L24 20h-3.603l-6.57-16.48zm-7.258 0h3.767L16.906 20h-3.674l-1.343-3.461H5.017l-1.344 3.46H0L6.57 3.522zm4.132 9.959L8.453 7.687 6.205 13.48H10.7z"
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 182 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: "M38.247 15.874L29.553 2.338H24.86v19.337h4.002V8.139l8.694 13.536h4.693V2.338h-4.003v13.536zm7.313-9.807h6.487v15.608h4.14V6.067h6.487v-3.73H45.56v3.73zm33.686 3.978h-9.109V2.338h-4.14v19.337h4.14v-7.9h9.109v7.9h4.14V2.338h-4.14v7.707zm13.39-3.978h5.108c2.043 0 3.12.746 3.12 2.155 0 1.408-1.077 2.154-3.12 2.154h-5.107v-4.31zm12.37 2.155c0-3.647-2.679-5.884-7.068-5.884h-9.443v19.337h4.142v-7.57h4.61l4.142 7.57h4.583l-4.586-8.146c2.302-.885 3.62-2.75 3.62-5.307zm12.686 9.91c-3.257 0-5.244-2.32-5.244-6.104 0-3.84 1.987-6.16 5.244-6.16 3.23 0 5.189 2.32 5.189 6.16 0 3.784-1.96 6.105-5.189 6.105zm0-16.132c-5.575 0-9.522 4.144-9.522 10.028 0 5.828 3.947 9.972 9.522 9.972 5.547 0 9.466-4.144 9.466-9.972C127.158 6.144 123.24 2 117.692 2zm22.59 8.929h-5.109V6.067h5.11c2.043 0 3.12.829 3.12 2.43 0 1.603-1.077 2.432-3.12 2.432zm.194-8.591h-9.445v19.337h4.142v-7.017h5.303c4.39 0 7.07-2.32 7.07-6.16 0-3.84-2.68-6.16-7.07-6.16zm35.108 12.839c-.718 1.878-2.153 2.956-4.113 2.956-3.257 0-5.244-2.32-5.244-6.105 0-3.84 1.987-6.16 5.244-6.16 1.96 0 3.395 1.077 4.113 2.955h4.388C178.896 4.68 175.667 2 171.472 2c-5.576 0-9.523 4.144-9.523 10.028 0 5.828 3.947 9.972 9.522 9.972 4.223 0 7.453-2.707 8.529-6.823h-4.416zm-26.39-12.84l7.705 19.338h4.225L153.42 2.338h-4.225zM9.277 14.024l2.636-6.796 2.637 6.796H9.276zm.428-11.685L2 21.675h4.307l1.576-4.06h8.06l1.575 4.06h4.307L14.121 2.338H9.704z"
28
- })
32
+ })]
29
33
  }));
30
34
  });
31
35
  export default Icon;
@@ -5,6 +5,7 @@ export type CompoundedIcon = typeof Mono & {
5
5
  Avatar: typeof Avatar;
6
6
  Text: typeof Text;
7
7
  colorPrimary: string;
8
+ title: string;
8
9
  };
9
10
  declare const Icons: CompoundedIcon;
10
11
  export default Icons;
@@ -1,9 +1,10 @@
1
1
  import Avatar from "./components/Avatar";
2
2
  import Mono from "./components/Mono";
3
3
  import Text from "./components/Text";
4
- import { COLOR_PRIMARY } from "./style";
4
+ import { COLOR_PRIMARY, TITLE } from "./style";
5
5
  var Icons = Mono;
6
6
  Icons.Text = Text;
7
7
  Icons.Avatar = Avatar;
8
8
  Icons.colorPrimary = COLOR_PRIMARY;
9
+ Icons.title = TITLE;
9
10
  export default Icons;
@@ -1,3 +1,4 @@
1
+ export declare const TITLE = "Anthropic";
1
2
  export declare const TEXT_MULTIPLE = 0.75;
2
3
  export declare const SPACE_MULTIPLE = 0.1;
3
- export declare const COLOR_PRIMARY = "#D29D75";
4
+ export declare const COLOR_PRIMARY = "#F1F0E8";
@@ -1,3 +1,4 @@
1
+ export var TITLE = 'Anthropic';
1
2
  export var TEXT_MULTIPLE = 0.75;
2
3
  export var SPACE_MULTIPLE = 0.1;
3
- export var COLOR_PRIMARY = '#D29D75';
4
+ export var COLOR_PRIMARY = '#F1F0E8';
@@ -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: "#E00054",
27
30
  fillRule: "nonzero",
28
31
  children: [/*#__PURE__*/_jsx("path", {
@@ -40,7 +43,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
40
43
  d: "M11.34 3.501L19.683 20.5h1.464L12.81 3.504z",
41
44
  opacity: ".6"
42
45
  })]
43
- })
46
+ })]
44
47
  }));
45
48
  });
46
49
  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,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: "M8.462 3.5h2.924l8.33 17h-1.46L10.617 4.942l-1.442.001z",
30
33
  opacity: ".8"
@@ -40,7 +43,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
40
43
  d: "M11.34 3.501L19.683 20.5h1.464L12.81 3.504z",
41
44
  opacity: ".6"
42
45
  })]
43
- })
46
+ })]
44
47
  }));
45
48
  });
46
49
  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 = "Automatic";
1
2
  export declare const TEXT_MULTIPLE = 0.75;
2
3
  export declare const SPACE_MULTIPLE = 0.2;
3
4
  export declare const COLOR_PRIMARY = "#E00054";
@@ -1,3 +1,4 @@
1
+ export var TITLE = 'Automatic';
1
2
  export var TEXT_MULTIPLE = 0.75;
2
3
  export var SPACE_MULTIPLE = 0.2;
3
4
  export var COLOR_PRIMARY = '#E00054';
@@ -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: '#fff'
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
  fill: "currentColor",
16
17
  fillRule: "evenodd",
17
18
  height: size,
@@ -24,14 +25,16 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
24
25
  viewBox: "0 0 61 24",
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: "M5.323 16.931l3.433 1.012L8.752 23l-3.429-1.138v-4.931zm7.757 0l-.012 4.928L9.647 23v-5.057l3.433-1.012zm-3.9-1.517l3.2.983-3.195.843-3.162-.843 3.158-.983zm-.424-5.69l-.011 4.928-3.422 1.141v-5.057l3.433-1.012zm.89 0l3.434 1.012-.004 5.057-3.43-1.138v-4.93zm7.757 0l-.012 4.928-3.421 1.141v-5.057l3.433-1.012zM1 9.724l3.433 1.012-.004 5.057L1 14.655v-4.93zm12.504-1.517l3.2.983-3.195.843-3.163-.843 3.158-.983zm-8.647 0l3.2.983-3.195.843-3.163-.843 3.158-.983zm9.113-5.69l3.433 1.012-.004 5.057-3.43-1.138v-4.93zm7.756 0l-.012 4.928-3.42 1.141V3.53l3.432-1.012zM17.827 1l3.2.983-3.195.843-3.163-.843L17.827 1zm4.79 1.517L26.05 3.53l-.005 5.057-3.429-1.138v-4.93zm7.756 0l-.012 4.928-3.421 1.141V3.53l3.433-1.012zM26.473 1l3.2.983-3.195.843-3.162-.843L26.474 1z",
30
33
  fill: "#F90"
31
34
  }), /*#__PURE__*/_jsx("path", {
32
35
  d: "M23.938 18.641l-.253.001c-.092 0-.21.062-.24.163l-.765 2.681-.757-2.675c-.022-.084-.102-.169-.21-.169h-.299c-.107 0-.186.086-.207.17l-.705 2.648-.727-2.656c-.029-.097-.15-.162-.245-.162h-.363a.233.233 0 00-.188.086.124.124 0 00-.021.113l1.124 3.957c.024.083.097.167.203.167h.361c.098 0 .183-.071.208-.171l.691-2.636.753 2.639c.023.08.096.168.202.168h.356a.213.213 0 00.206-.169l1.082-3.954a.128.128 0 00-.02-.116.23.23 0 00-.186-.085zm3.12 1.68h-1.906c.044-.532.391-1.084.98-1.105.626.02.913.56.927 1.105zm-.927-1.708c-1.289 0-1.875 1.132-1.875 2.184 0 1.313.729 2.162 1.858 2.162.808 0 1.423-.406 1.69-1.115a.149.149 0 00-.013-.124.21.21 0 00-.14-.098l-.357-.068c-.096-.014-.206.042-.242.124-.174.394-.49.618-.888.63a1.03 1.03 0 01-.894-.576c-.13-.275-.15-.547-.152-.823l2.589-.001c.054 0 .11-.024.15-.064a.163.163 0 00.05-.116c-.006-1.022-.476-2.115-1.776-2.115zm4.961 2.138l-.002.166c-.017.383-.137 1.342-.906 1.37a.965.965 0 01-.745-.431c-.12-.19-.191-.451-.21-.775v-.712c.015-.545.4-1.143.953-1.166.819.032.903 1.198.91 1.548zm-.772-2.175h-.069c-.427 0-.763.177-1.021.539v-1.668c0-.094-.098-.18-.205-.18h-.373c-.097 0-.206.077-.206.18v5.207c0 .094.098.18.205.18h.11c.103 0 .176-.083.2-.16l.117-.367c.27.382.678.606 1.115.606h.066c1.15 0 1.663-1.111 1.663-2.212 0-.548-.136-1.072-.372-1.438a1.487 1.487 0 00-1.23-.687zm5.68 2.11c-.243-.173-.534-.23-.826-.288l-.559-.103c-.4-.066-.633-.173-.633-.525 0-.372.388-.514.717-.523.401.01.703.188.85.502a.217.217 0 00.192.123l.04-.004.35-.077a.216.216 0 00.138-.102.148.148 0 00.015-.123c-.214-.618-.756-.945-1.576-.945-.741.002-1.533.33-1.533 1.244 0 .626.395 1.023 1.176 1.18l.625.12c.344.065.695.181.695.548 0 .543-.635.598-.827.602-.431-.009-.92-.2-1.038-.605-.024-.089-.136-.152-.235-.131l-.365.074a.21.21 0 00-.134.095.158.158 0 00-.02.126c.175.627.755 1.022 1.567 1.077l.197.007c.807 0 1.67-.344 1.67-1.308 0-.393-.177-.744-.487-.964zm3.69-.361h-1.907c.043-.533.39-1.085.98-1.105.626.02.913.559.927 1.105zm-.929-1.709c-1.288 0-1.875 1.133-1.875 2.185 0 1.313.73 2.161 1.858 2.161.808 0 1.424-.406 1.69-1.115a.15.15 0 00-.012-.124.21.21 0 00-.14-.097l-.358-.068c-.083-.014-.2.03-.241.124-.174.393-.49.617-.888.63a1.03 1.03 0 01-.894-.576c-.13-.275-.15-.547-.152-.824h2.589c.054 0 .11-.024.149-.064a.163.163 0 00.051-.116c-.006-1.023-.476-2.116-1.777-2.116zm4.222.049c-.05-.006-.1-.009-.147-.009-.434 0-.787.235-1.032.684l.001-.393c0-.095-.096-.179-.204-.179h-.324c-.106 0-.2.084-.2.18v3.818c0 .096.093.18.2.18h.377c.098 0 .209-.077.21-.18v-1.925c0-.317.03-.556.182-.839.218-.403.522-.6.93-.604.102 0 .192-.09.192-.19v-.357c0-.093-.081-.175-.185-.186zm3.96-.075h-.297c-.094 0-.213.066-.242.164l-.966 3.018-.986-3.015c-.03-.1-.15-.167-.243-.167h-.425a.24.24 0 00-.193.087.124.124 0 00-.02.115l1.35 3.981c.026.079.095.171.203.171h.515c.095 0 .172-.064.208-.171l1.309-3.98a.123.123 0 00-.02-.114.24.24 0 00-.192-.09zm.98-1.53a.497.497 0 100 .994.497.497 0 000-.995zm.204 1.505h-.408c-.111 0-.213.09-.213.187l-.002 4.054c0 .049.026.098.07.134a.23.23 0 00.143.052h.412c.113 0 .212-.088.212-.186v-4.054c0-.1-.1-.187-.214-.187zm3.818 2.75h-.34a.22.22 0 00-.211.156c-.125.535-.407.812-.835.824-.834-.025-.898-1.18-.898-1.534 0-.705.245-1.465.93-1.485.414.012.715.307.806.788a.223.223 0 00.196.185l.365.004c.109-.012.195-.094.194-.196-.13-.869-.735-1.43-1.544-1.43h-.06c-1.176 0-1.703 1.092-1.703 2.174 0 .992.444 2.15 1.697 2.15h.06c.789 0 1.384-.55 1.555-1.44a.16.16 0 00-.041-.12.242.242 0 00-.17-.077zm3.37-.99h-1.908c.044-.533.391-1.085.98-1.105.627.02.914.559.928 1.105zm-.929-1.709c-1.288 0-1.875 1.133-1.875 2.185 0 1.313.73 2.161 1.858 2.161.808 0 1.424-.405 1.69-1.114a.151.151 0 00-.013-.125.208.208 0 00-.139-.097l-.358-.068c-.084-.014-.2.03-.241.124-.175.393-.492.617-.888.63a1.03 1.03 0 01-.894-.576c-.131-.276-.15-.547-.153-.824h2.59c.054 0 .11-.024.15-.064a.163.163 0 00.05-.116c-.006-1.023-.476-2.116-1.777-2.116zm5.02 2.07c-.242-.173-.534-.23-.825-.288l-.559-.103c-.4-.066-.633-.173-.633-.525 0-.48.6-.52.716-.523.402.01.704.188.85.502a.218.218 0 00.193.123l.042-.004.348-.077a.217.217 0 00.139-.102.148.148 0 00.014-.123c-.213-.618-.756-.945-1.576-.945-.74.002-1.532.33-1.532 1.244 0 .626.395 1.023 1.175 1.18l.626.12c.344.065.695.181.695.548 0 .543-.636.598-.828.602-.4-.008-.911-.172-1.037-.604-.023-.09-.136-.153-.236-.132l-.365.074a.212.212 0 00-.135.096.158.158 0 00-.02.125c.176.627.756 1.022 1.567 1.077l.198.007c.807 0 1.67-.344 1.67-1.308 0-.393-.177-.744-.487-.964zm-16.608-9.925v-.92c0-.14.107-.234.235-.233h4.147a.23.23 0 01.24.232v.789c-.002.094-.06.21-.165.368l-2.296 3.261c.797-.019 1.64.1 2.365.505.163.091.207.226.22.359v.982c0 .135-.149.292-.305.21-1.277-.665-2.97-.737-4.383.008-.144.076-.295-.078-.295-.213v-.933c0-.15.003-.405.155-.633l2.489-3.55h-2.167c-.133 0-.239-.094-.24-.232zm-3.99-1.334c.613 0 1.416.162 1.9.624.482.448.549 1.014.555 1.637v2.477c0 .588.245.846.476 1.163.08.114.098.25-.005.333-.257.215-.715.61-.967.833a.273.273 0 01-.301.027c-.419-.346-.494-.507-.723-.836-.693.701-1.183.911-2.08.911-1.063 0-1.889-.651-1.889-1.955 0-1.018.555-1.71 1.346-2.05.684-.3 1.64-.354 2.372-.435v-.429c-.003-.227-.027-.46-.154-.644-.153-.23-.448-.325-.708-.325-.441 0-.837.206-.981.631l-.033.122c-.021.113-.105.225-.22.23l-1.222-.131c-.103-.023-.218-.105-.188-.262.281-1.476 1.62-1.921 2.822-1.921zm-16.54 0c.613 0 1.416.162 1.9.624.482.448.549 1.014.555 1.637v2.477c0 .588.245.846.476 1.163.08.114.098.25-.004.333-.258.215-.716.61-.968.833a.274.274 0 01-.301.027c-.42-.346-.494-.507-.723-.836-.693.701-1.183.911-2.08.911-1.063 0-1.89-.651-1.89-1.955 0-1.018.556-1.71 1.347-2.05.684-.3 1.64-.354 2.372-.435v-.429c-.003-.227-.027-.46-.153-.644-.154-.23-.45-.325-.708-.325-.442 0-.838.206-.982.631l-.033.122c-.022.113-.105.225-.219.23l-1.223-.131c-.103-.023-.218-.105-.188-.262.28-1.476 1.62-1.921 2.821-1.921zm10.628.062c.53 0 1.107.217 1.46.704.4.543.318 1.328.318 2.02v4.063a.238.238 0 01-.244.232h-1.26a.236.236 0 01-.227-.231v-3.414c0-.271.024-.949-.035-1.206-.095-.434-.377-.555-.742-.555a.837.837 0 00-.754.527c-.093.233-.113.576-.117.886v3.761a.238.238 0 01-.244.232h-1.26a.236.236 0 01-.227-.231v-3.639c.012-.694.027-1.55-.778-1.55-.816 0-.87.834-.872 1.544v3.644a.237.237 0 01-.244.232h-1.262a.237.237 0 01-.225-.212v-6.44c0-.128.11-.231.244-.231l1.175-.001c.123.007.222.1.23.216v.842h.023c.306-.814.883-1.193 1.66-1.193.79 0 1.284.38 1.638 1.193.306-.814 1-1.193 1.743-1.193zm6.596 4.123v-.451l-.261.006c-.826.039-1.616.29-1.616 1.257 0 .543.284.91.767.91.354 0 .673-.217.874-.57.217-.38.235-.74.236-1.152zm-16.542.174l.002-.625-.261.006c-.827.039-1.616.29-1.616 1.257 0 .543.283.91.768.91.354 0 .673-.217.873-.57.186-.326.226-.637.234-.978zm28.051-2.983c-.842 0-.97 1.032-.987 1.81l-.002.45c.005.84.07 2.252.978 2.252.977 0 1.024-1.355 1.024-2.181 0-.542-.023-1.192-.188-1.707-.128-.403-.369-.586-.708-.618L51 10.803zM50.99 9.49c1.872 0 2.885 1.599 2.885 3.63 0 1.966-1.12 3.524-2.885 3.524-1.838 0-2.84-1.599-2.84-3.59 0-2.006 1.013-3.564 2.84-3.564zm5.314 7.019h-1.257a.236.236 0 01-.227-.231l-.002-6.442a.238.238 0 01.242-.21l1.171-.001c.11.006.2.08.224.18v.986h.024c.353-.881.848-1.3 1.719-1.3.565 0 1.12.202 1.472.758.33.514.33 1.381.33 2.005v4.052a.239.239 0 01-.241.203h-1.266a.238.238 0 01-.224-.203l.001-3.947c-.006-.625-.093-1.284-.79-1.284-.307 0-.589.204-.73.515-.177.393-.2.786-.2 1.22v3.467a.241.241 0 01-.246.232z"
33
36
  })]
34
- })
37
+ })]
35
38
  }));
36
39
  });
37
40
  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
  fill: "currentColor",
16
17
  fillRule: "evenodd",
17
18
  height: size,
@@ -24,13 +25,15 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
24
25
  viewBox: "0 0 61 24",
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: "M5.323 16.931l3.433 1.012L8.752 23l-3.429-1.138v-4.931zm7.757 0l-.012 4.928L9.647 23v-5.057l3.433-1.012zm-3.9-1.517l3.2.983-3.195.843-3.162-.843 3.158-.983zm-.424-5.69l-.011 4.928-3.422 1.141v-5.057l3.433-1.012zm.89 0l3.434 1.012-.004 5.057-3.43-1.138v-4.93zm7.757 0l-.012 4.928-3.421 1.141v-5.057l3.433-1.012zM1 9.724l3.433 1.012-.004 5.057L1 14.655v-4.93zm12.504-1.517l3.2.983-3.195.843-3.163-.843 3.158-.983zm-8.647 0l3.2.983-3.195.843-3.163-.843 3.158-.983zm9.113-5.69l3.433 1.012-.004 5.057-3.43-1.138v-4.93zm7.756 0l-.012 4.928-3.42 1.141V3.53l3.432-1.012zM17.827 1l3.2.983-3.195.843-3.163-.843L17.827 1zm4.79 1.517L26.05 3.53l-.005 5.057-3.429-1.138v-4.93zm7.756 0l-.012 4.928-3.421 1.141V3.53l3.433-1.012zM26.473 1l3.2.983-3.195.843-3.162-.843L26.474 1z"
30
33
  }), /*#__PURE__*/_jsx("path", {
31
34
  d: "M23.938 18.641l-.253.001c-.092 0-.21.062-.24.163l-.765 2.681-.757-2.675c-.022-.084-.102-.169-.21-.169h-.299c-.107 0-.186.086-.207.17l-.705 2.648-.727-2.656c-.029-.097-.15-.162-.245-.162h-.363a.233.233 0 00-.188.086.124.124 0 00-.021.113l1.124 3.957c.024.083.097.167.203.167h.361c.098 0 .183-.071.208-.171l.691-2.636.753 2.639c.023.08.096.168.202.168h.356a.213.213 0 00.206-.169l1.082-3.954a.128.128 0 00-.02-.116.23.23 0 00-.186-.085zm3.12 1.68h-1.906c.044-.532.391-1.084.98-1.105.626.02.913.56.927 1.105zm-.927-1.708c-1.289 0-1.875 1.132-1.875 2.184 0 1.313.729 2.162 1.858 2.162.808 0 1.423-.406 1.69-1.115a.149.149 0 00-.013-.124.21.21 0 00-.14-.098l-.357-.068c-.096-.014-.206.042-.242.124-.174.394-.49.618-.888.63a1.03 1.03 0 01-.894-.576c-.13-.275-.15-.547-.152-.823l2.589-.001c.054 0 .11-.024.15-.064a.163.163 0 00.05-.116c-.006-1.022-.476-2.115-1.776-2.115zm4.961 2.138l-.002.166c-.017.383-.137 1.342-.906 1.37a.965.965 0 01-.745-.431c-.12-.19-.191-.451-.21-.775v-.712c.015-.545.4-1.143.953-1.166.819.032.903 1.198.91 1.548zm-.772-2.175h-.069c-.427 0-.763.177-1.021.539v-1.668c0-.094-.098-.18-.205-.18h-.373c-.097 0-.206.077-.206.18v5.207c0 .094.098.18.205.18h.11c.103 0 .176-.083.2-.16l.117-.367c.27.382.678.606 1.115.606h.066c1.15 0 1.663-1.111 1.663-2.212 0-.548-.136-1.072-.372-1.438a1.487 1.487 0 00-1.23-.687zm5.68 2.11c-.243-.173-.534-.23-.826-.288l-.559-.103c-.4-.066-.633-.173-.633-.525 0-.372.388-.514.717-.523.401.01.703.188.85.502a.217.217 0 00.192.123l.04-.004.35-.077a.216.216 0 00.138-.102.148.148 0 00.015-.123c-.214-.618-.756-.945-1.576-.945-.741.002-1.533.33-1.533 1.244 0 .626.395 1.023 1.176 1.18l.625.12c.344.065.695.181.695.548 0 .543-.635.598-.827.602-.431-.009-.92-.2-1.038-.605-.024-.089-.136-.152-.235-.131l-.365.074a.21.21 0 00-.134.095.158.158 0 00-.02.126c.175.627.755 1.022 1.567 1.077l.197.007c.807 0 1.67-.344 1.67-1.308 0-.393-.177-.744-.487-.964zm3.69-.361h-1.907c.043-.533.39-1.085.98-1.105.626.02.913.559.927 1.105zm-.929-1.709c-1.288 0-1.875 1.133-1.875 2.185 0 1.313.73 2.161 1.858 2.161.808 0 1.424-.406 1.69-1.115a.15.15 0 00-.012-.124.21.21 0 00-.14-.097l-.358-.068c-.083-.014-.2.03-.241.124-.174.393-.49.617-.888.63a1.03 1.03 0 01-.894-.576c-.13-.275-.15-.547-.152-.824h2.589c.054 0 .11-.024.149-.064a.163.163 0 00.051-.116c-.006-1.023-.476-2.116-1.777-2.116zm4.222.049c-.05-.006-.1-.009-.147-.009-.434 0-.787.235-1.032.684l.001-.393c0-.095-.096-.179-.204-.179h-.324c-.106 0-.2.084-.2.18v3.818c0 .096.093.18.2.18h.377c.098 0 .209-.077.21-.18v-1.925c0-.317.03-.556.182-.839.218-.403.522-.6.93-.604.102 0 .192-.09.192-.19v-.357c0-.093-.081-.175-.185-.186zm3.96-.075h-.297c-.094 0-.213.066-.242.164l-.966 3.018-.986-3.015c-.03-.1-.15-.167-.243-.167h-.425a.24.24 0 00-.193.087.124.124 0 00-.02.115l1.35 3.981c.026.079.095.171.203.171h.515c.095 0 .172-.064.208-.171l1.309-3.98a.123.123 0 00-.02-.114.24.24 0 00-.192-.09zm.98-1.53a.497.497 0 100 .994.497.497 0 000-.995zm.204 1.505h-.408c-.111 0-.213.09-.213.187l-.002 4.054c0 .049.026.098.07.134a.23.23 0 00.143.052h.412c.113 0 .212-.088.212-.186v-4.054c0-.1-.1-.187-.214-.187zm3.818 2.75h-.34a.22.22 0 00-.211.156c-.125.535-.407.812-.835.824-.834-.025-.898-1.18-.898-1.534 0-.705.245-1.465.93-1.485.414.012.715.307.806.788a.223.223 0 00.196.185l.365.004c.109-.012.195-.094.194-.196-.13-.869-.735-1.43-1.544-1.43h-.06c-1.176 0-1.703 1.092-1.703 2.174 0 .992.444 2.15 1.697 2.15h.06c.789 0 1.384-.55 1.555-1.44a.16.16 0 00-.041-.12.242.242 0 00-.17-.077zm3.37-.99h-1.908c.044-.533.391-1.085.98-1.105.627.02.914.559.928 1.105zm-.929-1.709c-1.288 0-1.875 1.133-1.875 2.185 0 1.313.73 2.161 1.858 2.161.808 0 1.424-.405 1.69-1.114a.151.151 0 00-.013-.125.208.208 0 00-.139-.097l-.358-.068c-.084-.014-.2.03-.241.124-.175.393-.492.617-.888.63a1.03 1.03 0 01-.894-.576c-.131-.276-.15-.547-.153-.824h2.59c.054 0 .11-.024.15-.064a.163.163 0 00.05-.116c-.006-1.023-.476-2.116-1.777-2.116zm5.02 2.07c-.242-.173-.534-.23-.825-.288l-.559-.103c-.4-.066-.633-.173-.633-.525 0-.48.6-.52.716-.523.402.01.704.188.85.502a.218.218 0 00.193.123l.042-.004.348-.077a.217.217 0 00.139-.102.148.148 0 00.014-.123c-.213-.618-.756-.945-1.576-.945-.74.002-1.532.33-1.532 1.244 0 .626.395 1.023 1.175 1.18l.626.12c.344.065.695.181.695.548 0 .543-.636.598-.828.602-.4-.008-.911-.172-1.037-.604-.023-.09-.136-.153-.236-.132l-.365.074a.212.212 0 00-.135.096.158.158 0 00-.02.125c.176.627.756 1.022 1.567 1.077l.198.007c.807 0 1.67-.344 1.67-1.308 0-.393-.177-.744-.487-.964zm-16.608-9.925v-.92c0-.14.107-.234.235-.233h4.147a.23.23 0 01.24.232v.789c-.002.094-.06.21-.165.368l-2.296 3.261c.797-.019 1.64.1 2.365.505.163.091.207.226.22.359v.982c0 .135-.149.292-.305.21-1.277-.665-2.97-.737-4.383.008-.144.076-.295-.078-.295-.213v-.933c0-.15.003-.405.155-.633l2.489-3.55h-2.167c-.133 0-.239-.094-.24-.232zm-3.99-1.334c.613 0 1.416.162 1.9.624.482.448.549 1.014.555 1.637v2.477c0 .588.245.846.476 1.163.08.114.098.25-.005.333-.257.215-.715.61-.967.833a.273.273 0 01-.301.027c-.419-.346-.494-.507-.723-.836-.693.701-1.183.911-2.08.911-1.063 0-1.889-.651-1.889-1.955 0-1.018.555-1.71 1.346-2.05.684-.3 1.64-.354 2.372-.435v-.429c-.003-.227-.027-.46-.154-.644-.153-.23-.448-.325-.708-.325-.441 0-.837.206-.981.631l-.033.122c-.021.113-.105.225-.22.23l-1.222-.131c-.103-.023-.218-.105-.188-.262.281-1.476 1.62-1.921 2.822-1.921zm-16.54 0c.613 0 1.416.162 1.9.624.482.448.549 1.014.555 1.637v2.477c0 .588.245.846.476 1.163.08.114.098.25-.004.333-.258.215-.716.61-.968.833a.274.274 0 01-.301.027c-.42-.346-.494-.507-.723-.836-.693.701-1.183.911-2.08.911-1.063 0-1.89-.651-1.89-1.955 0-1.018.556-1.71 1.347-2.05.684-.3 1.64-.354 2.372-.435v-.429c-.003-.227-.027-.46-.153-.644-.154-.23-.45-.325-.708-.325-.442 0-.838.206-.982.631l-.033.122c-.022.113-.105.225-.219.23l-1.223-.131c-.103-.023-.218-.105-.188-.262.28-1.476 1.62-1.921 2.821-1.921zm10.628.062c.53 0 1.107.217 1.46.704.4.543.318 1.328.318 2.02v4.063a.238.238 0 01-.244.232h-1.26a.236.236 0 01-.227-.231v-3.414c0-.271.024-.949-.035-1.206-.095-.434-.377-.555-.742-.555a.837.837 0 00-.754.527c-.093.233-.113.576-.117.886v3.761a.238.238 0 01-.244.232h-1.26a.236.236 0 01-.227-.231v-3.639c.012-.694.027-1.55-.778-1.55-.816 0-.87.834-.872 1.544v3.644a.237.237 0 01-.244.232h-1.262a.237.237 0 01-.225-.212v-6.44c0-.128.11-.231.244-.231l1.175-.001c.123.007.222.1.23.216v.842h.023c.306-.814.883-1.193 1.66-1.193.79 0 1.284.38 1.638 1.193.306-.814 1-1.193 1.743-1.193zm6.596 4.123v-.451l-.261.006c-.826.039-1.616.29-1.616 1.257 0 .543.284.91.767.91.354 0 .673-.217.874-.57.217-.38.235-.74.236-1.152zm-16.542.174l.002-.625-.261.006c-.827.039-1.616.29-1.616 1.257 0 .543.283.91.768.91.354 0 .673-.217.873-.57.186-.326.226-.637.234-.978zm28.051-2.983c-.842 0-.97 1.032-.987 1.81l-.002.45c.005.84.07 2.252.978 2.252.977 0 1.024-1.355 1.024-2.181 0-.542-.023-1.192-.188-1.707-.128-.403-.369-.586-.708-.618L51 10.803zM50.99 9.49c1.872 0 2.885 1.599 2.885 3.63 0 1.966-1.12 3.524-2.885 3.524-1.838 0-2.84-1.599-2.84-3.59 0-2.006 1.013-3.564 2.84-3.564zm5.314 7.019h-1.257a.236.236 0 01-.227-.231l-.002-6.442a.238.238 0 01.242-.21l1.171-.001c.11.006.2.08.224.18v.986h.024c.353-.881.848-1.3 1.719-1.3.565 0 1.12.202 1.472.758.33.514.33 1.381.33 2.005v4.052a.239.239 0 01-.241.203h-1.266a.238.238 0 01-.224-.203l.001-3.947c-.006-.625-.093-1.284-.79-1.284-.307 0-.589.204-.73.515-.177.393-.2.786-.2 1.22v3.467a.241.241 0 01-.246.232z"
32
35
  })]
33
- })
36
+ })]
34
37
  }));
35
38
  });
36
39
  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
  fill: "currentColor",
16
17
  fillRule: "evenodd",
17
18
  height: size,
@@ -24,14 +25,16 @@ 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: "M6.763 11.212c0 .296.032.535.088.71.064.176.144.368.256.576.04.063.056.127.056.183 0 .08-.048.16-.152.24l-.503.335a.383.383 0 01-.208.072c-.08 0-.16-.04-.239-.112a2.47 2.47 0 01-.287-.375 6.18 6.18 0 01-.248-.471c-.622.734-1.405 1.101-2.347 1.101-.67 0-1.205-.191-1.596-.574-.39-.384-.59-.894-.59-1.533 0-.678.24-1.23.726-1.644.487-.415 1.133-.623 1.955-.623.272 0 .551.024.846.064.296.04.6.104.918.176v-.583c0-.607-.127-1.03-.375-1.277-.255-.248-.686-.367-1.3-.367-.28 0-.568.031-.863.103-.295.072-.583.16-.862.272a2.4 2.4 0 01-.28.104.488.488 0 01-.127.023c-.112 0-.168-.08-.168-.247v-.391c0-.128.016-.224.056-.28a.597.597 0 01.224-.167 4.577 4.577 0 011.005-.36 4.84 4.84 0 011.246-.151c.95 0 1.644.216 2.091.647.44.43.662 1.085.662 1.963v2.586h.016zm-3.24 1.214c.263 0 .534-.048.822-.144a1.78 1.78 0 00.758-.51 1.27 1.27 0 00.272-.512c.047-.191.08-.423.08-.694v-.335a6.66 6.66 0 00-.735-.136 6.02 6.02 0 00-.75-.048c-.535 0-.926.104-1.19.32-.263.215-.39.518-.39.917 0 .375.095.655.295.846.191.2.47.296.838.296zm6.41.862c-.144 0-.24-.024-.304-.08-.064-.048-.12-.16-.168-.311L7.586 6.726a1.398 1.398 0 01-.072-.32c0-.128.064-.2.191-.2h.783c.151 0 .255.025.31.08.065.048.113.16.16.312l1.342 5.284 1.245-5.284c.04-.16.088-.264.151-.312a.549.549 0 01.32-.08h.638c.152 0 .256.025.32.08.063.048.12.16.151.312l1.261 5.348 1.381-5.348c.048-.16.104-.264.16-.312a.52.52 0 01.311-.08h.743c.127 0 .2.065.2.2 0 .04-.009.08-.017.128a1.137 1.137 0 01-.056.2l-1.923 6.17c-.048.16-.104.263-.168.311a.51.51 0 01-.303.08h-.687c-.15 0-.255-.024-.32-.08-.063-.056-.119-.16-.15-.32L12.32 7.747l-1.23 5.14c-.04.16-.087.264-.15.32-.065.056-.177.08-.32.08l-.686.001zm10.256.215c-.415 0-.83-.048-1.229-.143-.399-.096-.71-.2-.918-.32-.128-.071-.215-.151-.247-.223a.563.563 0 01-.048-.224v-.407c0-.167.064-.247.183-.247.048 0 .096.008.144.024.048.016.12.048.2.08.271.12.566.215.878.279.32.064.63.096.95.096.502 0 .894-.088 1.165-.264a.86.86 0 00.415-.758.777.777 0 00-.215-.559c-.144-.151-.416-.287-.807-.415l-1.157-.36c-.583-.183-1.014-.454-1.277-.813a1.902 1.902 0 01-.4-1.158c0-.335.073-.63.216-.886.144-.255.335-.479.575-.654.24-.184.51-.32.83-.415.32-.096.655-.136 1.006-.136.175 0 .36.008.535.032.183.024.35.056.518.088.16.04.312.08.455.127.144.048.256.096.336.144a.69.69 0 01.24.2.43.43 0 01.071.263v.375c0 .168-.064.256-.184.256a.83.83 0 01-.303-.096 3.652 3.652 0 00-1.532-.311c-.455 0-.815.071-1.062.223-.248.152-.375.383-.375.71 0 .224.08.416.24.567.16.152.454.304.877.44l1.134.358c.574.184.99.44 1.237.767.247.327.367.702.367 1.117 0 .343-.072.655-.207.926a2.157 2.157 0 01-.583.703c-.248.2-.543.343-.886.447-.36.111-.734.167-1.142.167z"
30
33
  }), /*#__PURE__*/_jsx("path", {
31
34
  d: "M.378 15.475c3.384 1.963 7.56 3.153 11.877 3.153 2.914 0 6.114-.607 9.06-1.852.44-.2.814.287.383.607-2.626 1.94-6.442 2.969-9.722 2.969-4.598 0-8.74-1.7-11.87-4.526-.247-.223-.024-.527.272-.351zm23.531-.2c.287.36-.08 2.826-1.485 4.007-.215.184-.423.088-.327-.151l.175-.439c.343-.88.802-2.198.52-2.555-.336-.43-2.22-.207-3.074-.103-.255.032-.295-.192-.063-.36 1.5-1.053 3.967-.75 4.254-.399z",
32
35
  fill: "#F90"
33
36
  })]
34
- })
37
+ })]
35
38
  }));
36
39
  });
37
40
  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,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,13 +25,15 @@ 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: "M6.763 11.212c0 .296.032.535.088.71.064.176.144.368.256.576.04.063.056.127.056.183 0 .08-.048.16-.152.24l-.503.335a.383.383 0 01-.208.072c-.08 0-.16-.04-.239-.112a2.47 2.47 0 01-.287-.375 6.18 6.18 0 01-.248-.471c-.622.734-1.405 1.101-2.347 1.101-.67 0-1.205-.191-1.596-.574-.39-.384-.59-.894-.59-1.533 0-.678.24-1.23.726-1.644.487-.415 1.133-.623 1.955-.623.272 0 .551.024.846.064.296.04.6.104.918.176v-.583c0-.607-.127-1.03-.375-1.277-.255-.248-.686-.367-1.3-.367-.28 0-.568.031-.863.103-.295.072-.583.16-.862.272-.09.04-.184.075-.28.104a.488.488 0 01-.127.023c-.112 0-.168-.08-.168-.247v-.391c0-.128.016-.224.056-.28a.597.597 0 01.224-.167 4.577 4.577 0 011.005-.36 4.84 4.84 0 011.246-.151c.95 0 1.644.216 2.091.647.44.43.662 1.085.662 1.963v2.586h.016zm-3.24 1.214c.263 0 .534-.048.822-.144a1.78 1.78 0 00.758-.51 1.27 1.27 0 00.272-.512c.047-.191.08-.423.08-.694v-.335a6.66 6.66 0 00-.735-.136 6.02 6.02 0 00-.75-.048c-.535 0-.926.104-1.19.32-.263.215-.39.518-.39.917 0 .375.095.655.295.846.191.2.47.296.838.296zm6.41.862c-.144 0-.24-.024-.304-.08-.064-.048-.12-.16-.168-.311L7.586 6.726a1.398 1.398 0 01-.072-.32c0-.128.064-.2.191-.2h.783c.151 0 .255.025.31.08.065.048.113.16.16.312l1.342 5.284 1.245-5.284c.04-.16.088-.264.151-.312a.549.549 0 01.32-.08h.638c.152 0 .256.025.32.08.063.048.12.16.151.312l1.261 5.348 1.381-5.348c.048-.16.104-.264.16-.312a.52.52 0 01.311-.08h.743c.127 0 .2.065.2.2 0 .04-.009.08-.017.128a1.137 1.137 0 01-.056.2l-1.923 6.17c-.048.16-.104.263-.168.311a.51.51 0 01-.303.08h-.687c-.15 0-.255-.024-.32-.08-.063-.056-.119-.16-.15-.32L12.32 7.747l-1.23 5.14c-.04.16-.087.264-.15.32-.065.056-.177.08-.32.08l-.686.001zm10.256.215c-.415 0-.83-.048-1.229-.143-.399-.096-.71-.2-.918-.32-.128-.071-.215-.151-.247-.223a.563.563 0 01-.048-.224v-.407c0-.167.064-.247.183-.247.048 0 .096.008.144.024.048.016.12.048.2.08.271.12.566.215.878.279.32.064.63.096.95.096.502 0 .894-.088 1.165-.264a.86.86 0 00.415-.758.777.777 0 00-.215-.559c-.144-.151-.416-.287-.807-.415l-1.157-.36c-.583-.183-1.014-.454-1.277-.813a1.902 1.902 0 01-.4-1.158c0-.335.073-.63.216-.886.144-.255.335-.479.575-.654.24-.184.51-.32.83-.415.32-.096.655-.136 1.006-.136.175 0 .36.008.535.032.183.024.35.056.518.088.16.04.312.08.455.127.144.048.256.096.336.144a.69.69 0 01.24.2.43.43 0 01.071.263v.375c0 .168-.064.256-.184.256a.83.83 0 01-.303-.096 3.652 3.652 0 00-1.532-.311c-.455 0-.815.071-1.062.223-.248.152-.375.383-.375.71 0 .224.08.416.24.567.16.152.454.304.877.44l1.134.358c.574.184.99.44 1.237.767.247.327.367.702.367 1.117 0 .343-.072.655-.207.926a2.157 2.157 0 01-.583.703c-.248.2-.543.343-.886.447-.36.111-.734.167-1.142.167z"
30
33
  }), /*#__PURE__*/_jsx("path", {
31
34
  d: "M.378 15.475c3.384 1.963 7.56 3.153 11.877 3.153 2.914 0 6.114-.607 9.06-1.852.44-.2.814.287.383.607-2.626 1.94-6.442 2.969-9.722 2.969-4.598 0-8.74-1.7-11.87-4.526-.247-.223-.024-.527.272-.351zm23.531-.2c.287.36-.08 2.826-1.485 4.007-.215.184-.423.088-.327-.151l.175-.439c.343-.88.802-2.198.52-2.555-.336-.43-2.22-.207-3.074-.103-.255.032-.295-.192-.063-.36 1.5-1.053 3.967-.75 4.254-.399z"
32
35
  })]
33
- })
36
+ })]
34
37
  }));
35
38
  });
36
39
  export default Icon;