@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.
- package/README.md +51 -42
- package/es/Anthropic/components/Avatar.js +2 -1
- package/es/Anthropic/components/Mono.js +7 -3
- package/es/Anthropic/components/Text.js +7 -3
- package/es/Anthropic/index.d.ts +1 -0
- package/es/Anthropic/index.js +2 -1
- package/es/Anthropic/style.d.ts +2 -1
- package/es/Anthropic/style.js +2 -1
- package/es/Automatic/components/Avatar.js +2 -1
- package/es/Automatic/components/Color.js +6 -3
- package/es/Automatic/components/Combine.js +2 -1
- package/es/Automatic/components/Mono.js +6 -3
- package/es/Automatic/index.d.ts +1 -0
- package/es/Automatic/index.js +2 -1
- package/es/Automatic/style.d.ts +1 -0
- package/es/Automatic/style.js +1 -0
- package/es/Aws/components/Avatar.js +2 -1
- package/es/Aws/components/BrandColor.js +6 -3
- package/es/Aws/components/BrandMono.js +6 -3
- package/es/Aws/components/Color.js +6 -3
- package/es/Aws/components/Combine.js +2 -1
- package/es/Aws/components/Mono.js +6 -3
- package/es/Aws/components/Text.js +7 -3
- package/es/Aws/index.d.ts +1 -0
- package/es/Aws/index.js +2 -1
- package/es/Aws/style.d.ts +1 -0
- package/es/Aws/style.js +1 -0
- package/es/Azure/components/Avatar.js +2 -1
- package/es/Azure/components/Color.js +4 -1
- package/es/Azure/components/Combine.js +2 -1
- package/es/Azure/components/Mono.js +4 -1
- package/es/Azure/components/Text.js +7 -3
- package/es/Azure/index.d.ts +1 -0
- package/es/Azure/index.js +2 -1
- package/es/Azure/style.d.ts +1 -0
- package/es/Azure/style.js +1 -0
- package/es/Baichuan/components/Avatar.js +2 -1
- package/es/Baichuan/components/Color.js +5 -2
- package/es/Baichuan/components/Combine.js +2 -1
- package/es/Baichuan/components/Mono.js +7 -3
- package/es/Baichuan/components/Text.js +7 -3
- package/es/Baichuan/index.d.ts +1 -0
- package/es/Baichuan/index.js +2 -1
- package/es/Baichuan/style.d.ts +1 -0
- package/es/Baichuan/style.js +1 -0
- package/es/Bedrock/components/Avatar.js +2 -1
- package/es/Bedrock/components/Color.js +5 -2
- package/es/Bedrock/components/Combine.js +2 -2
- package/es/Bedrock/components/Mono.js +7 -3
- package/es/Bedrock/components/Text.js +7 -3
- package/es/Bedrock/index.d.ts +1 -0
- package/es/Bedrock/index.js +2 -1
- package/es/Bedrock/style.d.ts +1 -0
- package/es/Bedrock/style.js +1 -0
- package/es/Bing/components/Avatar.js +2 -1
- package/es/Bing/components/Color.js +5 -2
- package/es/Bing/components/Combine.js +2 -1
- package/es/Bing/components/Mono.js +7 -3
- package/es/Bing/components/Text.js +7 -3
- package/es/Bing/index.d.ts +1 -0
- package/es/Bing/index.js +2 -1
- package/es/Bing/style.d.ts +1 -0
- package/es/Bing/style.js +1 -0
- package/es/ChatGLM/components/Avatar.js +2 -1
- package/es/ChatGLM/components/Color.js +5 -2
- package/es/ChatGLM/components/Combine.js +2 -1
- package/es/ChatGLM/components/Mono.js +7 -3
- package/es/ChatGLM/components/Text.js +7 -3
- package/es/ChatGLM/index.d.ts +1 -0
- package/es/ChatGLM/index.js +2 -1
- package/es/ChatGLM/style.d.ts +1 -0
- package/es/ChatGLM/style.js +1 -0
- package/es/Claude/components/Avatar.d.ts +5 -0
- package/es/Claude/components/Avatar.js +20 -0
- package/es/Claude/components/Color.d.ts +3 -0
- package/es/Claude/components/Color.js +35 -0
- package/es/Claude/components/Combine.d.ts +7 -0
- package/es/Claude/components/Combine.js +26 -0
- package/es/Claude/components/Mono.d.ts +3 -0
- package/es/Claude/components/Mono.js +35 -0
- package/es/Claude/components/Text.d.ts +3 -0
- package/es/Claude/components/Text.js +35 -0
- package/es/Claude/index.d.ts +15 -0
- package/es/Claude/index.js +14 -0
- package/es/Claude/style.d.ts +4 -0
- package/es/Claude/style.js +4 -0
- package/es/Cloudflare/components/Avatar.js +2 -1
- package/es/Cloudflare/components/Color.js +6 -3
- package/es/Cloudflare/components/Combine.js +2 -1
- package/es/Cloudflare/components/Mono.js +6 -3
- package/es/Cloudflare/components/Text.js +7 -3
- package/es/Cloudflare/index.d.ts +1 -0
- package/es/Cloudflare/index.js +2 -1
- package/es/Cloudflare/style.d.ts +1 -0
- package/es/Cloudflare/style.js +1 -0
- package/es/Cohere/components/Avatar.js +2 -1
- package/es/Cohere/components/Color.js +4 -1
- package/es/Cohere/components/Combine.js +2 -1
- package/es/Cohere/components/Mono.js +4 -1
- package/es/Cohere/components/Text.js +7 -3
- package/es/Cohere/index.d.ts +1 -0
- package/es/Cohere/index.js +2 -1
- package/es/Cohere/style.d.ts +1 -0
- package/es/Cohere/style.js +1 -0
- package/es/Colab/components/Avatar.js +2 -1
- package/es/Colab/components/Color.js +6 -3
- package/es/Colab/components/Combine.js +2 -1
- package/es/Colab/components/Mono.js +7 -3
- package/es/Colab/components/Text.js +7 -3
- package/es/Colab/index.d.ts +1 -0
- package/es/Colab/index.js +2 -1
- package/es/Colab/style.d.ts +1 -0
- package/es/Colab/style.js +1 -0
- package/es/Copilot/components/Avatar.js +2 -1
- package/es/Copilot/components/Color.js +5 -2
- package/es/Copilot/components/Combine.js +2 -1
- package/es/Copilot/components/Mono.js +7 -3
- package/es/Copilot/components/Text.js +7 -3
- package/es/Copilot/index.d.ts +1 -0
- package/es/Copilot/index.js +2 -1
- package/es/Copilot/style.d.ts +1 -0
- package/es/Copilot/style.js +1 -0
- package/es/Dalle/components/Avatar.js +3 -4
- package/es/Dalle/components/Color.js +6 -3
- package/es/Dalle/components/Combine.js +2 -1
- package/es/Dalle/components/Mono.js +6 -3
- package/es/Dalle/components/Text.js +7 -3
- package/es/Dalle/index.d.ts +2 -0
- package/es/Dalle/index.js +3 -1
- package/es/Dalle/style.d.ts +2 -0
- package/es/Dalle/style.js +3 -1
- package/es/DeepMind/components/Avatar.js +2 -1
- package/es/DeepMind/components/Color.js +7 -3
- package/es/DeepMind/components/Combine.js +2 -1
- package/es/DeepMind/components/Mono.js +7 -3
- package/es/DeepMind/components/Text.js +7 -3
- package/es/DeepMind/index.d.ts +1 -0
- package/es/DeepMind/index.js +2 -1
- package/es/DeepMind/style.d.ts +1 -0
- package/es/DeepMind/style.js +1 -0
- package/es/Fireworks/components/Avatar.js +2 -1
- package/es/Fireworks/components/Combine.js +2 -1
- package/es/Fireworks/components/Mono.js +7 -3
- package/es/Fireworks/components/Text.js +7 -3
- package/es/Fireworks/index.d.ts +1 -0
- package/es/Fireworks/index.js +2 -1
- package/es/Fireworks/style.d.ts +1 -0
- package/es/Fireworks/style.js +1 -0
- package/es/Gemini/components/Avatar.js +2 -1
- package/es/Gemini/components/BrandColor.js +5 -2
- package/es/Gemini/components/BrandMono.js +7 -3
- package/es/Gemini/components/Color.js +5 -2
- package/es/Gemini/components/Combine.js +2 -1
- package/es/Gemini/components/Mono.js +7 -3
- package/es/Gemini/components/Text.js +7 -3
- package/es/Gemini/index.d.ts +1 -0
- package/es/Gemini/index.js +2 -1
- package/es/Gemini/style.d.ts +1 -0
- package/es/Gemini/style.js +1 -0
- package/es/Gemma/components/Avatar.js +2 -1
- package/es/Gemma/components/Color.js +5 -2
- package/es/Gemma/components/Combine.js +2 -1
- package/es/Gemma/components/Mono.js +7 -3
- package/es/Gemma/components/Simple.js +7 -3
- package/es/Gemma/components/Text.js +7 -3
- package/es/Gemma/index.d.ts +1 -0
- package/es/Gemma/index.js +2 -1
- package/es/Gemma/style.d.ts +1 -0
- package/es/Gemma/style.js +1 -0
- package/es/Github/components/Avatar.js +2 -1
- package/es/Github/components/Combine.js +2 -1
- package/es/Github/components/Mono.js +7 -3
- package/es/Github/components/Text.js +7 -3
- package/es/Github/index.d.ts +1 -0
- package/es/Github/index.js +2 -1
- package/es/Github/style.d.ts +1 -0
- package/es/Github/style.js +1 -0
- package/es/GithubCopilot/components/Avatar.js +2 -1
- package/es/GithubCopilot/components/Combine.js +2 -1
- package/es/GithubCopilot/components/Mono.js +7 -3
- package/es/GithubCopilot/components/Text.js +7 -3
- package/es/GithubCopilot/index.d.ts +1 -0
- package/es/GithubCopilot/index.js +2 -1
- package/es/GithubCopilot/style.d.ts +1 -0
- package/es/GithubCopilot/style.js +1 -0
- package/es/Google/components/Avatar.js +2 -1
- package/es/Google/components/BrandColor.js +6 -3
- package/es/Google/components/BrandMono.js +7 -3
- package/es/Google/components/Color.js +6 -3
- package/es/Google/components/Mono.js +7 -3
- package/es/Google/index.d.ts +1 -0
- package/es/Google/index.js +2 -1
- package/es/Google/style.d.ts +1 -0
- package/es/Google/style.js +1 -0
- package/es/Groq/components/Avatar.d.ts +5 -0
- package/es/Groq/components/Avatar.js +20 -0
- package/es/Groq/components/Mono.d.ts +3 -0
- package/es/Groq/components/Mono.js +35 -0
- package/es/Groq/components/Text.d.ts +3 -0
- package/es/Groq/components/Text.js +35 -0
- package/es/Groq/index.d.ts +11 -0
- package/es/Groq/index.js +10 -0
- package/es/Groq/style.d.ts +4 -0
- package/es/Groq/style.js +4 -0
- package/es/HuggingFace/components/Avatar.js +2 -1
- package/es/HuggingFace/components/Color.js +6 -3
- package/es/HuggingFace/components/Combine.js +2 -1
- package/es/HuggingFace/components/Mono.js +7 -3
- package/es/HuggingFace/components/Text.js +7 -3
- package/es/HuggingFace/index.d.ts +1 -0
- package/es/HuggingFace/index.js +2 -1
- package/es/HuggingFace/style.d.ts +1 -0
- package/es/HuggingFace/style.js +1 -0
- package/es/Hunyuan/components/Avatar.js +2 -1
- package/es/Hunyuan/components/Color.js +6 -3
- package/es/Hunyuan/components/Combine.js +2 -1
- package/es/Hunyuan/components/Mono.js +7 -3
- package/es/Hunyuan/components/Text.js +7 -3
- package/es/Hunyuan/index.d.ts +1 -0
- package/es/Hunyuan/index.js +2 -1
- package/es/Hunyuan/style.d.ts +1 -0
- package/es/Hunyuan/style.js +1 -0
- package/es/IconAvatar/index.d.ts +1 -1
- package/es/IconAvatar/index.js +1 -1
- package/es/LLaVA/components/Avatar.d.ts +5 -0
- package/es/LLaVA/components/Avatar.js +20 -0
- package/es/LLaVA/components/Color.d.ts +3 -0
- package/es/LLaVA/components/Color.js +365 -0
- package/es/LLaVA/components/Combine.d.ts +7 -0
- package/es/LLaVA/components/Combine.js +30 -0
- package/es/LLaVA/components/Mono.d.ts +3 -0
- package/es/LLaVA/components/Mono.js +35 -0
- package/es/LLaVA/components/Text.d.ts +3 -0
- package/es/LLaVA/components/Text.js +35 -0
- package/es/LLaVA/index.d.ts +16 -0
- package/es/LLaVA/index.js +15 -0
- package/es/LLaVA/style.d.ts +5 -0
- package/es/LLaVA/style.js +5 -0
- package/es/Meta/components/Avatar.js +2 -1
- package/es/Meta/components/BrandColor.js +5 -2
- package/es/Meta/components/BrandMono.js +7 -3
- package/es/Meta/components/Color.js +5 -2
- package/es/Meta/components/Combine.js +2 -1
- package/es/Meta/components/Mono.js +7 -3
- package/es/Meta/components/Text.js +7 -3
- package/es/Meta/index.d.ts +1 -0
- package/es/Meta/index.js +2 -1
- package/es/Meta/style.d.ts +1 -0
- package/es/Meta/style.js +1 -0
- package/es/Midjourney/components/Avatar.js +2 -1
- package/es/Midjourney/components/Combine.js +2 -1
- package/es/Midjourney/components/Mono.js +7 -3
- package/es/Midjourney/components/Text.js +7 -3
- package/es/Midjourney/index.d.ts +1 -0
- package/es/Midjourney/index.js +2 -1
- package/es/Midjourney/style.d.ts +1 -0
- package/es/Midjourney/style.js +1 -0
- package/es/Minimax/components/Avatar.js +2 -1
- package/es/Minimax/components/Color.js +5 -2
- package/es/Minimax/components/Combine.js +2 -1
- package/es/Minimax/components/Mono.js +7 -3
- package/es/Minimax/components/Text.js +7 -3
- package/es/Minimax/index.d.ts +1 -0
- package/es/Minimax/index.js +2 -1
- package/es/Minimax/style.d.ts +1 -0
- package/es/Minimax/style.js +1 -0
- package/es/Mistral/components/Avatar.js +2 -1
- package/es/Mistral/components/Color.js +6 -3
- package/es/Mistral/components/Combine.js +2 -1
- package/es/Mistral/components/Mono.js +6 -3
- package/es/Mistral/components/Text.js +7 -3
- package/es/Mistral/index.d.ts +1 -0
- package/es/Mistral/index.js +2 -1
- package/es/Mistral/style.d.ts +1 -0
- package/es/Mistral/style.js +1 -0
- package/es/Moonshot/components/Avatar.js +2 -1
- package/es/Moonshot/components/Combine.js +2 -2
- package/es/Moonshot/components/Mono.js +7 -3
- package/es/Moonshot/components/Text.js +7 -3
- package/es/Moonshot/index.d.ts +1 -0
- package/es/Moonshot/index.js +2 -1
- package/es/Moonshot/style.d.ts +1 -0
- package/es/Moonshot/style.js +1 -0
- package/es/Nvidia/components/Avatar.js +2 -1
- package/es/Nvidia/components/Color.js +7 -3
- package/es/Nvidia/components/Combine.js +2 -1
- package/es/Nvidia/components/Mono.js +7 -3
- package/es/Nvidia/components/Text.js +7 -3
- package/es/Nvidia/index.d.ts +1 -0
- package/es/Nvidia/index.js +2 -1
- package/es/Nvidia/style.d.ts +1 -0
- package/es/Nvidia/style.js +1 -0
- package/es/Ollama/components/Avatar.js +2 -1
- package/es/Ollama/components/Combine.js +2 -2
- package/es/Ollama/components/Mono.js +7 -3
- package/es/Ollama/components/Text.js +7 -3
- package/es/Ollama/index.d.ts +1 -0
- package/es/Ollama/index.js +2 -1
- package/es/Ollama/style.d.ts +1 -0
- package/es/Ollama/style.js +1 -0
- package/es/OpenAI/components/Avatar.js +2 -1
- package/es/OpenAI/components/Combine.js +2 -2
- package/es/OpenAI/components/Mono.js +7 -3
- package/es/OpenAI/components/Text.js +7 -3
- package/es/OpenAI/index.d.ts +1 -0
- package/es/OpenAI/index.js +2 -1
- package/es/OpenAI/style.d.ts +1 -0
- package/es/OpenAI/style.js +1 -0
- package/es/OpenRouter/components/Avatar.d.ts +5 -0
- package/es/OpenRouter/components/Avatar.js +22 -0
- package/es/OpenRouter/components/Combine.d.ts +5 -0
- package/es/OpenRouter/components/Combine.js +21 -0
- package/es/OpenRouter/components/Mono.d.ts +3 -0
- package/es/OpenRouter/components/Mono.js +35 -0
- package/es/OpenRouter/components/Text.d.ts +3 -0
- package/es/OpenRouter/components/Text.js +35 -0
- package/es/OpenRouter/index.d.ts +13 -0
- package/es/OpenRouter/index.js +12 -0
- package/es/OpenRouter/style.d.ts +4 -0
- package/es/OpenRouter/style.js +4 -0
- package/es/Perplexity/components/Avatar.js +2 -1
- package/es/Perplexity/components/Color.js +7 -3
- package/es/Perplexity/components/Combine.js +2 -2
- package/es/Perplexity/components/Mono.js +7 -3
- package/es/Perplexity/components/Text.js +7 -3
- package/es/Perplexity/index.d.ts +1 -0
- package/es/Perplexity/index.js +2 -1
- package/es/Perplexity/style.d.ts +1 -0
- package/es/Perplexity/style.js +1 -0
- package/es/Pollinations/components/Avatar.js +2 -1
- package/es/Pollinations/components/Combine.js +2 -1
- package/es/Pollinations/components/Mono.js +7 -3
- package/es/Pollinations/components/Text.js +7 -3
- package/es/Pollinations/index.d.ts +1 -0
- package/es/Pollinations/index.js +2 -1
- package/es/Pollinations/style.d.ts +1 -0
- package/es/Pollinations/style.js +1 -0
- package/es/Qingyan/components/Avatar.js +2 -1
- package/es/Qingyan/components/Color.js +6 -3
- package/es/Qingyan/components/Combine.js +2 -1
- package/es/Qingyan/components/Mono.js +6 -3
- package/es/Qingyan/components/Text.js +7 -3
- package/es/Qingyan/index.d.ts +1 -0
- package/es/Qingyan/index.js +2 -1
- package/es/Qingyan/style.d.ts +1 -0
- package/es/Qingyan/style.js +1 -0
- package/es/Replicate/components/Avatar.js +2 -1
- package/es/Replicate/components/BrandMono.js +7 -3
- package/es/Replicate/components/Mono.js +7 -3
- package/es/Replicate/index.d.ts +1 -0
- package/es/Replicate/index.js +2 -1
- package/es/Replicate/style.d.ts +1 -0
- package/es/Replicate/style.js +1 -0
- package/es/Spark/components/Avatar.js +2 -1
- package/es/Spark/components/Color.js +4 -1
- package/es/Spark/components/Combine.js +2 -1
- package/es/Spark/components/Mono.js +4 -1
- package/es/Spark/components/Text.js +4 -1
- package/es/Spark/index.d.ts +1 -0
- package/es/Spark/index.js +2 -1
- package/es/Spark/style.d.ts +1 -0
- package/es/Spark/style.js +1 -0
- package/es/Stability/components/Avatar.js +2 -1
- package/es/Stability/components/BrandColor.js +5 -2
- package/es/Stability/components/BrandMono.js +6 -3
- package/es/Stability/components/Color.js +5 -2
- package/es/Stability/components/Combine.js +2 -1
- package/es/Stability/components/Mono.js +6 -3
- package/es/Stability/components/Text.js +7 -3
- package/es/Stability/index.d.ts +1 -0
- package/es/Stability/index.js +2 -1
- package/es/Stability/style.d.ts +1 -0
- package/es/Stability/style.js +1 -0
- package/es/Tongyi/components/Avatar.js +2 -1
- package/es/Tongyi/components/Color.js +5 -2
- package/es/Tongyi/components/Combine.js +2 -1
- package/es/Tongyi/components/Mono.js +7 -3
- package/es/Tongyi/components/Text.js +7 -3
- package/es/Tongyi/index.d.ts +1 -0
- package/es/Tongyi/index.js +2 -1
- package/es/Tongyi/style.d.ts +1 -0
- package/es/Tongyi/style.js +1 -0
- package/es/Wenxin/components/Avatar.js +2 -1
- package/es/Wenxin/components/Color.js +5 -2
- package/es/Wenxin/components/Combine.js +2 -1
- package/es/Wenxin/components/Mono.js +7 -3
- package/es/Wenxin/components/Text.js +7 -3
- package/es/Wenxin/index.d.ts +1 -0
- package/es/Wenxin/index.js +2 -1
- package/es/Wenxin/style.d.ts +1 -0
- package/es/Wenxin/style.js +1 -0
- package/es/WorkersAI/components/Avatar.js +2 -1
- package/es/WorkersAI/components/Color.js +7 -3
- package/es/WorkersAI/components/Combine.js +2 -1
- package/es/WorkersAI/components/Mono.js +7 -3
- package/es/WorkersAI/components/Text.js +7 -3
- package/es/WorkersAI/index.d.ts +1 -0
- package/es/WorkersAI/index.js +2 -1
- package/es/WorkersAI/style.d.ts +1 -0
- package/es/WorkersAI/style.js +1 -0
- package/es/Zhipu/components/Avatar.js +2 -1
- package/es/Zhipu/components/Color.js +7 -3
- package/es/Zhipu/components/Combine.js +2 -2
- package/es/Zhipu/components/Mono.js +7 -3
- package/es/Zhipu/components/Text.js +7 -3
- package/es/Zhipu/index.d.ts +1 -0
- package/es/Zhipu/index.js +2 -1
- package/es/Zhipu/style.d.ts +1 -0
- package/es/Zhipu/style.js +1 -0
- package/es/components/Editor/Color.js +1 -1
- package/es/components/Editor/Mono.js +1 -1
- package/es/components/Editor/Text.d.ts +8 -0
- package/es/components/Editor/Text.js +47 -0
- package/es/components/Editor/index.js +10 -3
- package/es/hooks/useFillId.js +2 -2
- package/es/index.d.ts +4 -0
- package/es/index.js +4 -0
- package/package.json +10 -4
|
@@ -5,6 +5,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
5
5
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
6
|
import { forwardRef } from 'react';
|
|
7
7
|
import { useFillId } from "../../hooks/useFillId";
|
|
8
|
+
import { TITLE } from "../style";
|
|
8
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
10
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
11
|
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
@@ -12,7 +13,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
12
13
|
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
13
14
|
style = _ref.style,
|
|
14
15
|
rest = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
-
var _useFillId = useFillId(
|
|
16
|
+
var _useFillId = useFillId("".concat(TITLE, "-brand")),
|
|
16
17
|
id = _useFillId.id,
|
|
17
18
|
fill = _useFillId.fill;
|
|
18
19
|
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
@@ -26,7 +27,9 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
26
27
|
viewBox: "0 0 128 24",
|
|
27
28
|
xmlns: "http://www.w3.org/2000/svg"
|
|
28
29
|
}, rest), {}, {
|
|
29
|
-
children: [/*#__PURE__*/_jsx("
|
|
30
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
31
|
+
children: TITLE
|
|
32
|
+
}), /*#__PURE__*/_jsx("defs", {
|
|
30
33
|
children: /*#__PURE__*/_jsxs("linearGradient", {
|
|
31
34
|
id: id,
|
|
32
35
|
x1: "50%",
|
|
@@ -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__*/
|
|
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 128 24",
|
|
25
26
|
xmlns: "http://www.w3.org/2000/svg"
|
|
26
27
|
}, rest), {}, {
|
|
27
|
-
children: /*#__PURE__*/
|
|
28
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
29
|
+
children: TITLE
|
|
30
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
28
31
|
children: [/*#__PURE__*/_jsx("path", {
|
|
29
32
|
d: "M6.96 19.315c3.195 0 5.247-1.607 5.247-4.148 0-1.9-1.183-3.244-3.294-3.803l-1.615-.396-.2-.046c-1.138-.272-1.696-.573-1.696-1.431 0-.752.598-1.167 1.61-1.167 3.22 0 4.388 1.167 4.388 1.167V6.964l-.042-.041c-.233-.216-1.47-1.217-4.371-1.217C3.922 5.706 2 7.261 2 9.698c0 1.935 1.253 3.27 3.512 3.832l1.423.341c1.194.286 1.792.597 1.792 1.504 0 .83-.65 1.296-1.792 1.296C3.643 16.67 2 14.915 2 14.915v3.031l.042.045c.238.235 1.52 1.324 4.919 1.324zm15.723-.155v-2.818l-.822.011c-.217 0-.475 0-.774-.005l-.345-.006c-1.41-.024-1.9-.688-1.9-2.244V8.804h3.534v-2.84h-3.534v-2.83h-3.316v2.83h-1.872v2.84h1.872v5.516c0 3.26 1.584 4.84 4.825 4.84h2.332zm62.67 0v-2.818l-.821.011c-.217 0-.476 0-.775-.005l-.344-.006c-1.41-.024-1.9-.688-1.9-2.244V8.804h3.534v-2.84h-3.535v-2.83h-3.315v2.83h-1.872v2.84h1.872v5.516c0 3.26 1.583 4.84 4.824 4.84h2.332zM34.445 5.988V7.91c-.873-1.41-2.494-2.204-4.342-2.204-3.672 0-6.214 2.768-6.214 6.74 0 3.972 2.516 6.714 6.137 6.714 1.874 0 3.52-.794 4.419-2.204v1.922h3.104V5.988h-3.104zm-3.793 10.435c-2.087 0-3.478-1.61-3.478-3.858 0-2.22 1.418-3.857 3.478-3.857 2.087 0 3.612 1.637 3.612 3.857 0 2.248-1.552 3.858-3.612 3.858zm17.67-10.717c-2.078 0-3.321 1.256-4.187 2.564V.074H40.82V18.89h3.216v-1.877c.841 1.358 2.48 2.073 4.286 2.073 3.464 0 5.988-2.717 5.988-6.52 0-3.778-2.202-6.859-5.988-6.859zM47.605 16.2c-2.122 0-3.599-1.609-3.599-3.78 0-2.144 1.612-3.672 3.68-3.672 2.095 0 3.438 1.5 3.438 3.672 0 2.171-1.478 3.78-3.519 3.78zM58.85 3.709c1.031 0 1.799-.745 1.799-1.752 0-1.03-.746-1.752-1.799-1.752-1.03 0-1.777.723-1.777 1.752s.746 1.751 1.777 1.751zM57.203 19.09h3.316V6.093h-3.316v12.998zM72.41 3.708c1.03 0 1.798-.744 1.798-1.751 0-1.03-.745-1.752-1.798-1.752-1.031 0-1.777.723-1.777 1.752s.746 1.751 1.777 1.751zm-1.647 15.383h3.315V6.093h-3.315v12.998zm-6.818-.156h3.417V0h-3.417v18.935zM88.811 24h3.669l7.047-17.98H96.09l-3.08 8.765-3.09-8.765h-3.81L91.22 18.57 88.811 24zm27.214-18.012V7.91c-.873-1.41-2.493-2.204-4.342-2.204-3.672 0-6.214 2.768-6.214 6.74 0 3.972 2.517 6.714 6.137 6.714 1.874 0 3.52-.794 4.419-2.204v1.922h3.104V5.988h-3.104zm-3.793 10.435c-2.087 0-3.478-1.61-3.478-3.858 0-2.22 1.418-3.857 3.478-3.857 2.087 0 3.612 1.637 3.612 3.857 0 2.248-1.551 3.858-3.612 3.858zm11.97-12.715c1.03 0 1.798-.744 1.798-1.751 0-1.03-.746-1.752-1.799-1.752-1.03 0-1.776.723-1.776 1.752s.745 1.751 1.776 1.751zm-1.647 15.383h3.315V6.093h-3.315v12.998z"
|
|
30
33
|
}), /*#__PURE__*/_jsx("path", {
|
|
31
34
|
d: "M101.485 19.258c1.136 0 1.982-.82 1.982-1.93 0-1.134-.822-1.93-1.982-1.93-1.137 0-1.958.796-1.958 1.93s.821 1.93 1.958 1.93z"
|
|
32
35
|
})]
|
|
33
|
-
})
|
|
36
|
+
})]
|
|
34
37
|
}));
|
|
35
38
|
});
|
|
36
39
|
export default Icon;
|
|
@@ -5,6 +5,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
5
5
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
6
|
import { forwardRef } from 'react';
|
|
7
7
|
import { useFillId } from "../../hooks/useFillId";
|
|
8
|
+
import { TITLE } from "../style";
|
|
8
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
10
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
11
|
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
@@ -12,7 +13,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
12
13
|
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
13
14
|
style = _ref.style,
|
|
14
15
|
rest = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
-
var _useFillId = useFillId(
|
|
16
|
+
var _useFillId = useFillId(TITLE),
|
|
16
17
|
id = _useFillId.id,
|
|
17
18
|
fill = _useFillId.fill;
|
|
18
19
|
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
@@ -26,7 +27,9 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
26
27
|
width: size,
|
|
27
28
|
xmlns: "http://www.w3.org/2000/svg"
|
|
28
29
|
}, rest), {}, {
|
|
29
|
-
children: [/*#__PURE__*/_jsx("
|
|
30
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
31
|
+
children: TITLE
|
|
32
|
+
}), /*#__PURE__*/_jsx("defs", {
|
|
30
33
|
children: /*#__PURE__*/_jsxs("linearGradient", {
|
|
31
34
|
id: id,
|
|
32
35
|
x1: "50%",
|
|
@@ -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__*/
|
|
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__*/
|
|
28
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
29
|
+
children: TITLE
|
|
30
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
28
31
|
children: [/*#__PURE__*/_jsx("path", {
|
|
29
32
|
d: "M7.223 21c4.252 0 7.018-2.22 7.018-5.56 0-2.59-1.682-4.236-4.69-4.918l-1.93-.571c-1.694-.375-2.683-.825-2.45-1.975.194-.957.773-1.497 2.122-1.497 4.285 0 5.873 1.497 5.873 1.497v-3.6S11.62 3 7.293 3C3.213 3 1 5.07 1 8.273c0 2.59 1.534 4.097 4.645 4.812l.334.083c.473.144 1.112.335 1.916.572 1.59.375 1.999.773 1.999 1.966 0 1.09-1.15 1.71-2.67 1.71C2.841 17.416 1 15.231 1 15.231v3.989S2.152 21 7.223 21z"
|
|
30
33
|
}), /*#__PURE__*/_jsx("path", {
|
|
31
34
|
d: "M20.374 20.73c1.505 0 2.626-1.073 2.626-2.526 0-1.484-1.089-2.526-2.626-2.526-1.505 0-2.594 1.042-2.594 2.526 0 1.484 1.089 2.526 2.594 2.526z"
|
|
32
35
|
})]
|
|
33
|
-
})
|
|
36
|
+
})]
|
|
34
37
|
}));
|
|
35
38
|
});
|
|
36
39
|
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__*/
|
|
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 202 24",
|
|
24
26
|
xmlns: "http://www.w3.org/2000/svg"
|
|
25
27
|
}, rest), {}, {
|
|
26
|
-
children: /*#__PURE__*/_jsx("
|
|
28
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
29
|
+
children: TITLE
|
|
30
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
27
31
|
d: "M177.697 7.549c1.414 0 2.635.302 3.664.907a6.125 6.125 0 012.38 2.533c.559 1.084.838 2.349.838 3.795 0 1.433-.28 2.692-.838 3.776a6.125 6.125 0 01-2.38 2.533c-1.029.605-2.25.907-3.664.907-1.415 0-2.636-.302-3.665-.907a6.125 6.125 0 01-2.38-2.533c-.558-1.084-.838-2.343-.838-3.776 0-1.446.28-2.711.838-3.795a6.125 6.125 0 012.38-2.533c1.03-.605 2.25-.907 3.665-.907zm-22.013 0c1.766 0 3.158.374 4.174 1.12 1.017.748 1.61 1.765 1.78 3.053l-3.55.219a1.87 1.87 0 00-.392-.825 2.15 2.15 0 00-.787-.592c-.325-.149-.712-.223-1.16-.223-.602 0-1.108.126-1.521.378-.413.252-.62.588-.62 1.007 0 .334.134.616.401.847.267.23.726.416 1.375.556l2.53.51c1.36.28 2.374.729 3.041 1.349.668.62 1.002 1.433 1.002 2.442 0 .917-.269 1.722-.806 2.414-.537.693-1.271 1.232-2.203 1.617-.932.386-2.004.579-3.218.579-1.851 0-3.324-.387-4.42-1.162-1.095-.774-1.737-1.83-1.925-3.166l3.814-.2c.115.564.395.994.838 1.289.443.294 1.01.442 1.702.442.68 0 1.227-.132 1.643-.397.416-.264.627-.606.633-1.025a1.084 1.084 0 00-.446-.87c-.291-.228-.74-.402-1.347-.524l-2.422-.483c-1.366-.273-2.38-.747-3.045-1.421s-.997-1.534-.997-2.579c0-.899.244-1.673.733-2.323.488-.65 1.177-1.151 2.066-1.504.89-.352 1.932-.528 3.127-.528zm-82.058 0c.922 0 1.783.147 2.58.442a5.816 5.816 0 012.095 1.326c.597.589 1.063 1.328 1.397 2.218.334.89.5 1.93.5 3.121v1.066h-9.522c0 .702.13 1.3.387 1.804a2.77 2.77 0 001.097 1.166c.474.274 1.035.41 1.684.41.431 0 .826-.06 1.184-.182.358-.121.664-.303.92-.546.254-.243.448-.541.582-.893l3.587.237a4.895 4.895 0 01-1.115 2.255c-.562.64-1.284 1.139-2.167 1.494-.883.355-1.901.533-3.054.533-1.439 0-2.675-.293-3.71-.88a5.945 5.945 0 01-2.39-2.496c-.558-1.078-.837-2.355-.837-3.831 0-1.44.279-2.703.837-3.79.559-1.088 1.346-1.935 2.363-2.543 1.016-.607 2.21-.911 3.582-.911zM9.556 2.811c1.384 0 2.593.237 3.628.71 1.034.474 1.84 1.134 2.417 1.978.576.844.873 1.822.892 2.934h-3.778c-.073-.735-.386-1.306-.938-1.713-.552-.407-1.302-.61-2.248-.61-.644 0-1.187.089-1.63.268-.443.18-.781.427-1.015.743-.234.316-.35.674-.35 1.075-.013.334.059.626.213.875.155.249.37.463.642.642.273.18.589.334.947.465.269.098.55.184.847.26l1.975.473c.813.182 1.56.425 2.24.73.68.303 1.268.676 1.766 1.12.497.443.884.966 1.16 1.567.276.601.418 1.29.424 2.068-.006 1.142-.296 2.131-.87 2.966-.573.835-1.399 1.482-2.476 1.941-1.077.459-2.374.688-3.892.688-1.505 0-2.814-.23-3.928-.693-1.113-.461-1.981-1.146-2.603-2.054-.622-.908-.949-2.034-.979-3.376h3.814c.043.626.223 1.146.542 1.563.319.416.746.728 1.284.938.537.21 1.145.314 1.825.314.667 0 1.249-.097 1.743-.291.495-.195.879-.465 1.152-.811.273-.346.41-.744.41-1.194 0-.419-.124-.771-.37-1.057-.245-.285-.603-.528-1.074-.729-.376-.16-.82-.309-1.33-.446l-2.425-.61c-1.572-.383-2.813-.982-3.723-1.796-.91-.814-1.362-1.91-1.356-3.289-.006-1.13.295-2.117.905-2.961.61-.844 1.45-1.504 2.517-1.977 1.069-.474 2.282-.711 3.642-.711zM35.2 7.549c.777 0 1.522.091 2.235.273a5.89 5.89 0 011.903.848c.555.382.994.873 1.315 1.471.322.599.483 1.314.483 2.146v9.44h-3.678v-1.941h-.11a3.892 3.892 0 01-.9 1.152c-.377.332-.829.59-1.357.775-.528.185-1.138.278-1.83.278-.892 0-1.687-.157-2.385-.47a3.77 3.77 0 01-1.652-1.393c-.404-.617-.606-1.387-.606-2.31 0-.778.143-1.43.428-1.96a3.466 3.466 0 011.166-1.275 5.642 5.642 0 011.68-.729c.47-.123.96-.218 1.466-.287l1.472-.166.542-.068.466-.066c.497-.076.858-.19 1.083-.342.224-.152.337-.377.337-.674v-.055c0-.577-.18-1.024-.542-1.34-.361-.315-.872-.473-1.534-.473-.698 0-1.253.153-1.666.46a2.16 2.16 0 00-.82 1.152l-3.586-.291c.182-.85.54-1.587 1.074-2.21.534-.622 1.225-1.102 2.071-1.44.847-.336 1.829-.505 2.945-.505zm12.9-4.483v7.016h.118c.17-.377.417-.76.742-1.153.325-.391.75-.72 1.275-.984.525-.264 1.179-.396 1.961-.396 1.02 0 1.96.266 2.822.797.862.532 1.551 1.33 2.067 2.397.516 1.066.774 2.4.774 4.004 0 1.561-.25 2.878-.751 3.95s-1.18 1.883-2.04 2.433c-.858.55-1.819.824-2.88.824-.753 0-1.392-.124-1.917-.373a3.927 3.927 0 01-1.288-.943 4.688 4.688 0 01-.765-1.153h-.173v2.242h-3.823V3.067H48.1zM24.12 4.378v3.353h2.631v2.916h-2.631v6.779c0 .358.055.636.164.834.11.197.263.335.46.414.197.08.426.119.687.119.182 0 .364-.017.546-.05l.42-.078.61 2.889-.272.078-.346.088-.202.048c-.352.082-.78.132-1.284.15-.934.036-1.752-.088-2.453-.374-.701-.285-1.246-.729-1.634-1.33-.389-.601-.58-1.36-.574-2.278v-7.29h-1.911V7.732h1.91l.001-3.353h3.878zm113.82 3.353v8.219c.007.826.228 1.479.665 1.959.437.48 1.023.72 1.757.72.468 0 .905-.108 1.311-.324a2.5 2.5 0 00.988-.961c.252-.425.375-.95.369-1.576V7.73h3.878v13.996h-3.724v-2.542h-.145a4.14 4.14 0 01-1.57 1.977c-.732.498-1.623.747-2.672.747-.935 0-1.757-.213-2.468-.638-.71-.425-1.263-1.03-1.66-1.813-.398-.784-.6-1.722-.606-2.816v-8.91h3.878zM64.314 3.066v18.66h-3.878V3.067h3.878zm55.431-.875c.595 0 1.14.046 1.634.137l.453.088c.273.057.491.11.653.158l-.692 2.916a4.898 4.898 0 00-.56-.137 3.59 3.59 0 00-.678-.064c-.57 0-.968.132-1.192.397-.225.264-.337.633-.337 1.107v.937l2.785.001v2.916h-2.786v11.08h-3.868v-11.08h-1.976V7.73h1.975V6.72c0-1.015.2-1.856.597-2.524a3.775 3.775 0 011.634-1.504c.692-.334 1.478-.5 2.358-.5zm48.54 5.54v13.996h-3.878V7.73h3.878zm-57.088 0v13.996h-3.878V7.73h3.878zM95.41 3.066c1.876 0 3.49.372 4.844 1.116 1.353.744 2.395 1.812 3.127 3.203.73 1.391 1.097 3.055 1.097 4.993 0 1.944-.366 3.614-1.097 5.012a7.608 7.608 0 01-3.141 3.216c-1.363.747-2.99 1.12-4.884 1.12h-6.61V3.067h6.664zm34.22-.875c.595 0 1.14.046 1.634.137l.453.088.302.066c.137.032.254.063.351.092l-.691 2.916a4.898 4.898 0 00-.56-.137 3.59 3.59 0 00-.678-.064c-.57 0-.968.132-1.193.397-.225.264-.337.633-.337 1.107v.937l2.786.001v2.916h-2.787l.001 11.08h-3.869v-11.08h-1.975V7.73h1.974l.001-1.011c0-1.015.199-1.856.596-2.524a3.775 3.775 0 011.635-1.504c.691-.334 1.477-.5 2.357-.5zm65.545 5.358c.971 0 1.818.213 2.54.638.722.425 1.284 1.03 1.684 1.818.4.786.601 1.723.601 2.81v8.912h-3.878v-8.219c.006-.857-.212-1.526-.656-2.01-.443-.482-1.052-.724-1.83-.724-.521 0-.981.113-1.378.338a2.318 2.318 0 00-.929.98c-.222.427-.335.942-.341 1.544v8.09h-3.878V7.732h3.696v2.47h.163c.31-.815.829-1.46 1.557-1.937.728-.477 1.611-.715 2.65-.715zm-157.89 7.69c-.121.08-.287.15-.496.214-.21.064-.445.122-.706.173l-.391.073-.392.064-.71.105a4.794 4.794 0 00-1.192.319c-.34.146-.604.341-.792.587-.188.247-.282.552-.282.916 0 .529.192.931.578 1.207.385.277.875.415 1.47.415.57 0 1.074-.114 1.511-.342.437-.227.78-.536 1.029-.924.249-.39.373-.83.373-1.322V15.24zm140.43-4.729c-.65 0-1.194.186-1.634.556-.44.37-.771.875-.993 1.513-.221.637-.332 1.363-.332 2.177 0 .814.11 1.54.332 2.178.222.638.553 1.14.993 1.508.44.367.984.551 1.634.551.643 0 1.18-.184 1.611-.551.431-.368.757-.87.979-1.508.221-.638.332-1.364.332-2.178 0-.814-.11-1.54-.332-2.177-.222-.638-.548-1.142-.979-1.513-.43-.37-.968-.556-1.611-.556zm-126.757.128c-.63 0-1.163.167-1.597.501-.434.334-.767.808-.997 1.421-.23.614-.346 1.337-.346 2.169 0 .832.115 1.558.346 2.178.23.62.564 1.1 1.001 1.444.437.343.968.515 1.593.515.632 0 1.166-.175 1.603-.524.437-.35.769-.836.996-1.458.228-.623.342-1.341.342-2.155 0-.808-.113-1.519-.337-2.132-.225-.614-.555-1.094-.992-1.44-.437-.346-.974-.52-1.612-.52zm44.243-4.192H92.69v11.9h2.503c1.165 0 2.147-.208 2.945-.624.798-.416 1.399-1.063 1.802-1.94.404-.878.606-2.013.606-3.404 0-1.379-.202-2.506-.606-3.38-.403-.875-1.002-1.519-1.797-1.932-.796-.413-1.776-.62-2.94-.62zm-21.511 4c-.589 0-1.11.136-1.562.406-.452.27-.805.632-1.06 1.084a3.04 3.04 0 00-.381 1.274l-.006.106h5.867c0-.558-.121-1.053-.364-1.485a2.65 2.65 0 00-1.006-1.016c-.428-.246-.924-.369-1.488-.369zM109.266 2c.576 0 1.07.193 1.48.579.409.385.614.845.614 1.38 0 .54-.205 1.004-.615 1.39-.41.385-.903.578-1.48.578-.576 0-1.069-.193-1.478-.578-.41-.386-.615-.85-.615-1.39 0-.535.205-.995.615-1.38.41-.386.902-.579 1.479-.579zm57.088 0c.576 0 1.07.193 1.479.579.41.385.614.845.614 1.38 0 .54-.204 1.004-.614 1.39-.41.385-.903.578-1.48.578-.576 0-1.069-.193-1.479-.578-.41-.386-.614-.85-.614-1.39 0-.535.205-.995.614-1.38.41-.386.903-.579 1.48-.579z"
|
|
28
|
-
})
|
|
32
|
+
})]
|
|
29
33
|
}));
|
|
30
34
|
});
|
|
31
35
|
export default Icon;
|
package/es/Stability/index.d.ts
CHANGED
package/es/Stability/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import Color from "./components/Color";
|
|
|
5
5
|
import Combine from "./components/Combine";
|
|
6
6
|
import Mono from "./components/Mono";
|
|
7
7
|
import Text from "./components/Text";
|
|
8
|
-
import { COLOR_GRADIENT, COLOR_PRIMARY } from "./style";
|
|
8
|
+
import { COLOR_GRADIENT, COLOR_PRIMARY, TITLE } from "./style";
|
|
9
9
|
var Icons = Mono;
|
|
10
10
|
Icons.Color = Color;
|
|
11
11
|
Icons.Text = Text;
|
|
@@ -15,4 +15,5 @@ Icons.Brand = BrandMono;
|
|
|
15
15
|
Icons.BrandColor = BrandColor;
|
|
16
16
|
Icons.colorPrimary = COLOR_PRIMARY;
|
|
17
17
|
Icons.colorGradient = COLOR_GRADIENT;
|
|
18
|
+
Icons.title = TITLE;
|
|
18
19
|
export default Icons;
|
package/es/Stability/style.d.ts
CHANGED
package/es/Stability/style.js
CHANGED
|
@@ -5,7 +5,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
5
5
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
6
|
import { memo } from 'react';
|
|
7
7
|
import IconAvatar from "../../IconAvatar";
|
|
8
|
-
import { COLOR_GRADIENT } from "../style";
|
|
8
|
+
import { COLOR_GRADIENT, TITLE } from "../style";
|
|
9
9
|
import Mono from "./Mono";
|
|
10
10
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
11
11
|
var Avatar = /*#__PURE__*/memo(function (_ref) {
|
|
@@ -13,6 +13,7 @@ var Avatar = /*#__PURE__*/memo(function (_ref) {
|
|
|
13
13
|
rest = _objectWithoutProperties(_ref, _excluded);
|
|
14
14
|
return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
|
|
15
15
|
Icon: Mono,
|
|
16
|
+
"aria-label": TITLE,
|
|
16
17
|
background: background || COLOR_GRADIENT
|
|
17
18
|
}, rest));
|
|
18
19
|
});
|
|
@@ -5,6 +5,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
5
5
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
6
|
import { forwardRef } from 'react';
|
|
7
7
|
import { useFillId } from "../../hooks/useFillId";
|
|
8
|
+
import { TITLE } from "../style";
|
|
8
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
10
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
11
|
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
@@ -12,7 +13,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
12
13
|
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
13
14
|
style = _ref.style,
|
|
14
15
|
rest = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
-
var _useFillId = useFillId(
|
|
16
|
+
var _useFillId = useFillId(TITLE),
|
|
16
17
|
id = _useFillId.id,
|
|
17
18
|
fill = _useFillId.fill;
|
|
18
19
|
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
@@ -26,7 +27,9 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
26
27
|
width: size,
|
|
27
28
|
xmlns: "http://www.w3.org/2000/svg"
|
|
28
29
|
}, rest), {}, {
|
|
29
|
-
children: [/*#__PURE__*/_jsx("
|
|
30
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
31
|
+
children: TITLE
|
|
32
|
+
}), /*#__PURE__*/_jsx("defs", {
|
|
30
33
|
children: /*#__PURE__*/_jsxs("linearGradient", {
|
|
31
34
|
id: id,
|
|
32
35
|
x1: "0%",
|
|
@@ -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";
|
|
@@ -19,6 +19,7 @@ var Combine = /*#__PURE__*/memo(function (_ref) {
|
|
|
19
19
|
return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
|
|
20
20
|
Icon: Icon,
|
|
21
21
|
Text: Text,
|
|
22
|
+
"aria-label": TITLE,
|
|
22
23
|
extraStyle: _objectSpread({
|
|
23
24
|
fontWeight: 500
|
|
24
25
|
}, extraStyle),
|
|
@@ -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__*/
|
|
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("
|
|
28
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
29
|
+
children: TITLE
|
|
30
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
27
31
|
d: "M12.604 1.34c.393.69.784 1.382 1.174 2.075a.18.18 0 00.157.091h5.552c.174 0 .322.11.446.327l1.454 2.57c.19.337.24.478.024.837-.26.43-.513.864-.76 1.3l-.367.658c-.106.196-.223.28-.04.512l2.652 4.637c.172.301.111.494-.043.77-.437.785-.882 1.564-1.335 2.34-.159.272-.352.375-.68.37-.777-.016-1.552-.01-2.327.016a.099.099 0 00-.081.05 575.097 575.097 0 01-2.705 4.74c-.169.293-.38.363-.725.364-.997.003-2.002.004-3.017.002a.537.537 0 01-.465-.271l-1.335-2.323a.09.09 0 00-.083-.049H4.982c-.285.03-.553-.001-.805-.092l-1.603-2.77a.543.543 0 01-.002-.54l1.207-2.12a.198.198 0 000-.197 550.951 550.951 0 01-1.875-3.272l-.79-1.395c-.16-.31-.173-.496.095-.965.465-.813.927-1.625 1.387-2.436.132-.234.304-.334.584-.335a338.3 338.3 0 012.589-.001.124.124 0 00.107-.063l2.806-4.895a.488.488 0 01.422-.246c.524-.001 1.053 0 1.583-.006L11.704 1c.341-.003.724.032.9.34zm-3.432.403a.06.06 0 00-.052.03L6.254 6.788a.157.157 0 01-.135.078H3.253c-.056 0-.07.025-.041.074l5.81 10.156c.025.042.013.062-.034.063l-2.795.015a.218.218 0 00-.2.116l-1.32 2.31c-.044.078-.021.118.068.118l5.716.008c.046 0 .08.02.104.061l1.403 2.454c.046.081.092.082.139 0l5.006-8.76.783-1.382a.055.055 0 01.096 0l1.424 2.53a.122.122 0 00.107.062l2.763-.02a.04.04 0 00.035-.02.041.041 0 000-.04l-2.9-5.086a.108.108 0 010-.113l.293-.507 1.12-1.977c.024-.041.012-.062-.035-.062H9.2c-.059 0-.073-.026-.043-.077l1.434-2.505a.107.107 0 000-.114L9.225 1.774a.06.06 0 00-.053-.031zm6.29 8.02c.046 0 .058.02.034.06l-.832 1.465-2.613 4.585a.056.056 0 01-.05.029.058.058 0 01-.05-.029L8.498 9.841c-.02-.034-.01-.052.028-.054l.216-.012 6.722-.012z"
|
|
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__*/
|
|
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 50 24",
|
|
24
26
|
xmlns: "http://www.w3.org/2000/svg"
|
|
25
27
|
}, rest), {}, {
|
|
26
|
-
children: /*#__PURE__*/_jsx("
|
|
28
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
29
|
+
children: TITLE
|
|
30
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
27
31
|
d: "M6.367 8.85c.577 0 1.047.472 1.047 1.052v7.276c.416.666.855 1.161 1.302 1.486.454.325.978.55 1.586.681.534.117 1.25.197 2.139.246l.34.017c.81.031 2.019.047 3.628.047 2.688 0 5.245-.078 7.663-.225l-.508 2.16c-2.742.155-5.183.224-7.324.224-.786 0-1.578-.01-2.377-.03l-1.204-.04c-1.148-.03-2.072-.108-2.78-.224a6.023 6.023 0 01-1.934-.666c-.577-.325-1.147-.812-1.694-1.462-.416.363-.847.774-1.278 1.223-.432.456-.863.913-1.279 1.385L2 20.026l2.973-2.817v-5.906H2.847V8.85h3.52zM21.36 2.534c.611 0 1.115.465 1.18 1.062l.006.13c0 .457-.254.875-.662 1.068l-.367.184c-.785.404-1.886 1.025-3.299 1.867l-.431.248h3.642c.578 0 1.048.472 1.048 1.053v8.575c0 .558-.077.991-.231 1.285-.154.294-.408.519-.763.674-.354.154-.87.263-1.548.34l-.862.062-.6-2.314.592-.016c.4-.046.662-.124.77-.24.116-.116.17-.34.17-.688v-.163h-3.073v3.111h-2.295v-3.111h-2.904v3.111h-2.34V7.101h4.543l-2.68-1.773.655-.774H9.617v-2.02H21.36zm-6.715 9.9h-2.904v1.222h2.904v-1.223zm5.367 0h-3.072v1.222h3.072v-1.223zm-5.367-3.29h-2.904v1.293h2.904V9.144zm5.367 0h-3.072v1.293h3.072V9.144zM5.127 2c.381.308.814.702 1.306 1.187L7.85 4.614c.118.12.225.232.311.327l-.94 2.802c-.361-.534-1.155-1.4-1.91-2.23-.361-.394-.7-.742-1.016-1.052L5.127 2zm13.261 2.554H13.46l2.171 1.34.568-.31c.994-.535 1.727-.88 2.19-1.03zM31.681 3.2c.77 2.035 1.586 3.808 2.449 5.31.94 1.648 2.033 3.088 3.273 4.318 1.21-1.261 2.226-2.74 3.057-4.443.717-1.47 1.34-3.204 1.872-5.185h3.011c-.724 2.654-1.54 4.9-2.441 6.733-.901 1.835-1.995 3.437-3.289 4.8 1.094.796 2.326 1.532 3.69 2.213A47.716 47.716 0 0048 18.958l-1.425 2.856c-1.933-.851-3.635-1.695-5.113-2.53-1.48-.837-2.796-1.711-3.951-2.64-1.163.913-2.495 1.78-4.013 2.6-1.517.821-3.311 1.665-5.39 2.555l-1.595-2.701c1.918-.72 3.59-1.432 5.006-2.137a24.71 24.71 0 003.774-2.29 22.867 22.867 0 01-3.55-4.714c-1.017-1.765-2.11-4.288-3.027-6.757h2.965zm2.588-1.192h3.196l.647 1.021.455.756c.461.776.929 1.592 1.293 2.224h-3.135l-.508-.887-.362-.614c-.64-1.076-1.163-1.912-1.586-2.5z"
|
|
28
|
-
})
|
|
32
|
+
})]
|
|
29
33
|
}));
|
|
30
34
|
});
|
|
31
35
|
export default Icon;
|
package/es/Tongyi/index.d.ts
CHANGED
package/es/Tongyi/index.js
CHANGED
|
@@ -3,7 +3,7 @@ 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_GRADIENT, COLOR_PRIMARY } from "./style";
|
|
6
|
+
import { COLOR_GRADIENT, COLOR_PRIMARY, TITLE } from "./style";
|
|
7
7
|
var Icons = Mono;
|
|
8
8
|
Icons.Color = Color;
|
|
9
9
|
Icons.Text = Text;
|
|
@@ -11,4 +11,5 @@ Icons.Combine = Combine;
|
|
|
11
11
|
Icons.Avatar = Avatar;
|
|
12
12
|
Icons.colorPrimary = COLOR_PRIMARY;
|
|
13
13
|
Icons.colorGradient = COLOR_GRADIENT;
|
|
14
|
+
Icons.title = TITLE;
|
|
14
15
|
export default Icons;
|
package/es/Tongyi/style.d.ts
CHANGED
package/es/Tongyi/style.js
CHANGED
|
@@ -5,7 +5,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
5
5
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
6
|
import { memo } from 'react';
|
|
7
7
|
import IconAvatar from "../../IconAvatar";
|
|
8
|
-
import { COLOR_GRADIENT } from "../style";
|
|
8
|
+
import { COLOR_GRADIENT, TITLE } from "../style";
|
|
9
9
|
import Mono from "./Mono";
|
|
10
10
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
11
11
|
var Avatar = /*#__PURE__*/memo(function (_ref) {
|
|
@@ -13,6 +13,7 @@ var Avatar = /*#__PURE__*/memo(function (_ref) {
|
|
|
13
13
|
rest = _objectWithoutProperties(_ref, _excluded);
|
|
14
14
|
return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
|
|
15
15
|
Icon: Mono,
|
|
16
|
+
"aria-label": TITLE,
|
|
16
17
|
background: background || COLOR_GRADIENT
|
|
17
18
|
}, rest));
|
|
18
19
|
});
|
|
@@ -5,6 +5,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
5
5
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
6
|
import { forwardRef } from 'react';
|
|
7
7
|
import { useFillId } from "../../hooks/useFillId";
|
|
8
|
+
import { TITLE } from "../style";
|
|
8
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
10
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
11
|
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
@@ -12,7 +13,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
12
13
|
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
13
14
|
style = _ref.style,
|
|
14
15
|
rest = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
-
var _useFillId = useFillId(
|
|
16
|
+
var _useFillId = useFillId(TITLE),
|
|
16
17
|
id = _useFillId.id,
|
|
17
18
|
fill = _useFillId.fill;
|
|
18
19
|
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
@@ -26,7 +27,9 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
26
27
|
width: size,
|
|
27
28
|
xmlns: "http://www.w3.org/2000/svg"
|
|
28
29
|
}, rest), {}, {
|
|
29
|
-
children: [/*#__PURE__*/_jsx("
|
|
30
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
31
|
+
children: TITLE
|
|
32
|
+
}), /*#__PURE__*/_jsx("defs", {
|
|
30
33
|
children: /*#__PURE__*/_jsxs("linearGradient", {
|
|
31
34
|
id: id,
|
|
32
35
|
x1: "9.155%",
|
|
@@ -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__*/
|
|
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("
|
|
28
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
29
|
+
children: TITLE
|
|
30
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
27
31
|
d: "M11.32 1.176a1.4 1.4 0 011.36 0l8.64 4.843c.421.234.68.67.68 1.141v9.68c0 .472-.259.908-.68 1.143l-8.64 4.84a1.4 1.4 0 01-1.36 0l-8.64-4.84A1.31 1.31 0 012 16.84V7.159c0-.471.259-.907.68-1.142l8.64-4.84zm7.42 13.839V8.227L12.002 12 12 19.551l6.059-3.394a1.31 1.31 0 00.68-1.142zM12.68 4.833a1.393 1.393 0 00-1.36 0L5.944 7.846c-.421.235-.68.67-.68 1.142v6.027c0 .47.259.905.68 1.142l2.795 1.566V11.09a1.546 1.546 0 00.221.79 1.527 1.527 0 01-.216-.834l.004-.094.02-.15.018-.084.017-.062.039-.117.062-.142.035-.065.081-.13.094-.122.084-.091.08-.075.125-.1.071-.048.134-.076 5.87-3.29-2.796-1.566z"
|
|
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__*/
|
|
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 47 24",
|
|
24
26
|
xmlns: "http://www.w3.org/2000/svg"
|
|
25
27
|
}, rest), {}, {
|
|
26
|
-
children: /*#__PURE__*/_jsx("
|
|
28
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
29
|
+
children: TITLE
|
|
30
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
27
31
|
d: "M14.205 2.235H10.59v1.878H2.149v2.28H4.75c1.415 4.332 3.262 7.642 5.478 10.077C8.038 17.998 5.307 19.063 2 19.635V22c3.878-.142 7.345-1.256 10.293-3.594 2.949 2.34 6.417 3.452 10.294 3.594v-2.365c-3.307-.572-6.038-1.637-8.229-3.165 2.217-2.435 4.064-5.745 5.478-10.076h2.75v-2.28h-8.382V2.234h.001zm-1.91 12.499c-2.137-2.165-3.541-4.958-4.26-8.339h8.522c-.718 3.38-2.123 6.174-4.26 8.339h-.002zm12.812-4.09c0 3.295-.491 7.58-.692 9.186h2.892c.227-1.867.67-5.916.67-9.186V6.173h-2.872v4.47h.002zm7.64-7.254v14.507c0 .804.436 1.377 1.396 1.377h1.244l6.023-.001v2.4h-7.202v-.026c-.338-.004-.74-.006-1.216-.006-2.554 0-3.313-.886-3.313-3.744V3.39h3.067zM43.89 6.06C44.453 9.666 45 14.418 45 19.275h-2.872c0-4.84-.582-9.655-1.153-13.213zM37.993 2c.36 2.315.733 5.556.733 9.034V16h-2.87v-4.967c0-3.5-.41-6.803-.774-9.034h2.911z"
|
|
28
|
-
})
|
|
32
|
+
})]
|
|
29
33
|
}));
|
|
30
34
|
});
|
|
31
35
|
export default Icon;
|
package/es/Wenxin/index.d.ts
CHANGED
package/es/Wenxin/index.js
CHANGED
|
@@ -3,7 +3,7 @@ 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_GRADIENT, COLOR_PRIMARY } from "./style";
|
|
6
|
+
import { COLOR_GRADIENT, COLOR_PRIMARY, TITLE } from "./style";
|
|
7
7
|
var Icons = Mono;
|
|
8
8
|
Icons.Color = Color;
|
|
9
9
|
Icons.Text = Text;
|
|
@@ -11,4 +11,5 @@ Icons.Combine = Combine;
|
|
|
11
11
|
Icons.Avatar = Avatar;
|
|
12
12
|
Icons.colorPrimary = COLOR_PRIMARY;
|
|
13
13
|
Icons.colorGradient = COLOR_GRADIENT;
|
|
14
|
+
Icons.title = TITLE;
|
|
14
15
|
export default Icons;
|
package/es/Wenxin/style.d.ts
CHANGED
package/es/Wenxin/style.js
CHANGED
|
@@ -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
|
});
|