@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,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: "M16.493 17.4c.135-.52.08-.983-.161-1.338-.215-.328-.592-.519-1.05-.519l-8.663-.109a.148.148 0 01-.135-.082c-.027-.054-.027-.109-.027-.163.027-.082.108-.164.189-.164l8.744-.11c1.05-.054 2.153-.9 2.556-1.937l.511-1.31c.027-.055.027-.11.027-.164C17.92 8.91 15.66 7 12.942 7c-2.503 0-4.628 1.638-5.381 3.903a2.432 2.432 0 00-1.803-.491c-1.21.109-2.153 1.092-2.287 2.32-.027.328 0 .628.054.9C1.56 13.688 0 15.326 0 17.319c0 .19.027.355.027.545 0 .082.08.137.161.137h15.983c.08 0 .188-.055.215-.164l.107-.437"
|
|
30
33
|
}), /*#__PURE__*/_jsx("path", {
|
|
31
34
|
d: "M19.238 11.75h-.242c-.054 0-.108.054-.135.109l-.35 1.2c-.134.52-.08.983.162 1.338.215.328.592.518 1.05.518l1.855.11c.054 0 .108.027.135.082.027.054.027.109.027.163-.027.082-.108.164-.188.164l-1.91.11c-1.05.054-2.153.9-2.557 1.937l-.134.355c-.027.055.026.137.107.137h6.592c.081 0 .162-.055.162-.137.107-.41.188-.846.188-1.31-.027-2.62-2.153-4.777-4.762-4.777"
|
|
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 242 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: "M28.4 2.395h5.386v14.606h9.326v4.736H28.4V2.395zM16.71 14.369c-.787 1.71-2.363 2.894-4.465 2.894-2.89 0-4.86-2.368-4.86-5.263 0-2.764 1.97-5.132 4.86-5.132 2.232 0 3.81 1.316 4.597 3.158h5.647C21.571 5.421 17.5 2 12.377 2 6.467 2 2 6.474 2 12s4.335 10 10.377 10c5.122 0 9.062-3.289 10.112-7.763H16.71v.132zM224.37 2.395h15.499v4.606h-10.114v2.894h9.194v4.21h-9.194v3.027H240v4.605h-15.63V2.395zm-24.693 0h9.062c2.89 0 4.991.79 6.305 2.105 1.182 1.052 1.708 2.632 1.708 4.474 0 2.894-1.576 4.868-3.94 5.921l4.596 6.71h-6.174l-3.939-5.79h-2.365v5.79h-5.386V2.395h.133zm8.8 9.211c1.838 0 2.889-.921 2.889-2.238 0-1.579-1.05-2.237-2.89-2.237l-3.546.001v4.605h3.547v-.13zm-29.028-9.343h5.122l8.144 19.474h-5.78l-1.444-3.421h-7.486l-1.315 3.42h-5.516l8.275-19.473zm4.598 11.842l-2.103-5.526-2.232 5.526h4.335zm-33.232-11.71h5.386v14.606h9.325v4.736h-14.711V2.395zm-22.854 0h15.367v4.737h-9.981v3.158h9.062v4.474h-9.062v6.973h-5.386V2.395zm-26.007 0h7.488c6.829 0 10.9 3.947 10.9 9.473 0 5.526-4.071 9.737-11.032 9.737h-7.356V2.395zm7.488 14.606c3.151 0 5.253-1.712 5.253-4.87 0-3.025-2.102-4.868-5.253-4.868h-2.233v9.87h2.233V17zm-33.625-3.816V2.395H81.2v10.658c0 2.763 1.445 4.078 3.547 4.078 2.101 0 3.547-1.315 3.547-3.946V2.263h5.385v10.659c0 6.183-3.548 8.946-9.063 8.946-5.386.132-8.8-2.63-8.8-8.683zm-27.19-1.053C48.628 6.474 53.095 2 59.006 2c5.91 0 10.375 4.474 10.375 10s-4.465 10-10.375 10c-6.042 0-10.377-4.342-10.377-9.868zm15.237 0c0-2.896-1.97-5.264-4.99-5.264-2.891 0-4.861 2.368-4.861 5.132s1.97 5.263 4.86 5.263c3.02 0 4.99-2.368 4.99-5.131z"
|
|
28
|
-
})
|
|
32
|
+
})]
|
|
29
33
|
}));
|
|
30
34
|
});
|
|
31
35
|
export default Icon;
|
package/es/Cloudflare/index.d.ts
CHANGED
package/es/Cloudflare/index.js
CHANGED
|
@@ -3,11 +3,12 @@ import Color from "./components/Color";
|
|
|
3
3
|
import Combine from "./components/Combine";
|
|
4
4
|
import Mono from "./components/Mono";
|
|
5
5
|
import Text from "./components/Text";
|
|
6
|
-
import { COLOR_PRIMARY } from "./style";
|
|
6
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
|
7
7
|
var Icons = Mono;
|
|
8
8
|
Icons.Color = Color;
|
|
9
9
|
Icons.Text = Text;
|
|
10
10
|
Icons.Combine = Combine;
|
|
11
11
|
Icons.Avatar = Avatar;
|
|
12
12
|
Icons.colorPrimary = COLOR_PRIMARY;
|
|
13
|
+
Icons.title = TITLE;
|
|
13
14
|
export default Icons;
|
package/es/Cloudflare/style.d.ts
CHANGED
package/es/Cloudflare/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
|
});
|
|
@@ -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) {
|
|
@@ -22,7 +23,9 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
22
23
|
width: size,
|
|
23
24
|
xmlns: "http://www.w3.org/2000/svg"
|
|
24
25
|
}, rest), {}, {
|
|
25
|
-
children: [/*#__PURE__*/_jsx("
|
|
26
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
27
|
+
children: TITLE
|
|
28
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
26
29
|
clipRule: "evenodd",
|
|
27
30
|
d: "M8.128 14.099c.592 0 1.77-.033 3.398-.703 1.897-.781 5.672-2.2 8.395-3.656 1.905-1.018 2.74-2.366 2.74-4.18A4.56 4.56 0 0018.1 1H7.549A6.55 6.55 0 001 7.55c0 3.617 2.745 6.549 7.128 6.549z",
|
|
28
31
|
fill: "#39594D",
|
|
@@ -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,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) {
|
|
@@ -24,7 +25,9 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
24
25
|
width: size,
|
|
25
26
|
xmlns: "http://www.w3.org/2000/svg"
|
|
26
27
|
}, rest), {}, {
|
|
27
|
-
children: [/*#__PURE__*/_jsx("
|
|
28
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
29
|
+
children: TITLE
|
|
30
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
28
31
|
clipRule: "evenodd",
|
|
29
32
|
d: "M8.128 14.099c.592 0 1.77-.033 3.398-.703 1.897-.781 5.672-2.2 8.395-3.656 1.905-1.018 2.74-2.366 2.74-4.18A4.56 4.56 0 0018.1 1H7.549A6.55 6.55 0 001 7.55c0 3.617 2.745 6.549 7.128 6.549z"
|
|
30
33
|
}), /*#__PURE__*/_jsx("path", {
|
|
@@ -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 102 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: "M9.589 21.996c3.12 0 5.85-1.56 6.929-4.709.21-.63-.091-1.05-.69-1.05h-1.17c-.54 0-.9.24-1.141.75-.93 1.83-2.22 2.488-3.839 2.488-2.88 0-4.65-2.01-4.65-5.369 0-3.358 1.831-5.369 4.589-5.369 1.68 0 3.06.72 3.93 2.43.27.51.598.749 1.14.749h1.17c.6 0 .9-.39.69-.96-1.259-3.42-4.08-4.74-6.958-4.74C5.24 6.217 2 9.428 2 14.107c0 4.68 3.09 7.89 7.589 7.89zm78.496-9.27c.389-2.55 2.129-4.14 4.499-4.14 2.37 0 4.14 1.62 4.349 4.14h-8.848zm4.62 9.27c2.76 0 5.519-1.29 6.869-4.199.33-.69.03-1.17-.57-1.17h-1.109c-.539 0-.87.239-1.14.72-.9 1.589-2.46 2.249-4.048 2.249-2.73 0-4.5-1.86-4.71-4.889h11.01c.6 0 .99-.33.99-.96-.12-4.71-3.178-7.528-7.409-7.528-4.23 0-7.589 3.06-7.589 7.89 0 4.829 3.27 7.889 7.71 7.889l-.005-.002zm-17.458-7.498h.99c.6 0 .93-.33 1.02-.961.572-4.053 2.944-4.59 5.467-4.47.54.026.982-.39.982-.93v-.93c0-.599-.3-.96-.9-.99-2.232-.085-4.224.681-5.375 2.85-.063.119-.241.087-.256-.046l-.186-1.636c-.06-.599-.39-.9-.99-.9h-4.53c-.529 0-.96.43-.96.961v.51c0 .53.43.961.96.961h1.86c.53 0 .962.43.962.96v3.66c0 .529.43.96.96.96h-.004zm-4.048 7.2h9.387c.6 0 .961-.36.961-.962v-.51c0-.598-.36-.96-.96-.96h-2.4c-.6 0-.961-.36-.961-.961v-1.65c0-.6-.36-.962-.961-.962h-1.02c-.599 0-.96.36-.96.961v1.651c0 .599-.36.96-.962.96h-2.129c-.599 0-.96.36-.96.962v.51c0 .599.36.96.96.96h.005zm-14.489-8.97c.39-2.55 2.13-4.139 4.5-4.139s4.14 1.619 4.349 4.14H56.71zm4.62 9.27c2.76 0 5.52-1.289 6.87-4.199.33-.69.03-1.17-.57-1.17h-1.108c-.54 0-.87.239-1.141.72-.9 1.589-2.46 2.249-4.049 2.249-2.73 0-4.499-1.86-4.708-4.889h11.009c.599 0 .99-.33.99-.96-.12-4.71-3.178-7.528-7.41-7.528-4.23 0-7.588 3.06-7.588 7.89 0 4.829 3.27 7.889 7.71 7.889l-.005-.002zm-34.703 0c4.5 0 7.71-3.33 7.71-7.89s-3.21-7.89-7.71-7.89c-4.499 0-7.71 3.391-7.71 7.89 0 1.05.18 2.22.72 3.51.271.63.781.719 1.32.33l.87-.631c.451-.33.57-.72.42-1.29-.24-.748-.301-1.409-.301-1.978 0-3.149 1.89-5.31 4.68-5.31 2.788 0 4.678 2.13 4.678 5.37s-1.86 5.368-4.62 5.368c-.96 0-1.86-.18-2.94-.99-.45-.36-.869-.42-1.35-.06l-.66.481c-.54.39-.598.93-.09 1.35 1.56 1.26 3.358 1.74 4.98 1.74h.003zm11.517-.3h.99c.53 0 .962-.43.962-.962V13.57c0-3.029 1.618-4.83 4.139-4.83 2.28 0 3.6 1.5 3.6 4.26v7.74c0 .529.43.96.96.96h1.02c.53 0 .961-.43.961-.96v-8.22c0-4.048-2.07-6.298-5.578-6.298-2.39 0-3.801.978-4.855 2.338a.136.136 0 01-.243-.082V1.96A.97.97 0 0039.135 1h-.99c-.53 0-.962.43-.962.96v18.777c0 .529.43.96.961.96z"
|
|
28
|
-
})
|
|
32
|
+
})]
|
|
29
33
|
}));
|
|
30
34
|
});
|
|
31
35
|
export default Icon;
|
package/es/Cohere/index.d.ts
CHANGED
package/es/Cohere/index.js
CHANGED
|
@@ -3,11 +3,12 @@ import Color from "./components/Color";
|
|
|
3
3
|
import Combine from "./components/Combine";
|
|
4
4
|
import Mono from "./components/Mono";
|
|
5
5
|
import Text from "./components/Text";
|
|
6
|
-
import { COLOR_PRIMARY } from "./style";
|
|
6
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
|
7
7
|
var Icons = Mono;
|
|
8
8
|
Icons.Color = Color;
|
|
9
9
|
Icons.Text = Text;
|
|
10
10
|
Icons.Combine = Combine;
|
|
11
11
|
Icons.Avatar = Avatar;
|
|
12
12
|
Icons.colorPrimary = COLOR_PRIMARY;
|
|
13
|
+
Icons.title = TITLE;
|
|
13
14
|
export default Icons;
|
package/es/Cohere/style.d.ts
CHANGED
package/es/Cohere/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
|
});
|
|
@@ -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
|
height: size,
|
|
16
17
|
ref: ref,
|
|
17
18
|
style: _objectSpread({
|
|
@@ -22,7 +23,9 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
22
23
|
width: size,
|
|
23
24
|
xmlns: "http://www.w3.org/2000/svg"
|
|
24
25
|
}, rest), {}, {
|
|
25
|
-
children: /*#__PURE__*/
|
|
26
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
27
|
+
children: TITLE
|
|
28
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
26
29
|
fill: "none",
|
|
27
30
|
fillRule: "nonzero",
|
|
28
31
|
children: [/*#__PURE__*/_jsx("path", {
|
|
@@ -35,7 +38,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
35
38
|
d: "M21.85 7.069l-2.382 2.375a3.638 3.638 0 01-5.098 5.123l-2.425 2.383a6.988 6.988 0 009.88-9.881h.024z",
|
|
36
39
|
fill: "#E8710A"
|
|
37
40
|
})]
|
|
38
|
-
})
|
|
41
|
+
})]
|
|
39
42
|
}));
|
|
40
43
|
});
|
|
41
44
|
export default Icon;
|
|
@@ -5,7 +5,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
5
5
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
6
|
import { memo } from 'react';
|
|
7
7
|
import IconCombine from "../../IconCombine";
|
|
8
|
-
import { SPACE_MULTIPLE, TEXT_MULTIPLE } from "../style";
|
|
8
|
+
import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
|
|
9
9
|
import Color from "./Color";
|
|
10
10
|
import Mono from "./Mono";
|
|
11
11
|
import Text from "./Text";
|
|
@@ -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: "M11.146 6.406l.103.079-1.727 2.959a3.637 3.637 0 00-5.098 0 3.648 3.648 0 00-1.046 2.34l-.006.222c0 .959.379 1.88 1.054 2.56l-.013.014a3.637 3.637 0 005.11-.014l1.764 2.954-.117.084a6.989 6.989 0 01-9.127-.654A7.003 7.003 0 010 12.008a6.975 6.975 0 016.16-6.933l.312-.03a6.988 6.988 0 014.674 1.361zM16.916 5a6.99 6.99 0 014.935 2.063l-.015.018.194.211a6.988 6.988 0 011.73 4.38l.004.305a6.988 6.988 0 01-11.819 4.973 7.002 7.002 0 01-2.043-4.942c0-1.852.736-3.629 2.045-4.94v-.016l.021-.02A6.987 6.987 0 0116.916 5zm.305 3.662L17 8.668a3.637 3.637 0 00-2.627 5.899 3.637 3.637 0 005.096-5.123 3.628 3.628 0 00-2.026-.775l-.22-.007z"
|
|
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 135 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: "M10.597 19.359c-1.606 0-3.066-.38-4.38-1.137A8.217 8.217 0 013.125 15.1C2.374 13.777 2 12.304 2 10.68c0-1.625.375-3.099 1.124-4.422a8.217 8.217 0 013.094-3.12C7.53 2.378 8.99 2 10.598 2c1.235 0 2.367.236 3.394.708a7.898 7.898 0 012.677 2.007l-1.414 1.37c-.633-.759-1.324-1.316-2.074-1.671-.749-.356-1.61-.534-2.584-.534-1.205 0-2.31.282-3.313.847a6.302 6.302 0 00-2.399 2.39c-.595 1.029-.892 2.216-.892 3.562 0 1.346.297 2.534.892 3.563a6.302 6.302 0 002.399 2.39c1.004.565 2.108.847 3.313.847 2.009 0 3.716-.828 5.122-2.483l1.436 1.392a8.372 8.372 0 01-2.85 2.17c-1.128.534-2.364.8-3.708.8zm13.447 0c-1.158 0-2.201-.279-3.128-.836a5.839 5.839 0 01-2.167-2.274c-.517-.96-.776-2.019-.776-3.18 0-1.16.259-2.22.776-3.179a5.839 5.839 0 012.167-2.274c.927-.557 1.97-.835 3.128-.835 1.159 0 2.202.278 3.129.835A5.839 5.839 0 0129.34 9.89c.517.96.776 2.02.776 3.18 0 1.16-.259 2.22-.776 3.179a5.839 5.839 0 01-2.167 2.274c-.927.557-1.97.836-3.129.836zm0-1.787c.726 0 1.402-.182 2.028-.546.626-.363 1.128-.885 1.506-1.566.379-.68.568-1.478.568-2.39 0-.913-.19-1.71-.568-2.39-.378-.681-.88-1.204-1.506-1.567a3.967 3.967 0 00-2.028-.545 4.03 4.03 0 00-2.039.545 4.002 4.002 0 00-1.518 1.566c-.378.681-.568 1.478-.568 2.39 0 .913.19 1.71.568 2.39.379.682.885 1.204 1.518 1.567a4.03 4.03 0 002.04.546zm7.723-15.2h1.97v16.615h-1.97V2.371zm8.025 16.987c-.865 0-1.638-.17-2.318-.51-.68-.341-1.205-.81-1.575-1.405-.371-.596-.556-1.272-.556-2.03 0-1.254.47-2.232 1.413-2.936.942-.704 2.132-1.056 3.569-1.056.71 0 1.37.077 1.981.232.61.155 1.078.333 1.402.534v-.72c0-.882-.309-1.59-.927-2.123-.618-.534-1.398-.8-2.34-.8-.665 0-1.275.142-1.831.429a3.347 3.347 0 00-1.32 1.195l-1.484-1.114c.463-.712 1.1-1.269 1.912-1.671.81-.402 1.71-.603 2.7-.603 1.606 0 2.87.421 3.788 1.264.92.844 1.38 1.992 1.38 3.447v7.495h-1.878v-1.694h-.093c-.34.573-.85 1.06-1.529 1.462-.68.403-1.444.604-2.294.604zm.185-1.74a3.56 3.56 0 001.854-.511 3.867 3.867 0 001.367-1.37c.34-.572.51-1.199.51-1.88-.37-.247-.826-.448-1.367-.603a6.205 6.205 0 00-1.715-.232c-1.081 0-1.896.225-2.445.673a2.145 2.145 0 00-.822 1.74c0 .65.247 1.177.741 1.579.495.402 1.12.603 1.877.603zm13.818 1.74c-.896 0-1.703-.205-2.422-.615-.718-.41-1.255-.91-1.61-1.497h-.093v1.74h-1.877V2.371h1.97v4.897l-.093 1.648h.093c.355-.604.892-1.11 1.61-1.52.719-.41 1.526-.615 2.422-.615 1.05 0 2.008.27 2.873.812.866.541 1.545 1.292 2.04 2.25.494.96.741 2.035.741 3.227 0 1.206-.247 2.285-.741 3.237-.495.951-1.174 1.698-2.04 2.24a5.308 5.308 0 01-2.873.812zm-.232-1.787c.68 0 1.321-.186 1.924-.557.602-.372 1.085-.901 1.448-1.59.363-.688.545-1.474.545-2.355 0-.882-.182-1.667-.545-2.356-.363-.688-.846-1.218-1.448-1.59a3.605 3.605 0 00-1.924-.556c-.68 0-1.32.185-1.923.556-.603.372-1.082.898-1.437 1.579-.355.68-.533 1.47-.533 2.367s.178 1.686.533 2.367c.355.68.834 1.206 1.437 1.578a3.605 3.605 0 001.923.557zm13.1 1.787c-1.16 0-2.202-.279-3.129-.836a5.839 5.839 0 01-2.167-2.274c-.517-.96-.776-2.019-.776-3.18 0-1.16.259-2.22.776-3.179a5.839 5.839 0 012.167-2.274c.927-.557 1.97-.835 3.129-.835 1.158 0 2.201.278 3.128.835a5.839 5.839 0 012.167 2.274c.517.96.776 2.02.776 3.18 0 1.16-.259 2.22-.776 3.179a5.839 5.839 0 01-2.167 2.274c-.927.557-1.97.836-3.128.836zm0-1.787c.726 0 1.402-.182 2.027-.546.626-.363 1.128-.885 1.507-1.566.378-.68.567-1.478.567-2.39 0-.913-.189-1.71-.567-2.39-.379-.681-.881-1.204-1.507-1.567a3.967 3.967 0 00-2.027-.545 4.03 4.03 0 00-2.04.545 4.002 4.002 0 00-1.518 1.566c-.378.681-.567 1.478-.567 2.39 0 .913.189 1.71.567 2.39.379.682.885 1.204 1.518 1.567a4.03 4.03 0 002.04.546zm7.607-10.42h1.877v1.903h.093c.231-.65.68-1.188 1.344-1.613.664-.425 1.36-.638 2.085-.638.541 0 1.004.077 1.39.232V9.17a3.675 3.675 0 00-1.668-.371c-.571 0-1.097.162-1.576.487a3.506 3.506 0 00-1.147 1.311 3.79 3.79 0 00-.428 1.775v6.614h-1.97V7.152zm11.477 12.207c-.865 0-1.638-.17-2.317-.51-.68-.341-1.205-.81-1.576-1.405-.37-.596-.556-1.272-.556-2.03 0-1.254.47-2.232 1.413-2.936.943-.704 2.132-1.056 3.569-1.056.71 0 1.371.077 1.981.232.61.155 1.078.333 1.402.534v-.72c0-.882-.309-1.59-.927-2.123-.618-.534-1.398-.8-2.34-.8-.664 0-1.275.142-1.83.429a3.347 3.347 0 00-1.322 1.195l-1.483-1.114c.464-.712 1.1-1.269 1.912-1.671.811-.402 1.711-.603 2.7-.603 1.606 0 2.87.421 3.789 1.264.919.844 1.378 1.992 1.378 3.447v7.495h-1.877v-1.694h-.092c-.34.573-.85 1.06-1.53 1.462-.68.403-1.444.604-2.294.604zm.185-1.74a3.56 3.56 0 001.854-.511 3.867 3.867 0 001.368-1.37c.34-.572.51-1.199.51-1.88-.371-.247-.827-.448-1.368-.603a6.205 6.205 0 00-1.715-.232c-1.081 0-1.896.225-2.445.673a2.145 2.145 0 00-.822 1.74c0 .65.247 1.177.741 1.579.495.402 1.12.603 1.877.603zm12.127 1.554a3.74 3.74 0 01-1.333-.232 3.046 3.046 0 01-1.031-.627 2.86 2.86 0 01-.695-1.02c-.155-.388-.232-.86-.232-1.416v-6.94h-2.063V7.153h2.063V3.81h1.97v3.342h2.873v1.787h-2.873v6.451c0 .65.123 1.13.37 1.44.294.34.719.51 1.275.51a2.4 2.4 0 001.298-.395v1.926a3.025 3.025 0 01-.707.232c-.24.047-.545.07-.915.07zm8.348.186c-1.158 0-2.201-.279-3.128-.836a5.839 5.839 0 01-2.167-2.274c-.517-.96-.776-2.019-.776-3.18 0-1.16.259-2.22.776-3.179a5.839 5.839 0 012.167-2.274c.927-.557 1.97-.835 3.128-.835 1.159 0 2.202.278 3.129.835a5.839 5.839 0 012.166 2.274c.518.96.777 2.02.777 3.18 0 1.16-.259 2.22-.777 3.179a5.839 5.839 0 01-2.166 2.274c-.927.557-1.97.836-3.129.836zm0-1.787c.726 0 1.402-.182 2.028-.546.626-.363 1.128-.885 1.506-1.566.379-.68.568-1.478.568-2.39 0-.913-.19-1.71-.568-2.39-.378-.681-.88-1.204-1.506-1.567a3.967 3.967 0 00-2.028-.545 4.03 4.03 0 00-2.039.545 4.002 4.002 0 00-1.518 1.566c-.378.681-.568 1.478-.568 2.39 0 .913.19 1.71.568 2.39.379.682.885 1.204 1.518 1.567a4.03 4.03 0 002.04.546zm7.608-10.42h1.877v1.903h.092c.232-.65.68-1.188 1.344-1.613.665-.425 1.36-.638 2.086-.638.54 0 1.004.077 1.39.232V9.17a3.675 3.675 0 00-1.668-.371c-.572 0-1.097.162-1.576.487a3.506 3.506 0 00-1.147 1.311 3.79 3.79 0 00-.429 1.775v6.614h-1.97V7.152zm12.288 11.093l-4.89-11.093h2.132l3.708 8.795h.046l3.569-8.795H133L125.7 24h-2.039l2.642-5.755z"
|
|
28
|
-
})
|
|
32
|
+
})]
|
|
29
33
|
}));
|
|
30
34
|
});
|
|
31
35
|
export default Icon;
|
package/es/Colab/index.d.ts
CHANGED
package/es/Colab/index.js
CHANGED
|
@@ -3,11 +3,12 @@ import Color from "./components/Color";
|
|
|
3
3
|
import Combine from "./components/Combine";
|
|
4
4
|
import Mono from "./components/Mono";
|
|
5
5
|
import Text from "./components/Text";
|
|
6
|
-
import { COLOR_PRIMARY } from "./style";
|
|
6
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
|
7
7
|
var Icons = Mono;
|
|
8
8
|
Icons.Color = Color;
|
|
9
9
|
Icons.Text = Text;
|
|
10
10
|
Icons.Combine = Combine;
|
|
11
11
|
Icons.Avatar = Avatar;
|
|
12
12
|
Icons.colorPrimary = COLOR_PRIMARY;
|
|
13
|
+
Icons.title = TITLE;
|
|
13
14
|
export default Icons;
|
package/es/Colab/style.d.ts
CHANGED
package/es/Colab/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 Color from "./Color";
|
|
10
10
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
11
11
|
var Avatar = /*#__PURE__*/memo(function (_ref) {
|
|
@@ -13,6 +13,7 @@ var Avatar = /*#__PURE__*/memo(function (_ref) {
|
|
|
13
13
|
rest = _objectWithoutProperties(_ref, _excluded);
|
|
14
14
|
return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
|
|
15
15
|
Icon: Color,
|
|
16
|
+
"aria-label": TITLE,
|
|
16
17
|
background: background || COLOR_PRIMARY
|
|
17
18
|
}, 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(TITLE, 6),
|
|
17
18
|
_useFillIds2 = _slicedToArray(_useFillIds, 6),
|
|
18
19
|
a = _useFillIds2[0],
|
|
19
20
|
b = _useFillIds2[1],
|
|
@@ -32,7 +33,9 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
32
33
|
width: size,
|
|
33
34
|
xmlns: "http://www.w3.org/2000/svg"
|
|
34
35
|
}, rest), {}, {
|
|
35
|
-
children: [/*#__PURE__*/
|
|
36
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
37
|
+
children: TITLE
|
|
38
|
+
}), /*#__PURE__*/_jsxs("defs", {
|
|
36
39
|
children: [/*#__PURE__*/_jsxs("radialGradient", {
|
|
37
40
|
cx: "85.44%",
|
|
38
41
|
cy: "100.653%",
|
|
@@ -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: "M9 23l.073-.001a2.53 2.53 0 01-2.347-1.838l-.697-2.433a2.529 2.529 0 00-2.426-1.839h-.497l-.104-.002c-4.485 0-2.935-5.278-1.75-9.225l.162-.525C2.412 3.99 3.883 1 6.25 1h8.86c1.12 0 2.106.745 2.422 1.829l.715 2.453a2.53 2.53 0 002.247 1.823l.147.005.534.001c3.557.115 3.088 3.745 2.156 7.206l-.113.413c-.154.548-.315 1.089-.47 1.607l-.163.525C21.588 20.01 20.116 23 17.75 23h-8.75zm8.22-15.89l-3.856.001a2.526 2.526 0 00-2.35 1.615L9.21 15.04a2.529 2.529 0 01-2.43 1.847l3.853.002c1.056 0 1.992-.661 2.361-1.644l1.796-6.287a2.529 2.529 0 012.43-1.848z"
|
|
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 73 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: "M34.977 6.95c1.544 0 2.778.547 3.66 1.636.861 1.064 1.287 2.473 1.287 4.208 0 1.918-.476 3.479-1.437 4.663-.98 1.207-2.33 1.815-4.008 1.815-1.051 0-1.953-.308-2.69-.915l-.12-.104V24h-2.72V7.204h2.72v1.028l.054-.054c.804-.76 1.809-1.171 2.997-1.223l.257-.005zm22.557 0c1.75 0 3.147.549 4.154 1.65.999 1.093 1.493 2.59 1.493 4.469 0 1.847-.533 3.353-1.604 4.49-1.076 1.142-2.52 1.713-4.298 1.713-1.735 0-3.146-.557-4.201-1.67-1.05-1.109-1.573-2.572-1.573-4.364 0-1.94.543-3.486 1.636-4.607 1.095-1.122 2.57-1.681 4.393-1.681zm-36.031 0c1.75 0 3.147.549 4.154 1.65.999 1.093 1.493 2.59 1.493 4.469 0 1.847-.533 3.353-1.604 4.49-1.076 1.142-2.52 1.713-4.298 1.713-1.734 0-3.146-.557-4.2-1.67-1.05-1.109-1.574-2.572-1.574-4.364 0-1.94.543-3.486 1.636-4.607 1.095-1.122 2.57-1.681 4.393-1.681zM10.257 2.613c1.506 0 2.766.22 3.782.666l.294.129v3.05l-.728-.405c-1.015-.565-2.136-.847-3.37-.847-1.615 0-2.9.528-3.891 1.59-.996 1.066-1.496 2.5-1.496 4.327 0 1.73.466 3.08 1.391 4.08.92.993 2.12 1.488 3.636 1.488 1.442 0 2.677-.316 3.715-.945l.743-.45v2.893l-.263.139c-1.2.632-2.678.944-4.429.944-2.295 0-4.158-.746-5.556-2.238C2.695 15.549 2 13.604 2 11.228c0-2.55.779-4.634 2.337-6.225 1.558-1.591 3.542-2.39 5.92-2.39zm58.006 1.203l-.001 3.387H71V9.67l-2.738-.001v5.611c0 .556.08.946.212 1.17l.052.077c.143.18.412.281.848.281.336 0 .61-.087.842-.261l.784-.59v2.756l-.255.14c-.49.27-1.11.4-1.859.4-2.185 0-3.344-1.29-3.344-3.666V9.668h-1.867V7.205l1.866-.001.001-2.51.34-.11 1.74-.56.64-.207zm-23.82 3.388v11.814h-2.72V7.204h2.72zM49.707 2v17.018h-2.72V2h2.72zm-28.33 7.394c-.98 0-1.727.32-2.281.966-.568.66-.858 1.592-.858 2.815 0 1.17.291 2.064.863 2.707.561.632 1.308.946 2.276.946.986 0 1.711-.304 2.218-.913.523-.628.793-1.55.793-2.783 0-1.248-.27-2.181-.795-2.816-.506-.615-1.231-.922-2.216-.922zm13.166 0c-.873 0-1.552.293-2.072.885-.534.609-.8 1.372-.8 2.314v1.512c0 .772.245 1.41.742 1.942.49.524 1.1.781 1.865.781.902 0 1.581-.33 2.085-1.008.527-.71.799-1.725.799-3.058 0-1.1-.247-1.935-.727-2.522-.463-.567-1.08-.846-1.892-.846zm22.865 0c-.98 0-1.727.32-2.281.966-.568.66-.858 1.592-.858 2.815 0 1.17.291 2.064.863 2.707.561.632 1.308.946 2.276.946.986 0 1.711-.304 2.218-.913.523-.628.793-1.55.793-2.783 0-1.248-.27-2.181-.795-2.816-.507-.615-1.231-.922-2.216-.922zM43.105 2.2c.444 0 .836.156 1.151.46.32.309.485.707.485 1.164 0 .443-.165.834-.482 1.145a1.605 1.605 0 01-1.154.468c-.437 0-.825-.154-1.136-.454a1.561 1.561 0 01-.48-1.16c0-.454.162-.851.477-1.16.312-.306.7-.463 1.139-.463z"
|
|
28
|
-
})
|
|
32
|
+
})]
|
|
29
33
|
}));
|
|
30
34
|
});
|
|
31
35
|
export default Icon;
|
package/es/Copilot/index.d.ts
CHANGED
package/es/Copilot/index.js
CHANGED
|
@@ -3,11 +3,12 @@ import Color from "./components/Color";
|
|
|
3
3
|
import Combine from "./components/Combine";
|
|
4
4
|
import Mono from "./components/Mono";
|
|
5
5
|
import Text from "./components/Text";
|
|
6
|
-
import { COLOR_PRIMARY } from "./style";
|
|
6
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
|
7
7
|
var Icons = Mono;
|
|
8
8
|
Icons.Color = Color;
|
|
9
9
|
Icons.Text = Text;
|
|
10
10
|
Icons.Combine = Combine;
|
|
11
11
|
Icons.Avatar = Avatar;
|
|
12
12
|
Icons.colorPrimary = COLOR_PRIMARY;
|
|
13
|
+
Icons.title = TITLE;
|
|
13
14
|
export default Icons;
|