Compare commits
10 commits
d1e8b66388
...
9358fac74a
Author | SHA1 | Date | |
---|---|---|---|
9358fac74a | |||
d768291c8a | |||
e08b0a4ff5 | |||
833ad514e4 | |||
399e34b783 | |||
730cb2c0d8 | |||
b335e92503 | |||
f25164216f | |||
6ae962a16f | |||
6517a8eca6 |
4
.ccache/ccache.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
cache_dir = /mnt/ccache
|
||||
compression_level = 1
|
||||
max_size = 100G
|
||||
compression = true
|
|
@ -12,7 +12,7 @@ pgrep -x picom > /dev/null || picom --config $HOME/.config/picom/picom.conf &
|
|||
wmname LG3D &
|
||||
|
||||
# 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
|
||||
|
||||
# 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.
|
||||
#* 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",
|
||||
#* "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.
|
||||
proc_reversed = True
|
||||
proc_reversed = False
|
||||
|
||||
#* Show processes as a tree.
|
||||
proc_tree = False
|
||||
|
@ -74,6 +74,9 @@ proc_per_core = True
|
|||
#* Show process memory as bytes instead of percent.
|
||||
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)
|
||||
proc_info_smaps = False
|
||||
|
||||
|
@ -165,6 +168,9 @@ only_physical = True
|
|||
#* Read disks list from /etc/fstab. This also disables only_physical.
|
||||
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.
|
||||
disk_free_priv = False
|
||||
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
cache_dir = /mnt/ccache
|
||||
compression_level = 10
|
||||
max_size = 100G
|
||||
compression = true
|
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
|
|
@ -1,6 +1,6 @@
|
|||
[Settings]
|
||||
gtk-theme-name=Nordic
|
||||
gtk-icon-theme-name=Nordic
|
||||
gtk-theme-name=Nordic-Darker
|
||||
gtk-icon-theme-name=Zafiro-Nord-Black
|
||||
gtk-font-name=FiraCode Nerd Font Mono 11
|
||||
gtk-cursor-theme-name=Adwaita
|
||||
gtk-cursor-theme-size=0
|
||||
|
@ -12,6 +12,6 @@ gtk-enable-event-sounds=1
|
|||
gtk-enable-input-feedback-sounds=1
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintfull
|
||||
gtk-xft-hintstyle=hintmedium
|
||||
gtk-xft-rgba=none
|
||||
gtk-modules=gail:atk-bridge
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[Settings]
|
||||
gtk-theme-name=Nordic
|
||||
gtk-icon-theme-name=Nordic
|
||||
gtk-theme-name=Nordic-Darker
|
||||
gtk-icon-theme-name=Zafiro-Nord-Black
|
||||
gtk-font-name=FiraCode Nerd Font Mono 11
|
||||
gtk-cursor-theme-name=Adwaita
|
||||
gtk-cursor-theme-size=0
|
||||
|
@ -12,6 +12,6 @@ gtk-enable-event-sounds=1
|
|||
gtk-enable-input-feedback-sounds=1
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintfull
|
||||
gtk-xft-hintstyle=hintmedium
|
||||
gtk-xft-rgba=none
|
||||
gtk-modules=gail:atk-bridge
|
||||
|
|
|
@ -8,18 +8,31 @@ steam = True
|
|||
xdg = True
|
||||
steamwindows = True
|
||||
humblebundle = True
|
||||
amazon = True
|
||||
|
||||
[lutris]
|
||||
library_ignores =
|
||||
migration_version = 11
|
||||
migration_version = 12
|
||||
show_tray_icon = True
|
||||
dark_theme = False
|
||||
show_advanced_options = True
|
||||
width = 1254
|
||||
width = 2528
|
||||
height = 1308
|
||||
window_x = 1287
|
||||
window_x = 13
|
||||
window_y = 52
|
||||
maximized = False
|
||||
selected_category = category:all
|
||||
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:
|
||||
d3d_extras_version: v2
|
||||
dgvoodoo2: true
|
||||
dgvoodoo2_version: v2.79
|
||||
dgvoodoo2_version: v2.79.1
|
||||
dxvk_nvapi_version: v0.5.4
|
||||
dxvk_version: v1.10.2
|
||||
dxvk_version: v1.10.3
|
||||
esync: false
|
||||
fsync: false
|
||||
system_winetricks: true
|
||||
version: lutris-7.2-2-x86_64
|
||||
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 #
|
||||
#################################
|
||||
|
@ -98,7 +85,7 @@ fade-out-step = 0.03;
|
|||
|
||||
|
||||
# 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)
|
||||
frame-opacity = 0.5;
|
||||
|
@ -157,23 +144,23 @@ blur-strength = 3
|
|||
# Blur background of semi-transparent / ARGB windows.
|
||||
# Bad in performance, with driver-dependent behavior.
|
||||
# The name of the switch may change without prior notifications.
|
||||
blur-background = true
|
||||
blur-background = false
|
||||
|
||||
# Blur background of windows when the window frame is not opaque.
|
||||
# Implies:
|
||||
# blur-background
|
||||
# Bad in performance, with driver-dependent behavior. The name may change.
|
||||
blur-background-frame = true
|
||||
blur-background-frame = false
|
||||
|
||||
|
||||
# Use fixed blur strength rather than adjusting according to window opacity.
|
||||
blur-background-fixed = true
|
||||
blur-background-fixed = false
|
||||
|
||||
|
||||
# Specify the blur convolution kernel, with the following format:
|
||||
# example:
|
||||
# blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1";
|
||||
blur-kern = "3x3box";
|
||||
blur-kern = "5x5box";
|
||||
|
||||
|
||||
# Exclude conditions for background blur.
|
||||
|
@ -217,7 +204,7 @@ detect-client-opacity = true;
|
|||
# Use EWMH '_NET_ACTIVE_WINDOW' to determine currently focused window,
|
||||
# rather than listening to 'FocusIn'/'FocusOut' event. Might have more accuracy,
|
||||
# provided that the WM supports it.
|
||||
# use-ewmh-active-win = false
|
||||
use-ewmh-active-win = true;
|
||||
|
||||
# Unredirect all windows if a full-screen opaque window is detected,
|
||||
# to maximize performance for full-screen windows. Known to cause flickering
|
||||
|
@ -238,7 +225,7 @@ detect-transient = true;
|
|||
# group focused at the same time. This usually means windows from the same application
|
||||
# will be considered focused or unfocused at the same time.
|
||||
# 'WM_TRANSIENT_FOR' has higher priority if detect-transient is enabled, too.
|
||||
# detect-client-leader = false
|
||||
detect-client-leader = true;
|
||||
|
||||
# Resize damaged region by a specific number of pixels.
|
||||
# A positive value enlarges it while a negative one shrinks it.
|
||||
|
@ -250,7 +237,7 @@ detect-transient = true;
|
|||
# (e.g. with a 3x3 kernel, you should use `--resize-damage 1`,
|
||||
# with a 5x5 one you use `--resize-damage 2`, and so on).
|
||||
# May or may not work with *--glx-no-stencil*. Shrinking doesn't function correctly.
|
||||
# resize-damage = 1
|
||||
resize-damage = 2;
|
||||
|
||||
# Specify a list of conditions of windows that should be painted with inverted color.
|
||||
# Resource-hogging, and is not well tested.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Appearance]
|
||||
color_scheme_path=/usr/share/qt5ct/colors/airy.conf
|
||||
custom_palette=false
|
||||
icon_theme=Nordic
|
||||
icon_theme=Zafiro-Nord-Black
|
||||
standard_dialogs=gtk2
|
||||
style=gtk2
|
||||
|
||||
|
@ -19,13 +19,19 @@ gui_effects=@Invalid()
|
|||
keyboard_scheme=2
|
||||
menus_have_icons=true
|
||||
show_shortcuts_in_context_menus=true
|
||||
stylesheets=@Invalid()
|
||||
stylesheets=/usr/share/qt5ct/qss/traynotification-simple.qss
|
||||
toolbutton_style=4
|
||||
underline_shortcut=2
|
||||
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]
|
||||
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]
|
||||
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]
|
||||
force_raster_widgets=1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Appearance]
|
||||
color_scheme_path=/usr/share/qt6ct/colors/airy.conf
|
||||
custom_palette=false
|
||||
icon_theme=Nordic
|
||||
icon_theme=Zafiro-Nord-Black
|
||||
standard_dialogs=gtk2
|
||||
style=qt6gtk2
|
||||
|
||||
|
@ -19,13 +19,13 @@ gui_effects=@Invalid()
|
|||
keyboard_scheme=2
|
||||
menus_have_icons=true
|
||||
show_shortcuts_in_context_menus=true
|
||||
stylesheets=@Invalid()
|
||||
stylesheets=/usr/share/qt6ct/qss/traynotification-simple.qss
|
||||
toolbutton_style=4
|
||||
underline_shortcut=2
|
||||
wheel_scroll_lines=3
|
||||
|
||||
[SettingsWindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x5\x6\0\0\0\x33\0\0\t\xf3\0\0\x5z\0\0\x5\t\0\0\0\x36\0\0\t\xf0\0\0\x5w\0\0\0\0\0\0\0\0\n\0\0\0\x5\t\0\0\0\x36\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]
|
||||
force_raster_widgets=1
|
||||
|
|
|
@ -29,8 +29,7 @@
|
|||
window {
|
||||
location: center;
|
||||
anchor: center;
|
||||
transparency: "screenshot";
|
||||
padding: 10px;
|
||||
transparency: "real";
|
||||
border: 0px;
|
||||
border-radius: 6px;
|
||||
|
||||
|
|
5
.gitmodules
vendored
|
@ -1,8 +1,3 @@
|
|||
[submodule ".config/nvim"]
|
||||
path = .config/nvim
|
||||
url = https://code.relms.dev/Relms/neovim-config
|
||||
branch = main
|
||||
[submodule "AUR"]
|
||||
path = AUR
|
||||
url = https://code.relms.dev/Relms/AUR
|
||||
branch = main
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||
|
||||
include "/home/relms/.gtkrc-2.0.mine"
|
||||
gtk-theme-name="Nordic"
|
||||
gtk-icon-theme-name="Nordic"
|
||||
gtk-theme-name="Nordic-Darker"
|
||||
gtk-icon-theme-name="Zafiro-Nord-Black"
|
||||
gtk-font-name="FiraCode Nerd Font Mono 11"
|
||||
gtk-cursor-theme-name="Adwaita"
|
||||
gtk-cursor-theme-size=0
|
||||
|
@ -15,6 +15,6 @@ gtk-enable-event-sounds=1
|
|||
gtk-enable-input-feedback-sounds=1
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle="hintfull"
|
||||
gtk-xft-hintstyle="hintmedium"
|
||||
gtk-xft-rgba="none"
|
||||
gtk-modules="gail:atk-bridge"
|
||||
|
|
|
@ -1,39 +0,0 @@
|
|||
|
||||
# Zafiro icons
|
||||
Minimalist icons created with the flat-desing technique, utilizing washed out colors and always accompanied by white. The priority is simplicity.
|
||||
|
||||
*If you find any missing application icons, please report them to me.
|
||||
At the moment I only accept reports of icons of missing applications,
|
||||
I am aware that icons in the other categories are still missing.*
|
||||
|
||||
## Donations
|
||||
If you like my job and you want to help me, invite me to a cafe. Here is a link so you can donate through PayPal if you wish: [donate](https://www.paypal.me/zayronxio)
|
||||
|
||||
### Download and testing
|
||||
|
||||
download from opendesktop the latest weekly version, or from releases to have the last major update (less constant).
|
||||
|
||||
from opendesktop you will have 8 different versions available,
|
||||
|
||||
[<img src="https://i.imgur.com/SWAXdFr.png">](https://www.opendesktop.org/p/1209330/#files-panel) [<img src="https://i.imgur.com/gxX8nJ0.png">](https://github.com/zayronxio/Zafiro-icons/releases)
|
||||
|
||||
### Installing the icons
|
||||
|
||||
- Move the folder of icons to `~/.local/share/icons` (in user mode) or `/usr/share/icons` (in root mode).
|
||||
|
||||
- The icon theme will be in the Settings for select
|
||||
|
||||
### installation with bash script
|
||||
|
||||
###### requirements
|
||||
- gzip or unrar
|
||||
- wget *(the vast majority of distros already include it)*
|
||||
|
||||
paste this command in your terminal for the installation.
|
||||
|
||||
`wget -N https://raw.githubusercontent.com/zayronxio/Zafiro-icons/master/Install-Zafiro-Icons.sh && chmod +x Install-Zafiro-Icons.sh && bash ./Install-Zafiro-Icons.sh`
|
||||
|
||||
## Preview
|
||||
|
||||
![Preview](https://raw.githubusercontent.com/zayronxio/Zafiro-icons/master/previews/demo-general2018.png)
|
||||
|
|
@ -1 +0,0 @@
|
|||
system-run.svg
|
|
@ -1 +0,0 @@
|
|||
dialog-ok-apply.svg
|
|
@ -1 +0,0 @@
|
|||
run-build.svg
|
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="m2 3v10h12v-7l-3-3zm1 1h7v3h3v5h-10z"
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 372 B |
|
@ -1 +0,0 @@
|
|||
database-index.svg
|
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 2 2 L 6.0058594 8 L 2 14 L 3 14 L 3.2617188 14 L 13 14 L 14 14 L 14 3 L 14 2 L 3.2578125 2 L 2 2 z M 3.9257812 3 L 13 3 L 13 13 L 3.9296875 13 L 7.265625 8 L 3.9257812 3 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 510 B |
|
@ -1 +0,0 @@
|
|||
appointment-new.svg
|
|
@ -1,17 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
.ColorScheme-NegativeText {
|
||||
color:#da4453;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path
|
||||
style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
class="ColorScheme-NegativeText"
|
||||
d="m3 2v7l2-2 2 2v-7zm5 0v1h4v7h-3v3h-5v-3h-1v4h7l3-3v-9z"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 470 B |
|
@ -1 +0,0 @@
|
|||
folder-new.svg
|
|
@ -1 +0,0 @@
|
|||
tag.svg
|
|
@ -1,9 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1">
|
||||
<defs id="defs3">
|
||||
<style id="current-color-scheme" type="text/css">
|
||||
.ColorScheme-Text { color:#dedede; }
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor" class="ColorScheme-Text"
|
||||
d="M8 0C3.588 0 0 3.588 0 8s3.588 8 8 8 8-3.588 8-8-3.588-8-8-8zm0 1c3.872 0 7 3.128 7 7a6.968 6.968 0 0 1-1.71 4.582L3.417 2.711A6.968 6.968 0 0 1 8 1zM2.711 3.418l9.871 9.871A6.968 6.968 0 0 1 8 15c-3.872 0-7-3.128-7-7 0-1.756.647-3.355 1.711-4.582z"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 537 B |
|
@ -1,6 +0,0 @@
|
|||
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}</style>
|
||||
<path d="m6 2c-1.108 0-2 0.892-2 2s0.892 2 2 2h4c1.108 0 2-0.892 2-2s-0.892-2-2-2h-4zm0 1h4c0.554 0 1 0.446 1 1s-0.446 1-1 1h-4c-0.554 0-1-0.446-1-1s0.446-1 1-1zm-3 4c-0.554 0-1 0.446-1 1s0.446 1 1 1h10c0.554 0 1-0.446 1-1s-0.446-1-1-1h-10zm4.9512 3a2 2 0 0 0-1.9512 2 2 2 0 0 0 2 2 2 2 0 0 0 2-2 2 2 0 0 0-2-2 2 2 0 0 0-0.048828 0zm0.048828 1a1 1 0 0 1 1 1 1 1 0 0 1-1 1 1 1 0 0 1-1-1 1 1 0 0 1 1-1z" class="ColorScheme-Text" style="fill:currentColor"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 653 B |
|
@ -1 +0,0 @@
|
|||
fork.svg
|
|
@ -1 +0,0 @@
|
|||
im-user.svg
|
|
@ -1 +0,0 @@
|
|||
archive-insert.svg
|
|
@ -1 +0,0 @@
|
|||
archive-insert-directory.svg
|
|
@ -1 +0,0 @@
|
|||
flag-red.svg
|
|
@ -1,8 +0,0 @@
|
|||
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}</style>
|
||||
</defs>
|
||||
<path class="ColorScheme-Text" d="m10.005155 10v1h1.994845v-1zm-6.005155-2v1h8v-1zm0 2v1h4v-1zm-2-7v10h12v-10zm1 1h10v8h-10z" fill="currentColor"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 373 B |
|
@ -1 +0,0 @@
|
|||
list-add.svg
|
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 3 2 L 3 3 L 3 4 L 2 4 L 2 6 L 3 6 L 3 10 L 2 10 L 2 12 L 3 12 L 3 13.5 L 3 14 L 14 14 L 14 13 L 14 3 L 14 2 L 3 2 z M 4 3 L 5 3 L 5 13 L 4 13 L 4 3 z M 6 3 L 13 3 L 13 13 L 6 13 L 6 3 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 526 B |
|
@ -1 +0,0 @@
|
|||
address-book-new.svg
|
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 6 2 L 6 7 L 4 7 L 4 6 L 2 8 L 4 10 L 4 9 L 6 9 L 6 14 L 7 14 L 10 14 L 10 13 L 10 9 L 12 9 L 12 10 L 14 8 L 12 6 L 12 7 L 10 7 L 10 2 L 7 2 L 6 2 z M 7 3 L 9 3 L 9 6 L 7 6 L 7 3 z M 7 7 L 9 7 L 9 9 L 7 9 L 7 7 z M 7 10 L 9 10 L 9 13 L 7 13 L 7 10 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 587 B |
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 8 2 L 6 4 L 7 4 L 7 6 L 2 6 L 2 7 L 2 10 L 3 10 L 7 10 L 7 12 L 6 12 L 8 14 L 10 12 L 9 12 L 9 10 L 14 10 L 14 7 L 14 6 L 9 6 L 9 4 L 10 4 L 8 2 z M 3 7 L 6 7 L 6 9 L 3 9 L 3 7 z M 7 7 L 9 7 L 9 9 L 7 9 L 7 7 z M 10 7 L 13 7 L 13 9 L 10 9 L 10 7 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 586 B |
|
@ -1 +0,0 @@
|
|||
address-book-new.svg
|
|
@ -1,17 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path
|
||||
style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 7 2 L 7 6.6660156 L 4.5 10 L 7.5 14 L 10.5 10 L 8 6.6660156 L 8 2 L 7 2 z M 7.5 7.6699219 L 9.25 10.001953 L 7.5 12.332031 L 5.75 10.001953 L 7.5 7.6699219 z "
|
||||
class="ColorScheme-Text"/>
|
||||
<path
|
||||
d="M 7.5,12.33 9.25,9.998 7.5,7.666 5.75,9.998 Z"
|
||||
style="fill:currentColor;fill-opacity:0.5;stroke:none"
|
||||
class="ColorScheme-Text"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 653 B |
|
@ -1 +0,0 @@
|
|||
go-home.svg
|
|
@ -1 +0,0 @@
|
|||
folder-new.svg
|
|
@ -1 +0,0 @@
|
|||
document-import.svg
|
|
@ -1 +0,0 @@
|
|||
folder-new.svg
|
|
@ -1 +0,0 @@
|
|||
configure.svg
|
|
@ -1 +0,0 @@
|
|||
edit-delete.svg
|
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 5 2 L 5 12.9375 C 4.8932753 12.957229 4.8114453 12.980739 4.6992188 13 L 4.9082031 14 C 4.9399277 13.994555 4.9685215 13.986116 5 13.980469 L 5 14 L 6 14 L 6 13.753906 C 9.7507108 12.739299 11.449219 10.179239 11.449219 8 L 10.341797 8 C 10.341797 8.69264 9.9919381 10.029962 9.3925781 10.544922 C 8.7807381 9.9651118 8.0431244 9.067795 7.8652344 8.015625 L 6.9726562 8 C 6.9726562 9.42386 7.9799481 10.602552 8.7363281 11.326172 C 8.0523326 12.020993 7.2394493 12.425193 6 12.732422 L 6 2 L 5 2 z M 9.3320312 2 C 8.464444 2.0182 7.798691 2.1551085 7.3144531 2.3554688 L 7.5859375 3.2558594 C 7.8179654 3.1829593 8.6964376 2.9296875 9.2109375 2.9296875 L 9.28125 2.9296875 C 9.9975157 2.9569875 10.046875 3.1924961 10.046875 3.7480469 L 10.046875 3.9667969 L 9.6738281 4.0214844 C 7.9386425 4.2491747 7.0117187 4.4403864 7.0117188 5.6425781 C 7.0117188 6.4804693 7.6874489 7 8.6660156 7 C 9.3419282 7 9.7862701 6.744518 10.240234 6.3984375 L 10.380859 6.9082031 L 11.449219 6.9082031 L 11.449219 3.5390625 C 11.449219 2.5099211 10.66372 2 9.453125 2 L 9.3320312 2 z M 10.046875 4.6777344 L 10.046875 5.796875 C 9.6736166 6.0245653 9.392441 6.1894531 8.9082031 6.1894531 C 8.4744095 6.1894531 8.2617188 5.9437367 8.2617188 5.5976562 C 8.2617188 4.9419154 8.8970271 4.832602 9.6738281 4.7324219 L 10.046875 4.6777344 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.6 KiB |
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 9 2 L 9 3 L 9 9 L 14 9 L 14 4 L 14 3 L 14 2 L 9 2 z M 10 3 L 13 3 L 13 4 L 13 8 L 10 8 L 10 4 L 10 3 z M 2 4 L 2 9 L 7 9 L 7 4 L 2 4 z M 3 5 L 6 5 L 6 8 L 3 8 L 3 5 z M 2 10 L 2 11 L 14 11 L 14 10 L 2 10 z M 9 12 L 9 14 L 14 14 L 14 12 L 9 12 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 585 B |
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 7.5 2 L 7.5 3 L 5 3 L 5 7 L 7.5 7 L 7.5 9 L 3 9 L 3 13 L 7.5 13 L 7.5 14 L 8.5 14 L 8.5 13 L 13 13 L 13 9 L 8.5 9 L 8.5 7 L 11 7 L 11 3 L 8.5 3 L 8.5 2 L 7.5 2 z M 6 4 L 10 4 L 10 6 L 6 6 L 6 4 z M 4 10 L 12 10 L 12 12 L 4 12 L 4 10 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 575 B |
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 5 2 L 5 14 L 6 14 L 6 2 L 5 2 z M 7 2 L 7 7 L 14 7 L 14 2 L 7 2 z M 8 3 L 13 3 L 13 6 L 8 6 L 8 3 z M 2 9 L 2 14 L 4 14 L 4 9 L 2 9 z M 7 9 L 7 14 L 12 14 L 12 9 L 7 9 z M 8 10 L 11 10 L 11 13 L 8 13 L 8 10 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 549 B |
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 2 2 L 2 7 L 4 7 L 4 2 L 2 2 z M 5 2 L 5 14 L 6 14 L 6 2 L 5 2 z M 8 2 L 8 7 L 14 7 L 14 2 L 8 2 z M 9 3 L 13 3 L 13 6 L 9 6 L 9 3 z M 7 9 L 7 14 L 14 14 L 14 9 L 7 9 z M 8 10 L 13 10 L 13 13 L 8 13 L 8 10 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 547 B |
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 2 2 L 2 14 L 3 14 L 3 2 L 2 2 z M 4 2 L 4 7 L 14 7 L 14 2 L 4 2 z M 5 3 L 13 3 L 13 6 L 5 6 L 5 3 z M 4 9 L 4 14 L 9 14 L 9 9 L 4 9 z M 5 10 L 8 10 L 8 13 L 5 13 L 5 10 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 511 B |
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 2 2 L 2 7 L 9 7 L 9 2 L 2 2 z M 10 2 L 10 14 L 11 14 L 11 2 L 10 2 z M 3 3 L 8 3 L 8 6 L 3 6 L 3 3 z M 4 9 L 4 14 L 9 14 L 9 9 L 4 9 z M 12 9 L 12 14 L 14 14 L 14 9 L 12 9 z M 5 10 L 8 10 L 8 13 L 5 13 L 5 10 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 551 B |
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 2 2 L 2 7 L 8 7 L 8 2 L 2 2 z M 10 2 L 10 14 L 11 14 L 11 2 L 10 2 z M 12 2 L 12 7 L 14 7 L 14 2 L 12 2 z M 3 3 L 7 3 L 7 6 L 3 6 L 3 3 z M 2 9 L 2 14 L 9 14 L 9 9 L 2 9 z M 3 10 L 8 10 L 8 13 L 3 13 L 3 10 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 549 B |
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 2 2 L 2 7 L 12 7 L 12 2 L 2 2 z M 13 2 L 13 14 L 14 14 L 14 2 L 13 2 z M 3 3 L 11 3 L 11 6 L 3 6 L 3 3 z M 7 9 L 7 14 L 12 14 L 12 9 L 7 9 z M 8 10 L 11 10 L 11 13 L 8 13 L 8 10 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 520 B |
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 9 2 L 9 4 L 14 4 L 14 2 L 9 2 z M 2 5 L 2 6 L 14 6 L 14 5 L 2 5 z M 2 7 L 2 14 L 7 14 L 7 7 L 2 7 z M 9 7 L 9 12 L 14 12 L 14 7 L 9 7 z M 3 8 L 6 8 L 6 13 L 3 13 L 3 8 z M 10 8 L 13 8 L 13 11 L 10 11 L 10 8 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 549 B |
|
@ -1,19 +0,0 @@
|
|||
<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="layercompo" fill="#dedede" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="m2 1c-0.554 0-1 0.446-1 1v1h1v-1h1v-1h-1zm11 0v1h1v1h1v-1c0-0.554-0.446-1-1-1h-1zm-12 12v1c0 0.554 0.446 1 1 1h1v-1h-1v-1h-1zm13 0v1h-1v1h1c0.554 0 1-0.446 1-1v-1h-1z" stroke-width="4" style="paint-order:stroke fill markers"/>
|
||||
<rect x="4" y="1" width="2" height="1" rx="0" ry="0" stroke-width="4" style="paint-order:stroke fill markers"/>
|
||||
<rect x="7" y="1" width="2" height="1" rx="0" ry="0" stroke-width="4" style="paint-order:stroke fill markers"/>
|
||||
<rect x="10" y="1" width="2" height="1" rx="0" ry="0" stroke-width="4" style="paint-order:stroke fill markers"/>
|
||||
<rect x="4" y="14" width="2" height="1" rx="0" ry="0" stroke-width="4" style="paint-order:stroke fill markers"/>
|
||||
<rect x="7" y="14" width="2" height="1" rx="0" ry="0" stroke-width="4" style="paint-order:stroke fill markers"/>
|
||||
<rect x="10" y="14" width="2" height="1" rx="0" ry="0" stroke-width="4" style="paint-order:stroke fill markers"/>
|
||||
<rect transform="rotate(90)" x="4" y="-2" width="2" height="1" rx="0" ry="0" stroke-width="4" style="paint-order:stroke fill markers"/>
|
||||
<rect transform="rotate(90)" x="7" y="-2" width="2" height="1" rx="0" ry="0" stroke-width="4" style="paint-order:stroke fill markers"/>
|
||||
<rect transform="rotate(90)" x="10" y="-2" width="2" height="1" rx="0" ry="0" stroke-width="4" style="paint-order:stroke fill markers"/>
|
||||
<rect transform="rotate(90)" x="4" y="-15" width="2" height="1" rx="0" ry="0" stroke-width="4" style="paint-order:stroke fill markers"/>
|
||||
<rect transform="rotate(90)" x="7" y="-15" width="2" height="1" rx="0" ry="0" stroke-width="4" style="paint-order:stroke fill markers"/>
|
||||
<rect transform="rotate(90)" x="10" y="-15" width="2" height="1" rx="0" ry="0" stroke-width="4" style="paint-order:stroke fill markers"/>
|
||||
<path d="m5 4c-0.554 0-1 0.446-1 1v6c0 0.554 0.446 1 1 1h6c0.554 0 1-0.446 1-1v-6c0-0.554-0.446-1-1-1h-6zm0 1h6v6h-6v-6z" stroke-width="5.3333" style="paint-order:stroke fill markers"/>
|
||||
<rect x="5" y="5" width="6" height="6" rx="0" ry="0" opacity=".35" stroke-width="4" style="paint-order:stroke fill markers"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.2 KiB |
|
@ -1,3 +0,0 @@
|
|||
<svg width="22" height="22" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<path class="ColorScheme-Text" d="m2 3v16h1v-16h-1zm3 0v6h3v3h6v-3h3v-6h-12zm14 0v16h1v-16h-1zm-13 1h10v4h-2v-2h-6v2h-2v-4zm3 3h4v1 1 2h-4v-2-1-1zm-2 6v6h10v-6h-10zm1 1h8v4h-8v-4z" color="#dedede" fill="currentColor"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 305 B |
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 3.4941406 3 C 3.7115306 4.45492 4.2949556 6.1066031 5.5722656 7.5019531 C 5.2261191 8.0348301 4.9673004 8.4977228 4.5605469 9 L 2 9 L 2 10 L 3.578125 10 C 3.1910047 10.329411 2.708179 10.6938 2.0820312 11.113281 L 2.9101562 12.101562 C 3.8645939 11.393992 4.6296325 10.694803 5.28125 10 L 14 10 L 14 9 L 6.1328125 9 C 7.6839402 6.9967705 8.3215837 5.0209937 9 3 L 7.78125 3 C 7.36835 4.23004 7.05606 5.2563125 6.34375 6.3828125 C 5.32372 5.2240225 5.0090786 4.23727 4.8242188 3 L 3.4941406 3 z M 11.880859 3 C 11.013272 3.0182 10.347519 3.1551085 9.8632812 3.3554688 L 10.136719 4.2558594 C 10.368747 4.1829593 11.245266 3.9296875 11.759766 3.9296875 L 11.832031 3.9296875 C 12.548297 3.9569875 12.597656 4.1924961 12.597656 4.7480469 L 12.597656 4.9667969 L 12.224609 5.0214844 C 10.489424 5.2491747 9.5605469 5.4403864 9.5605469 6.6425781 C 9.5605469 7.4804693 10.236277 8 11.214844 8 C 11.890756 8 12.335098 7.744518 12.789062 7.3984375 L 12.929688 7.9082031 L 14 7.9082031 L 14 4.5390625 C 14 3.5099211 13.212548 3 12.001953 3 L 11.880859 3 z M 12.597656 5.6777344 L 12.597656 6.7988281 C 12.224398 7.0265184 11.941269 7.1894531 11.457031 7.1894531 C 11.023238 7.1894531 10.8125 6.9437367 10.8125 6.5976562 C 10.8125 5.9419153 11.447808 5.832602 12.224609 5.7324219 L 12.597656 5.6777344 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.6 KiB |
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 2 2 L 2 9 L 7 9 L 7 2 L 2 2 z M 3 3 L 6 3 L 6 8 L 3 8 L 3 3 z M 9 4 L 9 9 L 14 9 L 14 4 L 9 4 z M 10 5 L 13 5 L 13 8 L 10 8 L 10 5 z M 2 10 L 2 11 L 14 11 L 14 10 L 2 10 z M 9 12 L 9 14 L 14 14 L 14 12 L 9 12 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 551 B |
|
@ -1 +0,0 @@
|
|||
align-vertical-bottom-out.svg
|
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 9 2 L 9 12 L 14 12 L 14 2 L 9 2 z M 10 3 L 13 3 L 13 11 L 10 11 L 10 3 z M 2 7 L 2 12 L 7 12 L 7 7 L 2 7 z M 3 8 L 6 8 L 6 11 L 3 11 L 3 8 z M 2 13 L 2 14 L 14 14 L 14 13 L 2 13 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 520 B |
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 3 3 L 3 7.5 L 2 7.5 L 2 8.5 L 3 8.5 L 3 13 L 7 13 L 7 8.5 L 9 8.5 L 9 11 L 13 11 L 13 8.5 L 14 8.5 L 14 7.5 L 13 7.5 L 13 5 L 9 5 L 9 7.5 L 7 7.5 L 7 3 L 3 3 z M 4 4 L 6 4 L 6 12 L 4 12 L 4 4 z M 10 6 L 12 6 L 12 10 L 10 10 L 10 6 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 573 B |
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 9 2 L 9 4 L 14 4 L 14 2 L 9 2 z M 2 5 L 2 6 L 14 6 L 14 5 L 2 5 z M 9 7 L 9 14 L 14 14 L 14 7 L 9 7 z M 10 8 L 13 8 L 13 13 L 10 13 L 10 8 z M 2 9 L 2 14 L 7 14 L 7 9 L 2 9 z M 3 10 L 6 10 L 6 13 L 3 13 L 3 10 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 552 B |
|
@ -1 +0,0 @@
|
|||
align-horizontal-top-out.svg
|
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 2 2 L 2 3 L 14 3 L 14 2 L 2 2 z M 2 4 L 2 9 L 7 9 L 7 4 L 2 4 z M 9 4 L 9 14 L 14 14 L 14 4 L 9 4 z M 3 5 L 6 5 L 6 8 L 3 8 L 3 5 z M 10 5 L 13 5 L 13 13 L 10 13 L 10 5 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 511 B |
|
@ -1 +0,0 @@
|
|||
im-user.svg
|
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 8 2 C 6.3431458 2 5 3.3431458 5 5 L 2 5 L 2 6 L 2 13 L 2 14 L 9 14 L 9 13 L 3 13 L 3 6 L 5 6 L 5 7.0878906 C 4.4014078 7.2995242 4.0008908 7.8650979 4 8.5 C 4 9.3284271 4.6715729 10 5.5 10 C 6.3284271 10 7 9.3284271 7 8.5 C 6.9991092 7.8650979 6.5985922 7.2995242 6 7.0878906 L 6 6 L 10 6 L 10 8 L 11 8 L 11 6 L 13 6 L 13 9 L 14 9 L 14 6 L 14 5 L 11 5 C 11 3.3431458 9.6568542 2 8 2 z M 8 3 C 9.1045695 3 10 3.8954305 10 5 L 6 5 C 6 3.8954305 6.8954305 3 8 3 z M 5.5 8 C 5.7761424 8 6 8.2238576 6 8.5 C 6 8.7761424 5.7761424 9 5.5 9 C 5.2238576 9 5 8.7761424 5 8.5 C 5 8.2238576 5.2238576 8 5.5 8 z M 11 9 L 11 11 L 9 11 L 9 12 L 11 12 L 11 14 L 12 14 L 12 12 L 14 12 L 14 11 L 12 11 L 12 9 L 11 9 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 1 KiB |
|
@ -1,21 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
.ColorScheme-NegativeText {
|
||||
color:#da4453;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path
|
||||
style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 8 2 C 6.343 2 5 3.343 5 5 L 2 5 L 2 14 L 8 14 L 8 13 L 3 13 L 3 6 L 5 6 L 5 7.0878906 C 4.401 7.2998906 4.001 7.865 4 8.5 C 4 9.328 4.672 10 5.5 10 C 6.328 10 7 9.328 7 8.5 C 6.999 7.865 6.599 7.2998906 6 7.0878906 L 6 6 L 10 6 L 10 8 L 11 8 L 11 6 L 13 6 L 13 8 L 14 8 L 14 5 L 11 5 C 11 3.343 9.657 2 8 2 z M 8 3 C 9.105 3 10 3.895 10 5 L 6 5 C 6 3.895 6.895 3 8 3 z M 5.5 8 C 5.776 8 6 8.224 6 8.5 C 6 8.776 5.776 9 5.5 9 C 5.224 9 5 8.776 5 8.5 C 5 8.224 5.224 8 5.5 8 z "
|
||||
class="ColorScheme-Text"/>
|
||||
<path
|
||||
style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 9,9.83 10.667,11.497 9,13.164 9.833,13.997 11.5,12.33 13.167,13.997 14,13.164 12.333,11.497 14,9.83 13.167,8.997 11.5,10.664 9.833,8.997 Z"
|
||||
class="ColorScheme-NegativeText"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.1 KiB |
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 8 2 A 3 3 0 0 0 5 5 L 2 5 L 2 6 L 2 13 L 2 14 L 14 14 L 14 13 L 14 6 L 14 5 L 11 5 A 3 3 0 0 0 8 2 z M 8 3 A 2 2 0 0 1 10 5 L 6 5 A 2 2 0 0 1 8 3 z M 3 6 L 5 6 L 5 7.0878906 A 1.5 1.5 0 0 0 4 8.5 A 1.5 1.5 0 0 0 5.5 10 A 1.5 1.5 0 0 0 7 8.5 A 1.5 1.5 0 0 0 6 7.0878906 L 6 6 L 10 6 L 10 7.0878906 A 1.5 1.5 0 0 0 9 8.5 A 1.5 1.5 0 0 0 10.5 10 A 1.5 1.5 0 0 0 12 8.5 A 1.5 1.5 0 0 0 11 7.0878906 L 11 6 L 13 6 L 13 13 L 3 13 L 3 6 z M 5.5 8 A 0.5 0.5 0 0 1 6 8.5 A 0.5 0.5 0 0 1 5.5 9 A 0.5 0.5 0 0 1 5 8.5 A 0.5 0.5 0 0 1 5.5 8 z M 10.5 8 A 0.5 0.5 0 0 1 11 8.5 A 0.5 0.5 0 0 1 10.5 9 A 0.5 0.5 0 0 1 10 8.5 A 0.5 0.5 0 0 1 10.5 8 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 971 B |
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 2 2 L 2 3 L 2 8 L 3 8 L 6 8 L 6 10 L 6 11 L 9 14 L 9 11 L 13 11 L 14 11 L 14 6 L 14 5 L 13 5 L 10 5 L 10 2 L 3 2 L 2 2 z M 3 3 L 9 3 L 9 5 L 9 6 L 9 7 L 7 7 L 6 7 L 3 7 L 3 3 z M 10 6 L 13 6 L 13 10 L 8 10 L 7 10 L 7 8 L 8 8 L 8 10 L 10 8 L 10 7 L 10 6 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 593 B |
|
@ -1 +0,0 @@
|
|||
appointment-new.svg
|
|
@ -1 +0,0 @@
|
|||
view-media-lyrics.svg
|
|
@ -1 +0,0 @@
|
|||
view-statistics.svg
|
|
@ -1 +0,0 @@
|
|||
view-media-playlist.svg
|
|
@ -1 +0,0 @@
|
|||
view-refresh.svg
|
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 3.7148438 3 L 3 3.6953125 L 5.6386719 6.4921875 L 3.0175781 9.3046875 L 3.7324219 10 L 6.6757812 6.8378906 L 7 6.4921875 L 6.6757812 6.1445312 L 3.7148438 3 z M 7 12 L 7 13 L 13 13 L 13 12 L 7 12 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 536 B |
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 8 2 C 6.89543 2 6 2.89543 6 4 C 6 4.93198 6.6373 5.71554 7.5 5.9375 L 7.5 8 L 5 8 L 5 9 L 7.5 9 L 7.5 10 L 7.5 12.96875 C 6.3123571 12.892642 4.936375 12.390014 3.9375 11.84375 L 4.4375 11.1875 L 3.59375 10.625 L 2 12.78125 C 2 12.78125 2.84332 13.30831 2.84375 13.3125 L 3.3125 12.6875 C 4.6170785 13.429365 6.4060192 14 8 14 C 9.598782 14 11.351983 13.401328 12.65625 12.65625 L 13.15625 13.3125 L 14 12.75 L 12.375 10.59375 L 11.5625 11.1875 L 12.03125 11.8125 C 11.030728 12.365584 9.7016152 12.891717 8.5 12.96875 L 8.5 10 L 8.5 9 L 11 9 L 11 8 L 8.5 8 L 8.5 5.9375 C 9.3627 5.71554 10 4.93198 10 4 C 10 2.89543 9.10457 2 8 2 z M 8 3 C 8.55228 3 9 3.44772 9 4 C 9 4.55228 8.55228 5 8 5 C 7.44772 5 7 4.55228 7 4 C 7 3.44772 7.44772 3 8 3 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.1 KiB |
|
@ -1 +0,0 @@
|
|||
tool-animator.svg
|
|
@ -1 +0,0 @@
|
|||
dialog-ok.svg
|
|
@ -1 +0,0 @@
|
|||
dialog-ok.svg
|
|
@ -1,12 +0,0 @@
|
|||
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
.ColorScheme-NegativeText {
|
||||
color:#da4453;
|
||||
}</style>
|
||||
</defs>
|
||||
<path class="ColorScheme-NegativeText" d="m3 1c-1.108 0-2 0.892-2 2v10c0 1.108 0.892 2 2 2h10c1.108 0 2-0.892 2-2v-10c0-1.108-0.892-2-2-2zm0 3h10c0.554 0 1 0.446 1 1v8c0 0.554-0.446 1-1 1h-10c-0.554 0-1-0.446-1-1v-8c0-0.554 0.446-1 1-1z" fill="currentColor"/>
|
||||
<path class="ColorScheme-NegativeText" d="m6 8h4c0.554 0 1 0.446 1 1s-0.446 1-1 1h-4c-0.554 0-1-0.446-1-1s0.446-1 1-1z" fill="currentColor"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 678 B |
|
@ -1,13 +0,0 @@
|
|||
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}</style>
|
||||
</defs>
|
||||
<g class="ColorScheme-Text" style="fill:currentColor">
|
||||
<path d="m8 0a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8zm0 1a7 7 0 0 1 7 7 7 7 0 0 1-7 7 7 7 0 0 1-7-7 7 7 0 0 1 7-7z"/>
|
||||
<circle cx="4" cy="8" r="1"/>
|
||||
<circle cx="8" cy="8" r="1"/>
|
||||
<circle cx="12" cy="8" r="1"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 505 B |
|
@ -1,9 +0,0 @@
|
|||
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}</style>
|
||||
</defs>
|
||||
<path class="ColorScheme-Text" d="m7 4v5h5v-1h-4v-4z" fill="currentColor"/>
|
||||
<path d="m8 0a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8zm0 1a7 7 0 0 1 7 7 7 7 0 0 1-7 7 7 7 0 0 1-7-7 7 7 0 0 1 7-7z" style="fill:currentColor" class="ColorScheme-Text"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 473 B |
|
@ -1 +0,0 @@
|
|||
appointment-new.svg
|
|
@ -1 +0,0 @@
|
|||
games-achievements.svg
|
|
@ -1,8 +0,0 @@
|
|||
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<style id="current-color-scheme" type="text/css">.ColorScheme-Text{color:#dedede;}</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<path d="m7 2v1h1v1h1v-1h-1v-1zm1 2h-1v1h1zm0 1v1h1v-1zm0 1h-1v2h2v-1h-1z"/>
|
||||
<path d="m3 1c-1.108 0-2 0.892-2 2v10c0 1.108 0.892 2 2 2h5.7617a4.5 4.5 0 0 1-0.49805-1h-5.2637c-0.554 0-1-0.446-1-1v-10c0-0.554 0.446-1 1-1h10c0.554 0 1 0.446 1 1v5.2637a4.5 4.5 0 0 1 1 0.49609v-5.7598c0-1.108-0.892-2-2-2h-10z"/>
|
||||
<path d="m12.5 9a3.5 3.5 0 0 0-3.5 3.5 3.5 3.5 0 0 0 3.5 3.5 3.5 3.5 0 0 0 3.5-3.5 3.5 3.5 0 0 0-3.5-3.5zm0 1.0859 2.5 2.5-0.70703 0.70703-1.293-1.293v3h-1v-3l-1.293 1.293-0.70703-0.70703 2.5-2.5z"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 745 B |
|
@ -1 +0,0 @@
|
|||
folder-new.svg
|
|
@ -1,8 +0,0 @@
|
|||
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<style id="current-color-scheme" type="text/css">.ColorScheme-Text{color:#dedede;}</style>
|
||||
<g class="ColorScheme-Text" fill="currentColor" >
|
||||
<path d="m7 2v1h1v1h1v-1h-1v-1zm1 2h-1v1h1zm0 1v1h1v-1zm0 1h-1v2h2v-1h-1z"/>
|
||||
<path d="m3 1c-1.108 0-2 0.892-2 2v10c0 1.108 0.892 2 2 2h5.7617a4.5 4.5 0 0 1-0.49805-1h-5.2637c-0.554 0-1-0.446-1-1v-10c0-0.554 0.446-1 1-1h10c0.554 0 1 0.446 1 1v5.2637a4.5 4.5 0 0 1 1 0.49609v-5.7598c0-1.108-0.892-2-2-2z"/>
|
||||
<path d="m12.5 9c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5 3.5-1.567 3.5-3.5-1.567-3.5-3.5-3.5zm-0.5 1h1v2h2v1h-2v2h-1v-2h-2v-1h2v-2z"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 682 B |
|
@ -1,8 +0,0 @@
|
|||
<svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<style id="current-color-scheme" type="text/css">.ColorScheme-Text{color:#dedede;}.ColorScheme-NegativeText{color:#da4453;}</style>
|
||||
<g>
|
||||
<path d="m7 2v1h1v1h1v-1h-1v-1zm1 2h-1v1h1zm0 1v1h1v-1zm0 1h-1v2h2v-1h-1z" class="ColorScheme-Text" fill="currentColor" />
|
||||
<path d="m3 1c-1.108 0-2 0.892-2 2v10c0 1.108 0.892 2 2 2h5.7617a4.5 4.5 0 0 1-0.49805-1h-5.2637c-0.554 0-1-0.446-1-1v-10c0-0.554 0.446-1 1-1h10c0.554 0 1 0.446 1 1v5.2637a4.5 4.5 0 0 1 1 0.49609v-5.7598c0-1.108-0.892-2-2-2z" class="ColorScheme-Text" fill="currentColor" />
|
||||
<path d="m12.5 9c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5 3.5-1.567 3.5-3.5-1.567-3.5-3.5-3.5zm-2.5 3h5v1h-5v-1z" class="ColorScheme-NegativeText" fill="currentColor" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 803 B |
|
@ -1,10 +0,0 @@
|
|||
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#dedede; }</style>
|
||||
</defs>
|
||||
<g class="ColorScheme-Text" fill="currentColor">
|
||||
<path d="m7 2v1h1v1h1v-1h-1v-1zm1 2h-1v1h1zm0 1v1h1v-1zm0 1h-1v2h2v-1h-1z"/>
|
||||
<path d="m3 1c-1.108 0-2 0.892-2 2v10c0 1.108 0.892 2 2 2h5.7617a4.5 4.5 0 0 1-0.49805-1h-5.2637c-0.554 0-1-0.446-1-1v-10c0-0.554 0.446-1 1-1h10c0.554 0 1 0.446 1 1v5.2637a4.5 4.5 0 0 1 1 0.49609v-5.7598c0-1.108-0.892-2-2-2z"/>
|
||||
<path d="m12.5 16a3.5 3.5 0 0 1-3.5-3.5 3.5 3.5 0 0 1 3.5-3.5 3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5zm0-1.0859 2.5-2.5-0.70703-0.70703-1.293 1.293v-3h-1v3l-1.293-1.293-0.70703 0.70703z"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 758 B |
|
@ -1 +0,0 @@
|
|||
go-bottom.svg
|
|
@ -1 +0,0 @@
|
|||
go-down.svg
|
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 3 2 L 3 14 L 4 14 L 4 2 L 3 2 z M 11.751953 2 L 7.453125 6.125 L 5.5 8 L 7.453125 9.875 L 11.751953 14 L 11.880859 13.875 L 12.271484 13.5 L 12.5 13.28125 L 8.203125 9.15625 L 6.9648438 8 L 8.203125 6.84375 L 12.5 2.71875 L 11.751953 2 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 576 B |
|
@ -1 +0,0 @@
|
|||
go-previous.svg
|
|
@ -1,13 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-Text {
|
||||
color:#dedede;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path style="fill:currentColor;fill-opacity:1;stroke:none"
|
||||
d="M 4.2480469 2 L 3.5 2.71875 L 7.796875 6.84375 L 9.0351562 8 L 7.796875 9.15625 L 3.5 13.28125 L 3.7285156 13.5 L 4.1191406 13.875 L 4.2480469 14 L 8.546875 9.875 L 10.5 8 L 8.546875 6.125 L 4.2480469 2 z M 12 2 L 12 14 L 13 14 L 13 2 L 12 2 z "
|
||||
class="ColorScheme-Text"
|
||||
/>
|
||||
</svg>
|
Before Width: | Height: | Size: 580 B |
|
@ -1 +0,0 @@
|
|||
go-next.svg
|
|
@ -1 +0,0 @@
|
|||
go-top.svg
|