Compare commits

...

30 Commits
1.1.0 ... main

Author SHA1 Message Date
Adam 1d95413efa docs: replace reference of gitlab to forgejo 2024-02-08 15:18:15 -06:00
Adam 49245844a7 docs: fix grammar and spelling 2024-02-08 15:14:23 -06:00
Adam d01d4acd8e docs: fix tag link
The wrong tag links were used. Use links going to comparision of tag to branch.
2024-02-06 19:30:04 -06:00
Adam 787075a9dd docs: add tag link to changelog 2024-02-06 19:10:50 -06:00
Adam f6379de3ac docs: add revision to changelog 2024-02-06 18:54:59 -06:00
Adam 0a98564624 docs: fix broken link
All the heading tags have broken links due to moving git service providers. Replace each one with a fucntional link.
2024-02-06 18:45:26 -06:00
Adam 7c072faa20 docs: update git clone link
Git repository has been moved to Forgejo on Nixnet, update git clone link.
2024-02-06 16:19:10 -06:00
Adam e0937c8b39 docs: update copyright year 2024-02-06 16:17:53 -06:00
Adam 0d0769a4ea feat: update windows 11 icon
Add a cleaner looking icon for Windows 11.
2024-02-06 16:15:42 -06:00
Adam 7a61efef26 docs: update icon attribution 2024-02-06 14:54:57 -06:00
Adam 3b3757dd5b docs: update build script example 2024-02-06 14:42:36 -06:00
Adam 108d0c6468 docs: update copyright year 2024-02-06 14:38:48 -06:00
Adam 0ef046ae7d docs: remove duplicate word 2024-02-06 14:38:27 -06:00
Adam e0eb0c5139 docs: bump version number for requirements 2024-02-06 14:37:52 -06:00
Adam 261a4a374e feat: add holoiso 2024-02-06 14:33:24 -06:00
Adam 07cf51ad1b feat: add haiku 2024-02-06 14:32:53 -06:00
Adam 211dafe5ab feat: add windows 11 menu item 2024-02-06 13:13:47 -06:00
Adam 12bb24e552 fix: ambiguous icon filename 2024-02-06 13:13:12 -06:00
Adam f5da8712ef feat: add shredos menu item 2024-02-06 13:10:58 -06:00
Adam Douglas c95e3be4b1 docs: add revision to changelog 2021-02-14 15:27:05 -06:00
Adam Douglas f5242bfd71 docs: add tag links to changelog 2021-02-14 15:23:16 -06:00
Adam Douglas 03194a6848 docs: update changelog 2021-02-14 15:16:09 -06:00
Adam Douglas c547e19edd docs: update keep a changelog link 2021-02-14 15:15:21 -06:00
Adam Douglas 231d85ba79 docs: correct directory path 2021-02-14 14:31:37 -06:00
Adam Douglas 3e5835611e docs: update screenshots
closes #3
2021-02-14 14:27:04 -06:00
Adam Douglas dd40ff161e docs: correct project reference 2021-02-14 14:05:28 -06:00
Adam Douglas 3ca64e4a71 docs: update build result
closes #2
2021-02-14 03:04:44 -06:00
Adam Douglas e35408a698 feat: add ventoy missing menu icon
Add 29 missing Ventoy built-in menu class icons.
2021-02-14 02:55:15 -06:00
Adam Douglas 2a26f4cc92 docs: reference ventoy missing menu icon 2021-02-14 02:54:03 -06:00
Adam Douglas f830209b4b docs: update changelog 2021-02-13 22:26:38 -06:00
43 changed files with 2856 additions and 26 deletions

View File

@ -1,11 +1,62 @@
# Changelog
All notable changes to the project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.4.0] - 2024-02-06
### Added
- Haiku support
- HoloISO support
- ShredOS support
- Windows 11 support
### Changed
- Docs: bump version number for requirements
- Docs: document changes in changelog
- Docs: remove duplicate word
- Docs: update build script example
- Docs: update copyright year
- Docs: update icon attribution
- Update Windows 11 icon
### Fixed
- Ambiguous icon filename
- Docs: broken git clone link
- Docs: broken heading links
## [1.3.0] - 2021-02-14
### Changed
- Docs: update build result example (README.md).
- Docs: correct project name / paths (README.md).
- Docs: update screenshots (4).
- Localboot menu
- Power menu
- Tools menu
- TreeView
- Docs: document changes in changelog
## [1.2.0] - 2021-02-14
### Added
- Add the missing menu icons (29).
## [1.1.0] - 2021-02-13
### Removed
- Removed unused font, DejaVu Sans (6).
## [1.0.0] - 2021-02-13
Initial release.
[Unreleased]: https://git.nixnet.services/adamsdesk/ventoy-adamsdesk-theme/commits/branch/main
[1.0.0]: https://git.nixnet.services/adamsdesk/ventoy-adamsdesk-theme/compare/v1.0.0...main
[1.1.0]: https://git.nixnet.services/adamsdesk/ventoy-adamsdesk-theme/compare/1.1.0...main
[1.2.0]: https://git.nixnet.services/adamsdesk/ventoy-adamsdesk-theme/compare/1.2.0...main
[1.3.0]: https://git.nixnet.services/adamsdesk/ventoy-adamsdesk-theme/compare/1.3.0...main
[1.4.0]: https://git.nixnet.services/adamsdesk/ventoy-adamsdesk-theme/compare/1.4.0...main

View File

@ -1,8 +1,20 @@
# Contributing
- [Code Of Conduct](#code-of-conduct)
- [Principles](#principles)
- [Violations](#violations)
- [Feedback](#feedback)
- [Submission Guidelines](#submission-guidelines)
- [Submitting An Issue](#submitting-an-issue)
- [Commenting On A Issue](#commenting-on-a-issue)
- [Issue Closure](#issue-closure)
- [Issue Re-Opening](#issue-re-opening)
- [Commit Message Guidelines](#commit-message-guidelines)
- [Commit Message Format](#commit-message-format)
- [Type](#type)
- [Subject](#subject)
- [Body](#body)
- [Footer](#footer)
## Code Of Conduct
@ -31,14 +43,14 @@ relations and/or blocking accounts.
### Feedback
If you are subject to or witness of unacceptable behavior or have any other
If you are subject to or witness of unacceptable behaviour or have any other
concerns, please contact us.
## Submission Guidelines
### Submitting An Issue
- All issues must be submitted using GitLab issues.
- All issues must be submitted using [Forgejo issues](https://git.nixnet.services/adamsdesk/ventoy-adamsdesk-theme/issues).
- Search first before creating an issue.
- Preview the issue to ensure it is rendering as intended.
- Be as descriptive as possible.
@ -46,13 +58,13 @@ concerns, please contact us.
- Utilize the provided form fields.
- Attach necessary reference documents (error messages, screenshots, sample
data, logs, etc.).
- **Do Not** submit or reply to an issue outside of GitLab.
- **Do Not** submit or reply to an issue outside Forgejo.
- **Do Not** submit multiple issues within one submission.
- **Do Not** duplicate an issue.
### Commenting On A Issue
- **Do Not** comment on a issue outside of GitLab.
- **Do Not** comment on an issue outside Forgejo.
- Stay on topic per the issue description.
### Issue Closure
@ -63,7 +75,7 @@ Valid reasons for closing an issue:
- A reference to the duplicate must be added before closure.
- Lacks enough information to re-produce.
- No longer relevant.
- Off topic.
- Off-topic.
- Resolved.
- Multiple issues within the submission.
- Will not be resolved.
@ -122,7 +134,7 @@ Use one of the following applicable type.
- revert
- When commit reverts a previous commit.
- style
- Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.).
- Changes that do not affect the meaning of the code (white-space, formatting, missing semicolons, etc.).
- test
- Adding or modifying tests.
@ -137,13 +149,13 @@ Use one of the following applicable type.
- Use the imperative, present tense: "change" not "changed" nor "changes".
- Include the motivation for the change and contrast this with previous
behavior.
behaviour.
- If commit type is **revert**, in the body state `This reverts commit <hash>`.
The `<hash>` is the hash value of the commit being reverted.
#### Footer
- Reference GitLab issue(s) that the commit closes.
- Reference Forgejo issue(s) that the commit closes.
- State breaking changes.
- Breaking changes start with **BREAKING CHANGE:** with a space or two
newlines. Following is the description of change, motivation for change and migration notes.

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2021 Adam Douglas
Copyright (c) 2021-2024 Adam Douglas
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -1,6 +1,6 @@
# Adamsdesk Ventoy Grub Theme
# Ventoy Adamsdesk Theme
A simple Ventoy GNU Grub theme that mimics the website theme of [Adamsdesk.com](https://adamsdesk.com).
A simple Ventoy theme that mimics the website theme of [Adamsdesk.com](https://adamsdesk.com).
## Screenshots
@ -69,28 +69,28 @@ after the "$" is to be entered at the CLI.
elevated user permissions (e.g. root). The text after the "#" is to be entered
at the CLI.
- A single backslash character beside another character is used to escape the
proceeding character. In this case backslash character is not to to be entered
proceeding character. In this case backslash character is not to be entered
at the CLI.
- These instructions are an example of installation and configuration.
### System Requirements
- cp (GNU coreutils) v8.32
- find (GNU findutils) v4.7.0
- Git v2.30.0
- Inkscape v1.0.2 (e86c870879, 2021-01-15)
- mkdir (GNU coreutils) v8.32
- Ventoy v1.0.34
- cp (GNU coreutils) v9.4
- find (GNU findutils) v4.9.0
- Git v2.43.0
- Inkscape v1.3.2
- mkdir (GNU coreutils) v9.4
- Ventoy v1.0.97
### Build Instructions
1. Download the project.
```console
$ git clone https://gitlab.com/adouglas/adamsdesk-ventoy-grub-theme.git
$ git clone https://git.nixnet.services/adamsdesk/ventoy-adamsdesk-theme.git
```
1. Change to project directory.
```console
$ cd adamsdesk-ventoy-grub-theme.git
$ cd ventoy-adamsdesk-theme
```
1. Run build script.
```console
@ -104,13 +104,41 @@ at the CLI.
│   ├── icons
│   │   ├── alpinelinux.png
│   │   ├── archlinux.png
│   │   ├── boot_disk.png
│   │   ├── boot_g4d.png
│   │   ├── boot_uefi.png
│   │   ├── boot_windows.png
│   │   ├── cd.png
│   │   ├── debian.png
│   │   ├── debug_autoinstall.png
│   │   ├── debug_automemdisk.png
│   │   ├── debug_bootconf_replace.png
│   │   ├── debug_control.png
│   │   ├── debug_custom_boot.png
│   │   ├── debug_dud.png
│   │   ├── debug_gui_mode.png
│   │   ├── debug_imageblacklist.png
│   │   ├── debug_imagelist.png
│   │   ├── debug_injection.png
│   │   ├── debug_json.png
│   │   ├── debug_kbd.png
│   │   ├── debug_krdlayout.png
│   │   ├── debug_menualias.png
│   │   ├── debug_menuclass.png
│   │   ├── debug_persistence.png
│   │   ├── debug_pwd.png
│   │   ├── debug_resolution.png
│   │   ├── debug_screen_mode.png
│   │   ├── debug_text_mode.png
│   │   ├── debug_theme.png
│   │   ├── debug_util.png
│   │   ├── deepin.png
│   │   ├── elementaryos.png
│   │   ├── fedora.png
│   │   ├── freedos.png
│   │   ├── gentoo.png
│   │   ├── haiku-os.png
│   │   ├── holoiso.png
│   │   ├── kali.png
│   │   ├── kubuntu.png
│   │   ├── linuxmint.png
@ -120,6 +148,9 @@ at the CLI.
│   │   ├── manjaro.png
│   │   ├── openbsd.png
│   │   ├── opensuse.png
│   │   ├── power_halt.png
│   │   ├── power_reboot.png
│   │   ├── shredos.png
│   │   ├── solus.png
│   │   ├── ubcd.png
│   │   ├── ubuntu-budgie.png
@ -127,7 +158,9 @@ at the CLI.
│   │   ├── ubuntu-mate.png
│   │   ├── ubuntu.png
│   │   ├── ubuntustudio.png
│   │   ├── windows.png
│   │   ├── vtoyret.png
│   │   ├── windows-10.png
│   │   ├── windows-11.png
│   │   └── xubuntu.png
│   ├── select_c.png
│   ├── select_e.png
@ -146,7 +179,7 @@ at the CLI.
## Attribution
I'm grateful for all the creators who have have openly licensed their work to make this project possible.
I'm grateful for all the creators who have openly licensed their work to make this project possible.
### Fonts
@ -156,13 +189,44 @@ I'm grateful for all the creators who have have openly licensed their work to ma
- [Alpine Linux](https://www.svgrepo.com/svg/305688/alpinelinux)
- [Arch Linux](https://www.svgrepo.com/svg/305739/archlinux)
- [Boot Disk](https://www.svgrepo.com/svg/55792/ssd)
- [Boot g4d](http://www.freedos.org/press-kit/logos.html)
- [Boot UEFI](https://upload.wikimedia.org/wikipedia/commons/d/df/Uefi_logo.svg)
- [Boot Windows](https://www.svgrepo.com/svg/54206/windows)
- [CD](https://www.svgrepo.com/svg/51861/compact-disc)
- [Debian](https://www.svgrepo.com/svg/305939/deepin)
- [Debug Autoinstall](https://www.svgrepo.com/svg/162186/text-page)
- [Debug Automemdisk](https://www.svgrepo.com/svg/41387/ram-memory)
- [Debug Bootconf Replace](https://www.svgrepo.com/svg/50331/switch)
- [Debug Control](https://www.svgrepo.com/svg/3637/global)
- [Debug Custom Boot](https://www.svgrepo.com/svg/71797/custom-coding)
- [Debug Dud](https://www.svgrepo.com/svg/136702/bug)
- [Debug GUI Mode](https://www.svgrepo.com/svg/275/open-computer-window)
- [Debug Imageblacklist](https://www.svgrepo.com/svg/205053/image-files-and-folders)
- [Debug Imagelist](https://www.svgrepo.com/svg/205063/image)
- [Debug Injection](https://www.svgrepo.com/svg/15130/injection)
- [Debug JSON](https://www.svgrepo.com/svg/8901/json-file)
- [Debug Keyboard](https://www.svgrepo.com/svg/702/keyboard)
- [Debug Menualias](https://www.svgrepo.com/svg/315576/shortcut)
- [Debug Menuclass](https://www.svgrepo.com/svg/16779/text-document)
- [Debug Persistence ](https://www.svgrepo.com/svg/55792/ssd)
- [Debug Pwd](https://www.svgrepo.com/svg/142566/password)
- [Debug Resolution](https://www.svgrepo.com/svg/9359/monitor)
- [Debug Screen Mode](https://www.svgrepo.com/svg/112276/computer-settings-interface-symbol-of-a-monitor-screen-with-gears)
- [Debug Text Mode](https://www.svgrepo.com/svg/162186/text-page)
- [Debug Theme](https://www.svgrepo.com/svg/311249/style-guide)
- [Debug Util](https://upload.wikimedia.org/wikipedia/commons/d/df/Uefi_logo.svg)
- [Deepin](https://www.svgrepo.com/svg/305938/debian)
- [ElementaryOS](https://www.svgrepo.com/svg/305993/elementary)
- [Fedora](https://freebiesupply.com/logos/fedora-logo-2/)
- [FreeDOS](http://www.freedos.org/press-kit/logos.html)
- [Gentoo](https://www.svgrepo.com/svg/306090/gentoo)
- [Haiku](https://commons.wikimedia.org/wiki/File:Haiku_(operating_system)_logo.svg)
Converted to grayscale and then cropped to keep on the letter H with leaf to make legible.
- [Holoiso](https://user-images.githubusercontent.com/97450182/167457908-07be1a60-7e86-4bef-b7f0-6bd19efd8b24.png)
Recreated logo as a vector in greyscale.
- [Kali Linux](https://seeklogo.com/vector-logo/285900/kali-linux)
- [Kubuntu](https://commons.wikimedia.org/wiki/File:Kubuntu_logo.svg)
- [Linux Mint](https://www.svgrepo.com/svg/306345/linuxmint)
@ -172,13 +236,18 @@ I'm grateful for all the creators who have have openly licensed their work to ma
- [Manjaro](https://www.svgrepo.com/svg/306371/manjaro)
- [OpenBSD](https://www.svgrepo.com/svg/306507/openbsd)
- [openSUSE](https://www.svgrepo.com/svg/306517/opensuse)
- [Power Halt](https://www.svgrepo.com/svg/19256/power-symbol)
- [Power Reboot](https://www.svgrepo.com/svg/56625/arrow-circle)
- [Return](https://www.svgrepo.com/svg/41182/left-arrow)
- [ShredOS](https://github.com/PartialVolume/shredos.x86_64/blob/master/images/shred_db.png)
- [Solus](https://www.svgrepo.com/svg/306754/solus)
- [Ubuntu Budgie](https://commons.wikimedia.org/wiki/File:Ubuntu_Budgie_No_Wordmark.svg)
- [Ubuntu Kylin](https://www.ubuntukylin.com/jintro/download.php?class1=464&lang=en) ([svg](https://www.ubuntukylin.com/public/images/version2019/images/UKlogo/5.svg))
- [Ubuntu Mate](https://commons.wikimedia.org/wiki/File:Ubuntu_MATE_rondel_logo.svg)
- [Ubuntu Studio](https://commons.wikimedia.org/wiki/File:Ubuntustudio_v3_logo_only.svg)
- [Ubuntu](https://www.svgrepo.com/svg/25424/ubuntu-logo)
- [Windows](https://www.svgrepo.com/svg/54206/windows)
- [Windows 10](https://www.svgrepo.com/svg/54206/windows)
- [Windows 11](https://www.svgrepo.com/svg/37912/windows-8)
- [Xubuntu](https://commons.wikimedia.org/wiki/File:Xubuntu_Icon.svg)
### Software
@ -194,7 +263,7 @@ I'm grateful for all the creators who have have openly licensed their work to ma
The copyright license (LICENSE) is only referring to the source code.
Adamsdesk logo Copyright (c) 2020 - 2021 Adam Douglas
Adamsdesk logo Copyright (c) 2020 - 2024 Adam Douglas
All other logos / icons are copyright to those respected holders.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 89 KiB

View File

@ -45,10 +45,18 @@
"key": "gentoo",
"class": "gentoo"
},
{
"key": "haiku",
"class": "haiku-os"
},
{
"key": "HBCD",
"class": "cd"
},
{
"key": "holoiso",
"class": "holoiso"
},
{
"key": "kali",
"class": "kali"
@ -85,6 +93,10 @@
"key": "openSUSE",
"class": "opensuse"
},
{
"key": "shredos",
"class": "shredos"
},
{
"key": "Solus",
"class": "solus"
@ -123,7 +135,11 @@
},
{
"key": "Win10",
"class": "windows"
"class": "windows-10"
},
{
"key": "Win11",
"class": "windows-11"
},
{
"key": "xubuntu",

176
src/icons/boot_disk.svg Normal file
View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 60 60"
style="enable-background:new 0 0 60 60;"
xml:space="preserve"
sodipodi:docname="boot_disk.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><metadata
id="metadata67"><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><defs
id="defs65" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2984"
inkscape:window-height="1572"
id="namedview63"
showgrid="false"
inkscape:zoom="15.05"
inkscape:cx="13.023256"
inkscape:cy="30"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" />
<g
id="g30"
style="fill:#808080;fill-opacity:1">
<circle
cx="5"
cy="13"
r="1"
id="circle2"
style="fill:#808080;fill-opacity:1" />
<rect
x="4"
y="28"
width="2"
height="2"
id="rect4"
style="fill:#808080;fill-opacity:1" />
<rect
x="4"
y="25"
width="2"
height="2"
id="rect6"
style="fill:#808080;fill-opacity:1" />
<rect
x="4"
y="22"
width="2"
height="2"
id="rect8"
style="fill:#808080;fill-opacity:1" />
<rect
x="4"
y="19"
width="2"
height="2"
id="rect10"
style="fill:#808080;fill-opacity:1" />
<rect
x="4"
y="16"
width="2"
height="2"
id="rect12"
style="fill:#808080;fill-opacity:1" />
<rect
x="10"
y="14"
width="13"
height="2"
id="rect14"
style="fill:#808080;fill-opacity:1" />
<rect
x="10"
y="17"
width="10"
height="2"
id="rect16"
style="fill:#808080;fill-opacity:1" />
<rect
x="10"
y="20"
width="11"
height="2"
id="rect18"
style="fill:#808080;fill-opacity:1" />
<rect
x="10"
y="23"
width="4"
height="2"
id="rect20"
style="fill:#808080;fill-opacity:1" />
<g
id="g28"
style="fill:#808080;fill-opacity:1">
<path
d="m 39.841,33.938 c -1.224,0 -2.539,0.294 -3.805,0.85 -1.65,0.726 -3.012,1.802 -3.836,3.03 -0.73,1.092 -0.931,2.153 -0.564,2.988 0.463,1.052 1.81,1.68 3.604,1.68 1.224,0 2.539,-0.293 3.804,-0.85 3.201,-1.406 5.216,-4.162 4.4,-6.018 -0.462,-1.053 -1.809,-1.68 -3.603,-1.68 z"
id="path22"
style="fill:#808080;fill-opacity:1" />
<path
d="M 54.465,44 52,40.303 V 18 h 8 V 11.089 C 60,9.386 58.614,8 56.911,8 H 34 3.089 C 1.386,8 0,9.386 0,11.089 V 34 48.911 C 0,50.614 1.386,52 3.089,52 H 56.911 C 58.614,52 60,50.614 60,48.911 V 44 Z M 55,12 c 0.552,0 1,0.448 1,1 0,0.552 -0.448,1 -1,1 -0.552,0 -1,-0.448 -1,-1 0,-0.552 0.448,-1 1,-1 z M 5,48 c -0.552,0 -1,-0.448 -1,-1 0,-0.552 0.448,-1 1,-1 0.552,0 1,0.448 1,1 0,0.552 -0.448,1 -1,1 z M 9,32 H 2 V 11.089 C 2,10.488 2.488,10 3.089,10 h 28.89 C 31.453,22.22 21.347,32 9,32 Z m 30.849,11.467 c -1.517,0.667 -3.11,1.019 -4.608,1.019 -2.612,0 -4.645,-1.074 -5.436,-2.875 -0.651,-1.483 -0.391,-3.226 0.734,-4.905 1.032,-1.542 2.699,-2.873 4.692,-3.749 1.518,-0.666 3.111,-1.019 4.609,-1.019 2.611,0 4.644,1.075 5.435,2.876 1.295,2.946 -1.088,6.748 -5.426,8.653 z M 55,48 c -0.552,0 -1,-0.448 -1,-1 0,-0.552 0.448,-1 1,-1 0.552,0 1,0.448 1,1 0,0.552 -0.448,1 -1,1 z"
id="path24"
style="fill:#808080;fill-opacity:1" />
<polygon
points="55,36 60,36 60,32 55,32 55,30 60,30 60,29 55,29 55,27 60,27 60,26 55,26 55,24 60,24 60,23 55,23 55,21 60,21 60,20 54,20 54,39.697 55.535,42 60,42 60,41 56,41 56,39 60,39 60,38 55,38 "
id="polygon26"
style="fill:#808080;fill-opacity:1" />
</g>
</g>
<g
id="g32">
</g>
<g
id="g34">
</g>
<g
id="g36">
</g>
<g
id="g38">
</g>
<g
id="g40">
</g>
<g
id="g42">
</g>
<g
id="g44">
</g>
<g
id="g46">
</g>
<g
id="g48">
</g>
<g
id="g50">
</g>
<g
id="g52">
</g>
<g
id="g54">
</g>
<g
id="g56">
</g>
<g
id="g58">
</g>
<g
id="g60">
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

80
src/icons/boot_g4d.svg Normal file
View File

@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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.0"
width="468pt"
height="363pt"
viewBox="0 0 468 363"
preserveAspectRatio="xMidYMid meet"
id="svg4342"
sodipodi:docname="freedos.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<defs
id="defs4346" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2710"
inkscape:window-height="1579"
id="namedview4344"
showgrid="false"
inkscape:zoom="1.8657025"
inkscape:cx="312"
inkscape:cy="242"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg4342" />
<metadata
id="metadata4314">
Made by Mateusz Viste &quot;Fox&quot;
<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.132955,0,0,-0.132955,-16.044619,392.94544)"
fill="#000000"
stroke="none"
id="g4340"
style="fill:#808080;fill-opacity:1">
<path
d="M 1590,2663 C 1271,2640 1020,2478 805,2159 683,1977 647,1866 579,1465 c -6,-36 -8,-117 -4,-203 8,-157 1,-141 84,-195 19,-12 63,-60 98,-105 34,-46 74,-93 87,-103 l 25,-19 -31,-67 c -48,-102 -45,-243 5,-243 19,0 92,53 147,106 l 45,44 100,-39 c 356,-139 781,-108 1111,80 l 88,51 34,-38 c 19,-22 60,-71 90,-109 103,-128 123,-139 148,-78 41,96 31,178 -42,364 l -18,47 69,66 c 83,79 73,77 118,18 63,-84 193,-180 293,-218 70,-26 71,-2 8,101 -116,186 -123,241 -45,351 54,78 115,137 166,161 41,19 43,32 13,60 -51,46 -152,58 -235,29 -50,-18 -59,-12 -72,45 -158,703 -620,1128 -1196,1097 -17,-1 -50,-3 -75,-5 z m 385,-86 c 169,-42 296,-117 421,-249 223,-238 350,-523 413,-926 1,-2 16,9 34,24 55,46 166,75 235,59 27,-5 26,-7 -63,-99 -155,-160 -164,-275 -34,-458 13,-17 16,-28 8,-28 -49,0 -265,234 -260,282 6,60 -74,18 -122,-65 -14,-23 -37,-53 -52,-67 l -27,-25 -28,34 c -26,30 -30,32 -49,19 l -20,-14 20,-34 c 63,-102 128,-290 129,-365 0,-83 -24,-82 -83,4 -46,69 -176,210 -208,226 -68,36 -106,12 -54,-34 51,-44 51,-44 -76,-114 C 1927,620 1380,589 1179,690 1068,747 892,881 848,942 l -21,31 24,-6 c 13,-3 65,-17 116,-31 205,-56 774,-65 883,-14 142,66 158,161 18,108 -249,-95 -762,-67 -1068,57 -74,30 -141,58 -149,61 -18,7 -9,324 13,452 60,351 248,687 469,838 23,16 59,40 80,55 140,96 535,139 762,84 z M 959,739 c 13,-17 22,-31 20,-33 -44,-30 -111,-67 -116,-62 -9,9 14,78 34,103 23,29 33,28 62,-8 z"
id="path4316"
style="fill:#808080;fill-opacity:1" />
<path
d="m 928,1584 c -119,-64 -155,-279 -61,-365 156,-145 374,-40 377,181 2,138 -193,251 -316,184 z m 177,-52 c 111,-69 128,-154 53,-259 -120,-167 -362,-12 -287,184 32,85 153,124 234,75 z"
id="path4318"
style="fill:#808080;fill-opacity:1" />
<path
d="m 985,1491 c -94,-39 -79,-201 19,-209 44,-4 62,8 82,56 42,101 -15,188 -101,153 z m 79,-44 c 6,-9 7,-19 3,-23 -12,-13 -82,10 -85,28 -6,32 61,28 82,-5 z"
id="path4320"
style="fill:#808080;fill-opacity:1" />
<path
d="m 1409,1520 c -152,-46 -147,-280 8,-336 67,-23 106,-18 147,20 133,127 15,368 -155,316 z m 91,-55 c 88,-46 101,-145 28,-222 -61,-65 -178,10 -178,112 0,96 73,150 150,110 z"
id="path4322"
style="fill:#808080;fill-opacity:1" />
<path
d="m 1405,1414 c -43,-66 -7,-167 53,-148 59,19 82,48 82,104 0,63 -101,96 -135,44 z m 85,-9 c 16,-19 5,-34 -20,-28 -24,6 -34,19 -25,33 9,14 31,12 45,-5 z"
id="path4324"
style="fill:#808080;fill-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

55
src/icons/boot_uefi.svg Normal file
View File

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="367.92"
height="424.8"
version="1.1"
id="svg966"
sodipodi:docname="boot_uefi.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<metadata
id="metadata972">
<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>
<defs
id="defs970" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2486"
inkscape:window-height="1445"
id="namedview968"
showgrid="false"
inkscape:zoom="2.1257063"
inkscape:cx="183.96001"
inkscape:cy="212.39999"
inkscape:window-x="451"
inkscape:window-y="123"
inkscape:window-maximized="0"
inkscape:current-layer="svg966" />
<path
fill="#DC0000"
d="M182.88 0l13.14 7.516-86.427 50.52S83.443 71.21 74.16 81.362c-11.362 12.428-7.917 30.125 2.16 42.48 24.693 30.28 88.66 54.367 141.12 34.56C239.666 150.01 339.524 89.6 339.524 89.6l28.397 16.243v213.12l-18 10.337V207.36l-56.88 32.66v121.937l-32.88 18.88V311.04l20.28-12.24v-51.543l-20.28 11.646s-2.37-32.09 1.92-42.902c4.1-10.31 15.74-21.72 25.2-18.72 6.95 2.21 5.76 24.95 5.76 24.95s42.95-24.85 56.88-32.86c2.25-36.34-9.13-59-43.92-55.44-15.87 1.63-28.37 10.02-38.88 17.28-11.14 7.7-20.4 16.555-28.8 26.64-15.89 19.1-33.02 45.26-35.28 76.32-1.77 24.357.71 159.07.71 159.07L183.6 424.8 0 318.96V105.84L182.88 0zM115.2 167.04c-13.318-10.95-29.718-21.208-47.52-25.2-11.942-2.678-23.93-1.128-32.4 3.6-22.328 12.466-28.844 45.437-26.64 77.76 3.508 51.445 22.065 86.146 48.96 113.04 17.977 17.977 47.576 39.66 74.16 41.76 27.702 2.187 36.335-16.023 42.48-36.72-20.956-14.324-44.265-26.296-65.52-40.32-3.91 2.99-3.572 6.328-9.36 6.48-5.15.135-10.955-4.727-14.4-9.36-6.09-8.19-8.026-21.054-8.64-30.96 33.78 18.062 66.363 37.317 100.08 55.44 3.688-67.27-23.104-124.2-61.2-155.52zM280.46 55.813l-85.795 52.732s-22.85 14.813-38.136 13.134c-4.99-.55-13.31-4.77-13.68-8.64-.7-7.16 25.2-21.02 25.2-21.02l87.84-50.27L280.46 55.8zM109.44 241.2c-11.23-5.81-21.966-12.114-32.4-18.72 1.032-7.922 2.438-15.645 12.24-13.68 11.49 2.303 19.817 20.686 20.16 32.4z"
id="path964"
style="fill:#808080;fill-opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -0,0 +1,141 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 409.339 409.339"
style="enable-background:new 0 0 409.339 409.339;"
xml:space="preserve"
sodipodi:docname="debug_text_mode.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><metadata
id="metadata976"><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><defs
id="defs974" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="3149"
inkscape:window-height="1611"
id="namedview972"
showgrid="false"
inkscape:zoom="2.2059955"
inkscape:cx="204.6695"
inkscape:cy="204.6695"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" />
<g
id="g939"
style="fill:#808080;fill-opacity:1">
<g
id="g937"
style="fill:#808080;fill-opacity:1">
<path
style="fill:#808080;fill-opacity:1"
d="M 62.032,0 V 89.288 H 4.404 v 320.051 h 57.628 11.934 330.97 V 0 Z m 0,397.405 H 16.337 V 101.222 h 45.694 v 296.183 z m 330.97,0 H 73.965 V 89.288 11.934 h 319.037 z"
id="path923" />
<rect
x="118.526"
y="89.288002"
style="fill:#808080;fill-opacity:1"
width="229.91499"
height="11.934"
id="rect925" />
<rect
x="118.526"
y="137.02299"
style="fill:#808080;fill-opacity:1"
width="229.91499"
height="11.934"
id="rect927" />
<rect
x="118.526"
y="184.758"
style="fill:#808080;fill-opacity:1"
width="229.91499"
height="11.934"
id="rect929" />
<rect
x="118.526"
y="232.493"
style="fill:#808080;fill-opacity:1"
width="229.91499"
height="11.934"
id="rect931" />
<rect
x="118.526"
y="280.228"
style="fill:#808080;fill-opacity:1"
width="229.91499"
height="11.934"
id="rect933" />
<rect
x="118.526"
y="327.96301"
style="fill:#808080;fill-opacity:1"
width="229.91499"
height="11.934"
id="rect935" />
</g>
</g>
<g
id="g941">
</g>
<g
id="g943">
</g>
<g
id="g945">
</g>
<g
id="g947">
</g>
<g
id="g949">
</g>
<g
id="g951">
</g>
<g
id="g953">
</g>
<g
id="g955">
</g>
<g
id="g957">
</g>
<g
id="g959">
</g>
<g
id="g961">
</g>
<g
id="g963">
</g>
<g
id="g965">
</g>
<g
id="g967">
</g>
<g
id="g969">
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,116 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 60 60"
style="enable-background:new 0 0 60 60;"
xml:space="preserve"
sodipodi:docname="debug_automemdisk.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><metadata
id="metadata2133"><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><defs
id="defs2131" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="3517"
inkscape:window-height="2001"
id="namedview2129"
showgrid="false"
inkscape:zoom="24.716667"
inkscape:cx="30"
inkscape:cy="30"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" />
<g
id="g2096"
style="fill:#808080;fill-opacity:1">
<rect
x="24.5"
y="28"
width="8"
height="4"
id="rect2088"
style="fill:#808080;fill-opacity:1" />
<rect
x="24.5"
y="46"
width="8"
height="4"
id="rect2090"
style="fill:#808080;fill-opacity:1" />
<path
d="M 46.5,11 V 3.096 C 46.5,1.389 45.111,0 43.405,0 H 27.5 v 1 c 0,1.103 -0.897,2 -2,2 -1.103,0 -2,-0.897 -2,-2 V 0 h -3 -2 -5 v 5 h 2 v 50 h -2 v 5 h 5 2 3 v -1 c 0,-1.103 0.897,-2 2,-2 1.103,0 2,0.897 2,2 v 1 H 43.405 C 45.112,60 46.5,58.611 46.5,56.904 V 49 h -7 v -2 h 7 v -1 h -7 v -2 h 7 v -1 h -7 v -2 h 7 v -1 h -7 v -2 h 7 v -1 h -7 v -2 h 7 v -1 h -7 v -2 h 7 v -1 h -7 v -2 h 7 v -1 h -7 v -2 h 7 v -1 h -7 v -2 h 7 v -1 h -7 v -2 h 7 v -1 h -7 v -2 h 7 v -1 h -7 v -2 h 7 v -1 h -7 v -2 z m -28,47 h -3 v -1 h 2 V 3 h -2 V 2 h 3 z m 16,-6 h -2 v 2 h -2 v -2 h -1 v 2 h -2 v -2 h -1 v 2 h -2 v -2 h -2 v -8 h 2 v -2 h 2 v 2 h 1 v -2 h 2 v 2 h 1 v -2 h 2 v 2 h 2 z m 0,-18 h -2 v 2 h -2 v -2 h -1 v 2 h -2 v -2 h -1 v 2 h -2 v -2 h -2 v -8 h 2 v -2 h 2 v 2 h 1 v -2 h 2 v 2 h 1 v -2 h 2 v 2 h 2 z m 0,-18 h -2 v 2 h -2 v -2 h -1 v 2 h -2 v -2 h -1 v 2 h -2 v -2 h -2 V 8 h 2 V 6 h 2 v 2 h 1 V 6 h 2 v 2 h 1 V 6 h 2 v 2 h 2 z"
id="path2092"
style="fill:#808080;fill-opacity:1" />
<rect
x="24.5"
y="10"
width="8"
height="4"
id="rect2094"
style="fill:#808080;fill-opacity:1" />
</g>
<g
id="g2098">
</g>
<g
id="g2100">
</g>
<g
id="g2102">
</g>
<g
id="g2104">
</g>
<g
id="g2106">
</g>
<g
id="g2108">
</g>
<g
id="g2110">
</g>
<g
id="g2112">
</g>
<g
id="g2114">
</g>
<g
id="g2116">
</g>
<g
id="g2118">
</g>
<g
id="g2120">
</g>
<g
id="g2122">
</g>
<g
id="g2124">
</g>
<g
id="g2126">
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,95 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 490.1 490.1"
style="enable-background:new 0 0 490.1 490.1;"
xml:space="preserve"
sodipodi:docname="debug_bootconf_replace.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><metadata
id="metadata3348"><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><defs
id="defs3346" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="3435"
inkscape:window-height="1816"
id="namedview3344"
showgrid="false"
inkscape:zoom="3.0932463"
inkscape:cx="245.05"
inkscape:cy="245.05"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" />
<g
id="g3311"
style="fill:#808080;fill-opacity:1">
<path
d="m 0,245.05 c 0,71.8 58.2,130.1 130.1,130.1 H 360 c 71.8,0 130.1,-58.2 130.1,-130.1 0,-71.8 -58.2,-130.1 -130.1,-130.1 H 130.1 C 58.2,114.95 0,173.25 0,245.05 Z m 288.8,0 c 0,-39 31.6,-70.6 70.6,-70.6 39,0 70.6,31.6 70.6,70.6 0,39 -31.6,70.6 -70.6,70.6 -39,0 -70.6,-31.6 -70.6,-70.6 z"
id="path3309"
style="fill:#808080;fill-opacity:1" />
</g>
<g
id="g3313">
</g>
<g
id="g3315">
</g>
<g
id="g3317">
</g>
<g
id="g3319">
</g>
<g
id="g3321">
</g>
<g
id="g3323">
</g>
<g
id="g3325">
</g>
<g
id="g3327">
</g>
<g
id="g3329">
</g>
<g
id="g3331">
</g>
<g
id="g3333">
</g>
<g
id="g3335">
</g>
<g
id="g3337">
</g>
<g
id="g3339">
</g>
<g
id="g3341">
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
viewBox="0 0 489 489"
enable-background="new 0 0 489 489"
id="svg1361"
sodipodi:docname="debug_control.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<metadata
id="metadata1367">
<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>
<defs
id="defs1365" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2816"
inkscape:window-height="1413"
id="namedview1363"
showgrid="false"
inkscape:zoom="2.2903885"
inkscape:cx="244.5"
inkscape:cy="244.5"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg1361" />
<g
id="g1359"
style="fill:#808080;fill-opacity:1">
<path
d="M 244.5,0 C 109.3,0 0,109.3 0,244.5 0,379.7 109.3,489 244.5,489 379.7,489 489,379.7 489,244.5 489,109.3 379.7,0 244.5,0 Z M 170.7,33.3 C 157.8,51.4 146.8,70.5 137.6,90.5 H 82.1 c 24.2,-25.6 54.5,-45.4 88.6,-57.2 z m -106.1,78 h 64.2 c -15.1,38.9 -23.4,80.4 -24.6,122.8 H 21.1 C 23.2,188.2 39,145.9 64.6,111.3 Z m 0,266.4 C 39,343.1 23.2,300.8 21.1,254.9 h 83.1 c 1.2,42.4 9.8,83.9 25,122.8 z m 17.5,20.8 h 56 c 9.3,20 20.3,39.3 33,57.4 -34.2,-11.8 -64.7,-31.7 -89,-57.4 z m 152,69.5 c -10.4,-0.5 -20.7,-1.7 -30.7,-3.5 -16.6,-20.5 -30.8,-42.6 -42.3,-65.9 h 73 z m 0,-90.3 H 151.6 C 135.5,338.9 126.3,297.4 125,254.9 h 109.1 z m 0,-143.6 H 125 c 1.3,-42.4 10.4,-84 26.4,-122.8 h 82.7 z m 0.1,-143.6 h -0.1 -73.2 c 11.6,-23.5 25.8,-45.6 42.5,-65.9 10,-1.9 20.3,-3 30.8,-3.5 z m 190.2,20.8 c 25.6,34.6 41.5,76.8 43.5,122.8 h -83.1 c -1.2,-42.4 -9.8,-83.9 -25,-122.8 z M 406.9,90.5 h -56 c -9.3,-20 -20.3,-39.3 -33.1,-57.4 34.3,11.8 64.8,31.7 89.1,57.4 z m -152,-69.4 c 10.4,0.5 20.7,1.7 30.7,3.5 16.6,20.5 30.8,42.6 42.3,65.9 h -73 z m 0,90.2 h 82.5 c 16.1,38.7 25.3,80.3 26.6,122.8 H 254.9 Z m 0,143.6 H 364 c -1.3,42.4 -10.4,84 -26.4,122.8 h -82.7 z m -0.1,213 v -69.4 h 0.1 73.2 c -11.6,23.5 -25.8,45.6 -42.5,65.9 -10,1.9 -20.3,3 -30.8,3.5 z m 63,-12 c 12.7,-18.1 23.7,-37.4 32.9,-57.4 H 407 c -24.4,25.7 -54.9,45.6 -89.2,57.4 z m 41.7,-78.2 c 15,-38.9 23.5,-80.4 25.2,-122.8 H 468 c -2.1,45.9 -17.9,88.2 -43.5,122.8 z"
id="path1357"
style="fill:#808080;fill-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg enable-background="new 0 0 452.986 452.986" version="1.1" viewBox="0 0 452.99 452.99" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata>
<g fill="#808080">
<g fill="#808080">
<g fill="#808080">
<path d="m403.87 0h-354.75c-27.007 0-49.117 22.11-49.117 49.117v354.75c0 27.007 22.11 49.117 49.117 49.117h354.75c27.007 0 49.117-22.11 49.117-49.117v-354.75c-1e-3 -27.007-22.111-49.117-49.117-49.117zm-366.66 346.92v-245.09h378.61v245.09zm378.96 67.322h-106.43v-39.928h106.45z"/>
<path d="m119.16 143.77c-5.112 1.575-8.952 3.624-11.605 6.277-2.696 2.653-4.551 6.105-5.565 10.505-1.014 4.336-1.532 11.993-1.532 23.016 0 6.773-0.216 11.519-0.647 14.237-0.604 3.645-1.639 6.644-3.149 9.06-1.596 2.438-3.43 4.163-5.479 5.199-2.157 0.992-5.263 1.618-9.448 1.834v20.471c5.263 0.28 9.146 1.381 11.67 3.365 2.502 1.898 4.4 5.22 5.716 9.728 0.884 3.149 1.337 9.901 1.337 20.341 0 8.995 0.496 15.596 1.445 19.694 0.992 4.185 2.869 7.679 5.673 10.548 2.739 2.826 6.212 4.875 10.289 6.105 4.098 1.251 9.987 1.812 17.602 1.812h4.487v-20.363c-6.04 0-9.987-0.431-11.799-1.23-1.812-0.712-3.149-1.79-4.012-3.279-0.949-1.488-1.381-4.077-1.381-7.809 0-2.653-0.216-8.65-0.669-18.119-0.367-6.169-1.1-11.152-2.2-14.819-1.186-3.732-2.783-6.816-4.918-9.448-2.157-2.632-4.897-4.875-8.262-6.795 3.796-2.438 6.601-4.81 8.499-7.075 1.812-2.222 3.322-5.112 4.487-8.607 1.208-3.494 1.898-8.046 2.243-13.654 0.518-10.009 0.841-16.76 0.841-20.363 0-3.494 0.41-5.997 1.273-7.442 0.841-1.467 2.136-2.502 3.883-3.236 1.747-0.712 5.759-1.079 12.036-1.079v-20.406h-4.508c-7.441 1e-3 -12.834 0.518-16.307 1.532z"/>
<path d="m356.35 206.86c-1.532-2.416-2.567-5.414-3.149-9.06-0.453-2.718-0.712-7.463-0.712-14.258 0-11.023-0.453-18.68-1.467-23.016-1.014-4.4-2.869-7.852-5.565-10.505-2.653-2.653-6.493-4.702-11.627-6.277-3.408-1.014-8.844-1.532-16.307-1.532h-4.53v20.428c6.234 0 10.289 0.367 12.015 1.079 1.812 0.733 3.106 1.769 3.991 3.236 0.798 1.445 1.251 3.947 1.251 7.442 0 3.602 0.324 10.354 0.841 20.363 0.345 5.608 1.057 10.16 2.243 13.633 1.143 3.494 2.653 6.407 4.465 8.607 1.898 2.265 4.724 4.638 8.477 7.075-3.343 1.941-6.04 4.163-8.218 6.795-2.179 2.61-3.753 5.716-4.94 9.448-1.143 3.624-1.855 8.585-2.243 14.798-0.453 9.448-0.626 15.466-0.626 18.119 0 3.732-0.453 6.32-1.359 7.787-0.884 1.467-2.222 2.61-4.034 3.365-1.855 0.733-5.781 1.186-11.799 1.186v20.384h4.508c7.614 0 13.482-0.561 17.559-1.812 4.077-1.273 7.55-3.279 10.332-6.105 2.783-2.826 4.681-6.32 5.652-10.548 0.928-4.142 1.381-10.699 1.381-19.694 0-10.44 0.453-17.235 1.337-20.384 1.337-4.508 3.171-7.787 5.738-9.728 2.567-1.898 6.45-3.063 11.67-3.3v-20.492c-4.12-0.216-7.291-0.841-9.448-1.834-2.071-1.037-3.883-2.763-5.436-5.2z"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

99
src/icons/debug_dud.svg Normal file
View File

@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 512 512"
style="enable-background:new 0 0 512 512;"
xml:space="preserve"
sodipodi:docname="debug_dud.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><metadata
id="metadata3495"><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><defs
id="defs3493" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="3402"
inkscape:window-height="1838"
id="namedview3491"
showgrid="false"
inkscape:zoom="2.921875"
inkscape:cx="256"
inkscape:cy="256"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" />
<g
id="g3458"
style="fill:#808080;fill-opacity:1">
<path
d="m 483.197,294.397 -63.998,-47.999 c -0.203,-0.156 -0.438,-0.242 -0.645,-0.391 -0.98,-0.703 -2.039,-1.281 -3.098,-1.871 -0.801,-0.445 -1.582,-0.934 -2.406,-1.305 -0.977,-0.438 -2.008,-0.742 -3.035,-1.082 -0.98,-0.324 -1.949,-0.688 -2.949,-0.914 -0.922,-0.211 -1.875,-0.289 -2.824,-0.414 -1.16,-0.156 -2.312,-0.32 -3.476,-0.348 -0.262,-0.008 -0.504,-0.074 -0.77,-0.074 H 368 v -4.559 c 1,-0.332 1.194,-0.457 1.748,-0.824 l 47.955,-31.972 c 0.02,-0.012 0.043,-0.027 0.062,-0.043 2.398,-1.602 4.402,-3.543 6.215,-5.613 0.457,-0.523 0.875,-1.051 1.301,-1.605 1.762,-2.301 3.293,-4.738 4.359,-7.375 0.02,-0.047 0.055,-0.078 0.074,-0.125 l 31.999,-79.998 c 6.562,-16.421 -1.422,-35.03 -17.828,-41.608 -16.484,-6.531 -35.046,1.438 -41.608,17.828 l -28.316,70.787 -12.656,8.44 c -2.652,-1.953 -5.762,-3.333 -9.308,-3.333 H 160.003 c -3.547,0 -6.656,1.38 -9.308,3.333 L 138.039,154.893 109.723,84.105 C 103.145,67.715 84.567,59.777 68.115,66.277 51.709,72.855 43.725,91.464 50.287,107.885 l 31.999,79.998 c 0.02,0.047 0.055,0.078 0.074,0.125 1.066,2.637 2.594,5.07 4.355,7.371 0.426,0.555 0.848,1.086 1.305,1.609 1.816,2.07 3.816,4.012 6.215,5.613 0.02,0.016 0.043,0.031 0.063,0.043 l 47.954,31.972 c 0.555,0.367 0.748,0.492 1.748,0.824 V 240 h -31.996 c -0.262,0 -0.508,0.066 -0.766,0.074 -1.152,0.027 -2.289,0.193 -3.437,0.342 -0.969,0.129 -1.941,0.21 -2.879,0.425 -0.965,0.219 -1.902,0.574 -2.852,0.886 -1.063,0.348 -2.129,0.664 -3.141,1.117 -0.797,0.359 -1.551,0.832 -2.324,1.262 -1.086,0.598 -2.164,1.191 -3.164,1.906 -0.207,0.148 -0.438,0.234 -0.641,0.387 l -63.998,47.999 c -14.14,10.593 -17,30.655 -6.39,44.796 6.281,8.375 15.89,12.797 25.624,12.797 6.672,0 13.406,-2.073 19.171,-6.401 L 122.664,304 H 144 v 20.435 c -1,0.336 -1.186,0.555 -1.748,0.93 l -47.998,31.999 c -0.25,0.164 -0.437,0.387 -0.679,0.559 -1.051,0.742 -2.019,1.582 -2.98,2.453 -0.637,0.574 -1.285,1.129 -1.863,1.746 -0.785,0.832 -1.473,1.75 -2.168,2.672 -0.586,0.777 -1.184,1.535 -1.691,2.355 -0.539,0.871 -0.98,1.801 -1.437,2.73 -0.488,0.988 -0.969,1.973 -1.348,3.004 -0.129,0.34 -0.324,0.633 -0.441,0.98 L 49.648,469.86 c -5.594,16.765 3.469,34.89 20.234,40.483 3.359,1.125 6.781,1.656 10.125,1.656 13.406,0 25.89,-8.484 30.359,-21.89 l 28.53,-85.591 13.812,-9.207 c 16.937,40.339 56.803,68.674 103.294,68.674 46.491,0 86.357,-28.335 103.294,-68.674 l 13.812,9.207 28.53,85.591 c 4.469,13.406 16.953,21.89 30.359,21.89 3.344,0 6.765,-0.531 10.125,-1.656 16.765,-5.594 25.827,-23.718 20.234,-40.483 l -31.999,-95.997 c -0.117,-0.348 -0.313,-0.641 -0.441,-0.98 -0.383,-1.035 -0.859,-2.019 -1.348,-3.012 -0.457,-0.926 -0.898,-1.852 -1.434,-2.719 -0.512,-0.824 -1.113,-1.586 -1.699,-2.367 -0.695,-0.922 -1.383,-1.832 -2.164,-2.664 -0.578,-0.617 -1.227,-1.172 -1.863,-1.746 -0.961,-0.871 -1.93,-1.711 -2.98,-2.453 -0.242,-0.172 -0.43,-0.395 -0.68,-0.559 l -47.997,-31.999 c -0.563,-0.375 -0.748,-0.594 -1.748,-0.93 V 304 h 21.336 l 55.456,41.588 c 5.765,4.328 12.5,6.404 19.171,6.404 9.734,0 19.343,-4.423 25.624,-12.798 10.607,-14.141 7.747,-34.204 -6.393,-44.797 z M 272,335.989 c 0,8.836 -7.164,16 -16,16 -8.836,0 -16,-7.164 -16,-16 v -95.997 c 0,-8.836 7.164,-16 16,-16 8.836,0 16,7.164 16,16 z"
id="path3454"
style="fill:#808080;fill-opacity:1" />
<path
d="m 176.002,128 h 159.996 c 0,-32 -11.875,-47.384 -30.069,-62.048 l 27.382,-41.078 c 4.906,-7.359 2.922,-17.281 -4.437,-22.188 -7.39,-4.891 -17.296,-2.922 -22.187,4.437 l -29.401,44.1 c -6.82,-1.891 -13.863,-3.227 -21.285,-3.227 -7.422,0 -14.464,1.336 -21.285,3.227 l -29.402,-44.1 c -4.891,-7.359 -14.828,-9.328 -22.187,-4.437 -7.359,4.906 -9.343,14.828 -4.437,22.187 l 27.382,41.08 C 187.877,80.616 176.002,96 176.002,128 Z"
id="path3456"
style="fill:#808080;fill-opacity:1" />
</g>
<g
id="g3460">
</g>
<g
id="g3462">
</g>
<g
id="g3464">
</g>
<g
id="g3466">
</g>
<g
id="g3468">
</g>
<g
id="g3470">
</g>
<g
id="g3472">
</g>
<g
id="g3474">
</g>
<g
id="g3476">
</g>
<g
id="g3478">
</g>
<g
id="g3480">
</g>
<g
id="g3482">
</g>
<g
id="g3484">
</g>
<g
id="g3486">
</g>
<g
id="g3488">
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -0,0 +1,104 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 30.849 30.849"
style="enable-background:new 0 0 30.849 30.849;"
xml:space="preserve"
sodipodi:docname="debug_gui_mode.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><metadata
id="metadata1123"><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><defs
id="defs1121" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2615"
inkscape:window-height="1326"
id="namedview1119"
showgrid="false"
inkscape:zoom="41.849006"
inkscape:cx="15.4245"
inkscape:cy="15.4245"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" />
<g
id="g1086"
transform="translate(0,0.02389543)"
style="fill:#808080;fill-opacity:1">
<g
id="c44_terminal"
style="fill:#808080;fill-opacity:1">
<path
d="M 28.648,2.202 H 2.206 C 0.986,2.202 0,3.187 0,4.404 v 22.039 c 0,1.215 0.986,2.203 2.206,2.203 h 26.442 c 1.213,0 2.201,-0.988 2.201,-2.203 V 4.404 C 30.85,3.187 29.861,2.202 28.648,2.202 Z M 10.537,3.856 c 0.609,0 1.1,0.491 1.1,1.103 0,0.607 -0.49,1.099 -1.1,1.099 -0.608,0 -1.104,-0.491 -1.104,-1.099 0,-0.611 0.495,-1.103 1.104,-1.103 z m -3.373,0 c 0.607,0 1.102,0.491 1.102,1.103 0,0.607 -0.494,1.099 -1.102,1.099 C 6.553,6.058 6.059,5.567 6.059,4.959 6.058,4.348 6.552,3.856 7.164,3.856 Z m -3.309,0 c 0.609,0 1.104,0.491 1.104,1.103 0,0.607 -0.494,1.099 -1.104,1.099 -0.607,0 -1.1,-0.491 -1.1,-1.099 0,-0.611 0.493,-1.103 1.1,-1.103 z M 28.648,26.443 H 2.206 V 7.736 h 26.442 c 0,0 0,18.707 0,18.707 z m 0,-20.912 H 13.22 V 4.43 h 15.428 z"
id="path1082"
style="fill:#808080;fill-opacity:1" />
</g>
<g
id="Capa_1_149_"
style="fill:#808080;fill-opacity:1">
</g>
</g>
<g
id="g1088">
</g>
<g
id="g1090">
</g>
<g
id="g1092">
</g>
<g
id="g1094">
</g>
<g
id="g1096">
</g>
<g
id="g1098">
</g>
<g
id="g1100">
</g>
<g
id="g1102">
</g>
<g
id="g1104">
</g>
<g
id="g1106">
</g>
<g
id="g1108">
</g>
<g
id="g1110">
</g>
<g
id="g1112">
</g>
<g
id="g1114">
</g>
<g
id="g1116">
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,123 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
id="Layer_1"
x="0px"
y="0px"
viewBox="0 0 504 504"
style="enable-background:new 0 0 504 504;"
xml:space="preserve"
sodipodi:docname="debug_imageblacklist.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><metadata
id="metadata2556"><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><defs
id="defs2554" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="3656"
inkscape:window-height="1836"
id="namedview2552"
showgrid="false"
inkscape:zoom="2.9027778"
inkscape:cx="252"
inkscape:cy="252"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Layer_1" />
<g
id="g2507"
style="fill:#808080;fill-opacity:1">
<g
id="g2505"
style="fill:#808080;fill-opacity:1">
<path
d="m 311.3,108.376 c -15.304,0 -27.752,12.448 -27.752,27.752 0.004,15.296 12.452,27.748 27.752,27.748 15.3,0 27.752,-12.448 27.752,-27.748 0,-15.304 -12.448,-27.752 -27.752,-27.752 z"
id="path2503"
style="fill:#808080;fill-opacity:1" />
</g>
</g>
<g
id="g2513"
style="fill:#808080;fill-opacity:1">
<g
id="g2511"
style="fill:#808080;fill-opacity:1">
<path
d="m 252.164,285.732 c -49.992,0 -90.508,40.52 -90.508,90.508 0,49.98 40.516,90.504 90.508,90.504 49.992,0 90.512,-40.524 90.512,-90.504 0,-49.992 -40.52,-90.508 -90.512,-90.508 z m 50.984,101.964 H 201.016 c -6.476,0 -11.748,-5.336 -11.748,-11.812 0,-6.472 5.268,-11.812 11.748,-11.812 h 102.132 c 6.476,0 11.748,5.34 11.748,11.812 0,6.476 -5.272,11.812 -11.748,11.812 z"
id="path2509"
style="fill:#808080;fill-opacity:1" />
</g>
</g>
<g
id="g2519"
style="fill:#808080;fill-opacity:1">
<g
id="g2517"
style="fill:#808080;fill-opacity:1">
<path
d="M 484.356,37.256 H 19.976 C 9.12,37.256 0,46.196 0,57.048 v 299.504 c 0,10.86 9.12,19.332 19.976,19.332 h 118.056 c 0,-63 51.2,-114.132 114.132,-114.132 62.936,0 114.136,51.132 114.136,114.132 h 118.056 c 10.856,0 19.644,-8.472 19.644,-19.332 V 57.048 C 504,46.196 495.212,37.256 484.356,37.256 Z M 391.5,172.188 317.044,246.664 203.712,133.336 c -1.54,-1.54 -4.024,-1.54 -5.564,0 l -71.884,71.892 -32.816,-32.812 c -1.536,-1.54 -4.172,-1.54 -5.708,0 L 35.436,224.572 V 72.696 H 468.56 v 171.012 l -71.5,-71.52 c -1.54,-1.54 -4.02,-1.54 -5.56,0 z"
id="path2515"
style="fill:#808080;fill-opacity:1" />
</g>
</g>
<g
id="g2521">
</g>
<g
id="g2523">
</g>
<g
id="g2525">
</g>
<g
id="g2527">
</g>
<g
id="g2529">
</g>
<g
id="g2531">
</g>
<g
id="g2533">
</g>
<g
id="g2535">
</g>
<g
id="g2537">
</g>
<g
id="g2539">
</g>
<g
id="g2541">
</g>
<g
id="g2543">
</g>
<g
id="g2545">
</g>
<g
id="g2547">
</g>
<g
id="g2549">
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -0,0 +1,111 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
id="Layer_1"
x="0px"
y="0px"
viewBox="0 0 504 504"
style="enable-background:new 0 0 504 504;"
xml:space="preserve"
sodipodi:docname="debug_imagelist.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><metadata
id="metadata2605"><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><defs
id="defs2603" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="3035"
inkscape:window-height="1713"
id="namedview2601"
showgrid="false"
inkscape:zoom="1.7916667"
inkscape:cx="252"
inkscape:cy="252"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Layer_1" />
<g
id="g2562"
style="fill:#808080;fill-opacity:1">
<g
id="g2560"
style="fill:#808080;fill-opacity:1">
<path
d="M 484.312,82.688 H 19.688 C 8.812,82.688 0,91.5 0,102.376 v 299.248 c 0,10.876 8.812,19.688 19.688,19.688 H 484.312 C 495.188,421.312 504,412.5 504,401.624 V 102.376 C 504,91.5 495.188,82.688 484.312,82.688 Z M 391.5,217.392 317.044,291.868 203.712,178.54 c -1.536,-1.536 -4.024,-1.536 -5.564,0 l -71.884,71.888 -32.816,-32.812 c -1.536,-1.54 -4.172,-1.54 -5.708,0 L 35.436,269.772 V 118.124 H 468.56 v 170.788 l -71.5,-71.52 c -1.54,-1.54 -4.02,-1.54 -5.56,0 z"
id="path2558"
style="fill:#808080;fill-opacity:1" />
</g>
</g>
<g
id="g2568"
style="fill:#808080;fill-opacity:1">
<g
id="g2566"
style="fill:#808080;fill-opacity:1">
<path
d="m 311.3,153.58 c -15.304,0 -27.752,12.444 -27.752,27.748 0.004,15.3 12.452,27.752 27.752,27.752 15.3,0 27.752,-12.448 27.752,-27.752 0,-15.3 -12.448,-27.748 -27.752,-27.748 z"
id="path2564"
style="fill:#808080;fill-opacity:1" />
</g>
</g>
<g
id="g2570">
</g>
<g
id="g2572">
</g>
<g
id="g2574">
</g>
<g
id="g2576">
</g>
<g
id="g2578">
</g>
<g
id="g2580">
</g>
<g
id="g2582">
</g>
<g
id="g2584">
</g>
<g
id="g2586">
</g>
<g
id="g2588">
</g>
<g
id="g2590">
</g>
<g
id="g2592">
</g>
<g
id="g2594">
</g>
<g
id="g2596">
</g>
<g
id="g2598">
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 222.386 222.386"
style="enable-background:new 0 0 222.386 222.386;"
xml:space="preserve"
sodipodi:docname="debug_injection.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><metadata
id="metadata1978"><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><defs
id="defs1976" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="3141"
inkscape:window-height="1803"
id="namedview1974"
showgrid="false"
inkscape:zoom="5.0183015"
inkscape:cx="111.193"
inkscape:cy="111.193"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" />
<path
d="M210.365,74.954l12.02-12.021L159.453,0l-12.02,12.021l9.545,9.545l-10.607,10.607l-14.849-14.85l-12.02,12.021l8.131,8.131 l-92.632,92.632l11.667,11.667l-15.556,15.556l8.485,8.485L0.001,205.415l16.971,16.971l39.597-39.598l8.486,8.486l15.556-15.557 l11.667,11.667l92.631-92.631l8.132,8.132l12.021-12.021l-14.849-14.849l10.607-10.607L210.365,74.954z M111.134,152.5 l-16.263-16.263l8.485-8.485l16.264,16.263L111.134,152.5z M129.519,134.115l-16.263-16.263l8.485-8.485l16.263,16.263 L129.519,134.115z M148.611,115.023L132.347,98.76l8.485-8.485l16.263,16.263L148.611,115.023z"
id="path1941"
style="fill:#808080;fill-opacity:1" />
<g
id="g1943">
</g>
<g
id="g1945">
</g>
<g
id="g1947">
</g>
<g
id="g1949">
</g>
<g
id="g1951">
</g>
<g
id="g1953">
</g>
<g
id="g1955">
</g>
<g
id="g1957">
</g>
<g
id="g1959">
</g>
<g
id="g1961">
</g>
<g
id="g1963">
</g>
<g
id="g1965">
</g>
<g
id="g1967">
</g>
<g
id="g1969">
</g>
<g
id="g1971">
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

120
src/icons/debug_json.svg Normal file
View File

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 58 58"
style="enable-background:new 0 0 58 58;"
xml:space="preserve"
sodipodi:docname="debug_json.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><metadata
id="metadata1274"><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><defs
id="defs1272"><linearGradient
inkscape:collect="always"
id="linearGradient1280"><stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop1276" /><stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop1278" /></linearGradient><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient1280"
id="linearGradient1282"
x1="6.5"
y1="29"
x2="51.5"
y2="29"
gradientUnits="userSpaceOnUse" /></defs><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="3066"
inkscape:window-height="1440"
id="namedview1270"
showgrid="false"
inkscape:zoom="17.344828"
inkscape:cx="29"
inkscape:cy="29"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" />
<g
id="g1237"
style="fill-opacity:1;fill:#808080">
<path
d="m 33.655,45.988 c -0.232,-0.31 -0.497,-0.533 -0.793,-0.67 -0.296,-0.137 -0.608,-0.205 -0.937,-0.205 -0.337,0 -0.658,0.063 -0.964,0.191 -0.306,0.128 -0.579,0.344 -0.82,0.649 -0.241,0.305 -0.431,0.699 -0.567,1.183 -0.137,0.483 -0.21,1.075 -0.219,1.777 0.009,0.684 0.08,1.267 0.212,1.75 0.132,0.483 0.314,0.877 0.547,1.183 0.233,0.306 0.497,0.528 0.793,0.67 0.296,0.142 0.608,0.212 0.937,0.212 0.337,0 0.658,-0.066 0.964,-0.198 0.306,-0.132 0.579,-0.349 0.82,-0.649 0.241,-0.3 0.431,-0.695 0.567,-1.183 0.136,-0.488 0.21,-1.082 0.219,-1.784 -0.009,-0.684 -0.08,-1.265 -0.212,-1.743 -0.132,-0.478 -0.314,-0.873 -0.547,-1.183 z"
id="path1231"
style="fill-opacity:1;fill:#808080" />
<path
d="M 51.5,39 V 13.978 c 0,-0.766 -0.092,-1.333 -0.55,-1.792 L 39.313,0.55 C 38.964,0.201 38.48,0 37.985,0 H 8.963 C 7.777,0 6.5,0.916 6.5,2.926 V 39 Z m -22,-6 c 0,0.552 -0.447,1 -1,1 -0.553,0 -1,-0.448 -1,-1 v -3 c 0,-0.552 0.447,-1 1,-1 0.553,0 1,0.448 1,1 z m 8,-29.609 c 0,-0.458 0.553,-0.687 0.877,-0.363 L 48.472,13.123 C 48.796,13.447 48.567,14 48.109,14 H 37.5 Z M 36.5,24 v -4 c 0,-0.551 -0.448,-1 -1,-1 -0.553,0 -1,-0.448 -1,-1 0,-0.552 0.447,-1 1,-1 1.654,0 3,1.346 3,3 v 4 c 0,1.103 0.897,2 2,2 0.553,0 1,0.448 1,1 0,0.552 -0.447,1 -1,1 -1.103,0 -2,0.897 -2,2 v 4 c 0,1.654 -1.346,3 -3,3 -0.553,0 -1,-0.448 -1,-1 0,-0.552 0.447,-1 1,-1 0.552,0 1,-0.449 1,-1 v -4 c 0,-1.2 0.542,-2.266 1.382,-3 C 37.042,26.266 36.5,25.2 36.5,24 Z m -8,-2 C 29.328,22 30,22.672 30,23.5 30,24.328 29.328,25 28.5,25 27.672,25 27,24.328 27,23.5 27,22.672 27.672,22 28.5,22 Z m -12,4 c 1.103,0 2,-0.897 2,-2 v -4 c 0,-1.654 1.346,-3 3,-3 0.553,0 1,0.448 1,1 0,0.552 -0.447,1 -1,1 -0.552,0 -1,0.449 -1,1 v 4 c 0,1.2 -0.542,2.266 -1.382,3 0.84,0.734 1.382,1.8 1.382,3 v 4 c 0,0.551 0.448,1 1,1 0.553,0 1,0.448 1,1 0,0.552 -0.447,1 -1,1 -1.654,0 -3,-1.346 -3,-3 v -4 c 0,-1.103 -0.897,-2 -2,-2 -0.553,0 -1,-0.448 -1,-1 0,-0.552 0.447,-1 1,-1 z"
id="path1233"
style="fill-opacity:1;fill:#808080" />
<path
d="m 6.5,41 v 15 c 0,1.009 1.22,2 2.463,2 H 49.037 C 50.28,58 51.5,57.009 51.5,56 V 41 Z m 11.521,10.566 c 0,0.474 -0.087,0.873 -0.26,1.196 -0.173,0.323 -0.405,0.583 -0.697,0.779 -0.292,0.196 -0.627,0.333 -1.005,0.41 -0.378,0.077 -0.768,0.116 -1.169,0.116 -0.2,0 -0.436,-0.021 -0.704,-0.062 -0.268,-0.041 -0.547,-0.104 -0.834,-0.191 -0.287,-0.087 -0.563,-0.185 -0.827,-0.294 -0.264,-0.109 -0.487,-0.232 -0.67,-0.369 l 0.697,-1.107 c 0.091,0.063 0.221,0.13 0.39,0.198 0.169,0.068 0.354,0.132 0.554,0.191 0.2,0.059 0.41,0.111 0.629,0.157 0.219,0.046 0.424,0.068 0.615,0.068 0.483,0 0.868,-0.094 1.155,-0.28 0.287,-0.186 0.439,-0.504 0.458,-0.95 v -7.711 h 1.668 z m 7.937,0.732 c -0.15,0.342 -0.362,0.643 -0.636,0.902 -0.274,0.259 -0.61,0.467 -1.012,0.622 -0.402,0.155 -0.856,0.232 -1.367,0.232 -0.219,0 -0.444,-0.012 -0.677,-0.034 -0.233,-0.022 -0.467,-0.062 -0.704,-0.116 -0.237,-0.055 -0.463,-0.13 -0.677,-0.226 -0.214,-0.096 -0.398,-0.212 -0.554,-0.349 l 0.287,-1.176 c 0.128,0.073 0.289,0.144 0.485,0.212 0.196,0.068 0.398,0.132 0.608,0.191 0.21,0.059 0.419,0.107 0.629,0.144 0.21,0.037 0.405,0.055 0.588,0.055 0.556,0 0.982,-0.13 1.278,-0.39 0.296,-0.26 0.444,-0.645 0.444,-1.155 0,-0.31 -0.104,-0.574 -0.314,-0.793 C 24.126,50.198 23.864,50 23.55,49.822 23.236,49.644 22.896,49.467 22.531,49.289 22.166,49.111 21.825,48.901 21.506,48.66 c -0.319,-0.241 -0.583,-0.526 -0.793,-0.854 -0.21,-0.328 -0.314,-0.738 -0.314,-1.23 0,-0.446 0.082,-0.843 0.246,-1.189 0.164,-0.346 0.385,-0.641 0.663,-0.882 0.278,-0.241 0.602,-0.426 0.971,-0.554 0.369,-0.128 0.759,-0.191 1.169,-0.191 0.419,0 0.843,0.039 1.271,0.116 0.428,0.077 0.774,0.203 1.039,0.376 -0.055,0.118 -0.118,0.248 -0.191,0.39 -0.073,0.142 -0.142,0.273 -0.205,0.396 -0.063,0.123 -0.118,0.226 -0.164,0.308 -0.046,0.082 -0.073,0.128 -0.082,0.137 C 25.061,45.456 25,45.42 24.931,45.374 24.862,45.328 24.765,45.283 24.637,45.237 24.509,45.191 24.341,45.16 24.131,45.141 c -0.21,-0.019 -0.479,-0.014 -0.807,0.014 -0.183,0.019 -0.355,0.07 -0.52,0.157 -0.165,0.087 -0.31,0.193 -0.438,0.321 -0.128,0.128 -0.228,0.271 -0.301,0.431 -0.073,0.16 -0.109,0.313 -0.109,0.458 0,0.364 0.104,0.658 0.314,0.882 0.21,0.224 0.47,0.419 0.779,0.588 0.309,0.169 0.647,0.333 1.012,0.492 0.365,0.159 0.704,0.354 1.019,0.581 0.315,0.227 0.576,0.513 0.786,0.854 0.21,0.341 0.314,0.781 0.314,1.319 0.004,0.365 -0.072,0.718 -0.222,1.06 z m 9.803,-1.142 c -0.214,0.647 -0.511,1.185 -0.889,1.613 -0.378,0.428 -0.82,0.752 -1.326,0.971 -0.506,0.219 -1.06,0.328 -1.661,0.328 -0.601,0 -1.155,-0.109 -1.661,-0.328 -0.506,-0.219 -0.948,-0.542 -1.326,-0.971 -0.378,-0.429 -0.675,-0.966 -0.889,-1.613 -0.214,-0.647 -0.321,-1.395 -0.321,-2.242 0,-0.847 0.107,-1.593 0.321,-2.235 0.214,-0.642 0.511,-1.178 0.889,-1.606 0.378,-0.428 0.82,-0.754 1.326,-0.978 0.506,-0.224 1.06,-0.335 1.661,-0.335 0.601,0 1.155,0.111 1.661,0.335 0.506,0.224 0.948,0.549 1.326,0.978 0.378,0.429 0.675,0.964 0.889,1.606 0.214,0.642 0.321,1.388 0.321,2.235 0,0.847 -0.107,1.595 -0.321,2.242 z M 45.68,54 H 44.012 L 40.061,47.055 V 54 H 38.393 V 43.924 h 1.668 l 3.951,6.945 v -6.945 h 1.668 z"
id="path1235"
style="fill-opacity:1;fill:#808080" />
</g>
<g
id="g1239">
</g>
<g
id="g1241">
</g>
<g
id="g1243">
</g>
<g
id="g1245">
</g>
<g
id="g1247">
</g>
<g
id="g1249">
</g>
<g
id="g1251">
</g>
<g
id="g1253">
</g>
<g
id="g1255">
</g>
<g
id="g1257">
</g>
<g
id="g1259">
</g>
<g
id="g1261">
</g>
<g
id="g1263">
</g>
<g
id="g1265">
</g>
<g
id="g1267">
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.4 KiB

23
src/icons/debug_kbd.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="24px"
height="24px"
viewBox="0 0 24 24"
fill="none"
version="1.1"
id="svg1537"
sodipodi:docname="debug_menualias.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<metadata
id="metadata1543">
<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>
<defs
id="defs1541" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2497"
inkscape:window-height="1381"
id="namedview1539"
showgrid="false"
inkscape:zoom="41.083333"
inkscape:cx="12"
inkscape:cy="12"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg1537" />
<path
d="M16.1925 7.70711C15.8019 7.31658 15.1688 7.31658 14.7782 7.70711L7.70718 14.7782C7.31665 15.1687 7.31665 15.8019 7.70718 16.1924C8.0977 16.5829 8.73087 16.5829 9.12139 16.1924L16.1925 9.12132C16.583 8.7308 16.583 8.09763 16.1925 7.70711Z"
fill="black"
id="path1533"
style="fill:#808080;fill-opacity:1" />
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M3 6C3 4.34315 4.34315 3 6 3H18C19.6569 3 21 4.34315 21 6V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V6ZM6 5H18C18.5523 5 19 5.44772 19 6V18C19 18.5523 18.5523 19 18 19H6C5.44772 19 5 18.5523 5 18V6C5 5.44772 5.44772 5 6 5Z"
fill="black"
id="path1535"
style="fill:#808080;fill-opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -0,0 +1,131 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 53 53"
style="enable-background:new 0 0 53 53;"
xml:space="preserve"
sodipodi:docname="debug_menuclass.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><metadata
id="metadata1710"><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><defs
id="defs1708" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="3138"
inkscape:window-height="1598"
id="namedview1706"
showgrid="false"
inkscape:zoom="20.018868"
inkscape:cx="26.5"
inkscape:cy="26.5"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" />
<g
id="g1673"
style="fill:#808080;fill-opacity:1">
<g
id="g1671"
style="fill:#808080;fill-opacity:1">
<path
d="M 45.707,10.075 35.913,0.292 C 35.726,0.105 35.471,0 35.206,0 H 8 C 7.447,0 7,0.448 7,1 v 51 c 0,0.552 0.447,1 1,1 h 37 c 0.553,0 1,-0.448 1,-1 V 10.783 c 0,-0.266 -0.105,-0.52 -0.293,-0.708 z M 42.586,10 H 36 V 3.414 Z M 9,51 V 2 h 25 v 9 c 0,0.552 0.447,1 1,1 h 9 v 39 z"
id="path1659"
style="fill:#808080;fill-opacity:1" />
<path
d="M 39,17 H 14 c -0.553,0 -1,0.448 -1,1 v 28 c 0,0.552 0.447,1 1,1 h 25 c 0.553,0 1,-0.448 1,-1 V 18 c 0,-0.552 -0.447,-1 -1,-1 z M 38,45 H 15 V 19 h 23 z"
id="path1661"
style="fill:#808080;fill-opacity:1" />
<rect
x="20"
y="22"
width="13.018"
height="2"
id="rect1663"
style="fill:#808080;fill-opacity:1" />
<rect
x="20"
y="28"
width="13.018"
height="2"
id="rect1665"
style="fill:#808080;fill-opacity:1" />
<rect
x="20"
y="34"
width="13.018"
height="2"
id="rect1667"
style="fill:#808080;fill-opacity:1" />
<rect
x="20"
y="40"
width="13.018"
height="2"
id="rect1669"
style="fill:#808080;fill-opacity:1" />
</g>
</g>
<g
id="g1675">
</g>
<g
id="g1677">
</g>
<g
id="g1679">
</g>
<g
id="g1681">
</g>
<g
id="g1683">
</g>
<g
id="g1685">
</g>
<g
id="g1687">
</g>
<g
id="g1689">
</g>
<g
id="g1691">
</g>
<g
id="g1693">
</g>
<g
id="g1695">
</g>
<g
id="g1697">
</g>
<g
id="g1699">
</g>
<g
id="g1701">
</g>
<g
id="g1703">
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 60 60"
style="enable-background:new 0 0 60 60;"
xml:space="preserve"
sodipodi:docname="boot_disk.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><metadata
id="metadata67"><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><defs
id="defs65" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2984"
inkscape:window-height="1572"
id="namedview63"
showgrid="false"
inkscape:zoom="15.05"
inkscape:cx="13.023256"
inkscape:cy="30"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" />
<g
id="g30"
style="fill:#808080;fill-opacity:1">
<circle
cx="5"
cy="13"
r="1"
id="circle2"
style="fill:#808080;fill-opacity:1" />
<rect
x="4"
y="28"
width="2"
height="2"
id="rect4"
style="fill:#808080;fill-opacity:1" />
<rect
x="4"
y="25"
width="2"
height="2"
id="rect6"
style="fill:#808080;fill-opacity:1" />
<rect
x="4"
y="22"
width="2"
height="2"
id="rect8"
style="fill:#808080;fill-opacity:1" />
<rect
x="4"
y="19"
width="2"
height="2"
id="rect10"
style="fill:#808080;fill-opacity:1" />
<rect
x="4"
y="16"
width="2"
height="2"
id="rect12"
style="fill:#808080;fill-opacity:1" />
<rect
x="10"
y="14"
width="13"
height="2"
id="rect14"
style="fill:#808080;fill-opacity:1" />
<rect
x="10"
y="17"
width="10"
height="2"
id="rect16"
style="fill:#808080;fill-opacity:1" />
<rect
x="10"
y="20"
width="11"
height="2"
id="rect18"
style="fill:#808080;fill-opacity:1" />
<rect
x="10"
y="23"
width="4"
height="2"
id="rect20"
style="fill:#808080;fill-opacity:1" />
<g
id="g28"
style="fill:#808080;fill-opacity:1">
<path
d="m 39.841,33.938 c -1.224,0 -2.539,0.294 -3.805,0.85 -1.65,0.726 -3.012,1.802 -3.836,3.03 -0.73,1.092 -0.931,2.153 -0.564,2.988 0.463,1.052 1.81,1.68 3.604,1.68 1.224,0 2.539,-0.293 3.804,-0.85 3.201,-1.406 5.216,-4.162 4.4,-6.018 -0.462,-1.053 -1.809,-1.68 -3.603,-1.68 z"
id="path22"
style="fill:#808080;fill-opacity:1" />
<path
d="M 54.465,44 52,40.303 V 18 h 8 V 11.089 C 60,9.386 58.614,8 56.911,8 H 34 3.089 C 1.386,8 0,9.386 0,11.089 V 34 48.911 C 0,50.614 1.386,52 3.089,52 H 56.911 C 58.614,52 60,50.614 60,48.911 V 44 Z M 55,12 c 0.552,0 1,0.448 1,1 0,0.552 -0.448,1 -1,1 -0.552,0 -1,-0.448 -1,-1 0,-0.552 0.448,-1 1,-1 z M 5,48 c -0.552,0 -1,-0.448 -1,-1 0,-0.552 0.448,-1 1,-1 0.552,0 1,0.448 1,1 0,0.552 -0.448,1 -1,1 z M 9,32 H 2 V 11.089 C 2,10.488 2.488,10 3.089,10 h 28.89 C 31.453,22.22 21.347,32 9,32 Z m 30.849,11.467 c -1.517,0.667 -3.11,1.019 -4.608,1.019 -2.612,0 -4.645,-1.074 -5.436,-2.875 -0.651,-1.483 -0.391,-3.226 0.734,-4.905 1.032,-1.542 2.699,-2.873 4.692,-3.749 1.518,-0.666 3.111,-1.019 4.609,-1.019 2.611,0 4.644,1.075 5.435,2.876 1.295,2.946 -1.088,6.748 -5.426,8.653 z M 55,48 c -0.552,0 -1,-0.448 -1,-1 0,-0.552 0.448,-1 1,-1 0.552,0 1,0.448 1,1 0,0.552 -0.448,1 -1,1 z"
id="path24"
style="fill:#808080;fill-opacity:1" />
<polygon
points="55,36 60,36 60,32 55,32 55,30 60,30 60,29 55,29 55,27 60,27 60,26 55,26 55,24 60,24 60,23 55,23 55,21 60,21 60,20 54,20 54,39.697 55.535,42 60,42 60,41 56,41 56,39 60,39 60,38 55,38 "
id="polygon26"
style="fill:#808080;fill-opacity:1" />
</g>
</g>
<g
id="g32">
</g>
<g
id="g34">
</g>
<g
id="g36">
</g>
<g
id="g38">
</g>
<g
id="g40">
</g>
<g
id="g42">
</g>
<g
id="g44">
</g>
<g
id="g46">
</g>
<g
id="g48">
</g>
<g
id="g50">
</g>
<g
id="g52">
</g>
<g
id="g54">
</g>
<g
id="g56">
</g>
<g
id="g58">
</g>
<g
id="g60">
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

91
src/icons/debug_pwd.svg Normal file
View File

@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 271.452 271.452"
style="enable-background:new 0 0 271.452 271.452;"
xml:space="preserve"
sodipodi:docname="debug_pwd.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><metadata
id="metadata3634"><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><defs
id="defs3632" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="3079"
inkscape:window-height="1724"
id="namedview3630"
showgrid="false"
inkscape:zoom="5.5921489"
inkscape:cx="135.726"
inkscape:cy="135.726"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" />
<path
d="M250.393,69.893H21.059C9.447,69.893,0,79.34,0,90.952V180.5c0,11.612,9.447,21.06,21.059,21.06h229.333 c11.612,0,21.06-9.447,21.06-21.06V90.952C271.452,79.34,262.005,69.893,250.393,69.893z M88.156,141.055 c3.614,2.023,4.904,6.594,2.88,10.208c-1.375,2.455-3.924,3.837-6.551,3.837c-1.24,0-2.498-0.308-3.657-0.958l-10.042-5.623v9.206 c0,4.142-3.358,7.5-7.5,7.5s-7.5-3.358-7.5-7.5v-9.205l-10.042,5.622c-1.159,0.649-2.417,0.958-3.657,0.958 c-2.627,0-5.176-1.382-6.551-3.837c-2.024-3.614-0.734-8.185,2.88-10.208l9.518-5.329l-9.518-5.329 c-3.614-2.023-4.904-6.594-2.88-10.208c2.023-3.613,6.595-4.905,10.208-2.88l10.042,5.622v-9.205c0-4.142,3.358-7.5,7.5-7.5 s7.5,3.358,7.5,7.5v9.206l10.042-5.623c3.614-2.023,8.185-0.733,10.208,2.88c2.024,3.614,0.734,8.185-2.88,10.208l-9.518,5.329 L88.156,141.055z M160.596,141.055c3.614,2.023,4.904,6.594,2.88,10.208c-1.375,2.455-3.924,3.837-6.551,3.837 c-1.24,0-2.498-0.308-3.657-0.958l-10.042-5.622v9.205c0,4.142-3.358,7.5-7.5,7.5s-7.5-3.358-7.5-7.5v-9.206l-10.042,5.623 c-1.159,0.649-2.417,0.958-3.657,0.958c-2.627,0-5.176-1.382-6.551-3.837c-2.024-3.614-0.734-8.185,2.88-10.208l9.518-5.329 l-9.518-5.329c-3.614-2.023-4.904-6.594-2.88-10.208c2.024-3.613,6.594-4.905,10.208-2.88l10.042,5.623v-9.206 c0-4.142,3.358-7.5,7.5-7.5s7.5,3.358,7.5,7.5v9.205l10.042-5.622c3.615-2.023,8.185-0.733,10.208,2.88 c2.024,3.614,0.734,8.185-2.88,10.208l-9.518,5.329L160.596,141.055z M233.037,141.055c3.614,2.023,4.904,6.594,2.88,10.208 c-1.375,2.455-3.924,3.837-6.551,3.837c-1.24,0-2.498-0.308-3.657-0.958l-10.042-5.622v9.205c0,4.142-3.358,7.5-7.5,7.5 s-7.5-3.358-7.5-7.5v-9.205l-10.042,5.622c-1.159,0.649-2.417,0.958-3.657,0.958c-2.627,0-5.176-1.382-6.551-3.837 c-2.024-3.614-0.734-8.185,2.88-10.208l9.518-5.329l-9.518-5.329c-3.614-2.023-4.904-6.594-2.88-10.208 c2.023-3.613,6.594-4.905,10.208-2.88l10.042,5.622v-9.205c0-4.142,3.358-7.5,7.5-7.5s7.5,3.358,7.5,7.5v9.205l10.042-5.622 c3.615-2.023,8.186-0.733,10.208,2.88c2.024,3.614,0.734,8.185-2.88,10.208l-9.518,5.329L233.037,141.055z"
id="path3597"
style="fill:#808080;fill-opacity:1" />
<g
id="g3599">
</g>
<g
id="g3601">
</g>
<g
id="g3603">
</g>
<g
id="g3605">
</g>
<g
id="g3607">
</g>
<g
id="g3609">
</g>
<g
id="g3611">
</g>
<g
id="g3613">
</g>
<g
id="g3615">
</g>
<g
id="g3617">
</g>
<g
id="g3619">
</g>
<g
id="g3621">
</g>
<g
id="g3623">
</g>
<g
id="g3625">
</g>
<g
id="g3627">
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="95.337px" height="95.336px" enable-background="new 0 0 95.337 95.336" version="1.1" viewBox="0 0 95.337 95.336" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><metadata><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata>
<g fill="#808080">
<g fill="#808080">
<path d="m92.938 5.78h-90.538c-1.324 0-2.4 1.077-2.4 2.4v63.438c0 1.322 1.077 2.4 2.4 2.4h90.538c1.323 0 2.399-1.078 2.399-2.4v-63.437c1e-3 -1.324-1.075-2.401-2.399-2.401zm-4.801 61.037h-80.936v-53.835h80.936z"/>
<path d="m65.072 81.756h-4.801v-4.402c0-0.663-0.539-1.2-1.201-1.2h-22.803c-0.663 0-1.2 0.537-1.2 1.2v4.402h-4.801c-0.663 0-1.2 0.537-1.2 1.199v5.401c0 0.663 0.538 1.2 1.2 1.2h34.806c0.662 0 1.199-0.537 1.199-1.2v-5.401c0-0.662-0.537-1.199-1.199-1.199z"/>
<path d="m15.303 19.077c-1.104 0-2 0.896-2 2v16.672l18.671-18.672z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="49.336px" height="49.336px" enable-background="new 0 0 49.336 49.336" version="1.1" viewBox="0 0 49.336 49.336" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><metadata><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/><dc:title/></cc:Work></rdf:RDF></metadata>
<g fill="#808080">
<g id="_x31_0_11_" fill="#808080">
<g fill="#808080">
<path d="m13.411 20.815c0.02 0.291 0.064 0.575 0.137 0.85-0.337 0.286-1.011 0.857-1.011 0.857v1.237l1.753 2.07s1.02 0.121 1.074 0.091c0.054-0.029 0.164-0.091 0.164-0.091s0.641-0.542 0.961-0.813c0.271 0.121 0.552 0.223 0.845 0.301 0.033 0.365 0.1 1.092 0.1 1.092l0.875 0.875 2.699-0.246 0.875-0.875s-0.085-0.938-0.127-1.406c0.221-0.127 0.433-0.265 0.632-0.418 0.352 0.203 1.054 0.609 1.054 0.609l1.197-0.314 1.358-2.348-0.313-1.197s-0.905-0.523-1.356-0.785c-0.012-0.261-0.04-0.518-0.094-0.768 0.358-0.307 1.076-0.921 1.076-0.921v-1.237l-1.768-2.06h-1.238s-0.587 0.503-0.88 0.754c-0.318-0.155-0.654-0.281-1.006-0.376-0.028-0.349-0.085-1.048-0.085-1.048l-0.875-0.875-2.703 0.22-0.875 0.875s0.074 0.917 0.11 1.376c-0.265 0.151-0.515 0.321-0.747 0.51-0.38-0.174-1.142-0.522-1.142-0.522l-1.197 0.314-1.132 2.468-0.04 0.167 0.354 1.03c0-1e-3 0.883 0.403 1.325 0.604zm5.308-3.016c1.508 0 2.729 1.222 2.729 2.729s-1.222 2.729-2.729 2.729-2.729-1.222-2.729-2.729 1.222-2.729 2.729-2.729z"/>
<path d="m27.355 24.406c8e-3 0.129 0.027 0.256 0.061 0.378l-0.45 0.381v0.55l0.78 0.921s0.454 0.054 0.479 0.041c0.023-0.014 0.072-0.041 0.072-0.041s0.285-0.241 0.428-0.362c0.12 0.055 0.245 0.1 0.377 0.135 0.015 0.162 0.043 0.486 0.043 0.486l0.391 0.389 1.201-0.109 0.389-0.39s-0.037-0.417-0.057-0.625c0.099-0.058 0.192-0.118 0.281-0.187 0.155 0.09 0.469 0.271 0.469 0.271l0.533-0.141 0.604-1.045-0.141-0.531s-0.402-0.233-0.604-0.35c-5e-3 -0.116-0.019-0.229-0.041-0.342 0.159-0.137 0.478-0.41 0.478-0.41v-0.55l-0.785-0.917h-0.551s-0.262 0.224-0.392 0.335c-0.142-0.069-0.291-0.125-0.448-0.167-0.012-0.155-0.037-0.466-0.037-0.466l-0.39-0.389-1.202 0.098-0.39 0.389s0.032 0.408 0.049 0.613c-0.117 0.067-0.229 0.143-0.332 0.227-0.169-0.078-0.508-0.232-0.508-0.232l-0.533 0.14-0.503 1.098-0.02 0.074 0.158 0.458c2e-3 1e-3 0.392 0.18 0.591 0.27zm2.361-1.342c0.671 0 1.214 0.543 1.214 1.214 0 0.67-0.543 1.214-1.214 1.214s-1.214-0.543-1.214-1.214 0.543-1.214 1.214-1.214z"/>
<path d="m32.881 18.644c0.012 0.16 0.035 0.317 0.075 0.469-0.187 0.158-0.558 0.473-0.558 0.473v0.682l0.967 1.141s0.562 0.066 0.592 0.05c0.029-0.017 0.091-0.05 0.091-0.05s0.354-0.299 0.53-0.448c0.148 0.066 0.304 0.123 0.466 0.166 0.019 0.201 0.054 0.602 0.054 0.602l0.483 0.482 1.487-0.136 0.481-0.482s-0.046-0.517-0.069-0.775c0.123-0.07 0.239-0.146 0.349-0.23 0.194 0.112 0.581 0.336 0.581 0.336l0.66-0.173 0.75-1.295-0.174-0.659s-0.5-0.289-0.748-0.433c-8e-3 -0.144-0.022-0.286-0.051-0.424 0.196-0.169 0.592-0.508 0.592-0.508v-0.682l-0.975-1.136h-0.684s-0.323 0.277-0.484 0.416c-0.175-0.085-0.359-0.155-0.555-0.208-0.016-0.192-0.047-0.578-0.047-0.578l-0.482-0.482-1.488 0.121-0.483 0.482s0.04 0.506 0.061 0.76c-0.146 0.083-0.282 0.177-0.411 0.281-0.209-0.096-0.63-0.288-0.63-0.288l-0.659 0.173-0.623 1.361-0.023 0.092 0.195 0.567c-1e-3 -1e-3 0.486 0.222 0.73 0.333zm2.928-1.663c0.83 0 1.504 0.673 1.504 1.505 0 0.831-0.674 1.504-1.504 1.504-0.832 0-1.506-0.673-1.506-1.504 0-0.832 0.674-1.505 1.506-1.505z"/>
<path d="m0 4.301v32.532h17.69v6.698h13.349v-6.698h18.297v-32.532zm44.336 27.532h-39.336v-22.532h39.336z"/>
<rect x="10.503" y="43.658" width="27.724" height="1.377"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -0,0 +1,141 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 409.339 409.339"
style="enable-background:new 0 0 409.339 409.339;"
xml:space="preserve"
sodipodi:docname="debug_text_mode.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><metadata
id="metadata976"><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><defs
id="defs974" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="3149"
inkscape:window-height="1611"
id="namedview972"
showgrid="false"
inkscape:zoom="2.2059955"
inkscape:cx="204.6695"
inkscape:cy="204.6695"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" />
<g
id="g939"
style="fill:#808080;fill-opacity:1">
<g
id="g937"
style="fill:#808080;fill-opacity:1">
<path
style="fill:#808080;fill-opacity:1"
d="M 62.032,0 V 89.288 H 4.404 v 320.051 h 57.628 11.934 330.97 V 0 Z m 0,397.405 H 16.337 V 101.222 h 45.694 v 296.183 z m 330.97,0 H 73.965 V 89.288 11.934 h 319.037 z"
id="path923" />
<rect
x="118.526"
y="89.288002"
style="fill:#808080;fill-opacity:1"
width="229.91499"
height="11.934"
id="rect925" />
<rect
x="118.526"
y="137.02299"
style="fill:#808080;fill-opacity:1"
width="229.91499"
height="11.934"
id="rect927" />
<rect
x="118.526"
y="184.758"
style="fill:#808080;fill-opacity:1"
width="229.91499"
height="11.934"
id="rect929" />
<rect
x="118.526"
y="232.493"
style="fill:#808080;fill-opacity:1"
width="229.91499"
height="11.934"
id="rect931" />
<rect
x="118.526"
y="280.228"
style="fill:#808080;fill-opacity:1"
width="229.91499"
height="11.934"
id="rect933" />
<rect
x="118.526"
y="327.96301"
style="fill:#808080;fill-opacity:1"
width="229.91499"
height="11.934"
id="rect935" />
</g>
</g>
<g
id="g941">
</g>
<g
id="g943">
</g>
<g
id="g945">
</g>
<g
id="g947">
</g>
<g
id="g949">
</g>
<g
id="g951">
</g>
<g
id="g953">
</g>
<g
id="g955">
</g>
<g
id="g957">
</g>
<g
id="g959">
</g>
<g
id="g961">
</g>
<g
id="g963">
</g>
<g
id="g965">
</g>
<g
id="g967">
</g>
<g
id="g969">
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

74
src/icons/debug_theme.svg Normal file
View File

@ -0,0 +1,74 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="24px"
height="24px"
viewBox="0 0 24 24"
version="1.1"
id="svg1452"
sodipodi:docname="debug_theme.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<metadata
id="metadata1458">
<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>ic_fluent_style_guide_24_filled</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs1456" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2460"
inkscape:window-height="1306"
id="namedview1454"
showgrid="false"
inkscape:zoom="45.541667"
inkscape:cx="12"
inkscape:cy="10.243367"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg1452" />
<!-- Uploaded to SVGRepo https://www.svgrepo.com -->
<title
id="title1445">ic_fluent_style_guide_24_filled</title>
<desc
id="desc1447">Created with Sketch.</desc>
<g
id="🔍-Product-Icons"
stroke="none"
stroke-width="1"
fill="none"
fill-rule="evenodd"
style="fill:#808080;fill-opacity:1">
<g
id="ic_fluent_style_guide_24_filled"
fill="#212121"
fill-rule="nonzero"
style="fill:#808080;fill-opacity:1">
<path
d="m 17.403883,4.7220404 2.7176,10.1422216 c 0.39309,1.467031 -0.477512,2.974958 -1.944544,3.368048 l -6.278518,1.682324 C 10.43139,20.307724 8.9234628,19.437122 8.5303729,17.97009 L 5.8127729,7.8278689 C 5.4196829,6.3608371 6.2902847,4.8529105 7.7573165,4.4598205 L 14.035834,2.7774967 c 1.467032,-0.39309 2.974959,0.4775119 3.368049,1.9445437 z M 10.965926,7.741181 C 10.822984,7.2077149 10.274647,6.8911324 9.741181,7.0340742 9.2077149,7.177016 8.8911324,7.7253529 9.0340742,8.2588191 9.177016,8.7922852 9.7253529,9.1088676 10.258819,8.9659258 10.792285,8.822984 11.108868,8.2746471 10.965926,7.741181 Z m -5.1631622,3.916786 1.7616832,6.570942 c 0.1809685,0.675384 0.5352114,1.258066 1.0020841,1.713036 L 8.1236816,19.918134 C 6.60698,19.838647 5.4418873,18.544681 5.5213743,17.027979 Z M 4.878171,10.179797 4.5227447,16.975643 c -0.036617,0.698697 0.120453,1.36273 0.4242635,1.939961 L 4.5326091,18.755005 C 3.1147029,18.210722 2.4064916,16.620053 2.9507748,15.202147 Z"
id="🎨-Color"
style="fill:#808080;fill-opacity:1" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

55
src/icons/debug_util.svg Normal file
View File

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="367.92"
height="424.8"
version="1.1"
id="svg966"
sodipodi:docname="boot_uefi.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<metadata
id="metadata972">
<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>
<defs
id="defs970" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2486"
inkscape:window-height="1445"
id="namedview968"
showgrid="false"
inkscape:zoom="2.1257063"
inkscape:cx="183.96001"
inkscape:cy="212.39999"
inkscape:window-x="451"
inkscape:window-y="123"
inkscape:window-maximized="0"
inkscape:current-layer="svg966" />
<path
fill="#DC0000"
d="M182.88 0l13.14 7.516-86.427 50.52S83.443 71.21 74.16 81.362c-11.362 12.428-7.917 30.125 2.16 42.48 24.693 30.28 88.66 54.367 141.12 34.56C239.666 150.01 339.524 89.6 339.524 89.6l28.397 16.243v213.12l-18 10.337V207.36l-56.88 32.66v121.937l-32.88 18.88V311.04l20.28-12.24v-51.543l-20.28 11.646s-2.37-32.09 1.92-42.902c4.1-10.31 15.74-21.72 25.2-18.72 6.95 2.21 5.76 24.95 5.76 24.95s42.95-24.85 56.88-32.86c2.25-36.34-9.13-59-43.92-55.44-15.87 1.63-28.37 10.02-38.88 17.28-11.14 7.7-20.4 16.555-28.8 26.64-15.89 19.1-33.02 45.26-35.28 76.32-1.77 24.357.71 159.07.71 159.07L183.6 424.8 0 318.96V105.84L182.88 0zM115.2 167.04c-13.318-10.95-29.718-21.208-47.52-25.2-11.942-2.678-23.93-1.128-32.4 3.6-22.328 12.466-28.844 45.437-26.64 77.76 3.508 51.445 22.065 86.146 48.96 113.04 17.977 17.977 47.576 39.66 74.16 41.76 27.702 2.187 36.335-16.023 42.48-36.72-20.956-14.324-44.265-26.296-65.52-40.32-3.91 2.99-3.572 6.328-9.36 6.48-5.15.135-10.955-4.727-14.4-9.36-6.09-8.19-8.026-21.054-8.64-30.96 33.78 18.062 66.363 37.317 100.08 55.44 3.688-67.27-23.104-124.2-61.2-155.52zM280.46 55.813l-85.795 52.732s-22.85 14.813-38.136 13.134c-4.99-.55-13.31-4.77-13.68-8.64-.7-7.16 25.2-21.02 25.2-21.02l87.84-50.27L280.46 55.8zM109.44 241.2c-11.23-5.81-21.966-12.114-32.4-18.72 1.032-7.922 2.438-15.645 12.24-13.68 11.49 2.303 19.817 20.686 20.16 32.4z"
id="path964"
style="fill:#808080;fill-opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

8
src/icons/haiku-os.svg Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="256" height="256" color-interpolation="linearRGB" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g transform="matrix(1.8828 0 0 1.8828 -7.4934 -34.822)">
<path d="m44.02 33.02v106.92h13.95v-106.92z" fill="#808080"/>
<path d="m107.01 33.02v106.92h13.95v-106.92z" fill="#808080"/>
<path d="m39.7 101.52c13.95 13.37 28.42 17.25 42.67 14.8-2.34-1.72-3.45-3.83-4.38-5.56 15.92 9.08 23.88-2.22 28.79-5.86-1.69-1.37-3.75-0.3-7.15-4.43 4.35 0.59 7.18 0.37 11.19 0.36 2.51-2.33 6.31-4.16 8.66-6.94 2.88-3.41 6.54-8.08 9.54-11.97-1.93-1.18-2.31-2.22-3.04-3.69 1.76 0.44 3.54 0.66 5.31 0.63 2.37-4.5 6.13-7.33 8.66-8.52-10.54-3.66-24.04-3.16-33.81-1.16-3.26 2.79-3.16 6.41-4.22 12.38-2.05-2.67-2.97-6.02-1.76-10.65-6.88 2.16-13.58 5.08-20.04 8.11-2.5 1.17-8.65 5.56-12.25 6.96-1.7 2.54-3.12 4.98-4.29 7.32-0.07-2.15-0.41-4.27-0.24-6.48-11.83 1.84-18.29 5.01-25.67 11.56-15.79 0.05-33.5-6.72-33.36-9.16l-0.33 5.72s19.72 7.48 35.75 6.58h-0.02z" fill="#ccc"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1021 B

2
src/icons/holoiso.svg Normal file
View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="64" height="64" version="1.1" viewBox="0 0 16.933 16.933" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><metadata><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 transform="matrix(.34908 0 0 .34908 53.637 7.0774)"><circle cx="-135.22" cy="4.3765" r="12.495" fill="#808080" stroke-linecap="round" stroke-linejoin="round" stroke-width=".95148" style="paint-order:stroke fill markers"/><path d="m-135.41-15.927a19.986 19.907 0 0 1 4.3e-4 0 19.986 19.907 0 0 1 19.986 19.907 19.986 19.907 0 0 1-19.986 19.907 19.986 19.907 0 0 1-4.3e-4 0" fill="none" stroke="#ccc" stroke-width="8.6944" style="paint-order:normal"/></g></svg>

After

Width:  |  Height:  |  Size: 942 B

105
src/icons/power_halt.svg Normal file
View File

@ -0,0 +1,105 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
id="Capa_1"
x="0px"
y="0px"
width="553.859px"
height="553.859px"
viewBox="0 0 553.859 553.859"
style="enable-background:new 0 0 553.859 553.859;"
xml:space="preserve"
sodipodi:docname="halt.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><metadata
id="metadata45"><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><defs
id="defs43" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="3047"
inkscape:window-height="1640"
id="namedview41"
showgrid="false"
inkscape:zoom="1.6303788"
inkscape:cx="120.21746"
inkscape:cy="276.9295"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" />
<g
id="g8"
style="fill:#808080;fill-opacity:1">
<g
id="g6"
style="fill:#808080;fill-opacity:1">
<path
d="m 397.897,37.46 c -18.151,-9.015 -40.196,-1.609 -49.217,16.561 -9.021,18.165 -1.604,40.196 16.561,49.217 68.214,33.868 110.589,102.18 110.589,178.281 0,109.678 -89.23,198.9 -198.9,198.9 -109.67,0 -198.9,-89.223 -198.9,-198.9 0,-76.114 42.387,-144.432 110.619,-178.293 18.17,-9.015 25.588,-31.047 16.573,-49.217 C 196.207,35.839 174.181,28.433 156.005,37.436 62.607,83.789 4.59,177.315 4.59,281.52 c 0,150.166 122.167,272.34 272.34,272.34 150.173,0 272.34,-122.174 272.34,-272.34 0,-104.187 -58.005,-197.701 -151.373,-244.06 z"
id="path2"
style="fill:#808080;fill-opacity:1" />
<path
d="m 276.93,345.779 c 20.275,0 36.72,-16.443 36.72,-36.719 V 36.72 C 313.65,16.444 297.206,0 276.93,0 256.654,0 240.21,16.444 240.21,36.72 v 272.34 c -0.001,20.276 16.444,36.719 36.72,36.719 z"
id="path4"
style="fill:#808080;fill-opacity:1" />
</g>
</g>
<g
id="g10">
</g>
<g
id="g12">
</g>
<g
id="g14">
</g>
<g
id="g16">
</g>
<g
id="g18">
</g>
<g
id="g20">
</g>
<g
id="g22">
</g>
<g
id="g24">
</g>
<g
id="g26">
</g>
<g
id="g28">
</g>
<g
id="g30">
</g>
<g
id="g32">
</g>
<g
id="g34">
</g>
<g
id="g36">
</g>
<g
id="g38">
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,97 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
id="Capa_1"
x="0px"
y="0px"
width="470.083px"
height="470.083px"
viewBox="0 0 470.083 470.083"
style="enable-background:new 0 0 470.083 470.083;"
xml:space="preserve"
sodipodi:docname="reboot.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><metadata
id="metadata41"><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><defs
id="defs39" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2463"
inkscape:window-height="1330"
id="namedview37"
showgrid="false"
inkscape:zoom="1.9209373"
inkscape:cx="102.03352"
inkscape:cy="235.0415"
inkscape:window-x="4256"
inkscape:window-y="416"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" />
<g
id="g4"
style="fill:#808080;fill-opacity:1">
<path
d="m 434.961,270.163 c 0,110.241 -89.684,199.92 -199.923,199.92 -110.235,0 -199.917,-89.679 -199.917,-199.92 0,-36.44 9.915,-72.129 28.658,-103.178 l 52.163,31.487 c -13.013,21.56 -19.89,46.353 -19.896,71.697 0,76.64 62.35,138.985 138.985,138.985 76.642,0 138.989,-62.346 138.989,-138.985 0,-73.864 -57.961,-134.275 -130.759,-138.566 h -29.808 l 25.1,63.541 c 0.843,2.128 0.16,4.558 -1.669,5.932 -1.827,1.38 -4.351,1.374 -6.168,-0.026 L 105.91,105.085 c -1.25,-0.966 -1.989,-2.444 -1.989,-4.037 0,-1.584 0.739,-3.074 1.989,-4.037 L 230.724,1.052 C 231.64,0.346 232.727,0 233.824,0 c 1.082,0 2.154,0.34 3.068,1.022 1.829,1.374 2.512,3.807 1.669,5.938 l -25.1,63.534 21.586,-0.254 c 7.72,0 33.325,2.598 37.545,3.591 92.339,17.629 162.369,98.935 162.369,196.332 z"
id="path2"
style="fill:#808080;fill-opacity:1" />
</g>
<g
id="g6">
</g>
<g
id="g8">
</g>
<g
id="g10">
</g>
<g
id="g12">
</g>
<g
id="g14">
</g>
<g
id="g16">
</g>
<g
id="g18">
</g>
<g
id="g20">
</g>
<g
id="g22">
</g>
<g
id="g24">
</g>
<g
id="g26">
</g>
<g
id="g28">
</g>
<g
id="g30">
</g>
<g
id="g32">
</g>
<g
id="g34">
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

12
src/icons/shredos.svg Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="256" height="256" version="1.1" viewBox="0 0 67.733 67.733" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<metadata>
<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>
<path d="m7.1174 58.729v-9.0047h5.8266v18.009h-5.8266zm11.918 0v-9.0047h5.8266v18.009h-5.8266zm11.918 0v-9.0047h5.8266v18.009h-5.8266zm11.918 0v-9.0047h5.8266v18.009h-5.8266zm11.918 0v-9.0047h5.8266v18.009h-5.8266zm-50.85-18.009v-2.9133h7.5481c4.1514 0 7.5481-0.05397 7.5481-0.11992 0-0.06596-2.0789-3.2876-4.6198-7.1593-5.0179-7.646-5.2312-8.1343-4.678-10.714 1.7931-8.3609 14.9-18.102 26.418-19.635 4.0193-0.53487 7.0802 0.13952 8.9431 1.9704 1.1995 1.1789 12.664 20.319 13.332 22.258 0.9636 2.7969-0.85111 7.3131-4.4783 11.145l-2.1346 2.2551h11.976v5.8266h-59.855zm42.209-4.073c2.3471-1.6775 5.973-5.5677 7.0006-7.5108 1.2487-2.3612 1.2007-3.1904-0.33349-5.7634-0.69483-1.1653-1.2916-2.1504-1.326-2.189-0.03451-0.03863-0.52053 0.67645-1.0801 1.5891-1.3728 2.239-5.5481 6.3426-8.4649 8.3193-5.1708 3.5044-10.997 5.8302-16.088 6.4224-1.3241 0.15402 1.2779 0.23412 8.3743 0.25781l10.295 0.03436zm-15.94-4.7532c4.3165-1.4444 7.8201-3.387 11.627-6.4465 3.344-2.6878 6.3333-6.9486 6.3333-9.027 0-0.61282-0.40888-1.5912-1.2552-3.0034-0.69036-1.152-1.3161-2.0911-1.3904-2.087-0.07438 0.0041-0.52614 0.65353-1.0039 1.4431-2.0524 3.3918-7.0325 7.7901-11.818 10.438-4.4058 2.4373-8.1821 3.7407-12.561 4.3353l-2.4249 0.32929 1.0959 1.8539c1.3186 2.2306 1.9599 2.9755 2.7076 3.1454 0.30964 0.07033 1.7567 0.09094 3.2156 0.0458 2.1975-0.06799 3.1368-0.2441 5.4747-1.0264zm-9.5524-9.0422c2.3629-0.41382 4.9518-1.2298 7.4748-2.3561 1.8171-0.81113 6.3393-3.728 8.2087-5.2948 3.1841-2.6686 6.1321-7.0943 5.9553-8.9403-0.1226-1.2801-1.081-1.685-3.9258-1.6584-6.1886 0.057787-14.17 3.8924-19.739 9.4833-2.639 2.6493-4.3615 5.4569-4.3615 7.1087 0 1.1131 0.37623 1.4634 1.8919 1.7614 1.6897 0.33219 2.0541 0.32378 4.4959-0.10386z" fill="#808080"/>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

97
src/icons/vtoyret.svg Normal file
View File

@ -0,0 +1,97 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
id="Capa_1"
x="0px"
y="0px"
width="414.34px"
height="414.34px"
viewBox="0 0 414.34 414.34"
style="enable-background:new 0 0 414.34 414.34;"
xml:space="preserve"
sodipodi:docname="return.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><metadata
id="metadata41"><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><defs
id="defs39" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2981"
inkscape:window-height="1529"
id="namedview37"
showgrid="false"
inkscape:zoom="2.1793696"
inkscape:cx="89.934263"
inkscape:cy="207.17"
inkscape:window-x="110"
inkscape:window-y="24"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" />
<g
id="g4"
style="fill:#808080;fill-opacity:1">
<path
d="M 6.076,162.616 183.835,58.601 c 3.795,-2.222 8.485,-2.241 12.304,-0.057 3.815,2.187 6.17,6.246 6.174,10.644 l 0.036,46.966 c 0.213,0.052 0.38,0.094 0.495,0.126 4.441,1.239 9.163,2.603 14.854,4.294 18.457,5.483 37.417,12.593 59.668,22.374 19.31,8.487 38.2,19.442 56.149,32.559 12.826,9.373 24.895,20.182 35.867,32.126 29.857,32.497 46.216,75.647 44.881,118.391 -0.233,7.489 -1.076,14.674 -1.869,20.716 -0.787,6.008 -5.84,10.542 -11.897,10.678 -0.093,0.002 -0.187,0.003 -0.277,0.003 -5.939,0 -11.048,-4.263 -12.086,-10.14 -3.304,-18.678 -8.574,-34.021 -16.111,-46.909 -9.42,-16.104 -22.223,-29.625 -37.021,-39.103 -12.718,-8.145 -26.153,-14.396 -41.075,-19.113 -17.405,-5.503 -36.597,-8.951 -58.671,-10.545 -8.906,-0.643 -18.502,-0.967 -30.2,-1.02 -0.354,0 -1.112,0.007 -2.098,0.019 l -0.032,44.29 c -0.004,4.372 -2.332,8.413 -6.113,10.608 -3.782,2.196 -8.446,2.214 -12.245,0.048 L 6.196,183.879 C 2.386,181.707 0.024,177.669 0,173.282 c -0.025,-4.385 2.291,-8.45 6.076,-10.666 z"
id="path2"
style="fill:#808080;fill-opacity:1" />
</g>
<g
id="g6">
</g>
<g
id="g8">
</g>
<g
id="g10">
</g>
<g
id="g12">
</g>
<g
id="g14">
</g>
<g
id="g16">
</g>
<g
id="g18">
</g>
<g
id="g20">
</g>
<g
id="g22">
</g>
<g
id="g24">
</g>
<g
id="g26">
</g>
<g
id="g28">
</g>
<g
id="g30">
</g>
<g
id="g32">
</g>
<g
id="g34">
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

107
src/icons/windows-10.svg Normal file
View File

@ -0,0 +1,107 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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"
id="Layer_1"
x="0px"
y="0px"
viewBox="0 0 305 305"
style="enable-background:new 0 0 305 305;"
xml:space="preserve"
sodipodi:docname="windows.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><metadata
id="metadata10464"><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><defs
id="defs10462" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2911"
inkscape:window-height="1457"
id="namedview10460"
showgrid="false"
inkscape:zoom="2.9606557"
inkscape:cx="152.5"
inkscape:cy="152.5"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Layer_1" />
<g
id="XMLID_108_"
style="fill:#808080;fill-opacity:1">
<path
id="XMLID_109_"
d="m 139.999,25.775 v 116.724 c 0,1.381 1.119,2.5 2.5,2.5 H 302.46 c 1.381,0 2.5,-1.119 2.5,-2.5 V 2.5 c 0,-0.726 -0.315,-1.416 -0.864,-1.891 -0.548,-0.475 -1.275,-0.687 -1.996,-0.583 L 142.139,23.301 c -1.229,0.179 -2.14,1.233 -2.14,2.474 z"
style="fill:#808080;fill-opacity:1" />
<path
id="XMLID_110_"
d="m 122.501,279.948 c 0.601,0 1.186,-0.216 1.644,-0.616 0.544,-0.475 0.856,-1.162 0.856,-1.884 V 162.5 c 0,-1.381 -1.119,-2.5 -2.5,-2.5 H 2.592 c -0.663,0 -1.299,0.263 -1.768,0.732 -0.469,0.469 -0.732,1.105 -0.732,1.768 l 0.006,98.515 c 0,1.25 0.923,2.307 2.16,2.477 l 119.903,16.434 c 0.113,0.014 0.227,0.022 0.34,0.022 z"
style="fill:#808080;fill-opacity:1" />
<path
id="XMLID_138_"
d="m 2.609,144.999 h 119.892 c 1.381,0 2.5,-1.119 2.5,-2.5 V 28.681 c 0,-0.722 -0.312,-1.408 -0.855,-1.883 -0.543,-0.475 -1.261,-0.693 -1.981,-0.594 L 2.164,42.5 C 0.923,42.669 -0.001,43.728 0,44.98 l 0.109,97.521 c 0.002,1.38 1.121,2.498 2.5,2.498 z"
style="fill:#808080;fill-opacity:1" />
<path
id="XMLID_169_"
d="m 302.46,305 c 0.599,0 1.182,-0.215 1.64,-0.613 0.546,-0.475 0.86,-1.163 0.86,-1.887 l 0.04,-140 c 0,-0.663 -0.263,-1.299 -0.732,-1.768 C 303.799,160.263 303.163,160 302.5,160 H 142.499 c -1.381,0 -2.5,1.119 -2.5,2.5 v 117.496 c 0,1.246 0.918,2.302 2.151,2.476 l 159.961,22.504 c 0.117,0.016 0.233,0.024 0.349,0.024 z"
style="fill:#808080;fill-opacity:1" />
</g>
<g
id="g10429">
</g>
<g
id="g10431">
</g>
<g
id="g10433">
</g>
<g
id="g10435">
</g>
<g
id="g10437">
</g>
<g
id="g10439">
</g>
<g
id="g10441">
</g>
<g
id="g10443">
</g>
<g
id="g10445">
</g>
<g
id="g10447">
</g>
<g
id="g10449">
</g>
<g
id="g10451">
</g>
<g
id="g10453">
</g>
<g
id="g10455">
</g>
<g
id="g10457">
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

11
src/icons/windows-11.svg Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="800px" height="800px" version="1.1" viewBox="0 0 19.132 19.132" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<g fill="#808080">
<path d="M9.172,9.179V0.146H0v9.033H9.172z"/>
<path d="M19.132,9.179V0.146H9.959v9.033H19.132z"/>
<path d="M19.132,18.986V9.955H9.959v9.032H19.132z"/>
<path d="M9.172,18.986V9.955H0v9.032H9.172z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 413 B