@lobehub/icons 1.11.2 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +51 -42
- package/es/Anthropic/components/Avatar.js +2 -1
- package/es/Anthropic/components/Mono.js +7 -3
- package/es/Anthropic/components/Text.js +7 -3
- package/es/Anthropic/index.d.ts +1 -0
- package/es/Anthropic/index.js +2 -1
- package/es/Anthropic/style.d.ts +2 -1
- package/es/Anthropic/style.js +2 -1
- package/es/Automatic/components/Avatar.js +2 -1
- package/es/Automatic/components/Color.js +6 -3
- package/es/Automatic/components/Combine.js +2 -1
- package/es/Automatic/components/Mono.js +6 -3
- package/es/Automatic/index.d.ts +1 -0
- package/es/Automatic/index.js +2 -1
- package/es/Automatic/style.d.ts +1 -0
- package/es/Automatic/style.js +1 -0
- package/es/Aws/components/Avatar.js +2 -1
- package/es/Aws/components/BrandColor.js +6 -3
- package/es/Aws/components/BrandMono.js +6 -3
- package/es/Aws/components/Color.js +6 -3
- package/es/Aws/components/Combine.js +2 -1
- package/es/Aws/components/Mono.js +6 -3
- package/es/Aws/components/Text.js +7 -3
- package/es/Aws/index.d.ts +1 -0
- package/es/Aws/index.js +2 -1
- package/es/Aws/style.d.ts +1 -0
- package/es/Aws/style.js +1 -0
- package/es/Azure/components/Avatar.js +2 -1
- package/es/Azure/components/Color.js +4 -1
- package/es/Azure/components/Combine.js +2 -1
- package/es/Azure/components/Mono.js +4 -1
- package/es/Azure/components/Text.js +7 -3
- package/es/Azure/index.d.ts +1 -0
- package/es/Azure/index.js +2 -1
- package/es/Azure/style.d.ts +1 -0
- package/es/Azure/style.js +1 -0
- package/es/Baichuan/components/Avatar.js +2 -1
- package/es/Baichuan/components/Color.js +5 -2
- package/es/Baichuan/components/Combine.js +2 -1
- package/es/Baichuan/components/Mono.js +7 -3
- package/es/Baichuan/components/Text.js +7 -3
- package/es/Baichuan/index.d.ts +1 -0
- package/es/Baichuan/index.js +2 -1
- package/es/Baichuan/style.d.ts +1 -0
- package/es/Baichuan/style.js +1 -0
- package/es/Bedrock/components/Avatar.js +2 -1
- package/es/Bedrock/components/Color.js +5 -2
- package/es/Bedrock/components/Combine.js +2 -2
- package/es/Bedrock/components/Mono.js +7 -3
- package/es/Bedrock/components/Text.js +7 -3
- package/es/Bedrock/index.d.ts +1 -0
- package/es/Bedrock/index.js +2 -1
- package/es/Bedrock/style.d.ts +1 -0
- package/es/Bedrock/style.js +1 -0
- package/es/Bing/components/Avatar.js +2 -1
- package/es/Bing/components/Color.js +5 -2
- package/es/Bing/components/Combine.js +2 -1
- package/es/Bing/components/Mono.js +7 -3
- package/es/Bing/components/Text.js +7 -3
- package/es/Bing/index.d.ts +1 -0
- package/es/Bing/index.js +2 -1
- package/es/Bing/style.d.ts +1 -0
- package/es/Bing/style.js +1 -0
- package/es/ChatGLM/components/Avatar.js +2 -1
- package/es/ChatGLM/components/Color.js +5 -2
- package/es/ChatGLM/components/Combine.js +2 -1
- package/es/ChatGLM/components/Mono.js +7 -3
- package/es/ChatGLM/components/Text.js +7 -3
- package/es/ChatGLM/index.d.ts +1 -0
- package/es/ChatGLM/index.js +2 -1
- package/es/ChatGLM/style.d.ts +1 -0
- package/es/ChatGLM/style.js +1 -0
- package/es/Claude/components/Avatar.d.ts +5 -0
- package/es/Claude/components/Avatar.js +20 -0
- package/es/Claude/components/Color.d.ts +3 -0
- package/es/Claude/components/Color.js +35 -0
- package/es/Claude/components/Combine.d.ts +7 -0
- package/es/Claude/components/Combine.js +26 -0
- package/es/Claude/components/Mono.d.ts +3 -0
- package/es/Claude/components/Mono.js +35 -0
- package/es/Claude/components/Text.d.ts +3 -0
- package/es/Claude/components/Text.js +35 -0
- package/es/Claude/index.d.ts +15 -0
- package/es/Claude/index.js +14 -0
- package/es/Claude/style.d.ts +4 -0
- package/es/Claude/style.js +4 -0
- package/es/Cloudflare/components/Avatar.js +2 -1
- package/es/Cloudflare/components/Color.js +6 -3
- package/es/Cloudflare/components/Combine.js +2 -1
- package/es/Cloudflare/components/Mono.js +6 -3
- package/es/Cloudflare/components/Text.js +7 -3
- package/es/Cloudflare/index.d.ts +1 -0
- package/es/Cloudflare/index.js +2 -1
- package/es/Cloudflare/style.d.ts +1 -0
- package/es/Cloudflare/style.js +1 -0
- package/es/Cohere/components/Avatar.js +2 -1
- package/es/Cohere/components/Color.js +4 -1
- package/es/Cohere/components/Combine.js +2 -1
- package/es/Cohere/components/Mono.js +4 -1
- package/es/Cohere/components/Text.js +7 -3
- package/es/Cohere/index.d.ts +1 -0
- package/es/Cohere/index.js +2 -1
- package/es/Cohere/style.d.ts +1 -0
- package/es/Cohere/style.js +1 -0
- package/es/Colab/components/Avatar.js +2 -1
- package/es/Colab/components/Color.js +6 -3
- package/es/Colab/components/Combine.js +2 -1
- package/es/Colab/components/Mono.js +7 -3
- package/es/Colab/components/Text.js +7 -3
- package/es/Colab/index.d.ts +1 -0
- package/es/Colab/index.js +2 -1
- package/es/Colab/style.d.ts +1 -0
- package/es/Colab/style.js +1 -0
- package/es/Copilot/components/Avatar.js +2 -1
- package/es/Copilot/components/Color.js +5 -2
- package/es/Copilot/components/Combine.js +2 -1
- package/es/Copilot/components/Mono.js +7 -3
- package/es/Copilot/components/Text.js +7 -3
- package/es/Copilot/index.d.ts +1 -0
- package/es/Copilot/index.js +2 -1
- package/es/Copilot/style.d.ts +1 -0
- package/es/Copilot/style.js +1 -0
- package/es/Dalle/components/Avatar.js +3 -4
- package/es/Dalle/components/Color.js +6 -3
- package/es/Dalle/components/Combine.js +2 -1
- package/es/Dalle/components/Mono.js +6 -3
- package/es/Dalle/components/Text.js +7 -3
- package/es/Dalle/index.d.ts +2 -0
- package/es/Dalle/index.js +3 -1
- package/es/Dalle/style.d.ts +2 -0
- package/es/Dalle/style.js +3 -1
- package/es/DeepMind/components/Avatar.js +2 -1
- package/es/DeepMind/components/Color.js +7 -3
- package/es/DeepMind/components/Combine.js +2 -1
- package/es/DeepMind/components/Mono.js +7 -3
- package/es/DeepMind/components/Text.js +7 -3
- package/es/DeepMind/index.d.ts +1 -0
- package/es/DeepMind/index.js +2 -1
- package/es/DeepMind/style.d.ts +1 -0
- package/es/DeepMind/style.js +1 -0
- package/es/Fireworks/components/Avatar.js +2 -1
- package/es/Fireworks/components/Combine.js +2 -1
- package/es/Fireworks/components/Mono.js +7 -3
- package/es/Fireworks/components/Text.js +7 -3
- package/es/Fireworks/index.d.ts +1 -0
- package/es/Fireworks/index.js +2 -1
- package/es/Fireworks/style.d.ts +1 -0
- package/es/Fireworks/style.js +1 -0
- package/es/Gemini/components/Avatar.js +2 -1
- package/es/Gemini/components/BrandColor.js +5 -2
- package/es/Gemini/components/BrandMono.js +7 -3
- package/es/Gemini/components/Color.js +5 -2
- package/es/Gemini/components/Combine.js +2 -1
- package/es/Gemini/components/Mono.js +7 -3
- package/es/Gemini/components/Text.js +7 -3
- package/es/Gemini/index.d.ts +1 -0
- package/es/Gemini/index.js +2 -1
- package/es/Gemini/style.d.ts +1 -0
- package/es/Gemini/style.js +1 -0
- package/es/Gemma/components/Avatar.js +2 -1
- package/es/Gemma/components/Color.js +5 -2
- package/es/Gemma/components/Combine.js +2 -1
- package/es/Gemma/components/Mono.js +7 -3
- package/es/Gemma/components/Simple.js +7 -3
- package/es/Gemma/components/Text.js +7 -3
- package/es/Gemma/index.d.ts +1 -0
- package/es/Gemma/index.js +2 -1
- package/es/Gemma/style.d.ts +1 -0
- package/es/Gemma/style.js +1 -0
- package/es/Github/components/Avatar.js +2 -1
- package/es/Github/components/Combine.js +2 -1
- package/es/Github/components/Mono.js +7 -3
- package/es/Github/components/Text.js +7 -3
- package/es/Github/index.d.ts +1 -0
- package/es/Github/index.js +2 -1
- package/es/Github/style.d.ts +1 -0
- package/es/Github/style.js +1 -0
- package/es/GithubCopilot/components/Avatar.js +2 -1
- package/es/GithubCopilot/components/Combine.js +2 -1
- package/es/GithubCopilot/components/Mono.js +7 -3
- package/es/GithubCopilot/components/Text.js +7 -3
- package/es/GithubCopilot/index.d.ts +1 -0
- package/es/GithubCopilot/index.js +2 -1
- package/es/GithubCopilot/style.d.ts +1 -0
- package/es/GithubCopilot/style.js +1 -0
- package/es/Google/components/Avatar.js +2 -1
- package/es/Google/components/BrandColor.js +6 -3
- package/es/Google/components/BrandMono.js +7 -3
- package/es/Google/components/Color.js +6 -3
- package/es/Google/components/Mono.js +7 -3
- package/es/Google/index.d.ts +1 -0
- package/es/Google/index.js +2 -1
- package/es/Google/style.d.ts +1 -0
- package/es/Google/style.js +1 -0
- package/es/Groq/components/Avatar.d.ts +5 -0
- package/es/Groq/components/Avatar.js +20 -0
- package/es/Groq/components/Mono.d.ts +3 -0
- package/es/Groq/components/Mono.js +35 -0
- package/es/Groq/components/Text.d.ts +3 -0
- package/es/Groq/components/Text.js +35 -0
- package/es/Groq/index.d.ts +11 -0
- package/es/Groq/index.js +10 -0
- package/es/Groq/style.d.ts +4 -0
- package/es/Groq/style.js +4 -0
- package/es/HuggingFace/components/Avatar.js +2 -1
- package/es/HuggingFace/components/Color.js +6 -3
- package/es/HuggingFace/components/Combine.js +2 -1
- package/es/HuggingFace/components/Mono.js +7 -3
- package/es/HuggingFace/components/Text.js +7 -3
- package/es/HuggingFace/index.d.ts +1 -0
- package/es/HuggingFace/index.js +2 -1
- package/es/HuggingFace/style.d.ts +1 -0
- package/es/HuggingFace/style.js +1 -0
- package/es/Hunyuan/components/Avatar.js +2 -1
- package/es/Hunyuan/components/Color.js +6 -3
- package/es/Hunyuan/components/Combine.js +2 -1
- package/es/Hunyuan/components/Mono.js +7 -3
- package/es/Hunyuan/components/Text.js +7 -3
- package/es/Hunyuan/index.d.ts +1 -0
- package/es/Hunyuan/index.js +2 -1
- package/es/Hunyuan/style.d.ts +1 -0
- package/es/Hunyuan/style.js +1 -0
- package/es/IconAvatar/index.d.ts +1 -1
- package/es/IconAvatar/index.js +1 -1
- package/es/LLaVA/components/Avatar.d.ts +5 -0
- package/es/LLaVA/components/Avatar.js +20 -0
- package/es/LLaVA/components/Color.d.ts +3 -0
- package/es/LLaVA/components/Color.js +365 -0
- package/es/LLaVA/components/Combine.d.ts +7 -0
- package/es/LLaVA/components/Combine.js +30 -0
- package/es/LLaVA/components/Mono.d.ts +3 -0
- package/es/LLaVA/components/Mono.js +35 -0
- package/es/LLaVA/components/Text.d.ts +3 -0
- package/es/LLaVA/components/Text.js +35 -0
- package/es/LLaVA/index.d.ts +16 -0
- package/es/LLaVA/index.js +15 -0
- package/es/LLaVA/style.d.ts +5 -0
- package/es/LLaVA/style.js +5 -0
- package/es/Meta/components/Avatar.js +2 -1
- package/es/Meta/components/BrandColor.js +5 -2
- package/es/Meta/components/BrandMono.js +7 -3
- package/es/Meta/components/Color.js +5 -2
- package/es/Meta/components/Combine.js +2 -1
- package/es/Meta/components/Mono.js +7 -3
- package/es/Meta/components/Text.js +7 -3
- package/es/Meta/index.d.ts +1 -0
- package/es/Meta/index.js +2 -1
- package/es/Meta/style.d.ts +1 -0
- package/es/Meta/style.js +1 -0
- package/es/Midjourney/components/Avatar.js +2 -1
- package/es/Midjourney/components/Combine.js +2 -1
- package/es/Midjourney/components/Mono.js +7 -3
- package/es/Midjourney/components/Text.js +7 -3
- package/es/Midjourney/index.d.ts +1 -0
- package/es/Midjourney/index.js +2 -1
- package/es/Midjourney/style.d.ts +1 -0
- package/es/Midjourney/style.js +1 -0
- package/es/Minimax/components/Avatar.js +2 -1
- package/es/Minimax/components/Color.js +5 -2
- package/es/Minimax/components/Combine.js +2 -1
- package/es/Minimax/components/Mono.js +7 -3
- package/es/Minimax/components/Text.js +7 -3
- package/es/Minimax/index.d.ts +1 -0
- package/es/Minimax/index.js +2 -1
- package/es/Minimax/style.d.ts +1 -0
- package/es/Minimax/style.js +1 -0
- package/es/Mistral/components/Avatar.js +2 -1
- package/es/Mistral/components/Color.js +6 -3
- package/es/Mistral/components/Combine.js +2 -1
- package/es/Mistral/components/Mono.js +6 -3
- package/es/Mistral/components/Text.js +7 -3
- package/es/Mistral/index.d.ts +1 -0
- package/es/Mistral/index.js +2 -1
- package/es/Mistral/style.d.ts +1 -0
- package/es/Mistral/style.js +1 -0
- package/es/Moonshot/components/Avatar.js +2 -1
- package/es/Moonshot/components/Combine.js +2 -2
- package/es/Moonshot/components/Mono.js +7 -3
- package/es/Moonshot/components/Text.js +7 -3
- package/es/Moonshot/index.d.ts +1 -0
- package/es/Moonshot/index.js +2 -1
- package/es/Moonshot/style.d.ts +1 -0
- package/es/Moonshot/style.js +1 -0
- package/es/Nvidia/components/Avatar.js +2 -1
- package/es/Nvidia/components/Color.js +7 -3
- package/es/Nvidia/components/Combine.js +2 -1
- package/es/Nvidia/components/Mono.js +7 -3
- package/es/Nvidia/components/Text.js +7 -3
- package/es/Nvidia/index.d.ts +1 -0
- package/es/Nvidia/index.js +2 -1
- package/es/Nvidia/style.d.ts +1 -0
- package/es/Nvidia/style.js +1 -0
- package/es/Ollama/components/Avatar.js +2 -1
- package/es/Ollama/components/Combine.js +2 -2
- package/es/Ollama/components/Mono.js +7 -3
- package/es/Ollama/components/Text.js +7 -3
- package/es/Ollama/index.d.ts +1 -0
- package/es/Ollama/index.js +2 -1
- package/es/Ollama/style.d.ts +1 -0
- package/es/Ollama/style.js +1 -0
- package/es/OpenAI/components/Avatar.js +2 -1
- package/es/OpenAI/components/Combine.js +2 -2
- package/es/OpenAI/components/Mono.js +7 -3
- package/es/OpenAI/components/Text.js +7 -3
- package/es/OpenAI/index.d.ts +1 -0
- package/es/OpenAI/index.js +2 -1
- package/es/OpenAI/style.d.ts +1 -0
- package/es/OpenAI/style.js +1 -0
- package/es/OpenRouter/components/Avatar.d.ts +5 -0
- package/es/OpenRouter/components/Avatar.js +22 -0
- package/es/OpenRouter/components/Combine.d.ts +5 -0
- package/es/OpenRouter/components/Combine.js +21 -0
- package/es/OpenRouter/components/Mono.d.ts +3 -0
- package/es/OpenRouter/components/Mono.js +35 -0
- package/es/OpenRouter/components/Text.d.ts +3 -0
- package/es/OpenRouter/components/Text.js +35 -0
- package/es/OpenRouter/index.d.ts +13 -0
- package/es/OpenRouter/index.js +12 -0
- package/es/OpenRouter/style.d.ts +4 -0
- package/es/OpenRouter/style.js +4 -0
- package/es/Perplexity/components/Avatar.js +2 -1
- package/es/Perplexity/components/Color.js +7 -3
- package/es/Perplexity/components/Combine.js +2 -2
- package/es/Perplexity/components/Mono.js +7 -3
- package/es/Perplexity/components/Text.js +7 -3
- package/es/Perplexity/index.d.ts +1 -0
- package/es/Perplexity/index.js +2 -1
- package/es/Perplexity/style.d.ts +1 -0
- package/es/Perplexity/style.js +1 -0
- package/es/Pollinations/components/Avatar.js +2 -1
- package/es/Pollinations/components/Combine.js +2 -1
- package/es/Pollinations/components/Mono.js +7 -3
- package/es/Pollinations/components/Text.js +7 -3
- package/es/Pollinations/index.d.ts +1 -0
- package/es/Pollinations/index.js +2 -1
- package/es/Pollinations/style.d.ts +1 -0
- package/es/Pollinations/style.js +1 -0
- package/es/Qingyan/components/Avatar.js +2 -1
- package/es/Qingyan/components/Color.js +6 -3
- package/es/Qingyan/components/Combine.js +2 -1
- package/es/Qingyan/components/Mono.js +6 -3
- package/es/Qingyan/components/Text.js +7 -3
- package/es/Qingyan/index.d.ts +1 -0
- package/es/Qingyan/index.js +2 -1
- package/es/Qingyan/style.d.ts +1 -0
- package/es/Qingyan/style.js +1 -0
- package/es/Replicate/components/Avatar.js +2 -1
- package/es/Replicate/components/BrandMono.js +7 -3
- package/es/Replicate/components/Mono.js +7 -3
- package/es/Replicate/index.d.ts +1 -0
- package/es/Replicate/index.js +2 -1
- package/es/Replicate/style.d.ts +1 -0
- package/es/Replicate/style.js +1 -0
- package/es/Spark/components/Avatar.js +2 -1
- package/es/Spark/components/Color.js +4 -1
- package/es/Spark/components/Combine.js +2 -1
- package/es/Spark/components/Mono.js +4 -1
- package/es/Spark/components/Text.js +4 -1
- package/es/Spark/index.d.ts +1 -0
- package/es/Spark/index.js +2 -1
- package/es/Spark/style.d.ts +1 -0
- package/es/Spark/style.js +1 -0
- package/es/Stability/components/Avatar.js +2 -1
- package/es/Stability/components/BrandColor.js +5 -2
- package/es/Stability/components/BrandMono.js +6 -3
- package/es/Stability/components/Color.js +5 -2
- package/es/Stability/components/Combine.js +2 -1
- package/es/Stability/components/Mono.js +6 -3
- package/es/Stability/components/Text.js +7 -3
- package/es/Stability/index.d.ts +1 -0
- package/es/Stability/index.js +2 -1
- package/es/Stability/style.d.ts +1 -0
- package/es/Stability/style.js +1 -0
- package/es/Tongyi/components/Avatar.js +2 -1
- package/es/Tongyi/components/Color.js +5 -2
- package/es/Tongyi/components/Combine.js +2 -1
- package/es/Tongyi/components/Mono.js +7 -3
- package/es/Tongyi/components/Text.js +7 -3
- package/es/Tongyi/index.d.ts +1 -0
- package/es/Tongyi/index.js +2 -1
- package/es/Tongyi/style.d.ts +1 -0
- package/es/Tongyi/style.js +1 -0
- package/es/Wenxin/components/Avatar.js +2 -1
- package/es/Wenxin/components/Color.js +5 -2
- package/es/Wenxin/components/Combine.js +2 -1
- package/es/Wenxin/components/Mono.js +7 -3
- package/es/Wenxin/components/Text.js +7 -3
- package/es/Wenxin/index.d.ts +1 -0
- package/es/Wenxin/index.js +2 -1
- package/es/Wenxin/style.d.ts +1 -0
- package/es/Wenxin/style.js +1 -0
- package/es/WorkersAI/components/Avatar.js +2 -1
- package/es/WorkersAI/components/Color.js +7 -3
- package/es/WorkersAI/components/Combine.js +2 -1
- package/es/WorkersAI/components/Mono.js +7 -3
- package/es/WorkersAI/components/Text.js +7 -3
- package/es/WorkersAI/index.d.ts +1 -0
- package/es/WorkersAI/index.js +2 -1
- package/es/WorkersAI/style.d.ts +1 -0
- package/es/WorkersAI/style.js +1 -0
- package/es/Zhipu/components/Avatar.js +2 -1
- package/es/Zhipu/components/Color.js +7 -3
- package/es/Zhipu/components/Combine.js +2 -2
- package/es/Zhipu/components/Mono.js +7 -3
- package/es/Zhipu/components/Text.js +7 -3
- package/es/Zhipu/index.d.ts +1 -0
- package/es/Zhipu/index.js +2 -1
- package/es/Zhipu/style.d.ts +1 -0
- package/es/Zhipu/style.js +1 -0
- package/es/components/Editor/Color.js +1 -1
- package/es/components/Editor/Mono.js +1 -1
- package/es/components/Editor/Text.d.ts +8 -0
- package/es/components/Editor/Text.js +47 -0
- package/es/components/Editor/index.js +10 -3
- package/es/hooks/useFillId.js +2 -2
- package/es/index.d.ts +4 -0
- package/es/index.js +4 -0
- package/package.json +10 -4
|
@@ -5,6 +5,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
5
5
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
6
|
import { forwardRef } from 'react';
|
|
7
7
|
import { useFillId } from "../../hooks/useFillId";
|
|
8
|
+
import { TITLE } from "../style";
|
|
8
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
10
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
10
11
|
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
@@ -12,7 +13,7 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
12
13
|
size = _ref$size === void 0 ? '1em' : _ref$size,
|
|
13
14
|
style = _ref.style,
|
|
14
15
|
rest = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
-
var _useFillId = useFillId(
|
|
16
|
+
var _useFillId = useFillId(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";
|
|
@@ -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: "M12 24A14.304 14.304 0 000 12 14.304 14.304 0 0012 0a14.305 14.305 0 0012 12 14.305 14.305 0 00-12 12"
|
|
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 98 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: "M21.186 12.67c0 2.649-.786 4.759-2.359 6.33-1.766 1.87-4.09 2.806-6.969 2.806-2.756 0-5.088-.953-6.996-2.86C2.954 17.04 2 14.693 2 11.904c0-2.789.954-5.137 2.862-7.043C6.77 2.953 9.102 2 11.858 2c1.396 0 2.712.247 3.949.741 1.236.495 2.252 1.192 3.047 2.092l-1.749 1.748c-.583-.706-1.338-1.258-2.266-1.655a7.49 7.49 0 00-2.981-.596c-2.067 0-3.816.715-5.247 2.145-1.413 1.448-2.12 3.257-2.12 5.428s.707 3.98 2.12 5.428c1.431 1.43 3.18 2.145 5.247 2.145 1.89 0 3.463-.53 4.717-1.588 1.254-1.06 1.979-2.516 2.173-4.37h-6.89v-2.277h9.196c.088.495.132.971.132 1.43m7.652-4.633c1.946 0 3.494.629 4.645 1.886 1.15 1.257 1.726 3.018 1.726 5.282l-.027.268H24.877c.036 1.284.464 2.318 1.285 3.102.82.785 1.802 1.177 2.944 1.177 1.57 0 2.802-.784 3.694-2.354l2.195 1.07a6.54 6.54 0 01-2.45 2.595C31.503 21.688 30.32 22 29 22c-1.927 0-3.516-.66-4.765-1.98-1.249-1.319-1.873-2.986-1.873-5.001 0-1.997.606-3.66 1.82-4.988 1.213-1.329 2.766-1.993 4.657-1.993m-.053 2.247c-.928 0-1.727.285-2.396.856-.67.57-1.11 1.337-1.325 2.3h7.522c-.071-.91-.442-1.663-1.111-2.26-.67-.598-1.566-.896-2.69-.896M39.247 21.53h-2.455V8.465h2.348v1.813h.107c.374-.64.947-1.173 1.721-1.6.774-.427 1.544-.64 2.309-.64.96 0 1.806.222 2.535.667a3.931 3.931 0 011.601 1.84c1.085-1.671 2.589-2.507 4.51-2.507 1.513 0 2.678.462 3.496 1.387.819.924 1.228 2.24 1.228 3.946v8.16h-2.455v-7.786c0-1.227-.223-2.112-.668-2.654-.444-.542-1.192-.813-2.241-.813-.943 0-1.735.4-2.375 1.2-.64.8-.961 1.742-.961 2.826v7.227h-2.455v-7.786c0-1.227-.223-2.112-.668-2.654-.444-.542-1.191-.813-2.241-.813-.943 0-1.735.4-2.375 1.2-.64.8-.961 1.742-.961 2.826v7.227zM61.911 3.93c0 .48-.17.89-.508 1.228a1.675 1.675 0 01-1.23.508c-.48 0-.89-.17-1.229-.508a1.673 1.673 0 01-.508-1.228c0-.481.17-.89.508-1.229a1.675 1.675 0 011.23-.508c.48 0 .89.17 1.23.508.338.338.507.748.507 1.228m-.11 4.514v13.088h-2.857V8.443h2.857zM80 3.93c0 .48-.17.89-.508 1.228a1.675 1.675 0 01-1.23.508c-.48 0-.89-.17-1.229-.508a1.673 1.673 0 01-.508-1.228c0-.481.17-.89.508-1.229a1.675 1.675 0 011.23-.508c.48 0 .89.17 1.23.508.338.338.507.748.507 1.228m-.11 4.514v13.088h-2.857V8.443h2.857zm-16.343.022h2.349v1.813h.107c.373-.64.947-1.173 1.721-1.6a4.935 4.935 0 012.415-.64c1.601 0 2.833.458 3.696 1.373.863.916 1.294 2.218 1.294 3.907v8.213h-2.455v-8.053c-.053-2.133-1.13-3.2-3.229-3.2-.978 0-1.797.395-2.455 1.187-.658.79-.987 1.737-.987 2.84v7.226h-2.456V8.465z"
|
|
28
|
-
})
|
|
32
|
+
})]
|
|
29
33
|
}));
|
|
30
34
|
});
|
|
31
35
|
export default Icon;
|
package/es/Gemini/index.d.ts
CHANGED
package/es/Gemini/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/Gemini/style.d.ts
CHANGED
package/es/Gemini/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
|
iconMultiple: 0.9
|
|
18
19
|
}, rest));
|
|
@@ -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: "24.419%",
|
|
@@ -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: "M12.34 5.953a8.233 8.233 0 01-.247-1.125V3.72a8.25 8.25 0 015.562 2.232H12.34zm-.69 0c.113-.373.199-.755.257-1.145V3.72a8.25 8.25 0 00-5.562 2.232h5.304zm-5.433.187h5.373a7.98 7.98 0 01-.267.696 8.41 8.41 0 01-1.76 2.65L6.216 6.14zm-.264-.187H2.977v.187h2.915a8.436 8.436 0 00-2.357 5.767H0v.186h3.535a8.436 8.436 0 002.357 5.767H2.977v.186h2.976v2.977h.187v-2.915a8.436 8.436 0 005.767 2.357V24h.186v-3.535a8.436 8.436 0 005.767-2.357v2.915h.186v-2.977h2.977v-.186h-2.915a8.436 8.436 0 002.357-5.767H24v-.186h-3.535a8.436 8.436 0 00-2.357-5.767h2.915v-.187h-2.977V2.977h-.186v2.915a8.436 8.436 0 00-5.767-2.357V0h-.186v3.535A8.436 8.436 0 006.14 5.892V2.977h-.187v2.976zm6.14 14.326a8.25 8.25 0 005.562-2.233H12.34c-.108.367-.19.743-.247 1.126v1.107zm-.186-1.087a8.015 8.015 0 00-.258-1.146H6.345a8.25 8.25 0 005.562 2.233v-1.087zm-8.186-7.285h1.107a8.23 8.23 0 001.125-.247V6.345a8.25 8.25 0 00-2.232 5.562zm1.087.186H3.72a8.25 8.25 0 002.232 5.562v-5.304a8.012 8.012 0 00-1.145-.258zm15.47-.186a8.25 8.25 0 00-2.232-5.562v5.315c.367.108.743.19 1.126.247h1.107zm-1.086.186c-.39.058-.772.144-1.146.258v5.304a8.25 8.25 0 002.233-5.562h-1.087zm-1.332 5.69V12.41a7.97 7.97 0 00-.696.267 8.409 8.409 0 00-2.65 1.76l3.346 3.346zm0-6.18v-5.45l-.012-.013h-5.451c.076.235.162.468.26.696a8.698 8.698 0 001.819 2.688 8.698 8.698 0 002.688 1.82c.228.097.46.183.696.259zM6.14 17.848V12.41c.235.078.468.167.696.267a8.403 8.403 0 012.688 1.799 8.404 8.404 0 011.799 2.688c.1.228.19.46.267.696H6.152l-.012-.012zm0-6.245V6.326l3.29 3.29a8.716 8.716 0 01-2.594 1.728 8.14 8.14 0 01-.696.259zm6.257 6.257h5.277l-3.29-3.29a8.716 8.716 0 00-1.728 2.594 8.135 8.135 0 00-.259.696zm-2.347-7.81a9.435 9.435 0 01-2.88 1.96 9.14 9.14 0 012.88 1.94 9.14 9.14 0 011.94 2.88 9.435 9.435 0 011.96-2.88 9.14 9.14 0 012.88-1.94 9.435 9.435 0 01-2.88-1.96 9.434 9.434 0 01-1.96-2.88 9.14 9.14 0 01-1.94 2.88z"
|
|
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
|
height: size,
|
|
16
18
|
ref: ref,
|
|
@@ -21,10 +23,12 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
21
23
|
viewBox: "0 0 24 24",
|
|
22
24
|
xmlns: "http://www.w3.org/2000/svg"
|
|
23
25
|
}, rest), {}, {
|
|
24
|
-
children: /*#__PURE__*/_jsx("
|
|
26
|
+
children: [/*#__PURE__*/_jsx("title", {
|
|
27
|
+
children: TITLE
|
|
28
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
25
29
|
d: "M12 0a14.305 14.305 0 0 0 12 12 14.305 14.305 0 0 0-12 12A14.304 14.304 0 0 0 0 12 14.304 14.304 0 0 0 12 0Zm.031 4.5A14.281 14.281 0 0 1 9 9a14.742 14.742 0 0 1-4.5 3.063 14.281 14.281 0 0 1 4.5 3.03 14.281 14.281 0 0 1 3.031 4.5 14.742 14.742 0 0 1 3.063-4.5 14.281 14.281 0 0 1 4.5-3.03A14.742 14.742 0 0 1 15.094 9a14.74 14.74 0 0 1-3.063-4.5Z",
|
|
26
30
|
fillRule: "evenodd"
|
|
27
|
-
})
|
|
31
|
+
})]
|
|
28
32
|
}));
|
|
29
33
|
});
|
|
30
34
|
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 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: "M12.914 22c-1.98 0-3.804-.48-5.472-1.441a10.717 10.717 0 01-3.971-3.97C2.49 14.901 2 13.038 2 11c0-2.04.49-3.902 1.47-5.588a10.717 10.717 0 013.972-3.97C9.11.48 10.934 0 12.914 0c1.55 0 3.006.275 4.37.824 1.362.549 2.485 1.323 3.368 2.323l-1.795 1.794c-.667-.823-1.52-1.456-2.56-1.897a8.494 8.494 0 00-3.353-.662c-1.49 0-2.878.358-4.163 1.074-1.285.716-2.314 1.725-3.089 3.03C4.917 7.788 4.53 9.293 4.53 11c0 1.706.387 3.21 1.162 4.515a8.144 8.144 0 003.104 3.03 8.44 8.44 0 004.148 1.073c1.412 0 2.594-.22 3.545-.662a7.943 7.943 0 002.456-1.75 6.43 6.43 0 001.236-1.985c.314-.775.51-1.633.588-2.574h-7.796v-2.323h10.12c.098.549.147 1.058.147 1.529 0 1.294-.205 2.554-.617 3.78a8.347 8.347 0 01-1.971 3.22C18.71 20.95 16.13 22 12.914 22zm18.727 0c-1.432 0-2.716-.343-3.854-1.03a7.143 7.143 0 01-2.662-2.838c-.638-1.206-.957-2.563-.957-4.073 0-1.451.3-2.784.898-4a7.26 7.26 0 012.545-2.912c1.098-.725 2.373-1.088 3.824-1.088 1.47 0 2.746.328 3.824.985a6.54 6.54 0 012.486 2.72c.579 1.158.868 2.481.868 3.971 0 .294-.03.55-.088.765H26.669c.059 1.137.334 2.098.824 2.882.49.785 1.113 1.373 1.868 1.765a5.072 5.072 0 002.368.588c1.922 0 3.403-.902 4.442-2.706l2.119 1.03c-.648 1.216-1.525 2.176-2.633 2.882C34.548 21.647 33.21 22 31.64 22zm4.324-9.559a4.868 4.868 0 00-.53-1.882c-.313-.628-.808-1.157-1.485-1.588-.676-.432-1.525-.647-2.544-.647-1.177 0-2.173.377-2.986 1.132-.814.755-1.349 1.75-1.604 2.985h9.15zm4.223-5.912h2.383v2.206h.118c.432-.764 1.079-1.402 1.942-1.911a5.296 5.296 0 012.736-.765c1.098 0 2.054.265 2.868.794a4.446 4.446 0 011.75 2.118 6.125 6.125 0 012.104-2.118c.873-.53 1.888-.794 3.045-.794 1.726 0 3.025.524 3.898 1.573.872 1.05 1.309 2.476 1.309 4.28v9.617H59.87v-9.235c0-1.392-.285-2.402-.853-3.03-.57-.627-1.413-.94-2.53-.94-.746 0-1.422.215-2.03.647-.608.431-1.084 1.01-1.427 1.735a5.432 5.432 0 00-.515 2.353v8.47h-2.5v-9.205c0-1.412-.285-2.432-.854-3.06-.569-.627-1.402-.94-2.5-.94-.746 0-1.422.22-2.03.661-.608.441-1.084 1.03-1.427 1.765a5.528 5.528 0 00-.515 2.368v8.411h-2.5v-15zm24.405 0h2.383v2.206h.117c.432-.764 1.08-1.402 1.942-1.911a5.296 5.296 0 012.736-.765c1.098 0 2.054.265 2.868.794a4.446 4.446 0 011.75 2.118 6.125 6.125 0 012.104-2.118c.873-.53 1.888-.794 3.045-.794 1.726 0 3.025.524 3.898 1.573.873 1.05 1.31 2.476 1.31 4.28v9.617h-2.472v-9.235c0-1.392-.284-2.402-.853-3.03-.569-.627-1.412-.94-2.53-.94-.745 0-1.422.215-2.03.647-.608.431-1.084 1.01-1.427 1.735a5.432 5.432 0 00-.515 2.353v8.47h-2.5v-9.205c0-1.412-.285-2.432-.853-3.06-.57-.627-1.403-.94-2.501-.94-.745 0-1.422.22-2.03.661-.608.441-1.084 1.03-1.427 1.765a5.528 5.528 0 00-.515 2.368v8.411h-2.5v-15zM93.645 22c-1.098 0-2.079-.216-2.942-.647-.863-.431-1.53-1.025-2-1.78-.47-.754-.706-1.612-.706-2.573 0-1.588.598-2.828 1.794-3.72 1.197-.893 2.707-1.339 4.53-1.339.903 0 1.742.098 2.516.294.775.196 1.368.422 1.78.677V12c0-1.118-.392-2.015-1.177-2.691-.784-.677-1.775-1.015-2.971-1.015a5.01 5.01 0 00-2.324.544 4.246 4.246 0 00-1.677 1.515L88.585 8.94c.589-.902 1.398-1.608 2.427-2.117 1.03-.51 2.172-.765 3.428-.765 2.04 0 3.643.534 4.81 1.603 1.167 1.068 1.75 2.524 1.75 4.367v9.5h-2.383v-2.147H98.5c-.431.726-1.078 1.343-1.941 1.853S94.724 22 93.645 22zm.236-2.206c.843 0 1.627-.216 2.353-.647a4.905 4.905 0 001.736-1.735c.431-.726.647-1.52.647-2.383-.47-.313-1.05-.568-1.736-.764a7.89 7.89 0 00-2.177-.294c-1.373 0-2.407.284-3.103.853-.697.568-1.045 1.303-1.045 2.205 0 .824.314 1.49.942 2 .627.51 1.422.765 2.383.765z"
|
|
28
|
-
})
|
|
32
|
+
})]
|
|
29
33
|
}));
|
|
30
34
|
});
|
|
31
35
|
export default Icon;
|
package/es/Gemma/index.d.ts
CHANGED
package/es/Gemma/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import Combine from "./components/Combine";
|
|
|
4
4
|
import Mono from "./components/Mono";
|
|
5
5
|
import Simple from "./components/Simple";
|
|
6
6
|
import Text from "./components/Text";
|
|
7
|
-
import { COLOR_GRADIENT, COLOR_PRIMARY } from "./style";
|
|
7
|
+
import { COLOR_GRADIENT, COLOR_PRIMARY, TITLE } from "./style";
|
|
8
8
|
var Icons = Mono;
|
|
9
9
|
Icons.Color = Color;
|
|
10
10
|
Icons.Text = Text;
|
|
@@ -13,4 +13,5 @@ Icons.Combine = Combine;
|
|
|
13
13
|
Icons.Avatar = Avatar;
|
|
14
14
|
Icons.colorPrimary = COLOR_PRIMARY;
|
|
15
15
|
Icons.colorGradient = COLOR_GRADIENT;
|
|
16
|
+
Icons.title = TITLE;
|
|
16
17
|
export default Icons;
|
package/es/Gemma/style.d.ts
CHANGED
package/es/Gemma/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: '#fff'
|
|
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: "M12 0c6.63 0 12 5.276 12 11.79-.001 5.067-3.29 9.567-8.175 11.187-.6.118-.825-.25-.825-.56 0-.398.015-1.665.015-3.242 0-1.105-.375-1.813-.81-2.181 2.67-.295 5.475-1.297 5.475-5.822 0-1.297-.465-2.344-1.23-3.169.12-.295.54-1.503-.12-3.125 0 0-1.005-.324-3.3 1.209a11.32 11.32 0 00-3-.398c-1.02 0-2.04.133-3 .398-2.295-1.518-3.3-1.209-3.3-1.209-.66 1.622-.24 2.83-.12 3.125-.765.825-1.23 1.887-1.23 3.169 0 4.51 2.79 5.527 5.46 5.822-.345.294-.66.81-.765 1.577-.69.31-2.415.81-3.495-.973-.225-.354-.9-1.223-1.845-1.209-1.005.015-.405.56.015.781.51.28 1.095 1.327 1.23 1.666.24.663 1.02 1.93 4.035 1.385 0 .988.015 1.916.015 2.196 0 .31-.225.664-.825.56C3.303 21.374-.003 16.867 0 11.791 0 5.276 5.37 0 12 0z"
|
|
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 78 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: "M16.598 10.836v9.48c0 .066-.017.181-.1.214 0 0-2.07 1.47-5.484 1.47C6.888 22 2 20.712 2 12.223 2 3.734 6.275 1.983 10.45 2c3.613 0 5.07.81 5.303.958.066.083.1.149.1.231l-.697 2.94c0 .149-.149.33-.331.28-.597-.18-1.491-.544-3.596-.544-2.435 0-5.053.693-5.053 6.16 0 5.466 2.485 6.11 4.275 6.11 1.524 0 2.07-.181 2.07-.181v-3.799h-2.435c-.182 0-.315-.132-.315-.28v-3.04c0-.148.133-.28.315-.28h6.197c.182 0 .315.132.315.28zM76 14.684c0 5.664-1.84 7.283-5.054 7.283-2.717 0-4.175-1.37-4.175-1.37s-.067.759-.15.858c-.05.1-.132.132-.231.132h-2.453c-.165 0-.315-.132-.315-.28l.034-18.349a.29.29 0 01.281-.28h3.53a.29.29 0 01.281.28v6.226s1.359-.875 3.347-.875l-.016-.033c1.988 0 4.921.743 4.921 6.408zM47.865 2.71a.29.29 0 01.281.281V21.34a.29.29 0 01-.281.281h-3.53a.29.29 0 01-.281-.28l.033-7.845h-5.485v7.844a.29.29 0 01-.281.281h-3.53c-.132 0-.281-.132-.281-.28V2.99a.29.29 0 01.281-.28h3.53a.29.29 0 01.281.28v6.755h5.485V2.99a.29.29 0 01.282-.28h3.496zM61.55 8.722c.183 0 .315.132.315.28l-.033 12.337c0 .149-.1.281-.282.281h-2.22c-.116 0-.232-.066-.265-.148-.05-.1-.133-.744-.133-.744S57.061 22 54.758 22c-2.8 0-4.839-.908-4.839-4.542V9.02a.29.29 0 01.282-.28h3.546a.29.29 0 01.282.28v7.845c0 1.238.364 1.8 1.607 1.8 1.243 0 2.154-.644 2.154-.644V9.036c0-.182.1-.314.282-.314h3.48zm-28.84 9.861h.007c.14.029.239.154.234.296v2.477c0 .116-.05.231-.149.264-.166.083-1.226.363-2.104.363-1.922 0-4.74-.412-4.74-4.442v-5.417H24.12c-.149 0-.281-.132-.281-.314V9.564c0-.132.083-.248.215-.28.116-.017 1.922-.463 1.922-.463V5.237c0-.132.083-.215.232-.215h3.58c.148 0 .231.083.231.215v3.485h2.635c.132 0 .265.132.265.28v2.808c0 .182-.116.314-.265.314h-2.635v5.17c0 .777.448 1.372 1.74 1.372.41 0 .797-.081.951-.083zM22.28 8.705a.29.29 0 01.282.281v12.172c0 .297-.083.446-.414.446h-3.182c-.281 0-.497-.116-.497-.446V9.036c0-.182.133-.33.282-.33h3.53zm49.693 6.243c0-2.99-1.21-3.386-2.486-3.253-.994.066-1.79.561-1.79.561v5.813s.813.562 2.022.595c1.707.05 2.254-.562 2.254-3.716zM20.54 3.123a2.26 2.26 0 012.254 2.28A2.26 2.26 0 0120.54 7.68a2.266 2.266 0 01-2.286-2.279c0-1.271 1.01-2.279 2.286-2.279z"
|
|
28
|
-
})
|
|
32
|
+
})]
|
|
29
33
|
}));
|
|
30
34
|
});
|
|
31
35
|
export default Icon;
|
package/es/Github/index.d.ts
CHANGED
package/es/Github/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/Github/style.d.ts
CHANGED
package/es/Github/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: '#fff'
|
|
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: "M19.245 5.364c1.322 1.36 1.877 3.216 2.11 5.817.622 0 1.2.135 1.592.654l.73.964c.21.278.323.61.323.955v2.62c0 .339-.173.669-.453.868C20.239 19.602 16.157 21.5 12 21.5c-4.6 0-9.205-2.583-11.547-4.258-.28-.2-.452-.53-.453-.868v-2.62c0-.345.113-.679.321-.956l.73-.963c.392-.517.974-.654 1.593-.654l.029-.297c.25-2.446.81-4.213 2.082-5.52 2.461-2.54 5.71-2.851 7.146-2.864h.198c1.436.013 4.685.323 7.146 2.864zm-7.244 4.328c-.284 0-.613.016-.962.05-.123.447-.305.85-.57 1.108-1.05 1.023-2.316 1.18-2.994 1.18-.638 0-1.306-.13-1.851-.464-.516.165-1.012.403-1.044.996a65.882 65.882 0 00-.063 2.884l-.002.48c-.002.563-.005 1.126-.013 1.69.002.326.204.63.51.765 2.482 1.102 4.83 1.657 6.99 1.657 2.156 0 4.504-.555 6.985-1.657a.854.854 0 00.51-.766c.03-1.682.006-3.372-.076-5.053-.031-.596-.528-.83-1.046-.996-.546.333-1.212.464-1.85.464-.677 0-1.942-.157-2.993-1.18-.266-.258-.447-.661-.57-1.108-.32-.032-.64-.049-.96-.05zm-2.525 4.013c.539 0 .976.426.976.95v1.753c0 .525-.437.95-.976.95a.964.964 0 01-.976-.95v-1.752c0-.525.437-.951.976-.951zm5 0c.539 0 .976.426.976.95v1.753c0 .525-.437.95-.976.95a.964.964 0 01-.976-.95v-1.752c0-.525.437-.951.976-.951zM7.635 5.087c-1.05.102-1.935.438-2.385.906-.975 1.037-.765 3.668-.21 4.224.405.394 1.17.657 1.995.657h.09c.649-.013 1.785-.176 2.73-1.11.435-.41.705-1.433.675-2.47-.03-.834-.27-1.52-.63-1.813-.39-.336-1.275-.482-2.265-.394zm6.465.394c-.36.292-.6.98-.63 1.813-.03 1.037.24 2.06.675 2.47.968.957 2.136 1.104 2.776 1.11h.044c.825 0 1.59-.263 1.995-.657.555-.556.765-3.187-.21-4.224-.45-.468-1.335-.804-2.385-.906-.99-.088-1.875.058-2.265.394zM12 7.615c-.24 0-.525.015-.84.044.03.16.045.336.06.526l-.001.159a2.94 2.94 0 01-.014.25c.225-.022.425-.027.612-.028h.366c.187 0 .387.006.612.028-.015-.146-.015-.277-.015-.409.015-.19.03-.365.06-.526a9.29 9.29 0 00-.84-.044z"
|
|
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 154 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 11.875c0 5.256 3.013 8.506 8.19 8.506 4.76 0 8.027-2.72 8.027-7.722v-1.545h-7.982v2.928h4.095c-.161 1.96-1.68 3.25-4.049 3.25-2.6 0-4.347-1.498-4.347-4.334V10.7c0-2.582 1.518-4.31 4.186-4.31 1.91 0 3.267.922 3.68 2.374h3.865c-.437-3.366-3.427-5.625-7.499-5.625C5.29 3.138 2 6.366 2 11.875zm17.308-5.44h3.496V3h-3.496v3.435zm0 13.715h3.496V7.795h-3.496V20.15zm10.544-9.52h2.438V7.795h-2.438V3.922h-3.496v3.873H24.17v2.835h2.186v6.8c0 1.637.69 2.72 2.76 2.72h3.174v-2.766h-2.438V10.63zm3.994 9.52h3.727v-7.076h7.568v7.076h3.726V3.346h-3.726v6.777h-7.568V3.346h-3.727V20.15zM62.385 7.795h-3.497v6.523c0 1.868-1.012 3.205-2.668 3.205-1.38 0-2.162-.83-2.162-2.56V7.796h-3.52v7.722c0 2.95 1.357 4.864 4.118 4.864 1.955 0 3.29-.945 4.002-2.49h.207l.46 2.26h3.06V7.794zm1.698 12.355h3.06l.436-2.213h.207c.713 1.591 2.3 2.444 4.072 2.444 3.174 0 5.015-2.374 5.015-6.385 0-4.057-1.887-6.432-5.084-6.432-1.978 0-3.428 1.014-4.003 2.49h-.207V3h-3.496v17.15zm3.496-5.624v-1.06c0-1.845 1.173-3.043 2.99-3.043 1.657 0 2.738.853 2.738 2.581v1.983c0 1.521-.874 2.559-2.714 2.559-1.864 0-3.014-1.222-3.014-3.02zm21.8 5.855c4.21 0 7.177-2.351 7.683-6.063h-3.151c-.46 2.098-2.186 3.389-4.486 3.389-2.852 0-4.67-1.867-4.67-4.518v-2.743c0-2.882 1.887-4.634 4.716-4.634 2.53 0 4.072 1.36 4.44 3.366h3.151c-.368-3.665-3.243-6.063-7.499-6.063-5.038 0-7.982 3.274-7.982 8.668 0 5.348 2.898 8.598 7.798 8.598zm8.533-6.34c0 3.92 2.346 6.34 5.98 6.34 3.796 0 6.004-2.536 6.004-6.34 0-4.056-2.484-6.338-6.003-6.338-3.635 0-5.981 2.397-5.981 6.339zm2.898.992V13.12c0-1.89 1.22-3.066 3.083-3.066 1.817 0 3.082 1.152 3.082 3.066v1.913c0 1.96-1.288 2.997-3.082 2.997-1.749 0-3.083-1.015-3.083-2.997zM111.018 24h2.853v-6.132h.184c.667 1.453 2.116 2.398 4.186 2.398 3.083 0 4.992-2.26 4.992-6.293 0-3.942-1.863-6.27-4.992-6.27-1.863 0-3.427.852-4.186 2.397h-.184l-.345-2.167h-2.508V24zm6.211-6.063c-2.024 0-3.358-1.314-3.358-3.342v-1.222c0-2.005 1.31-3.342 3.381-3.342 2.002 0 3.037 1.152 3.037 2.881v2.144c0 1.815-1.16 2.849-2.973 2.88l-.087.001zm7.1-11.733h2.83V3.115h-2.83v3.09zm0 13.946h2.83V7.933h-2.83V20.15zm4.338 0h2.83V3.115h-2.83V20.15zm9.927-12.447c3.52 0 6.004 2.282 6.004 6.339 0 3.803-2.208 6.339-6.004 6.339-3.634 0-5.98-2.42-5.98-6.34 0-3.941 2.346-6.338 5.98-6.338zm10.922-3.689v3.919H152v2.328h-2.484v7.607H152v2.282h-2.99c-1.749 0-2.324-.922-2.324-2.282v-7.607h-2.185V7.933h2.185V4.014h2.83zm-10.922 6.04c-1.863 0-3.082 1.175-3.082 3.066v1.913c0 1.982 1.334 2.997 3.082 2.997 1.795 0 3.083-1.038 3.083-2.997V13.12c0-1.914-1.265-3.066-3.083-3.066z"
|
|
28
|
-
})
|
|
32
|
+
})]
|
|
29
33
|
}));
|
|
30
34
|
});
|
|
31
35
|
export default Icon;
|