Update dotfiles configs and themes
|
@ -12,7 +12,7 @@ pgrep -x picom > /dev/null || picom --config $HOME/.config/picom/picom.conf &
|
||||||
wmname LG3D &
|
wmname LG3D &
|
||||||
|
|
||||||
# Set workspaces
|
# Set workspaces
|
||||||
bspc monitor DP-2 -d 1 2 3 4 5
|
bspc monitor DP-0 -d 1 2 3 4 5
|
||||||
bspc monitor HDMI-0 -d 6 7 8 9 0
|
bspc monitor HDMI-0 -d 6 7 8 9 0
|
||||||
|
|
||||||
# BSPWM config
|
# BSPWM config
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#? Config file for btop v. 1.2.8
|
#? Config file for btop v. 1.2.9
|
||||||
|
|
||||||
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
|
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
|
||||||
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
||||||
|
@ -54,10 +54,10 @@ update_ms = 1000
|
||||||
|
|
||||||
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
||||||
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
||||||
proc_sorting = "name"
|
proc_sorting = "cpu lazy"
|
||||||
|
|
||||||
#* Reverse sorting order, True or False.
|
#* Reverse sorting order, True or False.
|
||||||
proc_reversed = True
|
proc_reversed = False
|
||||||
|
|
||||||
#* Show processes as a tree.
|
#* Show processes as a tree.
|
||||||
proc_tree = False
|
proc_tree = False
|
||||||
|
@ -74,6 +74,9 @@ proc_per_core = True
|
||||||
#* Show process memory as bytes instead of percent.
|
#* Show process memory as bytes instead of percent.
|
||||||
proc_mem_bytes = True
|
proc_mem_bytes = True
|
||||||
|
|
||||||
|
#* Show cpu graph for each process.
|
||||||
|
proc_cpu_graphs = True
|
||||||
|
|
||||||
#* Use /proc/[pid]/smaps for memory information in the process info box (very slow but more accurate)
|
#* Use /proc/[pid]/smaps for memory information in the process info box (very slow but more accurate)
|
||||||
proc_info_smaps = False
|
proc_info_smaps = False
|
||||||
|
|
||||||
|
@ -165,6 +168,9 @@ only_physical = True
|
||||||
#* Read disks list from /etc/fstab. This also disables only_physical.
|
#* Read disks list from /etc/fstab. This also disables only_physical.
|
||||||
use_fstab = True
|
use_fstab = True
|
||||||
|
|
||||||
|
#* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool)
|
||||||
|
zfs_hide_datasets = False
|
||||||
|
|
||||||
#* Set to true to show available disk space for privileged users.
|
#* Set to true to show available disk space for privileged users.
|
||||||
disk_free_priv = False
|
disk_free_priv = False
|
||||||
|
|
||||||
|
|
11
.config/gtk-2.0/gtkfilechooser.ini
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[Filechooser Settings]
|
||||||
|
LocationMode=path-bar
|
||||||
|
ShowHidden=true
|
||||||
|
ShowSizeColumn=true
|
||||||
|
GeometryX=0
|
||||||
|
GeometryY=0
|
||||||
|
GeometryWidth=840
|
||||||
|
GeometryHeight=630
|
||||||
|
SortColumn=name
|
||||||
|
SortOrder=ascending
|
||||||
|
StartupMode=recent
|
|
@ -8,18 +8,31 @@ steam = True
|
||||||
xdg = True
|
xdg = True
|
||||||
steamwindows = True
|
steamwindows = True
|
||||||
humblebundle = True
|
humblebundle = True
|
||||||
|
amazon = True
|
||||||
|
|
||||||
[lutris]
|
[lutris]
|
||||||
library_ignores =
|
library_ignores =
|
||||||
migration_version = 11
|
migration_version = 12
|
||||||
show_tray_icon = True
|
show_tray_icon = True
|
||||||
dark_theme = False
|
dark_theme = False
|
||||||
show_advanced_options = True
|
show_advanced_options = True
|
||||||
width = 1254
|
width = 2528
|
||||||
height = 1308
|
height = 1308
|
||||||
window_x = 1287
|
window_x = 13
|
||||||
window_y = 52
|
window_y = 52
|
||||||
maximized = False
|
maximized = False
|
||||||
selected_category = category:all
|
selected_category = category:all
|
||||||
show_hidden_games = true
|
show_hidden_games = true
|
||||||
|
discord_rpc = True
|
||||||
|
filter_installed = False
|
||||||
|
view_type = list
|
||||||
|
|
||||||
|
[list view]
|
||||||
|
name_column_width = 200
|
||||||
|
year_column_width = 60
|
||||||
|
runner_column_width = 120
|
||||||
|
platform_column_width = 120
|
||||||
|
lastplayed_column_width = 120
|
||||||
|
installedat_column_width = 120
|
||||||
|
playtime_column_width = 100
|
||||||
|
|
||||||
|
|
|
@ -2,10 +2,11 @@ system: {}
|
||||||
wine:
|
wine:
|
||||||
d3d_extras_version: v2
|
d3d_extras_version: v2
|
||||||
dgvoodoo2: true
|
dgvoodoo2: true
|
||||||
dgvoodoo2_version: v2.79
|
dgvoodoo2_version: v2.79.1
|
||||||
dxvk_nvapi_version: v0.5.4
|
dxvk_nvapi_version: v0.5.4
|
||||||
dxvk_version: v1.10.2
|
dxvk_version: v1.10.3
|
||||||
esync: false
|
esync: false
|
||||||
fsync: false
|
fsync: false
|
||||||
system_winetricks: true
|
system_winetricks: true
|
||||||
|
version: lutris-7.2-2-x86_64
|
||||||
vkd3d_version: v2.6
|
vkd3d_version: v2.6
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 69181599a565f0a14268cf90b1c44b9e3df4bc56
|
Subproject commit 4909bf866273b0c8e799ce35375008638a00edb0
|
|
@ -1,16 +1,3 @@
|
||||||
#################################
|
|
||||||
# Animations #
|
|
||||||
#################################
|
|
||||||
|
|
||||||
|
|
||||||
animations = true;
|
|
||||||
animation-for-open-window = "zoom";
|
|
||||||
animation-for-transient-window = "zoom";
|
|
||||||
animation-for-unmap-window = "zoom";
|
|
||||||
animation-for-workspace-switch-in = "zoom";
|
|
||||||
animation-for-workspace-switch-out = "zoom";
|
|
||||||
|
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
# Shadows #
|
# Shadows #
|
||||||
#################################
|
#################################
|
||||||
|
@ -98,7 +85,7 @@ fade-out-step = 0.03;
|
||||||
|
|
||||||
|
|
||||||
# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0)
|
# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0)
|
||||||
inactive-opacity = 0.7;
|
inactive-opacity = 1.0;
|
||||||
|
|
||||||
# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default)
|
# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default)
|
||||||
frame-opacity = 0.5;
|
frame-opacity = 0.5;
|
||||||
|
|
|
@ -24,11 +24,14 @@ toolbutton_style=4
|
||||||
underline_shortcut=2
|
underline_shortcut=2
|
||||||
wheel_scroll_lines=3
|
wheel_scroll_lines=3
|
||||||
|
|
||||||
|
[PaletteEditor]
|
||||||
|
geometry="@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\xc1\0\0\x1\xc4\0\0\x6=\0\0\x3\xda\0\0\x3\xc4\0\0\x1\xc7\0\0\x6:\0\0\x3\xd7\0\0\0\0\0\0\0\0\n\0\0\0\x3\xc4\0\0\x1\xc7\0\0\x6:\0\0\x3\xd7)"
|
||||||
|
|
||||||
[QSSEditor]
|
[QSSEditor]
|
||||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\xbb\0\0\x1\xd3\0\0\x6\x43\0\0\x3\xcb\0\0\x3\xbe\0\0\x1\xd6\0\0\x6@\0\0\x3\xc8\0\0\0\0\0\0\0\0\n\0\0\0\x3\xbe\0\0\x1\xd6\0\0\x6@\0\0\x3\xc8)
|
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\xbb\0\0\x1\xd3\0\0\x6\x43\0\0\x3\xcb\0\0\x3\xbe\0\0\x1\xd6\0\0\x6@\0\0\x3\xc8\0\0\0\0\0\0\0\0\n\0\0\0\x3\xbe\0\0\x1\xd6\0\0\x6@\0\0\x3\xc8)
|
||||||
|
|
||||||
[SettingsWindow]
|
[SettingsWindow]
|
||||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x5\x6\0\0\x2\xdd\0\0\t\xf3\0\0\x5z\0\0\x5\t\0\0\x2\xe0\0\0\t\xf0\0\0\x5w\0\0\0\0\0\0\0\0\n\0\0\0\x5\t\0\0\x2\xe0\0\0\t\xf0\0\0\x5w)
|
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\f\0\0\x2\xdd\0\0\x4\xf9\0\0\x5z\0\0\0\xf\0\0\x2\xe0\0\0\x4\xf6\0\0\x5w\0\0\0\0\0\0\0\0\n\0\0\0\0\xf\0\0\x2\xe0\0\0\x4\xf6\0\0\x5w)
|
||||||
|
|
||||||
[Troubleshooting]
|
[Troubleshooting]
|
||||||
force_raster_widgets=1
|
force_raster_widgets=1
|
||||||
|
|
|
@ -25,7 +25,7 @@ underline_shortcut=2
|
||||||
wheel_scroll_lines=3
|
wheel_scroll_lines=3
|
||||||
|
|
||||||
[SettingsWindow]
|
[SettingsWindow]
|
||||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x5\x6\0\0\x2\xdd\0\0\t\xf3\0\0\x5z\0\0\x5\t\0\0\x2\xe0\0\0\t\xf0\0\0\x5w\0\0\0\0\0\0\0\0\n\0\0\0\x5\t\0\0\x2\xe0\0\0\t\xf0\0\0\x5w)
|
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\f\0\0\x2\xdd\0\0\x4\xf9\0\0\x5z\0\0\0\xf\0\0\x2\xe0\0\0\x4\xf6\0\0\x5w\0\0\0\0\0\0\0\0\n\0\0\0\0\xf\0\0\x2\xe0\0\0\x4\xf6\0\0\x5w)
|
||||||
|
|
||||||
[Troubleshooting]
|
[Troubleshooting]
|
||||||
force_raster_widgets=1
|
force_raster_widgets=1
|
||||||
|
|
5
.gitmodules
vendored
|
@ -1,8 +1,3 @@
|
||||||
[submodule ".config/nvim"]
|
[submodule ".config/nvim"]
|
||||||
path = .config/nvim
|
path = .config/nvim
|
||||||
url = https://code.relms.dev/Relms/neovim-config
|
url = https://code.relms.dev/Relms/neovim-config
|
||||||
branch = main
|
|
||||||
[submodule "AUR"]
|
|
||||||
path = AUR
|
|
||||||
url = https://code.relms.dev/Relms/AUR
|
|
||||||
branch = main
|
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg6"
|
id="svg6"
|
||||||
sodipodi:docname="tracker.svg"
|
sodipodi:docname="gnome-logs.svg"
|
||||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata12">
|
id="metadata12">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -40,66 +40,39 @@
|
||||||
inkscape:window-height="1031"
|
inkscape:window-height="1031"
|
||||||
id="namedview8"
|
id="namedview8"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="9.458333"
|
inkscape:zoom="37.833332"
|
||||||
inkscape:cx="19.988208"
|
inkscape:cx="17.405287"
|
||||||
inkscape:cy="27.738873"
|
inkscape:cy="39.951543"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg6"
|
inkscape:current-layer="svg6"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0"
|
||||||
<circle
|
inkscape:pagecheckerboard="0" />
|
||||||
cx="23.940615"
|
<path
|
||||||
cy="31.534513"
|
|
||||||
fill="#74a2f3"
|
|
||||||
opacity=".99"
|
|
||||||
id="circle2"
|
id="circle2"
|
||||||
style="fill:#a1a1af;fill-opacity:0.99607831"
|
style="opacity:0.99;fill:#a1a1af;fill-opacity:0.996078"
|
||||||
transform="matrix(1.75830584759 0 0 1.75830608345 -18.15909274367 -30.97874795549)"
|
transform="matrix(1.75830584759 0 0 1.75830608345 -18.15909274367 -30.97874795549)"
|
||||||
r="13.232998" />
|
d="M 37.173613,31.534513 A 13.232998,13.232998 0 0 1 23.940615,44.767511 13.232998,13.232998 0 0 1 10.707617,31.534513 13.232998,13.232998 0 0 1 23.940615,18.301516 13.232998,13.232998 0 0 1 37.173613,31.534513 Z" />
|
||||||
<path
|
<path
|
||||||
id="rect902"
|
id="rect902"
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.2;stroke-linecap:square;stroke-opacity:0.992157"
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.2;stroke-linecap:square;stroke-opacity:0.992157"
|
||||||
d="m 12.511621,8.0072404 c -0.0066,0 -0.01172,0.00515 -0.01172,0.011719 V 37.030679 c 0,0.0066 0.0052,0.01172 0.01172,0.01172 h 22.732422 c 0.0066,0 0.01172,-0.0051 0.01172,-0.01172 V 8.0189592 c 0,-0.00657 -0.0052,-0.011719 -0.01172,-0.011719 z m 8.326172,1.8457029 h 12.648438 c 0.0057,0 0.0098,0.004 0.0098,0.0098 V 35.186963 c 0,0.0057 -0.004,0.0098 -0.0098,0.0098 H 14.269434 c -0.0057,0 -0.01172,-0.004 -0.01172,-0.0098 V 16.55021 Z m 0.40625,1.2734377 c -0.0066,0 -0.01172,0.0051 -0.01172,0.01172 v 1.244141 c 0,0.0066 0.0051,0.01367 0.01172,0.01367 H 31.0292 c 0.0066,0 0.01172,-0.0071 0.01172,-0.01367 v -1.244141 c 0,-0.0066 -0.0051,-0.01172 -0.01172,-0.01172 z m -3.83789,2.992188 c -0.0066,0 -0.01367,0.0051 -0.01367,0.01172 v 1.244141 c 0,0.0066 0.0071,0.01367 0.01367,0.01367 h 3.390625 c 0.0066,0 0.01172,-0.0071 0.01172,-0.01367 v -1.244141 c 0,-0.0066 -0.0052,-0.01172 -0.01172,-0.01172 z m 4.683594,0 c -0.0066,0 -0.01172,0.0051 -0.01172,0.01172 v 1.244141 c 0,0.0066 0.0051,0.01367 0.01172,0.01367 h 9.099609 c 0.0066,0 0.01172,-0.0071 0.01172,-0.01367 v -1.244141 c 0,-0.0066 -0.0052,-0.01172 -0.01172,-0.01172 z m -7.003907,2.992188 c -0.0066,0 -0.01367,0.0051 -0.01367,0.01172 v 1.244141 c 0,0.0066 0.0071,0.01367 0.01367,0.01367 h 6.507813 c 0.0066,0 0.01172,-0.0071 0.01172,-0.01367 v -1.244141 c 0,-0.0066 -0.0051,-0.01172 -0.01172,-0.01172 z m 8.6875,0 c -0.0066,0 -0.01172,0.0051 -0.01172,0.01172 v 1.244141 c 0,0.0066 0.0052,0.01367 0.01172,0.01367 h 6.509766 c 0.0066,0 0.01172,-0.0071 0.01172,-0.01367 v -1.244141 c 0,-0.0066 -0.0052,-0.01172 -0.01172,-0.01172 z" />
|
d="m 12.511621,8.0072404 c -0.0066,0 -0.01172,0.00515 -0.01172,0.011719 V 37.030679 c 0,0.0066 0.0052,0.01172 0.01172,0.01172 h 22.732422 c 0.0066,0 0.01172,-0.0051 0.01172,-0.01172 V 8.0189592 c 0,-0.00657 -0.0052,-0.011719 -0.01172,-0.011719 z m 8.326172,1.8457029 h 12.648438 c 0.0057,0 0.0098,0.004 0.0098,0.0098 V 35.186963 c 0,0.0057 -0.004,0.0098 -0.0098,0.0098 H 14.269434 c -0.0057,0 -0.01172,-0.004 -0.01172,-0.0098 V 16.55021 Z m 0.40625,1.2734377 c -0.0066,0 -0.01172,0.0051 -0.01172,0.01172 v 1.244141 c 0,0.0066 0.0051,0.01367 0.01172,0.01367 H 31.0292 c 0.0066,0 0.01172,-0.0071 0.01172,-0.01367 v -1.244141 c 0,-0.0066 -0.0051,-0.01172 -0.01172,-0.01172 z m -3.83789,2.992188 c -0.0066,0 -0.01367,0.0051 -0.01367,0.01172 v 1.244141 c 0,0.0066 0.0071,0.01367 0.01367,0.01367 h 3.390625 c 0.0066,0 0.01172,-0.0071 0.01172,-0.01367 v -1.244141 c 0,-0.0066 -0.0052,-0.01172 -0.01172,-0.01172 z m 4.683594,0 c -0.0066,0 -0.01172,0.0051 -0.01172,0.01172 v 1.244141 c 0,0.0066 0.0051,0.01367 0.01172,0.01367 h 9.099609 c 0.0066,0 0.01172,-0.0071 0.01172,-0.01367 v -1.244141 c 0,-0.0066 -0.0052,-0.01172 -0.01172,-0.01172 z m -7.003907,2.992188 c -0.0066,0 -0.01367,0.0051 -0.01367,0.01172 v 1.244141 c 0,0.0066 0.0071,0.01367 0.01367,0.01367 h 6.507813 c 0.0066,0 0.01172,-0.0071 0.01172,-0.01367 v -1.244141 c 0,-0.0066 -0.0051,-0.01172 -0.01172,-0.01172 z m 8.6875,0 c -0.0066,0 -0.01172,0.0051 -0.01172,0.01172 v 1.244141 c 0,0.0066 0.0052,0.01367 0.01172,0.01367 h 6.509766 c 0.0066,0 0.01172,-0.0071 0.01172,-0.01367 v -1.244141 c 0,-0.0066 -0.0052,-0.01172 -0.01172,-0.01172 z" />
|
||||||
<path
|
<path
|
||||||
id="circle937"
|
id="circle937"
|
||||||
style="opacity:0.99;fill:#7d7d90;fill-opacity:0.98823529"
|
style="opacity:0.99;fill:#7d7d90;fill-opacity:0.988235;stroke-width:1.75831"
|
||||||
transform="matrix(1.7583058,0,0,1.7583061,-18.159093,-30.978748)"
|
d="M 47.203125 24.46875 L 2.4960938 33.525391 C 3.673501 36.309095 5.3771144 38.816565 7.4824219 40.921875 C 9.5877293 43.027185 12.095202 44.730796 14.878906 45.908203 C 17.66261 47.085612 20.722953 47.736328 23.935547 47.736328 C 30.360732 47.736328 36.178053 45.132492 40.388672 40.921875 C 42.493979 38.816565 44.197593 36.309095 45.375 33.525391 C 46.552409 30.741686 47.203125 27.681344 47.203125 24.46875 z " />
|
||||||
d="m 37.173613,31.534513 c 0,1.827096 -0.370288,3.567706 -1.039915,5.15088 -0.669626,1.583174 -1.63859,3.008912 -2.83594,4.206263 -2.394702,2.394701 -5.702952,3.875855 -9.357143,3.875855 -1.827096,0 -3.567706,-0.370288 -5.15088,-1.039915 -1.583174,-0.669626 -3.008913,-1.638589 -4.206263,-2.83594 -1.19735,-1.197351 -2.166314,-2.623089 -2.83594,-4.206263 z"
|
<path
|
||||||
sodipodi:nodetypes="cssssscc" />
|
|
||||||
<circle
|
|
||||||
cx="26.791464"
|
|
||||||
cy="38.101662"
|
|
||||||
fill="#ffffff"
|
|
||||||
r="8.25"
|
|
||||||
stroke="#ec725f"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-width="1.6"
|
|
||||||
id="circle6-3"
|
id="circle6-3"
|
||||||
style="stroke:#7e7e90;stroke-opacity:1" />
|
style="fill:#ffffff;stroke:#7e7e90;stroke-width:1.6;stroke-linecap:round"
|
||||||
|
d="m 35.041464,38.101662 a 8.25,8.25 0 0 1 -8.25,8.25 8.25,8.25 0 0 1 -8.25,-8.25 8.25,8.25 0 0 1 8.25,-8.25 8.25,8.25 0 0 1 8.25,8.25 z" />
|
||||||
<g
|
<g
|
||||||
id="g874"
|
id="g874"
|
||||||
transform="matrix(0.41190039,0,0,0.41190039,1.7371074,28.393795)">
|
transform="matrix(0.41190039,0,0,0.41190039,1.7371074,28.393795)">
|
||||||
<path
|
<path
|
||||||
d="M 71.685318,33.625933 62.921142,25.661482"
|
|
||||||
fill="none"
|
|
||||||
stroke="#ffffff"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-width="3"
|
|
||||||
id="path4-6"
|
|
||||||
style="stroke:#7e7e90;stroke-opacity:1"
|
|
||||||
sodipodi:nodetypes="cc" />
|
|
||||||
<circle
|
|
||||||
cx="56.373177"
|
|
||||||
cy="19.906406"
|
|
||||||
fill="none"
|
|
||||||
r="7.9879599"
|
|
||||||
stroke="#ffffff"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
stroke-width="2.5"
|
|
||||||
id="circle6-7"
|
id="circle6-7"
|
||||||
style="stroke:#7e7e90;stroke-opacity:1" />
|
style="fill:none;stroke:#7e7e90;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
d="m 64.361136,19.906406 a 7.9879599,7.9879599 0 0 1 -7.987959,7.98796 7.9879599,7.9879599 0 0 1 -7.98796,-7.98796 7.9879599,7.9879599 0 0 1 7.98796,-7.987959 7.9879599,7.9879599 0 0 1 7.987959,7.987959 z" />
|
||||||
<circle
|
<circle
|
||||||
cx="57.492573"
|
cx="57.492573"
|
||||||
cy="16.30434"
|
cy="16.30434"
|
||||||
|
@ -108,4 +81,8 @@
|
||||||
id="circle8-5"
|
id="circle8-5"
|
||||||
style="fill:#7e7e90;fill-opacity:1;stroke:none;stroke-opacity:0.992157" />
|
style="fill:#7e7e90;fill-opacity:1;stroke:none;stroke-opacity:0.992157" />
|
||||||
</g>
|
</g>
|
||||||
|
<path
|
||||||
|
style="fill:none;stroke:#7e7e90;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
|
||||||
|
d="m 27.65435,38.963769 3.609968,3.280561"
|
||||||
|
id="path881" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 5 KiB After Width: | Height: | Size: 5.2 KiB |
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg8"
|
id="svg8"
|
||||||
sodipodi:docname="libreoffice3-startcenter.svg"
|
sodipodi:docname="libreoffice3-startcenter.svg"
|
||||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata14">
|
id="metadata14">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -41,27 +41,22 @@
|
||||||
id="namedview10"
|
id="namedview10"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="9.4583333"
|
inkscape:zoom="9.4583333"
|
||||||
inkscape:cx="14.070137"
|
inkscape:cx="-5.7621146"
|
||||||
inkscape:cy="27.288289"
|
inkscape:cy="27.330397"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg8"
|
inkscape:current-layer="svg8"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0" />
|
||||||
<path
|
<path
|
||||||
d="m44.322082 27.405077a19.729762 19.729765 0 0 1 -19.729762 19.729765 19.729762 19.729765 0 0 1 -19.7297621-19.729765 19.729762 19.729765 0 0 1 19.7297621-19.7297632 19.729762 19.729765 0 0 1 19.729762 19.7297632z"
|
|
||||||
fill="#89a02c"
|
|
||||||
opacity=".99"
|
|
||||||
transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"
|
|
||||||
id="path2"
|
id="path2"
|
||||||
style="fill:#ababab;fill-opacity:1" />
|
style="fill:#ababab;fill-opacity:1;stroke-width:1.15035"
|
||||||
|
d="M 23.804688 1.3046875 A 22.696228 22.696232 0 0 0 1.1074219 24 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.5 24 A 22.696228 22.696232 0 0 0 23.804688 1.3046875 z " />
|
||||||
<path
|
<path
|
||||||
d="m 1.1075423,24 c 0,12.534782 10.1614467,22.696231 22.6962277,22.696231 V 1.3037694 C 11.26899,1.3037694 1.1075433,11.465217 1.1075423,24 Z"
|
|
||||||
fill="#89a02c"
|
|
||||||
opacity="0.99"
|
|
||||||
id="path839"
|
id="path839"
|
||||||
sodipodi:nodetypes="sccs"
|
style="fill:#757575;fill-opacity:1;stroke-width:1.15035"
|
||||||
style="fill:#757575;fill-opacity:1;stroke-width:1.15035" />
|
d="M 23.804688 1.3046875 C 11.269908 1.3046875 1.1074229 11.465217 1.1074219 24 C 1.1074219 36.534782 11.269906 46.695313 23.804688 46.695312 L 23.804688 1.3046875 z " />
|
||||||
<path
|
<path
|
||||||
d="m 30.601333,13.121542 a 7.5,7.5 0 0 1 -7.836122,7.133709 7.5,7.5 0 0 1 -7.148003,-7.823085 7.5,7.5 0 0 1 7.810023,-7.1622737 7.5,7.5 0 0 1 7.17652,7.7969337"
|
d="m 30.601333,13.121542 a 7.5,7.5 0 0 1 -7.836122,7.133709 7.5,7.5 0 0 1 -7.148003,-7.823085 7.5,7.5 0 0 1 7.810023,-7.1622737 7.5,7.5 0 0 1 7.17652,7.7969337"
|
||||||
fill="#ffffff"
|
fill="#ffffff"
|
||||||
|
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.3 KiB |
|
@ -1,19 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg6"
|
id="svg6"
|
||||||
sodipodi:docname="nomacs.svg"
|
sodipodi:docname="gwenview.svg"
|
||||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata12">
|
id="metadata12">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -22,36 +21,12 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
<defs
|
<defs
|
||||||
id="defs10">
|
id="defs10" />
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient847">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#b3e6ea;stop-opacity:1"
|
|
||||||
offset="0"
|
|
||||||
id="stop843" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#6dc4d9;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop845" />
|
|
||||||
</linearGradient>
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient847"
|
|
||||||
id="radialGradient849"
|
|
||||||
cx="23.744673"
|
|
||||||
cy="30.413481"
|
|
||||||
fx="23.744673"
|
|
||||||
fy="30.413481"
|
|
||||||
r="20.310076"
|
|
||||||
gradientTransform="matrix(11.371884,0,0,1.6262795,-246.4423,-20.529252)"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
pagecolor="#ffffff"
|
pagecolor="#ffffff"
|
||||||
bordercolor="#666666"
|
bordercolor="#666666"
|
||||||
|
@ -66,40 +41,27 @@
|
||||||
id="namedview8"
|
id="namedview8"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="4.986576"
|
inkscape:zoom="4.986576"
|
||||||
inkscape:cx="59.253523"
|
inkscape:cx="21.557879"
|
||||||
inkscape:cy="54.057353"
|
inkscape:cy="54.0451"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg6"
|
inkscape:current-layer="svg6"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0"
|
||||||
<circle
|
inkscape:pagecheckerboard="0" />
|
||||||
cx="23.940615"
|
<path
|
||||||
cy="31.534513"
|
|
||||||
fill="#74a2f3"
|
|
||||||
opacity=".99"
|
|
||||||
r="13.232998"
|
|
||||||
transform="matrix(1.75830584759 0 0 1.75830608345 -18.15909274367 -30.97874795549)"
|
|
||||||
id="circle2"
|
id="circle2"
|
||||||
style="fill:#b0bfce;fill-opacity:1" />
|
style="opacity:0.99;fill:#b0bfce"
|
||||||
<ellipse
|
transform="matrix(1.75830584759 0 0 1.75830608345 -18.15909274367 -30.97874795549)"
|
||||||
cx="23.935829"
|
d="M 37.173613,31.534513 A 13.232998,13.232998 0 0 1 23.940615,44.767511 13.232998,13.232998 0 0 1 10.707617,31.534513 13.232998,13.232998 0 0 1 23.940615,18.301516 13.232998,13.232998 0 0 1 37.173613,31.534513 Z" />
|
||||||
cy="24.468578"
|
<path
|
||||||
fill="#74a2f3"
|
|
||||||
opacity="0.99"
|
|
||||||
id="circle831"
|
id="circle831"
|
||||||
style="fill:#ffffff;fill-opacity:0.99442691;stroke-width:1.6391"
|
style="opacity:0.99;fill:#ffffff;fill-opacity:0.994427;stroke-width:1.6391"
|
||||||
rx="21.690235"
|
d="M 45.626064,24.468578 A 21.690235,21.690239 0 0 1 23.935829,46.158817 21.690235,21.690239 0 0 1 2.245594,24.468578 21.690235,21.690239 0 0 1 23.935829,2.7783394 21.690235,21.690239 0 0 1 45.626064,24.468578 Z" />
|
||||||
ry="21.690239" />
|
<path
|
||||||
<ellipse
|
|
||||||
cx="23.935829"
|
|
||||||
cy="24.468578"
|
|
||||||
fill="#74a2f3"
|
|
||||||
opacity="0.99"
|
|
||||||
id="ellipse833"
|
id="ellipse833"
|
||||||
style="fill:url(#radialGradient849);fill-opacity:1;stroke-width:1.5348"
|
style="opacity:0.99;fill:#88c0d0;stroke-width:1.5348;fill-opacity:1"
|
||||||
rx="20.310076"
|
d="M 44.245905,24.468578 A 20.310076,20.31008 0 0 1 23.935829,44.778658 20.310076,20.31008 0 0 1 3.6257534,24.468578 20.310076,20.31008 0 0 1 23.935829,4.1584988 20.310076,20.31008 0 0 1 44.245905,24.468578 Z" />
|
||||||
ry="20.31008" />
|
|
||||||
<path
|
<path
|
||||||
id="path854"
|
id="path854"
|
||||||
style="fill:#ffffff;fill-opacity:0.70168;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
style="fill:#ffffff;fill-opacity:0.70168;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
|
@ -110,8 +72,8 @@
|
||||||
d="M 43.445312 19.751953 C 43.445313 19.751953 35.555312 23.928131 31.800781 23.832031 C 28.04625 23.735936 25.430584 19.888646 22.363281 19.972656 C 19.295979 20.056662 17.37207 23.288083 14.941406 23.494141 C 12.510743 23.700199 11.161033 21.270592 8.7597656 21.757812 C 7.2076238 22.072744 5.0482027 24.075281 3.6523438 25.498047 A 20.310076 20.31008 0 0 0 23.935547 44.779297 A 20.310076 20.31008 0 0 0 44.246094 24.46875 A 20.310076 20.31008 0 0 0 43.789062 20.191406 L 43.445312 19.751953 z " />
|
d="M 43.445312 19.751953 C 43.445313 19.751953 35.555312 23.928131 31.800781 23.832031 C 28.04625 23.735936 25.430584 19.888646 22.363281 19.972656 C 19.295979 20.056662 17.37207 23.288083 14.941406 23.494141 C 12.510743 23.700199 11.161033 21.270592 8.7597656 21.757812 C 7.2076238 22.072744 5.0482027 24.075281 3.6523438 25.498047 A 20.310076 20.31008 0 0 0 23.935547 44.779297 A 20.310076 20.31008 0 0 0 44.246094 24.46875 A 20.310076 20.31008 0 0 0 43.789062 20.191406 L 43.445312 19.751953 z " />
|
||||||
<path
|
<path
|
||||||
id="path852"
|
id="path852"
|
||||||
style="fill:#f7e2b7;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
|
style="fill:#ebcb8b;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
|
||||||
d="M 20.441406 23.296875 C 18.029687 23.261701 19.421918 29.628738 17.621094 30.111328 C 15.82027 30.593918 16.022424 27.962422 14.597656 27.789062 C 13.172888 27.615702 11.370584 30.273851 10.201172 29.712891 C 9.0317599 29.151931 11.030573 27.249999 9.4238281 26.833984 C 8.0279969 26.472579 5.5139964 30.330323 4.8457031 31.398438 A 20.310076 20.31008 0 0 0 23.935547 44.779297 A 20.310076 20.31008 0 0 0 43.927734 28.041016 C 42.863332 27.472359 41.564587 26.943006 40.654297 27.136719 C 38.862486 27.518023 38.595129 30.839493 36.830078 31.068359 C 35.065027 31.297225 33.662104 28.215867 32.378906 28.390625 C 31.095708 28.565383 31.972452 30.141916 30.607422 30.259766 C 29.242392 30.377616 27.741054 26.776999 26.078125 26.888672 C 24.415196 27.000345 24.826806 30.342218 22.962891 29.931641 C 21.098976 29.521064 22.853125 23.332045 20.441406 23.296875 z " />
|
d="M 20.441406 23.296875 C 18.029687 23.261701 19.421918 29.628738 17.621094 30.111328 C 15.82027 30.593918 16.022424 27.962423 14.597656 27.789062 C 13.172888 27.615702 11.370584 30.273851 10.201172 29.712891 C 9.0317598 29.151931 11.030573 27.249999 9.4238281 26.833984 C 8.0279969 26.472579 5.5139964 30.330323 4.8457031 31.398438 A 20.310076 20.31008 0 0 0 23.935547 44.779297 A 20.310076 20.31008 0 0 0 43.927734 28.041016 C 42.863332 27.472359 41.564587 26.943006 40.654297 27.136719 C 38.862486 27.518023 38.595129 30.839493 36.830078 31.068359 C 35.065027 31.297225 33.662104 28.215867 32.378906 28.390625 C 31.095708 28.565383 31.972452 30.141916 30.607422 30.259766 C 29.242392 30.377616 27.741054 26.776999 26.078125 26.888672 C 24.415196 27.000345 24.826806 30.342218 22.962891 29.931641 C 21.098976 29.521064 22.853125 23.332045 20.441406 23.296875 z " />
|
||||||
<path
|
<path
|
||||||
id="path865"
|
id="path865"
|
||||||
style="fill:#704f0c;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:0.07900614"
|
style="fill:#704f0c;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:0.07900614"
|
||||||
|
|
Before Width: | Height: | Size: 8 KiB After Width: | Height: | Size: 7.6 KiB |
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg8"
|
id="svg8"
|
||||||
sodipodi:docname="yast-messages.svg"
|
sodipodi:docname="yast-messages.svg"
|
||||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata14">
|
id="metadata14">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -41,24 +41,22 @@
|
||||||
id="namedview10"
|
id="namedview10"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="4.7291668"
|
inkscape:zoom="4.7291668"
|
||||||
inkscape:cx="-52.38404"
|
inkscape:cx="8.7753301"
|
||||||
inkscape:cy="31.530414"
|
inkscape:cy="33.726871"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg8"
|
inkscape:current-layer="svg8"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0" />
|
||||||
<path
|
<path
|
||||||
d="m44.322082 27.405077a19.729762 19.729765 0 0 1 -19.729762 19.729765 19.729762 19.729765 0 0 1 -19.7297621-19.729765 19.729762 19.729765 0 0 1 19.7297621-19.7297632 19.729762 19.729765 0 0 1 19.729762 19.7297632z"
|
|
||||||
fill="#89a02c"
|
|
||||||
opacity=".99"
|
|
||||||
transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"
|
|
||||||
id="path2"
|
id="path2"
|
||||||
style="fill:#a5c0cd;fill-opacity:1" />
|
style="fill:#a5c0cd;fill-opacity:1;stroke-width:1.15035"
|
||||||
|
d="M 23.804688 1.3046875 A 22.696228 22.696232 0 0 0 1.1074219 24 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.5 24 A 22.696228 22.696232 0 0 0 23.804688 1.3046875 z " />
|
||||||
<path
|
<path
|
||||||
id="path844"
|
id="path844"
|
||||||
style="fill:#758d9e;fill-opacity:1;stroke-width:1.15035"
|
style="fill:#758d9e;fill-opacity:1;stroke-width:1.15035"
|
||||||
d="M 23.804688 1.3046875 C 11.269906 1.3046875 1.1074207 11.465218 1.1074219 24 C 1.1074219 30.267391 3.6486504 35.941619 7.7558594 40.048828 L 13.621094 34.183594 L 19.898438 35.8125 L 18.185547 29.617188 L 39.851562 7.9511719 C 35.744352 3.8439619 30.072077 1.3046875 23.804688 1.3046875 z " />
|
d="M 23.804688 1.3046875 C 11.269906 1.3046875 1.1074207 11.465218 1.1074219 24 C 1.1074219 30.267391 3.6486504 35.941619 7.7558594 40.048828 L 13.621094 34.183594 L 19.898438 35.8125 L 18.185547 29.617188 L 39.851562 7.9511719 C 35.744352 3.8439619 30.072076 1.3046875 23.804688 1.3046875 z " />
|
||||||
<g
|
<g
|
||||||
id="g880"
|
id="g880"
|
||||||
transform="rotate(-45,9.9269914,22.936309)">
|
transform="rotate(-45,9.9269914,22.936309)">
|
||||||
|
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.7 KiB |
|
@ -1 +1,68 @@
|
||||||
<svg height="48" width="48" xmlns="http://www.w3.org/2000/svg"><path d="m44.322082 27.405077a19.729762 19.729765 0 0 1 -19.729762 19.729765 19.729762 19.729765 0 0 1 -19.7297621-19.729765 19.729762 19.729765 0 0 1 19.7297621-19.7297632 19.729762 19.729765 0 0 1 19.729762 19.7297632z" fill="#89a02c" opacity=".99" transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"/><circle cx="23.6875" cy="24.6875" fill="none" r="11.09375" stroke="#ffffff" stroke-linecap="round" stroke-width="4"/><path d="m23.25 14.25v9.75h-9.75v1.5h9.75v9.75h1.5v-9.75h9.75v-1.5h-9.75v-9.75z" fill="#ffffff" fill-opacity=".316901" fill-rule="evenodd"/></svg>
|
<?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"
|
||||||
|
height="48"
|
||||||
|
width="48"
|
||||||
|
version="1.1"
|
||||||
|
id="svg8"
|
||||||
|
sodipodi:docname="0ad.svg"
|
||||||
|
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
||||||
|
<metadata
|
||||||
|
id="metadata14">
|
||||||
|
<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="defs12" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1028"
|
||||||
|
id="namedview10"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="7.8020833"
|
||||||
|
inkscape:cx="45.966378"
|
||||||
|
inkscape:cy="40.078979"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg8" />
|
||||||
|
<path
|
||||||
|
id="path2"
|
||||||
|
style="stroke-width:1.15035;fill:#a3be8c;fill-opacity:1"
|
||||||
|
d="M 23.804688 1.3046875 A 22.696228 22.696232 0 0 0 1.1074219 24 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.5 24 A 22.696228 22.696232 0 0 0 23.804688 1.3046875 z " />
|
||||||
|
<circle
|
||||||
|
cx="23.6875"
|
||||||
|
cy="24.6875"
|
||||||
|
fill="none"
|
||||||
|
r="11.09375"
|
||||||
|
stroke="#ffffff"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-width="4"
|
||||||
|
id="circle4" />
|
||||||
|
<path
|
||||||
|
d="m23.25 14.25v9.75h-9.75v1.5h9.75v9.75h1.5v-9.75h9.75v-1.5h-9.75v-9.75z"
|
||||||
|
fill="#ffffff"
|
||||||
|
fill-opacity=".316901"
|
||||||
|
fill-rule="evenodd"
|
||||||
|
id="path6" />
|
||||||
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 642 B After Width: | Height: | Size: 2 KiB |
|
@ -1 +1,67 @@
|
||||||
<svg height="48" width="48" xmlns="http://www.w3.org/2000/svg"><path d="m44.322082 27.405077a19.729762 19.729765 0 0 1 -19.729762 19.729765 19.729762 19.729765 0 0 1 -19.7297621-19.729765 19.729762 19.729765 0 0 1 19.7297621-19.7297632 19.729762 19.729765 0 0 1 19.729762 19.7297632z" fill="#5fbe9e" opacity=".99" transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"/><g fill-rule="evenodd" transform="matrix(.70710678 .70710678 -.70710678 .70710678 22.831151 -8.97187)"><path d="m24.00238 7.0351824c-5.131099 5.6298066-6.596159 11.2853156-5.303301 18.0312226l-1.06066 1.06066v8.485282l3.605968-4.879313.847976 1.273344 4.031337-.211303.847976-1.273345 3.394665 5.090617v-8.485282l-1.06066-1.06066c2.837705-9.739749-2.013687-14.899739-5.303301-18.0312226zm-1.287155 6.7423736a2.25 2.25 0 0 1 3.18198 0 2.25 2.25 0 0 1 0 3.18198 2.25 2.25 0 0 1 -3.18198 0 2.25 2.25 0 0 1 0-3.18198z" fill="#ffffff"/><path d="m21.881059 33.763819c.517455-.642061 2.121321-1.272793 2.121321-1.272793s1.452914.935221 1.697056 1.697057c.262523.819196-.424264 2.545584-.424264 2.545584-.187569-.780264.08155-.295807-.636396-1.06066.359602 1.261169-.173031 1.417273-.848528 2.545584-.348244-.581525-2.084385-1.50638-1.272793-2.12132-.86651.637418-.306318.85543-.424264 1.272792-.86756-.164509-1.248184-2.320715-.212132-3.606244z" fill="#fefeff" fill-opacity=".630282"/></g></svg>
|
<?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"
|
||||||
|
height="48"
|
||||||
|
width="48"
|
||||||
|
version="1.1"
|
||||||
|
id="svg10"
|
||||||
|
sodipodi:docname="1deepin-launcher.svg"
|
||||||
|
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
||||||
|
<metadata
|
||||||
|
id="metadata16">
|
||||||
|
<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="defs14" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1028"
|
||||||
|
id="namedview12"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="15.604167"
|
||||||
|
inkscape:cx="24.128171"
|
||||||
|
inkscape:cy="24"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="24"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg10" />
|
||||||
|
<path
|
||||||
|
id="path2"
|
||||||
|
style="stroke-width:1.15035;fill:#8fbcbb;fill-opacity:1"
|
||||||
|
d="M 23.804688 1.3046875 A 22.696228 22.696232 0 0 0 1.1074219 24 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.5 24 A 22.696228 22.696232 0 0 0 23.804688 1.3046875 z " />
|
||||||
|
<g
|
||||||
|
fill-rule="evenodd"
|
||||||
|
transform="matrix(.70710678 .70710678 -.70710678 .70710678 22.831151 -8.97187)"
|
||||||
|
id="g8">
|
||||||
|
<path
|
||||||
|
d="m24.00238 7.0351824c-5.131099 5.6298066-6.596159 11.2853156-5.303301 18.0312226l-1.06066 1.06066v8.485282l3.605968-4.879313.847976 1.273344 4.031337-.211303.847976-1.273345 3.394665 5.090617v-8.485282l-1.06066-1.06066c2.837705-9.739749-2.013687-14.899739-5.303301-18.0312226zm-1.287155 6.7423736a2.25 2.25 0 0 1 3.18198 0 2.25 2.25 0 0 1 0 3.18198 2.25 2.25 0 0 1 -3.18198 0 2.25 2.25 0 0 1 0-3.18198z"
|
||||||
|
fill="#ffffff"
|
||||||
|
id="path4" />
|
||||||
|
<path
|
||||||
|
d="m21.881059 33.763819c.517455-.642061 2.121321-1.272793 2.121321-1.272793s1.452914.935221 1.697056 1.697057c.262523.819196-.424264 2.545584-.424264 2.545584-.187569-.780264.08155-.295807-.636396-1.06066.359602 1.261169-.173031 1.417273-.848528 2.545584-.348244-.581525-2.084385-1.50638-1.272793-2.12132-.86651.637418-.306318.85543-.424264 1.272792-.86756-.164509-1.248184-2.320715-.212132-3.606244z"
|
||||||
|
fill="#fefeff"
|
||||||
|
fill-opacity=".630282"
|
||||||
|
id="path6" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.8 KiB |
|
@ -12,7 +12,7 @@
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg10"
|
id="svg10"
|
||||||
sodipodi:docname="3D-Coat.svg"
|
sodipodi:docname="3D-Coat.svg"
|
||||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
|
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata16">
|
id="metadata16">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
inkscape:pageopacity="0"
|
inkscape:pageopacity="0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:window-width="1920"
|
inkscape:window-width="1920"
|
||||||
inkscape:window-height="1031"
|
inkscape:window-height="1028"
|
||||||
id="namedview12"
|
id="namedview12"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="5.6715856"
|
inkscape:zoom="5.6715856"
|
||||||
|
@ -46,13 +46,12 @@
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="24"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg10" />
|
inkscape:current-layer="svg10"
|
||||||
|
inkscape:document-rotation="0" />
|
||||||
<path
|
<path
|
||||||
d="m44.322082 27.405077a19.729762 19.729765 0 0 1 -19.729762 19.729765 19.729762 19.729765 0 0 1 -19.7297621-19.729765 19.729762 19.729765 0 0 1 19.7297621-19.7297632 19.729762 19.729765 0 0 1 19.729762 19.7297632z"
|
id="path2"
|
||||||
fill="#73517c"
|
style="stroke-width:1.15035;fill:#b48ead;fill-opacity:1"
|
||||||
opacity=".99"
|
d="M 23.804688 1.3046875 A 22.696228 22.696232 0 0 0 1.1074219 24 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.5 24 A 22.696228 22.696232 0 0 0 23.804688 1.3046875 z " />
|
||||||
transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"
|
|
||||||
id="path2" />
|
|
||||||
<path
|
<path
|
||||||
d="M 44.377731,23.999999 A 20.57396,20.573963 0 0 1 23.803771,44.573962 20.57396,20.573963 0 0 1 3.2298109,23.999999 20.57396,20.573963 0 0 1 23.803771,3.4260388 20.57396,20.573963 0 0 1 44.377731,23.999999 Z"
|
d="M 44.377731,23.999999 A 20.57396,20.573963 0 0 1 23.803771,44.573962 20.57396,20.573963 0 0 1 3.2298109,23.999999 20.57396,20.573963 0 0 1 23.803771,3.4260388 20.57396,20.573963 0 0 1 44.377731,23.999999 Z"
|
||||||
fill="#73517c"
|
fill="#73517c"
|
||||||
|
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg10"
|
id="svg10"
|
||||||
sodipodi:docname="4digits.svg"
|
sodipodi:docname="4digits.svg"
|
||||||
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata16">
|
id="metadata16">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -37,38 +37,32 @@
|
||||||
inkscape:pageopacity="0"
|
inkscape:pageopacity="0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:window-width="1920"
|
inkscape:window-width="1920"
|
||||||
inkscape:window-height="1031"
|
inkscape:window-height="1029"
|
||||||
id="namedview12"
|
id="namedview12"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="8.0208333"
|
inkscape:zoom="8.0208333"
|
||||||
inkscape:cx="31.070422"
|
inkscape:cx="5.174026"
|
||||||
inkscape:cy="47.451449"
|
inkscape:cy="47.438961"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg10"
|
inkscape:current-layer="svg10"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0" />
|
||||||
<path
|
<path
|
||||||
d="m44.322082 27.405077a19.729762 19.729765 0 0 1 -19.729762 19.729765 19.729762 19.729765 0 0 1 -19.7297621-19.729765 19.729762 19.729765 0 0 1 19.7297621-19.7297632 19.729762 19.729765 0 0 1 19.729762 19.7297632z"
|
|
||||||
fill="#73517c"
|
|
||||||
opacity=".99"
|
|
||||||
transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"
|
|
||||||
id="path2"
|
id="path2"
|
||||||
style="fill:#d8c36c;fill-opacity:1" />
|
style="fill:#b48fad;fill-opacity:1;stroke-width:1.15035"
|
||||||
|
d="M 23.804688 1.3046875 A 22.696228 22.696232 0 0 0 1.1074219 24 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.5 24 A 22.696228 22.696232 0 0 0 23.804688 1.3046875 z " />
|
||||||
<path
|
<path
|
||||||
d="M 44.377731,23.999999 A 20.57396,20.573963 0 0 1 23.803771,44.573962 20.57396,20.573963 0 0 1 3.2298109,23.999999 20.57396,20.573963 0 0 1 23.803771,3.4260388 20.57396,20.573963 0 0 1 44.377731,23.999999 Z"
|
|
||||||
fill="#73517c"
|
|
||||||
opacity="0.99"
|
|
||||||
id="path857"
|
id="path857"
|
||||||
style="fill:#ffffff;fill-opacity:0.175321;stroke-width:1.04279" />
|
style="fill:#ffffff;fill-opacity:0.175321;stroke-width:1.04279"
|
||||||
<text
|
d="M 23.804688 3.4257812 A 20.57396 20.573963 0 0 0 3.2304688 24 A 20.57396 20.573963 0 0 0 23.804688 44.574219 A 20.57396 20.573963 0 0 0 44.376953 24 A 20.57396 20.573963 0 0 0 23.804688 3.4257812 z " />
|
||||||
xml:space="preserve"
|
<g
|
||||||
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:40px;line-height:1.25;font-family:MathJax_Typewriter;-inkscape-font-specification:'MathJax_Typewriter Bold';fill:#ffffff;fill-opacity:1;stroke:none"
|
aria-label="4"
|
||||||
x="13.323771"
|
id="text880"
|
||||||
y="36.5"
|
style="font-weight:bold;font-size:40px;line-height:1.25;font-family:MathJax_Typewriter;-inkscape-font-specification:'MathJax_Typewriter Bold';fill:#ffffff">
|
||||||
id="text880"><tspan
|
<path
|
||||||
sodipodi:role="line"
|
d="M 23.686698,14.653328 15.44451,26.860359 h 8.242188 z m -1.25,-6.1914064 h 8.359375 V 26.860359 h 4.160156 v 5.449219 h -4.160156 v 5.3125 h -7.109375 v -5.3125 H 10.75701 v -6.445313 z"
|
||||||
id="tspan878"
|
id="path1162" />
|
||||||
x="13.323771"
|
</g>
|
||||||
y="36.5">4</tspan></text>
|
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.5 KiB |
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg12"
|
id="svg12"
|
||||||
sodipodi:docname="4kslideshowmaker.svg"
|
sodipodi:docname="4kslideshowmaker.svg"
|
||||||
inkscape:version="0.92.3 (2405546, 2018-03-11)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata18">
|
id="metadata18">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -36,17 +36,18 @@
|
||||||
guidetolerance="10"
|
guidetolerance="10"
|
||||||
inkscape:pageopacity="0"
|
inkscape:pageopacity="0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:window-width="1360"
|
inkscape:window-width="1920"
|
||||||
inkscape:window-height="717"
|
inkscape:window-height="1029"
|
||||||
id="namedview14"
|
id="namedview14"
|
||||||
showgrid="true"
|
showgrid="true"
|
||||||
inkscape:zoom="45.254834"
|
inkscape:zoom="11.313709"
|
||||||
inkscape:cx="34.838618"
|
inkscape:cx="30.538174"
|
||||||
inkscape:cy="32.018098"
|
inkscape:cy="41.851883"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="25"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg12">
|
inkscape:current-layer="svg12"
|
||||||
|
inkscape:pagecheckerboard="0">
|
||||||
<inkscape:grid
|
<inkscape:grid
|
||||||
type="xygrid"
|
type="xygrid"
|
||||||
id="grid828"
|
id="grid828"
|
||||||
|
@ -58,7 +59,8 @@
|
||||||
fill="#d26f5b"
|
fill="#d26f5b"
|
||||||
opacity=".99"
|
opacity=".99"
|
||||||
transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"
|
transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"
|
||||||
id="path2" />
|
id="path2"
|
||||||
|
style="fill:#bf606a;fill-opacity:1" />
|
||||||
<path
|
<path
|
||||||
d="m10.5 13.5h22.5v18h-22.5z"
|
d="m10.5 13.5h22.5v18h-22.5z"
|
||||||
fill="none"
|
fill="none"
|
||||||
|
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.4 KiB |
|
@ -1 +1,58 @@
|
||||||
<svg height="48" width="48" xmlns="http://www.w3.org/2000/svg"><path d="m44.322082 27.405077a19.729762 19.729765 0 0 1 -19.729762 19.729765 19.729762 19.729765 0 0 1 -19.7297621-19.729765 19.729762 19.729765 0 0 1 19.7297621-19.7297632 19.729762 19.729765 0 0 1 19.729762 19.7297632z" fill="#89a02c" opacity=".99" transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"/><g fill="#ffffff"><path d="m25.875 31.677734a6 6 0 0 0 -5.001953 2.69336 5.3370876 5.1161165 0 0 0 -2.943359-.853516 5.3370876 5.1161165 0 0 0 -5.166016 3.857422 4.8995876 4.6161165 0 0 0 -.746094-.058594 4.8995876 4.6161165 0 0 0 -3.486328 1.376953 21.19623 21.196233 0 0 0 15.273438 6.501953 21.19623 21.196233 0 0 0 15.816406-7.117187 4.4973984 3.8344855 0 0 0 -1.275391-1.035156 5.3370876 5.1161165 0 0 0 -5.267578-4.304688 5.3370876 5.1161165 0 0 0 -2.863281.800781 6 6 0 0 0 -4.339844-1.861328z" fill-opacity=".551095" opacity=".99" transform="matrix(1.00000000503 0 0 1.00000000503 .00000016713 .00000082254)"/><rect height="13.5" ry="1.5" width="16.5" x="12" y="16.5"/><path d="m30 19.5 6-3v13.5l-6-3z" fill-rule="evenodd"/></g></svg>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
height="48"
|
||||||
|
width="48"
|
||||||
|
version="1.1"
|
||||||
|
id="svg12"
|
||||||
|
sodipodi:docname="4kvideodownloader.svg"
|
||||||
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs16" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview14"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="2.9168155"
|
||||||
|
inkscape:cx="98.22356"
|
||||||
|
inkscape:cy="101.65196"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1029"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg12" />
|
||||||
|
<path
|
||||||
|
id="path2"
|
||||||
|
style="stroke-width:1.15035;fill:#a3be8c;fill-opacity:1"
|
||||||
|
d="M 23.804688 1.3046875 A 22.696228 22.696232 0 0 0 1.1074219 24 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.5 24 A 22.696228 22.696232 0 0 0 23.804688 1.3046875 z " />
|
||||||
|
<g
|
||||||
|
fill="#ffffff"
|
||||||
|
id="g10">
|
||||||
|
<path
|
||||||
|
d="m25.875 31.677734a6 6 0 0 0 -5.001953 2.69336 5.3370876 5.1161165 0 0 0 -2.943359-.853516 5.3370876 5.1161165 0 0 0 -5.166016 3.857422 4.8995876 4.6161165 0 0 0 -.746094-.058594 4.8995876 4.6161165 0 0 0 -3.486328 1.376953 21.19623 21.196233 0 0 0 15.273438 6.501953 21.19623 21.196233 0 0 0 15.816406-7.117187 4.4973984 3.8344855 0 0 0 -1.275391-1.035156 5.3370876 5.1161165 0 0 0 -5.267578-4.304688 5.3370876 5.1161165 0 0 0 -2.863281.800781 6 6 0 0 0 -4.339844-1.861328z"
|
||||||
|
fill-opacity=".551095"
|
||||||
|
opacity=".99"
|
||||||
|
transform="matrix(1.00000000503 0 0 1.00000000503 .00000016713 .00000082254)"
|
||||||
|
id="path4" />
|
||||||
|
<rect
|
||||||
|
height="13.5"
|
||||||
|
ry="1.5"
|
||||||
|
width="16.5"
|
||||||
|
x="12"
|
||||||
|
y="16.5"
|
||||||
|
id="rect6" />
|
||||||
|
<path
|
||||||
|
d="m30 19.5 6-3v13.5l-6-3z"
|
||||||
|
fill-rule="evenodd"
|
||||||
|
id="path8" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg6"
|
id="svg6"
|
||||||
sodipodi:docname="Dnfdragora.svg"
|
sodipodi:docname="Dnfdragora.svg"
|
||||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata12">
|
id="metadata12">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,6 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -41,28 +40,23 @@
|
||||||
id="namedview8"
|
id="namedview8"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="2.3645833"
|
inkscape:zoom="2.3645833"
|
||||||
inkscape:cx="-172.20159"
|
inkscape:cx="-166.20265"
|
||||||
inkscape:cy="-23.952555"
|
inkscape:cy="101.28635"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg6"
|
inkscape:current-layer="svg6"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0"
|
||||||
<circle
|
inkscape:pagecheckerboard="0" />
|
||||||
cx="23.940615"
|
<path
|
||||||
cy="31.534513"
|
|
||||||
fill="#5e81ac"
|
|
||||||
opacity=".99"
|
|
||||||
r="13.232998"
|
|
||||||
transform="matrix(1.75830584759 0 0 1.75830608345 -18.15909274367 -30.97874795549)"
|
|
||||||
id="circle2"
|
id="circle2"
|
||||||
style="fill:#d4c5a6;fill-opacity:1" />
|
style="opacity:0.99;fill:#ded9d3;fill-opacity:1"
|
||||||
|
transform="matrix(1.75830584759 0 0 1.75830608345 -18.15909274367 -30.97874795549)"
|
||||||
|
d="M 37.173613,31.534513 A 13.232998,13.232998 0 0 1 23.940615,44.767511 13.232998,13.232998 0 0 1 10.707617,31.534513 13.232998,13.232998 0 0 1 23.940615,18.301516 13.232998,13.232998 0 0 1 37.173613,31.534513 Z" />
|
||||||
<path
|
<path
|
||||||
id="circle1187"
|
id="circle1187"
|
||||||
style="opacity:0.99;fill:#a09189;fill-opacity:0.36516249"
|
style="opacity:0.99;fill:#791506;fill-opacity:0.08383234;stroke-width:1.75831"
|
||||||
transform="matrix(1.7583058,0,0,1.7583061,-18.159093,-30.978748)"
|
d="M 0.66796875 24.46875 C 0.66796875 37.319124 11.085175 47.736328 23.935547 47.736328 C 36.785919 47.736328 47.203125 37.319124 47.203125 24.46875 L 0.66796875 24.46875 z " />
|
||||||
d="m 37.173613,31.534513 c 0,7.308383 -5.924615,13.232998 -13.232998,13.232998 -7.308383,0 -13.232998,-5.924615 -13.232998,-13.232998 z"
|
|
||||||
sodipodi:nodetypes="cscc" />
|
|
||||||
<path
|
<path
|
||||||
id="path6"
|
id="path6"
|
||||||
style="fill:#ffffff;fill-opacity:0.495455"
|
style="fill:#ffffff;fill-opacity:0.495455"
|
||||||
|
@ -75,5 +69,5 @@
|
||||||
d="m 32.411865,28.176398 v 6 h 5 v -6 z m -2,7 4.5,5 4.5,-5 z"
|
d="m 32.411865,28.176398 v 6 h 5 v -6 z m -2,7 4.5,5 4.5,-5 z"
|
||||||
fill="#afa096"
|
fill="#afa096"
|
||||||
id="path10"
|
id="path10"
|
||||||
style="fill:#c1b39c;fill-opacity:0.99607843" />
|
style="fill:#d6c8c2;fill-opacity:0.99215686" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.2 KiB |
|
@ -1 +1,59 @@
|
||||||
<svg height="48" width="48" xmlns="http://www.w3.org/2000/svg"><path d="m44.322082 27.405077a19.729762 19.729765 0 0 1 -19.729762 19.729765 19.729762 19.729765 0 0 1 -19.7297621-19.729765 19.729762 19.729765 0 0 1 19.7297621-19.7297632 19.729762 19.729765 0 0 1 19.729762 19.7297632z" fill="#e2604d" opacity=".99" transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"/><circle cx="13.035714" cy="19.035715" fill="#ffffff" r="4.035714"/><circle cx="35.892857" cy="19.035715" fill="#e8fffffff" r="4.035714"/><path d="m15 36c6.200627-8.426336 12.180095-7.564008 18 0" fill="none" stroke="#ffffff" stroke-linecap="round" stroke-width="3"/><path d="m33 24c-3.955256 3.845133 0 8.735721 0 4.49893z" fill="#ffffff" fill-rule="evenodd"/></svg>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
height="48"
|
||||||
|
width="48"
|
||||||
|
version="1.1"
|
||||||
|
id="svg12"
|
||||||
|
sodipodi:docname="utilies-bug-reporter.svg"
|
||||||
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs16" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview14"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="5.7894368"
|
||||||
|
inkscape:cx="-6.3045856"
|
||||||
|
inkscape:cy="34.459311"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1031"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg12" />
|
||||||
|
<path
|
||||||
|
id="path2"
|
||||||
|
style="stroke-width:1.15035;fill:#bf616a;fill-opacity:1"
|
||||||
|
d="M 23.804688 1.3046875 A 22.696228 22.696232 0 0 0 1.1074219 24 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.5 24 A 22.696228 22.696232 0 0 0 23.804688 1.3046875 z " />
|
||||||
|
<circle
|
||||||
|
cx="13.035714"
|
||||||
|
cy="19.035715"
|
||||||
|
fill="#ffffff"
|
||||||
|
r="4.035714"
|
||||||
|
id="circle4" />
|
||||||
|
<path
|
||||||
|
id="circle6"
|
||||||
|
d="m 39.928571,19.035715 a 4.0357141,4.0357141 0 0 1 -4.035714,4.035714 4.0357141,4.0357141 0 0 1 -4.035715,-4.035714 4.0357141,4.0357141 0 0 1 4.035715,-4.035714 4.0357141,4.0357141 0 0 1 4.035714,4.035714 z"
|
||||||
|
style="fill:#ffffff;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
d="m15 36c6.200627-8.426336 12.180095-7.564008 18 0"
|
||||||
|
fill="none"
|
||||||
|
stroke="#ffffff"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-width="3"
|
||||||
|
id="path8" />
|
||||||
|
<path
|
||||||
|
d="m33 24c-3.955256 3.845133 0 8.735721 0 4.49893z"
|
||||||
|
fill="#ffffff"
|
||||||
|
fill-rule="evenodd"
|
||||||
|
id="path10" />
|
||||||
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 745 B After Width: | Height: | Size: 1.9 KiB |
|
@ -21,7 +21,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
inkscape:pageopacity="0"
|
inkscape:pageopacity="0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:window-width="1920"
|
inkscape:window-width="1920"
|
||||||
inkscape:window-height="1031"
|
inkscape:window-height="1028"
|
||||||
id="namedview8"
|
id="namedview8"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="6.6880516"
|
inkscape:zoom="6.6880516"
|
||||||
|
@ -48,19 +48,17 @@
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg6"
|
inkscape:current-layer="svg6"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0" />
|
||||||
<circle
|
|
||||||
cx="23.940615"
|
|
||||||
cy="31.534513"
|
|
||||||
fill="#5e81ac"
|
|
||||||
opacity=".99"
|
|
||||||
r="13.232998"
|
|
||||||
transform="matrix(1.75830584759 0 0 1.75830608345 -18.15909274367 -30.97874795549)"
|
|
||||||
id="circle2"
|
|
||||||
style="fill:#e1dad5;fill-opacity:1" />
|
|
||||||
<path
|
<path
|
||||||
d="m 17.825443,41.397364 c -0.413066,-0.433937 -0.341477,-4.947594 0.08263,-5.209705 0.199639,-0.123396 3.648065,-0.107452 7.663164,0.03541 l 7.300181,0.259748 v 2.372314 2.372312 h -2.931813 c -1.612498,0 -4.934762,0.104498 -7.382807,0.232223 -2.448047,0.127732 -4.577155,0.09969 -4.731353,-0.06229 z m 0.625068,-7.109138 c -0.579175,-3.087263 0.619625,-5.831673 4.584913,-10.496234 l 1.634048,-1.922207 -1.41277,-0.19711 c -0.777023,-0.108414 -1.83746,-0.307131 -2.356524,-0.441599 -0.717597,-0.185896 -1.203035,-0.0041 -2.025738,0.75826 -0.915442,0.848406 -1.314768,0.971525 -2.594354,0.799898 -1.726217,-0.231535 -2.473133,-1.026378 -2.473133,-2.631827 0,-0.910882 0.597422,-1.69394 3.262781,-4.27661 1.794528,-1.738855 3.718784,-3.32052 4.276123,-3.514809 0.645545,-0.225037 0.939963,-0.544487 0.811164,-0.880132 -0.126536,-0.329729 0.161711,-0.665233 0.77035,-0.896633 0.807318,-0.306942 0.974252,-0.6094688 0.982646,-1.7808079 l 0.01008,-1.4110505 1.252346,1.3462394 c 0.688789,0.7404316 2.016256,1.716041 2.949926,2.168024 2.491764,1.206241 4.585791,3.661301 5.347598,6.269582 0.941559,3.223711 0.785512,5.779122 -0.613846,10.052191 -0.800869,2.445537 -1.229437,4.5115 -1.254706,6.048466 l -0.03837,2.334281 -6.431334,0.002 -6.431336,0.002 z"
|
id="circle2"
|
||||||
fill="#ffffff"
|
style="opacity:0.99;fill:#ebcb8b;fill-opacity:1"
|
||||||
stroke-width="0.373813"
|
transform="matrix(1.75830584759 0 0 1.75830608345 -18.15909274367 -30.97874795549)"
|
||||||
|
d="M 37.173613,31.534513 A 13.232998,13.232998 0 0 1 23.940615,44.767511 13.232998,13.232998 0 0 1 10.707617,31.534513 13.232998,13.232998 0 0 1 23.940615,18.301516 13.232998,13.232998 0 0 1 37.173613,31.534513 Z" />
|
||||||
|
<path
|
||||||
|
id="path832"
|
||||||
|
style="opacity:0.99;fill:#4c566a;fill-opacity:1;stroke-width:1.54476"
|
||||||
|
d="M 44.377686,24.468578 A 20.441856,20.441859 0 0 1 23.93583,44.910437 20.441856,20.441859 0 0 1 3.4939748,24.468578 20.441856,20.441859 0 0 1 23.93583,4.0267211 20.441856,20.441859 0 0 1 44.377686,24.468578 Z" />
|
||||||
|
<path
|
||||||
id="path10"
|
id="path10"
|
||||||
style="fill:#3a3a3a;fill-opacity:1" />
|
style="fill:#ebcb8b;fill-opacity:0.99215686"
|
||||||
|
d="M 23.921875 9.2382812 L 23.912109 10.496094 C 23.904619 11.54115 23.755437 11.812088 23.035156 12.085938 C 22.492135 12.292391 22.236715 12.590586 22.349609 12.884766 C 22.464522 13.184225 22.200948 13.469147 21.625 13.669922 C 21.127748 13.843265 19.411605 15.255253 17.810547 16.806641 C 15.432542 19.110871 14.898438 19.810368 14.898438 20.623047 C 14.898438 22.055411 15.565357 22.76413 17.105469 22.970703 C 18.247102 23.123826 18.603174 23.012798 19.419922 22.255859 C 20.153928 21.575648 20.58633 21.414224 21.226562 21.580078 C 21.689666 21.700049 22.636827 21.877879 23.330078 21.974609 L 24.589844 22.150391 L 23.132812 23.865234 C 19.595026 28.026904 18.524282 30.476047 19.041016 33.230469 L 19.265625 34.417969 L 25.001953 34.416016 L 30.740234 34.414062 L 30.775391 32.332031 C 30.797936 30.960767 31.180004 29.117429 31.894531 26.935547 C 33.143023 23.123162 33.281454 20.842957 32.441406 17.966797 C 31.76173 15.639717 29.895 13.449242 27.671875 12.373047 C 26.838865 11.969793 25.653592 11.100058 25.039062 10.439453 L 23.921875 9.2382812 z M 20.699219 34.851562 C 19.460014 34.845836 18.647651 34.868782 18.558594 34.923828 C 18.180212 35.157681 18.115842 39.185113 18.484375 39.572266 C 18.621949 39.716776 20.520957 39.740914 22.705078 39.626953 C 24.889197 39.512996 27.854316 39.419922 29.292969 39.419922 L 31.908203 39.419922 L 31.908203 37.304688 L 31.908203 35.1875 L 25.394531 34.955078 C 23.603417 34.891348 21.938424 34.857289 20.699219 34.851562 z " />
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.7 KiB |
|
@ -0,0 +1 @@
|
||||||
|
lokalize.svg
|
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg6"
|
id="svg6"
|
||||||
sodipodi:docname="document.svg"
|
sodipodi:docname="wordpad.svg"
|
||||||
inkscape:version="0.92.4 5da689c313, 2019-01-14">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata12">
|
id="metadata12">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -36,24 +36,22 @@
|
||||||
guidetolerance="10"
|
guidetolerance="10"
|
||||||
inkscape:pageopacity="0"
|
inkscape:pageopacity="0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:window-width="870"
|
inkscape:window-width="1920"
|
||||||
inkscape:window-height="480"
|
inkscape:window-height="1031"
|
||||||
id="namedview8"
|
id="namedview8"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="4.9166667"
|
inkscape:zoom="4.9166667"
|
||||||
inkscape:cx="24"
|
inkscape:cx="-14.135593"
|
||||||
inkscape:cy="24"
|
inkscape:cy="24.101695"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="30"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="0"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg6" />
|
inkscape:current-layer="svg6"
|
||||||
|
inkscape:pagecheckerboard="0" />
|
||||||
<path
|
<path
|
||||||
d="m44.322082 27.405077a19.729762 19.729765 0 0 1 -19.729762 19.729765 19.729762 19.729765 0 0 1 -19.7297621-19.729765 19.729762 19.729765 0 0 1 19.7297621-19.7297632 19.729762 19.729765 0 0 1 19.729762 19.7297632z"
|
|
||||||
fill="#b76732"
|
|
||||||
opacity=".99"
|
|
||||||
transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"
|
|
||||||
id="path2"
|
id="path2"
|
||||||
style="fill:#52976d;fill-opacity:1" />
|
style="fill:#a3be8c;fill-opacity:1;stroke-width:1.15035"
|
||||||
|
d="M 23.804688 1.3046875 A 22.696228 22.696232 0 0 0 1.1074219 24 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.5 24 A 22.696228 22.696232 0 0 0 23.804688 1.3046875 z " />
|
||||||
<path
|
<path
|
||||||
d="m23.737398 13.435191-9.7037 12.420163c-1.819455 2.328781-1.310106 6.477016 1.018658 8.296467 2.328804 1.819435 6.47702 1.310106 8.29647-1.018674l9.703701-12.420184 1.212934-1.55252c1.212982-1.552521.873429-4.318004-.679082-5.530965-1.552531-1.212962-4.318012-.873421-5.53097.679116l-1.212973 1.552522-7.277773 9.315121-1.212954 1.552521c-.606497.776261-.436704 2.15901.339553 2.765502.776254.606454 2.159004.436701 2.765481-.33956l8.49073-10.86766 1.552527 1.21296-8.490726 10.867646c-1.212974 1.552539-3.978459 1.892095-5.53097.679118-1.552527-1.212966-1.892099-3.978447-.679141-5.530967l1.21297-1.552521 8.49075-10.867643c1.819435-2.328799 5.96765-2.83811 8.29645-1.018675 2.32878 1.819433 2.838129 5.967667 1.018679 8.296446l-1.212955 1.552539-9.703704 12.420146c-2.425947 3.105057-7.956913 3.784175-11.061951 1.358255-3.105038-2.425944-3.784163-7.95689-1.358235-11.06195l9.703704-12.420164z"
|
d="m23.737398 13.435191-9.7037 12.420163c-1.819455 2.328781-1.310106 6.477016 1.018658 8.296467 2.328804 1.819435 6.47702 1.310106 8.29647-1.018674l9.703701-12.420184 1.212934-1.55252c1.212982-1.552521.873429-4.318004-.679082-5.530965-1.552531-1.212962-4.318012-.873421-5.53097.679116l-1.212973 1.552522-7.277773 9.315121-1.212954 1.552521c-.606497.776261-.436704 2.15901.339553 2.765502.776254.606454 2.159004.436701 2.765481-.33956l8.49073-10.86766 1.552527 1.21296-8.490726 10.867646c-1.212974 1.552539-3.978459 1.892095-5.53097.679118-1.552527-1.212966-1.892099-3.978447-.679141-5.530967l1.21297-1.552521 8.49075-10.867643c1.819435-2.328799 5.96765-2.83811 8.29645-1.018675 2.32878 1.819433 2.838129 5.967667 1.018679 8.296446l-1.212955 1.552539-9.703704 12.420146c-2.425947 3.105057-7.956913 3.784175-11.061951 1.358255-3.105038-2.425944-3.784163-7.95689-1.358235-11.06195l9.703704-12.420164z"
|
||||||
fill="#ffffff"
|
fill="#ffffff"
|
||||||
|
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
@ -1,19 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg6"
|
id="svg6"
|
||||||
sodipodi:docname="accessories-image-viewer.svg"
|
sodipodi:docname="net.sourceforge.qtpfsgui.LuminanceHDR.svg"
|
||||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata12">
|
id="metadata12">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -22,36 +21,12 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
<defs
|
<defs
|
||||||
id="defs10">
|
id="defs10" />
|
||||||
<linearGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
id="linearGradient847">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#f3ded4;stop-opacity:1"
|
|
||||||
offset="0"
|
|
||||||
id="stop843" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#bdcbc8;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop845" />
|
|
||||||
</linearGradient>
|
|
||||||
<radialGradient
|
|
||||||
inkscape:collect="always"
|
|
||||||
xlink:href="#linearGradient847"
|
|
||||||
id="radialGradient849"
|
|
||||||
cx="23.760611"
|
|
||||||
cy="32.779697"
|
|
||||||
fx="23.760611"
|
|
||||||
fy="32.779697"
|
|
||||||
r="20.310076"
|
|
||||||
gradientTransform="matrix(11.371884,0,0,1.6262795,-246.4423,-20.529252)"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
</defs>
|
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
pagecolor="#ffffff"
|
pagecolor="#ffffff"
|
||||||
bordercolor="#666666"
|
bordercolor="#666666"
|
||||||
|
@ -65,54 +40,39 @@
|
||||||
inkscape:window-height="1031"
|
inkscape:window-height="1031"
|
||||||
id="namedview8"
|
id="namedview8"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="6.6880516"
|
inkscape:zoom="2.3645833"
|
||||||
inkscape:cx="13.37198"
|
inkscape:cx="-144.42291"
|
||||||
inkscape:cy="53.034467"
|
inkscape:cy="44.61674"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg6"
|
inkscape:current-layer="svg6"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0"
|
||||||
<circle
|
inkscape:pagecheckerboard="0" />
|
||||||
cx="23.940615"
|
<path
|
||||||
cy="31.534513"
|
|
||||||
fill="#5e81ac"
|
|
||||||
opacity=".99"
|
|
||||||
r="13.232998"
|
|
||||||
transform="matrix(1.75830584759 0 0 1.75830608345 -18.15909274367 -30.97874795549)"
|
|
||||||
id="circle2"
|
id="circle2"
|
||||||
style="fill:#b0bfce;fill-opacity:1" />
|
style="opacity:0.99;fill:#b0bfce"
|
||||||
<ellipse
|
transform="matrix(1.75830584759 0 0 1.75830608345 -18.15909274367 -30.97874795549)"
|
||||||
cx="23.935829"
|
d="M 37.173613,31.534513 A 13.232998,13.232998 0 0 1 23.940615,44.767511 13.232998,13.232998 0 0 1 10.707617,31.534513 13.232998,13.232998 0 0 1 23.940615,18.301516 13.232998,13.232998 0 0 1 37.173613,31.534513 Z" />
|
||||||
cy="24.468578"
|
<path
|
||||||
fill="#5e81ac"
|
|
||||||
opacity="0.99"
|
|
||||||
id="circle831"
|
id="circle831"
|
||||||
style="fill:#ffffff;fill-opacity:0.99442691;stroke-width:1.6391"
|
style="opacity:0.99;fill:#ffffff;fill-opacity:0.994427;stroke-width:1.6391"
|
||||||
rx="21.690235"
|
d="M 45.626064,24.468578 A 21.690235,21.690239 0 0 1 23.935829,46.158817 21.690235,21.690239 0 0 1 2.245594,24.468578 21.690235,21.690239 0 0 1 23.935829,2.7783394 21.690235,21.690239 0 0 1 45.626064,24.468578 Z" />
|
||||||
ry="21.690239" />
|
<path
|
||||||
<ellipse
|
|
||||||
cx="23.935829"
|
|
||||||
cy="24.468578"
|
|
||||||
fill="#5e81ac"
|
|
||||||
opacity="0.99"
|
|
||||||
id="ellipse833"
|
id="ellipse833"
|
||||||
style="fill:url(#radialGradient849);fill-opacity:1;stroke-width:1.5348"
|
style="opacity:0.99;fill:#a9d3c1;stroke-width:1.5348;fill-opacity:1"
|
||||||
rx="20.310076"
|
d="M 44.245905,24.468578 A 20.310076,20.31008 0 0 1 23.935829,44.778658 20.310076,20.31008 0 0 1 3.6257534,24.468578 20.310076,20.31008 0 0 1 23.935829,4.1584988 20.310076,20.31008 0 0 1 44.245905,24.468578 Z" />
|
||||||
ry="20.31008" />
|
|
||||||
<path
|
<path
|
||||||
id="ellipse835"
|
id="ellipse835"
|
||||||
style="fill:#d89f95;fill-opacity:1;stroke-width:1.5348"
|
style="fill:#8cbcb5;fill-opacity:1;stroke-width:1.5348"
|
||||||
d="M 5.3828125 32.732422 A 20.310076 20.31008 0 0 0 23.935547 44.779297 A 20.310076 20.31008 0 0 0 42.488281 32.732422 L 5.3828125 32.732422 z " />
|
d="M 5.3828125 32.732422 A 20.310076 20.31008 0 0 0 23.935547 44.779297 A 20.310076 20.31008 0 0 0 42.488281 32.732422 L 5.3828125 32.732422 z " />
|
||||||
<circle
|
<path
|
||||||
style="opacity:1;fill:#d89f95;fill-opacity:1;stroke:none;stroke-width:4.69726;stroke-linecap:round"
|
|
||||||
id="path862"
|
id="path862"
|
||||||
cx="23.935829"
|
style="opacity:1;fill:#ebcb8b;stroke-width:4.69726;stroke-linecap:round;fill-opacity:1"
|
||||||
cy="20.585831"
|
d="m 31.244911,20.585831 a 7.3090816,7.3090816 0 0 1 -7.309082,7.309081 7.3090816,7.3090816 0 0 1 -7.309081,-7.309081 7.3090816,7.3090816 0 0 1 7.309081,-7.309082 7.3090816,7.3090816 0 0 1 7.309082,7.309082 z" />
|
||||||
r="7.3090816" />
|
|
||||||
<path
|
<path
|
||||||
id="path845"
|
id="path845"
|
||||||
style="fill:#d8ba95;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
style="fill:#f6e7ca;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
d="m 17.779297,32.732422 2.050781,0.609375 -3.195312,0.726562 3.111328,0.212891 -2.84375,1.179688 2.966797,0.253906 -1.439453,0.375 1.955078,0.833984 -1.085938,0.521484 1.046875,0.31836 -0.466797,0.787109 0.921875,0.802735 -0.503906,0.792968 1.212891,0.712891 -0.748047,1.638672 0.521484,2.105469 c 0.118355,0.01602 0.23685,0.03099 0.355469,0.04492 1.720109,0.299615 3.496045,0.04526 5.259766,-0.08789 0.255993,-0.03744 0.511248,-0.07976 0.765624,-0.126953 l -0.917968,-1.685547 0.863281,-1.009766 -0.695313,-0.679687 1.175782,-0.347656 -1.435547,-0.746094 1.759765,-1.199219 L 26.75,38.220703 28.814453,37.646484 27.847656,36.916016 29.933594,36.5 27.177734,35.802734 31.257812,34.683594 27.78125,34.625 30.236328,33.458984 28.083984,32.732422 Z"
|
d="m 17.779297,32.732422 2.050781,0.609375 -3.195312,0.726562 3.111328,0.212891 -2.84375,1.179688 2.966797,0.253906 -1.439453,0.375 1.955078,0.833984 -1.085938,0.521484 1.046875,0.31836 -0.466797,0.787109 0.921875,0.802735 -0.503906,0.792968 1.212891,0.712891 -0.748047,1.638672 0.521484,2.105469 c 0.118355,0.01602 0.23685,0.03099 0.355469,0.04492 1.720109,0.299615 3.496045,0.04526 5.259766,-0.08789 0.255993,-0.03744 0.511248,-0.07976 0.765624,-0.126953 l -0.917968,-1.685547 0.863281,-1.009766 -0.695313,-0.679687 1.175782,-0.347656 -1.435547,-0.746094 1.759765,-1.199219 L 26.75,38.220703 28.814453,37.646484 27.847656,36.916016 29.933594,36.5 27.177734,35.802734 31.257812,34.683594 27.78125,34.625 30.236328,33.458984 28.083984,32.732422 Z"
|
||||||
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccc" />
|
sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccc" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4 KiB |
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg8"
|
id="svg8"
|
||||||
sodipodi:docname="hardinfo.svg"
|
sodipodi:docname="org.gnome.Firmware.svg"
|
||||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata14">
|
id="metadata14">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -41,20 +41,18 @@
|
||||||
id="namedview10"
|
id="namedview10"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="6.6880518"
|
inkscape:zoom="6.6880518"
|
||||||
inkscape:cx="-38.902608"
|
inkscape:cx="6.9526973"
|
||||||
inkscape:cy="18.154615"
|
inkscape:cy="18.914327"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg8"
|
inkscape:current-layer="svg8"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0" />
|
||||||
<path
|
<path
|
||||||
d="m44.322082 27.405077a19.729762 19.729765 0 0 1 -19.729762 19.729765 19.729762 19.729765 0 0 1 -19.7297621-19.729765 19.729762 19.729765 0 0 1 19.7297621-19.7297632 19.729762 19.729765 0 0 1 19.729762 19.7297632z"
|
|
||||||
fill="#89a02c"
|
|
||||||
opacity=".99"
|
|
||||||
transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"
|
|
||||||
id="path2"
|
id="path2"
|
||||||
style="fill:#7eaed4;fill-opacity:1" />
|
style="fill:#81a1c1;fill-opacity:1;stroke-width:1.15035"
|
||||||
|
d="M 23.804688 1.3046875 A 22.696228 22.696232 0 0 0 1.1074219 24 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.5 24 A 22.696228 22.696232 0 0 0 23.804688 1.3046875 z " />
|
||||||
<path
|
<path
|
||||||
id="rect1080"
|
id="rect1080"
|
||||||
style="fill:#ffffff;fill-opacity:0.996078;stroke:none;stroke-width:0.8;stroke-linecap:square"
|
style="fill:#ffffff;fill-opacity:0.996078;stroke:none;stroke-width:0.8;stroke-linecap:square"
|
||||||
|
@ -217,18 +215,12 @@
|
||||||
y="31.689684"
|
y="31.689684"
|
||||||
ry="0"
|
ry="0"
|
||||||
rx="0" />
|
rx="0" />
|
||||||
<circle
|
<path
|
||||||
cx="33.29628"
|
|
||||||
cy="33.860722"
|
|
||||||
fill="#ffffff"
|
|
||||||
r="8.25"
|
|
||||||
stroke="#ec725f"
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-width="1.6"
|
|
||||||
id="circle6"
|
id="circle6"
|
||||||
style="stroke:#7eaed4;stroke-opacity:0.99215686" />
|
style="fill:#ffffff;stroke:#81a1c1;stroke-width:1.6;stroke-linecap:round;stroke-opacity:1"
|
||||||
|
d="m 41.54628,33.860722 a 8.25,8.25 0 0 1 -8.25,8.25 8.25,8.25 0 0 1 -8.25,-8.25 8.25,8.25 0 0 1 8.25,-8.25 8.25,8.25 0 0 1 8.25,8.25 z" />
|
||||||
<path
|
<path
|
||||||
id="rect877"
|
id="rect877"
|
||||||
style="fill:#7eaed4;stroke-width:1.2;stroke-linecap:square;fill-opacity:0.99215686"
|
style="fill:#81a1c1;stroke-width:1.2;stroke-linecap:square;fill-opacity:1"
|
||||||
d="m 32.072647,28.455447 c -0.0021,0 -0.0039,0.0018 -0.0039,0.0039 v 2.320312 c 0,0.0021 0.0018,0.0039 0.0039,0.0039 h 2.447266 c 0.0021,0 0.0039,-0.0018 0.0039,-0.0039 v -2.320312 c 0,-0.0021 -0.0018,-0.0039 -0.0039,-0.0039 z m 0.0078,3.685547 c -0.0066,0 -0.01172,0.0051 -0.01172,0.01172 v 7.101563 c 0,0.0066 0.0052,0.01172 0.01172,0.01172 h 2.43164 c 0.0066,0 0.01172,-0.0052 0.01172,-0.01172 v -7.101563 c 0,-0.0066 -0.0052,-0.01172 -0.01172,-0.01172 z" />
|
d="m 32.072647,28.455447 c -0.0021,0 -0.0039,0.0018 -0.0039,0.0039 v 2.320312 c 0,0.0021 0.0018,0.0039 0.0039,0.0039 h 2.447266 c 0.0021,0 0.0039,-0.0018 0.0039,-0.0039 v -2.320312 c 0,-0.0021 -0.0018,-0.0039 -0.0039,-0.0039 z m 0.0078,3.685547 c -0.0066,0 -0.01172,0.0051 -0.01172,0.01172 v 7.101563 c 0,0.0066 0.0052,0.01172 0.01172,0.01172 h 2.43164 c 0.0066,0 0.01172,-0.0052 0.01172,-0.01172 v -7.101563 c 0,-0.0066 -0.0052,-0.01172 -0.01172,-0.01172 z" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |
|
@ -0,0 +1,92 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
height="48"
|
||||||
|
width="48"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="jubler.svg"
|
||||||
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata12">
|
||||||
|
<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>
|
||||||
|
<defs
|
||||||
|
id="defs10" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1029"
|
||||||
|
id="namedview8"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="3.9999998"
|
||||||
|
inkscape:cx="-46.875002"
|
||||||
|
inkscape:cy="32.625002"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg6"
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0" />
|
||||||
|
<path
|
||||||
|
id="circle2"
|
||||||
|
style="opacity:0.99;fill:#a9b7c0"
|
||||||
|
transform="matrix(1.75830584759 0 0 1.75830608345 -18.15909274367 -30.97874795549)"
|
||||||
|
d="M 37.173613,31.534513 A 13.232998,13.232998 0 0 1 23.940615,44.767511 13.232998,13.232998 0 0 1 10.707617,31.534513 13.232998,13.232998 0 0 1 23.940615,18.301516 13.232998,13.232998 0 0 1 37.173613,31.534513 Z" />
|
||||||
|
<path
|
||||||
|
id="circle856"
|
||||||
|
style="opacity:0.99;fill:#ffffff;stroke-width:1.54048"
|
||||||
|
d="M 44.320925,24.468578 A 20.385096,20.385099 0 0 1 23.935829,44.853678 20.385096,20.385099 0 0 1 3.5507336,24.468578 20.385096,20.385099 0 0 1 23.935829,4.0834789 20.385096,20.385099 0 0 1 44.320925,24.468578 Z" />
|
||||||
|
<g
|
||||||
|
id="g870"
|
||||||
|
transform="matrix(0.44148583,0,0,0.44148583,49.77569,17.081588)">
|
||||||
|
<path
|
||||||
|
style="fill:#e7d49e;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
|
d="M -64.350794,-18.806346 -87.38864,-5.6506 -92.877873,14.835499 h 28.527079 z"
|
||||||
|
id="path855"
|
||||||
|
sodipodi:nodetypes="ccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#a854a0;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
|
d="m -64.350794,14.835499 -18.208213,11.79323 -8.510366,18.000252 h 26.718579 z"
|
||||||
|
id="path857"
|
||||||
|
sodipodi:nodetypes="ccccc" />
|
||||||
|
<path
|
||||||
|
style="fill:#7fa5d0;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
|
d="M -64.350794,-18.806346 -34.94661,-8.5225384 -24.86299,44.628981 H -64.350794 Z"
|
||||||
|
id="path859"
|
||||||
|
sodipodi:nodetypes="ccccc" />
|
||||||
|
<circle
|
||||||
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.77953;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
id="path861"
|
||||||
|
cx="-47.222912"
|
||||||
|
cy="0.80227643"
|
||||||
|
r="6.6691666" />
|
||||||
|
<circle
|
||||||
|
style="fill:#7fa5d0;fill-opacity:1;stroke:none;stroke-width:3.77953;stroke-linecap:round;stroke-linejoin:round"
|
||||||
|
id="path863"
|
||||||
|
cx="-47.222912"
|
||||||
|
cy="0.80227643"
|
||||||
|
r="2.8139727" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.5 KiB |
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg8"
|
id="svg8"
|
||||||
sodipodi:docname="libreoffice3-base.svg"
|
sodipodi:docname="libreoffice-base.svg"
|
||||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata14">
|
id="metadata14">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -41,20 +41,18 @@
|
||||||
id="namedview10"
|
id="namedview10"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="9.4583333"
|
inkscape:zoom="9.4583333"
|
||||||
inkscape:cx="14.070137"
|
inkscape:cx="-5.7621146"
|
||||||
inkscape:cy="27.288289"
|
inkscape:cy="27.330397"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg8"
|
inkscape:current-layer="svg8"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0" />
|
||||||
<path
|
<path
|
||||||
d="m44.322082 27.405077a19.729762 19.729765 0 0 1 -19.729762 19.729765 19.729762 19.729765 0 0 1 -19.7297621-19.729765 19.729762 19.729765 0 0 1 19.7297621-19.7297632 19.729762 19.729765 0 0 1 19.729762 19.7297632z"
|
|
||||||
fill="#89a02c"
|
|
||||||
opacity=".99"
|
|
||||||
transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"
|
|
||||||
id="path2"
|
id="path2"
|
||||||
style="fill:#be91c8;fill-opacity:1" />
|
style="fill:#b48ead;fill-opacity:1;stroke-width:1.15035"
|
||||||
|
d="M 23.804688 1.3046875 A 22.696228 22.696232 0 0 0 1.1074219 24 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.5 24 A 22.696228 22.696232 0 0 0 23.804688 1.3046875 z " />
|
||||||
<g
|
<g
|
||||||
fill="#ffffff"
|
fill="#ffffff"
|
||||||
id="g10"
|
id="g10"
|
||||||
|
@ -70,19 +68,15 @@
|
||||||
id="path8" />
|
id="path8" />
|
||||||
</g>
|
</g>
|
||||||
<path
|
<path
|
||||||
d="m 1.1075423,24 c 0,12.534782 10.1614467,22.696231 22.6962277,22.696231 V 1.3037694 C 11.26899,1.3037694 1.1075433,11.465217 1.1075423,24 Z"
|
|
||||||
fill="#89a02c"
|
|
||||||
opacity="0.99"
|
|
||||||
id="path839"
|
id="path839"
|
||||||
sodipodi:nodetypes="sccs"
|
style="fill:#92748c;fill-opacity:1;stroke-width:1.15035"
|
||||||
style="fill:#af7abd;fill-opacity:1;stroke-width:1.15035" />
|
d="M 23.804688 1.3046875 C 11.269908 1.3046875 1.1074229 11.465217 1.1074219 24 C 1.1074219 36.534782 11.269906 46.695313 23.804688 46.695312 L 23.804688 1.3046875 z " />
|
||||||
<path
|
<path
|
||||||
d="m 30.601333,13.121542 a 7.5,7.5 0 0 1 -7.836122,7.133709 7.5,7.5 0 0 1 -7.148003,-7.823085 7.5,7.5 0 0 1 7.810023,-7.1622737 7.5,7.5 0 0 1 7.17652,7.7969337"
|
d="m 30.601333,13.121542 a 7.5,7.5 0 0 1 -7.836122,7.133709 7.5,7.5 0 0 1 -7.148003,-7.823085 7.5,7.5 0 0 1 7.810023,-7.1622737 7.5,7.5 0 0 1 7.17652,7.7969337"
|
||||||
fill="#ffffff"
|
fill="#ffffff"
|
||||||
id="path14" />
|
id="path14" />
|
||||||
<path
|
<path
|
||||||
d="m 19.787614,17.71551 h 3.640024 c 1.965337,0 3.764588,-0.788902 3.764588,-2.948004 0,-0.871945 -0.415212,-1.882295 -1.550124,-2.228305 v -0.02768 c 0.747381,-0.429052 1.148753,-1.273316 1.148753,-2.103739 0,-1.7023693 -1.38404,-2.5881543 -3.363217,-2.5881543 h -3.640024 z m 2.42207,-6.062094 V 9.8956867 h 1.204114 c 0.650499,0 0.913466,0.3875313 0.913466,0.8442633 0,0.470573 -0.262967,0.913466 -0.871945,0.913466 z m 0,3.986035 v -2.04838 h 1.467081 c 0.705861,0 1.03803,0.456734 1.03803,1.01035 0,0.553616 -0.34601,1.03803 -1.05187,1.03803 z"
|
|
||||||
fill="#b16dc2"
|
|
||||||
id="path16"
|
id="path16"
|
||||||
style="fill:#b07abd;fill-opacity:1" />
|
style="fill:#b48ead;fill-opacity:1"
|
||||||
|
d="M 19.787109 7.8203125 L 19.787109 17.714844 L 23.427734 17.714844 C 25.393071 17.714844 27.191406 16.92668 27.191406 14.767578 C 27.191406 13.895633 26.77749 12.885072 25.642578 12.539062 L 25.642578 12.511719 C 26.389959 12.082667 26.791016 11.238626 26.791016 10.408203 C 26.791016 8.7058338 25.406911 7.8203125 23.427734 7.8203125 L 19.787109 7.8203125 z M 22.208984 9.8964844 L 23.414062 9.8964844 C 24.064561 9.8964844 24.328125 10.283502 24.328125 10.740234 C 24.328125 11.210807 24.064056 11.654297 23.455078 11.654297 L 22.208984 11.654297 L 22.208984 9.8964844 z M 22.208984 13.591797 L 23.677734 13.591797 C 24.383595 13.591797 24.714844 14.047946 24.714844 14.601562 C 24.714844 15.155178 24.367969 15.638672 23.662109 15.638672 L 22.208984 15.638672 L 22.208984 13.591797 z " />
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.4 KiB |
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg8"
|
id="svg8"
|
||||||
sodipodi:docname="libreoffice3-calc.svg"
|
sodipodi:docname="libreoffice-calc.svg"
|
||||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata14">
|
id="metadata14">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -41,20 +41,18 @@
|
||||||
id="namedview10"
|
id="namedview10"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="9.4583333"
|
inkscape:zoom="9.4583333"
|
||||||
inkscape:cx="14.070137"
|
inkscape:cx="-5.7621146"
|
||||||
inkscape:cy="27.288289"
|
inkscape:cy="27.330397"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg8"
|
inkscape:current-layer="svg8"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0" />
|
||||||
<path
|
<path
|
||||||
d="m44.322082 27.405077a19.729762 19.729765 0 0 1 -19.729762 19.729765 19.729762 19.729765 0 0 1 -19.7297621-19.729765 19.729762 19.729765 0 0 1 19.7297621-19.7297632 19.729762 19.729765 0 0 1 19.729762 19.7297632z"
|
|
||||||
fill="#89a02c"
|
|
||||||
opacity=".99"
|
|
||||||
transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"
|
|
||||||
id="path2"
|
id="path2"
|
||||||
style="fill:#93cfc4;fill-opacity:1" />
|
style="fill:#8fbcbb;fill-opacity:1;stroke-width:1.15035"
|
||||||
|
d="M 23.804688 1.3046875 A 22.696228 22.696232 0 0 0 1.1074219 24 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.5 24 A 22.696228 22.696232 0 0 0 23.804688 1.3046875 z " />
|
||||||
<g
|
<g
|
||||||
fill="none"
|
fill="none"
|
||||||
stroke="#ffffff"
|
stroke="#ffffff"
|
||||||
|
@ -79,18 +77,15 @@
|
||||||
id="path10" />
|
id="path10" />
|
||||||
</g>
|
</g>
|
||||||
<path
|
<path
|
||||||
d="m 1.1075423,24 c 0,12.534782 10.1614467,22.696231 22.6962277,22.696231 V 1.3037694 C 11.26899,1.3037694 1.1075433,11.465217 1.1075423,24 Z"
|
|
||||||
fill="#89a02c"
|
|
||||||
opacity="0.99"
|
|
||||||
id="path839"
|
id="path839"
|
||||||
sodipodi:nodetypes="sccs"
|
style="fill:#78a6a5;fill-opacity:1;stroke-width:1.15035"
|
||||||
style="fill:#8fbcbb;fill-opacity:1;stroke-width:1.15035" />
|
d="M 23.804688 1.3046875 C 11.269908 1.3046875 1.1074229 11.465217 1.1074219 24 C 1.1074219 36.534782 11.269906 46.695313 23.804688 46.695312 L 23.804688 1.3046875 z " />
|
||||||
<path
|
<path
|
||||||
d="m 30.601333,13.121542 a 7.5,7.5 0 0 1 -7.836122,7.133709 7.5,7.5 0 0 1 -7.148003,-7.823085 7.5,7.5 0 0 1 7.810023,-7.1622737 7.5,7.5 0 0 1 7.17652,7.7969337"
|
d="m 30.601333,13.121542 a 7.5,7.5 0 0 1 -7.836122,7.133709 7.5,7.5 0 0 1 -7.148003,-7.823085 7.5,7.5 0 0 1 7.810023,-7.1622737 7.5,7.5 0 0 1 7.17652,7.7969337"
|
||||||
fill="#ffffff"
|
fill="#ffffff"
|
||||||
id="path14" />
|
id="path14" />
|
||||||
<path
|
<path
|
||||||
d="m 26.690464,16.904235 q -0.679165,0.352397 -1.415996,0.531799 -0.73683,0.179403 -1.537733,0.179403 -2.389893,0 -3.786667,-1.332702 -1.396774,-1.33911 -1.396774,-3.626487 0,-2.293785 1.396774,-3.6264865 1.396774,-1.339109 3.786667,-1.339109 0.800903,0 1.537733,0.179402 0.736831,0.179402 1.415996,0.531799 V 10.381684 Q 26.004891,9.9139575 25.338541,9.6961125 24.67219,9.4782665 23.935359,9.4782665 q -1.319887,0 -2.075939,0.8457525 -0.756052,0.845753 -0.756052,2.332229 0,1.480068 0.756052,2.325821 0.756052,0.845753 2.075939,0.845753 0.736831,0 1.403182,-0.217846 0.66635,-0.217845 1.351923,-0.685572 z"
|
id="path18"
|
||||||
fill="#8fbcbb"
|
d="M 23.736328 7.6914062 C 22.143066 7.6914062 20.880401 8.1365575 19.949219 9.0292969 C 19.018036 9.9177645 18.552734 11.12706 18.552734 12.65625 C 18.552734 14.181168 19.018036 15.390463 19.949219 16.283203 C 20.880401 17.171671 22.143066 17.615234 23.736328 17.615234 C 24.270263 17.615234 24.784171 17.555149 25.275391 17.435547 C 25.766611 17.315946 26.23863 17.139228 26.691406 16.904297 L 26.691406 14.923828 C 26.234358 15.235646 25.782124 15.464145 25.337891 15.609375 C 24.893657 15.754606 24.426768 15.828125 23.935547 15.828125 C 23.055622 15.828125 22.36341 15.546257 21.859375 14.982422 C 21.35534 14.418587 21.103516 13.642962 21.103516 12.65625 C 21.103516 11.665266 21.35534 10.888054 21.859375 10.324219 C 22.36341 9.7603838 23.055622 9.4785156 23.935547 9.4785156 C 24.426768 9.4785156 24.893657 9.5500818 25.337891 9.6953125 C 25.782124 9.8405425 26.234358 10.069042 26.691406 10.380859 L 26.691406 8.4023438 C 26.23863 8.1674124 25.766611 7.988742 25.275391 7.8691406 C 24.784171 7.7495393 24.270263 7.6914063 23.736328 7.6914062 z "
|
||||||
id="path18" />
|
style="fill:#8fbcbb;fill-opacity:1" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.8 KiB |
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg8"
|
id="svg8"
|
||||||
sodipodi:docname="libreoffice4.2-draw.svg"
|
sodipodi:docname="libreoffice-draw.svg"
|
||||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata14">
|
id="metadata14">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,6 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -40,83 +39,56 @@
|
||||||
inkscape:window-height="1031"
|
inkscape:window-height="1031"
|
||||||
id="namedview10"
|
id="namedview10"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="13.376103"
|
inkscape:zoom="1.1822917"
|
||||||
inkscape:cx="0.98845937"
|
inkscape:cx="-121.37445"
|
||||||
inkscape:cy="29.474262"
|
inkscape:cy="118.837"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg8"
|
inkscape:current-layer="svg8"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0" />
|
||||||
<path
|
<path
|
||||||
d="m44.322082 27.405077a19.729762 19.729765 0 0 1 -19.729762 19.729765 19.729762 19.729765 0 0 1 -19.7297621-19.729765 19.729762 19.729765 0 0 1 19.7297621-19.7297632 19.729762 19.729765 0 0 1 19.729762 19.7297632z"
|
|
||||||
fill="#89a02c"
|
|
||||||
opacity=".99"
|
|
||||||
id="path2"
|
id="path2"
|
||||||
style="fill:#e9abe2;fill-opacity:1"
|
style="fill:#ebcb8b;fill-opacity:1;stroke-width:1.15035"
|
||||||
transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)" />
|
d="M 23.804688 1.3046875 A 22.696228 22.696232 0 0 0 1.1074219 24 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.5 24 A 22.696228 22.696232 0 0 0 23.804688 1.3046875 z " />
|
||||||
<path
|
<path
|
||||||
id="path1136"
|
style="color:#000000;fill:#ffffff;fill-opacity:1;-inkscape-stroke:none"
|
||||||
style="fill:#f6dcf3;fill-opacity:1;stroke-width:1.15035"
|
d="m 39.117446,18.26658 -1.304688,0.367187 c -3.806348,1.073804 -7.827835,2.064254 -10.521484,4.503906 -1.346825,1.219827 -2.326129,2.846751 -2.63086,4.896485 -0.283174,1.904736 0.05318,4.189087 0.966797,6.880859 l -3.427734,4.320313 1.566406,1.24414 3.396485,-4.28125 c 2.604825,0.501901 4.757853,0.463605 6.4375,-0.222656 1.83298,-0.748909 3.083057,-2.185592 3.859375,-3.900391 1.552635,-3.429597 1.513815,-8.030403 1.625,-12.453125 z m -2.097657,2.708984 c -0.106525,3.951347 -0.265035,7.806346 -1.382812,10.275391 -0.626917,1.38479 -1.472816,2.333665 -2.792969,2.873046 -1.212316,0.495322 -2.981954,0.57025 -5.335937,0.115235 -0.827939,-2.459272 -1.091339,-4.430657 -0.871094,-5.91211 0.238573,-1.604731 0.93124,-2.742587 1.996094,-3.707031 1.871033,-1.694605 5.056265,-2.689809 8.386718,-3.644531 z"
|
||||||
d="M 1.1816406 25.832031 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.423828 25.845703 C 46.379938 25.841746 46.337923 25.832031 46.292969 25.832031 L 1.1816406 25.832031 z " />
|
id="path4710" />
|
||||||
<path
|
<path
|
||||||
id="use32"
|
id="path839"
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.0798043"
|
style="fill:#ddb779;fill-opacity:1;stroke-width:1.15035"
|
||||||
d="M 1.1523438 25.417969 A 22.696228 22.696232 0 0 0 1.2304688 26.365234 L 10.945312 26.365234 L 10.945312 35.830078 L 13.183594 35.830078 L 13.183594 44.058594 A 22.696228 22.696232 0 0 0 14.972656 44.90625 C 14.972627 42.976016 14.973281 40.251834 14.972656 35.830078 L 17.210938 35.830078 L 17.210938 26.365234 L 20.392578 26.365234 L 20.392578 35.830078 L 22.628906 35.830078 L 22.628906 46.666016 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 24.419922 46.6875 L 24.419922 35.830078 L 26.65625 35.830078 L 26.65625 26.365234 L 29.837891 26.365234 L 29.837891 35.830078 L 32.076172 35.830078 L 32.076172 45.134766 A 22.696228 22.696232 0 0 0 33.865234 44.34375 L 33.865234 35.830078 L 36.103516 35.830078 L 36.103516 26.365234 L 46.376953 26.365234 A 22.696228 22.696232 0 0 0 46.455078 25.417969 L 1.1523438 25.417969 z " />
|
d="M 23.804688 1.3046875 C 11.269908 1.3046875 1.1074229 11.465217 1.1074219 24 C 1.1074219 36.534782 11.269906 46.695313 23.804688 46.695312 L 23.804688 1.3046875 z " />
|
||||||
<path
|
<path
|
||||||
d="m 18.494438,8.8773762 c 0.325602,0 0.589754,0.2641525 0.589754,0.5897544 0,0.1173125 0,-0.1181105 0,0 0,0.3256018 -0.264152,0.5889564 -0.589754,0.5889564 -1.731755,0 -6.338862,0 -8.070617,0 -0.325603,0 -0.5897545,-0.2633546 -0.5897545,-0.5889564 0,-0.1181105 0,0.1173125 0,0 0,-0.3256019 0.2641515,-0.5897544 0.5897545,-0.5897544 1.731755,0 6.338862,0 8.070617,0 z"
|
d="m 30.601333,13.121542 a 7.5,7.5 0 0 1 -7.836122,7.133709 7.5,7.5 0 0 1 -7.148003,-7.823085 7.5,7.5 0 0 1 7.810023,-7.1622737 7.5,7.5 0 0 1 7.17652,7.7969337"
|
||||||
id="use48"
|
fill="#ffffff"
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.0798043" />
|
id="path14" />
|
||||||
|
<g
|
||||||
|
aria-label="D"
|
||||||
|
transform="matrix(0.97294673,0,0,1.0278055,-0.30709184,0.13524634)"
|
||||||
|
id="text2090"
|
||||||
|
style="font-weight:bold;font-size:12.9908px;font-family:'DejaVu Sans Mono';-inkscape-font-specification:'DejaVu Sans Mono Bold';stroke:#000000;stroke-width:0.5;fill:#ebcb8b;fill-opacity:1">
|
||||||
|
<g
|
||||||
|
id="path3561"
|
||||||
|
style="fill:#ebcb8b;fill-opacity:1">
|
||||||
|
<path
|
||||||
|
id="path3566"
|
||||||
|
style="color:#000000;-inkscape-font-specification:'DejaVu Sans Mono Bold';fill:#ebcb8b;stroke:none;-inkscape-stroke:none;fill-opacity:1"
|
||||||
|
d="m 20.076172,7.5039062 v 0.2558594 9.9921874 h 2.193359 c 1.544626,0 2.707048,-0.3926 3.431641,-1.224609 0.723891,-0.835954 1.05664,-2.149919 1.05664,-3.910156 0,-1.755981 -0.333707,-3.0630367 -1.058593,-3.8906255 -0.724666,-0.831176 -1.885814,-1.2226561 -3.429688,-1.2226563 z m 2.30664,2.2480469 h 0.251954 c 0.665109,0 1.073424,0.2013349 1.328125,0.5976559 0.253788,0.3949 0.414062,1.157463 0.414062,2.267579 0,1.118991 -0.159712,1.887702 -0.414062,2.287109 -0.254701,0.396321 -0.663016,0.599609 -1.328125,0.599609 h -0.251954 z"
|
||||||
|
transform="scale(1.0278055,0.97294673)" />
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
<path
|
<path
|
||||||
d="m 32.696425,12.559549 c 0.325602,0 0.588956,0.263355 0.588956,0.588958 0,0.118109 0,-0.117314 0,0 0,0.325601 -0.263354,0.589754 -0.588956,0.589754 -2.911263,0 -11.054503,0 -13.965766,0 -0.325602,0 -0.589755,-0.264153 -0.589755,-0.589754 0,-0.117314 0,0.118109 0,0 0,-0.325603 0.264153,-0.588958 0.589755,-0.588958 2.911263,0 11.054503,0 13.965766,0 z"
|
style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
id="use52"
|
d="M 35.168255,22.811572 28.738879,32.904197"
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.0798043" />
|
id="path4939" />
|
||||||
<path
|
<path
|
||||||
d="m 14.527362,12.559549 c 0.162801,0 0.294478,0.131678 0.294478,0.294479 0,0.177165 0,0.412588 0,0.589755 0,0.1628 -0.131677,0.294478 -0.294478,0.294478 -1.30161,0 -4.9111625,0 -6.2119734,0 -0.1628009,0 -0.2952762,-0.131678 -0.2952762,-0.294478 0,-0.177167 0,-0.41259 0,-0.589755 0,-0.162801 0.1324753,-0.294479 0.2952762,-0.294479 1.3008109,0 4.9103634,0 6.2119734,0 z"
|
style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
id="use56"
|
d="m 32.775929,26.886002 2.541847,-0.336421"
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.0798043" />
|
id="path4941" />
|
||||||
<path
|
<path
|
||||||
d="m 24.067178,8.8773762 c 0.162801,0 0.295275,0.1316773 0.295275,0.2944781 0,0.1771658 0,0.4125888 0,0.5897544 0,0.1628009 -0.132474,0.2944783 -0.295275,0.2944783 -0.256172,0 -0.731806,0 -0.987978,0 -0.162802,0 -0.295278,-0.1316774 -0.295278,-0.2944783 0,-0.1771656 0,-0.4125886 0,-0.5897544 0,-0.1628008 0.132476,-0.2944781 0.295278,-0.2944781 0.256172,0 0.731806,0 0.987978,0 z"
|
style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
id="use60"
|
d="M 30.495744,30.17545 29.262201,27.521464"
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.0798043" />
|
id="path4943" />
|
||||||
<path
|
|
||||||
d="m 36.818321,12.559549 c 0.162801,0 0.294478,0.131678 0.294478,0.294479 0,0.177165 0,0.412588 0,0.589755 0,0.1628 -0.131677,0.294478 -0.294478,0.294478 -0.256969,0 -0.731806,0 -0.988775,0 -0.162802,0 -0.294479,-0.131678 -0.294479,-0.294478 0,-0.177167 0,-0.41259 0,-0.589755 0,-0.162801 0.131677,-0.294479 0.294479,-0.294479 0.256969,0 0.731806,0 0.988775,0 z"
|
|
||||||
id="use64"
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.0798043" />
|
|
||||||
<path
|
|
||||||
d="m 38.396054,16.42288 c 0.162801,0 0.294478,0.131677 0.294478,0.294479 0,0.177165 0,0.412587 0,0.589754 0,0.1628 -0.131677,0.294477 -0.294478,0.294477 -0.25697,0 -0.731806,0 -0.988777,0 -0.1628,0 -0.294478,-0.131677 -0.294478,-0.294477 0,-0.177167 0,-0.412589 0,-0.589754 0,-0.162802 0.131678,-0.294479 0.294478,-0.294479 0.256971,0 0.731807,0 0.988777,0 z"
|
|
||||||
id="use68"
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.0798043" />
|
|
||||||
<path
|
|
||||||
d="m 34.691534,16.42288 c 0.325603,0 0.588957,0.263355 0.588957,0.588956 0,0.11811 0,-0.117312 0,0 0,0.325603 -0.263354,0.589754 -0.588957,0.589754 -1.732553,0 -6.338861,0 -8.071415,0 -0.325601,0 -0.588956,-0.264151 -0.588956,-0.589754 0,-0.117312 0,0.11811 0,0 0,-0.325601 0.263355,-0.588956 0.588956,-0.588956 1.732554,0 6.338862,0 8.071415,0 z"
|
|
||||||
id="use72"
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.0798043" />
|
|
||||||
<path
|
|
||||||
d="m 22.489445,16.42288 c 0.162801,0 0.294477,0.131677 0.294477,0.294479 0,0.177165 0,0.412587 0,0.589754 0,0.1628 -0.131676,0.294477 -0.294477,0.294477 -1.217816,0 -4.576781,0 -5.794596,0 -0.162801,0 -0.295276,-0.131677 -0.295276,-0.294477 0,-0.177167 0,-0.412589 0,-0.589754 0,-0.162802 0.132475,-0.294479 0.295276,-0.294479 1.217815,0 4.57678,0 5.794596,0 z"
|
|
||||||
id="use76"
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.0798043" />
|
|
||||||
<path
|
|
||||||
d="m 13.149141,16.42288 c 0.162003,0 0.294477,0.131677 0.294477,0.294479 0,0.177165 0,0.412587 0,0.589754 0,0.1628 -0.132474,0.294477 -0.294477,0.294477 -0.256971,0 -0.732605,0 -0.988777,0 -0.162802,0 -0.294478,-0.131677 -0.294478,-0.294477 0,-0.177167 0,-0.412589 0,-0.589754 0,-0.162802 0.131676,-0.294479 0.294478,-0.294479 0.256172,0 0.731806,0 0.988777,0 z"
|
|
||||||
id="use80"
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.0798043" />
|
|
||||||
<path
|
|
||||||
d="m 36.679462,8.8773762 c 0.239412,0 0.433337,0.1939246 0.433337,0.4333378 0,0.1492341 0,0.1628009 0,0.3120352 0,0.2394131 -0.193925,0.4333378 -0.433337,0.4333378 -1.273678,0 -4.661374,0 -5.935052,0 -0.239413,0 -0.433338,-0.1939247 -0.433338,-0.4333378 0,-0.1492343 0,-0.1628011 0,-0.3120352 0,-0.2394132 0.193925,-0.4333378 0.433338,-0.4333378 1.273678,0 4.661374,0 5.935052,0 z"
|
|
||||||
id="use84"
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.0798043" />
|
|
||||||
<path
|
|
||||||
d="m 37.024216,19.723589 c 0.239414,0 0.433338,0.193925 0.433338,0.433338 0,0.149233 0,0.162801 0,0.312034 0,0.239414 -0.193924,0.433338 -0.433338,0.433338 -1.273677,0 -4.661374,0 -5.935051,0 -0.239413,0 -0.433338,-0.193924 -0.433338,-0.433338 0,-0.149233 0,-0.162801 0,-0.312034 0,-0.239413 0.193925,-0.433338 0.433338,-0.433338 1.273677,0 4.661374,0 5.935051,0 z"
|
|
||||||
id="use96"
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.0798043" />
|
|
||||||
<path
|
|
||||||
d="m 21.052167,19.723589 c 0.325603,0 0.589755,0.264152 0.589755,0.589754 0,0.117312 0,-0.11811 0,0 0,0.325602 -0.264152,0.588956 -0.589755,0.588956 -2.911263,0 -11.0545025,0 -13.9657658,0 -0.325602,0 -0.5897544,-0.263354 -0.5897544,-0.588956 0,-0.11811 0,0.117312 0,0 0,-0.325602 0.2641524,-0.589754 0.5897544,-0.589754 2.9112633,0 11.0545028,0 13.9657658,0 z"
|
|
||||||
id="use100"
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.0798043" />
|
|
||||||
<path
|
|
||||||
d="m 26.525153,19.723589 c 0.162801,0 0.294477,0.131677 0.294477,0.294479 0,0.177165 0,0.412587 0,0.589753 0,0.162802 -0.131676,0.294478 -0.294477,0.294478 -0.256971,0 -0.731806,0 -0.988777,0 -0.162801,0 -0.294479,-0.131676 -0.294479,-0.294478 0,-0.177166 0,-0.412588 0,-0.589753 0,-0.162802 0.131678,-0.294479 0.294479,-0.294479 0.256971,0 0.731806,0 0.988777,0 z"
|
|
||||||
id="use104"
|
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.0798043" />
|
|
||||||
<path
|
|
||||||
id="rect1150"
|
|
||||||
style="fill:#000000;fill-opacity:0.08471866;stroke-width:0.8;stroke-linecap:square"
|
|
||||||
d="M 1.1074219 24.056641 A 22.696228 22.696232 0 0 0 1.1816406 25.826172 L 46.425781 25.826172 A 22.696228 22.696232 0 0 0 46.5 24.056641 L 1.1074219 24.056641 z " />
|
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 4.8 KiB |
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg8"
|
id="svg8"
|
||||||
sodipodi:docname="libreoffice-impress.svg"
|
sodipodi:docname="libreoffice-impress.svg"
|
||||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata14">
|
id="metadata14">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -41,27 +41,22 @@
|
||||||
id="namedview10"
|
id="namedview10"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="9.4583333"
|
inkscape:zoom="9.4583333"
|
||||||
inkscape:cx="14.070137"
|
inkscape:cx="-5.7621146"
|
||||||
inkscape:cy="27.288289"
|
inkscape:cy="27.330397"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg8"
|
inkscape:current-layer="svg8"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0" />
|
||||||
<path
|
<path
|
||||||
d="m44.322082 27.405077a19.729762 19.729765 0 0 1 -19.729762 19.729765 19.729762 19.729765 0 0 1 -19.7297621-19.729765 19.729762 19.729765 0 0 1 19.7297621-19.7297632 19.729762 19.729765 0 0 1 19.729762 19.7297632z"
|
|
||||||
fill="#89a02c"
|
|
||||||
opacity=".99"
|
|
||||||
transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"
|
|
||||||
id="path2"
|
id="path2"
|
||||||
style="fill:#ddad88;fill-opacity:1" />
|
style="fill:#d08770;fill-opacity:1;stroke-width:1.15035"
|
||||||
|
d="M 23.804688 1.3046875 A 22.696228 22.696232 0 0 0 1.1074219 24 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.5 24 A 22.696228 22.696232 0 0 0 23.804688 1.3046875 z " />
|
||||||
<path
|
<path
|
||||||
d="m 1.1075423,24 c 0,12.534782 10.1614467,22.696231 22.6962277,22.696231 V 1.3037694 C 11.26899,1.3037694 1.1075433,11.465217 1.1075423,24 Z"
|
|
||||||
fill="#89a02c"
|
|
||||||
opacity="0.99"
|
|
||||||
id="path839"
|
id="path839"
|
||||||
sodipodi:nodetypes="sccs"
|
style="fill:#c87c78;fill-opacity:0.91326529;stroke-width:1.15035"
|
||||||
style="fill:#d79e70;fill-opacity:1;stroke-width:1.15035" />
|
d="M 23.804688 1.3046875 C 11.269908 1.3046875 1.1074229 11.465217 1.1074219 24 C 1.1074219 36.534782 11.269906 46.695313 23.804688 46.695312 L 23.804688 1.3046875 z " />
|
||||||
<path
|
<path
|
||||||
d="m 30.601333,13.121542 a 7.5,7.5 0 0 1 -7.836122,7.133709 7.5,7.5 0 0 1 -7.148003,-7.823085 7.5,7.5 0 0 1 7.810023,-7.1622737 7.5,7.5 0 0 1 7.17652,7.7969337"
|
d="m 30.601333,13.121542 a 7.5,7.5 0 0 1 -7.836122,7.133709 7.5,7.5 0 0 1 -7.148003,-7.823085 7.5,7.5 0 0 1 7.810023,-7.1622737 7.5,7.5 0 0 1 7.17652,7.7969337"
|
||||||
fill="#ffffff"
|
fill="#ffffff"
|
||||||
|
@ -74,17 +69,13 @@
|
||||||
d="m 32.648472,24.498266 v 6 h 6.000001 c 0,-3.999988 -2,-6 -6.000001,-6 z"
|
d="m 32.648472,24.498266 v 6 h 6.000001 c 0,-3.999988 -2,-6 -6.000001,-6 z"
|
||||||
fill="#ffffff"
|
fill="#ffffff"
|
||||||
id="path12"
|
id="path12"
|
||||||
style="fill-opacity:1;fill:#ffffff;stroke:#ddad88;stroke-opacity:0.99215686" />
|
style="fill-opacity:1;fill:#ffffff;stroke:#d08770;stroke-opacity:1" />
|
||||||
<text
|
<g
|
||||||
style="font-size:14.5521px;font-family:sans-serif;letter-spacing:0;word-spacing:0;fill:#d79e70;stroke-width:0.363801"
|
aria-label="I"
|
||||||
x="20.762178"
|
id="text16"
|
||||||
y="18.341454"
|
style="font-size:14.5521px;letter-spacing:0;word-spacing:0;fill:#d08770;stroke-width:0.363801">
|
||||||
id="text16"><tspan
|
<path
|
||||||
fill="#d79e70"
|
d="M 22.098016,7.7329157 H 24.83364 V 18.341454 h -2.735624 z"
|
||||||
font-family="'Noto Sans Gurmukhi'"
|
id="path2862" />
|
||||||
font-weight="bold"
|
</g>
|
||||||
stroke-width="0.363801"
|
|
||||||
x="20.762178"
|
|
||||||
y="18.341454"
|
|
||||||
id="tspan14">I</tspan></text>
|
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 2.9 KiB |
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg8"
|
id="svg8"
|
||||||
sodipodi:docname="libreoffice-math.svg"
|
sodipodi:docname="libreoffice-math.svg"
|
||||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata14">
|
id="metadata14">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -41,35 +41,30 @@
|
||||||
id="namedview10"
|
id="namedview10"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="9.4583333"
|
inkscape:zoom="9.4583333"
|
||||||
inkscape:cx="14.070137"
|
inkscape:cx="-5.7621146"
|
||||||
inkscape:cy="27.288289"
|
inkscape:cy="27.330397"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg8"
|
inkscape:current-layer="svg8"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0" />
|
||||||
<path
|
<path
|
||||||
d="m44.322082 27.405077a19.729762 19.729765 0 0 1 -19.729762 19.729765 19.729762 19.729765 0 0 1 -19.7297621-19.729765 19.729762 19.729765 0 0 1 19.7297621-19.7297632 19.729762 19.729765 0 0 1 19.729762 19.7297632z"
|
|
||||||
fill="#89a02c"
|
|
||||||
opacity=".99"
|
|
||||||
transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"
|
|
||||||
id="path2"
|
id="path2"
|
||||||
style="fill:#829ca9;fill-opacity:1" />
|
style="fill:#829ca9;fill-opacity:1;stroke-width:1.15035"
|
||||||
|
d="M 23.804688 1.3046875 A 22.696228 22.696232 0 0 0 1.1074219 24 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.5 24 A 22.696228 22.696232 0 0 0 23.804688 1.3046875 z " />
|
||||||
<path
|
<path
|
||||||
d="m 1.1075423,24 c 0,12.534782 10.1614467,22.696231 22.6962277,22.696231 V 1.3037694 C 11.26899,1.3037694 1.1075433,11.465217 1.1075423,24 Z"
|
|
||||||
fill="#89a02c"
|
|
||||||
opacity="0.99"
|
|
||||||
id="path839"
|
id="path839"
|
||||||
sodipodi:nodetypes="sccs"
|
style="fill:#658493;fill-opacity:1;stroke-width:1.15035"
|
||||||
style="fill:#658493;fill-opacity:1;stroke-width:1.15035" />
|
d="M 23.804688 1.3046875 C 11.269908 1.3046875 1.1074229 11.465217 1.1074219 24 C 1.1074219 36.534782 11.269906 46.695313 23.804688 46.695312 L 23.804688 1.3046875 z " />
|
||||||
<path
|
<path
|
||||||
d="m 30.601333,13.121542 a 7.5,7.5 0 0 1 -7.836122,7.133709 7.5,7.5 0 0 1 -7.148003,-7.823085 7.5,7.5 0 0 1 7.810023,-7.1622737 7.5,7.5 0 0 1 7.17652,7.7969337"
|
d="m 30.601333,13.121542 a 7.5,7.5 0 0 1 -7.836122,7.133709 7.5,7.5 0 0 1 -7.148003,-7.823085 7.5,7.5 0 0 1 7.810023,-7.1622737 7.5,7.5 0 0 1 7.17652,7.7969337"
|
||||||
fill="#ffffff"
|
fill="#ffffff"
|
||||||
id="path14" />
|
id="path14" />
|
||||||
<path
|
<path
|
||||||
d="m 20.552068,6.8290193 h 2.092951 l 0.523238,3.9088937 c 0.07695,0.738689 0.138504,1.477378 0.169283,2.185288 h 0.06156 c 0.03078,-0.70791 0.07695,-1.446599 0.169283,-2.185288 l 0.523238,-3.9088937 h 2.15451 l 0.923358,11.4342847 h -1.754386 l -0.323177,-6.401968 c -0.04617,-0.938751 -0.04617,-1.66205 -0.06156,-2.6469677 h -0.06156 c -0.12311,0.9849177 -0.215446,1.7236067 -0.338561,2.6469677 l -0.46168,3.477992 H 22.783523 L 22.275675,11.861336 C 22.137171,10.922585 22.060224,10.168507 21.952499,9.2143683 h -0.06156 c -0.03078,0.9541387 -0.04617,1.7082167 -0.09234,2.6469677 l -0.307781,6.401968 H 19.56715 Z"
|
id="path8"
|
||||||
fill="#658493"
|
d="M 20.552734 6.828125 L 19.566406 18.263672 L 21.490234 18.263672 L 21.798828 11.861328 C 21.844998 10.922577 21.859845 10.168982 21.890625 9.2148438 L 21.953125 9.2148438 C 22.06085 10.168982 22.136887 10.922577 22.275391 11.861328 L 22.783203 15.339844 L 24.167969 15.339844 L 24.630859 11.861328 C 24.753974 10.937967 24.84564 10.199761 24.96875 9.2148438 L 25.03125 9.2148438 C 25.04664 10.199761 25.045627 10.922577 25.091797 11.861328 L 25.416016 18.263672 L 27.169922 18.263672 L 26.246094 6.828125 L 24.091797 6.828125 L 23.568359 10.738281 C 23.476026 11.47697 23.429218 12.215918 23.398438 12.923828 L 23.337891 12.923828 C 23.307112 12.215918 23.244919 11.47697 23.167969 10.738281 L 22.644531 6.828125 L 20.552734 6.828125 z "
|
||||||
id="path8" />
|
style="fill:#829ca9;fill-opacity:1" />
|
||||||
<path
|
<path
|
||||||
d="m 32.197151,20.227591 v 7.5"
|
d="m 32.197151,20.227591 v 7.5"
|
||||||
id="path10-3"
|
id="path10-3"
|
||||||
|
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
|
@ -1 +1,44 @@
|
||||||
<svg height="48" width="48" xmlns="http://www.w3.org/2000/svg"><circle cx="23.940615" cy="31.534513" fill="#f97c65" opacity=".99" r="13.232998" transform="matrix(1.72140702696 0 0 1.72140725788 -17.2289093957 -30.06939350282)"/><path d="m25.36799 7.154172c-.792685-.077659-.367482.8573213-.473993 1.3400823-.0078 6.8141397.01563 13.6301717-.01171 20.4431287-.122884.648168-.884033.52715-1.344964.402621-2.881916-.255014-6.09145 1.741807-6.502101 4.755993-.429467 2.271148 1.879254 4.224849 4.027352 4.006622 2.956431-.168805 5.332977-3.16498 4.937426-6.102619.007-5.509457-.01395-11.020508.01045-16.528972.100234-.603948.882617-.640182 1.247192-.249674 2.717989 1.560703 5.161286 4.163394 5.377393 7.449601.118755.650043-.08965 2.25665-.04315 2.287285.951601-3.551913-.02941-7.628064-2.736482-10.157291-1.94778-2.074396-3.665181-4.781407-3.996028-7.5665523-.158823-.050998-.320419-.1019021-.491377-.080225z" fill="#f7f7f7" stroke="#ffffff" stroke-width=".985427"/></svg>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
height="48"
|
||||||
|
width="48"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="view-media-playlist.svg"
|
||||||
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs10" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview8"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="16.375"
|
||||||
|
inkscape:cx="12.48855"
|
||||||
|
inkscape:cy="24.030534"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1031"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg6" />
|
||||||
|
<path
|
||||||
|
id="circle2"
|
||||||
|
transform="matrix(1.72140702696 0 0 1.72140725788 -17.2289093957 -30.06939350282)"
|
||||||
|
style="opacity:0.99;fill:#d08770;fill-opacity:1"
|
||||||
|
d="M 37.173613,31.534513 A 13.232998,13.232998 0 0 1 23.940615,44.767511 13.232998,13.232998 0 0 1 10.707617,31.534513 13.232998,13.232998 0 0 1 23.940615,18.301516 13.232998,13.232998 0 0 1 37.173613,31.534513 Z" />
|
||||||
|
<path
|
||||||
|
d="m25.36799 7.154172c-.792685-.077659-.367482.8573213-.473993 1.3400823-.0078 6.8141397.01563 13.6301717-.01171 20.4431287-.122884.648168-.884033.52715-1.344964.402621-2.881916-.255014-6.09145 1.741807-6.502101 4.755993-.429467 2.271148 1.879254 4.224849 4.027352 4.006622 2.956431-.168805 5.332977-3.16498 4.937426-6.102619.007-5.509457-.01395-11.020508.01045-16.528972.100234-.603948.882617-.640182 1.247192-.249674 2.717989 1.560703 5.161286 4.163394 5.377393 7.449601.118755.650043-.08965 2.25665-.04315 2.287285.951601-3.551913-.02941-7.628064-2.736482-10.157291-1.94778-2.074396-3.665181-4.781407-3.996028-7.5665523-.158823-.050998-.320419-.1019021-.491377-.080225z"
|
||||||
|
fill="#f7f7f7"
|
||||||
|
stroke="#ffffff"
|
||||||
|
stroke-width=".985427"
|
||||||
|
id="path4" />
|
||||||
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 970 B After Width: | Height: | Size: 2.1 KiB |
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg6"
|
id="svg6"
|
||||||
sodipodi:docname="epdfview.svg"
|
sodipodi:docname="okular.svg"
|
||||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata12">
|
id="metadata12">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -41,32 +41,27 @@
|
||||||
id="namedview8"
|
id="namedview8"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="9.458333"
|
inkscape:zoom="9.458333"
|
||||||
inkscape:cx="19.988208"
|
inkscape:cx="32.933922"
|
||||||
inkscape:cy="27.738873"
|
inkscape:cy="30.502204"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg6"
|
inkscape:current-layer="svg6"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0"
|
||||||
<circle
|
inkscape:pagecheckerboard="0" />
|
||||||
cx="23.940615"
|
<path
|
||||||
cy="31.534513"
|
|
||||||
fill="#5e81ac"
|
|
||||||
opacity=".99"
|
|
||||||
id="circle2"
|
id="circle2"
|
||||||
style="fill:#b38dba;fill-opacity:0.99607831"
|
style="opacity:0.99;fill:#b48ead;fill-opacity:1"
|
||||||
transform="matrix(1.75830584759 0 0 1.75830608345 -18.15909274367 -30.97874795549)"
|
transform="matrix(1.75830584759 0 0 1.75830608345 -18.15909274367 -30.97874795549)"
|
||||||
r="13.232998" />
|
d="M 37.173613,31.534513 A 13.232998,13.232998 0 0 1 23.940615,44.767511 13.232998,13.232998 0 0 1 10.707617,31.534513 13.232998,13.232998 0 0 1 23.940615,18.301516 13.232998,13.232998 0 0 1 37.173613,31.534513 Z" />
|
||||||
<path
|
<path
|
||||||
id="rect902"
|
id="rect902"
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.2;stroke-linecap:square;stroke-opacity:0.992157"
|
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.2;stroke-linecap:square;stroke-opacity:0.992157"
|
||||||
d="m 12.511621,8.0072404 c -0.0066,0 -0.01172,0.00515 -0.01172,0.011719 V 37.030679 c 0,0.0066 0.0052,0.01172 0.01172,0.01172 h 22.732422 c 0.0066,0 0.01172,-0.0051 0.01172,-0.01172 V 8.0189592 c 0,-0.00657 -0.0052,-0.011719 -0.01172,-0.011719 z m 8.326172,1.8457029 h 12.648438 c 0.0057,0 0.0098,0.004 0.0098,0.0098 V 35.186963 c 0,0.0057 -0.004,0.0098 -0.0098,0.0098 H 14.269434 c -0.0057,0 -0.01172,-0.004 -0.01172,-0.0098 V 16.55021 Z m 0.40625,1.2734377 c -0.0066,0 -0.01172,0.0051 -0.01172,0.01172 v 1.244141 c 0,0.0066 0.0051,0.01367 0.01172,0.01367 H 31.0292 c 0.0066,0 0.01172,-0.0071 0.01172,-0.01367 v -1.244141 c 0,-0.0066 -0.0051,-0.01172 -0.01172,-0.01172 z m -3.83789,2.992188 c -0.0066,0 -0.01367,0.0051 -0.01367,0.01172 v 1.244141 c 0,0.0066 0.0071,0.01367 0.01367,0.01367 h 3.390625 c 0.0066,0 0.01172,-0.0071 0.01172,-0.01367 v -1.244141 c 0,-0.0066 -0.0052,-0.01172 -0.01172,-0.01172 z m 4.683594,0 c -0.0066,0 -0.01172,0.0051 -0.01172,0.01172 v 1.244141 c 0,0.0066 0.0051,0.01367 0.01172,0.01367 h 9.099609 c 0.0066,0 0.01172,-0.0071 0.01172,-0.01367 v -1.244141 c 0,-0.0066 -0.0052,-0.01172 -0.01172,-0.01172 z m -7.003907,2.992188 c -0.0066,0 -0.01367,0.0051 -0.01367,0.01172 v 1.244141 c 0,0.0066 0.0071,0.01367 0.01367,0.01367 h 6.507813 c 0.0066,0 0.01172,-0.0071 0.01172,-0.01367 v -1.244141 c 0,-0.0066 -0.0051,-0.01172 -0.01172,-0.01172 z m 8.6875,0 c -0.0066,0 -0.01172,0.0051 -0.01172,0.01172 v 1.244141 c 0,0.0066 0.0052,0.01367 0.01172,0.01367 h 6.509766 c 0.0066,0 0.01172,-0.0071 0.01172,-0.01367 v -1.244141 c 0,-0.0066 -0.0052,-0.01172 -0.01172,-0.01172 z" />
|
d="m 12.511621,8.0072404 c -0.0066,0 -0.01172,0.00515 -0.01172,0.011719 V 37.030679 c 0,0.0066 0.0052,0.01172 0.01172,0.01172 h 22.732422 c 0.0066,0 0.01172,-0.0051 0.01172,-0.01172 V 8.0189592 c 0,-0.00657 -0.0052,-0.011719 -0.01172,-0.011719 z m 8.326172,1.8457029 h 12.648438 c 0.0057,0 0.0098,0.004 0.0098,0.0098 V 35.186963 c 0,0.0057 -0.004,0.0098 -0.0098,0.0098 H 14.269434 c -0.0057,0 -0.01172,-0.004 -0.01172,-0.0098 V 16.55021 Z m 0.40625,1.2734377 c -0.0066,0 -0.01172,0.0051 -0.01172,0.01172 v 1.244141 c 0,0.0066 0.0051,0.01367 0.01172,0.01367 H 31.0292 c 0.0066,0 0.01172,-0.0071 0.01172,-0.01367 v -1.244141 c 0,-0.0066 -0.0051,-0.01172 -0.01172,-0.01172 z m -3.83789,2.992188 c -0.0066,0 -0.01367,0.0051 -0.01367,0.01172 v 1.244141 c 0,0.0066 0.0071,0.01367 0.01367,0.01367 h 3.390625 c 0.0066,0 0.01172,-0.0071 0.01172,-0.01367 v -1.244141 c 0,-0.0066 -0.0052,-0.01172 -0.01172,-0.01172 z m 4.683594,0 c -0.0066,0 -0.01172,0.0051 -0.01172,0.01172 v 1.244141 c 0,0.0066 0.0051,0.01367 0.01172,0.01367 h 9.099609 c 0.0066,0 0.01172,-0.0071 0.01172,-0.01367 v -1.244141 c 0,-0.0066 -0.0052,-0.01172 -0.01172,-0.01172 z m -7.003907,2.992188 c -0.0066,0 -0.01367,0.0051 -0.01367,0.01172 v 1.244141 c 0,0.0066 0.0071,0.01367 0.01367,0.01367 h 6.507813 c 0.0066,0 0.01172,-0.0071 0.01172,-0.01367 v -1.244141 c 0,-0.0066 -0.0051,-0.01172 -0.01172,-0.01172 z m 8.6875,0 c -0.0066,0 -0.01172,0.0051 -0.01172,0.01172 v 1.244141 c 0,0.0066 0.0052,0.01367 0.01172,0.01367 h 6.509766 c 0.0066,0 0.01172,-0.0071 0.01172,-0.01367 v -1.244141 c 0,-0.0066 -0.0052,-0.01172 -0.01172,-0.01172 z" />
|
||||||
<path
|
<path
|
||||||
id="circle937"
|
id="circle937"
|
||||||
style="opacity:0.99;fill:#9b6eaf;fill-opacity:0.98823529"
|
style="opacity:0.99;fill:#92748c;fill-opacity:1;stroke-width:1.75831"
|
||||||
transform="matrix(1.7583058,0,0,1.7583061,-18.159093,-30.978748)"
|
d="M 47.203125 24.46875 L 2.4960938 33.525391 C 3.673501 36.309095 5.3771144 38.816565 7.4824219 40.921875 C 9.5877293 43.027185 12.095202 44.730796 14.878906 45.908203 C 17.66261 47.085612 20.722953 47.736328 23.935547 47.736328 C 30.360732 47.736328 36.178053 45.132492 40.388672 40.921875 C 42.493979 38.816565 44.197593 36.309095 45.375 33.525391 C 46.552409 30.741686 47.203125 27.681344 47.203125 24.46875 z " />
|
||||||
d="m 37.173613,31.534513 c 0,1.827096 -0.370288,3.567706 -1.039915,5.15088 -0.669626,1.583174 -1.63859,3.008912 -2.83594,4.206263 -2.394702,2.394701 -5.702952,3.875855 -9.357143,3.875855 -1.827096,0 -3.567706,-0.370288 -5.15088,-1.039915 -1.583174,-0.669626 -3.008913,-1.638589 -4.206263,-2.83594 -1.19735,-1.197351 -2.166314,-2.623089 -2.83594,-4.206263 z"
|
|
||||||
sodipodi:nodetypes="cssssscc" />
|
|
||||||
<path
|
<path
|
||||||
d="m 8.1393725,35.057394 0.539549,2.734385 1.9460485,-0.226723 c 0,0 1.325403,5.191588 3.471265,6.181266 2.971912,1.370653 7.265057,0.358838 9.632626,-1.900712 1.832881,-1.749255 1.816257,-7.381872 1.816257,-7.381872 0,0 2.508166,5.164868 4.961264,6.044531 2.858808,1.025147 6.909445,0.495528 8.938969,-1.763839 1.597861,-1.778815 0.628228,-7.14745 0.628228,-7.14745 l 1.962166,-0.387175 -0.53955,-2.734386 z m 4.4778715,2.030934 10.791913,-2.129462 c 0,0 1.414495,6.391513 -4.594426,7.669269 -4.751432,1.01036 -6.197487,-5.539807 -6.197487,-5.539807 z m 15.361997,-3.031232 10.791913,-2.129462 c 0,0 1.414496,6.391513 -4.594425,7.669268 -4.751433,1.010361 -6.197488,-5.539806 -6.197488,-5.539806 z"
|
d="m 8.1393725,35.057394 0.539549,2.734385 1.9460485,-0.226723 c 0,0 1.325403,5.191588 3.471265,6.181266 2.971912,1.370653 7.265057,0.358838 9.632626,-1.900712 1.832881,-1.749255 1.816257,-7.381872 1.816257,-7.381872 0,0 2.508166,5.164868 4.961264,6.044531 2.858808,1.025147 6.909445,0.495528 8.938969,-1.763839 1.597861,-1.778815 0.628228,-7.14745 0.628228,-7.14745 l 1.962166,-0.387175 -0.53955,-2.734386 z m 4.4778715,2.030934 10.791913,-2.129462 c 0,0 1.414495,6.391513 -4.594426,7.669269 -4.751432,1.01036 -6.197487,-5.539807 -6.197487,-5.539807 z m 15.361997,-3.031232 10.791913,-2.129462 c 0,0 1.414496,6.391513 -4.594425,7.669268 -4.751433,1.010361 -6.197488,-5.539806 -6.197488,-5.539806 z"
|
||||||
fill-rule="evenodd"
|
fill-rule="evenodd"
|
||||||
|
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.8 KiB |
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg18"
|
id="svg18"
|
||||||
sodipodi:docname="onboard.svg"
|
sodipodi:docname="utilities-desktop-extra.svg"
|
||||||
inkscape:version="0.92.1 r15371">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata24">
|
id="metadata24">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -37,29 +37,26 @@
|
||||||
inkscape:pageopacity="0"
|
inkscape:pageopacity="0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:window-width="1920"
|
inkscape:window-width="1920"
|
||||||
inkscape:window-height="1040"
|
inkscape:window-height="1031"
|
||||||
id="namedview20"
|
id="namedview20"
|
||||||
showgrid="true"
|
showgrid="true"
|
||||||
inkscape:zoom="9.8333336"
|
inkscape:zoom="9.8333336"
|
||||||
inkscape:cx="10.080681"
|
inkscape:cx="-8.9999998"
|
||||||
inkscape:cy="22.366699"
|
inkscape:cy="22.322033"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="0"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg18">
|
inkscape:current-layer="svg18"
|
||||||
|
inkscape:pagecheckerboard="0">
|
||||||
<inkscape:grid
|
<inkscape:grid
|
||||||
type="xygrid"
|
type="xygrid"
|
||||||
id="grid834" />
|
id="grid834" />
|
||||||
</sodipodi:namedview>
|
</sodipodi:namedview>
|
||||||
<circle
|
<path
|
||||||
cx="23.940615"
|
|
||||||
cy="31.534513"
|
|
||||||
fill="#6c6753"
|
|
||||||
opacity=".99"
|
|
||||||
r="13.232998"
|
|
||||||
transform="matrix(1.72140702696 0 0 1.72140725788 -17.2289093957 -30.06939350282)"
|
|
||||||
id="circle2"
|
id="circle2"
|
||||||
style="fill:#93aca7" />
|
style="opacity:0.99;fill:#93aca7"
|
||||||
|
transform="matrix(1.72140702696 0 0 1.72140725788 -17.2289093957 -30.06939350282)"
|
||||||
|
d="M 37.173613,31.534513 A 13.232998,13.232998 0 0 1 23.940615,44.767511 13.232998,13.232998 0 0 1 10.707617,31.534513 13.232998,13.232998 0 0 1 23.940615,18.301516 13.232998,13.232998 0 0 1 37.173613,31.534513 Z" />
|
||||||
<path
|
<path
|
||||||
style="fill:#ffffff;stroke-width:0.24412;image-rendering:optimizeSpeed"
|
style="fill:#ffffff;stroke-width:0.24412;image-rendering:optimizeSpeed"
|
||||||
id="path11057-0"
|
id="path11057-0"
|
||||||
|
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.6 KiB |
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg6"
|
id="svg6"
|
||||||
sodipodi:docname="quickusbformatter.svg"
|
sodipodi:docname="usbprog.svg"
|
||||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata12">
|
id="metadata12">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -41,22 +41,19 @@
|
||||||
id="namedview8"
|
id="namedview8"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="9.4583331"
|
inkscape:zoom="9.4583331"
|
||||||
inkscape:cx="51.042368"
|
inkscape:cx="31.136565"
|
||||||
inkscape:cy="5.0823726"
|
inkscape:cy="30.502203"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg6"
|
inkscape:current-layer="svg6"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0"
|
||||||
<circle
|
inkscape:pagecheckerboard="0" />
|
||||||
cx="23.940615"
|
<path
|
||||||
cy="31.534513"
|
|
||||||
fill="#5e81ac"
|
|
||||||
opacity=".99"
|
|
||||||
r="13.232998"
|
|
||||||
transform="matrix(1.75830584759 0 0 1.75830608345 -18.15909274367 -30.97874795549)"
|
|
||||||
id="circle2"
|
id="circle2"
|
||||||
style="fill:#9ca9b7;fill-opacity:1" />
|
style="opacity:0.99;fill:#9ca9b7"
|
||||||
|
transform="matrix(1.75830584759 0 0 1.75830608345 -18.15909274367 -30.97874795549)"
|
||||||
|
d="M 37.173613,31.534513 A 13.232998,13.232998 0 0 1 23.940615,44.767511 13.232998,13.232998 0 0 1 10.707617,31.534513 13.232998,13.232998 0 0 1 23.940615,18.301516 13.232998,13.232998 0 0 1 37.173613,31.534513 Z" />
|
||||||
<path
|
<path
|
||||||
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.27168;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.992701"
|
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.27168;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.992701"
|
||||||
d="m 38.450235,10.353486 a 1.8031495,1.8031495 0 0 0 -1.804289,1.802616 1.8031495,1.8031495 0 0 0 1.804289,1.802617 1.8031495,1.8031495 0 0 0 1.802615,-1.802617 1.8031495,1.8031495 0 0 0 -1.802615,-1.802616 z m -29.7615627,0.01003 a 1.8031495,1.8031495 0 0 0 -1.8042885,1.804289 1.8031495,1.8031495 0 0 0 1.8042885,1.802616 1.8031495,1.8031495 0 0 0 1.8026157,-1.802616 1.8031495,1.8031495 0 0 0 -1.8026157,-1.804289 z m 0,22.054459 A 1.8031495,1.8031495 0 0 0 6.8843838,34.220594 1.8031495,1.8031495 0 0 0 8.6886723,36.02321 1.8031495,1.8031495 0 0 0 10.491288,34.220594 1.8031495,1.8031495 0 0 0 8.6886723,32.417978 Z m 29.7498567,0 a 1.8031495,1.8031495 0 0 0 -1.802616,1.802616 1.8031495,1.8031495 0 0 0 1.802616,1.802616 1.8031495,1.8031495 0 0 0 1.804289,-1.802616 1.8031495,1.8031495 0 0 0 -1.804289,-1.802616 z"
|
d="m 38.450235,10.353486 a 1.8031495,1.8031495 0 0 0 -1.804289,1.802616 1.8031495,1.8031495 0 0 0 1.804289,1.802617 1.8031495,1.8031495 0 0 0 1.802615,-1.802617 1.8031495,1.8031495 0 0 0 -1.802615,-1.802616 z m -29.7615627,0.01003 a 1.8031495,1.8031495 0 0 0 -1.8042885,1.804289 1.8031495,1.8031495 0 0 0 1.8042885,1.802616 1.8031495,1.8031495 0 0 0 1.8026157,-1.802616 1.8031495,1.8031495 0 0 0 -1.8026157,-1.804289 z m 0,22.054459 A 1.8031495,1.8031495 0 0 0 6.8843838,34.220594 1.8031495,1.8031495 0 0 0 8.6886723,36.02321 1.8031495,1.8031495 0 0 0 10.491288,34.220594 1.8031495,1.8031495 0 0 0 8.6886723,32.417978 Z m 29.7498567,0 a 1.8031495,1.8031495 0 0 0 -1.802616,1.802616 1.8031495,1.8031495 0 0 0 1.802616,1.802616 1.8031495,1.8031495 0 0 0 1.804289,-1.802616 1.8031495,1.8031495 0 0 0 -1.804289,-1.802616 z"
|
||||||
|
@ -107,17 +104,17 @@
|
||||||
style="stroke-width:1.20908" />
|
style="stroke-width:1.20908" />
|
||||||
<path
|
<path
|
||||||
id="path1654"
|
id="path1654"
|
||||||
style="fill:#9ca9b7;fill-opacity:0.99215686;stroke-width:1.25546"
|
style="fill:#9ca9b7;fill-opacity:1;stroke-width:1.25546"
|
||||||
d="M 17.052734 23.583984 A 11.8201 11.8201 0 0 0 5.296875 35.404297 A 11.8201 11.8201 0 0 0 5.4453125 37.261719 L 28.789062 37.261719 A 11.8201 11.8201 0 0 0 28.9375 35.404297 A 11.8201 11.8201 0 0 0 17.117188 23.583984 A 11.8201 11.8201 0 0 0 17.052734 23.583984 z " />
|
d="M 17.052734 23.583984 A 11.8201 11.8201 0 0 0 5.296875 35.404297 A 11.8201 11.8201 0 0 0 5.4453125 37.261719 L 28.789062 37.261719 A 11.8201 11.8201 0 0 0 28.9375 35.404297 A 11.8201 11.8201 0 0 0 17.117188 23.583984 A 11.8201 11.8201 0 0 0 17.052734 23.583984 z " />
|
||||||
<circle
|
<circle
|
||||||
style="fill:#ffffff;fill-opacity:0.568218;stroke-width:1.03121"
|
style="fill:#ffffff;fill-opacity:1;stroke-width:1.03121"
|
||||||
id="circle1656"
|
id="circle1656"
|
||||||
cx="17.117968"
|
cx="17.117968"
|
||||||
cy="35.403915"
|
cy="35.403915"
|
||||||
r="9.7088289" />
|
r="9.7088289" />
|
||||||
<path
|
<path
|
||||||
id="rect921"
|
id="rect921"
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke-width:4;stroke-linecap:square;stroke-linejoin:round"
|
style="fill:#9ca9b7;fill-opacity:0.99215686;stroke-width:4;stroke-linecap:square;stroke-linejoin:round"
|
||||||
d="m 14.27235,31.262231 v 5 h -2 l 5,5 5,-5 h -2 v -5 z"
|
d="m 14.27235,31.262231 v 5 h -2 l 5,5 5,-5 h -2 v -5 z"
|
||||||
sodipodi:nodetypes="cccccccc" />
|
sodipodi:nodetypes="cccccccc" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 7 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 20 KiB |
|
@ -0,0 +1,115 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
height="48"
|
||||||
|
width="48"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="re.sonny.Commit.svg"
|
||||||
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<metadata
|
||||||
|
id="metadata12">
|
||||||
|
<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>
|
||||||
|
<defs
|
||||||
|
id="defs10" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1029"
|
||||||
|
id="namedview8"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="5.6568539"
|
||||||
|
inkscape:cx="-19.710603"
|
||||||
|
inkscape:cy="54.358837"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg6"
|
||||||
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0" />
|
||||||
|
<path
|
||||||
|
id="circle2"
|
||||||
|
style="opacity:0.99;fill:#9a9dce"
|
||||||
|
transform="matrix(1.75830584759 0 0 1.75830608345 -18.15909274367 -30.97874795549)"
|
||||||
|
d="M 37.173613,31.534513 A 13.232998,13.232998 0 0 1 23.940615,44.767511 13.232998,13.232998 0 0 1 10.707617,31.534513 13.232998,13.232998 0 0 1 23.940615,18.301516 13.232998,13.232998 0 0 1 37.173613,31.534513 Z" />
|
||||||
|
<path
|
||||||
|
id="circle856"
|
||||||
|
style="opacity:0.99;fill:#535353;stroke-width:1.54048"
|
||||||
|
d="M 44.320925,24.468578 A 20.385096,20.385099 0 0 1 23.935829,44.853678 20.385096,20.385099 0 0 1 3.5507336,24.468578 20.385096,20.385099 0 0 1 23.935829,4.0834789 20.385096,20.385099 0 0 1 44.320925,24.468578 Z" />
|
||||||
|
<g
|
||||||
|
id="g130708"
|
||||||
|
transform="matrix(0.38711982,0,0,0.38711982,-0.93200033,-0.08826606)">
|
||||||
|
<path
|
||||||
|
d="m 69.65625,117.73828 48.08203,-48.08203 c 3.125,-3.125 3.125,-8.1875 0,-11.3125 L 69.65625,10.261719 c -3.125,-3.125 -8.1875,-3.125 -11.3125,0 L 10.261719,58.34375 c -3.125,3.125 -3.125,8.1875 0,11.3125 l 48.082031,48.08203 c 3.125,3.125 8.1875,3.125 11.3125,0 z m 0,0"
|
||||||
|
fill="#f6f5f4"
|
||||||
|
id="path130647" />
|
||||||
|
<path
|
||||||
|
d="m 56,38 h 4 v 71.52677 h -4 z m 0,0"
|
||||||
|
fill="#9a9996"
|
||||||
|
id="path130649"
|
||||||
|
style="stroke-width:0.957606" />
|
||||||
|
<path
|
||||||
|
d="m 58,88 h 10 c 5.523438,0 10,-4.476562 10,-10 V 42"
|
||||||
|
fill="none"
|
||||||
|
stroke="#9a9996"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-width="4"
|
||||||
|
id="path130651" />
|
||||||
|
<path
|
||||||
|
d="m 8.496094,61 c -1.171875,2.886719 -0.585938,6.308594 1.761718,8.65625 l 48.085938,48.08203 c 3.132812,3.13672 8.179688,3.13672 11.3125,0 l 48.08203,-48.08203 c 2.35156,-2.347656 2.9375,-5.769531 1.76953,-8.65625 -0.39453,0.964844 -0.98047,1.871094 -1.76953,2.65625 l -48.08203,48.08203 c -3.132812,3.13672 -8.179688,3.13672 -11.3125,0 L 10.257812,63.65625 C 9.472656,62.871094 8.886719,61.964844 8.496094,61 Z m 0,0"
|
||||||
|
fill="url(#a)"
|
||||||
|
id="path130661" />
|
||||||
|
<path
|
||||||
|
d="m 64,86 c 0,3.3125 -2.6875,6 -6,6 -3.3125,0 -6,-2.6875 -6,-6 0,-3.3125 2.6875,-6 6,-6 3.3125,0 6,2.6875 6,6 z m 0,0"
|
||||||
|
fill="#c061cb"
|
||||||
|
id="path130663" />
|
||||||
|
<path
|
||||||
|
d="m 66,32 c 0,4.417969 -3.582031,8 -8,8 -4.417969,0 -8,-3.582031 -8,-8 0,-4.417969 3.582031,-8 8,-8 4.417969,0 8,3.582031 8,8 z m 0,0"
|
||||||
|
fill="#ed333b"
|
||||||
|
id="path130665"
|
||||||
|
style="fill:#c25e62;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
d="m 84,44 c 0,3.3125 -2.6875,6 -6,6 -3.3125,0 -6,-2.6875 -6,-6 0,-3.3125 2.6875,-6 6,-6 3.3125,0 6,2.6875 6,6 z m 0,0"
|
||||||
|
fill="#57e389"
|
||||||
|
id="path130667"
|
||||||
|
style="fill:#6bb184;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
d="m 64,59 c 0,3.3125 -2.6875,6 -6,6 -3.3125,0 -6,-2.6875 -6,-6 0,-3.3125 2.6875,-6 6,-6 3.3125,0 6,2.6875 6,6 z m 0,0"
|
||||||
|
fill="#62a0ea"
|
||||||
|
id="path130669" />
|
||||||
|
<path
|
||||||
|
d="m 104.80078,30.296875 2.82813,-2.828125 c 1.5625,-1.5625 4.09765,-1.5625 5.66015,0 l 4.24219,4.242188 c 1.5625,1.5625 1.5625,4.097656 0,5.660156 l -2.82812,2.828125 c -1.5625,1.5625 -4.09766,1.5625 -5.66016,0 l -4.24219,-4.242188 c -1.5625,-1.5625 -1.5625,-4.097656 0,-5.660156 z m 0,0"
|
||||||
|
fill="url(#b)"
|
||||||
|
id="path130671" />
|
||||||
|
<path
|
||||||
|
d="m 69.050781,80.898438 -4.949219,-4.949219 1.101563,-6.050781 9.898437,9.898437 z m 0,0"
|
||||||
|
fill="url(#c)"
|
||||||
|
id="path130673" />
|
||||||
|
<path
|
||||||
|
d="m 101.97266,33.125 2.82812,-2.828125 9.90235,9.902344 -2.83204,2.828125 z m 0,0"
|
||||||
|
fill="url(#d)"
|
||||||
|
id="path130683" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.9 KiB |
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg6"
|
id="svg6"
|
||||||
sodipodi:docname="gnome-settings.svg"
|
sodipodi:docname="utilities-tweak-tool.svg"
|
||||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata12">
|
id="metadata12">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -40,46 +40,35 @@
|
||||||
inkscape:window-height="1031"
|
inkscape:window-height="1031"
|
||||||
id="namedview8"
|
id="namedview8"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="13.376103"
|
inkscape:zoom="6.6880515"
|
||||||
inkscape:cx="15.717127"
|
inkscape:cx="-36.707253"
|
||||||
inkscape:cy="22.326507"
|
inkscape:cy="18.914328"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg6"
|
inkscape:current-layer="svg6"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0"
|
||||||
<circle
|
inkscape:pagecheckerboard="0" />
|
||||||
cx="23.940615"
|
<path
|
||||||
cy="31.534513"
|
id="circle2"
|
||||||
fill="#5e81ac"
|
style="opacity:0.99;fill:#bf616a;fill-opacity:1"
|
||||||
opacity=".99"
|
transform="matrix(1.75830584759 0 0 1.75830608345 -18.15909274367 -30.97874795549)"
|
||||||
r="13.232998"
|
d="M 37.173613,31.534513 A 13.232998,13.232998 0 0 1 23.940615,44.767511 13.232998,13.232998 0 0 1 10.707617,31.534513 13.232998,13.232998 0 0 1 23.940615,18.301516 13.232998,13.232998 0 0 1 37.173613,31.534513 Z" />
|
||||||
transform="matrix(1.75830584759 0 0 1.75830608345 -18.15909274367 -30.97874795549)"
|
<rect
|
||||||
id="circle2"
|
style="fill:#ffffff;fill-opacity:0.43877551;fill-rule:evenodd;stroke:none;stroke-width:18.8976;stroke-opacity:0.992157"
|
||||||
style="fill:#9e9182;fill-opacity:1" />
|
id="rect1247"
|
||||||
<rect
|
width="28.652889"
|
||||||
fill="#515357"
|
height="28.652889"
|
||||||
height="28.652889"
|
x="9.6698523"
|
||||||
ry="1.4471159"
|
y="10.258472"
|
||||||
transform="rotate(-90)"
|
rx="1.443208"
|
||||||
width="28.652889"
|
ry="1.443208" />
|
||||||
x="-38.911362"
|
<path
|
||||||
y="9.6698523"
|
id="rect4"
|
||||||
id="rect2"
|
style="stroke-width:0.842732;fill:#ffffff;fill-opacity:0.90306121"
|
||||||
style="stroke-width:0.842732;fill:#ffffff;fill-opacity:0.27003068" />
|
d="M 23.996094 4.921875 C 23.626183 4.921875 23.256101 5.0642117 22.972656 5.3476562 L 4.7597656 23.5625 C 4.1928766 24.129389 4.1928766 25.040533 4.7597656 25.607422 L 22.972656 43.822266 C 23.152633 44.002243 23.370093 44.117896 23.597656 44.183594 L 24.396484 44.183594 C 24.62369 44.117827 24.839809 44.001988 25.019531 43.822266 L 43.234375 25.607422 C 43.801264 25.040533 43.801264 24.129389 43.234375 23.5625 L 25.019531 5.3476562 C 24.736087 5.0642117 24.366004 4.921875 23.996094 4.921875 z " />
|
||||||
<rect
|
|
||||||
fill="#6f7177"
|
|
||||||
height="28.652889"
|
|
||||||
ry="1.4471159"
|
|
||||||
transform="rotate(-45)"
|
|
||||||
width="28.652889"
|
|
||||||
x="-14.742661"
|
|
||||||
y="20.025663"
|
|
||||||
id="rect4"
|
|
||||||
style="stroke-width:0.842732;fill:#ffffff;fill-opacity:0.41772336" />
|
|
||||||
<path
|
<path
|
||||||
d="m 28.208609,24.607135 a 4.1843198,4.1843198 0 0 1 -4.371846,3.979963 4.1843198,4.1843198 0 0 1 -3.987937,-4.364572 4.1843198,4.1843198 0 0 1 4.357284,-3.995899 4.1843198,4.1843198 0 0 1 4.003847,4.349982"
|
|
||||||
fill="#ffffff"
|
|
||||||
id="path6"
|
id="path6"
|
||||||
style="stroke-width:0.842732" />
|
style="stroke-width:0.842732;fill:#c0616a;fill-opacity:0.99215686"
|
||||||
|
d="M 24.207031 20.226562 A 4.1843198 4.1843198 0 0 0 19.849609 24.222656 A 4.1843198 4.1843198 0 0 0 23.835938 28.587891 A 4.1843198 4.1843198 0 0 0 28.208984 24.607422 L 28.208984 24.576172 A 4.1843198 4.1843198 0 0 0 24.207031 20.226562 z " />
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 3.1 KiB |
|
@ -1 +1,46 @@
|
||||||
<svg height="48" width="48" xmlns="http://www.w3.org/2000/svg"><circle cx="23.940615" cy="31.534513" fill="#6c84b8" opacity=".99" r="13.232998" transform="matrix(1.72140702696 0 0 1.72140725788 -17.2289093957 -30.06939350282)"/><path d="m17.69762 14.138672c-.28395-.0005-.573481.0098-.859375.0098-1.671007-.03585-3.34052.02183-5.011719 0-1.158548-.0094-.891961 1.447762-.556641 2.060547 3.707464 6.775185 8.088193 14.363862 12.171875 21.515625.784641 1.187268 1.611104-.425593 2.050782-1.115234 1.111217-1.742937 2.025706-3.569902 2.964843-5.396485.396662-1.227682-.710707-2.171975-1.105468-3.212925-2.408822-4.387564-4.942511-8.692109-7.402344-13.041015-.588664-.724168-1.400105-.818812-2.251953-.820313zm12.005859.0098c-1.278608 0-.464844 1.439453-.464844 1.439453s1.917232 3.636254 3.021485 5.625c1.104254 1.988751 1.700005.275236 1.976562-.275391.995024-1.981117 1.859216-4.046419 2.556641-5.417968.697425-1.371551-.755859-1.371094-.755859-1.371094z" fill="#ffffff"/></svg>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
height="48"
|
||||||
|
width="48"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="vectr.svg"
|
||||||
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs10" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview8"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="16.375"
|
||||||
|
inkscape:cx="12.48855"
|
||||||
|
inkscape:cy="24.030534"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1031"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg6" />
|
||||||
|
<circle
|
||||||
|
cx="23.940615"
|
||||||
|
cy="31.534513"
|
||||||
|
fill="#6c84b8"
|
||||||
|
opacity=".99"
|
||||||
|
r="13.232998"
|
||||||
|
transform="matrix(1.72140702696 0 0 1.72140725788 -17.2289093957 -30.06939350282)"
|
||||||
|
id="circle2"
|
||||||
|
style="fill:#6f85b5;fill-opacity:1" />
|
||||||
|
<path
|
||||||
|
d="m17.69762 14.138672c-.28395-.0005-.573481.0098-.859375.0098-1.671007-.03585-3.34052.02183-5.011719 0-1.158548-.0094-.891961 1.447762-.556641 2.060547 3.707464 6.775185 8.088193 14.363862 12.171875 21.515625.784641 1.187268 1.611104-.425593 2.050782-1.115234 1.111217-1.742937 2.025706-3.569902 2.964843-5.396485.396662-1.227682-.710707-2.171975-1.105468-3.212925-2.408822-4.387564-4.942511-8.692109-7.402344-13.041015-.588664-.724168-1.400105-.818812-2.251953-.820313zm12.005859.0098c-1.278608 0-.464844 1.439453-.464844 1.439453s1.917232 3.636254 3.021485 5.625c1.104254 1.988751 1.700005.275236 1.976562-.275391.995024-1.981117 1.859216-4.046419 2.556641-5.417968.697425-1.371551-.755859-1.371094-.755859-1.371094z"
|
||||||
|
fill="#ffffff"
|
||||||
|
id="path4" />
|
||||||
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 977 B After Width: | Height: | Size: 2 KiB |
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg8"
|
id="svg8"
|
||||||
sodipodi:docname="com.viber.Viber.svg"
|
sodipodi:docname="com.viber.Viber.svg"
|
||||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata14">
|
id="metadata14">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,6 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -41,36 +40,30 @@
|
||||||
id="namedview10"
|
id="namedview10"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="6.6880518"
|
inkscape:zoom="6.6880518"
|
||||||
inkscape:cx="-22.595127"
|
inkscape:cx="91.880269"
|
||||||
inkscape:cy="42.26031"
|
inkscape:cy="12.634472"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg8"
|
inkscape:current-layer="svg8"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:lockguides="true" />
|
||||||
<path
|
<path
|
||||||
d="m44.322082 27.405077a19.729762 19.729765 0 0 1 -19.729762 19.729765 19.729762 19.729765 0 0 1 -19.7297621-19.729765 19.729762 19.729765 0 0 1 19.7297621-19.7297632 19.729762 19.729765 0 0 1 19.729762 19.7297632z"
|
|
||||||
fill="#89a02c"
|
|
||||||
opacity=".99"
|
|
||||||
transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"
|
|
||||||
id="path2"
|
id="path2"
|
||||||
style="fill:#aa8ac1;fill-opacity:1" />
|
style="fill:#b48ead;fill-opacity:1;stroke-width:1.15035"
|
||||||
|
d="M 23.804688 1.3046875 A 22.696228 22.696232 0 0 0 1.1074219 24 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.5 24 A 22.696228 22.696232 0 0 0 23.804688 1.3046875 z " />
|
||||||
<path
|
<path
|
||||||
d="m 44.322082,27.405077 c 10e-7,10.896448 -8.833315,19.729765 -19.729762,19.729765 -5.448223,0 -10.380664,-2.208329 -13.951049,-5.778714 l 27.902097,-27.9021 c 3.570384,3.570384 5.778714,8.502825 5.778714,13.951049 z"
|
|
||||||
fill="#89a02c"
|
|
||||||
opacity="0.99"
|
|
||||||
transform="matrix(1.1503549,0,0,1.1503549,-4.486125,-7.525565)"
|
|
||||||
id="path844"
|
id="path844"
|
||||||
style="fill:#9c7aae;fill-opacity:1"
|
style="fill:#8f788f;fill-opacity:1;stroke-width:1.15035"
|
||||||
sodipodi:nodetypes="ssccs" />
|
d="M 39.851562 7.9511719 L 7.7558594 40.048828 C 11.863069 44.156038 17.537297 46.695312 23.804688 46.695312 C 36.339469 46.695312 46.500001 36.534782 46.5 24 C 46.5 17.732609 43.958771 12.058381 39.851562 7.9511719 z " />
|
||||||
<path
|
<path
|
||||||
d="M 44.330859,24 A 20.527088,20.527092 0 0 1 23.803771,44.527091 20.527088,20.527092 0 0 1 3.2766825,24 20.527088,20.527092 0 0 1 23.803771,3.4729104 20.527088,20.527092 0 0 1 44.330859,24 Z"
|
|
||||||
fill="#89a02c"
|
|
||||||
opacity="0.99"
|
|
||||||
id="path846"
|
id="path846"
|
||||||
style="fill:#ffffff;fill-opacity:0.31120557;stroke-width:1.04041" />
|
style="fill:#ffffff;fill-opacity:0.38265306;stroke-width:1.04041"
|
||||||
|
d="M 23.804688 3.4726562 A 20.527088 20.527092 0 0 0 3.2773438 24 A 20.527088 20.527092 0 0 0 23.804688 44.527344 A 20.527088 20.527092 0 0 0 44.330078 24 A 20.527088 20.527092 0 0 0 23.804688 3.4726562 z " />
|
||||||
<path
|
<path
|
||||||
d="m 25.692397,13.00008 c -0.48314,0 -0.88408,0.38589 -0.88867,0.85352 -0.0028,0.469751 0.39819,0.864781 0.88477,0.867191 2.0999,0.01577 3.8265,0.67944 5.2188,1.9883 1.3759,1.2967 2.0931,3.0932 2.1113,5.4375 v 0.002 c 0.005,0.46636 0.40622,0.85152 0.89062,0.85152 5.1e-5,0 0.0092,-0.0018 0.0098,-0.002 0.4855,-0.0045 0.88869,-0.3959 0.88477,-0.86524 v -0.002 c -0.0113,-1.3664 -0.23344,-2.6227 -0.668,-3.7284 -0.4398,-1.1171 -1.1083,-2.1056 -1.9805,-2.9277 -1.7225,-1.619901 -3.9228,-2.456701 -6.4551,-2.474601 h -0.0078 z m -9.0195,2.021501 c -0.3388,-0.05759 -0.7058,0.0054 -1.0723,0.18164 h -0.0293 l -0.04102,0.02344 c -0.67914,0.38604 -1.3158,0.90359 -1.9121,1.5527 l -0.04687,0.05078 v 0.04687 c -0.41259,0.51439 -0.6853,1.0321 -0.74805,1.5508 -0.02002,0.0879 -0.01953,0.16714 -0.01953,0.25196 0,0.23596 0.03468,0.47576 0.10742,0.71094 l 0.01953,0.06641 0.04102,0.02344 c 0.23553,0.80809 0.77,2.0657 1.9395,4.1953 0.77892,1.4115 1.5748,2.5906 2.3652,3.584 0.41639,0.5221 0.88808,1.0657 1.4355,1.6133 0.0065,0.0065 0.02959,0.03008 0.05469,0.05273 0.0087,0.0087 0.02087,0.02673 0.05078,0.05664 l 0.05469,0.05469 h 0.0039 c 0.01927,0.01927 0.03227,0.03326 0.03516,0.03711 l 0.0098,0.01172 0.0098,0.0098 c 0.54744,0.54148 1.0874,1.016 1.6152,1.4297 0.99189,0.79051 2.1707,1.5927 3.582,2.373 2.132,1.1762 3.4013,1.7078 4.2051,1.9395 l 0.0293,0.03516 0.04883,0.01758 c 0.2277,0.07591 0.46464,0.11096 0.69922,0.10742 0.09514,0.0052 0.17939,-0.0015 0.25976,-0.01953 0.55048,-0.06436 1.0955,-0.325 1.6348,-0.77734 l 0.0059,-0.0078 0.0059,-0.0039 c 0.0083,-0.0083 0.0034,-0.0043 0.0078,-0.0098 0.0048,-0.0043 0.0069,-0.0093 0.01172,-0.01367 0.63825,-0.58251 1.1534,-1.2161 1.541,-1.8945 l 0.02539,-0.04297 v -0.04102 c 0.35599,-0.74129 0.21499,-1.4981 -0.36328,-1.9805 -0.01417,-0.01215 -0.29201,-0.2444 -0.63672,-0.52539 -0.35253,-0.28727 -0.77061,-0.62493 -1.0529,-0.83206 -0.53408,-0.39509 -1.3596,-0.90615 -1.8301,-1.168 h -0.002 c -0.90375,-0.50613 -1.8481,-0.21199 -2.2637,0.32617 l -0.72852,0.91211 c -0.29381,0.3702 -0.8809,0.33489 -0.89648,0.33398 -4.9414,-1.2713 -6.2699,-6.24 -6.2793,-6.2754 -8.81e-4,-0.01555 -0.0364,-0.60368 0.33398,-0.90234 l 0.9082,-0.72656 c 0.53945,-0.41319 0.84274,-1.3574 0.33398,-2.2637 -0.2654,-0.46852 -0.77867,-1.3002 -1.168,-1.8301 h -0.002 c -0.2087,-0.28127 -0.54533,-0.70183 -0.83203,-1.0547 -0.14335,-0.17643 -0.27386,-0.33792 -0.36914,-0.45312 -0.04764,-0.05761 -0.08595,-0.10414 -0.11328,-0.13672 -0.01367,-0.01629 -0.02518,-0.02775 -0.0332,-0.03711 -0.004,-0.0047 -0.0063,-0.0078 -0.0098,-0.01172 -0.25169,-0.29887 -0.57248,-0.48096 -0.92578,-0.54102 z m 9.0723,1.9805 c -0.47653,-0.0336 -0.90471,0.32346 -0.93945,0.7832 -0.03478,0.46025 0.3365,0.87074 0.8125,0.9043 1.1771,0.08319 1.9714,0.42925 2.5684,1.0605 v 0.002 c 0.60928,0.643 0.88651,1.3773 0.86328,2.3809 v 0.0039 c -0.0104,0.46178 0.37701,0.85312 0.85547,0.86324 h 0.02147 c 0.47147,0 0.86451,-0.37219 0.875,-0.82812 0.03225,-1.3793 -0.41702,-2.6101 -1.3223,-3.5645 -0.90942,-0.95914 -2.1978,-1.4963 -3.7344,-1.6055 z"
|
d="m 25.692397,13.00008 c -0.48314,0 -0.88408,0.38589 -0.88867,0.85352 -0.0028,0.469751 0.39819,0.864781 0.88477,0.867191 2.0999,0.01577 3.8265,0.67944 5.2188,1.9883 1.3759,1.2967 2.0931,3.0932 2.1113,5.4375 v 0.002 c 0.005,0.46636 0.40622,0.85152 0.89062,0.85152 5.1e-5,0 0.0092,-0.0018 0.0098,-0.002 0.4855,-0.0045 0.88869,-0.3959 0.88477,-0.86524 v -0.002 c -0.0113,-1.3664 -0.23344,-2.6227 -0.668,-3.7284 -0.4398,-1.1171 -1.1083,-2.1056 -1.9805,-2.9277 -1.7225,-1.619901 -3.9228,-2.456701 -6.4551,-2.474601 h -0.0078 z m -9.0195,2.021501 c -0.3388,-0.05759 -0.7058,0.0054 -1.0723,0.18164 h -0.0293 l -0.04102,0.02344 c -0.67914,0.38604 -1.3158,0.90359 -1.9121,1.5527 l -0.04687,0.05078 v 0.04687 c -0.41259,0.51439 -0.6853,1.0321 -0.74805,1.5508 -0.02002,0.0879 -0.01953,0.16714 -0.01953,0.25196 0,0.23596 0.03468,0.47576 0.10742,0.71094 l 0.01953,0.06641 0.04102,0.02344 c 0.23553,0.80809 0.77,2.0657 1.9395,4.1953 0.77892,1.4115 1.5748,2.5906 2.3652,3.584 0.41639,0.5221 0.88808,1.0657 1.4355,1.6133 0.0065,0.0065 0.02959,0.03008 0.05469,0.05273 0.0087,0.0087 0.02087,0.02673 0.05078,0.05664 l 0.05469,0.05469 h 0.0039 c 0.01927,0.01927 0.03227,0.03326 0.03516,0.03711 l 0.0098,0.01172 0.0098,0.0098 c 0.54744,0.54148 1.0874,1.016 1.6152,1.4297 0.99189,0.79051 2.1707,1.5927 3.582,2.373 2.132,1.1762 3.4013,1.7078 4.2051,1.9395 l 0.0293,0.03516 0.04883,0.01758 c 0.2277,0.07591 0.46464,0.11096 0.69922,0.10742 0.09514,0.0052 0.17939,-0.0015 0.25976,-0.01953 0.55048,-0.06436 1.0955,-0.325 1.6348,-0.77734 l 0.0059,-0.0078 0.0059,-0.0039 c 0.0083,-0.0083 0.0034,-0.0043 0.0078,-0.0098 0.0048,-0.0043 0.0069,-0.0093 0.01172,-0.01367 0.63825,-0.58251 1.1534,-1.2161 1.541,-1.8945 l 0.02539,-0.04297 v -0.04102 c 0.35599,-0.74129 0.21499,-1.4981 -0.36328,-1.9805 -0.01417,-0.01215 -0.29201,-0.2444 -0.63672,-0.52539 -0.35253,-0.28727 -0.77061,-0.62493 -1.0529,-0.83206 -0.53408,-0.39509 -1.3596,-0.90615 -1.8301,-1.168 h -0.002 c -0.90375,-0.50613 -1.8481,-0.21199 -2.2637,0.32617 l -0.72852,0.91211 c -0.29381,0.3702 -0.8809,0.33489 -0.89648,0.33398 -4.9414,-1.2713 -6.2699,-6.24 -6.2793,-6.2754 -8.81e-4,-0.01555 -0.0364,-0.60368 0.33398,-0.90234 l 0.9082,-0.72656 c 0.53945,-0.41319 0.84274,-1.3574 0.33398,-2.2637 -0.2654,-0.46852 -0.77867,-1.3002 -1.168,-1.8301 h -0.002 c -0.2087,-0.28127 -0.54533,-0.70183 -0.83203,-1.0547 -0.14335,-0.17643 -0.27386,-0.33792 -0.36914,-0.45312 -0.04764,-0.05761 -0.08595,-0.10414 -0.11328,-0.13672 -0.01367,-0.01629 -0.02518,-0.02775 -0.0332,-0.03711 -0.004,-0.0047 -0.0063,-0.0078 -0.0098,-0.01172 -0.25169,-0.29887 -0.57248,-0.48096 -0.92578,-0.54102 z m 9.0723,1.9805 c -0.47653,-0.0336 -0.90471,0.32346 -0.93945,0.7832 -0.03478,0.46025 0.3365,0.87074 0.8125,0.9043 1.1771,0.08319 1.9714,0.42925 2.5684,1.0605 v 0.002 c 0.60928,0.643 0.88651,1.3773 0.86328,2.3809 v 0.0039 c -0.0104,0.46178 0.37701,0.85312 0.85547,0.86324 h 0.02147 c 0.47147,0 0.86451,-0.37219 0.875,-0.82812 0.03225,-1.3793 -0.41702,-2.6101 -1.3223,-3.5645 -0.90942,-0.95914 -2.1978,-1.4963 -3.7344,-1.6055 z"
|
||||||
fill="#ffffff"
|
fill="#ffffff"
|
||||||
id="path20" />
|
id="path20"
|
||||||
|
style="fill:#ffffff;fill-opacity:1" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.5 KiB |
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg8"
|
id="svg8"
|
||||||
sodipodi:docname="com.jetbrains.WebStorm.svg"
|
sodipodi:docname="webstorm.svg"
|
||||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata14">
|
id="metadata14">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -37,40 +37,30 @@
|
||||||
inkscape:pageopacity="0"
|
inkscape:pageopacity="0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:window-width="1920"
|
inkscape:window-width="1920"
|
||||||
inkscape:window-height="1031"
|
inkscape:window-height="978"
|
||||||
id="namedview10"
|
id="namedview10"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="9.4583333"
|
inkscape:zoom="4.7291667"
|
||||||
inkscape:cx="9.6322786"
|
inkscape:cx="10.678414"
|
||||||
inkscape:cy="30.689624"
|
inkscape:cy="41.867842"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg8"
|
inkscape:current-layer="svg8"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0" />
|
||||||
<path
|
<path
|
||||||
d="m44.322082 27.405077a19.729762 19.729765 0 0 1 -19.729762 19.729765 19.729762 19.729765 0 0 1 -19.7297621-19.729765 19.729762 19.729765 0 0 1 19.7297621-19.7297632 19.729762 19.729765 0 0 1 19.729762 19.7297632z"
|
|
||||||
fill="#89a02c"
|
|
||||||
opacity=".99"
|
|
||||||
transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"
|
|
||||||
id="path2"
|
id="path2"
|
||||||
style="fill:#84b396;fill-opacity:1" />
|
style="fill:#84b396;fill-opacity:1;stroke-width:1.15035"
|
||||||
|
d="M 23.804688 1.3046875 A 22.696228 22.696232 0 0 0 1.1074219 24 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.5 24 A 22.696228 22.696232 0 0 0 23.804688 1.3046875 z " />
|
||||||
<path
|
<path
|
||||||
d="M 44.322082,27.405077 H 4.8625579 c 1e-6,-10.896448 8.8333161,-19.7297633 19.7297621,-19.7297632 10.896446,0 19.729761,8.8333152 19.729762,19.7297632 z"
|
|
||||||
fill="#89a02c"
|
|
||||||
opacity="0.99"
|
|
||||||
transform="matrix(1.1503549,0,0,1.1503549,-4.486125,-7.525565)"
|
|
||||||
id="path839"
|
id="path839"
|
||||||
sodipodi:nodetypes="ccsc"
|
style="fill:#ffffff;fill-opacity:0.162031;stroke-width:1.15035"
|
||||||
style="fill:#ffffff;fill-opacity:0.16203129" />
|
d="M 23.804688 1.3046875 C 11.269907 1.3046874 1.107423 11.465218 1.1074219 24 L 46.5 24 C 46.499999 11.465218 36.339468 1.3046875 23.804688 1.3046875 z " />
|
||||||
<path
|
<path
|
||||||
d="m 44.322082,27.405077 c 0,10.896448 -8.833315,19.729765 -19.729762,19.729765 V 7.6753138 c 10.896446,0 19.729761,8.8333152 19.729762,19.7297632 z"
|
|
||||||
fill="#89a02c"
|
|
||||||
opacity="0.99"
|
|
||||||
transform="matrix(1.1503549,0,0,1.1503549,-4.486125,-7.525565)"
|
|
||||||
id="path841"
|
id="path841"
|
||||||
sodipodi:nodetypes="sccs"
|
style="fill:#3158d5;fill-opacity:0.257601;stroke-width:1.15035"
|
||||||
style="fill:#3158d5;fill-opacity:0.2576012" />
|
d="M 23.804688 1.3046875 L 23.804688 46.695312 C 36.339469 46.695312 46.5 36.534782 46.5 24 C 46.499999 11.465218 36.339468 1.3046875 23.804688 1.3046875 z " />
|
||||||
<path
|
<path
|
||||||
d="M 11.094509,12.239586 V 36.92293 H 35.777853 V 12.239586 Z m 17.528366,2.322376 c 0.999938,0 1.813783,0.303602 2.438744,0.909333 0.624961,0.600924 0.926901,1.360942 0.907672,2.279153 l -0.01496,0.04322 h -1.989894 c 0,-0.480739 -0.120372,-0.87061 -0.360741,-1.168668 -0.24037,-0.298059 -0.578255,-0.447187 -1.015728,-0.447187 -0.408628,0 -0.728451,0.124056 -0.959206,0.374041 -0.225947,0.245177 -0.33913,0.555968 -0.33913,0.930945 0,0.346132 0.127561,0.631852 0.382352,0.857799 0.254793,0.22114 0.696829,0.469073 1.326597,0.743094 0.99513,0.336518 1.742612,0.764176 2.242581,1.283374 0.504776,0.514391 0.758055,1.21155 0.758055,2.091302 0,0.908597 -0.303603,1.620133 -0.909334,2.134524 -0.605732,0.514391 -1.410725,0.771355 -2.41547,0.771355 -0.999938,0 -1.867791,-0.291067 -2.603322,-0.872762 -0.730723,-0.586502 -1.084649,-1.425598 -1.060612,-2.516876 l 0.01496,-0.04322 h 1.996543 c 0,0.648997 0.138254,1.116105 0.412276,1.399742 0.274021,0.283636 0.687302,0.425575 1.240152,0.425575 0.432665,0 0.752488,-0.115026 0.959206,-0.34578 0.211525,-0.230754 0.317518,-0.543388 0.317518,-0.937594 0,-0.408629 -0.105993,-0.730294 -0.317518,-0.965856 -0.211526,-0.24037 -0.585177,-0.477429 -1.118797,-0.708183 -1.091278,-0.379784 -1.91065,-0.809285 -2.458692,-1.290024 -0.543236,-0.485547 -0.814577,-1.16298 -0.814577,-2.033118 0,-0.860523 0.31798,-1.561185 0.952556,-2.099613 0.634575,-0.543236 1.443254,-0.814577 2.428769,-0.814576 z m -15.14282,0.151278 h 1.989896 l 1.132096,6.69948 h 0.04322 l 1.514448,-6.69948 h 1.471226 L 21.167,21.41272 h 0.04322 l 1.132095,-6.69948 h 1.989895 l -2.024805,10.499731 h -1.911763 l -1.477875,-6.431833 h -0.04322 l -1.464576,6.431833 h -1.903448 z m 0.167903,15.400492 h 10.213798 v 1.702299 H 13.647958 Z"
|
d="M 11.094509,12.239586 V 36.92293 H 35.777853 V 12.239586 Z m 17.528366,2.322376 c 0.999938,0 1.813783,0.303602 2.438744,0.909333 0.624961,0.600924 0.926901,1.360942 0.907672,2.279153 l -0.01496,0.04322 h -1.989894 c 0,-0.480739 -0.120372,-0.87061 -0.360741,-1.168668 -0.24037,-0.298059 -0.578255,-0.447187 -1.015728,-0.447187 -0.408628,0 -0.728451,0.124056 -0.959206,0.374041 -0.225947,0.245177 -0.33913,0.555968 -0.33913,0.930945 0,0.346132 0.127561,0.631852 0.382352,0.857799 0.254793,0.22114 0.696829,0.469073 1.326597,0.743094 0.99513,0.336518 1.742612,0.764176 2.242581,1.283374 0.504776,0.514391 0.758055,1.21155 0.758055,2.091302 0,0.908597 -0.303603,1.620133 -0.909334,2.134524 -0.605732,0.514391 -1.410725,0.771355 -2.41547,0.771355 -0.999938,0 -1.867791,-0.291067 -2.603322,-0.872762 -0.730723,-0.586502 -1.084649,-1.425598 -1.060612,-2.516876 l 0.01496,-0.04322 h 1.996543 c 0,0.648997 0.138254,1.116105 0.412276,1.399742 0.274021,0.283636 0.687302,0.425575 1.240152,0.425575 0.432665,0 0.752488,-0.115026 0.959206,-0.34578 0.211525,-0.230754 0.317518,-0.543388 0.317518,-0.937594 0,-0.408629 -0.105993,-0.730294 -0.317518,-0.965856 -0.211526,-0.24037 -0.585177,-0.477429 -1.118797,-0.708183 -1.091278,-0.379784 -1.91065,-0.809285 -2.458692,-1.290024 -0.543236,-0.485547 -0.814577,-1.16298 -0.814577,-2.033118 0,-0.860523 0.31798,-1.561185 0.952556,-2.099613 0.634575,-0.543236 1.443254,-0.814577 2.428769,-0.814576 z m -15.14282,0.151278 h 1.989896 l 1.132096,6.69948 h 0.04322 l 1.514448,-6.69948 h 1.471226 L 21.167,21.41272 h 0.04322 l 1.132095,-6.69948 h 1.989895 l -2.024805,10.499731 h -1.911763 l -1.477875,-6.431833 h -0.04322 l -1.464576,6.431833 h -1.903448 z m 0.167903,15.400492 h 10.213798 v 1.702299 H 13.647958 Z"
|
||||||
fill="#ffffff"
|
fill="#ffffff"
|
||||||
|
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.1 KiB |
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg6"
|
id="svg6"
|
||||||
sodipodi:docname="wine-winecfg.svg"
|
sodipodi:docname="wine-winecfg.svg"
|
||||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata12">
|
id="metadata12">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -40,46 +40,40 @@
|
||||||
inkscape:window-height="1031"
|
inkscape:window-height="1031"
|
||||||
id="namedview8"
|
id="namedview8"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="13.376103"
|
inkscape:zoom="6.6880515"
|
||||||
inkscape:cx="15.717127"
|
inkscape:cx="-11.587829"
|
||||||
inkscape:cy="22.326507"
|
inkscape:cy="27.73603"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg6"
|
inkscape:current-layer="svg6"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0"
|
||||||
<circle
|
inkscape:pagecheckerboard="0" />
|
||||||
cx="23.940615"
|
<path
|
||||||
cy="31.534513"
|
|
||||||
fill="#5e81ac"
|
|
||||||
opacity=".99"
|
|
||||||
r="13.232998"
|
|
||||||
transform="matrix(1.75830584759 0 0 1.75830608345 -18.15909274367 -30.97874795549)"
|
|
||||||
id="circle2"
|
id="circle2"
|
||||||
style="fill:#9eb0b5;fill-opacity:1" />
|
style="opacity:0.99;fill:#9eb0b5"
|
||||||
|
transform="matrix(1.75830584759 0 0 1.75830608345 -18.15909274367 -30.97874795549)"
|
||||||
|
d="M 37.173613,31.534513 A 13.232998,13.232998 0 0 1 23.940615,44.767511 13.232998,13.232998 0 0 1 10.707617,31.534513 13.232998,13.232998 0 0 1 23.940615,18.301516 13.232998,13.232998 0 0 1 37.173613,31.534513 Z" />
|
||||||
<rect
|
<rect
|
||||||
fill="#515357"
|
style="fill:#ffffff;fill-rule:evenodd;stroke-width:18.8976;stroke-opacity:0.992157;fill-opacity:0.29081634"
|
||||||
height="28.652889"
|
id="rect866"
|
||||||
ry="1.4471159"
|
|
||||||
transform="rotate(-90)"
|
|
||||||
width="28.652889"
|
width="28.652889"
|
||||||
x="-38.911362"
|
height="28.652889"
|
||||||
y="9.6698523"
|
x="9.6698523"
|
||||||
id="rect2"
|
y="10.258472"
|
||||||
style="stroke-width:0.842732;fill:#ffffff;fill-opacity:0.27003068" />
|
ry="1.44712" />
|
||||||
<rect
|
<rect
|
||||||
fill="#6f7177"
|
style="fill:#ffffff;fill-rule:evenodd;stroke-width:18.8976;stroke-opacity:0.992157;fill-opacity:0.83673471"
|
||||||
height="28.652889"
|
id="rect948"
|
||||||
ry="1.4471159"
|
|
||||||
transform="rotate(-45)"
|
|
||||||
width="28.652889"
|
width="28.652889"
|
||||||
|
height="28.652889"
|
||||||
x="-14.742661"
|
x="-14.742661"
|
||||||
y="20.025663"
|
y="20.025661"
|
||||||
id="rect4"
|
ry="1.44712"
|
||||||
style="stroke-width:0.842732;fill:#ffffff;fill-opacity:0.41772336" />
|
transform="rotate(-45)" />
|
||||||
<path
|
<path
|
||||||
d="m 14.907993,15.282492 v 8 h 8 v -8 z m 10,0 v 8 h 8 v -8 z m -10,10 v 8 h 8 v -8 z m 10,0 v 8 h 8 v -8 z"
|
d="m 14.907993,15.282492 v 8 h 8 v -8 z m 10,0 v 8 h 8 v -8 z m -10,10 v 8 h 8 v -8 z m 10,0 v 8 h 8 v -8 z"
|
||||||
fill-opacity="0.577273"
|
fill-opacity="0.577273"
|
||||||
id="path10"
|
id="path10"
|
||||||
style="fill:#ffffff;fill-opacity:1" />
|
style="fill:#9eb0b5;fill-opacity:0.99215686" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.6 KiB |
|
@ -1 +1,61 @@
|
||||||
<svg height="48" width="48" xmlns="http://www.w3.org/2000/svg"><circle cx="23.940615" cy="31.534513" fill="#8f3c4b" opacity=".99" r="13.232998" transform="matrix(1.72140702696 0 0 1.72140725788 -17.2289093957 -30.06939350282)"/><g fill="#ffffff"><path d="m10 9.2255201v12.7949589h12.794959v-12.7949589zm0 28.7886579c-14.9274535 8.529972-7.4637268 4.264986 0 0zm15.993699-12.794959v12.794959h12.794957v-12.794959z" fill-opacity=".289593" stroke-width="1.59937"/><path d="m10 9.2255201v12.7949589h12.794959v-12.7949589zm15.993699 0v12.7949589h12.794957v-12.7949589zm-15.993699 15.9936989v12.794959h12.794959v-12.794959zm15.993699 0v12.794959h12.794957v-12.794959z" fill-opacity=".257919" stroke-width="1.59937"/><path d="m25.993699 9.2255201v12.7949589h12.794957v-12.7949589z" fill-opacity=".395455" stroke-width="1.59937"/><path d="m22.70261 12.267471-.255002 3.555063a8.533483 8.533483 0 0 0 -3.308392 1.378357l-2.698382-2.340041-1.811697 1.8117 2.333375 2.691712a8.533483 8.533483 0 0 0 -1.366693 3.31506l-3.560062.255003v2.560046l3.555064.255003a8.533483 8.533483 0 0 0 1.378355 3.308393l-2.340039 2.698381 1.811697 1.811698 2.691713-2.333376a8.533483 8.533483 0 0 0 3.315061 1.366692l.255002 3.560062h2.560045l.255003-3.555062a8.533483 8.533483 0 0 0 3.308391-1.378357l2.698382 2.340041 1.811702-1.811698-2.333379-2.691714a8.533483 8.533483 0 0 0 1.366692-3.31506l3.560062-.255003v-2.560046l-3.555064-.255003a8.533483 8.533483 0 0 0 -1.378354-3.308392l2.340043-2.69838-1.811702-1.8117-2.691712 2.333376a8.533483 8.533483 0 0 0 -3.315061-1.366692l-.255003-3.560063zm-.513342 4.67175a2.986719 2.986719 0 0 1 2.986716 2.986718 2.986719 2.986719 0 0 1 -2.986716 2.986719 2.986719 2.986719 0 0 1 -2.986716-2.986719 2.986719 2.986719 0 0 1 2.986716-2.986718z" stroke-width=".853348"/></g></svg>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
height="48"
|
||||||
|
width="48"
|
||||||
|
version="1.1"
|
||||||
|
id="svg14"
|
||||||
|
sodipodi:docname="winemine.svg"
|
||||||
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs18" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview16"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="16.375"
|
||||||
|
inkscape:cx="12.48855"
|
||||||
|
inkscape:cy="24.030534"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1031"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg14" />
|
||||||
|
<path
|
||||||
|
id="circle2"
|
||||||
|
transform="matrix(1.72140702696 0 0 1.72140725788 -17.2289093957 -30.06939350282)"
|
||||||
|
style="opacity:0.99;fill:#bf616a;fill-opacity:1"
|
||||||
|
d="M 37.173613,31.534513 A 13.232998,13.232998 0 0 1 23.940615,44.767511 13.232998,13.232998 0 0 1 10.707617,31.534513 13.232998,13.232998 0 0 1 23.940615,18.301516 13.232998,13.232998 0 0 1 37.173613,31.534513 Z" />
|
||||||
|
<g
|
||||||
|
fill="#ffffff"
|
||||||
|
id="g12">
|
||||||
|
<path
|
||||||
|
d="m10 9.2255201v12.7949589h12.794959v-12.7949589zm0 28.7886579c-14.9274535 8.529972-7.4637268 4.264986 0 0zm15.993699-12.794959v12.794959h12.794957v-12.794959z"
|
||||||
|
fill-opacity=".289593"
|
||||||
|
stroke-width="1.59937"
|
||||||
|
id="path4" />
|
||||||
|
<path
|
||||||
|
d="m10 9.2255201v12.7949589h12.794959v-12.7949589zm15.993699 0v12.7949589h12.794957v-12.7949589zm-15.993699 15.9936989v12.794959h12.794959v-12.794959zm15.993699 0v12.794959h12.794957v-12.794959z"
|
||||||
|
fill-opacity=".257919"
|
||||||
|
stroke-width="1.59937"
|
||||||
|
id="path6" />
|
||||||
|
<path
|
||||||
|
d="m25.993699 9.2255201v12.7949589h12.794957v-12.7949589z"
|
||||||
|
fill-opacity=".395455"
|
||||||
|
stroke-width="1.59937"
|
||||||
|
id="path8" />
|
||||||
|
<path
|
||||||
|
d="m22.70261 12.267471-.255002 3.555063a8.533483 8.533483 0 0 0 -3.308392 1.378357l-2.698382-2.340041-1.811697 1.8117 2.333375 2.691712a8.533483 8.533483 0 0 0 -1.366693 3.31506l-3.560062.255003v2.560046l3.555064.255003a8.533483 8.533483 0 0 0 1.378355 3.308393l-2.340039 2.698381 1.811697 1.811698 2.691713-2.333376a8.533483 8.533483 0 0 0 3.315061 1.366692l.255002 3.560062h2.560045l.255003-3.555062a8.533483 8.533483 0 0 0 3.308391-1.378357l2.698382 2.340041 1.811702-1.811698-2.333379-2.691714a8.533483 8.533483 0 0 0 1.366692-3.31506l3.560062-.255003v-2.560046l-3.555064-.255003a8.533483 8.533483 0 0 0 -1.378354-3.308392l2.340043-2.69838-1.811702-1.8117-2.691712 2.333376a8.533483 8.533483 0 0 0 -3.315061-1.366692l-.255003-3.560063zm-.513342 4.67175a2.986719 2.986719 0 0 1 2.986716 2.986718 2.986719 2.986719 0 0 1 -2.986716 2.986719 2.986719 2.986719 0 0 1 -2.986716-2.986719 2.986719 2.986719 0 0 1 2.986716-2.986718z"
|
||||||
|
stroke-width=".853348"
|
||||||
|
id="path10" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 3.1 KiB |
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg8"
|
id="svg8"
|
||||||
sodipodi:docname="bottles_winetricks.svg"
|
sodipodi:docname="winetricks.svg"
|
||||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata14">
|
id="metadata14">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -37,24 +37,22 @@
|
||||||
inkscape:pageopacity="0"
|
inkscape:pageopacity="0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:window-width="1920"
|
inkscape:window-width="1920"
|
||||||
inkscape:window-height="1031"
|
inkscape:window-height="1029"
|
||||||
id="namedview10"
|
id="namedview10"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="6.6880516"
|
inkscape:zoom="6.6880516"
|
||||||
inkscape:cx="4.6006372"
|
inkscape:cx="-26.539867"
|
||||||
inkscape:cy="37.051624"
|
inkscape:cy="37.006293"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg8"
|
inkscape:current-layer="svg8"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0" />
|
||||||
<path
|
<path
|
||||||
d="m44.322082 27.405077a19.729762 19.729765 0 0 1 -19.729762 19.729765 19.729762 19.729765 0 0 1 -19.7297621-19.729765 19.729762 19.729765 0 0 1 19.7297621-19.7297632 19.729762 19.729765 0 0 1 19.729762 19.7297632z"
|
|
||||||
fill="#89a02c"
|
|
||||||
opacity=".99"
|
|
||||||
transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"
|
|
||||||
id="path2"
|
id="path2"
|
||||||
style="fill:#be947f;fill-opacity:1" />
|
style="fill:#d08770;fill-opacity:1;stroke-width:1.15035"
|
||||||
|
d="M 23.804688 1.3046875 A 22.696228 22.696232 0 0 0 1.1074219 24 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.5 24 A 22.696228 22.696232 0 0 0 23.804688 1.3046875 z " />
|
||||||
<g
|
<g
|
||||||
fill="#ffffff"
|
fill="#ffffff"
|
||||||
id="g30"
|
id="g30"
|
||||||
|
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.1 KiB |
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg6"
|
id="svg6"
|
||||||
sodipodi:docname="wiznote.svg"
|
sodipodi:docname="wiznote.svg"
|
||||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata12">
|
id="metadata12">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -40,26 +40,23 @@
|
||||||
inkscape:window-height="1031"
|
inkscape:window-height="1031"
|
||||||
id="namedview8"
|
id="namedview8"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="13.376103"
|
inkscape:zoom="6.6880515"
|
||||||
inkscape:cx="6.8398946"
|
inkscape:cx="-42.089987"
|
||||||
inkscape:cy="26.255549"
|
inkscape:cy="34.015886"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg6"
|
inkscape:current-layer="svg6"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0"
|
||||||
<circle
|
inkscape:pagecheckerboard="0" />
|
||||||
cx="23.940615"
|
<path
|
||||||
cy="31.534513"
|
|
||||||
fill="#5e81ac"
|
|
||||||
opacity=".99"
|
|
||||||
r="13.232998"
|
|
||||||
transform="matrix(1.75830584759 0 0 1.75830608345 -18.15909274367 -30.97874795549)"
|
|
||||||
id="circle2"
|
id="circle2"
|
||||||
style="fill:#8da2ce;fill-opacity:1" />
|
style="opacity:0.99;fill:#8da2ce"
|
||||||
|
transform="matrix(1.75830584759 0 0 1.75830608345 -18.15909274367 -30.97874795549)"
|
||||||
|
d="M 37.173613,31.534513 A 13.232998,13.232998 0 0 1 23.940615,44.767511 13.232998,13.232998 0 0 1 10.707617,31.534513 13.232998,13.232998 0 0 1 23.940615,18.301516 13.232998,13.232998 0 0 1 37.173613,31.534513 Z" />
|
||||||
<path
|
<path
|
||||||
id="circle833"
|
id="circle833"
|
||||||
style="fill:#7f809f;fill-opacity:0.9921568;stroke-width:1.75831"
|
style="fill:#7a84a4;fill-opacity:0.9921568;stroke-width:1.75831"
|
||||||
d="M 23.892578 1.2011719 A 23.267658 23.267661 0 0 0 5.8320312 9.8515625 L 42.037109 9.8515625 A 23.267658 23.267661 0 0 0 23.935547 1.2011719 A 23.267658 23.267661 0 0 0 23.892578 1.2011719 z " />
|
d="M 23.892578 1.2011719 A 23.267658 23.267661 0 0 0 5.8320312 9.8515625 L 42.037109 9.8515625 A 23.267658 23.267661 0 0 0 23.935547 1.2011719 A 23.267658 23.267661 0 0 0 23.892578 1.2011719 z " />
|
||||||
<path
|
<path
|
||||||
style="fill:#ffffff;fill-opacity:1;stroke-width:0.0777297"
|
style="fill:#ffffff;fill-opacity:1;stroke-width:0.0777297"
|
||||||
|
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.7 KiB |
|
@ -1 +1,55 @@
|
||||||
<svg height="48" width="48" xmlns="http://www.w3.org/2000/svg"><path d="m44.322082 27.405077a19.729762 19.729765 0 0 1 -19.729762 19.729765 19.729762 19.729765 0 0 1 -19.7297621-19.729765 19.729762 19.729765 0 0 1 19.7297621-19.7297632 19.729762 19.729765 0 0 1 19.729762 19.7297632z" fill="#4dacc2" opacity=".99" transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"/><path d="m2.9980469 33a22.696228 22.696232 0 0 0 20.8066411 13.695312 22.696228 22.696232 0 0 0 20.826171-13.695312z" fill="#32323a" fill-opacity=".542857"/><g fill="#ffffff"><path d="m10.5 24h6v6h-6z"/><path d="m21 24h6v6h-6z"/><path d="m31.5 24h6v6h-6z"/></g></svg>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
height="48"
|
||||||
|
width="48"
|
||||||
|
version="1.1"
|
||||||
|
id="svg14"
|
||||||
|
sodipodi:docname="workspace-overview.svg"
|
||||||
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs18" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview16"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="4.125"
|
||||||
|
inkscape:cx="78.666667"
|
||||||
|
inkscape:cy="42.545455"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1029"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg14" />
|
||||||
|
<path
|
||||||
|
id="path2"
|
||||||
|
style="fill:#5e81ac;fill-opacity:1;stroke-width:1.15035"
|
||||||
|
d="M 23.804688 1.3046875 A 22.696228 22.696232 0 0 0 1.1074219 24 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.5 24 A 22.696228 22.696232 0 0 0 23.804688 1.3046875 z " />
|
||||||
|
<path
|
||||||
|
d="m2.9980469 33a22.696228 22.696232 0 0 0 20.8066411 13.695312 22.696228 22.696232 0 0 0 20.826171-13.695312z"
|
||||||
|
fill="#32323a"
|
||||||
|
fill-opacity=".542857"
|
||||||
|
id="path4" />
|
||||||
|
<g
|
||||||
|
fill="#ffffff"
|
||||||
|
id="g12">
|
||||||
|
<path
|
||||||
|
d="m10.5 24h6v6h-6z"
|
||||||
|
id="path6" />
|
||||||
|
<path
|
||||||
|
d="m21 24h6v6h-6z"
|
||||||
|
id="path8" />
|
||||||
|
<path
|
||||||
|
d="m31.5 24h6v6h-6z"
|
||||||
|
id="path10" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 646 B After Width: | Height: | Size: 1.7 KiB |
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg6"
|
id="svg6"
|
||||||
sodipodi:docname="worms.svg"
|
sodipodi:docname="WormsReloaded.svg"
|
||||||
inkscape:version="0.92.3 (2405546, 2018-03-11)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata12">
|
id="metadata12">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -36,28 +36,26 @@
|
||||||
guidetolerance="10"
|
guidetolerance="10"
|
||||||
inkscape:pageopacity="0"
|
inkscape:pageopacity="0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:window-width="1360"
|
inkscape:window-width="1920"
|
||||||
inkscape:window-height="717"
|
inkscape:window-height="1031"
|
||||||
id="namedview8"
|
id="namedview8"
|
||||||
showgrid="true"
|
showgrid="true"
|
||||||
inkscape:zoom="4.9166667"
|
inkscape:zoom="4.9166667"
|
||||||
inkscape:cx="-34.881356"
|
inkscape:cx="-73.118644"
|
||||||
inkscape:cy="24"
|
inkscape:cy="24.101695"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="25"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg6">
|
inkscape:current-layer="svg6"
|
||||||
|
inkscape:pagecheckerboard="0">
|
||||||
<inkscape:grid
|
<inkscape:grid
|
||||||
type="xygrid"
|
type="xygrid"
|
||||||
id="grid822" />
|
id="grid822" />
|
||||||
</sodipodi:namedview>
|
</sodipodi:namedview>
|
||||||
<path
|
<path
|
||||||
d="m44.322082 27.405077a19.729762 19.729765 0 0 1 -19.729762 19.729765 19.729762 19.729765 0 0 1 -19.7297621-19.729765 19.729762 19.729765 0 0 1 19.7297621-19.7297632 19.729762 19.729765 0 0 1 19.729762 19.7297632z"
|
|
||||||
fill="#d1a93e"
|
|
||||||
opacity=".99"
|
|
||||||
transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"
|
|
||||||
id="path2"
|
id="path2"
|
||||||
style="fill:#cf9263;fill-opacity:1" />
|
style="fill:#ebcb8b;fill-opacity:1;stroke-width:1.15035"
|
||||||
|
d="M 23.804688 1.3046875 A 22.696228 22.696232 0 0 0 1.1074219 24 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.5 24 A 22.696228 22.696232 0 0 0 23.804688 1.3046875 z " />
|
||||||
<path
|
<path
|
||||||
d="m12.434666 22.083473c-.538965-4.152572 2.324549-9.415962 6.859064-9.415962 13.216298 0 1.528834 15.96735 2.61525 17.10257 1.060954 1.060953 2.954756-.663096 4.219412-2.589788 1.082173-1.686916 1.968069-3.476744 3.954174-2.502789 2.213149 1.089599 2.225877 3.18286 3.319723 5.458606 1.093847 2.271502 2.208904 3.518121 3.319723 4.363702 3.796095 4.132413-3.145728 4.889934-5.222012 1.500188-2.15904-3.029023-1.098087-5.163661-5.200794-.460454-6.502584 8.118416-12.858756-4.708512-13.856052-13.457134m.0042 0"
|
d="m12.434666 22.083473c-.538965-4.152572 2.324549-9.415962 6.859064-9.415962 13.216298 0 1.528834 15.96735 2.61525 17.10257 1.060954 1.060953 2.954756-.663096 4.219412-2.589788 1.082173-1.686916 1.968069-3.476744 3.954174-2.502789 2.213149 1.089599 2.225877 3.18286 3.319723 5.458606 1.093847 2.271502 2.208904 3.518121 3.319723 4.363702 3.796095 4.132413-3.145728 4.889934-5.222012 1.500188-2.15904-3.029023-1.098087-5.163661-5.200794-.460454-6.502584 8.118416-12.858756-4.708512-13.856052-13.457134m.0042 0"
|
||||||
fill="#ffffff"
|
fill="#ffffff"
|
||||||
|
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<svg
|
<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"
|
|
||||||
height="48"
|
height="48"
|
||||||
width="48"
|
width="48"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg8"
|
id="svg8"
|
||||||
sodipodi:docname="com.wps.Office2019.etmain.svg"
|
sodipodi:docname="wps-office2019-etmain.svg"
|
||||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<metadata
|
<metadata
|
||||||
id="metadata14">
|
id="metadata14">
|
||||||
<rdf:RDF>
|
<rdf:RDF>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -40,21 +40,19 @@
|
||||||
inkscape:window-height="1031"
|
inkscape:window-height="1031"
|
||||||
id="namedview10"
|
id="namedview10"
|
||||||
showgrid="false"
|
showgrid="false"
|
||||||
inkscape:zoom="18.916667"
|
inkscape:zoom="6.6880518"
|
||||||
inkscape:cx="24"
|
inkscape:cx="-11.288788"
|
||||||
inkscape:cy="24"
|
inkscape:cy="32.07212"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
inkscape:current-layer="svg8"
|
inkscape:current-layer="svg8"
|
||||||
inkscape:document-rotation="0" />
|
inkscape:document-rotation="0"
|
||||||
|
inkscape:pagecheckerboard="0" />
|
||||||
<path
|
<path
|
||||||
d="m44.322082 27.405077a19.729762 19.729765 0 0 1 -19.729762 19.729765 19.729762 19.729765 0 0 1 -19.7297621-19.729765 19.729762 19.729765 0 0 1 19.7297621-19.7297632 19.729762 19.729765 0 0 1 19.729762 19.7297632z"
|
|
||||||
fill="#89a02c"
|
|
||||||
opacity=".99"
|
|
||||||
transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"
|
|
||||||
id="path2"
|
id="path2"
|
||||||
style="fill:#aeba7e;fill-opacity:1" />
|
style="fill:#a3be8c;fill-opacity:1;stroke-width:1.15035"
|
||||||
|
d="M 23.804688 1.3046875 A 22.696228 22.696232 0 0 0 1.1074219 24 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.5 24 A 22.696228 22.696232 0 0 0 23.804688 1.3046875 z " />
|
||||||
<g
|
<g
|
||||||
fill="#ffffff"
|
fill="#ffffff"
|
||||||
fill-rule="evenodd"
|
fill-rule="evenodd"
|
||||||
|
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.2 KiB |
|
@ -1 +1,42 @@
|
||||||
<svg height="48" width="48" xmlns="http://www.w3.org/2000/svg"><path d="m44.322082 27.405077a19.729762 19.729765 0 0 1 -19.729762 19.729765 19.729762 19.729765 0 0 1 -19.7297621-19.729765 19.729762 19.729765 0 0 1 19.7297621-19.7297632 19.729762 19.729765 0 0 1 19.729762 19.7297632z" fill="#d3ae54" opacity=".99" transform="matrix(1.1503549 0 0 1.1503549 -4.486125 -7.525565)"/><path d="m24.270699 10.760634c-.248248.01241-.482132.156449-.5979.39625l-.121996-.0584c-.532652-.25516-1.171027-.03102-1.428762.499929l-3.586712 7.417674c-.123714.256876-.140903.552467-.04725.820517.0945.268901.292032.489582.548908.613289l.112571.05339-.09279.191554c-.123713.256018-.140106.551615-.0465.820517.09365.268043.292169.488787.549045.6125l.953661.457047c.531794.25516 1.170896.03265 1.428631-.499133l.09545-.19673.120273.05671c.531794.255153 1.170099.03089 1.427834-.500061l1.433807-2.961341c.784377.439871 1.607463 1.037864 2.191664 1.823953.807576-.736264 1.879731-1.183046 3.057582-1.183046.117697 0 .2328.0063.346205.0146-.981973-1.792978-2.62107-3.010352-4.07642-3.794723l.63573-1.314474c.123713-.25687.140902-.553263.04725-.821306-.09365-.268902-.291311-.489714-.549046-.613428l-.112534-.05421c.08076-.167529.09113-.359979.03014-.535241-.06016-.175261-.189894-.318676-.356564-.399432l-1.624565-.778307c-.109-.05207-.224874-.07374-.337708-.0681zm5.996745 9.234865c-2.022368 0-3.66928 1.639185-3.66928 3.654679 0 2.015488 1.646912 3.652154 3.66928 3.652154 2.025803 0 3.671799-1.636666 3.671799-3.652154 0-2.015494-1.645138-3.654679-3.671799-3.654679zm-13.673815 6.797348c-.385747 0-.697593.311846-.697593.697586v.949281h1.545588.03265v5.466688c-.01115.005-.02149.0094-.03265.01366-1.717385.689872-3.134046 1.933008-4.002614 3.579938h13.86099c-.762038-1.440743-1.943298-2.56699-3.376309-3.294669-.03265-.01717-.06612-.03177-.09876-.049.03522.01717.06864.03171.103009.04976v-1.142564c2.128899-.39004 3.910734-1.321317 5.218315-2.787834.591933-.66324 1.038634-1.382415 1.377126-2.109229-.0842.005-.169158.0078-.254214.0078-1.175275 0-2.246678-.44682-3.052531-1.177074-.183852.335916-.400341.661529-.668384.961363-.651215.72853-1.5215 1.239682-2.620312 1.5335v-1.052421h.891798v-.949281c0-.385747-.312711-.697593-.69931-.697593z" fill="#ffffff" stroke-width=".859119"/></svg>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
height="48"
|
||||||
|
width="48"
|
||||||
|
version="1.1"
|
||||||
|
id="svg6"
|
||||||
|
sodipodi:docname="xdiagnose.svg"
|
||||||
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs10" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview8"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:zoom="8.1875"
|
||||||
|
inkscape:cx="9.8320611"
|
||||||
|
inkscape:cy="31.450382"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1031"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="svg6" />
|
||||||
|
<path
|
||||||
|
id="path2"
|
||||||
|
style="fill:#ebcb8b;fill-opacity:1;stroke-width:1.15035"
|
||||||
|
d="M 23.804688 1.3046875 A 22.696228 22.696232 0 0 0 1.1074219 24 A 22.696228 22.696232 0 0 0 23.804688 46.695312 A 22.696228 22.696232 0 0 0 46.5 24 A 22.696228 22.696232 0 0 0 23.804688 1.3046875 z " />
|
||||||
|
<path
|
||||||
|
d="m24.270699 10.760634c-.248248.01241-.482132.156449-.5979.39625l-.121996-.0584c-.532652-.25516-1.171027-.03102-1.428762.499929l-3.586712 7.417674c-.123714.256876-.140903.552467-.04725.820517.0945.268901.292032.489582.548908.613289l.112571.05339-.09279.191554c-.123713.256018-.140106.551615-.0465.820517.09365.268043.292169.488787.549045.6125l.953661.457047c.531794.25516 1.170896.03265 1.428631-.499133l.09545-.19673.120273.05671c.531794.255153 1.170099.03089 1.427834-.500061l1.433807-2.961341c.784377.439871 1.607463 1.037864 2.191664 1.823953.807576-.736264 1.879731-1.183046 3.057582-1.183046.117697 0 .2328.0063.346205.0146-.981973-1.792978-2.62107-3.010352-4.07642-3.794723l.63573-1.314474c.123713-.25687.140902-.553263.04725-.821306-.09365-.268902-.291311-.489714-.549046-.613428l-.112534-.05421c.08076-.167529.09113-.359979.03014-.535241-.06016-.175261-.189894-.318676-.356564-.399432l-1.624565-.778307c-.109-.05207-.224874-.07374-.337708-.0681zm5.996745 9.234865c-2.022368 0-3.66928 1.639185-3.66928 3.654679 0 2.015488 1.646912 3.652154 3.66928 3.652154 2.025803 0 3.671799-1.636666 3.671799-3.652154 0-2.015494-1.645138-3.654679-3.671799-3.654679zm-13.673815 6.797348c-.385747 0-.697593.311846-.697593.697586v.949281h1.545588.03265v5.466688c-.01115.005-.02149.0094-.03265.01366-1.717385.689872-3.134046 1.933008-4.002614 3.579938h13.86099c-.762038-1.440743-1.943298-2.56699-3.376309-3.294669-.03265-.01717-.06612-.03177-.09876-.049.03522.01717.06864.03171.103009.04976v-1.142564c2.128899-.39004 3.910734-1.321317 5.218315-2.787834.591933-.66324 1.038634-1.382415 1.377126-2.109229-.0842.005-.169158.0078-.254214.0078-1.175275 0-2.246678-.44682-3.052531-1.177074-.183852.335916-.400341.661529-.668384.961363-.651215.72853-1.5215 1.239682-2.620312 1.5335v-1.052421h.891798v-.949281c0-.385747-.312711-.697593-.69931-.697593z"
|
||||||
|
fill="#ffffff"
|
||||||
|
stroke-width=".859119"
|
||||||
|
id="path4" />
|
||||||
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 3.1 KiB |
|
@ -0,0 +1,77 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="48"
|
||||||
|
height="48"
|
||||||
|
viewBox="0 0 12.7 12.7"
|
||||||
|
version="1.1"
|
||||||
|
id="svg8"
|
||||||
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
sodipodi:docname="application-certificate.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<defs
|
||||||
|
id="defs2" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.839192"
|
||||||
|
inkscape:cx="2.7463522"
|
||||||
|
inkscape:cy="17.204161"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1031"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
units="px"
|
||||||
|
inkscape:pagecheckerboard="0">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid815" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<metadata
|
||||||
|
id="metadata5">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Capa 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-284.3)">
|
||||||
|
<path
|
||||||
|
id="rect817"
|
||||||
|
style="opacity:1;fill:#bf616a;stroke-width:0.292055;stroke-linecap:round;stroke-opacity:0.880282"
|
||||||
|
d="m 2.2171529,285.09375 h 8.0011111 c 0.202248,0 0.365069,0.16282 0.365069,0.36507 v 10.64694 c 0,0.20225 -0.162821,0.36507 -0.365069,0.36507 H 2.2171529 c -0.2022486,0 -0.3650696,-0.16282 -0.3650696,-0.36507 v -10.64694 c 0,-0.20225 0.162821,-0.36507 0.3650696,-0.36507 z" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;fill-opacity:0.23529412;fill-rule:evenodd;stroke:none;stroke-width:0.07301383px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
|
d="M 2.38125,285.62292 H 5.0270833 L 2.38125,288.26875 Z"
|
||||||
|
id="path819"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cccc" />
|
||||||
|
<path
|
||||||
|
id="path33"
|
||||||
|
d="m 6.2177082,288.53333 c -0.8794751,0 -1.5875001,0.70802 -1.5875001,1.5875 0,0.51296 0.2420938,0.96619 0.6173391,1.25611 v 2.44812 l 0.970161,-0.70565 0.9701609,0.70565 v -2.44812 c 0.3752453,-0.28992 0.6173391,-0.74315 0.6173391,-1.25611 0,-0.87948 -0.708025,-1.5875 -1.5875,-1.5875"
|
||||||
|
fill="#fcbcbe"
|
||||||
|
style="stroke-width:0.198437" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 10 KiB |
|
@ -0,0 +1 @@
|
||||||
|
application-x-gzip.svg
|
|
@ -2,20 +2,20 @@
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
<svg
|
<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="48"
|
width="48"
|
||||||
height="48"
|
height="48"
|
||||||
viewBox="0 0 12.7 12.7"
|
viewBox="0 0 12.7 12.7"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg8"
|
id="svg8"
|
||||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
sodipodi:docname="application-image-bmp.svg">
|
sodipodi:docname="image-x-win-bmp.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<defs
|
<defs
|
||||||
id="defs2" />
|
id="defs2" />
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
|
@ -26,17 +26,18 @@
|
||||||
inkscape:pageopacity="0.0"
|
inkscape:pageopacity="0.0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="3.959798"
|
inkscape:zoom="3.959798"
|
||||||
inkscape:cx="-61.262121"
|
inkscape:cx="-108.71767"
|
||||||
inkscape:cy="3.178009"
|
inkscape:cy="3.1567267"
|
||||||
inkscape:document-units="mm"
|
inkscape:document-units="mm"
|
||||||
inkscape:current-layer="layer1"
|
inkscape:current-layer="layer1"
|
||||||
showgrid="true"
|
showgrid="true"
|
||||||
inkscape:window-width="1360"
|
inkscape:window-width="1920"
|
||||||
inkscape:window-height="712"
|
inkscape:window-height="1031"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
units="px">
|
units="px"
|
||||||
|
inkscape:pagecheckerboard="0">
|
||||||
<inkscape:grid
|
<inkscape:grid
|
||||||
type="xygrid"
|
type="xygrid"
|
||||||
id="grid815" />
|
id="grid815" />
|
||||||
|
@ -49,7 +50,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -58,14 +59,10 @@
|
||||||
inkscape:groupmode="layer"
|
inkscape:groupmode="layer"
|
||||||
id="layer1"
|
id="layer1"
|
||||||
transform="translate(0,-284.3)">
|
transform="translate(0,-284.3)">
|
||||||
<rect
|
<path
|
||||||
style="opacity:1;fill:#ee6bc1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.29205534;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.8802817"
|
|
||||||
id="rect817"
|
id="rect817"
|
||||||
width="8.7312498"
|
style="opacity:1;fill:#d19ebf;stroke-width:0.292055;stroke-linecap:round;stroke-opacity:0.880282;fill-opacity:1"
|
||||||
height="11.377084"
|
d="m 2.2171529,285.09375 h 8.0011111 c 0.202248,0 0.365069,0.16282 0.365069,0.36507 v 10.64694 c 0,0.20225 -0.162821,0.36507 -0.365069,0.36507 H 2.2171529 c -0.2022486,0 -0.3650696,-0.16282 -0.3650696,-0.36507 v -10.64694 c 0,-0.20225 0.162821,-0.36507 0.3650696,-0.36507 z" />
|
||||||
x="1.8520833"
|
|
||||||
y="285.09375"
|
|
||||||
ry="0.36506954" />
|
|
||||||
<path
|
<path
|
||||||
style="fill:#ffffff;fill-opacity:0.5;fill-rule:evenodd;stroke:none;stroke-width:0.07301383px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
style="fill:#ffffff;fill-opacity:0.5;fill-rule:evenodd;stroke:none;stroke-width:0.07301383px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
d="M 2.38125,285.62292 H 5.0270833 L 2.38125,288.26875 Z"
|
d="M 2.38125,285.62292 H 5.0270833 L 2.38125,288.26875 Z"
|
||||||
|
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.5 KiB |
|
@ -2,20 +2,20 @@
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
<svg
|
<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="48"
|
width="48"
|
||||||
height="48"
|
height="48"
|
||||||
viewBox="0 0 12.7 12.7"
|
viewBox="0 0 12.7 12.7"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg8"
|
id="svg8"
|
||||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
sodipodi:docname="application-image-psd.svg">
|
sodipodi:docname="gnome-mime-image-vnd.adobe.photoshop.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<defs
|
<defs
|
||||||
id="defs2" />
|
id="defs2" />
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
|
@ -26,17 +26,18 @@
|
||||||
inkscape:pageopacity="0.0"
|
inkscape:pageopacity="0.0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="3.959798"
|
inkscape:zoom="3.959798"
|
||||||
inkscape:cx="-61.262121"
|
inkscape:cx="-108.71767"
|
||||||
inkscape:cy="3.178009"
|
inkscape:cy="3.1567267"
|
||||||
inkscape:document-units="mm"
|
inkscape:document-units="mm"
|
||||||
inkscape:current-layer="layer1"
|
inkscape:current-layer="layer1"
|
||||||
showgrid="true"
|
showgrid="true"
|
||||||
inkscape:window-width="1360"
|
inkscape:window-width="1920"
|
||||||
inkscape:window-height="712"
|
inkscape:window-height="1031"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
units="px">
|
units="px"
|
||||||
|
inkscape:pagecheckerboard="0">
|
||||||
<inkscape:grid
|
<inkscape:grid
|
||||||
type="xygrid"
|
type="xygrid"
|
||||||
id="grid815" />
|
id="grid815" />
|
||||||
|
@ -49,7 +50,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -58,14 +59,10 @@
|
||||||
inkscape:groupmode="layer"
|
inkscape:groupmode="layer"
|
||||||
id="layer1"
|
id="layer1"
|
||||||
transform="translate(0,-284.3)">
|
transform="translate(0,-284.3)">
|
||||||
<rect
|
<path
|
||||||
style="opacity:1;fill:#26bcaf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.29205534;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.8802817"
|
|
||||||
id="rect817"
|
id="rect817"
|
||||||
width="8.7312498"
|
style="opacity:1;fill:#88c5c0;stroke-width:0.292055;stroke-linecap:round;stroke-opacity:0.880282;fill-opacity:1"
|
||||||
height="11.377084"
|
d="m 2.2171529,285.09375 h 8.0011111 c 0.202248,0 0.365069,0.16282 0.365069,0.36507 v 10.64694 c 0,0.20225 -0.162821,0.36507 -0.365069,0.36507 H 2.2171529 c -0.2022486,0 -0.3650696,-0.16282 -0.3650696,-0.36507 v -10.64694 c 0,-0.20225 0.162821,-0.36507 0.3650696,-0.36507 z" />
|
||||||
x="1.8520833"
|
|
||||||
y="285.09375"
|
|
||||||
ry="0.36506954" />
|
|
||||||
<path
|
<path
|
||||||
style="fill:#ffffff;fill-opacity:0.5;fill-rule:evenodd;stroke:none;stroke-width:0.07301383px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
style="fill:#ffffff;fill-opacity:0.5;fill-rule:evenodd;stroke:none;stroke-width:0.07301383px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
d="M 2.38125,285.62292 H 5.0270833 L 2.38125,288.26875 Z"
|
d="M 2.38125,285.62292 H 5.0270833 L 2.38125,288.26875 Z"
|
||||||
|
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.5 KiB |
|
@ -0,0 +1 @@
|
||||||
|
application-vnd.oasis.opendocument.formula.svg
|
|
@ -0,0 +1,77 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="48"
|
||||||
|
height="48"
|
||||||
|
viewBox="0 0 12.7 12.7"
|
||||||
|
version="1.1"
|
||||||
|
id="svg8"
|
||||||
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
|
sodipodi:docname="application-msoutlook.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<defs
|
||||||
|
id="defs2" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.839192"
|
||||||
|
inkscape:cx="2.7463522"
|
||||||
|
inkscape:cy="24.780305"
|
||||||
|
inkscape:document-units="mm"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1031"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
units="px"
|
||||||
|
inkscape:pagecheckerboard="0">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid815" />
|
||||||
|
</sodipodi:namedview>
|
||||||
|
<metadata
|
||||||
|
id="metadata5">
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g
|
||||||
|
inkscape:label="Capa 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-284.3)">
|
||||||
|
<path
|
||||||
|
id="rect817"
|
||||||
|
style="opacity:1;fill:#8fbcbb;stroke-width:0.292055;stroke-linecap:round;stroke-opacity:0.880282;fill-opacity:1"
|
||||||
|
d="m 2.2171529,285.09375 h 8.0011111 c 0.202248,0 0.365069,0.16282 0.365069,0.36507 v 10.64694 c 0,0.20225 -0.162821,0.36507 -0.365069,0.36507 H 2.2171529 c -0.2022486,0 -0.3650696,-0.16282 -0.3650696,-0.36507 v -10.64694 c 0,-0.20225 0.162821,-0.36507 0.3650696,-0.36507 z" />
|
||||||
|
<path
|
||||||
|
style="fill:#ffffff;fill-opacity:0.23529412;fill-rule:evenodd;stroke:none;stroke-width:0.07301383px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
|
d="M 2.38125,285.62292 H 5.0270833 L 2.38125,288.26875 Z"
|
||||||
|
id="path819"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cccc" />
|
||||||
|
<path
|
||||||
|
d="m 6.217708,288.07633 -2.7059621,2.10464 h 5.4119246 z m 2.7059625,2.10464 -2.7059625,1.20265 2.1046373,1.50331 -4.8105994,-2.54663 v 3.14795 h 5.4119246 z"
|
||||||
|
fill="#ffffff"
|
||||||
|
id="path4"
|
||||||
|
style="stroke-width:0.200441" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.7 KiB |
|
@ -0,0 +1 @@
|
||||||
|
application-certificate.svg
|
|
@ -0,0 +1 @@
|
||||||
|
text-html.svg
|
|
@ -0,0 +1 @@
|
||||||
|
x-office-document.svg
|
|
@ -0,0 +1 @@
|
||||||
|
application-certificate.svg
|
|
@ -0,0 +1 @@
|
||||||
|
text-x-sql.svg
|
|
@ -0,0 +1 @@
|
||||||
|
x-office-spreadsheet.svg
|
|
@ -0,0 +1 @@
|
||||||
|
application-vnd.ms-excel.addin.macroenabled.12.svg
|
|
@ -0,0 +1 @@
|
||||||
|
application-vnd.ms-excel.addin.macroenabled.12.svg
|
|
@ -0,0 +1 @@
|
||||||
|
libreoffice-presentation.svg
|
|
@ -0,0 +1 @@
|
||||||
|
application-vnd.ms-powerpoint.addin.macroenabled.12.svg
|
|
@ -0,0 +1 @@
|
||||||
|
application-vnd.ms-powerpoint.addin.macroenabled.12.svg
|
|
@ -0,0 +1 @@
|
||||||
|
application-vnd.ms-powerpoint.addin.macroenabled.12.svg
|
|
@ -0,0 +1 @@
|
||||||
|
application-vnd.ms-powerpoint.addin.macroenabled.12.svg
|
|
@ -0,0 +1 @@
|
||||||
|
application-vnd.oasis.opendocument.draw.template.svg
|
|
@ -0,0 +1 @@
|
||||||
|
x-office-presentation.svg
|
|
@ -0,0 +1 @@
|
||||||
|
x-office-spreadsheet.svg
|
|
@ -0,0 +1 @@
|
||||||
|
x-office-document.svg
|
|
@ -0,0 +1 @@
|
||||||
|
application-vnd.ms-excel.addin.macroenabled.12.svg
|
|
@ -0,0 +1 @@
|
||||||
|
video-x-generic.svg
|
|
@ -0,0 +1 @@
|
||||||
|
application-vnd.oasis.opendocument.database.svg
|
|
@ -0,0 +1 @@
|
||||||
|
x-office-spreadsheet.svg
|
|
@ -0,0 +1 @@
|
||||||
|
message-rfc822.svg
|
|
@ -0,0 +1 @@
|
||||||
|
x-office-spreadsheet.svg
|
|
@ -0,0 +1 @@
|
||||||
|
application-vnd.oasis.opendocument.formula-template.svg
|
|
@ -0,0 +1 @@
|
||||||
|
x-office-presentation.svg
|
|
@ -0,0 +1 @@
|
||||||
|
x-office-document.svg
|
|
@ -0,0 +1 @@
|
||||||
|
application-msword.svg
|
|
@ -0,0 +1 @@
|
||||||
|
application-msword.svg
|
|
@ -0,0 +1 @@
|
||||||
|
application-msword-template.svg
|
|
@ -0,0 +1 @@
|
||||||
|
application-msword-template.svg
|
|
@ -0,0 +1 @@
|
||||||
|
application-vnd.ms-powerpoint.addin.macroenabled.12.svg
|
|
@ -0,0 +1 @@
|
||||||
|
application-vnd.ms-powerpoint.addin.macroenabled.12.svg
|
|
@ -0,0 +1 @@
|
||||||
|
application-vnd.ms-excel.addin.macroenabled.12.svg
|
|
@ -0,0 +1 @@
|
||||||
|
application-vnd.ms-excel.addin.macroenabled.12.svg
|
|
@ -0,0 +1 @@
|
||||||
|
x-office-document.svg
|
|
@ -0,0 +1 @@
|
||||||
|
x-office-spreadsheet.svg
|
|
@ -0,0 +1 @@
|
||||||
|
x-office-document.svg
|
|
@ -2,20 +2,20 @@
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
<svg
|
<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="48"
|
width="48"
|
||||||
height="48"
|
height="48"
|
||||||
viewBox="0 0 12.7 12.7"
|
viewBox="0 0 12.7 12.7"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg8"
|
id="svg8"
|
||||||
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
||||||
sodipodi:docname="application-x-bzip.svg">
|
sodipodi:docname="gnome-mime-application-x-bzip.svg"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
<defs
|
<defs
|
||||||
id="defs2" />
|
id="defs2" />
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
|
@ -26,17 +26,18 @@
|
||||||
inkscape:pageopacity="0.0"
|
inkscape:pageopacity="0.0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="3.959798"
|
inkscape:zoom="3.959798"
|
||||||
inkscape:cx="25.08869"
|
inkscape:cx="-22.349625"
|
||||||
inkscape:cy="12.062451"
|
inkscape:cy="11.995561"
|
||||||
inkscape:document-units="mm"
|
inkscape:document-units="mm"
|
||||||
inkscape:current-layer="layer1"
|
inkscape:current-layer="layer1"
|
||||||
showgrid="true"
|
showgrid="true"
|
||||||
inkscape:window-width="1360"
|
inkscape:window-width="1920"
|
||||||
inkscape:window-height="712"
|
inkscape:window-height="1031"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="0"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
units="px">
|
units="px"
|
||||||
|
inkscape:pagecheckerboard="0">
|
||||||
<inkscape:grid
|
<inkscape:grid
|
||||||
type="xygrid"
|
type="xygrid"
|
||||||
id="grid815" />
|
id="grid815" />
|
||||||
|
@ -49,7 +50,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title></dc:title>
|
<dc:title />
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -59,7 +60,7 @@
|
||||||
id="layer1"
|
id="layer1"
|
||||||
transform="translate(0,-284.3)">
|
transform="translate(0,-284.3)">
|
||||||
<rect
|
<rect
|
||||||
style="opacity:1;fill:#da6ac7;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.29205534;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.8802817"
|
style="opacity:1;fill:#cbb4d0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.29205534;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.8802817"
|
||||||
id="rect817"
|
id="rect817"
|
||||||
width="8.7312498"
|
width="8.7312498"
|
||||||
height="11.377084"
|
height="11.377084"
|
||||||
|
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
|
@ -1,4 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
<svg
|
<svg
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
@ -12,7 +14,7 @@
|
||||||
viewBox="0 0 12.7 12.7"
|
viewBox="0 0 12.7 12.7"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg8"
|
id="svg8"
|
||||||
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
|
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
||||||
sodipodi:docname="application-x-cpio.svg">
|
sodipodi:docname="application-x-cpio.svg">
|
||||||
<defs
|
<defs
|
||||||
id="defs2" />
|
id="defs2" />
|
||||||
|
@ -29,13 +31,12 @@
|
||||||
inkscape:document-units="mm"
|
inkscape:document-units="mm"
|
||||||
inkscape:current-layer="layer1"
|
inkscape:current-layer="layer1"
|
||||||
showgrid="true"
|
showgrid="true"
|
||||||
inkscape:window-width="1920"
|
inkscape:window-width="1360"
|
||||||
inkscape:window-height="1028"
|
inkscape:window-height="712"
|
||||||
inkscape:window-x="0"
|
inkscape:window-x="0"
|
||||||
inkscape:window-y="24"
|
inkscape:window-y="24"
|
||||||
inkscape:window-maximized="1"
|
inkscape:window-maximized="1"
|
||||||
units="px"
|
units="px">
|
||||||
inkscape:document-rotation="0">
|
|
||||||
<inkscape:grid
|
<inkscape:grid
|
||||||
type="xygrid"
|
type="xygrid"
|
||||||
id="grid815" />
|
id="grid815" />
|
||||||
|
@ -48,7 +49,7 @@
|
||||||
<dc:format>image/svg+xml</dc:format>
|
<dc:format>image/svg+xml</dc:format>
|
||||||
<dc:type
|
<dc:type
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
<dc:title />
|
<dc:title></dc:title>
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
</rdf:RDF>
|
</rdf:RDF>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
@ -57,10 +58,14 @@
|
||||||
inkscape:groupmode="layer"
|
inkscape:groupmode="layer"
|
||||||
id="layer1"
|
id="layer1"
|
||||||
transform="translate(0,-284.3)">
|
transform="translate(0,-284.3)">
|
||||||
<path
|
<rect
|
||||||
|
style="opacity:1;fill:#ee7676;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.29205534;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.8802817"
|
||||||
id="rect817"
|
id="rect817"
|
||||||
style="opacity:1;fill:#b48ead;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.292055;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.880282"
|
width="8.7312498"
|
||||||
d="m 2.2171529,285.09375 h 8.0011111 c 0.202248,0 0.365069,0.16282 0.365069,0.36507 v 10.64694 c 0,0.20225 -0.162821,0.36507 -0.365069,0.36507 H 2.2171529 c -0.2022486,0 -0.3650696,-0.16282 -0.3650696,-0.36507 v -10.64694 c 0,-0.20225 0.162821,-0.36507 0.3650696,-0.36507 z" />
|
height="11.377084"
|
||||||
|
x="1.8520833"
|
||||||
|
y="285.09375"
|
||||||
|
ry="0.36506954" />
|
||||||
<path
|
<path
|
||||||
style="fill:#ffffff;fill-opacity:0.5;fill-rule:evenodd;stroke:none;stroke-width:0.07301383px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
style="fill:#ffffff;fill-opacity:0.5;fill-rule:evenodd;stroke:none;stroke-width:0.07301383px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
d="M 2.38125,285.62292 H 5.0270833 L 2.38125,288.26875 Z"
|
d="M 2.38125,285.62292 H 5.0270833 L 2.38125,288.26875 Z"
|
||||||
|
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.7 KiB |
|
@ -0,0 +1 @@
|
||||||
|
image-x-generic.svg
|
|
@ -0,0 +1 @@
|
||||||
|
application-x-shockwave-flash.svg
|
|
@ -0,0 +1 @@
|
||||||
|
application-x-apple-diskimage.svg
|