Compare commits

...
Sign in to create a new pull request.

226 commits
0.2 ... dev

Author SHA1 Message Date
8b499b744f moved while true; do 2023-12-14 04:55:00 +01:00
6e7fa260b6 added quicktui 2023-12-14 04:55:00 +01:00
5b42eebffe wrong function name 2023-12-14 04:55:00 +01:00
c3bd9eb195 merge upstream and other changes
added sparky linux
added bazzite
2023-11-17 14:35:57 +01:00
52182514ec
Delete CNAME 2023-10-05 11:03:18 +02:00
e9ce6d4f58 portable mode: ./ instead of pwd for paths
Portable mode: not full path in desktop files
2023-10-05 02:35:12 +02:00
f67d896b23 prepare icons for whonix and guix 2023-10-05 02:07:13 +02:00
971938f1e6 Add Trisquel GNU Linux 2023-10-05 02:07:13 +02:00
c9adf8c8fa
bug: dh not work under wayland properly 2023-10-04 21:48:40 +02:00
3187b15c33
Update README.md 2023-10-04 05:12:00 +02:00
08c7a93276
New SimpleX chat group link 2023-10-04 04:09:00 +02:00
49beacbf4c renew_ready: Use old function 2023-10-04 03:14:42 +02:00
901a25bda8 update currently supported operating systems 2023-10-04 02:52:58 +02:00
927c062ce8 raise version to 0.80 2023-10-03 21:54:53 +02:00
a574a3e737 up 2023-10-03 21:45:06 +02:00
67686fcada quickemu fix nproc
Better handling available cores
2023-10-02 00:03:29 +02:00
ca8023bc27 update quickget
repair BSDs bug `grep: warning: stray \ before "`
2023-10-01 20:31:44 +02:00
985cf25b7d make quickfzf executable 2023-09-15 00:48:45 +02:00
331cccaa34 Update README.md 2023-09-15 00:45:03 +02:00
302d4df44b Create quickfzf 2023-09-15 00:45:03 +02:00
5c5048aa26 Update quickget 2023-09-15 00:45:03 +02:00
8a6a151b50 Add Miyo.png 2023-09-15 00:45:03 +02:00
f3bfd314f4
Update quickget 2023-09-02 03:25:36 +02:00
62a51945e0 🆕 feat(lang): add new language files
Added new language files to the project. These files contain a list of messages used in the application. The messages are used to display information to the user, such as status updates, error messages, and prompts. The files are named `promenne1.txt`, `promenne2.txt`, `raw_comments.cfg`, `raw_echo.cfg`, and `raw_msg.cfg`.

🆕 feat(lang): add new language files
Added new language files to support localization of the application. The new files include `raw_printf.cfg`, `strings.cfg`, `strings0.cfg`, `strings1.cfg`, and `strings2.cfg`. These files contain translations for various messages and prompts used in the application. The addition of these files will allow users to use the application in their preferred language.

🗑️ chore(translate.sh): remove translate.sh script
The translate.sh script has been removed from the repository as it is no longer needed. The script was used to automatically translate base language strings and add them into the various translations, remove duplicate strings, and rearrange them alphabetically. However, the script is no longer being used and has been removed.
2023-04-14 10:53:39 +02:00
545577b497 new RAW translations 2023-04-14 07:58:46 +02:00
3ac2db2487 🔥 chore(desktop): remove alpine-3.12 and netboot-latest desktop entries
The desktop entries for alpine-3.12 and netboot-latest have been removed. These entries are no longer needed and have been deleted to reduce clutter.
2023-04-12 20:50:42 +02:00
cce6c90af2 🔀 chore(cs.cfg): reorganize and clean up language configuration file
The changes in this commit include reorganizing the language configuration file to improve readability and removing unused or unnecessary messages. Some messages were also renamed to better reflect their purpose. The commit also includes minor changes such as fixing typos and removing unnecessary whitespace.

🌐 chore(lang): update language files
The commit updates the language files for the DistroHopper application. The changes include adding new translations, updating existing translations, and fixing typos. The commit also removes some unused translations.

🌐 feat(lang): add Spanish and French translations
This commit adds Spanish and French translations to the project. The new files are located in the lang directory and contain translations for various messages and prompts used throughout the application. The addition of these translations will allow users who speak Spanish or French to use the application in their native language.
2023-04-12 20:49:29 +02:00
93270cdb97 WIP 2023-04-12 20:45:14 +02:00
d279d23447 desktop files test 2023-04-12 20:44:40 +02:00
a3c32152a8 🐛 fix(dh): fix typo in message variable name
 feat(dh): improve user messages
The commit fixes a typo in the message variable name. The commit also improves user messages by making them more descriptive and user-friendly. The messages now provide more context and instructions to the user, making it easier for them to understand what is happening and what actions they need to take.
2023-04-12 16:42:34 +02:00
3ca9da5bc1 🐛 fix(dh): change variable name from TERMINAL to terminal
The variable TERMINAL has been renamed to terminal to improve consistency with the naming conventions. The change has been made in multiple places in the code.
2023-04-12 13:46:44 +02:00
798ce0f291 🔥 chore(dh): remove unused WIP2 function
The WIP2 function is not used in the script and can be safely removed.
2023-04-12 02:01:30 +02:00
7fb5c35af1 🐛 fix(dh): refactor dependencies_install function
 feat(dh): add support for multiple package managers
The dependencies_install function has been refactored to use separate functions for each package manager. This makes it easier to add support for new package managers in the future. Support for apt, pacman, xbps, and dnf has been added. This improves the flexibility of the script as it can now be used on a wider range of systems.
2023-04-12 01:18:19 +02:00
16b193dee3 🐛 fix(dh): set correct icon path for hop icon
The icon path for the hop icon was not set correctly in some parts of the code. The variable $icon_file was not defined, so the icon path was not being set correctly. The correct path is now set to $DH_ICON_DIR/hop.svg.
2023-04-12 01:17:19 +02:00
1717296740 🐛 fix(dh): rename locale directory to lang
The locale directory was renamed to lang to better reflect its contents.
2023-04-11 22:11:43 +02:00
aee9c57078 🎨 style(README.md): add Gitmoji badge to README.md and docs/README.md
The Gitmoji badge was added to the README.md and docs/README.md files to improve the visual appeal of the repository and to indicate the use of Gitmoji in commit messages.
2023-04-09 15:32:03 +02:00
7ccdb41780 docs: add opencommit to the list of tools for editing in README.md and docs/README.md 2023-04-09 13:43:20 +02:00
2fb02ce52b style(dh): fix formatting and indentation in dh script
feat(dh): add TOOL_set_default_terminal function to set default terminal emulator
refactor(dh): rename TOOL_distrohopper_translate to TOOL_dh_translate
2023-04-09 13:38:38 +02:00
62025303aa refactor(dh): remove duplicate package installations and fix typo in package name
feat(dh): add support for openSUSE package manager dnf and remove unused common_dependencies variable
2023-04-09 01:14:33 +00:00
6c68906e69 feat(quickget): add support for gabeeOS qtile and budgie editions 2023-04-09 01:11:36 +00:00
714f96bbde
Merge pull request #17 from grm34/auto-translate 2023-04-02 23:17:48 +02:00
grm34
ecb4cb7be0 LANG: sorts VARS alpha (auto-translate)
Signed-off-by: grm34 <jerem.pardo@tutanota.com>
2023-04-02 21:42:23 +02:00
grm34
82cdbf001b LANG: adds an automatic translation script (deepl)
Signed-off-by: grm34 <jerem.pardo@tutanota.com>
2023-04-02 21:38:18 +02:00
7f9a85e1f7 refactor(dh): replace hardcoded strings with variables and improve readability
refactor(dh): replace hardcoded strings with variables in the dh script

refactor(lang): improve language translations and remove unnecessary escape characters

chore(lang): update language files formatting and translations
2023-04-02 11:14:03 +02:00
7cdb647f6f feat(dh): add language support for distrohopper
fix(dh): comment out unused export statements
fix(dh): fix typo in message string
fix(dh): fix typo in language directory name
fix(dh): fix typo in copying translation to system directory
refactor(dh): remove unused function WIP2
refactor(dh): rename function WIP to distrohopper_gui
refactor(dh): rename variable lang to LANGUAGE
refactor(dh): rename variable DH_CONFIG_DIR to DH_CONFIG_DIR_PATH
refactor(dh): rename variable DH_ICON_DIR to DH_ICON_DIR_PATH
refactor(dh): rename variable VMS_DIR to VM_DIR_PATH
refactor(dh): rename variable TERMINAL to DEFAULT_TERMINAL
refactor(dh): rename variable replace to REPLACE_CHAR
refactor(dh): rename variable portable_prefix to PORTABLE_PREFIX
refactor(dh): rename variable TMP_DIR to TEMP_DIR_PATH
2023-04-02 05:50:25 +02:00
8c456de2d6 deleted old translation 2023-04-02 05:35:24 +02:00
66d3b7cd8c better translation 2023-04-02 05:34:04 +02:00
550efbdd2a Make dragonflybsd release dynamic 2023-04-02 00:52:45 +02:00
31d12308dd Make NetBSD releases dynamic 2023-04-02 00:52:45 +02:00
ed91e62042 macOS Ventura support 2023-04-02 00:52:45 +02:00
a9bfb2dbf6 Add custom size for NixOS 2023-04-02 00:52:45 +02:00
74e492fe7c Prepare for 23.04 and add Ubuntu Cinnamon 2023-04-02 00:52:45 +02:00
5a78cbdb86 testing! NOT FOR MERGE!!! 2023-03-31 14:29:05 +02:00
f73ace45a5 renaming again 2023-03-31 08:19:04 +02:00
94e364a35e WIP 2023-03-31 08:17:35 +02:00
b4da972f04 create script nicer to look for me 2023-03-31 08:17:02 +02:00
8ac01b4d21 windows renaming 2023-03-31 05:52:59 +02:00
8f3adab524 renaming continue 2023-03-31 05:18:02 +02:00
3a23b6db14 functions renaming 2023-03-31 04:46:02 +02:00
68e148b5fc Big loop refactoring 2023-03-31 01:37:15 +02:00
95c3e6c228 Kill dh set -e 2023-03-31 01:36:40 +02:00
7be96b8301 cereus no base edition 2023-03-30 15:58:43 +02:00
330784b46d renew_ready fix 2023-03-30 13:13:23 +02:00
534722e0f4 web update 2023-03-30 13:12:25 +02:00
4cea186907 yad bigger windows 2023-03-30 10:05:32 +02:00
6ee973100e function desktop_entry 2023-03-30 10:04:58 +02:00
82a5c17ad3 strings change 2023-03-30 10:04:15 +02:00
cbdd5cc25d TMP_DIR 2023-03-30 10:04:15 +02:00
a057e0ec39 testing function 2023-03-30 10:04:15 +02:00
bed6ef56ff run in terminal option 2023-03-30 09:09:59 +02:00
028ae25446 shellcheck source 2023-03-30 09:07:15 +02:00
d8d5223999 desktop entry 2023-03-30 05:39:38 +02:00
cb7b17ca0d
Update README.md 2023-03-30 05:10:42 +02:00
bfae5ccfa7 No cereus base image yet 2023-03-30 04:47:55 +02:00
a5f25aeb62 ready use EOF and small fix 2023-03-30 04:46:02 +02:00
e94ee28b81 language changes 2023-03-30 04:46:02 +02:00
6d6f21896e prefix names changed 2023-03-30 04:45:52 +02:00
3289728d9e desktop files fix 2023-03-30 04:45:52 +02:00
76f3e44cc4 make copying translation optional 2023-03-30 01:16:56 +02:00
94f6908076 env bash 2023-03-30 01:16:06 +02:00
a28759b0c5 version 0.77b 2023-03-30 00:00:01 +02:00
09d1f4534d lines with tabs: printf and \t instead of echo 2023-03-29 23:33:30 +02:00
afbde282cc missed string for translation 2023-03-29 23:10:23 +02:00
54efce9613 cleanup 2023-03-29 23:05:25 +02:00
a714df5598 czech translation 2023-03-29 23:05:25 +02:00
091c2511c6 include supported .desktop files 2023-03-29 22:31:22 +02:00
fc9457da2b reworked renew_supported 2023-03-29 22:31:22 +02:00
a39cc83b6e improved messages 2023-03-29 22:31:22 +02:00
22387b1355 essential fix 2023-03-29 22:31:22 +02:00
525269512c suppress output if creating or removing files/directories fail 2023-03-29 22:31:22 +02:00
524e226fb8 no dashes in arguments 2023-03-29 22:31:22 +02:00
801911ce2f README 2023-03-29 22:31:22 +02:00
d33704f44d raise to 0.76 2023-03-29 22:31:22 +02:00
ee4739dcc5 pacman apt xbps dnf support 2023-03-28 02:31:08 +02:00
cb514e6566 updated README and translation 2023-03-28 01:38:28 +02:00
62faa8fcb8 updated README 2023-03-28 01:09:02 +02:00
a42b38e19f localisation 2023-03-28 00:13:02 +02:00
c8ec6743b6 delete old 2023-03-27 06:22:45 +02:00
179c616af3 add quickemu origin as submodule 2023-03-27 06:21:37 +02:00
4b88622621 change gettext header 2023-03-27 04:49:47 +02:00
8940884423 export TEXTDOMAIN and TEXTDOMAINDIR 2023-03-27 04:39:27 +02:00
edfa1e3753 empty strings_dump for translation 2023-03-27 04:37:30 +02:00
c94908399d include supported 2023-03-27 04:29:57 +02:00
80afdf28aa gettext repair 2023-03-27 02:41:08 +02:00
a47294ed7a function create_translation_source 2023-03-27 02:40:53 +02:00
fc73efe0ca add function sort_functions 2023-03-27 02:38:27 +02:00
7882e1a003 locales 2023-03-27 02:37:04 +02:00
f2a662ad14 small fix 2023-03-26 22:27:45 +02:00
4c43070019 en.po (template) 2023-03-26 22:24:51 +02:00
6d9992bc6c cs 2023-03-26 22:24:35 +02:00
4b716aaa93 (could have bugs and break anytime) 2023-03-26 21:36:28 +02:00
acabd52677 add gettext to installation (Void Linux) 2023-03-26 21:34:50 +02:00
14fbe3e561 display versions in help 2023-03-26 21:34:22 +02:00
a6e5d0a6e1 rename functions to functions ... 2023-03-26 21:33:52 +02:00
d4a4fd1849 Add gettext support 2023-03-26 21:33:52 +02:00
df0cbe0875 add cs.po 2023-03-26 21:28:05 +02:00
3a7cc73b8f test: supported edition (ubuntu) 2023-03-26 17:19:40 +02:00
cecab60053 0.7 raise version 2023-03-26 17:10:05 +02:00
ab299c39e8 arguments improved 2023-03-26 17:09:39 +02:00
bc29310628 some_bugs: improved info 2023-03-26 16:57:53 +02:00
b21df59a67 prepare debian and fedora installation 2023-03-26 03:11:08 +02:00
fdca51a41a SimpleX link 2023-03-24 12:47:55 +01:00
94a6605ff9 screenshot 2023-03-24 12:47:55 +01:00
2de80c8861 video: new version out! 2023-03-24 07:36:23 +01:00
4e18988ce4 fix: structure issues 2023-03-24 06:57:02 +01:00
48ba3e48e7 fix: renew_supported 2023-03-24 06:25:33 +01:00
4c1b91d7ca remove old files 2023-03-24 06:24:50 +01:00
da21e4daf8 run portable or not 2023-03-24 05:44:51 +01:00
57261c2f53 moving 2023-03-24 02:54:49 +01:00
cdf14d114c meld fix 2023-03-24 00:10:24 +01:00
fa40b3ed25 added emty dirs 2023-03-23 23:58:49 +01:00
ff5155730c dh next 2023-03-23 23:41:29 +01:00
00d0165368 prepare release 2023-03-23 21:21:46 +01:00
69abdb7a08 donate 2023-03-23 06:33:02 +01:00
af61674313 README and subtitle 2023-03-23 03:34:25 +01:00
6d9637de9f dh: temporary duplicate 2023-03-23 00:44:21 +01:00
1168b32dd0 SimpleX logo in README 2023-03-23 00:42:55 +01:00
68a08e79e6 move documents 2023-03-22 23:30:32 +01:00
8cd0fe4883 own domain 2023-03-22 23:30:32 +01:00
bcd629a00a merge all to dh 2023-03-22 09:23:04 +01:00
7c3a942aea no version in window title 2023-03-22 09:23:04 +01:00
e98c2f535f Update README.md 2023-03-22 09:23:04 +01:00
0f98954659 used: geany meld 2023-03-22 09:23:04 +01:00
c94dbaad8e artwork 2023-03-22 09:23:04 +01:00
295424611e discussion 2023-03-22 09:23:04 +01:00
3c63a8bbe1 badges 2023-03-22 09:23:04 +01:00
root
e7768847f6 vxlinux: 7.0 2023-03-22 09:23:04 +01:00
8da4d7a717 mirrors 2023-03-22 09:23:04 +01:00
02f69b3fda move icons 2023-03-22 09:22:44 +01:00
07d8224d13 mirrors 2023-03-21 18:47:05 +01:00
6656f379f2 prepare release 0.5 2023-03-21 17:11:21 +01:00
7a4232af63 GTK_THEME 2023-03-21 17:05:40 +01:00
7e9fcae435 move icons 2023-03-21 17:05:40 +01:00
049bd1a6f8 rename variables to: DH_CONFIG_DIR DH_CONFIG DH_ICON_DIR 2023-03-21 17:00:14 +01:00
bb164b7380 ventoy support: copy all ISOs to target dir 2023-03-21 16:05:06 +01:00
d91ec144cf screenshot 2023-03-21 16:05:06 +01:00
611f8fb295 miyo: Initial Support 2023-03-21 16:05:06 +01:00
37736cf4e6 renew.sh 2023-03-21 16:05:06 +01:00
d9bd69fc27 1st 2023-03-21 16:05:06 +01:00
2579346d99 chmod +x 2023-03-21 08:39:55 +01:00
83ba5b3581 ventoy 2023-03-21 08:39:55 +01:00
7a551cff53 older videos 2023-03-21 08:39:55 +01:00
f75bf0d70a add_distroTMP > add_distro 2023-03-21 08:39:55 +01:00
d8f7257726 add_distro: HASH=$HASH 2023-03-21 02:39:03 +01:00
ce1bbfe33e testing add distro: template 2023-03-21 02:32:58 +01:00
01ae9d4802 sort functions 2023-03-21 02:31:51 +01:00
b406572a16 add_distro tmp 2023-03-21 02:29:49 +01:00
1a4af3460b distrohopper in makefile 2023-03-21 02:29:19 +01:00
9269143135 1stRun 2. attemp 2023-03-21 02:26:22 +01:00
d905f0bdf1
Add files via upload 2023-03-21 02:01:42 +01:00
5de9fcc85d
grammar 2023-03-20 23:06:33 +01:00
833e25622f
Create _config.yml 2023-03-20 19:53:22 +01:00
702fa04d27 mention used software 2023-03-20 16:50:04 +01:00
3a668cb40c fail if VMS_DIR isn't set 2023-03-20 02:50:59 +01:00
78f40b0fe3 readme 2023-03-20 02:50:21 +01:00
3b0f841f41 indent with tab only 2023-03-20 02:39:55 +01:00
9569c4a3e8 Revert "agarim voidpup icons"
This reverts commit 1612c8c676.
2023-03-20 02:32:16 +01:00
38a0e5a0e6 dh about 2023-03-20 02:31:57 +01:00
96362844c2 yad about 2023-03-20 02:31:57 +01:00
ff8b90ca69 Update README.md 2023-03-20 02:31:57 +01:00
9a4a4b6789 prepare 0.5 release 2023-03-20 02:31:57 +01:00
f8f53e0aca Update dh 2023-03-20 02:31:57 +01:00
ecf1c46584 logo in README 2023-03-20 02:31:57 +01:00
0e186883a9 remove quickemu readme and license from / 2023-03-20 02:31:57 +01:00
283d2f377a Makefile 2023-03-20 02:31:57 +01:00
6f902af94d man page 2023-03-20 02:31:57 +01:00
c3aafa77e6 run1st 2023-03-20 02:31:57 +01:00
13a5479271 0.4 2023-03-20 02:31:57 +01:00
1612c8c676 agarim voidpup icons 2023-03-20 02:31:57 +01:00
c4c2c1e1c3 desktop files 2023-03-19 22:15:25 +01:00
f0b2195ed5 allow set dir 2023-03-19 22:15:25 +01:00
810e66dac7 change VMs path 2023-03-19 22:15:25 +01:00
1b67753958 Icon 2023-03-19 22:15:25 +01:00
18da9d6303 add config file 2023-03-18 15:19:30 +01:00
f31fbdfc8e
Update README.md 2023-03-18 15:11:06 +01:00
ff35d50783 test 2023-03-18 15:07:08 +01:00
a752460eab Use tmp dir 2023-03-18 15:07:08 +01:00
93d4c0aeed renaming 2023-03-18 15:07:08 +01:00
7212e1f002 Add files via upload 2023-03-18 15:07:08 +01:00
0ee72b584a Add SimpleX-chat 2023-03-17 10:34:46 +00:00
1b7f33acaf fix typo
Close: #3
Thanks to @hypnoshh
2023-03-17 09:01:11 +01:00
57e5162a20 macrecovery and windowskey 2023-03-17 01:34:07 +01:00
c2abbecf52 dh 2023-03-17 00:53:15 +01:00
d81410ebaa
:TODO any operating system 2023-03-17 00:03:52 +01:00
72b1397c19 v0.3 2023-03-16 23:38:21 +01:00
80c5f5c1cc icons: repair 2023-03-16 17:39:19 +01:00
048112aa06
Update README.md 2023-03-16 16:42:57 +01:00
bddc83af21
remove list of supported distro 2023-03-14 14:10:35 +01:00
62fddc6160 screenshot 2023-03-14 14:08:48 +01:00
1e04851fcf Why this Project? 2023-03-14 14:06:38 +01:00
165fd59486 add_distro: create template file 2023-03-14 13:44:52 +01:00
40b18ff8a8 export LC_ALL=C 2023-03-14 12:29:28 +01:00
ec40703b28 renew: sh -c instead of $TERMINAL -e 2023-03-14 12:29:28 +01:00
1c3305af4c v0.3: prepare release 2023-03-14 11:34:08 +01:00
45a15db2e6 cachyos: add cli edition 2023-03-14 11:34:08 +01:00
57efafa9ef cachyos: latest release only 2023-03-14 11:34:08 +01:00
97b8615380 agarimos: update to latest release 2023-03-14 11:34:08 +01:00
3c07c0a62c batocera repair 2023-03-14 07:11:40 +01:00
18142b1d89 gabeeos repair 2023-03-14 07:09:41 +01:00
2c544e1a36 MacOS and Windows support TEST 2023-03-14 06:36:49 +01:00
3f2bc926c4 whitelines 2023-03-14 06:33:31 +01:00
f702581806 gabeeos kolibrios icons to png 2023-03-14 05:36:08 +01:00
5bf714ec7d
Update README.md 2023-03-14 03:08:02 +01:00
acb345ee7b
agarimos: remove old releases 2023-03-13 20:50:45 +01:00
86540c8853
Merge pull request #1 from oSoWoSo/0.2
0.2
2023-03-13 20:48:37 +01:00
49f9b704bc quickemu readme 2023-03-13 19:58:13 +01:00
400 changed files with 959495 additions and 3583 deletions

4
.gitignore vendored
View file

@ -1,7 +1,8 @@
logo
config/vms_ready/
config/vms_supported/
#*.chunklist
*.conf
#*.conf
*.dmg
*.fd
*.img
@ -18,3 +19,4 @@ config/vms_supported/
*.sock
*.xml
*.zs-old
*.kate-swp

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "quickemu-origin"]
path = quickemu-origin
url = https://github.com/quickemu-project/quickemu

1
README-web.md Symbolic link
View file

@ -0,0 +1 @@
docs/README.md

340
README.md
View file

@ -1,69 +1,216 @@
Welcome to
![](https://img.shields.io/github/stars/oSoWoSo/DistroHopper?style=for-the-badge&color=8BC53F&logo=instatus&logoColor=000000)
![](https://img.shields.io/github/forks/oSoWoSo/DistroHopper?style=for-the-badge&color=8BC53F&logo=git&logoColor=000000)
![](https://img.shields.io/github/license/oSoWoSo/DistroHopper?style=for-the-badge&color=8BC53F&logo=apache&logoColor=000000)
![](https://img.shields.io/github/repo-size/oSoWoSo/DistroHopper?style=for-the-badge&color=8BC53F&logo=files&logoColor=000000)
# [DistroHooper](https://github.com/oSoWoSo/DistroHooper)
Licensed under AGPL3
### Still Testing version!
![quickgui](distrohopper.png)
![](https://img.shields.io/github/last-commit/oSoWoSo/DistroHopper?style=for-the-badge&color=8BC53F&logo=codeigniter&logoColor=000000)
![](https://img.shields.io/badge/language-shell-green?style=for-the-badge&color=8BC53F&logo=sharp&logoColor=000000)
![](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=for-the-badge&color=8BC53F&logo=sharp&logoColor=000000&alt="Gitmoji")
---
# Looking to try out a new operating system?
try
# **DistroHopper**
Quickly download, create and run VM of any#TODO operating system.
quickly create and run VMs
# For now yad not work under wayland correctly
Until this will be solved upstream use just quickfzf TUI under wayland!
It's even quicker and easier to use.
But don't have that nice distro icons you never heard about.. (or no?)
As a base my FOSS fork of excellent [quickemu](https://github.com/quickemu-project/quickemu)
Linux![Tux](docs/tux23.png) required...
Removed:
Windows support (Currently not intended)
MacoOS support (Currently not intended)
---
I added:
Click on Hop for latest download
## quickgui
using yad
[![Hop](docs/hop120.png)](https://sourceforge.net/projects/distrohopper/files/latest/download)
### .Desktop file generator
It will simple generate .desktop files for every supported VM in quickemu.
So you can copy it anywhere...
And I mean every supported distro.
you can download new distro with few clicks of a mouse
You need to run quickgui just for update supported distros.
[![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/zenobit/donate)
### Simple GUI using yad --notebook
Licensed under AGPL3
# Still Beta version!
<details>
<summary>Click for screenshot</summary>
<img src="docs/distrohopper.png">
</details>
See it in action on youtube...
As a base excellent [quickemu](https://github.com/quickemu-project/quickemu) (Link to project page)
[![quickgui](https://img.youtube.com/vi/JtjIseqZMkQ/0.jpg)](https://www.youtube.com/watch?v=JtjIseqZMkQ)
or command line?...
[![quickemu video: Replace VirtualBox with Bash &
QEMU](https://img.youtube.com/vi/AOTYWEgw0hI/0.jpg)](https://www.youtube.com/watch?v=AOTYWEgw0hI)
## quicktui
using fzf
You can download new distro with **few clicks** of a mouse
[![quicktui](https://img.youtube.com/vi/gJ5hqYEskOw/0.jpg)](https://www.youtube.com/watch?v=gJ5hqYEskOw)
# Features
- GUI using yad (on youtube)
# Currently supported Distribution:
[![dh](https://img.youtube.com/vi/RrFQECcwLRA/0.jpg)](https://www.youtube.com/watch?v=RrFQECcwLRA)
- TUI using fzf (on youtube)
[![tui](https://img.youtube.com/vi/gJ5hqYEskOw/0.jpg)](https://www.youtube.com/watch?v=gJ5hqYEskOw)
- Desktop(shortcuts) entries generator
- Set dir where VMs will be stored
- Install DistroHopper systemwide
- Portable mode (dependecies still must be installed)
- Add new operating system to quickget (bit easier)
- Copy all downloaded ISOs to destination directory
- Translate DistroHopper (Currently supported English and Czech language)
Developed in English and translated into Czech language.
## Welcome translations!
---
# Why am I doing it?
Because I wanna learn
- Linux
- Bash
- yad
- project management
And contribute to open source
play with Quickemu
And easily add new distros to it
---
## How to run DistroHopper?
You need fullfill the requirement first...
## Requirements (For running VMs)
- [QEMU](https://www.qemu.org/) (*6.0.0 or newer*) **with GTK, SDL, SPICE & VirtFS support**
- [bash](https://www.gnu.org/software/bash/) (*4.0 or newer*)
- [Coreutils](https://www.gnu.org/software/coreutils/)
- [EDK II](https://github.com/tianocore/edk2)
- [grep](https://www.gnu.org/software/grep/)
- [jq](https://stedolan.github.io/jq/)
- [LSB](https://wiki.linuxfoundation.org/lsb/start)
- [procps](https://gitlab.com/procps-ng/procps)
- [python3](https://www.python.org/)
- [macrecovery](https://github.com/acidanthera/OpenCorePkg/tree/master/Utilities/macrecovery)
- [mkisofs](http://cdrtools.sourceforge.net/private/cdrecord.html)
- [usbutils](https://github.com/gregkh/usbutils)
- [util-linux](https://github.com/karelzak/util-linux)
- [sed](https://www.gnu.org/software/sed/)
- [socat](http://www.dest-unreach.org/socat/)
- [spicy](https://gitlab.freedesktop.org/spice/spice-gtk)
- [swtpm](https://github.com/stefanberger/swtpm)
- [Wget](https://www.gnu.org/software/wget/)
- [xdg-user-dirs](https://www.freedesktop.org/wiki/Software/xdg-user-dirs/)
- [xrandr](https://gitlab.freedesktop.org/xorg/app/xrandr)
- [zsync](http://zsync.moria.org.uk/)
- [unzip](http://www.info-zip.org/UnZip.html)
### Installing Requirements
For Ubuntu, Arch and nixos systems the
[ppa](https://launchpad.net/~flexiondotorg/+archive/ubuntu/quickemu),
[AUR](https://aur.archlinux.org/packages/quickemu) or
[nix](https://github.com/NixOS/nixpkgs/tree/master/pkgs/development/quickemu)
packaging will take care of the dependencies. For other host
distributions or operating systems it will be necessary to install the
above requirements or their equivalents.
If you install DistroHopper, it should take care of dependencies on Arch, Debian, Ubuntu, openSuse and Fedora
### For DistroHopper to work you need
`wget yad fzf`
quickemu is included
For adding new distros, or adding/improving translations you will need also meld.
# How to install DistroHopper?
You need get copy of distrohopper
If you want more stable experience, download latest release from
#### [GitHub](https://github.com/oSoWoSo/DistroHopper/releases) or SourceForge [![SourceForge](https://img.shields.io/sourceforge/dt/distrohopper.svg)](https://sourceforge.net/projects/distrohopper/files/latest/download)
---
If you want latest developer version... (could have bugs and break anytime)
Or you want translate DistroHopper
`git clone https://github.com/oSoWoSo/DistroHopper`
Enter created/unpacked distrohopper directory
Now you should be good to go...
---
# How to run DistroHopper
Just run from terminal
`./dh`
And you will see what next...
I am usually run DistroHopper as:
`./dh m r s l && ./dh i && dh g`
(But...)
## Desktop files
All desktop files will be storred in your .config/distrohopper
in directories *ready* and *supported*
Fell free to copy them anywhere you want...
### Currently supported Operating Systems and tools:
agarimos
alma
alpine
android
archlinux
arch
archcraft
arcolinux
arco
artix
athenaos
batocera
biglinux
blendos
bodhi
cachyos
centos-stream
cereus
chimera
debian
deepin
devuan
dietpi
dragonflybsd
edubuntu
elementary
endeavouros
endless
@ -76,59 +223,156 @@ garuda
gentoo
ghostbsd
haiku
holoiso
kali
kdeneon
kolibrios
kubuntu
linuxmint
lite
lmde
mageia
manjaro
mxlinux
mint
miyo
mx
netboot
netbsd
nixos
lubuntu
macos
openbsd
openindiana
opensuse
oraclelinux
oracle
popos
reactos
rebornos
rockylinux
rocky
siduction
slackware
slax
slitaz
solus
steamos
tails
tinycore
truenas-core
truenas-scale
tuxedoos
ubuntu
ubuntu-budgie
ubuntucinnamon
ubuntukylin
ubuntu-mate
ubuntu-server
ubuntustudio
ubuntu-unity
vanillaos
ventoy
void
voidpup
vxlinux
xerolinux
vx
windows
xero
xubuntu
zorin
### Testing version!
Also with posible planned: [in discusion](https://github.com/oSoWoSo/DistroHopper/discussions/9)
---
#### [discuss](https://github.com/oSoWoSo/DistroHopper/discussions) on github
# Join DistroHopper chat group:
[![SimpleX](docs/simplex.svg)](https://simplex.chat/contact#/?v=1-4&smp=smp%3A%2F%2Fu2dS9sG8nMNURyZwqASV4yROM28Er0luVTx5X1CsMrU%3D%40smp4.simplex.im%2FnTkG5MBnhRsRTb4heK-8J9jo0Vqc43q2%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEA-Go_Cwwzp419dls_-cmYvePuTyKdZ6bsrXAy8K1Sizc%253D%26srv%3Do5vmywmrnaxalvz6wi3zicyftgio6psuvyniis6gco6bp6ekl4cqj4id.onion&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%228L5-Gq789MCV_wUQuNtTLg%3D%3D%22%7D) (click SimpleX logo)
(check the software! even if you don't want chat about DistroHopper)
[Simplex website](https://simplex.chat)
# Without these amazing projects it wouldn't be posible:
[bash](https://www.gnu.org/software/bash/)
#### [bash](https://www.gnu.org/software/bash/)
[QEMU](https://www.qemu.org/)
#### [QEMU](https://www.qemu.org/)
[quickemu](https://github.com/quickemu-project/quickemu)
#### [quickemu](https://github.com/quickemu-project/quickemu)
GUI depends on
[yad](https://github.com/v1cont/yad)
#### [yad](https://github.com/v1cont/yad)
TUI depends on
[fzf](https://github.com/junegunn/fzf)
#### [fzf](https://github.com/junegunn/fzf)
----
For
- easy of use
#### [fish](https://fishshell.com)
- commiting and working with github
#### [lazygit](https://github.com/jesseduffield/lazygit)
#### [opencommit](https://github.com/di-sukharev/opencommit)
- Editing
#### [geany](https://geany.org/)
#### [Kate](https://apps.kde.org/kate)
- diff
#### [Meld](https://meld.app/)
- Logo and icons
#### [GIMP](https://www.gimp.org)
and
#### [Inkscape](https://inkscape.org)
#### [logo by](https://freesvg.org/by/OpenClipart) bit repaired by me..
- Updating translation
#### [Poedit](https://poeditor.com/)
Everything done on
#### [Void Linux](https://voidlinux.org)
---
# Mirrored on
#### [GitHub](https://github.com/oSoWoSo/DistroHopper)
#### [SourceForge](https://sourceforge.net/projects/distrohopper)
#### [Disroot](https://git.disroot.org/oSoWoSo/DistroHopper)
#### [Codeberg](https://codeberg.org/oSoWoSo/DistroHopper)
#### [GitLab](https://gitlab.com/osowoso/distrohopper)
#### [SourceHut](https://git.sr.ht/~osowoso/DistroHopper)
---
For Homepage click on Hop
[![Hop](docs/hop120.png)](https://dh.osowoso.xyz/)
# donate
[![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/zenobit/donate)
@zen0bit at github
mailto: <zenobit@osowoso.xyz>
#### parent site [oSoWoSo](https://osowoso.xyz)

6
about.desktop Normal file
View file

@ -0,0 +1,6 @@
[Desktop Entry]
Type=Application
Name=About DistroHopper
Exec=yad --image=/usr/share/icons/distroicons/hop.svg --info --text "About Distrohopper \n\n Quickly download, create and run VM of any operating system. \n Source Code: https://github.com/oSoWoSo/DistroHopper \n License: AGPL-3-only" --no-buttons
Icon=/usr/share/icons/distroicons/hop.svg
Categories=System;Virtualization;Settings;

View file

@ -1,44 +0,0 @@
#!/bin/bash
yad --form --field="Name" "" --field="Releases" "" --field="Editions" "" --field="URL" "" --field="ISO" ""
# little script for adding distros to quickemu
# This version use desktop files and notebook
#TODO ADD_PRETTY_NAME_${DISTRO}
${DISTRO}) PRETTY_NAME="VX Linux";;
#TODO ADD_NAME_${DISTRO}
${DISTRO} \
#TODO ADD_releases_${DISTRO} function
function releases_${DISTRO}() {
echo 6.1 5.0 4.2 4.1 4.0
}
#TODO ADD_editions_${DISTRO} function
function editions_${DISTRO}() {
echo
}
#TODO ADD_get_${DISTRO} function
function get_${DISTRO}() {
local HASH=""
local ISO=""
local URL="https://github.com/dessington/${DISTRO}/releases/download/${RELEASE}"
if [ "$RELEASE" == "4.0" ]; then
ISO="vx-linux-4.0-qt.iso"
else
ISO="vx-linux-${RELEASE}.iso"
fi
echo "${URL}/${ISO} ${HASH}"
}
function get_voidpup() {
local HASH=""
local URL=""
local TMPURL=""
TMPURL=$(wget -q -S -O- --max-redirect=0 "https://sourceforge.net/projects/vpup/files/latest/download" 2>&1 | grep -i Location | cut -d' ' -f4)
URL=${TMPURL%\?*}
echo "${URL} ${HASH}"
}

92
auto-translate Executable file
View file

@ -0,0 +1,92 @@
#!/usr/bin/env bash
#
# Copyright (c) 2023 darkmaster @grm34
#
# This script automatically translates base language strings and adds
# them into the various translations (original will be used on error).
# It also removes duplicate strings and rearranges them alphabetically.
_sort_strings() {
# RM duplicate strings from an array and sorts them alphabetically.
# Usage: _sort_strings "$@" (array of strings)
# Returns: $sorted_strings (array)
local string strings
declare -A strings
for string in "${@}"; do
[[ $string ]] && IFS=" " strings["${string:- }"]=1
done
# shellcheck disable=SC2207
IFS=$'\n' sorted_strings=($(sort <<< "${!strings[*]}"))
}
_clean_cfg_files() {
# RM duplicates lines and sorts them alphabetically.
# Usage: _clean_cfg_files "$@" (array of files)
local file
for file in "$@"; do
mapfile -t strings < "$file"
_sort_strings "${strings[@]}"
printf "%s\n" "${sorted_strings[@]}" > "$file"
done
}
_get_strings_from_cfg() {
# Grabs strings from CFG files.
# Usage: _get_strings_from_cfg "$@" (array of files)
# Returns: $<language_code>_strings $cfg_list (arrays)
local file name
for file in "$@"; do
name=${file##*/}; name="${name/.cfg/_strings}"
mapfile -t "$name" < "$file"
[[ $name != en_strings ]] && cfg_list+=("$name")
done
}
_get_string_data() {
# Grabs string name and string value
# Returns: $data (array)
IFS=$'\n' read -d "" -ra data <<< "${1//=/$'\n'}"
data[1]=${data[1]//\"}
}
_translate_string() {
# Usage: _translate_string "string" "language code"
# Returns: $translated (string)
translated="$(curl -s https://api-free.deepl.com/v2/translate \
-d auth_key=f1414922-db81-5454-67bd-9608cdca44b3:fx \
-d "text=$1" -d "target_lang=${2^^}" \
| grep -o '"text":"[^"]*' | grep -o '[^"]*$')"
}
_translate_and_add_missing_strings_into_cfg() {
# Translates then write missing strings from base language
# into the various translation files (from $cfg_list).
local line language trad_strings
for line in "${en_strings[@]:?}"; do
_get_string_data "$line"
for language in "${cfg_list[@]}"; do
declare -n trad_strings="$language"
if [[ "${trad_strings[*]}" != *"${data[0]}="* ]]; then
_translate_string "${data[1]}" "${language/_strings}"
[[ -n $translated ]] && line="${data[0]}=\"${translated}\""
[[ -n $translated ]] && note="translated" || note="original"
trad_strings+=("$line"); file="${language/_strings/.cfg}"
printf "%s\n" "${trad_strings[@]}" > "lang/$file"
echo "=> ${data[0]} (${note}) added into $file"
fi
done
done
}
# Run auto-translate.
if [[ $1 == dh ]]; then
echo "Running auto-translate (this could take a while)..."
_clean_cfg_files lang/*.cfg
_get_strings_from_cfg lang/*.cfg
_translate_and_add_missing_strings_into_cfg
_clean_cfg_files lang/*.cfg
[[ $note ]] && echo "==> done" || echo "==> nothing to translate"
else
echo "ERROR: you must specify 'dh' as argument"
fi

Binary file not shown.

View file

@ -1,6 +0,0 @@
[Desktop Entry]
Type=Application
Name=Renew VMs
Exec=sakura -h renew.sh
Icon=/home/zen/.config/distrohopper/vms_icons/tux.svg
Categories=System;Virtualization;Settings;

View file

@ -1,28 +0,0 @@
#!/bin/bash
source distrohopper.conf
# distrohopper first run
CONFIG_DIR="$HOME/.config/distrohopper"
# create default dirs
rm -r "$CONFIG_DIR"
mkdir -p "$CONFIG_DIR" "$CONFIG_DIR/vms_ready" "$CONFIG_DIR/vms_supported" "$CONFIG_DIR/vms_icons"
# copy icons
#cp -r vms_icons "$CONFIG_DIR/"
# copy everything to config dir
cp -r * "$CONFIG_DIR/"
# install prerequisities (Void linux)
# Install distrohopper to all users
sudo cp ../dh ../quickgui ../quicktui ../quickget ../quickemu /usr/bin/
# Renew VMs
"$CONFIG_DIR/renew.sh"
# Set VMs dir
"$CONFIG_DIR/set_dir.sh"
echo "Done"

View file

@ -1,6 +0,0 @@
[Desktop Entry]
Type=Application
Name=Add new distro
Exec=sakura -h -e /home/zen/.config/distrohopper/add_distro.sh
Icon=/home/zen/.config/distrohopper/vms_icons/cereus.svg
Categories=System;Virtualization;Settings;

View file

@ -1,4 +0,0 @@
#!/bin/bash
yad --form --field="Pretty name" "" --field="Name" "" --field="Releases" "" --field="Editions" "" --field="URL" "" --field="ISO" ""

View file

@ -1,19 +0,0 @@
#!/bin/bash
# DEBUG mod
#bash -x quickyad 2>&1 | tee output.log
# YAD gui script for excellent quickemu
#TODO Download Icons
#TODO Add homepages to right click
echo "Running..."
# dependencies checks
if ! command -v yad >/dev/null 2>&1; then
echo "You are missing yad..." >&2
exit 1
fi
if ! command -v quickemu >/dev/null 2>&1; then
echo "You are missing quickemu..." >&2
exit 1
fi

View file

@ -1,6 +0,0 @@
[Desktop Entry]
Type=Application
Name=Renew VMs
Exec=sakura -h renew.sh
Icon=/home/zen/.config/distrohopper/vms_icons/tux.svg
Categories=System;Virtualization;Settings;

View file

@ -1,79 +0,0 @@
#!/bin/bash
echo "Updating VMs..."
# distrohopper config file
CONFIG_DIR="$HOME/.config/distrohopper"
source "$CONFIG_DIR/distrohopper.conf"
# shellcheck source=distrohopper.conf
# remove desktop files (ready to run VMs)
rm "$CONFIG_DIR/vms_ready/*"
# Enter ditrohopper VMs dir
cd "$QUICKEMU_VMS_DIR" || exit
# check for VMs .conf files (ready to run VMs)
for vm_config_file in *.conf; do
vm_desktop_file=$(basename "$QUICKEMU_VMS_DIR/$vm_config_file" .conf)
# Use fuzzy matching to find the best matching icon file (ready to run VMs)
icon_name=$(basename "$QUICKEMU_VMS_DIR/$vm_config_file" .conf | cut -d'-' -f -2)
icon_file=$(find "$ICON_DIR" -type f -iname "${icon_name// /}.*")
# If no icon was found, try shorter name (ready to run VMs)
if [ -z "$icon_file" ]; then
icon_name=$(basename "$QUICKEMU_VMS_DIR/$vm_config_file" .conf | cut -d'-' -f1)
icon_file=$(find "$ICON_DIR" -type f -iname "${icon_name// /}.*")
fi
# If no icon was found, use a default icon (ready to run VMs)
if [ -z "$icon_file" ]; then
icon_file="$ICON_DIR/tux.svg"
fi
# content of desktop files (ready to run VMs)
desktop_file_content="[Desktop Entry]
Type=Application
Name=$vm_desktop_file
Exec=sh -c 'cd "$QUICKEMU_VMS_DIR" && quickemu -vm \"$vm_config_file\"'
Icon=$icon_file
Categories=System;Virtualization;"
# create desktop files (ready to run VMs)
echo "$desktop_file_content" > "$CONFIG_DIR"/vms_ready/"$vm_desktop_file".desktop
done
# remove desktop files (supported VMs)
rm "$CONFIG_DIR"/vms_supported/"*"
# get supported VMs
quickget | sed 1d | cut -d':' -f2 | grep -o '[^ ]*' > "$CONFIG_DIR/supported.md"
while read -r get_name; do
vm_desktop_file=$(echo "$get_name" | tr ' ' '_')
releases=$(quickget "$vm_desktop_file" | grep 'Releases' | cut -d':' -f2 | sed 's/^ //')
editions=$(quickget "$vm_desktop_file" | grep 'Editions' | cut -d':' -f2 | sed 's/^ //')
icon_name="$ICON_DIR/$get_name"
if [ -f "$icon_name.svg" ]; then
icon_file="$icon_name.svg"
elif [ -f "$icon_name.png" ]; then
icon_file="$icon_name.png"
else
icon_file="$ICON_DIR/tux.svg"
fi
# Check if there are editions
if [ -z "$editions" ]; then
# Create desktop file for VMs without editions
desktop_file_content="[Desktop Entry]
Type=Application
Name=$get_name
releases=$releases
replace='\"!\"'
Exec=sh -c 'cd "$QUICKEMU_VMS_DIR" && yad --form --field=\"Release:CB\" \"${releases// /$replace}\" | cut -d\"|\" -f1 | xargs -I{} $TERMINAL -e \"quickget $get_name {}\"'
Icon=$icon_file
Categories=System;Virtualization;"
echo "$desktop_file_content" > "$CONFIG_DIR"/vms_supported/"$vm_desktop_file".desktop
else
# Create desktop file for VMs with editions
desktop_file_content="[Desktop Entry]
Type=Application
Name=$get_name
releases=$releases
editions=$editions
replace=$replace
Exec=sh -c 'cd \"$QUICKEMU_VMS_DIR\" && yad --form --separator=\" \" --field=\"Release:CB\" \"${releases// /$replace}\" --field=\"Edition:CB\" \"${editions// /$replace}\" | xargs -I{} $TERMINAL -e \"quickget $get_name {}\"'
Icon=$icon_file
Categories=System;Virtualization;"
echo "$desktop_file_content" > "$CONFIG_DIR"/vms_supported/"$vm_desktop_file".desktop
fi
done < "$CONFIG_DIR"/supported.md

View file

@ -1,6 +0,0 @@
[Desktop Entry]
Type=Application
Name=Set VMs dir
Exec=set_dir.sh
Icon=/home/zen/.config/distrohopper/vms_icons/cereus.svg
Categories=System;Virtualization;Settings;

View file

@ -1,8 +0,0 @@
#!/bin/bash
source distrohopper.conf
NEWDIR="$(yad --file --directory --title="Where to save VMs?")"
QUICKEMU_VMS_DIR="$NEWDIR"
export QUICKEMU_VMS_DIR
echo "New dir is: $QUICKEMU_VMS_DIR"
#cat distrohopper.conf | grep 'QUICKEMU_VMS_DIR='
#sed -f distrohopper.conf --posix -E 's/QUICKEMU_VMS_DIR="$HOME/.local/share/quickemu"/QUICKEMU_VMS_DIR="$QUICKEMU_VMS_DIR"/g'

View file

@ -1,15 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
<rect style="opacity:0.2" width="52" height="52" x="8" y="9" rx="2.6" ry="2.6"/>
<rect style="fill:#765e4a" width="52" height="52" x="8" y="8" rx="2.6" ry="2.6"/>
<rect style="opacity:0.2" width="14" height="34" x="42" y="5" rx="2" ry="2"/>
<path style="fill:#ffffff;opacity:0.1" d="M 10.6 8 C 9.1592 8 8 9.1592 8 10.6 L 8 11.6 C 8 10.159 9.1592 9 10.6 9 L 57.4 9 C 58.841 9 60 10.159 60 11.6 L 60 10.6 C 60 9.1592 58.841 8 57.4 8 L 10.6 8 z"/>
<rect style="fill:#b38a48" width="14" height="34" x="42" y="4" rx="2" ry="2"/>
<rect style="opacity:0.2" width="34" height="14" x="4" y="43" rx="2" ry="2"/>
<rect style="fill:#c8a972" width="34" height="14" x="4" y="42" rx="2" ry="2"/>
<rect style="opacity:0.2" width="14" height="14" x="42" y="43" rx="2" ry="2"/>
<rect style="fill:#ffffff" width="14" height="14" x="42" y="42" rx="2" ry="2"/>
<path style="opacity:0.2" d="M 14,14 C 12.892,14 12,14.892 12,16 V 18 H 30 V 24.121 H 12 V 37 C 12,38.108 12.892,39 14,39 H 36 C 37.108,39 38,38.108 38,37 V 16 C 38,14.892 37.108,14 36,14 Z M 16,28 H 30 V 35.121 H 16 Z"/>
<path style="fill:#ffffff" d="M 14,13 C 12.892,13 12,13.892 12,15 V 17 H 30 V 23.121 H 12 V 36 C 12,37.108 12.892,38 14,38 H 36 C 37.108,38 38,37.108 38,36 V 15 C 38,13.892 37.108,13 36,13 Z M 16,27 H 30 V 34.121 H 16 Z"/>
<path style="fill:#ffffff;opacity:0.2" d="M 44 4 C 42.892 4 42 4.892 42 6 L 42 7 C 42 5.892 42.892 5 44 5 L 54 5 C 55.108 5 56 5.892 56 7 L 56 6 C 56 4.892 55.108 4 54 4 L 44 4 z"/>
<path style="fill:#ffffff;opacity:0.2" d="M 6 42 C 4.892 42 4 42.892 4 44 L 4 45 C 4 43.892 4.892 43 6 43 L 36 43 C 37.108 43 38 43.892 38 45 L 38 44 C 38 42.892 37.108 42 36 42 L 6 42 z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -1,9 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
<circle style="opacity:.2" cx="32" cy="33" r="28"/>
<path style="fill:#ffab32" d="M 32.310547,5.75 13.640625,53.132812 C 18.556679,57.407464 24.97385,60 32,60 c 7.246879,0 13.846357,-2.758061 18.818359,-7.275391 z"/>
<path style="fill:#255f8a" d="M 30.480469 4.0546875 A 28 28 0 0 0 4 32 A 28 28 0 0 0 12.484375 52.041016 L 30.480469 4.0546875 z"/>
<path style="fill:#df391e" d="M 33.529297 4.0761719 L 51.525391 52.066406 A 28 28 0 0 0 60 32 A 28 28 0 0 0 33.529297 4.0761719 z"/>
<path style="fill:#ffffff;opacity:.2" d="M 32,4 A 28,28 0 0 0 4,32 28,28 0 0 0 4.0215,32.586 28,28 0 0 1 32,5 28,28 0 0 1 59.979,32.414 28,28 0 0 0 60,32 28,28 0 0 0 32,4 Z"/>
<path style="opacity:.2" d="m32 5a28 28 0 0 0-3.068359 0.203125c-0.169467 0.521819-8.832998 27.144749-17.5625 46.683594a28 28 0 0 0 4.177734 3.734375l6.453125-13.621094h21l6.197266 13.082031a28 28 0 0 0 4.066406-3.878906c-8.854201-19.496442-18.037099-45.560508-18.199219-46.021484a28 28 0 0 0-3.064453-0.1816406zm0 8 8 23h-16z"/>
<path style="fill:#ffffff" d="m32 4a28 28 0 0 0-3.068359 0.203125c-0.169467 0.521819-8.832998 27.144749-17.5625 46.683594a28 28 0 0 0 4.177734 3.734375l6.453125-13.621094h21l6.197266 13.082031a28 28 0 0 0 4.066406-3.878906c-8.854201-19.496442-18.037099-45.560508-18.199219-46.021484a28 28 0 0 0-3.064453-0.1816406zm0 8 8 23h-16l8-23z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -1,7 +0,0 @@
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
<circle cx="32" cy="33" r="28" style="opacity:.2"/>
<circle cx="32" cy="32" r="28" style="fill:#95e000"/>
<path d="M 32,4 A 28,28 0 0 0 4,32 28,28 0 0 0 4.0215,32.586 28,28 0 0 1 32,5 28,28 0 0 1 59.979,32.414 28,28 0 0 0 60,32 28,28 0 0 0 32,4 Z" style="fill:#ffffff;opacity:.2"/>
<path d="m32 8a25 25 0 0 0-25 25 25 25 0 0 0 25 25 25 25 0 0 0 25-25 25 25 0 0 0-25-25zm0 2a23 23 0 0 1 23 23 23 23 0 0 1-23 23 23 23 0 0 1-23-23 23 23 0 0 1 23-23zm-12 16-5 13h3l1.199219-3h4.90039l0.900391 3h3l-4-13zm10 0v13h3v-13zm5 0 5 6.5-5 6.5h3l3.5-4.550781 3.5 4.550781h3l-5-6.5 5-6.5h-3l-3.5 4.550781-3.5-4.550781zm-13 3 1.199219 4h-2.798828z" style="opacity:.2"/>
<path d="m32 7a25 25 0 0 0-25 25 25 25 0 0 0 25 25 25 25 0 0 0 25-25 25 25 0 0 0-25-25zm0 2a23 23 0 0 1 23 23 23 23 0 0 1-23 23 23 23 0 0 1-23-23 23 23 0 0 1 23-23zm-12 16-5 13h3l1.199219-3h4.90039l0.900391 3h3l-4-13h-4zm10 0v13h3v-13h-3zm5 0 5 6.5-5 6.5h3l3.5-4.550781 3.5 4.550781h3l-5-6.5 5-6.5h-3l-3.5 4.550781-3.5-4.550781h-3zm-13 3 1.199219 4h-2.798828l1.599609-4z" style="fill:#ffffff"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -1,4 +0,0 @@
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="256" cy="256" r="256" fill="white"/>
<path d="M343.543 201.953C340.414 201.954 337.354 201.026 334.751 199.288C332.148 197.55 330.12 195.078 328.921 192.187C327.723 189.296 327.409 186.114 328.019 183.044C328.629 179.974 330.136 177.154 332.349 174.941C334.561 172.727 337.381 171.22 340.45 170.608C343.52 169.997 346.702 170.31 349.594 171.507C352.485 172.704 354.957 174.732 356.697 177.334C358.436 179.936 359.365 182.996 359.365 186.125C359.36 190.321 357.692 194.343 354.726 197.31C351.76 200.277 347.739 201.947 343.543 201.953V201.953ZM168.645 201.953C165.515 201.954 162.456 201.026 159.853 199.288C157.25 197.55 155.221 195.078 154.023 192.187C152.825 189.296 152.511 186.114 153.121 183.044C153.731 179.974 155.237 177.154 157.45 174.941C159.663 172.727 162.482 171.22 165.552 170.608C168.622 169.997 171.803 170.31 174.695 171.507C177.587 172.704 180.059 174.732 181.798 177.334C183.538 179.936 184.466 182.996 184.467 186.125C184.463 190.321 182.795 194.344 179.829 197.311C176.863 200.278 172.841 201.948 168.645 201.953V201.953ZM349.218 106.638L380.841 51.867C381.273 51.1189 381.554 50.2929 381.667 49.4362C381.781 48.5795 381.724 47.7089 381.501 46.8741C381.278 46.0392 380.892 45.2565 380.367 44.5707C379.841 43.8848 379.185 43.3092 378.437 42.8767C377.689 42.4442 376.863 42.1632 376.006 42.05C375.15 41.9367 374.279 41.9932 373.444 42.2164C372.609 42.4396 371.827 42.825 371.141 43.3507C370.455 43.8763 369.879 44.5319 369.447 45.2801L337.425 100.743C312.938 89.5667 285.436 83.3436 256.091 83.3436C226.747 83.3436 199.248 89.5757 174.761 100.743L142.742 45.2801C142.31 44.5317 141.735 43.8758 141.049 43.3498C140.364 42.8237 139.581 42.4378 138.747 42.214C137.912 41.9903 137.042 41.9331 136.185 42.0458C135.329 42.1585 134.503 42.4388 133.754 42.8707C133.006 43.3026 132.35 43.8777 131.824 44.5631C131.298 45.2485 130.912 46.0308 130.688 46.8654C130.465 47.6999 130.407 48.5704 130.52 49.427C130.633 50.2837 130.913 51.1097 131.345 51.858L162.971 106.638C108.668 136.173 71.5257 191.147 66.0928 256.098H446.096C440.657 191.147 403.518 136.173 349.218 106.638" fill="#3DDC84"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" height="64" width="64" version="1.1">
<circle style="opacity:.2" cx="32" r="28" cy="33"/>
<circle style="fill:#acaeb5" cx="32" r="28" cy="32"/>
<path style="opacity:.1;fill:#ffffff" d="m32 4a28 28 0 0 0 -28 28 28 28 0 0 0 0.0175781 0.492188 28 28 0 0 1 27.982422 -27.492188 28 28 0 0 1 27.974609 27.492188 28 28 0 0 0 0.025391 -0.492188 28 28 0 0 0 -28 -28z"/>
<path style="opacity:.2" d="m20.800001 5c-3.800001 0-5.800001 0-13.800001 6 11-3 18 2 28 14-14 15-31 36-31 36h14l22-30c5 8 9 16 9 30h8.2c-0.2-11-6.2-24-13.2-35l6-7s3-4 7 0c0-4 3-6 3-6h-11c-0.935424 0-4 3-9 8-7-9-14-16-19.199999-16z"/>
<path style="fill:#e4e4e4" d="m20.800001 4c-3.800001 0-5.800001 0-13.800001 6 11-3 18 2 28 14-14 15-31 36-31 36h14l22-30c5 8 9 16 9 30h8.2c-0.2-11-6.2-24-13.2-35l6-7s3-4 7 0c0-4 3-6 3-6h-11c-0.935424 0-4 3-9 8-7-9-14-16-19.199999-16z"/>
<path style="opacity:.2;fill:#ffffff" d="m20.800781 4c-3.800001 0-5.800781 0-13.800781 6 0.6923586-0.1888251 1.3688392-0.3450152 2.03125-0.4707031 6.307517-4.4791332 8.322346-4.5292969 11.769531-4.5292969 5.199999 0 12.199219 7 19.199219 16 5-5 8.064576-8 9-8h9.919922c0.585065-0.655244 1.080078-1 1.080078-1h-11c-0.935424 0-4 3-9 8-7-9-13.99922-16-19.199219-16zm13.759766 20.482422c-13.914992 14.965049-30.560547 35.517578-30.560547 35.517578h0.8183594c2.1524425-2.648118 17.17748-21.066971 30.181641-35-0.149175-0.179011-0.29159-0.341686-0.439453-0.517578zm9.794922 1.101562l-0.355469 0.416016c6.79027 10.670425 12.623424 23.216803 13.150391 34h0.048828c-0.196535-10.809416-6.000499-23.539677-12.84375-34.416016z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="65px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 65 65" version="1.1" height="65px">
<defs>
<linearGradient id="lg" y1="26.924%" x2="28.129%" x1="54.638%" y2="79.519%">
<stop stop-color="#fff" stop-opacity="0" offset="0"/>
<stop stop-color="#fff" stop-opacity=".27451" offset="1"/>
</linearGradient>
</defs>
<path d="m32.253 0.20991c-2.849 6.9843-4.579 11.559-7.75 18.336 1.944 2.061 4.334 4.453 8.211 7.164-4.168-1.715-7.009-3.432-9.133-5.219-4.059 8.47-10.423 20.531-23.328 43.719 10.14-5.854 18.002-9.466 25.328-10.844-0.314-1.351-0.481-2.819-0.469-4.344l0.008-0.32c0.161-6.498 3.542-11.495 7.547-11.156 4.004 0.339 7.122 5.884 6.961 12.383-0.031 1.224-0.173 2.4-0.414 3.492 7.247 1.418 15.034 5.013 25.039 10.789-1.973-3.632-3.74-6.905-5.422-10.024-2.649-2.053-5.411-4.724-11.047-7.617 3.874 1.007 6.65 2.171 8.812 3.469-17.098-31.835-18.48-36.068-24.343-49.828v-0.00009z" fill="#1793D1"/>
<path id="path2522" fill-opacity=".16568" fill="#fff" d="m50.266 38.249c-13.872-18.827-17.087-34.002-17.902-37.625 7.4 17.067 7.349 17.277 17.902 37.625z"/>
<path d="m32.378 0.45992c-0.36 0.88448-0.7 1.7468-1.032 2.5625-0.364 0.8946-0.718 1.7565-1.062 2.5938s-0.693 1.6309-1.031 2.4375c-0.339 0.8065-0.654 1.6039-1 2.4063-0.346 0.802-0.726 1.613-1.094 2.437-0.368 0.825-0.752 1.658-1.156 2.532-0.404 0.873-0.828 1.801-1.282 2.75-0.061 0.128-0.124 0.276-0.187 0.406 1.939 2.054 4.33 4.427 8.187 7.125-4.167-1.715-7-3.432-9.125-5.219-0.11 0.226-0.198 0.425-0.312 0.656-0.42 0.871-0.871 1.733-1.344 2.688-0.113 0.224-0.196 0.427-0.312 0.656-0.501 1.004-1.026 2.043-1.594 3.156-0.113 0.22-0.228 0.402-0.344 0.625-0.343 0.667-1.44 2.77-2.562 4.907-0.655 1.248-1.169 2.27-1.907 3.656-0.209 0.398-0.639 1.195-0.75 1.406 8.125-4.573 16.891-11.216 32.813-5.531-0.797-1.51-1.562-2.919-2.25-4.25-0.688-1.332-1.312-2.571-1.906-3.75s-1.143-2.291-1.657-3.344c-0.513-1.053-0.989-2.047-1.437-3s-0.885-1.87-1.281-2.75c-0.397-0.879-0.766-1.73-1.125-2.562-0.359-0.833-0.695-1.658-1.032-2.469-0.336-0.8115-0.672-1.5896-1-2.4063-0.142-0.3554-0.263-0.7338-0.406-1.0938-0.888-2.0849-1.759-4.1515-2.812-6.625v0.00002z" fill="url(#lg)"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
<path style="opacity:0.2" d="M 32,5 C 22,28 22,29 4,61 4,61 20,52 32,52 44,52 60,61 60,61 42,29 42,28 32,5 Z"/>
<path style="fill:#1793d1" d="M 32,4 C 22,27 22,28 4,60 4,60 20,51 32,51 44,51 60,60 60,60 42,28 42,27 32,4 Z"/>
<path style="opacity:0.2" d="M 37.551,17.787 C 37.551,17.787 35,19 31,19 31,22 32,22 32,29 32,35 31,43 31,43 L 35,40 38.865,20.766 Z M 31.5,46 A 3.5,3.5 0 0 0 28,49.5 3.5,3.5 0 0 0 29.227,52.16 C 30.166,52.066 31.097,52 32,52 32.608,52 33.232,52.038 33.857,52.082 A 3.5,3.5 0 0 0 35,49.5 3.5,3.5 0 0 0 31.5,46 Z"/>
<path style="fill:#ffffff" d="M 37.551,16.787 C 37.551,16.787 35,18 31,18 31,21 32,21 32,28 32,34 31,42 31,42 L 35,39 38.865,19.766 Z M 31.5,45 A 3.5,3.5 0 0 0 28,48.5 3.5,3.5 0 0 0 29.227,51.16 C 30.166,51.066 31.097,51 32,51 32.608,51 33.232,51.038 33.857,51.082 A 3.5,3.5 0 0 0 35,48.5 3.5,3.5 0 0 0 31.5,45 Z"/>
<path style="fill:#ffffff;opacity:0.2" d="M 32 4 C 22 27 22 28 4 60 C 4 60 4.3001 59.834 4.8027 59.566 C 21.912 29.116 22.168 27.613 32 5 C 41.832 27.613 42.088 29.116 59.197 59.566 C 59.7 59.834 60 60 60 60 C 42 28 42 27 32 4 z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" height="64" width="64" version="1.1">
<path style="opacity:.2" d="m32 5c-10 23-10 24-28 56 0 0 16-9 28-9s28 9 28 9c-18-32-18-33-28-56z"/>
<path style="fill:#606060" d="m32 4c-10 23-10 24-28 56 0 0 16-9 28-9s28 9 28 9c-18-32-18-33-28-56z"/>
<path style="opacity:.1;fill:#ffffff" d="m32 4c-10 23-10 24-28 56 0 0 0.3001-0.166 0.8027-0.434 17.1093-30.45 17.3653-31.953 27.1973-54.566 9.832 22.613 10.088 24.116 27.197 54.566 0.503 0.268 0.803 0.434 0.803 0.434-18-32-18-33-28-56z"/>
<path style="opacity:.2" d="m33 23s-8 6-8 12c0 4.329786 0.915082 8.258574 2.080078 11.525391-0.048827-0.537201-0.080078-1.054922-0.080078-1.525391 0-6 4-10 4-10s4 3 4 8c0 2.747765-0.599053 6.364113-1.140625 9.082031 0.370699 0.02599 0.743604 0.0615 1.119141 0.101563 1.904968-2.895363 4.021484-7.213535 4.021484-12.183594 0-7-6-14-6-14z"/>
<path style="fill:#ffffff" d="m33 22s-8 6-8 12c0 4.329786 0.915082 8.258574 2.080078 11.525391-0.048827-0.537201-0.080078-1.054922-0.080078-1.525391 0-6 4-10 4-10s4 3 4 8c0 2.747765-0.599053 6.364113-1.140625 9.082031 0.370699 0.025986 0.743604 0.061499 1.119141 0.101563 1.904968-2.895363 4.021484-7.213535 4.021484-12.183594 0-7-6-14-6-14v-3z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1,13 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" height="64" width="64" version="1.1">
<path style="opacity:.2;fill-rule:evenodd" d="m32 5c-2.492601 6.109852-3.998084 10.107126-6.773438 16.035156 1.701765 1.803598 3.384875 3.588807 6.777344 5.960938-3.64718-1.500502-5.728735-2.692639-7.58789-4.25586-3.55224 7.410947-9.117978 17.967313-20.41211 38.25586 8.859729-5.11365 15.033525-8.269898 21.433594-9.480469a9 11 0 0 1 -2.4375 -7.515625 9 11 0 0 1 9 -11 9 11 0 0 1 9 11 9 11 0 0 1 -2.308594 7.335938c-0.01431 0.06981-0.0199 0.145796-0.03516 0.214843 6.343287 1.240664 12.590981 4.391096 21.347656 9.445313-1.726691-3.178101-3.268536-6.042918-4.740234-8.771485-2.31831-1.796458-4.327405-3.697347-9.259766-6.228515 3.390226 0.880729 5.408716 1.459897 7.300782 2.595703-14.961549-27.85055-16.174274-31.555557-21.304684-43.591797z"/>
<path style="fill-rule:evenodd;fill:#af0500" d="m32 4c-2.492601 6.109852-3.998084 10.107126-6.773438 16.035156 1.701765 1.803598 3.384875 3.588807 6.777344 5.960938-3.64718-1.500502-5.728735-2.692639-7.58789-4.25586-3.55224 7.410947-9.117978 17.967313-20.41211 38.25586 8.859729-5.11365 15.033525-8.269898 21.433594-9.480469a9 11 0 0 1 -2.4375 -7.515625 9 11 0 0 1 9 -11 9 11 0 0 1 9 11 9 11 0 0 1 -2.308594 7.335938c-0.014308 0.069813-0.019903 0.145796-0.035156 0.214843 6.343287 1.240664 12.590981 4.391096 21.347656 9.445313-1.726691-3.178101-3.268536-6.042918-4.740234-8.771485-2.31831-1.796458-4.327405-3.697347-9.259766-6.228515 3.390226 0.880729 5.408716 1.459897 7.300782 2.595703-14.961553-27.85055-16.174278-31.555557-21.304688-43.591797z"/>
<path style="opacity:.2" d="m32 33a9 11 0 0 0 -9 11 9 11 0 0 0 2.517578 7.611328c0.578676-0.103005 1.156062-0.207006 1.746094-0.285156a6 9.5 0 0 1 -1.263672 -5.826172 6 9.5 0 0 1 6 -9.5 6 9.5 0 0 1 6 9.5 6 9.5 0 0 1 -1.269531 5.824219c0.59606 0.07885 1.179202 0.18485 1.763672 0.289062a9 11 0 0 0 2.505859 -7.613281 9 11 0 0 0 -9 -11z"/>
<path style="fill:#c2c2c2" d="m32 32a9 11 0 0 0 -9 11 9 11 0 0 0 2.517578 7.611328c0.578676-0.103005 1.156062-0.207006 1.746094-0.285156a6 9.5 0 0 1 -1.263672 -5.826172 6 9.5 0 0 1 6 -9.5 6 9.5 0 0 1 6 9.5 6 9.5 0 0 1 -1.269531 5.824219c0.59606 0.078854 1.179202 0.18485 1.763672 0.289062a9 11 0 0 0 2.505859 -7.613281 9 11 0 0 0 -9 -11z"/>
<path style="opacity:.2;fill:#ffffff" d="m32 32a9 11 0 0 0 -9 11 9 11 0 0 0 0.017578 0.414062 9 11 0 0 1 8.982422 -10.414062 9 11 0 0 1 8.984375 10.597656 9 11 0 0 0 0.015625 -0.597656 9 11 0 0 0 -9 -11zm5.986328 12.914062a6 9.5 0 0 1 -1.255859 5.410157c0.134612 0.017807 0.264979 0.04421 0.398437 0.064453a6 9.5 0 0 0 0.871094 -4.888672 6 9.5 0 0 0 -0.013672 -0.585938zm-11.972656 0.173829a6 9.5 0 0 0 -0.013672 0.412109 6 9.5 0 0 0 0.863281 4.890625c0.134087-0.020307 0.265143-0.046539 0.400391-0.064453a6 9.5 0 0 1 -1.25 -5.238281z"/>
<path style="opacity:.1;fill-rule:evenodd;fill:#ffffff" d="m32 4c-2.492601 6.109852-3.998084 10.107126-6.773438 16.035156 0.100588 0.106607 0.205827 0.215662 0.306641 0.322266 2.566076-5.541029 4.076022-9.497167 6.466797-15.357422 5.033161 11.808088 6.374052 15.733871 20.546875 42.169922 0.256224 0.132152 0.508806 0.272397 0.757813 0.421875-14.96155-27.85055-16.174278-31.555557-21.304688-43.591797zm-7.583984 17.740234c-3.55224 7.410947-9.117978 17.967313-20.41211 38.25586 0.2787589-0.160894 0.5331095-0.301966 0.8066409-0.458985 10.690084-19.23275 16.149262-29.58628 19.605469-36.796875 1.859155 1.563221 3.94071 2.755358 7.58789 4.25586-1.255078-0.877594-2.226905-1.656717-3.101562-2.404297-1.850543-0.918986-3.240151-1.803748-4.486328-2.851563zm16.566406 21.673828a9 11 0 0 1 -2.291016 6.921876c-0.01431 0.069809-0.019896 0.145796-0.035156 0.214843 0.159475 0.031192 0.31912 0.077723 0.478516 0.111328a9 11 0 0 0 1.865234 -6.662109 9 11 0 0 0 -0.017578 -0.585938zm-17.966797 0.19336a9 11 0 0 0 -0.015625 0.392578 9 11 0 0 0 1.839844 6.652344c0.199375-0.041569 0.397929-0.098941 0.597656-0.136719a9 11 0 0 1 -2.421875 -6.908203zm22.988281 2.388672c4.932361 2.531168 6.941456 4.432057 9.259766 6.228515 1.229188 2.278947 2.565101 4.753987 3.958984 7.326172 0.264969 0.152028 0.5116 0.289675 0.78125 0.445313-1.726691-3.178101-3.268536-6.042918-4.740234-8.771485-1.668293-1.292759-3.193466-2.643358-5.746094-4.240234-1.011789-0.317543-2.129144-0.628602-3.513672-0.988281z"/>
<path style="opacity:.2" d="m32 41-1.714844 4h-4.285156l3 3-3 6 6-3 6 3-3-6 3-3h-4.285156z"/>
<path style="fill:#e6e6e6" d="m32 40-1.714844 4h-4.285156l3 3-3 6 6-3 6 3-3-6 3-3h-4.285156z"/>
<path style="fill:#9f9f9f" d="m32 46-6 7 6-3z"/>
<path style="fill:#f4f4f4" d="m32 40v6l6-2h-4.285156z"/>
<path style="opacity:.2;fill:#ffffff" d="m32 40l-1.714844 4h-4.285156l1 1h3.285156l1.714844-4 1.714844 4h3.285156l1-1h-4.285156l-1.714844-4zm-3.333984 7.666016l-2.666016 5.333984 0.666016-0.333984 2.333984-4.666016-0.333984-0.333984zm6.667968 0l-0.333984 0.333984 2.333984 4.666016 0.666016 0.333984-2.666016-5.333984z"/>
</svg>

Before

Width:  |  Height:  |  Size: 4.8 KiB

View file

@ -1,5 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" height="64" width="64" version="1.1">
<path style="opacity:.2" d="m32 5-10 20 26 11zm-12 25-16 30 45-19zm32 15-14 7 22 8z"/>
<path style="fill:#3bb2d4" d="m32 4-10 20 26 11zm-12 25-16 30 45-19zm32 15-14 7 22 8z"/>
<path style="opacity:.2;fill:#ffffff" d="m32 4l-10 20 0.412109 0.173828 9.587891-19.173828 15.339844 29.720703 0.660156 0.279297-16-31zm-12 25l-16 30 0.6875-0.291016 15.3125-28.708984 27.751953 10.527344 1.248047-0.527344-29-11zm32 15l-14 7 1.158203 0.421875 12.841797-6.421875 7.337891 13.759766 0.662109 0.240234-8-15z"/>
</svg>

Before

Width:  |  Height:  |  Size: 588 B

View file

@ -1,9 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
<rect style="opacity:0.2" width="56" height="56" x="4" y="5" rx="2.8" ry="2.8"/>
<rect style="fill:#4f4f4f" width="56" height="56" x="4" y="4" rx="2.8" ry="2.8"/>
<path style="opacity:0.2" d="M 26,11 25,13.75 V 55 H 31 V 11 Z M 33,11 V 55 H 37 L 39,49 V 11 Z M 22,22 10,55 H 16 L 22,37.666 Z M 42,49 40,55 H 54 V 49 Z"/>
<path style="fill:#16ae16" d="M 26,10 25,12.75 V 54 H 31 V 10 Z M 22,21 10,54 H 16 L 22,36.666 Z"/>
<path style="fill:#ff8416" d="M 33,10 V 54 H 37 L 39,48 V 10 Z M 42,48 40,54 H 54 V 48 Z"/>
<path style="opacity:0.2;fill:#ffffff" d="M 26,10 25,12.75 V 13.75 L 26,11 H 31 V 10 Z M 33,10 V 11 H 39 V 10 Z M 22,21 10,54 H 10.363 L 22,22 Z M 42,48 40,54 H 40.334 L 42,49 H 54 V 48 Z"/>
<path style="fill:#ffffff;opacity:0.1" d="M 6.8008 4 C 5.2496 4 4 5.2496 4 6.8008 L 4 7.8008 C 4 6.2496 5.2496 5 6.8008 5 L 57.199 5 C 58.75 5 60 6.2496 60 7.8008 L 60 6.8008 C 60 5.2496 58.75 4 57.199 4 L 6.8008 4 z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1,016 B

View file

@ -1,8 +0,0 @@
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="m21 5c-0.506681-3.43e-4 -0.994611 0.191618-1.365234 0.53711l-15 13.999999c-0.405228 0.378556-0.635113 0.908352-0.634766 1.462891v38c1.1e-4 1.104524 0.895476 1.99989 2 2h36.999999c0.506681 3.43e-4 0.994611-0.191618 1.365234-0.537109l15.000001-14c0.405228-0.378556 0.635113-0.908352 0.634766-1.462891v-37.999999c-1.1e-4 -1.104524-0.895476-1.99989-2-2.000001z" style="opacity:.2"/>
<path d="m21 4c-0.506681-3.431e-4 -0.994611 0.1916179-1.365234 0.5371094l-15 14c-0.4052278 0.378556-0.6351126 0.908352-0.6347656 1.462891v38c1.104e-4 1.104524 0.8954762 1.99989 2 2h37c0.506681 3.43e-4 0.994611-0.191618 1.365234-0.537109l15-14c0.405228-0.378556 0.635113-0.908352 0.634766-1.462891v-38c-1.1e-4 -1.1045238-0.895476-1.9998896-2-2z" style="fill:#e4e4e4"/>
<path d="m23.251953 9c-0.523715 6.62e-5 -1.026513 0.2055334-1.400391 0.5722656l-13.251953 13c-0.383457 0.376101-0.599541 0.890619-0.599609 1.427734v31c1.1e-4 1.104524 0.895476 1.99989 2 2h30.748047c0.523715-6.6e-5 1.026513-0.205534 1.400391-0.572266l13.251953-13c0.383458-0.376101 0.599541-0.89062 0.599609-1.427734v-31c-1.1e-4 -1.1045238-0.895476-1.9998896-2-2z" style="opacity:.2"/>
<path d="m23.251953 8c-0.523715 6.62e-5 -1.026513 0.2055334-1.400391 0.5722656l-13.251953 13c-0.3834579 0.376101-0.5995415 0.890619-0.5996094 1.427734v31c1.104e-4 1.104524 0.8954762 1.99989 2 2h30.748047c0.523715-6.6e-5 1.026513-0.205534 1.400391-0.572266l13.251953-13c0.383458-0.376101 0.599541-0.89062 0.599609-1.427734v-31c-1.1e-4 -1.1045238-0.895476-1.9998896-2-2z" style="fill:#489ad4"/>
<path d="m23.251953 8c-0.523715 6.62e-5 -1.026513 0.2055334-1.400391 0.5722656l-13.251953 13c-0.383457 0.376101-0.5995414 0.890619-0.5996094 1.427734v1c6.8e-5 -0.537115 0.2161524-1.051633 0.5996094-1.427734l13.251953-13c0.373878-0.366733 0.876676-0.5721996 1.400391-0.5722656h30.748047c1.104524 1.1e-4 1.99989 0.895476 2 2v-1c-1.1e-4 -1.1045238-0.895476-1.9998896-2-2h-30.748047z" style="fill:#ffffff;opacity:.2"/>
<path d="m21 4c-0.506681-3.43e-4 -0.994611 0.1916174-1.365234 0.5371094l-15 14c-0.405228 0.378556-0.6351126 0.908352-0.6347656 1.462891v1c-3.47e-4 -0.554539 0.2295376-1.084335 0.6347656-1.462891l15-14c0.370623-0.345492 0.858553-0.5374524 1.365234-0.5371094h37c1.104524 1.11e-4 1.99989 0.8954765 2 2v-1c-1.1e-4 -1.104524-0.895476-1.999889-2-2h-37z" style="fill:#ffffff;opacity:.2"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -1,11 +0,0 @@
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="m32.000461 12.999047c-1.780761 4.364945-2.854779 7.22011-4.83738 11.454857 1.215546 1.288284 2.707648 2.788465 5.13084 4.482844-2.605129-1.071787-4.38209-2.147773-5.710058-3.264359-2.537314 5.293533-6.51272 12.833839-14.579957 27.325658 6.340587-3.659654 10.755541-5.915926 15.33647-6.776915-0.1967-0.84579-0.308543-1.760678-0.300941-2.715266l7e-3 -0.203098c0.100601-4.061349 2.758208-7.299237 5.216699-7.304721 2.458491-0.0055 4.849284 4.010562 4.748663 8.071912-0.0189 0.76429-0.105151 1.499381-0.255782 2.181272 4.530919 0.886189 8.993123 3.136661 15.247891 6.746816-1.233351-2.270072-2.334173-4.316446-3.385386-6.265422-1.655936-1.283184-3.383086-2.953163-6.906201-4.76114 2.42159 0.629092 4.155442 1.354883 5.506917 2.166173-10.688167-19.895752-11.553342-22.539718-15.219086-31.139611z" style="fill-rule:evenodd;fill:#3f3f3f"/>
<path d="m30 11v50l4-8v-42z" style="opacity:.2"/>
<path d="m30 10v50l4-8v-42z" style="fill:#8e8e8e"/>
<path d="m31.962891 13.001953a1.0001 1.0001 0 0 0-0.892579 0.626953v-0.0059c-1.785252 4.375994-2.848187 7.204218-4.816406 11.408244a1.0001 1.0001 0 0 0-0.04883 0.716797 1.0001 1.0001 0 0 0-0.527344 0.494141c-2.521327 5.260179-6.487338 12.78648-14.550781 27.271484a1.0001 1.0001 0 0 0 1.373049 1.351562c6.320645-3.648143 10.637618-5.836205 15.021484-6.660156a1.0001 1.0001 0 0 0 0.789063-1.208984c-0.179186-0.77048-0.281806-1.605404-0.275391-2.47461 1.5e-5 -2e-3 -1.6e-5 -0.0038 0-0.0059l0.0059-0.175781a1.0001 1.0001 0 0 0 2e-3 -0.0098c0.04507-1.81933 0.671959-3.456982 1.52539-4.599609 0.853432-1.142627 1.902315-1.728704 2.69336-1.730469 0.684008-0.0015 1.681429 0.683194 2.470703 2.019531 0.789273 1.336337 1.320642 3.20087 1.27539 5.027344-0.01743 0.704966-0.0971 1.377642-0.232421 1.990234a1.0001 1.0001 0 0 0 0.785156 1.197266c4.339217 0.848787 8.707105 3.03377 14.939366 6.630934a1.0001 1.0001 0 0 0 1.378906-1.341796c-1.232161-2.267883-2.333185-4.314014-3.384765-6.263672a1.0001 1.0001 0 0 0-0.267579-0.316407c-0.385133-0.29844-0.903112-0.707574-1.339843-1.0625a1.0001 1.0001 0 0 0 0.208984-1.214843c-10.681335-19.883035-11.507208-22.4429-15.179687-31.058594a1.0001 1.0001 0 0 0-0.953125-0.605469zm0.05078 3.525391c2.753117 6.50765 4.992704 11.53112 13.097656 26.722656-0.942295-0.391324-1.693944-0.824844-2.935547-1.158203-5e-3 -0.0026-0.0067-0.0052-0.01172-0.0078v2e-3c-0.08671-0.02324-0.116713-0.05712-0.205078-0.08008a1.0001 1.0001 0 0 0-0.707031 1.857422c3.312654 1.699974 4.916563 3.22014 6.580078 4.527344 0.534036 0.990263 1.144811 2.116351 1.716797 3.175781-4.363124-2.405987-8.12813-4.161663-11.714844-4.996094 0.06874-0.486774 0.161172-0.962805 0.173828-1.474609 0.05537-2.234876-0.557143-4.408093-1.552734-6.09375-0.995588-1.685715-2.422781-3.005981-4.197264-3.002011-1.667445 0.0037-3.177823 1.040178-4.292968 2.533203s-1.86634 3.504075-1.921875 5.746094l-0.0078 0.193359a1.0001 1.0001 0 0 0 0 0.02734c-0.0057 0.716819 0.120835 1.372646 0.226563 2.037109-3.63468 0.820785-7.414508 2.589668-11.835938 5.03711 6.191856-11.194886 10.2287-18.731992 12.509766-23.441407 1.295153 0.937957 2.830678 1.848426 4.974609 2.730469a1.0001 1.0001 0 0 0 0.953125-1.74414c-2.13067-1.489838-3.373088-2.757726-4.503906-3.9375 1.4239-3.091423 2.470044-5.716874 3.654297-8.654297z" style="fill-rule:evenodd;opacity:.2"/>
<path d="m32.000461 12.999047c-1.780761 4.364945-2.854779 7.22011-4.83738 11.454857 1.215546 1.288284 2.707648 2.788465 5.13084 4.482844-2.605129-1.071787-4.38209-2.147773-5.710058-3.264359-2.537314 5.293533-6.51272 12.833839-14.579957 27.325658 6.340587-3.659654 10.755541-5.915926 15.33647-6.776915-0.1967-0.84579-0.308543-1.760678-0.300941-2.715266l7e-3 -0.203098c0.100601-4.061349 2.758208-7.299237 5.216699-7.304721 2.458491-0.0055 4.849284 4.010562 4.748663 8.071912-0.0189 0.76429-0.105151 1.499381-0.255782 2.181272 4.530919 0.886189 8.993123 3.136661 15.247891 6.746816-1.233351-2.270072-2.334173-4.316446-3.385386-6.265422-1.655936-1.283184-3.383086-2.953163-6.906201-4.76114 2.42159 0.629092 4.155442 1.354883 5.506917 2.166173-10.688167-19.895752-11.553342-22.539718-15.219086-31.139611z" style="fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;stroke:#3db0ea"/>
<path d="m31.966797 12a1.0001 1.0001 0 0 0-0.892578 0.626953v-0.005859c-1.785252 4.375953-2.848187 7.204177-4.816407 11.408203a1.0001 1.0001 0 0 0-0.048828 0.716797 1.0001 1.0001 0 0 0-0.527343 0.49414c-2.521327 5.26018-6.487338 12.786481-14.550782 27.271485a1.0001 1.0001 0 0 0 0.007813 0.980469c8.054407-14.46922 12.019137-21.992746 14.539062-27.25a1.0001 1.0001 0 0 1 0.527344-0.494141 1.0001 1.0001 0 0 1 0.048828-0.716797c1.968219-4.204026 3.031155-7.032209 4.816406-11.408203v0.005859a1.0001 1.0001 0 0 1 0.892579-0.626953 1.0001 1.0001 0 0 1 0.953125 0.605469c3.670837 8.611842 4.49826 11.176486 15.166015 31.035156a1.0001 1.0001 0 0 0 0.017578-0.978516c-10.681334-19.883034-11.507208-22.4429-15.179687-31.058593a1.0001 1.0001 0 0 0-0.953125-0.605469zm-3.304688 12.488281c-0.108081 0.238913-0.190187 0.449009-0.302734 0.69336 1.130818 1.179774 2.373236 2.447662 4.503906 3.9375a1.0001 1.0001 0 0 1 0.291016 0.320312 1.0001 1.0001 0 0 0-0.287109-1.322265c-1.949418-1.3631-3.147944-2.534893-4.205079-3.628907zm3.59961 10.509766c-1.667446 0.0037-3.177824 1.040178-4.292969 2.533203s-1.866339 3.504075-1.921875 5.746094l-0.007813 0.193359a1.0001 1.0001 0 0 0 0 0.027344c-0.001103 0.138767 0.019647 0.267643 0.027344 0.402344 0.126199-2.088374 0.846915-3.959344 1.898438-5.367188 1.115145-1.493025 2.625523-2.529503 4.292968-2.533203 1.774483-0.00397 3.201678 1.316238 4.197266 3.001953 0.870264 1.473463 1.448332 3.31983 1.542969 5.253906 0.003072-0.054075 0.012308-0.105316 0.013672-0.160156v-0.001953c0.054959-2.23419-0.557439-4.408592-1.552735-6.09375-0.99559-1.685657-2.422783-3.005923-4.197265-3.001953zm9.404297 5.976562a1.0001 1.0001 0 0 0-0.81836 1.496094 1.0001 1.0001 0 0 1 1.111328-0.464844c0.088365 0.02296 0.118369 0.056838 0.205078 0.080079v-0.001954c0.00502 0.0026 0.006719 0.005213 0.011719 0.007813 1.241603 0.333359 1.993252 0.766879 2.935547 1.158203-0.274229-0.514001-0.426453-0.817422-0.6875-1.308594-0.662531-0.300666-1.319165-0.603215-2.24414-0.851562-0.005001-0.0026-0.006699-0.005213-0.011719-0.007813v0.001953c-0.08672-0.02324-0.116714-0.057118-0.205078-0.080078a1.0001 1.0001 0 0 0-0.296875-0.029297zm-13.601563 3.017579c-0.007309 0.112531-0.018659 0.223854-0.021484 0.33789a1.0001 1.0001 0 0 1-0.001953 0.009766l-0.00586 0.175781c-1.6e-5 0.0021 1.5e-5 0.003859 0 0.005859-0.00545 0.738459 0.080852 1.442807 0.212891 2.113282a1.0001 1.0001 0 0 0 0.066406-0.640625c-0.145931-0.627492-0.223175-1.305266-0.25-2.001953zm7.929688 0.314453c-0.028933 0.607802-0.096723 1.193788-0.214844 1.728515a1.0001 1.0001 0 0 0 0.060547 0.615235c0.089989-0.507743 0.154046-1.040403 0.167968-1.603516 0.006109-0.246552 4.5e-4 -0.493688-0.013671-0.740234zm12.220703 0.828125a1.0001 1.0001 0 0 1-0.328125 0.746093c0.436731 0.354926 0.95471 0.76406 1.339843 1.0625a1.0001 1.0001 0 0 1 0.267579 0.316407c1.047574 1.942231 2.14462 3.982671 3.371093 6.240234a1.0001 1.0001 0 0 0 0.017578-0.978516c-1.232246-2.267766-2.333184-4.314013-3.384765-6.263672a1.0001 1.0001 0 0 0-0.267578-0.316406c-0.292113-0.226358-0.664082-0.524875-1.015625-0.80664zm-22.101563 0.439453c-3.368562 0.784159-6.887144 2.397026-10.910156 4.585937-0.274437 0.497192-0.493915 0.901622-0.777344 1.414063 4.42143-2.447442 8.201258-4.216325 11.835938-5.03711-0.050999-0.320507-0.104933-0.638587-0.148438-0.96289zm11.84961 0.027343c-0.036259 0.325805-0.083469 0.646992-0.128907 0.96875 3.586714 0.834432 7.35172 2.590107 11.714844 4.996094-0.253245-0.469059-0.50134-0.928631-0.759766-1.40625-3.984144-2.159441-7.49326-3.764387-10.826171-4.558594z" style="fill-rule:evenodd;fill:#ffffff;opacity:.2"/>
<path d="m31 4.912109c-0.554 0-1 0.446-1 1v5.087891a6 1.5 0 0 0-4 1.412109 6 1.5 0 0 0 4.863281 1.472656c0.04659 0.0066 0.08824 0.02734 0.136719 0.02734h2c0.05061 0 0.09403-0.02211 0.142578-0.0293a6 1.5 0 0 0 4.857422-1.470696 6 1.5 0 0 0-4-1.412109v-5.087891c0-0.554-0.446-1-1-1z" style="opacity:.2"/>
<path d="m31 4c-0.554 0-1 0.446-1 1v5.087891a6 1.5 0 0 0-4 1.412109 6 1.5 0 0 0 4.863281 1.472656c0.046595 0.006603 0.088244 0.027344 0.136719 0.027344h1 1c0.050606 0 0.094032-0.022112 0.142578-0.029297a6 1.5 0 0 0 4.857422-1.470703 6 1.5 0 0 0-4-1.412109v-5.087891c0-0.554-0.446-1-1-1h-2z" style="fill:#4f4f4f"/>
<path d="m31 4c-0.554 0-1 0.446-1 1v1c0-0.554 0.446-1 1-1h2c0.554 0 1 0.446 1 1v-1c0-0.554-0.446-1-1-1h-2zm-1 6.087891a6 1.5 0 0 0-4 1.412109 6 1.5 0 0 0 0.351562 0.5 6 1.5 0 0 1 3.648438-0.912109v-1zm4 0v1a6 1.5 0 0 1 3.646484 0.912109 6 1.5 0 0 0 0.353516-0.5 6 1.5 0 0 0-4-1.412109z" style="fill:#ffffff;opacity:.2"/>
</svg>

Before

Width:  |  Height:  |  Size: 8.6 KiB

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 667 KiB

View file

@ -1,13 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1.1">
<circle style="opacity:0.2" cx="16.5" cy="16.5" r="14.5"/>
<circle style="fill:#ff6600" cx="16.5" cy="15.5" r="14.5"/>
<path style="fill:#ffffff;opacity:0.2" d="M 16.5 1 A 14.5 14.5 0 0 0 2 15.5 A 14.5 14.5 0 0 0 2.0214844 16.080078 A 14.5 14.5 0 0 1 16.5 2 A 14.5 14.5 0 0 1 30.978516 15.919922 A 14.5 14.5 0 0 0 31 15.5 A 14.5 14.5 0 0 0 16.5 1 z"/>
<circle style="opacity:0.2" cx="16.5" cy="16.5" r="11.5"/>
<circle style="fill:#ffffff" cx="16.5" cy="15.5" r="11.5"/>
<g style="opacity:0.1" transform="matrix(0.17423004,0,0,0.17491385,-3.991199,21.43144)">
<path d="M 186.56017,45.31822 C 169.54353,30.824731 163.17243,22.126838 145.15565,8.8368253 c -3.15476,-1.30232 -3.71374,-0.1462094 -7.5,2.0454607 -14.60684,8.45511 -17.35822,10.00604 -24.55233,10.00604 -6.12314,0 -7.87129,-0.45849 -13.972463,-3.66457 -3.835524,-2.01551 -7.630332,-4.60301 -8.432907,-5.75 -4.845162,-6.9244001 -5.459248,-9.246735 -8.747564,-15.6948549 -2.014792,-3.95084 -3.912143,-9.1258371 -4.216334,-11.4999971 -0.304192,-2.374159 -1.347466,-5.902078 -2.318387,-7.839821 -0.970921,-1.937742 -2.965576,-8.237742 -4.432568,-14 -2.102127,-8.257033 -2.534088,-13.414109 -2.038735,-18.171115 0.794682,-7.631544 -2.711578,-10.549938 -8.665695,-16.469331 -5.565005,-5.53255 -21.886299,-26.920684 -24.671105,-33.095537 -2.389232,-5.29773 -0.99227,-8.04207 1.781969,-3.50068 8.639069,14.142021 23.203099,31.068518 30.319588,35.239059 4.202392,2.462765 4.568877,1.67543 11.215999,0.487523 11.74418,-2.098802 31.583842,0.235823 37.779162,4.44565 2.10345,1.429331 4.40624,2.598784 5.1173,2.598784 0.71107,0 3.85351,0.9 6.98321,2 3.1297,1.1 6.76294,2 8.07388,2 3.55807,0 9.62047,2.680076 11.35064,5.531551 0.84105,1.386124 3.733,3.971076 6.42656,5.744338 3.96438,2.609893 5.61121,4.65292 8.64442,10.724111 4.24734,8.501356 4.49647,11.311387 2.26472,18.826489 -1.19912,4.037863 -2.91362,6.670709 -6.95425,10.679196 -7.01133,6.9555343 -8.96235,10.67067427 -4.91286,16.5249643 4.72019,6.8238797 15.06282,16.3700447 31.0052,30.4755747 8.23928,7.28998 15.23856,13.92696 15.55396,14.74887 2.38354,6.21142 -2.71278,4.01232 -13.69689,-5.91031 z"/>
</g>
<g transform="matrix(0.17423004,0,0,0.17491385,-3.991199,20.43144)">
<path style="fill:#5a860b" d="M 186.56017,45.31822 C 169.54353,30.824731 163.17243,22.126838 145.15565,8.8368253 c -3.15476,-1.30232 -3.71374,-0.1462094 -7.5,2.0454607 -14.60684,8.45511 -17.35822,10.00604 -24.55233,10.00604 -6.12314,0 -7.87129,-0.45849 -13.972463,-3.66457 -3.835524,-2.01551 -7.630332,-4.60301 -8.432907,-5.75 -4.845162,-6.9244001 -5.459248,-9.246735 -8.747564,-15.6948549 -2.014792,-3.95084 -3.912143,-9.1258371 -4.216334,-11.4999971 -0.304192,-2.374159 -1.347466,-5.902078 -2.318387,-7.839821 -0.970921,-1.937742 -2.965576,-8.237742 -4.432568,-14 -2.102127,-8.257033 -2.534088,-13.414109 -2.038735,-18.171115 0.794682,-7.631544 -2.711578,-10.549938 -8.665695,-16.469331 -5.565005,-5.53255 -21.886299,-26.920684 -24.671105,-33.095537 -2.389232,-5.29773 -0.99227,-8.04207 1.781969,-3.50068 8.639069,14.142021 23.203099,31.068518 30.319588,35.239059 4.202392,2.462765 4.568877,1.67543 11.215999,0.487523 11.74418,-2.098802 31.583842,0.235823 37.779162,4.44565 2.10345,1.429331 4.40624,2.598784 5.1173,2.598784 0.71107,0 3.85351,0.9 6.98321,2 3.1297,1.1 6.76294,2 8.07388,2 3.55807,0 9.62047,2.680076 11.35064,5.531551 0.84105,1.386124 3.733,3.971076 6.42656,5.744338 3.96438,2.609893 5.61121,4.65292 8.64442,10.724111 4.24734,8.501356 4.49647,11.311387 2.26472,18.826489 -1.19912,4.037863 -2.91362,6.670709 -6.95425,10.679196 -7.01133,6.9555343 -8.96235,10.67067427 -4.91286,16.5249643 4.72019,6.8238797 15.06282,16.3700447 31.0052,30.4755747 8.23928,7.28998 15.23856,13.92696 15.55396,14.74887 2.38354,6.21142 -2.71278,4.01232 -13.69689,-5.91031 z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
<circle style="opacity:0.2" cx="32" cy="33" r="28"/>
<circle style="fill:#4f4f4f" cx="32" cy="32" r="28"/>
<path style="fill:#ffffff;opacity:0.1" d="M 32,4 A 28,28 0 0 0 4,32 28,28 0 0 0 4.0215,32.586 28,28 0 0 1 32,5 28,28 0 0 1 59.979,32.414 28,28 0 0 0 60,32 28,28 0 0 0 32,4 Z"/>
<path style="opacity:0.2" d="m34 11s-11 8-11 16c0 6.229112 1.347504 11.64169 3.048828 16.013672-0.018108-0.342677-0.048828-0.707818-0.048828-1.013672 0-8 4-14 4-14s4.292702 4.935915 5 8c1.432365 6.20515-2 19-2 19s9-11 9-20-7-18-8-19c-1.178511-1.178511 0-5 0-5z"/>
<path style="fill:#fbb620" d="m34 10s-11 8-11 16c0 6.229112 1.347504 11.64169 3.048828 16.013672-0.018108-0.342677-0.048828-0.707818-0.048828-1.013672 0-8 4-14 4-14s4.292702 4.935915 5 8c1.432365 6.20515-2 19-2 19s9-11 9-20-7-18-8-19c-1.178511-1.178511 0-5 0-5z"/>
</svg>

Before

Width:  |  Height:  |  Size: 903 B

View file

@ -1,9 +0,0 @@
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
<rect x="4" y="5" width="56" height="56" rx="2" ry="2" style="opacity:.2"/>
<rect x="4" y="4" width="56" height="56" rx="2" ry="2" style="fill:#aeea66"/>
<path d="M 4.4023438 4.8046875 C 4.1523531 5.1385259 4 5.5489962 4 6 L 4 58 C 4 59.108 4.892 60 6 60 L 32 60 L 4.4023438 4.8046875 z " style="fill:#f8d057"/>
<path d="m59.597656 4.8046875-27.597656 55.195312h26c1.108 0 2-0.892 2-2v-52c0-0.4510038-0.152353-0.8614741-0.402344-1.1953125z" style="fill:#3195d2"/>
<path d="m6 4c-1.108 0-2 0.892-2 2v1c0-1.108 0.892-2 2-2h52c1.108 0 2 0.892 2 2v-1c0-1.108-0.892-2-2-2h-52z" style="fill:#ffffff;opacity:.2"/>
<path d="m 4.453125,5.744141 c -0.01659,0.02042 -0.035,0.03947 -0.05078,0.06055 L 32,61 59.597656,5.804688 c -0.01578,-0.02108 -0.0342,-0.04013 -0.05078,-0.06055 L 32,51 Z" style="opacity:.2"/>
<path d="M 4.453125 4.7441406 C 4.4365392 4.7645566 4.4181264 4.7836113 4.4023438 4.8046875 L 32 60 L 59.597656 4.8046875 C 59.581874 4.7836113 59.563461 4.7645566 59.546875 4.7441406 L 32 50 L 4.453125 4.7441406 z " style="fill:#ffffff"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 39 KiB

View file

@ -1,9 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
<path style="opacity:0.2" d="M 37.071452,8.0011202 C 35.255846,8.2508236 2.0000003,49.207254 2.0000003,49.207254 c 0,0 2.390032,0.68109 7.83605,1.473148 C 11.604314,49.300548 36.381464,7.360899 37.13361,8.0202686 c -0.0128,-0.01686 -0.03334,-0.023068 -0.06218,-0.01912 z"/>
<path style="opacity:0.2" d="M 37.13361,8.0202686 C 37.07145,8.0011286 9.8360503,50.680402 9.8360503,50.680402 c -2.3767644,3.920286 -4.2768466,7.07111 -4.2768466,7.07111 0,0 25.5492563,1.155594 45.4163463,-1.517298 C 79.246308,52.430692 45.165006,16.186543 37.13361,8.0202686 Z"/>
<path style="fill:#7f7fff" d="M 37.13361,7.020269 C 37.07145,7.001129 9.8360503,49.680402 9.8360503,49.680402 c -2.3767644,3.920286 -4.2768466,7.07111 -4.2768466,7.07111 0,0 25.5492563,1.155594 45.4163463,-1.517298 C 79.246308,51.430692 45.165006,15.186543 37.13361,7.020269 Z"/>
<path style="opacity:0.1" d="M 37.104062,8.005447 C 35.961174,7.8188896 9.8360503,50.680402 9.8360503,50.680402 c 0,0 24.6897517,1.484376 34.4139497,1.319598 27.534822,-0.466586 -0.762422,-35.548538 -7.11639,-43.9797314 -0.0082,-0.00838 -0.018,-0.01292 -0.02954,-0.01482 z"/>
<path style="fill:#ff7f7f" d="M 37.071452,7.0011206 C 35.255846,7.250824 2.0000003,48.207254 2.0000003,48.207254 c 0,0 2.390032,0.68109 7.83605,1.473148 C 11.604314,48.300548 36.381464,6.3608994 37.13361,7.020269 37.12081,7.003409 37.10027,6.997201 37.07143,7.001149 Z"/>
<path style="opacity:0.2;fill:#ffffff" d="M 37.072266 7.0019531 C 35.25666 7.2516565 2 48.207031 2 48.207031 C 2 48.207031 2.5217883 48.325187 2.6855469 48.367188 C 4.7278467 45.854173 35.316197 8.2434682 37.072266 8.0019531 C 37.084416 8.0002831 37.088456 8.0077856 37.097656 8.0097656 C 37.098956 8.0098656 37.102316 8.005661 37.103516 8.0058594 C 37.115056 8.0077594 37.124612 8.0111512 37.132812 8.0195312 C 42.800807 13.782712 61.44044 33.527973 61.984375 45.988281 C 62.459995 33.612387 42.954892 12.939384 37.132812 7.0195312 C 37.124612 7.0111513 37.115056 7.0077594 37.103516 7.0058594 C 37.1023 7.005661 37.098928 7.0098668 37.097656 7.0097656 C 37.08841 7.0077865 37.084416 7.0002898 37.072266 7.0019531 z M 9.2851562 50.591797 C 7.3423621 53.799632 5.5585937 56.751953 5.5585938 56.751953 C 5.5585938 56.751953 6.0928099 56.768939 6.1523438 56.771484 C 6.5827965 56.057963 7.7887903 54.056295 9.8359375 50.679688 C 9.6230138 50.64872 9.4887767 50.622389 9.2851562 50.591797 z"/>
<path style="fill:#7f3fbf" d="M 37.104062,7.0054474 C 35.961174,6.81889 9.8360503,49.680402 9.8360503,49.680402 c 0,0 24.6897517,1.484376 34.4139497,1.319598 27.534822,-0.466586 -0.762422,-35.548538 -7.11639,-43.979731 -0.0082,-0.00838 -0.018,-0.01292 -0.02954,-0.01482 z"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

View file

@ -1,7 +0,0 @@
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
<circle cx="32" cy="33" r="28" style="opacity:.2"/>
<circle cx="32" cy="32" r="28" style="fill:#4d4d5b"/>
<path d="M 32,4 A 28,28 0 0 0 4,32 28,28 0 0 0 4.0215,32.586 28,28 0 0 1 32,5 28,28 0 0 1 59.979,32.414 28,28 0 0 0 60,32 28,28 0 0 0 32,4 Z" style="fill:#ffffff;opacity:.1"/>
<path d="m47.4 12.000184c-6.499914 0-12.905085 2.833898-18.505085 7.033898-6.42307 4.817302-13.864407 14.101695-13.864407 19.701695 0 1.9799 1.4 4.2 4.2 4.2 7 0 15.769492-8.467796 15.769492-8.467796s-7.544908 8.443677-11.4 12.532203c-2.263787 2.400866-4.017578 2.607032-6.817578 6.807032-1.155739 1.733609 1.701654 2.429594 2.217578 2.192968 4.781355-2.192947 7.354843-7.029892 9.5-9 1.524394-1.4 6.301047-4.708475 12.586328-10.308475 0.358702-0.319593-1.756872-0.874199-2.086328-0.650782-4.2 2.848187-4.809766 3.959257-4.809766 3.959257s6.149975-7.607521 11.063514-13.6c0.988647-1.205739-0.713672-1.4-0.713672-1.4h-1.955078s8.915772-4.90799 8.981104-9c0.03161-1.979646-1.366102-4-4.166102-4zm-0.784766 2.892968c0.984984 0.05207 1.327417 0.493054 0.784766 1.307032-2.8 4.2-5.6 5.6-8.4 5.6-0.384803-0.350589 0-1.4 0-1.4s-3 1.2-3 2.6c0 1.319933 1.6 3 3 3 1.043498 0 2.740076-1 2.740076-1s-7.506534 8-18.140076 13.6c-2.769868 1.45871-4.699475-0.274457-4.369492-1.264407 1.4-4.2 7.799121-12.858172 13.864407-16.901695 5.775-3.85 11.353356-5.655473 13.520319-5.54093z" style="opacity:.2"/>
<path d="m47.4 11c-6.499914 0-12.905085 2.833898-18.505085 7.033898-6.42307 4.817302-13.864407 14.101695-13.864407 19.701695 0 1.9799 1.4 4.2 4.2 4.2 7 0 15.769492-8.467796 15.769492-8.467796s-7.544908 8.443677-11.4 12.532203c-2.263787 2.400866-4.017578 2.607032-6.817578 6.807032-1.155739 1.733609 1.701654 2.429594 2.217578 2.192968 4.781355-2.192947 7.354843-7.029892 9.5-9 1.524394-1.4 6.301047-4.708475 12.586328-10.308475 0.358702-0.319593-1.756872-0.874199-2.086328-0.650782-4.2 2.848187-4.809766 3.959257-4.809766 3.959257s6.149975-7.607521 11.063514-13.6c0.988647-1.205739-0.713672-1.4-0.713672-1.4h-1.955078s8.915772-4.90799 8.981104-9c0.03161-1.979646-1.366102-4-4.166102-4zm-0.784766 2.892968c0.984984 0.052066 1.327417 0.493054 0.784766 1.307032-2.8 4.2-5.6 5.6-8.4 5.6-0.384803-0.350589 0-1.4 0-1.4s-3 1.2-3 2.6c0 1.319933 1.6 3 3 3 1.043498 0 2.740076-1 2.740076-1s-7.506534 8-18.140076 13.6c-2.769868 1.45871-4.699475-0.274457-4.369492-1.264407 1.4-4.2 7.799121-12.858172 13.864407-16.901695 5.775-3.85 11.353356-5.655473 13.520319-5.54093z" style="fill:#00a4b9"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
<rect opacity=".2" width="56" height="56" x="4" y="5" ry="8"/>
<rect style="fill:#4f4f4f" width="56" height="56" x="4" y="4" ry="8"/>
<path style="opacity:0.2" d="m 33.955078,12.826 c -7.908,18.48 9.935766,24.269784 22.009766,0.458984 -9.056,7.684 -22.259766,16.160216 -22.009766,-0.458984 z m 0.298828,17.169922 0.0039,0.0039 C 28.679602,30.017108 20.173717,35.956375 8,52.560375 33.930116,33.320375 39.037453,37.42 42.322266,52.576 44.235421,42.196 42.27243,29.975922 34.253906,29.995922 Z"/>
<path fill="#fff" style="opacity:0.1" d="m12 4c-4.432 0-8 3.568-8 8v1c0-4.432 3.568-8 8-8h40c4.432 0 8 3.568 8 8v-1c0-4.432-3.568-8-8-8z"/>
<path fill="#c0c0c0" d="M 34.258597,29 C 28.680387,29.01728 20.173717,34.956 8,51.56 33.930116,32.32 39.036507,36.42 42.32132,51.576 c 1.913155,-10.38 -0.04818,-22.6 -8.066704,-22.58 z"/>
<path fill="#c0c0c0" d="m 33.955397,11.825613 c -7.908,18.48 9.936,24.27 22.01,0.4592 -9.056,7.684 -22.26,16.16 -22.01,-0.4592 z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1 KiB

View file

@ -1,10 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
<path style="opacity:0.2" d="m 39.392523,8.0137983 c -1.02879,0.024802 -2.08077,0.142434 -3.146184,0.355421 -5.56842,1.1134202 -9.462607,4.6706687 -12.776003,8.6628947 -0.147284,-0.941278 -0.366404,-1.891346 -0.893892,-2.890236 -1.216084,-2.302868 -4.353632,-4.125364 -6.811525,-4.128349 -3.158204,-0.0038 -5.097313,1.358556 -6.7646852,2.819932 -1.6673723,1.461376 -3.033299,3.294503 -4.0830124,5.487541 -3.407543,7.119309 -1.7268627,14.709359 0.8158218,21.153398 2.5426844,6.444038 6.2563618,12.158218 9.1614058,16.095486 a 5.9963043,5.9997907 0 0 0 10.355863,-5.874208 c -0.1914,-0.45822 -0.226032,-0.747954 -0.398154,-1.183434 11.746007,-0.832106 16.299973,-2.000348 27.452988,3.647946 a 5.9963043,5.9997907 0 0 0 6.624162,-9.893198 C 54.038616,38.049164 46.422785,32.097673 37.499347,29.506995 c 2.457328,-1.441284 4.472566,-2.707168 8.021598,-4.75717 1.837799,-1.06143 3.529871,-2.315784 4.660723,-4.647814 1.130852,-2.332027 0.769696,-5.949066 -0.694814,-7.955957 C 46.557833,8.1322725 42.989497,7.9270829 39.392523,8.0137983 Z"/>
<path style="fill:#124364" d="m 39.392523,7.0137993 c -1.02879,0.024802 -2.08077,0.142434 -3.146184,0.355421 -5.56842,1.1134203 -9.462607,4.6706677 -12.776003,8.6628937 -0.147284,-0.941277 -0.366404,-1.891345 -0.893892,-2.890235 -1.216084,-2.302868 -4.353632,-4.1253642 -6.811525,-4.1283494 -3.158204,-0.00384 -5.097313,1.3585564 -6.7646852,2.8199324 -1.6673723,1.461376 -3.033299,3.294503 -4.0830124,5.487541 -3.407543,7.119308 -1.7268627,14.709358 0.8158218,21.153398 2.5426844,6.444037 6.2563618,12.158217 9.1614058,16.095485 a 5.9963043,5.9997907 0 0 0 10.355863,-5.874208 c -0.1914,-0.45822 -0.226032,-0.747954 -0.398154,-1.183434 11.746007,-0.832106 16.299973,-2.000348 27.452988,3.647946 a 5.9963043,5.9997907 0 0 0 6.624162,-9.893198 C 54.038616,37.049165 46.422785,31.097673 37.499347,28.506995 c 2.457328,-1.441284 4.472566,-2.707168 8.021598,-4.75717 1.837799,-1.06143 3.529871,-2.315784 4.660723,-4.647812 1.130852,-2.332028 0.769696,-5.949068 -0.694814,-7.955959 C 46.557833,7.1322735 42.989497,6.9270839 39.392523,7.0137993 Z"/>
<path style="opacity:0.2" d="m 39.511717,14.000002 c -0.679272,0.01637 -1.390158,0.09303 -2.117186,0.238281 -10.407485,2.079795 -17.056793,17.760492 -19.8125,26.562499 7.418183,-12.371477 13.512468,-14.673551 24.917968,-21.257812 4.893941,-2.824872 1.766626,-5.657532 -2.988282,-5.542968 z m -23.796873,2 c -1.657257,-0.002 -4.014544,1.927358 -5.4375,4.898437 C 5.751606,30.348473 14.299321,44.712112 19.679688,52 14.224301,38.947638 16.014133,32.783793 17.542969,19.929689 17.870754,17.172475 17.003821,16.001566 15.714844,16.000002 Z m 14.394531,18.113281 c -2.053118,-0.08762 -4.031377,0.19758 -5.863281,0.972656 -5.460545,2.31116 -7.77978,7.905169 -1.394532,7.511717 13.023113,-0.801768 19.328929,-2.285364 32.148436,4.203126 C 49.292726,41.88158 39.006211,34.493009 30.109375,34.113283 Z"/>
<path style="fill:#3eb9ff" d="M 54.999998,45.8 C 47.975664,39.745598 34.016537,29.953895 24.246378,34.087619 18.785833,36.398779 16.466064,41.990352 22.851312,41.5969 35.874425,40.795132 42.180491,39.31151 54.999998,45.8"/>
<path style="fill:#007ae0" d="m 17.580488,39.8 c 2.755706,-8.802007 9.40567,-24.48238 19.813155,-26.562175 5.816226,-1.162042 10.700907,2.075962 5.107832,5.304388 C 31.095975,25.126473 24.99867,27.428523 17.580488,39.8"/>
<path style="fill:#0055b2" d="M 19.679548,51 C 14.299181,43.712112 5.7509914,29.348623 10.27673,19.898589 12.806428,14.616671 18.2903,12.626599 17.541077,18.928803 16.012241,31.782907 14.224162,37.947639 19.679548,51"/>
<path style="opacity:0.2;fill:#ffffff" d="M 39.511719 13 C 38.832447 13.01637 38.121559 13.09303 37.394531 13.238281 C 26.987046 15.318076 20.337738 30.998774 17.582031 39.800781 C 17.830209 39.38689 18.071792 39.023996 18.316406 38.634766 C 21.407068 29.644967 27.773298 16.160954 37.394531 14.238281 C 38.121559 14.09303 38.832447 14.01637 39.511719 14 C 42.241852 13.934221 44.426508 14.841995 44.871094 16.160156 C 45.429578 14.326115 42.889793 12.918609 39.511719 13 z M 15.714844 15 C 14.057587 14.998 11.7003 16.927358 10.277344 19.898438 C 9.3749215 21.782753 9.0335784 23.871823 9.046875 26.052734 C 9.1365985 24.233001 9.5130631 22.494305 10.277344 20.898438 C 11.7003 17.927358 14.057587 15.998 15.714844 16 C 16.719733 16.001219 17.458227 16.72551 17.583984 18.345703 C 17.723274 16.018392 16.905909 15.001445 15.714844 15 z M 30.109375 33.113281 C 28.056255 33.025661 26.077998 33.310862 24.246094 34.085938 C 20.809455 35.540484 18.62584 38.293215 19.064453 40.037109 C 19.431171 38.365751 21.414808 36.28427 24.246094 35.085938 C 26.077998 34.310862 28.056255 34.025661 30.109375 34.113281 C 37.655195 34.435345 46.17275 39.793105 52.076172 44.416016 C 53.015125 44.83106 53.982509 45.285786 55 45.800781 C 49.292728 40.881579 39.006211 33.493007 30.109375 33.113281 z M 16.03125 35.589844 C 16.018953 36.145081 16.017786 36.699022 16.027344 37.253906 C 16.028922 37.032567 16.026341 36.811486 16.03125 36.589844 C 16.139577 40.56401 16.862909 44.608958 18.769531 49.701172 C 19.076716 50.143188 19.392644 50.611191 19.679688 51 C 17.083936 44.789498 16.155392 40.144205 16.03125 35.589844 z"/>
<path style="opacity:0.1;fill:#ffffff" d="M 40.738281 7.0019531 C 40.290747 6.996802 39.8422 7.0028324 39.392578 7.0136719 C 38.363788 7.0384739 37.311508 7.1561536 36.246094 7.3691406 C 30.677674 8.4825609 26.784099 12.039024 23.470703 16.03125 C 23.323419 15.089973 23.10366 14.141468 22.576172 13.142578 C 21.360088 10.83971 18.223518 9.0166571 15.765625 9.0136719 C 12.607421 9.0098319 10.667372 10.372608 9 11.833984 C 7.3326277 13.29536 5.9676822 15.127274 4.9179688 17.320312 C 3.4909073 20.301842 2.9624135 23.366629 3.0097656 26.394531 C 3.0848481 23.69368 3.6477831 20.974085 4.9179688 18.320312 C 5.9676822 16.127275 7.3326277 14.29536 9 12.833984 C 10.667372 11.372608 12.607421 10.009872 15.765625 10.013672 C 18.223518 10.016657 21.360088 11.83971 22.576172 14.142578 C 23.10366 15.141468 23.323419 16.089973 23.470703 17.03125 C 26.784099 13.039024 30.677674 9.4825609 36.246094 8.3691406 C 37.311508 8.1561536 38.363788 8.0384739 39.392578 8.0136719 C 42.989552 7.9269565 46.557307 8.1327034 49.486328 12.146484 C 50.283657 13.239103 50.739789 14.808736 50.820312 16.388672 C 50.926648 14.493793 50.452855 12.470964 49.486328 11.146484 C 46.923435 7.6344264 43.87102 7.0380111 40.738281 7.0019531 z M 38.595703 28.853516 C 38.235399 29.068024 37.873809 29.288564 37.5 29.507812 C 46.423438 32.098491 54.038995 38.049751 58.929688 42.267578 A 5.9963043 5.9997907 0 0 1 60.972656 46.289062 A 5.9963043 5.9997907 0 0 0 58.929688 41.267578 C 54.241182 37.22412 47.044269 31.595137 38.595703 28.853516 z M 25.179688 48.486328 C 25.055791 48.495288 24.977085 48.502827 24.851562 48.511719 C 25.023684 48.947199 25.0586 49.237093 25.25 49.695312 A 5.9963043 5.9997907 0 0 1 25.685547 51.478516 A 5.9963043 5.9997907 0 0 0 25.25 48.695312 C 25.216702 48.615596 25.205045 48.5575 25.179688 48.486328 z"/>
</svg>

Before

Width:  |  Height:  |  Size: 6.9 KiB

View file

@ -1,25 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
<path style="opacity:0.2" d="M 18,31 H 46 C 46,31 48,23.222 56,17 56,15 56,14 51,16 47,19.111 33,28 33,28 H 31 C 31,28 18,19.111 14,16 8,14 8,15 8,17 16,23.222 18,31 18,31 Z"/>
<path style="opacity:0.2" d="M 17,45 H 47 L 50,52.068 53,52 C 55.564,51.942 58,54.625 58,56 54.97,57.375 49,58 49,58 L 40,59 32.5,53.5 25,59 15,58 C 15,58 8.5792,57.375 6,56 6,54.625 8.4353,52 11,52 H 14 Z"/>
<path style="fill:#f77d00" d="M 17,44 H 47 L 50,51.068 53,51 C 55.564,50.942 58,53.625 58,55 54.97,56.375 49,57 49,57 L 40,58 32.5,52.5 25,58 15,57 C 15,57 8.5792,56.375 6,55 6,53.625 8.4353,51 11,51 H 14 Z"/>
<path style="opacity:0.2;fill:#ffffff" d="M 17,44 14,51 H 11 C 8.4353,51 6,53.625 6,55 6.076,55.041 6.1832,55.074 6.2656,55.113 6.9423,53.726 8.9168,52 11,52 H 14 L 17,45 H 47 L 50,52.068 53,52 C 55.08,51.953 57.053,53.703 57.732,55.102 57.817,55.066 57.919,55.037 58,55 58,53.625 55.564,50.942 53,51 L 50,51.068 47,44 Z"/>
<path style="opacity:0.2" d="M 36.75,61 H 51 C 51,55.714 45.442,53.467 41.5,53.072 37.974,52.718 32,56.219 32,56.219 32,56.219 24.301,52.118 20.125,53.072 16.835,53.823 13,55.714 13,61 H 27.25 C 30.273,61 32,57.813 32,57.813 32,57.813 33.727,61 36.75,61 Z"/>
<path style="fill:#eab108" d="M 36.75,60 H 51 C 51,54.714 45.442,52.467 41.5,52.072 37.974,51.718 32,55.219 32,55.219 32,55.219 24.301,51.118 20.125,52.072 16.835,52.823 13,54.714 13,60 H 27.25 C 30.273,60 32,56.813 32,56.813 32,56.813 33.727,60 36.75,60 Z"/>
<path style="opacity:0.2;fill:#ffffff" d="M 21.834,51.934 C 21.224,51.913 20.647,51.953 20.125,52.072 16.835,52.823 13,54.714 13,60 H 13.051 C 13.506,55.472 17.052,53.774 20.125,53.072 24.301,52.118 32,56.219 32,56.219 32,56.219 37.974,52.718 41.5,53.072 45.183,53.441 50.275,55.429 50.928,60 H 51 C 51,54.714 45.442,52.467 41.5,52.072 37.974,51.718 32,55.219 32,55.219 32,55.219 26.105,52.079 21.834,51.934 Z"/>
<path style="fill:#4f4f4f" d="M 18,30 H 46 C 46,30 48,22.222 56,16 56,14 56,13 51,15 47,18.111 33,27 33,27 H 31 C 31,27 18,18.111 14,15 8,13 8,14 8,16 16,22.222 18,30 18,30 Z"/>
<path style="opacity:0.1;fill:#ffffff" d="M 9.4648,13.91 C 8,13.891 8,14.75 8,16 8.0172,16.013 8.0317,16.028 8.0488,16.041 8.2095,14.752 9.0848,14.362 14,16 18,19.111 31,28 31,28 H 33 C 33,28 47,19.111 51,16 55.088,14.365 55.823,14.751 55.959,16.033 55.973,16.022 55.986,16.011 56,16 56,14 56,13 51,15 47,18.111 33,27 33,27 H 31 C 31,27 18,18.111 14,15 11.75,14.25 10.344,13.922 9.4648,13.91 Z"/>
<path style="opacity:0.2" d="M 32,5 C 26.63,5 22,9.9964 22,16.201 22,19.883 21.44,22.679 20.625,25 H 12 C 9.0002,25.032 4,27 4,28 9.1043,28.681 13.077,29.943 17.437,31.309 15.646,34.246 14,36.969 14,41.4 14,52.225 22.059,61 32,61 41.941,61 50,52.225 50,41.4 50,36.888 48.295,34.147 46.465,31.146 50.404,29.844 55.751,28.654 60,28 60,27 55,25 52,25 H 43.375 C 42.56,22.679 42,19.883 42,16.201 42,9.9964 37.37,5 32,5 Z"/>
<path style="fill:#cbcbcb" d="M 32,4 C 26.63,4 22,9 22,15 22,19 21.44,21.679 20.625,24 H 12 C 9.0002,24.032 4,26 4,27 9.1043,27.681 13.077,28.943 17.437,30.309 15.646,33.246 14,35.969 14,40.4 14,51.225 22.059,60 32,60 41.941,60 50,51.225 50,40.4 50,35.888 48.295,33.147 46.465,30.146 50.404,28.844 55.751,27.654 60,27 60,26 55,24 52,24 H 43.375 C 42.56,21.679 42,19 42,15 42,9 37.37,4 32,4 Z"/>
<path style="opacity:0.1" d="M 32,21 C 28.42,21 26,24.233 26,28 26,36.501 20,37 20,43 20,49.572 25.373,55 32,55 38.627,55 44,49.572 44,43 44,37 38,36.501 38,28 38,24.233 35.58,21 32,21 Z"/>
<path style="fill:#ffffff" d="M 32,20 C 28.42,20 26,23.233 26,27 26,35.501 20,36 20,42 20,48.572 25.373,54 32,54 38.627,54 44,48.572 44,42 44,36 38,35.501 38,27 38,23.233 35.58,20 32,20 Z"/>
<circle style="opacity:0.1" cx="28" cy="15" r="4"/>
<circle style="fill:#ffffff" cx="28" cy="14" r="4"/>
<circle style="fill:#323232" cx="28" cy="14" r="2"/>
<path style="opacity:0.1" d="M 38,20.2 C 38,24.066 35.314,27 32,27 28.686,27 26,24.066 26,20.2 Z"/>
<path style="fill:#f77d00" d="M 38,19.2 C 38,23.066 35.314,26 32,26 28.686,26 26,23.066 26,19.2 Z"/>
<circle style="opacity:0.1" cx="36" cy="15" r="4"/>
<circle style="fill:#ffffff" cx="36" cy="14" r="4"/>
<circle style="fill:#323232" cx="36" cy="14" r="2"/>
<path style="fill:#eab108" d="M 38,19.333 C 38,20 35.314,24 32,24 28.686,24 26,20 26,19.333 26,17.492 28.686,16 32,16 35.314,16 38,17.492 38,19.333 Z"/>
<path style="opacity:0.2;fill:#ffffff" d="M 32,4 C 26.63,4 22,9 22,15 22,19 21.44,21.679 20.625,24 H 12 C 9.0002,24.032 4,26 4,27 4.2796,27.037 4.5434,27.082 4.8164,27.123 6.3563,26.144 9.7427,25.024 12,25 H 20.625 C 21.44,22.679 22,20 22,16 22,10 26.63,5 32,5 37.37,5 42,10 42,16 42,20 42.56,22.679 43.375,25 H 52 C 54.273,25 57.684,26.147 59.209,27.139 59.467,27.096 59.749,27.039 60,27 60,26 55,24 52,24 H 43.375 C 42.56,21.679 42,19 42,15 42,9 37.37,4 32,4 Z M 46.969,30.996 C 46.808,31.047 46.621,31.095 46.465,31.146 48.224,34.032 49.852,36.693 49.977,40.902 49.98,40.734 50,40.57 50,40.4 50,36.318 48.59,33.683 46.969,30.996 Z M 16.939,31.154 C 15.359,33.787 14,36.396 14,40.4 14,40.569 14.02,40.733 14.023,40.9 14.146,36.77 15.717,34.13 17.438,31.309 17.269,31.256 17.107,31.207 16.939,31.154 Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

View file

@ -1,12 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
<path style="opacity:0.2" d="M 40,5 C 28.954,5 20,13.954 20,25 20,36.046 28.954,45 40,45 51.046,45 60,36.046 60,25 V 8.058 C 60,6.358 58.642,5 56.942,5 Z"/>
<path style="fill:#666666" d="M 40,4 C 28.954,4 20,12.954 20,24 20,35.046 28.954,44 40,44 51.046,44 60,35.046 60,24 V 7.058 C 60,5.358 58.642,4 56.942,4 Z"/>
<path style="opacity:0.2" d="M 40,39 C 47.76,39 54,32.76 54,25 V 11 H 40 C 32.24,11 26,17.24 26,25 26,32.76 32.24,39 40,39 Z"/>
<path style="fill:#ececec" d="M 40,38 C 47.76,38 54,31.76 54,24 V 10 H 40 C 32.24,10 26,16.24 26,24 26,31.76 32.24,38 40,38 Z"/>
<path style="opacity:0.2" d="M 24,21 C 12.954,21 4,29.954 4,41 V 57.94 C 4,59.64 5.3658,61 7.0618,61 H 24 C 35.046,61 44,52.046 44,41 44,29.954 35.046,21 24,21 Z"/>
<path style="fill:#ffffff;opacity:0.1" d="M 40 4 C 28.954 4 20 12.954 20 24 C 20 24.168 20.008 24.333 20.012 24.5 C 20.278 13.686 29.122 5 40 5 L 56.941 5 C 58.641 5 60 6.3586 60 8.0586 L 60 7.0586 C 60 5.3586 58.641 4 56.941 4 L 40 4 z"/>
<path style="fill:#808080" d="M 24,20 C 12.954,20 4,28.954 4,40 V 56.94 C 4,58.64 5.3658,60 7.0618,60 H 24 C 35.046,60 44,51.046 44,40 44,28.954 35.046,20 24,20 Z"/>
<path style="opacity:0.2" d="M 24,27 C 16.24,27 10,33.24 10,41 V 55 H 24 C 31.76,55 38,48.76 38,41 38,33.24 31.76,27 24,27 Z"/>
<path style="fill:#ffffff" d="M 24,26 C 16.24,26 10,32.24 10,40 V 54 H 24 C 31.76,54 38,47.76 38,40 38,32.24 31.76,26 24,26 Z"/>
<path style="fill:#ffffff;opacity:0.2" d="M 24 20 C 12.954 20 4 28.954 4 40 L 4 41 C 4 29.954 12.954 21 24 21 C 34.878 21 43.722 29.686 43.988 40.5 C 43.992 40.333 44 40.168 44 40 C 44 28.954 35.046 20 24 20 z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -1,10 +0,0 @@
<svg width="64" height="64" version="1" xmlns="http://www.w3.org/2000/svg">
<rect x="4" y="5" width="56" height="56" rx="2.8" ry="2.8" style="opacity:.2"/>
<rect x="4" y="4" width="56" height="56" rx="2.8" ry="2.8" style="fill:#4f4f4f"/>
<path d="M 6.8007812 4 C 5.2495812 4 4 5.2495812 4 6.8007812 L 4 7.8007812 C 4 6.2495812 5.2495812 5 6.8007812 5 L 57.199219 5 C 58.750419 5 60 6.2495813 60 7.8007812 L 60 6.8007812 C 60 5.2495813 58.750419 4 57.199219 4 L 6.8007812 4 z" style="fill:#ffffff;opacity:.1"/>
<path d="m36.880584 8.9999994c-3.476506 2.1018166-7.047576 4.0577886-10.447178 6.2803116-1.247274 5.959453-2.4558 11.927647-3.623944 17.903093 1.31099 1.664394 2.748874 3.224644 4.10668 4.850702-1.32631-0.423192-2.992426-1.377402-4.456142-1.968058 1.152254 4.255722 2.357526 8.498852 3.614382 12.724868 1.680506-0.14454 3.348232-0.413142 5.028196-0.563192-1.205986 1.242438-2.508102 2.388196-3.721246 3.623592 2.120792-0.882468 4.206668-1.846678 6.320318-2.746122 0.40609 0.665274-0.798058 3.047558-0.960296 4.339976 0.926522-1.50051 1.809066-3.028632 2.689532-4.55669l0.811316-0.381574s-0.237584-0.238074 0 0c1.842638 0.290654 3.681202 0.64152 5.522338 0.919148-1.656868-0.813338-3.341298-1.56942-4.99819-2.38271 1.656928-0.68688 3.422368-1.208112 5.114882-1.848296-1.664556-0.0156-3.329206 0.02998-4.993802 0.011 0.26891-0.593796 2.278384-1.641338 3.14884-2.452726-1.215822-1.412202-2.585738-2.684676-3.810388-4.089218 2.118056-6.936158 4.340664-13.840184 6.515798-20.758717-1.950644-2.970338-3.856266-5.971576-5.861096-8.9054682z" style="opacity:.2"/>
<path d="m36.880584 7.9999994c-3.476506 2.1018166-7.047576 4.0577886-10.447178 6.2803116-1.247274 5.959453-2.4558 11.927647-3.623944 17.903093 1.31099 1.664394 2.748874 3.224644 4.10668 4.850702-1.32631-0.423192-2.992426-1.377402-4.456142-1.968058 1.152254 4.255722 2.357526 8.498852 3.614382 12.724868 1.680506-0.14454 3.348232-0.413142 5.028196-0.563192-1.205986 1.242438-2.508102 2.388196-3.721246 3.623592 2.120792-0.882468 4.206668-1.846678 6.320318-2.746122 0.40609 0.665274-0.798058 3.047558-0.960296 4.339976 0.926522-1.50051 1.809066-3.028632 2.689532-4.55669l0.811316-0.381574s-0.237584-0.238074 0 0c1.842638 0.290654 3.681202 0.64152 5.522338 0.919148-1.656868-0.813338-3.341298-1.56942-4.99819-2.38271 1.656928-0.68688 3.422368-1.208112 5.114882-1.848296-1.664556-0.0156-3.329206 0.02998-4.993802 0.011 0.26891-0.593796 2.278384-1.641338 3.14884-2.452726-1.215822-1.412202-2.585738-2.684676-3.810388-4.089218 2.118056-6.936158 4.340664-13.840184 6.515798-20.758717-1.950644-2.970338-3.856266-5.971576-5.861096-8.9054682z" style="fill:#ffc107"/>
<path d="m35.192278 14.984701c-2.929074 7.874205-4.77914 17.390543-5.228764 26.187523-0.10594 1.225772-0.07606 0.977402 0.72363 1.93985 3.969068 4.777628 7.9297 9.83238 11.92074 13.887926l-0.0013-0.280112c-3.815192-5.231198-7.63038-9.641566-11.445568-14.293172-0.333766-0.400656-0.424738-0.406318-0.396902-0.89176 0.506408-8.817444 2.489944-18.580452 4.428164-26.550255z" style="opacity:.2"/>
<path d="m35.192278 13.984701c-2.929074 7.874205-4.77914 17.390543-5.228764 26.187523-0.10594 1.225772-0.07606 0.977402 0.72363 1.93985 3.969068 4.777628 7.9297 9.83238 11.92074 13.887926l-0.0013-0.280112c-3.815192-5.231198-7.63038-9.641566-11.445568-14.293172-0.333766-0.400656-0.424738-0.406318-0.396902-0.89176 0.506408-8.817444 2.489944-18.580452 4.428164-26.550255z" style="fill:#ffffff"/>
<path d="m36.878906 8c-3.476506 2.101817-7.04571 4.058727-10.445312 6.28125-1.247274 5.959454-2.456856 11.926898-3.625 17.902344 0.05178 0.06574 0.106062 0.129474 0.160156 0.193359 1.119106-5.705721 2.273727-11.404566 3.464844-17.095703 3.399602-2.222523 6.968806-4.179433 10.445312-6.28125 1.931915 2.827187 3.773516 5.71763 5.650391 8.582031 0.0707-0.225337 0.142055-0.450471 0.212891-0.675781-1.950644-2.970338-3.858452-5.972358-5.863282-8.90625zm-14.417968 27.066406c0.104174 0.384757 0.215605 0.767468 0.326171 1.150391 0.469227 0.203942 0.94783 0.426217 1.431641 0.658203 0.469998 0.5516 0.939547 1.104201 1.412109 1.654297 0.447324 0.196563 0.885262 0.37764 1.28711 0.505859-0.887434-1.062758-1.801155-2.10617-2.699219-3.160156-0.594094-0.284866-1.192849-0.580612-1.757812-0.808594zm14.234374 3.101563c-0.15366 0.499518-0.316118 0.996262-0.46875 1.496093 0.07577 0.0869 0.15581 0.169742 0.232422 0.25586 0.07933-0.250475 0.159076-0.500821 0.236328-0.751953 0.926273 1.014959 1.89306 1.992703 2.814454 3.011719 0.198139-0.146244 0.378968-0.289295 0.52539-0.425782-1.06609-1.238286-2.238619-2.379275-3.339844-3.585937zm5.1875 6.027343c-0.806897-0.0076-1.614948-0.0031-2.421874 0.0039-0.792893 0.586308-1.78296 1.205864-2.277344 1.6875 1.535858-0.607116 3.145962-1.103894 4.699218-1.691407zm-4.925781 1.9375c-0.014 0.0225-0.06063 0.05286-0.07031 0.07422 0.07418 8.46e-4 0.148478-6.02e-4 0.222656 0-0.0508-0.02466-0.101604-0.04946-0.152344-0.07422zm2.171875 1.035157c-0.516216 0.17854-1.020412 0.37413-1.527344 0.566406 1.387904 0.235364 2.776085 0.48211 4.164063 0.691406-0.8739-0.428988-1.755569-0.843884-2.636719-1.257812zm-8.027344 2.058593c-0.774011 0.06914-1.545142 0.162079-2.316406 0.257813-0.47289 0.450396-0.944834 0.901286-1.402344 1.367187 1.242643-0.517065 2.471847-1.065652 3.703126-1.609374zm2.601563 0.878907c-0.11374 0.0484-0.22625 0.09968-0.339844 0.148437-0.2566 0.77942-0.546797 1.599545-0.621093 2.191406 0.179051-0.289975 0.347795-0.586339 0.519531-0.880859 0.03479-0.104665 0.06737-0.206691 0.101562-0.310547 0.03724-0.01598 0.07424-0.03249 0.111328-0.04883 0.09472-0.162721 0.191145-0.324382 0.28711-0.486328 0.02908-0.25601 0.02455-0.477095-0.05859-0.613281z" style="fill:#ffffff;opacity:.2"/>
</svg>

Before

Width:  |  Height:  |  Size: 5.5 KiB

View file

@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
<circle style="opacity:0.2" cx="32" cy="33" r="28"/>
<circle style="fill:#86be43" cx="32" cy="32" r="28"/>
<path style="opacity:0.2" d="M 13.999893,16 V 39.714844 C 13.999893,45.365028 18.634864,50 24.285049,50 h 15.429688 c 5.55398,0 10.13102,-4.481014 10.285156,-10 V 27.117594 c 2.86e-4,-0.03906 2.86e-4,-0.07812 0,-0.11718 0,-4.418278 -3.581722,-8 -8,-8 -0.04036,-3.05e-4 -0.08074,-3.05e-4 -0.1211,0 -1.776364,0.02794 -3.492894,0.646383 -4.8789,1.757804 -1.418524,-1.137036 -3.182018,-1.757015 -5,-1.757812 -0.04036,-3.05e-4 -0.08073,-3.05e-4 -0.121094,0 -4.370916,0.06617 -7.879406,3.628584 -7.878906,8 V 40 h 6 v -4.257812 -8.741782 c 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 V 35.746094 40 h 6 v -4.257812 -8.624594 c 2.86e-4,-0.03906 2.86e-4,-0.07812 0,-0.11718 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 V 35.746094 39 c 0,3 -2,5 -5.285156,5 H 25.085831 c -3.085938,0 -5.085938,-2 -5.085938,-5 V 16 Z"/>
<path style="fill:#ffffff" d="M 13.999893,15 V 38.714844 C 13.999893,44.365028 18.634864,49 24.285049,49 h 15.429688 c 5.55398,0 10.13102,-4.481014 10.285156,-10 V 26.117594 c 2.86e-4,-0.03906 2.86e-4,-0.07812 0,-0.11718 0,-4.418278 -3.581722,-8 -8,-8 -0.04036,-3.05e-4 -0.08074,-3.05e-4 -0.1211,0 -1.776364,0.02794 -3.492894,0.646383 -4.8789,1.757804 -1.418524,-1.137036 -3.182018,-1.757015 -5,-1.757812 -0.04036,-3.05e-4 -0.08073,-3.05e-4 -0.121094,0 -4.370916,0.06617 -7.879406,3.628584 -7.878906,8 V 39 h 6 v -4.257812 -8.741782 c 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 V 34.746094 39 h 6 v -4.257812 -8.624594 c 2.86e-4,-0.03906 2.86e-4,-0.07812 0,-0.11718 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 V 34.746094 38 c 0,3 -2,5 -5.285156,5 H 25.085831 c -3.085938,0 -5.085938,-2 -5.085938,-5 V 15 Z"/>
<path style="opacity:0.2;fill:#ffffff" d="M 32 4 A 28 28 0 0 0 4 32 A 28 28 0 0 0 4.0058594 32.490234 A 28 28 0 0 1 32 5 A 28 28 0 0 1 59.994141 32.488281 A 28 28 0 0 0 60 32 A 28 28 0 0 0 32 4 z"/>
</svg>

Before

Width:  |  Height:  |  Size: 2 KiB

View file

@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" height="64" width="64" version="1.1">
<rect style="opacity:.2" rx="2.8" ry="2.8" height="56" width="56" y="5" x="4.1992002"/>
<rect style="fill:#4f4f4f" rx="2.8" ry="2.8" height="56" width="56" y="4" x="4.1992002"/>
<path style="opacity:.1;fill:#ffffff" d="m7 4c-1.5512 0-2.8008 1.2496-2.8008 2.8008v1c0-1.5512 1.2496-2.8008 2.8008-2.8008h50.3982c1.551 0 2.801 1.2496 2.801 2.8008v-1c0-1.5512-1.25-2.8008-2.801-2.8008z"/>
<path style="opacity:.2" d="m10 11v44h5v-44zm13 0v5l23 13v3h8v-5l-23-12v-4zm23 0v4l-4.625 2.412109 5.265625 2.748047 7.359375-4.160156v-5zm-16.560547 12.640625-6.439453 3.359375v5h8v-3l3.960938-2.238281zm-1.439453 10.359375c-2.77 0-5 2.23-5 5v11c0 2.77 2.23 5 5 5h26v-6h-24c-1.108 0-2-0.892-2-2v-6c0-1.108 0.892-2 2-2h14l-10 7h9l11-7c0-2.77-2.23-5-5-5z"/>
<path style="fill:#ffffff" d="m10 10v44h5v-44h-5zm13 0v5l23 13v3h8v-5l-23-12v-4h-8zm23 0v4l-4.625 2.412109 5.265625 2.748047 7.359375-4.160156v-5h-8zm-16.560547 12.640625l-6.439453 3.359375v5h8v-3l3.960938-2.238281-5.521485-3.121094zm-1.439453 10.359375c-2.77 0-5 2.23-5 5v11c0 2.77 2.23 5 5 5h20 1 5v-5-1h-6-18c-1.108 0-2-0.892-2-2v-6c0-1.108 0.892-2 2-2h14l-10 7h9l11-7c0-2.77-2.23-5-5-5h-21z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1,17 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
<rect style="opacity:0.2" width="56" height="52" x="4" y="7" rx="2.8" ry="2.8"/>
<path style="fill:#1da0f8" d="M 38,58 H 6.8 C 5.2488,58 4,56.751 4,55.2 V 8.8 C 4,7.2488 5.2488,6 6.8,6 H 34 L 38,10 Z"/>
<path style="opacity:0.2" d="M 27.141,32 C 27.105,32.265 27,33 27,33 H 35 C 35,33 35.019,42.609 37.826,58 H 38 C 35,42 35,32 35,32 Z"/>
<path style="fill:#e4e4e4" d="M 33,6 C 29,16 27,32 27,32 H 35 C 35,32 35,42 38,58 H 57.199 C 58.75,58 60,56.75 60,55.199 V 8.8008 C 60,7.2496 58.75,6 57.199,6 Z"/>
<path style="opacity:0.2;fill:#ffffff" d="M 6.8008,6 C 5.2496,6 4,7.2496 4,8.8008 V 9.8008 C 4,8.2496 5.2496,7 6.8008,7 H 57.199 C 58.75,7 60,8.2496 60,9.8008 V 8.8008 C 60,7.2496 58.75,6 57.199,6 Z"/>
<g style="opacity:0.2;fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round" transform="translate(0,1)">
<path d="M 15.5,39.5 C 15.5,39.5 20,46.5 32,46.5 44,46.5 48.5,39.5 48.5,39.5"/>
<path d="M 20.5,20.5 V 24.5"/>
<path d="M 43.5,20.5 V 24.5"/>
</g>
<g style="fill:none;stroke:#4c4c4c;stroke-width:3;stroke-linecap:round">
<path d="M 15.5,39.5 C 15.5,39.5 20,46.5 32,46.5 44,46.5 48.5,39.5 48.5,39.5"/>
<path d="M 20.5,20.5 V 24.5"/>
<path d="M 43.5,20.5 V 24.5"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -1,7 +0,0 @@
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
<circle cx="32" cy="33" r="28" style="opacity:.2"/>
<circle cx="32" cy="32" r="28" style="fill:#4f4f4f"/>
<path d="M 32,4 A 28,28 0 0 0 4,32 28,28 0 0 0 4.0215,32.586 28,28 0 0 1 32,5 28,28 0 0 1 59.979,32.414 28,28 0 0 0 60,32 28,28 0 0 0 32,4 Z" style="fill:#ffffff;opacity:.1"/>
<path d="m26.3125 13.255859c-8.337291 2.989221-14.302834 10.88718-14.3125 19.744141 0 11.597979 9.802412 21 21.400391 21 5.895908-0.0097 11.515038-2.49764 15.486328-6.855469-0.591108 0.214093-1.175572 0.406319-1.761719 0.576172 0.0601-0.404589-0.829782-0.606854-0.90625-0.96875-0.303681-1.437277-0.268446-2.933699 0.0918-4.367187 0.271416-1.08003 1.21139-1.792638 1.212891-2.90625 0.0023-1.623836-0.123047-3.048828-0.123047-3.048828s1.083582-0.403111 1.595703-0.69336c0.523271-0.296568 1.064493-0.946371 1.058594-1.697266-0.0034-0.435367-0.734218-0.760673-1.00586-1.208984-0.226072-0.373102-0.133375-0.865104-0.404297-1.207031-0.231363-0.292001-1.083984-0.726563-1.083984-0.726563s-0.456198-1.929408-1.308594-1.861328c-0.347995 0.027796-0.251956 1.910156-0.251956 1.910156s-1.850723 0.671088-1.962891 2.417969c-0.04792 0.746298-0.625339 1.105132-1.257812 1.636719-0.632474 0.531588-1.421176 1.235721-2.115235 1.433594-5.07306 1.446309-5.399397 4.358395-5.527343 7.21289-0.03965 0.884582 0.552734 2.617188 0.552734 2.617188s-2.649017-2.240753-2.742187-3.84961c-0.0942-1.626768 1.669818-2.845463 1.484375-4.455078-0.108837-0.944693-1.630975-2.692872-2.296875-1.986328-0.487453 0.517206 1.270583 1.263382 1.339843 2.238282 0.04673 0.657907-1.696273 2.327766-1.484375 4.302734 0.136476 1.271993 1.043534 3.070925 1.703125 4.259766-7.465635-3.247772-12.693359-10.72634-12.693359-19.373047 0.0094-5.237418 1.77541-10.281938 5.3125-14.144532zm18.085938 31.732422c0.185459-0.01964 0.363395 0.06812 0.40039 0.320313 0.139973 0.954262 0.191758 2.70777 0.197266 2.90039-0.633039 0.113477-1.277929 0.186804-1.931641 0.230469 0.08617-0.419528 0.443723-2.118915 0.880859-3.132812 0.07413-0.171926 0.267666-0.298717 0.453126-0.31836z" style="opacity:.2"/>
<path d="m26.3125 12.255859c-8.337291 2.989221-14.302834 10.88718-14.3125 19.744141 0 11.597979 9.802412 21 21.400391 21 5.895908-0.0097 11.515038-2.49764 15.486328-6.855469-0.591108 0.214093-1.175572 0.406319-1.761719 0.576172 0.060098-0.404589-0.829782-0.606854-0.90625-0.96875-0.303681-1.437277-0.268446-2.933699 0.091797-4.367187 0.271416-1.08003 1.21139-1.792638 1.212891-2.90625 0.002253-1.623836-0.123047-3.048828-0.123047-3.048828s1.083582-0.403111 1.595703-0.69336c0.523271-0.296568 1.064493-0.946371 1.058594-1.697266-0.0034-0.435367-0.734218-0.760673-1.00586-1.208984-0.226072-0.373102-0.133375-0.865104-0.404297-1.207031-0.231363-0.292001-1.083984-0.726563-1.083984-0.726563s-0.456198-1.929408-1.308594-1.861328c-0.347992 0.027796-0.251953 1.910156-0.251953 1.910156s-1.850723 0.671088-1.962891 2.417969c-0.047917 0.746298-0.625339 1.105132-1.257812 1.636719-0.632474 0.531588-1.421176 1.235721-2.115235 1.433594-5.07306 1.446309-5.399397 4.358395-5.527343 7.21289-0.039649 0.884582 0.552734 2.617188 0.552734 2.617188s-2.649017-2.240753-2.742187-3.84961c-0.094202-1.626768 1.669818-2.845463 1.484375-4.455078-0.108837-0.944693-1.630975-2.692872-2.296875-1.986328-0.487453 0.517206 1.270583 1.263382 1.339843 2.238282 0.046735 0.657907-1.696273 2.327766-1.484375 4.302734 0.136476 1.271993 1.043534 3.070925 1.703125 4.259766-7.465635-3.247772-12.693359-10.72634-12.693359-19.373047 0.0094-5.237418 1.77541-10.281938 5.3125-14.144532zm18.085938 31.732422c0.185459-0.019642 0.363395 0.068119 0.40039 0.320313 0.139973 0.954262 0.191758 2.70777 0.197266 2.90039-0.633039 0.113477-1.277929 0.186804-1.931641 0.230469 0.08617-0.419528 0.443723-2.118915 0.880859-3.132812 0.074126-0.171926 0.267666-0.298717 0.453126-0.31836z" style="fill:#ffffff"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -1,16 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
<rect style="opacity:0.2" width="58" height="58" x="3" y="4" rx="4.35" ry="4.35"/>
<rect style="fill:#48487b" width="58" height="58" x="3" y="3" rx="4.35" ry="4.35"/>
<path style="opacity:0.2" d="m 44,44.992692 q 0,5.218604 -2.874452,8.112956 Q 38.267152,56 33.016058,56 27.70073,56 24.842338,53.134884 22,50.25515 22,44.963456 q 0,-5.291692 2.858394,-8.127574 2.874454,-2.83588 8.189782,-2.83588 5.235034,0 8.09343,2.879734 Q 44,39.75947 44,44.992692 Z m -17.921168,0 q 0,3.946844 1.750366,5.993356 1.750364,2.031892 5.18686,2.031892 3.420438,0 5.154744,-2.017274 1.750366,-2.017278 1.750366,-6.007974 0,-3.932226 -1.734306,-5.96412 -1.718248,-2.031894 -5.138686,-2.031894 -3.452554,0 -5.218978,2.031894 -1.750366,2.031894 -1.750366,5.96412 z"/>
<path style="opacity:0.2" d="m 11,10 v 22 h 3.890625 V 21.769532 c 0,-0.739496 -0.01624,-1.582434 -0.05469,-2.527344 -0.03844,-0.944912 -0.07874,-1.826776 -0.117187,-2.648438 -0.03844,-0.821661 -0.06672,-1.436825 -0.08594,-1.847656 H 14.75 L 19.707032,32 h 4.007812 l 5.304688,-17.222656 h 0.11718 L 29.050782,16.625 c -0.0192,0.801121 -0.04748,1.654766 -0.08594,2.558594 -0.0192,0.903828 -0.03126,1.70393 -0.03126,2.402344 V 32 H 33 V 10 H 27.058594 L 21.898438,26.824218 H 21.8125 L 16.941406,10 Z m 34.601562,0 c -2.569176,0 -4.598806,0.538169 -6.089844,1.617188 -1.49104,1.059037 -2.23828,2.550494 -2.23828,4.46875 0,0.97911 0.19598,1.816261 0.585938,2.515624 0.389962,0.699365 0.88405,1.301236 1.480468,1.800782 0.619354,0.479564 1.26055,0.886872 1.92578,1.226562 0.665236,0.31971 1.285902,0.600062 1.859376,0.839844 0.917562,0.379656 1.730294,0.738434 2.441406,1.078126 0.71111,0.319708 1.274596,0.671126 1.6875,1.05078 0.435844,0.379654 0.652344,0.839396 0.652344,1.378906 0,0.6594 -0.27368,1.208838 -0.824218,1.648438 -0.527598,0.41962 -1.43416,0.628906 -2.71875,0.628906 -1.238708,0 -2.488352,-0.17938 -3.75,-0.539062 C 39.374572,27.335188 38.169894,26.923976 37,26.484376 v 4.226562 C 39.041578,31.570156 41.357104,32 43.949218,32 46.839542,32 49.065146,31.439294 50.625,30.320312 52.207798,29.181348 53,27.6639 53,25.765624 53,24.646642 52.759066,23.70853 52.277344,22.949218 51.795626,22.18991 51.109468,21.528242 50.214844,20.96875 49.34316,20.409258 48.273368,19.871091 47.011718,19.351562 c -1.536916,-0.639418 -2.692726,-1.177587 -3.472656,-1.617187 -0.779928,-0.4396 -1.171874,-1.041471 -1.171874,-1.800781 0,-0.639419 0.26537,-1.158957 0.792968,-1.558594 0.527598,-0.399636 1.283152,-0.597656 2.269532,-0.597656 0.9405,0 1.85928,0.108324 2.753906,0.328125 0.894622,0.2198 1.903328,0.530051 3.027344,0.929687 L 52.898438,11.5 C 51.613846,11.020436 50.396952,10.650389 49.25,10.390625 48.103046,10.130861 46.88615,10 45.601562,10 Z"/>
<path style="fill:#ffffff" d="M 19.707732,31 14.748361,13.745097 h -0.115334 q 0.02883,0.616248 0.08649,1.84874 0.05767,1.232494 0.115334,2.64986 0.05767,1.417367 0.05767,2.526611 V 31 H 11 V 9 h 5.939711 l 4.872871,16.823528 h 0.08648 L 27.060288,9 H 33 V 31 H 28.934468 V 20.585434 q 0,-1.04762 0.02882,-2.403361 0.05768,-1.355742 0.08648,-2.557423 0.05768,-1.232494 0.08652,-1.84874 h -0.11534 L 23.715596,31 Z"/>
<path style="fill:#ffffff" d="m 53,24.765668 q 0,2.847412 -2.374196,4.55586 Q 48.286024,31 43.950538,31 40.062366,31 37,29.711172 v -4.226158 q 1.75484,0.6594 3.612904,1.228884 1.892472,0.53951 3.750534,0.53951 1.926886,0 2.718282,-0.62943 0.825808,-0.6594 0.825808,-1.6485 0,-0.809266 -0.653766,-1.378748 -0.619356,-0.569482 -1.68602,-1.049046 -1.066668,-0.509536 -2.443012,-1.07902 -0.860212,-0.359672 -1.858064,-0.839236 -0.997848,-0.509537 -1.92688,-1.228883 -0.894626,-0.749319 -1.479572,-1.798365 -0.584944,-1.049046 -0.584944,-2.517711 0,-2.877384 2.23656,-4.465941 Q 41.748386,9 45.60215,9 q 1.926882,0 3.647312,0.389646 1.720428,0.3896456 3.647314,1.108992 l -1.686024,3.536785 q -1.686022,-0.599455 -3.027956,-0.929155 -1.341938,-0.3297 -2.75269,-0.3297 -1.479568,0 -2.270966,0.599454 -0.791398,0.599455 -0.791398,1.558583 0,1.138965 1.169892,1.798366 1.169894,0.6594 3.47527,1.618527 1.892474,0.779293 3.2,1.618529 1.341936,0.839237 2.064514,1.978201 Q 53,23.087194 53,24.765668 Z"/>
<path style="fill:#bd66ff" d="m 44,43.992692 q 0,5.218604 -2.874452,8.112956 Q 38.267152,55 33.016058,55 27.70073,55 24.842338,52.134884 22,49.25515 22,43.963456 q 0,-5.291692 2.858394,-8.127574 2.874454,-2.83588 8.189782,-2.83588 5.235034,0 8.09343,2.879734 Q 44,38.75947 44,43.992692 Z m -17.921168,0 q 0,3.946844 1.750366,5.993356 1.750364,2.031892 5.18686,2.031892 3.420438,0 5.154744,-2.017274 1.750366,-2.017278 1.750366,-6.007974 0,-3.932226 -1.734306,-5.96412 -1.718248,-2.031894 -5.138686,-2.031894 -3.452554,0 -5.218978,2.031894 -1.750366,2.031894 -1.750366,5.96412 z"/>
<path style="opacity:0.2" d="m 32,44.78933 q 0,5.447332 -3.380992,8.336524 Q 25.238018,56 18.879731,56 H 12 V 34 h 7.603028 q 5.870478,0 9.133726,2.829 Q 32,39.658002 32,44.78933 Z m -4.238858,0.12038 q 0,-7.900136 -8.259038,-7.900136 h -3.481921 v 15.9658 h 2.859548 q 8.881411,0 8.881411,-8.065664 z"/>
<path style="fill:#e73d3d" d="m 32,43.78933 q 0,5.447332 -3.380992,8.336524 Q 25.238018,55 18.879731,55 H 12 V 33 h 7.603028 q 5.870478,0 9.133726,2.829 Q 32,38.658002 32,43.78933 Z m -4.238858,0.12038 q 0,-7.900136 -8.259038,-7.900136 h -3.481921 v 15.9658 h 2.859548 q 8.881411,0 8.881411,-8.065664 z"/>
<path style="opacity:0.2" d="m 54,49.896208 c 0,1.90286 -1.004274,3.395874 -3.012822,4.479042 C 48.97863,55.458416 46.207976,56 42.675214,56 39.142448,56 36.25071,55.624308 34,54.872922 V 51.56487 c 1.4245,0.458638 2.934472,0.819694 4.529916,1.083168 1.609684,0.263474 3.10541,0.39521 4.487176,0.39521 2.022794,0 3.5114,-0.263474 4.465816,-0.79042 0.968658,-0.526946 1.452988,-1.23442 1.452988,-2.122422 0,-0.800178 -0.441596,-1.478376 -1.324788,-2.034596 -0.883188,-0.556222 -2.706548,-1.214906 -5.470082,-1.976048 -2.849002,-0.79042 -4.85755,-1.69306 -6.025642,-2.70792 -1.168092,-1.014858 -1.752138,-2.23464 -1.752138,-3.659346 0,-1.785762 0.925926,-3.190952 2.77778,-4.21557 C 38.992878,34.512308 41.478632,34 44.59829,34 c 2.991454,0 5.968662,0.44888 8.931624,1.34664 l -1.623934,2.854292 c -2.777776,-0.800178 -5.256408,-1.200266 -7.435896,-1.200266 -1.652422,0 -3.505948,0.248836 -4.36065,0.746506 -0.854698,0.487914 -1.282048,1.136838 -1.282048,1.946774 0,0.556222 0.17094,1.034376 0.51282,1.434466 0.34188,0.39033 1.304932,0.761142 2.088408,1.11244 0.783474,0.351296 2.393322,0.814814 4.43036,1.390552 2.293446,0.653804 3.974356,1.263696 5.042732,1.829674 1.068378,0.565978 1.851854,1.205144 2.35043,1.917498 C 53.750712,48.09093 54,48.93014 54,49.896208 Z"/>
<path style="fill:#ffeb3b" d="m 54,48.896208 c 0,1.90286 -1.004274,3.395874 -3.012822,4.479042 C 48.97863,54.458416 46.207976,55 42.675214,55 39.142448,55 36.25071,54.624308 34,53.872922 V 50.56487 c 1.4245,0.458638 2.934472,0.819694 4.529916,1.083168 1.609684,0.263474 3.10541,0.39521 4.487176,0.39521 2.022794,0 3.5114,-0.263474 4.465816,-0.79042 0.968658,-0.526946 1.452988,-1.23442 1.452988,-2.122422 0,-0.800178 -0.441596,-1.478376 -1.324788,-2.034596 -0.883188,-0.556222 -2.706548,-1.214906 -5.470082,-1.976048 -2.849002,-0.79042 -4.85755,-1.69306 -6.025642,-2.70792 -1.168092,-1.014858 -1.752138,-2.23464 -1.752138,-3.659346 0,-1.785762 0.925926,-3.190952 2.77778,-4.21557 C 38.992878,33.512308 41.478632,33 44.59829,33 c 2.991454,0 5.968662,0.44888 8.931624,1.34664 l -1.623934,2.854292 c -2.777776,-0.800178 -5.256408,-1.200266 -7.435896,-1.200266 -1.652422,0 -3.505948,0.248836 -4.36065,0.746506 -0.854698,0.487914 -1.282048,1.136838 -1.282048,1.946774 0,0.556222 0.17094,1.034376 0.51282,1.434466 0.34188,0.39033 1.304932,0.761142 2.088408,1.11244 0.783474,0.351296 2.393322,0.814814 4.43036,1.390552 2.293446,0.653804 3.974356,1.263696 5.042732,1.829674 1.068378,0.565978 1.851854,1.205144 2.35043,1.917498 C 53.750712,47.09093 54,47.93014 54,48.896208 Z"/>
<path style="opacity:0.1;fill:#ffffff" d="M 7.3515625 3 C 4.9416627 3 3 4.9416627 3 7.3515625 L 3 8.3515625 C 3 5.9416627 4.9416627 4 7.3515625 4 L 56.648438 4 C 59.058338 4 61 5.9416627 61 8.3515625 L 61 7.3515625 C 61 4.9416627 59.058338 3 56.648438 3 L 7.3515625 3 z"/>
<path style="opacity:0.2" d="m 37.121094,34.548828 c -1.234852,0.687682 -2.046037,1.549678 -2.451172,2.578125 1.488796,0.256034 3.814281,1.990125 4.669922,3.001953 v 0 c -0.34188,-0.40009 -0.511719,-0.879325 -0.511719,-1.435547 0,-0.809936 0.426552,-1.457398 1.28125,-1.945312 0.163556,-0.09523 0.373223,-0.178758 0.601563,-0.255859 -1.001569,-0.88392 -2.198475,-1.531755 -3.589844,-1.94336 z m -9.50586,0.455078 c -1.05158,0.456521 -1.97664,1.061342 -2.757812,1.832032 -0.09942,0.09864 -0.185065,0.209407 -0.279297,0.3125 1.16033,0.678351 1.99778,1.665749 2.523437,2.951171 0.21069,-0.391167 0.452574,-0.749988 0.728516,-1.070312 0.628608,-0.723079 1.42219,-1.246883 2.371094,-1.583985 -0.416789,-0.589524 -0.902991,-1.1301 -1.464844,-1.617187 -0.348428,-0.302062 -0.72812,-0.570573 -1.121094,-0.824219 z"/>
<path style="fill:#bd66ff" d="m 33.046876,33 c -3.543554,0 -6.271198,0.94535 -8.1875,2.835938 C 22.953778,37.726526 22,40.43705 22,43.964844 c 0,0.722988 0.06494,1.387516 0.14454,2.042968 l 3.964844,-1.48828 c -0.0058,-0.18056 -0.03126,-0.340386 -0.03126,-0.527344 2e-6,-2.621484 0.58309,-4.610248 1.75,-5.964844 1.177618,-1.354596 2.917048,-2.03125 5.218752,-2.03125 2.280292,0 3.995126,0.676654 5.140624,2.03125 0.38559,0.451752 0.68441,1.001094 0.941406,1.59375 l 3.679688,-1.382812 C 42.371402,37.354274 41.820084,36.563438 41.140624,35.878906 39.235028,33.959084 36.536898,33 33.046876,33 Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 9.4 KiB

View file

@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
<rect style="opacity:0.2" width="56" height="56" x="4" y="5" rx="2.8" ry="2.8"/>
<rect style="fill:#4f4f4f" width="56" height="56" x="4" y="4" rx="2.8" ry="2.8"/>
<path style="fill:#ffffff;opacity:0.1" d="M 6.8008 4 C 5.2496 4 4 5.2496 4 6.8008 L 4 7.8008 C 4 6.2496 5.2496 5 6.8008 5 L 57.199 5 C 58.75 5 60 6.2496 60 7.8008 L 60 6.8008 C 60 5.2496 58.75 4 57.199 4 L 6.8008 4 z"/>
<path style="opacity:0.2" d="M 23,17 19,21 30.041,33.422 27.811,36.045 25,33 10,50 H 54 L 44,38 42.842,39.322 35.627,31.205 46,19 44,17 33.734,29.076 Z M 31.934,35.551 39.094,43.605 37,46 29.738,38.133 Z"/>
<path style="fill:#ffffff" d="M 23,16 19,20 30.041,32.422 27.811,35.045 25,32 10,49 H 54 L 44,37 42.842,38.322 35.627,30.205 46,18 44,16 33.734,28.076 Z M 31.934,34.551 39.094,42.605 37,45 29.738,37.133 Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 888 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 13 KiB

View file

@ -1,7 +0,0 @@
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="m43.427734 4.9428799c-10.172083 0-17.113821 4.0566406-21.427734 4.0566406-0.990476 0-4.382812-0.7148438-4.382812-0.7148438-0.175058-0.0450303-0.351592-0.0841152-0.529297-0.1171874-1.526444-0.8569728-3.239195-1.2340691-4.919922-1.1132813h-0.0059c-1.067669 0.0775952-2.1631714 0.3221927-3.380819 0.9648437-1.5515295 0.8188468-3.7171988 2.7409373-4.4667969 5.4707033s0.0336276 5.045055 0.6679688 6.292969l18.019531 35.847656c0.0065 0.01174 0.01299 0.02346 0.01953 0.03516 1.953484 3.837068 5.829691 5.742874 9.828125 5.240234 1.570707-0.197434 4.088848-1.126193 5.769532-2.984375 2.419801-2.675356 2.083636-3.787854 2.242187-5.023437 0.346728-6.31364-5.351028-13.640243-8.449219-19.347657 2.855989-1.08082 5.249487-2.533625 7.216797-3.716797 3.459497-2.080596 4.474838-2.833987 5.371095-2.833987 2.987758 0 4.255858 0.515628 4.255858 0.515628 6.053747 2.200491 12.093463-3.289853 10.478517-9.525394 0.826046-3.200341-0.40087-6.579211-3.087891-8.5039064 0 0-5.128769-4.5429687-13.21875-4.5429687z" style="opacity:.2"/>
<path d="m43.427734 3.9433594c-10.172083 0-17.113821 4.0566406-21.427734 4.0566406-0.990476 0-4.382812-0.7148438-4.382812-0.7148438-0.175058-0.0450303-0.351592-0.0841152-0.529297-0.1171874-1.526444-0.8569728-3.239195-1.2340691-4.919922-1.1132813h-0.0059c-1.067669 0.0775952-2.1631714 0.3221927-3.380819 0.9648437-1.5515295 0.8188468-3.7171988 2.7409372-4.4667969 5.4707028-0.7495981 2.729766 0.0336276 5.045055 0.6679688 6.292969l18.019531 35.847656c0.0065 0.01174 0.01299 0.02346 0.01953 0.03516 1.953484 3.837068 5.829691 5.742874 9.828125 5.240234 1.570707-0.197434 4.088848-1.126193 5.769532-2.984375 2.419801-2.675356 2.083636-3.787854 2.242187-5.023437 0.346728-6.31364-5.351028-13.640243-8.449219-19.347657 2.855989-1.08082 5.249487-2.533625 7.216797-3.716797 3.459497-2.080596 4.474838-2.833987 5.371095-2.833987 2.987758 0 4.255858 0.515628 4.255858 0.515628 6.053747 2.200491 12.093463-3.289853 10.478517-9.525394 0.826046-3.200341-0.40087-6.579211-3.087891-8.5039059 0 0-5.128769-4.5429687-13.21875-4.5429687z" style="fill:#f16813"/>
<path d="m43.428571 12.943275c-7.142857 0-14.144257 4.057-21.428571 4.057-2.857143 0-6.5-1-6.5-1l5.5 10s2.571428 1 4 1c7.253117 0 14.142857-8.043 19.857143-8.043 4.285714 0 7.142857 1.043 7.142857 1.043s-2.857143-2.971-7.142857-2.971c-7.142857 0-9.857143 1.971-9.857143 1.971s5.571429-4.029 9.857143-4.029c2.857143 0 7.142857 1.029 7.142857 1.029s-4.285714-3.057-8.571429-3.057zm-30.686868 2.090776c-0.08256 6e-3 -0.160977 0.02707-0.226004 0.06139-0.583615 0.308013-0.583123 0.706322-0.401786 1.063059l18.035875 35.879165c0.360462 0.708026 1.099929 1.007607 1.702009 0.93192 0.30104-0.03784 0.594741-0.148129 0.834263-0.412947 0.239523-0.264819 0.340516-1.060924 0.18394-1.424363-6.663703-12.206668-12.763761-23.532552-19.441913-35.73271-0.145717-0.268855-0.43873-0.383312-0.686384-0.365514z" style="opacity:.2"/>
<path d="m43.428571 11.943c-7.142857 0-14.144257 4.057-21.428571 4.057-2.857143 0-6.5-1-6.5-1l5.5 10s2.571428 1 4 1c7.253117 0 14.142857-8.043 19.857143-8.043 4.285714 0 7.142857 1.043 7.142857 1.043s-2.857143-2.971-7.142857-2.971c-7.142857 0-9.857143 1.971-9.857143 1.971s5.571429-4.029 9.857143-4.029c2.857143 0 7.142857 1.029 7.142857 1.029s-4.285714-3.057-8.571429-3.057zm-30.686868 2.090776c-0.08256 6e-3 -0.160977 0.02707-0.226004 0.06139-0.583615 0.308013-0.583123 0.706322-0.401786 1.063059l18.035875 35.879165c0.360462 0.708026 1.099929 1.007607 1.702009 0.93192 0.30104-0.03784 0.594741-0.148129 0.834263-0.412947 0.239523-0.264819 0.340516-1.060924 0.18394-1.424363-6.663703-12.206668-12.763761-23.532552-19.441913-35.73271-0.145717-0.268855-0.43873-0.383312-0.686384-0.365514z" style="fill:#ffffff"/>
<path d="m43.427734 3.9433594c-10.172083 0-17.113821 4.0566406-21.427734 4.0566406-0.990476 0-4.382812-0.7148438-4.382812-0.7148438-0.175058-0.0450302-0.351592-0.0841153-0.529297-0.1171874-1.526444-0.8569729-3.239195-1.2340691-4.919922-1.1132813h-0.00586c-1.067669 0.0775952-2.1632114 0.3221928-3.380859 0.9648437-1.5515295 0.8188469-3.7171988 2.7409372-4.4667969 5.4707028-0.2748104 1.000761-0.3414678 1.943606-0.2871093 2.800782 0.0309524-0.574584 0.1151913-1.174718 0.2871093-1.800782 0.7495981-2.729766 2.9152674-4.651856 4.4667969-5.4707028 1.2176476-0.642651 2.31319-0.8872485 3.380859-0.9648437h0.00586c1.680727-0.1207878 3.393478 0.2563085 4.919922 1.1132813 0.177705 0.0330721 0.354239 0.0721572 0.529297 0.1171874 0 0 3.392336 0.7148438 4.382812 0.7148438 4.313913 0 11.255651-4.0566406 21.427734-4.0566406 8.089981 0 13.21875 4.5429687 13.21875 4.5429687 1.969773 1.4109349 3.145574 3.6048879 3.3125 5.9355469 0.145286-2.691945-1.06278-5.324088-3.3125-6.9355469 0 0-5.128769-4.5429687-13.21875-4.5429687zm16.398438 13.53711c-0.032293 0.170033-0.048105 0.340489-0.091797 0.509765 0.138763 0.535783 0.20184 1.061658 0.232422 1.582032 0.046285-0.678384-5.43e-4 -1.378082-0.140625-2.091797zm-26.953125 15.875c-0.157135 0.062785-0.300905 0.13475-0.460938 0.195312 2.942522 5.420644 8.218452 12.299942 8.445313 18.386719 0.001562-0.012973 0.002238-0.026065 0.003906-0.039062 0.330957-6.026466-4.822356-12.959756-7.988281-18.542969z" style="fill:#ffffff;font-variant-east_asian:normal;opacity:.2"/>
</svg>

Before

Width:  |  Height:  |  Size: 5.2 KiB

View file

@ -1,39 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
<circle style="opacity:0.2" cx="32" cy="33" r="28"/>
<ellipse style="fill:#2d4a5e" cx="31.949" cy="32" rx="27.349" ry="27.3"/>
<path style="fill:#bcdced" d="m 38.517974,29.087536 c 0,15.463972 7.054432,3.27272 -8.43753,3.27272 -15.491961,0 -24.3204402,14.639218 -24.3204402,-0.824754 0,-0.989428 -1.809946,-1.502372 -1.7096416,-2.46531 C 5.3124322,16.95412 14.314857,7.134127 26.035354,4.623424 c 1.906602,-0.4084226 3.885132,0.8629728 5.913968,0.8629728 15.491962,0 6.568652,8.1371652 6.568652,23.6011392 z"/>
<path style="fill:#65a3cf" d="M 31.949322,4 C 30.259604,4.01234 28.57446,4.177084 26.914444,4.4921876 L 35.061194,18.604297 48.645502,9.5753906 C 43.823744,5.9765376 37.969916,4.0217568 31.949322,4 Z"/>
<path style="fill:#6d8da4" d="m 37.367706,44.714844 -5.623832,15.27422 -0.1671,-0.0082 v 0.0028 A 28.050678,28 0 0 0 31.949322,60 28.050678,28 0 0 0 52.18197,51.345702 Z"/>
<path style="fill:#426f8e" d="m 27.363694,50.886328 -5.941594,7.04375 a 28.050678,28 0 0 0 8.705572,1.98789 v -0.0082 l -0.216406,-0.011 z"/>
<path style="opacity:0.7;fill:#ff0000" d="m 52.18197,51.345702 h 0.0028 a 28.050678,28 0 0 0 0.523212,-0.560546 28.050678,28 0 0 1 -0.52595,0.560546 z"/>
<path style="opacity:0.7;fill:#ff0000" d="m 19.868904,57.230078 a 28.050678,28 0 0 0 1.503888,0.680858 28.050678,28 0 0 1 -1.503888,-0.680858 z"/>
<path style="opacity:0.7;fill:#1b5e99" d="M 48.667416,9.5589844 4.7560532,38.753906 a 28.050678,28 0 0 0 0.4793818,1.684376 l 52.726509,1.98789 A 28.050678,28 0 0 0 60,32 28.050678,28 0 0 0 48.667416,9.5589844 Z"/>
<path style="fill:#81bde3" d="m 17.189844,8.2109374 c -0.516027,0.3261548 -1.021245,0.6690458 -1.514846,1.028125 L 22.35347,33.00625 24.375092,13.953125 Z"/>
<path style="fill:#316f9f;fill-opacity:0" d="M 48.557844,9.4769532 35.08037,18.637109 42.339578,31.209766 49.95216,10.532422 C 49.498498,10.16621 49.0335,9.814216 48.557844,9.4769532 Z"/>
<path style="fill:#4f96cb" d="m 26.900748,4.4703126 a 28.050678,28 0 0 0 -1.558676,0.35 l -0.96698,9.1328124 8.083744,6.464061 2.621534,-1.780077 z"/>
<path style="fill:#5687a5" d="m 42.339578,31.209766 -4.971872,13.505078 14.817002,6.630858 a 28.050678,28 0 0 0 1.09847,-1.178516 z"/>
<path style="opacity:0.7;fill:#3885c0" d="m 22.35347,33.00625 -2.564007,24.188282 a 28.050678,28 0 0 0 1.629899,0.738282 l 5.95529,-7.060158 z"/>
<path style="fill:#224c6d" d="m 55.784182,17.269922 -9.026074,1.933203 v 0.0028 L 40.126204,37.219988 56.649806,18.779363 c -0.272814,-0.51195 -0.561496,-1.015319 -0.865624,-1.509375 z"/>
<path style="fill:#29628f" d="M 21.775474,37.654686 19.5621,57.082422 c 0.643902,0.322232 1.3,0.619588 1.966834,0.891406 l 5.95803,-6.65 -3.60495,-12.758594 z"/>
<path style="fill:#438ec5" d="m 24.375092,13.953125 -1.09025,10.281249 4.884214,-1.047264 4.234994,-2.813674 z"/>
<path style="fill:#2f6c9f" d="m 35.08037,18.637109 -2.621534,1.780077 -0.05478,-0.04374 -4.234996,2.813674 8.489166,-1.81836 z"/>
<path style="fill:#316e9e" d="m 36.65822,21.36875 10.236854,-2.192968 3.144744,-8.544923 C 49.586156,10.264648 49.121158,9.9126534 48.645502,9.5753906 L 35.146114,18.749218 Z"/>
<path style="fill:#4c7da1" d="m 49.916548,10.576172 -3.177616,8.632421 9.004158,-1.930468 C 54.170146,14.74919 52.203272,12.486801 49.916548,10.576172 Z"/>
<path style="opacity:0.7;fill:#ff00ff" d="m 56.625152,18.746484 c 0,0 0.0194,0.03858 0,0 z"/>
<path style="fill:#4c7798" d="m 4.1040942,30.009374 c -0.058558,0.677582 -0.092366,1.35707 -0.101356,2.03711 0.01256,2.242284 0.2949022,4.474944 0.8409722,6.65 L 12.46725,33.626952 4.4739028,30.167968 Z"/>
<path style="fill:#71848e" d="m 48.60989,42.073436 4.673288,8.09375 a 28.050678,28 0 0 0 4.678766,-7.741014 z"/>
<path style="fill:#35576f" d="m 56.64159,18.782032 -16.542778,18.459766 -1.638116,4.448826 19.501248,0.735548 C 59.301572,39.112436 59.993372,35.573366 60,32 59.98892,27.38507 58.835214,22.84443 56.64159,18.782032 Z"/>
<path style="fill:#285477" d="m 12.494643,33.607814 -7.7385898,5.146092 c 0.142164,0.56631 0.302035,1.128044 0.4793818,1.684376 l 16.148315,0.609766 0.394462,-3.45625 z"/>
<path style="fill:#265679" d="m 43.580492,33.358984 -3.44881,3.844532 -1.651812,4.487108 10.13002,0.382812 z"/>
<path style="fill:#4f82a6" d="m 4.93137,39.371874 c -0.01218,0.0086 -0.020682,0.016 -0.032872,0.02462 2.1316582,7.718558 7.473609,14.147322 14.663601,17.677736 L 21.394706,41.0043 h -0.0054 l -0.0054,0.04376 L 5.235575,40.438292 C 5.1231384,40.08601 5.0295944,39.728268 4.93137,39.371874 Z M 19.685369,57.13711 c 0.03536,0.0172 0.06865,0.03768 0.104096,0.05468 1.31e-4,-0.002 -1.31e-4,-0.0036 0,-0.0054 -0.03447,-0.0168 -0.06968,-0.0322 -0.104096,-0.04922 z"/>
<path style="fill:#20476a" d="m 21.775474,37.654686 -0.380768,3.333204 3.20501,0.12032 -0.717702,-2.542968 z"/>
<path style="fill:#1d4568" d="m 42.339578,31.209766 -2.213374,6.010156 3.454288,-3.85547 z"/>
<path style="fill:#204a6c" d="m 43.153158,29.00039 -3.026954,8.219532 5.55261,-6.196094 z"/>
<path style="fill:#2c5774" d="m 45.673336,31.021094 -2.092844,2.33789 5.029398,8.714452 2.421564,0.09022 6.88392,0.259766 c 0.0911,-0.206736 0.17966,-0.414564 0.265714,-0.623438 0.07464,-0.19806 0.13812,-0.399302 0.208188,-0.598828 z"/>
<path style="fill:#2e639c" d="m 32.390354,20.38164 -4.221298,2.80547 6.092256,-1.304296 z"/>
<path style="fill:#1d4568" d="m 42.339578,31.209766 -2.213374,6.00742 3.457028,-3.855468 z"/>
<path style="fill:#343f4b" d="M 46.758108,19.203125 4.3698086,28.289452 4.169838,28.333202 C 4.097312,28.874662 4.040674,29.418124 4,29.96289 l 19.882014,8.602344 6.029252,21.333594 1.832608,0.09022 z"/>
<path style="opacity:0.2" d="M 27.139572,36.778716 14.051338,30.497942 41.174032,24.940566 31.307284,51.051 Z"/>
<path style="fill:#ffffff" d="M 27.139572,35.779164 14.051338,29.498392 41.174032,23.941014 31.307284,50.051448 Z"/>
<path style="opacity:0.2;fill:#ffffff" d="M 32 4 A 28 28 0 0 0 4 32 A 28 28 0 0 0 4.0175781 32.492188 A 28 28 0 0 1 32 5 A 28 28 0 0 1 59.974609 32.492188 A 28 28 0 0 0 60 32 A 28 28 0 0 0 32 4 z"/>
</svg>

Before

Width:  |  Height:  |  Size: 6 KiB

View file

@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
<circle style="opacity:0.2" cx="32" cy="33" r="28"/>
<circle style="fill:#248afd" cx="32" cy="32" r="28"/>
<path style="opacity:0.2;fill:#ffffff" d="M 32,4 A 28,28 0 0 0 4,32 28,28 0 0 0 4.0215,32.586 28,28 0 0 1 32,5 28,28 0 0 1 59.979,32.414 28,28 0 0 0 60,32 28,28 0 0 0 32,4 Z"/>
<path style="opacity:0.2" d="M 32,9 A 24,24 0 0 0 8,33 24,24 0 0 0 32,57 24,24 0 0 0 55.391,38.293 18,18 0 0 1 40,47 18,18 0 0 1 22,29 18,18 0 0 1 40,11 18,18 0 0 1 41.746,11.086 24,24 0 0 0 32,9 Z M 40,13 A 16,16 0 0 0 24,29 16,16 0 0 0 40,45 16,16 0 0 0 56,29 16,16 0 0 0 40,13 Z M 40,17 A 12,12 0 0 1 52,29 12,12 0 0 1 40,41 12,12 0 0 1 28,29 12,12 0 0 1 40,17 Z"/>
<path style="fill:#ffffff" d="M 32,8 A 24,24 0 0 0 8,32 24,24 0 0 0 32,56 24,24 0 0 0 55.391,37.293 18,18 0 0 1 40,46 18,18 0 0 1 22,28 18,18 0 0 1 40,10 18,18 0 0 1 41.746,10.086 24,24 0 0 0 32,8 Z M 40,12 A 16,16 0 0 0 24,28 16,16 0 0 0 40,44 16,16 0 0 0 56,28 16,16 0 0 0 40,12 Z M 40,16 A 12,12 0 0 1 52,28 12,12 0 0 1 40,40 12,12 0 0 1 28,28 12,12 0 0 1 40,16 Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
<circle style="opacity:.2" cx="32" cy="33" r="28"/>
<circle style="fill:#55ddff" cx="32" cy="32" r="28"/>
<path style="opacity:0.1" d="m25 12-8 3.5 4 8.5v-5h4l7 14h7v24l3.5-17 3.5 10v-17l7 7-4-7-10-17h-7z"/>
<path style="fill:#ffffff;opacity:.2" d="M 32,4 A 28,28 0 0 0 4,32 28,28 0 0 0 4.0215,32.586 28,28 0 0 1 32,5 28,28 0 0 1 59.979,32.414 28,28 0 0 0 60,32 28,28 0 0 0 32,4 Z"/>
<path style="fill:#3f3f3f" d="m25 11-8 3.5 4 8.5v-5h4l7 14h7v24l3.5-17 3.5 10v-17l7 7-4-7-10-17h-7z"/>
</svg>

Before

Width:  |  Height:  |  Size: 577 B

View file

@ -1,9 +0,0 @@
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
<circle cx="32" cy="33" r="28" style="opacity:.2"/>
<circle cx="32" cy="32" r="28" style="fill:#238adb"/>
<circle cx="32" cy="33" r="22" style="opacity:.1"/>
<circle cx="32" cy="32" r="22" style="fill:#3f3f3f"/>
<path d="m47.216796 22.088735c0-0.03031-0.16492 0.07412-0.362303 0.23242-0.501665 0.402334-1.018519 0.563843-2.495116 0.779298-1.375481 0.200702-2.038271 0.428854-2.214842 0.758789-0.06087 0.113722-0.277088 0.351225-0.478517 0.533203-0.201432 0.181977-0.390586 0.441775-0.423831 0.57422-0.08313 0.331217 0.205632 0.93478 0.751954 1.565429 0.610722 0.705015 0.916015 1.33189 0.916017 1.886719 0 0.39599-0.0441 0.490616-0.36914 0.799804-0.557405 0.530246-1.25633 0.720138-2.597658 0.71094-1.955551-0.01344-3.787079-0.522244-7.403321-2.064454-2.963458-1.263818-4.255934-1.579729-5.564453-1.339844-0.702265 0.128744-1.771754 0.64753-2.324218 1.121094-0.8757 0.750638-2.501597 3.1311-3.527345 5.174806l-0.676757 1.360352-0.526368-0.546877c-0.859668-0.893491-1.127929-1.248629-1.127929-1.49707 0-0.154112-0.0555-0.23926-0.157226-0.23926-0.129346 0-0.147815 0.07848-0.109382 0.478517 0.05051 0.525683 0.426408 1.158775 1.209961 2.030272l0.423829 0.471679-0.348633 1.114258c-0.191814 0.614894-0.40148 1.416027-0.464844 1.777347-0.110992 0.63287-0.13734 0.687633-0.833984 1.415039-0.833379 0.870187-0.947475 0.900483-1.941407 0.526366-0.828609-0.311886-2.183564-0.635742-2.659179-0.635742-0.443046 0-0.957032 0.223104-0.957032 0.416992 0 0.09257 0.148117 0.12838 0.546875 0.123032 0.448731-0.0059 0.827488 0.09789 2.037109 0.553712 1.917289 0.722484 2.091787 0.766956 2.536134 0.683594 0.278099-0.05219 0.528648-0.223832 1.004882-0.683594l0.635743-0.615233 0.18457 0.19824c0.24185 0.267792 1.110909 0.703522 1.81836 0.909177l0.567382 0.164052-0.4375 0.109368c-0.596469 0.151452-0.97565 0.448719-1.189453 0.922852-0.176526 0.391468-0.177716 0.403256 0 0.533204 0.236155 0.172676 1.91264 0.17696 2.249023 7e-3 0.197493-0.09993 0.577524-0.631045 0.697266-0.970704 0.01683-0.04782 0.236874-0.0059 0.485352 0.08887 0.552411 0.21098 1.605773 0.153468 2.351563-0.129892 0.266182-0.101164 0.485351-0.150052 0.485351-0.109368 0 0.04063-0.193799 0.262164-0.430664 0.499027-0.285215 0.285213-0.430664 0.515149-0.430664 0.676754 0 0.540215 0.01669 0.546877 1.353516 0.546877 0.903682 0 1.248127-0.0287 1.27832-0.1162v-7e-3c0.02271-0.0658 0.05327-0.874158 0.06836-1.804687 0.02495-1.539113 0.04437-1.716257 0.225585-1.961915 0.554372-0.751495 3.199065-1.81391 4.901369-1.96875l0.499022-0.04785v0.293941c0 0.162204-0.201292 0.865471-0.45117 1.558595l-0.45801 1.257816-0.505859 0.1162c-0.57008 0.127568-1.080615 0.512727-1.264648 0.957028-0.220192 0.531583-0.127344 0.574222 1.148437 0.574222 1.347612 0 1.246034 0.05813 1.961918-1.203127 0.391737-0.690169 0.728022-1.088441 1.852539-2.207996l1.374024-1.367189 0.41699 0.109368c0.848582 0.226968 4.154842 2.972085 4.586916 3.807616 0.154224 0.2982 0.119308 0.487239-0.15722 0.847658-0.223328 0.291094-0.233156 0.648847-0.01372 0.704102 0.378086 0.09512 2.035891 0.07885 2.221679-0.02072 0.108332-0.05796 0.198436-0.197848 0.19824-0.31444-1.87e-4 -0.116592-0.346043-0.814845-0.765623-1.55176-0.909687-1.597694-1.034536-1.894197-2.07132-4.94909-0.677088-1.99505-0.7998-2.462672-0.7998-2.980468 0-1.077208 0.453754-1.923312 1.497067-2.782227 0.300127-0.247089 0.556453-0.519544 0.567381-0.608398 0.01092-0.08886 0.0651-0.365946 0.1162-0.615234 0.100296-0.489562 0.0329-1.033937-0.170912-1.415039-0.07024-0.131488-0.357031-0.517202-0.642505-0.854392-0.64783-0.765204-0.759346-1.022321-0.540039-1.264648 0.0924-0.102102 0.2912-0.177733 0.464842-0.177733 0.507517 0 1.275664-0.27706 2.139651-0.772461 0.452295-0.259344 0.885553-0.47168 0.970701-0.47168 0.22274 0 0.506786-0.343175 0.847658-1.02539 0.163632-0.327479 0.30079-0.619114 0.30079-0.649414z" style="opacity:.2"/>
<path d="m47.216796 21.088735c0-0.03031-0.16492 0.07412-0.362303 0.23242-0.501665 0.402334-1.018519 0.563843-2.495116 0.779298-1.375481 0.200702-2.038271 0.428854-2.214842 0.758789-0.06087 0.113722-0.277088 0.351225-0.478517 0.533203-0.201432 0.181977-0.390586 0.441775-0.423831 0.57422-0.08313 0.331217 0.205632 0.93478 0.751954 1.565429 0.610722 0.705015 0.916015 1.33189 0.916017 1.886719 0 0.39599-0.0441 0.490616-0.36914 0.799804-0.557405 0.530246-1.25633 0.720138-2.597658 0.71094-1.955551-0.01344-3.787079-0.522244-7.403321-2.064454-2.963458-1.263818-4.255934-1.579729-5.564453-1.339844-0.702265 0.128744-1.771754 0.64753-2.324218 1.121094-0.8757 0.750638-2.501597 3.1311-3.527345 5.174806l-0.676757 1.360352-0.526368-0.546877c-0.859668-0.893491-1.127929-1.248629-1.127929-1.49707 0-0.154112-0.0555-0.23926-0.157226-0.23926-0.129346 0-0.147815 0.07848-0.109382 0.478517 0.05051 0.525683 0.426408 1.158775 1.209961 2.030272l0.423829 0.471679-0.348633 1.114258c-0.191814 0.614894-0.40148 1.416027-0.464844 1.777347-0.110992 0.63287-0.13734 0.687633-0.833984 1.415039-0.833379 0.870187-0.947475 0.900483-1.941407 0.526366-0.828609-0.311886-2.183564-0.635742-2.659179-0.635742-0.443046 0-0.957032 0.223104-0.957032 0.416992 0 0.09257 0.148117 0.12838 0.546875 0.123032 0.448731-0.0059 0.827488 0.09789 2.037109 0.553712 1.917289 0.722484 2.091787 0.766956 2.536134 0.683594 0.278099-0.05219 0.528648-0.223832 1.004882-0.683594l0.635743-0.615233 0.18457 0.19824c0.24185 0.267792 1.110909 0.703522 1.81836 0.909177l0.567382 0.164052-0.4375 0.109368c-0.596469 0.151452-0.97565 0.448719-1.189453 0.922852-0.176526 0.391468-0.177716 0.403256 0 0.533204 0.236155 0.172676 1.91264 0.17696 2.249023 7e-3 0.197493-0.09993 0.577524-0.631045 0.697266-0.970704 0.01683-0.04782 0.236874-0.0059 0.485352 0.08887 0.552411 0.21098 1.605773 0.153468 2.351563-0.129892 0.266182-0.101164 0.485351-0.150052 0.485351-0.109368 0 0.04063-0.193799 0.262164-0.430664 0.499027-0.285215 0.285213-0.430664 0.515149-0.430664 0.676754 0 0.540215 0.01669 0.546877 1.353516 0.546877 0.903682 0 1.248127-0.0287 1.27832-0.1162v-7e-3c0.02271-0.0658 0.05327-0.874158 0.06836-1.804687 0.02495-1.539113 0.04437-1.716257 0.225585-1.961915 0.554372-0.751495 3.199065-1.81391 4.901369-1.96875l0.499022-0.04785v0.293941c0 0.162204-0.201292 0.865471-0.45117 1.558595l-0.45801 1.257816-0.505859 0.1162c-0.57008 0.127568-1.080615 0.512727-1.264648 0.957028-0.220192 0.531583-0.127344 0.574222 1.148437 0.574222 1.347612 0 1.246034 0.05813 1.961918-1.203127 0.391737-0.690169 0.728022-1.088441 1.852539-2.207996l1.374024-1.367189 0.41699 0.109368c0.848582 0.226968 4.154842 2.972085 4.586916 3.807616 0.154224 0.2982 0.119308 0.487239-0.15722 0.847658-0.223328 0.291094-0.233156 0.648847-0.01372 0.704102 0.378086 0.09512 2.035891 0.07885 2.221679-0.02072 0.108332-0.05796 0.198436-0.197848 0.19824-0.31444-1.87e-4 -0.116592-0.346043-0.814845-0.765623-1.55176-0.909687-1.597694-1.034536-1.894197-2.07132-4.94909-0.677088-1.99505-0.7998-2.462672-0.7998-2.980468 0-1.077208 0.453754-1.923312 1.497067-2.782227 0.300127-0.247089 0.556453-0.519544 0.567381-0.608398 0.01092-0.08886 0.0651-0.365946 0.1162-0.615234 0.100296-0.489562 0.0329-1.033937-0.170912-1.415039-0.07024-0.131488-0.357031-0.517202-0.642505-0.854392-0.64783-0.765204-0.759346-1.022321-0.540039-1.264648 0.0924-0.102102 0.2912-0.177733 0.464842-0.177733 0.507517 0 1.275664-0.27706 2.139651-0.772461 0.452295-0.259344 0.885553-0.47168 0.970701-0.47168 0.22274 0 0.506786-0.343175 0.847658-1.02539 0.163632-0.327479 0.30079-0.619114 0.30079-0.649414z" style="fill:#fcfcfd"/>
<path d="M 32 4 A 28 28 0 0 0 4 32 A 28 28 0 0 0 4.0214844 32.585938 A 28 28 0 0 1 32 5 A 28 28 0 0 1 59.978516 32.414062 A 28 28 0 0 0 60 32 A 28 28 0 0 0 32 4 z " style="fill:#ffffff;opacity:.2"/>
</svg>

Before

Width:  |  Height:  |  Size: 7.5 KiB

View file

@ -1,26 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" version="1.1">
<path style="opacity:0.2" d="M 43.136229,5.685396 C 43.061788,5.4633438 43.06826,5.1835739 42.928278,5 41.014633,5.2757616 39.120408,5.7479234 37.349175,6.5279121 35.472751,7.333553 33.433818,8.6860528 32,10.133 c 2.3364,2.431904 4.146127,5.398565 6.264982,7.7049 0.987165,1.429311 1.981581,3.647014 2.824717,5.1621 0.186914,-0.338289 1.315866,-1.785373 1.472032,-2.140496 1.233958,-2.540375 1.494505,-5.416633 1.428964,-8.199101 -0.02832,-2.347181 -0.377065,-4.678329 -0.854466,-6.975007 z"/>
<path style="opacity:0.2" d="M 4.8637701,5.685396 C 4.938212,5.4633438 4.9317388,5.1835739 5.0717221,5 6.9853669,5.2757616 8.879592,5.7479234 10.650825,6.5279121 12.527249,7.333553 14.566182,8.6860528 16,10.133 13.6636,12.564904 11.853873,15.531565 9.7350181,17.8379 8.7478526,19.267211 7.753437,21.484914 6.9103004,23 6.7233863,22.661711 5.5944344,21.214627 5.4382681,20.859504 4.2043111,18.319129 3.943764,15.442871 4.0093053,12.660403 4.0376257,10.313222 4.3863703,7.982074 4.8637701,5.685396 Z"/>
<path style="opacity:0.2" d="m 17.047432,9.2936183 c -0.386193,0.2569123 -0.761518,0.5285781 -1.12791,0.8116477 -0.863919,0.648588 -1.653453,1.395362 -2.422742,2.15214 -0.292543,0.30153 -0.578691,0.608622 -0.859406,0.920391 -0.128593,0.141691 -0.256288,0.284132 -0.382369,0.427835 -0.09624,0.111698 -0.19184,0.223924 -0.286747,0.336699 -6.1e-4,7.07e-4 -0.0012,0.0014 -0.0018,0.0021 -0.0018,0.0022 -0.0037,0.0044 -0.0055,0.0065 -2.6476442,3.120066 -4.749065,6.688177 -6.4309974,10.409841 -0.1752836,0.400051 -0.344871,0.80254 -0.5095866,1.207003 -0.036354,0.08738 -0.072982,0.174668 -0.1088565,0.26222 -0.01237,0.03407 -0.025363,0.06795 -0.037915,0.101962 -0.1864752,0.468868 -0.3655752,0.940688 -0.5364132,1.415446 -0.020245,0.05579 -0.039949,0.111776 -0.059615,0.167755 -0.082149,0.231206 -0.1630248,0.462806 -0.2412078,0.695407 -0.030102,0.06695 -0.039274,0.134115 -0.03565,0.201068 -2.43e-4,9.5e-4 -4.725e-4,0.0019 -7.154e-4,0.0029 4.517e-4,0.0014 9.788e-4,0.0028 0.00143,0.0043 0.00975,0.144251 0.077156,0.287354 0.1211371,0.424503 0.2894019,0.818364 0.6275448,1.620059 1.0113041,2.399251 9.554e-4,0.0019 0.00191,0.0039 0.00286,0.0058 0.061245,0.124259 0.1236881,0.247908 0.1873094,0.370964 0.00524,0.01012 0.010486,0.02023 0.015738,0.03034 0.6810209,1.312118 1.4960039,2.554384 2.4431303,3.691202 0.6229948,0.765849 1.3069841,1.478622 2.0354852,2.143335 0.065186,0.05983 0.1313991,0.118501 0.1973248,0.177511 0.02217,0.01975 0.04405,0.03982 0.06629,0.05949 0.263069,0.2335 0.531778,0.460545 0.806111,0.680656 1.681875,1.368057 3.653352,2.484885 5.672345,3.238979 0.06833,0.02538 0.136537,0.05095 0.205194,0.07543 0.565341,0.208571 1.139447,0.392462 1.720839,0.550378 0.142841,0.0388 0.286061,0.07646 0.429702,0.112194 1.407038,0.35282 2.851064,0.554568 4.300964,0.607486 0.0059,2.44e-4 0.01184,6.16e-4 0.01777,8.35e-4 0.126504,0.0045 0.253058,0.0073 0.379627,0.0095 0.04284,7.98e-4 0.08568,0.0021 0.128529,0.0026 0.08564,9.93e-4 0.171291,6.4e-4 0.256939,6.09e-4 0.08561,4.2e-5 0.171215,4.27e-4 0.25682,-6.09e-4 0.04289,-5.48e-4 0.08577,-0.0018 0.128649,-0.0026 0.12647,-0.0022 0.252865,-0.005 0.379269,-0.0095 0.0063,-2.44e-4 0.01264,-6.09e-4 0.01896,-8.35e-4 1.449585,-0.05298 2.893396,-0.254734 4.300129,-0.607486 0.141763,-0.03527 0.282997,-0.07251 0.42398,-0.110766 0.002,-5.49e-4 0.004,-10e-4 0.006,-0.0015 0.581841,-0.158052 1.156507,-0.342067 1.722269,-0.550854 0.06724,-0.02398 0.134095,-0.04903 0.201021,-0.07388 9.71e-4,-3.65e-4 0.0019,-8.28e-4 0.0029,-0.0012 2.042439,-0.754298 3.995607,-1.887225 5.674373,-3.240883 0.274386,-0.220226 0.543235,-0.447391 0.806349,-0.681013 0.08748,-0.07767 0.174802,-0.155511 0.260993,-0.234619 0.728453,-0.66468 1.412407,-1.377411 2.035366,-2.143216 0.946267,-1.135787 1.760574,-2.376833 2.441222,-3.687632 0.0067,-0.0128 0.01329,-0.02561 0.01991,-0.03843 0.0628,-0.121533 0.124445,-0.243618 0.184925,-0.366325 9.95e-4,-0.002 0.002,-0.004 0.003,-0.0061 0.38373,-0.779147 0.721801,-1.580818 1.011185,-2.399132 0.04398,-0.137148 0.11151,-0.280252 0.121256,-0.424503 4.28e-4,-0.0014 9.77e-4,-0.0028 0.0014,-0.0043 -2.44e-4,-9.5e-4 -4.88e-4,-0.0019 -7.14e-4,-0.0029 0.0036,-0.06695 -0.0055,-0.134118 -0.03565,-0.201068 -0.07789,-0.231721 -0.15855,-0.462453 -0.240367,-0.692792 -0.02032,-0.05786 -0.04082,-0.115678 -0.06176,-0.173346 -0.170933,-0.474913 -0.349955,-0.946904 -0.536533,-1.415922 -0.01212,-0.03285 -0.02466,-0.06561 -0.0366,-0.09851 -0.03501,-0.08544 -0.07065,-0.170642 -0.106114,-0.255915 -0.165517,-0.406595 -0.336012,-0.811171 -0.512209,-1.213308 -1.681897,-3.721585 -3.783314,-7.289585 -6.430878,-10.409604 -0.0013,-0.0015 -0.0024,-0.003 -0.0037,-0.0045 -8.73e-4,-10e-4 -0.0018,-0.0021 -0.0026,-0.0031 -3.66e-4,-4.26e-4 -7.08e-4,-8.77e-4 -0.0011,-0.0013 C 35.936839,13.829558 35.841243,13.717331 35.745,13.605633 35.624614,13.468421 35.502711,13.332336 35.380038,13.196954 35.093792,12.87856 34.801787,12.565143 34.503225,12.257407 33.734317,11.501014 32.945184,10.754575 32.081782,10.106218 31.714985,9.8227897 31.339203,9.5508302 30.952561,9.2936182 28.584005,7.738035 26.605371,7.0726737 23.918974,7.0000929 21.479381,7.0145614 18.766997,8.1676943 17.047432,9.2936183 Z"/>
<path style="fill:#db3d7f" d="M 43.136229,4.685396 C 43.061788,4.4633438 43.06826,4.1835739 42.928278,4 41.014633,4.2757616 39.120408,4.7479234 37.349175,5.5279121 35.472751,6.333553 33.433818,7.6860528 32,9.133 c 2.3364,2.431904 4.146127,5.398565 6.264982,7.7049 0.987165,1.429311 1.981581,3.647014 2.824717,5.1621 0.186914,-0.338289 1.315866,-1.785373 1.472032,-2.140496 1.233958,-2.540375 1.494505,-5.416633 1.428964,-8.199101 C 43.962372,9.3132222 43.61363,6.982074 43.136229,4.685396 Z"/>
<path style="opacity:0.1;fill:#ffffff" d="M 42.927734 4 C 41.014089 4.2757616 39.120842 4.7473551 37.349609 5.5273438 C 35.473185 6.3329847 33.433818 7.6858653 32 9.1328125 C 32.171218 9.3110295 32.33411 9.4981502 32.5 9.6816406 C 33.888665 8.4109061 35.672524 7.2473987 37.349609 6.5273438 C 39.120842 5.7473551 41.014089 5.2757616 42.927734 5 C 43.067716 5.1835739 43.062278 5.4634947 43.136719 5.6855469 C 43.601391 7.9209877 43.938358 10.188904 43.982422 12.472656 C 43.982778 12.201851 43.996581 11.929593 43.990234 11.660156 C 43.961911 9.3129755 43.61412 6.9822249 43.136719 4.6855469 C 43.062278 4.4634947 43.067716 4.1835739 42.927734 4 z"/>
<path style="fill:#db3d7f" d="M 4.8637701,4.685396 C 4.938212,4.4633438 4.9317388,4.1835739 5.0717221,4 6.9853669,4.2757616 8.879592,4.7479234 10.650825,5.5279121 12.527249,6.333553 14.566182,7.6860528 16,9.133 13.6636,11.564904 11.853873,14.531565 9.7350181,16.8379 8.7478526,18.267211 7.753437,20.484914 6.9103004,22 6.7233863,21.661711 5.5944344,20.214627 5.4382681,19.859504 4.2043111,17.319129 3.943764,14.442871 4.0093053,11.660403 4.0376257,9.3132222 4.3863703,6.982074 4.8637701,4.685396 Z"/>
<path style="opacity:0.1;fill:#ffffff" d="M 5.0722656 4 C 4.9322823 4.1835739 4.9377232 4.4634947 4.8632812 4.6855469 C 4.3858815 6.9822249 4.038086 9.3129754 4.0097656 11.660156 C 4.003419 11.929593 4.0172217 12.201851 4.0175781 12.472656 C 4.0616423 10.188904 4.3986105 7.9209877 4.8632812 5.6855469 C 4.9377232 5.4634947 4.9322823 5.1835739 5.0722656 5 C 6.9859104 5.2757616 8.8791576 5.7473551 10.650391 6.5273438 C 12.327476 7.2473987 14.111335 8.4109061 15.5 9.6816406 C 15.66589 9.4981502 15.828782 9.3110295 16 9.1328125 C 14.566182 7.6858653 12.526815 6.3329847 10.650391 5.5273438 C 8.8791576 4.7473551 6.9859104 4.2757616 5.0722656 4 z"/>
<path style="fill:#e4e4e4" d="m 17.047432,8.2935267 c -0.386193,0.2569123 -0.761518,0.5285781 -1.12791,0.8116478 -0.863919,0.6485879 -1.653453,1.3953615 -2.422742,2.1521395 -0.292543,0.30153 -0.578691,0.608622 -0.859406,0.920391 -0.128593,0.141691 -0.256288,0.284132 -0.382369,0.427835 -0.09624,0.111698 -0.19184,0.223924 -0.286747,0.336699 -6.1e-4,7.07e-4 -0.0012,0.0014 -0.0018,0.0021 -0.0018,0.0022 -0.0037,0.0044 -0.0055,0.0065 -2.6476442,3.120066 -4.749065,6.688177 -6.4309974,10.409841 -0.1752836,0.400051 -0.344871,0.80254 -0.5095866,1.207003 -0.036354,0.08738 -0.072982,0.174668 -0.1088565,0.26222 -0.01237,0.03407 -0.025363,0.06795 -0.037915,0.101962 -0.1864752,0.468868 -0.3655752,0.940688 -0.5364132,1.415446 -0.020245,0.05579 -0.039949,0.111776 -0.059615,0.167755 -0.082149,0.231206 -0.1630248,0.462806 -0.2412078,0.695407 -0.030102,0.06695 -0.039274,0.134115 -0.03565,0.201068 -2.43e-4,9.5e-4 -4.725e-4,0.0019 -7.154e-4,0.0029 4.517e-4,0.0014 9.788e-4,0.0028 0.00143,0.0043 0.00975,0.144251 0.077156,0.287354 0.1211371,0.424503 0.2894019,0.818364 0.6275448,1.620059 1.0113041,2.399251 9.554e-4,0.0019 0.00191,0.0039 0.00286,0.0058 0.061245,0.124259 0.1236881,0.247908 0.1873094,0.370964 0.00524,0.01012 0.010486,0.02023 0.015738,0.03034 0.6810209,1.312118 1.4960039,2.554384 2.4431303,3.691202 0.6229948,0.765849 1.3069841,1.478622 2.0354852,2.143335 0.065186,0.05983 0.1313991,0.118501 0.1973248,0.177511 0.02217,0.01975 0.04405,0.03982 0.06629,0.05949 0.263069,0.2335 0.531778,0.460545 0.806111,0.680656 1.681875,1.368057 3.653352,2.484885 5.672345,3.238979 0.06833,0.02538 0.136537,0.05095 0.205194,0.07543 0.565341,0.208571 1.139447,0.392462 1.720839,0.550378 0.142841,0.0388 0.286061,0.07646 0.429702,0.112194 1.407038,0.35282 2.851064,0.554568 4.300964,0.607486 0.0059,2.44e-4 0.01184,6.16e-4 0.01777,8.35e-4 0.126504,0.0045 0.253058,0.0073 0.379627,0.0095 0.04284,7.98e-4 0.08568,0.0021 0.128529,0.0026 0.08564,9.93e-4 0.171291,6.4e-4 0.256939,6.09e-4 0.08561,4.2e-5 0.171215,4.27e-4 0.25682,-6.09e-4 0.04289,-5.48e-4 0.08577,-0.0018 0.128649,-0.0026 0.12647,-0.0022 0.252865,-0.005 0.379269,-0.0095 0.0063,-2.44e-4 0.01264,-6.09e-4 0.01896,-8.35e-4 1.449585,-0.05298 2.893396,-0.254734 4.300129,-0.607486 0.141763,-0.03527 0.282997,-0.07251 0.42398,-0.110766 0.002,-5.49e-4 0.004,-0.001 0.006,-0.0015 0.581841,-0.158052 1.156507,-0.342067 1.722269,-0.550854 0.06724,-0.02398 0.134095,-0.04903 0.201021,-0.07388 9.71e-4,-3.65e-4 0.0019,-8.28e-4 0.0029,-0.0012 2.042439,-0.754298 3.995607,-1.887225 5.674373,-3.240883 0.274386,-0.220226 0.543235,-0.447391 0.806349,-0.681013 0.08748,-0.07767 0.174802,-0.155511 0.260993,-0.234619 0.728453,-0.66468 1.412407,-1.377411 2.035366,-2.143216 0.946267,-1.135787 1.760574,-2.376833 2.441222,-3.687632 0.0067,-0.0128 0.01329,-0.02561 0.01991,-0.03843 0.0628,-0.121533 0.124445,-0.243618 0.184925,-0.366325 9.95e-4,-0.002 0.002,-0.004 0.003,-0.0061 0.38373,-0.779147 0.721801,-1.580818 1.011185,-2.399132 0.04398,-0.137148 0.11151,-0.280252 0.121256,-0.424503 4.28e-4,-0.0014 9.77e-4,-0.0028 0.0014,-0.0043 -2.44e-4,-9.5e-4 -4.88e-4,-0.0019 -7.14e-4,-0.0029 0.0036,-0.06695 -0.0055,-0.134118 -0.03565,-0.201068 -0.07789,-0.231721 -0.15855,-0.462453 -0.240367,-0.692792 -0.02032,-0.05786 -0.04082,-0.115678 -0.06176,-0.173346 -0.170933,-0.474913 -0.349955,-0.946904 -0.536533,-1.415922 -0.01212,-0.03285 -0.02466,-0.06561 -0.0366,-0.09851 -0.03501,-0.08544 -0.07065,-0.170642 -0.106114,-0.255915 -0.165517,-0.406595 -0.336012,-0.811171 -0.512209,-1.213308 -1.681897,-3.721585 -3.783314,-7.289585 -6.430878,-10.409604 -0.0013,-0.0015 -0.0024,-0.003 -0.0037,-0.0045 -8.73e-4,-10e-4 -0.0018,-0.0021 -0.0026,-0.0031 -3.66e-4,-4.26e-4 -7.08e-4,-8.77e-4 -0.0011,-0.0013 C 35.936839,12.829466 35.841243,12.717239 35.745,12.605541 35.624614,12.468329 35.502711,12.332244 35.380038,12.196862 35.093792,11.878468 34.801787,11.565051 34.503225,11.257315 33.734317,10.500922 32.945184,9.7544836 32.081782,9.1061262 31.714985,8.8226981 31.339203,8.5507386 30.952561,8.2935266 28.584005,6.7379434 26.605371,6.0725821 23.918974,6.0000013 21.479381,6.0144698 18.766997,7.1676027 17.047432,8.2935267 Z"/>
<path style="fill:#3f3f3f" d="m 14.729387,23.000001 c -0.853776,6.24e-4 -1.708097,0.120614 -2.523272,0.36842 -0.237096,1.434813 -0.356107,2.942921 0.130831,4.342781 0.381563,1.235903 1.348682,2.285326 2.570701,2.773029 1.488857,0.616704 3.185882,0.63921 4.744422,0.284667 0.200554,-0.898007 0.367991,-1.811776 0.344196,-2.734749 0.03909,-1.132705 -0.22611,-2.312111 -0.914452,-3.24008 -0.792868,-1.095252 -2.166997,-1.655308 -3.50034,-1.755179 -0.282985,-0.02601 -0.567495,-0.0391 -0.852086,-0.03889 z m -0.01755,1.180969 c 0.457392,-0.0086 0.915573,0.02772 1.36172,0.118743 0.195455,0.08073 0.490349,0.03665 0.628017,0.198109 -0.624606,0.241355 -1.159232,0.74568 -1.332592,1.391513 -0.211601,0.676626 -0.0025,1.450704 0.503161,1.952557 0.728283,0.808955 2.172058,0.846386 2.930083,0.06156 -0.01954,0.621698 -0.03997,1.255822 -0.192077,1.855881 -0.630555,0.06325 -1.279719,0.08914 -1.908575,-0.01073 -1.148936,-0.123173 -2.335286,-0.680032 -2.913153,-1.702878 -0.656899,-1.121053 -0.66288,-2.460075 -0.501418,-3.703469 0.185258,-0.101537 0.402009,-0.07914 0.605113,-0.09912 0.271194,-0.03558 0.545285,-0.05698 0.819721,-0.06218 z"/>
<path style="fill:#3f3f3f" d="m 33.270613,23.000001 c 0.853776,6.24e-4 1.708097,0.120614 2.523272,0.36842 0.237096,1.434813 0.356107,2.942921 -0.130831,4.342781 -0.381563,1.235903 -1.348682,2.285326 -2.570701,2.773029 -1.488857,0.616704 -3.185882,0.63921 -4.744422,0.284667 -0.200554,-0.898007 -0.367991,-1.811776 -0.344196,-2.734749 -0.03909,-1.132705 0.22611,-2.312111 0.914452,-3.24008 0.792868,-1.095252 2.166997,-1.655308 3.50034,-1.755179 0.282985,-0.02601 0.567495,-0.0391 0.852086,-0.03889 z m 0.01755,1.180969 c -0.457392,-0.0086 -0.915573,0.02772 -1.36172,0.118743 -0.195455,0.08073 -0.490349,0.03665 -0.628017,0.198109 0.624606,0.241355 1.159232,0.74568 1.332592,1.391513 0.211601,0.676626 0.0025,1.450704 -0.503161,1.952557 -0.728283,0.808955 -2.172058,0.846386 -2.930083,0.06156 0.01954,0.621698 0.03997,1.255822 0.192077,1.855881 0.630555,0.06325 1.279719,0.08914 1.908575,-0.01073 1.148936,-0.123173 2.335286,-0.680032 2.913153,-1.702878 0.656899,-1.121053 0.66288,-2.460075 0.501418,-3.703469 -0.185258,-0.101537 -0.402009,-0.07914 -0.605113,-0.09912 -0.271194,-0.03558 -0.545285,-0.05698 -0.819721,-0.06218 z"/>
<path style="fill:#3f3f3f" d="m 20.011607,33.486941 c -0.05699,0.13006 0.11127,0.218373 0.175499,0.31953 0.936295,0.993116 1.860831,1.995063 2.81341,2.976136 0.192686,0.206331 0.48036,0.296248 0.758987,0.371715 0.0018,0.585272 0.0063,1.171348 -0.0018,1.757422 0.108553,0.119623 0.307576,0.101961 0.448698,0.03934 -0.01,-0.591695 0.01089,-1.184192 -0.01176,-1.775083 0.286769,-0.101961 0.594345,-0.191076 0.806029,-0.407041 0.955293,-1.023624 1.925964,-2.038416 2.878543,-3.064448 0.03528,-0.06743 0.158311,-0.127653 0.109464,-0.211148 -1.071991,-0.299459 -2.189213,-0.425506 -3.304625,-0.480902 -1.574967,-0.05459 -3.161693,0.06423 -4.672432,0.47448 z"/>
<path style="fill:#3f3f3f" d="m 23.918977,6.0000444 c -1.034593,0.00614 -2.118027,0.2174052 -3.154214,0.544192 0.926483,3.3586006 1.806408,6.7298366 2.720696,10.0914646 0.126975,-0.01381 0.253964,-0.02603 0.380939,-0.03902 0.249398,-3.519804 0.615471,-7.0347542 0.85237,-10.5553482 -0.260136,-0.020012 -0.526126,-0.033891 -0.799791,-0.041284 z m -3.592741,0.6902933 c -1.241157,0.4352025 -2.392103,1.0225984 -3.278809,1.603189 -0.515476,0.3739655 -1.546988,1.0775054 -0.612362,0.4427061 1.828922,2.9239312 3.679902,5.8347912 5.51615,8.7546602 0.115579,-0.04548 0.23114,-0.09176 0.346719,-0.139676 C 22.032589,16.026514 21.827411,14.692061 21.557997,13.36817 21.334163,12.264385 21.16899,11.150905 20.945157,10.047933 20.716385,8.9319687 20.542046,7.807419 20.326236,6.6903377 Z"/>
<g transform="translate(0,1.0002174)">
<path style="opacity:0.2;fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" d="M 14.000263,36 5.0002634,43"/>
<path style="opacity:0.2;fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" d="m 19.000263,36 -9,7"/>
<path style="opacity:0.2;fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" d="m 29,36 9,7"/>
<path style="opacity:0.2;fill:none;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" d="m 34,36 9,7"/>
</g>
<g>
<path style="fill:none;stroke:#db3d7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" d="M 14.000263,36 5.0002634,43"/>
<path style="fill:none;stroke:#db3d7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" d="m 19.000263,36 -9,7"/>
<path style="fill:none;stroke:#db3d7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" d="m 29,36 9,7"/>
<path style="fill:none;stroke:#db3d7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" d="m 34,36 9,7"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 16 KiB

View file

@ -1,12 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
<circle style="opacity:0.2" cx="32" cy="33" r="28"/>
<circle style="fill:#48b9c7" cx="32" cy="32" r="28"/>
<path style="opacity:0.2" d="m 26.21875,11.003906 c -2.531026,0.05995 -5.41519,1.439777 -6.886719,2.458985 -1.471524,1.019207 -4.47239,3.056696 -4.53125,5.035156 0,1.318973 0.706046,2.397823 1.353516,3.716797 0.647472,1.318974 9.359333,19.065008 11.949219,21.882812 1.353804,1.43888 3.236409,1.020144 3.648437,-0.298828 0.412026,-1.318976 -0.05814,-2.757793 -0.587891,-4.136719 l -2.826171,-7.49414 c 3.296216,-1.19907 5.649838,-3.657224 7.0625,-6.714844 v -0.121094 c 0.706334,-1.498834 0.883532,-3.597023 0.294921,-6.294922 -0.58861,-2.6979 -2.177344,-5.034368 -4.414062,-6.533203 -1.471526,-0.959253 -2.531476,-1.559954 -5.0625,-1.5 z m -2.111328,5.46875 c 0.14001,0.0153 0.293665,0.05122 0.46289,0.107422 0.412028,0.119906 0.766241,0.420344 1.060547,0.660156 1.471524,1.199066 2.589393,2.996915 3.119141,4.855469 a 7.5342132,7.6740254 0 0 1 0.117188,2.876953 c 0,0.479626 -0.05921,0.840687 -0.353516,1.320313 -0.294306,0.479628 -1.00035,0.839237 -1.353516,0.779297 -0.35317,-0.05995 -0.647102,-0.299842 -0.941406,-0.59961 -1.236082,-1.25902 -2.353597,-3.777496 -2.765625,-4.976562 -0.386274,-1.124125 -1.445861,-5.252874 0.654297,-5.023438 z M 43.824219,21 c -0.836416,0.01386 -1.793419,0.236871 -2.175781,0.591797 -0.509817,0.473234 -0.962863,1.41956 -1.246094,3.3125 -0.962982,6.921059 -1.302833,12.599592 -0.283203,13.013672 0.849696,0.354926 1.474308,-0.237197 4.533203,-5.916016 l 1.585937,-3.134765 c 0.62311,-1.360551 1.415995,-3.253312 1.642578,-4.140626 0.226587,-0.887315 0.169986,-1.597349 -0.509765,-2.248046 A 5.0981592,5.3238908 0 0 0 44.595703,21.058594 C 44.369119,21.014228 44.103024,20.995379 43.824219,21 Z m -3.488281,20 c -0.189929,-0.0033 -0.394504,0.0231 -0.615235,0.08398 -0.852476,0.216472 -1.461871,0.920895 -1.644531,1.570313 -0.182676,0.649416 -0.06043,1.460203 0.609375,1.947265 0.669804,0.487062 1.827323,0.487385 2.314453,0.216797 0.48713,-0.270592 0.790309,-0.704344 0.912109,-1.191406 C 42.231787,42.490473 41.665436,41.022936 40.335938,41 Z M 20.257812,47 C 19.006845,47 18,47.892 18,49 c 0,1.108 1.006845,2 2.257812,2 H 43.742188 C 44.993155,51 46,50.108 46,49 46,47.892 44.993155,47 43.742188,47 Z"/>
<g>
<rect style="fill:#ffffff" width="28" height="4" x="18" y="46" rx="2.258" ry="2"/>
<path style="fill:#ffffff" d="m 35.401362,24.452868 c -1.412662,3.05762 -3.767106,5.515704 -7.063322,6.714774 l 2.825328,7.494164 c 0.52975,1.378926 1.000638,2.817804 0.588612,4.13678 C 31.339952,44.117558 29.4564,44.53723 28.102596,43.09835 25.51271,40.280546 16.801275,22.534362 16.153803,21.215388 15.506333,19.896414 14.8,18.817256 14.8,17.498283 c 0.05886,-1.97846 3.060775,-4.016872 4.532299,-5.036079 1.471529,-1.019208 4.355717,-2.398134 6.886743,-2.458088 2.531024,-0.059954 3.590524,0.53958 5.06205,1.498833 2.236718,1.498835 3.825966,3.837014 4.414576,6.534914 0.58861,2.697899 0.412028,4.796265 -0.294306,6.295099 m -6.651298,-3.23748 c -0.529748,-1.858554 -1.648108,-3.657153 -3.119632,-4.856219 -0.294306,-0.239812 -0.647472,-0.53958 -1.0595,-0.659486 -2.707608,-0.899301 -1.530386,3.717105 -1.11836,4.916171 0.412028,1.199066 1.530388,3.717106 2.76647,4.976126 0.294304,0.299768 0.588608,0.53958 0.941778,0.599534 0.353166,0.05994 1.059496,-0.299766 1.353802,-0.779394 0.294304,-0.479626 0.353168,-0.839346 0.353168,-1.318972 a 7.5342132,7.6740254 0 0 0 -0.11772,-2.87776 z"/>
<path style="fill:#ffffff" d="m 41.912738,42.62764 c -0.1218,0.487062 -0.42624,0.920006 -0.91337,1.190598 -0.48713,0.270588 -1.644064,0.270588 -2.313868,-0.216474 -0.669804,-0.487062 -0.791588,-1.298832 -0.608912,-1.948248 0.18266,-0.649418 0.791588,-1.352952 1.644064,-1.569424 1.765846,-0.487064 2.557432,1.244714 2.192086,2.543548 z"/>
<path style="fill:#ffffff" d="m 40.119882,36.917908 c -1.01963,-0.41408 -0.679752,-6.092897 0.28323,-13.013956 0.283231,-1.89294 0.736402,-2.839409 1.246218,-3.312643 0.509816,-0.473235 2.039264,-0.709852 2.945602,-0.532388 a 5.0981592,5.3238908 0 0 1 2.775667,1.419704 c 0.679751,0.650697 0.7364,1.360549 0.509813,2.247865 -0.226583,0.887314 -1.019629,2.780254 -1.642739,4.140804 l -1.586094,3.135177 c -3.058895,5.678819 -3.682001,6.270363 -4.531697,5.915437 z"/>
</g>
<path style="opacity:0.2;fill:#ffffff" d="M 32 4 A 28 28 0 0 0 4 32 A 28 28 0 0 0 4.0175781 32.492188 A 28 28 0 0 1 32 5 A 28 28 0 0 1 59.974609 32.492188 A 28 28 0 0 0 60 32 A 28 28 0 0 0 32 4 z"/>
</svg>

Before

Width:  |  Height:  |  Size: 4.4 KiB

View file

@ -1,13 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1">
<circle style="opacity:0.2" cx="16" cy="17" r="14"/>
<circle style="fill:#cccccc" cx="16" cy="16" r="14"/>
<path style="opacity:0.1;fill-rule:evenodd" d="M 24.5,11 C 23.119604,11 22,12.119599 22,13.5 22,14.880371 23.119604,16 24.5,16 25.880397,16 27,14.880371 27,13.5 27,12.11961 25.880397,11 24.5,11 Z M 9,12 c -2.7607621,0 -5,2.238964 -5,5 0,2.761038 2.2392379,5 5,5 2.760762,0 5,-2.238962 5,-5 0,-2.761036 -2.239238,-5 -5,-5 z m 1,3 c 1.104037,1.1e-5 2,0.896002 2,2 0,1.104009 -0.895963,2 -2,2 -1.1040375,0 -2,-0.895991 -2,-2 0,-1.103998 0.8959625,-2 2,-2 z m 12.466797,2 c -0.06222,0 -0.120392,0.01188 -0.175781,0.03125 l -7.052735,2 c -0.01385,0.0034 -0.02568,0.0073 -0.03906,0.01172 h -0.002 l -0.0039,0.002 h -0.002 c -0.203358,0.07007 -0.349609,0.258457 -0.349609,0.480469 0,0.211242 0.13238,0.393243 0.320312,0.470703 0.0012,5.46e-4 0.0027,-5.37e-4 0.0039,0 l 4.339843,2.382812 v 0.01758 c 0,0.732661 -0.333698,1.397428 -0.875,1.88086 -0.551532,0.492587 -1.317433,0.796875 -2.166015,0.796875 -0.535233,0 -1.049087,-0.119545 -1.496094,-0.341797 -0.436759,-0.217167 -0.812889,-0.53212 -1.087891,-0.921875 -0.0037,-0.0059 -0.0077,-0.01187 -0.01172,-0.01758 -0.08547,-0.122813 -0.230754,-0.203125 -0.394532,-0.203125 -0.262202,0 -0.474609,0.205892 -0.474609,0.460937 0,0.102517 0.0356,0.196786 0.09375,0.273438 0.364164,0.518921 0.864126,0.937588 1.445312,1.226562 C 15.121937,25.840607 15.783011,26 16.464844,26 c 1.09333,0 2.085317,-0.398746 2.80664,-1.042969 0.524158,-0.46812 0.906204,-1.064898 1.080078,-1.734375 0.707872,0.570561 1.639906,0.914063 2.65625,0.914063 1.093328,0 2.087271,-0.396805 2.808594,-1.041016 C 26.548019,22.442334 27,21.536809 27,20.535156 c 0,-0.0424 -0.001,-0.09418 -0.0039,-0.15039 5.4e-5,-0.0029 0,-0.0048 0,-0.0078 0,-0.255045 -0.212408,-0.46289 -0.47461,-0.462891 -0.262204,0 -0.474609,0.207846 -0.474609,0.462891 0,0.0041 -1.02e-4,0.0077 0,0.01172 2.24e-4,0.0072 0.0014,0.01436 0.002,0.02148 0.0015,0.03384 0.002,0.07445 0.002,0.125 0,0.732661 -0.335651,1.397429 -0.876953,1.88086 -0.551544,0.492589 -1.317422,0.796875 -2.166016,0.796875 -0.814499,0 -1.554147,-0.281226 -2.101562,-0.742188 -0.112899,-0.09507 -0.21716,-0.197128 -0.3125,-0.306641 l 2.326172,-4.398437 c 0.045,-0.07526 0.07227,-0.162554 0.07227,-0.255859 C 22.992188,17.228114 22.75635,17 22.466797,17 Z"/>
<path style="opacity:0.2;fill:#ffffff" d="M 16 2 A 14 14 0 0 0 2 16 A 14 14 0 0 0 2.0214844 16.585938 A 14 14 0 0 1 16 3 A 14 14 0 0 1 29.978516 16.414062 A 14 14 0 0 0 30 16 A 14 14 0 0 0 16 2 z"/>
<path style="opacity:0.2;fill-rule:evenodd" d="m 8.4804688,4.000172 c -0.8151382,-0.00383 -1.5612531,0.1230588 -2.203125,0.3046875 -1.2749376,0.360768 -2.106186,0.9096215 -2.25,1.0957031 -0.021127,0.027553 -0.047737,0.051853 -0.078125,0.072266 C 3.5143373,5.766517 3.288126,6.7253555 3.1855469,7.8771251 3.0612331,9.2729219 2.9312155,10.441574 3.0410156,11.609547 c 3.608e-4,0.0037 0.00158,0.008 0.00195,0.01172 0.00343,0.05318 0.00963,0.120607 0.013672,0.177734 0.5741901,-0.637501 1.283662,-0.971581 1.859375,-1.429687 C 6.8359994,8.8415474 8.3052196,9.1878981 9.8671875,9.6798595 10.869538,9.9955433 11.74516,10.272589 12.369141,9.8243908 12.725208,9.5685974 12.901847,9.1872313 12.9375,8.7404064 12.97148,8.314709 12.88428,8.0294883 12.703125,7.531422 12.517198,7.020257 12.231921,6.4975587 11.880859,6.0060314 11.030717,4.8157586 10.204466,4.1159066 9.0546875,4.0236095 8.8596568,4.0079565 8.6685776,4.0010399 8.4804688,4.000172 Z m 15.3632812,0 c -0.09584,-2.283e-4 -0.190831,0.00133 -0.285156,0.00195 -0.702606,0.00463 -1.359712,0.033369 -1.910156,0.080078 h -0.0059 c -0.08169,0.011111 -0.169186,0.0258 -0.253906,0.037109 2.676301,0.9397904 3.06785,3.1573582 4.162109,5.0273438 0.707838,1.1477816 0.729726,1.9756386 1.607422,1.8398436 0.397788,-0.06154 0.723984,-0.25727 0.984375,-0.539062 0.382917,-0.414378 0.629079,-1.0167316 0.75586,-1.6757816 0.130297,-0.677313 0.131019,-1.40718 0.02148,-2.0585938 C 28.800261,6.0010991 28.554772,5.3971056 28.207031,5.0919689 27.548408,4.646362 26.633747,4.1892104 25.003906,4.0743908 24.31814,4.0260717 24.5146,4.0018436 23.84375,4.000172 Z"/>
<path style="fill:#e4e4e4;fill-rule:evenodd" d="m 23.8433,3.0000341 c -0.09584,-2.283e-4 -0.190902,6.864e-4 -0.285227,0.00131 -0.702606,0.00463 -1.358793,0.033275 -1.909238,0.079984 l -0.0055,0.00131 c -0.08169,0.011111 -0.169118,0.02541 -0.253838,0.036719 2.676301,0.9397904 3.067602,3.1564346 4.161861,5.0264202 0.707838,1.1477816 0.728289,1.9754287 1.605985,1.8396343 C 27.555131,9.9238746 27.882277,9.7296057 28.142668,9.447813 28.525585,9.0334354 28.77194,8.4298191 28.898721,7.7707691 29.029018,7.0934561 29.030086,6.3635758 28.920551,5.712162 28.80089,5.0001985 28.554594,4.3966344 28.206853,4.0914977 27.54823,3.6458908 26.634344,3.1882819 25.004503,3.0734622 24.318737,3.0251431 24.51415,3.0017057 23.8433,3.0000341 Z"/>
<path id="path2488_4" style="fill:#e4e4e4;fill-rule:evenodd" d="M 8.480544,3.0000891 C 7.6654058,2.9962561 6.9197246,3.1222658 6.2778526,3.3038945 5.0029151,3.6646625 4.17095,4.2143812 4.027136,4.4004628 4.0060087,4.4280154 3.9796449,4.4517635 3.9492566,4.4721765 3.5143751,4.7658653 3.2886169,5.7247729 3.1860378,6.8765425 3.061724,8.2723393 2.9315009,9.4412002 3.041301,10.609173 c 3.608e-4,0.0037 9.311e-4,0.008 0.0013,0.01173 0.00343,0.05318 0.010235,0.121505 0.014277,0.178632 C 3.6310681,10.162034 4.3405487,9.8267062 4.9162617,9.3686002 6.8362455,7.840835 8.3061581,8.1886056 9.868126,8.680567 10.870477,8.9962508 11.745374,9.2721918 12.369355,8.8239937 12.725422,8.5682003 12.902221,8.1872897 12.937874,7.7404648 12.971854,7.3147674 12.884094,7.0294956 12.702939,6.5314293 12.517012,6.0202643 12.232369,5.4974102 11.881307,5.0058829 11.031165,3.8156101 10.205332,3.1158561 9.0555536,3.023559 8.8605229,3.007906 8.6686528,3.000957 8.480544,3.0000891 Z"/>
<path style="fill:#3f3f3f;fill-rule:evenodd" d="M 24.500033,10 C 23.119637,10 22,11.119602 22,12.500003 22,13.880374 23.119637,15 24.500033,15 25.88043,15 27.000055,13.880374 27.000055,12.500003 27.000055,11.119613 25.88043,10 24.500033,10 Z"/>
<path style="fill:#3f3f3f;fill-rule:evenodd" d="M 9 11 C 6.2392379 11 4 13.238964 4 16 C 4 18.761038 6.2392379 21 9 21 C 11.760762 21 14 18.761038 14 16 C 14 13.238964 11.760762 11 9 11 z M 10 14 C 11.104037 14.000011 12 14.896002 12 16 C 12 17.104009 11.104037 18 10 18 C 8.8959625 18 8 17.104009 8 16 C 8 14.896002 8.8959625 14 10 14 z"/>
<path id="path2488_5" style="fill:#3f3f3f;fill-rule:evenodd" d="m 22.467242,16.000021 c -0.06222,0 -0.121728,0.01143 -0.177117,0.0308 l -7.050943,1.99999 c -0.01385,0.0034 -0.02719,0.0071 -0.04057,0.01154 l -0.002,9.69e-4 -0.004,9.7e-4 -9.8e-4,9.69e-4 c -0.203358,0.07007 -0.349286,0.258255 -0.349286,0.480267 0,0.211242 0.131668,0.392222 0.3196,0.469682 0.0012,5.46e-4 0.0028,4.32e-4 0.004,9.69e-4 l 4.339804,2.382084 v 0.01829 c 0,0.732661 -0.334378,1.398175 -0.87568,1.881607 -0.551532,0.492587 -1.317362,0.796916 -2.165944,0.796916 -0.535233,0 -1.048082,-0.121341 -1.495089,-0.343593 -0.436759,-0.217167 -0.813411,-0.531318 -1.088413,-0.921073 -0.0037,-0.0059 -0.0079,-0.01162 -0.01187,-0.01733 C 13.783284,22.670265 13.638729,22.58904 13.474951,22.58904 13.212749,22.58904 13,22.795971 13,23.051016 c 0,0.102517 0.03487,0.196684 0.09302,0.273336 0.364164,0.518921 0.864425,0.937203 1.445612,1.226177 C 15.121506,24.840355 15.782278,25 16.464111,25 c 1.09333,0 2.086785,-0.399086 2.808108,-1.043309 0.524158,-0.46812 0.904646,-1.064871 1.078521,-1.734348 0.707871,0.570561 1.64136,0.9153 2.657704,0.9153 1.093328,0 2.086784,-0.398137 2.808107,-1.042348 0.731613,-0.653369 1.18343,-1.558488 1.18343,-2.560141 0,-0.0424 -0.0011,-0.09393 -0.004,-0.15014 5.4e-5,-0.0029 0,-0.0057 0,-0.0087 0,-0.255045 -0.21275,-0.461977 -0.474952,-0.461977 -0.262204,0 -0.47494,0.206932 -0.47494,0.461977 0,0.0041 -1.02e-4,0.0085 0,0.0125 2.24e-4,0.0072 0.0014,0.01406 0.002,0.02118 0.0015,0.03384 0.002,0.07457 0.002,0.125116 0,0.732661 -0.334375,1.398175 -0.875677,1.881606 -0.551544,0.492589 -1.317352,0.796916 -2.165946,0.796916 -0.814499,0 -1.555199,-0.281094 -2.102614,-0.742056 -0.112899,-0.09507 -0.217337,-0.197513 -0.312677,-0.307026 l 2.327231,-4.398431 c 0.045,-0.07526 0.07124,-0.162713 0.07124,-0.256018 0,-0.281652 -0.234862,-0.510103 -0.524415,-0.510103 v 0 z"/>
<path style="fill:#ffffff;fill-rule:evenodd;opacity:0.2" d="M 8.4804688 3 C 7.6653305 2.996167 6.9192156 3.1230588 6.2773438 3.3046875 C 5.0024062 3.6654555 4.1711577 4.214309 4.0273438 4.4003906 C 4.0062165 4.4279432 3.9796071 4.4522433 3.9492188 4.4726562 C 3.5143373 4.766345 3.288126 5.7251835 3.1855469 6.8769531 C 3.0789823 8.0734609 2.9778683 9.102086 3.0175781 10.107422 C 3.0458994 9.4093714 3.1137705 8.6828591 3.1855469 7.8769531 C 3.288126 6.7251835 3.5143372 5.7663447 3.9492188 5.4726562 C 3.9796067 5.4522432 4.0062168 5.4279436 4.0273438 5.4003906 C 4.1711577 5.214309 5.0024062 4.6654555 6.2773438 4.3046875 C 6.9192157 4.1230588 7.6653306 3.99617 8.4804688 4 C 8.6685775 4.0008679 8.8596568 4.0077845 9.0546875 4.0234375 C 10.204466 4.1157346 11.030717 4.8155866 11.880859 6.0058594 C 12.231921 6.4973867 12.517198 7.020085 12.703125 7.53125 C 12.782191 7.7486327 12.833993 7.9163637 12.875 8.0820312 C 12.905335 7.9732382 12.927984 7.8594973 12.9375 7.7402344 C 12.97148 7.314537 12.88428 7.0293163 12.703125 6.53125 C 12.517198 6.020085 12.231921 5.4973867 11.880859 5.0058594 C 11.030717 3.8155866 10.204466 3.1157346 9.0546875 3.0234375 C 8.8596568 3.0077845 8.6685775 3.0008679 8.4804688 3 z M 23.84375 3 C 23.74791 2.9997717 23.652919 3.0013295 23.558594 3.0019531 C 22.855988 3.0065831 22.198881 3.0353223 21.648438 3.0820312 L 21.642578 3.0820312 C 21.560888 3.0931423 21.473392 3.1078316 21.388672 3.1191406 C 22.04874 3.3509254 22.56721 3.6625394 22.994141 4.0253906 C 23.192234 4.0199706 23.350976 4.0033213 23.558594 4.0019531 C 23.652919 4.0013331 23.74791 3.9997717 23.84375 4 C 24.5146 4.0016716 24.31814 4.0258997 25.003906 4.0742188 C 26.633747 4.1890383 27.548408 4.64619 28.207031 5.0917969 C 28.554772 5.3969336 28.800305 6.0009307 28.919922 6.7128906 C 28.944896 6.8614079 28.943749 7.0226136 28.957031 7.1777344 C 28.998333 6.6801452 28.998158 6.1781693 28.919922 5.7128906 C 28.800261 5.0009271 28.554772 4.3969336 28.207031 4.0917969 C 27.548408 3.64619 26.633747 3.1890383 25.003906 3.0742188 C 24.31814 3.0258996 24.5146 3.0016716 23.84375 3 z"/>
</svg>

Before

Width:  |  Height:  |  Size: 10 KiB

View file

@ -1,7 +0,0 @@
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
<circle cx="32" cy="33" r="28" style="opacity:.2"/>
<circle cx="32" cy="32" r="28" style="fill:#4f4f4f"/>
<path d="M 32,4 A 28,28 0 0 0 4,32 28,28 0 0 0 4.0215,32.586 28,28 0 0 1 32,5 28,28 0 0 1 59.979,32.414 28,28 0 0 0 60,32 28,28 0 0 0 32,4 Z" style="fill:#ffffff;opacity:.1"/>
<path d="m15 22v22h34v-22zm3 3h28v16h-28z" style="opacity:.2"/>
<path d="m15 21v22h34v-22h-34zm3 3h28v16h-28v-16z" style="fill:#ffffff"/>
</svg>

Before

Width:  |  Height:  |  Size: 510 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 24 KiB

View file

@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
<path style="opacity:0.2" d="m 32.56463,9 c -1.815208,0 -2.354636,2.334781 -4.562322,2.334781 -2.109566,0 -3.681256,-1.751086 -5.643642,-1.7510856 -1.91333,0 -3.137465,1.2632766 -4.069604,3.8904216 0,0 -2.650189,7.394582 -2.993607,8.464903 -0.04906,0.194604 -1.226252,2.67633 -1.177202,2.870934 C 8.8688642,25.053208 2,26.025693 2,32.009742 2,41.837206 25.499542,54 44.142224,54 58.41859,54 62,47.580114 62,42.56908 62,38.531064 58.515792,34.055411 52.23615,31.330966 L 51.549006,28.409848 49.194602,18.291584 C 48.654944,16.053647 48.214604,15.031899 44.240766,13.085866 41.19907,11.529044 34.52702,9 32.56463,9 Z"/>
<path style="fill:#e73232" d="m 32.56463,8 c -1.815208,0 -2.354636,2.334781 -4.562322,2.334781 -2.109566,0 -3.681256,-1.751086 -5.643642,-1.7510856 -1.91333,0 -3.137465,1.2632764 -4.069604,3.8904216 0,0 -2.650189,7.394582 -2.993607,8.464903 -0.04906,0.194604 -1.226252,2.67633 -1.177202,2.870934 C 8.8688642,24.053208 2,25.025693 2,31.009742 2,40.837206 25.499542,53 44.142224,53 58.41859,53 62,46.580114 62,41.56908 62,37.531064 58.515792,33.055411 52.23615,30.330966 L 51.549006,27.409848 49.194602,17.291584 C 48.654944,15.053647 48.214604,14.031899 44.240766,12.085866 41.19907,10.529044 34.52702,8 32.56463,8 Z"/>
<path style="fill:#ffffff;opacity:0.2" d="M 32.564453 8 C 30.749245 8 30.209639 10.333984 28.001953 10.333984 C 25.892387 10.333984 24.321761 8.583984 22.359375 8.5839844 C 20.446045 8.5839844 19.221201 9.8474642 18.289062 12.474609 C 18.289062 12.474609 15.63834 19.869132 15.294922 20.939453 C 15.245862 21.134057 14.070091 23.615943 14.119141 23.810547 C 8.8697518 24.053801 2 25.025717 2 31.009766 C 2 31.174644 2.024014 31.341688 2.0371094 31.507812 C 2.4229197 25.983236 9.0244704 25.046631 14.119141 24.810547 C 14.070091 24.615943 15.245862 22.134057 15.294922 21.939453 C 15.63834 20.869132 18.289062 13.474609 18.289062 13.474609 C 19.221201 10.847464 20.446045 9.5839844 22.359375 9.5839844 C 24.321761 9.583984 25.892387 11.333984 28.001953 11.333984 C 30.209639 11.333984 30.749245 9 32.564453 9 C 34.526843 9 41.198538 11.529116 44.240234 13.085938 C 48.214072 15.03197 48.655654 16.053079 49.195312 18.291016 L 51.548828 28.410156 L 52.236328 31.330078 C 58.281465 33.952782 61.725026 38.197533 61.974609 42.113281 C 61.984042 41.931349 62 41.747063 62 41.568359 C 62 37.530343 58.51597 33.054523 52.236328 30.330078 L 51.548828 27.410156 L 49.195312 17.291016 C 48.655654 15.053079 48.214072 14.03197 44.240234 12.085938 C 41.198538 10.529116 34.526843 8 32.564453 8 z"/>
<path style="opacity:0.1" d="M 52.296604,31.942764 C 52.839,34.542927 52.839,34.788224 52.839,35.131644 52.839,39.547015 47.796557,42 41.238485,42 26.445837,42 13.291,33.365494 13.291,27.674571 c 0,-0.784956 0.147927,-1.569911 0.49309,-2.305806 l 1.183409,-2.845463 c -0.04931,0.196241 -0.09861,0.392478 -0.04931,0.588717 0,2.894523 11.626265,12.412102 27.059925,12.412102 3.944707,0 9.776092,-0.834015 9.776092,-5.494686 0,-0.343417 0,-0.735895 -0.09862,-1.079313 z"/>
<path style="fill:#3f3f3f" d="M 52.296604,30.942764 C 52.839,33.542927 52.839,33.788224 52.839,34.131644 52.839,38.547015 47.796557,41 41.238485,41 26.445837,41 13.291,32.365494 13.291,26.674571 c 0,-0.784956 0.147927,-1.569911 0.49309,-2.305806 l 1.183409,-2.845463 c -0.04931,0.196241 -0.09861,0.392478 -0.04931,0.588717 0,2.894523 11.626265,12.412102 27.059925,12.412102 3.944707,0 9.776092,-0.834015 9.776092,-5.494686 0,-0.343417 0,-0.735895 -0.09862,-1.079313 z"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.5 KiB

View file

@ -1,13 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
<circle style="opacity:0.2" cx="32" cy="33" r="28"/>
<circle style="fill:#3757a1" cx="32" cy="32" r="28"/>
<path style="fill:#ffffff;opacity:0.1" d="M 32,4 A 28,28 0 0 0 4,32 28,28 0 0 0 4.0215,32.586 28,28 0 0 1 32,5 28,28 0 0 1 59.979,32.414 28,28 0 0 0 60,32 28,28 0 0 0 32,4 Z"/>
<g style="fill:none;stroke:#000000;opacity:0.2;stroke-width:3;stroke-linejoin:round">
<path d="M 48.5,33 C 48.5,42.113 41.113,49.5 32,49.5 22.887,49.5 15.5,42.113 15.5,33 15.5,23.887 22.887,16.5 32,16.5 36.556,16.5 48.5,16.5 48.5,16.5 48.5,16.5 48.5,28.444 48.5,33 Z"/>
<path d="M 48.5,16.5 C 48.5,16.5 47,26 39,32.5 31,39 20,45 20,45 V 45 45"/>
</g>
<g style="fill:none;stroke:#ffffff;stroke-width:3;stroke-linejoin:round">
<path d="M 48.5,15.5 C 48.5,15.5 47,25 39,31.5 31,38 20,44 20,44 V 44 44"/>
<path d="M 48.5,32 C 48.5,41.113 41.113,48.5 32,48.5 22.887,48.5 15.5,41.113 15.5,32 15.5,22.887 22.887,15.5 32,15.5 36.556,15.5 48.5,15.5 48.5,15.5 48.5,15.5 48.5,27.444 48.5,32 Z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1 KiB

View file

@ -1,9 +0,0 @@
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="m32 4c-1.21024-0.0283191-2.405203 0.2655435-3.453947 0.8493869l-19.4043 10.816633c-2.0403565 1.137345-3.2972911 3.239225-3.2973492 5.513915v21.633667c5.81e-5 2.27469 1.2569927 4.37657 3.2973492 5.513915l19.4049 10.816834c1.050324 0.585476 2.226109 0.869572 3.398191 0.852287 1.104858-0.01629 0.868976-1.226316 1.859059-1.778213l19.302021-10.611073c2.041228-1.137555 3.71003-2.211584 3.709471-4.487108v-21.530786c-6.1e-5 -0.773503 0.883349-1.938538 0.611237-2.640929-0.528147-1.363286-1.533652-2.533992-2.880379-3.284509l-19.403701-10.816633c-0.957095-0.5327521-2.037478-0.82482-3.141952-0.8493869z" style="fill:#53d953"/>
<path d="m6.3678405 18.713115a6.5946984 6.3671019 0 0 0-0.5234375 2.466797v21.632812a6.5946984 6.3671019 0 0 0 3.296875 5.515625l19.40625 10.816406a6.5946984 6.3671019 0 0 0 3.296875 0.847657v-27.744141z" style="fill:#ef2b2f"/>
<path d="m57.326825 18.709209-25.482422 13.539062v27.744141a6.5946984 6.3671019 0 0 0 3.296875-0.847657l19.404297-10.816406a6.5946984 6.3671019 0 0 0 3.298828-5.517578v-21.632812a6.5946984 6.3671019 0 0 0-0.517578-2.46875z" style="fill:#ffbb1f"/>
<path d="m32.000653 4.0002242a6.5947745 6.3719333 0 0 0-3.453125 0.8515625l-19.40625 10.824218a6.5947745 6.3719333 0 0 0-3.296875 5.519532v1.001953a6.5947745 6.3719333 0 0 1 3.296875-5.521485l19.40625-10.824218a6.5947745 6.3719333 0 0 1 3.453125-0.8515625 6.5947745 6.3719333 0 0 1 3.140625 0.8515625l19.40625 10.824218a6.5947745 6.3719333 0 0 1 3.296875 5.521485v-1.001953a6.5947745 6.3719333 0 0 0-3.296875-5.519532l-19.40625-10.824218a6.5947745 6.3719333 0 0 0-3.140625-0.8515625z" style="fill:#ffffff;opacity:.2"/>
<path d="m5.844403 41.79913a6.5946984 6.3721235 0 0 0 0.00195 0.07422v-0.07422zm0.00195 1v1a6.5946984 6.3721235 0 0 0 3.296875 5.517578l19.406253 10.828125a6.5946984 6.3721235 0 0 0 6.59375 0l19.404297-10.828125a6.5946984 6.3721235 0 0 0 3.296875-5.517578v-1a6.5946984 6.3721235 0 0 1-3.296875 5.517578l-19.404297 10.828125a6.5946984 6.3721235 0 0 1-6.59375 0l-19.40625-10.828125a6.5946984 6.3721235 0 0 1-3.296875-5.517578z" style="opacity:.2"/>
<path d="m6.3678405 18.713115a6.5946984 6.3671019 0 0 0-0.5234375 2.466797v1a6.5946984 6.3671019 0 0 1 0.5234375-2.466797l25.476562 13.535156v-1z" style="fill:#ffffff;opacity:.2"/>
<path d="m57.326825 18.709209-25.482422 13.539062v1l25.482422-13.539062a6.5946984 6.3671019 0 0 1 0.517578 2.46875v-1a6.5946984 6.3671019 0 0 0-0.517578-2.46875z" style="fill:#ffffff;opacity:.2"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -1,851 +0,0 @@
<?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://web.resource.org/cc/"
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="256"
height="256"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.45"
version="1.0"
inkscape:export-filename="/home/bobby/Desktop/s.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:docname="slackware_logo.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
sodipodi:docbase="/home/bobby/Desktop"
sodipodi:modified="true">
<defs
id="defs4">
<pattern
inkscape:collect="always"
xlink:href="#pattern8174"
id="pattern13210"
patternTransform="translate(-298.34995,240.86648)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern3254"
id="pattern3256"
patternTransform="translate(-604.39192,30.169316)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern3248"
id="pattern3254"
patternTransform="translate(-368.32932,21.911993)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern2277"
id="pattern3248"
patternTransform="translate(-534.39589,72.042484)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern2263"
id="pattern2277"
patternTransform="translate(-748.01707,-19.961183)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern2284"
id="pattern2263"
patternTransform="translate(-370.15043,21.540454)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern2282"
id="pattern2284"
patternTransform="translate(-370.15043,21.540454)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern2280"
id="pattern2282"
patternTransform="translate(-370.15043,21.65185)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern2278"
id="pattern2280"
patternTransform="translate(-370.15043,21.763249)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern2276"
id="pattern2278"
patternTransform="translate(-370.15043,21.874651)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern2274"
id="pattern2276"
patternTransform="translate(-370.15043,21.986057)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern2272"
id="pattern2274"
patternTransform="translate(-370.15043,22.097451)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern2270"
id="pattern2272"
patternTransform="translate(-370.15043,22.208848)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern2268"
id="pattern2270"
patternTransform="translate(-370.15043,22.320248)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern2266"
id="pattern2268"
patternTransform="translate(-370.15043,22.431652)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern2264"
id="pattern2266"
patternTransform="translate(-370.15043,22.543059)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern2262"
id="pattern2264"
patternTransform="translate(-370.15043,22.654454)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern2247"
id="pattern2262"
patternTransform="translate(-370.15043,22.543059)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern5229"
id="pattern2247"
patternTransform="translate(-370.15043,22.431142)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern5227"
id="pattern5229"
patternTransform="translate(-370.15043,22.431142)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern5225"
id="pattern5227"
patternTransform="translate(-370.06067,22.431142)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern5223"
id="pattern5225"
patternTransform="translate(-369.97091,22.431142)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern5221"
id="pattern5223"
patternTransform="translate(-369.88114,22.431142)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern5219"
id="pattern5221"
patternTransform="translate(-369.79138,22.431142)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern5217"
id="pattern5219"
patternTransform="translate(-369.70161,22.431142)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern5215"
id="pattern5217"
patternTransform="translate(-369.61185,22.431142)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern5213"
id="pattern5215"
patternTransform="translate(-369.52208,22.431142)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern5211"
id="pattern5213"
patternTransform="translate(-369.43232,22.431142)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern5209"
id="pattern5211"
patternTransform="translate(-369.34255,22.431142)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern5207"
id="pattern5209"
patternTransform="translate(-369.25279,22.431142)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern5205"
id="pattern5207"
patternTransform="translate(-369.16302,22.431142)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern5203"
id="pattern5205"
patternTransform="translate(-369.07326,22.431142)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern5201"
id="pattern5203"
patternTransform="translate(-368.9835,22.431142)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern5199"
id="pattern5201"
patternTransform="translate(-368.89373,22.431142)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern5197"
id="pattern5199"
patternTransform="translate(-368.80397,22.431142)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern5195"
id="pattern5197"
patternTransform="translate(-368.7142,22.431142)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern5193"
id="pattern5195"
patternTransform="translate(-368.62444,22.431142)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern5191"
id="pattern5193"
patternTransform="translate(-368.53463,22.431142)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern5189"
id="pattern5191"
patternTransform="translate(-373.02292,22.431142)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern5187"
id="pattern5189"
patternTransform="translate(-373.02292,22.431142)" />
<pattern
inkscape:collect="always"
xlink:href="#pattern4208"
id="pattern5187"
patternTransform="translate(-368.53463,22.431142)" />
<linearGradient
id="linearGradient6106">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop6108" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop6110" />
</linearGradient>
<linearGradient
id="linearGradient16857">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop16859" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop16861" />
</linearGradient>
<linearGradient
id="linearGradient11033">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop11035" />
<stop
style="stop-color:#4962ae;stop-opacity:1;"
offset="1"
id="stop11037" />
</linearGradient>
<linearGradient
id="linearGradient9085">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop9087" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop9089" />
</linearGradient>
<linearGradient
id="linearGradient6164">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop6166" />
<stop
style="stop-color:#4962ae;stop-opacity:1;"
offset="1"
id="stop6168" />
</linearGradient>
<linearGradient
id="linearGradient4167">
<stop
style="stop-color:#a6b3da;stop-opacity:1;"
offset="0"
id="stop4169" />
<stop
style="stop-color:#4962ae;stop-opacity:1;"
offset="1"
id="stop4171" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4167"
id="linearGradient4173"
x1="126.07143"
y1="61.776882"
x2="130.75499"
y2="248.2964"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient6164"
id="radialGradient7141"
cx="126.17736"
cy="183.73682"
fx="126.17736"
fy="183.73682"
r="60.642857"
gradientTransform="matrix(1,0,0,0.8085983,0,25.176155)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9085"
id="linearGradient9091"
x1="127.32143"
y1="16.177502"
x2="127.32143"
y2="119.03465"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,1.2571495,0,-17.410953)" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient11033"
id="radialGradient11039"
cx="128.03683"
cy="202.38623"
fx="128.03683"
fy="202.38623"
r="61.361693"
gradientTransform="matrix(2.3087502,-7.4524521e-2,1.1678211e-2,0.3661409,-169.93174,103.67211)"
gradientUnits="userSpaceOnUse" />
<filter
inkscape:collect="always"
id="filter21800">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.42580173"
id="feGaussianBlur21802" />
</filter>
<filter
inkscape:collect="always"
id="filter24843">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="1.4165492"
id="feGaussianBlur24845" />
</filter>
<filter
inkscape:collect="always"
x="-0.032852562"
width="1.0657051"
y="-0.10459185"
height="1.2091837"
id="filter27770">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="1.2812499"
id="feGaussianBlur27772" />
</filter>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9085"
id="linearGradient27793"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,1.2571495,0,-17.410953)"
x1="127.32143"
y1="16.177502"
x2="127.32143"
y2="119.03465" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9085"
id="linearGradient2204"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.9999989,0,0,2.5142976,-128.55376,-159.36257)"
x1="127.32143"
y1="16.177502"
x2="127.32143"
y2="119.03465" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9085"
id="linearGradient2206"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.9253543,0,0,2.424854,-118.53124,-149.30655)"
x1="127.32143"
y1="16.177502"
x2="127.32143"
y2="119.03465" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6106"
id="linearGradient6112"
x1="124.39233"
y1="131.96484"
x2="122.34922"
y2="92.974464"
gradientUnits="userSpaceOnUse" />
<pattern
patternUnits="userSpaceOnUse"
width="3.2504171"
height="2.7860718"
patternTransform="translate(-298.34995,240.86648)"
id="pattern8174">
<g
transform="matrix(3.3167521e-2,0,0,3.3167521e-2,21.890564,-5.3731384)"
id="g7182">
<rect
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect6203"
width="32"
height="28"
x="-658"
y="162" />
<rect
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect7174"
width="32"
height="28"
x="-626"
y="190" />
<rect
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect7176"
width="32"
height="28"
x="-594"
y="162" />
<rect
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect7178"
width="32"
height="28"
x="-594"
y="218" />
<rect
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect7180"
width="32"
height="28"
x="-660"
y="218" />
</g>
</pattern>
<pattern
patternUnits="userSpaceOnUse"
width="3.8477631"
height="3.847763"
patternTransform="translate(-183.84776,36.484671)"
id="pattern4208">
<g
transform="matrix(4.6311136e-2,0,0,4.9468714e-2,8.5141988,1.8525694)"
id="g3200">
<rect
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect2215"
width="16.263456"
height="15.556349"
x="-183.84776"
y="-37.449314" />
<rect
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect3190"
width="16.263456"
height="15.556349"
x="-150.26019"
y="-6.336606" />
<rect
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect3194"
width="16.263456"
height="15.556349"
x="-117.02618"
y="-37.449314" />
<rect
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect3196"
width="16.263456"
height="15.556349"
x="-183.49422"
y="24.776081" />
<rect
style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect3198"
width="16.263456"
height="15.556349"
x="-117.02617"
y="24.776085" />
</g>
</pattern>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6106"
id="linearGradient2251"
gradientUnits="userSpaceOnUse"
x1="124.39233"
y1="131.96484"
x2="122.34922"
y2="92.974464" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6106"
id="linearGradient2267"
gradientUnits="userSpaceOnUse"
x1="124.39233"
y1="131.96484"
x2="122.34922"
y2="92.974464"
gradientTransform="translate(-234.32983,8.4545444)" />
<filter
inkscape:collect="always"
id="filter10137">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="3.1826429"
id="feGaussianBlur10139" />
</filter>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6106"
id="linearGradient10151"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-234.32983,8.4545444)"
x1="124.39233"
y1="131.96484"
x2="122.34922"
y2="92.974464" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6106"
id="linearGradient10170"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-234.32983,8.4545444)"
x1="124.39233"
y1="131.96484"
x2="122.34922"
y2="92.974464" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9085"
id="linearGradient10177"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.9253543,0,0,2.424854,-118.53124,-149.30655)"
x1="127.32143"
y1="16.177502"
x2="127.32143"
y2="119.03465" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6106"
id="linearGradient10191"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-234.32983,8.4545444)"
x1="124.39233"
y1="131.96484"
x2="122.34922"
y2="92.974464" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6106"
id="linearGradient10199"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.4156002,0,0,1.4156002,-209.28352,-85.271896)"
x1="124.39233"
y1="131.96484"
x2="122.34922"
y2="92.974464" />
<pattern
patternUnits="userSpaceOnUse"
width="7.8379958"
height="4.9999983"
patternTransform="translate(-227.838,76)"
id="pattern11193">
<g
id="g11188"
transform="translate(227.838,-76)">
<rect
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.11238252;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect10207"
width="2.5126173"
height="2.3876173"
x="-222.57512"
y="76.0625" />
<rect
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.11238252;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect11184"
width="2.5126173"
height="2.3876173"
x="-225.2375"
y="78.549881" />
<rect
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.11238252;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect11186"
width="2.5126173"
height="2.3876173"
x="-227.7755"
y="76.0625" />
</g>
</pattern>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6106"
id="linearGradient12182"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.4156002,0,0,1.4156002,-209.28352,-85.271896)"
x1="124.39233"
y1="131.96484"
x2="122.34922"
y2="92.974464" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6106"
id="linearGradient13159"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.4156002,0,0,1.4156002,-21.560772,-74.595777)"
x1="124.39233"
y1="131.96484"
x2="122.34922"
y2="92.974464" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6106"
id="linearGradient13199"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.4156002,0,0,1.4156002,-21.560772,-74.595777)"
x1="124.39233"
y1="131.96484"
x2="122.34922"
y2="92.974464" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9085"
id="linearGradient13201"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.9253543,0,0,2.424854,-118.53124,-149.30655)"
x1="127.32143"
y1="16.177502"
x2="127.32143"
y2="119.03465" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9085"
id="linearGradient13206"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.9253543,0,0,2.424854,-118.53124,-149.30655)"
x1="127.32143"
y1="16.177502"
x2="127.32143"
y2="119.03465" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6106"
id="linearGradient13214"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.4156002,0,0,1.4156002,-21.560772,-74.595777)"
x1="124.39233"
y1="131.96484"
x2="122.34922"
y2="92.974464" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6106"
id="linearGradient13241"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.4156002,0,0,1.4156002,-21.560772,-74.595777)"
x1="124.39233"
y1="131.96484"
x2="122.34922"
y2="92.974464" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
gridtolerance="10000"
guidetolerance="10"
objecttolerance="10"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4142136"
inkscape:cx="209.27713"
inkscape:cy="142.15529"
inkscape:document-units="px"
inkscape:current-layer="layer1"
inkscape:window-width="1274"
inkscape:window-height="748"
inkscape:window-x="0"
inkscape:window-y="0"
showgrid="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" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g13243">
<path
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="/home/bobby/Desktop/1.png"
transform="matrix(2.4207197,0,0,3.2758984,-109.29913,-158.53743)"
d="M 149.90664 88.062141 A 51.972347 33.941124 0 1 1 45.961941,88.062141 A 51.972347 33.941124 0 1 1 149.90664 88.062141 z"
sodipodi:ry="33.941124"
sodipodi:rx="51.972347"
sodipodi:cy="88.062141"
sodipodi:cx="97.934288"
id="path19860"
style="opacity:0.98999999;fill:#7b7b7b;fill-opacity:1;fill-rule:nonzero;stroke:#8f8f8f;stroke-width:1;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter21800)"
sodipodi:type="arc" />
<path
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="/home/bobby/Desktop/1.png"
transform="matrix(2.1041326,0,0,2.3374733,-142.61947,-185.35919)"
d="M 187.85714 131.53572 A 59.642857 48.035713 0 1 1 68.571423,131.53572 A 59.642857 48.035713 0 1 1 187.85714 131.53572 z"
sodipodi:ry="48.035713"
sodipodi:rx="59.642857"
sodipodi:cy="131.53572"
sodipodi:cx="128.21428"
id="path3196"
style="opacity:0.98999999;fill:#3e5495;fill-opacity:1;fill-rule:nonzero;stroke:#3d5292;stroke-width:0.90182;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="arc" />
<path
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="/home/bobby/Desktop/1.png"
transform="matrix(1.9557719,0,0,1.9680241,-120.12084,-114.02305)"
d="M 189.28571 116.71429 A 63.214287 53.92857 0 1 1 62.85714,116.71429 A 63.214287 53.92857 0 1 1 189.28571 116.71429 z"
sodipodi:ry="53.92857"
sodipodi:rx="63.214287"
sodipodi:cy="116.71429"
sodipodi:cx="126.07143"
id="path2223"
style="opacity:0.98999999;fill:#4962ae;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.03164828;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="arc" />
<g
transform="matrix(1.0528491,0,0,1,-1.5787571,0)"
id="g13231">
<text
xml:space="preserve"
style="font-size:17.95273399px;font-style:normal;font-weight:normal;line-height:125%;fill:#fff0ff;fill-opacity:1;stroke:#fff0ff;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter10137);font-family:Bitstream Vera Sans"
x="-181.64458"
y="178.59599"
id="text4231"
transform="matrix(1.5447551,0,0,1.2972437,338.45429,-79.326527)"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/bobby/Desktop/1.png"><tspan
sodipodi:role="line"
id="tspan4233"
x="-181.64458"
y="178.59599"
style="font-size:144px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#fff0ff;fill-opacity:1;stroke:#fff0ff;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;font-family:Courier 10 Pitch">S</tspan></text>
<text
xml:space="preserve"
style="font-size:25.41389275px;font-style:normal;font-weight:normal;line-height:125%;fill:#4962ae;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="53.020477"
y="166.25648"
id="text9155"
transform="scale(1.0912369,0.9163913)"
inkscape:export-filename="/home/bobby/Desktop/1.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan9157"
x="53.020477"
y="166.25648"
style="font-size:203.84642029px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#4962ae;fill-opacity:1;stroke:none;stroke-opacity:1;font-family:Courier 10 Pitch">S</tspan></text>
<text
xml:space="preserve"
style="font-size:25.41389275px;font-style:normal;font-weight:normal;line-height:125%;fill:url(#linearGradient13241);fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="53.020477"
y="166.25648"
id="text24847"
transform="scale(1.0912369,0.9163913)"
inkscape:export-filename="/home/bobby/Desktop/1.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan24849"
x="53.020477"
y="166.25648"
style="font-size:203.84642029px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:url(#linearGradient13241);fill-opacity:1;stroke:none;stroke-opacity:1;font-family:Courier 10 Pitch">S</tspan></text>
<text
xml:space="preserve"
style="font-size:25.41389275px;font-style:normal;font-weight:normal;line-height:125%;fill:url(#pattern13210);fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="53.020477"
y="166.25648"
id="text6114"
transform="scale(1.0912369,0.9163913)"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/bobby/Desktop/1.png"><tspan
sodipodi:role="line"
id="tspan6116"
x="53.020477"
y="166.25648"
style="font-size:203.84642029px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:url(#pattern13210);fill-opacity:1;stroke:none;stroke-opacity:1;font-family:Courier 10 Pitch">S</tspan></text>
</g>
<path
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="/home/bobby/Desktop/1.png"
sodipodi:nodetypes="cccs"
id="path8114"
d="M 129.01431,14.890708 C 59.410838,16.077242 11.374254,61.182069 11.017594,107.72797 C 84.642076,128.44672 167.70319,129.70663 243.16031,104.26388 C 236.69233,52.476094 182.75068,13.974659 129.01431,14.890708 z "
style="fill:url(#linearGradient13206);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g
transform="translate(-242.87573,14.875667)"
id="g13227">
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter27770)"
d="M 91.468907,126.96891 L 91.94701,148.53109 L 166.53109,148.53109 L 166.53109,148.53109"
id="path26797"
transform="matrix(1.9999989,0,0,1.9999989,115.93801,-131.93768)"
inkscape:export-filename="/home/bobby/Desktop/1.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:5.87562323;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 297.87572,122.5 L 298.83193,165.62434 L 448.00001,165.62434 L 448.00001,165.62434"
id="path26799"
inkscape:export-filename="/home/bobby/Desktop/1.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -1,7 +0,0 @@
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
<rect x="4" y="5" width="56" height="56" rx="5" ry="5" style="opacity:.2"/>
<rect x="4" y="4" width="56" height="56" rx="5" ry="5" style="fill:#24b8eb"/>
<path d="m14.136719 12c-1.737546 0-3.136719 1.399173-3.136719 3.136719v16.726562c0 1.737546 1.399173 3.136719 3.136719 3.136719h35.863281v16h-17v-13h-3v12.863281c0 1.737546 1.399173 3.136719 3.136719 3.136719h16.726562c1.737546 0 3.136719-1.399173 3.136719-3.136719v-15.863281c0-1.737546-1.262454-3-3-3h-36v-17h17v14h3v-13.863281c0-1.737546-1.399173-3.136719-3.136719-3.136719z" style="opacity:.2"/>
<path d="m14.136719 11c-1.737546 0-3.136719 1.399173-3.136719 3.136719v16.726562c0 1.737546 1.399173 3.136719 3.136719 3.136719h35.863281v16h-17v-13h-3v12.863281c0 1.737546 1.399173 3.136719 3.136719 3.136719h16.726562c1.737546 0 3.136719-1.399173 3.136719-3.136719v-15.863281c0-1.737546-1.262454-3-3-3h-36v-17h17v14h3v-13.863281c0-1.737546-1.399173-3.136719-3.136719-3.136719z" style="fill:#3f3f3f"/>
<path d="m9 4c-2.77 0-5 2.23-5 5v1c0-2.77 2.23-5 5-5h46c2.77 0 5 2.23 5 5v-1c0-2.77-2.23-5-5-5h-46z" style="fill:#ffffff;opacity:.2"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1,11 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
<circle style="opacity:0.2" cx="32" cy="33" r="28"/>
<path style="fill:#e69cf7" d="M 60,32 C 60,47.463973 47.463973,60 32,60 18.913155,60 7.9232734,51.021833 4.853777,38.888922 4.2962258,36.685069 6.0625889,38.217811 6.0625889,35.840683 6.0625889,35.576732 4.0036523,31.472952 4.010909,31.210755 4.4288017,16.111731 16.799978,4 32,4 47.463973,4 60,16.536027 60,32 Z"/>
<path style="opacity:0.1" d="M 40,16 A 11,11 0 0 0 29,27 11,11 0 0 0 29.011719,27.246094 L 23.753906,36.009766 A 8.5,8.5 0 0 0 23.5,36 8.5,8.5 0 0 0 17.837891,38.171875 L 4.046875,32.078125 A 28,28 0 0 0 4,33 28,28 0 0 0 4.9375,40.123047 L 15.003906,44.572266 A 8.5,8.5 0 0 0 23.5,53 8.5,8.5 0 0 0 32,44.5 8.5,8.5 0 0 0 31.966797,43.849609 L 41.373047,37.904297 A 11,11 0 0 0 51,27 11,11 0 0 0 40,16 Z M 40,20 A 7,7 0 0 1 47,27 7,7 0 0 1 40,34 7,7 0 0 1 33,27 7,7 0 0 1 40,20 Z M 40,22 A 5,5 0 0 0 35,27 5,5 0 0 0 40,32 5,5 0 0 0 45,27 5,5 0 0 0 40,22 Z M 23.5,39 A 5.5,5.5 0 0 1 29,44.5 5.5,5.5 0 0 1 23.5,50 5.5,5.5 0 0 1 18.207031,45.986328 L 22.085938,47.701172 A 3.50035,3.50035 0 1 0 24.914062,41.298828 L 21.035156,39.583984 A 5.5,5.5 0 0 1 23.5,39 Z"/>
<path style="fill:#635ad6" d="M 30.6,23.6 34.8,33.4 44.7,34.8 29.2,44.6 V 37.6 H 22.2 Z"/>
<path style="fill:#635ad6" d="M 40 15 A 11 11 0 0 0 29 26 A 11 11 0 0 0 40 37 A 11 11 0 0 0 51 26 A 11 11 0 0 0 40 15 z M 40 19 A 7 7 0 0 1 47 26 A 7 7 0 0 1 40 33 A 7 7 0 0 1 33 26 A 7 7 0 0 1 40 19 z"/>
<path style="fill:#635ad6" d="M 23.5 35 A 8.5 8.5 0 0 0 15 43.5 A 8.5 8.5 0 0 0 23.5 52 A 8.5 8.5 0 0 0 32 43.5 A 8.5 8.5 0 0 0 23.5 35 z M 23.5 38 A 5.5 5.5 0 0 1 29 43.5 A 5.5 5.5 0 0 1 23.5 49 A 5.5 5.5 0 0 1 18 43.5 A 5.5 5.5 0 0 1 23.5 38 z"/>
<circle style="fill:#635ad6" cx="40" cy="26" r="5"/>
<path style="fill:#635ad6" d="M 4.046875 31.078125 A 28 28 0 0 0 4 32 A 28 28 0 0 0 4.9375 39.123047 L 22.085938 46.701172 A 3.50035 3.50035 0 1 0 24.914062 40.298828 L 4.046875 31.078125 z"/>
<path style="opacity:0.2;fill:#ffffff" d="M 32,4 C 17.100366,4 4.9180811,15.636956 4.0488281,30.318359 4.0459379,30.367175 4.08106,30.473412 4.1113281,30.572266 5.3425337,16.245714 17.354447,5 32,5 47.296335,5 59.718596,17.267575 59.986328,32.5 59.989262,32.333062 60,32.167638 60,32 60,16.536027 47.463973,4 32,4 Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -1,288 +0,0 @@
<?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"
version="1.1"
width="338.92072"
height="134.78435"
id="svg3375"
inkscape:version="0.91 r13725"
sodipodi:docname="Tails-logo-flat-inverted.svg">
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1858"
inkscape:window-height="1057"
id="namedview53"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="1.373203"
inkscape:cx="-2.0877072"
inkscape:cy="97.26"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="svg3375" />
<defs
id="defs3377" />
<metadata
id="metadata3380">
<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
transform="matrix(0.52842331,0,0,0.52842331,49.438049,46.530189)"
id="text3064"
style="font-style:normal;font-weight:normal;font-size:61.55144501px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#56347c;fill-opacity:1;stroke:none;enable-background:new">
<path
d="m 146.40953,78.028847 33.47986,0 0,-119.441639 40.49252,0 0,-28.050688 -114.4649,0 0,28.050688 40.49252,0 0,119.441639"
id="path5241"
style="font-variant:normal;font-weight:bold;font-stretch:normal;font-size:226.21522522px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Bold';fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 212.79027,46.811146 c 0,19.00206 12.89428,33.932283 33.25363,33.932283 12.66804,0 23.30018,-5.881604 32.80121,-14.251559 l 0.67865,0 2.48836,11.536977 27.14583,0 0,-64.245124 c 0,-34.38468 -15.83509,-50.672211 -44.5644,-50.672211 -17.64477,0 -33.70608,6.10782 -47.95763,14.70399 l 11.7632,21.94287681 C 239.25744,-6.5756412 248.7585,-10.421306 258.25953,-10.421306 c 11.98939,0 16.96614,6.3340359 17.64478,16.2874959 C 231.56617,10.39049 212.79027,23.284786 212.79027,46.811146 m 31.67013,-2.488368 c 0,-8.59617 7.69134,-15.382638 31.44391,-18.549648 l 0,19.680724 c -5.88159,5.88159 -10.85834,9.50104 -18.54965,9.50104 -7.91752,0 -12.89426,-3.393236 -12.89426,-10.632116"
id="path5243"
style="font-variant:normal;font-weight:bold;font-stretch:normal;font-size:226.21522522px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Bold';fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 351.42697,-50.687616 c 11.31075,0 19.22829,-7.238898 19.22829,-17.418573 0,-10.179675 -7.91754,-17.192357 -19.22829,-17.192357 -11.08454,0 -19.2283,7.012682 -19.2283,17.192357 0,10.179675 8.14376,17.418573 19.2283,17.418573 m -16.51371,128.716463 33.25363,0 0,-112.202752 -33.25363,0 0,112.202752"
id="path5245"
style="font-variant:normal;font-weight:bold;font-stretch:normal;font-size:226.21522522px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Bold';fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 397.21082,43.191702 c 0,22.6215 7.69134,37.551727 30.53905,37.551727 7.4651,0 13.12049,-1.131077 16.73993,-2.714582 l -4.07187,-24.65746 c -1.80972,0.45243 -2.71459,0.452431 -4.07188,0.452431 -2.71458,0 -5.88159,-2.26216 -5.88159,-9.274825 l 0,-125.097019 -33.25364,0 0,123.739728"
id="path5247"
style="font-variant:normal;font-weight:bold;font-stretch:normal;font-size:226.21522522px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Bold';fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 451.76403,65.134579 c 11.31075,9.274815 28.27692,15.60885 42.98089,15.60885 30.0866,0 46.14791,-15.835086 46.14791,-36.194436 0,-20.585565 -16.0613,-28.503123 -30.31284,-33.706068 -11.53697,-4.2980851 -21.94288,-7.0126794 -21.94288,-14.2515593 0,-5.655375 4.07189,-8.8223937 12.66806,-8.8223937 7.91752,0 15.60885,3.6194494 23.75259,9.5010393 l 14.93021,-19.9069393 c -9.72725,-7.23888 -22.39533,-14.25156 -39.58767,-14.25156 -26.01472,0 -42.98089,14.25158 -42.98089,35.0633602 0,18.5496298 16.0613,27.8244778 29.6342,33.0274228 11.53696,4.5243 22.84773,7.91754 22.84773,15.382635 0,5.88159 -4.29809,9.50104 -14.25155,9.50104 -9.50103,0 -18.77588,-4.071882 -28.95555,-11.763192 l -14.93021,20.811801"
id="path5249"
style="font-variant:normal;font-weight:bold;font-stretch:normal;font-size:226.21522522px;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Bold';fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(0.52356334,0,0,0.49506861,89.833771,-131.60813)"
id="g3777"
style="fill:#56347c;fill-opacity:1;enable-background:new">
<g
transform="matrix(1.1068913,-0.00147632,0.00147632,1.1068913,82.041299,617.01076)"
id="text3014-8-5-8-6-2-4"
style="font-style:normal;font-weight:normal;font-size:46.73732758px;line-height:79.00000215%;font-family:Sans;text-align:end;letter-spacing:0px;word-spacing:0px;text-anchor:end;display:inline;fill:#56347c;fill-opacity:1;stroke:none;enable-background:new">
<path
d="m -44.825494,-126.19021 c 0,2.58576 0.811813,4.35971 3.608044,4.35971 0.60134,0 1.503352,-0.24053 2.345228,-0.5412 l -0.360805,-1.08241 c -0.511138,0.24053 -1.262815,0.451 -1.804021,0.451 -1.984422,0 -2.435429,-1.23275 -2.435429,-3.06684 l 0,-9.41098 4.179316,0 0,-1.14254 -4.179316,0 0,-4.17932 -1.142548,0 -0.180402,4.17932 -2.285094,0.12027 0,1.02227 2.255027,0 0,9.29072"
id="path4089"
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m -35.760285,-122.1913 1.32295,0 0,-10.88426 c 1.773953,-1.80402 3.006704,-2.70604 4.720523,-2.70604 2.345226,0 3.307373,1.44322 3.307373,4.51006 l 0,9.08024 1.322949,0 0,-9.26064 c 0,-3.72831 -1.383086,-5.53234 -4.359719,-5.53234 -1.984422,0 -3.487776,1.11248 -4.991126,2.61583 l 0,-3.1871 0,-6.25394 -1.32295,0 0,21.61819"
id="path4091"
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m -21.107306,-129.37732 c 0,4.72052 2.976639,7.54682 6.67488,7.54682 2.10469,0 3.397575,-0.7216 4.5401213,-1.41315 l -0.5412063,-1.02227 c -1.082412,0.78174 -2.315163,1.29288 -3.878647,1.29288 -3.247236,0 -5.381998,-2.61584 -5.442132,-6.25394 l 10.4031918,0 c 0.060134,-0.36081 0.060134,-0.72161 0.060134,-1.08242 0,-4.23944 -2.1046958,-6.67488 -5.5323328,-6.67488 -3.217169,0 -6.284009,2.88644 -6.284009,7.60696 m 1.353016,-0.87194 c 0.30067,-3.45771 2.495566,-5.59247 4.96106,-5.59247 2.585762,0 4.239451,1.89423 4.239451,5.59247 l -9.200511,0"
id="path4093"
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m -6.7526479,-126.34055 c 0,2.52563 1.7138233,4.51005 4.4198532,4.51005 1.68375184,0 3.09690511,-0.78174 4.359719,-1.89422 l 0.090201,0 0.3307373,1.53342 3.6080434,0 0,-8.53904 c 0,-4.57018 -2.1046958,-6.73501 -5.92320455,-6.73501 -2.34522585,0 -4.47998905,0.81181 -6.37420995,1.95436 l 1.5634855,2.9165 c 1.4432159,-0.84188 2.7060338,-1.35302 3.96884767,-1.35302 1.59355089,0 2.25502723,0.84188 2.34522823,2.16483 -5.8931316,0.60134 -8.3887009,2.31516 -8.3887009,5.44213 m 4.209384,-0.33074 c 0,-1.14254 1.0222821,-2.04455 4.1793169,-2.46549 l 0,2.61583 c -0.78174199,0.78174 -1.44321841,1.26281 -2.46549634,1.26281 -1.05234496,0 -1.71382056,-0.451 -1.71382056,-1.41315"
id="path4095"
style="font-weight:bold;-inkscape-font-specification:'Source Sans Pro Bold';fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 9.8203923,-122.1913 4.4198527,0 0,-10.07245 c 0.932077,-0.96215 1.804023,-1.44322 2.525631,-1.44322 1.262814,0 1.834088,0.66148 1.834088,2.8263 l 0,8.68937 4.419854,0 0,-10.07245 c 0.962144,-0.96215 1.804022,-1.44322 2.555697,-1.44322 1.262814,0 1.834089,0.66148 1.834089,2.8263 l 0,8.68937 4.419853,0 0,-9.26064 c 0,-3.72831 -1.443221,-6.01341 -4.66039,-6.01341 -1.984421,0 -3.367508,1.14255 -4.690456,2.49556 -0.751675,-1.59355 -2.014493,-2.49556 -4.119183,-2.49556 -1.954355,0 -3.277307,1.05235 -4.510054,2.28509 l -0.120268,0 -0.30067,-1.92429 -3.6080437,0 0,14.91325"
id="path4097"
style="font-weight:bold;-inkscape-font-specification:'Source Sans Pro Bold';fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 35.600517,-122.1913 4.419853,0 0,-10.07245 c 0.962144,-0.93208 1.653688,-1.44322 2.766167,-1.44322 1.262814,0 1.834088,0.66148 1.834088,2.8263 l 0,8.68937 4.419853,0 0,-9.26064 c 0,-3.72831 -1.383086,-6.01341 -4.630322,-6.01341 -2.014489,0 -3.517843,1.05235 -4.780657,2.25503 l -0.120268,0 -0.300671,-1.89423 -3.608043,0 0,14.91325"
id="path4099"
style="font-weight:bold;-inkscape-font-specification:'Source Sans Pro Bold';fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 51.934902,-129.64792 c 0,4.93099 3.277311,7.81742 7.546825,7.81742 1.773952,0 3.75838,-0.6314 5.291796,-1.68375 l -1.473284,-2.67596 c -1.082412,0.66147 -2.104693,0.99221 -3.217172,0.99221 -1.984422,0 -3.487776,-0.99222 -3.878647,-3.24724 l 8.929908,0 c 0.0902,-0.36081 0.180402,-1.08242 0.180402,-1.86416 0,-4.05904 -2.104696,-7.15595 -6.344143,-7.15595 -3.577973,0 -7.035685,2.97664 -7.035685,7.81743 m 4.239451,-1.53342 c 0.30067,-1.98442 1.503353,-2.9165 2.886435,-2.9165 1.773953,0 2.495563,1.20268 2.495563,2.9165 l -5.381998,0"
id="path4101"
style="font-weight:bold;-inkscape-font-specification:'Source Sans Pro Bold';fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 67.045932,-123.90512 c 1.50335,1.23275 3.75838,2.07462 5.712735,2.07462 3.998911,0 6.133674,-2.10469 6.133674,-4.81072 0,-2.7361 -2.134761,-3.78845 -4.028982,-4.47999 -1.533417,-0.57127 -2.916502,-0.93208 -2.916502,-1.89422 0,-0.75167 0.541208,-1.17261 1.683754,-1.17261 1.052345,0 2.074626,0.48107 3.157038,1.26281 l 1.984424,-2.6459 c -1.292881,-0.96214 -2.976638,-1.89422 -5.26173,-1.89422 -3.457705,0 -5.712736,1.89423 -5.712736,4.66039 0,2.46549 2.134761,3.69824 3.938781,4.38979 1.533417,0.60134 3.03677,1.05234 3.03677,2.04455 0,0.78175 -0.571275,1.26282 -1.894223,1.26282 -1.262814,0 -2.495565,-0.54121 -3.848579,-1.56349 l -1.984424,2.76617"
id="path4103"
style="font-weight:bold;-inkscape-font-specification:'Source Sans Pro Bold';fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 83.894272,-139.29944 c 1.50335,0 2.555697,-0.96214 2.555697,-2.31516 0,-1.35301 -1.052347,-2.28509 -2.555697,-2.28509 -1.473283,0 -2.555698,0.93208 -2.555698,2.28509 0,1.35302 1.082415,2.31516 2.555698,2.31516 m -2.194893,17.10814 4.419853,0 0,-14.91325 -4.419853,0 0,14.91325"
id="path4105"
style="font-weight:bold;-inkscape-font-specification:'Source Sans Pro Bold';fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 89.107617,-129.64792 c 0,4.96105 3.217176,7.81742 7.366422,7.81742 1.623617,0 3.517843,-0.60134 4.961061,-1.86415 l -1.773956,-2.79623 c -0.721608,0.57127 -1.593554,1.08241 -2.675966,1.08241 -1.924288,0 -3.33744,-1.65369 -3.33744,-4.23945 0,-2.58576 1.353018,-4.23945 3.487775,-4.23945 0.691541,0 1.353017,0.2706 2.074625,0.87194 l 2.014492,-2.7361 c -0.99221,-1.02228 -2.525633,-1.71382 -4.35972,-1.71382 -4.119179,0 -7.757293,2.85637 -7.757293,7.81743"
id="path4107"
style="font-weight:bold;-inkscape-font-specification:'Source Sans Pro Bold';fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 105.5181,-140.11125 c 0.66147,0 1.20268,-0.48107 1.20268,-1.17261 0,-0.75168 -0.54121,-1.20268 -1.20268,-1.20268 -0.66148,0 -1.20268,0.451 -1.20268,1.20268 0,0.69154 0.5412,1.17261 1.20268,1.17261 m -0.69154,17.91995 1.32295,0 0,-14.43217 -1.32295,0 0,14.43217"
id="path4109"
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 111.69735,-122.1913 1.32294,0 0,-10.88426 c 1.77396,-1.80402 3.00671,-2.70604 4.72053,-2.70604 2.34522,0 3.30737,1.44322 3.30737,4.51006 l 0,9.08024 1.32295,0 0,-9.26064 c 0,-3.72831 -1.38309,-5.53234 -4.35972,-5.53234 -1.98442,0 -3.48778,1.11248 -4.96106,2.58577 l -0.0902,0 -0.12027,-2.22496 -1.14254,0 0,14.43217"
id="path4111"
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 126.46778,-129.37732 c 0,4.78065 2.8263,7.54682 6.55461,7.54682 1.83409,0 3.36751,-0.81181 4.60026,-1.92428 l -0.69155,-0.90202 c -0.99221,0.90201 -2.31516,1.65369 -3.84858,1.65369 -3.15703,0 -5.23166,-2.58577 -5.23166,-6.37421 0,-3.81851 2.2851,-6.43434 5.23166,-6.43434 1.41315,0 2.49557,0.66147 3.42765,1.53342 l 0.78174,-0.93208 c -0.96215,-0.90201 -2.25503,-1.77396 -4.23945,-1.77396 -3.51784,0 -6.58468,2.76617 -6.58468,7.60696"
id="path4113"
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 139.44593,-129.37732 c 0,4.78065 3.0067,7.54682 6.46441,7.54682 3.48777,0 6.49448,-2.76617 6.49448,-7.54682 0,-4.84079 -3.00671,-7.60696 -6.49448,-7.60696 -3.45771,0 -6.46441,2.76617 -6.46441,7.60696 m 1.38308,0 c 0,-3.81851 2.16483,-6.43434 5.08133,-6.43434 2.9165,0 5.11139,2.61583 5.11139,6.43434 0,3.78844 -2.19489,6.37421 -5.11139,6.37421 -2.9165,0 -5.08133,-2.58577 -5.08133,-6.37421"
id="path4115"
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 156.7993,-119.365 c 0,-1.02228 0.57128,-2.13476 1.89423,-3.03677 0.75167,0.1804 1.50335,0.24054 1.80402,0.24054 l 3.0969,0 c 2.16483,0 3.33744,0.60134 3.33744,2.19489 0,1.80402 -2.07463,3.63811 -5.32186,3.63811 -3.06684,0 -4.81073,-1.23275 -4.81073,-3.03677 m -1.26281,0.12027 c 0,2.43543 2.2851,3.99891 5.9232,3.99891 4.14925,0 6.82522,-2.37529 6.82522,-4.87085 0,-2.2851 -1.50336,-3.30738 -4.75059,-3.30738 l -3.09691,0 c -2.16482,0 -2.76616,-0.84188 -2.76616,-1.89422 0,-0.96214 0.5412,-1.56349 1.17261,-2.07463 0.66148,0.39088 1.59356,0.60135 2.40536,0.60135 2.8263,0 5.0212,-2.13477 5.0212,-5.08133 0,-1.53342 -0.66148,-2.8263 -1.59355,-3.63811 l 3.3675,0 0,-1.11248 -4.90092,0 c -0.45101,-0.1804 -1.11248,-0.36081 -1.89423,-0.36081 -2.82629,0 -5.08132,2.1047 -5.08132,5.08133 0,1.74389 0.90201,3.18711 1.80402,3.96885 l 0,0.12027 c -0.63141,0.451 -1.56349,1.35301 -1.56349,2.64589 0,1.11248 0.54121,1.89423 1.26282,2.31517 l 0,0.12026 c -1.32295,0.96215 -2.13476,2.22497 -2.13476,3.48778 m 5.71273,-8.59917 c -2.01448,0 -3.75837,-1.62362 -3.75837,-4.05905 0,-2.46549 1.71382,-3.99891 3.75837,-3.99891 2.04456,0 3.72832,1.56348 3.72832,3.99891 0,2.43543 -1.74389,4.05905 -3.72832,4.05905"
id="path4117"
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 171.36161,-122.1913 1.32295,0 0,-10.88426 c 1.77395,-1.80402 3.0067,-2.70604 4.72052,-2.70604 2.34522,0 3.30737,1.44322 3.30737,4.51006 l 0,9.08024 1.32295,0 0,-9.26064 c 0,-3.72831 -1.38308,-5.53234 -4.35972,-5.53234 -1.98442,0 -3.48777,1.11248 -4.96106,2.58577 l -0.0902,0 -0.12027,-2.22496 -1.14254,0 0,14.43217"
id="path4119"
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 188.02626,-140.11125 c 0.66148,0 1.20268,-0.48107 1.20268,-1.17261 0,-0.75168 -0.5412,-1.20268 -1.20268,-1.20268 -0.66147,0 -1.20268,0.451 -1.20268,1.20268 0,0.69154 0.54121,1.17261 1.20268,1.17261 m -0.69154,17.91995 1.32295,0 0,-14.43217 -1.32295,0 0,14.43217"
id="path4121"
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 194.53623,-126.19021 c 0,2.58576 0.81181,4.35971 3.60804,4.35971 0.60134,0 1.50336,-0.24053 2.34523,-0.5412 l -0.3608,-1.08241 c -0.51114,0.24053 -1.26282,0.451 -1.80402,0.451 -1.98443,0 -2.43543,-1.23275 -2.43543,-3.06684 l 0,-9.41098 4.17931,0 0,-1.14254 -4.17931,0 0,-4.17932 -1.14255,0 -0.1804,4.17932 -2.2851,0.12027 0,1.02227 2.25503,0 0,9.29072"
id="path4123"
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 202.10514,-129.37732 c 0,4.78065 3.0067,7.54682 6.46441,7.54682 3.48777,0 6.49448,-2.76617 6.49448,-7.54682 0,-4.84079 -3.00671,-7.60696 -6.49448,-7.60696 -3.45771,0 -6.46441,2.76617 -6.46441,7.60696 m 1.38308,0 c 0,-3.81851 2.16483,-6.43434 5.08133,-6.43434 2.9165,0 5.11139,2.61583 5.11139,6.43434 0,3.78844 -2.19489,6.37421 -5.11139,6.37421 -2.9165,0 -5.08133,-2.58577 -5.08133,-6.37421"
id="path4125"
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 218.58659,-126.82162 c 0,3.0067 1.02228,4.99112 4.05904,4.99112 0.99222,0 1.74389,-0.15033 2.22496,-0.3608 l -0.5412,-3.27731 c -0.24054,0.0601 -0.36081,0.0601 -0.54121,0.0601 -0.3608,0 -0.78174,-0.30067 -0.78174,-1.23275 l 0,-16.62707 -4.41985,0 0,16.44667"
id="path4127"
style="font-weight:bold;-inkscape-font-specification:'Source Sans Pro Bold';fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 229.35527,-139.29944 c 1.50335,0 2.5557,-0.96214 2.5557,-2.31516 0,-1.35301 -1.05235,-2.28509 -2.5557,-2.28509 -1.47328,0 -2.5557,0.93208 -2.5557,2.28509 0,1.35302 1.08242,2.31516 2.5557,2.31516 m -2.19489,17.10814 4.41985,0 0,-14.91325 -4.41985,0 0,14.91325"
id="path4129"
style="font-weight:bold;-inkscape-font-specification:'Source Sans Pro Bold';fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 238.8682,-122.1913 5.1114,0 4.87085,-14.91325 -4.23945,0 -1.95435,7.03569 c -0.39088,1.47328 -0.78175,3.03677 -1.14255,4.60025 l -0.12027,0 c -0.39087,-1.56348 -0.78174,-3.12697 -1.17261,-4.60025 l -1.92429,-7.03569 -4.44992,0 5.02119,14.91325"
id="path4131"
style="font-weight:bold;-inkscape-font-specification:'Source Sans Pro Bold';fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 250.07191,-129.64792 c 0,4.93099 3.27731,7.81742 7.54683,7.81742 1.77395,0 3.75838,-0.6314 5.29179,-1.68375 l -1.47328,-2.67596 c -1.08241,0.66147 -2.1047,0.99221 -3.21717,0.99221 -1.98443,0 -3.48778,-0.99222 -3.87865,-3.24724 l 8.92991,0 c 0.0902,-0.36081 0.1804,-1.08242 0.1804,-1.86416 0,-4.05904 -2.1047,-7.15595 -6.34414,-7.15595 -3.57798,0 -7.03569,2.97664 -7.03569,7.81743 m 4.23945,-1.53342 c 0.30067,-1.98442 1.50335,-2.9165 2.88644,-2.9165 1.77395,0 2.49556,1.20268 2.49556,2.9165 l -5.382,0"
id="path4133"
style="font-weight:bold;-inkscape-font-specification:'Source Sans Pro Bold';fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 265.51369,-123.81492 c 1.29288,1.08241 3.15704,1.98442 5.29179,1.98442 3.12697,0 4.87086,-1.89422 4.87086,-4.05904 0,-2.8263 -2.4655,-3.57798 -4.72052,-4.41986 -1.71382,-0.6314 -3.39758,-1.26281 -3.39758,-2.9165 0,-1.32295 1.02228,-2.61583 3.24724,-2.61583 1.47329,0 2.49557,0.57127 3.45771,1.29288 l 0.72161,-0.93208 c -1.05235,-0.87194 -2.58577,-1.50335 -4.11918,-1.50335 -3.0067,0 -4.66039,1.74389 -4.66039,3.84858 0,2.4655 2.40536,3.33744 4.60025,4.11919 1.65369,0.60134 3.51784,1.38308 3.51784,3.1871 0,1.53342 -1.17261,2.85637 -3.42764,2.85637 -2.07462,0 -3.36751,-0.81181 -4.60025,-1.83409 l -0.78174,0.99221"
id="path4135"
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 277.72983,-117.0799 -0.30068,1.17261 c 0.39088,0.1804 0.93208,0.30067 1.47329,0.30067 2.58576,0 4.02898,-2.3753 4.84079,-4.78066 l 5.71274,-16.23619 -1.35302,0 -3.0969,9.08024 c -0.39087,1.20268 -0.87195,2.76617 -1.32295,4.02898 l -0.12027,0 c -0.54121,-1.26281 -1.11248,-2.8263 -1.56349,-4.02898 l -3.48777,-9.08024 -1.44322,0 5.92321,14.70277 -0.39088,1.26282 c -0.7216,2.19489 -1.92429,3.81851 -3.69824,3.81851 -0.42094,0 -0.87194,-0.12027 -1.17261,-0.24053"
id="path4137"
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 290.7653,-123.81492 c 1.29288,1.08241 3.15704,1.98442 5.2918,1.98442 3.12697,0 4.87086,-1.89422 4.87086,-4.05904 0,-2.8263 -2.4655,-3.57798 -4.72053,-4.41986 -1.71381,-0.6314 -3.39757,-1.26281 -3.39757,-2.9165 0,-1.32295 1.02228,-2.61583 3.24724,-2.61583 1.47328,0 2.49556,0.57127 3.45771,1.29288 l 0.72161,-0.93208 c -1.05235,-0.87194 -2.58577,-1.50335 -4.11919,-1.50335 -3.0067,0 -4.66039,1.74389 -4.66039,3.84858 0,2.4655 2.40537,3.33744 4.60026,4.11919 1.65368,0.60134 3.51784,1.38308 3.51784,3.1871 0,1.53342 -1.17261,2.85637 -3.42764,2.85637 -2.07462,0 -3.36751,-0.81181 -4.60025,-1.83409 l -0.78175,0.99221"
id="path4139"
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 305.05607,-126.19021 c 0,2.58576 0.81181,4.35971 3.60804,4.35971 0.60134,0 1.50335,-0.24053 2.34523,-0.5412 l -0.36081,-1.08241 c -0.51113,0.24053 -1.26281,0.451 -1.80402,0.451 -1.98442,0 -2.43543,-1.23275 -2.43543,-3.06684 l 0,-9.41098 4.17932,0 0,-1.14254 -4.17932,0 0,-4.17932 -1.14254,0 -0.18041,4.17932 -2.28509,0.12027 0,1.02227 2.25503,0 0,9.29072"
id="path4141"
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 312.62497,-129.37732 c 0,4.72052 2.97664,7.54682 6.67488,7.54682 2.10469,0 3.39758,-0.7216 4.54013,-1.41315 l -0.54121,-1.02227 c -1.08241,0.78174 -2.31516,1.29288 -3.87865,1.29288 -3.24723,0 -5.382,-2.61584 -5.44213,-6.25394 l 10.40319,0 c 0.0601,-0.36081 0.0601,-0.72161 0.0601,-1.08242 0,-4.23944 -2.1047,-6.67488 -5.53234,-6.67488 -3.21717,0 -6.28401,2.88644 -6.28401,7.60696 m 1.35302,-0.87194 c 0.30067,-3.45771 2.49557,-5.59247 4.96106,-5.59247 2.58576,0 4.23945,1.89423 4.23945,5.59247 l -9.20051,0"
id="path4143"
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 328.33263,-122.1913 1.32295,0 0,-10.88426 c 1.59355,-1.80402 3.03677,-2.70604 4.32965,-2.70604 2.22496,0 3.24724,1.44322 3.24724,4.51006 l 0,9.08024 1.32295,0 0,-10.88426 c 1.59355,-1.80402 2.97664,-2.70604 4.32965,-2.70604 2.19489,0 3.21717,1.44322 3.21717,4.51006 l 0,9.08024 1.35302,0 0,-9.26064 c 0,-3.72831 -1.44322,-5.53234 -4.32965,-5.53234 -1.65369,0 -3.24724,1.14255 -4.90093,2.94657 -0.51114,-1.77395 -1.68375,-2.94657 -3.99891,-2.94657 -1.59355,0 -3.24724,1.11248 -4.54012,2.58577 l -0.0902,0 -0.12027,-2.22496 -1.14255,0 0,14.43217"
id="path4145"
style="font-variant:normal;font-weight:300;font-stretch:normal;font-size:30.06702805px;line-height:79.00000215%;font-family:'Source Sans Pro';-inkscape-font-specification:'Source Sans Pro Light';text-align:start;text-anchor:start;fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
</g>
</g>
<g
transform="matrix(1.2279668,0,0,1.2279668,-8.6173684,-2.3332633)"
id="g5374"
style="fill:#56347c;fill-opacity:1">
<path
d="m 88.342066,56.730068 0,16.662869 c 0,0.510289 -0.341075,0.643984 -0.760689,0.296591 L 79.077314,66.649116 C 78.658103,66.302056 78.317029,65.609 78.317029,65.098711 l 0,-2.097683 -2.657657,-2.16078 c -2.850156,-2.317289 -5.132376,-7.0217 -5.132376,-10.464763 0,-3.442323 2.29778,-4.339449 5.132376,-2.002743 l 2.657657,2.160782 0,-2.097681 c 0,-0.510046 0.341074,-0.643737 0.760285,-0.296677 l 8.503862,7.040243 c 0.420546,0.346435 0.76089,1.040613 0.76089,1.550659 z M 75.81131,51.432227 c -1.50022,-1.236708 -2.716309,-0.761675 -2.716309,1.060197 0,1.822367 1.216089,4.301887 2.716309,5.538595 l 2.505719,2.035532 0,-6.599035 -2.505719,-2.035532 z"
id="path5189-4"
style="fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<g
transform="matrix(0.46410314,0.9267926,-0.9267926,0.46410314,77.258376,-14.89278)"
id="g3500"
style="fill:#56347c;fill-opacity:1">
<path
d="M 97.976,37.8 C 97.972,37.779 97.968,37.758 97.963,37.737 97.947,37.669 97.927,37.602 97.901,37.538 97.898,37.53 97.896,37.522 97.893,37.515 97.863,37.446 97.826,37.38 97.786,37.317 97.775,37.299 97.762,37.283 97.75,37.266 97.715,37.216 97.676,37.169 97.634,37.125 97.623,37.113 97.613,37.101 97.601,37.089 97.548,37.037 97.49,36.989 97.428,36.946 97.413,36.935 97.396,36.927 97.38,36.917 97.349,36.898 97.32,36.877 97.288,36.86 L 96.743,36.576 71.837016,47.695585 25.252,24.269 l -0.666,0.33 c -0.006,0.003 -0.01,0.007 -0.016,0.01 -0.047,0.024 -0.09,0.055 -0.134,0.084 -0.029,0.019 -0.06,0.036 -0.087,0.057 -0.034,0.027 -0.063,0.059 -0.094,0.09 -0.031,0.03 -0.065,0.059 -0.093,0.092 -0.022,0.026 -0.039,0.056 -0.06,0.084 -0.031,0.043 -0.063,0.086 -0.088,0.132 -0.003,0.005 -0.007,0.01 -0.01,0.015 -0.015,0.028 -0.022,0.057 -0.035,0.085 -0.02,0.046 -0.041,0.09 -0.056,0.138 -0.013,0.041 -0.02,0.082 -0.029,0.123 -0.009,0.043 -0.019,0.085 -0.024,0.128 -0.005,0.043 -0.004,0.085 -0.005,0.127 -0.001,0.044 -0.003,0.087 0.001,0.13 0.002,0.023 0.005,0.046 0.009,0.069 -0.006,0.051 -0.015,0.1 -0.015,0.152 L 23.854,41.674 27.21708,40.107419 63.622,58.211 38.537615,69.347048 l -18.939,-9.469 L 2.6090632,51.38471 c -0.012,-0.006 -0.025,-0.009 -0.038,-0.014 -0.042,-0.02 -0.086,-0.035 -0.131,-0.05 -0.04,-0.014 -0.08,-0.028 -0.121,-0.038 -0.038,-0.009 -0.078,-0.014 -0.117,-0.019 -0.049,-0.007 -0.098,-0.014 -0.148,-0.015 -0.013,0 -0.024,-0.004 -0.037,-0.004 -0.025,0 -0.049,0.006 -0.074,0.007 -0.05,0.004 -0.099,0.007 -0.148,0.016 -0.04,0.007 -0.079,0.017 -0.118,0.027 -0.043,0.011 -0.085,0.024 -0.127,0.039 -0.039,0.015 -0.077,0.032 -0.114,0.051 -0.039,0.019 -0.077,0.039 -0.115,0.062 -0.035,0.022 -0.068,0.045 -0.1,0.07 -0.035,0.027 -0.07,0.054 -0.103,0.085 -0.031,0.029 -0.059,0.059 -0.087,0.09 -0.028,0.032 -0.056,0.064 -0.082,0.099 -0.028,0.038 -0.052,0.079 -0.076,0.12 -0.013,0.023 -0.03,0.042 -0.042,0.066 -0.006,0.012 -0.008,0.025 -0.014,0.037 -0.02,0.043 -0.036,0.089 -0.051,0.135 -0.013,0.039 -0.027,0.078 -0.036,0.117 -0.009,0.04 -0.014,0.081 -0.02,0.122 -0.007,0.048 -0.013,0.095 -0.014,0.142 0.001,0.014 -0.003,0.026 -0.003,0.039 l 0,19.531 c 0,0.026 0.006,0.051 0.008,0.077 0.003,0.048 0.006,0.096 0.014,0.143 0.007,0.042 0.017,0.082 0.028,0.122 0.011,0.042 0.023,0.083 0.038,0.123 0.015,0.04 0.033,0.079 0.052,0.117 0.019,0.038 0.038,0.076 0.061,0.112 0.022,0.035 0.046,0.069 0.071,0.102 0.027,0.035 0.054,0.069 0.084,0.102 0.028,0.031 0.059,0.059 0.09,0.087 0.032,0.029 0.064,0.056 0.1,0.082 0.038,0.027 0.077,0.051 0.118,0.075 0.023,0.014 0.043,0.031 0.068,0.043 L 37.945615,91.543048 c 0.007,0.004 0.015,0.004 0.022,0.008 0.017,0.008 0.032,0.017 0.049,0.025 0.01,0.004 0.02,0.007 0.03,0.011 0.056,0.022 0.113,0.041 0.171,0.055 0.012,0.003 0.024,0.006 0.036,0.009 0.016,0.003 0.032,0.005 0.048,0.008 0.077,0.014 0.154,0.024 0.232,0.024 0.001,0 0.002,0 0.003,0 l 0.001,0 10e-4,0 c 10e-4,0 0.002,0 0.003,0 0.078,0 0.156,-0.01 0.232,-0.024 0.016,-0.003 0.032,-0.005 0.048,-0.008 0.012,-0.003 0.024,-0.006 0.036,-0.009 0.058,-0.014 0.115,-0.033 0.17,-0.055 0.01,-0.004 0.021,-0.007 0.031,-0.011 0.017,-0.007 0.032,-0.017 0.049,-0.024 0.007,-0.003 0.015,-0.004 0.022,-0.008 L 61.746,81.642 l 9.462,5.221 c 0.018,0.01 0.037,0.017 0.056,0.026 0.019,0.01 0.038,0.02 0.058,0.029 0.008,0.003 0.016,0.007 0.024,0.01 0.031,0.013 0.063,0.023 0.095,0.033 0.019,0.006 0.038,0.013 0.058,0.019 0.021,0.006 0.043,0.011 0.064,0.015 0.015,0.003 0.029,0.006 0.044,0.008 0.007,0.001 0.015,0.003 0.022,0.004 0.014,0.002 0.028,0.006 0.042,0.008 0.059,0.008 0.117,0.013 0.176,0.013 l 0.001,0 0.001,0 c 10e-4,0 0.002,0 0.003,0 0.078,0 0.155,-0.01 0.232,-0.024 0.013,-0.002 0.026,-0.003 0.039,-0.006 0.01,-0.002 0.019,-0.006 0.029,-0.008 0.07,-0.017 0.14,-0.037 0.207,-0.065 0.007,-0.003 0.014,-0.007 0.021,-0.01 0.004,-0.002 0.008,-0.004 0.012,-0.006 0.006,-0.003 0.012,-0.003 0.018,-0.006 L 97.238,75.317 C 97.703,75.098 98,74.631 98,74.117 L 98,38.034 C 98,38.028 97.998,38.023 97.998,38.017 97.997,37.943 97.989,37.871 97.976,37.8 Z m -60.762385,40.617048 -7.614,3.666 3.972,1.986 3.641,-1.986 0,6.29 -33.8715518,-16.935338 0,-9.829 8.6775518,4.241338 -7.2569997,3.35 3.972,1.986 7.2689997,-3.378 4.313,2.051 -7.487,3.456 3.972,1.986 7.503,-3.482 4.621,2.344 -7.381,3.407 3.972,1.986 7.395,-3.434 4.303,2.111 z M 65.228,76.939 39.861615,88.216048 l 0,-16.57 L 65.228,60.37 Z M 3.3410632,58.52771 l 0,-3.31 33.8725518,16.603338 0,3.31 z"
id="path3502"
style="fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
</g>
<polygon
points="45.366,56.241 39.076,59.22 33.117,56.241 39.407,53.262 "
transform="matrix(0.44775907,0.89415425,-0.89415425,0.44775907,70.46318,-16.30443)"
id="polygon3506"
style="fill:#56347c;fill-opacity:1" />
<polygon
points="29.145,47.634 35.103,50.613 28.814,53.593 22.855,50.613 "
transform="matrix(0.44775907,0.89415425,-0.89415425,0.44775907,70.02568,-16.55443)"
id="polygon3508"
style="fill:#56347c;fill-opacity:1" />
<g
transform="matrix(0,-0.2492475,0.19547686,0.16114179,71.005984,62.192969)"
id="Captions"
style="fill:#56347c;fill-opacity:1" />
<g
transform="translate(122.10986,-55.111168)"
id="Captions-7"
style="fill:#56347c;fill-opacity:1" />
<path
d="m 45.058193,34.347585 c 2.124399,2.704098 4.295157,7.985437 4.295157,12.865587 0,4.87818 -2.170758,6.542025 -4.295157,5.703941 0,-1.998055 0,-16.795084 0,-18.569528 z"
id="path4818-2-4-3"
style="fill:#56347c;fill-opacity:1"
inkscape:connector-curvature="0" />
<g
transform="translate(74.936297,109.72221)"
id="Your_Icon"
style="fill:#56347c;fill-opacity:1" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 34 KiB

View file

@ -1,7 +0,0 @@
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
<circle cx="32" cy="40" r="21" style="opacity:.2"/>
<circle cx="32" cy="39" r="21" style="fill:#e4e4e4"/>
<path d="M 32 18 A 21 21 0 0 0 11 39 A 21 21 0 0 0 11.021484 39.585938 A 21 21 0 0 1 32 19 A 21 21 0 0 1 52.978516 39.414062 A 21 21 0 0 0 53 39 A 21 21 0 0 0 32 18 z " style="fill:#ffffff;opacity:.1"/>
<path d="m35 5.0002102s1 2.8 1 5.5999998c0 4.302453-4.145501 6.580848-7 9.8-4.2 4.736536-4 9.6-5.4 9.6-2.8 0-4.2-4-4.2-4s0.198015 4.097517 1.4 5.6c5.6 7 1.4 8.4 1.4 8.4s-5.6 0.750827-5.6-4.2c0-2.8 1.4-3.675885 1.4-5.6 0-1.4-2.053516-2.8-2.053516-2.8s1.053516 1.4 1.053516 2.8-3 1.4-3 8.4c0 4.2 5.4 5.6 6.8 7 1.043498 1.043498 1.4 4.2-1.4 4.2-1.043498 0-1.4-1.4-1.4-2.8v-2s-1.420864 1.998232-1.4 3.4c0.08336 5.6 9.4 9.6 9.4 9.6s-1-4-1-6.8c0-5.6 3-4.480846 3-8.4 0-5.6-1.6-7-1.6-7s3.555823 2.8 3.629492 7c0.04266 2.431925-2.83026 4.643064-2.229492 7 0.326018 1.279037 1.4 2.8 2.8 2.8 2.8 0 3.2149-1.330976 3.538282-2.8 0.562095-2.553428-3.132248-4.385443-3.13804-7-0.0024-1.043496 2.053516-2.8 2.053516-2.8s-0.653516 1.4-0.653516 2.8c0 2.988125 5.199758 3.567168 5.199758 7 0 3.236638-4.743866 5-4.669961 7.8 0.01372 0.517255 0.164602 1.288686 0.669922 1.4 6.558858 0.501695 15.200039-6.4 15.200039-13.4s-5.6-10.360547-5.6-10.360547 4.2-2.239453 4.2-6.439453c0-2.8-2.149857-4.449572-4.4-11.2-1.4-4.2 1-6.6 1-6.6s-4 2.4-4 5.2c0 5.6 2.494532 5.6 2.494532 9.8 0 1.68259-0.694532 4.2-2.094532 4.2-0.977859 0-1.47799-1-1.629-2.4-0.10486-0.97222 1.229-2.8 1.229-2.8s-2.999142 1.4-3 4.2c-2.86e-4 0.933334 2 2.4-0.8 2.4s-4.2-1.4-4.2-4.2c0-3.130495 4.2-8.4 4.2-8.4s2.8-4.048541 2.8-7c0-2.7999998-4-6.9999998-4-6.9999998zm4 29.4s4.2 2.8 4.2 7c0 1.319933-1.4 2.8-2.8 2.8-2.026756 0-4.4-1.11741-4.4-2.8 0-2.8 2.413393-4.2 3.675391-4.2 0.72414-1.4-0.675391-2.8-0.675391-2.8z" style="opacity:.1"/>
<path d="m35 4s1 2.8 1 5.6c0 4.302453-4.145501 6.580848-7 9.8-4.2 4.736536-4 9.6-5.4 9.6-2.8 0-4.2-4-4.2-4s0.198015 4.097517 1.4 5.6c5.6 7 1.4 8.4 1.4 8.4s-5.6 0.750827-5.6-4.2c0-2.8 1.4-3.675885 1.4-5.6 0-1.4-2.053516-2.8-2.053516-2.8s1.053516 1.4 1.053516 2.8-3 1.4-3 8.4c0 4.2 5.4 5.6 6.8 7 1.043498 1.043498 1.4 4.2-1.4 4.2-1.043498 0-1.4-1.4-1.4-2.8v-2s-1.420864 1.998232-1.4 3.4c0.08336 5.6 9.4 9.6 9.4 9.6s-1-4-1-6.8c0-5.6 3-4.480846 3-8.4 0-5.6-1.6-7-1.6-7s3.555823 2.8 3.629492 7c0.04266 2.431925-2.83026 4.643064-2.229492 7 0.326018 1.279037 1.4 2.8 2.8 2.8 2.8 0 3.2149-1.330976 3.538282-2.8 0.562095-2.553428-3.132248-4.385443-3.13804-7-0.0024-1.043496 2.053516-2.8 2.053516-2.8s-0.653516 1.4-0.653516 2.8c0 2.988125 5.199758 3.567168 5.199758 7 0 3.236638-4.743866 5-4.669961 7.8 0.01372 0.517255 0.164602 1.288686 0.669922 1.4 6.558858 0.501695 15.200039-6.4 15.200039-13.4s-5.6-10.360547-5.6-10.360547 4.2-2.239453 4.2-6.439453c0-2.8-2.149857-4.449572-4.4-11.2-1.4-4.2 1-6.6 1-6.6s-4 2.4-4 5.2c0 5.6 2.494532 5.6 2.494532 9.8 0 1.68259-0.694532 4.2-2.094532 4.2-0.977859 0-1.47799-1-1.629-2.4-0.10486-0.97222 1.229-2.8 1.229-2.8s-2.999142 1.4-3 4.2c-2.86e-4 0.933334 2 2.4-0.8 2.4s-4.2-1.4-4.2-4.2c0-3.130495 4.2-8.4 4.2-8.4s2.8-4.048541 2.8-7c0-2.8-4-7-4-7zm4 29.4s4.2 2.8 4.2 7c0 1.319933-1.4 2.8-2.8 2.8-2.026756 0-4.4-1.11741-4.4-2.8 0-2.8 2.413393-4.2 3.675391-4.2 0.72414-1.4-0.675391-2.8-0.675391-2.8z" style="fill:#f34235"/>
</svg>

Before

Width:  |  Height:  |  Size: 3.3 KiB

View file

@ -1,16 +0,0 @@
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
<circle cx="32" cy="32" r="27" fill="#f9f9f9" stroke-width=".99999" style="paint-order:markers stroke fill"/>
<g transform="matrix(.67858 0 0 .67858 13.285 8.9283)">
<path d="m20.254 22.904c0.72001-2.852 0.026-5.8841 0.126-8.8241 0.22-6.4201 3.784-7.8761 7.4381-8.0661 4.192-0.22 9.1541 2.264 9.4541 8.3201 0.142 2.898-0.37 5.8921 0.378 8.6961 1.742 6.5401 9.2201 11.262 9.3281 18.026 0.1 6.4281-2.86 14.004-8.3201 17.396-2.82 1.752-6.6461-0.35-9.9601-0.126-3.686 0.252-7.7861 3.526-10.966 1.64-5.7721-3.426-7.3641-12.21-6.9321-18.91 0.44-6.8081 7.7841-11.536 9.4541-18.152z" fill="#2f3133"/>
<ellipse cx="30.52" cy="17.564" rx="2.964" ry="3.832" fill="#fcfcfc" fill-opacity=".941"/>
<ellipse cx="23.5" cy="17.698" rx="2.094" ry="3.12" fill="#fcfcfc" fill-opacity=".941"/>
<ellipse cx="30.152" cy="18.188" rx="1.214" ry="2.006" fill="#232629"/>
<ellipse cx="23.51" cy="18.188" rx=".92401" ry="1.494" fill="#232629"/>
<path d="m30.128 21.514a10.136 10.136 0 0 0-1.09 8e-3c-2.46 0.144-5.0961 1.11-6.4281 2.28-2.132 1.874-0.86801 3.696-1.786 6.3281s-3.228 6.0761-3.92 9.3601c-0.28 1.326-0.63601 2.652-0.88001 3.984l6.5861 8.0481c1.294 1.58-2.082 0.99401-5.2221-1.04 2.228 3.134 6.6481 6.2401 11.012 5.9461 4.648-0.312 10.136-5.1721 11.892-9.1461-1.704-0.288-3.36-2.852-1.996-4.7621 0.474-0.66201 1.492-0.72001 2.366-0.58001-0.526-2.036-1.574-3.86-2.1-5.3921-0.91201-2.672-1.972-3.42-2.94-5.7921-0.97001-2.372 0.054-6.7601-2.676-8.4681-0.76801-0.48-1.75-0.72001-2.818-0.77401z" fill="#f7f7f8"/>
<g fill="#f7a931">
<path d="m9.6657 46.73c0.97401-0.78001 1.43-2.366 2.646-2.648 0.95201-0.22 2.02 0.326 2.774 0.94601 1.722 1.416 1.984 4.028 3.34 5.8001 0.90401 1.178 2.436 1.848 3.152 3.15 0.74601 1.36 1.708 3.156 1.008 4.538-0.94401 1.862-3.648 2.44-5.7361 2.52-1.268 0.05-2.37-0.92001-3.592-1.26-1.78-0.496-3.834-0.19-5.4201-1.134-1.256-0.74601-2.744-1.882-2.836-3.34-0.038-0.57601 0.80401-0.89001 0.94401-1.45 0.372-1.472-1.054-3.18-0.378-4.54 0.72001-1.444 2.836-1.574 4.098-2.582z"/>
<path d="m37.86 44.538c-0.402 0.36-0.74201 0.81401-0.99001 1.264-1.076 1.954-0.35 4.48-0.95401 6.6261-0.404 1.43-1.578 2.62-1.76 4.092-0.19 1.54-0.42 3.564 0.74201 4.59 1.568 1.38 4.294 0.91401 6.2621 0.216 1.198-0.424 1.86-1.732 2.87-2.5 1.468-1.12 3.49-1.6 4.614-3.062 0.89001-1.16 1.854-2.764 1.4-4.152-0.18-0.54801-1.076-0.53001-1.414-0.99801-0.89001-1.23-0.2-3.34-1.33-4.352-0.84001-0.75001-2.074-0.66401-3.266-0.69601-0.57601 1.234-2.452 2.074-3.742 1.716-1.092-0.304-2.18-1.546-2.432-2.744z"/>
<path d="m26.462 18.304c1.318-0.07 2.53 0.78401 3.72 1.354 1.15 0.55401 3.114 0.72001 3.276 1.986 0.186 1.438-1.84 2.286-3.024 3.12-1.058 0.74601-2.238 1.62-3.53 1.608-1.306-0.014-2.462-0.95001-3.53-1.702-0.88001-0.62001-2.266-1.192-2.3-2.27-0.038-1.152 1.38-1.886 2.3-2.584 0.91201-0.69201 1.944-1.452 3.088-1.512z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

View file

@ -1,11 +0,0 @@
<svg width="64" height="64" version="1.1" xmlns="http://www.w3.org/2000/svg">
<circle cx="32" cy="33" r="28" style="opacity:.2"/>
<circle cx="32" cy="32" r="28" style="fill:#989898"/>
<path d="m32 11.052734a22 22 0 0 0-17.585938 8.828125l4.339844 8.681641a14 14 0 0 1 13.246094-9.509766h16.947266a22 22 0 0 0-16.947266-8zm8.435547 10.849609a14 14 0 0 1 5.564453 11.150391 14 14 0 0 1-7.763672 12.527344l-4.708984 9.419922a22 22 0 0 0 20.472656-21.947266 22 22 0 0 0-3.066406-11.150391zm-27.724609 0.574219a22 22 0 0 0-2.710938 10.576172 22 22 0 0 0 20.537109 21.927734l4.091797-8.1875a14 14 0 0 1-2.628906 0.259766 14 14 0 0 1-14-14z" style="opacity:.2"/>
<path d="m32 10.052734a22 22 0 0 0-17.585938 8.828125l4.339844 8.681641a14 14 0 0 1 13.246094-9.509766h16.947266a22 22 0 0 0-16.947266-8zm8.435547 10.849609a14 14 0 0 1 5.564453 11.150391 14 14 0 0 1-7.763672 12.527344l-4.708984 9.419922a22 22 0 0 0 20.472656-21.947266 22 22 0 0 0-3.066406-11.150391zm-27.724609 0.574219a22 22 0 0 0-2.710938 10.576172 22 22 0 0 0 20.537109 21.927734l4.091797-8.1875a14 14 0 0 1-2.628906 0.259766 14 14 0 0 1-14-14z" style="fill:#ffffff"/>
<path d="m28 26.052734v12h-3v-12h-3v12c0 3 3 3 3 3h3s3 0 3-3v-12z" style="opacity:.2"/>
<path d="m28 25.052734v12h-3v-12h-3v12c0 3 3 3 3 3h3s3 0 3-3v-12z" style="fill:#ffffff"/>
<path d="m36 29.052734h6v-3h-9v15h9v-3h-6v-3h6v-3h-6z" style="opacity:.2"/>
<path d="m36 28.052734h6v-3h-9v15h9v-3h-6v-3h6v-3h-6z" style="fill:#ffffff"/>
<path d="M 32,4 A 28,28 0 0 0 4,32 28,28 0 0 0 4.0215,32.586 28,28 0 0 1 32,5 28,28 0 0 1 59.979,32.414 28,28 0 0 0 60,32 28,28 0 0 0 32,4 Z" style="fill:#ffffff;opacity:.2"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

784
dh
View file

@ -1,9 +1,781 @@
#!/bin/bash
#!/usr/bin/env bash
# shellcheck disable=1078,1079,1091,2027,2034
# distrohopper
# Choose gui or tui
if [ "$1" = "-t" ] ; then
quicktui
# shellcheck source=/dev/null
if [[ -f "lang/${LANGUAGE}.cfg" ]]; then
source "lang/${LANGUAGE}.cfg"
elif [[ -f "lang/${LANG:0:5}.cfg" ]]; then
source "lang/${LANG:0:5}.cfg"
elif [[ -f "lang/${LANG:0:2}.cfg" ]]; then
source "lang/${LANG:0:2}.cfg"
else
quickgui
source "lang/en.cfg"
fi
trap 'exit' SIGINT SIGTERM SIGQUIT
set -e
echo "$MSG_RUNNING"
function variables_set() {
# DEBUG mod
#bash -x ./dh 2>&1 | tee output.log
#progname="${progname:="${0##*/}"}"
progname="DistroHopper"
version="0.80"
#GTK_THEME="alt-dialog"
DH_CONFIG_DIR="$HOME/.config/distrohopper"
DH_CONFIG="$DH_CONFIG_DIR/distrohopper.conf"
DH_ICON_DIR="/usr/share/icons/distrohopper"
PATH_PREFIX="/usr/bin/"
TMP_DIR="/tmp"
terminal="sakura"
replace='"!"'
#export "DH_CONFIG_DIR" "DH_CONFIG" "replace" "DH_ICON_DIR" "PATH_PREFIX" "TMP_DIR" "terminal"
check_and_set_mode
# Set traps to catch the signals and exit gracefully
trap "exit" INT
trap "exit" EXIT
}
function bugs_notice_show() {
echo ""
echo "$MSG_DONE"
echo ""
echo "$MSG_BUGS"
echo "$MSG_FEEDBACK"
echo "$MSG_LIKE"
echo "$MSG_IMPROVE"
echo "$MSG_KNOW"
echo ""
echo "$MSG_FLAWLESS"
echo " zenobit"
}
function help_show() {
echo "DistroHopper v. $version"
echo "quickemu v. $("$portable_prefix"quickemu --version)"
printf "$MSG_H_FIRST ./dh i && dh s g\n"
echo "$MSG_ARGUMENTS"
printf $"\th\thelp\t\t\t$MSG_H_HELP\n"
echo "---------------------------------------------------------"
printf $"\td\tdir\t\t\t$MSG_H_DIR\n"
printf $"\ti\tinstall\t\t\t$MSG_H_INSTALL\n"
echo "---------------------------------------------------------"
printf $"\tm\tmode\t\t\t$MSG_H_MODE\n"
echo "---------------------------------------------------------"
printf $"\ts\tsupported\t\t$MSG_H_SUPPORTED\n"
printf $"\tr\tready\t\t\t$MSG_H_READY\n"
echo "---------------------------------------------------------"
printf $"\tt\ttui\t\t\t$MSG_H_TUI\n"
printf $"\tg\tgui\t\t\t$MSG_H_GUI\n"
echo "---------------------------------------------------------"
printf $"\ta\tadd\t\t\t$MSG_H_ADD\n"
printf $"\tf\tfunctions\t\t$MSG_H_SORT\n"
printf $"\tp\tpush\t\t\t$MSG_H_PUSH\n"
echo "---------------------------------------------------------"
printf $"\tc\tcopy\t\t\t$MSG_H_COPY\n"
echo "---------------------------------------------------------"
printf $"\tl\tlanguage\t\t$MSG_H_TRANSLATE\n"
echo "---------------------------------------------------------"
echo "$MSG_HOMEPAGE"
echo "$MSG_HOSTED"
echo "$MSG_CHAT"
}
function check_and_set_mode() {
[ -f "$DH_CONFIG" ] && work_in_choosed_dir || work_in_current_dir
}
function work_in_current_dir() {
VMS_DIR="./"
DH_CONFIG_DIR="./"
DH_ICON_DIR="./icons"
portable_prefix='./'
#export "VMS_DIR" "DH_CONFIG_DIR" "DH_ICON_DIR" "terminal" "replace" "portable_prefix"
}
function work_in_choosed_dir() {
# shellcheck source=distrohopper.conf
source "$DH_CONFIG"
portable_prefix=''
#export "portable_prefix"
}
# installation ---------------------------------------------------------
function dependencies_check_gui() {
[ -f "$PATH_PREFIX/yad" ] || echo "$MSG_YAD"
}
function dependencies_check_tui() {
[ -f "$PATH_PREFIX/fzf" ] || echo "$MSG_FZF"
}
function desktop_entry_create() {
cat <<EOF > ${DESKTOP_FILE}
[Desktop Entry]
Version=$version
Type=$type
Name=$name
GenericName=$gname
Comment=$comment
Exec=$execmd
Icon=$icon
Terminal=$terminal
X-MultipleArgs=$args
Type=$type
Categories=$categories
StartupNotify=$notify
MimeType=$mime
Keywords=$keyword
EOF
}
function directory_structure_create() {
source distrohopper.conf
echo "$MSG_CONFIG"
mkdir -p "$DH_CONFIG_DIR"
echo "$MSG_ICONS"
mkdir -p "$DH_ICON_DIR" >/dev/null 2>&1 || sudo mkdir -p "$DH_ICON_DIR"
}
function desktop_entry_distrohopper() {
echo "$MSG_INTERM"
run_in_terminal
DESKTOP_FILE="${TMP_DIR}/dh.desktop"
type='Application'
name='DistroHopper'
comment='Quickly download, create and run VM of any#TODO operating system.'
version="${version}"
execmd="sh -c 'cd ${VMS_DIR} && dh g'"
if [ "$interminal" == "yes" ]; then
terminal='true'
fi
icon="$DH_ICON_DIR/hop.svg"
categories='System;Virtualization;'
desktop_entry_create
sudo cp ${TMP_DIR}/dh.desktop /usr/share/applications/
}
function virtual_machines_directory_choose() {
NEWDIR="$(yad --width=900 --height=900 --file --directory --title="Where to save VMs?")"
VMS_DIR="$NEWDIR"
echo "VMS_DIR=\"$VMS_DIR\"
export \"VMS_DIR\"" >> "$DH_CONFIG"
}
function dependencies_install() {
# Find the current distribution and install dependecies
if [ -f /etc/os-release ]; then
if [ -f "$PATH_PREFIX/pacman" ]; then
install_needed_pacman
elif [ -f "$PATH_PREFIX/apt" ]; then
install_needed_apt
elif [ -f "$PATH_PREFIX/xbps-install" ]; then
install_needed_xbps
elif [ -f "$PATH_PREFIX/dnf" ]; then
install_needed_dnf
else
echo "$MSG_ERROR: $MSG_NO_DISTRO"
exit 1
fi
fi
}
function install_needed_atp() {
sudo apt install qemu bash coreutils ovmf grep jq lsb procps python3 genisoimage usbutils util-linux sed spice-client-gtk swtpm wget xdg-user-dirs zsync unzip yad fzf
}
function install_needed_pacman() {
sudo pacman -S cdrtools coreutils edk2-ovmf grep jq procps python3 qemu-full sed socat spice-gtk swtpm usbutils util-linux wget xdg-user-dirs xorg-xrandr zsync getext yad fzf
}
function install_needed_xbps() {
sudo xbps-install -S qemu bash coreutils grep jq procps-ng python3 util-linux sed spice-gtk swtpm usbutils wget xdg-user-dirs xrandr unzip zsync socat yad fzf
}
function install_needed_dnf() {
sudo dnf install qemu bash coreutils edk2-tools grep jq lsb procps python3 genisoimage usbutils util-linux sed spice-gtk-tools swtpm wget xdg-user-dirs xrandr unzip yad fzf
}
function distrohopper_install() {
cp dh quickget quickemu macrecovery windowskey "$PATH_PREFIX" >/dev/null 2>&1 || sudo cp dh quickget quickemu macrecovery windowskey "$PATH_PREFIX"
# quickget also to config directory for adding new distros...
cp quickget "$DH_CONFIG_DIR/"
echo "$MSG_C_ICONS"
cp icons/* "$DH_ICON_DIR/" >/dev/null 2>&1 || sudo cp icons/* "$DH_ICON_DIR/"
echo "$MSG_C_ENTRIES"
cp -r ready "$DH_CONFIG_DIR/"
cp -r supported "$DH_CONFIG_DIR/"
cp -r lang "$DH_CONFIG_DIR/"
}
function installation_process() {
dependencies_check_tui
dependencies_check_gui
echo "$MSG_NEEDED"
dependencies_install
echo "$MSG_STRUCTURE" \
&& directory_structure_create \
&& echo "$MSG_SETTINGUP" \
&& virtual_machines_directory_choose \
&& echo "$MSG_INSTALLING" \
&& distrohopper_install \
&& echo "$MSG_C_ENTRY" \
&& desktop_entry_distrohopper
}
# basic ----------------------------------------------------------------
function run_in_terminal() {
read -r response
if [[ "$response" =~ ^[YyAa]$ ]]; then
interminal="yes"
else
interminal="no"
fi
}
function virtual_machines_update_ready() {
cd "$VMS_DIR" || exit 1
rm "$DH_CONFIG_DIR"/ready/*.desktop 2>/dev/null
for vm_conf in $(pwd)
do
if [ "${vm_conf}" == "distrohopper.conf" ]; then
echo "continue" # skip processing distrohopper.conf
fi
echo "creating..."
vm_desktop=$(basename "$VMS_DIR/$vm_conf" .conf)
# Use fuzzy matching to find the best matching icon file (ready to run VMs)
icon_name=$(basename "$VMS_DIR/$vm_conf" .conf | cut -d'-' -f -2)
icon_file=$(find "$DH_ICON_DIR" -type f -iname "${icon_name// /}.*")
# If no icon was found, try shorter name (ready to run VMs)
if [ -z "$icon_file" ]; then
icon_name=$(basename "$VMS_DIR/$vm_conf" .conf | cut -d'-' -f1)
icon_file=$(find "$DH_ICON_DIR" -type f -iname "${icon_name// /}.*")
elif [ -z "$icon_file" ]; then
icon_file="$DH_ICON_DIR/tux.svg"
fi
DESKTOP_FILE="${DH_CONFIG_DIR}/ready/${vm_desktop}.desktop"
type='Application'
name="${vm_desktop}"
comment='Quickly download, create and run VM of any#TODO operating system.'
version="${version}"
execmd="sh -c 'cd ${VMS_DIR} && ${portable_prefix}quickemu -vm ${vm_conf};$SHELL'"
icon="${icon_file}"
categories='System;Virtualization;'
desktop_entry_create
done
}
function renew_ready() {
cd "$VMS_DIR" || exit 1
# for files in "$VMS_DIR"/*; do
# if [ ! -e *.conf ]; then
# echo $"No .conf files found"
# return
# fi
for vm_conf in *.conf; do
if [ "$vm_conf" == "distrohopper.conf" ]; then
continue # skip processing distrohopper.conf
fi
vm_desktop=$(basename "$VMS_DIR/$vm_conf" .conf)
# Use fuzzy matching to find the best matching icon file (ready to run VMs)
icon_name=$(basename "$VMS_DIR/$vm_conf" .conf | cut -d'-' -f -2)
icon_file=$(find "$DH_ICON_DIR" -type f -iname "${icon_name// /}.*")
# If no icon was found, try shorter name (ready to run VMs)
if [ -z "$icon_file" ]; then
icon_name=$(basename "$VMS_DIR/$vm_conf" .conf | cut -d'-' -f1)
icon_file=$(find "$DH_ICON_DIR" -type f -iname "${icon_name// /}.*")
elif [ -z "$icon_file" ]; then
icon_file="$DH_ICON_DIR/tux.svg"
fi
# content of desktop files (ready to run VMs)
cat <<EOF > "$DH_CONFIG_DIR"/ready/"$vm_desktop".desktop
[Desktop Entry]
Type=Application
Name=$vm_desktop
Exec=sh -c 'cd ${VMS_DIR} && ${portable_prefix}quickemu -vm ${vm_conf}'
Icon=$icon_file
Categories=System;Virtualization;
EOF
done
}
function virtual_machines_update_supported() {
rm "$DH_CONFIG_DIR"/supported/*.desktop
echo "$MSG_INTERM"
run_in_terminal
# get supported VMs
"$portable_prefix"quickget | sed 1d | cut -d':' -f2 | grep -o '[^ ]*' > "$DH_CONFIG_DIR/supported.md"
while read -r get_name; do
vm_desktop=$(echo "$get_name" | tr ' ' '_')
releases=$("$portable_prefix"quickget "$vm_desktop" | grep 'Releases' | cut -d':' -f2 | sed 's/^ //' | sed 's/ *$//')
editions=$("$portable_prefix"quickget "$vm_desktop" | grep 'Editions' | cut -d':' -f2 | sed 's/^ //' | sed 's/ *$//')
icon_name="$DH_ICON_DIR/$get_name"
if [ -f "$icon_name.svg" ]; then
icon_file="$icon_name.svg"
elif [ -f "$icon_name.png" ]; then
icon_file="$icon_name.png"
else
icon_file="$DH_ICON_DIR/tux.svg"
fi
echo "$MSG_CREATING $vm_desktop $MSG_DESKTOP_ENTRY"
echo ""
# Check if there are editions
DESKTOP_FILE="$DH_CONFIG_DIR/supported/$vm_desktop.desktop"
type="Application"
name="$get_name"
if [ -z "$editions" ]; then
execmd="sh -c 'cd ${VMS_DIR} && yad --form --field=\"Release:CB\" \"${releases// /$replace}\" | cut -d\"|\" -f1 | xargs -I{} sh -c \"${portable_prefix}quickget ${get_name} {}\";$SHELL'"
elif [ "$interminal" == "yes" ]; then
terminal="true"
else
execmd="sh -c 'cd ${VMS_DIR} && yad --form --separator=\" \" --field=\"Release:CB\" \"${releases// /$replace}\" --field=\"Edition:CB\" \"${editions// /$replace}\" | xargs -I{} sh -c \"${portable_prefix}quickget ${get_name} {}\";$SHELL'"
fi
icon="$icon_file"
categories='System;Virtualization;'
desktop_entry_create
done < "$DH_CONFIG_DIR"/supported.md
}
function distrohopper_run_gui() {
dependencies_check_gui
key=$((RANDOM % 9000 + 1000))
yad --plug="$key" --tabnum=1 --monitor --icons --listen --read-dir="$DH_CONFIG_DIR"/ready --sort-by-name --no-buttons --borders=0 --icon-size=46 --item-width=76 &
yad --plug="$key" --tabnum=2 --monitor --icons --listen --read-dir="$DH_CONFIG_DIR"/supported --sort-by-name --no-buttons --borders=0 --icon-size=46 --item-width=76 &
yad --dynamic --notebook --key="$key" --monitor --listen --window-icon="$DH_ICON_DIR"/hop.svg --width=900 --height=900 --title="DistroHopper" --tab="run VM" --tab="download VM"
}
function WIP_buttons() {
#define functions for buttons
ABOUT="distrohopper_about"
HELP="help_show"
DIR=""
LANG=""
INSTALL=""
MODE=""
SUPPORTED=""
READY=""
TUI=""
ADD=""
SORT=""
PUSH=""
COPY=""
TRANSLATE=""
TEST=""
dependencies_check_gui
key=$((RANDOM % 9000 + 1000))
yad --plug="$key" --tabnum=1 --monitor --icons --listen --read-dir="$DH_CONFIG_DIR"/ready --sort-by-name --borders=0 --icon-size=46 --item-width=76 &
yad --plug="$key" --tabnum=2 --monitor --icons --listen --read-dir="$DH_CONFIG_DIR"/supported --sort-by-name --borders=0 --icon-size=46 --item-width=76 &
yad --plug="$key" --tabnum=3 --monitor --icons --borders=0 --icon-size=46 --item-width=76 --columns=2 --form --text-align=center \
--field="Help!!Show this help and exit":fbtn "$HELP" \
--field="Set VMs Directory!Set default directory where VMs are stored":DIR "$DIR" \
--field="Language!Enter new language string" "${lang:-$lang}" \
--field="Install DistroHopper!!Install DistroHopper":fbtn "$INSTALL" \
--field="Portable mode!Portable mode":fbtn "$MODE" \
--field="Supported!!Update supported VMs":fbtn "$SUPPORTED" \
--field="Ready!!Update ready to run VMs":fbtn "$READY" \
--field="Tui!!Run terminal user interface (TUI)":fbtn "$TUI" \
--field="Add!!Add new distro to quickget":fbtn "$ADD" \
--field="Sort!!Sort functions in quickget":fbtn "$SORT" \
--field="Push!!Push changed quickget to quickemu project #todo":fbtn "$PUSH" \
--field="Copy!!Copy all ISOs to target dir (for Ventoy)":fbtn "$COPY" \
--field="Translate DistroHopper!!Translate DistroHopper":fbtn "$TRANSLATE" \
--field="Test!!Work in Progress":fbtn "$TEST" \
--field="About!!Show info about DistroHopper":fbtn "$ABOUT" \
--button="Exit":0 &
yad --dynamic --notebook --key="$key" --monitor --listen --no-buttons \
--mouse --selectable-labels \
--window-icon="$DH_ICON_DIR/hop.svg" --width=900 --height=900 \
--title="DistroHopper" --tab="run VM" --tab="download VM" --tab="Options"
# posible: --undecorated --fixed ontop --buttons-layout=spread edge start end center --keep-icon-size --image=IMAGE --splash
VAR1="$?"
echo " DEBUG: VAR1 = $VAR1"
echo $?
}
distrohopper_about() {
yad --about --pname=DistroHopper --image="$DH_ICON_DIR"/hop.svg --pversion="$version" \
--copyright=AGPL3 --comments="random comment" --license=ALGPL3 --authors=zenobit --website=dh.osowoso.xyz \
--website-label="oSoWoSo"
}
function distrohopper_run_tui() {
dependencies_check_tui
tui_run
if [ "$todo" = "create" ]; then
virtual_machine_create
if [ "$os" = windows ]; then
tui_windows
else
quickget_get_releases_and_editions
fzf_choose_release
if [ "$(echo "$choices" | wc -l)" = 1 ]; then
quickget_download_os_release
else
fzf_choose_edition
quickget_download_os_release_edition
fi
fi
else
fzf_choose_virtual_machine_to_run
virtual_machine_run
fi
}
tui_run() {
cd "$VMS_DIR" || exit 1
vms=(*.conf)
printf "$MSG_PREPARED:\n-------------\n\n"
# Check if there are any VMs
if [ ${#vms[@]} -eq 0 ]; then
echo "$MSG_NO_VM"
exit 1
fi
# Print the names of the available VMs
printf "%s\n" "${vms[@]%.*}"
echo "-------------"
# Action prompt
echo "$MSG_NEW (c)"
printf "$MSG_OR_RUN\n"
read -rn 1 -s start
case $start in
c )
todo="create"
;;
esac
}
tui_windows() {
fzf_choose_language_windows_other
if [ "$answer" = "Choose other language" ]; then
fzf_choose_release_windows
quickget_get_windows_languages_list
fzf_choose_language_windows
quickget_download_windows
fi
}
function fzf_choose_release() {
release=$(echo "$releases" | fzf --cycle --header='Choose Release
or CTRL-c or ESC to quit')
}
function fzf_choose_edition() {
edition=$(echo "$editions" | fzf --cycle --header='Choose Edition
or CTRL-c or ESC to quit')
}
function fzf_choose_release_windows() {
wrelease=$(echo "8
10
11" | fzf --cycle)
}
function fzf_choose_language_windows() {
wlang=$(cat "$portable_prefix"quickget | sed '/Arabic/,$!d' | head -n $wlend | cut -d'=' -f2 | tail -c +2 | head -c -2 | sed 's/^[ \t]*//' | fzf --cycle --header='Choose Language
or CTRL-c or ESC to quit')
}
function fzf_choose_language_windows_other() {
answer=$(echo "Default English
Choose other language" | fzf --cycle)
}
function fzf_choose_virtual_machine_to_run() {
choosed=$(echo "$(ls ***.conf 2>/dev/null | sed 's/\.conf$//')" | fzf --cycle --header='Choose VM to run
or CTRL-c or ESC to quit')
}
function quickget_get_releases_and_editions() {
result=$(quickget "$choices" | sed 1d | cut -d':' -f2 | grep -o '[^ ]*')
releases=$(echo "$result" | head -1)
editions=$(echo "$result" | tail -1)
}
function quickget_get_windows_languages_list() {
wlend=$(($(cat "$portable_prefix"quickget | sed '/Arabic/,$!d' | grep -n '}' | cut -d':' -f1 | head -n 1) - 1))
}
function quickget_download_os_release() {
printf $"\n $MSG_TRYING %s %s...\n\n" "$os" "$release"
"$portable_prefix"quickget "$os" "$release"
}
function quickget_download_os_release_edition() {
printf $"\n $MSG_TRYING %s %s %s...\n\n" "$os" "$release" "$edition"
"$portable_prefix"quickget "$os" "$release" "$edition"
}
function quickget_download_windows() {
printf $"\n $MSG_TRYING %s %s...\n\n" "$wrelease" "$wlang"
"$portable_prefix"quickget "windows" "$wrelease" "$wlang"
}
function virtual_machine_create() {
os=$("$portable_prefix"quickget | sed 1d | cut -d':' -f2 | grep -o '[^ ]*' | fzf --cycle --header='Choose OS to download
or CTRL-c or ESC to quit')
}
function virtual_machine_run() {
printf $"\n $MSG_STARTING %s...\n\n" "$choosed"
"$portable_prefix"quickemu -vm "$choosed.conf"
}
# more -----------------------------------------------------------------
function TOOL_copy_ISOs_to_dir() {
yad --width=900 --height=900 --file --directory > target
cd "$VMS_DIR" || exit 1
# shellcheck disable=2154
cp ./*glob*/*.iso "$target"
}
# shellcheck disable=2086
function TOOL_quickget_add_distro() {
yad --form --field="Pretty name" "" --field="Name" "" --field="Releases" "" --field="Editions" "" --field="URL" "" --field="ISO" "" --field="Checksum file" "" > ${TMP_DIR}/template.tmp
PRETTY_NAME="$(cat ${TMP_DIR}/template.tmp | cut -d'|' -f1)"
NAME="$(cat ${TMP_DIR}/template.tmp | cut -d'|' -f2)"
RELEASES="$(cat ${TMP_DIR}/template.tmp | cut -d'|' -f3)"
EDITIONS="$(cat ${TMP_DIR}/template.tmp | cut -d'|' -f4)"
URL="$(cat ${TMP_DIR}/template.tmp | cut -d'|' -f5)"
ISO="$(cat ${TMP_DIR}/template.tmp | cut -d'|' -f6)"
CHECKSUM_FILE="$(cat ${TMP_DIR}/template.tmp | cut -d'|' -f7)"
cat <<EOF > ${TMP_DIR}/template.tmp
#32
$NAME) PRETTY_NAME="$PRETTY_NAME";;
#184+
$NAME \\
#262+
function releases_$NAME() {
echo $RELEASES
}
function editions_$NAME() {
echo $EDITIONS
}
#1052+
function get_$NAME() {
local EDITION="\${1:-}"
local HASH=""
local ISO="$ISO"
local URL="$URL"
HASH="\$(wget -q -O- \${URL}/\${CHECKSUM_FILE} | grep (\${ISO} | cut -d' ' -f4)"
echo "\${URL}/\${ISO}" "\${HASH}"
}
EOF
echo "$MSG_DONE"
meld "${TMP_DIR}"/template.tmp "$DH_CONFIG_DIR"/quickget
}
function TOOL_quickget_sort_functions() {
#TODO
# Get the name of the script from the command line argument
script_name=$1
# Get a list of all the function names in the script
function_names=$(grep -oP '^[[:space:]]*function \K\w+' "$script_name")
# Sort the function names alphabetically
sorted_function_names=$(echo "$function_names" | sort)
# Loop through the sorted function names and print the function definitions
for function_name in $sorted_function_names
do
# Print the function definition to stdout
grep -A "$(wc -l < "$script_name")" -w "function $function_name" "$script_name"
done
}
function TOOL_dh_translate() {
echo "$MSG_LANG_CHANGE"
echo "$MSG_LANG_CODE"
read lang
echo "$MSG_LANG: $lang"
echo "$MSG_DUMP"
bash --dump-po-strings dh > "$DH_CONFIG_DIR"/lang/dh-source.pot
echo "$MSG_MERGING"
meld "$DH_CONFIG_DIR"/lang/dh-source.pot "$DH_CONFIG_DIR"/lang/distrohopper-"$lang".pot
echo "$MSG_MO"
msgfmt -o "$DH_CONFIG_DIR"/lang/distrohopper-"$lang".mo "$DH_CONFIG_DIR"/lang/distrohopper-"$lang".pot
echo "$MSG_COPY $lang $MSG_TRANSLATION '/usr/share/local' $MSG_AS_ROOT"
read response
if [[ "$response" =~ ^[YyAa]$ ]]; then
echo "$MSG_C_TRANSLATION '/usr/share/local'..."
sudo cp "$DH_CONFIG_DIR"/lang/distrohopper-"$lang".mo /usr/share/lang/"$lang"/LC_MESSAGES/distrohopper.mo
fi
}
function WIP() {
echo ""
}
TOOL_set_default_terminal() {
echo "$MSG_DEFAULT_TERMINAL:"
select term in alacritty foot gnome-terminal kitty konsole mate-terminal roxterm sakura st tilix xfce4-terminal xterm custom; do
case $term in
alacritty)
export terminal=alacritty
break
;;
foot)
export terminal=foot
break
;;
gnome-terminal)
export terminal=gnome-terminal
break
;;
kitty)
export terminal=kitty
break
;;
konsole)
export terminal=konsole
break
;;
mate-terminal)
export terminal=mate-terminal
break
;;
roxterm)
export terminal=roxterm
break
;;
sakura)
export terminal=sakura
break
;;
st)
export terminal=st
break
;;
tilix)
export terminal=tilix
break
;;
xfce4-terminal)
export terminal=xfce4-terminal
break
;;
xterm)
export terminal=xterm
break
;;
custom)
read -p "Enter the command to launch your preferred terminal emulator: " custom_terminal
export terminal=$custom_terminal
break
;;
*)
echo "$MSG_INVALID_AGAIN"
;;
esac
done
echo "$MSG_TERMINAL_SET $terminal."
}
# run ------------------------------------------------------------------
while true
do
variables_set
if [[ $# -eq 0 ]]; then
printf "$MSG_NO\n\n"
help_show
fi
while [[ $# -gt 0 ]]
do
key="$1"
case $key in
h|help)
help_show
shift
;;
d|dir)
virtual_machines_directory_choose
shift
;;
i|install)
echo "$MSG_S_INSTALLATION"
installation_process
shift
;;
m|mode)
echo "$MSG_MODE"
work_in_current_dir
shift
;;
s|supported)
echo "$MSG_U_SUPPORTED"
virtual_machines_update_supported
shift
;;
r|ready)
echo "$MSG_U_READY"
#virtual_machines_update_ready
renew_ready
shift
;;
t|tui)
echo "$MSG_S_TUI"
distrohopper_run_tui
shift
;;
g|gui)
echo "$MSG_S_GUI"
distrohopper_run_gui
shift
;;
a|add)
echo "$MSG_ADD_STARTED"
TOOL_quickget_add_distro
shift
;;
f|functions)
echo "$MSG_SORTING"
TOOL_quickget_sort_functions
shift
;;
p|push)
echo "$MSG_PUSHING"
push_changes
shift
;;
c|copy)
echo "$MSG_C_ISOS"
TOOL_copy_ISOs_to_dir
shift
;;
l|language)
TOOL_dh_translate
shift
;;
z)
WIP
shift
;;
*)
echo "$MSG_INVALID: $1"
echo ""
help_show
exit 1
;;
esac
done
bugs_notice_show
exit 0
done

9
dh.desktop Executable file
View file

@ -0,0 +1,9 @@
[Desktop Entry]
Type=Application
Name=DistroHopper
Description=Quickly download, create and run VM of any#TODO operating system.
version=0.77b
Exec=sh -c './dh m g'
Icon=/home/zen/git/distrohopper/icons/hop.svg
Categories=System;Virtualization;

8
distrohopper.conf Normal file
View file

@ -0,0 +1,8 @@
DH_CONFIG_DIR="$HOME/.config/distrohopper"
DH_CONFIG="$DH_CONFIG_DIR/distrohopper.conf"
replace='"!"'
DH_ICON_DIR="/usr/share/icons/distrohopper"
PREFIX="/usr/bin/"
TERMINAL=sakura
export "DH_CONFIG_DIR" "DH_CONFIG" "replace" "DH_ICON_DIR" "PREFIX" "TERMINAL"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 KiB

661
docs/LICENSE Normal file
View file

@ -0,0 +1,661 @@
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU Affero General Public License is a free, copyleft license for
software and other kinds of works, specifically designed to ensure
cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
our General Public Licenses are intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
Developers that use our General Public Licenses protect your rights
with two steps: (1) assert copyright on the software, and (2) offer
you this License which gives you legal permission to copy, distribute
and/or modify the software.
A secondary benefit of defending all users' freedom is that
improvements made in alternate versions of the program, if they
receive widespread use, become available for other developers to
incorporate. Many developers of free software are heartened and
encouraged by the resulting cooperation. However, in the case of
software used on network servers, this result may fail to come about.
The GNU General Public License permits making a modified version and
letting the public access it on a server without ever releasing its
source code to the public.
The GNU Affero General Public License is designed specifically to
ensure that, in such cases, the modified source code becomes available
to the community. It requires the operator of a network server to
provide the source code of the modified version running there to the
users of that server. Therefore, public use of a modified version, on
a publicly accessible server, gives the public access to the source
code of the modified version.
An older license, called the Affero General Public License and
published by Affero, was designed to accomplish similar goals. This is
a different license, not a version of the Affero GPL, but Affero has
released a new version of the Affero GPL which permits relicensing under
this license.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU Affero General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Remote Network Interaction; Use with the GNU General Public License.
Notwithstanding any other provision of this License, if you modify the
Program, your modified version must prominently offer all users
interacting with it remotely through a computer network (if your version
supports such interaction) an opportunity to receive the Corresponding
Source of your version by providing access to the Corresponding Source
from a network server at no charge, through some standard or customary
means of facilitating copying of software. This Corresponding Source
shall include the Corresponding Source for any work covered by version 3
of the GNU General Public License that is incorporated pursuant to the
following paragraph.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the work with which it is combined will remain governed by version
3 of the GNU General Public License.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU Affero General Public License from time to time. Such new versions
will be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU Affero General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU Affero General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU Affero General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If your software can interact with users remotely through a computer
network, you should also make sure that it provides a way for users to
get its source. For example, if your program is a web application, its
interface could display a "Source" link that leads users to an archive
of the code. There are many ways you could offer source, and different
solutions will be better for different programs; see section 13 for the
specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<https://www.gnu.org/licenses/>.

299
docs/README.md Normal file
View file

@ -0,0 +1,299 @@
![](https://img.shields.io/github/stars/oSoWoSo/DistroHopper?style=for-the-badge&color=8BC53F&logo=instatus&logoColor=000000)
![](https://img.shields.io/github/forks/oSoWoSo/DistroHopper?style=for-the-badge&color=8BC53F&logo=git&logoColor=000000)
![](https://img.shields.io/github/license/oSoWoSo/DistroHopper?style=for-the-badge&color=8BC53F&logo=apache&logoColor=000000)
![](https://img.shields.io/github/repo-size/oSoWoSo/DistroHopper?style=for-the-badge&color=8BC53F&logo=files&logoColor=000000)
![](https://img.shields.io/github/last-commit/oSoWoSo/DistroHopper?style=for-the-badge&color=8BC53F&logo=codeigniter&logoColor=000000)
![](https://img.shields.io/badge/language-shell-green?style=for-the-badge&color=8BC53F&logo=sharp&logoColor=000000)
![](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=for-the-badge&color=8BC53F&logo=sharp&logoColor=000000&alt="Gitmoji")
---
# Looking to try out a new operating system?
try
# **DistroHopper**
Quickly download, create and run VM of any#TODO operating system.
Linux![Tux](tux23.png) required...
---
Click on Hop for latest download
[![Hop](hop120.png)](https://sourceforge.net/projects/distrohopper/files/latest/download)
[![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/zenobit/donate)
Licensed under AGPL3
# Still Beta version!
<details>
<summary>Click for screenshot</summary>
![supported Operating systems](distrohopper.png)
</details>
As a base excellent [quickemu](https://github.com/quickemu-project/quickemu) (Link to project page)
<details>
<summary>Click for Quickemu old video</summary>
<iframe width="960" height="540" src="https://www.youtube-nocookie.com/embed/AOTYWEgw0hI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</details>
You can download new distro with **few clicks** of a mouse
# Features
- GUI using yad
<details>
<summary>Click for old video</summary>
<iframe width="960" height="540" src="https://www.youtube-nocookie.com/embed/RrFQECcwLRA" title="DistroHopper" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</details>
- TUI using fzf
<details>
<summary>Click for old video</summary>
<iframe width="960" height="540" src="https://www.youtube-nocookie.com/embed/gJ5hqYEskOw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</details>
- Desktop(shortcuts) entries generator
- Set dir where VMs will be stored
- Install DistroHopper systemwide
- Portable mode (dependecies still must be installed)
- Add new operating system to quickget (bit easier)
- Copy all downloaded ISOs to destination directory
- Translate DistroHopper (Currently supported English and Czech language)
Developed in English and translated into Czech language.
## Welcome translations!
---
# Why am I doing it?
Because I wanna learn
- Linux
- Bash
- yad
- project management
And contribute to open source
play with Quickemu
And easily add new distros to it
---
## How to run DistroHopper?
You need fullfill the requirement first...
## Requirements (For running VMs)
- [QEMU](https://www.qemu.org/) (*6.0.0 or newer*) **with GTK, SDL, SPICE & VirtFS support**
- [bash](https://www.gnu.org/software/bash/) (*4.0 or newer*)
- [Coreutils](https://www.gnu.org/software/coreutils/)
- [EDK II](https://github.com/tianocore/edk2)
- [grep](https://www.gnu.org/software/grep/)
- [jq](https://stedolan.github.io/jq/)
- [LSB](https://wiki.linuxfoundation.org/lsb/start)
- [procps](https://gitlab.com/procps-ng/procps)
- [python3](https://www.python.org/)
- [macrecovery](https://github.com/acidanthera/OpenCorePkg/tree/master/Utilities/macrecovery)
- [mkisofs](http://cdrtools.sourceforge.net/private/cdrecord.html)
- [usbutils](https://github.com/gregkh/usbutils)
- [util-linux](https://github.com/karelzak/util-linux)
- [sed](https://www.gnu.org/software/sed/)
- [socat](http://www.dest-unreach.org/socat/)
- [spicy](https://gitlab.freedesktop.org/spice/spice-gtk)
- [swtpm](https://github.com/stefanberger/swtpm)
- [Wget](https://www.gnu.org/software/wget/)
- [xdg-user-dirs](https://www.freedesktop.org/wiki/Software/xdg-user-dirs/)
- [xrandr](https://gitlab.freedesktop.org/xorg/app/xrandr)
- [zsync](http://zsync.moria.org.uk/)
- [unzip](http://www.info-zip.org/UnZip.html)
### Installing Requirements
For Ubuntu, Arch and nixos systems the
[ppa](https://launchpad.net/~flexiondotorg/+archive/ubuntu/quickemu),
[AUR](https://aur.archlinux.org/packages/quickemu) or
[nix](https://github.com/NixOS/nixpkgs/tree/master/pkgs/development/quickemu)
packaging will take care of the dependencies. For other host
distributions or operating systems it will be necessary to install the
above requirements or their equivalents.
If you install DistroHopper, it should take care of dependencies on Arch, Debian, Ubuntu, openSuse and Fedora
### For DistroHopper to work you need
`wget yad fzf`
quickemu is included
For adding new distros, or adding/improving translations you will need also meld.
# How to install DistroHopper?
You need get copy of distrohopper
If you want more stable experience, download latest release from
#### [GitHub](https://github.com/oSoWoSo/DistroHopper/releases) or SourceForge [![SourceForge](https://img.shields.io/sourceforge/dt/distrohopper.svg)](https://sourceforge.net/projects/distrohopper/files/latest/download)
---
If you want latest developer version... (could have bugs and break anytime)
Or you want translate DistroHopper
`git clone https://github.com/oSoWoSo/DistroHopper`
Enter created/unpacked distrohopper directory
Now you should be good to go...
---
# How to run DistroHopper
Just run from terminal
`./dh`
And you will see what next...
I am usually run DistroHopper as:
`./dh m r s l && ./dh i && dh g`
(But...)
## Desktop files
All desktop files will be storred in your .config/distrohopper
in directories *ready* and *supported*
Fell free to copy them anywhere you want...
### Currently supported Operating Systems and tools:
- agarimos - alma - alpine - android - archlinux - archcraft - arcolinux
- batocera - blendos - cachyos - centos-stream - cereus - debian - deepin
- devuan - dietpi - dragonflybsd - elementary - endeavouros - endless
- fedora - freebsd - freedos - fvoid - gabeeos - garuda - gentoo
- ghostbsd - haiku - kali - kdeneon - kolibrios - kubuntu - linuxmint
- lmde - mageia - manjaro - miyo - mxlinux - netboot - netbsd - nixos
- lubuntu - macos - openbsd - opensuse - oraclelinux - popos - reactos
- rebornos - rockylinux - siduction - slackware - slitaz - solus
- steamos - tails - truenas-core - truenas-scale - ubuntu - ubuntu-budgie
- ubuntukylin - ubuntu-mate - ubuntustudio - ubuntu-unity - ventoy - void
- voidpup - vxlinux - windows - xerolinux - xubuntu - zorin
Also with posible planned: [in discusion](https://github.com/oSoWoSo/DistroHopper/discussions/9)
---
#### [discuss](https://github.com/oSoWoSo/DistroHopper/discussions) on github
# Join DistroHopper chat group:
[![SimpleX](simplex.svg)](https://simplex.chat/contact#/?v=1-2&smp=smp%3A%2F%2FSkIkI6EPd2D63F4xFKfHk7I1UGZVNn6k1QWZ5rcyr6w%3D%40smp9.simplex.im%2FzmtsZwfTjwyynibt0bF6bb_xLWS9ce5A%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAkMtz66wGfWb6VDn-_t_mVm3RFiFfOC3Hxye8Hm5tmVo%253D%26srv%3Djssqzccmrcws6bhmn77vgmhfjmhwlyr3u7puw4erkyoosywgl67slqqd.onion&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%22o8KR0TOM0f2j33nO9goMRQ%3D%3D%22%7D) (click SimpleX logo)
(check the software! even if you don't want chat about DistroHopper)
[Simplex website](https://simplex.chat)
# Without these amazing projects it wouldn't be posible:
#### [bash](https://www.gnu.org/software/bash/)
#### [QEMU](https://www.qemu.org/)
#### [quickemu](https://github.com/quickemu-project/quickemu)
GUI depends on
#### [yad](https://github.com/v1cont/yad)
TUI depends on
#### [fzf](https://github.com/junegunn/fzf)
----
For
- easy of use
#### [fish](https://fishshell.com)
- commiting and working with github
#### [lazygit](https://github.com/jesseduffield/lazygit)
#### [opencommit](https://github.com/di-sukharev/opencommit)
- Editing
#### [geany](https://geany.org/)
#### [Kate](https://apps.kde.org/kate)
- diff
#### [Meld](https://meld.app/)
- Logo and icons
#### [GIMP](https://www.gimp.org)
and
#### [Inkscape](https://inkscape.org)
#### [logo by](https://freesvg.org/by/OpenClipart) bit repaired by me..
- Updating translation
#### [Poedit](https://poeditor.com/)
Everything done on
#### [Void Linux](https://voidlinux.org)
---
# Mirrored on
#### [GitHub](https://github.com/oSoWoSo/DistroHopper)
#### [SourceForge](https://sourceforge.net/projects/distrohopper)
#### [Disroot](https://git.disroot.org/oSoWoSo/DistroHopper)
#### [Codeberg](https://codeberg.org/oSoWoSo/DistroHopper)
#### [GitLab](https://gitlab.com/osowoso/distrohopper)
#### [SourceHut](https://git.sr.ht/~osowoso/DistroHopper)
---
For Homepage click on Hop
[![Hop](hop120.png)](https://dh.osowoso.xyz/)
# donate
[![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/zenobit/donate)
@zen0bit at github
mailto: <zenobit@osowoso.xyz>
[up](./)
#### parent site [oSoWoSo](https://osowoso.xyz)

33
docs/_config.yml Normal file
View file

@ -0,0 +1,33 @@
# Theme supports custom buttons
buttons:
- text: oSoWoSo
href: https://osowoso.xyz
# remote theme
remote_theme: oSoWoSo/cayman-vb-dark
# web title
title: DistroHopper
# web desription
description: Quickly download, create and run VM of any#TODO operating system
# Header buttons for downloads from github repo
show_downloads: true
# Header buttons link to github repo
show_github: true
# Header buttons for google analytics
#google_analytics:
# web PNG favicon
favicon: logo.svg
# Icon shown in header. From Fontawesome https://fontawesome.com/icons?m=free
#icon: fas fa-pencil-alt
# Colour gradient for the header
#header-colours:
# right: "#8a108c"
# left: "#cc580c"

BIN
docs/distrohopper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

BIN
docs/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

298
docs/hop-big.svg Normal file
View file

@ -0,0 +1,298 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="560"
height="560"
viewBox="0 0 560 560"
version="1.1"
id="SVGRoot"
sodipodi:docname="hopB.svg"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
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">
<sodipodi:namedview
id="namedview460"
pagecolor="#505050"
bordercolor="#eeeeee"
borderopacity="1"
inkscape:pageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="0"
inkscape:document-units="px"
showgrid="true"
inkscape:zoom="0.27496365"
inkscape:cx="-158.20273"
inkscape:cy="1214.706"
inkscape:window-width="3440"
inkscape:window-height="1440"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1">
<inkscape:grid
type="xygrid"
id="grid466" />
</sodipodi:namedview>
<defs
id="defs455" />
<g
inkscape:label="Vrstva 1"
inkscape:groupmode="layer"
id="layer1">
<g
id="g236"
transform="matrix(1.4002461,0,0,1.4002461,24.902044,64.835941)">
<g
id="g238">
<g
id="g240">
<path
id="path242"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 1.5,236.16 c -0.004,-12.97 10.514,-23.49 23.49,-23.5 12.977,0 23.496,10.53 23.493,23.5 z" />
<g
id="g244">
<path
id="path246"
style="fill:#8bc53f"
d="m 32.152,229.69 c 0,0 19.769,-113.59 23.814,-137.78 3.201,-19.139 15.393,-18.975 22.186,-13.222 17.223,14.586 51.998,61.002 51.998,61.002 l 18,-14 c 0,0 -55.121634,-49.760407 -71.080634,-65.720407 C 67.466366,50.366593 51.322,58.771 44.966,77.914 37.237,101.19 16.152,215.694 16.152,215.694 l 16,14 z"
sodipodi:nodetypes="cccccccccc" />
<g
id="g248">
<path
id="path250"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 14.152,220.69 c 0,0 24.769,-112.59 28.814,-136.78 3.201,-19.139 19.686,-38.722 36.186,-22.222 15.959,15.959 68.998,64.002 68.998,64.002" />
<path
id="path252"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="M 34.152,219.69 C 49.121,121.36 50.043,126.36 54.966,96.91 58.932,73.2 68.554,70.091 83.152,84.688 99.111,100.65 131.15,139.69 131.15,139.69" />
</g>
</g>
</g>
<g
id="g254">
<path
id="path256"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 364.15,236.16 c 0.01,-12.97 -10.51,-23.49 -23.49,-23.5 -12.98,0 -23.49,10.53 -23.49,23.5 z" />
<g
id="g258">
<path
id="path260"
style="fill:#8bc53f"
d="m 333.5,229.69 c 0,0 -19.77,-113.59 -23.81,-137.78 -3.21,-19.139 -15.4,-18.975 -22.19,-13.222 -17.22,14.586 -52,61.002 -52,61.002 l -18,-14 c 0,0 55.41772,-51.621245 71.37772,-67.581245 9.6,-9.603 25.45228,0.662245 31.81228,19.805245 7.73,23.276 28.81,137.78 28.81,137.78 l -16,14 z"
sodipodi:nodetypes="cccccccccc" />
<g
id="g262">
<path
id="path264"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 351.5,220.69 c 0,0 -24.77,-112.59 -28.81,-136.78 C 319.48,64.771 303,45.188 286.5,61.688 c -15.96,15.959 -69,64.002 -69,64.002" />
<path
id="path266"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="M 331.5,219.69 C 316.53,121.36 315.61,126.36 310.69,96.91 306.72,73.2 297.1,70.091 282.5,84.688 c -15.96,15.962 -48,55.002 -48,55.002" />
</g>
</g>
</g>
</g>
<g
id="g268">
<g
id="g270">
<path
id="path272"
style="fill:#f7a03a;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 105.9,190.62 c -0.01,42.44 34.39,76.86 76.83,76.86 42.45,0 76.85,-34.41 76.85,-76.86 z" />
<path
id="path274"
style="fill:#d37d1a;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 105.9,190.62 c -0.01,25.67 34.39,63.07 76.83,63.07 42.45,0 76.85,-37.4 76.85,-63.07 z" />
<path
id="path276"
style="display:none;fill:#b06815;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 105.9,190.62 c -0.01,17.88 34.39,48.97 76.83,48.97 42.45,0 76.85,-31.08 76.85,-48.97 z" />
</g>
<g
id="g278">
<path
id="path280"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 182.94,113.83 c -42.56,0 -77.05,34.57 -77.04,77.19 h 77.04 z" />
<path
id="path282"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 259.75,191.02 c 0.01,-42.63 -34.48,-77.19 -77.03,-77.19 v 77.19 z" />
</g>
</g>
<g
id="g284">
<g
id="g286">
<path
id="path288"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 36.584,267.68 c -0.004,-12.97 10.515,-23.5 23.49,-23.5 12.978,0 23.496,10.52 23.493,23.5 z" />
<g
id="g290">
<path
id="path292"
style="fill:#8bc53f"
d="M 71.655,251.69 71.47,147.91 c 2.303,-27.62 7.436,-35.72 25.186,-19.22 16.534,15.36 23.004,32 23.004,32 l 2,-23 c 0,0 -11.47,-9.64 -28.004,-25 -17.75,-16.503 -29.883,-7.4 -32.186,20.22 l -7.814,115.78 z" />
<g
id="g294">
<path
id="path296"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 53.655,249.69 7.814,-116.78 c 2.303,-27.62 14.436,-36.722 32.186,-20.22 16.535,15.36 28.005,25 28.005,25" />
<path
id="path298"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="M 71.655,251.69 71.47,147.91 c 2.303,-27.62 7.436,-35.72 25.186,-19.22 16.534,15.36 22.004,34 22.004,34" />
</g>
</g>
</g>
<g
id="g300">
<path
id="path302"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 329.07,267.68 c 0,-12.97 -10.52,-23.5 -23.49,-23.5 -12.98,0 -23.5,10.52 -23.5,23.5 z" />
<g
id="g304">
<path
id="path306"
style="fill:#8bc53f"
d="m 294,251.69 0.18,-103.78 c -2.3,-27.62 -7.43,-35.72 -25.18,-19.22 -16.53,15.36 -23,32 -23,32 l -2,-23 c 0,0 11.47,-9.64 28,-25 17.75,-16.502 29.88,-7.4 32.18,20.22 L 312,248.69 Z" />
<g
id="g308">
<path
id="path310"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 312,249.69 -7.82,-116.78 c -2.3,-27.62 -14.43,-36.722 -32.18,-20.22 -16.53,15.36 -28,25 -28,25" />
<path
id="path312"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 294,251.69 0.18,-103.78 c -2.3,-27.62 -7.43,-35.72 -25.18,-19.22 -16.53,15.36 -22,34 -22,34" />
</g>
</g>
</g>
</g>
<g
id="g314">
<path
id="path2383"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 240.49,185.01 c 0.01,31.85 -25.81,57.68 -57.67,57.68 -31.85,0 -57.67,-25.83 -57.66,-57.69 -0.01,-31.85 25.82,-57.68 57.67,-57.68 31.85,0.01 57.67,25.84 57.66,57.69 z" />
<g
id="g317">
<g
id="g319">
<g
id="g321">
<path
id="path323"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 171.09,141.5 c 0,0 14,-135.5 -110.5,-135.5" />
<circle
id="circle325"
cy="6"
cx="60.591"
r="6" />
</g>
<g
id="g327">
<path
id="path329"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 194.56,143.69 c 0,0 -14,-135.5 110.5,-135.5" />
<circle
id="circle331"
cy="8.1870003"
cx="305.06"
r="6" />
</g>
</g>
<path
id="path333"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 145.2,193.86 c -0.01,20.78 16.84,37.63 37.62,37.63 20.79,0.01 37.64,-16.85 37.63,-37.63" />
<g
id="g335">
<g
id="g337">
<path
id="path3159_1_"
style="fill:#ffffff;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 246.72,146.52 c 0.01,16.48 -13.35,29.85 -29.84,29.85 -16.49,0 -29.85,-13.37 -29.84,-29.85 -0.01,-16.49 13.36,-29.85 29.84,-29.85 16.49,0 29.85,13.37 29.84,29.85 z" />
<path
id="path3161_1_"
d="m 220.2,151.79 c 0,5.49 -4.46,9.95 -9.95,9.95 -5.49,0 -9.95,-4.46 -9.95,-9.95 0,-5.5 4.46,-9.95 9.95,-9.95 5.5,0 9.95,4.45 9.95,9.95 z" />
</g>
<g
id="g341">
<path
id="path3157_1_"
style="fill:#ffffff;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 178.61,146.52 c 0.01,16.48 -13.35,29.85 -29.84,29.85 -16.49,0 -29.85,-13.37 -29.84,-29.86 -0.01,-16.48 13.36,-29.85 29.84,-29.85 16.49,0 29.85,13.37 29.84,29.86 z" />
<path
id="path3163_1_"
d="m 166.18,151.78 c 0,5.5 -4.45,9.95 -9.95,9.95 -5.49,0 -9.95,-4.45 -9.94,-9.95 -0.01,-5.49 4.45,-9.95 9.94,-9.95 5.5,0 9.95,4.46 9.95,9.95 z" />
</g>
</g>
</g>
</g>
<g
id="g345">
<g
id="g347">
<path
id="path349"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 89.5,297.41 c -0.004,-12.97 10.51,-23.49 23.49,-23.49 12.98,0 23.5,10.52 23.49,23.49 z" />
<path
id="path351"
style="fill:#8bc53f"
d="m 119.35,279.79 -18.07,-75.07 c -10.25,-39.95 -1.19,-48.26 12.07,-21.93 l 4,-13 C 98.655,138.15 76.405,141.1 82.276,168.72 l 22.074,115.07 z" />
<g
id="g353">
<path
id="path355"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="M 104.35,283.79 82.276,168.72 c -5.395,-25.38 11.307,-32.32 31.794,-5.6 5.96,7.78 10.96,7.65 10.96,7.65" />
<path
id="path357"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 119.35,279.79 -18.07,-75.07 c -9.672,-36.09 -4.625,-46.53 8.68,-25.25 1.47,2.35 1.2,7.68 1.2,7.68" />
</g>
</g>
<g
id="g359">
<path
id="path361"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 276.15,297.41 c 0.01,-12.97 -10.51,-23.49 -23.49,-23.49 -12.98,0 -23.49,10.52 -23.49,23.49 z" />
<path
id="path363"
style="fill:#8bc53f"
d="m 246.3,279.79 18.08,-75.07 c 10.24,-39.95 1.18,-48.26 -12.08,-21.93 l -4,-13 c 18.7,-31.64 40.95,-28.69 35.08,-1.07 L 261.3,283.79 Z" />
<g
id="g365">
<path
id="path367"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 261.3,283.79 22.08,-115.07 c 5.39,-25.38 -11.31,-32.32 -31.8,-5.6 -5.96,7.78 -10.96,7.65 -10.96,7.65" />
<path
id="path369"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 246.3,279.79 18.08,-75.07 c 9.66,-36.09 4.62,-46.53 -8.69,-25.25 -1.47,2.35 -1.19,7.68 -1.19,7.68" />
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

BIN
docs/hop120.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
docs/hop18.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 977 B

BIN
docs/hop20.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
docs/hop220.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
docs/hop320.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
docs/hop420.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
docs/hop48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
docs/hop520.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

BIN
docs/hop60.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

298
docs/logo.svg Normal file
View file

@ -0,0 +1,298 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
id="Layer_1"
xml:space="preserve"
version="1.0"
viewBox="0 0 511.99999 418.54757"
inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
sodipodi:docname="hop.svg"
width="512"
height="418.54758"
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="defs77" /><sodipodi:namedview
id="namedview75"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="false"
inkscape:zoom="2"
inkscape:cx="66.5"
inkscape:cy="269.75"
inkscape:window-width="3440"
inkscape:window-height="1417"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="Layer_1" />
<g
id="g236"
transform="matrix(1.4002461,0,0,1.4002461,1.5922901e-6,0)">
<g
id="g238">
<g
id="g240">
<path
id="path242"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 1.5,236.16 c -0.004,-12.97 10.514,-23.49 23.49,-23.5 12.977,0 23.496,10.53 23.493,23.5 z" />
<g
id="g244">
<path
id="path246"
style="fill:#8bc53f"
d="m 32.152,229.69 c 0,0 19.769,-113.59 23.814,-137.78 3.201,-19.139 15.393,-18.975 22.186,-13.222 17.223,14.586 51.998,61.002 51.998,61.002 l 18,-14 c 0,0 -55.121634,-49.760407 -71.080634,-65.720407 C 67.466366,50.366593 51.322,58.771 44.966,77.914 37.237,101.19 16.152,215.694 16.152,215.694 l 16,14 z"
sodipodi:nodetypes="cccccccccc" />
<g
id="g248">
<path
id="path250"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 14.152,220.69 c 0,0 24.769,-112.59 28.814,-136.78 3.201,-19.139 19.686,-38.722 36.186,-22.222 15.959,15.959 68.998,64.002 68.998,64.002" />
<path
id="path252"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="M 34.152,219.69 C 49.121,121.36 50.043,126.36 54.966,96.91 58.932,73.2 68.554,70.091 83.152,84.688 99.111,100.65 131.15,139.69 131.15,139.69" />
</g>
</g>
</g>
<g
id="g254">
<path
id="path256"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 364.15,236.16 c 0.01,-12.97 -10.51,-23.49 -23.49,-23.5 -12.98,0 -23.49,10.53 -23.49,23.5 z" />
<g
id="g258">
<path
id="path260"
style="fill:#8bc53f"
d="m 333.5,229.69 c 0,0 -19.77,-113.59 -23.81,-137.78 -3.21,-19.139 -15.4,-18.975 -22.19,-13.222 -17.22,14.586 -52,61.002 -52,61.002 l -18,-14 c 0,0 55.41772,-51.621245 71.37772,-67.581245 9.6,-9.603 25.45228,0.662245 31.81228,19.805245 7.73,23.276 28.81,137.78 28.81,137.78 l -16,14 z"
sodipodi:nodetypes="cccccccccc" />
<g
id="g262">
<path
id="path264"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 351.5,220.69 c 0,0 -24.77,-112.59 -28.81,-136.78 C 319.48,64.771 303,45.188 286.5,61.688 c -15.96,15.959 -69,64.002 -69,64.002" />
<path
id="path266"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="M 331.5,219.69 C 316.53,121.36 315.61,126.36 310.69,96.91 306.72,73.2 297.1,70.091 282.5,84.688 c -15.96,15.962 -48,55.002 -48,55.002" />
</g>
</g>
</g>
</g>
<g
id="g268">
<g
id="g270">
<path
id="path272"
style="fill:#f7a03a;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 105.9,190.62 c -0.01,42.44 34.39,76.86 76.83,76.86 42.45,0 76.85,-34.41 76.85,-76.86 z" />
<path
id="path274"
style="fill:#d37d1a;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 105.9,190.62 c -0.01,25.67 34.39,63.07 76.83,63.07 42.45,0 76.85,-37.4 76.85,-63.07 z" />
<path
id="path276"
style="display:none;fill:#b06815;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 105.9,190.62 c -0.01,17.88 34.39,48.97 76.83,48.97 42.45,0 76.85,-31.08 76.85,-48.97 z" />
</g>
<g
id="g278">
<path
id="path280"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 182.94,113.83 c -42.56,0 -77.05,34.57 -77.04,77.19 h 77.04 z" />
<path
id="path282"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 259.75,191.02 c 0.01,-42.63 -34.48,-77.19 -77.03,-77.19 v 77.19 z" />
</g>
</g>
<g
id="g284">
<g
id="g286">
<path
id="path288"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 36.584,267.68 c -0.004,-12.97 10.515,-23.5 23.49,-23.5 12.978,0 23.496,10.52 23.493,23.5 z" />
<g
id="g290">
<path
id="path292"
style="fill:#8bc53f"
d="M 71.655,251.69 71.47,147.91 c 2.303,-27.62 7.436,-35.72 25.186,-19.22 16.534,15.36 23.004,32 23.004,32 l 2,-23 c 0,0 -11.47,-9.64 -28.004,-25 -17.75,-16.503 -29.883,-7.4 -32.186,20.22 l -7.814,115.78 z" />
<g
id="g294">
<path
id="path296"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 53.655,249.69 7.814,-116.78 c 2.303,-27.62 14.436,-36.722 32.186,-20.22 16.535,15.36 28.005,25 28.005,25" />
<path
id="path298"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="M 71.655,251.69 71.47,147.91 c 2.303,-27.62 7.436,-35.72 25.186,-19.22 16.534,15.36 22.004,34 22.004,34" />
</g>
</g>
</g>
<g
id="g300">
<path
id="path302"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 329.07,267.68 c 0,-12.97 -10.52,-23.5 -23.49,-23.5 -12.98,0 -23.5,10.52 -23.5,23.5 z" />
<g
id="g304">
<path
id="path306"
style="fill:#8bc53f"
d="m 294,251.69 0.18,-103.78 c -2.3,-27.62 -7.43,-35.72 -25.18,-19.22 -16.53,15.36 -23,32 -23,32 l -2,-23 c 0,0 11.47,-9.64 28,-25 17.75,-16.502 29.88,-7.4 32.18,20.22 L 312,248.69 Z" />
<g
id="g308">
<path
id="path310"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 312,249.69 -7.82,-116.78 c -2.3,-27.62 -14.43,-36.722 -32.18,-20.22 -16.53,15.36 -28,25 -28,25" />
<path
id="path312"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 294,251.69 0.18,-103.78 c -2.3,-27.62 -7.43,-35.72 -25.18,-19.22 -16.53,15.36 -22,34 -22,34" />
</g>
</g>
</g>
</g>
<g
id="g314">
<path
id="path2383"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 240.49,185.01 c 0.01,31.85 -25.81,57.68 -57.67,57.68 -31.85,0 -57.67,-25.83 -57.66,-57.69 -0.01,-31.85 25.82,-57.68 57.67,-57.68 31.85,0.01 57.67,25.84 57.66,57.69 z" />
<g
id="g317">
<g
id="g319">
<g
id="g321">
<path
id="path323"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 171.09,141.5 c 0,0 14,-135.5 -110.5,-135.5" />
<circle
id="circle325"
cy="6"
cx="60.591"
r="6" />
</g>
<g
id="g327">
<path
id="path329"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 194.56,143.69 c 0,0 -14,-135.5 110.5,-135.5" />
<circle
id="circle331"
cy="8.1870003"
cx="305.06"
r="6" />
</g>
</g>
<path
id="path333"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 145.2,193.86 c -0.01,20.78 16.84,37.63 37.62,37.63 20.79,0.01 37.64,-16.85 37.63,-37.63" />
<g
id="g335">
<g
id="g337">
<path
id="path3159_1_"
style="fill:#ffffff;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 246.72,146.52 c 0.01,16.48 -13.35,29.85 -29.84,29.85 -16.49,0 -29.85,-13.37 -29.84,-29.85 -0.01,-16.49 13.36,-29.85 29.84,-29.85 16.49,0 29.85,13.37 29.84,29.85 z" />
<path
id="path3161_1_"
d="m 220.2,151.79 c 0,5.49 -4.46,9.95 -9.95,9.95 -5.49,0 -9.95,-4.46 -9.95,-9.95 0,-5.5 4.46,-9.95 9.95,-9.95 5.5,0 9.95,4.45 9.95,9.95 z" />
</g>
<g
id="g341">
<path
id="path3157_1_"
style="fill:#ffffff;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 178.61,146.52 c 0.01,16.48 -13.35,29.85 -29.84,29.85 -16.49,0 -29.85,-13.37 -29.84,-29.86 -0.01,-16.48 13.36,-29.85 29.84,-29.85 16.49,0 29.85,13.37 29.84,29.86 z" />
<path
id="path3163_1_"
d="m 166.18,151.78 c 0,5.5 -4.45,9.95 -9.95,9.95 -5.49,0 -9.95,-4.45 -9.94,-9.95 -0.01,-5.49 4.45,-9.95 9.94,-9.95 5.5,0 9.95,4.46 9.95,9.95 z" />
</g>
</g>
</g>
</g>
<g
id="g345">
<g
id="g347">
<path
id="path349"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 89.5,297.41 c -0.004,-12.97 10.51,-23.49 23.49,-23.49 12.98,0 23.5,10.52 23.49,23.49 z" />
<path
id="path351"
style="fill:#8bc53f"
d="m 119.35,279.79 -18.07,-75.07 c -10.25,-39.95 -1.19,-48.26 12.07,-21.93 l 4,-13 C 98.655,138.15 76.405,141.1 82.276,168.72 l 22.074,115.07 z" />
<g
id="g353">
<path
id="path355"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="M 104.35,283.79 82.276,168.72 c -5.395,-25.38 11.307,-32.32 31.794,-5.6 5.96,7.78 10.96,7.65 10.96,7.65" />
<path
id="path357"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 119.35,279.79 -18.07,-75.07 c -9.672,-36.09 -4.625,-46.53 8.68,-25.25 1.47,2.35 1.2,7.68 1.2,7.68" />
</g>
</g>
<g
id="g359">
<path
id="path361"
style="fill:#8bc53f;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 276.15,297.41 c 0.01,-12.97 -10.51,-23.49 -23.49,-23.49 -12.98,0 -23.49,10.52 -23.49,23.49 z" />
<path
id="path363"
style="fill:#8bc53f"
d="m 246.3,279.79 18.08,-75.07 c 10.24,-39.95 1.18,-48.26 -12.08,-21.93 l -4,-13 c 18.7,-31.64 40.95,-28.69 35.08,-1.07 L 261.3,283.79 Z" />
<g
id="g365">
<path
id="path367"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 261.3,283.79 22.08,-115.07 c 5.39,-25.38 -11.31,-32.32 -31.8,-5.6 -5.96,7.78 -10.96,7.65 -10.96,7.65" />
<path
id="path369"
style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round"
d="m 246.3,279.79 18.08,-75.07 c 9.66,-36.09 4.62,-46.53 -8.69,-25.25 -1.47,2.35 -1.19,7.68 -1.19,7.68" />
</g>
</g>
</g>
</g>
<metadata
id="metadata72"><rdf:RDF><cc:Work><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><cc:license
rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /><dc:publisher><cc:Agent
rdf:about="http://openclipart.org/"><dc:title>Openclipart</dc:title></cc:Agent></dc:publisher><dc:date>2009-11-24T19:25:36</dc:date><dc:description>Cartoon Grasshopper in the style of Lemmling.</dc:description><dc:source>https://openclipart.org/detail/28477/cartoon-grasshopper-by-studiofibonacci</dc:source><dc:creator><cc:Agent><dc:title>StudioFibonacci</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>bug</rdf:li><rdf:li>cartoon</rdf:li><rdf:li>cricket</rdf:li><rdf:li>grasshopper</rdf:li><rdf:li>insect</rdf:li></rdf:Bag></dc:subject></cc:Work><cc:License
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"><cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF></metadata></svg>

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -1,4 +1,4 @@
.\" Automatically generated by Pandoc 2.19.2
.\" Automatically generated by Pandoc 2.17.1.1
.\"
.\" Define V font for inline verbatim, using C font in formats
.\" that render this, and otherwise B font.
@ -14,7 +14,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "QUICKEMU" "1" "February 4, 2023" "quickemu" "Quickemu User Manual"
.TH "QUICKEMU" "1" "November 17, 2023" "quickemu" "Quickemu User Manual"
.hy
.SH NAME
.PP
@ -37,12 +37,17 @@ You can also pass optional parameters
Enable braille support.
Requires SDL.
.TP
\f[B]\[en]delete\f[R]
\f[B]\[en]delete-disk\f[R]
Delete the disk image.
.TP
\f[B]\[en]display\f[R]
Select display backend.
`sdl' (default), `gtk', `none' or `spice'
`sdl' (default), `gtk', `none', `spice' or `spice-app'
.TP
\f[B]\[en]sound-card\f[R]
Select virtual audio emulation.
`intel-hda' (default), `ac97' (solaris default), `es1370', `sb16'
(freedos default) or `none'
.TP
\f[B]\[en]fullscreen\f[R]
Starts VM in full screen mode (Ctl+Alt+f to exit)
@ -102,7 +107,7 @@ Windows\f[R].
.IP \[bu] 2
\f[B]macOS\f[R] Monterey, Big Sur, Catalina, Mojave & High Sierra
.IP \[bu] 2
\f[B]Windows\f[R] 8.1, 10 and 11 including TPM 2.0
\f[B]Windows\f[R] 10 and 11 including TPM 2.0
.IP \[bu] 2
Ubuntu (https://ubuntu.com/desktop) and all the \f[B]official Ubuntu
flavours (https://ubuntu.com/download/flavours)\f[R]
@ -209,11 +214,11 @@ to install the above requirements or their equivalents.
.PP
These examples may save a little typing
.PP
Debian:
Debian (and direct derivatives such as MX Linux):
.IP
.nf
\f[C]
sudo apt install qemu bash coreutils ovmf grep jq lsb procps python3 genisoimage usbutils util-linux sed spice-client-gtk swtpm wget xdg-user-dirs zsync unzip
sudo apt install qemu bash coreutils ovmf grep jq lsb-base procps python3 genisoimage usbutils util-linux sed spice-client-gtk libtss2-tcti-swtpm0 wget xdg-user-dirs zsync unzip
\f[R]
.fi
.PP
@ -310,12 +315,16 @@ switch to a new series.
All the official Ubuntu flavours are supported, just replace
\f[V]ubuntu\f[R] with your preferred flavour.
.IP \[bu] 2
\f[V]edubuntu\f[R] (Edubuntu)
.IP \[bu] 2
\f[V]kubuntu\f[R] (Kubuntu)
.IP \[bu] 2
\f[V]lubuntu\f[R] (Lubuntu)
.IP \[bu] 2
\f[V]ubuntu-budgie\f[R] (Ubuntu Budgie)
.IP \[bu] 2
\f[V]ubuntucinnamon\f[R] (Ubuntu Cinnamon)
.IP \[bu] 2
\f[V]ubuntukylin\f[R] (Ubuntu Kylin)
.IP \[bu] 2
\f[V]ubuntu-mate\f[R] (Ubuntu MATE)
@ -327,46 +336,93 @@ All the official Ubuntu flavours are supported, just replace
\f[V]ubuntu-unity\f[R] (Ubuntu Unity)
.IP \[bu] 2
\f[V]xubuntu\f[R] (Xubuntu)
.PP
You can also use \f[V]quickget\f[R] with options to:
.IP
.nf
\f[C]
# show an OS ISO download URL for {os} {release} [edition]
quickget --show-iso-url fedora 38 Silverblue
# test if and OS ISO is available for {os} {release} [edition]
quickget --test-iso-url nixos 23.05 plasma5
# open an OS distribution homepage in a browser
quickget --open-distro-homepage ubuntu-mate
\f[R]
.fi
.PP
The \f[V]--show-iso-url\f[R] and \f[V]--test-iso-url\f[R] options
\f[B]do not\f[R] work for \f[V]Windows\f[R] (\f[V]quickget\f[R] will
begin downloading the requested release and edition of windows)
.SS Other Operating Systems
.PP
\f[V]quickget\f[R] also supports:
.IP \[bu] 2
\f[V]agarimos\f[R] (AgarimOS)
.IP \[bu] 2
\f[V]alma\f[R] (Alma Linux)
.IP \[bu] 2
\f[V]alpine\f[R] (Alpine Linux)
.IP \[bu] 2
\f[V]android\f[R] (Android x86)
.IP \[bu] 2
\f[V]antix\f[R] (Antix)
.IP \[bu] 2
\f[V]archcraft\f[R] (Archcraft)
.IP \[bu] 2
\f[V]archlinux\f[R] (Arch Linux)
.IP \[bu] 2
\f[V]arcolinux\f[R] (Arco Linux)
.IP \[bu] 2
\f[V]artixlinux\f[R] (Artix Linux)
.IP \[bu] 2
\f[V]athenaos\f[R] (Athenaos)
.IP \[bu] 2
\f[V]batocera\f[R] (Batocera)
.IP \[bu] 2
\f[V]bazzite\f[R] (Bazzite)
.IP \[bu] 2
\f[V]biglinux\f[R] (BigLinux)
.IP \[bu] 2
\f[V]blendos\f[R] (BlendOS)
.IP \[bu] 2
\f[V]bodhi\f[R] (Bodhi Linux)
.IP \[bu] 2
\f[V]bunsenlabs\f[R] (Bunsenlabs)
.IP \[bu] 2
\f[V]cachyos\f[R] (CachyOS)
.IP \[bu] 2
\f[V]centos-stream\f[R] (CentOS Stream)
.IP \[bu] 2
\f[V]cereus\f[R] (Cereus Linux)
.IP \[bu] 2
\f[V]chimera\f[R] (Chimera Linux)
.IP \[bu] 2
\f[V]debian\f[R] (Debian)
.IP \[bu] 2
\f[V]deepin\f[R] (Deepin)
.IP \[bu] 2
\f[V]devuan\f[R] (Devuan)
.IP \[bu] 2
\f[V]dietpi\f[R] (DietPi)
.IP \[bu] 2
\f[V]dragonflybsd\f[R] (DragonFlyBSD)
.IP \[bu] 2
\f[V]elementary\f[R] (elementary OS)
.IP \[bu] 2
\f[V]endeavouros\f[R] (EndeavourOS)
.IP \[bu] 2
\f[V]endless\f[R] (Endless OS)
.IP \[bu] 2
\f[V]fedora\f[R] (Fedora)
.IP \[bu] 2
\f[V]freebsd\f[R] (FreeBSD)
.IP \[bu] 2
\f[V]freedos\f[R] (FreeDOS)
.IP \[bu] 2
\f[V]fvoid\f[R] (F-Void)
.IP \[bu] 2
\f[V]gabeeos\f[R] (gabeeOS Linux)
.IP \[bu] 2
\f[V]garuda\f[R] (Garuda Linux)
.IP \[bu] 2
\f[V]gentoo\f[R] (Gentoo)
@ -375,12 +431,16 @@ All the official Ubuntu flavours are supported, just replace
.IP \[bu] 2
\f[V]haiku\f[R] (Haiku)
.IP \[bu] 2
\f[V]holoiso\f[R] (Steam OS HoloISO)
.IP \[bu] 2
\f[V]kali\f[R] (Kali)
.IP \[bu] 2
\f[V]kdeneon\f[R] (KDE Neon)
.IP \[bu] 2
\f[V]kolibrios\f[R] (KolibriOS)
.IP \[bu] 2
\f[V]linuxlite\f[R] (Linux Lite)
.IP \[bu] 2
\f[V]linuxmint\f[R] (Linux Mint)
.IP \[bu] 2
\f[V]lmde\f[R] (Linux Mint Debian Edition)
@ -389,6 +449,8 @@ All the official Ubuntu flavours are supported, just replace
.IP \[bu] 2
\f[V]manjaro\f[R] (Manjaro)
.IP \[bu] 2
\f[V]miyolinux\f[R] (Miyo Linux)
.IP \[bu] 2
\f[V]mxlinux\f[R] (MX Linux)
.IP \[bu] 2
\f[V]netboot\f[R] (netboot.xyz)
@ -399,30 +461,64 @@ All the official Ubuntu flavours are supported, just replace
.IP \[bu] 2
\f[V]openbsd\f[R] (OpenBSD)
.IP \[bu] 2
\f[V]openindiana\f[R] (OpenIndiana)
.IP \[bu] 2
\f[V]opensuse\f[R] (openSUSE)
.IP \[bu] 2
\f[V]oraclelinux\f[R] (Oracle Linux)
.IP \[bu] 2
\f[V]peppermint\f[R] (PeppermintOS)
.IP \[bu] 2
\f[V]popos\f[R] (Pop!_OS)
.IP \[bu] 2
\f[V]porteus\f[R] (Porteus)
.IP \[bu] 2
\f[V]pureos\f[R] (PureOS)
.IP \[bu] 2
\f[V]reactos\f[R] (ReactOS)
.IP \[bu] 2
\f[V]rebornos\f[R] (RebornOS)
.IP \[bu] 2
\f[V]rockylinux\f[R] (Rocky Linux)
.IP \[bu] 2
\f[V]siduction\f[R] (Siduction)
.IP \[bu] 2
\f[V]slackware\f[R] (Slackware)
.IP \[bu] 2
\f[V]slax\f[R] (Slax)
.IP \[bu] 2
\f[V]slitaz\f[R] (SliTaz GNU/Linux)
.IP \[bu] 2
\f[V]solus\f[R] (Solus)
.IP \[bu] 2
\f[V]sparkylinux\f[R] (SparkyLinux)
.IP \[bu] 2
\f[V]spiral\f[R] (SpiralLinux)
.IP \[bu] 2
\f[V]tails\f[R] (Tails)
.IP \[bu] 2
\f[V]tinycore\f[R] (Tiny Core Linux)
.IP \[bu] 2
\f[V]trisquel\f[R] (Trisquel)
.IP \[bu] 2
\f[V]truenas-core\f[R] (TrueNAS Core)
.IP \[bu] 2
\f[V]truenas-scale\f[R] (TrueNAS Scale)
.IP \[bu] 2
\f[V]tuxedoos\f[R] (TuxedoOS)
.IP \[bu] 2
\f[V]vanillaos\f[R] (Vanilla OS)
.IP \[bu] 2
\f[V]ventoy\f[R] (Ventoy)
.IP \[bu] 2
\f[V]voidpup\f[R] (Void Puppy)
.IP \[bu] 2
\f[V]void\f[R] (Void Linux)
.IP \[bu] 2
\f[V]vxlinux\f[R] (VX Linux)
.IP \[bu] 2
\f[V]xerolinux\f[R] (XeroLinux)
.IP \[bu] 2
\f[V]zorin\f[R] (Zorin OS)
.PP
Or you can download a Linux image and manually create a VM
@ -473,7 +569,8 @@ quickemu --vm macos-catalina.conf
.fi
.PP
macOS \f[V]high-sierra\f[R], \f[V]mojave\f[R], \f[V]catalina\f[R],
\f[V]big-sur\f[R] and \f[V]monterey\f[R] are supported.
\f[V]big-sur\f[R], \f[V]monterey\f[R] and \f[V]ventura\f[R] are
supported.
.IP \[bu] 2
Use cursor keys and enter key to select the \f[B]macOS Base System\f[R]
.IP \[bu] 2
@ -483,13 +580,14 @@ From \f[B]macOS Utilities\f[R]
Click \f[B]Disk Utility\f[R] and \f[B]Continue\f[R]
.RS 2
.IP \[bu] 2
Select \f[V]QEMU HARDDISK Media\f[R] (\[ti]103.08GB) from the list and
Select \f[V]QEMU HARDDISK Media\f[R] (\[ti]103.08GB) from the list (on
Big Sur and above use \f[V]Apple Inc. VirtIO Block Device\f[R]) and
click \f[B]Erase\f[R].
.IP \[bu] 2
Enter a \f[V]Name:\f[R] for the disk
.IP \[bu] 2
If you are installing macOS Mojave or later (Catalina, Big Sur, and
Monterey), choose any of the APFS options as the filesystem.
If you are installing macOS Mojave or later (Catalina, Big Sur, Monterey
and Ventura), choose any of the APFS options as the filesystem.
MacOS Extended may not work.
.RE
.IP \[bu] 2
@ -608,6 +706,8 @@ Catalina \f[B](Recommended)\f[R]
Big Sur
.IP \[bu] 2
Monterey
.IP \[bu] 2
Ventura
.RE
.IP \[bu] 2
\f[V]quickemu\f[R] will automatically download the required
@ -677,21 +777,17 @@ sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
.fi
.PP
Now reboot, and the App Store should work.
.SS Windows 10 & 11 Guests
.SS Windows 8, 10 & 11 Guests
.PP
\f[V]quickget\f[R] can not download
\f[V]quickget\f[R] can download
Windows10 (https://www.microsoft.com/software-download/windows10) and
Windows 11 (https://www.microsoft.com/software-download/windows11)
automatically, but does automatically create an optimised virtual
machine configuration that you can just add an Windows .iso image to.
automatically and create an optimised virtual machine configuration.
This configuration also includes the VirtIO drivers for
Windows (https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/).
\f[V]quickget\f[R] can automatically download Windows 8.1, Windows
10 (https://www.microsoft.com/en-gb/software-download/windows10ISO) and
Windows 11 (https://www.microsoft.com/en-gb/software-download/windows11)
along with the VirtIO drivers for
Windows (https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/)
and creates a virtual machine configuration.
.PP
Windows 8.1 is also supported but doesn\[cq]t feature any automated
installation or driver optimisation.
.IP
.nf
\f[C]
@ -704,7 +800,7 @@ Complete the installation as you normally would.
.IP \[bu] 2
All relevant drivers and services should be installed automatically.
.IP \[bu] 2
A local adminstrator user account is automatically created, with these
A local administrator user account is automatically created, with these
credentials:
.RS 2
.IP \[bu] 2
@ -722,7 +818,7 @@ disk_img=\[dq]windows-11/disk.qcow2\[dq]
iso=\[dq]windows-11/windows-11.iso\[dq]
fixed_iso=\[dq]windows-11/virtio-win.iso\[dq]
tpm=\[dq]on\[dq]
secureboot=\[dq]on\[dq]
secureboot=\[dq]off\[dq]
\f[R]
.fi
.IP \[bu] 2
@ -744,6 +840,7 @@ Usage
quickemu --vm ubuntu.conf
You can also pass optional parameters
--access : Enable remote spice access support. \[aq]local\[aq] (default), \[aq]remote\[aq], \[aq]clientipaddress\[aq]
--braille : Enable braille support. Requires SDL.
--delete-disk : Delete the disk image and EFI variables
--delete-vm : Delete the entire VM and it\[aq]s configuration
@ -751,6 +848,7 @@ You can also pass optional parameters
--fullscreen : Starts VM in full screen mode (Ctl+Alt+f to exit)
--ignore-msrs-always : Configure KVM to always ignore unhandled machine-specific registers
--screen <screen> : Use specified screen to determine the window size.
--screenpct <percent> : Percent of fullscreen for VM if --fullscreen is not specified.
--shortcut : Create a desktop shortcut
--snapshot apply <tag> : Apply/restore a snapshot.
--snapshot create <tag> : Create a snapshot.
@ -760,7 +858,7 @@ You can also pass optional parameters
--viewer <viewer> : Choose an alternative viewer. \[at]Options: \[aq]spicy\[aq] (default), \[aq]remote-viewer\[aq], \[aq]none\[aq]
--ssh-port <port> : Set ssh-port manually
--spice-port <port> : Set spice-port manually
--public-dir <path> : expose share directory. \[at]Options: \[aq]\[aq] (default: xdg-user-dir PUBLICSHARE), \[aq]<directory>\[aq], \[aq]none\[aq]
--public-dir <path> : Expose share directory. \[at]Options: \[aq]\[aq] (default: xdg-user-dir PUBLICSHARE), \[aq]<directory>\[aq], \[aq]none\[aq]
--monitor <type> : Set monitor connection type. \[at]Options: \[aq]socket\[aq] (default), \[aq]telnet\[aq], \[aq]none\[aq]
--monitor-telnet-host <ip/host> : Set telnet host for monitor. (default: \[aq]localhost\[aq])
--monitor-telnet-port <port> : Set telnet port for monitor. (default: \[aq]4440\[aq])
@ -772,6 +870,7 @@ You can also pass optional parameters
--keyboard_layout <layout> : Set keyboard layout.
--mouse <type> : Set mouse. \[at]Options: \[aq]tablet\[aq] (default), \[aq]ps2\[aq], \[aq]usb\[aq], \[aq]virtio\[aq]
--usb-controller <type> : Set usb-controller. \[at]Options: \[aq]ehci\[aq] (default), \[aq]xhci\[aq], \[aq]none\[aq]
--sound-card <type> : Set sound card. \[at]Options: \[aq]intel-hda\[aq] (default), \[aq]ac97\[aq], \[aq]es1370\[aq], \[aq]sb16\[aq], \[aq]none\[aq]
--extra_args <arguments> : Pass additional arguments to qemu
--version : Print version
\f[R]
@ -841,6 +940,12 @@ The above uses the 2560x1440 screen to compute the size of the window,
which Quickemu sizes to 2048x1152.
Without the \f[V]--screen\f[R] option, Quickemu would have used the
1920x1080 monitor which results in a window size of 1664x936.
.PP
The `\[en]screenpct' is an optional integer value between 25 <= pct <
100 which will override system default screen sizes.
The VM size will be `pct' of the chosen screen.
\f[B]If \[en]fullscreen is chosen screen will be fullsize instead of
being scaled down by \[en]screenpct value.\f[R]
.SH References
.PP
Useful reference that assisted the development of Quickemu.

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