chore: rebranding
|
|
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Rebranding
|
||||
|
||||
- CodeGPT -> ProxyAI
|
||||
|
||||
## [2.16.4-241.1] - 2025-02-25
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ Get multi-line edits based on your recent activity, open files and previous chat
|
|||
ProxyAI is the first JetBrains extension capable of suggesting modifications beyond the
|
||||
current cursor location.
|
||||
|
||||
Learn more in our recent [blog post](https://codegpt.ee/blog/introducing-code-assistant).
|
||||
Learn more in our recent [blog post](https://tryproxy.io/blog/introducing-code-assistant).
|
||||
|
||||
## Highly Configurable
|
||||
|
||||
|
|
@ -41,13 +41,13 @@ Get instant coding advice through a ChatGPT-like interface that accepts image in
|
|||
Stream AI-suggested code changes directly into your editor. Preview modifications in diff view and
|
||||
approve or reject them with a single click.
|
||||
|
||||

|
||||

|
||||
|
||||
**Use images**
|
||||
|
||||
Chat with your images. Upload manually or let ProxyAI auto-detect your screenshots.
|
||||
|
||||

|
||||

|
||||
|
||||
**Reference your files and folders**
|
||||
|
||||
|
|
@ -55,25 +55,25 @@ Quickly access and reference your project files and folders for context-aware co
|
|||
|
||||
With our **$10** pricing plan, you can chat with files containing up to **200k tokens** using any of our offered models.
|
||||
|
||||

|
||||

|
||||
|
||||
**Reference web documentations**
|
||||
|
||||
Easily pull in relevant web documentation into your chat for quick reference—whether it’s API docs, library guides, framework manuals, or something else.
|
||||
|
||||

|
||||

|
||||
|
||||
**Search the web**
|
||||
|
||||
Connect your favourite LLM to the web. ProxyAI will search for the most relevant information to answer your questions.
|
||||
|
||||

|
||||

|
||||
|
||||
**Customize your assistant**
|
||||
|
||||
Choose between multiple different personas for your specific needs, whether you're looking to learn, write or proofread.
|
||||
|
||||

|
||||

|
||||
|
||||
### Code
|
||||
|
||||
|
|
@ -85,31 +85,31 @@ streamline your workflow.
|
|||
|
||||
Get multi-line edits based on your recent activity, open files and previous chat interactions.
|
||||
|
||||

|
||||

|
||||
|
||||
**Autocomplete your code**
|
||||
|
||||
Receive single-line or whole-function autocomplete suggestions as you type.
|
||||
|
||||

|
||||

|
||||
|
||||
**Edit code in natural language**
|
||||
|
||||
Highlight the code you want to modify, describe the desired changes, and watch ProxyAI work its magic.
|
||||
|
||||

|
||||

|
||||
|
||||
**Get name suggestions**
|
||||
|
||||
Get context-aware naming suggestions for methods, variables, and more.
|
||||
|
||||

|
||||

|
||||
|
||||
**Generate commit messages**
|
||||
|
||||
Generate concise and descriptive commit messages based on the changes made in your codebase.
|
||||
|
||||

|
||||

|
||||
|
||||
**Offline Development Support (llama.cpp and Ollama)**
|
||||
|
||||
|
|
|
|||
43
README.md
|
|
@ -2,12 +2,15 @@
|
|||
|
||||
<br />
|
||||
<div align="center">
|
||||
<a href="https://github.com/carlrobertoh/CodeGPT">
|
||||
<img alt="plugin-icon" src="https://github.com/carlrobertoh/CodeGPT-docs/blob/main/images/icon.png?raw=true">
|
||||
<a href="https://github.com/carlrobertoh/ProxyAI">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="/src/main/resources/icons/proxyRounded_dark.svg">
|
||||
<img alt="ProxyAI Logo" src="/src/main/resources/icons/proxyRounded.svg">
|
||||
</picture>
|
||||
</a>
|
||||
<h1 style="margin: 0;" align="center">CodeGPT</h1>
|
||||
<h1 style="margin: 0;" align="center">ProxyAI</h1>
|
||||
<p style="width: 640px">
|
||||
The leading open-source AI copilot for <a target="_blank" href="https://plugins.jetbrains.com/plugin/21056-codegpt">JetBrains</a>. Connect to any model in any environment, and customize your coding experience in any way you like.
|
||||
The leading open-source AI copilot for <a target="_blank" href="https://plugins.jetbrains.com/plugin/21056-proxy-ai">JetBrains</a>. Connect to any model in any environment, and customize your coding experience in any way you like.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
@ -29,11 +32,11 @@
|
|||
</ol>
|
||||
</details>
|
||||
|
||||

|
||||

|
||||
|
||||
## About The Project
|
||||
|
||||
CodeGPT is an AI-powered code assistant designed to help you with various programming activities. It is a great alternative to GitHub Copilot, AI Assistant, Codiumate, or any other extension on the JetBrains marketplace.
|
||||
ProxyAI is an AI-powered code assistant designed to help you with various programming activities. It is a great alternative to GitHub Copilot, AI Assistant, Codiumate, or any other extension on the JetBrains marketplace.
|
||||
|
||||
We equip you with the latest models, advanced tools, and on-premise solutions that are designed to significantly enhance your developer experience.
|
||||
|
||||
|
|
@ -41,13 +44,13 @@ Access top-tier language models from OpenAI, Anthropic, Azure, Mistral, and othe
|
|||
|
||||
## Core Features
|
||||
|
||||
CodeGPT offers a wide range of features to enhance your development experience:
|
||||
ProxyAI offers a wide range of features to enhance your development experience:
|
||||
|
||||
### Chat
|
||||
|
||||
- **Auto Apply:** Stream AI-suggested code changes directly into your editor. Preview modifications in diff view and approve or reject them with a single click.
|
||||
|
||||
- **Use images:** Chat with your images. Upload manually or let CodeGPT auto-detect your screenshots.
|
||||
- **Use images:** Chat with your images. Upload manually or let ProxyAI auto-detect your screenshots.
|
||||
|
||||
- **Reference your files and folders:** Quickly access and reference your project files and folders for context-aware coding assistance.
|
||||
|
||||
|
|
@ -55,7 +58,7 @@ CodeGPT offers a wide range of features to enhance your development experience:
|
|||
|
||||
- **Reference git history:** Quickly reference commit logs and changes in your chat session
|
||||
|
||||
- **Search the web:** Connect your favourite LLM to the web. CodeGPT will search for the most relevant information to answer your questions.
|
||||
- **Search the web:** Connect your favourite LLM to the web. ProxyAI will search for the most relevant information to answer your questions.
|
||||
|
||||
- **Customize your assistant:** Choose between multiple different personas for your specific needs, whether you're looking to learn, write or proofread.
|
||||
|
||||
|
|
@ -66,20 +69,20 @@ CodeGPT offers a wide range of features to enhance your development experience:
|
|||
|
||||
- **Autocomplete your code:** Receive single-line or whole-function autocomplete suggestions as you type.
|
||||
|
||||
- **Edit code in natural language:** Highlight the code you want to modify, describe the desired changes, and watch CodeGPT work its magic.
|
||||
- **Edit code in natural language:** Highlight the code you want to modify, describe the desired changes, and watch ProxyAI work its magic.
|
||||
|
||||
- **Get name suggestions:** Get context-aware naming suggestions for methods, variables, and more.
|
||||
|
||||
- **Generate commit messages:** Generate concise and descriptive commit messages based on the changes made in your codebase.
|
||||
|
||||
For a full list of features and detailed descriptions, visit our [official documentation](https://docs.codegpt.ee/features).
|
||||
For a full list of features and detailed descriptions, visit our [official documentation](https://docs.tryproxy.io/features).
|
||||
|
||||
## Running locally
|
||||
|
||||
**Linux or macOS**
|
||||
```shell
|
||||
git clone https://github.com/carlrobertoh/CodeGPT.git
|
||||
cd CodeGPT
|
||||
git clone https://github.com/carlrobertoh/ProxyAI.git
|
||||
cd ProxyAI
|
||||
git submodule update
|
||||
./gradlew runIde
|
||||
```
|
||||
|
|
@ -96,7 +99,7 @@ tail -f build/idea-sandbox/system/log/idea.log
|
|||
|
||||
## Privacy
|
||||
|
||||
**Your data stays yours.** CodeGPT **does not** collect or store any kind of sensitive information.
|
||||
**Your data stays yours.** ProxyAI **does not** collect or store any kind of sensitive information.
|
||||
|
||||
However, with users' consent, we do collect anonymous usage data, which we use to understand how users interact with the extension, including the most-used features and preferred providers.
|
||||
|
||||
|
|
@ -104,7 +107,7 @@ However, with users' consent, we do collect anonymous usage data, which we use t
|
|||
|
||||
Your input helps us grow. Reach out through:
|
||||
|
||||
- [Issue Tracker](https://github.com/carlrobertoh/CodeGPT/issues)
|
||||
- [Issue Tracker](https://github.com/carlrobertoh/ProxyAI/issues)
|
||||
- [Discord](https://discord.gg/8dTGGrwcnR)
|
||||
- [Email](mailto:carlrobertoh@gmail.com)
|
||||
|
||||
|
|
@ -118,13 +121,13 @@ If you found this project interesting, kindly rate it on the marketplace and don
|
|||
<!-- MARKDOWN LINKS & IMAGES -->
|
||||
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
|
||||
|
||||
[downloads-shield]: https://img.shields.io/jetbrains/plugin/d/21056-codegpt
|
||||
[downloads-shield]: https://img.shields.io/jetbrains/plugin/d/21056-proxy-ai
|
||||
[discord-shield]: https://img.shields.io/discord/1118629761049182238?style=flat&logo=discord&label=Discord
|
||||
[version-shield]: https://img.shields.io/jetbrains/plugin/v/21056-codegpt?label=version
|
||||
[rating-shield]: https://img.shields.io/jetbrains/plugin/r/rating/21056-codegpt
|
||||
[version-shield]: https://img.shields.io/jetbrains/plugin/v/21056-proxy-ai?label=version
|
||||
[rating-shield]: https://img.shields.io/jetbrains/plugin/r/rating/21056-proxy-ai
|
||||
[marketplace-img]: https://github.com/carlrobertoh/CodeGPT-docs/blob/main/images/marketplace.png?raw=true
|
||||
[plugin-repo]: https://plugins.jetbrains.com/plugin/21056-codegpt
|
||||
[plugin-repo]: https://plugins.jetbrains.com/plugin/21056-proxy-ai
|
||||
[invite-link]: https://discord.gg/8dTGGrwcnR
|
||||
[open-issues]: https://github.com/carlrobertoh/CodeGPT/issues
|
||||
[open-issues]: https://github.com/carlrobertoh/ProxyAI/issues
|
||||
[api-key-url]: https://platform.openai.com/account/api-keys
|
||||
[portfolio]: https://carlrobert.ee
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
## CodeGPT Telemetry
|
||||
## ProxyAI Telemetry
|
||||
|
||||
Telemetry implementation based on [Red Hat Telemetry](https://github.com/redhat-developer/intellij-redhat-telemetry) plugin
|
||||
|
|
|
|||
|
|
@ -39,8 +39,8 @@ public class TelemetryNotifications {
|
|||
|
||||
public void queryUserConsent() {
|
||||
Notification notification = group.createNotification(
|
||||
"Help CodeGPT improve its extensions by allowing them to collect anonymous usage data. " +
|
||||
"Read our <a href=\"https://codegpt.ee/privacy\">privacy statement</a> " +
|
||||
"Help ProxyAI improve its extensions by allowing them to collect anonymous usage data. " +
|
||||
"Read our <a href=\"https://tryproxy.io/privacy\">privacy statement</a> " +
|
||||
"and learn how to <a href=\"\">opt out</a>.",
|
||||
NotificationType.INFORMATION);
|
||||
notification.setTitle("Enable Telemetry");
|
||||
|
|
|
|||
|
|
@ -22,11 +22,11 @@ import javax.swing.JPanel;
|
|||
public class TelemetryComponent {
|
||||
|
||||
private static final String DESCRIPTION =
|
||||
"Help CodeGPT improve its products by sending anonymous data about features and plugins used, "
|
||||
"Help ProxyAI improve its products by sending anonymous data about features and plugins used, "
|
||||
+ "hardware and software configuration.<br/>"
|
||||
+ "<br/>"
|
||||
+ "Please note that this will not include personal data or any sensitive Information.<br/>"
|
||||
+ "The data sent complies with the <a href=\"https://codegpt.ee/privacy\">Privacy Policy</a>.";
|
||||
+ "The data sent complies with the <a href=\"https://tryproxy.io/privacy\">Privacy Policy</a>.";
|
||||
|
||||
private final JPanel panel;
|
||||
private final JBCheckBox enabled = new JBCheckBox("Send usage statistics");
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ public class TelemetryConfigurable implements SearchableConfigurable {
|
|||
@Nls(capitalization = Nls.Capitalization.Title)
|
||||
@Override
|
||||
public String getDisplayName() {
|
||||
return "CodeGPT Telemetry";
|
||||
return "ProxyAI Telemetry";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
|
||||
|
||||
pluginGroup = ee.carlrobert
|
||||
pluginName = CodeGPT
|
||||
pluginRepositoryUrl = https://github.com/carlrobertoh/CodeGPT
|
||||
pluginName = ProxyAI
|
||||
pluginRepositoryUrl = https://github.com/carlrobertoh/ProxyAI
|
||||
# SemVer format -> https://semver.org
|
||||
pluginVersion = 2.16.4
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ import com.intellij.openapi.wm.ToolWindow;
|
|||
import com.intellij.openapi.wm.ToolWindowAnchor;
|
||||
import com.intellij.openapi.wm.ToolWindowManager;
|
||||
import com.intellij.ui.content.Content;
|
||||
import ee.carlrobert.codegpt.CodeGPTBundle;
|
||||
import ee.carlrobert.codegpt.Icons;
|
||||
import ee.carlrobert.codegpt.completions.ConversationType;
|
||||
import ee.carlrobert.codegpt.conversations.Conversation;
|
||||
|
|
@ -122,12 +123,12 @@ public final class ChatToolWindowContentManager {
|
|||
|
||||
public @NotNull ToolWindow getToolWindow() {
|
||||
var toolWindowManager = ToolWindowManager.getInstance(project);
|
||||
var toolWindow = toolWindowManager.getToolWindow("CodeGPT");
|
||||
var toolWindow = toolWindowManager.getToolWindow("ProxyAI");
|
||||
// https://intellij-support.jetbrains.com/hc/en-us/community/posts/11533368171026/comments/11538403084562
|
||||
return Objects.requireNonNullElseGet(toolWindow, () -> toolWindowManager
|
||||
.registerToolWindow(RegisterToolWindowTask.closable(
|
||||
"CodeGPT",
|
||||
() -> "CodeGPT",
|
||||
"ProxyAI",
|
||||
() -> CodeGPTBundle.get("project.label"),
|
||||
Icons.DefaultSmall,
|
||||
ToolWindowAnchor.RIGHT)));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ public class ChatToolWindowPanel extends SimpleToolWindowPanel {
|
|||
imageFileAttachmentNotification = new ToolWindowFooterNotification(() ->
|
||||
project.putUserData(CodeGPTKeys.IMAGE_ATTACHMENT_FILE_PATH, ""));
|
||||
upgradePlanLink = new ActionLink("Upgrade your plan", event -> {
|
||||
BrowserUtil.browse("https://codegpt.ee/#pricing");
|
||||
BrowserUtil.browse("https://tryproxy.io/#pricing");
|
||||
});
|
||||
upgradePlanLink.setFont(JBUI.Fonts.smallFont());
|
||||
upgradePlanLink.setExternalLinkIcon();
|
||||
|
|
|
|||
|
|
@ -41,10 +41,10 @@ public class ChatToolWindowScrollablePanel extends ScrollablePanel {
|
|||
panel.addContent(UIUtil.createTextPane("""
|
||||
<html>
|
||||
<p style="margin-top: 4px; margin-bottom: 4px;">
|
||||
It looks like you haven't configured your API key yet. Visit <a href="#OPEN_SETTINGS">CodeGPT settings</a> to do so.
|
||||
It looks like you haven't configured your API key yet. Visit <a href="#OPEN_SETTINGS">ProxyAI settings</a> to do so.
|
||||
</p>
|
||||
<p style="margin-top: 4px; margin-bottom: 4px;">
|
||||
Don't have an account? <a href="https://codegpt.ee">Sign up</a> to get the most out of CodeGPT.
|
||||
Don't have an account? <a href="https://tryproxy.io/signin">Sign up</a> to get the most out of ProxyAI.
|
||||
</p>
|
||||
</html>""",
|
||||
false,
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ import com.intellij.openapi.ui.popup.JBPopup;
|
|||
import com.intellij.openapi.ui.popup.JBPopupListener;
|
||||
import com.intellij.openapi.ui.popup.LightweightWindowEvent;
|
||||
import com.intellij.openapi.ui.popup.ListPopup;
|
||||
import ee.carlrobert.codegpt.CodeGPTBundle;
|
||||
import ee.carlrobert.codegpt.CodeGPTKeys;
|
||||
import ee.carlrobert.codegpt.Icons;
|
||||
import ee.carlrobert.codegpt.completions.llama.LlamaModel;
|
||||
|
|
@ -133,7 +134,7 @@ public class ModelComboBoxAction extends ComboBoxAction {
|
|||
var actionGroup = new DefaultActionGroup();
|
||||
|
||||
if (availableProviders.contains(CODEGPT)) {
|
||||
actionGroup.addSeparator("CodeGPT");
|
||||
actionGroup.addSeparator(CodeGPTBundle.get("project.label"));
|
||||
actionGroup.addAll(getCodeGPTModelActions(project, presentation));
|
||||
actionGroup.addSeparator();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ import static java.util.Objects.requireNonNull;
|
|||
|
||||
import com.intellij.execution.ExecutionBundle;
|
||||
import com.intellij.notification.Notification;
|
||||
import com.intellij.notification.NotificationGroup;
|
||||
import com.intellij.notification.NotificationListener;
|
||||
import com.intellij.notification.NotificationType;
|
||||
import com.intellij.notification.Notifications;
|
||||
|
|
@ -36,8 +35,8 @@ import org.jetbrains.annotations.NotNull;
|
|||
|
||||
public class OverlayUtil {
|
||||
|
||||
public static final String NOTIFICATION_GROUP_ID = "CodeGPT Notification Group";
|
||||
public static final String NOTIFICATION_GROUP_STICKY_ID = "CodeGPT Notification Group Sticky";
|
||||
public static final String NOTIFICATION_GROUP_ID = "proxyai.notification.group";
|
||||
public static final String NOTIFICATION_GROUP_STICKY_ID = "proxyai.notification.sticky.group";
|
||||
|
||||
private OverlayUtil() {
|
||||
}
|
||||
|
|
@ -49,7 +48,8 @@ public class OverlayUtil {
|
|||
|
||||
public static Notification getDefaultNotification(
|
||||
@NotNull String content, @NotNull NotificationType type, @NotNull AnAction... actions) {
|
||||
var notification = new Notification(NOTIFICATION_GROUP_ID, "CodeGPT", content, type);
|
||||
var notification =
|
||||
new Notification(NOTIFICATION_GROUP_ID, CodeGPTBundle.get("project.label"), content, type);
|
||||
notification.setListener(new NotificationListener.UrlOpeningListener(true));
|
||||
Arrays.asList(actions).forEach(notification::addAction);
|
||||
return notification;
|
||||
|
|
@ -62,7 +62,11 @@ public class OverlayUtil {
|
|||
|
||||
public static Notification getStickyNotification(
|
||||
@NotNull String content, @NotNull NotificationType type, @NotNull AnAction... actions) {
|
||||
var notification = new Notification(NOTIFICATION_GROUP_STICKY_ID, "CodeGPT", content, type);
|
||||
var notification = new Notification(
|
||||
NOTIFICATION_GROUP_STICKY_ID,
|
||||
CodeGPTBundle.get("project.label"),
|
||||
content,
|
||||
type);
|
||||
Arrays.asList(actions).forEach(notification::addAction);
|
||||
return notification;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@ class CommitMessageEventListener(
|
|||
override fun onError(error: ErrorDetails, ex: Throwable) {
|
||||
Notifications.Bus.notify(
|
||||
Notification(
|
||||
"CodeGPT Notification Group",
|
||||
"proxyai.notification.group",
|
||||
"CodeGPT",
|
||||
error.message,
|
||||
NotificationType.ERROR
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ class EditCodeCompletionListener(
|
|||
error.message,
|
||||
NotificationType.ERROR,
|
||||
NotificationAction.createSimpleExpiring("Upgrade plan") {
|
||||
BrowserUtil.open("https://codegpt.ee/#pricing")
|
||||
BrowserUtil.open("https://tryproxy.io/#pricing")
|
||||
},
|
||||
)
|
||||
stopLoading()
|
||||
|
|
|
|||
|
|
@ -30,8 +30,8 @@ class DocumentationSettingsState : BaseState() {
|
|||
}
|
||||
|
||||
class DocumentationDetailsState : BaseState() {
|
||||
var name by string("CodeGPT Docs")
|
||||
var url by string("https://docs.codegpt.ee")
|
||||
var name by string("ProxyAI Docs")
|
||||
var url by string("https://docs.tryproxy.io")
|
||||
var lastUsedDateTime by string()
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ class DocumentationsConfigurable : Configurable {
|
|||
private lateinit var component: DocumentationsSettingsForm
|
||||
|
||||
override fun getDisplayName(): String {
|
||||
return "CodeGPT: Documentations"
|
||||
return "ProxyAI: Documentations"
|
||||
}
|
||||
|
||||
override fun createComponent(): JComponent {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ class PromptsConfigurable : Configurable {
|
|||
private lateinit var component: PromptsForm
|
||||
|
||||
override fun getDisplayName(): String {
|
||||
return "CodeGPT: Prompts"
|
||||
return "ProxyAI: Prompts"
|
||||
}
|
||||
|
||||
override fun createComponent(): JComponent {
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ class AnthropicServiceConfigurable : Configurable {
|
|||
private lateinit var component: AnthropicSettingsForm
|
||||
|
||||
override fun getDisplayName(): String {
|
||||
return "CodeGPT: Anthropic Service"
|
||||
return "ProxyAI: Anthropic Service"
|
||||
}
|
||||
|
||||
override fun createComponent(): JComponent {
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ class AzureServiceConfigurable : Configurable {
|
|||
private lateinit var component: AzureSettingsForm
|
||||
|
||||
override fun getDisplayName(): String {
|
||||
return "CodeGPT: Azure Service"
|
||||
return "ProxyAI: Azure Service"
|
||||
}
|
||||
|
||||
override fun createComponent(): JComponent {
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ class LlamaServiceConfigurable : Configurable {
|
|||
private lateinit var component: LlamaSettingsForm
|
||||
|
||||
override fun getDisplayName(): String {
|
||||
return "CodeGPT: Custom Service"
|
||||
return "ProxyAI: Custom Service"
|
||||
}
|
||||
|
||||
override fun createComponent(): JComponent {
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ class OpenAIServiceConfigurable : Configurable {
|
|||
private lateinit var component: OpenAISettingsForm
|
||||
|
||||
override fun getDisplayName(): String {
|
||||
return "CodeGPT: OpenAI Service"
|
||||
return "ProxyAI: OpenAI Service"
|
||||
}
|
||||
|
||||
override fun createComponent(): JComponent {
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ class ServiceConfigurable : Configurable {
|
|||
private lateinit var component: ServiceConfigurableComponent
|
||||
|
||||
override fun getDisplayName(): String {
|
||||
return "CodeGPT: Services"
|
||||
return "ProxyAI: Services"
|
||||
}
|
||||
|
||||
override fun createComponent(): JComponent {
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ class ServiceConfigurableComponent {
|
|||
|
||||
private fun addLinks(formBuilder: FormBuilder) {
|
||||
mapOf(
|
||||
"CodeGPT" to CodeGPTServiceConfigurable::class.java,
|
||||
"ProxyAI" to CodeGPTServiceConfigurable::class.java,
|
||||
"OpenAI" to OpenAIServiceConfigurable::class.java,
|
||||
"Custom OpenAI" to CustomServiceConfigurable::class.java,
|
||||
"Azure" to AzureServiceConfigurable::class.java,
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ class CodeGPTServiceConfigurable : Configurable {
|
|||
private lateinit var component: CodeGPTServiceForm
|
||||
|
||||
override fun getDisplayName(): String {
|
||||
return "CodeGPT: CodeGPT Service"
|
||||
return "ProxyAI: ProxyAI Service"
|
||||
}
|
||||
|
||||
override fun createComponent(): JComponent {
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ class CustomServiceConfigurable : Configurable {
|
|||
private lateinit var component: CustomServiceListForm
|
||||
|
||||
override fun getDisplayName(): String {
|
||||
return "CodeGPT: Custom Service"
|
||||
return "ProxyAI: Custom Service"
|
||||
}
|
||||
|
||||
override fun createComponent(): JComponent {
|
||||
|
|
|
|||
|
|
@ -105,8 +105,8 @@ enum class CustomServiceChatCompletionTemplate(
|
|||
getDefaultHeaders(
|
||||
mapOf(
|
||||
"Authorization" to "Bearer \$CUSTOM_SERVICE_API_KEY",
|
||||
"HTTP-Referer" to "https://plugins.jetbrains.com/plugin/21056-codegpt",
|
||||
"X-Title" to "CodeGPT"
|
||||
"HTTP-Referer" to "https://tryproxy.io",
|
||||
"X-Title" to "ProxyAI"
|
||||
)
|
||||
),
|
||||
getDefaultBodyParams(
|
||||
|
|
@ -133,7 +133,7 @@ private fun getDefaultHeaders(key: String, value: String): MutableMap<String, St
|
|||
private fun getDefaultHeaders(additionalHeaders: Map<String, String>): MutableMap<String, String> {
|
||||
val defaultHeaders = mutableMapOf(
|
||||
"Content-Type" to "application/json",
|
||||
"X-LLM-Application-Tag" to "codegpt"
|
||||
"X-LLM-Application-Tag" to "proxyai"
|
||||
)
|
||||
defaultHeaders.putAll(additionalHeaders)
|
||||
return defaultHeaders
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ private fun getDefaultHeaders(key: String, value: String): MutableMap<String, St
|
|||
private fun getDefaultHeaders(additionalHeaders: Map<String, String>): MutableMap<String, String> {
|
||||
val defaultHeaders = mutableMapOf(
|
||||
"Content-Type" to "application/json",
|
||||
"X-LLM-Application-Tag" to "codegpt"
|
||||
"X-LLM-Application-Tag" to "proxyai"
|
||||
)
|
||||
defaultHeaders.putAll(additionalHeaders)
|
||||
return defaultHeaders
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ class GoogleSettingsConfigurable : Configurable {
|
|||
private lateinit var component: GoogleSettingsForm
|
||||
|
||||
override fun getDisplayName(): String {
|
||||
return "CodeGPT: Google Service"
|
||||
return "ProxyAI: Google Service"
|
||||
}
|
||||
|
||||
override fun createComponent(): JComponent {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ class OllamaSettingsConfigurable : Configurable {
|
|||
private lateinit var component: OllamaSettingsForm
|
||||
|
||||
override fun getDisplayName(): String {
|
||||
return "CodeGPT: Ollama Service"
|
||||
return "ProxyAI: Ollama Service"
|
||||
}
|
||||
|
||||
override fun createComponent(): JComponent {
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ class ChatToolWindowLandingPanel(onAction: (LandingPanelAction, Point) -> Unit)
|
|||
return """
|
||||
<html>
|
||||
<p style="margin-top: 4px; margin-bottom: 4px;">
|
||||
Hi <strong>${GeneralSettings.getCurrentState().displayName}</strong>, I'm CodeGPT! You can ask me anything, but most people request help with their code. Here are a few examples of what you can ask me:
|
||||
Hi <strong>${GeneralSettings.getCurrentState().displayName}</strong>, I'm ProxyAI! You can ask me anything, but most people request help with their code. Here are a few examples of what you can ask me:
|
||||
</p>
|
||||
</html>
|
||||
""".trimIndent()
|
||||
|
|
|
|||
|
|
@ -57,8 +57,8 @@ class UserMessagePanel(
|
|||
} else {
|
||||
val originalIcon = ImageIcon(Base64.getDecoder().decode(avatarBase64))
|
||||
val resizedImage = originalIcon.image.getScaledInstance(
|
||||
Icons.Default.iconWidth,
|
||||
Icons.Default.iconHeight,
|
||||
24,
|
||||
24,
|
||||
Image.SCALE_SMOOTH
|
||||
)
|
||||
RoundedIcon(resizedImage, 1.0)
|
||||
|
|
|
|||
|
|
@ -18,10 +18,10 @@ import javax.swing.JComponent
|
|||
class AddDocumentationDialog(project: Project) : DialogWrapper(project) {
|
||||
|
||||
private var nameField = JBTextField("", 40).apply {
|
||||
emptyText.text = "CodeGPT docs"
|
||||
emptyText.text = "ProxyAI docs"
|
||||
}
|
||||
private var urlField = JBTextField("", 40).apply {
|
||||
emptyText.text = "https://docs.codegpt.ee"
|
||||
emptyText.text = "https://docs.tryproxy.io"
|
||||
}
|
||||
private var saveCheckbox =
|
||||
JBCheckBox(CodeGPTBundle.get("addDocumentation.popup.form.saveCheckbox.label"), true)
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ class PromptTextField(
|
|||
|
||||
private fun getToolWindowHeight(): Int {
|
||||
return project.service<ToolWindowManager>()
|
||||
.getToolWindow("CodeGPT")?.component?.visibleRect?.height ?: 400
|
||||
.getToolWindow("ProxyAI")?.component?.visibleRect?.height ?: 400
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ class DefaultItemRenderer(userInputPanel: UserInputPanel) : BaseItemRenderer(use
|
|||
value.icon ?: EMPTY_ICON,
|
||||
getTitle(value),
|
||||
getDescription(value),
|
||||
if (value.enabled) null else "This action can only be used with CodeGPT provider"
|
||||
if (value.enabled) null else "This action can only be used with ProxyAI provider"
|
||||
).apply {
|
||||
isEnabled = value.enabled
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,11 +28,11 @@
|
|||
<postStartupActivity implementation="ee.carlrobert.codegpt.CodeGPTProjectActivity"/>
|
||||
<postStartupActivity implementation="ee.carlrobert.codegpt.CodeGPTUpdateActivity"/>
|
||||
<editorFactoryListener implementation="ee.carlrobert.codegpt.CodeGPTEditorFactoryListener"/>
|
||||
<applicationConfigurable id="settings.codegpt" parentId="tools" displayName="CodeGPT"
|
||||
<applicationConfigurable id="settings.codegpt" parentId="tools" displayName="ProxyAI"
|
||||
instance="ee.carlrobert.codegpt.settings.GeneralSettingsConfigurable"/>
|
||||
<applicationConfigurable id="settings.codegpt.services" parentId="settings.codegpt" displayName="Providers"
|
||||
instance="ee.carlrobert.codegpt.settings.service.ServiceConfigurable"/>
|
||||
<applicationConfigurable id="settings.codegpt.services.codegpt" parentId="settings.codegpt.services" displayName="CodeGPT"
|
||||
<applicationConfigurable id="settings.codegpt.services.codegpt" parentId="settings.codegpt.services" displayName="ProxyAI"
|
||||
instance="ee.carlrobert.codegpt.settings.service.codegpt.CodeGPTServiceConfigurable"/>
|
||||
<applicationConfigurable id="settings.codegpt.services.openai" parentId="settings.codegpt.services" displayName="OpenAI"
|
||||
instance="ee.carlrobert.codegpt.settings.service.OpenAIServiceConfigurable"/>
|
||||
|
|
@ -78,10 +78,10 @@
|
|||
<inline.completion.provider
|
||||
id="CodeGPTInlineCompletionProvider"
|
||||
implementation="ee.carlrobert.codegpt.codecompletions.DebouncedCodeCompletionProvider"/>
|
||||
<toolWindow id="CodeGPT" icon="ee.carlrobert.codegpt.Icons.DefaultSmall" anchor="right"
|
||||
<toolWindow id="ProxyAI" icon="ee.carlrobert.codegpt.Icons.DefaultSmall" anchor="right"
|
||||
factoryClass="ee.carlrobert.codegpt.toolwindow.ProjectToolWindowFactory"/>
|
||||
<notificationGroup id="CodeGPT Notification Group" displayType="BALLOON" key="notification.group.name"/>
|
||||
<notificationGroup id="CodeGPT Notification Group Sticky" displayType="STICKY_BALLOON" key="notification.group.sticky.name"/>
|
||||
<notificationGroup id="proxyai.notification.group" displayType="BALLOON" key="notification.group.name"/>
|
||||
<notificationGroup id="proxyai.notification.sticky.group" displayType="STICKY_BALLOON" key="notification.group.sticky.name"/>
|
||||
<statusBarWidgetFactory order="first" id="ee.carlrobert.codegpt.statusbar.widget"
|
||||
implementation="ee.carlrobert.codegpt.statusbar.CodeGPTStatusBarWidgetFactory"/>
|
||||
<nameSuggestionProvider implementation="ee.carlrobert.codegpt.refactorings.DefaultNameSuggestionProvider"/>
|
||||
|
|
@ -165,7 +165,7 @@
|
|||
</group>
|
||||
<action id="CodeGPT.TriggerEditorPopup"
|
||||
class="ee.carlrobert.codegpt.actions.editor.ShowEditorActionGroupAction"
|
||||
text="Show CodeGPT Actions">
|
||||
text="Show ProxyAI Actions">
|
||||
<keyboard-shortcut first-keystroke="ctrl shift alt m" keymap="$default"/>
|
||||
</action>
|
||||
<group id="CodeGPT.ProjectViewPopupMenuRootGroup">
|
||||
|
|
@ -217,7 +217,7 @@
|
|||
id="CodeGPT.AddSelectionToContext"
|
||||
class="ee.carlrobert.codegpt.actions.editor.AddSelectionToContextAction"
|
||||
text="Include Selection in Prompt"
|
||||
description="Adds the selected text to the CodeGPT context">
|
||||
description="Adds the selected text to the ProxyAI context">
|
||||
<keyboard-shortcut keymap="$default" first-keystroke="ctrl shift I" replace-all="true"/>
|
||||
|
||||
<add-to-group group-id="action.editor.group.EditorActionGroup" anchor="after" relative-to-action="CodeGPT.NewChat"/>
|
||||
|
|
|
|||
|
|
@ -1,24 +1,38 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0,0,256,256" width="512px" height="512px" fill-rule="nonzero" shape-rendering="geometricPrecision"
|
||||
text-rendering="geometricPrecision" image-rendering="optimizeQuality">
|
||||
<g transform="translate(-16,-16) scale(1.125,1.125)">
|
||||
<g fill="#000000" fill-rule="nonzero" stroke="#000000" stroke-width="16" stroke-linecap="butt" stroke-linejoin="round" stroke-miterlimit="10"
|
||||
stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none"
|
||||
style="mix-blend-mode: normal">
|
||||
<path
|
||||
d="M227.84,143.08c0,13.06708 -4.99192,24.94022 -13.21103,33.79727c-7.97717,8.60658 -19.00287,14.36476 -31.47026,15.60887c-3.52832,16.71959 -15.43209,30.20049 -30.82668,36.17657c-5.55667,2.15774 -11.5672,3.33729 -17.80003,3.33729c-0.00201,0 -0.00403,0 -0.00604,0c-0.00199,0 -0.00397,0 -0.00596,0c-14.8,0 -28.52,-6.44 -38.04,-17.76c-0.69421,0.08331 -1.35951,0.14733 -2.00593,0.19543c-1.22052,0.0986 -2.3641,0.14457 -3.49407,0.14457c-14.68873,0 -27.91091,-6.40211 -37.02359,-16.56155c-7.9019,-8.80305 -12.71641,-20.43423 -12.71641,-33.17845c0,-5.43968 0.8799,-10.79938 2.63969,-15.99909c-0.57613,-0.54202 -1.13795,-1.0961 -1.68519,-1.66168c-8.95461,-9.24878 -14.0345,-21.61429 -14.0345,-34.61923c0,-24.36 17.56,-44.96 41.28,-49c4.91195,-16.59357 17.87919,-29.09752 34.00461,-33.6683c4.35668,-1.23577 8.94458,-1.8917 13.66739,-1.8917c0.00134,0 0.00267,0 0.00401,0c0.00133,0 0.00266,0 0.00399,0c1.19332,0 2.37917,0.04161 3.55595,0.124c9.17619,0.64123 17.78828,3.75317 25.09651,8.95897c3.64251,2.59026 6.96178,5.69756 9.86479,9.27366c0.22637,-0.04423 0.45255,-0.08691 0.6785,-0.12803c0.98754,-0.18412 1.97452,-0.33363 2.9585,-0.45097c1.94025,-0.23779 3.85892,-0.35762 5.74574,-0.35762c0.47506,0 0.94858,0.0067 1.42048,0.02c14.11921,0.39804 26.78515,6.71069 35.60311,16.54155c7.9019,8.80305 12.71641,20.43423 12.71641,33.17845c0,2.71446 -0.22952,5.42892 -0.68856,8.13288c-0.25485,1.51534 -0.5803,3.02562 -0.97544,4.52712c4.51673,4.48402 8.0954,9.75069 10.5932,15.48011c2.7056,6.18096 4.1508,12.90493 4.1508,19.77989z"
|
||||
id="strokeMainSVG"/>
|
||||
</g>
|
||||
<g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10"
|
||||
stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none"
|
||||
style="mix-blend-mode: normal">
|
||||
<g transform="scale(4,4)">
|
||||
<path
|
||||
d="M53.27,26.96c0.28,-1.05 0.42,-2.11 0.42,-3.17c0,-6.86 -5.58,-12.43 -12.43,-12.43c-0.77,0 -1.56,0.07 -2.35,0.23c-2.37,-2.92 -5.85,-4.59 -9.63,-4.59c-5.55,0 -10.36,3.62 -11.92,8.89c-5.93,1.01 -10.32,6.16 -10.32,12.25c0,3.45 1.43,6.72 3.93,9.07c-0.44,1.3 -0.66,2.64 -0.66,4c0,6.86 5.58,12.43 12.43,12.43c0.44,0 0.88,-0.02 1.38,-0.08c2.38,2.83 5.81,4.44 9.51,4.44c5.88,0 10.96,-4.19 12.16,-9.88c6.32,-0.63 11.17,-5.91 11.17,-12.35c0,-3.31 -1.34,-6.48 -3.69,-8.81zM38.25,35.88l-6.63,4l-6.5,-4v-7.26l6.63,-3.87l6.63,3.75z"
|
||||
fill="black"/>
|
||||
<path
|
||||
d="M53.274,26.955c0.275,-1.045 0.415,-2.107 0.415,-3.166c0,-6.855 -5.578,-12.434 -12.434,-12.434c-0.766,0 -1.553,0.079 -2.35,0.235c-2.369,-2.925 -5.843,-4.59 -9.627,-4.59c-5.549,0 -10.353,3.622 -11.913,8.891c-5.93,1.012 -10.32,6.163 -10.32,12.254c0,3.448 1.424,6.715 3.93,9.07c-0.44,1.299 -0.664,2.64 -0.664,3.996c0,6.855 5.578,12.434 12.434,12.434c0.433,0 0.874,-0.027 1.38,-0.087c2.376,2.831 5.809,4.442 9.508,4.442c5.875,0 10.96,-4.192 12.152,-9.878c6.327,-0.629 11.17,-5.908 11.17,-12.355c0.001,-3.304 -1.333,-6.481 -3.681,-8.812zM51.689,23.789c0,0.646 -0.07,1.293 -0.193,1.937l-12.293,-7.185l-13.146,7.991v-4.91l12.814,-7.972c0.813,-0.191 1.615,-0.295 2.383,-0.295c5.754,0 10.435,4.681 10.435,10.434zM37.397,35.171l-5.563,3.316l-5.776,-3.303v-6.311l5.465,-3.322l-0.031,0.052l5.905,3.48zM29.278,9c2.997,0 5.755,1.251 7.728,3.457l-12.948,8.054v13.529l-4.898,-2.801v-14.317c1.159,-4.668 5.302,-7.922 10.118,-7.922zM9.044,28.145c0,-4.923 3.419,-9.109 8.116,-10.169v14.424l12.701,7.264l-5.227,3.115l-11.897,-6.674c-2.345,-1.998 -3.693,-4.894 -3.693,-7.96zM12.311,41.211c0,-0.955 0.138,-1.902 0.4,-2.828l11.954,6.706l12.732,-7.588v6.27l-13.172,7.754c-0.57,0.078 -1.043,0.12 -1.48,0.12c-5.753,0 -10.434,-4.681 -10.434,-10.434zM33.633,56c-2.886,0 -5.578,-1.175 -7.546,-3.252l13.31,-7.835v-14.652l4.539,2.675v14.154c-0.744,5.083 -5.163,8.91 -10.303,8.91zM45.936,46.091v-14.298l-6.539,-3.853v-0.068h-0.115l-5.879,-3.465l5.821,-3.538l12.309,7.195c2.174,1.981 3.422,4.782 3.422,7.703c0.001,5.288 -3.885,9.639 -9.019,10.324z"
|
||||
fill="white"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Creator: CorelDRAW -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="512px" height="512px" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
|
||||
viewBox="7650 4500 8000 8000"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
.fil0 {fill:#091423}
|
||||
.fil1 {fill:transparent;fill-rule:nonzero}
|
||||
.fil2 {fill:#091423;fill-rule:nonzero}
|
||||
]]>
|
||||
</style>
|
||||
</defs>
|
||||
<g id="Layer_x0020_1">
|
||||
<metadata id="CorelCorpID_0Corel-Layer"/>
|
||||
<g id="_1795317850640">
|
||||
<path class="fil1" d="M15657.84 8267.42c0,2190 -1775.34,3965.34 -3965.35,3965.34 -2190,0 -3965.35,-1775.34 -3965.35,-3965.34 0,-2190.01 1775.35,-3965.35 3965.35,-3965.35 2190.01,0 3965.35,1775.34 3965.35,3965.35z"/>
|
||||
<path class="fil2" d="M11910.24 5583.59c-15.56,-121.43 -131.46,-206.72 -258.74,-190.45 -127.27,16.33 -217.86,128.04 -202.36,249.53 15.58,121.43 131.46,206.72 258.72,190.47 127.28,-16.35 217.9,-128.06 202.37,-249.55zm340.89 109.84c-119.2,142.66 -286.14,284.32 -463.86,323.06 -286.64,62.5 -531.04,-139.67 -701.79,-354.15 -14.8,-13.8 -25.11,-30.09 -30.92,-48.71 -1.67,-5.31 -0.84,-10.31 2.64,-14.8 96.6,-128 208.67,-231.59 336.36,-310.89 360.46,-223.47 696.3,37.24 908.29,320.56 4,5.14 4,12.46 0,17.77l-50.72 67.18z"/>
|
||||
<path class="fil2" d="M10376.06 5731.01c64.63,-0.5 116.7,-55.34 116.19,-122.52 -0.5,-67.18 -53.19,-121.38 -117.9,-120.88 -64.66,0.5 -116.7,55.36 -116.2,122.53 0.51,67.18 53.21,121.37 117.91,120.87zm282.1 1.99c-25.74,59.19 -64,107.09 -114.87,143.83l-183.37 37.07c-37.74,-2.98 -79.81,-14.62 -126.37,-35.08 -34.42,-15.12 -61.68,-34.58 -82.13,-58.69 -84.14,-99.42 -101.09,-210.99 -51.06,-334.83 44.08,-93.63 116.9,-150.98 218.31,-172.1 233.76,-48.54 425.64,206.16 339.5,419.8z"/>
|
||||
<path class="fil2" d="M12988.29 5734.5c64.06,-0.67 115.43,-55.7 114.76,-122.75 -0.65,-67.13 -53.21,-120.98 -117.33,-120.31 -64.06,0.67 -115.45,55.69 -114.76,122.75 0.67,67.12 53.19,120.98 117.33,120.31zm286.17 -216.97c38.43,123.03 16.64,225.94 -65.49,308.74 -54.03,54.71 -127.69,85.14 -220.63,91.28 -46.08,4.67 -90.96,-5 -134.84,-28.75 -17.46,-9.49 -26.76,-8.49 -45.73,-5.16 -0.5,-8.49 -5.14,-16.96 -13.63,-25.28 -58.19,-56.68 -93.61,-123.86 -106.07,-201.5 -25.78,-379.41 439.92,-475.2 586.39,-139.34z"/>
|
||||
<path class="fil2" d="M9535.88 6313.78c72.2,-8.66 123.4,-76.01 114.47,-150.17 -9.03,-74.14 -74.87,-127.33 -146.99,-118.55 -72.2,8.67 -123.42,76 -114.47,150.18 9.01,74.13 74.85,127.34 146.99,118.54zm246.59 64.17l-162.1 121.54c-17.46,0.48 -35.73,2.15 -54.53,4.64 -233.78,31.93 -416.82,-194.87 -352.14,-416.15 48.38,-165.76 225.79,-263.53 388.38,-215.65 193.54,57.04 288.63,274.18 197.21,464.05 -6.83,14.28 -12.48,28.08 -16.81,41.57z"/>
|
||||
<path class="fil2" d="M13937.31 6087.54c-49.33,-53.6 -133.78,-56.26 -188.73,-5.8 -54.95,50.46 -59.45,134.92 -10.03,188.55 49.33,53.6 133.8,56.26 188.74,5.8 54.95,-50.45 59.43,-134.92 10.01,-188.56zm-203.62 405.12l-165.43 -129.85c-78.32,-150.64 -60.36,-329.2 73.98,-435.28 205.18,-161.94 516.76,-1.82 514.44,253.23 -0.52,43.55 -11.98,88.11 -34.44,133.83 -75.98,154.29 -205.49,213.65 -388.55,178.06z"/>
|
||||
<path class="fil2" d="M10543.28 5876.83l14.14 208.32c0.98,14.3 8.32,27.43 20.13,35.59 115.04,79.48 238.9,144.31 352.96,224.96 74.17,52.35 102.93,100.93 105.09,199.34 1.01,48.72 0.84,96.6 -0.52,143.98 -63,28.1 -127.84,45.56 -194.52,52.04l-0.33 -184.87c0,-14.3 -7.13,-27.44 -18.95,-35.25 -106.42,-70.32 -226.61,-148.64 -360.44,-234.93 -69.84,-45.22 -93.13,-100.59 -97.6,-187.38 -3.16,-59.34 -4.16,-121.02 -3.32,-184.71l183.37 -37.07z"/>
|
||||
<path class="fil2" d="M12988.35 5917.55c3.47,97.27 2.65,180.57 -2.51,249.9 -4.31,58.36 -45.73,95.43 -102.58,131.66 -120.2,76.32 -237.25,151.63 -350.81,225.96 -15.96,10.48 -23.94,25.11 -23.94,44.22l0 441.93c0,3.82 4.48,5.81 7.32,3.15 42.05,-39.39 96.27,-66.17 136.18,-91.27 302.43,-190.04 607.84,-376.75 916.27,-560.31l165.43 129.85c-56.37,44.24 -97.27,73.99 -122.55,89.45 -357.46,218.81 -722.92,448.57 -1091.19,670.21 -135.16,81.32 -295.28,179.57 -480.01,294.79 -11.12,6.82 -17.79,18.94 -17.79,31.92l0 486.8c0,8.49 -4.31,12.8 -12.78,12.8l-176.4 0c-6.65,0 -9.98,-3.32 -10.15,-9.97 -1.84,-297.43 -2.67,-450.06 -2.82,-457.89 -4.34,-173.9 8.97,-378.41 5.81,-570.94 -0.33,-16.31 -2.33,-43.23 -12.31,-63.52 -24.42,-49.55 -47.52,-89.44 -22.6,-140.32 26.77,-54.38 80.63,-99.42 144.81,-92.6 62.69,6.65 114.56,56.37 123.2,122.69 5.81,45.56 2.68,79.98 -9.47,103.42 -18.11,34.58 -27.1,55.19 -26.77,61.67 4.83,100.59 5.81,189.38 2.99,266.36 -0.16,4.83 1.84,5.82 5.81,3.33l259.54 -161.94c15.14,-9.47 24.11,-26.26 23.77,-44.22 -4.16,-202.02 -4.81,-390.72 -2.17,-565.96 1.19,-79.98 37.6,-143.16 108.91,-189.2 89.62,-58.02 204.67,-129.7 345.5,-214.98 19.11,-11.63 28.61,-29.76 28.25,-54.36 -0.98,-63.02 3.16,-125.2 12.48,-186.55 18.96,-3.33 28.27,-4.33 45.73,5.16 43.91,23.76 88.78,33.42 134.84,28.75z"/>
|
||||
<path class="fil2" d="M9782.47 6377.94c344.33,195.36 683.51,398.69 1017.19,610.18 12.63,7.99 23.61,16.29 33.08,25.11 3.83,3.66 10.33,0.84 10.33,-4.49l-2.51 -267.68c66.68,-6.48 131.52,-23.94 194.52,-52.04l0.17 396.7c0,19.11 8.15,33.58 24.46,43.72l273.66 169.25c4.83,2.99 10.81,-0.5 10.81,-6.15 -2.15,-136.17 -2.99,-219.79 -2.5,-250.9 0.67,-43.38 -25.59,-68.31 -32.73,-102.08 -19.96,-92.44 8.3,-154.12 84.6,-185.21 66.84,-27.1 132.87,6.48 165.95,69.5 27.42,52.19 23.27,104.73 -12.31,157.61 -4.16,6.31 -6.48,13.97 -6.48,21.62l0 1064.57c0,5.48 -4.31,9.81 -9.81,9.81l-177.06 0c-6.99,0 -10.5,-3.49 -10.5,-10.31l0 -486.82c0,-13.13 -6.98,-25.42 -18.27,-32.41 -87.31,-52.21 -179.25,-114.22 -262.71,-163.78 -454.87,-270.33 -910.77,-545.34 -1367.5,-824.99 -32.74,-20.11 -57.52,-39.9 -74.5,-59.68l162.12 -121.53z"/>
|
||||
<path class="fil2" d="M10185.83 7236.51c-53.36,-29.77 -93.26,-49.05 -119.71,-57.86 6.48,83.64 1.32,160.6 -15.47,230.61 -37.74,81.63 -93.1,139.5 -166.1,173.73 -55.69,26.11 -114.87,33.6 -177.22,22.28 -58.69,-10.64 -115.54,-35.08 -170.93,-73.14 6.98,28.75 29.44,54.68 67.51,77.97 191.69,117.53 409,24.11 509.25,-163.27 1.34,-11.81 5.33,-15.79 12.13,-11.96 167.94,97.58 337.2,195.18 507.61,292.62 71.99,-41.07 154.14,-68.16 246.24,-81.15 -183.73,-118.53 -414.83,-255.04 -693.31,-409.83z"/>
|
||||
<path class="fil2" d="M13649.06 7611.44c-117.38,11.15 -215.32,-29.42 -293.95,-122.04 -67.16,-90.29 -90.62,-195.18 -70.49,-314.4 -68.18,23.12 -141.49,59.02 -219.98,107.41 -64.67,39.91 -215.46,128.86 -452.38,266.86 -60.03,34.92 -106.26,69.33 -139.02,103.25 79.32,-0.33 132.2,3.32 158.61,10.79 26.78,7.48 63.37,28.27 109.75,62.2 128.02,-83.97 283.98,-179.23 467.85,-285.64 19.12,-11.14 32.09,-3.67 38.58,22.1 47.21,71.66 94.44,120.21 141.65,145.49 167.44,90.11 309.74,69.5 426.96,-62.02 -66.66,39.73 -122.53,61.85 -167.59,66.01z"/>
|
||||
<path class="fil2" d="M10967.76 7957.09c0,-68.16 -55.36,-123.53 -123.53,-123.53 -68.16,0 -123.55,55.36 -123.55,123.53 0,68.17 55.39,123.53 123.55,123.53 68.16,0 123.53,-55.36 123.53,-123.53zm-88.61 -310.74c86.27,18.46 154.29,59.86 203.65,124.2 143.83,186.71 53.55,455.72 -183.7,499.28 -178.58,32.76 -329.52,-85.96 -359.97,-261.36 -17.46,-101.08 13.8,-194.68 93.78,-280.97 71.99,-41.07 154.14,-68.16 246.24,-81.15z"/>
|
||||
<path class="fil2" d="M12658.47 7954.27c0,-68.67 -55.7,-124.37 -124.36,-124.37 -68.67,0 -124.37,55.7 -124.37,124.37 0,68.67 55.7,124.37 124.37,124.37 68.66,0 124.36,-55.7 124.36,-124.37zm-185.23 -301.78c79.32,-0.33 132.2,3.33 158.61,10.81 26.78,7.49 63.37,28.27 109.75,62.18 80.98,77.97 113.55,175.07 97.43,291.13 -24.77,179.07 -203,286.47 -368.79,249.22 -195.68,-43.89 -287.62,-234.75 -223.62,-421.63 36.75,-107.07 112.24,-170.93 226.61,-191.71z"/>
|
||||
<path class="fil2" d="M14214.58 8554.49c-29.99,41.57 -51.63,63.63 -56.57,107.76 -20.57,187.05 -53.14,349.45 -97.5,486.98 -128.54,398.08 -422.07,648.33 -845.85,679.4 -40.49,2.99 -115.9,-6.65 -226.26,-29.14 -299.94,-60.86 -543.32,-305.52 -689.45,-561.33 -25.5,-44.78 -9.41,-85.28 38.15,-99.2 482.27,-141.84 933.26,-283.67 1342.7,-466.64 108.82,-48.63 236.75,-113.97 383.49,-196.24 65.58,-36.64 122.14,-56.14 157.91,28.07 7.28,17.14 5.14,33.84 -6.63,50.35zm-4950.04 314.09c-14.55,-74.35 -28.91,-150.4 -43.07,-228.19 -4.07,-22.27 -18.2,-52.27 -42.4,-90.19 -29.79,-46.29 38.78,-105.4 78.62,-105.63 51.65,-0.22 171.61,77.99 201.38,92.13 506.06,241.9 1028.63,438.56 1567.66,589.83 36.42,10.31 115.71,64.48 72.43,115.06 -21.86,25.5 -33.01,38.57 -33.66,39.43 -45.63,76.06 -99.2,146.76 -160.68,212.1 -274.66,286.88 -660.96,425.71 -1038.9,267.38 -357.37,-149.98 -538.19,-530.91 -601.4,-891.92zm3101.48 1773.34c-28.29,39.63 -62.76,74.77 -103.7,105.4 -179.53,134.36 -344.51,247.26 -561.11,265.69 -99.85,-10.5 -195.61,-40.94 -287.33,-91.06 -96.84,-52.92 -392.93,-225.61 -392.06,-349.23 0.21,-51.84 25.69,-90.41 76.04,-115.67 48.85,-24.44 115.06,4.9 157.91,30.62 109.27,65.14 194.33,113.76 255.38,146.12 53.79,28.29 113.76,52.92 180.2,73.7 68.98,-10.07 133.68,-31.93 193.9,-65.36 67.05,-37.25 169.68,-95.54 307.64,-174.6 122.77,-70.48 257.53,55.7 173.12,174.4zm2386.75 -3421.77c-1.3,-7.28 -9.87,-10.94 -16.08,-6.65 -8.77,6 -16.7,13.28 -24.2,22.07 -183.62,212.76 -382.21,405.15 -595.82,577.2 -270.16,217.45 -590.47,387.58 -960.92,510.76 -198.17,60.64 -398.28,115.06 -600.54,163.48 -362.93,86.77 -668.24,193.68 -862.57,516.55 -2.36,4.07 -8.16,4.07 -10.49,0 -139.06,-245.53 -385.23,-387.79 -655.59,-460.85 -105.42,-28.49 -278.75,-73.04 -520,-134.12 -403.85,-101.76 -804.51,-263.51 -1157.16,-528.55 -240.82,-181.05 -468.76,-395.72 -683.89,-644.24 -20.77,-24.22 -34.7,-20.79 -41.33,10.49 -148.47,695.88 -120.41,1467.61 133.47,2141.21 130.48,371.07 317.95,714.51 562.41,1030.32 324.59,409.87 720.53,738.95 1187.8,987.7 246.6,137.53 502.83,254.75 768.93,351.59 135.64,49.27 272.12,85.92 409.44,109.91 91.27,-10.94 161.75,-23.37 211.68,-37.49 151.04,-42.64 315.37,-103.49 493.19,-182.13 308.33,-136.68 600.77,-301.66 877.15,-494.91 310.02,-216.6 581.04,-475.62 813.08,-776.86 353.52,-457.66 608.25,-1008.48 700.61,-1580.53 84.41,-522.55 64.06,-1062.04 -29.14,-1574.94z"/>
|
||||
<path class="fil2" d="M9926.75 7361.86c0,-83.69 -67.7,-151.39 -151.39,-151.39 -83.69,0 -151.41,67.7 -151.41,151.39 0,83.71 67.72,151.4 151.41,151.4 83.69,0 151.39,-67.7 151.39,-151.4zm179.73 -109.9c6.85,88.44 1.39,169.87 -16.37,243.88 -39.93,86.35 -98.47,147.55 -175.66,183.76 -58.92,27.6 -121.5,35.53 -187.45,23.55 -62.07,-11.24 -122.21,-37.09 -180.76,-77.36 -113.61,-110.6 -143.68,-241.6 -90.04,-393.01 38.17,-107.61 130.83,-185.34 246.18,-209.78 141.19,-29.72 258.83,16.18 352.91,137.68 12.31,16.01 29.37,46.42 51.19,91.27z"/>
|
||||
<path class="fil2" d="M13696.75 7318.15c0,-81.9 -66.46,-148.36 -148.35,-148.36 -81.89,0 -148.36,66.46 -148.36,148.36 0,81.89 66.47,148.34 148.36,148.34 81.89,0 148.35,-66.45 148.35,-148.34zm76.52 277.95c-69.58,41.47 -127.88,64.54 -174.9,68.89 -122.49,11.63 -224.7,-30.7 -306.73,-127.35 -70.12,-94.21 -94.58,-203.69 -73.58,-328.09 25.51,-59.69 62.97,-110.17 112.77,-151.31 233.72,-193.62 568.58,-10.76 560.26,283.87 -2.6,90.39 -41.81,175.07 -117.81,254.01z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 11 KiB |
38
src/main/resources/META-INF/pluginIcon_dark.svg
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Creator: CorelDRAW -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="512px" height="512px" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
|
||||
viewBox="7650 4500 8000 8000"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
.fil0 {fill:white}
|
||||
.fil2 {fill:white;fill-rule:nonzero}
|
||||
.fil1 {fill:transparent;fill-rule:nonzero}
|
||||
]]>
|
||||
</style>
|
||||
</defs>
|
||||
<g id="Layer_x0020_1">
|
||||
<metadata id="CorelCorpID_0Corel-Layer"/>
|
||||
<g id="_1795322293696">
|
||||
<path class="fil1" d="M15657.84 8267.42c0,2190 -1775.34,3965.34 -3965.35,3965.34 -2190,0 -3965.35,-1775.34 -3965.35,-3965.34 0,-2190.01 1775.35,-3965.35 3965.35,-3965.35 2190.01,0 3965.35,1775.34 3965.35,3965.35z"/>
|
||||
<path class="fil2" d="M11910.24 5583.59c-15.56,-121.43 -131.46,-206.72 -258.74,-190.45 -127.27,16.33 -217.86,128.04 -202.36,249.53 15.58,121.43 131.46,206.72 258.72,190.47 127.28,-16.35 217.9,-128.06 202.37,-249.55zm340.89 109.84c-119.2,142.66 -286.14,284.32 -463.86,323.06 -286.64,62.5 -531.04,-139.67 -701.79,-354.15 -14.8,-13.8 -25.11,-30.09 -30.92,-48.71 -1.67,-5.31 -0.84,-10.31 2.64,-14.8 96.6,-128 208.67,-231.59 336.36,-310.89 360.46,-223.47 696.3,37.24 908.29,320.56 4,5.14 4,12.46 0,17.77l-50.72 67.18z"/>
|
||||
<path class="fil2" d="M10376.06 5731.01c64.63,-0.5 116.7,-55.34 116.19,-122.52 -0.5,-67.18 -53.19,-121.38 -117.9,-120.88 -64.66,0.5 -116.7,55.36 -116.2,122.53 0.51,67.18 53.21,121.37 117.91,120.87zm282.1 1.99c-25.74,59.19 -64,107.09 -114.87,143.83l-183.37 37.07c-37.74,-2.98 -79.81,-14.62 -126.37,-35.08 -34.42,-15.12 -61.68,-34.58 -82.13,-58.69 -84.14,-99.42 -101.09,-210.99 -51.06,-334.83 44.08,-93.63 116.9,-150.98 218.31,-172.1 233.76,-48.54 425.64,206.16 339.5,419.8z"/>
|
||||
<path class="fil2" d="M12988.29 5734.5c64.06,-0.67 115.43,-55.7 114.76,-122.75 -0.65,-67.13 -53.21,-120.98 -117.33,-120.31 -64.06,0.67 -115.45,55.69 -114.76,122.75 0.67,67.12 53.19,120.98 117.33,120.31zm286.17 -216.97c38.43,123.03 16.64,225.94 -65.49,308.74 -54.03,54.71 -127.69,85.14 -220.63,91.28 -46.08,4.67 -90.96,-5 -134.84,-28.75 -17.46,-9.49 -26.76,-8.49 -45.73,-5.16 -0.5,-8.49 -5.14,-16.96 -13.63,-25.28 -58.19,-56.68 -93.61,-123.86 -106.07,-201.5 -25.78,-379.41 439.92,-475.2 586.39,-139.34z"/>
|
||||
<path class="fil2" d="M9535.88 6313.78c72.2,-8.66 123.4,-76.01 114.47,-150.17 -9.03,-74.14 -74.87,-127.33 -146.99,-118.55 -72.2,8.67 -123.42,76 -114.47,150.18 9.01,74.13 74.85,127.34 146.99,118.54zm246.59 64.17l-162.1 121.54c-17.46,0.48 -35.73,2.15 -54.53,4.64 -233.78,31.93 -416.82,-194.87 -352.14,-416.15 48.38,-165.76 225.79,-263.53 388.38,-215.65 193.54,57.04 288.63,274.18 197.21,464.05 -6.83,14.28 -12.48,28.08 -16.81,41.57z"/>
|
||||
<path class="fil2" d="M13937.31 6087.54c-49.33,-53.6 -133.78,-56.26 -188.73,-5.8 -54.95,50.46 -59.45,134.92 -10.03,188.55 49.33,53.6 133.8,56.26 188.74,5.8 54.95,-50.45 59.43,-134.92 10.01,-188.56zm-203.62 405.12l-165.43 -129.85c-78.32,-150.64 -60.36,-329.2 73.98,-435.28 205.18,-161.94 516.76,-1.82 514.44,253.23 -0.52,43.55 -11.98,88.11 -34.44,133.83 -75.98,154.29 -205.49,213.65 -388.55,178.06z"/>
|
||||
<path class="fil2" d="M10543.28 5876.83l14.14 208.32c0.98,14.3 8.32,27.43 20.13,35.59 115.04,79.48 238.9,144.31 352.96,224.96 74.17,52.35 102.93,100.93 105.09,199.34 1.01,48.72 0.84,96.6 -0.52,143.98 -63,28.1 -127.84,45.56 -194.52,52.04l-0.33 -184.87c0,-14.3 -7.13,-27.44 -18.95,-35.25 -106.42,-70.32 -226.61,-148.64 -360.44,-234.93 -69.84,-45.22 -93.13,-100.59 -97.6,-187.38 -3.16,-59.34 -4.16,-121.02 -3.32,-184.71l183.37 -37.07z"/>
|
||||
<path class="fil2" d="M12988.35 5917.55c3.47,97.27 2.65,180.57 -2.51,249.9 -4.31,58.36 -45.73,95.43 -102.58,131.66 -120.2,76.32 -237.25,151.63 -350.81,225.96 -15.96,10.48 -23.94,25.11 -23.94,44.22l0 441.93c0,3.82 4.48,5.81 7.32,3.15 42.05,-39.39 96.27,-66.17 136.18,-91.27 302.43,-190.04 607.84,-376.75 916.27,-560.31l165.43 129.85c-56.37,44.24 -97.27,73.99 -122.55,89.45 -357.46,218.81 -722.92,448.57 -1091.19,670.21 -135.16,81.32 -295.28,179.57 -480.01,294.79 -11.12,6.82 -17.79,18.94 -17.79,31.92l0 486.8c0,8.49 -4.31,12.8 -12.78,12.8l-176.4 0c-6.65,0 -9.98,-3.32 -10.15,-9.97 -1.84,-297.43 -2.67,-450.06 -2.82,-457.89 -4.34,-173.9 8.97,-378.41 5.81,-570.94 -0.33,-16.31 -2.33,-43.23 -12.31,-63.52 -24.42,-49.55 -47.52,-89.44 -22.6,-140.32 26.77,-54.38 80.63,-99.42 144.81,-92.6 62.69,6.65 114.56,56.37 123.2,122.69 5.81,45.56 2.68,79.98 -9.47,103.42 -18.11,34.58 -27.1,55.19 -26.77,61.67 4.83,100.59 5.81,189.38 2.99,266.36 -0.16,4.83 1.84,5.82 5.81,3.33l259.54 -161.94c15.14,-9.47 24.11,-26.26 23.77,-44.22 -4.16,-202.02 -4.81,-390.72 -2.17,-565.96 1.19,-79.98 37.6,-143.16 108.91,-189.2 89.62,-58.02 204.67,-129.7 345.5,-214.98 19.11,-11.63 28.61,-29.76 28.25,-54.36 -0.98,-63.02 3.16,-125.2 12.48,-186.55 18.96,-3.33 28.27,-4.33 45.73,5.16 43.91,23.76 88.78,33.42 134.84,28.75z"/>
|
||||
<path class="fil2" d="M9782.47 6377.94c344.33,195.36 683.51,398.69 1017.19,610.18 12.63,7.99 23.61,16.29 33.08,25.11 3.83,3.66 10.33,0.84 10.33,-4.49l-2.51 -267.68c66.68,-6.48 131.52,-23.94 194.52,-52.04l0.17 396.7c0,19.11 8.15,33.58 24.46,43.72l273.66 169.25c4.83,2.99 10.81,-0.5 10.81,-6.15 -2.15,-136.17 -2.99,-219.79 -2.5,-250.9 0.67,-43.38 -25.59,-68.31 -32.73,-102.08 -19.96,-92.44 8.3,-154.12 84.6,-185.21 66.84,-27.1 132.87,6.48 165.95,69.5 27.42,52.19 23.27,104.73 -12.31,157.61 -4.16,6.31 -6.48,13.97 -6.48,21.62l0 1064.57c0,5.48 -4.31,9.81 -9.81,9.81l-177.06 0c-6.99,0 -10.5,-3.49 -10.5,-10.31l0 -486.82c0,-13.13 -6.98,-25.42 -18.27,-32.41 -87.31,-52.21 -179.25,-114.22 -262.71,-163.78 -454.87,-270.33 -910.77,-545.34 -1367.5,-824.99 -32.74,-20.11 -57.52,-39.9 -74.5,-59.68l162.12 -121.53z"/>
|
||||
<path class="fil2" d="M10185.83 7236.51c-53.36,-29.77 -93.26,-49.05 -119.71,-57.86 6.48,83.64 1.32,160.6 -15.47,230.61 -37.74,81.63 -93.1,139.5 -166.1,173.73 -55.69,26.11 -114.87,33.6 -177.22,22.28 -58.69,-10.64 -115.54,-35.08 -170.93,-73.14 6.98,28.75 29.44,54.68 67.51,77.97 191.69,117.53 409,24.11 509.25,-163.27 1.34,-11.81 5.33,-15.79 12.13,-11.96 167.94,97.58 337.2,195.18 507.61,292.62 71.99,-41.07 154.14,-68.16 246.24,-81.15 -183.73,-118.53 -414.83,-255.04 -693.31,-409.83z"/>
|
||||
<path class="fil2" d="M13649.06 7611.44c-117.38,11.15 -215.32,-29.42 -293.95,-122.04 -67.16,-90.29 -90.62,-195.18 -70.49,-314.4 -68.18,23.12 -141.49,59.02 -219.98,107.41 -64.67,39.91 -215.46,128.86 -452.38,266.86 -60.03,34.92 -106.26,69.33 -139.02,103.25 79.32,-0.33 132.2,3.32 158.61,10.79 26.78,7.48 63.37,28.27 109.75,62.2 128.02,-83.97 283.98,-179.23 467.85,-285.64 19.12,-11.14 32.09,-3.67 38.58,22.1 47.21,71.66 94.44,120.21 141.65,145.49 167.44,90.11 309.74,69.5 426.96,-62.02 -66.66,39.73 -122.53,61.85 -167.59,66.01z"/>
|
||||
<path class="fil2" d="M10967.76 7957.09c0,-68.16 -55.36,-123.53 -123.53,-123.53 -68.16,0 -123.55,55.36 -123.55,123.53 0,68.17 55.39,123.53 123.55,123.53 68.16,0 123.53,-55.36 123.53,-123.53zm-88.61 -310.74c86.27,18.46 154.29,59.86 203.65,124.2 143.83,186.71 53.55,455.72 -183.7,499.28 -178.58,32.76 -329.52,-85.96 -359.97,-261.36 -17.46,-101.08 13.8,-194.68 93.78,-280.97 71.99,-41.07 154.14,-68.16 246.24,-81.15z"/>
|
||||
<path class="fil2" d="M12658.47 7954.27c0,-68.67 -55.7,-124.37 -124.36,-124.37 -68.67,0 -124.37,55.7 -124.37,124.37 0,68.67 55.7,124.37 124.37,124.37 68.66,0 124.36,-55.7 124.36,-124.37zm-185.23 -301.78c79.32,-0.33 132.2,3.33 158.61,10.81 26.78,7.49 63.37,28.27 109.75,62.18 80.98,77.97 113.55,175.07 97.43,291.13 -24.77,179.07 -203,286.47 -368.79,249.22 -195.68,-43.89 -287.62,-234.75 -223.62,-421.63 36.75,-107.07 112.24,-170.93 226.61,-191.71z"/>
|
||||
<path class="fil2" d="M14214.58 8554.49c-29.99,41.57 -51.63,63.63 -56.57,107.76 -20.57,187.05 -53.14,349.45 -97.5,486.98 -128.54,398.08 -422.07,648.33 -845.85,679.4 -40.49,2.99 -115.9,-6.65 -226.26,-29.14 -299.94,-60.86 -543.32,-305.52 -689.45,-561.33 -25.5,-44.78 -9.41,-85.28 38.15,-99.2 482.27,-141.84 933.26,-283.67 1342.7,-466.64 108.82,-48.63 236.75,-113.97 383.49,-196.24 65.58,-36.64 122.14,-56.14 157.91,28.07 7.28,17.14 5.14,33.84 -6.63,50.35zm-4950.04 314.09c-14.55,-74.35 -28.91,-150.4 -43.07,-228.19 -4.07,-22.27 -18.2,-52.27 -42.4,-90.19 -29.79,-46.29 38.78,-105.4 78.62,-105.63 51.65,-0.22 171.61,77.99 201.38,92.13 506.06,241.9 1028.63,438.56 1567.66,589.83 36.42,10.31 115.71,64.48 72.43,115.06 -21.86,25.5 -33.01,38.57 -33.66,39.43 -45.63,76.06 -99.2,146.76 -160.68,212.1 -274.66,286.88 -660.96,425.71 -1038.9,267.38 -357.37,-149.98 -538.19,-530.91 -601.4,-891.92zm3101.48 1773.34c-28.29,39.63 -62.76,74.77 -103.7,105.4 -179.53,134.36 -344.51,247.26 -561.11,265.69 -99.85,-10.5 -195.61,-40.94 -287.33,-91.06 -96.84,-52.92 -392.93,-225.61 -392.06,-349.23 0.21,-51.84 25.69,-90.41 76.04,-115.67 48.85,-24.44 115.06,4.9 157.91,30.62 109.27,65.14 194.33,113.76 255.38,146.12 53.79,28.29 113.76,52.92 180.2,73.7 68.98,-10.07 133.68,-31.93 193.9,-65.36 67.05,-37.25 169.68,-95.54 307.64,-174.6 122.77,-70.48 257.53,55.7 173.12,174.4zm2386.75 -3421.77c-1.3,-7.28 -9.87,-10.94 -16.08,-6.65 -8.77,6 -16.7,13.28 -24.2,22.07 -183.62,212.76 -382.21,405.15 -595.82,577.2 -270.16,217.45 -590.47,387.58 -960.92,510.76 -198.17,60.64 -398.28,115.06 -600.54,163.48 -362.93,86.77 -668.24,193.68 -862.57,516.55 -2.36,4.07 -8.16,4.07 -10.49,0 -139.06,-245.53 -385.23,-387.79 -655.59,-460.85 -105.42,-28.49 -278.75,-73.04 -520,-134.12 -403.85,-101.76 -804.51,-263.51 -1157.16,-528.55 -240.82,-181.05 -468.76,-395.72 -683.89,-644.24 -20.77,-24.22 -34.7,-20.79 -41.33,10.49 -148.47,695.88 -120.41,1467.61 133.47,2141.21 130.48,371.07 317.95,714.51 562.41,1030.32 324.59,409.87 720.53,738.95 1187.8,987.7 246.6,137.53 502.83,254.75 768.93,351.59 135.64,49.27 272.12,85.92 409.44,109.91 91.27,-10.94 161.75,-23.37 211.68,-37.49 151.04,-42.64 315.37,-103.49 493.19,-182.13 308.33,-136.68 600.77,-301.66 877.15,-494.91 310.02,-216.6 581.04,-475.62 813.08,-776.86 353.52,-457.66 608.25,-1008.48 700.61,-1580.53 84.41,-522.55 64.06,-1062.04 -29.14,-1574.94z"/>
|
||||
<path class="fil2" d="M9926.75 7361.86c0,-83.69 -67.7,-151.39 -151.39,-151.39 -83.69,0 -151.41,67.7 -151.41,151.39 0,83.71 67.72,151.4 151.41,151.4 83.69,0 151.39,-67.7 151.39,-151.4zm179.73 -109.9c6.85,88.44 1.39,169.87 -16.37,243.88 -39.93,86.35 -98.47,147.55 -175.66,183.76 -58.92,27.6 -121.5,35.53 -187.45,23.55 -62.07,-11.24 -122.21,-37.09 -180.76,-77.36 -113.61,-110.6 -143.68,-241.6 -90.04,-393.01 38.17,-107.61 130.83,-185.34 246.18,-209.78 141.19,-29.72 258.83,16.18 352.91,137.68 12.31,16.01 29.37,46.42 51.19,91.27z"/>
|
||||
<path class="fil2" d="M13696.75 7318.15c0,-81.9 -66.46,-148.36 -148.35,-148.36 -81.89,0 -148.36,66.46 -148.36,148.36 0,81.89 66.47,148.34 148.36,148.34 81.89,0 148.35,-66.45 148.35,-148.34zm76.52 277.95c-69.58,41.47 -127.88,64.54 -174.9,68.89 -122.49,11.63 -224.7,-30.7 -306.73,-127.35 -70.12,-94.21 -94.58,-203.69 -73.58,-328.09 25.51,-59.69 62.97,-110.17 112.77,-151.31 233.72,-193.62 568.58,-10.76 560.26,283.87 -2.6,90.39 -41.81,175.07 -117.81,254.01z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 11 KiB |
|
|
@ -1 +1,38 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0,0,256,256" width="13px" height="13px" fill-rule="nonzero"><defs><linearGradient x1="32" y1="7" x2="32" y2="58" gradientUnits="userSpaceOnUse" id="color-1"><stop offset="0" stop-color="#000000"></stop><stop offset="0.699" stop-color="#000000"></stop></linearGradient><linearGradient x1="32" y1="0.872" x2="32" y2="62.679" gradientUnits="userSpaceOnUse" id="color-2"><stop offset="0" stop-color="#ffffff"></stop><stop offset="1" stop-color="#ffffff"></stop></linearGradient></defs><g transform="translate(-16,-16) scale(1.125,1.125)"><g fill="#000000" fill-rule="nonzero" stroke="#000000" stroke-width="4" stroke-linecap="butt" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" style="mix-blend-mode: normal"><path transform="scale(4,4)" d="M56.96,35.77c0,3.26677 -1.24798,6.23506 -3.30276,8.44932c-1.99429,2.15164 -4.75072,3.59119 -7.86757,3.90222c-0.88208,4.1799 -3.85802,7.55012 -7.70667,9.04414c-1.38917,0.53944 -2.8918,0.83432 -4.45001,0.83432c-0.0005,0 -0.00101,0 -0.00151,0c-0.0005,0 -0.00099,0 -0.00149,0c-3.7,0 -7.13,-1.61 -9.51,-4.44c-0.17355,0.02083 -0.33988,0.03683 -0.50148,0.04886c-0.30513,0.02465 -0.59103,0.03614 -0.87352,0.03614c-3.67218,0 -6.97773,-1.60053 -9.2559,-4.14039c-1.97547,-2.20076 -3.1791,-5.10856 -3.1791,-8.29461c0,-1.35992 0.21997,-2.69984 0.65992,-3.99977c-0.14403,-0.1355 -0.28449,-0.27402 -0.4213,-0.41542c-2.23865,-2.3122 -3.50863,-5.40357 -3.50863,-8.65481c0,-6.09 4.39,-11.24 10.32,-12.25c1.22799,-4.14839 4.4698,-7.27438 8.50115,-8.41707c1.08917,-0.30894 2.23614,-0.47293 3.41685,-0.47293c0.00033,0 0.00067,0 0.001,0c0.00033,0 0.00066,0 0.001,0c0.29833,0 0.59479,0.0104 0.88899,0.031c2.29405,0.16031 4.44707,0.93829 6.27413,2.23974c0.91063,0.64757 1.74044,1.42439 2.4662,2.31841c0.05659,-0.01106 0.11314,-0.02173 0.16963,-0.03201c0.24688,-0.04603 0.49363,-0.08341 0.73963,-0.11274c0.48506,-0.05945 0.96473,-0.08941 1.43643,-0.08941c0.11876,0 0.23715,0.00167 0.35512,0.005c3.5298,0.09951 6.69629,1.67767 8.90078,4.13539c1.97547,2.20076 3.1791,5.10856 3.1791,8.29461c0,0.67861 -0.05738,1.35723 -0.17214,2.03322c-0.06371,0.37884 -0.14508,0.7564 -0.24386,1.13178c1.12918,1.12101 2.02385,2.43767 2.6483,3.87003c0.6764,1.54524 1.0377,3.22623 1.0377,4.94497z" id="strokeMainSVG"></path></g><g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" style="mix-blend-mode: normal"><g transform="scale(4,4)"><path d="M53.27,26.96c0.28,-1.05 0.42,-2.11 0.42,-3.17c0,-6.86 -5.58,-12.43 -12.43,-12.43c-0.77,0 -1.56,0.07 -2.35,0.23c-2.37,-2.92 -5.85,-4.59 -9.63,-4.59c-5.55,0 -10.36,3.62 -11.92,8.89c-5.93,1.01 -10.32,6.16 -10.32,12.25c0,3.45 1.43,6.72 3.93,9.07c-0.44,1.3 -0.66,2.64 -0.66,4c0,6.86 5.58,12.43 12.43,12.43c0.44,0 0.88,-0.02 1.38,-0.08c2.38,2.83 5.81,4.44 9.51,4.44c5.88,0 10.96,-4.19 12.16,-9.88c6.32,-0.63 11.17,-5.91 11.17,-12.35c0,-3.31 -1.34,-6.48 -3.69,-8.81zM38.25,35.88l-6.63,4l-6.5,-4v-7.26l6.63,-3.87l6.63,3.75z" fill="url(#color-1)"></path><path d="M53.274,26.955c0.275,-1.045 0.415,-2.107 0.415,-3.166c0,-6.855 -5.578,-12.434 -12.434,-12.434c-0.766,0 -1.553,0.079 -2.35,0.235c-2.369,-2.925 -5.843,-4.59 -9.627,-4.59c-5.549,0 -10.353,3.622 -11.913,8.891c-5.93,1.012 -10.32,6.163 -10.32,12.254c0,3.448 1.424,6.715 3.93,9.07c-0.44,1.299 -0.664,2.64 -0.664,3.996c0,6.855 5.578,12.434 12.434,12.434c0.433,0 0.874,-0.027 1.38,-0.087c2.376,2.831 5.809,4.442 9.508,4.442c5.875,0 10.96,-4.192 12.152,-9.878c6.327,-0.629 11.17,-5.908 11.17,-12.355c0.001,-3.304 -1.333,-6.481 -3.681,-8.812zM51.689,23.789c0,0.646 -0.07,1.293 -0.193,1.937l-12.293,-7.185l-13.146,7.991v-4.91l12.814,-7.972c0.813,-0.191 1.615,-0.295 2.383,-0.295c5.754,0 10.435,4.681 10.435,10.434zM37.397,35.171l-5.563,3.316l-5.776,-3.303v-6.311l5.465,-3.322l-0.031,0.052l5.905,3.48zM29.278,9c2.997,0 5.755,1.251 7.728,3.457l-12.948,8.054v13.529l-4.898,-2.801v-14.317c1.159,-4.668 5.302,-7.922 10.118,-7.922zM9.044,28.145c0,-4.923 3.419,-9.109 8.116,-10.169v14.424l12.701,7.264l-5.227,3.115l-11.897,-6.674c-2.345,-1.998 -3.693,-4.894 -3.693,-7.96zM12.311,41.211c0,-0.955 0.138,-1.902 0.4,-2.828l11.954,6.706l12.732,-7.588v6.27l-13.172,7.754c-0.57,0.078 -1.043,0.12 -1.48,0.12c-5.753,0 -10.434,-4.681 -10.434,-10.434zM33.633,56c-2.886,0 -5.578,-1.175 -7.546,-3.252l13.31,-7.835v-14.652l4.539,2.675v14.154c-0.744,5.083 -5.163,8.91 -10.303,8.91zM45.936,46.091v-14.298l-6.539,-3.853v-0.068h-0.115l-5.879,-3.465l5.821,-3.538l12.309,7.195c2.174,1.981 3.422,4.782 3.422,7.703c0.001,5.288 -3.885,9.639 -9.019,10.324z" fill="url(#color-2)"></path></g></g></g></svg>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Creator: CorelDRAW -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="13px" height="13px" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
|
||||
viewBox="8300 5150 6800 6800"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
.fil0 {fill:#091423}
|
||||
.fil1 {fill:transparent;fill-rule:nonzero}
|
||||
.fil2 {fill:#091423;fill-rule:nonzero}
|
||||
]]>
|
||||
</style>
|
||||
</defs>
|
||||
<g id="Layer_x0020_1">
|
||||
<metadata id="CorelCorpID_0Corel-Layer"/>
|
||||
<g id="_1795317850640">
|
||||
<path class="fil1" d="M15657.84 8267.42c0,2190 -1775.34,3965.34 -3965.35,3965.34 -2190,0 -3965.35,-1775.34 -3965.35,-3965.34 0,-2190.01 1775.35,-3965.35 3965.35,-3965.35 2190.01,0 3965.35,1775.34 3965.35,3965.35z"/>
|
||||
<path class="fil2" d="M11910.24 5583.59c-15.56,-121.43 -131.46,-206.72 -258.74,-190.45 -127.27,16.33 -217.86,128.04 -202.36,249.53 15.58,121.43 131.46,206.72 258.72,190.47 127.28,-16.35 217.9,-128.06 202.37,-249.55zm340.89 109.84c-119.2,142.66 -286.14,284.32 -463.86,323.06 -286.64,62.5 -531.04,-139.67 -701.79,-354.15 -14.8,-13.8 -25.11,-30.09 -30.92,-48.71 -1.67,-5.31 -0.84,-10.31 2.64,-14.8 96.6,-128 208.67,-231.59 336.36,-310.89 360.46,-223.47 696.3,37.24 908.29,320.56 4,5.14 4,12.46 0,17.77l-50.72 67.18z"/>
|
||||
<path class="fil2" d="M10376.06 5731.01c64.63,-0.5 116.7,-55.34 116.19,-122.52 -0.5,-67.18 -53.19,-121.38 -117.9,-120.88 -64.66,0.5 -116.7,55.36 -116.2,122.53 0.51,67.18 53.21,121.37 117.91,120.87zm282.1 1.99c-25.74,59.19 -64,107.09 -114.87,143.83l-183.37 37.07c-37.74,-2.98 -79.81,-14.62 -126.37,-35.08 -34.42,-15.12 -61.68,-34.58 -82.13,-58.69 -84.14,-99.42 -101.09,-210.99 -51.06,-334.83 44.08,-93.63 116.9,-150.98 218.31,-172.1 233.76,-48.54 425.64,206.16 339.5,419.8z"/>
|
||||
<path class="fil2" d="M12988.29 5734.5c64.06,-0.67 115.43,-55.7 114.76,-122.75 -0.65,-67.13 -53.21,-120.98 -117.33,-120.31 -64.06,0.67 -115.45,55.69 -114.76,122.75 0.67,67.12 53.19,120.98 117.33,120.31zm286.17 -216.97c38.43,123.03 16.64,225.94 -65.49,308.74 -54.03,54.71 -127.69,85.14 -220.63,91.28 -46.08,4.67 -90.96,-5 -134.84,-28.75 -17.46,-9.49 -26.76,-8.49 -45.73,-5.16 -0.5,-8.49 -5.14,-16.96 -13.63,-25.28 -58.19,-56.68 -93.61,-123.86 -106.07,-201.5 -25.78,-379.41 439.92,-475.2 586.39,-139.34z"/>
|
||||
<path class="fil2" d="M9535.88 6313.78c72.2,-8.66 123.4,-76.01 114.47,-150.17 -9.03,-74.14 -74.87,-127.33 -146.99,-118.55 -72.2,8.67 -123.42,76 -114.47,150.18 9.01,74.13 74.85,127.34 146.99,118.54zm246.59 64.17l-162.1 121.54c-17.46,0.48 -35.73,2.15 -54.53,4.64 -233.78,31.93 -416.82,-194.87 -352.14,-416.15 48.38,-165.76 225.79,-263.53 388.38,-215.65 193.54,57.04 288.63,274.18 197.21,464.05 -6.83,14.28 -12.48,28.08 -16.81,41.57z"/>
|
||||
<path class="fil2" d="M13937.31 6087.54c-49.33,-53.6 -133.78,-56.26 -188.73,-5.8 -54.95,50.46 -59.45,134.92 -10.03,188.55 49.33,53.6 133.8,56.26 188.74,5.8 54.95,-50.45 59.43,-134.92 10.01,-188.56zm-203.62 405.12l-165.43 -129.85c-78.32,-150.64 -60.36,-329.2 73.98,-435.28 205.18,-161.94 516.76,-1.82 514.44,253.23 -0.52,43.55 -11.98,88.11 -34.44,133.83 -75.98,154.29 -205.49,213.65 -388.55,178.06z"/>
|
||||
<path class="fil2" d="M10543.28 5876.83l14.14 208.32c0.98,14.3 8.32,27.43 20.13,35.59 115.04,79.48 238.9,144.31 352.96,224.96 74.17,52.35 102.93,100.93 105.09,199.34 1.01,48.72 0.84,96.6 -0.52,143.98 -63,28.1 -127.84,45.56 -194.52,52.04l-0.33 -184.87c0,-14.3 -7.13,-27.44 -18.95,-35.25 -106.42,-70.32 -226.61,-148.64 -360.44,-234.93 -69.84,-45.22 -93.13,-100.59 -97.6,-187.38 -3.16,-59.34 -4.16,-121.02 -3.32,-184.71l183.37 -37.07z"/>
|
||||
<path class="fil2" d="M12988.35 5917.55c3.47,97.27 2.65,180.57 -2.51,249.9 -4.31,58.36 -45.73,95.43 -102.58,131.66 -120.2,76.32 -237.25,151.63 -350.81,225.96 -15.96,10.48 -23.94,25.11 -23.94,44.22l0 441.93c0,3.82 4.48,5.81 7.32,3.15 42.05,-39.39 96.27,-66.17 136.18,-91.27 302.43,-190.04 607.84,-376.75 916.27,-560.31l165.43 129.85c-56.37,44.24 -97.27,73.99 -122.55,89.45 -357.46,218.81 -722.92,448.57 -1091.19,670.21 -135.16,81.32 -295.28,179.57 -480.01,294.79 -11.12,6.82 -17.79,18.94 -17.79,31.92l0 486.8c0,8.49 -4.31,12.8 -12.78,12.8l-176.4 0c-6.65,0 -9.98,-3.32 -10.15,-9.97 -1.84,-297.43 -2.67,-450.06 -2.82,-457.89 -4.34,-173.9 8.97,-378.41 5.81,-570.94 -0.33,-16.31 -2.33,-43.23 -12.31,-63.52 -24.42,-49.55 -47.52,-89.44 -22.6,-140.32 26.77,-54.38 80.63,-99.42 144.81,-92.6 62.69,6.65 114.56,56.37 123.2,122.69 5.81,45.56 2.68,79.98 -9.47,103.42 -18.11,34.58 -27.1,55.19 -26.77,61.67 4.83,100.59 5.81,189.38 2.99,266.36 -0.16,4.83 1.84,5.82 5.81,3.33l259.54 -161.94c15.14,-9.47 24.11,-26.26 23.77,-44.22 -4.16,-202.02 -4.81,-390.72 -2.17,-565.96 1.19,-79.98 37.6,-143.16 108.91,-189.2 89.62,-58.02 204.67,-129.7 345.5,-214.98 19.11,-11.63 28.61,-29.76 28.25,-54.36 -0.98,-63.02 3.16,-125.2 12.48,-186.55 18.96,-3.33 28.27,-4.33 45.73,5.16 43.91,23.76 88.78,33.42 134.84,28.75z"/>
|
||||
<path class="fil2" d="M9782.47 6377.94c344.33,195.36 683.51,398.69 1017.19,610.18 12.63,7.99 23.61,16.29 33.08,25.11 3.83,3.66 10.33,0.84 10.33,-4.49l-2.51 -267.68c66.68,-6.48 131.52,-23.94 194.52,-52.04l0.17 396.7c0,19.11 8.15,33.58 24.46,43.72l273.66 169.25c4.83,2.99 10.81,-0.5 10.81,-6.15 -2.15,-136.17 -2.99,-219.79 -2.5,-250.9 0.67,-43.38 -25.59,-68.31 -32.73,-102.08 -19.96,-92.44 8.3,-154.12 84.6,-185.21 66.84,-27.1 132.87,6.48 165.95,69.5 27.42,52.19 23.27,104.73 -12.31,157.61 -4.16,6.31 -6.48,13.97 -6.48,21.62l0 1064.57c0,5.48 -4.31,9.81 -9.81,9.81l-177.06 0c-6.99,0 -10.5,-3.49 -10.5,-10.31l0 -486.82c0,-13.13 -6.98,-25.42 -18.27,-32.41 -87.31,-52.21 -179.25,-114.22 -262.71,-163.78 -454.87,-270.33 -910.77,-545.34 -1367.5,-824.99 -32.74,-20.11 -57.52,-39.9 -74.5,-59.68l162.12 -121.53z"/>
|
||||
<path class="fil2" d="M10185.83 7236.51c-53.36,-29.77 -93.26,-49.05 -119.71,-57.86 6.48,83.64 1.32,160.6 -15.47,230.61 -37.74,81.63 -93.1,139.5 -166.1,173.73 -55.69,26.11 -114.87,33.6 -177.22,22.28 -58.69,-10.64 -115.54,-35.08 -170.93,-73.14 6.98,28.75 29.44,54.68 67.51,77.97 191.69,117.53 409,24.11 509.25,-163.27 1.34,-11.81 5.33,-15.79 12.13,-11.96 167.94,97.58 337.2,195.18 507.61,292.62 71.99,-41.07 154.14,-68.16 246.24,-81.15 -183.73,-118.53 -414.83,-255.04 -693.31,-409.83z"/>
|
||||
<path class="fil2" d="M13649.06 7611.44c-117.38,11.15 -215.32,-29.42 -293.95,-122.04 -67.16,-90.29 -90.62,-195.18 -70.49,-314.4 -68.18,23.12 -141.49,59.02 -219.98,107.41 -64.67,39.91 -215.46,128.86 -452.38,266.86 -60.03,34.92 -106.26,69.33 -139.02,103.25 79.32,-0.33 132.2,3.32 158.61,10.79 26.78,7.48 63.37,28.27 109.75,62.2 128.02,-83.97 283.98,-179.23 467.85,-285.64 19.12,-11.14 32.09,-3.67 38.58,22.1 47.21,71.66 94.44,120.21 141.65,145.49 167.44,90.11 309.74,69.5 426.96,-62.02 -66.66,39.73 -122.53,61.85 -167.59,66.01z"/>
|
||||
<path class="fil2" d="M10967.76 7957.09c0,-68.16 -55.36,-123.53 -123.53,-123.53 -68.16,0 -123.55,55.36 -123.55,123.53 0,68.17 55.39,123.53 123.55,123.53 68.16,0 123.53,-55.36 123.53,-123.53zm-88.61 -310.74c86.27,18.46 154.29,59.86 203.65,124.2 143.83,186.71 53.55,455.72 -183.7,499.28 -178.58,32.76 -329.52,-85.96 -359.97,-261.36 -17.46,-101.08 13.8,-194.68 93.78,-280.97 71.99,-41.07 154.14,-68.16 246.24,-81.15z"/>
|
||||
<path class="fil2" d="M12658.47 7954.27c0,-68.67 -55.7,-124.37 -124.36,-124.37 -68.67,0 -124.37,55.7 -124.37,124.37 0,68.67 55.7,124.37 124.37,124.37 68.66,0 124.36,-55.7 124.36,-124.37zm-185.23 -301.78c79.32,-0.33 132.2,3.33 158.61,10.81 26.78,7.49 63.37,28.27 109.75,62.18 80.98,77.97 113.55,175.07 97.43,291.13 -24.77,179.07 -203,286.47 -368.79,249.22 -195.68,-43.89 -287.62,-234.75 -223.62,-421.63 36.75,-107.07 112.24,-170.93 226.61,-191.71z"/>
|
||||
<path class="fil2" d="M14214.58 8554.49c-29.99,41.57 -51.63,63.63 -56.57,107.76 -20.57,187.05 -53.14,349.45 -97.5,486.98 -128.54,398.08 -422.07,648.33 -845.85,679.4 -40.49,2.99 -115.9,-6.65 -226.26,-29.14 -299.94,-60.86 -543.32,-305.52 -689.45,-561.33 -25.5,-44.78 -9.41,-85.28 38.15,-99.2 482.27,-141.84 933.26,-283.67 1342.7,-466.64 108.82,-48.63 236.75,-113.97 383.49,-196.24 65.58,-36.64 122.14,-56.14 157.91,28.07 7.28,17.14 5.14,33.84 -6.63,50.35zm-4950.04 314.09c-14.55,-74.35 -28.91,-150.4 -43.07,-228.19 -4.07,-22.27 -18.2,-52.27 -42.4,-90.19 -29.79,-46.29 38.78,-105.4 78.62,-105.63 51.65,-0.22 171.61,77.99 201.38,92.13 506.06,241.9 1028.63,438.56 1567.66,589.83 36.42,10.31 115.71,64.48 72.43,115.06 -21.86,25.5 -33.01,38.57 -33.66,39.43 -45.63,76.06 -99.2,146.76 -160.68,212.1 -274.66,286.88 -660.96,425.71 -1038.9,267.38 -357.37,-149.98 -538.19,-530.91 -601.4,-891.92zm3101.48 1773.34c-28.29,39.63 -62.76,74.77 -103.7,105.4 -179.53,134.36 -344.51,247.26 -561.11,265.69 -99.85,-10.5 -195.61,-40.94 -287.33,-91.06 -96.84,-52.92 -392.93,-225.61 -392.06,-349.23 0.21,-51.84 25.69,-90.41 76.04,-115.67 48.85,-24.44 115.06,4.9 157.91,30.62 109.27,65.14 194.33,113.76 255.38,146.12 53.79,28.29 113.76,52.92 180.2,73.7 68.98,-10.07 133.68,-31.93 193.9,-65.36 67.05,-37.25 169.68,-95.54 307.64,-174.6 122.77,-70.48 257.53,55.7 173.12,174.4zm2386.75 -3421.77c-1.3,-7.28 -9.87,-10.94 -16.08,-6.65 -8.77,6 -16.7,13.28 -24.2,22.07 -183.62,212.76 -382.21,405.15 -595.82,577.2 -270.16,217.45 -590.47,387.58 -960.92,510.76 -198.17,60.64 -398.28,115.06 -600.54,163.48 -362.93,86.77 -668.24,193.68 -862.57,516.55 -2.36,4.07 -8.16,4.07 -10.49,0 -139.06,-245.53 -385.23,-387.79 -655.59,-460.85 -105.42,-28.49 -278.75,-73.04 -520,-134.12 -403.85,-101.76 -804.51,-263.51 -1157.16,-528.55 -240.82,-181.05 -468.76,-395.72 -683.89,-644.24 -20.77,-24.22 -34.7,-20.79 -41.33,10.49 -148.47,695.88 -120.41,1467.61 133.47,2141.21 130.48,371.07 317.95,714.51 562.41,1030.32 324.59,409.87 720.53,738.95 1187.8,987.7 246.6,137.53 502.83,254.75 768.93,351.59 135.64,49.27 272.12,85.92 409.44,109.91 91.27,-10.94 161.75,-23.37 211.68,-37.49 151.04,-42.64 315.37,-103.49 493.19,-182.13 308.33,-136.68 600.77,-301.66 877.15,-494.91 310.02,-216.6 581.04,-475.62 813.08,-776.86 353.52,-457.66 608.25,-1008.48 700.61,-1580.53 84.41,-522.55 64.06,-1062.04 -29.14,-1574.94z"/>
|
||||
<path class="fil2" d="M9926.75 7361.86c0,-83.69 -67.7,-151.39 -151.39,-151.39 -83.69,0 -151.41,67.7 -151.41,151.39 0,83.71 67.72,151.4 151.41,151.4 83.69,0 151.39,-67.7 151.39,-151.4zm179.73 -109.9c6.85,88.44 1.39,169.87 -16.37,243.88 -39.93,86.35 -98.47,147.55 -175.66,183.76 -58.92,27.6 -121.5,35.53 -187.45,23.55 -62.07,-11.24 -122.21,-37.09 -180.76,-77.36 -113.61,-110.6 -143.68,-241.6 -90.04,-393.01 38.17,-107.61 130.83,-185.34 246.18,-209.78 141.19,-29.72 258.83,16.18 352.91,137.68 12.31,16.01 29.37,46.42 51.19,91.27z"/>
|
||||
<path class="fil2" d="M13696.75 7318.15c0,-81.9 -66.46,-148.36 -148.35,-148.36 -81.89,0 -148.36,66.46 -148.36,148.36 0,81.89 66.47,148.34 148.36,148.34 81.89,0 148.35,-66.45 148.35,-148.34zm76.52 277.95c-69.58,41.47 -127.88,64.54 -174.9,68.89 -122.49,11.63 -224.7,-30.7 -306.73,-127.35 -70.12,-94.21 -94.58,-203.69 -73.58,-328.09 25.51,-59.69 62.97,-110.17 112.77,-151.31 233.72,-193.62 568.58,-10.76 560.26,283.87 -2.6,90.39 -41.81,175.07 -117.81,254.01z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 11 KiB |
|
|
@ -1 +1,38 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0,0,256,256" width="13px" height="13px" fill-rule="nonzero"><defs><linearGradient x1="32" y1="7" x2="32" y2="58" gradientUnits="userSpaceOnUse" id="color-1"><stop offset="0" stop-color="#ffffff"></stop><stop offset="0.699" stop-color="#ffffff"></stop></linearGradient><linearGradient x1="32" y1="0.872" x2="32" y2="62.679" gradientUnits="userSpaceOnUse" id="color-2"><stop offset="0" stop-color="#000000"></stop><stop offset="1" stop-color="#000000"></stop></linearGradient></defs><g transform="translate(-16,-16) scale(1.125,1.125)"><g fill="#ffffff" fill-rule="nonzero" stroke="#ffffff" stroke-width="4" stroke-linecap="butt" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" style="mix-blend-mode: normal"><path transform="scale(4,4)" d="M56.96,35.77c0,3.26677 -1.24798,6.23506 -3.30276,8.44932c-1.99429,2.15164 -4.75072,3.59119 -7.86757,3.90222c-0.88208,4.1799 -3.85802,7.55012 -7.70667,9.04414c-1.38917,0.53944 -2.8918,0.83432 -4.45001,0.83432c-0.0005,0 -0.00101,0 -0.00151,0c-0.0005,0 -0.00099,0 -0.00149,0c-3.7,0 -7.13,-1.61 -9.51,-4.44c-0.17355,0.02083 -0.33988,0.03683 -0.50148,0.04886c-0.30513,0.02465 -0.59103,0.03614 -0.87352,0.03614c-3.67218,0 -6.97773,-1.60053 -9.2559,-4.14039c-1.97547,-2.20076 -3.1791,-5.10856 -3.1791,-8.29461c0,-1.35992 0.21997,-2.69984 0.65992,-3.99977c-0.14403,-0.1355 -0.28449,-0.27402 -0.4213,-0.41542c-2.23865,-2.3122 -3.50863,-5.40357 -3.50863,-8.65481c0,-6.09 4.39,-11.24 10.32,-12.25c1.22799,-4.14839 4.4698,-7.27438 8.50115,-8.41707c1.08917,-0.30894 2.23614,-0.47293 3.41685,-0.47293c0.00033,0 0.00067,0 0.001,0c0.00033,0 0.00066,0 0.001,0c0.29833,0 0.59479,0.0104 0.88899,0.031c2.29405,0.16031 4.44707,0.93829 6.27413,2.23974c0.91063,0.64757 1.74044,1.42439 2.4662,2.31841c0.05659,-0.01106 0.11314,-0.02173 0.16963,-0.03201c0.24688,-0.04603 0.49363,-0.08341 0.73963,-0.11274c0.48506,-0.05945 0.96473,-0.08941 1.43643,-0.08941c0.11876,0 0.23715,0.00167 0.35512,0.005c3.5298,0.09951 6.69629,1.67767 8.90078,4.13539c1.97547,2.20076 3.1791,5.10856 3.1791,8.29461c0,0.67861 -0.05738,1.35723 -0.17214,2.03322c-0.06371,0.37884 -0.14508,0.7564 -0.24386,1.13178c1.12918,1.12101 2.02385,2.43767 2.6483,3.87003c0.6764,1.54524 1.0377,3.22623 1.0377,4.94497z" id="strokeMainSVG"></path></g><g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" style="mix-blend-mode: normal"><g transform="scale(4,4)"><path d="M53.27,26.96c0.28,-1.05 0.42,-2.11 0.42,-3.17c0,-6.86 -5.58,-12.43 -12.43,-12.43c-0.77,0 -1.56,0.07 -2.35,0.23c-2.37,-2.92 -5.85,-4.59 -9.63,-4.59c-5.55,0 -10.36,3.62 -11.92,8.89c-5.93,1.01 -10.32,6.16 -10.32,12.25c0,3.45 1.43,6.72 3.93,9.07c-0.44,1.3 -0.66,2.64 -0.66,4c0,6.86 5.58,12.43 12.43,12.43c0.44,0 0.88,-0.02 1.38,-0.08c2.38,2.83 5.81,4.44 9.51,4.44c5.88,0 10.96,-4.19 12.16,-9.88c6.32,-0.63 11.17,-5.91 11.17,-12.35c0,-3.31 -1.34,-6.48 -3.69,-8.81zM38.25,35.88l-6.63,4l-6.5,-4v-7.26l6.63,-3.87l6.63,3.75z" fill="url(#color-1)"></path><path d="M53.274,26.955c0.275,-1.045 0.415,-2.107 0.415,-3.166c0,-6.855 -5.578,-12.434 -12.434,-12.434c-0.766,0 -1.553,0.079 -2.35,0.235c-2.369,-2.925 -5.843,-4.59 -9.627,-4.59c-5.549,0 -10.353,3.622 -11.913,8.891c-5.93,1.012 -10.32,6.163 -10.32,12.254c0,3.448 1.424,6.715 3.93,9.07c-0.44,1.299 -0.664,2.64 -0.664,3.996c0,6.855 5.578,12.434 12.434,12.434c0.433,0 0.874,-0.027 1.38,-0.087c2.376,2.831 5.809,4.442 9.508,4.442c5.875,0 10.96,-4.192 12.152,-9.878c6.327,-0.629 11.17,-5.908 11.17,-12.355c0.001,-3.304 -1.333,-6.481 -3.681,-8.812zM51.689,23.789c0,0.646 -0.07,1.293 -0.193,1.937l-12.293,-7.185l-13.146,7.991v-4.91l12.814,-7.972c0.813,-0.191 1.615,-0.295 2.383,-0.295c5.754,0 10.435,4.681 10.435,10.434zM37.397,35.171l-5.563,3.316l-5.776,-3.303v-6.311l5.465,-3.322l-0.031,0.052l5.905,3.48zM29.278,9c2.997,0 5.755,1.251 7.728,3.457l-12.948,8.054v13.529l-4.898,-2.801v-14.317c1.159,-4.668 5.302,-7.922 10.118,-7.922zM9.044,28.145c0,-4.923 3.419,-9.109 8.116,-10.169v14.424l12.701,7.264l-5.227,3.115l-11.897,-6.674c-2.345,-1.998 -3.693,-4.894 -3.693,-7.96zM12.311,41.211c0,-0.955 0.138,-1.902 0.4,-2.828l11.954,6.706l12.732,-7.588v6.27l-13.172,7.754c-0.57,0.078 -1.043,0.12 -1.48,0.12c-5.753,0 -10.434,-4.681 -10.434,-10.434zM33.633,56c-2.886,0 -5.578,-1.175 -7.546,-3.252l13.31,-7.835v-14.652l4.539,2.675v14.154c-0.744,5.083 -5.163,8.91 -10.303,8.91zM45.936,46.091v-14.298l-6.539,-3.853v-0.068h-0.115l-5.879,-3.465l5.821,-3.538l12.309,7.195c2.174,1.981 3.422,4.782 3.422,7.703c0.001,5.288 -3.885,9.639 -9.019,10.324z" fill="url(#color-2)"></path></g></g></g></svg>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Creator: CorelDRAW -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="13px" height="13px" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
|
||||
viewBox="8300 5150 6800 6800"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
.fil0 {fill:white}
|
||||
.fil2 {fill:white;fill-rule:nonzero}
|
||||
.fil1 {fill:transparent;fill-rule:nonzero}
|
||||
]]>
|
||||
</style>
|
||||
</defs>
|
||||
<g id="Layer_x0020_1">
|
||||
<metadata id="CorelCorpID_0Corel-Layer"/>
|
||||
<g id="_1795322293696">
|
||||
<path class="fil1" d="M15657.84 8267.42c0,2190 -1775.34,3965.34 -3965.35,3965.34 -2190,0 -3965.35,-1775.34 -3965.35,-3965.34 0,-2190.01 1775.35,-3965.35 3965.35,-3965.35 2190.01,0 3965.35,1775.34 3965.35,3965.35z"/>
|
||||
<path class="fil2" d="M11910.24 5583.59c-15.56,-121.43 -131.46,-206.72 -258.74,-190.45 -127.27,16.33 -217.86,128.04 -202.36,249.53 15.58,121.43 131.46,206.72 258.72,190.47 127.28,-16.35 217.9,-128.06 202.37,-249.55zm340.89 109.84c-119.2,142.66 -286.14,284.32 -463.86,323.06 -286.64,62.5 -531.04,-139.67 -701.79,-354.15 -14.8,-13.8 -25.11,-30.09 -30.92,-48.71 -1.67,-5.31 -0.84,-10.31 2.64,-14.8 96.6,-128 208.67,-231.59 336.36,-310.89 360.46,-223.47 696.3,37.24 908.29,320.56 4,5.14 4,12.46 0,17.77l-50.72 67.18z"/>
|
||||
<path class="fil2" d="M10376.06 5731.01c64.63,-0.5 116.7,-55.34 116.19,-122.52 -0.5,-67.18 -53.19,-121.38 -117.9,-120.88 -64.66,0.5 -116.7,55.36 -116.2,122.53 0.51,67.18 53.21,121.37 117.91,120.87zm282.1 1.99c-25.74,59.19 -64,107.09 -114.87,143.83l-183.37 37.07c-37.74,-2.98 -79.81,-14.62 -126.37,-35.08 -34.42,-15.12 -61.68,-34.58 -82.13,-58.69 -84.14,-99.42 -101.09,-210.99 -51.06,-334.83 44.08,-93.63 116.9,-150.98 218.31,-172.1 233.76,-48.54 425.64,206.16 339.5,419.8z"/>
|
||||
<path class="fil2" d="M12988.29 5734.5c64.06,-0.67 115.43,-55.7 114.76,-122.75 -0.65,-67.13 -53.21,-120.98 -117.33,-120.31 -64.06,0.67 -115.45,55.69 -114.76,122.75 0.67,67.12 53.19,120.98 117.33,120.31zm286.17 -216.97c38.43,123.03 16.64,225.94 -65.49,308.74 -54.03,54.71 -127.69,85.14 -220.63,91.28 -46.08,4.67 -90.96,-5 -134.84,-28.75 -17.46,-9.49 -26.76,-8.49 -45.73,-5.16 -0.5,-8.49 -5.14,-16.96 -13.63,-25.28 -58.19,-56.68 -93.61,-123.86 -106.07,-201.5 -25.78,-379.41 439.92,-475.2 586.39,-139.34z"/>
|
||||
<path class="fil2" d="M9535.88 6313.78c72.2,-8.66 123.4,-76.01 114.47,-150.17 -9.03,-74.14 -74.87,-127.33 -146.99,-118.55 -72.2,8.67 -123.42,76 -114.47,150.18 9.01,74.13 74.85,127.34 146.99,118.54zm246.59 64.17l-162.1 121.54c-17.46,0.48 -35.73,2.15 -54.53,4.64 -233.78,31.93 -416.82,-194.87 -352.14,-416.15 48.38,-165.76 225.79,-263.53 388.38,-215.65 193.54,57.04 288.63,274.18 197.21,464.05 -6.83,14.28 -12.48,28.08 -16.81,41.57z"/>
|
||||
<path class="fil2" d="M13937.31 6087.54c-49.33,-53.6 -133.78,-56.26 -188.73,-5.8 -54.95,50.46 -59.45,134.92 -10.03,188.55 49.33,53.6 133.8,56.26 188.74,5.8 54.95,-50.45 59.43,-134.92 10.01,-188.56zm-203.62 405.12l-165.43 -129.85c-78.32,-150.64 -60.36,-329.2 73.98,-435.28 205.18,-161.94 516.76,-1.82 514.44,253.23 -0.52,43.55 -11.98,88.11 -34.44,133.83 -75.98,154.29 -205.49,213.65 -388.55,178.06z"/>
|
||||
<path class="fil2" d="M10543.28 5876.83l14.14 208.32c0.98,14.3 8.32,27.43 20.13,35.59 115.04,79.48 238.9,144.31 352.96,224.96 74.17,52.35 102.93,100.93 105.09,199.34 1.01,48.72 0.84,96.6 -0.52,143.98 -63,28.1 -127.84,45.56 -194.52,52.04l-0.33 -184.87c0,-14.3 -7.13,-27.44 -18.95,-35.25 -106.42,-70.32 -226.61,-148.64 -360.44,-234.93 -69.84,-45.22 -93.13,-100.59 -97.6,-187.38 -3.16,-59.34 -4.16,-121.02 -3.32,-184.71l183.37 -37.07z"/>
|
||||
<path class="fil2" d="M12988.35 5917.55c3.47,97.27 2.65,180.57 -2.51,249.9 -4.31,58.36 -45.73,95.43 -102.58,131.66 -120.2,76.32 -237.25,151.63 -350.81,225.96 -15.96,10.48 -23.94,25.11 -23.94,44.22l0 441.93c0,3.82 4.48,5.81 7.32,3.15 42.05,-39.39 96.27,-66.17 136.18,-91.27 302.43,-190.04 607.84,-376.75 916.27,-560.31l165.43 129.85c-56.37,44.24 -97.27,73.99 -122.55,89.45 -357.46,218.81 -722.92,448.57 -1091.19,670.21 -135.16,81.32 -295.28,179.57 -480.01,294.79 -11.12,6.82 -17.79,18.94 -17.79,31.92l0 486.8c0,8.49 -4.31,12.8 -12.78,12.8l-176.4 0c-6.65,0 -9.98,-3.32 -10.15,-9.97 -1.84,-297.43 -2.67,-450.06 -2.82,-457.89 -4.34,-173.9 8.97,-378.41 5.81,-570.94 -0.33,-16.31 -2.33,-43.23 -12.31,-63.52 -24.42,-49.55 -47.52,-89.44 -22.6,-140.32 26.77,-54.38 80.63,-99.42 144.81,-92.6 62.69,6.65 114.56,56.37 123.2,122.69 5.81,45.56 2.68,79.98 -9.47,103.42 -18.11,34.58 -27.1,55.19 -26.77,61.67 4.83,100.59 5.81,189.38 2.99,266.36 -0.16,4.83 1.84,5.82 5.81,3.33l259.54 -161.94c15.14,-9.47 24.11,-26.26 23.77,-44.22 -4.16,-202.02 -4.81,-390.72 -2.17,-565.96 1.19,-79.98 37.6,-143.16 108.91,-189.2 89.62,-58.02 204.67,-129.7 345.5,-214.98 19.11,-11.63 28.61,-29.76 28.25,-54.36 -0.98,-63.02 3.16,-125.2 12.48,-186.55 18.96,-3.33 28.27,-4.33 45.73,5.16 43.91,23.76 88.78,33.42 134.84,28.75z"/>
|
||||
<path class="fil2" d="M9782.47 6377.94c344.33,195.36 683.51,398.69 1017.19,610.18 12.63,7.99 23.61,16.29 33.08,25.11 3.83,3.66 10.33,0.84 10.33,-4.49l-2.51 -267.68c66.68,-6.48 131.52,-23.94 194.52,-52.04l0.17 396.7c0,19.11 8.15,33.58 24.46,43.72l273.66 169.25c4.83,2.99 10.81,-0.5 10.81,-6.15 -2.15,-136.17 -2.99,-219.79 -2.5,-250.9 0.67,-43.38 -25.59,-68.31 -32.73,-102.08 -19.96,-92.44 8.3,-154.12 84.6,-185.21 66.84,-27.1 132.87,6.48 165.95,69.5 27.42,52.19 23.27,104.73 -12.31,157.61 -4.16,6.31 -6.48,13.97 -6.48,21.62l0 1064.57c0,5.48 -4.31,9.81 -9.81,9.81l-177.06 0c-6.99,0 -10.5,-3.49 -10.5,-10.31l0 -486.82c0,-13.13 -6.98,-25.42 -18.27,-32.41 -87.31,-52.21 -179.25,-114.22 -262.71,-163.78 -454.87,-270.33 -910.77,-545.34 -1367.5,-824.99 -32.74,-20.11 -57.52,-39.9 -74.5,-59.68l162.12 -121.53z"/>
|
||||
<path class="fil2" d="M10185.83 7236.51c-53.36,-29.77 -93.26,-49.05 -119.71,-57.86 6.48,83.64 1.32,160.6 -15.47,230.61 -37.74,81.63 -93.1,139.5 -166.1,173.73 -55.69,26.11 -114.87,33.6 -177.22,22.28 -58.69,-10.64 -115.54,-35.08 -170.93,-73.14 6.98,28.75 29.44,54.68 67.51,77.97 191.69,117.53 409,24.11 509.25,-163.27 1.34,-11.81 5.33,-15.79 12.13,-11.96 167.94,97.58 337.2,195.18 507.61,292.62 71.99,-41.07 154.14,-68.16 246.24,-81.15 -183.73,-118.53 -414.83,-255.04 -693.31,-409.83z"/>
|
||||
<path class="fil2" d="M13649.06 7611.44c-117.38,11.15 -215.32,-29.42 -293.95,-122.04 -67.16,-90.29 -90.62,-195.18 -70.49,-314.4 -68.18,23.12 -141.49,59.02 -219.98,107.41 -64.67,39.91 -215.46,128.86 -452.38,266.86 -60.03,34.92 -106.26,69.33 -139.02,103.25 79.32,-0.33 132.2,3.32 158.61,10.79 26.78,7.48 63.37,28.27 109.75,62.2 128.02,-83.97 283.98,-179.23 467.85,-285.64 19.12,-11.14 32.09,-3.67 38.58,22.1 47.21,71.66 94.44,120.21 141.65,145.49 167.44,90.11 309.74,69.5 426.96,-62.02 -66.66,39.73 -122.53,61.85 -167.59,66.01z"/>
|
||||
<path class="fil2" d="M10967.76 7957.09c0,-68.16 -55.36,-123.53 -123.53,-123.53 -68.16,0 -123.55,55.36 -123.55,123.53 0,68.17 55.39,123.53 123.55,123.53 68.16,0 123.53,-55.36 123.53,-123.53zm-88.61 -310.74c86.27,18.46 154.29,59.86 203.65,124.2 143.83,186.71 53.55,455.72 -183.7,499.28 -178.58,32.76 -329.52,-85.96 -359.97,-261.36 -17.46,-101.08 13.8,-194.68 93.78,-280.97 71.99,-41.07 154.14,-68.16 246.24,-81.15z"/>
|
||||
<path class="fil2" d="M12658.47 7954.27c0,-68.67 -55.7,-124.37 -124.36,-124.37 -68.67,0 -124.37,55.7 -124.37,124.37 0,68.67 55.7,124.37 124.37,124.37 68.66,0 124.36,-55.7 124.36,-124.37zm-185.23 -301.78c79.32,-0.33 132.2,3.33 158.61,10.81 26.78,7.49 63.37,28.27 109.75,62.18 80.98,77.97 113.55,175.07 97.43,291.13 -24.77,179.07 -203,286.47 -368.79,249.22 -195.68,-43.89 -287.62,-234.75 -223.62,-421.63 36.75,-107.07 112.24,-170.93 226.61,-191.71z"/>
|
||||
<path class="fil2" d="M14214.58 8554.49c-29.99,41.57 -51.63,63.63 -56.57,107.76 -20.57,187.05 -53.14,349.45 -97.5,486.98 -128.54,398.08 -422.07,648.33 -845.85,679.4 -40.49,2.99 -115.9,-6.65 -226.26,-29.14 -299.94,-60.86 -543.32,-305.52 -689.45,-561.33 -25.5,-44.78 -9.41,-85.28 38.15,-99.2 482.27,-141.84 933.26,-283.67 1342.7,-466.64 108.82,-48.63 236.75,-113.97 383.49,-196.24 65.58,-36.64 122.14,-56.14 157.91,28.07 7.28,17.14 5.14,33.84 -6.63,50.35zm-4950.04 314.09c-14.55,-74.35 -28.91,-150.4 -43.07,-228.19 -4.07,-22.27 -18.2,-52.27 -42.4,-90.19 -29.79,-46.29 38.78,-105.4 78.62,-105.63 51.65,-0.22 171.61,77.99 201.38,92.13 506.06,241.9 1028.63,438.56 1567.66,589.83 36.42,10.31 115.71,64.48 72.43,115.06 -21.86,25.5 -33.01,38.57 -33.66,39.43 -45.63,76.06 -99.2,146.76 -160.68,212.1 -274.66,286.88 -660.96,425.71 -1038.9,267.38 -357.37,-149.98 -538.19,-530.91 -601.4,-891.92zm3101.48 1773.34c-28.29,39.63 -62.76,74.77 -103.7,105.4 -179.53,134.36 -344.51,247.26 -561.11,265.69 -99.85,-10.5 -195.61,-40.94 -287.33,-91.06 -96.84,-52.92 -392.93,-225.61 -392.06,-349.23 0.21,-51.84 25.69,-90.41 76.04,-115.67 48.85,-24.44 115.06,4.9 157.91,30.62 109.27,65.14 194.33,113.76 255.38,146.12 53.79,28.29 113.76,52.92 180.2,73.7 68.98,-10.07 133.68,-31.93 193.9,-65.36 67.05,-37.25 169.68,-95.54 307.64,-174.6 122.77,-70.48 257.53,55.7 173.12,174.4zm2386.75 -3421.77c-1.3,-7.28 -9.87,-10.94 -16.08,-6.65 -8.77,6 -16.7,13.28 -24.2,22.07 -183.62,212.76 -382.21,405.15 -595.82,577.2 -270.16,217.45 -590.47,387.58 -960.92,510.76 -198.17,60.64 -398.28,115.06 -600.54,163.48 -362.93,86.77 -668.24,193.68 -862.57,516.55 -2.36,4.07 -8.16,4.07 -10.49,0 -139.06,-245.53 -385.23,-387.79 -655.59,-460.85 -105.42,-28.49 -278.75,-73.04 -520,-134.12 -403.85,-101.76 -804.51,-263.51 -1157.16,-528.55 -240.82,-181.05 -468.76,-395.72 -683.89,-644.24 -20.77,-24.22 -34.7,-20.79 -41.33,10.49 -148.47,695.88 -120.41,1467.61 133.47,2141.21 130.48,371.07 317.95,714.51 562.41,1030.32 324.59,409.87 720.53,738.95 1187.8,987.7 246.6,137.53 502.83,254.75 768.93,351.59 135.64,49.27 272.12,85.92 409.44,109.91 91.27,-10.94 161.75,-23.37 211.68,-37.49 151.04,-42.64 315.37,-103.49 493.19,-182.13 308.33,-136.68 600.77,-301.66 877.15,-494.91 310.02,-216.6 581.04,-475.62 813.08,-776.86 353.52,-457.66 608.25,-1008.48 700.61,-1580.53 84.41,-522.55 64.06,-1062.04 -29.14,-1574.94z"/>
|
||||
<path class="fil2" d="M9926.75 7361.86c0,-83.69 -67.7,-151.39 -151.39,-151.39 -83.69,0 -151.41,67.7 -151.41,151.39 0,83.71 67.72,151.4 151.41,151.4 83.69,0 151.39,-67.7 151.39,-151.4zm179.73 -109.9c6.85,88.44 1.39,169.87 -16.37,243.88 -39.93,86.35 -98.47,147.55 -175.66,183.76 -58.92,27.6 -121.5,35.53 -187.45,23.55 -62.07,-11.24 -122.21,-37.09 -180.76,-77.36 -113.61,-110.6 -143.68,-241.6 -90.04,-393.01 38.17,-107.61 130.83,-185.34 246.18,-209.78 141.19,-29.72 258.83,16.18 352.91,137.68 12.31,16.01 29.37,46.42 51.19,91.27z"/>
|
||||
<path class="fil2" d="M13696.75 7318.15c0,-81.9 -66.46,-148.36 -148.35,-148.36 -81.89,0 -148.36,66.46 -148.36,148.36 0,81.89 66.47,148.34 148.36,148.34 81.89,0 148.35,-66.45 148.35,-148.34zm76.52 277.95c-69.58,41.47 -127.88,64.54 -174.9,68.89 -122.49,11.63 -224.7,-30.7 -306.73,-127.35 -70.12,-94.21 -94.58,-203.69 -73.58,-328.09 25.51,-59.69 62.97,-110.17 112.77,-151.31 233.72,-193.62 568.58,-10.76 560.26,283.87 -2.6,90.39 -41.81,175.07 -117.81,254.01z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 11 KiB |
|
|
@ -1 +1,38 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0,0,256,256" width="24px" height="24px" fill-rule="nonzero"><defs><linearGradient x1="32" y1="7" x2="32" y2="58" gradientUnits="userSpaceOnUse" id="color-1"><stop offset="0" stop-color="#000000"></stop><stop offset="0.699" stop-color="#000000"></stop></linearGradient><linearGradient x1="32" y1="0.872" x2="32" y2="62.679" gradientUnits="userSpaceOnUse" id="color-2"><stop offset="0" stop-color="#ffffff"></stop><stop offset="1" stop-color="#ffffff"></stop></linearGradient></defs><g transform="translate(-16,-16) scale(1.125,1.125)"><g fill="#000000" fill-rule="nonzero" stroke="#000000" stroke-width="4" stroke-linecap="butt" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" style="mix-blend-mode: normal"><path transform="scale(4,4)" d="M56.96,35.77c0,3.26677 -1.24798,6.23506 -3.30276,8.44932c-1.99429,2.15164 -4.75072,3.59119 -7.86757,3.90222c-0.88208,4.1799 -3.85802,7.55012 -7.70667,9.04414c-1.38917,0.53944 -2.8918,0.83432 -4.45001,0.83432c-0.0005,0 -0.00101,0 -0.00151,0c-0.0005,0 -0.00099,0 -0.00149,0c-3.7,0 -7.13,-1.61 -9.51,-4.44c-0.17355,0.02083 -0.33988,0.03683 -0.50148,0.04886c-0.30513,0.02465 -0.59103,0.03614 -0.87352,0.03614c-3.67218,0 -6.97773,-1.60053 -9.2559,-4.14039c-1.97547,-2.20076 -3.1791,-5.10856 -3.1791,-8.29461c0,-1.35992 0.21997,-2.69984 0.65992,-3.99977c-0.14403,-0.1355 -0.28449,-0.27402 -0.4213,-0.41542c-2.23865,-2.3122 -3.50863,-5.40357 -3.50863,-8.65481c0,-6.09 4.39,-11.24 10.32,-12.25c1.22799,-4.14839 4.4698,-7.27438 8.50115,-8.41707c1.08917,-0.30894 2.23614,-0.47293 3.41685,-0.47293c0.00033,0 0.00067,0 0.001,0c0.00033,0 0.00066,0 0.001,0c0.29833,0 0.59479,0.0104 0.88899,0.031c2.29405,0.16031 4.44707,0.93829 6.27413,2.23974c0.91063,0.64757 1.74044,1.42439 2.4662,2.31841c0.05659,-0.01106 0.11314,-0.02173 0.16963,-0.03201c0.24688,-0.04603 0.49363,-0.08341 0.73963,-0.11274c0.48506,-0.05945 0.96473,-0.08941 1.43643,-0.08941c0.11876,0 0.23715,0.00167 0.35512,0.005c3.5298,0.09951 6.69629,1.67767 8.90078,4.13539c1.97547,2.20076 3.1791,5.10856 3.1791,8.29461c0,0.67861 -0.05738,1.35723 -0.17214,2.03322c-0.06371,0.37884 -0.14508,0.7564 -0.24386,1.13178c1.12918,1.12101 2.02385,2.43767 2.6483,3.87003c0.6764,1.54524 1.0377,3.22623 1.0377,4.94497z" id="strokeMainSVG"></path></g><g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" style="mix-blend-mode: normal"><g transform="scale(4,4)"><path d="M53.27,26.96c0.28,-1.05 0.42,-2.11 0.42,-3.17c0,-6.86 -5.58,-12.43 -12.43,-12.43c-0.77,0 -1.56,0.07 -2.35,0.23c-2.37,-2.92 -5.85,-4.59 -9.63,-4.59c-5.55,0 -10.36,3.62 -11.92,8.89c-5.93,1.01 -10.32,6.16 -10.32,12.25c0,3.45 1.43,6.72 3.93,9.07c-0.44,1.3 -0.66,2.64 -0.66,4c0,6.86 5.58,12.43 12.43,12.43c0.44,0 0.88,-0.02 1.38,-0.08c2.38,2.83 5.81,4.44 9.51,4.44c5.88,0 10.96,-4.19 12.16,-9.88c6.32,-0.63 11.17,-5.91 11.17,-12.35c0,-3.31 -1.34,-6.48 -3.69,-8.81zM38.25,35.88l-6.63,4l-6.5,-4v-7.26l6.63,-3.87l6.63,3.75z" fill="url(#color-1)"></path><path d="M53.274,26.955c0.275,-1.045 0.415,-2.107 0.415,-3.166c0,-6.855 -5.578,-12.434 -12.434,-12.434c-0.766,0 -1.553,0.079 -2.35,0.235c-2.369,-2.925 -5.843,-4.59 -9.627,-4.59c-5.549,0 -10.353,3.622 -11.913,8.891c-5.93,1.012 -10.32,6.163 -10.32,12.254c0,3.448 1.424,6.715 3.93,9.07c-0.44,1.299 -0.664,2.64 -0.664,3.996c0,6.855 5.578,12.434 12.434,12.434c0.433,0 0.874,-0.027 1.38,-0.087c2.376,2.831 5.809,4.442 9.508,4.442c5.875,0 10.96,-4.192 12.152,-9.878c6.327,-0.629 11.17,-5.908 11.17,-12.355c0.001,-3.304 -1.333,-6.481 -3.681,-8.812zM51.689,23.789c0,0.646 -0.07,1.293 -0.193,1.937l-12.293,-7.185l-13.146,7.991v-4.91l12.814,-7.972c0.813,-0.191 1.615,-0.295 2.383,-0.295c5.754,0 10.435,4.681 10.435,10.434zM37.397,35.171l-5.563,3.316l-5.776,-3.303v-6.311l5.465,-3.322l-0.031,0.052l5.905,3.48zM29.278,9c2.997,0 5.755,1.251 7.728,3.457l-12.948,8.054v13.529l-4.898,-2.801v-14.317c1.159,-4.668 5.302,-7.922 10.118,-7.922zM9.044,28.145c0,-4.923 3.419,-9.109 8.116,-10.169v14.424l12.701,7.264l-5.227,3.115l-11.897,-6.674c-2.345,-1.998 -3.693,-4.894 -3.693,-7.96zM12.311,41.211c0,-0.955 0.138,-1.902 0.4,-2.828l11.954,6.706l12.732,-7.588v6.27l-13.172,7.754c-0.57,0.078 -1.043,0.12 -1.48,0.12c-5.753,0 -10.434,-4.681 -10.434,-10.434zM33.633,56c-2.886,0 -5.578,-1.175 -7.546,-3.252l13.31,-7.835v-14.652l4.539,2.675v14.154c-0.744,5.083 -5.163,8.91 -10.303,8.91zM45.936,46.091v-14.298l-6.539,-3.853v-0.068h-0.115l-5.879,-3.465l5.821,-3.538l12.309,7.195c2.174,1.981 3.422,4.782 3.422,7.703c0.001,5.288 -3.885,9.639 -9.019,10.324z" fill="url(#color-2)"></path></g></g></g></svg>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Creator: CorelDRAW -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="20px" height="20px" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
|
||||
viewBox="8300 5150 6800 6800"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
.fil0 {fill:#091423}
|
||||
.fil1 {fill:transparent;fill-rule:nonzero}
|
||||
.fil2 {fill:#091423;fill-rule:nonzero}
|
||||
]]>
|
||||
</style>
|
||||
</defs>
|
||||
<g id="Layer_x0020_1">
|
||||
<metadata id="CorelCorpID_0Corel-Layer"/>
|
||||
<g id="_1795317850640">
|
||||
<path class="fil1" d="M15657.84 8267.42c0,2190 -1775.34,3965.34 -3965.35,3965.34 -2190,0 -3965.35,-1775.34 -3965.35,-3965.34 0,-2190.01 1775.35,-3965.35 3965.35,-3965.35 2190.01,0 3965.35,1775.34 3965.35,3965.35z"/>
|
||||
<path class="fil2" d="M11910.24 5583.59c-15.56,-121.43 -131.46,-206.72 -258.74,-190.45 -127.27,16.33 -217.86,128.04 -202.36,249.53 15.58,121.43 131.46,206.72 258.72,190.47 127.28,-16.35 217.9,-128.06 202.37,-249.55zm340.89 109.84c-119.2,142.66 -286.14,284.32 -463.86,323.06 -286.64,62.5 -531.04,-139.67 -701.79,-354.15 -14.8,-13.8 -25.11,-30.09 -30.92,-48.71 -1.67,-5.31 -0.84,-10.31 2.64,-14.8 96.6,-128 208.67,-231.59 336.36,-310.89 360.46,-223.47 696.3,37.24 908.29,320.56 4,5.14 4,12.46 0,17.77l-50.72 67.18z"/>
|
||||
<path class="fil2" d="M10376.06 5731.01c64.63,-0.5 116.7,-55.34 116.19,-122.52 -0.5,-67.18 -53.19,-121.38 -117.9,-120.88 -64.66,0.5 -116.7,55.36 -116.2,122.53 0.51,67.18 53.21,121.37 117.91,120.87zm282.1 1.99c-25.74,59.19 -64,107.09 -114.87,143.83l-183.37 37.07c-37.74,-2.98 -79.81,-14.62 -126.37,-35.08 -34.42,-15.12 -61.68,-34.58 -82.13,-58.69 -84.14,-99.42 -101.09,-210.99 -51.06,-334.83 44.08,-93.63 116.9,-150.98 218.31,-172.1 233.76,-48.54 425.64,206.16 339.5,419.8z"/>
|
||||
<path class="fil2" d="M12988.29 5734.5c64.06,-0.67 115.43,-55.7 114.76,-122.75 -0.65,-67.13 -53.21,-120.98 -117.33,-120.31 -64.06,0.67 -115.45,55.69 -114.76,122.75 0.67,67.12 53.19,120.98 117.33,120.31zm286.17 -216.97c38.43,123.03 16.64,225.94 -65.49,308.74 -54.03,54.71 -127.69,85.14 -220.63,91.28 -46.08,4.67 -90.96,-5 -134.84,-28.75 -17.46,-9.49 -26.76,-8.49 -45.73,-5.16 -0.5,-8.49 -5.14,-16.96 -13.63,-25.28 -58.19,-56.68 -93.61,-123.86 -106.07,-201.5 -25.78,-379.41 439.92,-475.2 586.39,-139.34z"/>
|
||||
<path class="fil2" d="M9535.88 6313.78c72.2,-8.66 123.4,-76.01 114.47,-150.17 -9.03,-74.14 -74.87,-127.33 -146.99,-118.55 -72.2,8.67 -123.42,76 -114.47,150.18 9.01,74.13 74.85,127.34 146.99,118.54zm246.59 64.17l-162.1 121.54c-17.46,0.48 -35.73,2.15 -54.53,4.64 -233.78,31.93 -416.82,-194.87 -352.14,-416.15 48.38,-165.76 225.79,-263.53 388.38,-215.65 193.54,57.04 288.63,274.18 197.21,464.05 -6.83,14.28 -12.48,28.08 -16.81,41.57z"/>
|
||||
<path class="fil2" d="M13937.31 6087.54c-49.33,-53.6 -133.78,-56.26 -188.73,-5.8 -54.95,50.46 -59.45,134.92 -10.03,188.55 49.33,53.6 133.8,56.26 188.74,5.8 54.95,-50.45 59.43,-134.92 10.01,-188.56zm-203.62 405.12l-165.43 -129.85c-78.32,-150.64 -60.36,-329.2 73.98,-435.28 205.18,-161.94 516.76,-1.82 514.44,253.23 -0.52,43.55 -11.98,88.11 -34.44,133.83 -75.98,154.29 -205.49,213.65 -388.55,178.06z"/>
|
||||
<path class="fil2" d="M10543.28 5876.83l14.14 208.32c0.98,14.3 8.32,27.43 20.13,35.59 115.04,79.48 238.9,144.31 352.96,224.96 74.17,52.35 102.93,100.93 105.09,199.34 1.01,48.72 0.84,96.6 -0.52,143.98 -63,28.1 -127.84,45.56 -194.52,52.04l-0.33 -184.87c0,-14.3 -7.13,-27.44 -18.95,-35.25 -106.42,-70.32 -226.61,-148.64 -360.44,-234.93 -69.84,-45.22 -93.13,-100.59 -97.6,-187.38 -3.16,-59.34 -4.16,-121.02 -3.32,-184.71l183.37 -37.07z"/>
|
||||
<path class="fil2" d="M12988.35 5917.55c3.47,97.27 2.65,180.57 -2.51,249.9 -4.31,58.36 -45.73,95.43 -102.58,131.66 -120.2,76.32 -237.25,151.63 -350.81,225.96 -15.96,10.48 -23.94,25.11 -23.94,44.22l0 441.93c0,3.82 4.48,5.81 7.32,3.15 42.05,-39.39 96.27,-66.17 136.18,-91.27 302.43,-190.04 607.84,-376.75 916.27,-560.31l165.43 129.85c-56.37,44.24 -97.27,73.99 -122.55,89.45 -357.46,218.81 -722.92,448.57 -1091.19,670.21 -135.16,81.32 -295.28,179.57 -480.01,294.79 -11.12,6.82 -17.79,18.94 -17.79,31.92l0 486.8c0,8.49 -4.31,12.8 -12.78,12.8l-176.4 0c-6.65,0 -9.98,-3.32 -10.15,-9.97 -1.84,-297.43 -2.67,-450.06 -2.82,-457.89 -4.34,-173.9 8.97,-378.41 5.81,-570.94 -0.33,-16.31 -2.33,-43.23 -12.31,-63.52 -24.42,-49.55 -47.52,-89.44 -22.6,-140.32 26.77,-54.38 80.63,-99.42 144.81,-92.6 62.69,6.65 114.56,56.37 123.2,122.69 5.81,45.56 2.68,79.98 -9.47,103.42 -18.11,34.58 -27.1,55.19 -26.77,61.67 4.83,100.59 5.81,189.38 2.99,266.36 -0.16,4.83 1.84,5.82 5.81,3.33l259.54 -161.94c15.14,-9.47 24.11,-26.26 23.77,-44.22 -4.16,-202.02 -4.81,-390.72 -2.17,-565.96 1.19,-79.98 37.6,-143.16 108.91,-189.2 89.62,-58.02 204.67,-129.7 345.5,-214.98 19.11,-11.63 28.61,-29.76 28.25,-54.36 -0.98,-63.02 3.16,-125.2 12.48,-186.55 18.96,-3.33 28.27,-4.33 45.73,5.16 43.91,23.76 88.78,33.42 134.84,28.75z"/>
|
||||
<path class="fil2" d="M9782.47 6377.94c344.33,195.36 683.51,398.69 1017.19,610.18 12.63,7.99 23.61,16.29 33.08,25.11 3.83,3.66 10.33,0.84 10.33,-4.49l-2.51 -267.68c66.68,-6.48 131.52,-23.94 194.52,-52.04l0.17 396.7c0,19.11 8.15,33.58 24.46,43.72l273.66 169.25c4.83,2.99 10.81,-0.5 10.81,-6.15 -2.15,-136.17 -2.99,-219.79 -2.5,-250.9 0.67,-43.38 -25.59,-68.31 -32.73,-102.08 -19.96,-92.44 8.3,-154.12 84.6,-185.21 66.84,-27.1 132.87,6.48 165.95,69.5 27.42,52.19 23.27,104.73 -12.31,157.61 -4.16,6.31 -6.48,13.97 -6.48,21.62l0 1064.57c0,5.48 -4.31,9.81 -9.81,9.81l-177.06 0c-6.99,0 -10.5,-3.49 -10.5,-10.31l0 -486.82c0,-13.13 -6.98,-25.42 -18.27,-32.41 -87.31,-52.21 -179.25,-114.22 -262.71,-163.78 -454.87,-270.33 -910.77,-545.34 -1367.5,-824.99 -32.74,-20.11 -57.52,-39.9 -74.5,-59.68l162.12 -121.53z"/>
|
||||
<path class="fil2" d="M10185.83 7236.51c-53.36,-29.77 -93.26,-49.05 -119.71,-57.86 6.48,83.64 1.32,160.6 -15.47,230.61 -37.74,81.63 -93.1,139.5 -166.1,173.73 -55.69,26.11 -114.87,33.6 -177.22,22.28 -58.69,-10.64 -115.54,-35.08 -170.93,-73.14 6.98,28.75 29.44,54.68 67.51,77.97 191.69,117.53 409,24.11 509.25,-163.27 1.34,-11.81 5.33,-15.79 12.13,-11.96 167.94,97.58 337.2,195.18 507.61,292.62 71.99,-41.07 154.14,-68.16 246.24,-81.15 -183.73,-118.53 -414.83,-255.04 -693.31,-409.83z"/>
|
||||
<path class="fil2" d="M13649.06 7611.44c-117.38,11.15 -215.32,-29.42 -293.95,-122.04 -67.16,-90.29 -90.62,-195.18 -70.49,-314.4 -68.18,23.12 -141.49,59.02 -219.98,107.41 -64.67,39.91 -215.46,128.86 -452.38,266.86 -60.03,34.92 -106.26,69.33 -139.02,103.25 79.32,-0.33 132.2,3.32 158.61,10.79 26.78,7.48 63.37,28.27 109.75,62.2 128.02,-83.97 283.98,-179.23 467.85,-285.64 19.12,-11.14 32.09,-3.67 38.58,22.1 47.21,71.66 94.44,120.21 141.65,145.49 167.44,90.11 309.74,69.5 426.96,-62.02 -66.66,39.73 -122.53,61.85 -167.59,66.01z"/>
|
||||
<path class="fil2" d="M10967.76 7957.09c0,-68.16 -55.36,-123.53 -123.53,-123.53 -68.16,0 -123.55,55.36 -123.55,123.53 0,68.17 55.39,123.53 123.55,123.53 68.16,0 123.53,-55.36 123.53,-123.53zm-88.61 -310.74c86.27,18.46 154.29,59.86 203.65,124.2 143.83,186.71 53.55,455.72 -183.7,499.28 -178.58,32.76 -329.52,-85.96 -359.97,-261.36 -17.46,-101.08 13.8,-194.68 93.78,-280.97 71.99,-41.07 154.14,-68.16 246.24,-81.15z"/>
|
||||
<path class="fil2" d="M12658.47 7954.27c0,-68.67 -55.7,-124.37 -124.36,-124.37 -68.67,0 -124.37,55.7 -124.37,124.37 0,68.67 55.7,124.37 124.37,124.37 68.66,0 124.36,-55.7 124.36,-124.37zm-185.23 -301.78c79.32,-0.33 132.2,3.33 158.61,10.81 26.78,7.49 63.37,28.27 109.75,62.18 80.98,77.97 113.55,175.07 97.43,291.13 -24.77,179.07 -203,286.47 -368.79,249.22 -195.68,-43.89 -287.62,-234.75 -223.62,-421.63 36.75,-107.07 112.24,-170.93 226.61,-191.71z"/>
|
||||
<path class="fil2" d="M14214.58 8554.49c-29.99,41.57 -51.63,63.63 -56.57,107.76 -20.57,187.05 -53.14,349.45 -97.5,486.98 -128.54,398.08 -422.07,648.33 -845.85,679.4 -40.49,2.99 -115.9,-6.65 -226.26,-29.14 -299.94,-60.86 -543.32,-305.52 -689.45,-561.33 -25.5,-44.78 -9.41,-85.28 38.15,-99.2 482.27,-141.84 933.26,-283.67 1342.7,-466.64 108.82,-48.63 236.75,-113.97 383.49,-196.24 65.58,-36.64 122.14,-56.14 157.91,28.07 7.28,17.14 5.14,33.84 -6.63,50.35zm-4950.04 314.09c-14.55,-74.35 -28.91,-150.4 -43.07,-228.19 -4.07,-22.27 -18.2,-52.27 -42.4,-90.19 -29.79,-46.29 38.78,-105.4 78.62,-105.63 51.65,-0.22 171.61,77.99 201.38,92.13 506.06,241.9 1028.63,438.56 1567.66,589.83 36.42,10.31 115.71,64.48 72.43,115.06 -21.86,25.5 -33.01,38.57 -33.66,39.43 -45.63,76.06 -99.2,146.76 -160.68,212.1 -274.66,286.88 -660.96,425.71 -1038.9,267.38 -357.37,-149.98 -538.19,-530.91 -601.4,-891.92zm3101.48 1773.34c-28.29,39.63 -62.76,74.77 -103.7,105.4 -179.53,134.36 -344.51,247.26 -561.11,265.69 -99.85,-10.5 -195.61,-40.94 -287.33,-91.06 -96.84,-52.92 -392.93,-225.61 -392.06,-349.23 0.21,-51.84 25.69,-90.41 76.04,-115.67 48.85,-24.44 115.06,4.9 157.91,30.62 109.27,65.14 194.33,113.76 255.38,146.12 53.79,28.29 113.76,52.92 180.2,73.7 68.98,-10.07 133.68,-31.93 193.9,-65.36 67.05,-37.25 169.68,-95.54 307.64,-174.6 122.77,-70.48 257.53,55.7 173.12,174.4zm2386.75 -3421.77c-1.3,-7.28 -9.87,-10.94 -16.08,-6.65 -8.77,6 -16.7,13.28 -24.2,22.07 -183.62,212.76 -382.21,405.15 -595.82,577.2 -270.16,217.45 -590.47,387.58 -960.92,510.76 -198.17,60.64 -398.28,115.06 -600.54,163.48 -362.93,86.77 -668.24,193.68 -862.57,516.55 -2.36,4.07 -8.16,4.07 -10.49,0 -139.06,-245.53 -385.23,-387.79 -655.59,-460.85 -105.42,-28.49 -278.75,-73.04 -520,-134.12 -403.85,-101.76 -804.51,-263.51 -1157.16,-528.55 -240.82,-181.05 -468.76,-395.72 -683.89,-644.24 -20.77,-24.22 -34.7,-20.79 -41.33,10.49 -148.47,695.88 -120.41,1467.61 133.47,2141.21 130.48,371.07 317.95,714.51 562.41,1030.32 324.59,409.87 720.53,738.95 1187.8,987.7 246.6,137.53 502.83,254.75 768.93,351.59 135.64,49.27 272.12,85.92 409.44,109.91 91.27,-10.94 161.75,-23.37 211.68,-37.49 151.04,-42.64 315.37,-103.49 493.19,-182.13 308.33,-136.68 600.77,-301.66 877.15,-494.91 310.02,-216.6 581.04,-475.62 813.08,-776.86 353.52,-457.66 608.25,-1008.48 700.61,-1580.53 84.41,-522.55 64.06,-1062.04 -29.14,-1574.94z"/>
|
||||
<path class="fil2" d="M9926.75 7361.86c0,-83.69 -67.7,-151.39 -151.39,-151.39 -83.69,0 -151.41,67.7 -151.41,151.39 0,83.71 67.72,151.4 151.41,151.4 83.69,0 151.39,-67.7 151.39,-151.4zm179.73 -109.9c6.85,88.44 1.39,169.87 -16.37,243.88 -39.93,86.35 -98.47,147.55 -175.66,183.76 -58.92,27.6 -121.5,35.53 -187.45,23.55 -62.07,-11.24 -122.21,-37.09 -180.76,-77.36 -113.61,-110.6 -143.68,-241.6 -90.04,-393.01 38.17,-107.61 130.83,-185.34 246.18,-209.78 141.19,-29.72 258.83,16.18 352.91,137.68 12.31,16.01 29.37,46.42 51.19,91.27z"/>
|
||||
<path class="fil2" d="M13696.75 7318.15c0,-81.9 -66.46,-148.36 -148.35,-148.36 -81.89,0 -148.36,66.46 -148.36,148.36 0,81.89 66.47,148.34 148.36,148.34 81.89,0 148.35,-66.45 148.35,-148.34zm76.52 277.95c-69.58,41.47 -127.88,64.54 -174.9,68.89 -122.49,11.63 -224.7,-30.7 -306.73,-127.35 -70.12,-94.21 -94.58,-203.69 -73.58,-328.09 25.51,-59.69 62.97,-110.17 112.77,-151.31 233.72,-193.62 568.58,-10.76 560.26,283.87 -2.6,90.39 -41.81,175.07 -117.81,254.01z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 11 KiB |
|
|
@ -1 +1,38 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0,0,256,256" width="22px" height="22px" fill-rule="nonzero"><defs><linearGradient x1="32" y1="7" x2="32" y2="58" gradientUnits="userSpaceOnUse" id="color-1"><stop offset="0" stop-color="#ffffff"></stop><stop offset="0.699" stop-color="#ffffff"></stop></linearGradient><linearGradient x1="32" y1="0.872" x2="32" y2="62.679" gradientUnits="userSpaceOnUse" id="color-2"><stop offset="0" stop-color="#000000"></stop><stop offset="1" stop-color="#000000"></stop></linearGradient></defs><g transform="translate(-16,-16) scale(1.125,1.125)"><g fill="#ffffff" fill-rule="nonzero" stroke="#ffffff" stroke-width="4" stroke-linecap="butt" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" style="mix-blend-mode: normal"><path transform="scale(4,4)" d="M56.96,35.77c0,3.26677 -1.24798,6.23506 -3.30276,8.44932c-1.99429,2.15164 -4.75072,3.59119 -7.86757,3.90222c-0.88208,4.1799 -3.85802,7.55012 -7.70667,9.04414c-1.38917,0.53944 -2.8918,0.83432 -4.45001,0.83432c-0.0005,0 -0.00101,0 -0.00151,0c-0.0005,0 -0.00099,0 -0.00149,0c-3.7,0 -7.13,-1.61 -9.51,-4.44c-0.17355,0.02083 -0.33988,0.03683 -0.50148,0.04886c-0.30513,0.02465 -0.59103,0.03614 -0.87352,0.03614c-3.67218,0 -6.97773,-1.60053 -9.2559,-4.14039c-1.97547,-2.20076 -3.1791,-5.10856 -3.1791,-8.29461c0,-1.35992 0.21997,-2.69984 0.65992,-3.99977c-0.14403,-0.1355 -0.28449,-0.27402 -0.4213,-0.41542c-2.23865,-2.3122 -3.50863,-5.40357 -3.50863,-8.65481c0,-6.09 4.39,-11.24 10.32,-12.25c1.22799,-4.14839 4.4698,-7.27438 8.50115,-8.41707c1.08917,-0.30894 2.23614,-0.47293 3.41685,-0.47293c0.00033,0 0.00067,0 0.001,0c0.00033,0 0.00066,0 0.001,0c0.29833,0 0.59479,0.0104 0.88899,0.031c2.29405,0.16031 4.44707,0.93829 6.27413,2.23974c0.91063,0.64757 1.74044,1.42439 2.4662,2.31841c0.05659,-0.01106 0.11314,-0.02173 0.16963,-0.03201c0.24688,-0.04603 0.49363,-0.08341 0.73963,-0.11274c0.48506,-0.05945 0.96473,-0.08941 1.43643,-0.08941c0.11876,0 0.23715,0.00167 0.35512,0.005c3.5298,0.09951 6.69629,1.67767 8.90078,4.13539c1.97547,2.20076 3.1791,5.10856 3.1791,8.29461c0,0.67861 -0.05738,1.35723 -0.17214,2.03322c-0.06371,0.37884 -0.14508,0.7564 -0.24386,1.13178c1.12918,1.12101 2.02385,2.43767 2.6483,3.87003c0.6764,1.54524 1.0377,3.22623 1.0377,4.94497z" id="strokeMainSVG"></path></g><g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" style="mix-blend-mode: normal"><g transform="scale(4,4)"><path d="M53.27,26.96c0.28,-1.05 0.42,-2.11 0.42,-3.17c0,-6.86 -5.58,-12.43 -12.43,-12.43c-0.77,0 -1.56,0.07 -2.35,0.23c-2.37,-2.92 -5.85,-4.59 -9.63,-4.59c-5.55,0 -10.36,3.62 -11.92,8.89c-5.93,1.01 -10.32,6.16 -10.32,12.25c0,3.45 1.43,6.72 3.93,9.07c-0.44,1.3 -0.66,2.64 -0.66,4c0,6.86 5.58,12.43 12.43,12.43c0.44,0 0.88,-0.02 1.38,-0.08c2.38,2.83 5.81,4.44 9.51,4.44c5.88,0 10.96,-4.19 12.16,-9.88c6.32,-0.63 11.17,-5.91 11.17,-12.35c0,-3.31 -1.34,-6.48 -3.69,-8.81zM38.25,35.88l-6.63,4l-6.5,-4v-7.26l6.63,-3.87l6.63,3.75z" fill="url(#color-1)"></path><path d="M53.274,26.955c0.275,-1.045 0.415,-2.107 0.415,-3.166c0,-6.855 -5.578,-12.434 -12.434,-12.434c-0.766,0 -1.553,0.079 -2.35,0.235c-2.369,-2.925 -5.843,-4.59 -9.627,-4.59c-5.549,0 -10.353,3.622 -11.913,8.891c-5.93,1.012 -10.32,6.163 -10.32,12.254c0,3.448 1.424,6.715 3.93,9.07c-0.44,1.299 -0.664,2.64 -0.664,3.996c0,6.855 5.578,12.434 12.434,12.434c0.433,0 0.874,-0.027 1.38,-0.087c2.376,2.831 5.809,4.442 9.508,4.442c5.875,0 10.96,-4.192 12.152,-9.878c6.327,-0.629 11.17,-5.908 11.17,-12.355c0.001,-3.304 -1.333,-6.481 -3.681,-8.812zM51.689,23.789c0,0.646 -0.07,1.293 -0.193,1.937l-12.293,-7.185l-13.146,7.991v-4.91l12.814,-7.972c0.813,-0.191 1.615,-0.295 2.383,-0.295c5.754,0 10.435,4.681 10.435,10.434zM37.397,35.171l-5.563,3.316l-5.776,-3.303v-6.311l5.465,-3.322l-0.031,0.052l5.905,3.48zM29.278,9c2.997,0 5.755,1.251 7.728,3.457l-12.948,8.054v13.529l-4.898,-2.801v-14.317c1.159,-4.668 5.302,-7.922 10.118,-7.922zM9.044,28.145c0,-4.923 3.419,-9.109 8.116,-10.169v14.424l12.701,7.264l-5.227,3.115l-11.897,-6.674c-2.345,-1.998 -3.693,-4.894 -3.693,-7.96zM12.311,41.211c0,-0.955 0.138,-1.902 0.4,-2.828l11.954,6.706l12.732,-7.588v6.27l-13.172,7.754c-0.57,0.078 -1.043,0.12 -1.48,0.12c-5.753,0 -10.434,-4.681 -10.434,-10.434zM33.633,56c-2.886,0 -5.578,-1.175 -7.546,-3.252l13.31,-7.835v-14.652l4.539,2.675v14.154c-0.744,5.083 -5.163,8.91 -10.303,8.91zM45.936,46.091v-14.298l-6.539,-3.853v-0.068h-0.115l-5.879,-3.465l5.821,-3.538l12.309,7.195c2.174,1.981 3.422,4.782 3.422,7.703c0.001,5.288 -3.885,9.639 -9.019,10.324z" fill="url(#color-2)"></path></g></g></g></svg>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Creator: CorelDRAW -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="20px" height="20px" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
|
||||
viewBox="8300 5150 6800 6800"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
.fil0 {fill:white}
|
||||
.fil2 {fill:white;fill-rule:nonzero}
|
||||
.fil1 {fill:transparent;fill-rule:nonzero}
|
||||
]]>
|
||||
</style>
|
||||
</defs>
|
||||
<g id="Layer_x0020_1">
|
||||
<metadata id="CorelCorpID_0Corel-Layer"/>
|
||||
<g id="_1795322293696">
|
||||
<path class="fil1" d="M15657.84 8267.42c0,2190 -1775.34,3965.34 -3965.35,3965.34 -2190,0 -3965.35,-1775.34 -3965.35,-3965.34 0,-2190.01 1775.35,-3965.35 3965.35,-3965.35 2190.01,0 3965.35,1775.34 3965.35,3965.35z"/>
|
||||
<path class="fil2" d="M11910.24 5583.59c-15.56,-121.43 -131.46,-206.72 -258.74,-190.45 -127.27,16.33 -217.86,128.04 -202.36,249.53 15.58,121.43 131.46,206.72 258.72,190.47 127.28,-16.35 217.9,-128.06 202.37,-249.55zm340.89 109.84c-119.2,142.66 -286.14,284.32 -463.86,323.06 -286.64,62.5 -531.04,-139.67 -701.79,-354.15 -14.8,-13.8 -25.11,-30.09 -30.92,-48.71 -1.67,-5.31 -0.84,-10.31 2.64,-14.8 96.6,-128 208.67,-231.59 336.36,-310.89 360.46,-223.47 696.3,37.24 908.29,320.56 4,5.14 4,12.46 0,17.77l-50.72 67.18z"/>
|
||||
<path class="fil2" d="M10376.06 5731.01c64.63,-0.5 116.7,-55.34 116.19,-122.52 -0.5,-67.18 -53.19,-121.38 -117.9,-120.88 -64.66,0.5 -116.7,55.36 -116.2,122.53 0.51,67.18 53.21,121.37 117.91,120.87zm282.1 1.99c-25.74,59.19 -64,107.09 -114.87,143.83l-183.37 37.07c-37.74,-2.98 -79.81,-14.62 -126.37,-35.08 -34.42,-15.12 -61.68,-34.58 -82.13,-58.69 -84.14,-99.42 -101.09,-210.99 -51.06,-334.83 44.08,-93.63 116.9,-150.98 218.31,-172.1 233.76,-48.54 425.64,206.16 339.5,419.8z"/>
|
||||
<path class="fil2" d="M12988.29 5734.5c64.06,-0.67 115.43,-55.7 114.76,-122.75 -0.65,-67.13 -53.21,-120.98 -117.33,-120.31 -64.06,0.67 -115.45,55.69 -114.76,122.75 0.67,67.12 53.19,120.98 117.33,120.31zm286.17 -216.97c38.43,123.03 16.64,225.94 -65.49,308.74 -54.03,54.71 -127.69,85.14 -220.63,91.28 -46.08,4.67 -90.96,-5 -134.84,-28.75 -17.46,-9.49 -26.76,-8.49 -45.73,-5.16 -0.5,-8.49 -5.14,-16.96 -13.63,-25.28 -58.19,-56.68 -93.61,-123.86 -106.07,-201.5 -25.78,-379.41 439.92,-475.2 586.39,-139.34z"/>
|
||||
<path class="fil2" d="M9535.88 6313.78c72.2,-8.66 123.4,-76.01 114.47,-150.17 -9.03,-74.14 -74.87,-127.33 -146.99,-118.55 -72.2,8.67 -123.42,76 -114.47,150.18 9.01,74.13 74.85,127.34 146.99,118.54zm246.59 64.17l-162.1 121.54c-17.46,0.48 -35.73,2.15 -54.53,4.64 -233.78,31.93 -416.82,-194.87 -352.14,-416.15 48.38,-165.76 225.79,-263.53 388.38,-215.65 193.54,57.04 288.63,274.18 197.21,464.05 -6.83,14.28 -12.48,28.08 -16.81,41.57z"/>
|
||||
<path class="fil2" d="M13937.31 6087.54c-49.33,-53.6 -133.78,-56.26 -188.73,-5.8 -54.95,50.46 -59.45,134.92 -10.03,188.55 49.33,53.6 133.8,56.26 188.74,5.8 54.95,-50.45 59.43,-134.92 10.01,-188.56zm-203.62 405.12l-165.43 -129.85c-78.32,-150.64 -60.36,-329.2 73.98,-435.28 205.18,-161.94 516.76,-1.82 514.44,253.23 -0.52,43.55 -11.98,88.11 -34.44,133.83 -75.98,154.29 -205.49,213.65 -388.55,178.06z"/>
|
||||
<path class="fil2" d="M10543.28 5876.83l14.14 208.32c0.98,14.3 8.32,27.43 20.13,35.59 115.04,79.48 238.9,144.31 352.96,224.96 74.17,52.35 102.93,100.93 105.09,199.34 1.01,48.72 0.84,96.6 -0.52,143.98 -63,28.1 -127.84,45.56 -194.52,52.04l-0.33 -184.87c0,-14.3 -7.13,-27.44 -18.95,-35.25 -106.42,-70.32 -226.61,-148.64 -360.44,-234.93 -69.84,-45.22 -93.13,-100.59 -97.6,-187.38 -3.16,-59.34 -4.16,-121.02 -3.32,-184.71l183.37 -37.07z"/>
|
||||
<path class="fil2" d="M12988.35 5917.55c3.47,97.27 2.65,180.57 -2.51,249.9 -4.31,58.36 -45.73,95.43 -102.58,131.66 -120.2,76.32 -237.25,151.63 -350.81,225.96 -15.96,10.48 -23.94,25.11 -23.94,44.22l0 441.93c0,3.82 4.48,5.81 7.32,3.15 42.05,-39.39 96.27,-66.17 136.18,-91.27 302.43,-190.04 607.84,-376.75 916.27,-560.31l165.43 129.85c-56.37,44.24 -97.27,73.99 -122.55,89.45 -357.46,218.81 -722.92,448.57 -1091.19,670.21 -135.16,81.32 -295.28,179.57 -480.01,294.79 -11.12,6.82 -17.79,18.94 -17.79,31.92l0 486.8c0,8.49 -4.31,12.8 -12.78,12.8l-176.4 0c-6.65,0 -9.98,-3.32 -10.15,-9.97 -1.84,-297.43 -2.67,-450.06 -2.82,-457.89 -4.34,-173.9 8.97,-378.41 5.81,-570.94 -0.33,-16.31 -2.33,-43.23 -12.31,-63.52 -24.42,-49.55 -47.52,-89.44 -22.6,-140.32 26.77,-54.38 80.63,-99.42 144.81,-92.6 62.69,6.65 114.56,56.37 123.2,122.69 5.81,45.56 2.68,79.98 -9.47,103.42 -18.11,34.58 -27.1,55.19 -26.77,61.67 4.83,100.59 5.81,189.38 2.99,266.36 -0.16,4.83 1.84,5.82 5.81,3.33l259.54 -161.94c15.14,-9.47 24.11,-26.26 23.77,-44.22 -4.16,-202.02 -4.81,-390.72 -2.17,-565.96 1.19,-79.98 37.6,-143.16 108.91,-189.2 89.62,-58.02 204.67,-129.7 345.5,-214.98 19.11,-11.63 28.61,-29.76 28.25,-54.36 -0.98,-63.02 3.16,-125.2 12.48,-186.55 18.96,-3.33 28.27,-4.33 45.73,5.16 43.91,23.76 88.78,33.42 134.84,28.75z"/>
|
||||
<path class="fil2" d="M9782.47 6377.94c344.33,195.36 683.51,398.69 1017.19,610.18 12.63,7.99 23.61,16.29 33.08,25.11 3.83,3.66 10.33,0.84 10.33,-4.49l-2.51 -267.68c66.68,-6.48 131.52,-23.94 194.52,-52.04l0.17 396.7c0,19.11 8.15,33.58 24.46,43.72l273.66 169.25c4.83,2.99 10.81,-0.5 10.81,-6.15 -2.15,-136.17 -2.99,-219.79 -2.5,-250.9 0.67,-43.38 -25.59,-68.31 -32.73,-102.08 -19.96,-92.44 8.3,-154.12 84.6,-185.21 66.84,-27.1 132.87,6.48 165.95,69.5 27.42,52.19 23.27,104.73 -12.31,157.61 -4.16,6.31 -6.48,13.97 -6.48,21.62l0 1064.57c0,5.48 -4.31,9.81 -9.81,9.81l-177.06 0c-6.99,0 -10.5,-3.49 -10.5,-10.31l0 -486.82c0,-13.13 -6.98,-25.42 -18.27,-32.41 -87.31,-52.21 -179.25,-114.22 -262.71,-163.78 -454.87,-270.33 -910.77,-545.34 -1367.5,-824.99 -32.74,-20.11 -57.52,-39.9 -74.5,-59.68l162.12 -121.53z"/>
|
||||
<path class="fil2" d="M10185.83 7236.51c-53.36,-29.77 -93.26,-49.05 -119.71,-57.86 6.48,83.64 1.32,160.6 -15.47,230.61 -37.74,81.63 -93.1,139.5 -166.1,173.73 -55.69,26.11 -114.87,33.6 -177.22,22.28 -58.69,-10.64 -115.54,-35.08 -170.93,-73.14 6.98,28.75 29.44,54.68 67.51,77.97 191.69,117.53 409,24.11 509.25,-163.27 1.34,-11.81 5.33,-15.79 12.13,-11.96 167.94,97.58 337.2,195.18 507.61,292.62 71.99,-41.07 154.14,-68.16 246.24,-81.15 -183.73,-118.53 -414.83,-255.04 -693.31,-409.83z"/>
|
||||
<path class="fil2" d="M13649.06 7611.44c-117.38,11.15 -215.32,-29.42 -293.95,-122.04 -67.16,-90.29 -90.62,-195.18 -70.49,-314.4 -68.18,23.12 -141.49,59.02 -219.98,107.41 -64.67,39.91 -215.46,128.86 -452.38,266.86 -60.03,34.92 -106.26,69.33 -139.02,103.25 79.32,-0.33 132.2,3.32 158.61,10.79 26.78,7.48 63.37,28.27 109.75,62.2 128.02,-83.97 283.98,-179.23 467.85,-285.64 19.12,-11.14 32.09,-3.67 38.58,22.1 47.21,71.66 94.44,120.21 141.65,145.49 167.44,90.11 309.74,69.5 426.96,-62.02 -66.66,39.73 -122.53,61.85 -167.59,66.01z"/>
|
||||
<path class="fil2" d="M10967.76 7957.09c0,-68.16 -55.36,-123.53 -123.53,-123.53 -68.16,0 -123.55,55.36 -123.55,123.53 0,68.17 55.39,123.53 123.55,123.53 68.16,0 123.53,-55.36 123.53,-123.53zm-88.61 -310.74c86.27,18.46 154.29,59.86 203.65,124.2 143.83,186.71 53.55,455.72 -183.7,499.28 -178.58,32.76 -329.52,-85.96 -359.97,-261.36 -17.46,-101.08 13.8,-194.68 93.78,-280.97 71.99,-41.07 154.14,-68.16 246.24,-81.15z"/>
|
||||
<path class="fil2" d="M12658.47 7954.27c0,-68.67 -55.7,-124.37 -124.36,-124.37 -68.67,0 -124.37,55.7 -124.37,124.37 0,68.67 55.7,124.37 124.37,124.37 68.66,0 124.36,-55.7 124.36,-124.37zm-185.23 -301.78c79.32,-0.33 132.2,3.33 158.61,10.81 26.78,7.49 63.37,28.27 109.75,62.18 80.98,77.97 113.55,175.07 97.43,291.13 -24.77,179.07 -203,286.47 -368.79,249.22 -195.68,-43.89 -287.62,-234.75 -223.62,-421.63 36.75,-107.07 112.24,-170.93 226.61,-191.71z"/>
|
||||
<path class="fil2" d="M14214.58 8554.49c-29.99,41.57 -51.63,63.63 -56.57,107.76 -20.57,187.05 -53.14,349.45 -97.5,486.98 -128.54,398.08 -422.07,648.33 -845.85,679.4 -40.49,2.99 -115.9,-6.65 -226.26,-29.14 -299.94,-60.86 -543.32,-305.52 -689.45,-561.33 -25.5,-44.78 -9.41,-85.28 38.15,-99.2 482.27,-141.84 933.26,-283.67 1342.7,-466.64 108.82,-48.63 236.75,-113.97 383.49,-196.24 65.58,-36.64 122.14,-56.14 157.91,28.07 7.28,17.14 5.14,33.84 -6.63,50.35zm-4950.04 314.09c-14.55,-74.35 -28.91,-150.4 -43.07,-228.19 -4.07,-22.27 -18.2,-52.27 -42.4,-90.19 -29.79,-46.29 38.78,-105.4 78.62,-105.63 51.65,-0.22 171.61,77.99 201.38,92.13 506.06,241.9 1028.63,438.56 1567.66,589.83 36.42,10.31 115.71,64.48 72.43,115.06 -21.86,25.5 -33.01,38.57 -33.66,39.43 -45.63,76.06 -99.2,146.76 -160.68,212.1 -274.66,286.88 -660.96,425.71 -1038.9,267.38 -357.37,-149.98 -538.19,-530.91 -601.4,-891.92zm3101.48 1773.34c-28.29,39.63 -62.76,74.77 -103.7,105.4 -179.53,134.36 -344.51,247.26 -561.11,265.69 -99.85,-10.5 -195.61,-40.94 -287.33,-91.06 -96.84,-52.92 -392.93,-225.61 -392.06,-349.23 0.21,-51.84 25.69,-90.41 76.04,-115.67 48.85,-24.44 115.06,4.9 157.91,30.62 109.27,65.14 194.33,113.76 255.38,146.12 53.79,28.29 113.76,52.92 180.2,73.7 68.98,-10.07 133.68,-31.93 193.9,-65.36 67.05,-37.25 169.68,-95.54 307.64,-174.6 122.77,-70.48 257.53,55.7 173.12,174.4zm2386.75 -3421.77c-1.3,-7.28 -9.87,-10.94 -16.08,-6.65 -8.77,6 -16.7,13.28 -24.2,22.07 -183.62,212.76 -382.21,405.15 -595.82,577.2 -270.16,217.45 -590.47,387.58 -960.92,510.76 -198.17,60.64 -398.28,115.06 -600.54,163.48 -362.93,86.77 -668.24,193.68 -862.57,516.55 -2.36,4.07 -8.16,4.07 -10.49,0 -139.06,-245.53 -385.23,-387.79 -655.59,-460.85 -105.42,-28.49 -278.75,-73.04 -520,-134.12 -403.85,-101.76 -804.51,-263.51 -1157.16,-528.55 -240.82,-181.05 -468.76,-395.72 -683.89,-644.24 -20.77,-24.22 -34.7,-20.79 -41.33,10.49 -148.47,695.88 -120.41,1467.61 133.47,2141.21 130.48,371.07 317.95,714.51 562.41,1030.32 324.59,409.87 720.53,738.95 1187.8,987.7 246.6,137.53 502.83,254.75 768.93,351.59 135.64,49.27 272.12,85.92 409.44,109.91 91.27,-10.94 161.75,-23.37 211.68,-37.49 151.04,-42.64 315.37,-103.49 493.19,-182.13 308.33,-136.68 600.77,-301.66 877.15,-494.91 310.02,-216.6 581.04,-475.62 813.08,-776.86 353.52,-457.66 608.25,-1008.48 700.61,-1580.53 84.41,-522.55 64.06,-1062.04 -29.14,-1574.94z"/>
|
||||
<path class="fil2" d="M9926.75 7361.86c0,-83.69 -67.7,-151.39 -151.39,-151.39 -83.69,0 -151.41,67.7 -151.41,151.39 0,83.71 67.72,151.4 151.41,151.4 83.69,0 151.39,-67.7 151.39,-151.4zm179.73 -109.9c6.85,88.44 1.39,169.87 -16.37,243.88 -39.93,86.35 -98.47,147.55 -175.66,183.76 -58.92,27.6 -121.5,35.53 -187.45,23.55 -62.07,-11.24 -122.21,-37.09 -180.76,-77.36 -113.61,-110.6 -143.68,-241.6 -90.04,-393.01 38.17,-107.61 130.83,-185.34 246.18,-209.78 141.19,-29.72 258.83,16.18 352.91,137.68 12.31,16.01 29.37,46.42 51.19,91.27z"/>
|
||||
<path class="fil2" d="M13696.75 7318.15c0,-81.9 -66.46,-148.36 -148.35,-148.36 -81.89,0 -148.36,66.46 -148.36,148.36 0,81.89 66.47,148.34 148.36,148.34 81.89,0 148.35,-66.45 148.35,-148.34zm76.52 277.95c-69.58,41.47 -127.88,64.54 -174.9,68.89 -122.49,11.63 -224.7,-30.7 -306.73,-127.35 -70.12,-94.21 -94.58,-203.69 -73.58,-328.09 25.51,-59.69 62.97,-110.17 112.77,-151.31 233.72,-193.62 568.58,-10.76 560.26,283.87 -2.6,90.39 -41.81,175.07 -117.81,254.01z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 11 KiB |
35
src/main/resources/icons/proxyRounded.svg
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="128px" height="128px" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
|
||||
viewBox="7600 4175 8200 8200"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
.fil0 {fill:none}
|
||||
.fil1 {fill:#091423;fill-rule:nonzero}
|
||||
.fil2 {fill:white;fill-rule:nonzero}
|
||||
]]>
|
||||
</style>
|
||||
</defs>
|
||||
<g id="Layer_x0020_1">
|
||||
<metadata id="CorelCorpID_0Corel-Layer"/>
|
||||
<g id="_1795317850640">
|
||||
<path class="fil1" d="M15657.84 8267.42c0,2190 -1775.34,3965.34 -3965.35,3965.34 -2190,0 -3965.35,-1775.34 -3965.35,-3965.34 0,-2190.01 1775.35,-3965.35 3965.35,-3965.35 2190.01,0 3965.35,1775.34 3965.35,3965.35z"/>
|
||||
<path class="fil2" d="M11910.24 5583.59c-15.56,-121.43 -131.46,-206.72 -258.74,-190.45 -127.27,16.33 -217.86,128.04 -202.36,249.53 15.58,121.43 131.46,206.72 258.72,190.47 127.28,-16.35 217.9,-128.06 202.37,-249.55zm340.89 109.84c-119.2,142.66 -286.14,284.32 -463.86,323.06 -286.64,62.5 -531.04,-139.67 -701.79,-354.15 -14.8,-13.8 -25.11,-30.09 -30.92,-48.71 -1.67,-5.31 -0.84,-10.31 2.64,-14.8 96.6,-128 208.67,-231.59 336.36,-310.89 360.46,-223.47 696.3,37.24 908.29,320.56 4,5.14 4,12.46 0,17.77l-50.72 67.18z"/>
|
||||
<path class="fil2" d="M10376.06 5731.01c64.63,-0.5 116.7,-55.34 116.19,-122.52 -0.5,-67.18 -53.19,-121.38 -117.9,-120.88 -64.66,0.5 -116.7,55.36 -116.2,122.53 0.51,67.18 53.21,121.37 117.91,120.87zm282.1 1.99c-25.74,59.19 -64,107.09 -114.87,143.83l-183.37 37.07c-37.74,-2.98 -79.81,-14.62 -126.37,-35.08 -34.42,-15.12 -61.68,-34.58 -82.13,-58.69 -84.14,-99.42 -101.09,-210.99 -51.06,-334.83 44.08,-93.63 116.9,-150.98 218.31,-172.1 233.76,-48.54 425.64,206.16 339.5,419.8z"/>
|
||||
<path class="fil2" d="M12988.29 5734.5c64.06,-0.67 115.43,-55.7 114.76,-122.75 -0.65,-67.13 -53.21,-120.98 -117.33,-120.31 -64.06,0.67 -115.45,55.69 -114.76,122.75 0.67,67.12 53.19,120.98 117.33,120.31zm286.17 -216.97c38.43,123.03 16.64,225.94 -65.49,308.74 -54.03,54.71 -127.69,85.14 -220.63,91.28 -46.08,4.67 -90.96,-5 -134.84,-28.75 -17.46,-9.49 -26.76,-8.49 -45.73,-5.16 -0.5,-8.49 -5.14,-16.96 -13.63,-25.28 -58.19,-56.68 -93.61,-123.86 -106.07,-201.5 -25.78,-379.41 439.92,-475.2 586.39,-139.34z"/>
|
||||
<path class="fil2" d="M9535.88 6313.78c72.2,-8.66 123.4,-76.01 114.47,-150.17 -9.03,-74.14 -74.87,-127.33 -146.99,-118.55 -72.2,8.67 -123.42,76 -114.47,150.18 9.01,74.13 74.85,127.34 146.99,118.54zm246.59 64.17l-162.1 121.54c-17.46,0.48 -35.73,2.15 -54.53,4.64 -233.78,31.93 -416.82,-194.87 -352.14,-416.15 48.38,-165.76 225.79,-263.53 388.38,-215.65 193.54,57.04 288.63,274.18 197.21,464.05 -6.83,14.28 -12.48,28.08 -16.81,41.57z"/>
|
||||
<path class="fil2" d="M13937.31 6087.54c-49.33,-53.6 -133.78,-56.26 -188.73,-5.8 -54.95,50.46 -59.45,134.92 -10.03,188.55 49.33,53.6 133.8,56.26 188.74,5.8 54.95,-50.45 59.43,-134.92 10.01,-188.56zm-203.62 405.12l-165.43 -129.85c-78.32,-150.64 -60.36,-329.2 73.98,-435.28 205.18,-161.94 516.76,-1.82 514.44,253.23 -0.52,43.55 -11.98,88.11 -34.44,133.83 -75.98,154.29 -205.49,213.65 -388.55,178.06z"/>
|
||||
<path class="fil2" d="M10543.28 5876.83l14.14 208.32c0.98,14.3 8.32,27.43 20.13,35.59 115.04,79.48 238.9,144.31 352.96,224.96 74.17,52.35 102.93,100.93 105.09,199.34 1.01,48.72 0.84,96.6 -0.52,143.98 -63,28.1 -127.84,45.56 -194.52,52.04l-0.33 -184.87c0,-14.3 -7.13,-27.44 -18.95,-35.25 -106.42,-70.32 -226.61,-148.64 -360.44,-234.93 -69.84,-45.22 -93.13,-100.59 -97.6,-187.38 -3.16,-59.34 -4.16,-121.02 -3.32,-184.71l183.37 -37.07z"/>
|
||||
<path class="fil2" d="M12988.35 5917.55c3.47,97.27 2.65,180.57 -2.51,249.9 -4.31,58.36 -45.73,95.43 -102.58,131.66 -120.2,76.32 -237.25,151.63 -350.81,225.96 -15.96,10.48 -23.94,25.11 -23.94,44.22l0 441.93c0,3.82 4.48,5.81 7.32,3.15 42.05,-39.39 96.27,-66.17 136.18,-91.27 302.43,-190.04 607.84,-376.75 916.27,-560.31l165.43 129.85c-56.37,44.24 -97.27,73.99 -122.55,89.45 -357.46,218.81 -722.92,448.57 -1091.19,670.21 -135.16,81.32 -295.28,179.57 -480.01,294.79 -11.12,6.82 -17.79,18.94 -17.79,31.92l0 486.8c0,8.49 -4.31,12.8 -12.78,12.8l-176.4 0c-6.65,0 -9.98,-3.32 -10.15,-9.97 -1.84,-297.43 -2.67,-450.06 -2.82,-457.89 -4.34,-173.9 8.97,-378.41 5.81,-570.94 -0.33,-16.31 -2.33,-43.23 -12.31,-63.52 -24.42,-49.55 -47.52,-89.44 -22.6,-140.32 26.77,-54.38 80.63,-99.42 144.81,-92.6 62.69,6.65 114.56,56.37 123.2,122.69 5.81,45.56 2.68,79.98 -9.47,103.42 -18.11,34.58 -27.1,55.19 -26.77,61.67 4.83,100.59 5.81,189.38 2.99,266.36 -0.16,4.83 1.84,5.82 5.81,3.33l259.54 -161.94c15.14,-9.47 24.11,-26.26 23.77,-44.22 -4.16,-202.02 -4.81,-390.72 -2.17,-565.96 1.19,-79.98 37.6,-143.16 108.91,-189.2 89.62,-58.02 204.67,-129.7 345.5,-214.98 19.11,-11.63 28.61,-29.76 28.25,-54.36 -0.98,-63.02 3.16,-125.2 12.48,-186.55 18.96,-3.33 28.27,-4.33 45.73,5.16 43.91,23.76 88.78,33.42 134.84,28.75z"/>
|
||||
<path class="fil2" d="M9782.47 6377.94c344.33,195.36 683.51,398.69 1017.19,610.18 12.63,7.99 23.61,16.29 33.08,25.11 3.83,3.66 10.33,0.84 10.33,-4.49l-2.51 -267.68c66.68,-6.48 131.52,-23.94 194.52,-52.04l0.17 396.7c0,19.11 8.15,33.58 24.46,43.72l273.66 169.25c4.83,2.99 10.81,-0.5 10.81,-6.15 -2.15,-136.17 -2.99,-219.79 -2.5,-250.9 0.67,-43.38 -25.59,-68.31 -32.73,-102.08 -19.96,-92.44 8.3,-154.12 84.6,-185.21 66.84,-27.1 132.87,6.48 165.95,69.5 27.42,52.19 23.27,104.73 -12.31,157.61 -4.16,6.31 -6.48,13.97 -6.48,21.62l0 1064.57c0,5.48 -4.31,9.81 -9.81,9.81l-177.06 0c-6.99,0 -10.5,-3.49 -10.5,-10.31l0 -486.82c0,-13.13 -6.98,-25.42 -18.27,-32.41 -87.31,-52.21 -179.25,-114.22 -262.71,-163.78 -454.87,-270.33 -910.77,-545.34 -1367.5,-824.99 -32.74,-20.11 -57.52,-39.9 -74.5,-59.68l162.12 -121.53z"/>
|
||||
<path class="fil2" d="M10185.83 7236.51c-53.36,-29.77 -93.26,-49.05 -119.71,-57.86 6.48,83.64 1.32,160.6 -15.47,230.61 -37.74,81.63 -93.1,139.5 -166.1,173.73 -55.69,26.11 -114.87,33.6 -177.22,22.28 -58.69,-10.64 -115.54,-35.08 -170.93,-73.14 6.98,28.75 29.44,54.68 67.51,77.97 191.69,117.53 409,24.11 509.25,-163.27 1.34,-11.81 5.33,-15.79 12.13,-11.96 167.94,97.58 337.2,195.18 507.61,292.62 71.99,-41.07 154.14,-68.16 246.24,-81.15 -183.73,-118.53 -414.83,-255.04 -693.31,-409.83z"/>
|
||||
<path class="fil2" d="M13649.06 7611.44c-117.38,11.15 -215.32,-29.42 -293.95,-122.04 -67.16,-90.29 -90.62,-195.18 -70.49,-314.4 -68.18,23.12 -141.49,59.02 -219.98,107.41 -64.67,39.91 -215.46,128.86 -452.38,266.86 -60.03,34.92 -106.26,69.33 -139.02,103.25 79.32,-0.33 132.2,3.32 158.61,10.79 26.78,7.48 63.37,28.27 109.75,62.2 128.02,-83.97 283.98,-179.23 467.85,-285.64 19.12,-11.14 32.09,-3.67 38.58,22.1 47.21,71.66 94.44,120.21 141.65,145.49 167.44,90.11 309.74,69.5 426.96,-62.02 -66.66,39.73 -122.53,61.85 -167.59,66.01z"/>
|
||||
<path class="fil2" d="M10967.76 7957.09c0,-68.16 -55.36,-123.53 -123.53,-123.53 -68.16,0 -123.55,55.36 -123.55,123.53 0,68.17 55.39,123.53 123.55,123.53 68.16,0 123.53,-55.36 123.53,-123.53zm-88.61 -310.74c86.27,18.46 154.29,59.86 203.65,124.2 143.83,186.71 53.55,455.72 -183.7,499.28 -178.58,32.76 -329.52,-85.96 -359.97,-261.36 -17.46,-101.08 13.8,-194.68 93.78,-280.97 71.99,-41.07 154.14,-68.16 246.24,-81.15z"/>
|
||||
<path class="fil2" d="M12658.47 7954.27c0,-68.67 -55.7,-124.37 -124.36,-124.37 -68.67,0 -124.37,55.7 -124.37,124.37 0,68.67 55.7,124.37 124.37,124.37 68.66,0 124.36,-55.7 124.36,-124.37zm-185.23 -301.78c79.32,-0.33 132.2,3.33 158.61,10.81 26.78,7.49 63.37,28.27 109.75,62.18 80.98,77.97 113.55,175.07 97.43,291.13 -24.77,179.07 -203,286.47 -368.79,249.22 -195.68,-43.89 -287.62,-234.75 -223.62,-421.63 36.75,-107.07 112.24,-170.93 226.61,-191.71z"/>
|
||||
<path class="fil2" d="M14214.58 8554.49c-29.99,41.57 -51.63,63.63 -56.57,107.76 -20.57,187.05 -53.14,349.45 -97.5,486.98 -128.54,398.08 -422.07,648.33 -845.85,679.4 -40.49,2.99 -115.9,-6.65 -226.26,-29.14 -299.94,-60.86 -543.32,-305.52 -689.45,-561.33 -25.5,-44.78 -9.41,-85.28 38.15,-99.2 482.27,-141.84 933.26,-283.67 1342.7,-466.64 108.82,-48.63 236.75,-113.97 383.49,-196.24 65.58,-36.64 122.14,-56.14 157.91,28.07 7.28,17.14 5.14,33.84 -6.63,50.35zm-4950.04 314.09c-14.55,-74.35 -28.91,-150.4 -43.07,-228.19 -4.07,-22.27 -18.2,-52.27 -42.4,-90.19 -29.79,-46.29 38.78,-105.4 78.62,-105.63 51.65,-0.22 171.61,77.99 201.38,92.13 506.06,241.9 1028.63,438.56 1567.66,589.83 36.42,10.31 115.71,64.48 72.43,115.06 -21.86,25.5 -33.01,38.57 -33.66,39.43 -45.63,76.06 -99.2,146.76 -160.68,212.1 -274.66,286.88 -660.96,425.71 -1038.9,267.38 -357.37,-149.98 -538.19,-530.91 -601.4,-891.92zm3101.48 1773.34c-28.29,39.63 -62.76,74.77 -103.7,105.4 -179.53,134.36 -344.51,247.26 -561.11,265.69 -99.85,-10.5 -195.61,-40.94 -287.33,-91.06 -96.84,-52.92 -392.93,-225.61 -392.06,-349.23 0.21,-51.84 25.69,-90.41 76.04,-115.67 48.85,-24.44 115.06,4.9 157.91,30.62 109.27,65.14 194.33,113.76 255.38,146.12 53.79,28.29 113.76,52.92 180.2,73.7 68.98,-10.07 133.68,-31.93 193.9,-65.36 67.05,-37.25 169.68,-95.54 307.64,-174.6 122.77,-70.48 257.53,55.7 173.12,174.4zm2386.75 -3421.77c-1.3,-7.28 -9.87,-10.94 -16.08,-6.65 -8.77,6 -16.7,13.28 -24.2,22.07 -183.62,212.76 -382.21,405.15 -595.82,577.2 -270.16,217.45 -590.47,387.58 -960.92,510.76 -198.17,60.64 -398.28,115.06 -600.54,163.48 -362.93,86.77 -668.24,193.68 -862.57,516.55 -2.36,4.07 -8.16,4.07 -10.49,0 -139.06,-245.53 -385.23,-387.79 -655.59,-460.85 -105.42,-28.49 -278.75,-73.04 -520,-134.12 -403.85,-101.76 -804.51,-263.51 -1157.16,-528.55 -240.82,-181.05 -468.76,-395.72 -683.89,-644.24 -20.77,-24.22 -34.7,-20.79 -41.33,10.49 -148.47,695.88 -120.41,1467.61 133.47,2141.21 130.48,371.07 317.95,714.51 562.41,1030.32 324.59,409.87 720.53,738.95 1187.8,987.7 246.6,137.53 502.83,254.75 768.93,351.59 135.64,49.27 272.12,85.92 409.44,109.91 91.27,-10.94 161.75,-23.37 211.68,-37.49 151.04,-42.64 315.37,-103.49 493.19,-182.13 308.33,-136.68 600.77,-301.66 877.15,-494.91 310.02,-216.6 581.04,-475.62 813.08,-776.86 353.52,-457.66 608.25,-1008.48 700.61,-1580.53 84.41,-522.55 64.06,-1062.04 -29.14,-1574.94z"/>
|
||||
<path class="fil2" d="M9926.75 7361.86c0,-83.69 -67.7,-151.39 -151.39,-151.39 -83.69,0 -151.41,67.7 -151.41,151.39 0,83.71 67.72,151.4 151.41,151.4 83.69,0 151.39,-67.7 151.39,-151.4zm179.73 -109.9c6.85,88.44 1.39,169.87 -16.37,243.88 -39.93,86.35 -98.47,147.55 -175.66,183.76 -58.92,27.6 -121.5,35.53 -187.45,23.55 -62.07,-11.24 -122.21,-37.09 -180.76,-77.36 -113.61,-110.6 -143.68,-241.6 -90.04,-393.01 38.17,-107.61 130.83,-185.34 246.18,-209.78 141.19,-29.72 258.83,16.18 352.91,137.68 12.31,16.01 29.37,46.42 51.19,91.27z"/>
|
||||
<path class="fil2" d="M13696.75 7318.15c0,-81.9 -66.46,-148.36 -148.35,-148.36 -81.89,0 -148.36,66.46 -148.36,148.36 0,81.89 66.47,148.34 148.36,148.34 81.89,0 148.35,-66.45 148.35,-148.34zm76.52 277.95c-69.58,41.47 -127.88,64.54 -174.9,68.89 -122.49,11.63 -224.7,-30.7 -306.73,-127.35 -70.12,-94.21 -94.58,-203.69 -73.58,-328.09 25.51,-59.69 62.97,-110.17 112.77,-151.31 233.72,-193.62 568.58,-10.76 560.26,283.87 -2.6,90.39 -41.81,175.07 -117.81,254.01z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 11 KiB |
35
src/main/resources/icons/proxyRounded_dark.svg
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="128px" height="128px" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
|
||||
viewBox="7600 4175 8200 8200"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
.fil0 {fill:#091423}
|
||||
.fil2 {fill:#091423;fill-rule:nonzero}
|
||||
.fil1 {fill:white;fill-rule:nonzero}
|
||||
]]>
|
||||
</style>
|
||||
</defs>
|
||||
<g id="Layer_x0020_1">
|
||||
<metadata id="CorelCorpID_0Corel-Layer"/>
|
||||
<g id="_1795317850640">
|
||||
<path class="fil1" d="M15657.84 8267.42c0,2190 -1775.34,3965.34 -3965.35,3965.34 -2190,0 -3965.35,-1775.34 -3965.35,-3965.34 0,-2190.01 1775.35,-3965.35 3965.35,-3965.35 2190.01,0 3965.35,1775.34 3965.35,3965.35z"/>
|
||||
<path class="fil2" d="M11910.24 5583.59c-15.56,-121.43 -131.46,-206.72 -258.74,-190.45 -127.27,16.33 -217.86,128.04 -202.36,249.53 15.58,121.43 131.46,206.72 258.72,190.47 127.28,-16.35 217.9,-128.06 202.37,-249.55zm340.89 109.84c-119.2,142.66 -286.14,284.32 -463.86,323.06 -286.64,62.5 -531.04,-139.67 -701.79,-354.15 -14.8,-13.8 -25.11,-30.09 -30.92,-48.71 -1.67,-5.31 -0.84,-10.31 2.64,-14.8 96.6,-128 208.67,-231.59 336.36,-310.89 360.46,-223.47 696.3,37.24 908.29,320.56 4,5.14 4,12.46 0,17.77l-50.72 67.18z"/>
|
||||
<path class="fil2" d="M10376.06 5731.01c64.63,-0.5 116.7,-55.34 116.19,-122.52 -0.5,-67.18 -53.19,-121.38 -117.9,-120.88 -64.66,0.5 -116.7,55.36 -116.2,122.53 0.51,67.18 53.21,121.37 117.91,120.87zm282.1 1.99c-25.74,59.19 -64,107.09 -114.87,143.83l-183.37 37.07c-37.74,-2.98 -79.81,-14.62 -126.37,-35.08 -34.42,-15.12 -61.68,-34.58 -82.13,-58.69 -84.14,-99.42 -101.09,-210.99 -51.06,-334.83 44.08,-93.63 116.9,-150.98 218.31,-172.1 233.76,-48.54 425.64,206.16 339.5,419.8z"/>
|
||||
<path class="fil2" d="M12988.29 5734.5c64.06,-0.67 115.43,-55.7 114.76,-122.75 -0.65,-67.13 -53.21,-120.98 -117.33,-120.31 -64.06,0.67 -115.45,55.69 -114.76,122.75 0.67,67.12 53.19,120.98 117.33,120.31zm286.17 -216.97c38.43,123.03 16.64,225.94 -65.49,308.74 -54.03,54.71 -127.69,85.14 -220.63,91.28 -46.08,4.67 -90.96,-5 -134.84,-28.75 -17.46,-9.49 -26.76,-8.49 -45.73,-5.16 -0.5,-8.49 -5.14,-16.96 -13.63,-25.28 -58.19,-56.68 -93.61,-123.86 -106.07,-201.5 -25.78,-379.41 439.92,-475.2 586.39,-139.34z"/>
|
||||
<path class="fil2" d="M9535.88 6313.78c72.2,-8.66 123.4,-76.01 114.47,-150.17 -9.03,-74.14 -74.87,-127.33 -146.99,-118.55 -72.2,8.67 -123.42,76 -114.47,150.18 9.01,74.13 74.85,127.34 146.99,118.54zm246.59 64.17l-162.1 121.54c-17.46,0.48 -35.73,2.15 -54.53,4.64 -233.78,31.93 -416.82,-194.87 -352.14,-416.15 48.38,-165.76 225.79,-263.53 388.38,-215.65 193.54,57.04 288.63,274.18 197.21,464.05 -6.83,14.28 -12.48,28.08 -16.81,41.57z"/>
|
||||
<path class="fil2" d="M13937.31 6087.54c-49.33,-53.6 -133.78,-56.26 -188.73,-5.8 -54.95,50.46 -59.45,134.92 -10.03,188.55 49.33,53.6 133.8,56.26 188.74,5.8 54.95,-50.45 59.43,-134.92 10.01,-188.56zm-203.62 405.12l-165.43 -129.85c-78.32,-150.64 -60.36,-329.2 73.98,-435.28 205.18,-161.94 516.76,-1.82 514.44,253.23 -0.52,43.55 -11.98,88.11 -34.44,133.83 -75.98,154.29 -205.49,213.65 -388.55,178.06z"/>
|
||||
<path class="fil2" d="M10543.28 5876.83l14.14 208.32c0.98,14.3 8.32,27.43 20.13,35.59 115.04,79.48 238.9,144.31 352.96,224.96 74.17,52.35 102.93,100.93 105.09,199.34 1.01,48.72 0.84,96.6 -0.52,143.98 -63,28.1 -127.84,45.56 -194.52,52.04l-0.33 -184.87c0,-14.3 -7.13,-27.44 -18.95,-35.25 -106.42,-70.32 -226.61,-148.64 -360.44,-234.93 -69.84,-45.22 -93.13,-100.59 -97.6,-187.38 -3.16,-59.34 -4.16,-121.02 -3.32,-184.71l183.37 -37.07z"/>
|
||||
<path class="fil2" d="M12988.35 5917.55c3.47,97.27 2.65,180.57 -2.51,249.9 -4.31,58.36 -45.73,95.43 -102.58,131.66 -120.2,76.32 -237.25,151.63 -350.81,225.96 -15.96,10.48 -23.94,25.11 -23.94,44.22l0 441.93c0,3.82 4.48,5.81 7.32,3.15 42.05,-39.39 96.27,-66.17 136.18,-91.27 302.43,-190.04 607.84,-376.75 916.27,-560.31l165.43 129.85c-56.37,44.24 -97.27,73.99 -122.55,89.45 -357.46,218.81 -722.92,448.57 -1091.19,670.21 -135.16,81.32 -295.28,179.57 -480.01,294.79 -11.12,6.82 -17.79,18.94 -17.79,31.92l0 486.8c0,8.49 -4.31,12.8 -12.78,12.8l-176.4 0c-6.65,0 -9.98,-3.32 -10.15,-9.97 -1.84,-297.43 -2.67,-450.06 -2.82,-457.89 -4.34,-173.9 8.97,-378.41 5.81,-570.94 -0.33,-16.31 -2.33,-43.23 -12.31,-63.52 -24.42,-49.55 -47.52,-89.44 -22.6,-140.32 26.77,-54.38 80.63,-99.42 144.81,-92.6 62.69,6.65 114.56,56.37 123.2,122.69 5.81,45.56 2.68,79.98 -9.47,103.42 -18.11,34.58 -27.1,55.19 -26.77,61.67 4.83,100.59 5.81,189.38 2.99,266.36 -0.16,4.83 1.84,5.82 5.81,3.33l259.54 -161.94c15.14,-9.47 24.11,-26.26 23.77,-44.22 -4.16,-202.02 -4.81,-390.72 -2.17,-565.96 1.19,-79.98 37.6,-143.16 108.91,-189.2 89.62,-58.02 204.67,-129.7 345.5,-214.98 19.11,-11.63 28.61,-29.76 28.25,-54.36 -0.98,-63.02 3.16,-125.2 12.48,-186.55 18.96,-3.33 28.27,-4.33 45.73,5.16 43.91,23.76 88.78,33.42 134.84,28.75z"/>
|
||||
<path class="fil2" d="M9782.47 6377.94c344.33,195.36 683.51,398.69 1017.19,610.18 12.63,7.99 23.61,16.29 33.08,25.11 3.83,3.66 10.33,0.84 10.33,-4.49l-2.51 -267.68c66.68,-6.48 131.52,-23.94 194.52,-52.04l0.17 396.7c0,19.11 8.15,33.58 24.46,43.72l273.66 169.25c4.83,2.99 10.81,-0.5 10.81,-6.15 -2.15,-136.17 -2.99,-219.79 -2.5,-250.9 0.67,-43.38 -25.59,-68.31 -32.73,-102.08 -19.96,-92.44 8.3,-154.12 84.6,-185.21 66.84,-27.1 132.87,6.48 165.95,69.5 27.42,52.19 23.27,104.73 -12.31,157.61 -4.16,6.31 -6.48,13.97 -6.48,21.62l0 1064.57c0,5.48 -4.31,9.81 -9.81,9.81l-177.06 0c-6.99,0 -10.5,-3.49 -10.5,-10.31l0 -486.82c0,-13.13 -6.98,-25.42 -18.27,-32.41 -87.31,-52.21 -179.25,-114.22 -262.71,-163.78 -454.87,-270.33 -910.77,-545.34 -1367.5,-824.99 -32.74,-20.11 -57.52,-39.9 -74.5,-59.68l162.12 -121.53z"/>
|
||||
<path class="fil2" d="M10185.83 7236.51c-53.36,-29.77 -93.26,-49.05 -119.71,-57.86 6.48,83.64 1.32,160.6 -15.47,230.61 -37.74,81.63 -93.1,139.5 -166.1,173.73 -55.69,26.11 -114.87,33.6 -177.22,22.28 -58.69,-10.64 -115.54,-35.08 -170.93,-73.14 6.98,28.75 29.44,54.68 67.51,77.97 191.69,117.53 409,24.11 509.25,-163.27 1.34,-11.81 5.33,-15.79 12.13,-11.96 167.94,97.58 337.2,195.18 507.61,292.62 71.99,-41.07 154.14,-68.16 246.24,-81.15 -183.73,-118.53 -414.83,-255.04 -693.31,-409.83z"/>
|
||||
<path class="fil2" d="M13649.06 7611.44c-117.38,11.15 -215.32,-29.42 -293.95,-122.04 -67.16,-90.29 -90.62,-195.18 -70.49,-314.4 -68.18,23.12 -141.49,59.02 -219.98,107.41 -64.67,39.91 -215.46,128.86 -452.38,266.86 -60.03,34.92 -106.26,69.33 -139.02,103.25 79.32,-0.33 132.2,3.32 158.61,10.79 26.78,7.48 63.37,28.27 109.75,62.2 128.02,-83.97 283.98,-179.23 467.85,-285.64 19.12,-11.14 32.09,-3.67 38.58,22.1 47.21,71.66 94.44,120.21 141.65,145.49 167.44,90.11 309.74,69.5 426.96,-62.02 -66.66,39.73 -122.53,61.85 -167.59,66.01z"/>
|
||||
<path class="fil2" d="M10967.76 7957.09c0,-68.16 -55.36,-123.53 -123.53,-123.53 -68.16,0 -123.55,55.36 -123.55,123.53 0,68.17 55.39,123.53 123.55,123.53 68.16,0 123.53,-55.36 123.53,-123.53zm-88.61 -310.74c86.27,18.46 154.29,59.86 203.65,124.2 143.83,186.71 53.55,455.72 -183.7,499.28 -178.58,32.76 -329.52,-85.96 -359.97,-261.36 -17.46,-101.08 13.8,-194.68 93.78,-280.97 71.99,-41.07 154.14,-68.16 246.24,-81.15z"/>
|
||||
<path class="fil2" d="M12658.47 7954.27c0,-68.67 -55.7,-124.37 -124.36,-124.37 -68.67,0 -124.37,55.7 -124.37,124.37 0,68.67 55.7,124.37 124.37,124.37 68.66,0 124.36,-55.7 124.36,-124.37zm-185.23 -301.78c79.32,-0.33 132.2,3.33 158.61,10.81 26.78,7.49 63.37,28.27 109.75,62.18 80.98,77.97 113.55,175.07 97.43,291.13 -24.77,179.07 -203,286.47 -368.79,249.22 -195.68,-43.89 -287.62,-234.75 -223.62,-421.63 36.75,-107.07 112.24,-170.93 226.61,-191.71z"/>
|
||||
<path class="fil2" d="M14214.58 8554.49c-29.99,41.57 -51.63,63.63 -56.57,107.76 -20.57,187.05 -53.14,349.45 -97.5,486.98 -128.54,398.08 -422.07,648.33 -845.85,679.4 -40.49,2.99 -115.9,-6.65 -226.26,-29.14 -299.94,-60.86 -543.32,-305.52 -689.45,-561.33 -25.5,-44.78 -9.41,-85.28 38.15,-99.2 482.27,-141.84 933.26,-283.67 1342.7,-466.64 108.82,-48.63 236.75,-113.97 383.49,-196.24 65.58,-36.64 122.14,-56.14 157.91,28.07 7.28,17.14 5.14,33.84 -6.63,50.35zm-4950.04 314.09c-14.55,-74.35 -28.91,-150.4 -43.07,-228.19 -4.07,-22.27 -18.2,-52.27 -42.4,-90.19 -29.79,-46.29 38.78,-105.4 78.62,-105.63 51.65,-0.22 171.61,77.99 201.38,92.13 506.06,241.9 1028.63,438.56 1567.66,589.83 36.42,10.31 115.71,64.48 72.43,115.06 -21.86,25.5 -33.01,38.57 -33.66,39.43 -45.63,76.06 -99.2,146.76 -160.68,212.1 -274.66,286.88 -660.96,425.71 -1038.9,267.38 -357.37,-149.98 -538.19,-530.91 -601.4,-891.92zm3101.48 1773.34c-28.29,39.63 -62.76,74.77 -103.7,105.4 -179.53,134.36 -344.51,247.26 -561.11,265.69 -99.85,-10.5 -195.61,-40.94 -287.33,-91.06 -96.84,-52.92 -392.93,-225.61 -392.06,-349.23 0.21,-51.84 25.69,-90.41 76.04,-115.67 48.85,-24.44 115.06,4.9 157.91,30.62 109.27,65.14 194.33,113.76 255.38,146.12 53.79,28.29 113.76,52.92 180.2,73.7 68.98,-10.07 133.68,-31.93 193.9,-65.36 67.05,-37.25 169.68,-95.54 307.64,-174.6 122.77,-70.48 257.53,55.7 173.12,174.4zm2386.75 -3421.77c-1.3,-7.28 -9.87,-10.94 -16.08,-6.65 -8.77,6 -16.7,13.28 -24.2,22.07 -183.62,212.76 -382.21,405.15 -595.82,577.2 -270.16,217.45 -590.47,387.58 -960.92,510.76 -198.17,60.64 -398.28,115.06 -600.54,163.48 -362.93,86.77 -668.24,193.68 -862.57,516.55 -2.36,4.07 -8.16,4.07 -10.49,0 -139.06,-245.53 -385.23,-387.79 -655.59,-460.85 -105.42,-28.49 -278.75,-73.04 -520,-134.12 -403.85,-101.76 -804.51,-263.51 -1157.16,-528.55 -240.82,-181.05 -468.76,-395.72 -683.89,-644.24 -20.77,-24.22 -34.7,-20.79 -41.33,10.49 -148.47,695.88 -120.41,1467.61 133.47,2141.21 130.48,371.07 317.95,714.51 562.41,1030.32 324.59,409.87 720.53,738.95 1187.8,987.7 246.6,137.53 502.83,254.75 768.93,351.59 135.64,49.27 272.12,85.92 409.44,109.91 91.27,-10.94 161.75,-23.37 211.68,-37.49 151.04,-42.64 315.37,-103.49 493.19,-182.13 308.33,-136.68 600.77,-301.66 877.15,-494.91 310.02,-216.6 581.04,-475.62 813.08,-776.86 353.52,-457.66 608.25,-1008.48 700.61,-1580.53 84.41,-522.55 64.06,-1062.04 -29.14,-1574.94z"/>
|
||||
<path class="fil2" d="M9926.75 7361.86c0,-83.69 -67.7,-151.39 -151.39,-151.39 -83.69,0 -151.41,67.7 -151.41,151.39 0,83.71 67.72,151.4 151.41,151.4 83.69,0 151.39,-67.7 151.39,-151.4zm179.73 -109.9c6.85,88.44 1.39,169.87 -16.37,243.88 -39.93,86.35 -98.47,147.55 -175.66,183.76 -58.92,27.6 -121.5,35.53 -187.45,23.55 -62.07,-11.24 -122.21,-37.09 -180.76,-77.36 -113.61,-110.6 -143.68,-241.6 -90.04,-393.01 38.17,-107.61 130.83,-185.34 246.18,-209.78 141.19,-29.72 258.83,16.18 352.91,137.68 12.31,16.01 29.37,46.42 51.19,91.27z"/>
|
||||
<path class="fil2" d="M13696.75 7318.15c0,-81.9 -66.46,-148.36 -148.35,-148.36 -81.89,0 -148.36,66.46 -148.36,148.36 0,81.89 66.47,148.34 148.36,148.34 81.89,0 148.35,-66.45 148.35,-148.34zm76.52 277.95c-69.58,41.47 -127.88,64.54 -174.9,68.89 -122.49,11.63 -224.7,-30.7 -306.73,-127.35 -70.12,-94.21 -94.58,-203.69 -73.58,-328.09 25.51,-59.69 62.97,-110.17 112.77,-151.31 233.72,-193.62 568.58,-10.76 560.26,283.87 -2.6,90.39 -41.81,175.07 -117.81,254.01z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 11 KiB |
|
|
@ -1,6 +1,6 @@
|
|||
project.label=CodeGPT
|
||||
notification.group.name=CodeGPT notification group
|
||||
notification.group.sticky.name=CodeGPT notification group sticky
|
||||
project.label=ProxyAI
|
||||
notification.group.name=notification.group.name
|
||||
notification.group.sticky.name=notification.group.sticky.name
|
||||
action.generateCommitMessage.title=Generate Message
|
||||
action.generateCommitMessage.description=Generate git commit message
|
||||
action.generateCommitMessage.serviceWarning=Messages can only be generated with OpenAI, Custom OpenAI, or Azure service
|
||||
|
|
@ -12,7 +12,7 @@ action.includeFilesInContext.dialog.description=Choose the files that you wish t
|
|||
action.includeFilesInContext.dialog.repeatableContext.label=Repeatable context:
|
||||
action.includeFilesInContext.dialog.restoreToDefaults.label=Restore to Defaults
|
||||
action.openSettings.title=Open Settings
|
||||
action.openSettings.description=Open CodeGPT settings
|
||||
action.openSettings.description=Open ProxyAI settings
|
||||
action.statusbar.startServer.text=Start Server
|
||||
action.statusbar.startServer.description=Start LLaMA Server
|
||||
action.statusbar.startServer.MainMenu.text=Start Server
|
||||
|
|
@ -33,17 +33,17 @@ action.statusbar.disableCodeAssistant.description=Disable Code Assistant
|
|||
action.statusbar.disableCodeAssistant.MainMenu.text=Disable Code Assistant
|
||||
action.compareWithOriginal.title=Compare with Original
|
||||
action.applyDirectly.title=Auto Apply
|
||||
action.explainGitCommit.title=Explain Commit with CodeGPT
|
||||
action.explainGitCommit.description=Generate a detailed explanation of the commit changes using CodeGPT
|
||||
settings.displayName=CodeGPT: Settings
|
||||
action.explainGitCommit.title=Explain Commit with ProxyAI
|
||||
action.explainGitCommit.description=Generate a detailed explanation of the commit changes using ProxyAI
|
||||
settings.displayName=ProxyAI: Settings
|
||||
settings.openaiQuotaExceeded=OpenAI quota exceeded.
|
||||
settingsConfigurable.displayName.label=Display name:
|
||||
settingsConfigurable.service.label=Selected provider:
|
||||
settingsConfigurable.service.codegpt.apiKey.comment=You can find the API key in your <a href="https://codegpt.ee/account">User settings</a>.
|
||||
settingsConfigurable.service.codegpt.apiKey.comment=You can find the API key in your <a href="https://tryproxy.io/account">User settings</a>.
|
||||
settingsConfigurable.service.codegpt.chatCompletionModel.comment=Choose a model optimized for conversational interactions, including assistance with general queries and explanations.
|
||||
settingsConfigurable.service.codegpt.codeCompletionModel.comment=Choose a model tailored for code completion-related tasks.
|
||||
settingsConfigurable.service.codegpt.enableCodeAssistant.comment=If checked, Code Assistant will suggest related code updates as you make changes.
|
||||
settingsConfigurable.service.codegpt.enableCodeCompletion.comment=If checked, CodeGPT will suggest changes as you type.
|
||||
settingsConfigurable.service.codegpt.enableCodeCompletion.comment=If checked, ProxyAI will suggest changes as you type.
|
||||
settingsConfigurable.service.custom.openai.apiKey.comment=A secret value stored in the system's Keychain or KeePass, depending on your OS. This approach is recommended over storing the secret in the header as plain text.
|
||||
settingsConfigurable.service.custom.openai.apiKey.provider.name=Custom provider name:
|
||||
settingsConfigurable.service.openai.apiKey.comment=You can find the API key in your <a href="https://platform.openai.com/account/api-keys">User settings</a>.
|
||||
|
|
@ -115,7 +115,7 @@ settingsConfigurable.shared.apiKey.comment=API Key for authentication, added to
|
|||
settingsConfigurable.shared.baseHost.label=Base host:
|
||||
settingsConfigurable.shared.path.label=Path:
|
||||
settingsConfigurable.shared.model.label=Model:
|
||||
configurationConfigurable.displayName=CodeGPT: Configuration
|
||||
configurationConfigurable.displayName=ProxyAI: Configuration
|
||||
configurationConfigurable.table.title=Editor Actions
|
||||
configurationConfigurable.table.emptyText=No actions configured
|
||||
configurationConfigurable.table.header.actionColumnLabel=Action
|
||||
|
|
@ -162,7 +162,7 @@ settingsConfigurable.service.custom.openai.linkToDocs=Link to API docs
|
|||
settingsConfigurable.service.custom.openai.connectionSuccess=Connection successful.
|
||||
settingsConfigurable.service.custom.openai.connectionFailed=Connection failed.
|
||||
settingsConfigurable.service.ollama.models.refresh=Refresh Models
|
||||
advancedSettingsConfigurable.displayName=CodeGPT: Advanced Settings
|
||||
advancedSettingsConfigurable.displayName=ProxyAI: Advanced Settings
|
||||
advancedSettingsConfigurable.proxy.title=HTTP/SOCKS Proxy
|
||||
advancedSettingsConfigurable.proxy.typeComboBoxField.label=Proxy:
|
||||
advancedSettingsConfigurable.proxy.hostField.label=Host name:
|
||||
|
|
@ -180,11 +180,11 @@ dialog.tokenLimitExceeded.description=The maximum default token limit has been r
|
|||
dialog.tokenSoftLimitExceeded.title=Soft Limit Exceeded
|
||||
dialog.tokenSoftLimitExceeded.description=Warning: The 'git diff' output contains %d tokens, indicating a substantial amount of changes. Are you sure you want to continue?
|
||||
dialog.continue=Continue
|
||||
editor.diff.title=CodeGPT Diff
|
||||
editor.diff.local.content.title=CodeGPT suggested code
|
||||
editor.diff.title=ProxyAI Diff
|
||||
editor.diff.local.content.title=ProxyAI suggested code
|
||||
toolwindow.chat.editor.action.copy.description=Copy generated code
|
||||
toolwindow.chat.editor.action.autoApply.title=Auto Apply
|
||||
toolwindow.chat.editor.action.autoApply.disabledTitle=Auto apply is only available with CodeGPT provider
|
||||
toolwindow.chat.editor.action.autoApply.disabledTitle=Auto apply is only available with ProxyAI provider
|
||||
toolwindow.chat.editor.action.autoApply.description=Apply suggested changes automatically
|
||||
toolwindow.chat.editor.action.autoApply.noActiveFile=Active file not found
|
||||
toolwindow.chat.editor.action.autoApply.fileTooLarge=Active file too large to process
|
||||
|
|
@ -192,7 +192,7 @@ toolwindow.chat.editor.action.autoApply.accept=Accept
|
|||
toolwindow.chat.editor.action.autoApply.reject=Reject
|
||||
toolwindow.chat.editor.action.autoApply.error=Something went wrong while applying changes. {0}
|
||||
toolwindow.chat.editor.action.autoApply.taskTitle=Apply changes
|
||||
toolwindow.chat.editor.action.autoApply.loadingMessage=CodeGPT: Applying changes
|
||||
toolwindow.chat.editor.action.autoApply.loadingMessage=ProxyAI: Applying changes
|
||||
toolwindow.chat.editor.action.diff.description=Diff editor code against the generated one
|
||||
toolwindow.chat.editor.action.edit.title=Edit Source
|
||||
toolwindow.chat.editor.action.disableEditing.title=Disable Editing
|
||||
|
|
@ -214,7 +214,7 @@ toolwindow.chat.youProCheckBox.enable=Turn on for complex queries
|
|||
toolwindow.chat.youProCheckBox.disable=Turn off for faster responses
|
||||
toolwindow.chat.youProCheckBox.notAllowed=Enable by subscribing to YouPro plan
|
||||
toolwindow.chat.textArea.emptyText=Ask anything... Use '@' to include additional context
|
||||
service.codegpt.title=CodeGPT
|
||||
service.codegpt.title=ProxyAI
|
||||
service.openai.title=OpenAI
|
||||
service.custom.openai.title=Custom OpenAI
|
||||
service.anthropic.title=Anthropic
|
||||
|
|
@ -228,15 +228,15 @@ validation.error.invalidEmail=The email you entered is invalid.
|
|||
validation.error.mustBeNumber=Value must be number.
|
||||
validation.error.mustBeBetweenZeroAndOne=Value must be between 0 and 1.
|
||||
validation.error.mustBeGreaterThanZero=Value must be greater than 0
|
||||
checkForUpdatesTask.title=Checking for CodeGPT update...
|
||||
checkForUpdatesTask.notification.message=An update for CodeGPT is available.
|
||||
checkForUpdatesTask.title=Checking for ProxyAI update...
|
||||
checkForUpdatesTask.notification.message=An update for ProxyAI is available.
|
||||
checkForUpdatesTask.notification.installButton=Install update
|
||||
llamaServerAgent.buildingProject.description=Building server...
|
||||
llamaServerAgent.serverBootup.description=Booting up server...
|
||||
notification.compilationError.description=CodeGPT has detected a compilation error. Would you like assistance in resolving it?
|
||||
notification.compilationError.description=ProxyAI has detected a compilation error. Would you like assistance in resolving it?
|
||||
notification.compilationError.okLabel=Resolve errors
|
||||
notification.completionError.description=Completion failed:<br/>%s
|
||||
statusBar.widget.tooltip=Status
|
||||
statusBar.widget.tooltip=ProxyAI: Status
|
||||
shared.promptTemplate=Prompt template:
|
||||
shared.infillPromptTemplate=Infill template:
|
||||
shared.apiVersion=API version:
|
||||
|
|
@ -272,7 +272,7 @@ shared.enableCodeAssistant=<html>Enable Code Assistant <small><strong><sup style
|
|||
codeCompletionsForm.enableFeatureText=Enable code completions
|
||||
codeCompletionsForm.parseResponseAsChatCompletions=Parse response as Chat Completions
|
||||
codeCompletionsForm.overrideFimTemplate.label=Use built-in FIM template
|
||||
codeCompletionsForm.overrideFimTemplate.description=If checked, CodeGPT will apply the corresponding FIM template for the selected model.
|
||||
codeCompletionsForm.overrideFimTemplate.description=If checked, ProxyAI will apply the corresponding FIM template for the selected model.
|
||||
codeCompletionsForm.selectFimTemplate=FIM template:
|
||||
codeCompletionsForm.maxTokensLabel=Max tokens:
|
||||
codeCompletionsForm.maxTokensComment=The maximum number of tokens that will be generated in the code completion.
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ import testsupport.IntegrationTest
|
|||
|
||||
class CodeCompletionServiceTest : IntegrationTest() {
|
||||
|
||||
fun `test code completion with CodeGPT provider`() {
|
||||
fun `test code completion with ProxyAI provider`() {
|
||||
useCodeGPTService()
|
||||
service<ConfigurationSettings>().state.codeCompletionSettings.multiLineEnabled = false
|
||||
myFixture.configureByText(
|
||||
|
|
|
|||