Compare commits

...

20 Commits

Author SHA1 Message Date
Eshaan Ahuja
97f11f7898 Merge a7b678c210 into 50b3dbe8e1 2024-04-05 18:48:47 +02:00
Dashboard Icons Bot
50b3dbe8e1 👷 Generates ICONS.md 2024-04-05 08:22:36 +00:00
Bjorn Lammers
4aea69c7b7 🍱 Adds STB-Proxy (#652)
Closes #652
2024-04-05 10:22:18 +02:00
Bjorn Lammers
3076b8db23 🍱 Adds MISP (#650)
Closes #650
2024-04-05 10:20:34 +02:00
Bjorn Lammers
08e619ce17 🍱 Adds Caldera (#649)
Closes #649
2024-04-05 10:17:06 +02:00
Bjorn Lammers
377707a23b 🍱 Adds Apache Airflow (#648)
Closes #648
2024-04-05 10:15:52 +02:00
Dashboard Icons Bot
94eacc85bd 👷 Generates ICONS.md 2024-04-03 11:06:58 +00:00
Bjorn Lammers
2904ba565e 👷 Updates CI to use correct gitmoji 2024-04-03 13:06:39 +02:00
Bjorn Lammers
d2c490a2c1 📝 Updates documentation 2024-04-03 13:06:12 +02:00
Bjorn Lammers
55845cde01 📄 Updates emailadress 2024-04-03 13:05:36 +02:00
Bjorn Lammers
3c064761b8 📄 Updates license 2024-04-03 12:16:03 +02:00
Dashboard Icons Bot
174e7ac143 🚀 Generates ICONS 2024-04-02 22:02:23 +00:00
Bjorn Lammers
0a8e829186 🍱 Adds Hostinger 2024-04-03 00:02:09 +02:00
Dashboard Icons Bot
d4b1bbd17a 🚀 Generates ICONS 2024-04-02 21:57:26 +00:00
Bjorn Lammers
adf62a7894 🍱 Adds Sonatype Repository (#646)
Closes #646
2024-04-02 23:57:13 +02:00
Dashboard Icons Bot
d220d7968d 🚀 Generates ICONS 2024-04-02 21:55:34 +00:00
Bjorn Lammers
336770d847 🍱 Adds Perlite (#644)
Closes #644
2024-04-02 23:52:42 +02:00
Bjorn Lammers
08a78b655b 🍱 Adds ObservoAI (#643)
Closes #643
2024-04-02 23:48:30 +02:00
Bjorn Lammers
b970b83a12 🍱 Adds Cribl (#642)
Closes #642
2024-04-02 23:43:17 +02:00
Eshaan Ahuja
a7b678c210 Add files via upload
Signed-off-by: Eshaan Ahuja <86844958+ahujaesh@users.noreply.github.com>
2024-01-17 12:20:29 -06:00
25 changed files with 180 additions and 68 deletions

View File

@@ -5,12 +5,12 @@ assignees: walkxcode
body:
- type: markdown
attributes:
value: "Thank you for your interest in contributing to our icon repository! To ensure that everything runs smoothly, we've set out some guidelines for contributors.\n## 🌟 Icon Specifications\n\n- Each icon should include both a **PNG** and **SVG** version. If an **SVG** cannot be found, then only a **PNG** version is required.\n\n- Each icon should be in **PNG** format and have a height of exactly **512px**. Width does not matter. ❗️(No upscales! If the correct size cannot be found, a smaller height will be accepted.)\n\n- Icons should be named after their full name, using the [Kebab Case](https://wiki.c2.com/?KebabCase) naming convention. For example, \"Facebook Messenger\" should be named `facebook-messenger.png`.\n\n- Monochrome icons should default to a dark version. Light versions should be named `service-light.png`. If a light version is not available, use [https://pinetools.com/colorize-image](https://pinetools.com/colorize-image) to change its color.\n"
value: "Thank you for your interest in contributing to our icon repository! To ensure smooth collaboration, we've established clear guidelines for contributors.\n## 🌟 Icon Specifications\n\n- Icons should be provided in both `PNG` and `SVG` formats. Formats like `JPEG` or `WEBP` will not be accepted.\n - If an `SVG` version is unavailable, a `PNG` version alone suffices.\n - Conversely, if a `PNG` version is missing, it can be generated using [Ezgif SVG to PNG](https://github.com/walkxcode/dashboard-icons/blob/main/CONTRIBUTING.md#-converting-svg-to-png).\n\n- `PNG` files should have a height of exactly `512px` Width can vary, but a 1:1 aspect ratio is preferred.\n - ❗ Exceptions for upscales will be made only if the correct or a downscaled version cannot be obtained.\n - Downsizing can be accomplished using [iLoveIMG Resize](https://github.com/walkxcode/dashboard-icons/blob/main/CONTRIBUTING.md#-downscaling-pngs).\n\n- Icons should be named using the [Kebab Case](https://wiki.c2.com/?KebabCase) convention, reflecting their full name. For instance, \"Facebook Messenger\" should be named `facebook-messenger.png`.\n\n- Monochrome icons should default to a dark version. Light versions should be named `name-light.png`. If a light version is absent, utilize [https://pinetools.com/colorize-image](https://pinetools.com/colorize-image) to adjust its color.\n"
- type: checkboxes
attributes:
label: Contribution Guidelines
options:
- label: I have read and agree to the [Contribution Guidelines](https://github.com/walkxcode/dashboard-icons/blob/main/CONTRIBUTING.md)
- label: I have read and agree to the [Contribution Guidelines](https://github.com/walkxcode/dashboard-icons/blob/main/CONTRIBUTING.md)
required: true
- type: textarea
id: icon-name

View File

@@ -28,5 +28,5 @@ jobs:
git config --global user.email "noreply@walkx.fyi"
git config --global user.name "Dashboard Icons Bot"
git add -A
git commit -m ":rocket: Generates ICONS" || exit 0
git commit -m ":construction_worker: Generates ICONS.md" || exit 0
git push

View File

@@ -2,9 +2,9 @@ name: 🗜️ PNG Compression
on:
schedule:
- cron: '0 0 * * 0'
- cron: "0 0 * * 0"
workflow_dispatch:
jobs:
compress-images:
runs-on: ubuntu-latest
@@ -15,18 +15,18 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y zopfli
- name: Compress PNGs
run: |
echo "🖼️ Compressing PNGs..."
echo "Compressing PNGs..."
find png/ -iname "*.png" -print0 | xargs -0 -P 4 -I{} sh -c 'echo "Compressing {}"; zopflipng -y {} {}' || true
- name: Load to GitHub
run: |-
git diff
git config --global user.email "noreply@walkx.fyi"
git config --global user.name "Dashboard Icons Bot"
git add -A
git commit -m ":clamp: Compresses PNGs" || exit 0
git commit -m ":children_crossing: Compresses PNGs" || exit 0
git pull --ff-only
git push

View File

@@ -12,7 +12,7 @@ Harassment, intimidation, discrimination, or any other inappropriate conduct or
## 📢 Reporting
If you believe someone is violating the code of conduct, please report it immediately to contact@walkx.fyi. All reports will be reviewed and investigated promptly and confidentially.
If you believe someone is violating the code of conduct, please report it immediately to walkxnl@gmail.com. All reports will be reviewed and investigated promptly and confidentially.
## 🚨 Consequences

View File

@@ -1,32 +1,50 @@
# 🎉 Contributing Guidelines
# 🤝 Contribution Guidelines
Thank you for your interest in contributing to our icon repository! To ensure that everything runs smoothly, we've set out some guidelines for contributors.
We appreciate your interest in contributing to our icon repository! To ensure smooth collaboration, kindly adhere to the following guidelines:
## 🌟 Icon Specifications
- Each icon should include both a **PNG** and **SVG** version. If an **SVG** cannot be found, then only a **PNG** version is required.
- Each icon should be in **PNG** format and have a height of exactly **512px**. Width does not matter. ❗️(No upscales! If the correct size cannot be found, a smaller height will be accepted.)
- Icons should be named after their full name, using the [Kebab Case](https://wiki.c2.com/?KebabCase) naming convention. For example, "Facebook Messenger" should be named `facebook-messenger.png`.
- Monochrome icons should default to a dark version. Light versions should be named `service-light.png`. If a light version is not available, use [https://pinetools.com/colorize-image](https://pinetools.com/colorize-image) to change its color.
- Icons should be provided in both `PNG` and `SVG` formats. Other formats like `JPEG` or `WEBP` will not be accepted.
- In cases where an `SVG` version is unavailable, a `PNG` version alone suffices.
- Conversely, if a `PNG` version is missing, it can be generated using [Ezgif SVG to PNG](#-converting-svg-to-png).
- `PNG`s should maintain a height of exactly `512px`, while width can vary. However, a 1:1 aspect ratio is preferred.
- ❗ Avoid upscales! Exceptions will be made only if the correct or a downscaled version cannot be obtained.
- Downsizing can be accomplished using [iLoveIMG Resize](#-downscaling-pngs).
- Icons should be named using the [Kebab Case](https://wiki.c2.com/?KebabCase) convention, reflecting their full name. For instance, "Facebook Messenger" should be named `facebook-messenger.png`.
- Icons that are predominantly monochrome should default to a dark version. Light versions should be named `name-light.png`. If a light version is not available, use [https://pinetools.com/colorize-image](https://pinetools.com/colorize-image) to adjust its color.
## 💻 Gitmoji Commits
- Please use [Gitmoji](https://gitmoji.dev/) in your commit messages. This helps us keep our commit history clear and easy to understand. For example, you might use the `🍱` emoji for a commit that updates an icon's color, or the `📝` emoji for a commit that updates the documentation.
- Use [Gitmoji](https://gitmoji.dev/) in your commit messages. This helps us keep our commit history clear and easy to understand. For instance, use the `🍱` emoji for commits related to updating icon colors, and `📝` for documentation updates.
## 🔀 Converting SVG to PNG
1. Go to https://ezgif.com/svg-to-png.
2. Upload the `SVG` file by clicking "Upload".
3. Set the "Height (optional)" field to `512`, leaving other settings as default.
4. Click "Convert to PNG!".
5. Click "Save" located at the bottom right under the converted image.
## ⤵️ Downscaling PNGs
1. Go to https://www.iloveimg.com/resize-image.
2. Upload the `PNG` file(s).
3. Adjust the "Height (px)" field to `512`, leaving other settings as default.
4. Click "Resize IMAGES".
5. Download the resized icon(s).
## 🤝 Contributing
1. Fork the repository to your own GitHub account.
1. Fork the repository to your GitHub account.
2. Clone the repository to your local machine.
3. Add your icon(s) to the repository, following the specifications listed above.
3. Add your icon(s) to the repository, adhering to the specified guidelines.
4. Push your changes to your fork.
5. Create a pull request in the main repository.
## 🚨 Code of Conduct
Please note that by contributing to this repository, you agree to abide by our code of conduct, which can be found in the [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) file in the repository.
Kindly note that contributing to this repository necessitates adherence to our code of conduct, outlined in the [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) file within the repository.
---
If you have any questions or concerns, please don't hesitate to reach out to me at contact@walkx.fyi. Happy contributing! 🙌
Should you have any queries or concerns, feel free to reach out to me using walkxnl@gmail.com. Happy contributing! 🙌

File diff suppressed because one or more lines are too long

View File

@@ -2,11 +2,11 @@
Unless otherwise indicated, all images and assets in this repository, including product names, trademarks, and registered trademarks, are the property of their respective owners. These images and assets are used for identification purposes only and their use does not imply endorsement.
--------------------------------
---
**Code and Documentation**
Copyright (c) 2023 Bjorn Lammers
Copyright (c) 2024 Bjorn Lammers (walkxcode)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View File

@@ -1,79 +1,73 @@
<p align="center">
<h2 align="center"> 🟣 Dashboard Icons </h3>
<div align="center">
<h2 align="center"> 🚀 Dashboard Icons </h2>
<p align="center">
<a href="https://www.jsdelivr.com/package/gh/walkxcode/dashboard-icons">
<img src="https://img.shields.io/jsdelivr/gh/hy/walkxcode/dashboard-icons?color=%23A020F0" alt="JSdelivr weekly downloads badge">
</a>
</p>
<p align="center">
🚀 The best place to find icons for your dashboards.
The best source for dashboard icons.
<br />
<a href="#-icons"><strong>👀 See the icons</strong></a><a href="https://shop.walkx.fyi/l/donate" target="_blank"><strong>🙌🏻 Donate</strong></a>
<a href="#-icons"><strong>➡️ Explore the icons</strong></a>
<br />
<br />
</p>
</p>
</div>
# 📖 Table of Contents
- [🚀 Getting Started](#-getting-started)
- [📊 Dashboards](#-dashboards)
- [🛠️ Installation](#-installation)
- [🎨 Icons](#-icons)
- [🎉 Contributing Guidelines](#-contributing-guidelines)
- [📜 Legal](#-legal)
- [📖 Table of Contents](#-table-of-contents)
- [🚀 Getting Started](#-getting-started)
- [📊 Dashboards](#-dashboards)
- [✨ Usage](#-usage)
- [🎨 Icons](#-icons)
- [🎉 Contribution Guidelines](#-contribution-guidelines)
- [📜 Legal](#-legal)
## 🚀 Getting Started
### 📊 Dashboards
There are many Dashboards available that you can use with Dashboard Icons. Here are some of the popular ones.
Several dashboards now offer seamless integration with Dashboard Icons. Here are some of the top choices:
- [Homarr](https://github.com/ajnart/homarr)\*
- [Dashy](https://github.com/Lissy93/dashy)\*
- [Homer Dashboard](https://github.com/bastienwirtz/homer)
- [Heimdall](https://github.com/linuxserver/Heimdall)
- [Organizr(v2)](https://github.com/causefx/Organizr)
- [Flame](https://github.com/pawelmalak/flame)
- [SUI](https://github.com/jeroenpardon/sui)
- [Homepage](https://github.com/gethomepage/homepage)\*
- [Homepage](https://github.com/gethomepage/homepage)
- [Homarr](https://github.com/ajnart/homarr)
- [Dashy](https://github.com/Lissy93/dashy)
**Note:** Dashboards with a \* have native integration with Dashboard Icons.
### 🛠️ Installation
**Tip!** You can access Dashboard Icons online, faster, by using `https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/example.png`. Just replace `example` with the name of the icon!
### ✨ Usage
To download an icon from the [icons page](#-icons), simply `Right click > Save link as`.
For non-desktop operating systems or people who prefer to use the terminal:
For non-desktop operating systems or those who prefer using the terminal:
*Replace `example` with the icon's name, and `png` with `svg` if needed.*
```sh
$ curl -O https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/example.png
curl -O https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/example.png
```
or
```sh
$ wget https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/example.png
wget https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/example.png
```
**💡 Tip!** Access Dashboard Icons online faster via `https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/example.png`, replacing `example` with the icon name!
## 🎨 Icons
**⚠️ Warning!** Going to this page will load every single icon in the repository. This might cause:
- 📉 An excessive amount of data use.
**⚠️ Warning!** Visiting this page will load every single icon in the repository. This may cause:
- 📉 Excessive data usage.
- 💻 System slowdowns.
- 🌐 Browser crashes.
*If your device cannot handle loading more than 1000 images, we advise to not go to this page.*
*If your device cannot handle loading more than 1000 images or if you are on a limited data connection, we advise against visiting this page.*
➡️ Click [**here**](ICONS.md) to display all icons.
➡️ Click [**here**](ICONS.md) to view all icons.
## 🎉 Contributing Guidelines
Please read the [Contributing Guidelines](CONTRIBUTING.md) before contributing to this project.
## 🎉 Contribution Guidelines
Please review the [Contribution Guidelines](CONTRIBUTING.md) before contributing to this project.
## 📜 Legal
Please read our [LICENSE](LICENSE) for information regarding the use of our software and assets. By accessing or using this repository, you agree to be bound by the terms and conditions of the license.
If you have any questions or concerns regarding the license, please contact us at contact@walkx.fyi before using or distributing the contents of this repository.
Read our [LICENSE](LICENSE) for information regarding the use of our software and assets. By accessing or using this repository, you agree to be bound by the terms and conditions of the license.
For questions or concerns regarding the license, contact me at walkxnl@gmail.com before using or distributing the contents of this repository.

View File

@@ -1,14 +1,14 @@
<p align="center">
<h2 align="center"> 🟣 Dashboard Icons </h3>
<h2 align="center"> 🚀 Dashboard Icons </h3>
<p align="center">
<a href="https://www.jsdelivr.com/package/gh/walkxcode/dashboard-icons">
<img src="https://img.shields.io/jsdelivr/gh/hy/walkxcode/dashboard-icons?color=%23A020F0" alt="JSdelivr weekly downloads badge">
</a>
</p>
<p align="center">
🚀 The best place to find icons for your dashboards.
The best source for dashboard icons.
<br />
<a href="https://github.com/walkxcode/dashboard-icons/"><strong>⬅️ Back to repo</strong></a><a href="https://shop.walkx.fyi/l/donate" target="_blank"><strong>🙌🏻 Donate</strong></a>
<a href="https://github.com/walkxcode/dashboard-icons/"><strong>⬅️ Back to repo</strong></a>
<br />
<br />
</p>

BIN
png/apache-airflow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
png/caldera.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
png/chrome-canvas.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

BIN
png/cribl-light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
png/cribl.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
png/hostinger.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

BIN
png/misp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
png/observo-ai.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

BIN
png/perlite.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
png/sonatype-repository.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
png/stb-proxy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

11
svg/apache-airflow.svg Normal file
View File

@@ -0,0 +1,11 @@
<svg viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg">
<path d="m2.5441 127 60.809-62.332a1.124 1.124 0 0 0 0.1359-1.4368c-3.6977-5.1625-10.521-6.0578-13.05-9.5268-7.4903-10.275-9.3909-16.092-12.61-15.731a0.98374 0.98374 0 0 0-0.58464 0.3085l-21.966 22.518c-12.638 12.944-14.454 41.475-14.782 65.367a1.1908 1.1908 0 0 0 2.0473 0.83273z" fill="#017cee"/>
<path d="m126.99 125.46-62.332-60.813a1.124 1.124 0 0 0-1.4389-0.1359c-5.1625 3.6998-6.0578 10.521-9.5268 13.05-10.275 7.4903-16.092 9.3909-15.731 12.61a0.98374 0.98374 0 0 0 0.3085 0.58248l22.518 21.966c12.944 12.638 41.475 14.454 65.367 14.782a1.1908 1.1908 0 0 0 0.83489-2.0408z" fill="#00ad46"/>
<path d="m60.792 112.72c-7.076-6.9035-10.355-20.559 3.2058-48.719-22.046 9.8525-29.771 22.803-25.972 26.511z" fill="#04d659"/>
<path d="m125.45 1.0113-60.807 62.332a1.1218 1.1218 0 0 0-0.1359 1.4368c3.6998 5.1625 10.519 6.0578 13.05 9.5268 7.4903 10.275 9.393 16.092 12.61 15.731a0.97943 0.97943 0 0 0 0.58464-0.3085l21.966-22.518c12.638-12.944 14.454-41.475 14.782-65.367a1.193 1.193 0 0 0-2.0495-0.83273z" fill="#00c7d4"/>
<path d="m112.73 67.211c-6.9035 7.076-20.559 10.355-48.721-3.2058 9.8525 22.046 22.803 29.771 26.511 25.972z" fill="#11e1ee"/>
<path d="m1.0017 2.5495 62.332 60.807a1.124 1.124 0 0 0 1.4368 0.1359c5.1625-3.6998 6.0578-10.521 9.5268-13.05 10.275-7.4903 16.092-9.3909 15.731-12.61a0.99022 0.99022 0 0 0-0.3085-0.58463l-22.518-21.966c-12.944-12.638-41.475-14.454-65.367-14.782a1.1908 1.1908 0 0 0-0.83273 2.0495z" fill="#e43921"/>
<path d="m67.212 15.284c7.076 6.9035 10.355 20.559-3.2058 48.721 22.046-9.8525 29.771-22.805 25.972-26.511z" fill="#ff7557"/>
<path d="m15.279 60.8c6.9035-7.076 20.559-10.355 48.721 3.2058-9.8525-22.046-22.803-29.771-26.511-25.972z" fill="#0cb6ff"/>
<circle cx="64.009" cy="63.995" r="2.7182" fill="#4a4848"/>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

1
svg/hostinger.svg Normal file
View File

@@ -0,0 +1 @@
<svg clip-rule="evenodd" fill-rule="evenodd" height="2500" stroke-linejoin="round" stroke-miterlimit="2" viewBox="7.002 8.287 148.203 175.426" width="2112" xmlns="http://www.w3.org/2000/svg"><path d="m7.002 8.287 39.319 21.172v39.32h57.467l36.295 21.172h-133.081zm148.203 75.615v-54.443l-42.344-21.172v51.418zm0 99.811-39.319-21.172v-39.32h-57.467l-36.295-21.172h133.081zm-148.203-75.615v54.443l42.343 21.172v-51.418z" fill="#6747c7"/></svg>

After

Width:  |  Height:  |  Size: 441 B

44
svg/perlite.svg Normal file
View File

@@ -0,0 +1,44 @@
<?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'>
<svg enable-background="new 0 0 163.25 131.9" version="1.1" viewBox="0 0 163.25 131.9" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<g clip-rule="evenodd" fill-rule="evenodd">
<radialGradient id="e" cx="81.4" cy="114.8" r="70.362" gradientTransform="matrix(1 0 0 -.2667 0 145.41)" gradientUnits="userSpaceOnUse">
<stop stop-opacity=".4" offset="0"/>
<stop stop-opacity="0" offset="1"/>
</radialGradient>
<path d="m23.9 98.7c15.934-4.367 35.184-6.55 57.75-6.55 22.533 0 41.767 2.183 57.699 6.55 15.934 4.366 23.9 9.633 23.9 15.8 0 6.2-7.967 11.483-23.9 15.85s-35.166 6.551-57.699 6.551c-22.567 0-41.817-2.184-57.75-6.551-15.934-4.37-23.901-9.65-23.901-15.85 0-6.17 7.967-11.43 23.9-15.8z" fill="url(#e)"/>
<radialGradient id="f" cx="81.75" cy="114.35" r="43.818" gradientTransform="matrix(1 0 0 -1 0 228.7)" gradientUnits="userSpaceOnUse">
<stop stop-opacity=".1373" offset=".0902"/>
<stop stop-opacity=".1373" offset=".1765"/>
</radialGradient>
<path d="m27.8 108.25c0.567 0 0.9-0.6 1-1.8v-1.85c5.967-0.233 15.567-1.116 28.8-2.649 7.633-0.9 13.4-0.967 17.3-0.2 1.567 0.366 2.667 0.6 3.3 0.7 1.033 0.166 2.167 0.1 3.399-0.2 2.233-0.5 6.75-0.8 13.551-0.9 7.366-0.1 11.566-0.216 12.6-0.35 1.8-0.2 6.167 0.1 13.1 0.9 7.434 0.899 11.268 1.35 11.5 1.35 0.9 0 1.5 0.134 1.801 0.4 0.366 0.333 0.783 0.533 1.25 0.6 0.732 0.134 1.066 0.566 1 1.3-0.033 0.367-0.134 0.717-0.301 1.05l6.15 1.65-1.5 0.5c-1.066 0.333-1.816 0.5-2.25 0.5-0.467 0-1.05 0.2-1.75 0.6-0.566 0.334-1.583 1.034-3.05 2.101-1.134 0.833-1.767 1.366-1.9 1.6-0.021 0.065 3e-3 0.099 0.075 0.101l-0.925 0.25c-0.767 0.3-1.217 0.649-1.351 1.05-0.133 0.399-0.649 0.767-1.55 1.1-0.5 0.2-1.35 0.5-2.55 0.9-0.767 0.3-1.217 0.717-1.35 1.25-0.033 0.1-0.051 0.684-0.051 1.75 0 0.434-0.633 0.85-1.899 1.25-1.733 0.533-3.033 1.116-3.9 1.75-1.167 0.866-2.45 1.383-3.85 1.55-1.167 0.134-4.351 0.384-9.55 0.75-4.101 0.4-6.051 0.7-5.851 0.9 0.033 0.033 0.217 0.066 0.55 0.1h-0.5c-0.866 0-2.433 0.116-4.699 0.35-2.301 0.233-3.717 0.351-4.25 0.351-1.134 0-2.95 0.217-5.45 0.649l-3.7 0.15c-2.6 0.033-4.333-0.017-5.2-0.15-0.866-0.133-2.483-0.183-4.85-0.149-1.233 0.033-2.6 0.083-4.1 0.149-0.7 0-1.717-0.666-3.05-2-0.433-0.433-1.116-0.666-2.05-0.699-0.533-0.034-1.233-0.017-2.1 0.05-0.667 0-2.15-0.233-4.45-0.7l-5.8-1.65-3.05-0.05c-2.1-0.066-3.367-0.166-3.8-0.3-0.8-0.233-2.033-0.75-3.7-1.55-1.967-0.967-3.034-1.667-3.2-2.101-0.133-0.399-0.617-0.683-1.45-0.85-0.434-0.1-0.85-0.15-1.25-0.15l-1.05-0.1c-0.8-0.1-1.483-0.283-2.05-0.55-0.8-0.4-1.333-0.717-1.6-0.95-0.367-0.4-0.633-0.983-0.8-1.75-0.134-0.6-0.917-1.1-2.35-1.5-1.867-0.5-3.15-1-3.85-1.5l3.1-2c1.357-0.67 2.507-1 3.44-1z" fill="url(#f)"/>
<radialGradient id="g" cx="-122.5" cy="84.543" r="99.922" gradientTransform="matrix(.021 -.9998 -.9998 -.021 169.05 3.554)" gradientUnits="userSpaceOnUse">
<stop stop-color="#9DDABE" offset=".0235"/>
<stop stop-color="#A0DCC1" offset=".2353"/>
<stop stop-color="#A9E1C8" offset=".451"/>
<stop stop-color="#B7EAD4" offset=".6627"/>
<stop stop-color="#CCF6E4" offset=".8784"/>
<stop stop-color="#D8FDED" offset=".9765"/>
</radialGradient>
<path d="m114.25 45c0.667 0.833 1.4 1.8 2.2 2.9 1.633 2.2 2.816 3.983 3.55 5.35 0.1 0.167 0.733 1.5 1.9 4 0.6 1.267 1.3 2.35 2.1 3.25l2 2.25 0.15 5.95c0.166 4.3 0.449 7.233 0.85 8.8 0.233 0.866 0.566 3.15 1 6.85 0.4 3.467 0.983 6.434 1.75 8.9 0.833 2.7 1.383 5.884 1.65 9.55 0.1 1.834 0.133 3.4 0.1 4.7l-7.1 4.55c-5.134 3.334-8.684 5.733-10.65 7.2-2.333 1.733-4.417 2.884-6.25 3.45-1.733 0.533-4.066 0.8-7 0.8-1.967 0-4.483 0.384-7.55 1.15-3.101 0.733-5.5 1.1-7.2 1.1-1.733 0-4.2 0.083-7.4 0.25-2.733 0.066-5.017-0.1-6.85-0.5-1.434-0.333-3.283-1.017-5.55-2.05-2-0.967-3.65-1.533-4.95-1.7-0.934-0.134-2.133-0.2-3.6-0.2-1.267 0-2.983-0.184-5.15-0.55-5.566-0.967-9.4-2.05-11.5-3.25-1.167-0.667-2.083-1.25-2.75-1.75l-2.8-3.05c-2-2.033-3.317-3.101-3.95-3.2 0.8-0.667 1.617-1.6 2.45-2.8 1.733-2.434 2.75-5 3.05-7.7 0.267-2.167 0.25-4.366-0.05-6.6-0.3-2.601-0.367-5.317-0.2-8.15 0.2-3.333 0.767-6.566 1.7-9.7 1.4-4.5 2.167-7.1 2.3-7.8 0.633-4.367 1.1-7.633 1.4-9.8 0.567-3.833 1.35-6.4 2.35-7.7 0.767-1 1.45-2.15 2.05-3.45 0.733-1.5 1.8-3.267 3.2-5.3l6-8.5c0.367-1.233 0.883-2.617 1.55-4.15 1.333-3.033 2.733-5.233 4.2-6.6 4.167-3.867 7.417-7.033 9.75-9.5 1.867-1.967 3.684-3.733 5.45-5.3l2.05-1.7c0.667 0.267 1.434 0.65 2.3 1.15 1.767 1 3.167 2.117 4.2 3.35 0.5 0.6 1.967 1.55 4.4 2.85 1.933 1.066 3.383 2.7 4.35 4.9 0.633 1.467 1.283 4.517 1.95 9.15 0.6 4.033 1.7 7.317 3.3 9.85 1.767 2.8 3.25 5.733 4.45 8.8 0.633 1.5 1.066 2.733 1.3 3.7 0.7-0.067 1.467-0.233 2.3-0.5 1.667-0.5 2.817-1.167 3.45-2s1.45-1.283 2.45-1.35l1.3 0.1z" fill="url(#g)"/>
<path d="m70.1 46.35l1.5-7.75 0.35 0.85c0.3 0.667 0.517 1.267 0.65 1.8 0.233 0.9 0.35 2.567 0.35 5 0 0.333 0.033 1 0.1 2 0.067 1.067 0.034 2.067-0.1 3-0.233 1.567-1.9 4.233-5 8v5.35l-0.85 0.5c-0.667 0.333-1.284 0.5-1.85 0.5-0.434 0-0.983-0.05-1.65-0.15-0.667-0.133-1.217-0.2-1.65-0.2-0.3 0-0.934 0.167-1.9 0.5-0.933 0.333-1.966 0.5-3.1 0.5-2 0-4.117-0.433-6.35-1.3 2.433-0.233 4.433-0.8 6-1.7 0.966-0.533 1.7-1.133 2.2-1.8 0.434-0.767 0.817-1.383 1.15-1.85 0.366-0.467 1.1-1.333 2.2-2.6 1.767-1.967 3.25-3.65 4.45-5.05 1.667-1.967 2.834-3.833 3.5-5.6z" fill="#84C5A2"/>
<path d="m78.6 79.6c-1.567 0-3.117-0.333-4.65-1 3.333-0.433 6-0.983 8-1.649 1.267-0.4 2.483-1.584 3.649-3.55l1.351-2.801v5.351c0 0.7-0.283 1.25-0.851 1.649-0.366 0.267-1.316 0.817-2.85 1.65-1.066 0.667-1.883 0.934-2.45 0.8-1.299-0.3-2.032-0.45-2.199-0.45z" fill="#84C5A2"/>
<path d="m62.95 39.25c0.433-0.2 3.316-0.417 8.65-0.65l-0.35 2v2.35c0 1.533-0.55 2.867-1.65 4l-1.5 0.3c-1.333 0.133-2.833 0.133-4.5 0-1.633-0.133-2.833-0.05-3.6 0.25-0.6 0.233-2.066 0.817-4.4 1.75-3.333 1.133-5.117 1.7-5.35 1.7l12.7-11.7z" fill="#DEF4EB"/>
<path d="m85.05 70.55l1.9 0.05-1.25 2.15c-1.134 1.667-2.384 3.066-3.75 4.2-1.4 1.1-3.15 1.7-5.25 1.8-1.067 0.066-1.983 0.017-2.75-0.15 1.767-2.233 3.2-3.566 4.3-4 0.6-0.233 1.217-0.75 1.85-1.55 0.7-0.899 1.317-1.5 1.85-1.8 0.7-0.4 1.734-0.634 3.1-0.7z" fill="#CFF3E4"/>
<g fill="#9DDABE">
<path d="m98.95 45.6c0.667-1.733 1.1-2.267 1.3-1.6 0.2 0.533 0.316 0.733 0.35 0.6 0.134-0.467 0.184-1.283 0.15-2.45-0.033-1.4-0.066-2.45-0.1-3.15 1.267 2.3 2.333 4.617 3.199 6.95 0.434 1.167 0.733 2.1 0.9 2.8l0.65-0.1c-1.934 1.833-3.434 4.583-4.5 8.25-0.733 2.4-1.184 4.733-1.351 7-0.066-0.6-0.433-2.05-1.1-4.35-0.7-2.333-1.101-4.1-1.2-5.3-0.133-1.733-0.1-3.083 0.1-4.05 0.168-0.733 0.701-2.267 1.601-4.6z"/>
<path d="m93.25 26.95c0.967-0.6 1.717-1.4 2.25-2.4 0.267 2.1 0.533 3.733 0.8 4.9 0.4 1.833 0.983 3.517 1.75 5.05-0.366-0.333-0.633-0.633-0.8-0.9-0.333-0.733-0.7-1.1-1.1-1.1-0.5-0.033-1.467 0.333-2.9 1.1-1.233 0.7-2.383 1.633-3.45 2.8-0.533 0.6-0.933 1.117-1.2 1.55v-8l4.65-3z"/>
</g>
<path d="m92.8 15.45c-0.667 0.267-1.433 0.45-2.3 0.55-2.033 0.3-4.367 1.3-7 3l-5.1-0.1c-3.667-0.033-6.267 0.083-7.8 0.35-1.2 0.233-2.467 0.45-3.8 0.65-0.833 0.2-1.683 0.65-2.55 1.35-0.8 0.7-1.566 1.867-2.3 3.5-0.467 0.967-1.25 2.7-2.35 5.2-0.733 1.5-2.967 3.517-6.7 6.05l2.6-3.75c0.367-1.233 0.883-2.617 1.55-4.15 1.333-3.033 2.733-5.233 4.2-6.6 4.167-3.867 7.417-7.033 9.75-9.5 1.867-1.967 3.684-3.733 5.45-5.3l2.05-1.7c0.667 0.267 1.434 0.65 2.3 1.15 1.767 1 3.167 2.117 4.2 3.35 0.6 0.733 1.883 1.583 3.85 2.55 1.767 0.9 3.084 2.033 3.95 3.4z" fill="#EAFEF5"/>
<path d="m63.2 79.55c0.633-0.166 1.316 0.066 2.05 0.7 1.167 0.967 2 1.667 2.5 2.1 0.867 0.733 1.45 1.367 1.75 1.9 0.267 0.434 0.833 0.967 1.7 1.6 0.866 0.601 1.383 1.067 1.55 1.4 0.333 0.667 1.75 1.833 4.25 3.5l0.35 1.45c0.466 1.066 1.267 1.916 2.4 2.55 1.767 0.967 2.733 1.483 2.9 1.55 0.633 0.2 1.166 0.017 1.6-0.55 0.667-1 1.5-2.167 2.5-3.5 0.934-1.233 1.483-1.983 1.65-2.25 0.333-0.6 0.616-1.35 0.85-2.25 0.2-0.833 0.3-1.667 0.3-2.5l-0.05-1c-0.667-2.667-1-4.167-1-4.5 0-0.366 0.4-1.233 1.2-2.6 0.833-1.334 1.433-2.134 1.8-2.4 0.3-0.2 0.934-0.434 1.9-0.7l1.35-0.3 2.25 5 2.75 3.5c0-0.2 0.05-0.316 0.15-0.35 0.199-0.034 0.566 0.416 1.1 1.35s0.934 1.917 1.2 2.95c0.167 0.533 0.267 0.967 0.3 1.3l1.25 3c0.167 0.5 0.733 0.95 1.7 1.35 1.033 0.434 1.717 0.317 2.05-0.35 0.5-1 1.083-2.083 1.75-3.25 0.267-0.467 0.816-1.184 1.65-2.15 0.566-0.699 0.85-1.233 0.85-1.6 0-0.033 0.2-0.417 0.6-1.15 0.367-0.699 0.5-1.899 0.4-3.6-0.133-2.066-0.15-3.934-0.05-5.6 0.1-1.601 0.283-2.65 0.55-3.15 0.133-0.3 0.434-0.733 0.9-1.3 0.467-0.601 0.833-1.167 1.1-1.7l1.4-2.05c0.566-0.833 0.85-1.65 0.85-2.45v-3.25c0.167-0.5 0.167-1.333 0-2.5-0.066-0.467-0.217-1.167-0.45-2.1-0.2-0.7-0.3-1.333-0.3-1.9 0-0.633 0.133-1.317 0.4-2.05l0.35-0.95v-1.4c1.2 1.7 2.033 3 2.5 3.9 0.1 0.167 0.733 1.5 1.9 4 0.6 1.267 1.3 2.35 2.1 3.25l2 2.25 0.15 5.95c0.166 4.3 0.449 7.233 0.85 8.8 0.233 0.866 0.566 3.15 1 6.85 0.4 3.467 0.983 6.434 1.75 8.9 0.833 2.7 1.383 5.884 1.65 9.55 0.1 1.834 0.133 3.4 0.1 4.7l-7.1 4.55c-5.134 3.334-8.684 5.733-10.65 7.2-2.333 1.733-4.417 2.884-6.25 3.45-1.733 0.533-4.066 0.8-7 0.8-1.967 0-4.483 0.384-7.55 1.15-3.101 0.733-5.5 1.1-7.2 1.1-1.733 0-4.2 0.083-7.4 0.25-2.733 0.066-5.017-0.1-6.85-0.5-1.434-0.333-3.283-1.017-5.55-2.05-2-0.967-3.65-1.533-4.95-1.7-0.934-0.134-2.133-0.2-3.6-0.2-1.267 0-2.983-0.184-5.15-0.55-5.566-0.967-9.4-2.05-11.5-3.25-1.167-0.667-2.083-1.25-2.75-1.75l-2.8-3.05c-2-2.033-3.317-3.101-3.95-3.2 1.5 0 2.667-0.5 3.5-1.5 0.3-0.5 0.517-0.833 0.65-1 0.167-0.233 1.117-1.066 2.85-2.5 1.833-1.5 2.967-2.566 3.4-3.2 0.333-0.767 0.7-1.533 1.1-2.3 0.033-0.066 0.5-0.85 1.4-2.35 0.3-0.534 0.5-1 0.6-1.4 0.333-2 0.583-3.25 0.75-3.75 0.333-0.566 0.617-1.1 0.85-1.6 0.433-0.9 0.65-1.867 0.65-2.9 0-0.8 0.117-2 0.35-3.6 0.2-1.334 0.25-2.217 0.15-2.65-0.1-0.533 0-1.233 0.3-2.1l0.45-1.15c0.333-0.833 0.583-1.917 0.75-3.25l0.5-4.25c0.467 0.533 0.967 1.15 1.5 1.85 1.1 1.367 1.85 2.417 2.25 3.15 0.667 1.167 2 2.583 4 4.25 0 0.3 0.133 0.566 0.4 0.8 0.5 0.434 1.367 0.5 2.6 0.2 1.533-0.533 2.517-0.85 2.95-0.95z" fill="#9DDABE"/>
<path d="m61.75 88.5l1.25-1 0.8 3.2c0.534 2.733 0.85 5.5 0.95 8.3 0.1 2.733 1.1 4.533 3 5.4 2.267 0.566 3.767 1.183 4.5 1.85 0.9 0.8 1.65 1.333 2.25 1.6 1.566 0.7 2.566 1.167 3 1.4 1.533 0.833 3.066 1.4 4.6 1.7 1.4 0.3 2.367 0.316 2.9 0.05 1-0.167 1.8-0.3 2.4-0.4 1.066-0.199 1.6-0.649 1.6-1.35 0-0.833 0.2-1.9 0.6-3.2 0.367-1.2 0.75-2.133 1.15-2.8 1.333-1.833 2.417-3.583 3.25-5.25 1.333-2.667 2.333-4.333 3-5l3-2.5c0.267-0.2 0.55-0.35 0.85-0.45 0.634-0.233 1.101-0.083 1.4 0.45 0.3 0.5 0.833 1.616 1.6 3.35 0.867 1.967 1.334 3.017 1.4 3.15 0.333 0.667 1 1.583 2 2.75l0.75 1.25c0.2 0.333 0.483 0.517 0.85 0.55 0.7 0.033 1.417-0.733 2.15-2.3 0.633-1.366 1.184-2.8 1.65-4.3 0.366-1.3 0.649-2.117 0.85-2.45 0.3-0.5 0.767-0.934 1.4-1.3l1.6-0.95c0.066-0.066 0.717-0.15 1.95-0.25 0.833-0.066 1.35-0.65 1.55-1.75 0.1-0.566 0.2-1.717 0.3-3.45 0.101-1.233 0.333-2.333 0.7-3.3 0.2-0.467 0.467-1.667 0.8-3.6 0.167-0.934 0.483-1.067 0.95-0.4 1.3 1.8 2.05 3.217 2.25 4.25 0.066 0.333 0.267 0.733 0.6 1.2 0.268 0.366 0.4 0.883 0.4 1.55 0 1.167 0.667 2.333 2 3.5l0.55 0.05c0.367 2.101 0.767 3.834 1.2 5.2 0.833 2.7 1.383 5.884 1.65 9.55 0.1 1.834 0.133 3.4 0.1 4.7l-7.1 4.55c-5.134 3.334-8.684 5.733-10.65 7.2-2.333 1.733-4.417 2.884-6.25 3.45-1.733 0.533-4.066 0.8-7 0.8-1.967 0-4.483 0.384-7.55 1.15-3.101 0.733-5.5 1.1-7.2 1.1-1.733 0-4.2 0.083-7.4 0.25-2.733 0.066-5.017-0.1-6.85-0.5-1.434-0.333-3.283-1.017-5.55-2.05-2-0.967-3.65-1.533-4.95-1.7-0.934-0.134-2.133-0.2-3.6-0.2-1.267 0-2.983-0.184-5.15-0.55-5.566-0.967-9.4-2.05-11.5-3.25-1.167-0.667-2.083-1.25-2.75-1.75l-3.1-3.3c0.934-0.634 1.583-1.066 1.95-1.3 0.733-0.4 1.533-0.7 2.4-0.9 0.133-0.033 1.75-0.116 4.85-0.25 1.6-0.066 2.65-0.65 3.15-1.75 0.767-1.866 1.333-3.2 1.7-4 0.633-1.366 1.316-2.2 2.05-2.5 0.267-0.134 1.083-0.167 2.45-0.1 0.866 0.033 1.55-0.434 2.05-1.4 0.3-0.566 0.867-1.533 1.7-2.9 0.667-1.033 1.183-2.066 1.55-3.1 0.434-1.134 1.066-2.483 1.9-4.05l1.1-1.95z" fill="#84C5A2"/>
<path d="m62.25 92.75c0-0.533 0.217-1.1 0.65-1.7l0.6-0.8 1.15 6.85 0.1 1.9c0.033 1.233 0.25 2.267 0.65 3.1 0.467 3.601 0.667 5.817 0.6 6.65-0.133 1.434 0.05 3 0.55 4.7 0.467 1.566 1.034 2.75 1.7 3.55 0.533 0.767 0.917 1.233 1.15 1.4 0.267 0.233 0.967 0.517 2.1 0.85 0.733 0.233 1.6 0.333 2.6 0.3 1.233-0.066 2.783 0.084 4.65 0.45 2.3 0.434 3.85 0.7 4.65 0.8 1 0.066 2.033 0.134 3.1 0.2 0.633 0.033 1.767 0.2 3.4 0.5 0.699 0.134 1.149 0.05 1.35-0.25 0.4-0.6 0.667-1.05 0.8-1.35 0.233-0.667 0.3-1.384 0.2-2.15-0.167-0.8-0.267-1.35-0.3-1.65-0.067-0.466-0.05-1.333 0.05-2.6 0.1-1.233 0.3-2.35 0.6-3.35l0.4-1.15 2.25 5c0.667 2 1.917 3 3.75 3 1.833 0.134 3.117 0.217 3.85 0.25 1.233 0.066 1.95-0.1 2.15-0.5s0.55-0.9 1.05-1.5l0.7-0.75 2.25-1.75h2.25c3.167-2.167 4.917-3.667 5.25-4.5 0.2-0.533 0.517-1.066 0.95-1.6l0.55-0.65c0.167-1 0.417-1.75 0.75-2.25 0.033-0.667 0.1-1.316 0.2-1.95 0.233-1.267 1-2.616 2.3-4.05 1.367-1.5 2.333-2.983 2.9-4.45 0.1-0.3 0.3-1.233 0.6-2.8l0.25-1.25c0.533 0.3 1.1 0.65 1.7 1.05 1.167 0.834 1.85 1.566 2.05 2.2 0.4 1.134 0.9 2 1.5 2.6 1 4.034 1.417 8.167 1.25 12.4l-7.1 4.55c-5.134 3.334-8.684 5.733-10.65 7.2-2.333 1.733-4.417 2.884-6.25 3.45-1.733 0.533-4.066 0.8-7 0.8-1.967 0-4.483 0.384-7.55 1.15-3.101 0.733-5.5 1.1-7.2 1.1-1.733 0-4.2 0.083-7.4 0.25-2.733 0.066-5.017-0.1-6.85-0.5-1.434-0.333-3.283-1.017-5.55-2.05-2-0.967-3.65-1.533-4.95-1.7-0.934-0.134-2.133-0.2-3.6-0.2-1.267 0-2.983-0.184-5.15-0.55-5.566-0.967-9.4-2.05-11.5-3.25l-0.1-0.05c1.934-0.134 3.633-0.417 5.1-0.851 1.434-0.533 2.6-0.899 3.5-1.1 0.367-0.066 1.5-0.184 3.4-0.35 0.633-0.067 1.25-0.45 1.85-1.15 2-2.333 3-4 3-5 0-0.434 0.316-0.983 0.95-1.65 0.7-0.767 1.133-1.383 1.3-1.85 0.1-0.3 0.167-0.85 0.2-1.65 0.066-0.666 0.333-1.533 0.8-2.6 0.267-0.6 0.783-1.417 1.55-2.45 0.4-0.5 0.55-1.184 0.45-2.05-0.333-2-0.5-3.417-0.5-4.25z" fill="#70AC8B"/>
<path d="m61 121.75c-0.934-0.134-2.133-0.2-3.6-0.2-1.267 0-2.983-0.184-5.15-0.55-3.633-0.634-6.6-1.35-8.9-2.15 1.966 0.067 4.15 0.084 6.55 0.051 3.2-0.101 4.983-0.15 5.35-0.15 1.9 0 3.35-0.233 4.35-0.7 0.867-0.6 1.5-1.033 1.9-1.3 0.566-0.333 1-0.417 1.3-0.25 0.467 0.434 0.95 0.85 1.45 1.25 1.434 1.2 3.1 2.366 5 3.5 0.633 0.767 1.05 1.233 1.25 1.4 0.3 0.267 1.967 0.55 5 0.85 3.133 0.3 6.1 0.283 8.9-0.05 2.833-0.467 4.866-0.783 6.1-0.95 1.566-0.2 2.867-0.6 3.9-1.2l1.1-0.8c0.467 0.533 1.15 1 2.05 1.4 1.767 0.8 3.75 0.833 5.95 0.1 2.633-0.866 4.117-1.384 4.45-1.55 0.333-0.167 1.183-0.816 2.55-1.95 2.4-1.967 4.983-3.8 7.75-5.5 2.6-1.6 4.684-3.184 6.25-4.75 0.633-0.634 1.283-1.116 1.95-1.45l0.8-0.3c1.3 0.3 2.733 0.517 4.3 0.65l-0.05 0.35-7.1 4.55c-5.134 3.334-8.684 5.733-10.65 7.2-2.333 1.733-4.417 2.884-6.25 3.45-1.733 0.533-4.066 0.8-7 0.8-1.967 0-4.483 0.384-7.55 1.15-3.101 0.733-5.5 1.1-7.2 1.1-1.733 0-4.2 0.083-7.4 0.25-2.733 0.066-5.017-0.1-6.85-0.5-1.434-0.333-3.283-1.017-5.55-2.05-2-0.97-3.65-1.53-4.95-1.7z" fill="#578E6D"/>
<radialGradient id="h" cx="107.51" cy="69.45" r="41.819" gradientTransform="matrix(1 0 0 -1 0 138.9)" gradientUnits="userSpaceOnUse">
<stop stop-color="#437052" stop-opacity=".4392" offset=".1765"/>
<stop stop-color="#437052" stop-opacity=".4392" offset=".5569"/>
</radialGradient>
<path d="m88 45.05c-0.167-4.466-0.333-7.4-0.5-8.8-0.2-1.667-0.934-5.033-2.2-10.1l-1.8-7.15c3-2 5.333-3 7-3 0.733 0 1.5-0.2 2.3-0.6 0.333 0.5 0.65 1.117 0.95 1.85 0.633 1.467 1.283 4.517 1.95 9.15 0.6 4.033 1.7 7.317 3.3 9.85 1.767 2.8 3.25 5.717 4.45 8.75 0.633 1.533 1.066 2.783 1.3 3.75-0.566 0.733-1.066 1.483-1.5 2.25-1.367 2.533-2.617 7.033-3.75 13.5-0.4 2.4-0.066 4.783 1 7.15 0.533 1.199 1.117 2.149 1.75 2.85 1-2.5 1.667-5.5 2-9 0.2-1.967 0.75-3.217 1.65-3.75 1.199-0.7 1.982-1.45 2.35-2.25 0.6-1.333 1.033-2.2 1.3-2.6 0.4-0.6 0.884-1.4 1.45-2.4 2.434-4.3 3.934-6.95 4.5-7.95 2.233 3 3.733 5.233 4.5 6.7 0.1 0.167 0.733 1.5 1.9 4 0.6 1.267 1.3 2.35 2.1 3.25l2 2.25 0.15 5.95c0.166 4.3 0.449 7.233 0.85 8.8 0.233 0.866 0.566 3.15 1 6.85 0.4 3.467 0.983 6.434 1.75 8.9 0.833 2.7 1.383 5.884 1.65 9.55 0.1 1.834 0.133 3.4 0.1 4.7l-7.1 4.55c-5.134 3.334-8.684 5.733-10.65 7.2-2.233 1.667-4.217 2.783-5.95 3.35-1.667 0.567-3.816 0.867-6.45 0.9 1.533-1.233 2.884-2.866 4.051-4.9 1.133-1.966 1.583-3.333 1.35-4.1-0.133-0.467-0.733-1.184-1.8-2.15-1.134-1.066-2.033-2.35-2.7-3.85-3.133-7.2-5.383-12.45-6.75-15.75-0.7-1.733-1.483-4.083-2.35-7.05-0.801-2.733-1.601-4.967-2.4-6.7-0.833-1.9-1.117-4.65-0.85-8.25 0.3-3.8 0.333-6.05 0.1-6.75-0.467-1.433-0.783-2.617-0.95-3.55-0.1-0.7-0.283-2.517-0.55-5.45-0.167-1.767-0.333-5.083-0.5-9.95z" fill="url(#h)"/>
<path d="m88 47.5l1.4 6.1c0.899 4.467 1.35 7.733 1.35 9.8 0 2.9 0.117 5.284 0.35 7.15 0.301 2.434 0.851 4.75 1.65 6.95 0.6 1.667 1.333 4.15 2.2 7.45 0.8 3.2 1.399 5.3 1.8 6.3 0.367 0.967 1.2 3.45 2.5 7.45 1.233 3.8 2.066 6.233 2.5 7.3 0.333 0.8 1.3 2.25 2.9 4.35 1.3 1.733 2 3.117 2.1 4.15 0.1 1.267-0.133 2.483-0.7 3.65-0.399 0.8-1.25 2.083-2.55 3.85-0.934 1.267-2.45 1.483-4.55 0.65-0.79-0.332-1.532-0.731-2.226-1.2 0.457 0.166 1.133 0.25 2.025 0.25 1.233 0 2.2-0.184 2.9-0.55 0.866-0.434 1.649-1.233 2.35-2.4 0.733-1.233 0.917-2.767 0.55-4.6-0.366-1.767-1.183-3.417-2.45-4.95-0.967-1.134-2-3.267-3.1-6.4-1.566-4.233-2.617-6.916-3.15-8.05-1.033-2.167-2.267-5.467-3.699-9.9-1.334-4.366-2.134-6.933-2.4-7.699-0.267-0.834-0.5-2.834-0.7-6-0.233-3.767-0.417-6.067-0.55-6.9-0.2-1.467-0.35-4.7-0.45-9.7l-0.051-7.051z" fill="#9DDABE"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 17 KiB

44
svg/stb-proxy.svg Normal file
View File

@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="16.844999"
height="15.78"
viewBox="0 0 16.844999 15.78"
version="1.1"
xml:space="preserve"
style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"
id="svg20568"
sodipodi:docname="emojis.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><defs
id="defs20572" /><sodipodi:namedview
id="namedview20570"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0" /><g
transform="matrix(0.24,0,0,0.24,-769.6662,-783.8778)"
id="g20566"><g
transform="matrix(62.5,0,0,62.5,3199.13,3320.97)"
id="g15866"><path
d="m 0.881,-0.667 h 0.262 c 0.014,0 0.028,0.003 0.041,0.008 0.012,0.006 0.023,0.013 0.033,0.023 0.01,0.01 0.017,0.021 0.023,0.034 0.005,0.013 0.008,0.026 0.008,0.041 V 0.035 C 1.248,0.046 1.246,0.057 1.243,0.067 1.24,0.077 1.235,0.087 1.229,0.095 1.222,0.104 1.215,0.112 1.206,0.118 1.198,0.125 1.188,0.13 1.178,0.134 V 0.175 H 0.195 V 0.134 C 0.185,0.13 0.175,0.125 0.167,0.118 0.158,0.112 0.151,0.104 0.145,0.095 0.138,0.087 0.134,0.077 0.13,0.067 0.127,0.057 0.125,0.046 0.125,0.035 v -0.596 c 0,-0.015 0.003,-0.028 0.008,-0.041 0.006,-0.013 0.013,-0.024 0.023,-0.034 0.01,-0.01 0.021,-0.017 0.033,-0.023 0.013,-0.005 0.027,-0.008 0.041,-0.008 h 0.262 c -0.01,-0.01 -0.02,-0.02 -0.03,-0.03 C 0.451,-0.707 0.441,-0.717 0.432,-0.728 0.424,-0.736 0.418,-0.746 0.413,-0.756 0.408,-0.767 0.406,-0.778 0.406,-0.79 c 0,-0.012 0.002,-0.023 0.007,-0.034 0.004,-0.01 0.01,-0.02 0.018,-0.028 0.008,-0.008 0.018,-0.014 0.028,-0.019 0.011,-0.004 0.022,-0.006 0.035,-0.006 0.011,0 0.023,0.002 0.033,0.006 0.011,0.005 0.02,0.011 0.029,0.019 l 0.131,0.131 0.13,-0.131 c 0.018,-0.017 0.038,-0.025 0.062,-0.025 0.012,0 0.024,0.002 0.034,0.006 0.011,0.005 0.02,0.011 0.028,0.019 0.008,0.008 0.014,0.018 0.019,0.028 0.005,0.011 0.007,0.022 0.007,0.034 0,0.012 -0.002,0.023 -0.007,0.034 -0.005,0.01 -0.011,0.02 -0.019,0.028 -0.009,0.011 -0.019,0.021 -0.03,0.031 -0.01,0.01 -0.02,0.02 -0.03,0.03 z"
style="fill-rule:nonzero"
id="path15854" /><path
d="M 0.265,0.07 0.352,0.031 H 1.043 L 1.107,0.07 V 0.105 H 0.265 Z M 0.626,-0.632 0.481,-0.777 C 0.477,-0.781 0.476,-0.785 0.476,-0.79 c 0,-0.004 0.001,-0.008 0.005,-0.012 0.004,-0.003 0.008,-0.005 0.012,-0.005 0.005,0 0.01,0.001 0.013,0.005 l 0.17,0.17 h 0.021 l 0.17,-0.17 c 0.003,-0.004 0.008,-0.005 0.012,-0.005 0.005,0 0.009,0.002 0.013,0.005 0.003,0.003 0.005,0.008 0.005,0.012 0,0.005 -0.002,0.009 -0.005,0.013 l -0.145,0.145 c 0.005,0 0.011,0.001 0.017,0.002 0.005,0.001 0.01,0.003 0.014,0.005 0.004,0.003 0.007,0.007 0.01,0.011 0.003,0.005 0.004,0.01 0.004,0.017 L 0.761,-0.571 H 0.61 L 0.581,-0.597 c 0,-0.007 0.001,-0.012 0.004,-0.017 0.003,-0.004 0.006,-0.008 0.01,-0.011 0.004,-0.002 0.009,-0.004 0.014,-0.005 0.006,-0.001 0.012,-0.002 0.017,-0.002 z"
style="fill:#e5e5e5;fill-rule:nonzero"
id="path15856" /><path
d="m 1.143,-0.597 c 0.009,0 0.018,0.004 0.024,0.011 0.007,0.007 0.011,0.015 0.011,0.025 V 0.035 C 1.178,0.044 1.174,0.053 1.167,0.06 1.161,0.067 1.152,0.07 1.143,0.07 H 0.23 C 0.221,0.07 0.212,0.067 0.206,0.06 0.199,0.053 0.195,0.044 0.195,0.035 v -0.596 c 0,-0.01 0.004,-0.018 0.011,-0.025 0.006,-0.007 0.015,-0.011 0.024,-0.011 z"
style="fill:#cccccc;fill-rule:nonzero"
id="path15858" /><path
d="m 1.073,-0.491 c 0.01,0 0.019,0.002 0.027,0.005 0.009,0.004 0.016,0.009 0.022,0.015 0.007,0.006 0.012,0.014 0.015,0.022 0.004,0.009 0.006,0.018 0.006,0.028 0,0.009 -0.002,0.018 -0.006,0.027 C 1.134,-0.386 1.129,-0.378 1.122,-0.372 1.116,-0.365 1.109,-0.36 1.1,-0.357 1.092,-0.353 1.083,-0.351 1.073,-0.351 1.063,-0.351 1.054,-0.353 1.045,-0.356 1.037,-0.36 1.029,-0.365 1.023,-0.371 1.016,-0.378 1.011,-0.385 1.008,-0.394 1.004,-0.402 1.002,-0.412 1.002,-0.421 c 0,-0.01 0.002,-0.019 0.006,-0.028 0.004,-0.008 0.009,-0.016 0.015,-0.022 0.007,-0.006 0.014,-0.011 0.022,-0.015 0.009,-0.003 0.018,-0.005 0.028,-0.005 z"
style="fill:#f03a17;fill-rule:nonzero"
id="path15860" /><path
d="m 1.073,-0.281 c 0.01,0 0.019,0.002 0.027,0.006 0.009,0.004 0.016,0.009 0.022,0.015 0.007,0.006 0.012,0.014 0.015,0.022 0.004,0.009 0.006,0.018 0.006,0.028 0,0.009 -0.002,0.018 -0.006,0.027 C 1.134,-0.175 1.129,-0.167 1.122,-0.161 1.116,-0.155 1.109,-0.15 1.1,-0.146 1.092,-0.142 1.083,-0.141 1.073,-0.141 1.063,-0.141 1.054,-0.142 1.045,-0.146 1.037,-0.15 1.03,-0.155 1.023,-0.161 1.017,-0.167 1.012,-0.175 1.008,-0.183 1.004,-0.192 1.002,-0.201 1.002,-0.21 c 0,-0.01 0.002,-0.019 0.006,-0.028 0.003,-0.008 0.008,-0.016 0.015,-0.022 0.006,-0.006 0.014,-0.011 0.022,-0.015 0.009,-0.004 0.018,-0.006 0.028,-0.006 z"
style="fill:#757575;fill-rule:nonzero"
id="path15862" /><path
d="m 0.932,-0.526 c 0.01,0 0.018,0.003 0.025,0.01 0.007,0.007 0.01,0.015 0.01,0.025 v 0.456 c 0,0.009 -0.003,0.018 -0.01,0.025 C 0.95,-0.003 0.942,0 0.932,0 H 0.3 C 0.291,0 0.283,-0.003 0.276,-0.01 0.269,-0.017 0.265,-0.026 0.265,-0.035 v -0.456 c 0,-0.01 0.004,-0.018 0.011,-0.025 0.007,-0.007 0.015,-0.01 0.024,-0.01 z"
style="fill:#383838;fill-rule:nonzero"
id="path15864" /></g></g></svg>

After

Width:  |  Height:  |  Size: 5.4 KiB