Initial cleanup
@ -14,20 +14,19 @@ markdown: kramdown
|
||||
|
||||
|
||||
### content configuration ###
|
||||
title: "VSCodium - The advanced editor"
|
||||
title: "VSCodium - Open Source Binaries of VSCode"
|
||||
keywords: "vscodium, vscode, visual, studio, code, atom, electron, development, programming, ide, editor"
|
||||
description: "Free/Libre Open Source Software Binaries of VSCode"
|
||||
source_link: "https://github.com/VSCodium/vscodium"
|
||||
favicon: "img/favicon.ico"
|
||||
touch_icon: "img/apple-touch-icon.png"
|
||||
#google_analytics_key:
|
||||
|
||||
|
||||
### template colors, used site-wide via css ###
|
||||
colors:
|
||||
black: '#111111'
|
||||
white: '#f8f8f8'
|
||||
blue: '#49a7e9'
|
||||
blue: '#CDECFF'
|
||||
green: '#9bcf2f'
|
||||
purple: '#c869bf'
|
||||
orange: '#fab125'
|
||||
|
||||
@ -1,15 +0,0 @@
|
||||
{% if site.google_analytics_key %}
|
||||
<script type="text/javascript">
|
||||
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', '{{ site.google_analytics_key }}']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
</script>
|
||||
{% endif %}
|
||||
@ -12,19 +12,7 @@ style: center
|
||||
<img src="img/vscodium.png" />
|
||||
</span>
|
||||
|
||||
# The all-in-one kit for developers!
|
||||
{: .text-purple}
|
||||
|
||||
<div class="intro-text">
|
||||
VSCodium is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).
|
||||
</div>
|
||||
|
||||
|
||||
<span id="forkongithub">
|
||||
<a href="{{ site.source_link }}" class="bg-blue">
|
||||
Fork me on GitHub
|
||||
</a>
|
||||
</span>
|
||||
### VSCodium is a community-driven, freely-licensed binary distribution of Microsoft's editor VSCode
|
||||
|
||||
|
||||
[](https://github.com/vscodium/vscodium/releases)
|
||||
|
||||
@ -1,32 +0,0 @@
|
||||
---
|
||||
title: "Platforms"
|
||||
bg: orange
|
||||
color: black
|
||||
icon: img/os-circle-logo.png
|
||||
---
|
||||
|
||||
|
||||
## Available on any platform
|
||||
|
||||
#### VSCodium is available on windows, Mac OS and Linux.
|
||||
|
||||
<div class="link-button">
|
||||
<a href="#install" style="color: white;text-decoration:none;">
|
||||
<b>Install</b><br>
|
||||
<font size="-1">Available for Windows, Mac OS and Linux</font>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
## Ready for any language
|
||||
|
||||
#### It natively supports a wide range of languages, and advanced support can be added through its powerful extensions.
|
||||
|
||||
|
||||
<div class="link-button intro-text">
|
||||
<a href="https://marketplace.visualstudio.com/VSCode" target="_blank" style="color: white;text-decoration:none;">
|
||||
<b>Explore the extensions</b><br>
|
||||
</a>
|
||||
</div>
|
||||
@ -1,86 +0,0 @@
|
||||
---
|
||||
title: "Features"
|
||||
bg: blue
|
||||
color: white
|
||||
icon: img/code.png
|
||||
---
|
||||
|
||||
### An editor that rocks!
|
||||
|
||||
---
|
||||
|
||||
<div class="feature-props feature-intellisense"></div> <h2><strong>IntelliSense</strong> Intelligent code completion</h2>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<img src="img/intellisense.svg" width="500px">
|
||||
</td>
|
||||
<td>
|
||||
<div style="margin:30px">
|
||||
<font size="4">Go beyond syntax highlighting and autocomplete with IntelliSense, which provides smart completions based on variable types, function definitions, and imported modules.</font>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
---
|
||||
|
||||
<div class="feature-props feature-debugging"></div> <h2>Advanced and extensible <strong>Debugger</strong></h2>
|
||||
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<div style="margin:30px">
|
||||
<font size="4">
|
||||
<strong>Print statement debugging is a thing of the past.</strong><br>
|
||||
Debug code right from the editor. Launch or attach to your running apps and debug with break points, call stacks, and an interactive console.
|
||||
</font>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<img src="img/debugging.svg" width="500px">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
---
|
||||
|
||||
<div class="feature-props feature-git"></div> <h2>Native <strong>GIT</strong> Support</h2>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<img src="img/git.svg" width="500px">
|
||||
</td>
|
||||
<td>
|
||||
<div style="margin:30px">
|
||||
<font size="4">
|
||||
<strong>Git commands built-in.</strong><br>
|
||||
Working with Git and other SCM providers has never been easier. Review diffs, stage files, and make commits right from the editor. Push and pull from any hosted SCM service.
|
||||
</font>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
---
|
||||
|
||||
<div class="feature-props feature-extensions"></div> <h2>Customizable with powerful <strong>Extensions</strong></h2>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<div style="margin:30px">
|
||||
<font size="4">
|
||||
<strong>Extensible and customizable.</strong><br>
|
||||
Want even more features? Install extensions to add new languages, themes, debuggers, and to connect to additional services. Extensions run in separate processes, ensuring they won't slow down your editor.
|
||||
</font>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<img src="img/extensions.png" width="500px">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -2,19 +2,10 @@
|
||||
title: "Why"
|
||||
bg: white
|
||||
color: black
|
||||
icon: img/opensource.png
|
||||
---
|
||||
|
||||
## <a id="why"></a>Why Does This Exist
|
||||
VSCode is a powerful advanced text editor developed by Microsoft using the Electronjs framework.
|
||||
|
||||
VSCode is a <strong>Free and Open Source software</strong> released under the MIT license, but it is only available as source code
|
||||
from its <a href="https://github.com/microsoft/vscode" target="_blank">official Github repository</a>
|
||||
|
||||
Microsoft then distributes its own ready to use binaries called Visual Studio Code on the official project website.
|
||||
|
||||
Even if the source code of VSCode is released under a Free and Open Source license,
|
||||
Microsoft's downloads of Visual Studio Code are licensed under [this not-FLOSS license](https://code.visualstudio.com/license) and contain telemetry/tracking. According to [this comment](https://github.com/Microsoft/vscode/issues/60#issuecomment-161792005) from a Visual Studio Code maintainer:
|
||||
Microsoft's `vscode` source code is open source (MIT-licensed), but the the product available for download (Visual Studio Code) is licensed under [this not-FLOSS license](https://code.visualstudio.com/license) and contains telemetry/tracking. According to [this comment](https://github.com/Microsoft/vscode/issues/60#issuecomment-161792005) from a Visual Studio Code maintainer:
|
||||
|
||||
> When we [Microsoft] build Visual Studio Code, we do exactly this. We clone the vscode repository, we lay down a customized product.json that has Microsoft specific functionality (telemetry, gallery, logo, etc.), and then produce a build that we release under our license.
|
||||
>
|
||||
@ -22,7 +13,4 @@ Microsoft's downloads of Visual Studio Code are licensed under [this not-FLOSS l
|
||||
|
||||
The VSCodium project exists so that you don't have to download+build from source. This project includes special build scripts that clone Microsoft's vscode repo, run the build commands, and upload the resulting binaries for you to [GitHub releases](https://github.com/VSCodium/vscodium/releases). __These binaries are licensed under the MIT license. Telemetry is disabled.__
|
||||
|
||||
If you want to build from source yourself, head over to [Microsoft's vscode repo](https://github.com/Microsoft/vscode) and follow their [instructions](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#build-and-run). This repo exists to make it easier to get the latest version of MIT-licensed VSCode.
|
||||
|
||||
## <a id="more-info"></a>More Info
|
||||
For more information on getting all the telemetry disabled and tips for migrating from Visual Studio Code to VSCodium, have a look at this [Docs](https://github.com/VSCodium/vscodium/blob/master/DOCS.md) page.
|
||||
If you want to build from source yourself, head over to [Microsoft's vscode repo](https://github.com/Microsoft/vscode) and follow their [instructions](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#build-and-run). VSCodium exists to make it easier to get the latest version of MIT-licensed VSCode.
|
||||
|
||||
@ -2,13 +2,8 @@
|
||||
title: "Install"
|
||||
bg: blue
|
||||
color: black
|
||||
icon: img/install.png
|
||||
---
|
||||
|
||||
|
||||
|
||||
## Download/Install from Binary
|
||||
|
||||
<div class="link-button">
|
||||
<a href="https://github.com/VSCodium/vscodium/releases" style="color: white;text-decoration:none;">
|
||||
<b>Download latest release here</b><br>
|
||||
@ -18,7 +13,7 @@ icon: img/install.png
|
||||
|
||||
---
|
||||
|
||||
## Download/Install from a Package Manager
|
||||
## Use a Package Manager
|
||||
|
||||
### Install with Brew (Mac)
|
||||
If you are on a Mac and have [Homebrew](https://brew.sh/) installed:
|
||||
@ -30,7 +25,7 @@ brew cask install vscodium
|
||||
|
||||
_Note: if you see "App can’t be opened because it is from an unidentified developer" when opening VSCodium the first time, you can right-click the application and choose Open. This should only be required the first time opening on a Mac._
|
||||
|
||||
### <a id="install-with-choco"></a>Install with Chocolatey (Windows)
|
||||
### Install with Chocolatey (Windows)
|
||||
If you use Windows and have [Chocolatey](https://chocolatey.org) installed (thanks to [@Thilas](https://github.com/Thilas)):
|
||||
```bash
|
||||
choco install vscodium
|
||||
@ -38,7 +33,7 @@ choco install vscodium
|
||||
|
||||
---
|
||||
|
||||
### <a id="install-with-package-manager"></a>Install with Package Manager (Linux)
|
||||
### Install with Package Manager (Linux)
|
||||
|
||||
|
||||
#### Parrot OS:
|
||||
@ -48,14 +43,14 @@ VSCodium is pre-installed in Parrot OS.
|
||||
In case you don't find it by default, you can retrieve it from the official Parrot repo
|
||||
|
||||
```bash
|
||||
sudo apt update &&
|
||||
apt install vscodium
|
||||
sudo apt update && apt install vscodium
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
#### Debian / Ubuntu (deb package):
|
||||
[@paulcarroty](https://github.com/paulcarroty) has set up a repository for VSCodium [here](https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo). The instructions below are adapted from there. Any issues installing VSCodium using your package manager should be directed to that repository's issue tracker.
|
||||
|
||||
#### Debian / Ubuntu (deb package):
|
||||
Add the GPG key of the repository:
|
||||
```bash
|
||||
wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | sudo apt-key add -
|
||||
@ -85,16 +80,28 @@ rpm --import https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub
|
||||
|
||||
Add the repository:
|
||||
|
||||
- **Fedora/RHEL**: `dnf config-manager --add-repo https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/rpms/`
|
||||
- **Fedora/RHEL**:
|
||||
```
|
||||
dnf config-manager --add-repo https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/rpms/
|
||||
```
|
||||
|
||||
- **openSUSE/SUSE**: `zypper addrepo -t YUM https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/rpms/ vscodium_mirror_on_gitlab`
|
||||
- **openSUSE/SUSE**:
|
||||
```
|
||||
zypper addrepo -t YUM https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/repos/rpms/ vscodium_mirror_on_gitlab
|
||||
```
|
||||
|
||||
|
||||
Install the software:
|
||||
|
||||
|
||||
- **Fedora/RHEL**: `dnf install vscodium`
|
||||
- **OpenSUSE/SUSE**:`zypper in vscodium`
|
||||
- **Fedora/RHEL**:
|
||||
```
|
||||
dnf install vscodium
|
||||
```
|
||||
- **OpenSUSE/SUSE**:
|
||||
```
|
||||
zypper in vscodium
|
||||
```
|
||||
|
||||
|
||||
---
|
||||
|
||||
@ -1,48 +0,0 @@
|
||||
---
|
||||
title: "Migrate"
|
||||
bg: white
|
||||
color: black
|
||||
icon: img/migrate.png
|
||||
---
|
||||
|
||||
# Migrate from Visual Studio Code
|
||||
|
||||
|
||||
VSCodium (and a freshly cloned copy of vscode built from source) stores its extension files in `~/.vscode-oss`. So if you currently have Visual Studio Code installed, your extensions won't automatically populate. You can reinstall your extensions from the Marketplace in VSCodium, or copy the `extensions` from `~/.vscode/extensions` to `~/.vscode-oss/extensions`.
|
||||
|
||||
Visual Studio Code stores its `keybindings.json` and `settings.json` file in the these locations:
|
||||
- __Windows__: `%APPDATA%\Code\User`
|
||||
- __macOS__: `$HOME/Library/Application Support/Code/User`
|
||||
- __Linux__: `$HOME/.config/Code/User`
|
||||
|
||||
You can copy these files to the VSCodium user settings folder:
|
||||
- __Windows__: `%APPDATA%\VSCodium\User`
|
||||
- __macOS__: `$HOME/Library/Application Support/VSCodium/User`
|
||||
- __Linux__: `$HOME/.config/VSCodium/User`
|
||||
|
||||
To copy your settings manually:
|
||||
- In Visual Studio Code, go to Settings (Command+, if on a Mac)
|
||||
- Click the three dots `...` and choose 'Open settings.json'
|
||||
- Copy the contents of settings.json into the same place in VSCodium
|
||||
|
||||
## <a id="press-and-hold"></a>How do I press and hold a key and have it repeat in VSCodium (Mac)?
|
||||
This is a common question for Visual Studio Code and the procedure is slightly different in VSCodium because the `defaults` path is different.
|
||||
|
||||
```bash
|
||||
$ defaults write com.visualstudio.code.oss ApplePressAndHoldEnabled -bool false
|
||||
```
|
||||
|
||||
## <a id="terminal-support"></a>How do I open VSCodium from the terminal?
|
||||
- Go to the command palette (View | Command Palette...)
|
||||
- Choose `Shell command: Install 'vscodium' command in PATH`.
|
||||
|
||||

|
||||
|
||||
This allows you to open files or directories in VSCodium directly from your terminal:
|
||||
|
||||
```bash
|
||||
~/in-my-project $ vscodium . # open this directory
|
||||
~/in-my-project $ vscodium file.txt # open this file
|
||||
```
|
||||
|
||||
Feel free to alias this command to something easier to type in your shell profile (e.g. `alias code=vscodium`).
|
||||
8
_posts/2000-01-06-moreinfo.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "More Info"
|
||||
bg: white
|
||||
color: black
|
||||
---
|
||||
|
||||
# More Info
|
||||
The most up-to-date information on migrating from Visual Studio Code and other quirks you might encounter are documented [here](https://github.com/VSCodium/vscodium/blob/master/DOCS.md).
|
||||
@ -1 +0,0 @@
|
||||
<svg width="82" height="100" viewBox="0 0 82 100" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="#000"><g><g><g><g><path d="M68.557 53.58C68.43 40.99 78.872 34.95 79.34 34.644c-5.87-8.54-15.01-9.713-18.264-9.846-7.774-.786-15.176 4.558-19.12 4.558-3.936 0-10.03-4.443-16.475-4.33-8.48.126-16.296 4.91-20.66 12.467-8.806 15.21-2.252 37.75 6.33 50.093 4.195 6.034 9.198 12.823 15.762 12.575 6.326-.25 8.713-4.074 16.36-4.074 7.65 0 9.797 4.074 16.49 3.946 6.802-.123 11.115-6.148 15.276-12.206 4.817-7.01 6.8-13.797 6.917-14.14-.148-.07-13.262-5.07-13.398-20.105zM55.983 16.628c3.48-4.207 5.84-10.053 5.198-15.872C56.16.958 50.078 4.08 46.47 8.282c-3.23 3.73-6.057 9.67-5.3 15.383 5.605.433 11.32-2.84 14.813-7.037z"/></g></g></g></g></g></g></svg>
|
||||
|
Before Width: | Height: | Size: 778 B |
|
Before Width: | Height: | Size: 99 KiB |
BIN
img/install.png
|
Before Width: | Height: | Size: 30 KiB |
@ -1,49 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 148.1 88.9" style="enable-background:new 0 0 148.1 88.9;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#E6E7E8;}
|
||||
.st1{fill:none;stroke:#6D6E71;stroke-width:2;stroke-miterlimit:10;}
|
||||
.st2{fill:#D1D3D4;stroke:#6D6E71;stroke-width:2;stroke-miterlimit:10;}
|
||||
.st3{fill:#6D6E71;}
|
||||
.st4{fill:none;stroke:#00AEEF;stroke-width:2;stroke-miterlimit:10;}
|
||||
.st5{fill:none;stroke:#58595B;stroke-width:2;stroke-miterlimit:10;}
|
||||
.st6{fill:none;stroke:#BCBEC0;stroke-width:2;stroke-miterlimit:10;}
|
||||
.st7{fill:#1C75BC;}
|
||||
.st8{fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;}
|
||||
.st9{fill:#2E3192;}
|
||||
.st10{fill:#FFFFFF;}
|
||||
</style>
|
||||
<rect x="10.2" y="37.5" class="st0" width="108.3" height="5.8"/>
|
||||
<rect x="1" y="1" class="st1" width="117.5" height="74.9"/>
|
||||
<rect x="1" y="1" class="st2" width="8.2" height="74.9"/>
|
||||
<circle class="st3" cx="5.1" cy="5.5" r="2.1"/>
|
||||
<circle class="st3" cx="5.1" cy="13.7" r="2.1"/>
|
||||
<circle class="st3" cx="5.1" cy="21.8" r="2.1"/>
|
||||
<circle class="st3" cx="5.1" cy="29.9" r="2.1"/>
|
||||
<line class="st4" x1="19.7" y1="10.3" x2="33.1" y2="10.3"/>
|
||||
<line class="st5" x1="23" y1="16.3" x2="34.5" y2="16.3"/>
|
||||
<line class="st5" x1="23" y1="22.4" x2="77.9" y2="22.4"/>
|
||||
<line class="st5" x1="28" y1="34.4" x2="82.4" y2="34.4"/>
|
||||
<line class="st4" x1="31.6" y1="40.4" x2="46.1" y2="40.4"/>
|
||||
<line class="st5" x1="23" y1="28.4" x2="46.1" y2="28.4"/>
|
||||
<line class="st6" x1="47.7" y1="37.9" x2="47.7" y2="42.1"/>
|
||||
<g>
|
||||
<rect x="31.6" y="43.3" class="st5" width="48.3" height="21.8"/>
|
||||
<rect x="33.2" y="45.1" class="st7" width="45.1" height="6.4"/>
|
||||
<line class="st8" x1="40.7" y1="48.5" x2="73.5" y2="48.5"/>
|
||||
<line class="st5" x1="40.7" y1="54.2" x2="73.5" y2="54.2"/>
|
||||
<line class="st5" x1="40.7" y1="60" x2="73.5" y2="60"/>
|
||||
<line class="st8" x1="34.8" y1="48.5" x2="37.2" y2="48.5"/>
|
||||
<line class="st5" x1="34.8" y1="54.2" x2="37.2" y2="54.2"/>
|
||||
<line class="st5" x1="34.8" y1="60" x2="37.2" y2="60"/>
|
||||
</g>
|
||||
<g>
|
||||
<rect x="98.9" y="52.5" class="st9" width="49.3" height="36.4"/>
|
||||
<g>
|
||||
<polygon class="st10" points="111.4,70.7 120.3,79.6 116.8,83 104.5,70.7 116.8,58.4 120.3,61.9 "/>
|
||||
<polygon class="st10" points="137.7,70.7 128.8,61.9 132.3,58.4 144.6,70.7 132.3,83 128.8,79.6 "/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 59 KiB |
BIN
img/migrate.png
|
Before Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 179 KiB |
|
Before Width: | Height: | Size: 140 KiB |
BIN
img/privacy.jpg
|
Before Width: | Height: | Size: 146 KiB |
@ -1,32 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="199px" height="98px" viewBox="0 0 199 98" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>valueprops-top-sprite</title>
|
||||
<defs></defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="valueprops-top-sprite" transform="translate(2.000000, 1.000000)" stroke-width="2">
|
||||
<polygon id="Shape" stroke="#444444" points="159.9 9.9 169.7 9.9 169.7 0 150 0 150 46 173 46 173 36.1 159.9 36.1"></polygon>
|
||||
<polygon id="Shape" stroke="#444444" points="164.8 14.8 181.1 14.8 181.1 31.1 164.8 31.1"></polygon>
|
||||
<path d="M173,0 L173,9.9 L179.6,9.9 L179.6,6.6 L189.4,6.6 L189.4,16.4 L186.1,16.4 L186.1,23 L196,23 L196,0 L173,0 Z M186.1,36.1 L186.1,26.3 L196,26.3 L196,46 L176.3,46 L176.3,36.1 L186.1,36.1 Z M146.1,21 L126,0.9 C124.8,-0.3 123,-0.3 121.8,0.9 L117.7,5 L123,10.3 C124.2,9.9 125.6,10.2 126.6,11.1 C127.6,12.1 127.9,13.5 127.4,14.7 L132.5,19.8 C133.7,19.4 135.2,19.6 136.1,20.6 C137.5,22 137.5,24.2 136.1,25.6 C134.7,27 132.5,27 131.1,25.6 C130.1,24.6 129.8,23 130.3,21.8 L125.5,17 L125.5,29.5 C125.8,29.7 126.2,29.9 126.4,30.2 C127.8,31.6 127.8,33.8 126.4,35.2 C125,36.6 122.8,36.6 121.4,35.2 C120,33.8 120,31.6 121.4,30.2 C121.7,29.9 122.1,29.6 122.6,29.4 L122.6,16.9 C122.2,16.7 121.8,16.5 121.4,16.1 C120.4,15.1 120.1,13.5 120.6,12.2 L115.4,7 L101.6,20.8 C100.4,22 100.4,23.8 101.6,25 L122,45.1 C123.2,46.3 125,46.3 126.2,45.1 L146.2,25.1 C147.3,24 147.3,22.1 146.1,21 Z" id="Shape" stroke="#444444"></path>
|
||||
<g id="iconBg_1_" transform="translate(53.000000, 4.000000)" stroke="#444444">
|
||||
<path d="M22.1,26.3 L22.1,35.2 C22.1,36.2 22.3,37.8 21.3,37.8 L16.9,37.8 L16.9,35.7 L19,35.7 L19,29 L18.6,28.6 C15.6,31.1 11.2,31.2 8.8,28.8 C6.4,26.4 6.6,23.1 9.3,18.9 L2.2,18.9 L2.2,21 L0.1,21 L0.1,16.6 C0.1,15.6 1.8,15.8 2.7,15.8 L11.3,15.8 L22.1,26.3 Z M15.4,10.9 L15.8,3.3 L13.7,3.3 L13.7,0.2 L17.8,0.2 C18.8,0.2 20,0.7 20,1.6 L20,9.6 L21.5,11.4 C21.9,9.4 23.4,7.8 25.5,7.8 C25.8,7.8 26.2,7.8 26.2,7.9 L26.2,3.3 L28.3,3.3 L28.3,8.8 C28.3,9 28.9,9.6 29.1,9.6 L34.6,9.6 L34.6,11.7 L30,11.7 C30.1,11.7 30.1,12 30.1,12.3 C30.1,14.4 28.6,16 26.5,16.3 L28.3,17.9 L35.3,17.9 C36.3,17.9 37.7,19.1 37.7,20.1 L37.7,24.2 L34.6,24.2 L34.6,22.1 L27,22.6 L15.4,10.9 L15.4,10.9 Z" id="Shape"></path>
|
||||
</g>
|
||||
<circle id="Oval" stroke="#444444" cx="72" cy="23" r="23"></circle>
|
||||
<polyline id="Shape" stroke="#444444" points="55.8 6.8 66.0599516 17.0916181 88.2 39.3"></polyline>
|
||||
<path d="M7.9,21.5 L18.1,31.6 L14.1,35.6 L0,21.5 L14.1,7.3 L18.1,11.3 L7.9,21.5 Z M38.1,21.5 L27.9,11.3 L31.9,7.3 L46,21.5 L31.9,35.6 L27.9,31.6 L38.1,21.5 Z" id="Shape" stroke="#444444"></path>
|
||||
<g id="Group" transform="translate(150.000000, 50.000000)" stroke="#000000">
|
||||
<polygon id="Shape" points="9.9 9.9 19.7 9.9 19.7 0 0 0 0 46 23 46 23 36.1 9.9 36.1"></polygon>
|
||||
<polygon id="Shape" points="14.8 14.8 31.1 14.8 31.1 31.1 14.8 31.1"></polygon>
|
||||
<path d="M23,0 L23,9.9 L29.6,9.9 L29.6,6.6 L39.4,6.6 L39.4,16.4 L36.1,16.4 L36.1,23 L46,23 L46,0 L23,0 Z M36.1,36.1 L36.1,26.3 L46,26.3 L46,46 L26.3,46 L26.3,36.1 L36.1,36.1 Z" id="Shape"></path>
|
||||
</g>
|
||||
<path d="M146.1,71 L126,50.9 C124.8,49.7 123,49.7 121.8,50.9 L117.6,55.1 L122.9,60.4 C124.1,60 125.5,60.3 126.5,61.2 C127.5,62.2 127.8,63.6 127.3,64.8 L132.4,69.9 C133.6,69.5 135.1,69.7 136,70.7 C137.4,72.1 137.4,74.3 136,75.7 C134.6,77.1 132.4,77.1 131,75.7 C130,74.7 129.7,73.1 130.2,71.9 L125.4,67.1 L125.4,79.6 C125.7,79.8 126.1,80 126.3,80.3 C127.7,81.7 127.7,83.9 126.3,85.3 C124.9,86.7 122.7,86.7 121.3,85.3 C119.9,83.9 119.9,81.7 121.3,80.3 C121.6,80 122,79.7 122.5,79.5 L122.5,66.9 C122.1,66.7 121.7,66.5 121.3,66.1 C120.3,65.1 120,63.5 120.5,62.2 L115.3,57 L101.5,70.8 C100.3,72 100.3,73.8 101.5,75 L122,95.1 C123.2,96.3 125,96.3 126.2,95.1 L146.2,75.1 C147.3,74 147.3,72.1 146.1,71 Z" id="Shape" stroke="#F42534"></path>
|
||||
<g id="Group" transform="translate(49.000000, 50.000000)" stroke="#37B34A">
|
||||
<g id="iconBg_2_" transform="translate(4.000000, 4.000000)">
|
||||
<path d="M22.1,26.3 L22.1,35.2 C22.1,36.2 22.3,37.8 21.3,37.8 L16.9,37.8 L16.9,35.7 L19,35.7 L19,29 L18.6,28.6 C15.6,31.1 11.2,31.2 8.8,28.8 C6.4,26.4 6.6,23.1 9.3,18.9 L2.2,18.9 L2.2,21 L0.1,21 L0.1,16.6 C0.1,15.6 1.8,15.8 2.7,15.8 L11.3,15.8 L22.1,26.3 Z M15.4,10.9 L15.8,3.3 L13.7,3.3 L13.7,0.2 L17.8,0.2 C18.8,0.2 20,0.7 20,1.6 L20,9.6 L21.5,11.4 C21.9,9.4 23.4,7.8 25.5,7.8 C25.8,7.8 26.2,7.8 26.2,7.9 L26.2,3.2 L28.3,3.2 L28.3,8.7 C28.3,8.9 28.9,9.5 29.1,9.5 L34.6,9.5 L34.6,11.6 L30,11.6 C30.1,11.6 30.1,11.9 30.1,12.2 C30.1,14.3 28.6,15.9 26.5,16.2 L28.3,17.8 L35.3,17.8 C36.3,17.8 37.7,19 37.7,20 L37.7,24.1 L34.6,24.1 L34.6,22 L27,22.6 L15.4,10.9 L15.4,10.9 Z" id="Shape"></path>
|
||||
</g>
|
||||
<circle id="Oval" cx="23" cy="23" r="23"></circle>
|
||||
<path d="M6.8,6.8 L39.2,39.3" id="Shape"></path>
|
||||
</g>
|
||||
<path d="M7.9,71.5 L18.1,81.6 L14.1,85.6 L0,71.5 L14.1,57.3 L18.1,61.3 L7.9,71.5 Z M38.1,71.5 L27.9,61.3 L31.9,57.3 L46,71.5 L31.9,85.6 L27.9,81.6 L38.1,71.5 Z" id="Shape" stroke="#2E3192"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 18 KiB |