@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
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
|
+
var _excluded = ["size", "style"];
|
|
4
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
5
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
|
+
import { forwardRef } from 'react';
|
|
7
|
+
import { TITLE } from "../style";
|
|
8
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
11
|
+
var _ref$size = _ref.size,
|
|
12
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
13
|
+
style = _ref.style,
|
|
14
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
height: size,
|
|
19
|
+
ref: ref,
|
|
20
|
+
style: _objectSpread({
|
|
21
|
+
flex: 'none',
|
|
22
|
+
lineHeight: 1,
|
|
23
|
+
width: 'fit-content'
|
|
24
|
+
}, style),
|
|
25
|
+
viewBox: "0 0 82 24",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
27
|
+
}, rest), {}, {
|
|
28
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
29
|
+
children: TITLE
|
|
30
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
31
|
+
d: "M2 21.604V0h3.3v18.8h9.205v2.804H2zm15.549 0V0h3.3v18.8h9.205v2.804H17.549zM39.037 5.08c1.32 0 2.408.275 3.266.825.858.55 1.496 1.33 1.914 2.342.418 1.011.627 2.232.627 3.661v9.697h-2.706l-.23-1.847h-.133a13.662 13.662 0 01-2.392 1.583c-.847.44-1.765.66-2.755.66-.923 0-1.743-.187-2.458-.56a4.106 4.106 0 01-1.682-1.617c-.407-.704-.61-1.528-.61-2.474 0-1.825.775-3.2 2.325-4.123 1.551-.923 4.009-1.572 7.374-1.946 0-.593-.093-1.16-.28-1.698a2.53 2.53 0 00-.973-1.287c-.462-.318-1.09-.478-1.881-.478-.858 0-1.677.154-2.458.462-.78.308-1.523.682-2.227 1.121l-1.22-2.243a16.02 16.02 0 011.847-1.006 12.302 12.302 0 012.194-.775 9.97 9.97 0 012.458-.297zm2.54 8.51c-1.627.198-2.92.456-3.876.775-.957.32-1.64.704-2.046 1.155-.407.45-.61.984-.61 1.6 0 .791.247 1.357.742 1.698.495.34 1.105.511 1.831.511.704 0 1.37-.16 1.996-.478.627-.319 1.282-.786 1.963-1.402V13.59zM45.645 0h3.497l3.81 13.672.628 2.276c.209.758.434 1.555.676 2.39h.132c.181-.626.354-1.23.516-1.814l.478-1.714.84-2.929.179-.634L59.766 0h3.365l-6.928 21.604h-3.86L45.644 0zm27.162 0L80 21.604h-3.497l-1.86-6.201H67.06l-1.875 6.201H61.82L69.013 0h3.794zm-1.88 2.606h-.132a117.461 117.461 0 01-.974 3.644c-.34 1.199-.698 2.392-1.072 3.58l-.899 2.967h6.011l-.889-2.968a102.44 102.44 0 01-1.055-3.579c-.33-1.198-.66-2.413-.99-3.644z"
|
|
32
|
+
})]
|
|
33
|
+
}));
|
|
34
|
+
});
|
|
35
|
+
export default Icon;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import Avatar from './components/Avatar';
|
|
2
|
+
import Color from './components/Color';
|
|
3
|
+
import Combine from './components/Combine';
|
|
4
|
+
import Mono from './components/Mono';
|
|
5
|
+
import Text from './components/Text';
|
|
6
|
+
export type CompoundedIcon = typeof Mono & {
|
|
7
|
+
Avatar: typeof Avatar;
|
|
8
|
+
Color: typeof Color;
|
|
9
|
+
Combine: typeof Combine;
|
|
10
|
+
Text: typeof Text;
|
|
11
|
+
colorGradient: string;
|
|
12
|
+
colorPrimary: string;
|
|
13
|
+
title: string;
|
|
14
|
+
};
|
|
15
|
+
declare const Icons: CompoundedIcon;
|
|
16
|
+
export default Icons;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import Avatar from "./components/Avatar";
|
|
2
|
+
import Color from "./components/Color";
|
|
3
|
+
import Combine from "./components/Combine";
|
|
4
|
+
import Mono from "./components/Mono";
|
|
5
|
+
import Text from "./components/Text";
|
|
6
|
+
import { COLOR_GRADIENT, COLOR_PRIMARY, TITLE } from "./style";
|
|
7
|
+
var Icons = Mono;
|
|
8
|
+
Icons.Color = Color;
|
|
9
|
+
Icons.Text = Text;
|
|
10
|
+
Icons.Combine = Combine;
|
|
11
|
+
Icons.Avatar = Avatar;
|
|
12
|
+
Icons.colorPrimary = COLOR_PRIMARY;
|
|
13
|
+
Icons.colorGradient = COLOR_GRADIENT;
|
|
14
|
+
Icons.title = TITLE;
|
|
15
|
+
export default Icons;
|
|
@@ -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
|
});
|
|
@@ -6,6 +6,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
6
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
7
|
import { forwardRef } from 'react';
|
|
8
8
|
import { useFillIds } from "../../hooks/useFillId";
|
|
9
|
+
import { TITLE } from "../style";
|
|
9
10
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
11
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
11
12
|
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
@@ -13,7 +14,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
13
14
|
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
14
15
|
style = _ref.style,
|
|
15
16
|
rest = _objectWithoutProperties(_ref, _excluded);
|
|
16
|
-
var _useFillIds = useFillIds(
|
|
17
|
+
var _useFillIds = useFillIds("".concat(TITLE, "-brand"), 13),
|
|
17
18
|
_useFillIds2 = _slicedToArray(_useFillIds, 13),
|
|
18
19
|
a = _useFillIds2[0],
|
|
19
20
|
b = _useFillIds2[1],
|
|
@@ -41,7 +42,9 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
41
42
|
viewBox: "0 0 103 24",
|
|
42
43
|
xmlns: "http://www.w3.org/2000/svg"
|
|
43
44
|
}, rest), {}, {
|
|
44
|
-
children: [/*#__PURE__*/
|
|
45
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
46
|
+
children: TITLE
|
|
47
|
+
}), /*#__PURE__*/_jsxs("defs", {
|
|
45
48
|
children: [/*#__PURE__*/_jsxs("linearGradient", {
|
|
46
49
|
id: a.id,
|
|
47
50
|
x1: "75.904%",
|
|
@@ -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 103 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: "M38.337 2.641h3.752l6.38 11.57 6.38-11.57h3.671v19.011H55.46V7.082l-5.594 10.09h-2.872l-5.595-10.09v14.57h-3.06V2.642zm30.058 19.353c-1.418 0-2.664-.314-3.739-.944a6.594 6.594 0 01-2.513-2.614c-.6-1.113-.9-2.39-.9-3.829 0-1.457.293-2.748.88-3.87.587-1.123 1.402-2 2.445-2.635 1.043-.633 2.242-.95 3.596-.95 1.346 0 2.504.319 3.475.957.97.638 1.718 1.532 2.242 2.682.523 1.15.785 2.499.785 4.047v.842h-10.39c.19 1.159.658 2.07 1.403 2.736.745.665 1.686.998 2.824.998.912 0 1.698-.136 2.357-.407a5.997 5.997 0 001.856-1.236l1.625 1.996c-1.616 1.485-3.599 2.227-5.946 2.227zm2.235-11.278c-.642-.656-1.481-.984-2.52-.984-1.011 0-1.858.335-2.54 1.005-.681.67-1.113 1.57-1.293 2.702h7.45c-.09-1.159-.456-2.066-1.097-2.723zm7.748-.712h-2.817V7.492h2.817V3.337h2.953v4.155h4.28v2.512h-4.28v6.369c0 1.059.18 1.815.542 2.267.36.453.98.68 1.855.68.389 0 .718-.016.99-.048l.426-.056c.15-.022.305-.046.467-.073v2.485a8.88 8.88 0 01-2.452.34c-3.187 0-4.781-1.748-4.781-5.242v-6.722zM101 21.654h-2.899v-1.982a5.24 5.24 0 01-1.964 1.718c-.795.403-1.698.604-2.71.604-1.245 0-2.35-.319-3.311-.957-.962-.638-1.718-1.517-2.269-2.635-.55-1.118-.826-2.396-.826-3.836 0-1.448.28-2.73.84-3.843.56-1.113 1.334-1.987 2.323-2.62.989-.634 2.124-.951 3.406-.951.967 0 1.834.188 2.601.563a5.145 5.145 0 011.91 1.596V7.49H101v14.164zm-2.953-9.206c-.316-.806-.815-1.442-1.497-1.908-.682-.466-1.47-.7-2.363-.7-1.265 0-2.272.426-3.021 1.277-.75.851-1.125 2-1.124 3.45 0 1.457.36 2.611 1.083 3.462.722.851 1.702 1.276 2.94 1.276.911 0 1.724-.235 2.438-.706a3.987 3.987 0 001.544-1.9v-4.251zM10.627 2c2.396 0 4.398 1.165 6.792 4.22.375-.507.758-.99 1.153-1.438l.318-.352C20.249 2.984 21.755 2 23.546 2c1.604 0 3.11.706 4.395 1.92l.245.24c2.173 2.215 3.66 5.914 3.821 10.078l.012.446.002.311c0 1.896-.358 3.48-1.042 4.66l-.157.254-.134.19a4.45 4.45 0 01-1.629 1.41l-.17.08a4.372 4.372 0 01-.377.148c-.505.17-1.06.26-1.664.26-.656 0-1.246-.084-1.8-.27-.784-.26-1.485-.72-2.206-1.443l-.236-.245c-.942-1.015-1.92-2.47-3.119-4.482l-1.472-2.481c-.171-.29-.338-.57-.5-.839l-.497-.812-2.209 3.913-.377.652-.373.623C11.374 21.023 9.701 22 7.449 22c-1.528 0-2.78-.534-3.696-1.501l-.187-.207c-.617-.729-1.063-1.673-1.318-2.797l-.07-.338a10.856 10.856 0 01-.17-1.61L2 15.084c.002-.97.08-1.941.235-2.902l.107-.603C2.72 9.643 3.396 7.837 4.3 6.327l.226-.366c1.482-2.303 3.514-3.836 5.816-3.954L10.627 2zm.114 3.272l-.183-.003c-1.13.012-2.19.784-3.06 2.01l-.153.222-.012.022c-.774 1.175-1.383 2.714-1.738 4.386l-.089.448c-.17.93-.257 1.873-.259 2.818l.003.235c.005.224.022.45.05.675l.054.364c.117.639.328 1.15.621 1.528l.113.133.02.02c.379.404.873.615 1.464.615 1.348 0 2.21-.811 4.482-4.333l2.286-3.578 1.144-1.767-.25-.354c-1.744-2.429-2.965-3.32-4.34-3.432l-.153-.009zm12.599-.693l-.204.007c-.88.062-1.687.526-2.518 1.393l-.02.023c-.549.576-1.11 1.329-1.71 2.258.352.52.715 1.082 1.09 1.683l.298.48 1.746 2.92.748 1.2.527.83c.607.946 1.085 1.641 1.5 2.146l.124.146c.358.416.672.686.989.852l.108.051c.284.125.572.174.899.174.22.002.437-.03.647-.092.43-.132.774-.409 1.03-.815l.106-.185.087-.181c.25-.576.373-1.336.373-2.253l-.002-.266-.006-.292c-.102-3.612-1.185-6.752-2.78-8.53l-.193-.206c-.838-.855-1.805-1.343-2.84-1.343z"
|
|
28
|
-
})
|
|
32
|
+
})]
|
|
29
33
|
}));
|
|
30
34
|
});
|
|
31
35
|
export default Icon;
|
|
@@ -6,6 +6,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
6
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
7
|
import { forwardRef } from 'react';
|
|
8
8
|
import { useFillIds } from "../../hooks/useFillId";
|
|
9
|
+
import { TITLE } from "../style";
|
|
9
10
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
10
11
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
11
12
|
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
@@ -13,7 +14,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
13
14
|
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
14
15
|
style = _ref.style,
|
|
15
16
|
rest = _objectWithoutProperties(_ref, _excluded);
|
|
16
|
-
var _useFillIds = useFillIds(
|
|
17
|
+
var _useFillIds = useFillIds(TITLE, 13),
|
|
17
18
|
_useFillIds2 = _slicedToArray(_useFillIds, 13),
|
|
18
19
|
a = _useFillIds2[0],
|
|
19
20
|
b = _useFillIds2[1],
|
|
@@ -39,7 +40,9 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
39
40
|
width: size,
|
|
40
41
|
xmlns: "http://www.w3.org/2000/svg"
|
|
41
42
|
}, rest), {}, {
|
|
42
|
-
children: [/*#__PURE__*/
|
|
43
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
44
|
+
children: TITLE
|
|
45
|
+
}), /*#__PURE__*/_jsxs("defs", {
|
|
43
46
|
children: [/*#__PURE__*/_jsxs("linearGradient", {
|
|
44
47
|
id: a.id,
|
|
45
48
|
x1: "75.897%",
|
|
@@ -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: "M6.897 4c1.915 0 3.516.932 5.43 3.376l.282-.373c.19-.246.383-.484.58-.71l.313-.35C14.588 4.788 15.792 4 17.225 4c1.273 0 2.469.557 3.491 1.516l.218.213c1.73 1.765 2.917 4.71 3.053 8.026l.011.392.002.25c0 1.501-.28 2.759-.818 3.7l-.14.23-.108.153c-.301.42-.664.758-1.086 1.009l-.265.142-.087.04a3.493 3.493 0 01-.302.118 4.117 4.117 0 01-1.33.208c-.524 0-.996-.067-1.438-.215-.614-.204-1.163-.56-1.726-1.116l-.227-.235c-.753-.812-1.534-1.976-2.493-3.586l-1.43-2.41-.544-.895-1.766 3.13-.343.592C7.597 19.156 6.227 20 4.356 20c-1.21 0-2.205-.42-2.936-1.182l-.168-.184c-.484-.573-.837-1.311-1.043-2.189l-.067-.32a8.69 8.69 0 01-.136-1.288L0 14.468c.002-.745.06-1.49.174-2.23l.1-.573c.298-1.53.828-2.958 1.536-4.157l.209-.34c1.177-1.83 2.789-3.053 4.615-3.16L6.897 4zm-.033 2.615l-.201.01c-.83.083-1.606.673-2.252 1.577l-.138.199-.01.018c-.67 1.017-1.185 2.378-1.456 3.845l-.004.022a12.591 12.591 0 00-.207 2.254l.002.188c.004.18.017.36.04.54l.043.291c.092.503.257.908.486 1.208l.117.137c.303.323.698.492 1.17.492 1.1 0 1.796-.676 3.696-3.641l2.175-3.4.454-.701-.139-.198C9.11 7.3 8.084 6.616 6.864 6.616zm10.196-.552l-.176.007c-.635.048-1.223.359-1.82.933l-.196.198c-.439.462-.887 1.064-1.367 1.807l.266.398c.18.274.362.56.55.858l.293.475 1.396 2.335.695 1.114c.583.926 1.03 1.6 1.408 2.082l.213.262c.282.326.529.54.777.673l.102.05c.227.1.457.138.718.138.176.002.35-.023.518-.073.338-.104.61-.32.813-.637l.095-.163.077-.162c.194-.459.29-1.06.29-1.785l-.006-.449c-.08-2.871-.938-5.372-2.2-6.798l-.176-.189c-.67-.683-1.444-1.074-2.27-1.074z"
|
|
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 75 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: "M2 21.73V2.81h2.878V19h9.98v2.73zM17.722 21.73V2h2.69v19.73zM27.352 22c-1.416 0-2.517-.367-3.302-1.101-.784-.735-1.176-1.7-1.176-2.899 0-1.19.441-2.185 1.324-2.986.884-.802 2.294-1.203 4.23-1.203h3.659v-.04c0-2.271-1.04-3.406-3.12-3.406-.87 0-1.603.158-2.2.473a3.828 3.828 0 00-1.446 1.324l-1.842-1.5a5.763 5.763 0 012.266-2.054c.937-.477 2.002-.716 3.194-.716h.296c1.65 0 2.977.477 3.981 1.432 1.005.955 1.507 2.383 1.507 4.284v8.122H32.14v-2.203a5.325 5.325 0 01-2.004 1.831c-.816.428-1.744.642-2.784.642zm.592-2.405c1.04 0 1.905-.237 2.596-.71.69-.473 1.206-1.115 1.547-1.926v-1.027h-3.551c-1.058 0-1.814.17-2.266.507-.453.338-.68.795-.68 1.372 0 1.189.785 1.784 2.354 1.784zM37.776 21.73V8.216h2.69v2.216c.484-.792 1.085-1.414 1.802-1.864.717-.45 1.547-.676 2.488-.676h.296c1.04 0 1.914.257 2.623.77.708.514 1.232 1.252 1.573 2.216.52-.928 1.184-1.657 1.99-2.189.808-.531 1.722-.797 2.744-.797h.296c1.507 0 2.657.527 3.45 1.581.794 1.054 1.19 2.536 1.19 4.446v7.81h-2.69v-7.486c0-2.558-.878-3.838-2.636-3.838h-.269c-.887 0-1.638.282-2.252.845-.615.563-1.074 1.273-1.379 2.128v8.352h-2.69v-7.487c0-2.558-.879-3.838-2.636-3.838h-.269c-.888 0-1.639.282-2.253.845-.614.563-1.074 1.273-1.378 2.128v8.352h-2.69zM65.63 22c-1.417 0-2.518-.367-3.302-1.101-.785-.735-1.177-1.7-1.177-2.899 0-1.19.442-2.185 1.325-2.986.883-.802 2.293-1.203 4.23-1.203h3.658v-.04c0-2.271-1.04-3.406-3.12-3.406-.87 0-1.603.158-2.2.473a3.828 3.828 0 00-1.445 1.324l-1.843-1.5a5.763 5.763 0 012.266-2.054c.937-.477 2.002-.716 3.195-.716h.296c1.65 0 2.976.477 3.98 1.432C72.499 10.28 73 11.707 73 13.608v8.122h-2.582v-2.203a5.325 5.325 0 01-2.004 1.831c-.816.428-1.744.642-2.784.642zm.591-2.405c1.04 0 1.906-.237 2.596-.71.69-.473 1.206-1.115 1.547-1.926v-1.027h-3.55c-1.059 0-1.814.17-2.267.507-.453.338-.68.795-.68 1.372 0 1.189.785 1.784 2.354 1.784z"
|
|
28
|
-
})
|
|
32
|
+
})]
|
|
29
33
|
}));
|
|
30
34
|
});
|
|
31
35
|
export default Icon;
|
package/es/Meta/index.d.ts
CHANGED
package/es/Meta/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/Meta/style.d.ts
CHANGED
package/es/Meta/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
|
color: '#000'
|
|
18
19
|
}, rest));
|
|
@@ -4,7 +4,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
4
4
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
5
|
import { memo } from 'react';
|
|
6
6
|
import IconCombine from "../../IconCombine";
|
|
7
|
-
import { SPACE_MULTIPLE, TEXT_MULTIPLE } from "../style";
|
|
7
|
+
import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
|
|
8
8
|
import Mono from "./Mono";
|
|
9
9
|
import Text from "./Text";
|
|
10
10
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
@@ -13,6 +13,7 @@ var Combine = /*#__PURE__*/memo(function (_ref) {
|
|
|
13
13
|
return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
|
|
14
14
|
Icon: Mono,
|
|
15
15
|
Text: Text,
|
|
16
|
+
"aria-label": TITLE,
|
|
16
17
|
spaceMultiple: SPACE_MULTIPLE,
|
|
17
18
|
textMultiple: TEXT_MULTIPLE
|
|
18
19
|
}, rest));
|
|
@@ -4,13 +4,15 @@ var _excluded = ["size", "style"];
|
|
|
4
4
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
5
5
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
6
|
import { forwardRef } from 'react';
|
|
7
|
+
import { TITLE } from "../style";
|
|
7
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
8
10
|
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
9
11
|
var _ref$size = _ref.size,
|
|
10
12
|
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
11
13
|
style = _ref.style,
|
|
12
14
|
rest = _objectWithoutProperties(_ref, _excluded);
|
|
13
|
-
return /*#__PURE__*/
|
|
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: "M22.369 17.676c-1.387 1.259-3.17 2.378-5.332 3.417.044.03.086.057.13.083l.018.01.019.012c.216.123.42.184.641.184.222 0 .426-.061.642-.184l.018-.011.019-.011c.14-.084.266-.178.492-.366l.178-.148c.279-.232.426-.342.625-.456.304-.174.612-.266.949-.266.337 0 .645.092.949.266l.023.014c.188.109.334.219.602.442l.178.148c.221.184.346.278.483.36l.028.017.018.01c.21.12.407.181.62.185h.022a.31.31 0 110 .618c-.337 0-.645-.092-.95-.266a3.137 3.137 0 01-.09-.054l-.022-.014-.022-.013-.02-.014a5.356 5.356 0 01-.49-.377l-.159-.132a3.836 3.836 0 00-.483-.36l-.027-.017-.019-.01a1.256 1.256 0 00-.641-.185c-.222 0-.426.061-.641.184l-.02.011-.018.011c-.14.084-.266.178-.492.366l-.158.132a5.125 5.125 0 01-.51.39l-.022.014-.022.014-.09.054a1.868 1.868 0 01-.95.266c-.337 0-.644-.092-.949-.266a3.137 3.137 0 01-.09-.054l-.022-.014-.022-.013-.026-.017a4.881 4.881 0 01-.425-.325.308.308 0 01-.12-.1l-.098-.081a3.836 3.836 0 00-.483-.36l-.027-.017-.019-.01a1.256 1.256 0 00-.641-.185c-.222 0-.426.061-.642.184l-.018.011-.019.011c-.14.084-.266.178-.492.366l-.158.132a5.125 5.125 0 01-.51.39l-.023.014-.022.014-.09.054A1.868 1.868 0 0112 22c-.337 0-.645-.092-.949-.266a3.137 3.137 0 01-.09-.054l-.022-.014-.022-.013-.021-.014a5.356 5.356 0 01-.49-.377l-.158-.132a3.836 3.836 0 00-.483-.36l-.028-.017-.018-.01a1.256 1.256 0 00-.642-.185c-.221 0-.425.061-.641.184l-.019.011-.018.011c-.141.084-.266.178-.492.366l-.158.132a5.125 5.125 0 01-.511.39l-.022.014-.022.014-.09.054a1.868 1.868 0 01-.986.264c-.746-.09-1.319-.38-1.89-.866l-.035-.03c-.047-.041-.118-.106-.192-.174l-.196-.181-.107-.1-.011-.01a1.531 1.531 0 00-.336-.253.313.313 0 00-.095-.03h-.005c-.119.022-.238.059-.361.11a.308.308 0 01-.077.061l-.008.005a.309.309 0 01-.126.034 5.66 5.66 0 00-.774.518l-.416.324-.055.043a6.542 6.542 0 01-.324.236c-.305.207-.552.315-.8.315a.31.31 0 01-.01-.618h.01c.09 0 .235-.062.438-.198l.04-.027c.077-.054.163-.117.27-.199l.385-.301.06-.047c.268-.206.506-.373.73-.505l-.633-1.21a.309.309 0 01.254-.451l20.287-1.305a.309.309 0 01.228.537zm-1.118.14L2.369 19.03l.423.809c.128-.045.256-.078.388-.1a.31.31 0 01.052-.005c.132 0 .26.032.386.093.153.073.294.179.483.35l.016.015.092.086.144.134.097.089c.065.06.125.114.16.144.485.418.948.658 1.554.736h.011a1.25 1.25 0 00.6-.172l.021-.011.019-.011.018-.011c.141-.084.266-.178.492-.366l.178-.148c.279-.232.426-.342.625-.456.305-.174.612-.266.95-.266.336 0 .644.092.948.266l.023.014c.188.109.335.219.603.442l.177.148c.222.184.346.278.484.36l.027.017.019.01c.215.124.42.185.641.185.222 0 .426-.061.641-.184l.019-.011.018-.011c.141-.084.267-.178.493-.366l.177-.148c.28-.232.427-.342.626-.456.304-.174.612-.266.949-.266.337 0 .644.092.949.266l.025.015c.187.109.334.22.603.443 1.867-.878 3.448-1.811 4.73-2.832l.02-.016zM3.653 2.026C6.073 3.06 8.69 4.941 10.8 7.258c2.46 2.7 4.109 5.828 4.637 9.149a.31.31 0 01-.421.335c-2.348-.945-4.54-1.258-6.59-1.02-1.739.2-3.337.792-4.816 1.703-.294.182-.62-.182-.405-.454 1.856-2.355 2.581-4.99 2.343-7.794-.195-2.292-1.031-4.61-2.284-6.709a.31.31 0 01.388-.442zM10.04 4.45c1.778.543 3.892 2.102 5.782 4.243 1.984 2.248 3.552 4.934 4.347 7.582a.31.31 0 01-.401.38l-.022-.01-.386-.154a10.594 10.594 0 00-.291-.112l-.016-.006c-.68-.247-1.199-.291-1.944-.101a.31.31 0 01-.375-.218C15.378 11.123 13.073 7.276 9.775 5c-.291-.201-.072-.653.266-.55zM4.273 2.996l.008.015c1.028 1.94 1.708 4.031 1.885 6.113.213 2.513-.31 4.906-1.673 7.092l-.02.031.003-.001c1.198-.581 2.47-.969 3.825-1.132l.055-.006c1.981-.23 4.083.029 6.309.837l.066.025-.007-.039c-.593-2.95-2.108-5.737-4.31-8.179l-.07-.078c-1.785-1.96-3.944-3.6-6.014-4.65l-.057-.028zm7.92 3.238l.048.048c2.237 2.295 3.885 5.431 4.974 9.191l.038.132.022-.004c.71-.133 1.284-.063 1.963.18l.027.01.066.024.046.018-.025-.073c-.811-2.307-2.208-4.62-3.936-6.594l-.058-.065c-1.02-1.155-2.103-2.132-3.15-2.856l-.015-.011z"
|
|
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 134 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: "M2 19.87V3.125h3.217l2.068 7.226 2.16-7.226h3.239v16.747h-2.183v-7.685c0-.811.016-1.71.046-2.696.03-.986.073-1.973.127-2.96l.083-1.407c.029-.446.058-.867.089-1.265l-2.62 8.58h-1.93L3.77 4.065c.138 1.116.238 2.359.299 3.727.061 1.37.092 2.834.092 4.394v7.685H2zm13.556 0v-2.064h4.434V9.318h-3.974V7.253h6.25v10.553h4.158v2.065H15.556zM20.91 5.029c-.521 0-.935-.134-1.241-.401-.307-.268-.46-.631-.46-1.09 0-.474.153-.849.46-1.124.306-.275.72-.413 1.24-.413.521 0 .935.138 1.241.413.307.275.46.65.46 1.124 0 .459-.153.822-.46 1.09-.306.267-.72.401-1.24.401zM32.926 20.1c-1.271 0-2.282-.424-3.033-1.273-.75-.849-1.126-2-1.126-3.453V11.75c0-1.453.376-2.604 1.126-3.453.75-.849 1.762-1.273 3.033-1.273.934 0 1.712.237 2.332.711.564.431.929 1.008 1.094 1.73l.044.22-.046-2.936V3.124h2.274v16.747h-2.251v-2.455c-.138.841-.514 1.499-1.126 1.973-.613.474-1.387.711-2.32.711zm.781-1.973c.812 0 1.455-.252 1.93-.757.475-.505.713-1.216.713-2.133v-3.35c0-.917-.238-1.628-.713-2.133-.475-.505-1.118-.757-1.93-.757-.842 0-1.497.218-1.964.654-.467.436-.7 1.143-.7 2.122v3.578c0 .98.233 1.687.7 2.122.467.436 1.122.654 1.964.654zM42.094 24v-2.065h2.964c.903 0 1.604-.248 2.102-.745.498-.497.747-1.19.747-2.076V9.318h-5.928V7.253h8.202v11.884c0 1.483-.46 2.665-1.378 3.544-.92.88-2.152 1.319-3.7 1.319h-3.01zm6.755-18.972c-.521 0-.935-.134-1.241-.401-.306-.268-.46-.631-.46-1.09 0-.474.154-.849.46-1.124.306-.275.72-.413 1.24-.413.522 0 .935.138 1.241.413.307.275.46.65.46 1.124 0 .459-.153.822-.46 1.09-.306.267-.72.401-1.24.401zm11.327 15.026c-1.547 0-2.776-.443-3.688-1.33-.911-.887-1.367-2.126-1.367-3.717v-2.89c0-1.59.456-2.83 1.367-3.717.912-.887 2.141-1.33 3.688-1.33 1.547 0 2.776.443 3.688 1.33.911.887 1.367 2.126 1.367 3.717v2.89c0 1.59-.456 2.83-1.367 3.717-.912.887-2.14 1.33-3.688 1.33zm0-1.996c.858 0 1.536-.24 2.033-.722.498-.482.747-1.19.747-2.122V11.91c0-.933-.249-1.64-.747-2.122-.497-.481-1.175-.722-2.033-.722-.858 0-1.536.24-2.033.722-.498.482-.747 1.19-.747 2.122v3.304c0 .933.249 1.64.747 2.122.497.482 1.175.722 2.033.722zM73.364 20.1c-1.485 0-2.672-.436-3.56-1.308-.89-.871-1.334-2.057-1.334-3.555V7.253h2.275v7.984c0 .887.234 1.586.7 2.099.468.512 1.108.768 1.92.768.827 0 1.478-.256 1.952-.768.475-.513.713-1.212.713-2.1V7.254h2.274v7.984c0 1.498-.448 2.684-1.344 3.555-.896.872-2.094 1.308-3.596 1.308zm8.823-.23V7.254h2.252v2.432h.023c.123-.826.479-1.476 1.068-1.95.59-.474 1.375-.711 2.355-.711 1.302 0 2.313.401 3.033 1.204.72.803 1.08 1.931 1.08 3.384v1.101h-2.274v-1.078c0-1.759-.866-2.638-2.597-2.638-.873 0-1.535.252-1.987.757-.452.505-.678 1.223-.678 2.156v7.96h-2.275zm12.752 0V7.254h2.252v2.41h.023c.107-.827.456-1.473 1.045-1.94.59-.466 1.367-.699 2.332-.699 1.256 0 2.26.398 3.01 1.193s1.126 1.866 1.126 3.212v8.442h-2.275v-8.075c0-.918-.23-1.622-.689-2.11-.46-.49-1.087-.735-1.884-.735-.827 0-1.478.256-1.953.768-.475.513-.712 1.228-.712 2.145v8.007h-2.275zm18.083.23c-1.517 0-2.738-.451-3.665-1.353-.927-.903-1.39-2.134-1.39-3.694v-2.982c0-1.56.463-2.791 1.39-3.694.927-.902 2.148-1.353 3.665-1.353 1.01 0 1.895.203 2.653.608a4.396 4.396 0 011.77 1.698c.42.726.631 1.57.631 2.534v2.272h-7.88v1.1c0 .918.252 1.637.758 2.157.505.52 1.194.78 2.068.78.735 0 1.34-.138 1.815-.413.475-.275.758-.657.85-1.147h2.274c-.153 1.07-.681 1.92-1.585 2.547-.904.627-2.022.94-3.354.94zm-2.827-8.236v.597h5.653v-.597c0-.963-.245-1.705-.736-2.225-.49-.52-1.187-.78-2.09-.78-.904 0-1.601.26-2.091.78-.49.52-.736 1.262-.736 2.225zM123.361 24l1.838-4.886-4.71-11.86h2.412l2.85 7.455c.122.321.245.665.367 1.032.123.367.207.689.253.964a8.49 8.49 0 01.23-.964c.107-.367.222-.71.344-1.032l2.642-7.456H132L125.727 24h-2.366z"
|
|
28
|
-
})
|
|
32
|
+
})]
|
|
29
33
|
}));
|
|
30
34
|
});
|
|
31
35
|
export default Icon;
|
package/es/Midjourney/index.d.ts
CHANGED
package/es/Midjourney/index.js
CHANGED
|
@@ -2,10 +2,11 @@ import Avatar from "./components/Avatar";
|
|
|
2
2
|
import Combine from "./components/Combine";
|
|
3
3
|
import Mono from "./components/Mono";
|
|
4
4
|
import Text from "./components/Text";
|
|
5
|
-
import { COLOR_PRIMARY } from "./style";
|
|
5
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
|
6
6
|
var Icons = Mono;
|
|
7
7
|
Icons.Text = Text;
|
|
8
8
|
Icons.Combine = Combine;
|
|
9
9
|
Icons.Avatar = Avatar;
|
|
10
10
|
Icons.colorPrimary = COLOR_PRIMARY;
|
|
11
|
+
Icons.title = TITLE;
|
|
11
12
|
export default Icons;
|
package/es/Midjourney/style.d.ts
CHANGED
package/es/Midjourney/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) {
|
|
@@ -14,6 +14,7 @@ var Avatar = /*#__PURE__*/memo(function (_ref) {
|
|
|
14
14
|
rest = _objectWithoutProperties(_ref, _excluded);
|
|
15
15
|
return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
|
|
16
16
|
Icon: Mono,
|
|
17
|
+
"aria-label": TITLE,
|
|
17
18
|
background: background || COLOR_GRADIENT,
|
|
18
19
|
iconStyle: {
|
|
19
20
|
marginLeft: -size * 0.05
|
|
@@ -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: "M16.278 2c1.156 0 2.093.927 2.093 2.07v12.501a.74.74 0 00.744.709.74.74 0 00.743-.709V9.099a2.06 2.06 0 012.071-2.049A2.06 2.06 0 0124 9.1v6.561a.649.649 0 01-.652.645.649.649 0 01-.653-.645V9.1a.762.762 0 00-.766-.758.762.762 0 00-.766.758v7.472a2.037 2.037 0 01-2.048 2.026 2.037 2.037 0 01-2.048-2.026v-12.5a.785.785 0 00-.788-.753.785.785 0 00-.789.752l-.001 15.904A2.037 2.037 0 0113.441 22a2.037 2.037 0 01-2.048-2.026V18.04c0-.356.292-.645.652-.645.36 0 .652.289.652.645v1.934c0 .263.142.506.372.638.23.131.514.131.744 0a.734.734 0 00.372-.638V4.07c0-1.143.937-2.07 2.093-2.07zm-5.674 0c1.156 0 2.093.927 2.093 2.07v11.523a.648.648 0 01-.652.645.648.648 0 01-.652-.645V4.07a.785.785 0 00-.789-.78.785.785 0 00-.789.78v14.013a2.06 2.06 0 01-2.07 2.048 2.06 2.06 0 01-2.071-2.048V9.1a.762.762 0 00-.766-.758.762.762 0 00-.766.758v3.8a2.06 2.06 0 01-2.071 2.049A2.06 2.06 0 010 12.9v-1.378c0-.357.292-.646.652-.646.36 0 .653.29.653.646V12.9c0 .418.343.757.766.757s.766-.339.766-.757V9.099a2.06 2.06 0 012.07-2.048 2.06 2.06 0 012.071 2.048v8.984c0 .419.343.758.767.758.423 0 .766-.339.766-.758V4.07c0-1.143.937-2.07 2.093-2.07z"
|
|
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 114 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: "M2 22V2h4.23l4.41 6.828L14.93 2h3.988v20l-3.987-.06V9.25l-3.263 4.714H9.674L6.23 9.25V22H2zM26.471 2h-3.867v20h3.867V2zm3.565 0h4.049l7.492 12.387V2h3.988v20h-3.988L34.085 9.734V21.94h-4.049V2zm23.082 0h-4.109v20h4.109V2zm3.504 0v20h4.23V9.25l3.444 4.714h1.994l3.263-4.713V21.94l3.988.06V2h-3.988l-4.29 6.828L60.852 2h-4.23zm19.457 20l6.344-20h5.076l6.404 20h-4.471l-.89-3.021h-7.139L80.49 22h-4.411zm6.369-6.405h5.078l-2.505-8.338-2.573 8.338zM111.97 2h-4.774l-3.619 6.082L99.885 2h-4.592l5.961 9.985L95.294 22h4.591l3.698-6.113 3.613 6.053h4.774l-6.025-9.956L111.97 2z"
|
|
28
|
-
})
|
|
32
|
+
})]
|
|
29
33
|
}));
|
|
30
34
|
});
|
|
31
35
|
export default Icon;
|