Compare commits

...

33 Commits

Author SHA1 Message Date
tracer021
0e02afdfa4
Merge ee7b4ec4e58099db0189519458a93ddd8a0b6d38 into 07a06d893e901fda965ba10f39d7aa7a3a18ea0d 2024-11-29 00:01:48 +00:00
Dashboard Icons Bot
07a06d893e 👷 Generates file_tree.json 2024-10-20 10:14:32 +00:00
Bjorn Lammers
df68010f94
🐛 Fix file path
Signed-off-by: Bjorn Lammers <bjorn@lammers.media>
2024-10-20 12:14:18 +02:00
Bjorn Lammers
16a4a8fd7e
🐛 Generate file if it doesn't exist
Signed-off-by: Bjorn Lammers <bjorn@lammers.media>
2024-10-20 12:13:29 +02:00
Thomas Camlong
478994e9cc
👷 Adds filetree generation via GitHub Workflow (#809) 2024-10-20 12:05:11 +02:00
Dashboard Icons Bot
a0101322ee 🚸 Compresses PNGs 2024-10-20 01:40:43 +00:00
Dashboard Icons Bot
d44ceb90ae 👷 Generates ICONS.md 2024-10-19 18:21:13 +00:00
FjellOverflow
8a50f46708
🍱 Adds Immich Kiosk (#808) 2024-10-19 20:20:58 +02:00
Bjorn Lammers
98c3da01bc
📜 Updates emailadress
Signed-off-by: Bjorn Lammers <walkxnl@gmail.com>
2024-10-19 00:10:23 +02:00
Dashboard Icons Bot
3da251e5ff 👷 Generates ICONS.md 2024-10-18 22:09:18 +00:00
Bjorn Lammers
a4cf24e10c
🍱 Adds Nocobase
Closes #730
2024-10-19 00:09:00 +02:00
Bjorn Lammers
d08423fd68
🍱 Adds Locals
Closes #725
2024-10-19 00:09:00 +02:00
Dashboard Icons Bot
900e2f8998 👷 Generates ICONS.md 2024-10-18 21:26:52 +00:00
v3DJG6GL
a9e46dba43
🍱 Adds App Store & F-Droid (#799)
* finamp: adding icons (color, light, dark)

* findroid: adding icons (color, light, dark)

* remove black background

* Update findroid.svg

* app store (apple): add icons

* f-droid: add icons
2024-10-18 23:26:41 +02:00
Dashboard Icons Bot
acd3e9adcc 👷 Generates ICONS.md 2024-10-18 21:26:19 +00:00
Bjorn Lammers
76807363a2
🍱 Adds Snapcast
Fixes #731
2024-10-18 23:26:01 +02:00
Dashboard Icons Bot
fd5b71dd7d 👷 Generates ICONS.md 2024-10-18 21:20:58 +00:00
Ryan Angliss
c3750ea50f
🍱 Adds Meshtastic (#758)
* added meshtastic icon

* added meshtastic svg
2024-10-18 23:20:46 +02:00
Dashboard Icons Bot
983a460c1e 👷 Generates ICONS.md 2024-10-18 21:20:29 +00:00
Tom
0f961f7cad
🍱 Adds Docusaurus (#773)
* Add docusaurus icon

* fix size

* update png & add svg
2024-10-18 23:20:16 +02:00
Dashboard Icons Bot
fbc916f06a 👷 Generates ICONS.md 2024-10-18 21:17:10 +00:00
Kevin
e676961f25
🍱 Adds Helper-Scripts (#744)
* 🍱 Add Proxmox VE Helper-Scripts

* Add copy of Proxmox VE Helper-Scripts with alternative name
2024-10-18 23:16:59 +02:00
Dashboard Icons Bot
c7321ccb67 👷 Generates ICONS.md 2024-10-18 21:15:26 +00:00
AcidSleeper
d4327b0511
🍱 Adds P1iB (#801)
P1-reader by https://remne.tech/p1ib/
2024-10-18 23:15:13 +02:00
Bjorn Lammers
150ec76e07
👷 Updates emailadress
Signed-off-by: Bjorn Lammers <walkxnl@gmail.com>
2024-10-18 23:10:19 +02:00
Matthew Glenn
ed7c8f8c6e
🍱 Adds WriteFreely (#724)
* 🍱 Adds WriteFreely

* Fix spacing for writefreely

* 👷 Generates ICONS.md

* 👷 Generates ICONS.md

* 👷 Generates ICONS.md

---------

Signed-off-by: Matthew Glenn <matthew.mark.glenn@gmail.com>
Signed-off-by: Bjorn Lammers <walkxnl@gmail.com>
Co-authored-by: Dashboard Icons Bot <noreply@walkx.fyi>
Co-authored-by: Bjorn Lammers <walkxnl@gmail.com>
2024-10-18 23:09:38 +02:00
Dashboard Icons Bot
89bf19a467 👷 Generates ICONS.md 2024-10-18 21:08:50 +00:00
Carsten Graf
3256608b62
🍱 Add Schneider and Smartfox (#802)
* 🍱 Adds AVG Management

* Add Schneider png

* Add Smartfox png and svg
2024-10-18 23:08:39 +02:00
Dashboard Icons Bot
67ef0957ef 👷 Generates ICONS.md 2024-10-18 21:08:31 +00:00
Wael R. Mansour
84364c0bf0
🍱 Adds Remmina (#748)
* add remmina icon https://hub.docker.com/r/linuxserver/remmina

* adding svg, updating png to match requirements
2024-10-18 23:08:18 +02:00
Matthew Glenn
7ea2b4ace1
🍱 Updates Stump SVG & Adds alt version (#805) 2024-10-18 23:07:38 +02:00
tracer021
ee7b4ec4e5 Add reolink and wyze svg 2023-10-30 17:54:41 +08:00
tracer021
ffe77e2f2e Add wyze and reolink png icon 2023-10-14 08:12:38 +08:00
104 changed files with 5131 additions and 80 deletions

31
.github/workflows/generate_filetree.yml vendored Normal file
View File

@ -0,0 +1,31 @@
name: 🌴 Generate File Tree
on:
push:
workflow_dispatch:
jobs:
generate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
architecture: "x64"
- name: Generate File Tree
run: python config/tree.py svg png
- name: Load to GitHub
run: |-
git diff
git config --global user.email "noreply@lammers.media"
git config --global user.name "Dashboard Icons Bot"
git add tree.json
git commit -m ":construction_worker: Generates file_tree.json" || exit 0
git push

View File

@ -25,7 +25,7 @@ jobs:
- name: Load to GitHub - name: Load to GitHub
run: |- run: |-
git diff git diff
git config --global user.email "noreply@walkx.fyi" git config --global user.email "noreply@lammers.media"
git config --global user.name "Dashboard Icons Bot" git config --global user.name "Dashboard Icons Bot"
git add -A git add -A
git commit -m ":construction_worker: Generates ICONS.md" || exit 0 git commit -m ":construction_worker: Generates ICONS.md" || exit 0

File diff suppressed because one or more lines are too long

View File

@ -70,4 +70,4 @@ Please review the [Contribution Guidelines](CONTRIBUTING.md) before contributing
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. 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. For questions or concerns regarding the license, contact me at hey@lammers.media before using or distributing the contents of this repository.

54
config/tree.py Normal file
View File

@ -0,0 +1,54 @@
import os
import json
import sys
def folder_to_json(path):
tree = {}
base_folder_name = os.path.basename(os.path.normpath(path)) # Get the base folder name
# Ensure the path doesn't return an empty string or dot.
base_folder_name = base_folder_name if base_folder_name else os.path.basename(os.getcwd())
for root, dirs, files in os.walk(path):
# Get the relative path of the root directory
relative_path = os.path.relpath(root, path)
# Use base folder name for root, and append relative path for subfolders
key = base_folder_name if relative_path == '.' else os.path.join(base_folder_name, relative_path)
# Only add the folder if there are files
if files:
tree[key] = files
return tree
def generate_combined_tree(paths):
combined_tree = {}
for path in paths:
# Add folder tree for each path
combined_tree.update(folder_to_json(path))
return combined_tree
if __name__ == "__main__":
# Get the list of folder paths from command-line arguments
folder_paths = sys.argv[1:]
if not folder_paths:
print("Please provide at least one folder path.")
sys.exit(1)
# Check if 'tree.json' exists
if os.path.exists('tree.json'):
print("'tree.json' already exists. No file was created.")
sys.exit(0)
# Generate the combined folder tree for all specified paths
combined_folder_tree = generate_combined_tree(folder_paths)
# Write the combined JSON structure to a file named tree.json
with open('tree.json', 'w') as f:
json.dump(combined_folder_tree, f, indent=4)
print("Folder tree successfully written to 'tree.json'.")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 290 B

After

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 290 B

After

Width:  |  Height:  |  Size: 260 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 48 KiB

BIN
png/app-store.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
png/docusaurus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

BIN
png/f-droid.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
png/helper-scripts.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 27 KiB

BIN
png/immich-kiosk.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
png/locals-light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

BIN
png/locals.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 29 KiB

BIN
png/meshtastic.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 653 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 653 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 13 KiB

BIN
png/nocobase-light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

BIN
png/nocobase.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 19 KiB

BIN
png/p1ib.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 31 KiB

BIN
png/pve-helper-scripts.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

BIN
png/remmina.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
png/reolink.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 15 KiB

BIN
png/schneider.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 36 KiB

BIN
png/smartfox.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

BIN
png/snapcast-alt-light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
png/snapcast-alt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
png/snapcast.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 KiB

After

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 14 KiB

BIN
png/writefreely.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

BIN
png/wyze.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

24
svg/app-store.svg Normal file
View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 860 860">
<defs>
<style>
.cls-1 {
fill: url(#linear-gradient);
}
.cls-1, .cls-2 {
stroke-width: 0px;
}
.cls-2 {
fill: #fff;
}
</style>
<linearGradient id="linear-gradient" x1="430.05" y1="-.77" x2="430.05" y2="799.23" gradientTransform="translate(0 30.77)" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#18bffb"/>
<stop offset="1" stop-color="#2072f3"/>
</linearGradient>
</defs>
<path class="cls-1" d="m668.4,30H191.6C102.3,30,30,102.3,30,191.6v476.9c0,89.2,72.3,161.5,161.6,161.5h476.9c89.2,0,161.6-72.3,161.6-161.6V191.6c-.1-89.3-72.4-161.6-161.7-161.6Z"/>
<path class="cls-2" d="m426.6,213.8l16.2-28c10-17.5,32.3-23.4,49.8-13.4s23.4,32.3,13.4,49.8l-156.1,270.2h112.9c36.6,0,57.1,43,41.2,72.8H173c-20.2,0-36.4-16.2-36.4-36.4s16.2-36.4,36.4-36.4h92.8l118.8-205.9-37.1-64.4c-10-17.5-4.1-39.6,13.4-49.8,17.5-10,39.6-4.1,49.8,13.4l15.9,28.1h0Zm-140.4,388.9l-35,60.7c-10,17.5-32.3,23.4-49.8,13.4s-23.4-32.3-13.4-49.8l26-45c29.4-9.1,53.3-2.1,72.2,20.7h0Zm301.4-110.1h94.7c20.2,0,36.4,16.2,36.4,36.4s-16.2,36.4-36.4,36.4h-52.6l35.5,61.6c10,17.5,4.1,39.6-13.4,49.8-17.5,10-39.6,4.1-49.8-13.4-59.8-103.7-104.7-181.3-134.5-233-30.5-52.6-8.7-105.4,12.8-123.3,23.9,41,59.6,102.9,107.3,185.5h0Z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

1
svg/docusaurus.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.2 KiB

115
svg/f-droid.svg Normal file
View File

@ -0,0 +1,115 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="svg4230" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 48 48">
<defs>
<style>
.cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8, .cls-9, .cls-10, .cls-11, .cls-12 {
stroke-width: 0px;
}
.cls-1, .cls-4, .cls-5, .cls-6, .cls-9, .cls-13 {
fill-rule: evenodd;
}
.cls-1, .cls-10 {
fill: rgba(38, 50, 56, .2);
}
.cls-2, .cls-4 {
fill: rgba(255, 255, 255, .3);
}
.cls-3 {
fill: #1976d2;
}
.cls-5 {
fill: rgba(38, 50, 56, .4);
}
.cls-6 {
fill: url(#radial-gradient);
}
.cls-7 {
fill: #fff;
}
.cls-8 {
fill: rgba(255, 255, 255, .2);
}
.cls-9, .cls-13 {
fill: #8ab000;
}
.cls-14 {
fill: none;
stroke: #0d47a1;
stroke-width: 1.9px;
}
.cls-14, .cls-13 {
stroke-linecap: round;
}
.cls-11 {
fill: #0d47a1;
}
.cls-12 {
fill: #aeea00;
}
.cls-13 {
stroke: #769616;
stroke-width: 2.5px;
}
</style>
<radialGradient id="radial-gradient" cx="-574.44" cy="716.31" fx="-574.44" fy="716.31" r="22.67" gradientTransform="translate(-1515.27 1135.62) rotate(90) scale(1.97 -2.12)" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#fff" stop-opacity=".1"/>
<stop offset="1" stop-color="#fff" stop-opacity="0"/>
</radialGradient>
</defs>
<g id="layer1">
<path id="path4192" class="cls-5" d="m2.61,1.99c-.69-.02-1.27.52-1.28,1.22,0,.3.09.58.27.81l3.6,4.66c-.13.33-.2.69-.2,1.07v7c0,1.66,1.34,3,3,3h32c1.66,0,3-1.34,3-3v-7c0-.38-.08-.74-.21-1.07l3.6-4.66c.43-.54.34-1.33-.2-1.76-.24-.19-.54-.29-.85-.27-.37.02-.71.2-.93.5l-3.43,4.44c-.31-.11-.64-.18-.99-.18H8c-.35,0-.68.07-.99.18L3.58,2.49c-.23-.31-.59-.49-.97-.5Zm5.39,18.76c-.21,0-.41.02-.61.06-1.37.28-2.39,1.47-2.39,2.91v20.03c0,1.66,1.34,3,3,3h32c1.66,0,3-1.34,3-3v-20.03c0-1.44-1.03-2.63-2.39-2.91-.2-.04-.4-.06-.61-.06H8Z"/>
<g id="g5012">
<g id="g4179">
<path id="path4181" class="cls-13" d="m45.41,2.5l-4.25,5.5"/>
<path id="path4183" class="cls-4" d="m45.39,1.25c.45.01.76.19.98.45-2.03,2.41-2.37,2.79-5.14,6.22-1.02,1.32-2.08.64-1.06-.68l4.25-5.5c.23-.31.59-.48.97-.49Z"/>
<path id="path4185" class="cls-1" d="m46.38,1.71c.12.15.56.8.02,1.56l-4.25,5.5c-1.02,1.32-1.15-.61-1.15-.61,0,0,3.73-4.51,5.38-6.44Z"/>
<path id="path4187" class="cls-9" d="m45.66,1.48c.44,0,.96.14.82.8-.1.5-4.66,6.07-4.66,6.07-1.02,1.32-2.49.68-1.47-.64l4.23-5.47c.26-.29.61-.74,1.08-.76h0Z"/>
</g>
<g id="g4955">
<path id="path4945" class="cls-13" d="m2.59,2.5l4.25,5.5"/>
<path id="path4947" class="cls-4" d="m2.61,1.25c-.45.01-.76.19-.98.45,2.03,2.41,2.37,2.79,5.14,6.22,1.02,1.32,2.08.64,1.06-.68L3.58,1.74c-.23-.31-.59-.48-.97-.49Z"/>
<path id="path4951" class="cls-1" d="m1.62,1.71c-.12.15-.56.8-.02,1.56l4.25,5.5c1.02,1.32,1.15-.61,1.15-.61,0,0-3.73-4.51-5.38-6.44Z"/>
<path id="path4925" class="cls-9" d="m2.34,1.48c-.44,0-.96.14-.82.8.1.5,4.66,6.07,4.66,6.07,1.02,1.32,2.49.68,1.47-.64L3.41,2.24c-.26-.29-.61-.74-1.08-.76h0Z"/>
</g>
<g id="g4967">
<rect id="rect4144" class="cls-12" x="5" y="6" width="38" height="13" rx="3" ry="3"/>
<rect id="rect4961" class="cls-10" x="5" y="9" width="38" height="10" rx="3" ry="3"/>
<rect id="rect4963" class="cls-2" x="5" y="6" width="38" height="10" rx="3" ry="3"/>
<path id="rect4965" class="cls-12" d="m8,7h32c1.66,0,3,1.14,3,2.54v5.92c0,1.4-1.34,2.54-3,2.54H8c-1.66,0-3-1.14-3-2.54v-5.92c0-1.4,1.34-2.54,3-2.54Z"/>
</g>
<g id="g4979">
<rect id="rect4146" class="cls-3" x="5" y="20" width="38" height="26" rx="3" ry="3"/>
<rect id="rect4973" class="cls-10" x="5" y="33" width="38" height="13" rx="3" ry="3"/>
<rect id="rect4975" class="cls-8" x="5" y="20" width="38" height="13" rx="3" ry="3"/>
<path id="rect4977" class="cls-3" d="m8,21h32c1.66,0,3,1.24,3,2.77v18.46c0,1.53-1.34,2.77-3,2.77H8c-1.66,0-3-1.24-3-2.77v-18.46c0-1.53,1.34-2.77,3-2.77Z"/>
</g>
<g id="g4211">
<path id="path4161" class="cls-11" d="m24,26.75c-2.88,0-5.32,1.98-6.03,4.65h3.21c.55-.99,1.6-1.65,2.82-1.65,1.81,0,3.25,1.44,3.25,3.25s-1.44,3.25-3.25,3.25c-1.31,0-2.41-.75-2.93-1.85h-3.15c.64,2.77,3.13,4.85,6.08,4.85,3.43,0,6.25-2.82,6.25-6.25s-2.82-6.25-6.25-6.25Z"/>
<circle id="path4209" class="cls-14" cx="24" cy="33" r="9.55"/>
</g>
<g id="g4989">
<ellipse id="circle4985" class="cls-10" cx="14.38" cy="12.63" rx="3.38" ry="3.87"/>
<circle id="path4859" class="cls-7" cx="14.38" cy="13.13" r="3.37"/>
</g>
<g id="g4171">
<ellipse id="ellipse4175" class="cls-10" cx="33.88" cy="12.63" rx="3.38" ry="3.87"/>
<circle id="circle4177" class="cls-7" cx="33.88" cy="13.13" r="3.37"/>
</g>
</g>
<path id="path5128" class="cls-6" d="m2.61,1.24c-.69-.02-1.27.52-1.28,1.22,0,.3.09.58.27.81l3.6,4.66c-.13.33-.2.69-.2,1.07v7c0,1.66,1.34,3,3,3h32c1.66,0,3-1.34,3-3v-7c0-.38-.08-.74-.21-1.07l3.6-4.66c.43-.54.34-1.33-.2-1.76-.24-.19-.54-.29-.85-.27-.37.02-.71.2-.93.5l-3.43,4.44c-.31-.11-.64-.18-.99-.18H8c-.35,0-.68.07-.99.18L3.58,1.74c-.23-.31-.59-.49-.97-.5Zm5.39,18.76c-.21,0-.41.02-.61.06-1.37.28-2.39,1.47-2.39,2.91v20.03c0,1.66,1.34,3,3,3h32c1.66,0,3-1.34,3-3v-20.03c0-1.44-1.03-2.63-2.39-2.91-.2-.04-.4-.06-.61-.06H8Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.5 KiB

27
svg/immich-kiosk.svg Normal file
View File

@ -0,0 +1,27 @@
<svg width="483" height="483" viewBox="0 0 483 483" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M240.708 114.136C276.246 78.5983 390.968 50.85 411.828 71.7096C425.105 84.9869 418.69 136.292 403.107 181C403.107 181 353 145 303 162.5C253 180 240.708 242.829 240.708 242.829C205.171 207.292 205.171 149.674 240.708 114.136Z" fill="#8BBB25"/>
<path d="M331 150.88C381.258 150.88 482 212.38 482 241.88C482 260.657 441.185 292.399 398.553 312.993C398.553 312.993 388.578 252.107 340.848 229.126C293.119 206.145 240 241.88 240 241.88C240 191.622 280.742 150.88 331 150.88Z" fill="#18C249"/>
<path d="M368.864 240.708C404.401 276.246 432.15 390.968 411.29 411.828C398.013 425.105 346.708 418.689 302 403.107C302 403.107 338 353 320.5 303C303 253 240.17 240.708 240.17 240.708C275.708 205.17 333.326 205.17 368.864 240.708Z" fill="#1BA3A0"/>
<path d="M332.12 331C332.12 381.258 270.62 482 241.12 482C222.343 482 190.601 441.185 170.007 398.553C170.007 398.553 230.893 388.578 253.874 340.848C276.855 293.119 241.12 240 241.12 240C291.378 240 332.12 280.742 332.12 331Z" fill="#1E83F7"/>
<path d="M242.292 368.864C206.754 404.402 92.0316 432.15 71.172 411.29C57.8946 398.013 64.3104 346.708 79.8932 302C79.8932 302 130 338 180 320.5C230 303 242.292 240.171 242.292 240.171C277.83 275.708 277.83 333.326 242.292 368.864Z" fill="#857ED6"/>
<path d="M152 332.12C101.742 332.12 1 270.62 1 241.12C1 222.343 41.8148 190.601 84.4468 170.007C84.4468 170.007 94.4218 230.893 142.152 253.874C189.881 276.855 243 241.12 243 241.12C243 291.378 202.258 332.12 152 332.12Z" fill="#ED79B5"/>
<path d="M114.136 242.292C78.5984 206.754 50.8501 92.0317 71.7097 71.172C84.9871 57.8947 136.292 64.3105 181 79.8933C181 79.8933 145 130 162.5 180C180 230 242.83 242.292 242.83 242.292C207.292 277.83 149.674 277.83 114.136 242.292Z" fill="#F3516B"/>
<path d="M150.88 152C150.88 101.742 212.38 1 241.88 1C260.657 1 292.399 41.8148 312.993 84.4468C312.993 84.4468 252.107 94.4218 229.126 142.152C206.145 189.881 241.88 243 241.88 243C191.622 243 150.88 202.258 150.88 152Z" fill="#FA2921"/>
<path d="M77.3963 172.96C58.4709 182.671 40.3199 194.352 26.4176 205.86C18.634 212.302 12.1687 218.702 7.64469 224.681C3.13159 230.647 0.5 236.26 0.5 241.12C0.5 244.942 2.12794 249.225 5.0045 253.767C7.88544 258.317 12.0462 263.169 17.1783 268.143C27.4431 278.091 41.6394 288.566 57.3942 298.11C63.725 301.945 70.31 305.631 76.996 309.074C70.4806 329.323 65.9058 350.417 64.2123 368.385C63.2641 378.444 63.2174 387.541 64.2467 394.968C65.2735 402.377 67.3821 408.208 70.8184 411.644C73.5212 414.347 77.7007 416.224 82.9466 417.402C88.2006 418.582 94.5742 419.071 101.72 418.959C116.013 418.735 133.458 416.104 151.347 411.712C158.535 409.947 165.798 407.897 172.96 405.604C182.671 424.529 194.352 442.68 205.86 456.582C212.302 464.366 218.701 470.831 224.681 475.355C230.646 479.868 236.26 482.5 241.12 482.5C244.942 482.5 249.225 480.872 253.767 477.995C258.316 475.115 263.169 470.954 268.143 465.822C278.091 455.557 288.566 441.361 298.11 425.606C301.945 419.275 305.631 412.69 309.074 406.004C329.323 412.519 350.417 417.094 368.385 418.788C378.444 419.736 387.541 419.783 394.968 418.753C402.377 417.726 408.207 415.618 411.644 412.182C414.347 409.479 416.224 405.299 417.402 400.053C418.581 394.799 419.071 388.426 418.959 381.28C418.735 366.987 416.103 349.542 411.712 331.653C409.947 324.465 407.897 317.202 405.604 310.04C424.529 300.329 442.68 288.648 456.582 277.14C464.366 270.698 470.831 264.298 475.355 258.319C479.868 252.353 482.5 246.74 482.5 241.88C482.5 238.058 480.872 233.775 477.995 229.233C475.114 224.683 470.954 219.831 465.822 214.857C455.557 204.909 441.361 194.434 425.606 184.89C419.275 181.055 412.69 177.369 406.004 173.926C412.519 153.677 417.094 132.583 418.788 114.615C419.736 104.556 419.783 95.4591 418.753 88.0319C417.727 80.6226 415.618 74.7924 412.182 71.3561C409.479 68.6532 405.299 66.7761 400.053 65.5982C394.799 64.4185 388.426 63.9291 381.28 64.0412C366.988 64.2652 349.542 66.8965 331.653 71.2882C324.465 73.053 317.202 75.1027 310.04 77.3962C300.329 58.4708 288.648 40.3199 277.14 26.4176C270.698 18.634 264.299 12.1687 258.319 7.64469C252.354 3.13159 246.74 0.5 241.88 0.5C238.058 0.5 233.775 2.12794 229.233 5.0045C224.684 7.88544 219.831 12.0462 214.857 17.1783C204.909 27.4431 194.434 41.6394 184.89 57.3942C181.055 63.725 177.369 70.31 173.926 76.9961C153.677 70.4807 132.583 65.9058 114.615 64.2123C104.556 63.2642 95.4592 63.2174 88.032 64.2468C80.6227 65.2736 74.7925 67.3822 71.3562 70.8185C68.6534 73.5213 66.7762 77.7007 65.5983 82.9467C64.4186 88.2007 63.9293 94.5743 64.0413 101.72C64.2653 116.013 66.8966 133.458 71.2884 151.347C73.0531 158.535 75.1028 165.798 77.3963 172.96Z" stroke="#0C1117"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M150.88 152C150.88 101.742 212.38 1.00003 241.88 1.00003C260.513 1.00003 291.912 41.191 312.517 83.466L302 87.0021C298.028 78.9485 293.647 70.967 289.034 63.3527C279.782 48.0798 269.814 34.6424 260.645 25.1816C256.053 20.4428 251.903 16.9546 248.375 14.7202C244.694 12.3895 242.6 12 241.88 12C241.16 12 239.066 12.3895 235.385 14.7202C231.857 16.9546 227.708 20.4428 223.115 25.1816C213.946 34.6424 203.978 48.0798 194.726 63.3527C185.501 78.5817 177.203 95.2797 171.243 111.085C165.214 127.074 161.88 141.357 161.88 152C161.88 196.183 197.697 232 241.88 232V243C191.622 243 150.88 202.258 150.88 152Z" fill="#0C1117"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M240.708 114.136C276.246 78.5984 390.968 50.85 411.828 71.7096C425.003 84.8851 418.787 135.507 403.464 179.97L393.526 175.033C396.412 166.53 398.958 157.788 401.081 149.143C405.338 131.801 407.791 115.251 407.998 102.077C408.101 95.4792 407.634 90.0785 406.719 86.0037C405.764 81.7533 404.559 79.9969 404.05 79.4878C403.54 78.9787 401.784 77.7732 397.534 76.8188C393.459 75.9039 388.058 75.4363 381.46 75.5398C368.287 75.7463 351.737 78.1992 334.395 82.4566C317.103 86.7018 299.428 92.6418 284.038 99.6034C268.469 106.646 256.012 114.388 248.486 121.914C222.164 148.237 218.019 188.338 236.051 219C237.617 221.662 239.35 224.254 241.25 226.758C243.44 229.645 245.852 232.417 248.486 235.051L240.708 242.829C205.17 207.292 205.17 149.674 240.708 114.136Z" fill="#0C1117"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M114.136 242.292C78.5984 206.754 50.8501 92.0317 71.7097 71.1721C84.8852 57.9966 135.507 64.2132 179.97 79.5363L175.033 89.4735C166.53 86.5878 157.788 84.0416 149.143 81.919C131.801 77.6616 115.251 75.2087 102.077 75.0022C95.4792 74.8987 90.0786 75.3663 86.0038 76.2812C81.7533 77.2356 79.997 78.4411 79.4879 78.9502C78.9788 79.4593 77.7733 81.2156 76.8189 85.4661C75.9039 89.5409 75.4364 94.9416 75.5398 101.54C75.7463 114.713 78.1993 131.263 82.4567 148.605C86.7019 165.897 92.6418 183.571 99.6035 198.962C106.646 214.531 114.389 226.988 121.914 234.514C153.156 265.756 203.809 265.756 235.051 234.514L242.83 242.292C207.292 277.83 149.674 277.83 114.136 242.292Z" fill="#0C1117"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M331 150.88C381.257 150.88 482 212.38 482 241.88C482 260.513 441.809 291.912 399.534 312.517L395.997 302C404.051 298.028 412.033 293.647 419.647 289.034C434.92 279.782 448.357 269.814 457.818 260.645C462.557 256.053 466.045 251.903 468.279 248.375C470.61 244.694 471 242.6 471 241.88C471 241.16 470.61 239.066 468.279 235.385C466.045 231.857 462.557 227.708 457.818 223.115C448.357 213.946 434.92 203.978 419.647 194.726C404.418 185.501 387.72 177.203 371.915 171.243C355.926 165.214 341.643 161.88 331 161.88C286.817 161.88 251 197.697 251 241.88H240C240 236.728 240.428 231.677 241.25 226.758C241.689 224.133 242.241 221.545 242.9 219C253.047 179.817 288.644 150.88 331 150.88Z" fill="#0C1117"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M368.863 240.708C404.401 276.246 432.149 390.968 411.29 411.828C398.114 425.003 347.492 418.787 303.03 403.464L307.966 393.527C316.47 396.412 325.211 398.958 333.857 401.081C351.199 405.338 367.749 407.791 380.922 407.998C387.52 408.101 392.921 407.634 396.996 406.719C401.246 405.764 403.003 404.559 403.512 404.05C404.021 403.541 405.226 401.784 406.181 397.534C407.096 393.459 407.563 388.058 407.46 381.46C407.253 368.287 404.8 351.737 400.543 334.395C396.298 317.103 390.358 299.429 383.396 284.038C376.354 268.469 368.611 256.012 361.085 248.486C329.843 217.244 279.19 217.244 247.948 248.486L240.17 240.708C275.708 205.17 333.326 205.17 368.863 240.708Z" fill="#0C1117"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M332.119 331C332.119 381.258 270.619 482 241.119 482C222.486 482 191.087 441.809 170.482 399.534L180.999 395.998C184.972 404.052 189.353 412.033 193.965 419.647C203.217 434.92 213.186 448.358 222.354 457.818C226.947 462.557 231.096 466.045 234.625 468.28C238.305 470.611 240.399 471 241.119 471C241.839 471 243.934 470.611 247.614 468.28C251.142 466.045 255.292 462.557 259.884 457.818C269.053 448.358 279.021 434.92 288.273 419.647C297.499 404.418 305.796 387.72 311.757 371.915C317.786 355.926 321.119 341.643 321.119 331C321.119 286.817 285.302 251 241.119 251V240C291.377 240 332.119 280.742 332.119 331Z" fill="#0C1117"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M242.292 368.864C206.754 404.402 92.0314 432.15 71.1717 411.29C57.9963 398.115 64.2129 347.493 79.536 303.03L89.4732 307.967C86.5874 316.47 84.0412 325.212 81.9187 333.857C77.6613 351.199 75.2084 367.75 75.0018 380.923C74.8984 387.521 75.366 392.922 76.2809 396.996C77.2353 401.247 78.4408 403.003 78.9499 403.512C79.459 404.021 81.2153 405.227 85.4658 406.181C89.5406 407.096 94.9413 407.564 101.539 407.46C114.713 407.254 131.263 404.801 148.605 400.543C165.897 396.298 183.571 390.358 198.962 383.397C214.53 376.354 226.988 368.612 234.513 361.086C265.755 329.844 265.755 279.191 234.513 247.949L242.292 240.171C277.829 275.708 277.829 333.326 242.292 368.864Z" fill="#0C1117"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M152 332.12C101.742 332.12 1 270.62 1 241.12C1 222.487 41.191 191.088 83.466 170.483L87.002 181C78.9485 184.972 70.967 189.353 63.3527 193.966C48.0797 203.218 34.6424 213.186 25.1815 222.355C20.4427 226.947 16.9545 231.097 14.7202 234.625C12.3895 238.306 12 240.4 12 241.12C12 241.84 12.3895 243.934 14.7202 247.615C16.9545 251.143 20.4427 255.292 25.1815 259.885C34.6424 269.054 48.0797 279.022 63.3527 288.274C78.5817 297.499 95.2797 305.797 111.085 311.757C127.074 317.786 141.357 321.12 152 321.12C196.183 321.12 232 285.303 232 241.12H243C243 291.378 202.258 332.12 152 332.12Z" fill="#0C1117"/>
<path d="M236.051 219C237.617 221.662 239.35 224.254 241.25 226.758C241.689 224.133 242.241 221.545 242.9 219C242.9 219 242 221 240 221C237.267 221 236.051 219 236.051 219Z" fill="#0C1117"/>
<path d="M253.486 222C252.711 224.99 252.104 228.047 251.676 231.162C253.844 229.616 256.064 228.176 258.329 226.843C258.329 226.843 256.278 227.621 254.864 226.206C252.932 224.274 253.486 222 253.486 222Z" fill="#0C1117"/>
<path d="M261.2 253.5C258.21 252.725 255.153 252.118 252.038 251.69C253.584 253.858 255.024 256.077 256.357 258.343C256.357 258.343 255.579 256.292 256.994 254.878C258.926 252.946 261.2 253.5 261.2 253.5Z" fill="#0C1117"/>
<path d="M246.92 263.9C245.354 261.238 243.621 258.646 241.721 256.142C241.282 258.767 240.73 261.355 240.071 263.9C240.071 263.9 240.971 261.9 242.971 261.9C245.704 261.9 246.92 263.9 246.92 263.9Z" fill="#0C1117"/>
<path d="M229.46 261.2C230.235 258.21 230.842 255.153 231.27 252.038C229.103 253.584 226.883 255.024 224.617 256.357C224.617 256.357 226.668 255.579 228.082 256.994C230.014 258.926 229.46 261.2 229.46 261.2Z" fill="#0C1117"/>
<path d="M219 246.95C221.662 245.384 224.254 243.651 226.758 241.751C224.133 241.312 221.545 240.76 219 240.101C219 240.101 221 241.001 221 243.001C221 245.734 219 246.95 219 246.95Z" fill="#0C1117"/>
<path d="M221.8 229.5C224.79 230.275 227.847 230.882 230.962 231.31C229.416 229.142 227.976 226.922 226.643 224.657C226.643 224.657 227.421 226.708 226.006 228.122C224.074 230.054 221.8 229.5 221.8 229.5Z" fill="#0C1117"/>
<path d="M264 236.05C261.338 237.616 258.746 239.349 256.242 241.249C258.867 241.688 261.455 242.24 264 242.899C264 242.899 262 241.999 262 239.999C262 237.266 264 236.05 264 236.05Z" fill="#0C1117"/>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

1
svg/locals-light.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="w_1em d_inline-block flex-sh_0 fs_30px h_1em w_auto!" viewBox="0 0 32 32"><circle cx="25.0586" cy="6.9434" r="6.9434" fill="#E73348"/><path d="M13.8868 6.9434C13.8868 10.7781 10.7781 13.8868 6.9434 13.8868C3.10866 13.8868 0 10.7781 0 6.9434C0 3.10866 3.10866 0 6.9434 0C10.7781 0 13.8868 3.10866 13.8868 6.9434Z" fill="#ffffff"/><path d="M13.8868 25.0566C13.8868 28.8913 10.7781 32 6.9434 32C3.10866 32 0 28.8913 0 25.0566C0 21.2219 3.10866 18.1132 6.9434 18.1132C10.7781 18.1132 13.8868 21.2219 13.8868 25.0566Z" fill="#ffffff"/><path d="M31.9998 25.0566C31.9998 28.8913 28.8911 32 25.0564 32C21.2217 32 18.113 28.8913 18.113 25.0566C18.113 21.2219 21.2217 18.1132 25.0564 18.1132C28.8911 18.1132 31.9998 21.2219 31.9998 25.0566Z" fill="#ffffff"/></svg>

After

Width:  |  Height:  |  Size: 821 B

1
svg/locals.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="w_1em d_inline-block flex-sh_0 fs_30px h_1em w_auto!" viewBox="0 0 32 32"><circle cx="25.0586" cy="6.9434" r="6.9434" fill="#E73348"></circle><path d="M13.8868 6.9434C13.8868 10.7781 10.7781 13.8868 6.9434 13.8868C3.10866 13.8868 0 10.7781 0 6.9434C0 3.10866 3.10866 0 6.9434 0C10.7781 0 13.8868 3.10866 13.8868 6.9434Z"></path><path d="M13.8868 25.0566C13.8868 28.8913 10.7781 32 6.9434 32C3.10866 32 0 28.8913 0 25.0566C0 21.2219 3.10866 18.1132 6.9434 18.1132C10.7781 18.1132 13.8868 21.2219 13.8868 25.0566Z"></path><path d="M31.9998 25.0566C31.9998 28.8913 28.8911 32 25.0564 32C21.2217 32 18.113 28.8913 18.113 25.0566C18.113 21.2219 21.2217 18.1132 25.0564 18.1132C28.8911 18.1132 31.9998 21.2219 31.9998 25.0566Z"></path></svg>

After

Width:  |  Height:  |  Size: 802 B

16
svg/meshtastic.svg Normal file
View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="512" height="512" viewBox="0 0 512 512" xml:space="preserve">
<desc>Created with Fabric.js 4.6.0</desc>
<defs>
</defs>
<g transform="matrix(1 0 0 1 256 256)" id="xYQ9Gk9Jwpgj_HMOXB3F_">
<path style="stroke: rgb(213,130,139); stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(103,234,148); fill-rule: nonzero; opacity: 1;" vector-effect="non-scaling-stroke" transform=" translate(-256, -256)" d="M 125 0 Q 0 0 0 125 L 0 387 Q 0 512 125 512 L 387 512 Q 512 512 512 387 L 512 125 Q 512 0 387 0 Z" stroke-linecap="round"/>
</g>
<g transform="matrix(1.79 0 0 1.79 313.74 258.36)" id="1xBsk2n9FZp60Rz1O-ceJ">
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: round; stroke-miterlimit: 2; fill: rgb(44,45,60); fill-rule: evenodd; opacity: 1;" vector-effect="non-scaling-stroke" transform=" translate(-250.97, -362.41)" d="M 250.908 330.267 L 193.126 415.005 L 180.938 406.694 L 244.802 313.037 C 246.174 311.024 248.453 309.819 250.889 309.816 C 253.326 309.814 255.606 311.015 256.982 313.026 L 320.994 406.536 L 308.821 414.869 L 250.908 330.267 Z" stroke-linecap="round"/>
</g>
<g transform="matrix(1.81 0 0 1.81 145 256.15)" id="KxN7E9YpbyPgz0S4z4Cl6">
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: round; stroke-miterlimit: 2; fill: rgb(44,45,60); fill-rule: evenodd; opacity: 1;" vector-effect="non-scaling-stroke" transform=" translate(-115.14, -528.06)" d="M 87.642 581.398 L 154.757 482.977 L 142.638 474.713 L 75.523 573.134 L 87.642 581.398 Z" stroke-linecap="round"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

12
svg/p1ib.svg Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="512" height="512">
<path d="M0 0 C168.96 0 337.92 0 512 0 C512 168.96 512 337.92 512 512 C343.04 512 174.08 512 0 512 C0 343.04 0 174.08 0 0 Z " fill="#0055A9" transform="translate(0,0)"/>
<path d="M0 0 C1.67659862 -0.0033756 3.35319483 -0.00823439 5.02978516 -0.01449585 C8.54011381 -0.02184846 12.04980446 -0.01122532 15.56005859 0.01220703 C20.01364278 0.04051778 24.46570824 0.02439474 28.91923523 -0.00565529 C32.38392078 -0.02392434 35.84826044 -0.01787887 39.31295776 -0.00501633 C40.95205879 -0.00172682 42.59119331 -0.00560861 44.23025513 -0.01741409 C59.80337031 -0.10489417 75.21706943 2.3130083 86.890625 13.54296875 C94.734952 21.9640845 98.3881537 31.43804391 98.12109375 42.96875 C97.44410395 52.90753646 93.24116703 62.30294774 85.91796875 69.125 C82.51311889 71.77097799 78.79777427 73.76456246 74.9375 75.6640625 C76.43990234 76.42589844 76.43990234 76.42589844 77.97265625 77.203125 C90.3112336 83.54832481 98.6126453 89.11671277 104.0859375 102.46484375 C105.10481387 106.29264074 105.28047418 109.91906841 105.25 113.8515625 C105.24262817 114.97594727 105.24262817 114.97594727 105.23510742 116.12304688 C104.96971 128.78590647 100.52377817 139.47534419 91.94921875 148.8125 C77.88583278 161.7562766 58.5228547 161.98321995 40.5078125 162 C38.86164236 162.00644455 37.2154733 162.01317407 35.56930542 162.02017212 C32.14546041 162.03205222 28.72171568 162.03586184 25.29785156 162.03466797 C20.92337623 162.03446354 16.54954148 162.06193386 12.17521858 162.09621239 C8.78647932 162.11848418 5.39789538 162.12250568 2.00909042 162.12144852 C0.39602291 162.12379755 -1.21704934 162.13258158 -2.83004379 162.14811325 C-5.08360576 162.16781144 -7.33576878 162.16192521 -9.58935547 162.14990234 C-10.86696747 162.15275238 -12.14457947 162.15560242 -13.46090698 162.15853882 C-19.12960667 161.38026161 -22.83161276 159.21886743 -26.4375 154.6640625 C-28.77372868 150.35102494 -29.18826385 147.0292048 -29.20967102 142.14971924 C-29.21682632 141.02828522 -29.22398163 139.9068512 -29.23135376 138.75143433 C-29.23404266 137.52538483 -29.23673157 136.29933533 -29.23950195 135.03613281 C-29.24607315 133.74142059 -29.25264435 132.44670837 -29.25941467 131.11276245 C-29.28041239 126.82258331 -29.290813 122.532404 -29.30078125 118.2421875 C-29.3048304 116.76268241 -29.30894737 115.2831775 -29.31313133 113.80367279 C-29.33217354 106.85182707 -29.34640663 99.8999919 -29.3547433 92.94812512 C-29.36451261 84.93488876 -29.39082797 76.92192885 -29.43124419 68.90878987 C-29.46144473 62.70735929 -29.47621589 56.50600778 -29.47952431 50.30450511 C-29.48187029 46.60417698 -29.49077135 42.90414453 -29.51598549 39.20389557 C-29.54368523 35.07227794 -29.5394231 30.94127501 -29.5324707 26.80957031 C-29.54528076 25.59161774 -29.55809082 24.37366516 -29.57128906 23.11880493 C-29.52567489 15.67797318 -28.87891993 9.53316811 -23.46788502 4.04743385 C-17.14635822 -1.29099558 -7.77819527 -0.05538487 0 0 Z " fill="#F4FD02" transform="translate(394.0625,171.3359375)"/>
<path d="M0 0 C1.30888687 -0.00637985 2.61777374 -0.0127597 3.96632385 -0.01933289 C5.39934248 -0.02086249 6.8323616 -0.02197595 8.26538086 -0.02270508 C9.73929374 -0.02592028 11.21320631 -0.02928455 12.68711853 -0.03279114 C15.78149148 -0.03878259 18.87583651 -0.04063125 21.97021484 -0.04003906 C25.91178549 -0.03993795 29.85317392 -0.05353703 33.79470158 -0.07081127 C36.84300028 -0.08200461 39.89125614 -0.08395596 42.93957329 -0.08342934 C44.39105286 -0.08460048 45.84253385 -0.08897294 47.293993 -0.0967617 C55.2875895 -0.13560862 62.8956197 0.10251777 70.66772461 2.14526367 C71.44322159 2.346866 72.21871857 2.54846832 73.01771545 2.75617981 C84.58373962 5.95079233 92.90060366 13.06514358 98.90991211 23.25073242 C103.20389241 31.35287774 103.98768854 38.51660398 103.91772461 47.58276367 C103.92932617 49.08033203 103.92932617 49.08033203 103.94116211 50.6081543 C103.90781612 63.28796515 100.27002789 74.68208762 91.41772461 84.08276367 C86.95222002 88.23305618 82.27183013 90.82853377 76.66772461 93.14526367 C75.70092773 93.58805664 75.70092773 93.58805664 74.71459961 94.03979492 C61.95446564 99.48161676 47.40559315 98.39170944 33.85522461 98.27026367 C31.89103648 98.26021004 29.92684336 98.25108842 27.96264648 98.24291992 C23.19754682 98.22110393 18.43269233 98.18670649 13.66772461 98.14526367 C13.67660706 98.79148682 13.6854895 99.43770996 13.69464111 100.10351562 C13.78339286 106.85220461 13.84357439 113.60072676 13.88745117 120.34985352 C13.90751977 122.86587258 13.93478091 125.38184528 13.96948242 127.89770508 C14.01820773 131.52200795 14.04074183 135.14569208 14.05834961 138.77026367 C14.07899475 139.88828369 14.09963989 141.00630371 14.12091064 142.15820312 C14.12285276 148.97528551 13.33687595 153.35098542 9.66772461 159.14526367 C4.57707378 163.87229659 1.22723626 164.50756121 -5.57055664 164.41870117 C-9.50588143 164.02906505 -11.47960671 162.85877778 -14.33227539 160.14526367 C-19.29870136 153.62406944 -18.89980617 147.38890378 -18.84985352 139.41064453 C-18.85527991 138.0203427 -18.86240548 136.63004663 -18.87109375 135.23976135 C-18.88926718 131.47941782 -18.88228511 127.71951522 -18.86957741 123.95916438 C-18.85942055 120.01683701 -18.86885033 116.07454633 -18.87512207 112.13221741 C-18.88238984 105.51402028 -18.87283286 98.89600198 -18.85375977 92.27783203 C-18.83198357 84.63358268 -18.8390511 76.98975997 -18.86106539 69.34552091 C-18.87923358 62.77290418 -18.88177108 56.20041566 -18.87131071 49.62778193 C-18.86508469 45.70628623 -18.86421562 41.78499093 -18.87745667 37.86350822 C-18.8890357 34.17708988 -18.88095275 30.49122031 -18.85787964 26.80486107 C-18.85009289 24.81175866 -18.86193029 22.81860968 -18.87438965 20.82553101 C-18.77138646 9.93151853 -18.77138646 9.93151853 -14.33227539 5.14526367 C-9.56338188 0.84162807 -6.33524487 0.02093651 0 0 Z " fill="#F5FE01" transform="translate(39.332275390625,171.854736328125)"/>
<path d="M0 0 C4.47134955 1.04525054 7.08214468 3.46688772 9.5457859 7.36600113 C10.64366441 10.16854562 10.66404584 12.44597899 10.67367554 15.45648193 C10.68220551 16.6620575 10.69073547 17.86763306 10.69952393 19.10974121 C10.69861755 20.4292981 10.69771118 21.74885498 10.69677734 23.10839844 C10.70276301 24.5147131 10.70956865 25.92102448 10.71713257 27.32733154 C10.73479918 31.14570945 10.73948831 34.96399771 10.74076414 38.78241253 C10.7421863 41.16985441 10.74645718 43.55727355 10.75175858 45.94470978 C10.77026332 54.27923528 10.77842892 62.61369682 10.77685547 70.94824219 C10.77565499 78.7076714 10.79673773 86.46682204 10.8283428 94.22618079 C10.85453318 100.89470974 10.86522156 107.56314788 10.86394465 114.23172784 C10.86343568 118.21148739 10.8690819 122.19099954 10.89030075 126.1707077 C10.9097291 129.91696144 10.90977669 133.66273303 10.89526749 137.40900421 C10.89219417 139.43040819 10.90882495 141.45181244 10.92614746 143.47314453 C10.87669076 150.64703849 10.35376122 155.49926459 6.40625 161.5625 C2.89552502 164.9060476 0.13588091 165.83525047 -4.59375 166.0625 C-9.28280622 165.85801484 -12.04341389 164.76646186 -15.59375 161.5625 C-18.72692745 157.24087593 -19.70699062 153.44002723 -19.75196838 148.17120361 C-19.7617572 147.29904709 -19.77154602 146.42689056 -19.78163147 145.52830505 C-19.79026466 144.10518761 -19.79026466 144.10518761 -19.79907227 142.65332031 C-19.80897186 141.64811844 -19.81887146 140.64291656 -19.82907104 139.60725403 C-19.86065572 136.2850683 -19.88543159 132.96286828 -19.91015625 129.640625 C-19.93072839 127.3370527 -19.95172493 125.03348415 -19.97312927 122.72991943 C-20.02832308 116.66696207 -20.07774429 110.6039708 -20.12597656 104.54095459 C-20.17621118 98.35409527 -20.23188703 92.1672852 -20.28710938 85.98046875 C-20.39465806 73.84118791 -20.4961104 61.7018643 -20.59375 49.5625 C-21.09909271 49.90375916 -21.60443542 50.24501831 -22.12509155 50.59661865 C-24.45368513 52.16651901 -26.7854051 53.73171536 -29.1171875 55.296875 C-29.91181396 55.8336084 -30.70644043 56.3703418 -31.52514648 56.92333984 C-49.11573811 68.7103859 -49.11573811 68.7103859 -57.09375 69.3125 C-62.23495169 68.21081392 -64.82995035 65.96768133 -67.96875 61.6875 C-68.93098181 58.41591185 -69.00375392 55.95967535 -68.59375 52.5625 C-65.09286652 47.49019723 -61.70969585 45.22065919 -56.15625 42.75 C-37.58043843 33.94091836 -23.50565536 22.26195188 -11.984375 5.17578125 C-8.60712103 0.49885371 -5.77651538 -0.41757943 0 0 Z " fill="#F3FC03" transform="translate(235.59375,170.4375)"/>
<path d="M0 0 C4.41070939 2.20535469 7.24755746 4.92230735 10 9 C10.8576666 11.73547408 11.12956906 14.21379186 11.14717102 17.07171631 C11.15432632 17.87341248 11.16148163 18.67510864 11.16885376 19.50109863 C11.17288712 20.80718079 11.17288712 20.80718079 11.17700195 22.13964844 C11.18357315 23.06372498 11.19014435 23.98780151 11.19691467 24.93988037 C11.21661645 27.99637944 11.22830326 31.05282945 11.23828125 34.109375 C11.24235678 35.15484749 11.2464323 36.20031998 11.25063133 37.27747345 C11.27147861 42.81095684 11.28578624 48.34441554 11.29516602 53.87792969 C11.30622848 59.58534926 11.34063064 65.29237876 11.38033772 70.99966049 C11.40651422 75.39553541 11.41485878 79.79131749 11.41844749 84.18726349 C11.42331062 86.2907398 11.43491675 88.39421203 11.45348549 90.497612 C11.47789885 93.44631157 11.47690775 96.39400321 11.4699707 99.34277344 C11.48278076 100.20539795 11.49559082 101.06802246 11.50878906 101.95678711 C11.4592855 107.75261647 10.27212269 112.16141491 7 117 C2.24543232 121.4149557 -1.0077449 122.48535809 -7.390625 122.40234375 C-10.96862718 121.85064581 -12.86168635 120.45157964 -15.52734375 118.09375 C-19.84350359 111.95724689 -20.44008094 105.73399332 -20.38818359 98.48217773 C-20.39344055 97.56566437 -20.39869751 96.649151 -20.40411377 95.7048645 C-20.41723818 92.69759711 -20.40860323 89.69086583 -20.3984375 86.68359375 C-20.40046023 84.58187255 -20.40337333 82.48015203 -20.40713501 80.37843323 C-20.41154798 75.9830962 -20.40515968 71.58794259 -20.39111328 67.19262695 C-20.37401159 61.56820567 -20.38387551 55.9442136 -20.40183067 50.31980801 C-20.4126872 45.98314701 -20.40921374 41.64658727 -20.4014473 37.30992317 C-20.39945101 35.23634858 -20.40188441 33.1627647 -20.40888596 31.08920097 C-20.4165323 28.1886965 -20.40485195 25.28888109 -20.38818359 22.38842773 C-20.39425629 21.53784286 -20.40032898 20.687258 -20.40658569 19.81089783 C-20.34158133 13.68346245 -19.24393811 9.04151824 -15.52734375 4.00390625 C-10.69502192 -0.37724057 -6.40629622 -1.23890357 0 0 Z " fill="#F0FA06" transform="translate(322,214)"/>
<path d="M0 0 C10.76625 -0.12375 10.76625 -0.12375 21.75 -0.25 C23.99006836 -0.28641602 26.23013672 -0.32283203 28.53808594 -0.36035156 C40.94184409 -0.47743486 53.00223731 -0.49809829 63 8 C68.18335415 14.86444198 68.73201956 20.59223247 68 29 C66.31006621 35.71901385 62.88879262 40.41292464 57 44 C45.52150876 49.31288196 33.53399316 48.45636079 21.1875 48.25 C10.6996875 48.12625 10.6996875 48.12625 0 48 C0 32.16 0 16.32 0 0 Z " fill="#0155A9" transform="translate(398,261)"/>
<path d="M0 0 C5.341875 -0.0825 10.68375 -0.165 16.1875 -0.25 C17.84418701 -0.28641602 19.50087402 -0.32283203 21.20776367 -0.36035156 C31.32182789 -0.48871244 42.07769421 0.01071036 50.5625 6.25 C56.76070971 13.24285198 57.66770742 19.05221382 57.37890625 28.43359375 C56.69299136 34.88967925 54.48022713 38.82703054 49.875 43.3125 C39.85429496 51.2089014 25.51107813 50.1412269 13.5 50.0625 C6.8175 50.0315625 6.8175 50.0315625 0 50 C0 33.5 0 17 0 0 Z " fill="#0356A8" transform="translate(53,196)"/>
<path d="M0 0 C9.1884375 -0.12375 9.1884375 -0.12375 18.5625 -0.25 C21.41177124 -0.30462402 21.41177124 -0.30462402 24.31860352 -0.36035156 C49.66821172 -0.64283463 49.66821172 -0.64283463 57.875 7 C61.93673014 12.73420725 61.62319448 19.1624155 61 26 C59.39417747 31.60661468 56.13878512 36.10704564 51 39 C44.34771637 41.63818125 38.15763948 42.42366636 31.0546875 42.29296875 C30.25877197 42.28994751 29.46285645 42.28692627 28.64282227 42.28381348 C25.72007954 42.26832782 22.79752425 42.22644708 19.875 42.1875 C13.31625 42.125625 6.7575 42.06375 0 42 C0 28.14 0 14.28 0 0 Z " fill="#0156A9" transform="translate(398,196)"/>
<path d="M0 0 C3.5012017 1.87670345 5.94181701 3.85015279 7.96875 7.23828125 C8.81988487 12.74382033 8.66140461 17.71976923 6.34375 22.80078125 C2.29281839 26.95831633 -1.2326586 28.40752029 -6.96875 28.73828125 C-11.47116575 28.60246177 -14.13497213 27.46518998 -17.65625 24.72265625 C-21.67443861 20.384839 -21.51061315 15.75874613 -21.4140625 10.08984375 C-21.03125 7.23828125 -21.03125 7.23828125 -18.84375 4.17578125 C-17.915625 3.53640625 -16.9875 2.89703125 -16.03125 2.23828125 C-15.28875 1.64015625 -14.54625 1.04203125 -13.78125 0.42578125 C-9.24713296 -1.53213293 -4.66575956 -1.74965984 0 0 Z " fill="#F3FC04" transform="translate(324.03125,171.76171875)"/>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

200
svg/remmina.svg Normal file
View File

@ -0,0 +1,200 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="64.956261mm"
height="64.956261mm"
viewBox="0 0 64.956261 64.956261"
version="1.1"
id="svg4705"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="org.remmina.Remmina.svg">
<defs
id="defs4699">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient954"
id="linearGradient11065"
x1="104"
y1="44"
x2="200"
y2="268"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.26458333,0,0,0.26458333,-202.74643,-217.02023)" />
<linearGradient
id="linearGradient954">
<stop
id="stop950"
offset="0"
style="stop-color:#faf8f6;stop-opacity:1" />
<stop
id="stop952"
offset="1"
style="stop-color:#f1f0e9;stop-opacity:1" />
</linearGradient>
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter11191"
x="-0.012"
width="1.024"
y="-0.012"
height="1.024">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="1.12"
id="feGaussianBlur11193" />
</filter>
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter11210"
x="-0.048"
width="1.096"
y="-0.048"
height="1.096">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="4.48"
id="feGaussianBlur11212" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="-2105.8194"
inkscape:cy="228.46628"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="3840"
inkscape:window-height="2098"
inkscape:window-x="0"
inkscape:window-y="30"
inkscape:window-maximized="0" />
<metadata
id="metadata4702">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-130.05163,-144.32544)">
<circle
style="display:inline;opacity:0.1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter11210);enable-background:new"
id="path11042-0"
r="112"
cy="122.752"
cx="122.752"
transform="matrix(0.26458333,0,0,0.26458333,130.05163,144.32544)" />
<circle
style="display:inline;opacity:0.1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter11191);enable-background:new"
id="path11042-6"
r="112"
cy="120.75198"
cx="122.752"
transform="matrix(0.26458333,0,0,0.26458333,130.05163,144.32544)" />
<circle
style="display:inline;opacity:0.1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458329;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
id="path11042-7"
cy="175.74524"
cx="162.52977"
r="30.162498" />
<circle
style="display:inline;opacity:1;fill:url(#linearGradient11065);fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
id="path11042"
r="29.633333"
cy="-175.74524"
cx="-162.52977"
transform="scale(-1)" />
<path
style="display:inline;opacity:0.1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.82222199;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
d="m 132.89643,178.31061 a 29.774753,29.77474 0 0 0 29.62739,27.06796 29.774753,29.77474 0 0 0 29.63928,-27.06796 z"
id="rect12119"
inkscape:connector-curvature="0" />
<g
style="display:inline;enable-background:new"
id="g1019"
transform="matrix(0.66107098,0,0,0.66107098,137.13009,150.39924)">
<g
id="g863">
<g
id="g855">
<polygon
style="fill:#20aa73"
class="st1"
points="20.618,17.742 20.618,26.923 29.549,32.877 20.618,38.831 20.618,48.012 43.32,32.877 "
id="polygon853" />
</g>
<g
id="g861">
<g
id="g859">
<polygon
style="fill:#4a93dd"
class="st2"
points="55.388,59.232 55.388,50.051 46.457,44.097 55.388,38.143 55.388,28.962 32.685,44.097 "
id="polygon857" />
</g>
</g>
</g>
<g
id="g873">
<g
id="g867">
<path
style="fill:#20aa73"
inkscape:connector-curvature="0"
class="st1"
d="m 64.776,23.074 c 2.632,4.509 4.147,9.75 4.147,15.348 0,16.845 -13.656,30.5 -30.5,30.5 -9.922,0 -18.734,-4.741 -24.304,-12.077 L 7.53,61.238 c 7.005,9.461 18.243,15.607 30.892,15.607 21.186,0 38.423,-17.236 38.423,-38.423 0,-7.215 -2.002,-13.97 -5.476,-19.744 z"
id="path865" />
</g>
<g
id="g871">
<path
style="fill:#4a93dd"
inkscape:connector-curvature="0"
class="st2"
d="m 7.922,38.423 c 0,-16.845 13.656,-30.5 30.5,-30.5 9.826,0 18.561,4.652 24.139,11.868 l 6.596,-4.397 C 62.142,6.053 50.976,0 38.423,0 17.236,0 0,17.236 0,38.423 0,45.543 1.954,52.212 5.343,57.936 L 11.937,53.54 C 9.387,49.083 7.922,43.925 7.922,38.423 Z"
id="path869" />
</g>
</g>
</g>
<path
style="display:inline;opacity:0.3;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
d="m 162.52976,146.11191 a 29.633333,29.633333 0 0 0 -29.63333,29.63333 29.633333,29.633333 0 0 0 0.0108,0.30954 29.633333,29.633333 0 0 1 29.62248,-29.41371 29.633333,29.633333 0 0 1 29.62248,29.32379 29.633333,29.633333 0 0 0 0.0109,-0.21962 29.633333,29.633333 0 0 0 -29.63333,-29.63333 z"
id="path11042-1"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
style="display:inline;opacity:0.2;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
d="m 162.52976,205.37857 a 29.633333,29.633333 0 0 1 -29.63333,-29.63333 29.633333,29.633333 0 0 1 0.0108,-0.30954 29.633333,29.633333 0 0 0 29.62248,29.4137 29.633333,29.633333 0 0 0 29.62248,-29.32379 29.633333,29.633333 0 0 1 0.0109,0.21963 29.633333,29.633333 0 0 1 -29.63333,29.63333 z"
id="path11042-1-7" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.9 KiB

567
svg/reolink.svg Normal file
View File

@ -0,0 +1,567 @@
<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"
width="100%" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
<path fill="#1788ED" opacity="1.000000" stroke="none"
d="
M254.742737,1.243854
C280.687561,1.000000 306.375122,1.000000 332.531342,1.000000
C335.444855,4.767678 332.161377,6.576005 330.120331,8.386792
C323.897644,13.907436 317.795837,19.570431 311.512085,25.010353
C300.695038,34.374763 290.102264,43.991856 279.427856,53.509052
C265.648621,65.794472 251.854706,78.069565 238.201996,90.498703
C237.010468,91.583466 235.370193,92.401245 235.264160,94.730522
C233.701019,97.170906 231.470047,97.762512 229.187759,98.352608
C199.921814,105.919395 175.131149,121.048859 154.683151,143.169983
C143.002563,155.806305 133.551956,170.016556 126.955391,186.021866
C125.825676,188.762894 124.781548,191.605698 122.372627,194.042389
C117.185287,196.085022 114.710403,200.725143 111.033432,203.948532
C95.562408,217.511032 80.230499,231.238510 64.959999,245.028183
C53.995892,254.929062 42.971592,264.764191 31.958712,274.608765
C23.796967,281.904663 15.898379,289.506958 7.350347,296.368378
C5.605005,297.769348 3.835992,299.013000 1.266068,297.241577
C1.000000,274.312439 1.000000,251.624878 1.000000,228.468658
C6.543790,219.941528 14.629287,214.451233 21.682152,207.967682
C29.374380,200.896393 37.245605,193.987488 45.092522,187.069290
C60.166199,173.779663 75.086090,160.314377 90.072556,146.925980
C100.972969,137.187912 111.817039,127.379539 122.720276,117.642738
C137.213852,104.699692 151.625488,91.664642 166.227295,78.840538
C173.214066,72.704384 180.128220,66.472595 187.028732,60.234200
C202.432205,46.308708 217.940811,32.502468 233.423721,18.666550
C237.509613,15.015305 241.843750,11.616801 245.633682,7.644464
C248.183228,4.972206 250.917130,2.653356 254.742737,1.243854
z"/>
<path fill="#1980EF" opacity="1.000000" stroke="none"
d="
M254.531342,0.999997
C254.523026,1.850646 254.230011,2.906923 253.542358,3.522058
C233.486725,21.463133 213.352722,39.316696 193.316071,57.278881
C178.842178,70.254257 164.555542,83.438705 150.065231,96.395523
C132.979080,111.673485 115.724228,126.762642 98.617851,142.018143
C87.582085,151.859863 76.731041,161.908569 65.708321,171.765121
C51.470131,184.496964 37.126385,197.110687 22.864050,209.815628
C18.148743,214.016022 13.501356,218.295410 8.908903,222.629791
C6.715239,224.700180 4.517133,226.700439 1.338196,227.922028
C1.000000,201.645767 1.000000,175.291550 1.000000,148.468658
C6.725938,139.885422 14.849655,134.213699 22.037745,127.618233
C29.742350,120.548836 37.661831,113.698708 45.469116,106.735313
C60.716743,93.135841 75.967583,79.539284 91.185181,65.906631
C101.826591,56.373550 112.451904,46.819820 123.077919,37.268429
C135.430695,26.164890 147.749619,15.022576 160.235855,4.067756
C161.514786,2.945679 163.214493,2.582725 164.743683,1.244220
C194.687561,1.000000 224.375122,1.000000 254.531342,0.999997
z"/>
<path fill="#0F9FE9" opacity="1.000000" stroke="none"
d="
M506.747009,1.250805
C512.054260,-0.102316 513.219177,1.779460 513.154785,6.945198
C512.821655,33.647514 513.000000,60.356213 513.000000,87.531342
C509.197083,95.557602 501.965729,99.828613 496.053528,105.292213
C488.266479,112.488441 480.187836,119.389107 472.288727,126.472389
C452.655090,144.078232 433.025696,161.688782 413.356323,179.254745
C411.937561,180.521790 410.418671,181.422546 408.072754,181.130478
C405.668762,180.283203 404.707703,178.513626 403.800293,176.732864
C395.963348,161.353027 385.774963,147.751373 373.203156,135.909943
C371.062958,133.894089 368.586670,132.029373 367.714478,128.575104
C368.272430,123.154900 372.423248,120.681229 375.730103,117.863457
C383.702972,111.069786 391.351471,103.919792 399.206268,96.999886
C414.299835,83.702820 429.248077,70.238678 444.222992,56.808342
C455.116302,47.038670 465.977875,37.227219 476.880798,27.467237
C486.660858,18.712444 496.128876,9.592028 506.747009,1.250805
z"/>
<path fill="#09B2E5" opacity="1.000000" stroke="none"
d="
M512.732178,183.758224
C513.000000,204.020889 513.000000,224.041794 513.000000,244.531342
C510.312134,250.404404 505.287781,253.654999 501.018738,257.486145
C485.176178,271.703705 469.394104,285.992920 453.442169,300.084503
C436.367188,315.168121 419.405212,330.380859 402.405396,345.545654
C387.761200,358.609070 373.211700,371.792114 358.577850,384.868256
C341.591217,400.046753 324.643311,415.273590 307.582855,430.372162
C296.501892,440.178894 285.584167,450.186493 274.544159,460.044922
C260.407043,472.668915 246.440201,485.484833 232.095810,497.879486
C226.322235,502.868286 221.222305,508.649017 214.256790,512.755676
C205.645767,513.000000 197.291534,513.000000 188.468658,513.000000
C185.440918,509.557953 187.943466,507.308289 190.119614,505.359711
C197.055191,499.149384 203.875748,492.807678 210.883972,486.683960
C218.640640,479.906158 226.278168,472.994629 233.987549,466.166077
C249.410782,452.505005 264.696320,438.687225 280.055695,424.953064
C287.984009,417.863647 296.216858,411.078979 303.643494,403.469330
C306.171082,400.879517 310.561493,400.551544 311.839233,396.147064
C316.740356,391.541809 323.052948,390.641174 328.638794,388.216034
C343.752686,381.654144 357.190399,372.663605 369.558746,361.836975
C383.775909,349.391937 394.941772,334.589417 403.669067,317.997620
C412.262604,301.660156 417.420898,284.129089 419.738281,265.793518
C419.968201,263.974274 419.994049,262.116974 421.587341,260.384827
C427.546387,257.110413 431.397003,251.908981 436.106384,247.766464
C447.322754,237.900299 458.451538,227.918640 469.516693,217.872971
C481.807648,206.714447 494.295868,195.768387 506.676300,184.705154
C508.355469,183.204620 510.144989,182.009445 512.732178,183.758224
z"/>
<path fill="#0F9EE9" opacity="1.000000" stroke="none"
d="
M26.264629,512.753601
C19.198973,513.000000 12.389037,512.792969 5.600581,513.085144
C2.066513,513.237183 0.832087,512.642761 0.880980,508.638000
C1.136112,487.740387 1.000000,466.838043 1.000000,445.468658
C7.719758,437.602814 15.564419,431.408752 22.922731,424.703674
C30.900642,417.434052 39.037762,410.328674 47.097874,403.144867
C62.104019,389.770233 77.048340,376.326233 92.053612,362.950195
C96.765335,358.750000 101.646942,354.723755 106.127174,350.255066
C108.106544,348.280853 110.349602,346.812531 113.355865,349.430298
C114.898956,354.322174 114.266815,358.999207 114.330345,363.626038
C114.451225,372.430481 114.220917,381.239441 114.430275,390.042450
C114.600769,397.210938 117.755348,400.303802 124.849457,400.592651
C130.987671,400.842651 137.146042,400.282104 143.655762,401.167847
C147.360580,403.648376 146.154846,406.136108 144.105637,408.458740
C141.126419,411.835327 137.457764,414.493683 134.101089,417.460175
C116.537849,432.982056 99.195374,448.750763 81.650543,464.293304
C70.701141,473.993164 59.939114,483.917328 48.954697,493.578766
C41.614956,500.034515 35.005871,507.390137 26.264629,512.753601
z"/>
<path fill="#0DA7E8" opacity="1.000000" stroke="none"
d="
M26.468658,513.000000
C27.036581,509.185913 30.273190,507.100891 32.919369,504.709015
C51.749599,487.688507 70.675743,470.773529 89.638344,453.900208
C106.615753,438.793335 123.687874,423.792969 140.689377,408.713104
C142.289032,407.294220 144.043823,405.945740 144.913940,403.489594
C146.123444,400.674133 148.475723,400.768036 150.577621,400.758972
C176.541794,400.647156 202.506866,400.330536 228.894867,400.970001
C232.871384,403.617340 233.300766,405.510010 230.806213,408.677307
C228.843674,411.169159 226.187912,412.962250 223.874603,415.095490
C213.252655,424.890930 202.392471,434.419647 191.616989,444.040619
C177.003403,457.088470 162.451233,470.205444 147.768341,483.177094
C138.063660,491.750671 128.554382,500.547791 118.781250,509.049103
C117.397758,510.252533 115.791718,511.161835 114.259155,512.744263
C84.979103,513.000000 55.958210,513.000000 26.468658,513.000000
z"/>
<path fill="#0CA9E7" opacity="1.000000" stroke="none"
d="
M513.000000,183.531342
C506.569122,185.501831 503.196686,191.139847 498.677399,195.049606
C480.107300,211.114929 461.921143,227.624557 443.623169,244.003677
C438.922699,248.211273 434.301514,252.508896 429.701599,256.826630
C427.871399,258.544586 426.146545,260.351959 423.192322,260.934937
C419.794464,258.866547 420.665771,255.587173 420.738068,252.773560
C421.127991,237.594971 419.623413,222.662720 415.736206,207.966614
C413.781281,200.575790 411.094452,193.448990 408.386078,186.320709
C407.693695,184.498383 406.570496,182.693863 407.919922,180.307098
C412.985352,178.014755 415.947632,173.755615 419.664368,170.541214
C433.983582,158.157410 447.845123,145.245575 461.929504,132.588699
C478.112732,118.045708 494.348511,103.561134 510.580017,89.072029
C511.057190,88.646103 511.743561,88.454559 512.666199,88.076874
C513.000000,119.687561 513.000000,151.375122 513.000000,183.531342
z"/>
<path fill="#05C0E3" opacity="1.000000" stroke="none"
d="
M384.255981,512.755859
C363.979095,513.000000 343.958221,513.000000 323.468658,513.000000
C320.920197,510.602051 322.116943,508.737000 323.996094,507.007996
C336.835815,495.194305 349.924011,483.659088 362.950409,472.052979
C373.744049,462.436218 384.447754,452.711670 395.215424,443.062775
C409.690887,430.091370 424.250854,417.212158 438.711670,404.225922
C449.591431,394.455658 460.470642,384.683014 471.393677,374.961243
C483.306580,364.358429 494.927002,353.426575 507.130463,343.150330
C508.677704,341.847443 510.186371,340.455078 512.726013,341.766266
C513.000000,360.354218 513.000000,378.708466 513.000000,397.531342
C505.238922,407.644348 495.135010,414.816864 486.155670,423.164490
C478.510681,430.271606 470.594360,437.126740 462.750488,444.038757
C447.682251,457.316833 432.798004,470.803741 417.793152,484.154938
C410.478180,490.663757 403.072937,497.089142 395.976044,503.837067
C392.455627,507.184296 388.835449,510.281464 384.255981,512.755859
z"/>
<path fill="#1C78F1" opacity="1.000000" stroke="none"
d="
M164.531342,1.000000
C163.918091,4.790926 160.694946,6.829067 158.026199,9.232719
C146.686066,19.446375 135.230972,29.532310 123.827232,39.675438
C109.200203,52.685551 94.562759,65.684052 79.966759,78.728912
C69.326180,88.238701 58.741394,97.810944 48.138882,107.363274
C34.207916,119.914360 20.302740,132.494217 6.326701,144.994873
C4.993608,146.187241 3.236600,146.905655 1.338196,147.922043
C1.000000,125.312439 1.000000,102.624878 1.000000,79.468658
C3.680871,73.607368 8.697011,70.369186 12.957517,66.549774
C28.769938,52.374382 44.686752,38.316055 60.411747,24.040842
C66.921295,18.131447 73.694687,12.513441 80.016571,6.390398
C82.182350,4.292752 84.936928,3.031007 87.744209,1.244114
C113.354225,1.000000 138.708450,1.000000 164.531342,1.000000
z"/>
<path fill="#08B5E5" opacity="1.000000" stroke="none"
d="
M214.468658,513.000000
C214.864227,509.482880 217.815857,507.588531 220.227951,505.406860
C235.877441,491.252197 251.607544,477.186157 267.368988,463.155945
C287.720673,445.039703 308.163116,427.025330 328.494202,408.886078
C339.654816,398.928711 350.609741,388.740936 361.760284,378.772125
C375.879486,366.149353 390.138123,353.682587 404.270813,341.074768
C415.059601,331.450012 425.709839,321.670105 436.486816,312.032013
C450.975800,299.074188 465.531952,286.191498 480.050598,273.266754
C489.855652,264.538147 499.637390,255.783340 509.456879,247.071014
C510.309509,246.314514 511.366669,245.788437 512.664429,245.077652
C513.000000,255.020889 513.000000,265.041779 513.000000,275.531342
C507.258698,284.560577 498.633209,290.200256 491.258026,297.064331
C483.604645,304.187225 475.687195,311.067291 467.829956,317.990570
C452.736664,331.289795 437.804932,344.773438 422.799316,358.172089
C411.885345,367.917267 401.034790,377.741150 390.115997,387.482819
C375.725677,400.321808 361.372742,413.203918 346.959320,426.017334
C336.148529,435.628113 325.427887,445.348175 314.645081,454.994019
C300.147766,467.962738 285.804077,481.103577 271.103790,493.846436
C267.085083,497.330048 263.233643,501.013550 259.298615,504.593628
C255.949554,507.640594 252.633301,510.580933 248.256744,512.755737
C236.979111,513.000000 225.958206,513.000000 214.468658,513.000000
z"/>
<path fill="#1297EB" opacity="1.000000" stroke="none"
d="
M506.531342,1.000000
C507.122131,3.662830 505.377319,5.289742 503.631042,6.837972
C486.600922,21.936901 469.502716,36.959259 452.516296,52.107048
C441.353760,62.061352 430.399811,72.249443 419.249756,82.217995
C405.131256,94.840538 390.876678,107.310867 376.758362,119.933632
C374.042267,122.361992 371.684540,125.191154 368.991943,128.156830
C367.127686,129.513153 365.650238,128.919037 364.274597,127.827621
C352.700470,118.644753 340.257751,110.913849 326.597687,105.202423
C325.672363,104.815552 324.997864,104.047424 324.237183,102.898438
C323.021515,99.501053 324.730804,97.411118 326.774750,95.625031
C337.647583,86.123940 348.237061,76.306480 359.085724,66.778694
C366.441254,60.318726 373.677399,53.723961 380.992523,47.217777
C396.988190,32.990997 412.797546,18.555140 428.847565,4.387886
C430.254974,3.145579 432.062225,2.655539 433.738953,1.245447
C458.020905,1.000000 482.041779,1.000000 506.531342,1.000000
z"/>
<path fill="#06BBE4" opacity="1.000000" stroke="none"
d="
M513.000000,341.531342
C509.105530,343.375275 506.443512,346.503540 503.528351,349.105927
C482.589996,367.797852 461.843933,386.704865 440.971832,405.471283
C422.201843,422.347565 403.353790,439.136993 384.531372,455.954926
C364.841278,473.548126 345.150299,491.140381 325.420319,508.688782
C324.261047,509.719818 323.131470,510.611267 323.026428,512.640991
C309.645782,513.000000 296.291534,513.000000 282.468658,513.000000
C279.983368,510.419769 281.835876,508.689697 283.378723,506.945068
C288.359192,501.313354 294.309814,496.708344 299.882202,491.723633
C307.808777,484.633026 315.795135,477.600800 323.727631,470.515472
C338.854736,457.003815 353.949982,443.456818 369.090332,429.959534
C379.888275,420.333374 390.611938,410.617493 401.375610,400.950836
C415.847076,387.954285 430.381561,375.026093 444.924835,362.108765
C455.365662,352.835266 465.721039,343.461517 476.097656,334.113800
C486.230591,324.985535 496.474060,315.981567 506.603882,306.850067
C508.271973,305.346405 510.119232,304.240570 512.730408,305.762390
C513.000000,317.687561 513.000000,329.375122 513.000000,341.531342
z"/>
<path fill="#07B8E4" opacity="1.000000" stroke="none"
d="
M513.000000,305.531342
C507.299103,307.102600 504.304565,312.056885 500.390167,315.436127
C485.677765,328.137024 471.518524,341.475983 457.025482,354.434387
C439.936157,369.714203 422.675415,384.802185 405.566162,400.059906
C394.528534,409.903046 383.680573,419.958801 372.655792,429.816589
C358.415009,442.550018 344.046112,455.140167 329.801300,467.869171
C318.773529,477.723511 307.826477,487.668732 296.894012,497.628876
C291.761444,502.304962 285.848724,506.211639 282.076782,512.666382
C270.979095,513.000000 259.958221,513.000000 248.468658,513.000000
C250.495438,507.419617 256.006165,504.753540 260.114227,500.777496
C267.742584,493.394348 275.977173,486.639832 283.914734,479.573456
C299.048187,466.101105 314.169983,452.615540 329.258698,439.093170
C340.021362,429.447693 350.686890,419.693787 361.459198,410.059174
C375.941956,397.106049 390.503754,384.241333 404.997375,371.300323
C415.529694,361.896301 425.986938,352.408203 436.512848,342.996948
C451.369446,329.713684 466.256958,316.464996 481.134277,303.204895
C490.681366,294.695587 500.226013,286.183411 509.799713,277.704102
C510.527954,277.059082 511.479523,276.666199 512.663696,276.078064
C513.000000,285.687561 513.000000,295.375122 513.000000,305.531342
z"/>
<path fill="#1296EB" opacity="1.000000" stroke="none"
d="
M112.264664,348.768860
C106.734238,351.100128 103.717018,355.765625 99.698425,359.156982
C88.411591,368.682220 77.723946,378.914154 66.708443,388.765045
C52.479580,401.489532 38.143501,414.094055 23.892879,426.794342
C19.057413,431.103790 14.325458,435.530090 9.577033,439.936218
C7.256536,442.089417 5.025788,444.348633 1.361823,444.974274
C1.000000,425.312439 1.000000,405.624878 1.000000,385.468658
C3.995224,379.654999 8.963995,376.143127 13.369843,372.215485
C28.730925,358.521790 43.995689,344.720581 59.367706,331.040283
C74.740517,317.359253 90.016029,303.569336 105.431877,289.936859
C108.037376,287.632812 110.709518,286.255432 113.725189,290.014709
C114.851379,308.422607 114.329224,326.444702 114.178940,344.464142
C114.166557,345.948486 113.942986,347.454407 112.264664,348.768860
z"/>
<path fill="#02C6E2" opacity="1.000000" stroke="none"
d="
M384.468658,513.000000
C387.113739,506.628418 393.375488,503.305084 398.239960,498.696686
C408.833344,488.660919 420.026794,479.260071 430.934357,469.554077
C446.057861,456.096588 461.153870,442.608185 476.242767,429.111938
C486.510345,419.928192 496.749237,410.712372 506.991547,401.500427
C508.579834,400.071960 509.847443,398.173889 512.640503,398.024963
C513.000000,418.687561 513.000000,439.375122 513.000000,460.531342
C506.263519,468.380707 498.469299,474.631836 491.072754,481.294159
C482.803497,488.742615 474.434479,496.086151 466.205078,503.580383
C462.760773,506.717010 459.283142,509.785675 455.253632,512.756042
C431.645782,513.000000 408.291534,513.000000 384.468658,513.000000
z"/>
<path fill="#158EEC" opacity="1.000000" stroke="none"
d="
M1.000000,297.468658
C4.947152,296.925507 7.187331,293.799927 9.675172,291.600525
C24.223131,278.739227 38.469902,265.538055 52.945431,252.593781
C70.014160,237.330536 87.249626,222.253845 104.331978,207.005722
C109.634895,202.272217 114.431427,196.959549 120.897896,193.130646
C123.335396,194.909973 122.345856,196.997391 121.772499,199.067902
C118.979454,209.154251 116.018898,219.182953 114.795769,229.652344
C114.097412,235.629929 114.820183,241.626877 113.905411,247.960968
C106.294151,256.295166 97.862762,263.261871 89.763008,270.578522
C78.552216,280.705444 67.270683,290.756500 55.960346,300.772949
C41.293564,313.761871 26.965111,327.130890 12.051253,339.841278
C10.401687,341.247131 8.940508,342.846466 7.323579,344.281677
C5.635565,345.780060 3.864290,346.988159 1.270652,345.242432
C1.000000,329.312439 1.000000,313.624878 1.000000,297.468658
z"/>
<path fill="#0BADE6" opacity="1.000000" stroke="none"
d="
M114.468658,513.000000
C113.877907,510.343811 115.615059,508.718048 117.357971,507.172516
C134.350006,492.105133 151.402740,477.105988 168.360321,462.000000
C179.256104,452.293945 189.990356,442.406799 200.855667,432.666229
C208.877731,425.474518 217.034454,418.432831 225.043854,411.227264
C227.343323,409.158569 230.178436,407.436707 230.967529,403.726135
C231.933121,400.795837 234.234253,400.778717 236.346710,400.768738
C244.916702,400.728271 253.504822,400.063629 262.046021,401.337189
C267.326080,402.124481 272.537628,399.954559 278.236511,401.050171
C281.924042,404.045746 282.112122,405.938507 279.186646,408.809387
C270.162842,417.664734 260.500610,425.826813 251.099411,434.264740
C240.094620,444.141907 229.101288,454.038330 217.985840,463.795105
C206.247879,474.098328 194.864853,484.799896 182.980881,494.942596
C179.065445,498.284302 175.381973,501.902679 171.574890,505.372437
C168.479675,508.193390 165.426758,510.889923 161.266724,512.753052
C145.645767,513.000000 130.291550,513.000000 114.468658,513.000000
z"/>
<path fill="#148EEC" opacity="1.000000" stroke="none"
d="
M235.055649,94.766983
C232.259460,92.119438 234.656555,90.816017 235.949890,89.621559
C244.002396,82.184746 252.122330,74.819969 260.281433,67.499886
C268.313263,60.293995 276.423920,53.176022 284.489532,46.007721
C299.008667,33.103840 313.525574,20.197447 328.027618,7.274379
C329.876648,5.626650 331.955902,4.151088 332.922974,1.334001
C350.354218,1.000000 367.708466,1.000000 385.531342,1.000000
C388.267731,3.600950 386.865417,5.702733 384.881317,7.435892
C368.374725,21.854673 352.205292,36.652073 335.803833,51.189117
C324.995544,60.768784 314.229828,70.410492 303.559662,80.151848
C298.662964,84.622322 293.611420,88.922783 288.434692,93.672714
C283.744019,94.943970 279.510803,93.481194 275.225800,93.365761
C263.931549,93.061508 252.729340,93.972153 241.576187,95.652924
C239.447311,95.973740 237.319412,96.530426 235.055649,94.766983
z"/>
<path fill="#1491EC" opacity="1.000000" stroke="none"
d="
M288.954376,92.657654
C289.749420,88.509201 292.848358,86.493179 295.377472,84.228905
C315.760651,65.980209 336.273682,47.876671 356.723450,29.702227
C365.895844,21.550369 375.009705,13.332700 384.163300,5.159652
C385.210785,4.224378 385.845520,3.124409 385.974274,1.361549
C401.687561,1.000000 417.375122,1.000000 433.531342,1.000000
C432.917847,4.791292 429.694275,6.829563 427.025238,9.233513
C415.683838,19.448433 404.227631,29.535835 392.822479,39.680038
C378.193604,52.691544 363.385071,65.509422 349.023682,78.809929
C341.020294,86.222145 332.026917,92.605400 325.084167,101.560852
C323.506073,103.487587 321.682587,103.200485 319.933838,102.599701
C310.996643,99.529366 301.810852,97.410072 292.611725,95.333389
C291.144440,95.002159 289.686432,94.636497 288.954376,92.657654
z"/>
<path fill="#1391EC" opacity="1.000000" stroke="none"
d="
M1.000000,345.468658
C7.291076,343.596863 10.582328,338.094604 14.974538,334.292023
C33.675991,318.101166 52.004341,301.478424 70.421684,284.960724
C81.425385,275.091949 92.363785,265.149963 103.280319,255.184769
C105.744591,252.935257 108.280029,250.824005 111.507553,249.086426
C113.858955,249.884079 114.113541,251.736526 114.173912,253.573975
C114.511459,263.848175 114.501678,274.124664 114.179474,284.399261
C114.132729,285.889893 113.943108,287.394928 112.275925,288.749023
C105.655800,290.598450 102.313004,296.005066 97.910873,299.817413
C79.215096,316.008484 60.883919,332.621552 42.469131,349.135712
C31.467010,359.002319 20.540379,368.953400 9.617567,378.907928
C7.154554,381.152618 4.651246,383.306549 1.336361,384.921967
C1.000000,371.979095 1.000000,358.958221 1.000000,345.468658
z"/>
<path fill="#1E71F2" opacity="1.000000" stroke="none"
d="
M87.531342,1.000000
C84.880219,7.373774 78.617004,10.702546 73.748306,15.314901
C62.662807,25.816740 51.145889,35.875862 39.577454,45.851841
C26.891054,56.791897 15.238242,68.919724 1.335592,78.922363
C1.000000,54.066456 1.062449,29.132542 0.914596,4.199875
C0.897650,1.342292 1.604711,0.915526 4.283667,0.927064
C31.876265,1.045900 59.469574,1.000000 87.531342,1.000000
z"/>
<path fill="#0AB0E6" opacity="1.000000" stroke="none"
d="
M161.468658,513.000000
C163.415787,508.035309 168.220367,505.347595 172.043335,501.803589
C183.127167,491.528534 194.586563,481.658966 205.882706,471.612457
C220.655380,458.474060 235.432999,445.341034 250.169708,432.162384
C259.708557,423.632019 269.193054,415.040497 278.646606,406.415802
C279.312805,405.808044 279.521606,404.699005 279.971680,403.471466
C280.788910,400.819550 282.961029,400.444550 284.812897,400.178894
C292.514862,399.074036 300.087189,397.362396 307.676056,395.708130
C309.289703,395.356384 310.949402,395.024658 312.711548,396.537720
C310.242279,402.860657 304.362244,405.850861 299.927795,410.180481
C292.583221,417.351471 284.548157,423.811493 276.872009,430.647400
C261.392487,444.432617 245.932480,458.239990 230.514725,472.094238
C219.411026,482.071869 208.335785,492.082672 197.362259,502.202789
C194.015594,505.289154 189.346024,507.244141 188.070145,512.653809
C179.312439,513.000000 170.624863,513.000000 161.468658,513.000000
z"/>
<path fill="#01CCE0" opacity="1.000000" stroke="none"
d="
M455.468658,513.000000
C455.439941,510.407684 456.919189,508.502716 458.845978,506.789978
C470.857880,496.112427 482.598480,485.113129 494.921631,474.809631
C500.564972,470.091187 504.744202,463.402954 512.638184,461.025757
C513.000000,477.268097 512.907410,493.537262 513.087036,509.803345
C513.118591,512.658875 512.399597,513.095947 509.721039,513.074585
C491.794098,512.931091 473.865417,513.000000 455.468658,513.000000
z"/>
<path fill="#F8F9F9" opacity="1.000000" stroke="none"
d="
M313.261597,396.633667
C302.366943,399.389740 291.744141,401.939972 280.411316,403.005676
C263.974457,403.152252 247.948654,403.184631 231.461365,403.303955
C220.887192,403.316223 210.774612,403.211395 200.661789,403.173370
C182.417267,403.104767 164.172607,403.076111 145.463684,403.099213
C138.010468,403.112610 131.021271,403.082458 124.032761,402.995697
C116.287285,402.899536 112.040359,398.654205 112.010376,390.882660
C111.957695,377.231293 111.978325,363.579651 111.899597,349.463806
C111.876678,329.309082 111.922401,309.618591 111.899437,289.463867
C111.876778,275.975830 111.922813,262.952057 111.900269,249.463989
C111.888458,238.491501 112.082893,227.935760 114.228561,217.654007
C115.912209,209.586197 118.802635,201.770203 121.203583,193.461105
C128.319748,175.959366 137.126755,159.892365 149.336105,145.803177
C172.049179,119.593094 200.246277,102.564186 234.402496,94.611923
C252.421295,91.230347 270.155914,89.877716 288.485779,92.264374
C300.935455,94.613602 312.894501,97.156158 324.635681,101.867050
C340.604156,108.667213 355.208771,117.087738 368.510498,128.320541
C385.012665,143.011856 398.289581,159.775085 408.014404,179.705566
C419.928009,205.439117 424.655365,232.149628 422.792908,260.530792
C420.892548,275.508972 418.258209,289.867126 412.707611,303.505707
C393.913818,349.684784 360.794403,380.600403 313.261597,396.633667
z"/>
<path fill="#0DA8E7" opacity="1.000000" stroke="none"
d="
M367.844299,218.719299
C375.955261,245.228134 373.593903,270.858978 360.746246,294.782715
C340.901672,331.735565 309.439636,350.786774 267.295990,351.437897
C251.496704,351.682007 235.689407,351.406311 219.442108,351.201752
C216.770355,347.934784 219.181427,346.082184 221.023178,344.336456
C227.954987,337.766052 235.281342,331.629395 242.406586,325.270844
C243.536041,324.262939 244.444061,323.174561 245.653839,321.777191
C252.174362,319.877167 258.512787,320.808014 264.789612,320.729736
C277.277985,320.573944 289.120148,318.236115 300.251068,312.245026
C321.123016,301.010834 333.384186,283.756348 337.727264,260.548889
C338.962494,253.948318 338.113220,247.274948 339.376862,240.363739
C346.335297,232.776733 354.073120,226.586136 361.408508,219.957596
C363.173218,218.362961 364.986298,216.855743 367.844299,218.719299
z"/>
<path fill="#1492EC" opacity="1.000000" stroke="none"
d="
M164.596436,240.265381
C166.078293,195.532028 203.146271,153.357117 247.955994,145.076065
C255.905334,143.607010 263.969910,142.747086 272.548584,143.154144
C275.354370,145.887512 273.760742,148.026840 271.837921,149.668335
C260.383911,159.446594 249.963211,170.418777 237.709869,179.265961
C236.295334,180.287247 235.227524,181.431335 234.640732,183.447586
C234.294922,184.421249 234.015305,185.085846 233.455154,185.439621
C223.964432,191.433487 216.107529,199.284058 208.122223,207.520981
C205.285675,208.022354 203.765030,209.816650 202.134415,211.475540
C192.489685,221.287567 181.993927,230.157990 171.539734,239.073227
C169.579834,240.744598 167.527313,242.134888 164.596436,240.265381
z"/>
<path fill="#11A0E9" opacity="1.000000" stroke="none"
d="
M245.788681,322.656677
C243.951645,327.804535 239.758942,330.612457 236.119019,333.911285
C231.226624,338.345276 226.256409,342.693939 221.398865,347.165344
C220.461853,348.027863 219.889954,349.287048 219.074036,350.699585
C204.384399,351.075592 189.769699,351.210419 175.156555,351.112976
C168.327667,351.067444 163.990463,346.699219 163.887970,339.814301
C163.734726,329.519348 163.867477,319.220154 163.965332,308.460999
C171.119446,299.070343 180.131989,292.207733 188.707718,284.891022
C190.657990,283.227081 192.946274,283.068634 195.307739,285.250732
C197.129089,292.810425 196.165115,300.128113 196.331116,307.399200
C196.559921,317.422455 198.394684,318.942627 208.183685,319.772827
C218.794235,320.672638 229.392212,320.441742 239.995499,320.719940
C241.952866,320.771301 244.032440,320.613037 245.788681,322.656677
z"/>
<path fill="#1396EB" opacity="1.000000" stroke="none"
d="
M194.034027,284.844116
C188.858627,286.186218 186.040009,290.107178 182.565216,293.033447
C177.886124,296.973907 173.519135,301.285278 169.025497,305.445343
C167.784592,306.594147 166.377304,307.429077 164.393799,307.927429
C163.713379,285.634491 163.638748,263.269928 164.231506,240.450592
C169.293396,239.630157 172.114548,235.742172 175.408707,232.933716
C185.076065,224.691788 194.425659,216.077545 203.931534,207.644989
C204.648087,207.009354 205.615875,206.656906 206.813538,206.113098
C208.982361,208.241974 207.576324,210.149994 206.511261,211.960159
C199.251495,224.298691 196.107101,237.646774 196.319061,251.905914
C196.449677,260.692902 196.434998,269.484863 196.278549,278.272644
C196.238480,280.524323 196.648788,283.008759 194.034027,284.844116
z"/>
<path fill="#11A0E9" opacity="1.000000" stroke="none"
d="
M368.147339,218.556183
C362.018188,220.190643 358.990082,225.676453 354.543640,229.174133
C350.164398,232.618927 346.380859,236.836594 341.277466,239.938538
C337.163055,239.941925 337.699768,236.622864 337.273560,234.551376
C335.100739,223.991028 330.737183,214.501923 324.365967,205.844910
C322.585480,203.425674 320.508575,201.325912 318.456177,199.176804
C316.979797,197.630829 315.264771,196.228790 315.145020,193.460358
C318.555328,187.702774 324.203094,184.627380 328.453766,180.107040
C330.330994,178.110718 332.744598,176.573151 334.718048,174.588547
C336.115906,173.182785 337.582184,171.770950 340.237427,172.660095
C354.131592,185.253281 362.993683,200.584198 368.147339,218.556183
z"/>
<path fill="#129AEA" opacity="1.000000" stroke="none"
d="
M340.419006,172.456909
C333.479462,178.934753 326.368591,185.125992 319.224579,191.278778
C318.487335,191.913742 317.552826,192.319702 316.376526,192.910370
C314.335571,194.203705 312.827545,193.348846 311.488098,192.373108
C302.958954,186.159988 293.583405,181.732025 283.449127,178.858200
C282.635406,178.627426 282.023987,178.038330 281.302490,177.053711
C280.297882,174.177643 281.248108,172.043732 283.070801,170.452591
C290.551514,163.922302 297.682495,156.995377 305.706085,150.529373
C319.014404,155.084778 330.328217,162.522125 340.419006,172.456909
z"/>
<path fill="#1396EB" opacity="1.000000" stroke="none"
d="
M305.665253,150.131256
C304.743530,155.776184 299.873566,158.210587 296.342072,161.748154
C291.724854,166.373322 285.852417,169.709000 282.139099,175.728180
C280.822815,177.832153 279.144287,177.983948 277.175568,177.775513
C264.536377,176.437439 252.289719,177.973114 240.472473,182.806686
C238.383926,183.660950 236.207993,184.885025 233.429733,183.564102
C233.272186,180.462662 235.435165,178.964722 237.258270,177.345032
C248.150223,167.668365 259.110565,158.068726 270.026489,148.418945
C271.389160,147.214340 272.777710,145.965347 272.968079,143.605347
C284.179779,143.535400 294.928833,145.901947 305.665253,150.131256
z"/>
<path fill="#F8F9F9" opacity="1.000000" stroke="none"
d="
M232.879364,183.537567
C244.850479,177.752792 257.082520,174.312057 270.213959,175.025070
C273.863708,175.223236 277.497284,175.719421 281.564270,176.057083
C294.282410,179.303482 305.729736,184.260025 315.724426,192.872559
C327.773651,204.228821 336.205383,217.382065 339.507446,233.500854
C339.904663,235.439880 340.207977,237.398132 340.746643,239.681763
C341.623535,253.944931 340.542908,267.622864 334.135223,280.304016
C320.314178,307.656555 297.989685,321.911560 267.356476,322.959198
C260.554413,323.191833 253.735031,322.919525 246.461548,322.966187
C232.880280,322.863800 219.761337,322.652710 206.641769,322.493774
C197.565765,322.383789 193.918716,318.851379 193.847565,309.854462
C193.784439,301.876648 193.806061,293.898132 193.703094,285.458130
C193.688797,274.002930 193.953934,263.006683 193.789520,252.016861
C193.542847,235.527420 197.729507,220.415054 207.062073,206.390167
C214.347717,197.127396 222.379608,189.168533 232.879364,183.537567
z"/>
</svg>

After

Width:  |  Height:  |  Size: 32 KiB

1
svg/smartfox.svg Normal file
View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 99.21 99.98"><defs><style>.b{fill:#e1231b;}</style></defs><g><path class="b" d="M66.35,25.4c-4.77-.57-9.57-3.54-14.87-3.55-3.87,0-6,1.89-9.02,3.37,1.06-2.41,1.52-5.89,3.34-8.17,.58-.73,1.66-1.24,2.51-2.13,1.07-1.13,1.82-3.55,3.67-3.55,1.97,0,3.35,3.59,4.51,4.79,2.95,3.08,8.34,4.75,9.85,9.23"/><path class="b" d="M30.77,40.32h.33c1.02,.44,1.12,1.45,2.17,2.13,2.41,1.56,6.25,1.54,5.34,6.04-1.48-1-3.34-.97-4.68-1.95-1.79-1.31-2.57-3.62-3.17-6.21"/><path class="b" d="M39.63,66.59c2.26,1.18,5.75,.92,8.69,.53v3.02c4.61-1.36,6.28-7.04,8.35-11.01,1.63-3.12,3.21-5.76,5.35-8.34,4.5-5.44,8.6-8.06,16.87-10.29h.33c-5.41,4.25-11.26,7.52-16.37,13.85-4.77,5.91-7.66,13.28-13.2,17.22-3.5,2.49-12.15,2.59-10.02-4.97"/><path class="b" d="M33.61,25.94c-.67,1.36-2.43,1.58-4.01,1.6-6.6,.09-11.8-4.75-18.21-5.33,3.08-5.48,9.31-8.87,14.36-12.78C35.94,1.56,56.77-4.18,71.19,3.92,56.16-.46,36.33,4.98,27.77,14.4c-1.2,1.31-3.26,3.33-3.17,5.15,.16,3.54,6.6,4.95,9.02,6.39"/><path class="b" d="M58.83,38.72c.88,.12-.1,.94-.33,1.95-.35,1.52-.15,3.24-.5,3.91-1.35,2.58-5.77,1.97-8.18,3.37,.4-5.85,6.27-5.88,9.02-9.23"/></g><g><path class="b" d="M4.45,94.01l-.03,.1h0l.03-.1c-1.25-.38-2.23-.68-2.23-1.66,0-.66,.71-1.07,1.85-1.07,.87,0,1.83,.29,2.56,.78,.05,.04,.11,.05,.18,.03,.06-.02,.11-.06,.14-.12l.47-1.04c.04-.1,.01-.21-.08-.27-.88-.59-2.08-.94-3.21-.94-1.04,0-1.93,.25-2.57,.73-.66,.49-1.02,1.19-1.02,2.01,0,2.04,1.71,2.55,3.21,3,1.26,.38,2.26,.67,2.26,1.69,0,.79-.79,1.28-2.06,1.28-1.07,0-2.25-.5-3.09-1.32-.04-.04-.1-.06-.15-.06h-.04c-.07,.01-.13,.06-.16,.12l-.5,1c-.04,.09-.02,.19,.04,.26,1.02,.97,2.47,1.55,3.88,1.55,2.24,0,3.74-1.16,3.74-2.89,0-2.08-1.72-2.61-3.24-3.07Z"/><path class="b" d="M21.83,89.75h-1.36c-.08,0-.16,.05-.2,.12l-3.35,6.63-3.37-6.63c-.04-.07-.11-.12-.2-.12h-1.38c-.12,0-.22,.1-.22,.22v9.74c0,.12,.1,.22,.22,.22h1.06c.12,0,.22-.1,.22-.22v-7.11l3.12,6.18c.04,.07,.11,.12,.2,.12h.67c.08,0,.16-.05,.2-.12l3.13-6.18v7.11c.01,.12,.11,.22,.23,.22h1.03c.12,0,.22-.1,.22-.22v-9.74c0-.12-.1-.22-.22-.22Z"/><path class="b" d="M31.32,89.88c-.04-.08-.11-.13-.2-.13h-1.15c-.09,0-.16,.05-.2,.13l-4.37,9.74c-.03,.07-.02,.15,.02,.21,.04,.06,.11,.1,.18,.1h1.18c.09,0,.17-.05,.2-.13l1.03-2.33h5.03l1.03,2.33c.03,.08,.11,.13,.2,.13h1.21c.07,0,.14-.04,.18-.1,.04-.06,.05-.14,.02-.21l-4.35-9.74Zm1.05,6.08h-3.7l1.84-4.18,1.86,4.18Z"/><path class="b" d="M45.37,96.51c1.35-.54,2.06-1.67,2.06-3.27,0-1.08-.37-1.98-1.08-2.58-.71-.6-1.71-.91-2.98-.91h-3.7c-.12,0-.22,.1-.22,.22v9.74c0,.12,.1,.22,.22,.22h1.11c.12,0,.22-.1,.22-.22v-2.86h2.37c.18,0,.35,0,.54-.02l1.95,2.99c.04,.06,.11,.1,.18,.1h1.27c.08,0,.16-.04,.19-.12s.03-.16-.01-.23l-2.12-3.08Zm.55-3.24c0,1.72-1.39,2.08-2.55,2.08h-2.37v-4.08h2.37c1.16,0,2.55,.35,2.55,2.01Z"/><path class="b" d="M58.1,89.75h-7.47c-.12,0-.22,.1-.22,.22v1.07c0,.12,.1,.22,.22,.22h2.95v8.45c0,.12,.1,.22,.22,.22h1.11c.12,0,.22-.1,.22-.22v-8.45h2.97c.12,0,.22-.1,.22-.22v-1.07c0-.12-.1-.22-.22-.22Z"/><path class="b" d="M68.13,89.75h-6.19c-.12,0-.22,.1-.22,.22v9.74c0,.12,.1,.22,.22,.22h1.11c.12,0,.22-.1,.22-.22v-3.95h4.33c.12,0,.22-.1,.22-.22v-1.07c0-.12-.1-.22-.22-.22h-4.33v-2.98h4.86c.12,0,.22-.1,.22-.22v-1.07c0-.12-.1-.22-.22-.22Z"/><path class="b" d="M76.19,89.72c-2.99,0-5.33,2.25-5.33,5.12,0,1.39,.55,2.68,1.55,3.65,1,.97,2.34,1.5,3.78,1.5s2.77-.53,3.76-1.5c1-.97,1.55-2.26,1.55-3.65s-.55-2.68-1.55-3.64c-.99-.96-2.33-1.48-3.76-1.48Zm3.73,5.12c0,2-1.67,3.63-3.73,3.63s-3.76-1.63-3.76-3.63,1.69-3.62,3.76-3.62,3.73,1.62,3.73,3.62Z"/><path class="b" d="M92.65,99.58l-3.5-4.94,3.22-4.55c.05-.07,.05-.15,.02-.23-.04-.07-.11-.12-.19-.12h-1.31c-.07,0-.14,.03-.18,.09l-2.53,3.51-2.51-3.51c-.04-.06-.11-.09-.18-.09h-1.31c-.08,0-.16,.04-.2,.12-.04,.07-.03,.16,.02,.23l3.24,4.6-3.49,4.88c-.05,.07-.05,.15-.02,.23,.04,.07,.11,.12,.19,.12h1.31c.07,0,.14-.03,.18-.09l2.76-3.83,2.79,3.83c.04,.06,.11,.09,.18,.09h1.34c.08,0,.16-.05,.2-.12,.04-.07,.03-.16-.02-.23Z"/></g><path class="b" d="M97.39,92.71c.32-.14,.5-.41,.5-.78,0-.55-.4-.89-1.05-.89h-.99v2.5h.45v-.73h.54s.08,0,.12,0l.5,.71,.02,.02h.5l-.06-.08-.53-.75Zm-.56-.29h-.53v-.97h.53c.28,0,.61,.08,.61,.48s-.33,.49-.61,.49Z"/><path class="b" d="M96.74,89.82c-1.36,0-2.47,1.11-2.47,2.47s1.11,2.47,2.47,2.47,2.47-1.11,2.47-2.47-1.11-2.47-2.47-2.47Zm0,4.56c-1.15,0-2.08-.93-2.08-2.08s.93-2.08,2.08-2.08,2.08,.93,2.08,2.08-.93,2.08-2.08,2.08Z"/></svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

252
svg/snapcast-alt-light.svg Normal file
View File

@ -0,0 +1,252 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="938.92493mm"
height="166.65764mm"
viewBox="0 0 3326.8993 590.51919"
id="svg2"
version="1.1"
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
inkscape:export-filename="/home/johannes/Develop/snapcast/doc/Snapcast_800.png"
inkscape:export-xdpi="21.515625"
inkscape:export-ydpi="21.515625"
sodipodi:docname="Snapcast_banner_dark.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"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.28798615"
inkscape:cx="1201.4467"
inkscape:cy="340.29415"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="false"
inkscape:window-width="1920"
inkscape:window-height="1008"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:pagecheckerboard="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
width="1000mm"
inkscape:snap-page="true"
inkscape:snap-others="false"
inkscape:snap-grids="false"
inkscape:snap-to-guides="false" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(580.6098,191.5782)">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="248.57143"
y="338.07648"
id="text4140"><tspan
sodipodi:role="line"
id="tspan4142"
x="248.57143"
y="338.07648" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="326.27927"
y="244.24017"
id="text4144"><tspan
sodipodi:role="line"
id="tspan4146"
x="326.27927"
y="244.24017" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="612.65753"
y="241.71478"
id="text4159"><tspan
sodipodi:role="line"
id="tspan4161"
x="612.65753"
y="241.71478" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:513.86px;line-height:125%;font-family:Audiowide;-inkscape-font-specification:Audiowide;letter-spacing:0px;word-spacing:0px;fill:#f9f9f9;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="66.839645"
y="283.49445"
id="text4136"><tspan
sodipodi:role="line"
id="tspan4138"
x="66.839645"
y="283.49445">Snapcast</tspan></text>
<g
inkscape:label="Ebene 1"
id="layer1-3"
transform="matrix(0.68465995,0,0,0.68465995,-606.28452,-295.89459)"
style="opacity:1">
<circle
style="fill:#ffc107;fill-opacity:1;stroke-width:10.4816"
id="path869"
cx="-739.7981"
cy="114.1432"
r="431.25"
transform="rotate(-120)" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:35;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353"
sodipodi:type="arc"
sodipodi:cx="-739.79773"
sodipodi:cy="116.1728"
sodipodi:rx="360.29697"
sodipodi:ry="360.29697"
sodipodi:start="5.7595865"
sodipodi:end="0.52359878"
sodipodi:open="true"
transform="rotate(-120)"
sodipodi:arc-type="arc"
d="m -427.77141,-63.975695 a 360.29697,360.29697 0 0 1 10e-6,360.296975" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:35;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-6-6"
sodipodi:type="arc"
sodipodi:cx="-739.86572"
sodipodi:cy="116.1728"
sodipodi:rx="299.98148"
sodipodi:ry="299.98148"
sodipodi:start="5.8119464"
sodipodi:end="0.4712389"
sodipodi:open="true"
transform="rotate(-120)"
sodipodi:arc-type="arc"
d="m -472.58027,-20.015944 a 299.98148,299.98148 0 0 1 0,272.377484" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:35;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-6-5-75"
sodipodi:type="arc"
sodipodi:cx="-739.86572"
sodipodi:cy="116.1728"
sodipodi:rx="240.16533"
sodipodi:ry="240.16533"
sodipodi:start="5.8643063"
sodipodi:end="0.41887902"
sodipodi:open="true"
transform="rotate(-120)"
sodipodi:arc-type="arc"
d="m -520.46378,18.488761 a 240.16533,240.16533 0 0 1 0,195.368079" />
<path
inkscape:connector-curvature="0"
style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:33.333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 580.04681,420.34268 -114.35941,98.91209 -108.23431,-10e-6 -2e-5,127.28711 h 106.59374 l 115.99998,100.33981 z"
id="polygon1-3-9" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:35;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-7"
sodipodi:type="arc"
sodipodi:cx="468.75037"
sodipodi:cy="585.64191"
sodipodi:rx="360.29697"
sodipodi:ry="360.29697"
sodipodi:start="5.7595865"
sodipodi:end="0.52359878"
sodipodi:open="true"
sodipodi:arc-type="arc"
d="m 780.77669,405.49341 a 360.29697,360.29697 0 0 1 0,360.29698" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:35;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-6-3"
sodipodi:type="arc"
sodipodi:cx="468.75037"
sodipodi:cy="585.64191"
sodipodi:rx="299.98148"
sodipodi:ry="299.98148"
sodipodi:start="5.8119464"
sodipodi:end="0.4712389"
sodipodi:open="true"
sodipodi:arc-type="arc"
d="m 736.03582,449.45316 a 299.98148,299.98148 0 0 1 0,272.37749" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:35;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-6-5-6"
sodipodi:type="arc"
sodipodi:cx="468.75037"
sodipodi:cy="585.64191"
sodipodi:rx="240.16533"
sodipodi:ry="240.16533"
sodipodi:start="5.8643063"
sodipodi:end="0.41887902"
sodipodi:open="true"
sodipodi:arc-type="arc"
d="m 688.15231,487.95787 a 240.16533,240.16533 0 0 1 0,195.36808" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:35;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-3-1"
sodipodi:type="arc"
sodipodi:cx="270.98056"
sodipodi:cy="-695.72601"
sodipodi:rx="360.29697"
sodipodi:ry="360.29697"
sodipodi:start="5.7595865"
sodipodi:end="0.52359878"
sodipodi:open="true"
transform="rotate(120)"
sodipodi:arc-type="arc"
d="m 583.00688,-875.87451 a 360.29697,360.29697 0 0 1 10e-6,360.29698" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:35;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-6-6-2"
sodipodi:type="arc"
sodipodi:cx="270.98056"
sodipodi:cy="-695.72601"
sodipodi:rx="299.98148"
sodipodi:ry="299.98148"
sodipodi:start="5.8119464"
sodipodi:end="0.4712389"
sodipodi:open="true"
transform="rotate(120)"
sodipodi:arc-type="arc"
d="m 538.26601,-831.91476 a 299.98148,299.98148 0 0 1 0,272.37749" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:35;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-6-5-75-9"
sodipodi:type="arc"
sodipodi:cx="270.98056"
sodipodi:cy="-695.72601"
sodipodi:rx="240.16533"
sodipodi:ry="240.16533"
sodipodi:start="5.8643063"
sodipodi:end="0.41887902"
sodipodi:open="true"
transform="rotate(120)"
sodipodi:arc-type="arc"
d="m 490.38251,-793.41005 a 240.16533,240.16533 0 0 1 0,195.36808" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

252
svg/snapcast-alt.svg Normal file
View File

@ -0,0 +1,252 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="938.92493mm"
height="166.65764mm"
viewBox="0 0 3326.8993 590.51919"
id="svg2"
version="1.1"
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
inkscape:export-filename="/home/johannes/Develop/snapcast/doc/Snapcast_800.png"
inkscape:export-xdpi="21.515625"
inkscape:export-ydpi="21.515625"
sodipodi:docname="Snapcast_banner.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"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.28798615"
inkscape:cx="1201.4467"
inkscape:cy="340.29415"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="false"
inkscape:window-width="1920"
inkscape:window-height="1008"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:pagecheckerboard="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
width="1000mm"
inkscape:snap-page="true"
inkscape:snap-others="false"
inkscape:snap-grids="false"
inkscape:snap-to-guides="false" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(580.6098,191.5782)">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="248.57143"
y="338.07648"
id="text4140"><tspan
sodipodi:role="line"
id="tspan4142"
x="248.57143"
y="338.07648" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="326.27927"
y="244.24017"
id="text4144"><tspan
sodipodi:role="line"
id="tspan4146"
x="326.27927"
y="244.24017" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="612.65753"
y="241.71478"
id="text4159"><tspan
sodipodi:role="line"
id="tspan4161"
x="612.65753"
y="241.71478" /></text>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:513.86px;line-height:125%;font-family:Audiowide;-inkscape-font-specification:Audiowide;letter-spacing:0px;word-spacing:0px;fill:#171717;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="66.839645"
y="283.49445"
id="text4136"><tspan
sodipodi:role="line"
id="tspan4138"
x="66.839645"
y="283.49445">Snapcast</tspan></text>
<g
inkscape:label="Ebene 1"
id="layer1-3"
transform="matrix(0.68465995,0,0,0.68465995,-606.28452,-295.89459)"
style="opacity:1">
<circle
style="fill:#ffc107;fill-opacity:1;stroke-width:10.4816"
id="path869"
cx="-739.7981"
cy="114.1432"
r="431.25"
transform="rotate(-120)" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:35;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353"
sodipodi:type="arc"
sodipodi:cx="-739.79773"
sodipodi:cy="116.1728"
sodipodi:rx="360.29697"
sodipodi:ry="360.29697"
sodipodi:start="5.7595865"
sodipodi:end="0.52359878"
sodipodi:open="true"
transform="rotate(-120)"
sodipodi:arc-type="arc"
d="m -427.77141,-63.975695 a 360.29697,360.29697 0 0 1 10e-6,360.296975" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:35;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-6-6"
sodipodi:type="arc"
sodipodi:cx="-739.86572"
sodipodi:cy="116.1728"
sodipodi:rx="299.98148"
sodipodi:ry="299.98148"
sodipodi:start="5.8119464"
sodipodi:end="0.4712389"
sodipodi:open="true"
transform="rotate(-120)"
sodipodi:arc-type="arc"
d="m -472.58027,-20.015944 a 299.98148,299.98148 0 0 1 0,272.377484" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:35;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-6-5-75"
sodipodi:type="arc"
sodipodi:cx="-739.86572"
sodipodi:cy="116.1728"
sodipodi:rx="240.16533"
sodipodi:ry="240.16533"
sodipodi:start="5.8643063"
sodipodi:end="0.41887902"
sodipodi:open="true"
transform="rotate(-120)"
sodipodi:arc-type="arc"
d="m -520.46378,18.488761 a 240.16533,240.16533 0 0 1 0,195.368079" />
<path
inkscape:connector-curvature="0"
style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:33.333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 580.04681,420.34268 -114.35941,98.91209 -108.23431,-10e-6 -2e-5,127.28711 h 106.59374 l 115.99998,100.33981 z"
id="polygon1-3-9" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:35;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-7"
sodipodi:type="arc"
sodipodi:cx="468.75037"
sodipodi:cy="585.64191"
sodipodi:rx="360.29697"
sodipodi:ry="360.29697"
sodipodi:start="5.7595865"
sodipodi:end="0.52359878"
sodipodi:open="true"
sodipodi:arc-type="arc"
d="m 780.77669,405.49341 a 360.29697,360.29697 0 0 1 0,360.29698" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:35;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-6-3"
sodipodi:type="arc"
sodipodi:cx="468.75037"
sodipodi:cy="585.64191"
sodipodi:rx="299.98148"
sodipodi:ry="299.98148"
sodipodi:start="5.8119464"
sodipodi:end="0.4712389"
sodipodi:open="true"
sodipodi:arc-type="arc"
d="m 736.03582,449.45316 a 299.98148,299.98148 0 0 1 0,272.37749" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:35;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-6-5-6"
sodipodi:type="arc"
sodipodi:cx="468.75037"
sodipodi:cy="585.64191"
sodipodi:rx="240.16533"
sodipodi:ry="240.16533"
sodipodi:start="5.8643063"
sodipodi:end="0.41887902"
sodipodi:open="true"
sodipodi:arc-type="arc"
d="m 688.15231,487.95787 a 240.16533,240.16533 0 0 1 0,195.36808" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:35;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-3-1"
sodipodi:type="arc"
sodipodi:cx="270.98056"
sodipodi:cy="-695.72601"
sodipodi:rx="360.29697"
sodipodi:ry="360.29697"
sodipodi:start="5.7595865"
sodipodi:end="0.52359878"
sodipodi:open="true"
transform="rotate(120)"
sodipodi:arc-type="arc"
d="m 583.00688,-875.87451 a 360.29697,360.29697 0 0 1 10e-6,360.29698" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:35;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-6-6-2"
sodipodi:type="arc"
sodipodi:cx="270.98056"
sodipodi:cy="-695.72601"
sodipodi:rx="299.98148"
sodipodi:ry="299.98148"
sodipodi:start="5.8119464"
sodipodi:end="0.4712389"
sodipodi:open="true"
transform="rotate(120)"
sodipodi:arc-type="arc"
d="m 538.26601,-831.91476 a 299.98148,299.98148 0 0 1 0,272.37749" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:35;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-6-5-75-9"
sodipodi:type="arc"
sodipodi:cx="270.98056"
sodipodi:cy="-695.72601"
sodipodi:rx="240.16533"
sodipodi:ry="240.16533"
sodipodi:start="5.8643063"
sodipodi:end="0.41887902"
sodipodi:open="true"
transform="rotate(120)"
sodipodi:arc-type="arc"
d="m 490.38251,-793.41005 a 240.16533,240.16533 0 0 1 0,195.36808" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

192
svg/snapcast.svg Normal file
View File

@ -0,0 +1,192 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1000"
height="1000"
viewBox="0 0 937.49998 937.49998"
id="svg2"
version="1.1"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
inkscape:export-filename="/home/johannes/Develop/snapcast/doc/Snapcast_800.png"
inkscape:export-xdpi="21.515625"
inkscape:export-ydpi="21.515625"
sodipodi:docname="Snapcast.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.5"
inkscape:cx="421.33569"
inkscape:cy="579.0038"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:snap-object-midpoints="true"
inkscape:snap-center="true"
inkscape:window-width="1920"
inkscape:window-height="1015"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
units="px"
inkscape:snap-bbox="true"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-page="true" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-114.86231)">
<circle
style="fill:#ffc107;fill-opacity:1;stroke-width:10.48156548"
id="path869"
cx="-739.7981"
cy="114.1432"
r="431.25"
transform="rotate(-120)" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:34.99999619;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353"
sodipodi:type="arc"
sodipodi:cx="-739.79773"
sodipodi:cy="116.1728"
sodipodi:rx="360.29697"
sodipodi:ry="360.29697"
sodipodi:start="5.7595865"
sodipodi:end="0.52359878"
d="m -427.77141,-63.975695 a 360.29697,360.29697 0 0 1 10e-6,360.296975"
sodipodi:open="true"
transform="rotate(-120)" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:34.99999619;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-6-6"
sodipodi:type="arc"
sodipodi:cx="-739.86572"
sodipodi:cy="116.1728"
sodipodi:rx="299.98148"
sodipodi:ry="299.98148"
sodipodi:start="5.8119464"
sodipodi:end="0.4712389"
d="m -472.58027,-20.015944 a 299.98148,299.98148 0 0 1 0,272.377484"
sodipodi:open="true"
transform="rotate(-120)" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:34.99999619;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-6-5-75"
sodipodi:type="arc"
sodipodi:cx="-739.86572"
sodipodi:cy="116.1728"
sodipodi:rx="240.16533"
sodipodi:ry="240.16533"
sodipodi:start="5.8643063"
sodipodi:end="0.41887902"
d="m -520.46378,18.488761 a 240.16533,240.16533 0 0 1 0,195.368079"
sodipodi:open="true"
transform="rotate(-120)" />
<path
inkscape:connector-curvature="0"
style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:33.33299637;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 580.04681,420.34268 -114.35941,98.91209 -108.23431,-10e-6 -2e-5,127.28711 106.59374,0 115.99998,100.33981 z"
id="polygon1-3-9" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:34.99999619;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-7"
sodipodi:type="arc"
sodipodi:cx="468.75037"
sodipodi:cy="585.64191"
sodipodi:rx="360.29697"
sodipodi:ry="360.29697"
sodipodi:start="5.7595865"
sodipodi:end="0.52359878"
d="m 780.77669,405.49341 a 360.29697,360.29697 0 0 1 0,360.29698"
sodipodi:open="true" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:34.99999619;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-6-3"
sodipodi:type="arc"
sodipodi:cx="468.75037"
sodipodi:cy="585.64191"
sodipodi:rx="299.98148"
sodipodi:ry="299.98148"
sodipodi:start="5.8119464"
sodipodi:end="0.4712389"
d="m 736.03582,449.45316 a 299.98148,299.98148 0 0 1 0,272.37749"
sodipodi:open="true" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:34.99999619;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-6-5-6"
sodipodi:type="arc"
sodipodi:cx="468.75037"
sodipodi:cy="585.64191"
sodipodi:rx="240.16533"
sodipodi:ry="240.16533"
sodipodi:start="5.8643063"
sodipodi:end="0.41887902"
d="m 688.15231,487.95787 a 240.16533,240.16533 0 0 1 0,195.36808"
sodipodi:open="true" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:34.99999619;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-3-1"
sodipodi:type="arc"
sodipodi:cx="270.98056"
sodipodi:cy="-695.72601"
sodipodi:rx="360.29697"
sodipodi:ry="360.29697"
sodipodi:start="5.7595865"
sodipodi:end="0.52359878"
d="m 583.00688,-875.87451 a 360.29697,360.29697 0 0 1 10e-6,360.29698"
sodipodi:open="true"
transform="rotate(120)" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:34.99999619;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-6-6-2"
sodipodi:type="arc"
sodipodi:cx="270.98056"
sodipodi:cy="-695.72601"
sodipodi:rx="299.98148"
sodipodi:ry="299.98148"
sodipodi:start="5.8119464"
sodipodi:end="0.4712389"
d="m 538.26601,-831.91476 a 299.98148,299.98148 0 0 1 0,272.37749"
sodipodi:open="true"
transform="rotate(120)" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:#ffffff;stroke-width:34.99999619;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3353-6-5-75-9"
sodipodi:type="arc"
sodipodi:cx="270.98056"
sodipodi:cy="-695.72601"
sodipodi:rx="240.16533"
sodipodi:ry="240.16533"
sodipodi:start="5.8643063"
sodipodi:end="0.41887902"
d="m 490.38251,-793.41005 a 240.16533,240.16533 0 0 1 0,195.36808"
sodipodi:open="true"
transform="rotate(120)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.7 KiB

504
svg/stump-alt.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 134 KiB

Some files were not shown because too many files have changed in this diff Show More