@quantumclaw/quantumclaw 2026.3.22
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/CHANGELOG.md +4601 -0
- package/LICENSE +21 -0
- package/README.md +559 -0
- package/assets/avatar-placeholder.svg +19 -0
- package/assets/chrome-extension/icons/icon128.png +0 -0
- package/assets/chrome-extension/icons/icon16.png +0 -0
- package/assets/chrome-extension/icons/icon32.png +0 -0
- package/assets/chrome-extension/icons/icon48.png +0 -0
- package/assets/dmg-background-small.png +0 -0
- package/assets/dmg-background.png +0 -0
- package/docs/.i18n/README.md +31 -0
- package/docs/.i18n/glossary.ja-JP.json +14 -0
- package/docs/.i18n/glossary.zh-CN.json +302 -0
- package/docs/.i18n/ja-JP.tm.jsonl +0 -0
- package/docs/assets/install-script.svg +1 -0
- package/docs/assets/macos-onboarding/01-macos-warning.jpeg +0 -0
- package/docs/assets/macos-onboarding/02-local-networks.jpeg +0 -0
- package/docs/assets/macos-onboarding/03-security-notice.png +0 -0
- package/docs/assets/macos-onboarding/04-choose-gateway.png +0 -0
- package/docs/assets/macos-onboarding/05-permissions.png +0 -0
- package/docs/assets/pixel-lobster.svg +60 -0
- package/docs/assets/quantumclaw-logo-text-dark.png +0 -0
- package/docs/assets/quantumclaw-logo-text-dark.svg +418 -0
- package/docs/assets/quantumclaw-logo-text.png +0 -0
- package/docs/assets/quantumclaw-logo-text.svg +418 -0
- package/docs/assets/showcase/agents-ui.jpg +0 -0
- package/docs/assets/showcase/bambu-cli.png +0 -0
- package/docs/assets/showcase/codexmonitor.png +0 -0
- package/docs/assets/showcase/gohome-grafana.png +0 -0
- package/docs/assets/showcase/ios-testflight.jpg +0 -0
- package/docs/assets/showcase/oura-health.png +0 -0
- package/docs/assets/showcase/padel-cli.svg +11 -0
- package/docs/assets/showcase/padel-screenshot.jpg +0 -0
- package/docs/assets/showcase/papla-tts.jpg +0 -0
- package/docs/assets/showcase/pr-review-telegram.jpg +0 -0
- package/docs/assets/showcase/roborock-screenshot.jpg +0 -0
- package/docs/assets/showcase/roborock-status.svg +13 -0
- package/docs/assets/showcase/roof-camera-sky.jpg +0 -0
- package/docs/assets/showcase/snag.png +0 -0
- package/docs/assets/showcase/tesco-shop.jpg +0 -0
- package/docs/assets/showcase/wienerlinien.png +0 -0
- package/docs/assets/showcase/wine-cellar-skill.jpg +0 -0
- package/docs/assets/showcase/winix-air-purifier.jpg +0 -0
- package/docs/assets/showcase/xuezh-pronunciation.jpeg +0 -0
- package/docs/assets/sponsors/blacksmith.svg +14 -0
- package/docs/assets/sponsors/convex.svg +16 -0
- package/docs/assets/sponsors/openai.svg +3 -0
- package/docs/assets/sponsors/vercel.svg +5 -0
- package/docs/auth-credential-semantics.md +53 -0
- package/docs/automation/auth-monitoring.md +44 -0
- package/docs/automation/cron-jobs.md +727 -0
- package/docs/automation/cron-vs-heartbeat.md +286 -0
- package/docs/automation/gmail-pubsub.md +256 -0
- package/docs/automation/hooks.md +1056 -0
- package/docs/automation/poll.md +86 -0
- package/docs/automation/standing-orders.md +251 -0
- package/docs/automation/troubleshooting.md +122 -0
- package/docs/automation/webhook.md +217 -0
- package/docs/brave-search.md +93 -0
- package/docs/channels/bluebubbles.md +347 -0
- package/docs/channels/broadcast-groups.md +442 -0
- package/docs/channels/channel-routing.md +139 -0
- package/docs/channels/discord.md +1229 -0
- package/docs/channels/feishu.md +747 -0
- package/docs/channels/googlechat.md +261 -0
- package/docs/channels/group-messages.md +84 -0
- package/docs/channels/groups.md +379 -0
- package/docs/channels/imessage.md +367 -0
- package/docs/channels/index.md +47 -0
- package/docs/channels/irc.md +242 -0
- package/docs/channels/line.md +194 -0
- package/docs/channels/location.md +56 -0
- package/docs/channels/matrix.md +677 -0
- package/docs/channels/mattermost.md +427 -0
- package/docs/channels/msteams.md +780 -0
- package/docs/channels/nextcloud-talk.md +138 -0
- package/docs/channels/nostr.md +249 -0
- package/docs/channels/pairing.md +114 -0
- package/docs/channels/signal.md +329 -0
- package/docs/channels/slack.md +603 -0
- package/docs/channels/synology-chat.md +134 -0
- package/docs/channels/telegram.md +987 -0
- package/docs/channels/tlon.md +276 -0
- package/docs/channels/troubleshooting.md +118 -0
- package/docs/channels/twitch.md +379 -0
- package/docs/channels/whatsapp.md +460 -0
- package/docs/channels/zalo.md +243 -0
- package/docs/channels/zalouser.md +181 -0
- package/docs/ci.md +55 -0
- package/docs/cli/acp.md +288 -0
- package/docs/cli/agent.md +29 -0
- package/docs/cli/agents.md +123 -0
- package/docs/cli/approvals.md +50 -0
- package/docs/cli/backup.md +76 -0
- package/docs/cli/browser.md +106 -0
- package/docs/cli/channels.md +102 -0
- package/docs/cli/clawbot.md +21 -0
- package/docs/cli/completion.md +35 -0
- package/docs/cli/config.md +295 -0
- package/docs/cli/configure.md +36 -0
- package/docs/cli/cron.md +77 -0
- package/docs/cli/daemon.md +53 -0
- package/docs/cli/dashboard.md +22 -0
- package/docs/cli/devices.md +139 -0
- package/docs/cli/directory.md +63 -0
- package/docs/cli/dns.md +23 -0
- package/docs/cli/docs.md +15 -0
- package/docs/cli/doctor.md +48 -0
- package/docs/cli/gateway.md +235 -0
- package/docs/cli/health.md +21 -0
- package/docs/cli/hooks.md +329 -0
- package/docs/cli/index.md +1150 -0
- package/docs/cli/logs.md +28 -0
- package/docs/cli/memory.md +66 -0
- package/docs/cli/message.md +278 -0
- package/docs/cli/models.md +81 -0
- package/docs/cli/node.md +127 -0
- package/docs/cli/nodes.md +75 -0
- package/docs/cli/onboard.md +157 -0
- package/docs/cli/pairing.md +32 -0
- package/docs/cli/plugins.md +210 -0
- package/docs/cli/qr.md +46 -0
- package/docs/cli/reset.md +20 -0
- package/docs/cli/sandbox.md +197 -0
- package/docs/cli/secrets.md +188 -0
- package/docs/cli/security.md +79 -0
- package/docs/cli/sessions.md +110 -0
- package/docs/cli/setup.md +29 -0
- package/docs/cli/skills.md +36 -0
- package/docs/cli/status.md +30 -0
- package/docs/cli/system.md +60 -0
- package/docs/cli/tui.md +30 -0
- package/docs/cli/uninstall.md +20 -0
- package/docs/cli/update.md +103 -0
- package/docs/cli/voicecall.md +34 -0
- package/docs/cli/webhooks.md +25 -0
- package/docs/concepts/agent-loop.md +148 -0
- package/docs/concepts/agent-workspace.md +236 -0
- package/docs/concepts/agent.md +122 -0
- package/docs/concepts/architecture.md +137 -0
- package/docs/concepts/compaction.md +123 -0
- package/docs/concepts/context-engine.md +268 -0
- package/docs/concepts/context.md +172 -0
- package/docs/concepts/delegate-architecture.md +296 -0
- package/docs/concepts/features.md +73 -0
- package/docs/concepts/markdown-formatting.md +130 -0
- package/docs/concepts/memory.md +108 -0
- package/docs/concepts/messages.md +154 -0
- package/docs/concepts/model-failover.md +152 -0
- package/docs/concepts/model-providers.md +607 -0
- package/docs/concepts/models.md +225 -0
- package/docs/concepts/multi-agent.md +552 -0
- package/docs/concepts/oauth.md +158 -0
- package/docs/concepts/presence.md +102 -0
- package/docs/concepts/queue.md +89 -0
- package/docs/concepts/retry.md +69 -0
- package/docs/concepts/session-pruning.md +121 -0
- package/docs/concepts/session-tool.md +242 -0
- package/docs/concepts/session.md +310 -0
- package/docs/concepts/streaming.md +155 -0
- package/docs/concepts/system-prompt.md +132 -0
- package/docs/concepts/timezone.md +91 -0
- package/docs/concepts/typebox.md +291 -0
- package/docs/concepts/typing-indicators.md +68 -0
- package/docs/concepts/usage-tracking.md +35 -0
- package/docs/date-time.md +128 -0
- package/docs/debug/node-issue.md +85 -0
- package/docs/diagnostics/flags.md +91 -0
- package/docs/docs.json +2078 -0
- package/docs/gateway/authentication.md +179 -0
- package/docs/gateway/background-process.md +97 -0
- package/docs/gateway/bonjour.md +177 -0
- package/docs/gateway/bridge-protocol.md +91 -0
- package/docs/gateway/cli-backends.md +225 -0
- package/docs/gateway/configuration-examples.md +651 -0
- package/docs/gateway/configuration-reference.md +3123 -0
- package/docs/gateway/configuration.md +633 -0
- package/docs/gateway/discovery.md +123 -0
- package/docs/gateway/doctor.md +362 -0
- package/docs/gateway/gateway-lock.md +34 -0
- package/docs/gateway/health.md +44 -0
- package/docs/gateway/heartbeat.md +393 -0
- package/docs/gateway/index.md +261 -0
- package/docs/gateway/local-models.md +152 -0
- package/docs/gateway/logging.md +113 -0
- package/docs/gateway/multiple-gateways.md +112 -0
- package/docs/gateway/network-model.md +22 -0
- package/docs/gateway/openai-http-api.md +132 -0
- package/docs/gateway/openresponses-http-api.md +295 -0
- package/docs/gateway/openshell.md +307 -0
- package/docs/gateway/pairing.md +99 -0
- package/docs/gateway/protocol.md +267 -0
- package/docs/gateway/remote-gateway-readme.md +158 -0
- package/docs/gateway/remote.md +153 -0
- package/docs/gateway/sandbox-vs-tool-policy-vs-elevated.md +134 -0
- package/docs/gateway/sandboxing.md +469 -0
- package/docs/gateway/secrets-plan-contract.md +116 -0
- package/docs/gateway/secrets.md +503 -0
- package/docs/gateway/security/index.md +1220 -0
- package/docs/gateway/tailscale.md +132 -0
- package/docs/gateway/tools-invoke-http-api.md +118 -0
- package/docs/gateway/troubleshooting.md +378 -0
- package/docs/gateway/trusted-proxy-auth.md +330 -0
- package/docs/help/debugging.md +168 -0
- package/docs/help/environment.md +163 -0
- package/docs/help/faq.md +2997 -0
- package/docs/help/index.md +28 -0
- package/docs/help/scripts.md +28 -0
- package/docs/help/testing.md +526 -0
- package/docs/help/troubleshooting.md +297 -0
- package/docs/images/configure-model-picker-unsearchable.png +0 -0
- package/docs/images/feishu-step2-create-app.png +0 -0
- package/docs/images/feishu-step3-credentials.png +0 -0
- package/docs/images/feishu-step4-permissions.png +0 -0
- package/docs/images/feishu-step5-bot-capability.png +0 -0
- package/docs/images/feishu-step6-event-subscription.png +0 -0
- package/docs/images/feishu-verification-token.png +0 -0
- package/docs/images/groups-flow.svg +52 -0
- package/docs/images/mobile-ui-screenshot.png +0 -0
- package/docs/index.md +196 -0
- package/docs/install/ansible.md +230 -0
- package/docs/install/azure.md +311 -0
- package/docs/install/bun.md +55 -0
- package/docs/install/development-channels.md +120 -0
- package/docs/install/digitalocean.md +129 -0
- package/docs/install/docker-vm-runtime.md +142 -0
- package/docs/install/docker.md +375 -0
- package/docs/install/exe-dev.md +126 -0
- package/docs/install/fly.md +501 -0
- package/docs/install/gcp.md +402 -0
- package/docs/install/hetzner.md +251 -0
- package/docs/install/index.md +183 -0
- package/docs/install/installer.md +415 -0
- package/docs/install/kubernetes.md +191 -0
- package/docs/install/macos-vm.md +281 -0
- package/docs/install/migrating-matrix.md +346 -0
- package/docs/install/migrating.md +110 -0
- package/docs/install/nix.md +89 -0
- package/docs/install/node.md +138 -0
- package/docs/install/northflank.mdx +54 -0
- package/docs/install/oracle.md +156 -0
- package/docs/install/podman.md +133 -0
- package/docs/install/railway.mdx +100 -0
- package/docs/install/raspberry-pi.md +159 -0
- package/docs/install/render.mdx +169 -0
- package/docs/install/uninstall.md +128 -0
- package/docs/install/updating.md +128 -0
- package/docs/ja-JP/index.md +186 -0
- package/docs/ja-JP/start/getting-started.md +125 -0
- package/docs/ja-JP/start/wizard.md +77 -0
- package/docs/logging.md +352 -0
- package/docs/nav-tabs-underline.js +100 -0
- package/docs/network.md +54 -0
- package/docs/nodes/audio.md +187 -0
- package/docs/nodes/camera.md +162 -0
- package/docs/nodes/images.md +72 -0
- package/docs/nodes/index.md +393 -0
- package/docs/nodes/location-command.md +98 -0
- package/docs/nodes/media-understanding.md +394 -0
- package/docs/nodes/talk.md +92 -0
- package/docs/nodes/troubleshooting.md +114 -0
- package/docs/nodes/voicewake.md +66 -0
- package/docs/perplexity.md +174 -0
- package/docs/pi-dev.md +80 -0
- package/docs/pi.md +567 -0
- package/docs/platforms/android.md +168 -0
- package/docs/platforms/digitalocean.md +266 -0
- package/docs/platforms/index.md +54 -0
- package/docs/platforms/ios.md +220 -0
- package/docs/platforms/linux.md +94 -0
- package/docs/platforms/mac/bundled-gateway.md +73 -0
- package/docs/platforms/mac/canvas.md +125 -0
- package/docs/platforms/mac/child-process.md +69 -0
- package/docs/platforms/mac/dev-setup.md +104 -0
- package/docs/platforms/mac/health.md +34 -0
- package/docs/platforms/mac/icon.md +31 -0
- package/docs/platforms/mac/logging.md +57 -0
- package/docs/platforms/mac/menu-bar.md +81 -0
- package/docs/platforms/mac/peekaboo.md +65 -0
- package/docs/platforms/mac/permissions.md +50 -0
- package/docs/platforms/mac/remote.md +84 -0
- package/docs/platforms/mac/signing.md +47 -0
- package/docs/platforms/mac/skills.md +33 -0
- package/docs/platforms/mac/voice-overlay.md +60 -0
- package/docs/platforms/mac/voicewake.md +67 -0
- package/docs/platforms/mac/webchat.md +43 -0
- package/docs/platforms/mac/xpc.md +61 -0
- package/docs/platforms/macos.md +226 -0
- package/docs/platforms/oracle.md +303 -0
- package/docs/platforms/raspberry-pi.md +412 -0
- package/docs/platforms/windows.md +241 -0
- package/docs/plugins/agent-tools.md +10 -0
- package/docs/plugins/architecture.md +1366 -0
- package/docs/plugins/building-extensions.md +10 -0
- package/docs/plugins/building-plugins.md +239 -0
- package/docs/plugins/bundles.md +181 -0
- package/docs/plugins/community.md +145 -0
- package/docs/plugins/manifest.md +241 -0
- package/docs/plugins/sdk-channel-plugins.md +370 -0
- package/docs/plugins/sdk-entrypoints.md +161 -0
- package/docs/plugins/sdk-migration.md +172 -0
- package/docs/plugins/sdk-overview.md +196 -0
- package/docs/plugins/sdk-provider-plugins.md +370 -0
- package/docs/plugins/sdk-runtime.md +345 -0
- package/docs/plugins/sdk-setup.md +331 -0
- package/docs/plugins/sdk-testing.md +263 -0
- package/docs/plugins/voice-call.md +380 -0
- package/docs/plugins/zalouser.md +77 -0
- package/docs/prose.md +134 -0
- package/docs/providers/anthropic.md +259 -0
- package/docs/providers/bedrock.md +176 -0
- package/docs/providers/claude-max-api-proxy.md +154 -0
- package/docs/providers/cloudflare-ai-gateway.md +71 -0
- package/docs/providers/deepgram.md +93 -0
- package/docs/providers/github-copilot.md +72 -0
- package/docs/providers/glm.md +43 -0
- package/docs/providers/google.md +78 -0
- package/docs/providers/groq.md +96 -0
- package/docs/providers/huggingface.md +209 -0
- package/docs/providers/index.md +69 -0
- package/docs/providers/kilocode.md +74 -0
- package/docs/providers/litellm.md +154 -0
- package/docs/providers/minimax.md +224 -0
- package/docs/providers/mistral.md +54 -0
- package/docs/providers/models.md +45 -0
- package/docs/providers/modelstudio.md +66 -0
- package/docs/providers/moonshot.md +175 -0
- package/docs/providers/nvidia.md +55 -0
- package/docs/providers/ollama.md +352 -0
- package/docs/providers/openai.md +303 -0
- package/docs/providers/opencode-go.md +45 -0
- package/docs/providers/opencode.md +64 -0
- package/docs/providers/openrouter.md +37 -0
- package/docs/providers/perplexity-provider.md +62 -0
- package/docs/providers/qianfan.md +38 -0
- package/docs/providers/qwen.md +53 -0
- package/docs/providers/sglang.md +104 -0
- package/docs/providers/synthetic.md +99 -0
- package/docs/providers/together.md +66 -0
- package/docs/providers/venice.md +282 -0
- package/docs/providers/vercel-ai-gateway.md +60 -0
- package/docs/providers/vllm.md +92 -0
- package/docs/providers/volcengine.md +74 -0
- package/docs/providers/xai.md +60 -0
- package/docs/providers/xiaomi.md +86 -0
- package/docs/providers/zai.md +46 -0
- package/docs/reference/AGENTS.default.md +126 -0
- package/docs/reference/RELEASING.md +42 -0
- package/docs/reference/api-usage-costs.md +144 -0
- package/docs/reference/credits.md +30 -0
- package/docs/reference/device-models.md +47 -0
- package/docs/reference/memory-config.md +711 -0
- package/docs/reference/prompt-caching.md +185 -0
- package/docs/reference/rpc.md +43 -0
- package/docs/reference/secretref-credential-surface.md +140 -0
- package/docs/reference/secretref-user-supplied-credentials-matrix.json +563 -0
- package/docs/reference/session-management-compaction.md +324 -0
- package/docs/reference/templates/AGENTS.dev.md +83 -0
- package/docs/reference/templates/AGENTS.md +219 -0
- package/docs/reference/templates/BOOT.md +11 -0
- package/docs/reference/templates/BOOTSTRAP.md +62 -0
- package/docs/reference/templates/HEARTBEAT.md +14 -0
- package/docs/reference/templates/IDENTITY.dev.md +47 -0
- package/docs/reference/templates/IDENTITY.md +29 -0
- package/docs/reference/templates/SOUL.dev.md +76 -0
- package/docs/reference/templates/SOUL.md +43 -0
- package/docs/reference/templates/TOOLS.dev.md +24 -0
- package/docs/reference/templates/TOOLS.md +47 -0
- package/docs/reference/templates/USER.dev.md +18 -0
- package/docs/reference/templates/USER.md +23 -0
- package/docs/reference/test.md +90 -0
- package/docs/reference/token-use.md +175 -0
- package/docs/reference/transcript-hygiene.md +151 -0
- package/docs/reference/wizard.md +235 -0
- package/docs/security/CONTRIBUTING-THREAT-MODEL.md +98 -0
- package/docs/security/THREAT-MODEL-ATLAS.md +611 -0
- package/docs/security/formal-verification.md +167 -0
- package/docs/start/bootstrapping.md +41 -0
- package/docs/start/docs-directory.md +66 -0
- package/docs/start/getting-started.md +116 -0
- package/docs/start/hubs.md +198 -0
- package/docs/start/lore.md +219 -0
- package/docs/start/onboarding-overview.md +67 -0
- package/docs/start/onboarding.md +91 -0
- package/docs/start/openclaw.md +221 -0
- package/docs/start/quickstart.md +22 -0
- package/docs/start/setup.md +164 -0
- package/docs/start/showcase.md +418 -0
- package/docs/start/wizard-cli-automation.md +215 -0
- package/docs/start/wizard-cli-reference.md +299 -0
- package/docs/start/wizard.md +125 -0
- package/docs/style.css +37 -0
- package/docs/tools/acp-agents.md +623 -0
- package/docs/tools/agent-send.md +100 -0
- package/docs/tools/apply-patch.md +51 -0
- package/docs/tools/brave-search.md +93 -0
- package/docs/tools/browser-linux-troubleshooting.md +138 -0
- package/docs/tools/browser-login.md +73 -0
- package/docs/tools/browser-wsl2-windows-remote-cdp-troubleshooting.md +211 -0
- package/docs/tools/browser.md +731 -0
- package/docs/tools/btw.md +142 -0
- package/docs/tools/capability-cookbook.md +119 -0
- package/docs/tools/clawhub.md +298 -0
- package/docs/tools/creating-skills.md +117 -0
- package/docs/tools/diffs.md +386 -0
- package/docs/tools/elevated.md +114 -0
- package/docs/tools/exec-approvals.md +430 -0
- package/docs/tools/exec.md +207 -0
- package/docs/tools/firecrawl.md +140 -0
- package/docs/tools/index.md +137 -0
- package/docs/tools/llm-task.md +119 -0
- package/docs/tools/lobster.md +340 -0
- package/docs/tools/loop-detection.md +100 -0
- package/docs/tools/multi-agent-sandbox-tools.md +364 -0
- package/docs/tools/pdf.md +156 -0
- package/docs/tools/perplexity-search.md +174 -0
- package/docs/tools/plugin.md +255 -0
- package/docs/tools/reactions.md +64 -0
- package/docs/tools/skills-config.md +86 -0
- package/docs/tools/skills.md +309 -0
- package/docs/tools/slash-commands.md +294 -0
- package/docs/tools/subagents.md +295 -0
- package/docs/tools/tavily.md +125 -0
- package/docs/tools/thinking.md +96 -0
- package/docs/tools/tts.md +406 -0
- package/docs/tools/web.md +516 -0
- package/docs/tts.md +406 -0
- package/docs/vps.md +112 -0
- package/docs/web/control-ui.md +275 -0
- package/docs/web/dashboard.md +54 -0
- package/docs/web/index.md +120 -0
- package/docs/web/tui.md +170 -0
- package/docs/web/webchat.md +61 -0
- package/docs/whatsapp-openclaw-ai-zh.jpg +0 -0
- package/docs/whatsapp-openclaw.jpg +0 -0
- package/docs/zh-CN/AGENTS.md +61 -0
- package/docs/zh-CN/automation/auth-monitoring.md +47 -0
- package/docs/zh-CN/automation/cron-jobs.md +435 -0
- package/docs/zh-CN/automation/cron-vs-heartbeat.md +286 -0
- package/docs/zh-CN/automation/gmail-pubsub.md +249 -0
- package/docs/zh-CN/automation/hooks.md +1051 -0
- package/docs/zh-CN/automation/poll.md +76 -0
- package/docs/zh-CN/automation/troubleshooting.md +8 -0
- package/docs/zh-CN/automation/webhook.md +163 -0
- package/docs/zh-CN/brave-search.md +60 -0
- package/docs/zh-CN/channels/bluebubbles.md +354 -0
- package/docs/zh-CN/channels/broadcast-groups.md +449 -0
- package/docs/zh-CN/channels/channel-routing.md +117 -0
- package/docs/zh-CN/channels/discord.md +468 -0
- package/docs/zh-CN/channels/feishu.md +728 -0
- package/docs/zh-CN/channels/googlechat.md +257 -0
- package/docs/zh-CN/channels/grammy.md +38 -0
- package/docs/zh-CN/channels/group-messages.md +91 -0
- package/docs/zh-CN/channels/groups.md +379 -0
- package/docs/zh-CN/channels/imessage.md +302 -0
- package/docs/zh-CN/channels/index.md +53 -0
- package/docs/zh-CN/channels/line.md +180 -0
- package/docs/zh-CN/channels/location.md +63 -0
- package/docs/zh-CN/channels/matrix.md +221 -0
- package/docs/zh-CN/channels/mattermost.md +144 -0
- package/docs/zh-CN/channels/msteams.md +775 -0
- package/docs/zh-CN/channels/nextcloud-talk.md +142 -0
- package/docs/zh-CN/channels/nostr.md +249 -0
- package/docs/zh-CN/channels/pairing.md +89 -0
- package/docs/zh-CN/channels/signal.md +209 -0
- package/docs/zh-CN/channels/slack.md +531 -0
- package/docs/zh-CN/channels/synology-chat.md +138 -0
- package/docs/zh-CN/channels/telegram.md +751 -0
- package/docs/zh-CN/channels/tlon.md +136 -0
- package/docs/zh-CN/channels/troubleshooting.md +36 -0
- package/docs/zh-CN/channels/twitch.md +385 -0
- package/docs/zh-CN/channels/whatsapp.md +411 -0
- package/docs/zh-CN/channels/zalo.md +196 -0
- package/docs/zh-CN/channels/zalouser.md +147 -0
- package/docs/zh-CN/cli/acp.md +173 -0
- package/docs/zh-CN/cli/agent.md +30 -0
- package/docs/zh-CN/cli/agents.md +82 -0
- package/docs/zh-CN/cli/approvals.md +57 -0
- package/docs/zh-CN/cli/browser.md +114 -0
- package/docs/zh-CN/cli/channels.md +86 -0
- package/docs/zh-CN/cli/config.md +57 -0
- package/docs/zh-CN/cli/configure.md +38 -0
- package/docs/zh-CN/cli/cron.md +43 -0
- package/docs/zh-CN/cli/dashboard.md +23 -0
- package/docs/zh-CN/cli/devices.md +74 -0
- package/docs/zh-CN/cli/directory.md +70 -0
- package/docs/zh-CN/cli/dns.md +30 -0
- package/docs/zh-CN/cli/docs.md +22 -0
- package/docs/zh-CN/cli/doctor.md +48 -0
- package/docs/zh-CN/cli/gateway.md +206 -0
- package/docs/zh-CN/cli/health.md +28 -0
- package/docs/zh-CN/cli/hooks.md +298 -0
- package/docs/zh-CN/cli/index.md +1143 -0
- package/docs/zh-CN/cli/logs.md +31 -0
- package/docs/zh-CN/cli/memory.md +52 -0
- package/docs/zh-CN/cli/message.md +246 -0
- package/docs/zh-CN/cli/models.md +85 -0
- package/docs/zh-CN/cli/node.md +115 -0
- package/docs/zh-CN/cli/nodes.md +80 -0
- package/docs/zh-CN/cli/onboard.md +164 -0
- package/docs/zh-CN/cli/pairing.md +28 -0
- package/docs/zh-CN/cli/plugins.md +66 -0
- package/docs/zh-CN/cli/reset.md +24 -0
- package/docs/zh-CN/cli/sandbox.md +158 -0
- package/docs/zh-CN/cli/security.md +33 -0
- package/docs/zh-CN/cli/sessions.md +23 -0
- package/docs/zh-CN/cli/setup.md +36 -0
- package/docs/zh-CN/cli/skills.md +33 -0
- package/docs/zh-CN/cli/status.md +33 -0
- package/docs/zh-CN/cli/system.md +63 -0
- package/docs/zh-CN/cli/tui.md +30 -0
- package/docs/zh-CN/cli/uninstall.md +24 -0
- package/docs/zh-CN/cli/update.md +101 -0
- package/docs/zh-CN/cli/voicecall.md +41 -0
- package/docs/zh-CN/cli/webhooks.md +32 -0
- package/docs/zh-CN/concepts/agent-loop.md +146 -0
- package/docs/zh-CN/concepts/agent-workspace.md +219 -0
- package/docs/zh-CN/concepts/agent.md +115 -0
- package/docs/zh-CN/concepts/architecture.md +123 -0
- package/docs/zh-CN/concepts/compaction.md +67 -0
- package/docs/zh-CN/concepts/context.md +168 -0
- package/docs/zh-CN/concepts/features.md +59 -0
- package/docs/zh-CN/concepts/markdown-formatting.md +117 -0
- package/docs/zh-CN/concepts/memory.md +412 -0
- package/docs/zh-CN/concepts/messages.md +141 -0
- package/docs/zh-CN/concepts/model-failover.md +145 -0
- package/docs/zh-CN/concepts/model-providers.md +606 -0
- package/docs/zh-CN/concepts/models.md +225 -0
- package/docs/zh-CN/concepts/multi-agent.md +372 -0
- package/docs/zh-CN/concepts/oauth.md +164 -0
- package/docs/zh-CN/concepts/presence.md +99 -0
- package/docs/zh-CN/concepts/queue.md +94 -0
- package/docs/zh-CN/concepts/retry.md +76 -0
- package/docs/zh-CN/concepts/session-pruning.md +129 -0
- package/docs/zh-CN/concepts/session-tool.md +200 -0
- package/docs/zh-CN/concepts/session.md +166 -0
- package/docs/zh-CN/concepts/streaming.md +133 -0
- package/docs/zh-CN/concepts/system-prompt.md +101 -0
- package/docs/zh-CN/concepts/timezone.md +96 -0
- package/docs/zh-CN/concepts/typebox.md +284 -0
- package/docs/zh-CN/concepts/typing-indicators.md +74 -0
- package/docs/zh-CN/concepts/usage-tracking.md +42 -0
- package/docs/zh-CN/date-time.md +129 -0
- package/docs/zh-CN/debug/node-issue.md +90 -0
- package/docs/zh-CN/diagnostics/flags.md +98 -0
- package/docs/zh-CN/gateway/authentication.md +184 -0
- package/docs/zh-CN/gateway/background-process.md +100 -0
- package/docs/zh-CN/gateway/bonjour.md +174 -0
- package/docs/zh-CN/gateway/bridge-protocol.md +86 -0
- package/docs/zh-CN/gateway/cli-backends.md +213 -0
- package/docs/zh-CN/gateway/configuration-examples.md +587 -0
- package/docs/zh-CN/gateway/configuration-reference.md +3103 -0
- package/docs/zh-CN/gateway/configuration.md +640 -0
- package/docs/zh-CN/gateway/discovery.md +123 -0
- package/docs/zh-CN/gateway/doctor.md +238 -0
- package/docs/zh-CN/gateway/gateway-lock.md +41 -0
- package/docs/zh-CN/gateway/health.md +42 -0
- package/docs/zh-CN/gateway/heartbeat.md +274 -0
- package/docs/zh-CN/gateway/index.md +335 -0
- package/docs/zh-CN/gateway/local-models.md +159 -0
- package/docs/zh-CN/gateway/logging.md +114 -0
- package/docs/zh-CN/gateway/multiple-gateways.md +119 -0
- package/docs/zh-CN/gateway/network-model.md +23 -0
- package/docs/zh-CN/gateway/openai-http-api.md +125 -0
- package/docs/zh-CN/gateway/openresponses-http-api.md +317 -0
- package/docs/zh-CN/gateway/pairing.md +99 -0
- package/docs/zh-CN/gateway/protocol.md +220 -0
- package/docs/zh-CN/gateway/remote-gateway-readme.md +164 -0
- package/docs/zh-CN/gateway/remote.md +133 -0
- package/docs/zh-CN/gateway/sandbox-vs-tool-policy-vs-elevated.md +135 -0
- package/docs/zh-CN/gateway/sandboxing.md +188 -0
- package/docs/zh-CN/gateway/security/index.md +777 -0
- package/docs/zh-CN/gateway/tailscale.md +124 -0
- package/docs/zh-CN/gateway/tools-invoke-http-api.md +92 -0
- package/docs/zh-CN/gateway/troubleshooting.md +771 -0
- package/docs/zh-CN/help/debugging.md +160 -0
- package/docs/zh-CN/help/environment.md +88 -0
- package/docs/zh-CN/help/faq.md +2640 -0
- package/docs/zh-CN/help/index.md +28 -0
- package/docs/zh-CN/help/scripts.md +35 -0
- package/docs/zh-CN/help/testing.md +375 -0
- package/docs/zh-CN/help/troubleshooting.md +104 -0
- package/docs/zh-CN/index.md +186 -0
- package/docs/zh-CN/install/ansible.md +215 -0
- package/docs/zh-CN/install/bun.md +65 -0
- package/docs/zh-CN/install/development-channels.md +81 -0
- package/docs/zh-CN/install/docker.md +532 -0
- package/docs/zh-CN/install/exe-dev.md +133 -0
- package/docs/zh-CN/install/fly.md +490 -0
- package/docs/zh-CN/install/gcp.md +510 -0
- package/docs/zh-CN/install/hetzner.md +337 -0
- package/docs/zh-CN/install/index.md +235 -0
- package/docs/zh-CN/install/installer.md +422 -0
- package/docs/zh-CN/install/macos-vm.md +288 -0
- package/docs/zh-CN/install/migrating.md +199 -0
- package/docs/zh-CN/install/nix.md +99 -0
- package/docs/zh-CN/install/node.md +8 -0
- package/docs/zh-CN/install/northflank.mdx +60 -0
- package/docs/zh-CN/install/railway.mdx +106 -0
- package/docs/zh-CN/install/render.mdx +169 -0
- package/docs/zh-CN/install/uninstall.md +135 -0
- package/docs/zh-CN/install/updating.md +233 -0
- package/docs/zh-CN/logging.md +329 -0
- package/docs/zh-CN/network.md +59 -0
- package/docs/zh-CN/nodes/audio.md +120 -0
- package/docs/zh-CN/nodes/camera.md +162 -0
- package/docs/zh-CN/nodes/images.md +79 -0
- package/docs/zh-CN/nodes/index.md +348 -0
- package/docs/zh-CN/nodes/location-command.md +120 -0
- package/docs/zh-CN/nodes/media-understanding.md +380 -0
- package/docs/zh-CN/nodes/talk.md +97 -0
- package/docs/zh-CN/nodes/troubleshooting.md +8 -0
- package/docs/zh-CN/nodes/voicewake.md +72 -0
- package/docs/zh-CN/perplexity.md +102 -0
- package/docs/zh-CN/pi-dev.md +77 -0
- package/docs/zh-CN/pi.md +619 -0
- package/docs/zh-CN/platforms/android.md +155 -0
- package/docs/zh-CN/platforms/digitalocean.md +273 -0
- package/docs/zh-CN/platforms/index.md +60 -0
- package/docs/zh-CN/platforms/ios.md +114 -0
- package/docs/zh-CN/platforms/linux.md +100 -0
- package/docs/zh-CN/platforms/mac/bundled-gateway.md +75 -0
- package/docs/zh-CN/platforms/mac/canvas.md +128 -0
- package/docs/zh-CN/platforms/mac/child-process.md +73 -0
- package/docs/zh-CN/platforms/mac/dev-setup.md +109 -0
- package/docs/zh-CN/platforms/mac/health.md +41 -0
- package/docs/zh-CN/platforms/mac/icon.md +38 -0
- package/docs/zh-CN/platforms/mac/logging.md +64 -0
- package/docs/zh-CN/platforms/mac/menu-bar.md +88 -0
- package/docs/zh-CN/platforms/mac/peekaboo.md +62 -0
- package/docs/zh-CN/platforms/mac/permissions.md +46 -0
- package/docs/zh-CN/platforms/mac/remote.md +90 -0
- package/docs/zh-CN/platforms/mac/signing.md +54 -0
- package/docs/zh-CN/platforms/mac/skills.md +40 -0
- package/docs/zh-CN/platforms/mac/voice-overlay.md +67 -0
- package/docs/zh-CN/platforms/mac/voicewake.md +74 -0
- package/docs/zh-CN/platforms/mac/webchat.md +43 -0
- package/docs/zh-CN/platforms/mac/xpc.md +68 -0
- package/docs/zh-CN/platforms/macos.md +193 -0
- package/docs/zh-CN/platforms/oracle.md +310 -0
- package/docs/zh-CN/platforms/raspberry-pi.md +416 -0
- package/docs/zh-CN/platforms/windows.md +247 -0
- package/docs/zh-CN/plugins/agent-tools.md +99 -0
- package/docs/zh-CN/plugins/manifest.md +68 -0
- package/docs/zh-CN/plugins/voice-call.md +250 -0
- package/docs/zh-CN/plugins/zalouser.md +88 -0
- package/docs/zh-CN/prose.md +141 -0
- package/docs/zh-CN/providers/anthropic.md +265 -0
- package/docs/zh-CN/providers/bedrock.md +170 -0
- package/docs/zh-CN/providers/claude-max-api-proxy.md +155 -0
- package/docs/zh-CN/providers/cloudflare-ai-gateway.md +78 -0
- package/docs/zh-CN/providers/deepgram.md +97 -0
- package/docs/zh-CN/providers/github-copilot.md +67 -0
- package/docs/zh-CN/providers/glm.md +50 -0
- package/docs/zh-CN/providers/huggingface.md +216 -0
- package/docs/zh-CN/providers/index.md +69 -0
- package/docs/zh-CN/providers/kilocode.md +80 -0
- package/docs/zh-CN/providers/litellm.md +160 -0
- package/docs/zh-CN/providers/minimax.md +222 -0
- package/docs/zh-CN/providers/mistral.md +61 -0
- package/docs/zh-CN/providers/models.md +51 -0
- package/docs/zh-CN/providers/moonshot.md +182 -0
- package/docs/zh-CN/providers/nvidia.md +62 -0
- package/docs/zh-CN/providers/ollama.md +359 -0
- package/docs/zh-CN/providers/openai.md +308 -0
- package/docs/zh-CN/providers/opencode-go.md +52 -0
- package/docs/zh-CN/providers/opencode.md +71 -0
- package/docs/zh-CN/providers/openrouter.md +44 -0
- package/docs/zh-CN/providers/qianfan.md +45 -0
- package/docs/zh-CN/providers/qwen.md +55 -0
- package/docs/zh-CN/providers/sglang.md +111 -0
- package/docs/zh-CN/providers/synthetic.md +106 -0
- package/docs/zh-CN/providers/together.md +72 -0
- package/docs/zh-CN/providers/venice.md +289 -0
- package/docs/zh-CN/providers/vercel-ai-gateway.md +66 -0
- package/docs/zh-CN/providers/xiaomi.md +93 -0
- package/docs/zh-CN/providers/zai.md +53 -0
- package/docs/zh-CN/reference/AGENTS.default.md +131 -0
- package/docs/zh-CN/reference/RELEASING.md +48 -0
- package/docs/zh-CN/reference/api-usage-costs.md +141 -0
- package/docs/zh-CN/reference/credits.md +34 -0
- package/docs/zh-CN/reference/device-models.md +54 -0
- package/docs/zh-CN/reference/rpc.md +48 -0
- package/docs/zh-CN/reference/session-management-compaction.md +287 -0
- package/docs/zh-CN/reference/templates/AGENTS.dev.md +89 -0
- package/docs/zh-CN/reference/templates/AGENTS.md +225 -0
- package/docs/zh-CN/reference/templates/BOOT.md +17 -0
- package/docs/zh-CN/reference/templates/BOOTSTRAP.md +68 -0
- package/docs/zh-CN/reference/templates/HEARTBEAT.md +18 -0
- package/docs/zh-CN/reference/templates/IDENTITY.dev.md +54 -0
- package/docs/zh-CN/reference/templates/IDENTITY.md +36 -0
- package/docs/zh-CN/reference/templates/SOUL.dev.md +83 -0
- package/docs/zh-CN/reference/templates/SOUL.md +49 -0
- package/docs/zh-CN/reference/templates/TOOLS.dev.md +31 -0
- package/docs/zh-CN/reference/templates/TOOLS.md +53 -0
- package/docs/zh-CN/reference/templates/USER.dev.md +25 -0
- package/docs/zh-CN/reference/templates/USER.md +30 -0
- package/docs/zh-CN/reference/test.md +57 -0
- package/docs/zh-CN/reference/token-use.md +119 -0
- package/docs/zh-CN/reference/transcript-hygiene.md +109 -0
- package/docs/zh-CN/reference/wizard.md +242 -0
- package/docs/zh-CN/security/formal-verification.md +171 -0
- package/docs/zh-CN/start/bootstrapping.md +9 -0
- package/docs/zh-CN/start/docs-directory.md +70 -0
- package/docs/zh-CN/start/getting-started.md +143 -0
- package/docs/zh-CN/start/hubs.md +194 -0
- package/docs/zh-CN/start/lore.md +226 -0
- package/docs/zh-CN/start/onboarding-overview.md +58 -0
- package/docs/zh-CN/start/onboarding.md +105 -0
- package/docs/zh-CN/start/openclaw.md +248 -0
- package/docs/zh-CN/start/quickstart.md +88 -0
- package/docs/zh-CN/start/setup.md +153 -0
- package/docs/zh-CN/start/showcase.md +423 -0
- package/docs/zh-CN/start/wizard-cli-automation.md +222 -0
- package/docs/zh-CN/start/wizard-cli-reference.md +306 -0
- package/docs/zh-CN/start/wizard.md +132 -0
- package/docs/zh-CN/tools/agent-send.md +59 -0
- package/docs/zh-CN/tools/apply-patch.md +57 -0
- package/docs/zh-CN/tools/browser-linux-troubleshooting.md +144 -0
- package/docs/zh-CN/tools/browser-login.md +75 -0
- package/docs/zh-CN/tools/browser.md +553 -0
- package/docs/zh-CN/tools/chrome-extension.md +183 -0
- package/docs/zh-CN/tools/clawhub.md +209 -0
- package/docs/zh-CN/tools/creating-skills.md +61 -0
- package/docs/zh-CN/tools/elevated.md +64 -0
- package/docs/zh-CN/tools/exec-approvals.md +234 -0
- package/docs/zh-CN/tools/exec.md +169 -0
- package/docs/zh-CN/tools/firecrawl.md +68 -0
- package/docs/zh-CN/tools/index.md +515 -0
- package/docs/zh-CN/tools/llm-task.md +117 -0
- package/docs/zh-CN/tools/lobster.md +349 -0
- package/docs/zh-CN/tools/multi-agent-sandbox-tools.md +401 -0
- package/docs/zh-CN/tools/plugin.md +1612 -0
- package/docs/zh-CN/tools/reactions.md +29 -0
- package/docs/zh-CN/tools/skills-config.md +78 -0
- package/docs/zh-CN/tools/skills.md +279 -0
- package/docs/zh-CN/tools/slash-commands.md +205 -0
- package/docs/zh-CN/tools/subagents.md +167 -0
- package/docs/zh-CN/tools/thinking.md +80 -0
- package/docs/zh-CN/tools/web.md +289 -0
- package/docs/zh-CN/tts.md +375 -0
- package/docs/zh-CN/vps.md +47 -0
- package/docs/zh-CN/web/control-ui.md +191 -0
- package/docs/zh-CN/web/dashboard.md +53 -0
- package/docs/zh-CN/web/index.md +118 -0
- package/docs/zh-CN/web/tui.md +166 -0
- package/docs/zh-CN/web/webchat.md +56 -0
- package/package.json +841 -0
- package/quantumclaw.mjs +135 -0
- package/skills/1password/SKILL.md +70 -0
- package/skills/1password/references/cli-examples.md +29 -0
- package/skills/1password/references/get-started.md +17 -0
- package/skills/apple-notes/SKILL.md +77 -0
- package/skills/apple-reminders/SKILL.md +118 -0
- package/skills/bear-notes/SKILL.md +107 -0
- package/skills/blogwatcher/SKILL.md +69 -0
- package/skills/blucli/SKILL.md +47 -0
- package/skills/bluebubbles/SKILL.md +131 -0
- package/skills/camsnap/SKILL.md +45 -0
- package/skills/canvas/SKILL.md +198 -0
- package/skills/clawhub/SKILL.md +77 -0
- package/skills/coding-agent/SKILL.md +295 -0
- package/skills/discord/SKILL.md +197 -0
- package/skills/eightctl/SKILL.md +50 -0
- package/skills/gemini/SKILL.md +43 -0
- package/skills/gh-issues/SKILL.md +865 -0
- package/skills/gifgrep/SKILL.md +79 -0
- package/skills/github/SKILL.md +163 -0
- package/skills/gog/SKILL.md +116 -0
- package/skills/goplaces/SKILL.md +52 -0
- package/skills/healthcheck/SKILL.md +245 -0
- package/skills/himalaya/SKILL.md +257 -0
- package/skills/himalaya/references/configuration.md +184 -0
- package/skills/himalaya/references/message-composition.md +199 -0
- package/skills/imsg/SKILL.md +122 -0
- package/skills/mcporter/SKILL.md +61 -0
- package/skills/model-usage/SKILL.md +69 -0
- package/skills/model-usage/references/codexbar-cli.md +33 -0
- package/skills/model-usage/scripts/model_usage.py +320 -0
- package/skills/model-usage/scripts/test_model_usage.py +40 -0
- package/skills/nano-pdf/SKILL.md +38 -0
- package/skills/node-connect/SKILL.md +142 -0
- package/skills/notion/SKILL.md +174 -0
- package/skills/obsidian/SKILL.md +81 -0
- package/skills/openai-image-gen/SKILL.md +92 -0
- package/skills/openai-image-gen/scripts/gen.py +328 -0
- package/skills/openai-image-gen/scripts/test_gen.py +140 -0
- package/skills/openai-whisper/SKILL.md +38 -0
- package/skills/openai-whisper-api/SKILL.md +52 -0
- package/skills/openai-whisper-api/scripts/transcribe.sh +85 -0
- package/skills/openhue/SKILL.md +112 -0
- package/skills/oracle/SKILL.md +125 -0
- package/skills/ordercli/SKILL.md +78 -0
- package/skills/peekaboo/SKILL.md +190 -0
- package/skills/sag/SKILL.md +87 -0
- package/skills/session-logs/SKILL.md +115 -0
- package/skills/sherpa-onnx-tts/SKILL.md +103 -0
- package/skills/sherpa-onnx-tts/bin/sherpa-onnx-tts +178 -0
- package/skills/skill-creator/SKILL.md +372 -0
- package/skills/skill-creator/license.txt +202 -0
- package/skills/skill-creator/scripts/init_skill.py +378 -0
- package/skills/skill-creator/scripts/package_skill.py +139 -0
- package/skills/skill-creator/scripts/quick_validate.py +159 -0
- package/skills/skill-creator/scripts/test_package_skill.py +160 -0
- package/skills/skill-creator/scripts/test_quick_validate.py +72 -0
- package/skills/slack/SKILL.md +144 -0
- package/skills/songsee/SKILL.md +49 -0
- package/skills/sonoscli/SKILL.md +65 -0
- package/skills/spotify-player/SKILL.md +64 -0
- package/skills/summarize/SKILL.md +87 -0
- package/skills/things-mac/SKILL.md +86 -0
- package/skills/tmux/SKILL.md +153 -0
- package/skills/tmux/scripts/find-sessions.sh +112 -0
- package/skills/tmux/scripts/wait-for-text.sh +83 -0
- package/skills/trello/SKILL.md +95 -0
- package/skills/video-frames/SKILL.md +46 -0
- package/skills/video-frames/scripts/frame.sh +81 -0
- package/skills/voice-call/SKILL.md +45 -0
- package/skills/wacli/SKILL.md +72 -0
- package/skills/weather/SKILL.md +112 -0
- package/skills/xurl/SKILL.md +461 -0
|
@@ -0,0 +1,418 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
version="1.1"
|
|
6
|
+
id="svg1"
|
|
7
|
+
width="1768.2343"
|
|
8
|
+
height="362.9603"
|
|
9
|
+
viewBox="0 0 1768.2343 362.9603"
|
|
10
|
+
sodipodi:docname="quantumclaw_mascot_logotype_horizontal_darkbg_transparent_tight_var3.svg"
|
|
11
|
+
inkscape:version="1.4.2 (ebf0e940, 2025-05-08)"
|
|
12
|
+
inkscape:export-filename="quantumclaw_mascot_logotype_horizontal_darkbg_transparent_tight_var3.png"
|
|
13
|
+
inkscape:export-xdpi="173.73264"
|
|
14
|
+
inkscape:export-ydpi="173.73264"
|
|
15
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
16
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
17
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
18
|
+
xmlns:svg="http://www.w3.org/2000/svg">
|
|
19
|
+
<defs
|
|
20
|
+
id="defs1" />
|
|
21
|
+
<sodipodi:namedview
|
|
22
|
+
id="namedview1"
|
|
23
|
+
pagecolor="#ffffff"
|
|
24
|
+
bordercolor="#000000"
|
|
25
|
+
borderopacity="0.25"
|
|
26
|
+
inkscape:showpageshadow="2"
|
|
27
|
+
inkscape:pageopacity="0.0"
|
|
28
|
+
inkscape:pagecheckerboard="0"
|
|
29
|
+
inkscape:deskcolor="#d1d1d1"
|
|
30
|
+
inkscape:zoom="0.63084394"
|
|
31
|
+
inkscape:cx="1272.1054"
|
|
32
|
+
inkscape:cy="191.80655"
|
|
33
|
+
inkscape:window-width="1472"
|
|
34
|
+
inkscape:window-height="893"
|
|
35
|
+
inkscape:window-x="0"
|
|
36
|
+
inkscape:window-y="34"
|
|
37
|
+
inkscape:window-maximized="0"
|
|
38
|
+
inkscape:current-layer="g4"
|
|
39
|
+
showguides="true" />
|
|
40
|
+
<g
|
|
41
|
+
inkscape:groupmode="layer"
|
|
42
|
+
inkscape:label="Image"
|
|
43
|
+
id="g1"
|
|
44
|
+
transform="translate(-121.39624,-333.34909)">
|
|
45
|
+
<g
|
|
46
|
+
id="g121"
|
|
47
|
+
transform="translate(0,2.835258)">
|
|
48
|
+
<g
|
|
49
|
+
id="g4"
|
|
50
|
+
transform="translate(2.2602348)">
|
|
51
|
+
<g
|
|
52
|
+
id="g74"
|
|
53
|
+
transform="matrix(1.1896311,0,0,1.1896311,309.52295,-432.3807)"
|
|
54
|
+
style="stroke:none;stroke-width:5.37982;stroke-dasharray:none">
|
|
55
|
+
<g
|
|
56
|
+
id="g72"
|
|
57
|
+
transform="matrix(1.5447789,0,0,1.5447789,-44.936191,-704.29692)"
|
|
58
|
+
style="stroke:none;stroke-width:3.48258;stroke-dasharray:none">
|
|
59
|
+
<g
|
|
60
|
+
id="g3"
|
|
61
|
+
style="stroke:none;stroke-width:3.48258;stroke-dasharray:none">
|
|
62
|
+
<g
|
|
63
|
+
id="g2"
|
|
64
|
+
style="stroke:none;stroke-width:3.48258;stroke-dasharray:none">
|
|
65
|
+
<path
|
|
66
|
+
style="fill:#e81b25;fill-opacity:1;stroke:none;stroke-width:3.48258;stroke-dasharray:none"
|
|
67
|
+
d="m 534.72663,1031.9726 c -11.6677,-1.2955 -14.6431,-2.6862 -15.967,-7.4635 -5.0665,-18.2818 -3.5555,-106.79413 1.9024,-111.43681 4.1295,-3.5127 61.572,-10.04635 63.3292,-7.20321 0.9268,1.49961 4.08,38.25513 3.3449,38.99023 -0.3611,0.36115 -6.7652,-1.27308 -14.2312,-3.63162 -13.2236,-4.17737 -21.707,-5.09303 -24.194,-2.61137 -1.0837,1.0814 -1.512,55.69755 -0.4678,59.6558 1.1705,4.43698 9.7694,4.55588 28.6969,0.39684 7.458,-1.63879 13.0204,-2.41225 13.5486,-1.88398 1.8087,1.8087 -3.0544,31.38252 -5.4108,32.90412 -4.7193,3.0474 -32.4071,4.2981 -50.5512,2.2835 z"
|
|
68
|
+
id="path8-4" />
|
|
69
|
+
<path
|
|
70
|
+
style="fill:#e81b25;fill-opacity:1;stroke:none;stroke-width:3.48258;stroke-dasharray:none"
|
|
71
|
+
d="m 773.68293,1033.5779 c 0,-0.3308 -1.7771,-10.3433 -3.9491,-22.25 -10.6638,-58.45699 -17.2443,-99.3553 -16.1606,-100.43896 1.1426,-1.14262 33.0616,-6.0912 33.8974,-5.25532 0.5055,0.50547 8.0003,71.5547 8.1713,77.46227 0.097,3.3366 1.3884,-1.04172 7.9617,-26.98517 11.514,-45.44289 9.7505,-40.58763 14.9285,-41.10005 l 3.3492,-0.33145 11.5513,34 c 11.9486,35.16964 11.9393,35.14437 12.7245,34.35916 0.4603,-0.46031 2.7308,-36.223 4.0705,-64.1136 0.3634,-7.56495 0.952,-13.93181 1.308,-14.1486 0.6289,-0.38292 35.3794,1.43918 35.915,1.88315 2.4393,2.02211 -15.3045,120.55757 -18.5059,123.62657 -1.4398,1.3803 -29.2626,4.3826 -30.9208,3.3367 -0.867,-0.547 -4.9472,-11.279 -9.1995,-24.1971 -8.5776,-26.05806 -8.2488,-25.53074 -10.5993,-16.99628 -3.4198,12.41728 -11.7727,37.27528 -12.8946,38.37388 -1.7843,1.7473 -31.6476,4.3657 -31.6476,2.7748 z"
|
|
72
|
+
id="path7-0" />
|
|
73
|
+
<path
|
|
74
|
+
style="fill:#e81b25;fill-opacity:1;stroke:none;stroke-width:3.48258;stroke-dasharray:none"
|
|
75
|
+
d="m 601.19883,1033.078 c -1.1611,-3.0332 -2.2399,-122.37557 -1.1165,-123.51806 1.3988,-1.42255 33.81,-5.50144 34.9527,-4.39873 0.4693,0.45282 0.3592,9.5159 -0.245,20.17016 -4.8692,85.86613 -6.0274,79.28383 13.4277,76.31303 8.7809,-1.3408 16.3584,-2.44401 16.839,-2.45152 0.9284,-0.0145 0.6257,4.37782 -1.4115,20.48632 -1.6546,13.0825 0.03,12.0838 -21.7065,12.8662 -10.3157,0.3714 -23.5817,0.9578 -29.4801,1.3033 -8.691,0.509 -10.8258,0.3629 -11.2598,-0.7707 z"
|
|
76
|
+
id="path6-4" />
|
|
77
|
+
<path
|
|
78
|
+
style="fill:#ffffff;stroke:none;stroke-width:3.48258;stroke-dasharray:none"
|
|
79
|
+
d="m 341.68293,1026.6594 c 0,-4.2706 0.6968,-28.25046 1.5486,-53.28865 l 1.5486,-45.52399 -4.7986,-6.8285 c -7.099,-10.10195 -7.9111,-11.62775 -6.784,-12.74539 3.0802,-3.05426 74.9184,-4.73474 76.0526,-1.77907 0.589,1.53491 -2.2213,25.31669 -3.1738,26.85788 -0.4351,0.70396 -5.8147,0.80876 -16.5193,0.32181 l -15.8741,-0.72211 v 6.46723 c 0,3.55698 0.2916,9.2573 0.648,12.66738 l 0.6481,6.20015 5.1019,-0.52608 c 2.8061,-0.28934 9.4895,-0.80539 14.852,-1.14678 l 9.75,-0.62071 v 13.03431 c 0,16.13031 2.4214,14.3876 -20.75,14.93416 l -9.25,0.21818 v 11.12781 11.12777 l 3.75,-0.5641 c 35.2495,-5.3028 33.6697,-5.8602 32.6168,11.5087 l -0.8668,14.2998 -11,0.6344 c -6.05,0.349 -21.4625,0.9666 -34.25,1.3725 l -23.25,0.738 z"
|
|
80
|
+
id="path5-6" />
|
|
81
|
+
<path
|
|
82
|
+
style="fill:#ffffff;stroke:none;stroke-width:3.48258;stroke-dasharray:none"
|
|
83
|
+
d="m 257.68293,982.61348 c 0,-36.90462 -0.3265,-52.17578 -1.1483,-53.71137 -1.8535,-3.46331 -6.6558,-21.06994 -6.1245,-22.45441 1.0548,-2.74885 70.2595,-0.49547 73.4497,2.39159 9.498,8.5956 13.9417,57.47485 6.5737,72.30878 -3.2832,6.60997 -26.2425,16.03115 -39.0678,16.03115 -1.6343,0 -1.7092,1.18576 -1.0695,16.94318 0.6878,16.9431 0.6878,16.9431 -1.7128,17.4248 -3.4722,0.6968 -23.8252,2.6352 -27.6505,2.6335 l -3.25,-10e-4 z m 40.5,-14.78066 7,-2.24561 -0.014,-9.954 c -0.031,-21.60286 -0.7796,-23.25075 -10.9545,-24.11084 l -7.8552,-0.664 0.6574,11.41042 c 0.3616,6.27574 0.6595,15.12293 0.662,19.66043 0.01,9.59691 -0.363,9.38992 10.5045,5.9036 z"
|
|
84
|
+
id="path4-4" />
|
|
85
|
+
<path
|
|
86
|
+
style="fill:#ffffff;stroke:none;stroke-width:3.48258;stroke-dasharray:none"
|
|
87
|
+
d="m 184.18293,1033.1458 c -10.40342,-1.6 -15.27663,-3.0622 -17.16736,-5.1512 -4.94389,-5.4623 -0.75517,-110.78166 4.66574,-117.31347 3.55002,-4.27754 63.65582,-8.0333 66.85582,-4.17754 6.8115,8.20728 11.887,105.07511 6.2785,119.82661 -2.2575,5.9376 -39.2809,10.0993 -60.6327,6.8156 z m 30.388,-33.58119 3.3881,-0.69062 -0.5963,-20.59738 c -1.173,-40.51997 -2.1561,-44.14815 -11.5711,-42.70156 -9.0475,1.39012 -8.54,0.29056 -9.9885,21.64291 -3.1147,45.91604 -2.7524,46.73334 18.7678,42.34665 z"
|
|
88
|
+
id="path3" />
|
|
89
|
+
<path
|
|
90
|
+
style="fill:#e81b25;fill-opacity:1;stroke:none;stroke-width:3.48258;stroke-dasharray:none"
|
|
91
|
+
d="m 730.20843,1034.2205 c -0.3809,-0.6164 -1.5709,-6.5937 -2.6443,-13.2829 -2.3547,-14.6734 -0.4971,-13.1386 -14.0051,-11.5722 l -11.3297,1.3138 -1.3548,10.5 c -1.6367,12.6851 -1.8829,12.989 -9.6916,11.9597 -3.3,-0.435 -9.7266,-0.8289 -14.2814,-0.8753 -10.6291,-0.1083 -10.4776,3.442 -1.6889,-39.58958 13.4922,-66.06092 12.7571,-61.63939 11.5457,-69.44683 -0.5915,-3.81209 -1.0754,-8.71538 -1.0754,-10.8962 v -3.96512 l 9.75,-0.67676 c 5.3625,-0.37221 17.175,-1.27478 26.25,-2.0057 19.8114,-1.59564 15.9943,-7.32167 24.1364,36.20656 3.7848,20.23409 8.6641,46.01425 10.8427,57.28925 5.0492,26.13078 5.4222,28.63398 4.3646,29.28758 -0.4794,0.2963 -6.4904,1.7238 -13.3577,3.1722 -6.8673,1.4484 -13.4494,2.8739 -14.6269,3.1678 -1.1775,0.294 -2.4526,0.03 -2.8336,-0.5863 z m -8.2272,-50.79128 c 0.4301,-0.77471 -7.913,-46.19805 -8.6142,-46.89923 -0.2166,-0.2166 -0.9374,2.87836 -1.6017,6.8777 -0.6643,3.99934 -2.4592,14.80903 -3.9887,24.02153 l -2.7808,16.75 h 8.2845 c 4.5565,0 8.4719,-0.3375 8.7009,-0.75 z"
|
|
92
|
+
id="path2-6" />
|
|
93
|
+
<path
|
|
94
|
+
style="fill:#ffffff;stroke:none;stroke-width:3.48258;stroke-dasharray:none"
|
|
95
|
+
d="m 421.34673,1027.4292 c -0.343,-4.2625 -0.9288,-32.75669 -1.3019,-63.32045 l -0.6782,-55.57047 10.1976,-1.69359 c 13.3604,-2.21885 11.2005,-4.53705 29.6132,31.78377 17.2676,34.06193 18.1122,35.25616 17.1861,24.30036 -0.3371,-3.98772 -0.9229,-18.34278 -1.3019,-31.90014 l -0.6889,-24.64975 7.4051,-0.66902 c 4.0728,-0.36796 11.2301,-0.5254 15.9051,-0.34986 l 8.5,0.31917 -0.085,6.5 c -0.047,3.575 -0.4575,30.88106 -0.9127,60.68014 l -0.8277,54.18014 -9.4647,3.6227 c -11.607,4.4427 -12.9898,4.3152 -16.0719,-1.483 -1.3156,-2.475 -7.4719,-13.725 -13.6806,-25 -6.2087,-11.27498 -12.0849,-22.18748 -13.0582,-24.24998 -1.8334,-3.8852 -3.4983,-5.06182 -2.8299,-2 1.3418,6.14699 2.3927,52.70718 1.2139,53.77948 -0.7058,0.6419 -6.5084,1.6853 -12.8948,2.3188 -17.189,1.7049 -15.5011,2.3914 -16.2245,-6.5983 z"
|
|
96
|
+
id="path1" />
|
|
97
|
+
</g>
|
|
98
|
+
</g>
|
|
99
|
+
</g>
|
|
100
|
+
</g>
|
|
101
|
+
<g
|
|
102
|
+
id="g120"
|
|
103
|
+
transform="matrix(0.45779306,0,0,0.45779306,10.689783,276.68944)"
|
|
104
|
+
style="stroke-width:2.1844">
|
|
105
|
+
<path
|
|
106
|
+
style="baseline-shift:baseline;display:inline;overflow:visible;opacity:1;vector-effect:none;fill:#ffffff;stroke-linecap:round;stroke-linejoin:round;enable-background:accumulate;stop-color:#000000;stop-opacity:1"
|
|
107
|
+
d="m 594.6875,117.57617 c -3.70722,0.0808 -4.66198,1.01165 -6.04688,1.69141 -1.38489,0.67975 -2.72478,1.45152 -4.29882,2.3789 -24.63043,14.51157 -44.51801,44.6121 -59.33789,81.8711 -14.81989,37.25899 -24.18909,81.94775 -24.93946,126.32422 l -0.23828,13.99804 5.1875,-0.42968 c -10.54406,0.86786 -27.4002,3.7508 -38.49609,6.54101 -2.64176,0.66431 -5.02215,1.21706 -7.14063,1.69727 -1.61325,-2.93984 -3.70902,-7.2484 -5.91601,-12.27539 -4.55376,-10.37238 -9.53554,-23.52458 -12.33985,-33.25977 -10.80122,-37.49659 -14.42889,-89.53623 -9.10351,-113.75 l 1.79297,-8.1543 a 9.3938293,9.3938293 0 0 0 -14.32422,-9.87304 l -2.17188,1.42383 c -6.11804,4.00954 -8.99576,9.09161 -13.20312,15.6582 -4.20793,6.56746 -8.2493,13.98799 -10.83985,20.69922 -16.73886,43.36475 -11.10472,109.58436 11.92579,160.83593 -0.5774,0.3109 -0.70635,0.3954 -1.40235,0.76954 -49.42207,26.56711 -81.88327,67.87086 -93.13867,110.95312 -10.77617,41.24791 -1.40472,84.5239 30.87305,115.39649 -19.9474,11.34886 -37.46771,31.48498 -47.14844,53.94921 -1.50396,3.48997 -2.2848,4.85202 -2.38867,5.0586 -0.0119,0.005 0.005,-0.005 -0.008,0 -39.75433,15.57327 -57.18391,58.52832 -54.89648,102.24219 2.28743,43.71387 23.60232,90.07674 63.71289,116.74414 30.80796,20.48257 74.58161,30.33653 109.55078,30.85742 17.48459,0.26044 32.65043,-1.55805 44.05469,-7.36133 4.02431,-2.04785 7.7187,-4.82961 10.44141,-8.48242 1.64964,2.85596 3.69929,5.39719 6.25195,7.51953 4.81152,4.0004 11.52474,5.84796 17.85742,4.84375 6.33268,-1.00421 12.17173,-4.34639 17.58594,-9.32813 15.08036,-13.87579 22.70972,-18.83325 34.96875,-23.16015 l 4.92969,-1.74024 13.14453,6.57813 c 34.95133,17.49506 66.34205,27.6405 94.8164,30.15625 3.94069,0.34816 10.59669,0.97342 14.67188,1.37695 45.62388,4.51763 95.53904,-5.09877 132.375,-25.8789 2.33877,-1.31937 4.4672,-2.47772 6.13281,-3.35938 0.69556,0.25478 1.22649,0.43807 2.12695,0.78516 3.2445,1.25061 7.63146,3.02993 12.3418,5.00195 9.42068,3.94404 20.27342,8.72187 26.21094,11.62891 9.88797,4.84119 18.74798,7.27689 26.96289,6.91211 8.21491,-0.36479 16.19074,-4.40834 20.24023,-11.31641 4.0495,-6.90807 4.25038,-15.18601 2.22071,-23.69141 -1.55336,-6.50938 -4.4892,-13.38898 -8.77149,-20.63476 3.58177,-1.43665 6.93525,-3.34272 9.96485,-5.5625 6.42325,-4.70632 12.55624,-10.63679 12.47656,-20.28907 -0.0752,-9.10951 -4.31533,-17.22292 -10.00781,-25.32226 -5.69249,-8.09934 -13.21987,-16.07784 -21.5918,-23.31641 -15.81605,-13.67492 -33.71768,-25.18328 -51.07227,-26.43164 -0.58329,-0.50184 -1.27757,-1.11365 -1.98828,-1.88086 -15.71291,-16.96202 -41.53663,-25.75155 -66.66992,-23.90625 -2.86654,0.21047 -11.26295,-2.38273 -17.52539,-6.60156 -1.13753,-0.76632 -2.12605,-1.58368 -3.11914,-2.39258 8.51577,-1.62779 15.79314,-3.32893 22.29883,-5.55078 2.05521,-0.7019 3.75946,-1.10002 5.51172,-1.4043 0.75014,0.12845 1.30832,0.16959 1.83789,0.19141 1.29979,0.0535 2.36643,0.28912 5.05468,-0.78711 0.008,-0.003 0.0233,-0.0144 0.0312,-0.0176 0.12056,-0.002 0.21087,-0.0104 0.33399,-0.0117 25.97294,-0.28082 60.47603,-9.65171 78.93945,-22.79882 l -0.002,0.004 -0.98242,0.69727 3.03125,1.01758 c 69.10284,23.1971 150.31413,20.03654 224.08783,-2.59571 73.7737,-22.63225 140.3514,-64.77396 179.4434,-121.48437 22.2785,-32.3192 35.4728,-61.45823 40.6367,-86.3418 5.1639,-24.88356 2.3377,-46.19468 -9.5683,-60.68164 -11.9061,-14.48696 -31.9907,-19.97698 -55.1231,-16.15234 -22.7515,3.76167 -49.4123,15.97695 -79.4453,37.59179 -0.5441,-0.0753 -1.2007,-0.13244 -3.625,-0.61718 -29.1082,-5.82011 -65.3459,4.47294 -95.0254,24.66406 2.3385,-5.11224 4.0385,-10.37543 4.8242,-15.50977 l -2.7168,0.44141 c 0.923,-0.15066 1.8247,-0.39854 2.7422,-0.57617 0.071,-0.47272 0.2222,-0.95831 0.2774,-1.42774 l -0.1641,1.4043 c 45.1754,-8.80316 83.4473,-49.94081 89.6426,-96.50391 v -0.002 l 0.4258,-3.19531 -0.3067,0.0976 c 28.6651,-9.04337 55.0059,-31.17634 73.3008,-56.18359 18.2999,-25.01405 29.5494,-53.28025 21.6133,-77.17383 -5.4508,-16.41079 -21.778,-25.57886 -41.5625,-29.65625 -19.7845,-4.07738 -44.43,-3.73024 -71.9004,0.13086 C 1078.0513,188.36087 1011.94,210.39455 955.68359,244 884.4696,286.54056 791.52691,372.30856 746.98828,436.53125 732.67462,412.09475 706.68434,391.05446 674.81836,374.89062 640.25055,357.35631 598.7043,345.65405 557.00977,343.39258 l 3.15429,0.17187 -0.11523,-1.36328 c -4.88654,-57.3093 13.39812,-148.48266 40.98047,-203.2539 1.42404,-2.82777 2.4475,-4.75834 3.25976,-7.33399 0.40613,-1.28782 1.25085,-2.66249 0.38281,-6.36133 -0.43401,-1.84941 -1.87547,-4.46417 -4.08984,-5.96289 -2.21436,-1.49872 -4.44729,-1.74441 -5.89453,-1.71289 z m -22.24609,39.78711 c -22.62501,57.56686 -35.70497,132.56135 -31.11133,186.43555 l 0.81054,9.5 a 9.3938293,9.3938293 0 0 0 8.84961,8.58008 l 5,0.27148 a 9.3938293,9.3938293 0 0 0 0.002,0 c 38.84656,2.10673 78.18925,13.19189 110.32812,29.49414 32.13887,16.30225 56.82788,37.96748 67.33789,59.40234 0.97206,1.98248 1.61189,3.50941 2.75,5.40235 0.56906,0.94647 1.20647,2.08092 2.91407,3.50195 1.70759,1.42103 5.45118,2.85965 8.5664,2.28711 6.23045,-1.14508 6.8132,-4.00608 8.11719,-5.75586 1.30399,-1.74978 2.54662,-3.67384 4.26953,-6.22265 40.89495,-60.49846 136.176,-148.9935 205.04102,-190.13086 53.77145,-32.12108 118.20575,-53.5659 170.29095,-60.88672 26.0426,-3.66041 49.03,-3.72708 65.4942,-0.33399 16.4641,3.39309 25.0013,9.57867 27.5254,17.17774 4.5347,13.65284 -2.6833,37.929 -18.9473,60.16015 -16.264,22.23116 -40.5742,42.04062 -63.8106,49.36524 a 9.3938293,9.3938293 0 0 0 0,0.002 l -5.3672,1.69336 a 9.3938293,9.3938293 0 0 0 -6.4844,7.7168 l -1.2148,9.11718 a 9.3938293,9.3938293 0 0 0 0,0.002 c -5.1136,38.43842 -40.1037,75.04921 -76.9297,81.04687 l -4.1211,0.67188 a 9.3938293,9.3938293 0 0 0 -7.8164,8.17578 l -0.6445,5.49219 c -0.5151,4.38219 -3.8609,13.30925 -7.7168,19.12304 -0.9643,1.45398 -1.7593,2.54853 -2.6348,4.13282 -0.8754,1.58428 -2.5676,4.6266 -1.3496,9.02734 1.2181,4.40074 4.293,6.17934 5.8731,7.07617 1.58,0.89683 2.8191,1.40548 4.3848,2.13086 v -0.002 l 4.9023,2.27148 a 9.3938293,9.3938293 0 0 0 9.6348,-1.04492 l 4.9023,-3.72852 c 26.867,-20.43278 63.6701,-30.60459 86.875,-25.96484 3.3889,0.67762 5.5174,1.16135 8.3574,1.17383 2.8401,0.0125 6.8199,-1.5167 8.5098,-2.74609 29.0507,-21.13454 54.091,-32.1708 72.9512,-35.28907 18.8601,-3.11827 30.5663,1.05118 37.5468,9.54492 6.9806,8.49375 10.1378,23.48351 5.6856,44.9375 -4.4522,21.454 -16.4738,48.68958 -37.711,79.49805 -35.8711,52.038 -98.9622,92.55083 -169.4843,114.18555 -70.5221,21.63472 -148.23365,24.35373 -212.60155,2.74609 l -7.56641,-2.53906 a 9.3938293,9.3938293 0 0 0 -8.43359,1.25 l -2.91602,2.07422 a 9.3938293,9.3938293 0 0 0 -0.002,0.002 c -11.77013,8.38107 -47.44737,19.09151 -68.24805,19.31641 -1.51752,0.0164 -2.96497,0.0661 -4.375,0.1582 a 9.3938293,9.3938293 0 0 0 -0.89843,0.50391 9.3938293,9.3938293 0 0 0 -1.27344,-0.32422 c -4.1794,0.42373 -8.09286,1.33416 -12.08985,2.69922 -7.02528,2.3993 -14.47699,4.17779 -25.91406,6.09765 -2.09941,0.35241 -3.99866,0.71508 -5.53515,1.05274 -0.76825,0.16883 -1.42178,0.32037 -2.14258,0.52734 -0.3604,0.10349 -0.70743,0.19704 -1.35742,0.45899 -0.325,0.13097 -0.71023,0.27376 -1.46094,0.72656 -0.75071,0.4528 -2.51319,0.48273 -4.08008,5.02734 a 9.3938293,9.3938293 0 0 0 -0.51172,3.0625 v 0.002 0.002 c 0,6.0989 2.82723,10.47396 5.98047,14.2832 3.15324,3.80925 7.0703,7.13297 11.41602,10.06055 8.69142,5.85516 18.65273,10.54467 29.39648,9.75586 19.51525,-1.43282 40.91943,6.50106 51.51367,17.9375 1.49062,1.60912 2.9915,3.02326 4.51953,4.24219 0.76402,0.60946 1.51326,1.16669 2.4961,1.74609 0.98284,0.5794 1.5723,1.66797 5.69922,1.66797 8.07308,0 27.05595,9.31906 41.83984,22.10156 7.39194,6.39125 13.99174,13.47991 18.50977,19.9082 4.51802,6.4283 6.57221,12.30457 6.59179,14.67578 -0.0107,-1.29434 -1.10418,2.27432 -4.79492,4.97852 -3.69074,2.70421 -8.90935,4.55078 -11.74414,4.55078 -0.86177,0 -1.71998,-0.34287 -4.58203,0.66602 -1.43103,0.50444 -3.74811,1.77027 -5.23633,4.21875 -1.48822,2.44848 -1.55822,5.17577 -1.31055,6.75586 0.49536,3.16017 1.33751,3.93286 1.99024,5.00976 0.65273,1.0769 1.34964,2.09665 2.22461,3.37305 5.72038,8.34493 8.9948,15.68229 10.29687,21.13867 1.30208,5.45639 0.54419,8.63852 -0.15429,9.83008 -0.69849,1.19156 -1.26015,1.88857 -4.86915,2.04883 -3.60899,0.16026 -9.85914,-1.09486 -17.86718,-5.01563 -6.71925,-3.28977 -17.56663,-8.045 -27.21875,-12.08594 -4.82606,-2.02046 -9.3188,-3.84666 -12.83789,-5.20312 -1.75955,-0.67823 -3.26372,-1.23692 -4.54297,-1.67188 -0.63963,-0.21747 -1.2141,-0.40279 -1.84766,-0.57812 -0.63356,-0.17533 -0.7487,-0.48633 -3.23047,-0.48633 -2.50878,0 -2.63715,0.36031 -3.06054,0.5 -0.4234,0.1397 -0.66011,0.23801 -0.88086,0.33008 -0.44152,0.18414 -0.76957,0.33968 -1.13477,0.51562 -0.73039,0.35189 -1.55164,0.77321 -2.51758,1.28125 -1.93188,1.0161 -4.39725,2.3626 -7.0332,3.84961 -32.5625,18.36937 -79.70551,27.66483 -121.29297,23.54688 -4.17481,-0.41339 -10.81392,-1.03608 -14.87109,-1.39453 -25.24474,-2.23041 -54.54704,-11.46659 -88.06055,-28.24219 a 9.3938293,9.3938293 0 0 0 -0.002,-0.002 l -16.71094,-8.36328 a 9.3938293,9.3938293 0 0 0 -7.33008,-0.45704 l -8.69336,3.06836 c -14.49213,5.11509 -25.56055,12.44562 -41.43359,27.05079 -3.47785,3.20005 -6.27718,4.35645 -7.81055,4.5996 -1.53337,0.24316 -1.91436,0.0867 -2.9043,-0.73632 -1.97986,-1.6461 -5.49398,-8.95537 -4.23437,-21.49805 a 9.3938293,9.3938293 0 0 0 0,-0.002 l 0.68945,-6.87696 a 9.3938293,9.3938293 0 0 0 -14.67383,-8.67382 l -6.85937,4.7246 c -1.91922,1.32179 -3.75028,2.60135 -5.18555,3.61915 -0.71763,0.50889 -1.33324,0.94911 -1.83593,1.3164 -0.5027,0.36729 -0.52083,0.30318 -1.52344,1.1875 -2.43138,2.14458 -2.94833,4.42618 -3.16797,5.77735 -0.21964,1.35116 -0.14417,2.1848 -0.0723,2.88281 0.14382,1.39601 0.40515,2.25682 0.68555,3.13867 0.5608,1.7637 1.29325,3.40849 2.22461,5.16016 1.60503,3.01865 1.27815,3.76897 1.05664,4.33789 -0.22151,0.56891 -1.20366,1.98136 -4.32617,3.57031 -6.24503,3.1779 -19.51279,5.55677 -35.25586,5.32226 -31.48614,-0.46901 -73.34493,-10.37767 -99.42774,-27.71875 -34.21924,-22.75056 -53.3517,-63.8265 -55.35351,-102.08203 -2.00181,-38.25552 12.43747,-71.80044 42.98633,-83.76757 2.23584,-0.87587 5.81992,-2.91447 7.95117,-5.74415 2.13125,-2.82967 3.13152,-5.39073 4.84766,-9.37304 8.83436,-20.50023 27.45998,-40.12853 44.44335,-47.83789 l 5.98047,-2.71485 A 9.3938293,9.3938293 0 0 0 364.32617,595.25 l -6.11719,-5.29883 c -30.52634,-26.44542 -39.13262,-63.18558 -29.37695,-100.52734 9.75568,-37.34176 38.57713,-74.81362 83.85742,-99.1543 2.35082,-1.26369 4.1529,-2.17639 5.95899,-3.29492 1.80609,-1.11853 4.21189,-2.53223 5.91015,-6.12305 1.69826,-3.59081 1.01106,-7.56859 0.3086,-9.65234 -0.70246,-2.08376 -1.44012,-3.49183 -2.27539,-5.33399 -21.02163,-46.3622 -25.53393,-110.61992 -11.96875,-146.46289 -0.45181,28.58671 4.117,62.99154 12.44726,91.91016 3.18223,11.04714 8.32892,24.53769 13.19141,35.61328 2.43124,5.5378 4.76374,10.42165 6.8789,14.23047 1.05759,1.90441 2.02146,3.51464 3.19532,5.06836 0.58693,0.77686 1.19031,1.54426 2.25976,2.47851 1.06946,0.93426 2.64385,2.68946 6.89453,2.68946 2.53707,0 2.36349,-0.21863 3.30274,-0.39649 0.93925,-0.17785 2.03803,-0.40795 3.30469,-0.6875 2.53331,-0.55908 5.7048,-1.30955 9.00195,-2.13867 9.55955,-2.40388 26.85458,-5.3293 35.45703,-6.03711 a 9.3938293,9.3938293 0 0 0 0.004,0 l 3.28711,-0.27148 a 9.3938293,9.3938293 0 0 0 8.61718,-9.20313 l 0.38086,-22.5 c 0.70896,-41.92738 9.70265,-84.72424 23.61328,-119.69726 8.48831,-21.34064 18.95915,-39.60397 29.98243,-53.09766 z m 168.82421,287.42383 c -0.066,0.0916 -0.26545,0.39447 -0.32226,0.4707 -0.43183,0.57946 -0.75811,0.14325 0.32226,-0.4707 z m 28.26172,242.7207 c 0.0772,0.0174 0.22024,0.027 0.27539,0.0293 0.0137,5.6e-4 0.13735,-0.008 0.59961,0.0742 0.30502,0.0542 0.9079,0.18049 1.79297,0.57617 a 9.3938293,9.3938293 0 0 0 -2.66797,-0.67969 z m -1.17773,0.20899 a 9.3938293,9.3938293 0 0 0 -3.29297,1.84765 l -0.0918,-0.32226 c 0.83073,-0.59351 1.64711,-0.9661 2.13672,-1.16211 0.66129,-0.26474 0.88598,-0.27508 1.24805,-0.36328 z m 60.55078,60.33984 c 0.41199,0.21053 0.48149,0.43317 0.56836,0.48438 0.18246,0.10756 -0.0286,-0.0154 -0.32031,-0.24805 -0.0592,-0.0472 -0.18101,-0.18041 -0.24805,-0.23633 z"
|
|
108
|
+
id="path4" />
|
|
109
|
+
<path
|
|
110
|
+
style="fill:#f70514;stroke:none;stroke-width:18.7858;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
111
|
+
d="m 594.89258,126.9668 c -0.91316,0.0199 -2.79277,1.0096 -5.7832,2.77148 C 546.18219,155.02979 510.9144,243.69615 509.45508,330 l -0.38086,22.5 -3.28711,0.27148 c -9.57315,0.78768 -26.65024,3.69188 -36.97852,6.28907 -6.43032,1.617 -12.42343,2.93945 -13.31836,2.93945 -3.13753,0 -17.408,-32.50478 -23.39453,-53.28711 -11.24717,-39.04471 -15.29836,-90.875 -9.25195,-118.36719 l 1.79297,-8.15429 -2.17188,1.42382 c -5.04999,3.30888 -15.99086,20.38529 -20.42968,31.88477 -15.30382,39.64704 -10.19738,105.28456 12.00195,154.24414 3.51306,7.74788 3.83038,7.07782 -5.79492,12.25195 -94.70236,50.90779 -122.56306,157.54918 -56.1836,215.05469 l 6.11719,5.29883 -5.98047,2.71484 c -19.85328,9.01211 -39.3865,29.93051 -49.1875,52.67383 -3.35304,7.78078 -4.04194,8.69498 -7.59765,10.08789 -70.30319,27.54041 -63.73803,153.00001 10.59179,202.41797 56.89076,37.82365 171.26475,39.5274 151.44727,2.25586 -1.40308,-2.63884 -2.19058,-5.1153 -1.75,-5.50391 0.44058,-0.3886 3.88742,-2.83332 7.66016,-5.43164 l 6.85937,-4.72461 -0.68945,6.87696 c -2.8871,28.74859 12.87018,41.8499 30.65429,25.48632 15.4767,-14.24048 24.8256,-20.38447 38.20118,-25.10546 l 8.69335,-3.06836 16.71094,8.36328 c 34.23291,17.1357 64.57959,26.82611 91.43946,29.19922 3.99893,0.35331 10.64648,0.97826 14.77148,1.38672 43.60567,4.31779 92.13475,-5.13815 126.83398,-24.7129 C 801.96745,872.36969 806.47256,870 806.8457,870 c 2.14578,0 32.89011,12.87156 45.54688,19.06836 35.79203,17.52392 49.30324,-5.52502 24.47265,-41.74805 C 873.45305,842.34262 873.39937,842 876.03125,842 c 11.47631,0 26.00064,-10.64207 25.93164,-19 -0.18965,-22.96145 -49.96667,-66 -76.33398,-66 -0.83525,0 -3.45644,-2.09047 -5.82422,-4.64648 -13.15358,-14.19923 -36.76753,-22.56094 -59.0918,-20.92188 C 747.1026,732.43091 724,716.86738 724,706.69922 v -0.002 -0.002 c 0.0752,-0.21811 3.30923,-0.93029 7.25,-1.59179 11.71971,-1.96731 19.77839,-3.87157 27.39453,-6.47266 3.48504,-1.19022 6.51432,-1.88859 10.00195,-2.24219 -0.59053,0.2825 -0.30604,0.48889 0.76954,0.53321 1.05416,0.0434 1.64479,-0.19311 1.3125,-0.5254 -0.0641,-0.0641 -0.14734,-0.11834 -0.2461,-0.16015 1.21093,-0.0791 2.48797,-0.12377 3.86524,-0.13867 23.38681,-0.25286 58.47697,-10.29255 73.59375,-21.05664 l 2.91601,-2.07422 7.56641,2.53906 C 991.89457,720.31051 1176.2692,663.74841 1251.2324,555 c 87.0313,-126.25533 27.671,-198.48374 -91.7324,-111.61719 -1.7519,1.27451 -2.9304,1.2706 -9.5,-0.043 -27.2913,-5.45681 -65.5763,5.77655 -94.4023,27.69922 l -4.9024,3.72852 -4.9023,-2.27149 c -6.5351,-3.02779 -6.4145,-2.59117 -2.3946,-8.65234 4.7016,-7.08893 8.4223,-16.45945 9.2168,-23.21875 l 0.6446,-5.49219 4.1211,-0.67187 c 41.6295,-6.77999 79.0101,-46.08095 84.7304,-89.08008 l 1.2149,-9.11719 5.3672,-1.69336 C 1200.6039,318.20695 1250.0119,250.67142 1237.541,213.125 1221.5914,165.10528 1070.5279,186.33792 960.5,252.06445 889.87315,294.25427 794.75507,382.48077 752.49414,445 c -7.04193,10.41757 -6.29901,10.28074 -10.40234,1.91211 C 718.2788,398.34617 637.04175,357.13942 556.5,352.77148 l -5,-0.27148 -0.81055,-9.5 c -5.11698,-60.01196 13.2798,-151.34358 41.95117,-208.27734 2.74721,-5.45521 3.67648,-7.78689 2.25196,-7.75586 z"
|
|
112
|
+
id="path12" />
|
|
113
|
+
<path
|
|
114
|
+
style="fill:#020101;stroke-width:2.1844"
|
|
115
|
+
d="m 670,899.97762 c -4.125,-0.40846 -10.77186,-1.03172 -14.77079,-1.38503 -26.85987,-2.37311 -57.20684,-12.06384 -91.43975,-29.19954 l -16.71054,-8.36466 -8.69356,3.06845 c -13.37558,4.72099 -22.72471,10.86516 -38.20141,25.10564 -17.78411,16.36358 -33.54256,3.26238 -30.65546,-25.48621 l 0.6905,-6.87567 -6.85949,4.7242 c -3.77273,2.59832 -7.21998,5.04216 -7.66056,5.43076 -0.44058,0.38861 0.34692,2.8656 1.75,5.50444 19.81748,37.27154 -94.55704,35.56823 -151.4478,-2.25542 -74.32982,-49.41796 -80.89417,-174.87824 -10.59098,-202.41865 3.55571,-1.39291 4.2444,-2.30737 7.59744,-10.08815 9.801,-22.74332 29.33523,-43.66165 49.18851,-52.67376 l 5.97927,-2.7142 -6.11625,-5.29859 C 285.67967,539.54572 313.53964,432.90444 408.242,381.99665 c 9.6253,-5.17413 9.30886,-4.50513 5.7958,-12.25301 C 391.83847,320.78406 386.73048,255.14704 402.0343,215.5 c 4.43882,-11.49948 15.38147,-28.57673 20.43146,-31.88561 l 2.17071,-1.4223 -1.79332,8.15395 c -6.04641,27.49219 -1.99523,79.32184 9.25194,118.36655 C 438.08162,329.49492 452.35232,362 455.48985,362 c 0.89493,0 6.88832,-1.323 13.31864,-2.94 10.32828,-2.59719 27.40594,-5.50181 36.97909,-6.28949 L 509.07517,352.5 509.45562,330 c 1.45932,-86.30385 36.72575,-174.96973 79.65294,-200.26124 7.65551,-4.51042 8.03948,-3.96853 3.53125,4.98361 C 563.96843,191.65613 545.57299,282.98804 550.68997,343 l 0.81003,9.5 5,0.27116 c 80.54175,4.36794 161.77876,45.57536 185.59176,94.1413 4.10333,8.36863 3.36093,8.50511 10.40286,-1.91246 C 794.75555,382.48077 889.87315,294.25446 960.5,252.06464 c 110.0279,-65.72653 261.0919,-86.95938 277.0415,-38.93966 12.4709,37.54642 -36.9372,105.08211 -88.8477,121.44547 l -5.3686,1.6923 -1.2131,9.11862 c -5.7203,42.99913 -43.1027,82.29952 -84.7322,89.07951 l -4.12,0.67101 -0.6455,5.49226 c -0.7945,6.7593 -4.5138,16.13094 -9.2154,23.21987 -4.0199,6.06117 -4.1409,5.62385 2.3942,8.65164 l 4.9021,2.27115 4.9023,-3.72832 c 28.826,-21.92267 67.1111,-33.15621 94.4024,-27.6994 6.5696,1.31357 7.7481,1.31911 9.5,0.0446 C 1278.9034,356.51714 1338.2644,428.74467 1251.2331,555 1176.2699,663.74841 991.89535,720.31115 858.42461,675.5065 l -7.56808,-2.54053 -2.91433,2.07519 c -15.11678,10.76409 -50.20702,20.80438 -73.59383,21.05724 -6.26706,0.0678 -10.47288,0.74602 -15.70391,2.53253 -7.61614,2.60109 -15.67475,4.50506 -27.39446,6.47237 -3.9875,0.66935 -7.25,1.38786 -7.25,1.59669 0,10.16816 23.10239,25.73161 36.71268,24.73234 22.32427,-1.63906 45.9388,6.72115 59.09238,20.92038 2.36778,2.55601 4.98843,4.64729 5.82368,4.64729 26.36731,0 76.14523,43.03855 76.33488,66 0.069,8.35793 -14.45576,19 -25.93207,19 -2.63188,0 -2.57825,0.34213 0.83393,5.31982 24.83059,36.22303 11.31949,59.27162 -24.47254,41.7477 C 839.73617,882.87072 808.99139,870 806.84561,870 c -0.37314,0 -4.87855,2.36939 -10.01202,5.26532 C 762.13436,894.84007 713.60567,904.29541 670,899.97762 Z M 429.81211,881.07136 C 442.75725,878.48259 442.64462,877.96009 426.5,865.70547 397.3127,843.55076 376.0465,813.6751 369.95841,786.27343 369.19356,782.83092 367.68502,780.24532 364.54792,777 358.11047,770.34048 349,753.40526 349,748.09838 c 0,-0.47077 3.4875,2.59566 7.75,6.81429 8.2146,8.13007 16.97776,13.83088 29.25,19.02838 10.59176,4.48579 22.46348,11.10735 31.36639,17.49489 6.93421,4.97507 7.63979,5.27471 7.70101,3.27046 0.0371,-1.21352 0.26989,-5.67503 0.51737,-9.91446 2.80741,-48.09179 -38.03952,-79.31719 -84.08477,-64.27854 -1.1,0.35927 1.15,-1.41587 5,-3.94475 3.85,-2.52887 10.15,-5.54976 14,-6.71307 9.55446,-2.88698 9.54637,-2.85221 2.33181,-10.01484 -53.41113,-53.02673 -118.84096,12.83509 -91.78291,92.3889 20.15786,59.26642 95.58723,101.47567 158.76321,88.84172 z M 869.5,873.90844 C 869.5,859.6515 859.80106,845 850.3633,845 c -7.72147,0 -27.54144,-2.8412 -42.30812,-6.06489 C 800.66053,837.3208 794.3643,836 794.06357,836 c -1.56979,0 59.55989,38.63989 69.4273,43.88479 5.52562,2.93707 6.00913,2.4562 6.00913,-5.97635 z m -368.81011,-4.73683 c 6.56088,-6.57104 14.58804,-13.52349 18.06011,-15.64214 8.48187,-5.17562 8.46578,-5.24006 -4.10083,-16.42945 -16.6151,-14.79418 -38.33686,16.17164 -28.26064,40.28744 1.95034,4.66781 0.74793,5.35857 14.30136,-8.21585 z m 201.26833,6.83431 c 55.92651,-7.9318 77.37513,-49.69078 36.17852,-70.43706 l -7.16619,-3.60884 -9.23528,7.40141 c -33.92583,27.1891 -76.41144,43.52959 -118.22297,45.47003 l -15.0123,0.6967 7.5712,3.7197 c 32.0756,15.75859 70.29031,21.80659 105.88702,16.75806 z m 86.20444,-11.82142 c 3.66914,-2.73927 4.51919,-3.86293 3.68378,-4.86953 C 790.9032,858.17844 777,868.77333 777,870.62866 c 0,0.80419 6.41184,-2.89734 11.16266,-6.44416 z M 445.5,858.11159 c 1.65,-1.03452 6.89819,-5.49042 11.66265,-9.902 8.23312,-7.62334 22.34681,-18.65868 31.58735,-24.69779 5.25446,-3.43403 5.27582,-4.4436 0.2103,-9.93904 -9.12906,-9.90386 -18.80358,-9.34252 -31.65231,1.83654 -16.16597,14.06524 -26.65948,52.01385 -11.80799,42.70229 z m 186.70324,-16.51066 c 29.48964,-6.26692 57.80898,-19.2408 80.52926,-36.89273 l 10.2325,-7.94987 -7.2325,-5.72322 c -8.75563,-6.92849 -19.93869,-18.58921 -25.80384,-26.90599 -5.21144,-7.38981 -3.61988,-7.38162 -14.99995,-0.0772 -50.60284,32.48002 -124.92173,50.90898 -156.67871,38.85183 -3.4058,-1.29308 -2.83399,-0.28237 4.43536,7.83985 27.2211,30.4148 63.50019,40.63665 109.51788,30.85732 z M 427,839.43538 c 0,-10.40328 17.00565,-31.7068 32.59447,-40.83214 l 7.53852,-4.41288 -12.31649,-6.55028 -12.3165,-6.55028 -1.15368,7.7051 c -3.78796,25.29874 -10.05443,33.08573 -20.01925,24.87675 -18.13693,-14.94114 -22.1766,-14.32405 -13.77937,2.1049 C 414.4332,829.24787 427,844.53222 427,839.43538 Z m 443.25304,-10.37222 c 13.10603,-3.35196 14.10561,-4.17123 13.48187,-11.04996 -1.54916,-17.08447 -26.60162,-38.52397 -52.73957,-45.1337 -25.05629,-6.3362 -55.53243,3.80166 -62.65197,20.84113 l -1.48654,3.55779 4.32158,4.45917 c 14.00393,14.44978 41.17843,26.15113 68.82159,29.63461 6.71567,0.84628 22.68,-0.37218 30.25304,-2.30904 z M 572,791.5466 c 33.35206,-4.49254 67.9671,-17.53261 94.52118,-35.6077 12.91653,-8.79215 12.22792,-7.27567 7.50091,-16.51885 -4.23117,-8.27362 -8.11214,-19.27025 -10.10934,-28.64457 -1.17568,-5.51833 -1.43278,-5.85151 -7.13785,-9.25 -7.19418,-4.28555 -6.55903,-4.27788 -13.00548,-0.15708 -57.58954,36.81331 -151.12272,49.84017 -187.06646,26.05373 -5.32471,-3.52373 -5.33065,-3.05293 -0.0903,7.14838 23.75934,46.25176 60.46155,64.37462 115.38732,56.97609 z m 188.02202,-7.46248 c 8.13439,-11.59638 23.56804,-21.39418 38.88529,-24.68569 10.00592,-2.15017 10.00145,-2.35974 -0.15731,-7.37225 -33.83672,-16.69564 -86.62944,3.32693 -63.69105,24.15595 16.49977,14.98249 19.36105,15.88822 24.96307,7.90199 z M 479,782.59502 c 0,-0.22274 -1.92627,-1.53385 -4.2806,-2.91358 -6.30128,-3.69279 -20.0834,-16.00594 -38.57885,-34.46691 -17.76866,-17.73553 -20.23732,-19.44801 -11.6594,-8.08795 3.0622,4.05538 7.08648,10.55791 8.94284,14.45006 5.15635,10.81107 13.92456,17.661 34.57601,27.01159 9.29005,4.20637 11,4.82922 11,4.00679 z m 242.53759,-29.64028 c 2.72933,-2.77489 7.32491,-6.67469 10.21241,-8.66621 10.16605,-7.0116 -7.4431,-10.34785 -21.86685,-4.14292 -5.93186,2.55182 -5.96475,1.61278 0.36685,10.47412 6.25397,8.75268 5.19149,8.53289 11.28759,2.33501 z M 537.10305,726.03622 c 35.47718,-5.04 84.45503,-24.78041 100.814,-40.63285 0.22938,-0.22228 -1.00593,-2.17486 -2.74514,-4.33908 -9.94075,-12.36993 -14.49136,-27.68745 -14.59597,-49.13057 l -0.0759,-15.56628 -8.57225,3.7175 c -32.07897,13.91155 -66.41746,19.8793 -97.39442,16.92638 -13.11757,-1.25046 -20.44235,-2.81828 -13.77256,-2.94793 16.82814,-0.32713 61.88374,-12.64257 89.66672,-24.5094 C 656.01135,581.54142 699.5739,535.61574 707.61563,486.00872 716.89048,428.79505 645.774,372.97408 563.64405,373.0021 l -6.14405,0.002 -0.0247,11.74791 c -0.0504,23.92523 -7.99084,30.4389 -13.03001,10.6887 -18.12045,-71.02002 -6.8617,-167.71363 27.85981,-239.26861 7.35559,-15.15861 7.24142,-16.26461 -0.55974,-5.42219 -42.8443,59.54703 -59.8082,181.30612 -35.27507,253.18823 2.8596,8.37862 2.42466,9.48513 -3.39334,8.63281 -8.18705,-1.19939 -15.97275,-12.85563 -20.28645,-30.37156 l -2.29046,-9.30053 -5,0.65199 c -7.22817,0.94253 -22.77314,4.16616 -31.78004,6.59037 -9.0642,2.43963 -8.93213,1.41923 -1.97087,15.22785 12.85205,25.49383 5.29258,29.98203 -10.56254,6.27119 -36.58055,-54.7051 -59.10326,-149.42826 -46.87289,-197.1321 1.87198,-7.30155 1.49356,-8.12153 -1.07173,-2.32226 -17.89356,40.45136 -11.00524,103.72785 18.15949,166.81401 11.84633,25.62476 26.20824,49.96943 32.70304,55.43444 2.76763,2.32881 2.77479,2.36405 0.59833,2.94762 -9.30878,2.49595 -19.36,-4.07436 -31.18033,-20.38206 -2.59127,-3.575 -4.86456,-6.65817 -5.05176,-6.8515 -0.60624,-0.62607 -16.44839,7.82493 -24.82252,13.24158 -69.79335,45.14451 -78.1101,129.2161 -17.25765,174.45261 24.93054,18.53287 62.6873,35.9692 92.60947,42.76767 l 3.5,0.79522 -5,0.7096 c -19.0339,2.70131 -47.05547,-0.73886 -67.09717,-8.23742 -7.0313,-2.63075 -6.76786,-3.58768 -3.39391,12.32803 14.6407,69.06357 59.28404,99.88994 130.09413,89.83043 z M 465.5,564.6067 c -4.95,-0.72291 -12.19852,-2.28015 -16.10781,-3.46054 -7.95488,-2.40193 -12.57098,-2.677 -17.29401,-1.03054 -4.08408,1.42372 -4.54837,0.87966 -2.77992,-3.25753 2.0867,-4.88172 6.53045,-8.60482 12.9731,-10.86923 9.45419,-3.32288 11.69458,-2.61017 7.16175,2.27828 l -2.54689,2.74671 2.75992,1.04932 c 29.09179,11.06068 110.56521,-7.08548 149.25384,-33.24254 7.74259,-5.2347 8.36261,-6.48939 3.64423,-7.37456 -4.85424,-0.91066 -4.54618,-1.47817 2.68579,-4.94767 11.31431,-5.42798 25.22654,-3.70383 36.83986,4.56559 6.75311,4.80863 -2.77012,6.60213 -15.58986,2.93601 -3.8465,-1.1 -7.06481,-2 -7.1518,-2 -0.087,0 -1.28803,1.92798 -2.66899,4.28441 -17.2464,29.42875 -99.8214,55.82268 -151.17921,48.32229 z M 404.33717,518.75 C 393.21071,508.51052 388.99023,494.38933 391.26137,475 l 0.76136,-6.5 -6.08381,-2.72828 c -6.61696,-2.96736 -6.85406,-4.1457 -1.15279,-5.72912 14.35722,-3.98742 39.98785,2.15621 71.08134,17.03811 17.19809,8.23131 23.8309,7.34657 30.33751,-4.04667 2.95119,-5.1676 3.46516,-5.06784 4.27633,0.83004 C 492.15761,486.05227 482.81045,498 471.59887,498 c -1.97938,0 -3.59724,0.1125 -3.59524,0.25 0.002,0.1375 1.35036,3.85 2.99637,8.25 4.36649,11.67219 4.50119,11.39213 -4.75,9.87605 -16.4478,-2.69547 -32.35008,-1.46145 -47.36869,3.67583 -10.56753,3.61474 -9.05446,3.75018 -14.54414,-1.30188 z m 46.61715,-26.19496 c 4.30974,-5.19292 -6.431,-13.04621 -13.02006,-9.51986 -2.90977,1.55726 -2.53221,6.34931 0.7006,8.89224 3.13628,2.467 10.48232,2.84124 12.31946,0.62762 z m 129.16401,2.84205 C 576.18298,490.92629 572,481.9431 572,477.96249 c 0,-2.31006 -0.6388,-2.38392 -4,-0.46249 -6.98924,3.99541 -16.73894,-0.15838 -20.83748,-8.87765 -2.83622,-6.03379 -2.84521,-6.01894 2.08748,-3.44715 5.24697,2.73564 13.71495,2.97533 18.75326,0.53082 3.77402,-1.8311 8.38551,-5.53116 23.08591,-18.52318 22.52016,-19.903 40.21861,-27.08499 52.3149,-21.22928 6.09333,2.94973 5.84391,3.52517 -2.40407,5.54644 -7.56274,1.85335 -7.94693,2.32589 -5.1591,6.34563 5.86291,8.45367 12.88818,33.98243 10.39437,37.77154 -0.4044,0.61444 -3.88527,1.4397 -7.73527,1.8339 -11.87147,1.21552 -30.328,8.61749 -47.50426,19.05152 -7.05692,4.28685 -6.03989,4.39022 -10.87741,-1.1055 z m 41.29278,-36.47382 c 5.33659,-6.34218 2.23311,-15.80868 -4.72626,-14.41641 C 606.14317,446.61578 604.71957,462 615.06609,462 c 2.96665,0 4.30026,-0.64667 6.34502,-3.07673 z M 382.83209,691.25 c 17.09024,-64.57181 -24.28506,-93.37605 -57.2472,-39.85378 -6.94973,11.28461 -7.03564,10.91383 2.96628,12.80209 15.32195,2.89263 29.66332,11.68164 43.54088,26.68374 9.0346,9.7667 8.2595,9.74015 10.74004,0.36795 z m 307.80232,-2.34456 c -7.95533,-2.56993 -26.50045,-16.38703 -24.56606,-18.30302 0.23741,-0.23514 3.58165,0.6465 7.43165,1.95921 5.06491,1.72694 9.21153,2.38964 15,2.39724 11.48303,0.0151 11.80311,-0.483 5.26399,-8.19126 -19.45607,-22.93465 -29.87535,-61.57022 -21.88631,-81.1563 1.98624,-4.86949 0.77947,-4.06304 -10.63123,7.10463 C 644.28537,609.31576 641,615.85647 641,633.0237 c 0,28.97439 25.55224,58.24833 50.5,57.85536 l 5,-0.0788 z M 784,673.12937 c 6.23944,-2.00407 22.6342,-10.8285 21.75379,-11.70891 -0.2341,-0.2341 -3.08697,0.49148 -6.33971,1.61239 -39.61161,13.65045 -74.98683,0.19422 -93.27637,-35.48099 -5.21247,-10.16735 -4.76862,-10.35532 4.24171,-1.79639 5.27996,5.01544 9.95078,8.30231 16.19489,11.39639 l 8.77491,4.34814 12.07539,-0.002 c 9.6709,-0.002 12.72254,-0.35517 15.32539,-1.77568 4.06826,-2.22026 4.25247,-1.52369 -2.36274,-8.93453 -21.75069,-24.36671 -36.66115,-81.19801 -27.68928,-105.5378 1.57329,-4.26819 1.4803,-4.23686 -8.22945,2.77272 C 653.40998,579.32063 702.61971,699.26826 784,673.12937 Z m 211,-18.1569 c 88.9453,-7.81502 175.4052,-52.47977 227.3976,-117.47247 32.5467,-40.68478 54.8301,-91.78058 46.8508,-107.42892 -9.5907,-18.80861 -64.4371,-1.40784 -101.9471,32.34412 l -5.1986,4.67783 -4.0209,-2.05128 c -24.727,-12.6148 -66.0715,-0.96455 -100.1431,28.21885 l -7.5613,6.47647 -3.4868,-1.78883 c -16.6126,-8.52281 -35.0468,-6.11328 -60.3906,7.89365 -41.60277,22.99289 -77.43776,29.38593 -110.60976,19.73303 -13.62772,-3.9656 -25.88013,-9.98209 -15.36217,-7.54352 10.60357,2.45842 39.40273,-0.15338 60.45921,-5.48305 44.08232,-11.15781 78.04389,-36.66017 92.94872,-69.79687 4.9278,-10.95552 4.9395,-10.75112 -0.6186,-10.75384 -9.1343,-0.004 -52.04368,-7.16772 -64.8174,-10.82053 -1.97969,-0.56612 5.50259,-1.05769 22,-1.44536 75.2587,-1.76851 120.0556,-25.24305 144.4195,-75.67885 5.1466,-10.65405 5.1405,-11.0505 -0.1695,-11.06253 -3.7264,-0.008 -19.8467,-1.70633 -36.75,-3.87073 -6.5775,-0.84223 -5.3925,-1.37903 8,-3.62384 49.9501,-8.37245 92.4798,-36.6731 119.5254,-79.53612 22.4594,-35.59448 10.4987,-47.22791 -44.3402,-43.12707 -111.3396,8.32594 -235.99651,79.19111 -333.63849,189.66739 -48.63369,55.02622 -63.22746,100.95626 -46.57545,146.58387 2.75333,7.54429 4.83762,11.73667 11.14443,22.41613 l 2.36223,4 -5.35161,-4.5 c -21.95085,-18.45779 -34.56763,-56.25588 -28.87318,-86.5 l 0.75313,-4 -2.39483,4.5 C 711.55734,563.41666 848.69738,667.82709 995,654.97247 Z m 66.5524,-149.76059 c 15.4759,-14.43304 40.9217,-26.78558 63.5202,-30.83559 8.2335,-1.47557 27.5218,-3.03042 20.9274,-1.68698 -3.2645,0.66506 -26.5219,10.17874 -40.5,16.56693 -6.05,2.76494 -17.75,7.6914 -26,10.94769 -8.25,3.25629 -16.4882,6.79252 -18.3072,7.8583 -5.2011,3.04753 -5.0994,2.24069 0.3596,-2.85035 z m 99.5929,-21.79816 c 11.908,-20.52174 50.3137,-43.29392 72.9333,-43.24495 10.2011,0.0221 10.3263,0.05 5.9214,1.31961 -15.8433,4.56653 -48.285,22.05229 -69.284,37.34341 -13.0545,9.50601 -12.1871,9.09074 -9.5707,4.58193 z M 894.99949,387.75 c -14.13306,-9.64708 -9.16936,-19.8406 27.40611,-56.28151 53.95598,-53.75749 133.7918,-96.77492 197.4915,-106.41305 4.0684,-0.61557 7.8504,-1.3994 8.4045,-1.74184 0.5541,-0.34244 0.7098,-0.14113 0.3461,0.44736 -0.3637,0.58849 -3.6957,2.04626 -7.4045,3.23949 -67.791,21.81049 -120.4479,60.25158 -169.97167,124.08442 -24.77263,31.93027 -44.43747,44.74328 -56.27204,36.66513 z M 850,654.59546 c 0,-0.2225 -2.415,-1.76749 -5.36667,-3.43331 -24.22741,-13.6731 -50.85838,-37.86224 -66.95791,-60.81844 -6.43235,-9.17185 -11.04786,-13.40972 -21.53255,-19.77079 -1.9171,-1.16311 -0.89711,1.79673 4.81921,13.98456 12.04383,25.67879 32.31655,46.53305 57.65641,59.31032 C 829.24695,649.22705 850,656.32141 850,654.59546 Z"
|
|
116
|
+
id="path2" />
|
|
117
|
+
<g
|
|
118
|
+
id="g114"
|
|
119
|
+
style="stroke-width:2.1844">
|
|
120
|
+
<path
|
|
121
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
122
|
+
d="m 863.49023,879.88477 c 1.2909,0.68616 2.31082,1.17527 3.11915,1.44531 -0.80063,-0.25397 -1.8212,-0.75541 -3.11915,-1.44531 z"
|
|
123
|
+
id="path114" />
|
|
124
|
+
<path
|
|
125
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
126
|
+
d="m 328.4668,859.81641 c 4.23921,2.61816 8.68957,5.00787 13.25781,7.25 -4.53972,-2.24579 -8.96054,-4.59388 -13.25781,-7.25 z"
|
|
127
|
+
id="path111" />
|
|
128
|
+
<path
|
|
129
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
130
|
+
d="m 596.07227,859.24805 c 8.00929,3.93492 17.00536,7.45357 26.21484,10.33007 -9.05309,-2.76544 -17.84255,-6.21681 -26.21484,-10.33007 z"
|
|
131
|
+
id="path110" />
|
|
132
|
+
<path
|
|
133
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
134
|
+
d="m 839.10938,844.12891 c 4.68574,0.54993 8.65515,0.87109 11.2539,0.87109 9.43776,0 19.13672,14.65126 19.13672,28.9082 0,0.39919 -10e-4,0.78051 -0.004,1.14453 -1.89087,-6.74199 -11.56546,-17.99856 -22.74609,-25.99414 -2.6125,-1.86827 -4.75,-3.71391 -4.75,-4.09961 0,-0.22775 -1.13786,-0.53677 -2.89062,-0.83007 z"
|
|
135
|
+
id="path107" />
|
|
136
|
+
<path
|
|
137
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
138
|
+
d="m 806.96875,838.70703 c 0.55852,0.1213 0.51189,0.1032 1.08594,0.22852 0.40556,0.0885 0.81569,0.17576 1.22851,0.26367 -0.81603,-0.1632 -1.50573,-0.32709 -2.31445,-0.49219 z"
|
|
139
|
+
id="path106" />
|
|
140
|
+
<path
|
|
141
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
142
|
+
d="m 686.58789,821.32031 c -8.0496,4.34369 -16.42101,8.16597 -25.10742,11.42578 8.63024,-3.22658 17.02652,-7.13611 25.10742,-11.42578 z"
|
|
143
|
+
id="path102" />
|
|
144
|
+
<path
|
|
145
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
146
|
+
d="m 453.5957,819.22852 c -4.10284,4.80993 -7.94054,11.27957 -10.74609,17.62109 2.68488,-6.27567 6.43162,-12.66117 10.74609,-17.62109 z"
|
|
147
|
+
id="path101" />
|
|
148
|
+
<path
|
|
149
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
150
|
+
d="m 697.8125,814.91797 c -2.37742,1.49528 -4.79269,2.90842 -7.25195,4.30859 2.46885,-1.38291 4.87182,-2.83364 7.25195,-4.30859 z"
|
|
151
|
+
id="path100" />
|
|
152
|
+
<path
|
|
153
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
154
|
+
d="m 522.76562,810.83398 c 6.12758,6.83146 13.07158,12.87089 20.44141,17.89063 -7.30729,-4.87699 -14.11876,-10.84013 -20.44141,-17.89063 z"
|
|
155
|
+
id="path98" />
|
|
156
|
+
<path
|
|
157
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
158
|
+
d="m 738.13672,805.56836 c 2.51298,1.26554 4.74176,2.62569 6.79492,4.03516 -2.10636,-1.37302 -4.23219,-2.74457 -6.79492,-4.03516 z"
|
|
159
|
+
id="path97" />
|
|
160
|
+
<path
|
|
161
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
162
|
+
d="m 587.91602,788.43164 c -5.31227,1.12744 -10.63008,2.40322 -15.91602,3.11524 -2.22324,0.29947 -4.4162,0.55776 -6.58008,0.77343 7.32826,-0.7933 14.90703,-2.24012 22.4961,-3.88867 z"
|
|
163
|
+
id="path93" />
|
|
164
|
+
<path
|
|
165
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
166
|
+
d="m 335.19922,785.73242 c 0.91448,-0.0157 3.19783,1.34991 7.38281,3.68164 13.11346,7.30636 13.40773,7.5709 16.62891,14.98047 9.27011,21.32373 30.69348,47.99333 48.70117,60.625 3.34829,2.34869 6.08789,4.42969 6.08789,4.625 0,0.94104 -2.30218,-0.0971 -12.03516,-5.42773 -28.47245,-15.59395 -53.27918,-42.72345 -64.63086,-70.6836 -2.22327,-5.47611 -3.31052,-7.78059 -2.13476,-7.80078 z"
|
|
167
|
+
id="path92" />
|
|
168
|
+
<path
|
|
169
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
170
|
+
d="m 477.89453,781.67773 c 0.68586,0.47383 1.10547,0.8141 1.10547,0.91797 0,0.0521 -0.006,0.0968 -0.0215,0.13672 -0.0206,-0.20385 -0.37813,-0.54992 -1.08399,-1.05469 z"
|
|
171
|
+
id="path90" />
|
|
172
|
+
<path
|
|
173
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
174
|
+
d="m 442.5,781.08984 12.31641,6.55078 12.3164,6.54883 -7.53906,4.41407 C 444.00493,807.72886 427,829.03227 427,839.43555 c 0,5.09684 -12.56762,-10.18689 -19.45312,-23.65821 -8.39723,-16.42895 -4.35764,-17.04661 13.77929,-2.10546 9.96482,8.20898 16.23157,0.42178 20.01953,-24.87696 z"
|
|
175
|
+
id="path89" />
|
|
176
|
+
<path
|
|
177
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
178
|
+
d="m 814.1543,770.98438 c 5.67274,-0.0837 11.38591,0.51485 16.84179,1.89453 26.13795,6.60973 51.18912,28.05029 52.73829,45.13476 0.11965,1.31957 0.17929,2.41536 0.10546,3.34961 -1.55556,-3.64113 -14.16579,-16.1202 -23.0625,-22.64648 -33.30603,-24.43205 -73.51739,-28.642 -88.57422,-11.22657 8.27483,-9.86335 24.93296,-16.25486 41.95118,-16.50585 z"
|
|
179
|
+
id="path88" />
|
|
180
|
+
<path
|
|
181
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
182
|
+
d="m 643.25781,769.38477 c -15.8818,7.92241 -33.22973,14.05141 -50.8125,18.16211 17.36825,-4.13522 34.88296,-10.31572 50.8125,-18.16211 z"
|
|
183
|
+
id="path87" />
|
|
184
|
+
<path
|
|
185
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
186
|
+
d="m 684.74219,758.58008 c 1.67605,0.009 2.57982,1.85392 5.18554,5.54883 0.41677,0.59097 0.86044,1.19846 1.32813,1.82031 -0.61511,-0.6247 -0.96867,-0.4279 -1.44531,0.42383 -3.05967,5.46733 -31.04045,20.16207 -50.53125,26.53711 -17.23608,5.63757 -44.24095,10.37861 -50.21485,8.8164 -0.98047,-0.2564 -5.55897,0.39682 -10.17383,1.45117 -4.28432,0.97884 -9.97625,1.68195 -16.19335,2.11133 35.02129,-4.45413 78.80086,-19.77915 112.23046,-41.23633 5.69004,-3.65221 8.13841,-5.48128 9.81446,-5.47265 z"
|
|
187
|
+
id="path84" />
|
|
188
|
+
<path
|
|
189
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
190
|
+
d="m 666.25781,756.11719 c -7.08653,4.80528 -14.79995,9.17823 -22.84961,13.20117 8.10557,-4.00006 15.79813,-8.42111 22.84961,-13.20117 z"
|
|
191
|
+
id="path83" />
|
|
192
|
+
<path
|
|
193
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
194
|
+
d="m 765.21875,745.97656 c 11.15117,-0.71485 23.22132,0.96173 33.53125,6.04883 10.15876,5.01251 10.16412,5.22288 0.1582,7.37305 -0.35223,0.0757 -0.70633,0.15381 -1.05859,0.23633 l -5.01953,-1.81836 c -17.20055,-6.23231 -16.67905,-6.13215 -32.80664,-6.3711 l -15.47656,-0.22851 -4.52344,3.0332 c -5.75572,3.86026 -9.29962,7.20509 -10.50391,10.53906 1.08125,-9.78301 17.11394,-17.62107 35.69922,-18.8125 z"
|
|
195
|
+
id="path82" />
|
|
196
|
+
<path
|
|
197
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
198
|
+
d="m 383.60156,735.09961 c 1.23115,-0.0183 2.76229,0.45895 4.42578,1.60547 3.27826,2.25945 4.90261,4.40963 4.94141,6.54492 0.0565,3.10781 -6.56733,2.30571 -10.0957,-1.22266 -3.60121,-3.60121 -2.41774,-6.88105 0.72851,-6.92773 z"
|
|
199
|
+
id="path81" />
|
|
200
|
+
<path
|
|
201
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
202
|
+
d="m 452.75391,726.28906 c 0.0399,0.17416 0.1006,0.37744 0.18164,0.60938 -0.0813,-0.23266 -0.14179,-0.43485 -0.18164,-0.60938 z"
|
|
203
|
+
id="path79" />
|
|
204
|
+
<path
|
|
205
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
206
|
+
d="m 366.59961,716.74023 c 34.72943,1.03745 61.26539,28.97621 58.98437,68.05079 -0.15883,2.72085 -0.31127,5.53502 -0.41015,7.52148 -0.22974,-11.47943 -7.36397,-29.71585 -16.61133,-42.01758 -13.08813,-17.41106 -36.34449,-28.44569 -62.24805,-29.53515 l -4.95507,-0.20899 c 0.0387,-0.007 0.085,-0.019 0.14062,-0.0371 8.63348,-2.81974 17.08513,-4.01285 25.09961,-3.77344 z"
|
|
207
|
+
id="path78" />
|
|
208
|
+
<path
|
|
209
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
210
|
+
d="m 662.33594,705.77344 c 0.70481,1.11047 1.04627,2.53122 1.55468,4.91211 -0.49584,-2.3141 -0.92968,-3.81473 -1.55468,-4.91211 z"
|
|
211
|
+
id="path76" />
|
|
212
|
+
<path
|
|
213
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
214
|
+
d="m 649.96094,698.29492 c 1.4842,0.005 3.11641,1.02684 6.40234,2.99024 l -3.21875,3.83398 c -17.72145,21.10825 -73.45281,39.50509 -108.64453,35.86328 -5.5,-0.56917 -19.45,-1.1666 -31,-1.32812 -15.02791,-0.21016 -22.9907,-0.75891 -28,-1.92969 -0.76118,-0.1779 -1.53848,-0.36867 -2.32812,-0.57031 44.12826,8.16213 114.08568,-6.05303 160.59765,-35.78516 3.20195,-2.0468 4.65647,-3.07899 6.19141,-3.07422 z"
|
|
215
|
+
id="path75" />
|
|
216
|
+
<path
|
|
217
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
218
|
+
d="m 331.0918,695.21875 c 1.65841,0.077 3.38185,0.34097 5.1289,0.82617 6.73162,1.86955 9.22596,9.30638 4.22071,12.58594 -4.1091,2.69239 -16.15193,2.99351 -20.10157,0.50195 -9.2613,-5.84234 -0.85694,-14.45318 10.75196,-13.91406 z"
|
|
219
|
+
id="path74" />
|
|
220
|
+
<path
|
|
221
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
222
|
+
d="m 344.74609,686.43359 c 6.08118,3.10014 12.15798,7.52096 18.08594,13.40625 7.21456,7.16263 7.22243,7.12865 -2.33203,10.01563 -3.85,1.16331 -10.15,4.18402 -14,6.71289 -3.23186,2.12286 -5.3356,3.71511 -5.27734,3.95898 3e-4,9.4e-4 0.002,0.005 0.002,0.006 v 0.002 c 5.2e-4,8e-4 0.003,0.005 0.004,0.006 l 0.002,0.002 0.002,0.002 0.002,0.002 -1.10547,-0.0469 6.18554,-3.97461 c 3.40186,-2.18621 9.11055,-4.98751 12.68555,-6.22461 3.575,-1.23709 5.56128,-2.26119 4.41406,-2.27539 -1.72357,-0.0213 -12.47857,-12.31653 -17.25586,-19.72656 -0.4279,-0.66371 -0.90017,-1.28524 -1.41211,-1.86524 z"
|
|
223
|
+
id="path73" />
|
|
224
|
+
<path
|
|
225
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
226
|
+
d="m 805.57227,661.37695 c 0.093,0.002 0.15467,0.016 0.18164,0.043 0.39897,0.39898 -2.74898,2.42904 -6.89258,4.7168 5.63711,-3.32551 7.62056,-4.83195 6,-4.67578 0.31358,-0.058 0.55584,-0.0879 0.71094,-0.084 z"
|
|
227
|
+
id="path69" />
|
|
228
|
+
<path
|
|
229
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
230
|
+
d="m 847.70508,652.96875 c 1.38516,0.85509 2.29492,1.49039 2.29492,1.62695 0,0.0359 -0.01,0.0673 -0.0273,0.0957 -0.20627,-0.33493 -0.96601,-0.90889 -2.26758,-1.72266 z"
|
|
231
|
+
id="path67" />
|
|
232
|
+
<path
|
|
233
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
234
|
+
d="m 1033.2656,649.05273 c -7.3783,1.52731 -14.7859,2.76693 -22.2461,3.79493 7.4534,-1.03034 14.8767,-2.26654 22.2461,-3.79493 z"
|
|
235
|
+
id="path66" />
|
|
236
|
+
<path
|
|
237
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
238
|
+
d="m 1063.5527,641.31641 c -7.4168,2.25163 -14.886,4.2492 -22.4453,6 7.549,-1.75199 15.0373,-3.74699 22.4453,-6 z"
|
|
239
|
+
id="path65" />
|
|
240
|
+
<path
|
|
241
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
242
|
+
d="m 807.05664,637.1543 c 6.52156,4.15979 13.4916,7.80448 20.9043,10.875 -3.42433,-1.38634 -6.69598,-2.82799 -9.3418,-4.16211 -4.00141,-2.01766 -7.82624,-4.30523 -11.5625,-6.71289 z"
|
|
243
|
+
id="path64" />
|
|
244
|
+
<path
|
|
245
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
246
|
+
d="m 798.51367,631.13867 c 2.32188,1.7651 4.69942,3.47029 7.15821,5.08399 -2.44515,-1.62166 -4.83917,-3.30281 -7.15821,-5.08399 z"
|
|
247
|
+
id="path62" />
|
|
248
|
+
<path
|
|
249
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
250
|
+
d="m 1093.4609,630.72852 c -7.5775,3.07392 -15.2389,5.90472 -23.039,8.44921 7.7871,-2.54513 15.4685,-5.37321 23.039,-8.44921 z"
|
|
251
|
+
id="path61" />
|
|
252
|
+
<path
|
|
253
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
254
|
+
d="m 790.64453,624.58008 c 1.39881,1.25784 2.82266,2.48954 4.28125,3.68554 -1.45279,-1.20218 -2.88507,-2.421 -4.28125,-3.68554 z"
|
|
255
|
+
id="path60" />
|
|
256
|
+
<path
|
|
257
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
258
|
+
d="m 783.28906,617.35742 c 0.90881,0.96665 1.81816,1.93244 2.75782,2.86914 -0.93826,-0.93941 -1.84961,-1.90066 -2.75782,-2.86914 z"
|
|
259
|
+
id="path58" />
|
|
260
|
+
<path
|
|
261
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
262
|
+
d="m 1122.8066,617.23633 c -7.8496,4.06806 -15.8441,7.86292 -24.0332,11.34179 8.1731,-3.47763 16.1866,-7.27244 24.0332,-11.34179 z"
|
|
263
|
+
id="path57" />
|
|
264
|
+
<path
|
|
265
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
266
|
+
d="m 669.95117,611.93555 c 0.36597,2.74518 0.80137,5.52411 1.43555,8.36328 -0.63405,-2.8386 -1.0696,-5.61863 -1.43555,-8.36328 z"
|
|
267
|
+
id="path56" />
|
|
268
|
+
<path
|
|
269
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
270
|
+
d="m 776.27539,609.19922 c 0.74198,0.9422 1.46851,1.89779 2.23633,2.8164 -0.76927,-0.91959 -1.49305,-1.8747 -2.23633,-2.8164 z"
|
|
271
|
+
id="path55" />
|
|
272
|
+
<path
|
|
273
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
274
|
+
d="m 1151.2168,600.82031 c -8.1376,5.2738 -16.5423,10.19532 -25.1914,14.79297 8.6319,-4.59115 17.0463,-9.52202 25.1914,-14.79297 z"
|
|
275
|
+
id="path53" />
|
|
276
|
+
<path
|
|
277
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
278
|
+
d="m 769.32227,599.43555 c 0.86408,1.34556 1.70265,2.71186 2.61328,4.01757 -0.91583,-1.3069 -1.74605,-2.67456 -2.61328,-4.01757 z"
|
|
279
|
+
id="path52" />
|
|
280
|
+
<path
|
|
281
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
282
|
+
d="m 760.96289,584.55859 c 1.58791,3.38558 3.33174,6.65025 5.17188,9.83594 -1.85574,-3.19478 -3.59215,-6.46781 -5.17188,-9.83594 z"
|
|
283
|
+
id="path51" />
|
|
284
|
+
<path
|
|
285
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
286
|
+
d="m 1199.752,562.45703 c -14.316,13.98862 -30.4277,26.58259 -47.6875,37.8418 17.21,-11.20951 33.2379,-23.88503 47.6875,-37.8418 z"
|
|
287
|
+
id="path50" />
|
|
288
|
+
<path
|
|
289
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
290
|
+
d="m 553.51367,554.25977 c -3.40417,1.10096 -6.7859,2.06997 -10.31836,3.04492 3.48793,-0.9496 6.92536,-1.96472 10.31836,-3.04492 z"
|
|
291
|
+
id="path48" />
|
|
292
|
+
<path
|
|
293
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
294
|
+
d="m 780.51758,537.66797 c 0.70768,1.94129 1.28151,3.8517 2.16015,5.85351 -0.56997,-1.39141 -1.12351,-2.83864 -1.70703,-4.4375 -0.17214,-0.47167 -0.28766,-0.94426 -0.45312,-1.41601 z"
|
|
295
|
+
id="path47" />
|
|
296
|
+
<path
|
|
297
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
298
|
+
d="m 774.56641,502.68359 c -0.002,3.31284 0.15105,6.62614 0.45117,9.94727 -0.32402,-3.30219 -0.45478,-6.62133 -0.45117,-9.94727 z"
|
|
299
|
+
id="path43" />
|
|
300
|
+
<path
|
|
301
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
302
|
+
d="m 1024.332,493.05664 c 6.0828,-0.28374 11.7595,0.57443 17.1973,2.54883 -5.4417,-1.97433 -11.1183,-2.8308 -17.1973,-2.54883 z"
|
|
303
|
+
id="path41" />
|
|
304
|
+
<path
|
|
305
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
306
|
+
d="m 775.09961,492.10352 c -0.32847,3.30303 -0.50813,6.60149 -0.53125,9.90039 0.0257,-3.2851 0.18419,-6.58546 0.53125,-9.90039 z"
|
|
307
|
+
id="path40" />
|
|
308
|
+
<path
|
|
309
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
310
|
+
d="m 1062.666,489.60352 c -1.9751,1.54084 -3.8651,2.97136 -6.1914,4.97656 l -6.0254,5.19336 -0.072,-0.0371 7.5625,-6.47656 c 1.5403,-1.31934 3.1587,-2.40921 4.7265,-3.65625 z"
|
|
311
|
+
id="path39" />
|
|
312
|
+
<path
|
|
313
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
314
|
+
d="m 441.95117,482.16016 c 6.07008,0.20103 12.50557,6.17528 9.00391,10.39453 -1.83714,2.21362 -9.18403,1.84004 -12.32031,-0.62696 -3.23281,-2.54293 -3.61095,-7.33531 -0.70118,-8.89257 1.23545,-0.66119 2.61679,-0.9214 4.01758,-0.875 z"
|
|
315
|
+
id="path38" />
|
|
316
|
+
<path
|
|
317
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
318
|
+
d="m 776.71289,481.33008 c -0.6052,3.0205 -1.04278,6.03081 -1.39062,9.03711 0.36434,-3.00061 0.76204,-6.00642 1.39062,-9.03711 z"
|
|
319
|
+
id="path37" />
|
|
320
|
+
<path
|
|
321
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
322
|
+
d="m 646.13477,475.72656 c -0.0324,0.0754 -0.0674,0.14544 -0.10352,0.21289 -0.85378,1.59531 -0.28914,1.84014 5.48047,2.37891 20.82624,1.94479 17.7403,7.64687 -4.15039,7.66797 -19.81951,0.0191 -48.16504,5.54722 -57.47266,11.20898 -3.6886,2.24376 -4.69485,3.10739 -6.20508,2.00391 1.56964,1.09189 2.76405,0.0658 7.3125,-2.69727 17.17626,-10.43403 35.63244,-17.83526 47.50391,-19.05078 3.62762,-0.37143 6.92736,-1.12473 7.63477,-1.72461 z"
|
|
323
|
+
id="path35" />
|
|
324
|
+
<path
|
|
325
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
326
|
+
d="m 1165.0684,464.42578 c -0.3798,0.40366 -0.809,0.78612 -1.252,1.12695 z"
|
|
327
|
+
id="path33" />
|
|
328
|
+
<path
|
|
329
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
330
|
+
d="m 1136.7949,460.02539 c 7.8857,0.22576 15.1054,1.86193 21.2871,5.01563 l 3.5059,1.78906 c -0.3106,0.10872 -0.5925,0.16992 -0.8281,0.16992 -1.0409,0 -3.3254,1.07656 -5.0762,2.39258 -1.7508,1.31603 -5.2086,2.71851 -7.6836,3.11523 -2.9305,0.46974 -11.3797,3.52952 -21.5801,7.69727 9.4033,-3.89883 17.7238,-7.13745 19.5801,-7.51563 6.0852,-1.2397 -9.8699,-0.0109 -18.8398,1.34571 4.4046,-0.81768 9.0061,-1.50738 13.8398,-2.08204 4.1884,-0.49794 -0.4347,-0.66184 -13,-0.45898 -17.029,0.27492 -20.8305,0.64645 -30,2.93164 -16.0444,3.99856 -23.3719,6.55338 -31.4766,12.19531 23.4466,-17.53859 49.2041,-27.19883 70.2715,-26.5957 z"
|
|
331
|
+
id="path32" />
|
|
332
|
+
<path
|
|
333
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
334
|
+
d="m 1268.2754,453.7168 c -2.1047,7.88408 -5.3047,16.74097 -9.8516,26.40234 4.2933,-9.61093 7.7555,-19.00547 9.8516,-26.40234 z"
|
|
335
|
+
id="path31" />
|
|
336
|
+
<path
|
|
337
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
338
|
+
d="m 617.94336,444.36914 c 6.05576,-0.084 8.46985,8.60889 3.4668,14.55469 -2.04476,2.43006 -3.3771,3.07617 -6.34375,3.07617 -10.34652,0 -8.92254,-15.38327 1.61914,-17.49219 0.43496,-0.087 0.85409,-0.13307 1.25781,-0.13867 z"
|
|
339
|
+
id="path30" />
|
|
340
|
+
<path
|
|
341
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
342
|
+
d="m 1250.1836,442.13867 c 1.4937,0.0265 -0.01,5.29351 -4.8145,15.50781 -5.7066,12.12871 -16.0656,24.66879 -25.125,30.41407 -8.585,5.44446 -7.1916,1.97612 6.5782,-16.37305 4.5914,-6.11841 10.7365,-14.51397 13.6562,-18.65625 5.1733,-7.33954 8.4675,-10.91452 9.7051,-10.89258 z"
|
|
343
|
+
id="path29" />
|
|
344
|
+
<path
|
|
345
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
346
|
+
d="m 638.16992,441.96875 c 2.7767,5.5649 5.38697,13.32873 6.94336,20.17187 -1.62811,-6.81897 -4.26233,-14.68536 -6.94336,-20.17187 z"
|
|
347
|
+
id="path28" />
|
|
348
|
+
<path
|
|
349
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
350
|
+
d="m 1234.0781,440.16797 c -2.8274,-0.006 -5.9005,0.34583 -9.1386,1.00391 3.2381,-0.65807 6.3112,-1.01004 9.1386,-1.00391 z"
|
|
351
|
+
id="path27" />
|
|
352
|
+
<path
|
|
353
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
354
|
+
d="m 1249.6973,422.40039 c 9.5299,-0.42034 16.6335,1.94885 19.5507,7.66992 2.461,4.82617 1.7916,13.24051 -0.9179,23.46485 2.0717,-7.35792 2.7718,-12.7068 1.5234,-14.21094 -6.8756,-8.28464 -37.6837,-5.26403 -74.2539,7.28125 -5.5549,1.90561 -10.856,3.58956 -11.7812,3.74023 -1.3546,0.22058 -8.2401,5.15062 -13.4825,9.40625 -2.1681,1.76003 -3.9931,3.36766 -5.0918,4.51563 l 2.0567,-1.85156 c 0.9995,-0.89939 2.0122,-1.78828 3.0351,-2.66407 25.6895,-21.99357 58.3955,-36.42681 79.3614,-37.35156 z"
|
|
355
|
+
id="path25" />
|
|
356
|
+
<path
|
|
357
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
358
|
+
d="m 958.69141,420.08398 c -8.16052,0.31864 -11.61215,0.68747 -10.19141,1.09375 12.16456,3.47862 55.9427,10.33778 53.7109,9.90625 -2.35931,-0.45618 -4.06815,-0.60725 -3.79684,-0.33593 0.89059,0.89058 -5.0928,11.58209 -11.56445,20.66601 -16.87855,23.69158 -41.09949,41.9729 -68.24414,51.50782 -11.66657,4.09804 -11.65089,3.5257 0.0977,-3.75391 19.12603,-11.85081 35.58491,-27.22821 48.54688,-45.35547 7.04228,-9.8486 7.07032,-9.1235 -0.5,-12.90625 -9.41318,-4.7036 -22.44486,-14.71024 -24.8125,-19.05273 -0.77296,-1.41769 0.72508,-1.63732 16.75391,-1.76954 z"
|
|
359
|
+
id="path24"
|
|
360
|
+
sodipodi:nodetypes="ssssssssssss" />
|
|
361
|
+
<path
|
|
362
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
363
|
+
d="m 977.48633,419.29492 c -2.38529,0.10373 -4.53685,0.37994 -6.98633,0.4375 -2.06164,0.0485 -3.44737,0.10462 -5.22656,0.15625 4.25907,-0.068 8.14441,-0.39569 12.21289,-0.59375 z"
|
|
364
|
+
id="path23" />
|
|
365
|
+
<path
|
|
366
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
367
|
+
d="m 474.10352,416.38867 c 0.54501,0.32338 1.04162,0.54578 1.48632,0.66992 -0.4447,-0.12414 -0.94131,-0.34654 -1.48632,-0.66992 z"
|
|
368
|
+
id="path22" />
|
|
369
|
+
<path
|
|
370
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
371
|
+
d="m 461.1875,401.64062 c 3.96378,5.92772 7.40897,10.0922 10.14648,12.60743 -2.73751,-2.51523 -6.1827,-6.67972 -10.14648,-12.60743 z"
|
|
372
|
+
id="path21" />
|
|
373
|
+
<path
|
|
374
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
375
|
+
d="m 428.4707,400.14844 c 0.1872,0.19333 2.46147,3.27656 5.05274,6.85156 2.95508,4.07693 5.79884,7.54578 8.54883,10.41602 -2.74999,-2.87024 -5.5957,-6.33909 -8.55079,-10.41602 -2.59127,-3.575 -4.86358,-6.65823 -5.05078,-6.85156 z"
|
|
376
|
+
id="path20" />
|
|
377
|
+
<path
|
|
378
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
379
|
+
d="m 563.64453,373.00195 c 63.74015,-0.0217 120.8463,33.59456 138.88867,75.39453 -0.84238,-0.79423 -1.0332,2.37064 -1.0332,9.55664 0,14.61563 -1.66212,18.69031 -3.44336,8.44336 -7.72172,-44.42098 -58.25807,-76.39292 -134.16016,-84.87695 l -5.60351,-0.62695 -0.54297,7.92578 c -0.36102,5.26713 -1.11876,9.42539 -2.12109,12.39844 1.12191,-3.80185 1.83075,-9.36738 1.8457,-16.46485 L 557.5,373.00391 Z"
|
|
380
|
+
id="path17" />
|
|
381
|
+
<path
|
|
382
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
383
|
+
d="m 1074.4297,327.87305 c -0.9973,0.49857 0.3642,0.83556 3.5703,1.24609 16.9033,2.1644 33.0236,3.86309 36.75,3.87109 3.1041,0.007 4.395,0.14653 3.9043,2.38868 C 1119.138,333.08253 1117.6941,333 1114.1797,333 h -4.8184 l -5.7402,8.44922 c -13.0153,19.16065 -32.5609,36.38333 -52.4238,46.19531 -8.9166,4.40461 -15.144,6.47037 -12.1133,4.01758 0.2292,-0.18547 3.9856,-2.94858 8.3476,-6.14063 21.0661,-15.41591 43.0594,-41.58306 37.4668,-44.57617 -8.6447,-4.62646 -17.7322,-12.84577 -14.1484,-12.79687 0.9096,0.0124 2.1606,-0.0852 3.6797,-0.27539 z"
|
|
384
|
+
id="path15" />
|
|
385
|
+
<path
|
|
386
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
387
|
+
d="m 509.3418,316.3457 c -0.13939,0.015 -0.23517,0.37863 -0.26368,1.07032 -0.0434,1.05416 0.19311,1.64479 0.5254,1.3125 0.33225,-0.33229 0.36894,-1.19415 0.0801,-1.91602 -0.12968,-0.32408 -0.24642,-0.47709 -0.34179,-0.4668 z"
|
|
388
|
+
id="path14" />
|
|
389
|
+
<path
|
|
390
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
391
|
+
d="m 1110.1289,248.0918 c 3.1305,-0.0513 5.4211,0.7666 5.6895,2.65625 0.4654,3.27661 -2.9649,7.46853 -8.6387,10.55664 -13.0688,7.11292 -23.8658,2.06527 -14.2207,-6.64844 4.404,-3.97876 11.9525,-6.479 17.1699,-6.56445 z"
|
|
392
|
+
id="path10" />
|
|
393
|
+
<path
|
|
394
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
395
|
+
d="m 1099.666,229.08984 c -6.8849,1.68524 -13.8957,3.70347 -20.9863,6.02735 7.08,-2.32469 14.0898,-4.34029 20.9863,-6.02735 z"
|
|
396
|
+
id="path9" />
|
|
397
|
+
<path
|
|
398
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
399
|
+
d="m 1178.0078,216.09961 c 3.2063,0.20316 1.7866,2.0463 -4.0019,8.23437 -9.7198,10.39045 -22.6454,18.63392 -35.3614,22.55274 -15.0856,4.64902 -25.4103,0.40757 -17.3945,-7.14649 12.1366,-11.43745 35.2383,-21.83157 52,-23.39648 2.1061,-0.19663 3.689,-0.31186 4.7578,-0.24414 z"
|
|
400
|
+
id="path8" />
|
|
401
|
+
<path
|
|
402
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
403
|
+
d="m 1183.8359,202.0957 c 19.5585,0.4849 29.9362,4.73038 32.0118,13.5918 l -7.6485,-1.97656 c -17.7979,-4.60191 -65.1693,-3.06651 -101.1992,3.28125 -5.775,1.01745 -16.125,2.80607 -23,3.97461 -12.106,2.05764 -25.1645,5.76493 -38.8848,10.92578 39.1734,-16.25887 78.3844,-26.24241 116.0703,-29.06055 8.5922,-0.64252 16.1309,-0.89796 22.6504,-0.73633 z"
|
|
404
|
+
id="path7" />
|
|
405
|
+
<path
|
|
406
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
407
|
+
d="m 415.48438,198.6582 c 0.0159,0.30072 -0.0467,0.83202 -0.1875,1.5918 0.14076,-0.75978 0.20342,-1.29108 0.1875,-1.5918 z"
|
|
408
|
+
id="path6" />
|
|
409
|
+
<path
|
|
410
|
+
style="fill:#ffffff;stroke-width:2.1844"
|
|
411
|
+
d="m 415.33203,198.36523 c -0.0105,0.002 -0.0216,0.006 -0.0332,0.0117 0.0116,-0.005 0.0227,-0.01 0.0332,-0.0117 z"
|
|
412
|
+
id="path5" />
|
|
413
|
+
</g>
|
|
414
|
+
</g>
|
|
415
|
+
</g>
|
|
416
|
+
</g>
|
|
417
|
+
</g>
|
|
418
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="420" viewBox="0 0 800 420" role="img" aria-label="padel-cli availability output">
|
|
2
|
+
<rect width="800" height="420" rx="24" fill="#0b0f14" />
|
|
3
|
+
<rect x="24" y="24" width="752" height="372" rx="18" fill="#0f172a" stroke="#263246" stroke-width="2" />
|
|
4
|
+
<text x="48" y="72" fill="#9ca3af" font-size="18" font-family="Fragment Mono, ui-monospace, SFMono-Regular, Menlo, monospace">
|
|
5
|
+
<tspan x="48" dy="0">$ padel search --location "Barcelona" --date 2026-01-08 --time 18:00-22:00</tspan>
|
|
6
|
+
<tspan x="48" dy="30" fill="#e5e7eb">Available courts (3):</tspan>
|
|
7
|
+
<tspan x="48" dy="28" fill="#e5e7eb">- Vall d'Hebron 19:00 Court 2 (90m) EUR 34</tspan>
|
|
8
|
+
<tspan x="48" dy="28" fill="#e5e7eb">- Badalona 20:30 Court 1 (60m) EUR 28</tspan>
|
|
9
|
+
<tspan x="48" dy="28" fill="#e5e7eb">- Gracia 21:00 Court 4 (90m) EUR 36</tspan>
|
|
10
|
+
</text>
|
|
11
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="420" viewBox="0 0 800 420" role="img" aria-label="GoHome Roborock status output">
|
|
2
|
+
<rect width="800" height="420" rx="24" fill="#0b0f14" />
|
|
3
|
+
<rect x="24" y="24" width="752" height="372" rx="18" fill="#111827" stroke="#263246" stroke-width="2" />
|
|
4
|
+
<text x="48" y="72" fill="#9ca3af" font-size="18" font-family="Fragment Mono, ui-monospace, SFMono-Regular, Menlo, monospace">
|
|
5
|
+
<tspan x="48" dy="0">$ gohome roborock status --device "Living Room"</tspan>
|
|
6
|
+
<tspan x="48" dy="30" fill="#e5e7eb">Device: Roborock Q Revo</tspan>
|
|
7
|
+
<tspan x="48" dy="28" fill="#e5e7eb">State: cleaning (zone)</tspan>
|
|
8
|
+
<tspan x="48" dy="28" fill="#e5e7eb">Battery: 78%</tspan>
|
|
9
|
+
<tspan x="48" dy="28" fill="#e5e7eb">Dustbin: 42%</tspan>
|
|
10
|
+
<tspan x="48" dy="28" fill="#e5e7eb">Water tank: 61%</tspan>
|
|
11
|
+
<tspan x="48" dy="28" fill="#e5e7eb">Last clean: 2026-01-06 19:42</tspan>
|
|
12
|
+
</text>
|
|
13
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg width="334" height="77" viewBox="0 0 334 77" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M21.8622 43.668C20.5836 43.668 19.5802 43.2387 18.8522 42.38C18.1242 41.512 17.7602 40.2567 17.7602 38.614C17.7602 37.7927 17.8536 37.0693 18.0402 36.444C18.2269 35.8187 18.4976 35.2913 18.8522 34.862C19.2069 34.4327 19.6362 34.1107 20.1402 33.896C20.6536 33.672 21.2276 33.56 21.8622 33.56C22.7116 33.56 23.4209 33.7467 23.9902 34.12C24.5689 34.4933 25.0216 35.044 25.3482 35.772L24.0182 36.5C23.8502 36.0333 23.5889 35.6647 23.2342 35.394C22.8889 35.114 22.4316 34.974 21.8622 34.974C21.1062 34.974 20.5136 35.2307 20.0842 35.744C19.6549 36.2573 19.4402 36.9667 19.4402 37.872V39.356C19.4402 40.2613 19.6549 40.9707 20.0842 41.484C20.5136 41.9973 21.1062 42.254 21.8622 42.254C22.4502 42.254 22.9262 42.1047 23.2902 41.806C23.6636 41.498 23.9389 41.106 24.1162 40.63L25.3902 41.4C25.0636 42.1093 24.6062 42.6647 24.0182 43.066C23.4302 43.4673 22.7116 43.668 21.8622 43.668ZM26.6473 43.5V42.212H27.9773V35.016H26.6473V33.728H30.9033V35.016H29.5593V42.212H30.9033V43.5H26.6473ZM36.0881 36.22H37.6141V37.424H37.6841C37.8428 36.9853 38.0994 36.6493 38.4541 36.416C38.8181 36.1733 39.2428 36.052 39.7281 36.052C40.6521 36.052 41.3661 36.388 41.8701 37.06C42.3741 37.7227 42.6261 38.656 42.6261 39.86C42.6261 41.064 42.3741 42.002 41.8701 42.674C41.3661 43.3367 40.6521 43.668 39.7281 43.668C39.2428 43.668 38.8181 43.5467 38.4541 43.304C38.0994 43.0613 37.8428 42.7253 37.6841 42.296H37.6141V46.3H36.0881V36.22ZM39.2661 42.352C39.7981 42.352 40.2228 42.184 40.5401 41.848C40.8574 41.5027 41.0161 41.05 41.0161 40.49V39.23C41.0161 38.67 40.8574 38.222 40.5401 37.886C40.2228 37.5407 39.7981 37.368 39.2661 37.368C38.7994 37.368 38.4074 37.4847 38.0901 37.718C37.7728 37.942 37.6141 38.2407 37.6141 38.614V41.106C37.6141 41.4793 37.7728 41.7827 38.0901 42.016C38.4074 42.24 38.7994 42.352 39.2661 42.352ZM47.2293 43.668C46.7253 43.668 46.2633 43.5793 45.8433 43.402C45.4326 43.2247 45.0826 42.9727 44.7933 42.646C44.5039 42.31 44.2799 41.9087 44.1213 41.442C43.9626 40.966 43.8833 40.4387 43.8833 39.86C43.8833 39.2813 43.9626 38.7587 44.1213 38.292C44.2799 37.816 44.5039 37.4147 44.7933 37.088C45.0826 36.752 45.4326 36.4953 45.8433 36.318C46.2633 36.1407 46.7253 36.052 47.2293 36.052C47.7333 36.052 48.1906 36.1407 48.6013 36.318C49.0213 36.4953 49.3759 36.752 49.6653 37.088C49.9546 37.4147 50.1786 37.816 50.3373 38.292C50.4959 38.7587 50.5753 39.2813 50.5753 39.86C50.5753 40.4387 50.4959 40.966 50.3373 41.442C50.1786 41.9087 49.9546 42.31 49.6653 42.646C49.3759 42.9727 49.0213 43.2247 48.6013 43.402C48.1906 43.5793 47.7333 43.668 47.2293 43.668ZM47.2293 42.408C47.7519 42.408 48.1719 42.2493 48.4893 41.932C48.8066 41.6053 48.9653 41.12 48.9653 40.476V39.244C48.9653 38.6 48.8066 38.1193 48.4893 37.802C48.1719 37.4753 47.7519 37.312 47.2293 37.312C46.7066 37.312 46.2866 37.4753 45.9693 37.802C45.6519 38.1193 45.4933 38.6 45.4933 39.244V40.476C45.4933 41.12 45.6519 41.6053 45.9693 41.932C46.2866 42.2493 46.7066 42.408 47.2293 42.408ZM51.4519 36.22H52.9359L53.6779 39.272L54.3359 42.03H54.3779L55.1339 39.272L56.0159 36.22H57.3879L58.2839 39.272L59.0539 42.03H59.0959L59.7399 39.272L60.4959 36.22H61.9099L59.9499 43.5H58.2279L57.2759 40.182L56.6879 38.138H56.6599L56.0859 40.182L55.1199 43.5H53.4399L51.4519 36.22ZM66.1238 43.668C65.6011 43.668 65.1344 43.5793 64.7238 43.402C64.3131 43.2247 63.9631 42.9727 63.6738 42.646C63.3844 42.31 63.1604 41.9087 63.0018 41.442C62.8524 40.966 62.7778 40.4387 62.7778 39.86C62.7778 39.2813 62.8524 38.7587 63.0018 38.292C63.1604 37.816 63.3844 37.4147 63.6738 37.088C63.9631 36.752 64.3131 36.4953 64.7238 36.318C65.1344 36.1407 65.6011 36.052 66.1238 36.052C66.6558 36.052 67.1224 36.1453 67.5238 36.332C67.9344 36.5187 68.2751 36.78 68.5458 37.116C68.8164 37.4427 69.0171 37.8253 69.1478 38.264C69.2878 38.7027 69.3578 39.174 69.3578 39.678V40.252H64.3598V40.49C64.3598 41.05 64.5231 41.512 64.8498 41.876C65.1858 42.2307 65.6618 42.408 66.2778 42.408C66.7258 42.408 67.1038 42.31 67.4118 42.114C67.7198 41.918 67.9811 41.652 68.1958 41.316L69.0918 42.198C68.8211 42.646 68.4291 43.0053 67.9158 43.276C67.4024 43.5373 66.8051 43.668 66.1238 43.668ZM66.1238 37.242C65.8624 37.242 65.6198 37.2887 65.3958 37.382C65.1811 37.4753 64.9944 37.606 64.8358 37.774C64.6864 37.942 64.5698 38.1427 64.4858 38.376C64.4018 38.6093 64.3598 38.866 64.3598 39.146V39.244H67.7478V39.104C67.7478 38.544 67.6031 38.096 67.3138 37.76C67.0244 37.4147 66.6278 37.242 66.1238 37.242ZM71.0471 43.5V36.22H72.5731V37.62H72.6431C72.7457 37.2467 72.9604 36.92 73.2871 36.64C73.6137 36.36 74.0664 36.22 74.6451 36.22H75.0511V37.69H74.4491C73.8424 37.69 73.3757 37.788 73.0491 37.984C72.7317 38.18 72.5731 38.4693 72.5731 38.852V43.5H71.0471ZM79.1941 43.668C78.6714 43.668 78.2048 43.5793 77.7941 43.402C77.3834 43.2247 77.0334 42.9727 76.7441 42.646C76.4548 42.31 76.2308 41.9087 76.0721 41.442C75.9228 40.966 75.8481 40.4387 75.8481 39.86C75.8481 39.2813 75.9228 38.7587 76.0721 38.292C76.2308 37.816 76.4548 37.4147 76.7441 37.088C77.0334 36.752 77.3834 36.4953 77.7941 36.318C78.2048 36.1407 78.6714 36.052 79.1941 36.052C79.7261 36.052 80.1928 36.1453 80.5941 36.332C81.0048 36.5187 81.3454 36.78 81.6161 37.116C81.8868 37.4427 82.0874 37.8253 82.2181 38.264C82.3581 38.7027 82.4281 39.174 82.4281 39.678V40.252H77.4301V40.49C77.4301 41.05 77.5934 41.512 77.9201 41.876C78.2561 42.2307 78.7321 42.408 79.3481 42.408C79.7961 42.408 80.1741 42.31 80.4821 42.114C80.7901 41.918 81.0514 41.652 81.2661 41.316L82.1621 42.198C81.8914 42.646 81.4994 43.0053 80.9861 43.276C80.4728 43.5373 79.8754 43.668 79.1941 43.668ZM79.1941 37.242C78.9328 37.242 78.6901 37.2887 78.4661 37.382C78.2514 37.4753 78.0648 37.606 77.9061 37.774C77.7568 37.942 77.6401 38.1427 77.5561 38.376C77.4721 38.6093 77.4301 38.866 77.4301 39.146V39.244H80.8181V39.104C80.8181 38.544 80.6734 38.096 80.3841 37.76C80.0948 37.4147 79.6981 37.242 79.1941 37.242ZM88.6954 42.296H88.6254C88.4667 42.7253 88.2054 43.0613 87.8414 43.304C87.4867 43.5467 87.0667 43.668 86.5814 43.668C85.6574 43.668 84.9434 43.3367 84.4394 42.674C83.9354 42.002 83.6834 41.064 83.6834 39.86C83.6834 38.656 83.9354 37.7227 84.4394 37.06C84.9434 36.388 85.6574 36.052 86.5814 36.052C87.0667 36.052 87.4867 36.1733 87.8414 36.416C88.2054 36.6493 88.4667 36.9853 88.6254 37.424H88.6954V33.14H90.2214V43.5H88.6954V42.296ZM87.0434 42.352C87.5101 42.352 87.9021 42.24 88.2194 42.016C88.5367 41.7827 88.6954 41.4793 88.6954 41.106V38.614C88.6954 38.2407 88.5367 37.942 88.2194 37.718C87.9021 37.4847 87.5101 37.368 87.0434 37.368C86.5114 37.368 86.0867 37.5407 85.7694 37.886C85.4521 38.222 85.2934 38.67 85.2934 39.23V40.49C85.2934 41.05 85.4521 41.5027 85.7694 41.848C86.0867 42.184 86.5114 42.352 87.0434 42.352ZM95.7111 33.14H97.2371V37.424H97.3071C97.4658 36.9853 97.7225 36.6493 98.0771 36.416C98.4411 36.1733 98.8658 36.052 99.3511 36.052C100.275 36.052 100.989 36.388 101.493 37.06C101.997 37.7227 102.249 38.656 102.249 39.86C102.249 41.064 101.997 42.002 101.493 42.674C100.989 43.3367 100.275 43.668 99.3511 43.668C98.8658 43.668 98.4411 43.5467 98.0771 43.304C97.7225 43.0613 97.4658 42.7253 97.3071 42.296H97.2371V43.5H95.7111V33.14ZM98.8891 42.352C99.4211 42.352 99.8458 42.184 100.163 41.848C100.48 41.5027 100.639 41.05 100.639 40.49V39.23C100.639 38.67 100.48 38.222 100.163 37.886C99.8458 37.5407 99.4211 37.368 98.8891 37.368C98.4225 37.368 98.0305 37.4847 97.7131 37.718C97.3958 37.942 97.2371 38.2407 97.2371 38.614V41.106C97.2371 41.4793 97.3958 41.7827 97.7131 42.016C98.0305 42.24 98.4225 42.352 98.8891 42.352ZM108.367 36.22H109.837L106.771 44.942C106.687 45.1847 106.589 45.39 106.477 45.558C106.374 45.7353 106.248 45.8753 106.099 45.978C105.959 46.09 105.786 46.1693 105.581 46.216C105.375 46.272 105.133 46.3 104.853 46.3H103.971V45.054H105.203L105.623 43.822L102.977 36.22H104.503L105.959 40.504L106.379 42.086H106.449L106.911 40.504L108.367 36.22Z" fill="white"/>
|
|
3
|
+
<path d="M193.764 16.0294H126V38.5C138.28 38.5 148.272 48.2483 148.581 60.3903L148.589 60.9706H193.764V16.0294Z" fill="white"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M226.735 18.9287H229.679V25.1522H226.735V27.7148H229.679V33.9382H226.735V36.8669H211.647V27.7148H214.591V25.1522H211.647V16H226.735V18.9287ZM214.959 33.5722H226.367V28.0809H214.959V33.5722ZM214.959 24.7861H226.367V19.2948H214.959V24.7861Z" fill="white"/>
|
|
5
|
+
<path d="M237.772 33.5722H249.548V36.8669H234.46V16H237.772V33.5722Z" fill="white"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M269.418 18.9287H272.362V36.8669H269.05V28.0809H257.642V36.8669H254.33V18.9287H257.274V16H269.418V18.9287ZM257.642 24.7861H269.05V19.2948H257.642V24.7861Z" fill="white"/>
|
|
7
|
+
<path d="M292.231 18.9287H295.175V22.2235H291.863V19.2948H280.455V33.5722H291.863V30.6435H295.175V33.9382H292.231V36.8669H280.087V33.9382H277.143V18.9287H280.087V16H292.231V18.9287Z" fill="white"/>
|
|
8
|
+
<path d="M303.269 24.7861H311.733V21.8574H314.677V16H317.989V22.2235H315.045V25.1522H312.101V27.7148H315.045V30.6435H317.989V36.8669H314.677V31.0096H311.733V28.0809H303.269V36.8669H299.957V16H303.269V24.7861Z" fill="white"/>
|
|
9
|
+
<path d="M226.735 43.0618H229.679V46.3565H226.367V43.4278H214.959V48.9191H226.735V51.8478H229.679V58.0713H226.735V61H214.591V58.0713H211.647V54.7765H214.959V57.7052H226.367V52.2139H214.591V49.2852H211.647V43.0618H214.591V40.1331H226.735V43.0618Z" fill="white"/>
|
|
10
|
+
<path d="M242.191 43.0618H244.767V40.1331H251.023V43.0618H253.967V61H250.655V43.4278H245.135V61H241.823V43.4278H236.303V61H232.991V43.0618H235.935V40.1331H242.191V43.0618Z" fill="white"/>
|
|
11
|
+
<path d="M263.535 43.0618H266.111V40.1331H272.368V43.4278H266.479V57.7052H272.368V61H266.111V58.0713H263.535V61H257.279V57.7052H263.167V43.4278H257.279V40.1331H263.535V43.0618Z" fill="white"/>
|
|
12
|
+
<path d="M284.88 43.0618H287.456V40.1331H296.656V43.4278H287.824V61H284.512V43.4278H275.68V40.1331H284.88V43.0618Z" fill="white"/>
|
|
13
|
+
<path d="M303.28 48.9191H314.688V40.1331H318V61H314.688V52.2139H303.28V61H299.968V40.1331H303.28V48.9191Z" fill="white"/>
|
|
14
|
+
</svg>
|