@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
@@ -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: "M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zm1.652 1.123l-.01-.001c.533.097 1.023.233 1.41.404 6.084 2.683 7.396 9.214 1.601 14.338a3.781 3.781 0 01-5.337-.328 3.654 3.654 0 01-.884-3.044c-1.934.6-3.295 2.305-3.524 4.45-.204 1.912.324 4.044 2.056 5.634l.245.067C10.1 22.876 11.036 23 12 23c6.075 0 11-4.925 11-11 0-5.513-4.056-10.08-9.348-10.877zM2.748 6.21c-.178.269-.348.536-.51.803l-.235.394.078-.167A10.957 10.957 0 001 12c0 4.919 3.228 9.083 7.682 10.49l.214.065C3.523 18.528 2.84 14.149 6.47 8.68A2.234 2.234 0 102.748 6.21zm10.157-5.172c4.408 1.33 3.61 5.41 2.447 6.924-.86 1.117-2.922 1.46-3.708 2.238-.666.657-1.077 1.462-1.212 2.291A5.303 5.303 0 0112 12.258a5.672 5.672 0 001.404-11.169 10.51 10.51 0 00-.5-.052z"
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 92 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: "M20.222 9.566c.267.472.774.919 1.522 1.339.749.42 1.463.712 2.145.874l-.578 1.947a8.034 8.034 0 01-1.278-.388 8.589 8.589 0 01-1.522-.785l-.533 2.345h1.089c.548 0 .892.096 1.033.288.14.192.181.45.122.774-.133.87-.3 1.855-.5 2.954l-.544 2.998h-6.022l-.4-1.793h4.31l.623-3.03c.06-.295-.067-.443-.378-.443h-7.578l.711-3.628c-.133.059-.396.162-.788.31-.393.147-.849.28-1.367.398l.467-2.213a9.862 9.862 0 002.077-.807c.66-.347 1.211-.727 1.656-1.14h-3.356l.356-1.725h4.178c.163-.28.318-.62.466-1.018h-4.466l.355-1.77h1.534l-.534-2.655h2.334c.088.487.266 1.372.533 2.655h.8a20.69 20.69 0 00.4-3.03h2.355c-.074 1.194-.207 2.204-.4 3.03h.867a22.19 22.19 0 001.045-2.655h2.333a23.519 23.519 0 01-1.133 2.655H23.8l-.422 1.77H18.51c-.015.074-.148.413-.4 1.018h5.956l-.423 1.725h-3.422zM10.2 2.597c.444 0 .778.045 1 .133.222.089.356.236.4.443.044.206.044.442 0 .708L8.378 21.91H6.11l1.311-6.924h-1.51a81.747 81.747 0 01-.568 2.6 89.375 89.375 0 01-1.122 4.325H2a71.239 71.239 0 001.778-7.058l2.2-12.257H10.2zm-.889 2.301c.03-.162.011-.273-.055-.332-.067-.059-.182-.088-.345-.088H7.8L7.2 7.84h1.556l.555-2.943zm8.6 4.668h-.822a8.103 8.103 0 01-1.578 1.615h3.445a7.048 7.048 0 01-.578-.774 6.104 6.104 0 01-.467-.84zM7.756 13.173l.666-3.54H6.867l-.623 3.54h1.512zm6.644 1.725h3.289l.444-2.035H13.6l1.044.708-.244 1.327zm3.956 2.633l-.4 1.726h-7.667l-.311-1.726h8.378zM32.267 6.823h-2.423l-.822-4.646h2.311l.934 4.646zm11.777-4.447c.652 0 1.07.11 1.256.332.185.221.226.612.122 1.173L42.6 19.677h2.756l-.8 2.058h-4.8a1112.951 1112.951 0 001.777-10.111h-3.555L36.2 21.734h-2.444l1.777-10.11H32.49l.378-1.88h3l.844-4.735 2.156 1.593-.556 3.141h3.556c.34-2.006.63-3.598.866-4.778.045-.207.034-.365-.033-.476-.067-.11-.27-.166-.611-.166h-8.2l-.445-1.947h10.6zm-12.488 5.62l-1.69 9.446c.46-.339 1.438-1.098 2.934-2.278l-.533 2.876a47.11 47.11 0 01-2.778 2.035A66.226 66.226 0 0126.51 22l2.245-12.058h-2.29l.334-1.946h4.756zM54.444 6.535h-2.866c-.563-1.165-1.23-2.677-2-4.535h2.644a55.019 55.019 0 002.222 4.535zm11.49-4.093c.459 0 .807.037 1.044.111.237.074.4.221.489.443.089.22.096.59.022 1.106l-1 7.102H54.533l1.134-8.762h10.266zm-1.178 1.815h-6.89l-.2 1.593h7.156L65 4.61c.044-.235-.037-.353-.244-.353zm-11.312 8.03h-2.822a66.97 66.97 0 01-1.755-4.734H51.4a69.069 69.069 0 002.044 4.735zm3.778-2.898h7.067l.267-1.747h-7.112l-.222 1.747zm2.111 7.213H56.09l-.511 3.363h3.689l-.711 1.947h-5.712l1.534-9.868h2.4l-.4 2.633H59.6l-.267 1.925zm7.49-.93c-.993.355-2.438.812-4.334 1.372l-.4 2.92h4.867l-.69 1.948H59.4l1.4-9.868h2.4l-.4 2.92c1.852-.619 3.281-1.15 4.289-1.592l-.267 2.3zm-16.156-1.747h2.622c-1.304 3.186-2.511 5.848-3.622 7.987h-2.89a92.754 92.754 0 003.89-7.987zM89.4 3.15l-.333 2.036H73.91l.333-2.036H89.4zm.289 8.01h-4.911l-1.2 8.628h5.933l-.778 2.124h-8.2l1.6-10.753h-3.089a20.92 20.92 0 01-1.155 4.016 15.946 15.946 0 01-1.922 3.462c-.778 1.062-1.826 2.154-3.145 3.275h-3.8c1.215-.93 2.197-1.76 2.945-2.49a16.46 16.46 0 001.977-2.311 14.29 14.29 0 001.478-2.7c.415-.988.734-2.072.956-3.252h-5l.31-2.035H90l-.311 2.035z"
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 = "Hunyuan";
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 = "#0053e0";
@@ -1,3 +1,4 @@
1
+ export var TITLE = 'Hunyuan';
1
2
  export var TEXT_MULTIPLE = 0.75;
2
3
  export var SPACE_MULTIPLE = 0.2;
3
4
  export var COLOR_PRIMARY = '#0053e0';
@@ -2,7 +2,7 @@ import { CSSProperties } from 'react';
2
2
  import { type FlexboxProps } from 'react-layout-kit';
3
3
  import { IconType } from "../types";
4
4
  export interface IconAvatarProps extends Omit<FlexboxProps, 'children'> {
5
- Icon: IconType;
5
+ Icon?: IconType;
6
6
  background?: string;
7
7
  color?: string;
8
8
  iconClassName?: string;
@@ -28,7 +28,7 @@ var IconAvatar = /*#__PURE__*/memo(function (_ref) {
28
28
  height: size,
29
29
  width: size
30
30
  }, style),
31
- children: /*#__PURE__*/_jsx(Icon, {
31
+ children: Icon && /*#__PURE__*/_jsx(Icon, {
32
32
  className: iconClassName,
33
33
  size: size * iconMultiple,
34
34
  style: iconStyle
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { type IconAvatarProps } from "../../IconAvatar";
3
+ export type AvatarProps = Omit<IconAvatarProps, 'Icon'>;
4
+ declare const Avatar: import("react").NamedExoticComponent<AvatarProps>;
5
+ export default Avatar;
@@ -0,0 +1,20 @@
1
+ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
+ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
+ var _excluded = ["background"];
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
+ import { memo } from 'react';
7
+ import IconAvatar from "../../IconAvatar";
8
+ import { COLOR_GRADIENT, TITLE } from "../style";
9
+ import Mono from "./Mono";
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ var Avatar = /*#__PURE__*/memo(function (_ref) {
12
+ var background = _ref.background,
13
+ rest = _objectWithoutProperties(_ref, _excluded);
14
+ return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
15
+ Icon: Mono,
16
+ "aria-label": TITLE,
17
+ background: background || COLOR_GRADIENT
18
+ }, rest));
19
+ });
20
+ export default Avatar;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,365 @@
1
+ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
+ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
3
+ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
4
+ var _excluded = ["size", "style"];
5
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
6
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
7
+ import { forwardRef } from 'react';
8
+ import { useFillIds } from "../../hooks/useFillId";
9
+ import { TITLE } from "../style";
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ import { jsxs as _jsxs } from "react/jsx-runtime";
12
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
13
+ var _ref$size = _ref.size,
14
+ size = _ref$size === void 0 ? '1em' : _ref$size,
15
+ style = _ref.style,
16
+ rest = _objectWithoutProperties(_ref, _excluded);
17
+ var _useFillIds = useFillIds(TITLE, 12),
18
+ _useFillIds2 = _slicedToArray(_useFillIds, 12),
19
+ a = _useFillIds2[0],
20
+ b = _useFillIds2[1],
21
+ c = _useFillIds2[2],
22
+ d = _useFillIds2[3],
23
+ e = _useFillIds2[4],
24
+ f = _useFillIds2[5],
25
+ g = _useFillIds2[6],
26
+ h = _useFillIds2[7],
27
+ i = _useFillIds2[8],
28
+ j = _useFillIds2[9],
29
+ k = _useFillIds2[10],
30
+ l = _useFillIds2[11];
31
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
32
+ height: size,
33
+ ref: ref,
34
+ style: _objectSpread({
35
+ flex: 'none',
36
+ lineHeight: 1
37
+ }, style),
38
+ viewBox: "0 0 24 24",
39
+ width: size,
40
+ xmlns: "http://www.w3.org/2000/svg"
41
+ }, rest), {}, {
42
+ children: [/*#__PURE__*/_jsx("title", {
43
+ children: TITLE
44
+ }), /*#__PURE__*/_jsxs("defs", {
45
+ children: [/*#__PURE__*/_jsxs("radialGradient", {
46
+ cx: "48.297%",
47
+ cy: "102.258%",
48
+ fx: "48.297%",
49
+ fy: "102.258%",
50
+ gradientTransform: "matrix(.7039 0 0 1 .143 0)",
51
+ id: a.id,
52
+ r: "94.548%",
53
+ children: [/*#__PURE__*/_jsx("stop", {
54
+ offset: "17.43%",
55
+ stopColor: "#E79F68"
56
+ }), /*#__PURE__*/_jsx("stop", {
57
+ offset: "27.76%",
58
+ stopColor: "#E6A272"
59
+ }), /*#__PURE__*/_jsx("stop", {
60
+ offset: "45.28%",
61
+ stopColor: "#E3AB8D"
62
+ }), /*#__PURE__*/_jsx("stop", {
63
+ offset: "53.12%",
64
+ stopColor: "#E2AF9B"
65
+ }), /*#__PURE__*/_jsx("stop", {
66
+ offset: "78.33%",
67
+ stopColor: "#E1D1CC"
68
+ }), /*#__PURE__*/_jsx("stop", {
69
+ offset: "88.28%",
70
+ stopColor: "#E0E0E0"
71
+ })]
72
+ }), /*#__PURE__*/_jsxs("radialGradient", {
73
+ cx: "46.574%",
74
+ cy: "-17.021%",
75
+ fx: "46.574%",
76
+ fy: "-17.021%",
77
+ gradientTransform: "matrix(0 1 -.7313 0 .341 -.636)",
78
+ id: b.id,
79
+ r: "104.429%",
80
+ children: [/*#__PURE__*/_jsx("stop", {
81
+ offset: "38.96%",
82
+ stopColor: "#CB2D30"
83
+ }), /*#__PURE__*/_jsx("stop", {
84
+ offset: "49.16%",
85
+ stopColor: "#D23730"
86
+ }), /*#__PURE__*/_jsx("stop", {
87
+ offset: "66.46%",
88
+ stopColor: "#E45231"
89
+ }), /*#__PURE__*/_jsx("stop", {
90
+ offset: "71.53%",
91
+ stopColor: "#EA5B31"
92
+ }), /*#__PURE__*/_jsx("stop", {
93
+ offset: "79.21%",
94
+ stopColor: "#EA6032"
95
+ }), /*#__PURE__*/_jsx("stop", {
96
+ offset: "88.7%",
97
+ stopColor: "#EC6F36"
98
+ }), /*#__PURE__*/_jsx("stop", {
99
+ offset: "96.72%",
100
+ stopColor: "#ED823A"
101
+ })]
102
+ }), /*#__PURE__*/_jsxs("radialGradient", {
103
+ cx: "-27.509%",
104
+ cy: "-21.261%",
105
+ fx: "-27.509%",
106
+ fy: "-21.261%",
107
+ gradientTransform: "matrix(1 0 0 .35 0 -.138)",
108
+ id: c.id,
109
+ r: "247.627%",
110
+ children: [/*#__PURE__*/_jsx("stop", {
111
+ offset: "4.48%",
112
+ stopColor: "#CB2D30"
113
+ }), /*#__PURE__*/_jsx("stop", {
114
+ offset: "34.39%",
115
+ stopColor: "#D23730"
116
+ }), /*#__PURE__*/_jsx("stop", {
117
+ offset: "85.12%",
118
+ stopColor: "#E45231"
119
+ }), /*#__PURE__*/_jsx("stop", {
120
+ offset: "100%",
121
+ stopColor: "#EA5B31"
122
+ })]
123
+ }), /*#__PURE__*/_jsxs("radialGradient", {
124
+ cx: "-29.546%",
125
+ cy: "-14.202%",
126
+ fx: "-29.546%",
127
+ fy: "-14.202%",
128
+ gradientTransform: "matrix(.9419 0 0 1 -.017 0)",
129
+ id: d.id,
130
+ r: "145.983%",
131
+ children: [/*#__PURE__*/_jsx("stop", {
132
+ offset: "29.39%",
133
+ stopColor: "#CB2D30"
134
+ }), /*#__PURE__*/_jsx("stop", {
135
+ offset: "51.49%",
136
+ stopColor: "#D23730"
137
+ }), /*#__PURE__*/_jsx("stop", {
138
+ offset: "89%",
139
+ stopColor: "#E45231"
140
+ }), /*#__PURE__*/_jsx("stop", {
141
+ offset: "100%",
142
+ stopColor: "#EA5B31"
143
+ })]
144
+ }), /*#__PURE__*/_jsxs("radialGradient", {
145
+ cx: "-1.091%",
146
+ cy: "131.876%",
147
+ fx: "-1.091%",
148
+ fy: "131.876%",
149
+ gradientTransform: "matrix(.9434 0 0 1 0 0)",
150
+ id: e.id,
151
+ r: "130.022%",
152
+ children: [/*#__PURE__*/_jsx("stop", {
153
+ offset: "4.48%",
154
+ stopColor: "#CB2D30"
155
+ }), /*#__PURE__*/_jsx("stop", {
156
+ offset: "34.39%",
157
+ stopColor: "#D23730"
158
+ }), /*#__PURE__*/_jsx("stop", {
159
+ offset: "85.12%",
160
+ stopColor: "#E45231"
161
+ }), /*#__PURE__*/_jsx("stop", {
162
+ offset: "100%",
163
+ stopColor: "#EA5B31"
164
+ })]
165
+ }), /*#__PURE__*/_jsxs("radialGradient", {
166
+ cx: "127.538%",
167
+ cy: "131.898%",
168
+ fx: "127.538%",
169
+ fy: "131.898%",
170
+ gradientTransform: "matrix(1 0 0 .914 0 .113)",
171
+ id: f.id,
172
+ r: "149.345%",
173
+ children: [/*#__PURE__*/_jsx("stop", {
174
+ offset: "42.32%",
175
+ stopColor: "#CB2D30"
176
+ }), /*#__PURE__*/_jsx("stop", {
177
+ offset: "60.38%",
178
+ stopColor: "#D23730"
179
+ }), /*#__PURE__*/_jsx("stop", {
180
+ offset: "91.02%",
181
+ stopColor: "#E45231"
182
+ }), /*#__PURE__*/_jsx("stop", {
183
+ offset: "100%",
184
+ stopColor: "#EA5B31"
185
+ })]
186
+ }), /*#__PURE__*/_jsxs("radialGradient", {
187
+ cx: "129.457%",
188
+ cy: "-24.912%",
189
+ fx: "129.457%",
190
+ fy: "-24.912%",
191
+ gradientTransform: "matrix(.9605 0 0 1 .051 0)",
192
+ id: g.id,
193
+ r: "139.942%",
194
+ children: [/*#__PURE__*/_jsx("stop", {
195
+ offset: "34.06%",
196
+ stopColor: "#CB2D30"
197
+ }), /*#__PURE__*/_jsx("stop", {
198
+ offset: "54.7%",
199
+ stopColor: "#D23730"
200
+ }), /*#__PURE__*/_jsx("stop", {
201
+ offset: "89.73%",
202
+ stopColor: "#E45231"
203
+ }), /*#__PURE__*/_jsx("stop", {
204
+ offset: "100%",
205
+ stopColor: "#EA5B31"
206
+ })]
207
+ }), /*#__PURE__*/_jsxs("radialGradient", {
208
+ cx: "95.294%",
209
+ cy: "-40.37%",
210
+ fx: "95.294%",
211
+ fy: "-40.37%",
212
+ gradientTransform: "matrix(1 0 0 .3667 0 -.256)",
213
+ id: h.id,
214
+ r: "328.308%",
215
+ children: [/*#__PURE__*/_jsx("stop", {
216
+ offset: "48.33%",
217
+ stopColor: "#CB2D30"
218
+ }), /*#__PURE__*/_jsx("stop", {
219
+ offset: "64.51%",
220
+ stopColor: "#D23730"
221
+ }), /*#__PURE__*/_jsx("stop", {
222
+ offset: "91.95%",
223
+ stopColor: "#E45231"
224
+ }), /*#__PURE__*/_jsx("stop", {
225
+ offset: "100%",
226
+ stopColor: "#EA5B31"
227
+ })]
228
+ }), /*#__PURE__*/_jsxs("radialGradient", {
229
+ cx: "50.033%",
230
+ cy: "50.021%",
231
+ fx: "50.033%",
232
+ fy: "50.021%",
233
+ gradientTransform: "matrix(.5045 0 0 1 .248 0)",
234
+ id: i.id,
235
+ r: "78.647%",
236
+ children: [/*#__PURE__*/_jsx("stop", {
237
+ offset: "4.48%",
238
+ stopColor: "#CB2D30"
239
+ }), /*#__PURE__*/_jsx("stop", {
240
+ offset: "34.39%",
241
+ stopColor: "#D23730"
242
+ }), /*#__PURE__*/_jsx("stop", {
243
+ offset: "85.12%",
244
+ stopColor: "#E45231"
245
+ }), /*#__PURE__*/_jsx("stop", {
246
+ offset: "100%",
247
+ stopColor: "#EA5B31"
248
+ })]
249
+ }), /*#__PURE__*/_jsxs("radialGradient", {
250
+ cx: "50.024%",
251
+ cy: "50.007%",
252
+ fx: "50.024%",
253
+ fy: "50.007%",
254
+ gradientTransform: "matrix(.4925 0 0 1 .254 0)",
255
+ id: j.id,
256
+ r: "80.209%",
257
+ children: [/*#__PURE__*/_jsx("stop", {
258
+ offset: "4.48%",
259
+ stopColor: "#CB2D30"
260
+ }), /*#__PURE__*/_jsx("stop", {
261
+ offset: "34.39%",
262
+ stopColor: "#D23730"
263
+ }), /*#__PURE__*/_jsx("stop", {
264
+ offset: "85.12%",
265
+ stopColor: "#E45231"
266
+ }), /*#__PURE__*/_jsx("stop", {
267
+ offset: "100%",
268
+ stopColor: "#EA5B31"
269
+ })]
270
+ }), /*#__PURE__*/_jsxs("radialGradient", {
271
+ cx: "-46.282%",
272
+ cy: "44.724%",
273
+ fx: "-46.282%",
274
+ fy: "44.724%",
275
+ gradientTransform: "matrix(1 0 0 .9988 0 0)",
276
+ id: k.id,
277
+ r: "121.766%",
278
+ children: [/*#__PURE__*/_jsx("stop", {
279
+ offset: "39.43%",
280
+ stopColor: "#CB2D30"
281
+ }), /*#__PURE__*/_jsx("stop", {
282
+ offset: "58.39%",
283
+ stopColor: "#D23730"
284
+ }), /*#__PURE__*/_jsx("stop", {
285
+ offset: "90.57%",
286
+ stopColor: "#E45231"
287
+ }), /*#__PURE__*/_jsx("stop", {
288
+ offset: "100%",
289
+ stopColor: "#EA5B31"
290
+ })]
291
+ }), /*#__PURE__*/_jsxs("radialGradient", {
292
+ cx: "137.282%",
293
+ cy: "79.026%",
294
+ fx: "137.282%",
295
+ fy: "79.026%",
296
+ gradientTransform: "matrix(1 0 0 .9331 0 .053)",
297
+ id: l.id,
298
+ r: "126.759%",
299
+ children: [/*#__PURE__*/_jsx("stop", {
300
+ offset: "42.05%",
301
+ stopColor: "#CB2D30"
302
+ }), /*#__PURE__*/_jsx("stop", {
303
+ offset: "60.19%",
304
+ stopColor: "#D23730"
305
+ }), /*#__PURE__*/_jsx("stop", {
306
+ offset: "90.97%",
307
+ stopColor: "#E45231"
308
+ }), /*#__PURE__*/_jsx("stop", {
309
+ offset: "100%",
310
+ stopColor: "#EA5B31"
311
+ })]
312
+ })]
313
+ }), /*#__PURE__*/_jsxs("g", {
314
+ fill: "none",
315
+ fillRule: "nonzero",
316
+ children: [/*#__PURE__*/_jsx("path", {
317
+ d: "M13.976 11.91s-.055-2.284 1.1-3.644c1.154-1.359 2.638-2.393 3.572-3.045.935-.652 2.254-1.469 2.089-2.637-.165-1.17-1.088-1.945-5.1-1.945s-6.77.369-9.327 1.7c-2.556 1.332-1.472 3.054-.384 3.345.96.257 2.183.36 3.152 1.383 1.758 1.853 1.573 4.707 1.573 4.707l3.325.136z",
318
+ fill: a.fill
319
+ }), /*#__PURE__*/_jsx("path", {
320
+ d: "M7.38 12.834s-3.132 4.297-3.958 5.358c-.826 1.06-2.528 2.8-2.417 3.017.11.217 1.402.734 1.402.734s6.54.924 7.061.924c.522 0 11.239-3.017 11.239-3.017s-3.764-7.968-4.975-7.506c-1.21.463-8.352.49-8.352.49z",
321
+ fill: "#717578"
322
+ }), /*#__PURE__*/_jsx("path", {
323
+ d: "M12.491 15.39s-.934.815-1.373 1.251c-.44.437-1.67 1.415-1.51 1.577.13.133 1.987-.702 2.18-.798.166-.081 2.216-.835 2.353-.643.137.191-.46.643-.659.924-.185.261-3.458 3.524-4.231 3.725-.556.146-3.93.327-4.04.054-.111-.27 1.208-2.12.88-2.393-.33-.272-1.678.603-2.474 1.066-.795.462-2.032 1.054-2.225 1.082-.193.028-.385-.028-.385-.028s-.058.34 1.65 1.114c1.345.61 2.445 1.17 6.129 1.523 3.683.353 6.32.028 7.858-.191 1.54-.218 4.369-1.089 5.112-1.414.741-.326 1.315-.663 1.237-.896-.028-.082-4.314-5.71-4.314-5.71l-2.313-3.396-3.875 3.152z",
324
+ fill: "#474B4E"
325
+ }), /*#__PURE__*/_jsx("path", {
326
+ d: "M9.79 9.829c-.855.126-1.16 1.086-2.05 2.206-.513.646-.952 1.084-1.196 1.38-.274.332-.637 1.018-.274 1.211.362.193.922-.384 1.075-.703.152-.317.377-.642.589-.419.211.223.225.612-.317 1.06-.543.449-1.178.971-1.117 1.435.06.465.376.598.739.493.362-.104 1.238-1.106 1.57-1.599.333-.492.86-1.345 1.223-1.345.363 0 .357.747-.362 1.584-.83.967-1.235 1.302-2.22 2.183-1.023.913-.89 1.24-.709 1.419.182.18.695.223 1.434-.403.74-.628 1.783-1.807 2.236-2.332.453-.522.86-1.09 1.33-1.06.468.03.346.492.406.718.06.223.06.641.618.641s.86-.568 1.042-1.016c.18-.449.165-1.046.527-1.106.363-.06.407.299.695.867.286.568 1.39 2.927 1.662 3.346.272.419.574 1.21 1.464.94.89-.268-.256-1.897-.528-2.301-.272-.403-1.057-1.764-1.36-2.675-.301-.91-.301-1.196-.104-1.345.195-.15.528.269.967 1.076.437.807.816 1.555 1.162 1.854.346.299.648.269.8.133.15-.133.211-.642-.182-1.03a11.076 11.076 0 01-1.259-1.537 42.745 42.745 0 01-1.488-2.396c-.362-.627-.57-1.058-1.063-1.134-.639-.097-1.098.375-1.46.628-.363.253-.86.389-1.36.359-.498-.03-1.162-.568-1.434-.807-.27-.235-.542-.399-1.055-.325z",
327
+ fill: b.fill
328
+ }), /*#__PURE__*/_jsx("path", {
329
+ d: "M10.236 10.638s.342.072.592.257c.25.186.864.682 1.663.67.8-.01 1.245-.39 1.567-.576.323-.185.623-.154.623-.154s-.542 2.091-2.151 2.153c-2.105.082-2.294-2.35-2.294-2.35z",
330
+ fill: "#EC5F32"
331
+ }), /*#__PURE__*/_jsx("path", {
332
+ d: "M20.242 10.921c-.294.042-.141.459-.1 1.443.043.985.033 1.4.506 1.401.593.002.407-1.235.294-1.61-.11-.375-.346-1.284-.7-1.234z",
333
+ fill: c.fill
334
+ }), /*#__PURE__*/_jsx("path", {
335
+ d: "M20.171 6.12c-.129.255.28.542.659.985.255.3.63 1.04 1.15 1.096.52.055.58-.562.322-.917-.252-.347-.687-.694-1.178-.943-.49-.249-.854-.416-.953-.221z",
336
+ fill: d.fill
337
+ }), /*#__PURE__*/_jsx("path", {
338
+ d: "M13.539 3.649c.155.07.308-.028.364-.236.037-.137.657-1.134 1.571-1.747.743-.5 1.094-.5 1.473-.652.23-.094.435-.445.322-.708-.107-.25-.337-.346-.715-.29-.24.035-1.114.256-1.978 1.18-1.065 1.137-1.122 1.928-1.15 2.066-.028.138-.036.319.113.387z",
339
+ fill: e.fill
340
+ }), /*#__PURE__*/_jsx("path", {
341
+ d: "M11.49 3.774c-.288.076-.533-.333-1.05-.86-.52-.529-.982-.597-1.236-.918-.253-.32-.209-.68.015-.874.223-.194.616-.222.966.041s.8.764 1.122 1.457c.175.375.451 1.084.183 1.154z",
342
+ fill: f.fill
343
+ }), /*#__PURE__*/_jsx("path", {
344
+ d: "M4.68 5.89c-.203-.189-1.012.146-1.633.662-.296.246-.594.537-.717.842-.102.259-.098.587.143.747.218.143.484.076.67-.066.255-.197.432-.594.581-.813.262-.383.697-.747.84-.869.13-.114.27-.36.117-.502z",
345
+ fill: g.fill
346
+ }), /*#__PURE__*/_jsx("path", {
347
+ d: "M5.352 11.13c-.234-.071-.585.182-.879 1.294-.26.984-.34 1.871.315 1.887.688.018.402-.974.483-1.87.08-.894.314-1.24.08-1.31z",
348
+ fill: h.fill
349
+ }), /*#__PURE__*/_jsx("path", {
350
+ d: "M5.29 9.839c.384.076.585-.213.664-.478.062-.212.326-1.312 1.7-1.435 1.329-.12 2.28 1.203 2.417 1.349.138.145.32.171.422.068.091-.09.073-.255-.018-.479-.094-.239-1.192-2.106-3.142-1.861-1.847.231-2.485 1.64-2.469 2.178.014.377.123.598.425.658z",
351
+ fill: i.fill
352
+ }), /*#__PURE__*/_jsx("path", {
353
+ d: "M14.046 9.598c.25.082.367-.194.457-.323.091-.13.572-1.042 1.428-1.479.858-.436 1.503-.484 2.31-.121.43.193.732.715.915 1.034.246.428.588.542.914.363.327-.178.375-.712-.106-1.35-.39-.516-1.26-1.397-2.802-1.243-2.457.243-3.12 2.373-3.184 2.577-.07.235-.103.486.068.542z",
354
+ fill: j.fill
355
+ }), /*#__PURE__*/_jsx("path", {
356
+ d: "M12.862 10.058c.256.026.322-.086.393-.524.16-.987.409-2.85 1.73-4.357 1.043-1.19 2.217-1.046 2.735-.727.453.279.564.546.747.74.183.193.552.424.882.193.276-.192.345-.68-.135-1.214-.479-.534-.968-.97-2.17-1.068-1.203-.098-2.391.667-3.03 1.59-.638.923-1.104 2.232-1.25 3.12-.148.886-.16 1.673-.16 1.857 0 .18.049.368.258.39z",
357
+ fill: k.fill
358
+ }), /*#__PURE__*/_jsx("path", {
359
+ d: "M11.837 10.06c.268-.04.306-.243.27-.558-.037-.315-.276-2.047-.756-3.394-.477-1.347-1.2-2.603-2.612-2.864-1.41-.261-2.531.72-2.689.881-.245.253-.501.676-.195 1.016.306.341.802.076 1.12-.265.318-.34.854-.805 1.726-.538.87.267 1.283 1.074 1.664 1.84.38.765.682 1.867.841 2.45.16.581.26 1.042.323 1.213.062.16.185.237.308.22z",
360
+ fill: l.fill
361
+ })]
362
+ })]
363
+ }));
364
+ });
365
+ export default Icon;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { type IconCombineProps } from "../../IconCombine";
3
+ export interface CombineProps extends Omit<IconCombineProps, 'Icon' | 'Text'> {
4
+ type?: 'color' | 'mono';
5
+ }
6
+ declare const Combine: import("react").NamedExoticComponent<CombineProps>;
7
+ export default Combine;
@@ -0,0 +1,30 @@
1
+ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
+ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
+ var _excluded = ["type", "extraStyle"];
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
+ import { memo } from 'react';
7
+ import IconCombine from "../../IconCombine";
8
+ import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
9
+ import Color from "./Color";
10
+ import Mono from "./Mono";
11
+ import Text from "./Text";
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ var Combine = /*#__PURE__*/memo(function (_ref) {
14
+ var _ref$type = _ref.type,
15
+ type = _ref$type === void 0 ? 'mono' : _ref$type,
16
+ extraStyle = _ref.extraStyle,
17
+ rest = _objectWithoutProperties(_ref, _excluded);
18
+ var Icon = type === 'color' ? Color : Mono;
19
+ return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
20
+ Icon: Icon,
21
+ Text: Text,
22
+ "aria-label": TITLE,
23
+ extraStyle: _objectSpread({
24
+ fontWeight: 500
25
+ }, extraStyle),
26
+ spaceMultiple: SPACE_MULTIPLE,
27
+ textMultiple: TEXT_MULTIPLE
28
+ }, rest));
29
+ });
30
+ export default Combine;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;
@@ -0,0 +1,35 @@
1
+ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
2
+ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
+ var _excluded = ["size", "style"];
4
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
5
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
6
+ import { forwardRef } from 'react';
7
+ import { TITLE } from "../style";
8
+ import { jsx as _jsx } from "react/jsx-runtime";
9
+ import { jsxs as _jsxs } from "react/jsx-runtime";
10
+ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
11
+ var _ref$size = _ref.size,
12
+ size = _ref$size === void 0 ? '1em' : _ref$size,
13
+ style = _ref.style,
14
+ rest = _objectWithoutProperties(_ref, _excluded);
15
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
16
+ fill: "currentColor",
17
+ fillRule: "evenodd",
18
+ height: size,
19
+ ref: ref,
20
+ style: _objectSpread({
21
+ flex: 'none',
22
+ lineHeight: 1
23
+ }, style),
24
+ viewBox: "0 0 24 24",
25
+ width: size,
26
+ xmlns: "http://www.w3.org/2000/svg"
27
+ }, rest), {}, {
28
+ children: [/*#__PURE__*/_jsx("title", {
29
+ children: TITLE
30
+ }), /*#__PURE__*/_jsx("path", {
31
+ d: "M10.881 9.923l.098.081c.52.457 1.009.74 1.313.758.451.028.898-.09 1.23-.323l.093-.066.095-.074c.34-.259.806-.616 1.42-.522.506.079.76.457 1.046.95l.399.687c.358.605.863 1.427 1.244 1.978.4.582.84 1.117 1.234 1.507.234.233.365.54.355.847-.006.204-.073.377-.182.475l-.064.045 3.745 4.954c.053.073.084.116.086.123.078.233-.496.57-1.237.896l-.239.097c-.94.357-3.235 1.048-4.665 1.285l-.208.032c-1.538.219-4.175.544-7.858.19l-.704-.072c-3.128-.355-4.17-.88-5.425-1.45l-.369-.173c-1.013-.495-1.226-.782-1.27-.89l-.01-.047c-.053-.102.281-.527.738-1.06l.743-.852c.274-.312.544-.625.771-.904l.162-.203c.087-.112.2-.26.332-.435l.387-.517 1.89-2.558a.5.5 0 01-.103-.215c-.079-.393.251-.925.459-1.178l.155-.18.443-.492c.18-.202.381-.436.596-.705.198-.248.369-.492.522-.719l.354-.529c.374-.542.724-.946 1.303-1.032.508-.072.826.058 1.121.291zm-.913.089l-.147.014c-.425.062-.696.374-1.027.857l-.454.676c-.132.191-.276.393-.44.6-.22.276-.427.514-.61.72l-.495.55-.096.111c-.212.26-.413.662-.377.849a.09.09 0 00.024.048l.019.014c.014.008.058.03.155-.002.253-.082.55-.417.644-.612.18-.379.359-.57.564-.602a.389.389 0 01.353.134c.133.14.201.322.189.514-.018.28-.193.562-.524.835L7.41 15c-.38.33-.746.7-.71.973.014.106.052.246.153.311.099.064.234.044.33.016.245-.069.973-.84 1.379-1.402l.186-.272.202-.298c.394-.572.738-.98 1.083-.98.17 0 .308.09.38.248.178.378-.06 1.048-.59 1.666-.752.877-1.153 1.234-1.95 1.947l-.287.253c-.66.59-.765.875-.767.99-.002.055.016.092.066.14.1.102.518.132 1.16-.412.68-.578 1.632-1.643 2.106-2.186l.49-.57c.345-.39.69-.71 1.112-.684.454.028.54.36.565.594l.017.229.033.153c.052.251.094.383.398.383.337 0 .609-.283.854-.89.035-.086.062-.18.086-.275l.09-.357c.08-.284.203-.548.507-.599a.707.707 0 01.11-.008c.281 0 .425.198.546.445l.19.414 1.102 2.274c.235.48.453.912.57 1.114l.283.46c.246.382.502.61.994.461.118-.036.153-.095.169-.143.098-.268-.122-.815-.651-1.626l-.155-.232c-.278-.41-1.07-1.777-1.384-2.722l-.102-.324c-.197-.657-.218-1.026.066-1.24a.344.344 0 01.284-.064c.194.04.445.213.983 1.203l.46.845c.238.427.462.784.658.953.24.207.441.217.532.136.054-.056.128-.429-.19-.742-.41-.408-.866-.964-1.283-1.566a43.963 43.963 0 01-1.496-2.408l-.083-.147-.178-.304c-.22-.36-.384-.544-.658-.585-.344-.053-.636.1-.896.283l-.417.31c-.407.284-.948.427-1.488.395-.445-.027-.97-.38-1.337-.673l-.218-.184c-.195-.169-.366-.274-.614-.29l-.131-.001zM5.352 11.13c.233.07 0 .417-.081 1.312-.08.895.205 1.887-.483 1.87-.655-.017-.574-.904-.315-1.888.294-1.112.645-1.365.879-1.294zm14.89-.209c.283-.04.49.534.62.957l.08.277c.113.375.299 1.612-.294 1.61-.384-.001-.45-.275-.483-.906l-.022-.495c-.042-.984-.195-1.401.099-1.443zm-10.006-.283l.098.026c.1.029.26.084.408.174l.116.08.199.145c.314.22.82.511 1.434.502.8-.01 1.245-.39 1.567-.576.323-.185.623-.154.623-.154l-.044.144c-.157.474-.756 1.957-2.107 2.009-2.105.082-2.294-2.35-2.294-2.35zm6.607-7.546l.2.009c1.203.097 1.692.534 2.171 1.068.48.534.411 1.022.135 1.214-.33.23-.699 0-.882-.194-.183-.193-.294-.46-.747-.74-.518-.318-1.692-.462-2.735.728-1.133 1.292-1.476 2.845-1.653 3.884l-.077.473c-.07.438-.137.55-.393.524-.183-.019-.243-.165-.255-.322l-.002-.183c.005-.296.032-.983.158-1.743.147-.887.613-2.196 1.251-3.119.568-.82 1.57-1.516 2.63-1.592l.199-.007zm-8.104.152c1.412.261 2.135 1.517 2.612 2.864.48 1.347.72 3.08.756 3.394.036.315-.002.518-.27.558-.123.018-.246-.06-.308-.22-.056-.151-.142-.532-.272-1.024l-.163-.594c-.17-.604-.425-1.432-.73-2.044l-.166-.33c-.341-.655-.751-1.28-1.497-1.51-.814-.249-1.335.139-1.66.469l-.066.07c-.318.34-.814.605-1.12.264-.306-.34-.05-.763.195-1.016l.117-.107c.352-.299 1.355-1 2.572-.774zm1.736 5.62c.091.224.11.389.018.479-.102.103-.284.077-.422-.068l-.23-.269c-.382-.425-1.175-1.171-2.187-1.08-1.374.123-1.638 1.223-1.7 1.435-.079.265-.28.554-.665.478-.302-.06-.41-.281-.425-.658-.016-.538.622-1.947 2.47-2.178 1.949-.245 3.047 1.622 3.141 1.861zm9.489-1.142c.481.638.433 1.172.106 1.35-.326.179-.668.065-.914-.363-.183-.319-.485-.841-.914-1.034-.808-.363-1.453-.315-2.31.121-.571.291-.975.794-1.208 1.135l-.324.503c-.08.114-.187.218-.354.164-.15-.049-.144-.247-.093-.454l.025-.088c.064-.204.727-2.334 3.184-2.577 1.543-.154 2.413.727 2.802 1.243zM3.047 6.552c.62-.516 1.43-.85 1.634-.661.153.141.014.388-.117.502l-.133.115c-.195.17-.503.456-.707.754-.149.22-.326.616-.582.813-.185.142-.451.21-.669.066-.241-.16-.245-.488-.143-.747.123-.305.421-.596.717-.842zm17.124-.432c.099-.195.463-.028.953.221.491.25.926.596 1.178.943.258.355.197.972-.322.917-.52-.056-.895-.796-1.15-1.096l-.19-.21c-.31-.328-.576-.562-.469-.775zM9.22 1.122c.223-.194.616-.222.966.041s.8.764 1.122 1.457l.08.178c.163.387.333.916.103.976-.288.076-.533-.333-1.05-.86-.52-.529-.982-.597-1.236-.918-.253-.32-.209-.68.015-.874zM16.554.015c.378-.055.608.04.715.291.113.263-.093.614-.322.708-.38.151-.73.151-1.473.652-.86.577-1.46 1.494-1.558 1.715l-.013.032c-.056.208-.21.305-.364.236-.128-.058-.14-.2-.124-.326l.037-.209c.06-.304.261-.997 1.124-1.919.864-.923 1.738-1.144 1.978-1.18z"
32
+ })]
33
+ }));
34
+ });
35
+ export default Icon;
@@ -0,0 +1,3 @@
1
+ import type { IconType } from "../../types";
2
+ declare const Icon: IconType;
3
+ export default Icon;