Compare commits

..

3 Commits

Author SHA1 Message Date
7938db6bd3 feat: keybinds and intro logout 2025-12-23 22:05:27 +00:00
29e7d4b98b feat: ricing 2025-12-22 23:55:36 +00:00
1afc8bd146 feat: add hypr and wofi 2025-12-22 21:58:02 +00:00
768 changed files with 24251 additions and 265 deletions

View File

@@ -0,0 +1,324 @@
# You can split this configuration into multiple files
# Create your files separately and then link them to this file like this:
# source = ~/.config/hypr/myColors.conf
################
### MONITORS ###
################
# See https://wiki.hypr.land/Configuring/Monitors/
monitor=,preferred,auto,auto
###################
### MY PROGRAMS ###
###################
# See https://wiki.hypr.land/Configuring/Keywords/
# Set programs that you use
$terminal = ghostty
$fileManager = dolphin
$menu = wofi --conf ~/.config/wofi/config/config --style ~/.config/wofi/src/mocha/style.css --show drun
$browser = chromium
#################
### AUTOSTART ###
#################
# Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this:
# exec-once = $terminal
# exec-once = nm-applet &
# exec-once = waybar & hyprpaper & firefox
#############################
### ENVIRONMENT VARIABLES ###
#############################
# See https://wiki.hypr.land/Configuring/Environment-variables/
env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24
###################
### PERMISSIONS ###
###################
# See https://wiki.hypr.land/Configuring/Permissions/
# Please note permission changes here require a Hyprland restart and are not applied on-the-fly
# for security reasons
# ecosystem {
# enforce_permissions = 1
# }
# permission = /usr/(bin|local/bin)/grim, screencopy, allow
# permission = /usr/(lib|libexec|lib64)/xdg-desktop-portal-hyprland, screencopy, allow
# permission = /usr/(bin|local/bin)/hyprpm, plugin, allow
#####################
### LOOK AND FEEL ###
#####################
# Refer to https://wiki.hypr.land/Configuring/Variables/
# https://wiki.hypr.land/Configuring/Variables/#general
general {
gaps_in = 5
gaps_out = 20
border_size = 2
# https://wiki.hypr.land/Configuring/Variables/#variable-types for info about colors
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
# Set to true enable resizing windows by clicking and dragging on borders and gaps
resize_on_border = false
# Please see https://wiki.hypr.land/Configuring/Tearing/ before you turn this on
allow_tearing = false
layout = dwindle
}
# https://wiki.hypr.land/Configuring/Variables/#decoration
decoration {
rounding = 0
rounding_power = 2
# Change transparency of focused and unfocused windows
active_opacity = 1.0
inactive_opacity = 0.8
shadow {
enabled = true
range = 4
render_power = 3
color = rgba(1a1a1aee)
}
# https://wiki.hypr.land/Configuring/Variables/#blur
blur {
enabled = true
size = 3
passes = 1
vibrancy = 0.1696
}
}
# https://wiki.hypr.land/Configuring/Variables/#animations
animations {
enabled = yes, please :)
# Default curves, see https://wiki.hypr.land/Configuring/Animations/#curves
# NAME, X0, Y0, X1, Y1
bezier = easeOutQuint, 0.23, 1, 0.32, 1
bezier = easeInOutCubic, 0.65, 0.05, 0.36, 1
bezier = linear, 0, 0, 1, 1
bezier = almostLinear, 0.5, 0.5, 0.75, 1
bezier = quick, 0.15, 0, 0.1, 1
# Default animations, see https://wiki.hypr.land/Configuring/Animations/
# NAME, ONOFF, SPEED, CURVE, [STYLE]
animation = global, 1, 10, default
animation = border, 1, 5.39, easeOutQuint
animation = windows, 1, 4.79, easeOutQuint
animation = windowsIn, 1, 4.1, easeOutQuint, popin 87%
animation = windowsOut, 1, 1.49, linear, popin 87%
animation = fadeIn, 1, 1.73, almostLinear
animation = fadeOut, 1, 1.46, almostLinear
animation = fade, 1, 3.03, quick
animation = layers, 1, 3.81, easeOutQuint
animation = layersIn, 1, 4, easeOutQuint, fade
animation = layersOut, 1, 1.5, linear, fade
animation = fadeLayersIn, 1, 1.79, almostLinear
animation = fadeLayersOut, 1, 1.39, almostLinear
animation = workspaces, 0, 1.94, almostLinear, fade
animation = workspacesIn, 0, 1.21, almostLinear, fade
animation = workspacesOut, 0, 1.94, almostLinear, fade
animation = zoomFactor, 1, 7, quick
}
# Ref https://wiki.hypr.land/Configuring/Workspace-Rules/
# "Smart gaps" / "No gaps when only"
# uncomment all if you wish to use that.
# workspace = w[tv1], gapsout:0, gapsin:0
# workspace = f[1], gapsout:0, gapsin:0
# windowrule = bordersize 0, floating:0, onworkspace:w[tv1]
# windowrule = rounding 0, floating:0, onworkspace:w[tv1]
# windowrule = bordersize 0, floating:0, onworkspace:f[1]
# windowrule = rounding 0, floating:0, onworkspace:f[1]
# See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more
dwindle {
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = true # You probably want this
}
# See https://wiki.hypr.land/Configuring/Master-Layout/ for more
master {
new_status = master
}
# https://wiki.hypr.land/Configuring/Variables/#misc
misc {
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
}
#############
### INPUT ###
#############
# https://wiki.hypr.land/Configuring/Variables/#input
input {
kb_layout = gb
kb_variant =
kb_model =
kb_options =
kb_rules =
follow_mouse = 1
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
touchpad {
natural_scroll = false
}
}
# See https://wiki.hypr.land/Configuring/Gestures
gesture = 3, horizontal, workspace
# Example per-device config
# See https://wiki.hypr.land/Configuring/Keywords/#per-device-input-configs for more
device {
name = epic-mouse-v1
sensitivity = -0.5
}
###################
### KEYBINDINGS ###
###################
# See https://wiki.hypr.land/Configuring/Keywords/
$mainMod = SUPER # Sets "Windows" key as main modifier
# Example binds, see https://wiki.hypr.land/Configuring/Binds/ for more
bind = $mainMod, RETURN, exec, $terminal
bind = $mainMod, B, exec, $browser
bind = $mainMod, W, killactive,
bind = $mainMod, M, exit,
bind = $mainMod, V, togglefloating,
bind = $mainMod, SPACE, exec, $menu
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, N, togglesplit, # dwindle
# Move focus
bind = $mainMod, h, movefocus, l
bind = $mainMod, l, movefocus, r
bind = $mainMod, k, movefocus, u
bind = $mainMod, j, movefocus, d
# Move windows
bind = $mainMod SHIFT, H, movewindow, l
bind = $mainMod SHIFT, L, movewindow, r
bind = $mainMod SHIFT, K, movewindow, u
bind = $mainMod SHIFT, J, movewindow, d
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1
bind = $mainMod, 2, workspace, 2
bind = $mainMod, 3, workspace, 3
bind = $mainMod, 4, workspace, 4
bind = $mainMod, 5, workspace, 5
bind = $mainMod, 6, workspace, 6
bind = $mainMod, 7, workspace, 7
bind = $mainMod, 8, workspace, 8
bind = $mainMod, 9, workspace, 9
bind = $mainMod, 0, workspace, 10
# Move active window to a workspace with mainMod + SHIFT + [0-9]
bind = $mainMod SHIFT, 1, movetoworkspace, 1
bind = $mainMod SHIFT, 2, movetoworkspace, 2
bind = $mainMod SHIFT, 3, movetoworkspace, 3
bind = $mainMod SHIFT, 4, movetoworkspace, 4
bind = $mainMod SHIFT, 5, movetoworkspace, 5
bind = $mainMod SHIFT, 6, movetoworkspace, 6
bind = $mainMod SHIFT, 7, movetoworkspace, 7
bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, 0, movetoworkspace, 10
# Example special workspace (scratchpad)
bind = $mainMod, S, togglespecialworkspace, magic
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
# Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
# Resize mode
bind=SUPER,R,submap,resize
submap=resize
binde=,L,resizeactive,40 0
binde=,H,resizeactive,-40 0
binde=,K,resizeactive,0 -40
binde=,J,resizeactive,0 40
bind=,escape,submap,reset
bind=,Return,submap,reset
submap=reset
# Laptop multimedia keys for volume and LCD brightness
bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+
bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
bindel = ,XF86MonBrightnessUp, exec, brightnessctl -e4 -n2 set 5%+
bindel = ,XF86MonBrightnessDown, exec, brightnessctl -e4 -n2 set 5%-
# Requires playerctl
bindl = , XF86AudioNext, exec, playerctl next
bindl = , XF86AudioPause, exec, playerctl play-pause
bindl = , XF86AudioPlay, exec, playerctl play-pause
bindl = , XF86AudioPrev, exec, playerctl previous
##############################
### WINDOWS AND WORKSPACES ###
##############################
# See https://wiki.hypr.land/Configuring/Window-Rules/ for more
# See https://wiki.hypr.land/Configuring/Workspace-Rules/ for workspace rules
# Example windowrule
# windowrule = float,class:^(kitty)$,title:^(kitty)$
# Ignore maximize requests from apps. You'll probably like this.
windowrule = suppressevent maximize, class:.*
# Fix some dragging issues with XWayland
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
# Set dark mode as default
# General Theme Settings (GTK/GNOME)
exec = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark"
exec = gsettings set org.gnome.desktop.interface gtk-theme "Adwaita-dark"
# Qt Theme Settings
env = QT_QPA_PLATFORMTHEME,qt6ct
env = QT_QPA_PLATFORM,wayland

View File

@@ -0,0 +1,2 @@
preload = ~/wallpapers/camp.jpg
wallpaper = DP-1, ~/wallpapers/camp.jpg

View File

@@ -1,196 +1,140 @@
{
"layer": "top", // Waybar at top layer
"position": "top", // Waybar position (top|bottom|left|right)
"height": 34, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
"spacing": 4, // Gaps between modules (4px)
// Choose the order of the modules
"modules-left": ["hyprland/workspaces", "idle_inhibitor", "pulseaudio", "backlight", "network", "custom/updates"],
"modules-center": ["hyprland/window"],
"modules-right": ["hyprland/submap", "hyprland/language", "cpu", "memory", "temperature", "battery", "tray", "clock"],
// Modules configuration
"hyprland/workspaces": {
"disable-scroll": true,
"on-click": "activate",
// "all-outputs": false,
// "format": "{name}: {icon}",
"format": "{name}",
"on-scroll-up": "hyprctl dispatch workspace m-1 > /dev/null",
"on-scroll-down": "hyprctl dispatch workspace m+1 > /dev/null",
"format-icons": {
"1": "",
"2": "",
"3": "",
"4": "",
"5": "",
"urgent": "",
"focused": "",
"default": ""
}
},
"keyboard-state": {
"numlock": false,
"capslock": false,
"format": "{name} {icon}",
"format-icons": {
"locked": "",
"unlocked": ""
}
"layer": "top",
"position": "top",
"spacing": 0,
"height": 34,
"modules-left": [
"custom/logo",
"hyprland/workspaces"
],
"modules-center": [
"clock"
],
"modules-right": [
"tray",
"memory",
"network",
"wireplumber",
"battery",
"custom/power"
],
"wlr/taskbar": {
"format": "{icon}",
"on-click": "activate",
"on-click-right": "fullscreen",
"icon-theme": "WhiteSur",
"icon-size": 25,
"tooltip-format": "{title}"
},
"hyprland/window": {
"max-length": 50,
"separate-outputs": true
},
"hyprland/language": {
"format": "{}",
"max-length": 18
},
"sway/mode": {
"format": "<span style=\"italic\">{}</span>"
},
"sway/scratchpad": {
"format": "{icon} {count}",
"show-empty": false,
"format-icons": ["", ""],
"tooltip": true,
"tooltip-format": "{app}: {title}"
},
"mpd": {
"format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ⸨{songPosition}|{queueLength}⸩ {volume}% ",
"format-disconnected": "Disconnected ",
"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
"unknown-tag": "N/A",
"interval": 2,
"consume-icons": {
"on": " "
},
"random-icons": {
"off": "<span color=\"#f53c3c\"></span> ",
"on": " "
},
"repeat-icons": {
"on": " "
},
"single-icons": {
"on": "1 "
},
"state-icons": {
"paused": "",
"playing": ""
},
"tooltip-format": "MPD (connected)",
"tooltip-format-disconnected": "MPD (disconnected)"
},
"idle_inhibitor": {
"hyprland/workspaces": {
"on-click": "activate",
"format": "{icon}",
"format-icons": {
"activated": "",
"deactivated": ""
"default": "",
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"5": "5",
"6": "6",
"7": "7",
"8": "8",
"9": "9",
"active": "󱓻",
"urgent": "󱓻"
},
"persistent-workspaces": {
"1": [],
"2": [],
"3": [],
"4": [],
"5": []
}
},
"memory": {
"interval": 5,
"format": "󰍛 {}%",
"max-length": 10
},
"tray": {
// "icon-size": 21,
"spacing": 0
"spacing": 10
},
"clock": {
// "timezone": "America/New_York",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}"
},
"cpu": {
"format": "{usage}% ",
"tooltip": false
},
"memory": {
"format": "{}% "
},
"temperature": {
// "thermal-zone": 2,
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
"critical-threshold": 80,
// "format-critical": "{temperatureC}°C {icon}",
"format": "{temperatureC}°C {icon}",
"format-icons": ["", "", ""]
},
"backlight": {
// "device": "acpi_video1",
"format": "{percent}% {icon}",
"format-icons": ["", "", "", "", "", "", "", "", ""]
},
"battery": {
"states": {
// "good": 95,
"warning": 30,
"critical": 15
},
"format": "{capacity}% {icon}",
"format-charging": "{capacity}% 🗲",
"format-plugged": "{capacity}% ",
"format-alt": "{time} {icon}",
// "format-good": "", // An empty format will hide the module
// "format-full": "",
"format-icons": ["", "", "", "", ""]
},
"battery#bat2": {
"bat": "BAT2"
"tooltip-format": "{calendar}",
"format-alt": " {:%a, %d %b %Y}",
"format": " {:%I:%M %p}"
},
"network": {
// "interface": "wlan0", // (Optional) To force the use of this interface
// "format-wifi": "{essid} ",
"format-ethernet": "{ipaddr}/{cidr} ",
"tooltip-format": "{ifname} via {gwaddr} ",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "Disconnected ⚠",
"format-alt": "{ifname}: {ipaddr}/{cidr}"
"format-wifi" : "{icon}",
"format-icons": ["󰤯","󰤟","󰤢","󰤥","󰤨"],
"format-ethernet": "󰀂",
"format-alt" : "󱛇",
"format-disconnected" : "󰖪",
"tooltip-format-wifi": "{icon} {essid}\n⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}",
"tooltip-format-ethernet": "󰀂 {ifname}\n⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}",
"tooltip-format-disconnected": "Disconnected",
"on-click": "~/.config/rofi/wifi/wifi.sh &",
"on-click-right": "~/.config/rofi/wifi/wifinew.sh &",
"interval": 5,
"nospacing": 1,
},
"pulseaudio": {
// "scroll-step": 10, // %, can be a float
"format": "{volume}%{icon} {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
"format-source": "{volume}% ",
"format-source-muted": "",
"wireplumber": {
"format": "{icon}",
"format-bluetooth": "󰂰",
"nospacing": 1,
"tooltip-format": "Volume : {volume}%",
"format-muted": "󰝟",
"format-icons": {
"headphone": "",
"hands-free": "",
"headset": "",
"phone": "",
"portable": "",
"car": "",
"default": ["", "", ""]
"headphone": "",
"default": ["󰖀","󰕾",""]
},
"on-click": "wiremix"
"on-click": "pamixer -t",
"scroll-step": 1
},
"custom/notification": {
"custom/logo": {
"format": "  ",
"tooltip": false,
"format": "{} {icon}",
"format-icons": {
"notification": "<span foreground='red'><sup></sup></span> ",
"none": "",
"dnd-notification": "<span foreground='red'><sup></sup></span> ",
"dnd-none": "",
"inhibited-notification": "<span foreground='red'><sup></sup></span> ",
"inhibited-none": "",
"dnd-inhibited-notification": "<span foreground='red'><sup></sup></span> ",
"dnd-inhibited-none": ""
},
"return-type": "json",
"exec-if": "which swaync-client",
"exec": "swaync-client -swb",
"on-click": "sleep 0.1 && swaync-client -t -sw",
"on-click-right": "swaync-client -d -sw",
"escape": true
"on-click": "~/.config/rofi/launchers/misc/launcher.sh &"
},
"custom/updates": {
"format": "{} {icon}",
"return-type": "json",
"battery": {
"format": "{capacity}% {icon}",
"format-icons": {
"has-updates": "󱍷",
"updated": "󰂪"
"charging": [
"󰢜",
"󰂆",
"󰂇",
"󰂈",
"󰢝",
"󰂉",
"󰢞",
"󰂊",
"󰂋",
"󰂅"
],
"default": [
"󰁺",
"󰁻",
"󰁼",
"󰁽",
"󰁾",
"󰁿",
"󰂀",
"󰂁",
"󰂂",
"󰁹"
]
},
"exec-if": "which waybar-module-pacman-updates",
"exec": "waybar-module-pacman-updates --interval-seconds 5 --network-interval-seconds 300 --tooltip-align-columns 'Source Code Pro' --color-semver-updates F15D22,FFCE51,73C48F,48B9C7,88807C"
"format-full": "Charged ",
"interval": 5,
"states": {
"warning": 20,
"critical": 10
},
"tooltip": false
},
"custom/power": {
"format": "󰤆",
"tooltip": false,
"on-click": "~/.config/rofi/powermenu/type-2/powermenu.sh &"
}
}

View File

@@ -1,104 +1,133 @@
@define-color base00 #181818;
@define-color base01 #2b2e37;
@define-color base02 #3b3e47;
@define-color base03 #585858;
@define-color base04 #b8b8b8;
@define-color base05 #d8d8d8;
@define-color base06 #e8e8e8;
@define-color base07 #f8f8f8;
@define-color base08 #ab4642;
@define-color base09 #dc9656;
@define-color base0A #f7ca88;
@define-color base0B #a1b56c;
@define-color base0C #86c1b9;
@define-color base0D #7cafc2;
@define-color base0E #ba8baf;
@define-color base0F #a16946;
* {
transition: none;
box-shadow: none;
border: none;
border-radius: 0;
min-height: 0;
font-family: JetBrainsMono Nerd Font;
font-size: 13px;
}
#waybar {
font-family: 'Source Code Pro', sans-serif;
font-size: 1.2em;
font-weight: 400;
color: @base04;
background: @base01;
window#waybar {
background-color: #181825;
transition-property: background-color;
transition-duration: 0.5s;
}
window#waybar.hidden {
opacity: 0.5;
}
#workspaces {
margin: 0 4px;
}
#workspaces button {
margin: 4px 0;
padding: 0 4px;
color: @base05;
}
#workspaces button.visible {
}
#workspaces button.active {
border-radius: 4px;
background-color: @base02;
}
#workspaces button.urgent {
color: rgba(238, 46, 36, 1);
}
#tray {
margin: 4px 4px 4px 4px;
border-radius: 4px;
background-color: @base02;
}
#tray * {
padding: 0 6px;
border-left: 1px solid @base00;
}
#tray *:first-child {
border-left: none;
}
#mode, #battery, #cpu, #memory, #network, #pulseaudio, #idle_inhibitor, #backlight, #custom-storage, #custom-updates, #custom-weather, #custom-mail, #clock, #temperature, #language{
margin: 4px 2px;
padding: 0 6px;
background-color: @base02;
border-radius: 4px;
min-width: 20px;
}
#pulseaudio.muted {
color: @base0F;
}
#pulseaudio.bluetooth {
color: @base0C;
}
#clock {
margin-left: 0px;
margin-right: 4px;
background-color: transparent;
}
#temperature.critical {
color: @base0F;
#workspaces button {
all: initial;
/* Remove GTK theme values (waybar #1351) */
min-width: 0;
/* Fix weird spacing in materia (waybar #450) */
box-shadow: inset 0 -3px transparent;
/* Use box-shadow instead of border so the text isn't offset */
padding: 6px 18px;
margin: 6px 3px;
border-radius: 4px;
background-color: #1e1e2e;
color: #cdd6f4;
}
#window {
font-size: 0.9em;
font-weight: 400;
font-family: sans-serif;
#workspaces button.active {
color: #1e1e2e;
background-color: #cdd6f4;
}
#language {
font-size: 0.9em;
font-weight: 500;
letter-spacing: -1px;
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
color: #1e1e2e;
background-color: #cdd6f4;
}
#workspaces button.urgent {
background-color: #f38ba8;
}
#memory,
#custom-power,
#battery,
#backlight,
#wireplumber,
#network,
#clock,
#tray {
border-radius: 4px;
margin: 6px 3px;
padding: 6px 12px;
background-color: #1e1e2e;
color: #181825;
}
#custom-power {
margin-right: 6px;
}
#custom-logo {
padding-right: 7px;
padding-left: 7px;
margin-left: 5px;
font-size: 15px;
border-radius: 8px 0px 0px 8px;
color: #1793d1;
}
#memory {
background-color: #fab387;
}
#battery {
background-color: #f38ba8;
}
#battery.warning,
#battery.critical,
#battery.urgent {
background-color: #ff0000;
color: #FFFF00;
}
#battery.charging {
background-color: #a6e3a1;
color: #181825;
}
#backlight {
background-color: #fab387;
}
#wireplumber {
background-color: #f9e2af;
}
#network {
background-color: #94e2d5;
padding-right: 17px;
}
#clock {
font-family: JetBrainsMono Nerd Font;
background-color: #cba6f7;
}
#custom-power {
background-color: #f2cdcd;
}
tooltip {
border-radius: 8px;
padding: 15px;
background-color: #131822;
}
tooltip label {
padding: 5px;
background-color: #131822;
}

View File

@@ -0,0 +1,34 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
charset = utf-8
indent_size = 2
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# go
[*.go]
indent_style = tab
indent_size = 4
# python
[*.{ini,py,py.tpl,rst}]
indent_size = 4
# rust
[*.rs]
indent_size = 4
# documentation, utils
[*.{md,mdx,diff}]
trim_trailing_whitespace = false
# windows shell scripts
[*.{cmd,bat,ps1}]
end_of_line = crlf

View File

@@ -0,0 +1,28 @@
name: whiskers
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
run:
uses: catppuccin/actions/.github/workflows/whiskers-check.yml@v1
with:
args: |
templates/wlogout.tera
templates/icons/wleave/hibernate.tera
templates/icons/wleave/lock.tera
templates/icons/wleave/logout.tera
templates/icons/wleave/reboot.tera
templates/icons/wleave/shutdown.tera
templates/icons/wleave/suspend.tera
templates/icons/wlogout/hibernate.tera
templates/icons/wlogout/lock.tera
templates/icons/wlogout/logout.tera
templates/icons/wlogout/reboot.tera
templates/icons/wlogout/shutdown.tera
templates/icons/wlogout/suspend.tera
secrets: inherit

View File

@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2021 Catppuccin
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -0,0 +1,90 @@
<h3 align="center">
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png" width="100" alt="Logo"/><br/>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
Catppuccin for <a href="https://github.com/ArtsyMacaw/wlogout">wlogout</a>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
</h3>
<p align="center">
<a href="https://github.com/catppuccin/wlogout/stargazers"><img src="https://img.shields.io/github/stars/catppuccin/wlogout?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/wlogout/issues"><img src="https://img.shields.io/github/issues/catppuccin/wlogout?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/wlogout/contributors"><img src="https://img.shields.io/github/contributors/catppuccin/wlogout?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
</p>
<p align="center">
<img src="./assets/preview.webp"/>
</p>
## Previews
<details>
<summary>🌻 Latte</summary>
<img src="./assets/latte.webp"/>
</details>
<details>
<summary>🪴 Frappé</summary>
<img src="./assets/frappe.webp"/>
</details>
<details>
<summary>🌺 Macchiato</summary>
<img src="./assets/macchiato.webp"/>
</details>
<details>
<summary>🌿 Mocha</summary>
<img src="./assets/mocha.webp"/>
</details>
## Usage
1. Copy the contents of the desired flavor and accent's css file to `~/.config/wlogout/style.css`.
2. Copy the icons corresponding to the desired flavor and accent from either [./icons/wlogout](./icons/wlogout) or [./icons/wleave](./icons/wleave) to `~/.config/wlogout/`.
3. Copy the below text to `~/.config/wlogout/style.css` to set the icons.
```css
#lock {
background-image: url("/home/<USER>/.config/wlogout/icons/lock.svg");
}
#logout {
background-image: url("/home/<USER>/.config/wlogout/icons/logout.svg");
}
#suspend {
background-image: url("/home/<USER>/.config/wlogout/icons/suspend.svg");
}
#hibernate {
background-image: url("/home/<USER>/.config/wlogout/icons/hibernate.svg");
}
#shutdown {
background-image: url("/home/<USER>/.config/wlogout/icons/shutdown.svg");
}
#reboot {
background-image: url("/home/<USER>/.config/wlogout/icons/reboot.svg");
}
```
<!-- The FAQ section is optional. Remove if needed.-->
## 🙋 FAQ
- Q: **_"Does this also work with [wleave](https://github.com/AMNatty/wleave)?"_**\
A: Yes, it does. In fact, there is even a set of wleave-style icons in `./icons/wleave`.
## 💝 Thanks to
- [Anomalocaridid](https://github.com/Anomalocaridid)
&nbsp;
<p align="center">
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true" />
</p>
<p align="center">
Copyright &copy; 2021-present <a href="https://github.com/catppuccin" target="_blank">Catppuccin Org</a>
</p>
<p align="center">
<a href="https://github.com/catppuccin/catppuccin/blob/main/LICENSE"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a>
</p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.56126,-109.74011)">
<g
id="g5679"
transform="translate(0.72398219,-2.325195)"
style="stroke:#8caaee;stroke-opacity:1">
<path
style="fill:none;stroke:#8caaee;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 218.20332,119.53002 v 45.12391"
id="path3332" />
<path
style="fill:none;stroke:#8caaee;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,160.94053 6.72781,-6.68849 6.7643,6.80406"
id="path4135" />
<path
style="fill:none;stroke:#8caaee;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,123.10709 6.72781,6.68848 6.7643,-6.80405"
id="path4137" />
<path
style="fill:none;stroke:#8caaee;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.71435,130.85986 -39.07846,22.56195"
id="path5628" />
<path
style="fill:none;stroke:#8caaee;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 198.44871,145.6708 9.15631,2.48221 -2.51033,9.26008"
id="path5630" />
<path
style="fill:none;stroke:#8caaee;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 231.21343,126.75409 -2.42849,9.17069 9.27463,2.45602"
id="path5632" />
<path
style="fill:none;stroke:#8caaee;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="M 237.66914,153.39571 198.59068,130.83376"
id="path5636" />
<path
style="fill:none;stroke:#8caaee;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 205.20966,126.79614 2.42851,9.1707 -9.27464,2.45603"
id="path5638" />
<path
style="fill:none;stroke:#8caaee;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.97438,145.71287 -9.1563,2.4822 2.51034,9.26008"
id="path5640" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7151"
width="60.973358"
height="60.973358"
x="188.56126"
y="109.74011" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973362mm"
viewBox="0 0 60.973358 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-109.07943,-23.511138)">
<g
id="g5659"
transform="translate(-0.39044182,-0.69607794)">
<rect
style="fill:none;fill-opacity:1;stroke:#8caaee;stroke-width:5.29167;stroke-linecap:butt;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect3004"
width="30.99781"
height="22.635843"
x="124.35956"
y="51.020142" />
<path
style="fill:none;stroke:#8caaee;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 130.40841,45.354103 c 0.33488,-4.879835 2.18883,-11.587617 9.85156,-11.587617 11.44717,0 9.05517,16.10332 9.05517,16.10332"
id="path3006" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7147"
width="60.973358"
height="60.973358"
x="109.07944"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-29.763967,-109.73627)">
<g
id="g5668"
transform="translate(-6.8178377)">
<path
id="rect9038"
style="fill:none;stroke:#8caaee;stroke-width:5.29167;stroke-opacity:1;stop-color:#000000"
d="M 75.298014,134.32508 V 123.37611 H 51.28987 v 32.78134 h 24.008144 v -10.44401" />
<path
style="color:#000000;fill:#8caaee;fill-opacity:1;-inkscape-stroke:none"
d="M 87.585801,137.29255 H 65.308463 v 5.29296 h 22.277338 z"
id="path9040" />
<path
style="fill:none;stroke:#8caaee;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 82.608591,147.27074 7.35604,-7.57781 -7.66369,-7.4394"
id="path9042" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7155"
width="60.973358"
height="60.973358"
x="29.763966"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.27853,-21.568545)">
<g
id="g5663"
transform="translate(0,-7.1572852)">
<path
id="path4345"
style="fill:none;stroke:#8caaee;stroke-width:5.29167;stroke-linecap:butt;stroke-opacity:1;stop-color:#000000"
d="m 211.87221,72.683232 c -7.64028,-3.454455 -11.62091,-11.963591 -9.37597,-20.042421 2.24494,-8.07883 10.04494,-13.314364 18.37211,-12.331789 8.32717,0.982576 14.69436,7.889801 14.99728,16.269267 0.30292,8.379466 -5.68084,18.611236 -18.78339,18.048477" />
<path
style="fill:none;stroke:#8caaee;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 224.8442,80.991104 -9.62308,-4.350951 4.40026,-9.732144"
id="path6553" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7149"
width="60.973358"
height="60.973358"
x="188.27853"
y="21.568546" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973362mm"
height="60.973362mm"
viewBox="0 0 60.973362 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-33.075038,-23.511138)">
<g
id="g5655"
transform="translate(-0.17983404,-0.13175007)">
<path
id="path232"
style="color:#000000;fill:#8caaee;fill-opacity:1;-inkscape-stroke:none"
d="m 58.706876,37.196675 c -8.26872,2.281804 -14.3738,9.879644 -14.3738,18.855694 0,10.76918 8.78725,19.55643 19.55643,19.55643 10.76918,0 19.55643,-8.78725 19.55643,-19.55643 0,-8.97611 -6.10499,-16.573946 -14.3738,-18.855694 v 5.553144 c 5.32758,2.06373 9.0811,7.22405 9.0811,13.30255 0,7.90935 -6.35438,14.26373 -14.26373,14.26373 -7.90935,0 -14.26373,-6.35438 -14.26373,-14.26373 0,-6.0785 3.75352,-11.23882 9.0811,-13.30255 z" />
<path
style="color:#000000;fill:#8caaee;fill-opacity:1;-inkscape-stroke:none"
d="m 61.243046,30.421516 v 22.277343 h 5.29296 V 30.421516 Z"
id="path1676" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7145"
width="60.973358"
height="60.973358"
x="33.075039"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973366mm"
height="60.973358mm"
viewBox="0 0 60.973366 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-108.87748,-109.73627)">
<path
style="color:#000000;fill:#8caaee;fill-opacity:1;stroke-linejoin:bevel;-inkscape-stroke:none"
d="m 117.79826,139.45209 c 0.0892,12.29581 10.02523,22.16109 22.32031,22.32227 15.763,0.20664 26.63579,-15.02399 19.63376,-29.43392 -0.56586,4.92578 -5.2284,9.79694 -11.92106,9.88925 -5.91731,0.0816 -10.64991,-4.74034 -10.66016,-10.6582 -0.013,-7.49366 4.70888,-11.44215 8.53255,-12.64655 -14.81402,-4.95688 -28.00633,6.61865 -27.9054,20.52715 z m 17.25957,-17.26342 c -1.95893,2.66638 -3.17741,5.89308 -3.17773,9.38282 1.7e-4,8.7777 7.17347,15.94939 15.95117,15.94921 3.49025,-2.8e-4 6.71815,-1.21828 9.38477,-3.17773 -2.51678,6.25058 -9.92356,12.14048 -17.09747,12.14037 -9.43629,-1.1e-4 -17.02943,-7.59495 -17.02929,-17.03125 8e-5,-7.17283 5.71934,-14.74612 11.96855,-17.26342 z"
id="path477" />
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7153"
width="60.973358"
height="60.973358"
x="108.87748"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.56126,-109.74011)">
<g
id="g5679"
transform="translate(0.72398219,-2.325195)"
style="stroke:#eebebe;stroke-opacity:1">
<path
style="fill:none;stroke:#eebebe;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 218.20332,119.53002 v 45.12391"
id="path3332" />
<path
style="fill:none;stroke:#eebebe;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,160.94053 6.72781,-6.68849 6.7643,6.80406"
id="path4135" />
<path
style="fill:none;stroke:#eebebe;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,123.10709 6.72781,6.68848 6.7643,-6.80405"
id="path4137" />
<path
style="fill:none;stroke:#eebebe;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.71435,130.85986 -39.07846,22.56195"
id="path5628" />
<path
style="fill:none;stroke:#eebebe;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 198.44871,145.6708 9.15631,2.48221 -2.51033,9.26008"
id="path5630" />
<path
style="fill:none;stroke:#eebebe;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 231.21343,126.75409 -2.42849,9.17069 9.27463,2.45602"
id="path5632" />
<path
style="fill:none;stroke:#eebebe;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="M 237.66914,153.39571 198.59068,130.83376"
id="path5636" />
<path
style="fill:none;stroke:#eebebe;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 205.20966,126.79614 2.42851,9.1707 -9.27464,2.45603"
id="path5638" />
<path
style="fill:none;stroke:#eebebe;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.97438,145.71287 -9.1563,2.4822 2.51034,9.26008"
id="path5640" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7151"
width="60.973358"
height="60.973358"
x="188.56126"
y="109.74011" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973362mm"
viewBox="0 0 60.973358 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-109.07943,-23.511138)">
<g
id="g5659"
transform="translate(-0.39044182,-0.69607794)">
<rect
style="fill:none;fill-opacity:1;stroke:#eebebe;stroke-width:5.29167;stroke-linecap:butt;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect3004"
width="30.99781"
height="22.635843"
x="124.35956"
y="51.020142" />
<path
style="fill:none;stroke:#eebebe;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 130.40841,45.354103 c 0.33488,-4.879835 2.18883,-11.587617 9.85156,-11.587617 11.44717,0 9.05517,16.10332 9.05517,16.10332"
id="path3006" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7147"
width="60.973358"
height="60.973358"
x="109.07944"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-29.763967,-109.73627)">
<g
id="g5668"
transform="translate(-6.8178377)">
<path
id="rect9038"
style="fill:none;stroke:#eebebe;stroke-width:5.29167;stroke-opacity:1;stop-color:#000000"
d="M 75.298014,134.32508 V 123.37611 H 51.28987 v 32.78134 h 24.008144 v -10.44401" />
<path
style="color:#000000;fill:#eebebe;fill-opacity:1;-inkscape-stroke:none"
d="M 87.585801,137.29255 H 65.308463 v 5.29296 h 22.277338 z"
id="path9040" />
<path
style="fill:none;stroke:#eebebe;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 82.608591,147.27074 7.35604,-7.57781 -7.66369,-7.4394"
id="path9042" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7155"
width="60.973358"
height="60.973358"
x="29.763966"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.27853,-21.568545)">
<g
id="g5663"
transform="translate(0,-7.1572852)">
<path
id="path4345"
style="fill:none;stroke:#eebebe;stroke-width:5.29167;stroke-linecap:butt;stroke-opacity:1;stop-color:#000000"
d="m 211.87221,72.683232 c -7.64028,-3.454455 -11.62091,-11.963591 -9.37597,-20.042421 2.24494,-8.07883 10.04494,-13.314364 18.37211,-12.331789 8.32717,0.982576 14.69436,7.889801 14.99728,16.269267 0.30292,8.379466 -5.68084,18.611236 -18.78339,18.048477" />
<path
style="fill:none;stroke:#eebebe;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 224.8442,80.991104 -9.62308,-4.350951 4.40026,-9.732144"
id="path6553" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7149"
width="60.973358"
height="60.973358"
x="188.27853"
y="21.568546" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973362mm"
height="60.973362mm"
viewBox="0 0 60.973362 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-33.075038,-23.511138)">
<g
id="g5655"
transform="translate(-0.17983404,-0.13175007)">
<path
id="path232"
style="color:#000000;fill:#eebebe;fill-opacity:1;-inkscape-stroke:none"
d="m 58.706876,37.196675 c -8.26872,2.281804 -14.3738,9.879644 -14.3738,18.855694 0,10.76918 8.78725,19.55643 19.55643,19.55643 10.76918,0 19.55643,-8.78725 19.55643,-19.55643 0,-8.97611 -6.10499,-16.573946 -14.3738,-18.855694 v 5.553144 c 5.32758,2.06373 9.0811,7.22405 9.0811,13.30255 0,7.90935 -6.35438,14.26373 -14.26373,14.26373 -7.90935,0 -14.26373,-6.35438 -14.26373,-14.26373 0,-6.0785 3.75352,-11.23882 9.0811,-13.30255 z" />
<path
style="color:#000000;fill:#eebebe;fill-opacity:1;-inkscape-stroke:none"
d="m 61.243046,30.421516 v 22.277343 h 5.29296 V 30.421516 Z"
id="path1676" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7145"
width="60.973358"
height="60.973358"
x="33.075039"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973366mm"
height="60.973358mm"
viewBox="0 0 60.973366 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-108.87748,-109.73627)">
<path
style="color:#000000;fill:#eebebe;fill-opacity:1;stroke-linejoin:bevel;-inkscape-stroke:none"
d="m 117.79826,139.45209 c 0.0892,12.29581 10.02523,22.16109 22.32031,22.32227 15.763,0.20664 26.63579,-15.02399 19.63376,-29.43392 -0.56586,4.92578 -5.2284,9.79694 -11.92106,9.88925 -5.91731,0.0816 -10.64991,-4.74034 -10.66016,-10.6582 -0.013,-7.49366 4.70888,-11.44215 8.53255,-12.64655 -14.81402,-4.95688 -28.00633,6.61865 -27.9054,20.52715 z m 17.25957,-17.26342 c -1.95893,2.66638 -3.17741,5.89308 -3.17773,9.38282 1.7e-4,8.7777 7.17347,15.94939 15.95117,15.94921 3.49025,-2.8e-4 6.71815,-1.21828 9.38477,-3.17773 -2.51678,6.25058 -9.92356,12.14048 -17.09747,12.14037 -9.43629,-1.1e-4 -17.02943,-7.59495 -17.02929,-17.03125 8e-5,-7.17283 5.71934,-14.74612 11.96855,-17.26342 z"
id="path477" />
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7153"
width="60.973358"
height="60.973358"
x="108.87748"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.56126,-109.74011)">
<g
id="g5679"
transform="translate(0.72398219,-2.325195)"
style="stroke:#a6d189;stroke-opacity:1">
<path
style="fill:none;stroke:#a6d189;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 218.20332,119.53002 v 45.12391"
id="path3332" />
<path
style="fill:none;stroke:#a6d189;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,160.94053 6.72781,-6.68849 6.7643,6.80406"
id="path4135" />
<path
style="fill:none;stroke:#a6d189;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,123.10709 6.72781,6.68848 6.7643,-6.80405"
id="path4137" />
<path
style="fill:none;stroke:#a6d189;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.71435,130.85986 -39.07846,22.56195"
id="path5628" />
<path
style="fill:none;stroke:#a6d189;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 198.44871,145.6708 9.15631,2.48221 -2.51033,9.26008"
id="path5630" />
<path
style="fill:none;stroke:#a6d189;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 231.21343,126.75409 -2.42849,9.17069 9.27463,2.45602"
id="path5632" />
<path
style="fill:none;stroke:#a6d189;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="M 237.66914,153.39571 198.59068,130.83376"
id="path5636" />
<path
style="fill:none;stroke:#a6d189;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 205.20966,126.79614 2.42851,9.1707 -9.27464,2.45603"
id="path5638" />
<path
style="fill:none;stroke:#a6d189;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.97438,145.71287 -9.1563,2.4822 2.51034,9.26008"
id="path5640" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7151"
width="60.973358"
height="60.973358"
x="188.56126"
y="109.74011" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973362mm"
viewBox="0 0 60.973358 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-109.07943,-23.511138)">
<g
id="g5659"
transform="translate(-0.39044182,-0.69607794)">
<rect
style="fill:none;fill-opacity:1;stroke:#a6d189;stroke-width:5.29167;stroke-linecap:butt;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect3004"
width="30.99781"
height="22.635843"
x="124.35956"
y="51.020142" />
<path
style="fill:none;stroke:#a6d189;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 130.40841,45.354103 c 0.33488,-4.879835 2.18883,-11.587617 9.85156,-11.587617 11.44717,0 9.05517,16.10332 9.05517,16.10332"
id="path3006" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7147"
width="60.973358"
height="60.973358"
x="109.07944"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-29.763967,-109.73627)">
<g
id="g5668"
transform="translate(-6.8178377)">
<path
id="rect9038"
style="fill:none;stroke:#a6d189;stroke-width:5.29167;stroke-opacity:1;stop-color:#000000"
d="M 75.298014,134.32508 V 123.37611 H 51.28987 v 32.78134 h 24.008144 v -10.44401" />
<path
style="color:#000000;fill:#a6d189;fill-opacity:1;-inkscape-stroke:none"
d="M 87.585801,137.29255 H 65.308463 v 5.29296 h 22.277338 z"
id="path9040" />
<path
style="fill:none;stroke:#a6d189;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 82.608591,147.27074 7.35604,-7.57781 -7.66369,-7.4394"
id="path9042" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7155"
width="60.973358"
height="60.973358"
x="29.763966"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.27853,-21.568545)">
<g
id="g5663"
transform="translate(0,-7.1572852)">
<path
id="path4345"
style="fill:none;stroke:#a6d189;stroke-width:5.29167;stroke-linecap:butt;stroke-opacity:1;stop-color:#000000"
d="m 211.87221,72.683232 c -7.64028,-3.454455 -11.62091,-11.963591 -9.37597,-20.042421 2.24494,-8.07883 10.04494,-13.314364 18.37211,-12.331789 8.32717,0.982576 14.69436,7.889801 14.99728,16.269267 0.30292,8.379466 -5.68084,18.611236 -18.78339,18.048477" />
<path
style="fill:none;stroke:#a6d189;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 224.8442,80.991104 -9.62308,-4.350951 4.40026,-9.732144"
id="path6553" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7149"
width="60.973358"
height="60.973358"
x="188.27853"
y="21.568546" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973362mm"
height="60.973362mm"
viewBox="0 0 60.973362 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-33.075038,-23.511138)">
<g
id="g5655"
transform="translate(-0.17983404,-0.13175007)">
<path
id="path232"
style="color:#000000;fill:#a6d189;fill-opacity:1;-inkscape-stroke:none"
d="m 58.706876,37.196675 c -8.26872,2.281804 -14.3738,9.879644 -14.3738,18.855694 0,10.76918 8.78725,19.55643 19.55643,19.55643 10.76918,0 19.55643,-8.78725 19.55643,-19.55643 0,-8.97611 -6.10499,-16.573946 -14.3738,-18.855694 v 5.553144 c 5.32758,2.06373 9.0811,7.22405 9.0811,13.30255 0,7.90935 -6.35438,14.26373 -14.26373,14.26373 -7.90935,0 -14.26373,-6.35438 -14.26373,-14.26373 0,-6.0785 3.75352,-11.23882 9.0811,-13.30255 z" />
<path
style="color:#000000;fill:#a6d189;fill-opacity:1;-inkscape-stroke:none"
d="m 61.243046,30.421516 v 22.277343 h 5.29296 V 30.421516 Z"
id="path1676" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7145"
width="60.973358"
height="60.973358"
x="33.075039"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973366mm"
height="60.973358mm"
viewBox="0 0 60.973366 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-108.87748,-109.73627)">
<path
style="color:#000000;fill:#a6d189;fill-opacity:1;stroke-linejoin:bevel;-inkscape-stroke:none"
d="m 117.79826,139.45209 c 0.0892,12.29581 10.02523,22.16109 22.32031,22.32227 15.763,0.20664 26.63579,-15.02399 19.63376,-29.43392 -0.56586,4.92578 -5.2284,9.79694 -11.92106,9.88925 -5.91731,0.0816 -10.64991,-4.74034 -10.66016,-10.6582 -0.013,-7.49366 4.70888,-11.44215 8.53255,-12.64655 -14.81402,-4.95688 -28.00633,6.61865 -27.9054,20.52715 z m 17.25957,-17.26342 c -1.95893,2.66638 -3.17741,5.89308 -3.17773,9.38282 1.7e-4,8.7777 7.17347,15.94939 15.95117,15.94921 3.49025,-2.8e-4 6.71815,-1.21828 9.38477,-3.17773 -2.51678,6.25058 -9.92356,12.14048 -17.09747,12.14037 -9.43629,-1.1e-4 -17.02943,-7.59495 -17.02929,-17.03125 8e-5,-7.17283 5.71934,-14.74612 11.96855,-17.26342 z"
id="path477" />
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7153"
width="60.973358"
height="60.973358"
x="108.87748"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.56126,-109.74011)">
<g
id="g5679"
transform="translate(0.72398219,-2.325195)"
style="stroke:#babbf1;stroke-opacity:1">
<path
style="fill:none;stroke:#babbf1;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 218.20332,119.53002 v 45.12391"
id="path3332" />
<path
style="fill:none;stroke:#babbf1;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,160.94053 6.72781,-6.68849 6.7643,6.80406"
id="path4135" />
<path
style="fill:none;stroke:#babbf1;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,123.10709 6.72781,6.68848 6.7643,-6.80405"
id="path4137" />
<path
style="fill:none;stroke:#babbf1;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.71435,130.85986 -39.07846,22.56195"
id="path5628" />
<path
style="fill:none;stroke:#babbf1;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 198.44871,145.6708 9.15631,2.48221 -2.51033,9.26008"
id="path5630" />
<path
style="fill:none;stroke:#babbf1;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 231.21343,126.75409 -2.42849,9.17069 9.27463,2.45602"
id="path5632" />
<path
style="fill:none;stroke:#babbf1;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="M 237.66914,153.39571 198.59068,130.83376"
id="path5636" />
<path
style="fill:none;stroke:#babbf1;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 205.20966,126.79614 2.42851,9.1707 -9.27464,2.45603"
id="path5638" />
<path
style="fill:none;stroke:#babbf1;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.97438,145.71287 -9.1563,2.4822 2.51034,9.26008"
id="path5640" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7151"
width="60.973358"
height="60.973358"
x="188.56126"
y="109.74011" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973362mm"
viewBox="0 0 60.973358 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-109.07943,-23.511138)">
<g
id="g5659"
transform="translate(-0.39044182,-0.69607794)">
<rect
style="fill:none;fill-opacity:1;stroke:#babbf1;stroke-width:5.29167;stroke-linecap:butt;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect3004"
width="30.99781"
height="22.635843"
x="124.35956"
y="51.020142" />
<path
style="fill:none;stroke:#babbf1;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 130.40841,45.354103 c 0.33488,-4.879835 2.18883,-11.587617 9.85156,-11.587617 11.44717,0 9.05517,16.10332 9.05517,16.10332"
id="path3006" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7147"
width="60.973358"
height="60.973358"
x="109.07944"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-29.763967,-109.73627)">
<g
id="g5668"
transform="translate(-6.8178377)">
<path
id="rect9038"
style="fill:none;stroke:#babbf1;stroke-width:5.29167;stroke-opacity:1;stop-color:#000000"
d="M 75.298014,134.32508 V 123.37611 H 51.28987 v 32.78134 h 24.008144 v -10.44401" />
<path
style="color:#000000;fill:#babbf1;fill-opacity:1;-inkscape-stroke:none"
d="M 87.585801,137.29255 H 65.308463 v 5.29296 h 22.277338 z"
id="path9040" />
<path
style="fill:none;stroke:#babbf1;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 82.608591,147.27074 7.35604,-7.57781 -7.66369,-7.4394"
id="path9042" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7155"
width="60.973358"
height="60.973358"
x="29.763966"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.27853,-21.568545)">
<g
id="g5663"
transform="translate(0,-7.1572852)">
<path
id="path4345"
style="fill:none;stroke:#babbf1;stroke-width:5.29167;stroke-linecap:butt;stroke-opacity:1;stop-color:#000000"
d="m 211.87221,72.683232 c -7.64028,-3.454455 -11.62091,-11.963591 -9.37597,-20.042421 2.24494,-8.07883 10.04494,-13.314364 18.37211,-12.331789 8.32717,0.982576 14.69436,7.889801 14.99728,16.269267 0.30292,8.379466 -5.68084,18.611236 -18.78339,18.048477" />
<path
style="fill:none;stroke:#babbf1;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 224.8442,80.991104 -9.62308,-4.350951 4.40026,-9.732144"
id="path6553" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7149"
width="60.973358"
height="60.973358"
x="188.27853"
y="21.568546" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973362mm"
height="60.973362mm"
viewBox="0 0 60.973362 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-33.075038,-23.511138)">
<g
id="g5655"
transform="translate(-0.17983404,-0.13175007)">
<path
id="path232"
style="color:#000000;fill:#babbf1;fill-opacity:1;-inkscape-stroke:none"
d="m 58.706876,37.196675 c -8.26872,2.281804 -14.3738,9.879644 -14.3738,18.855694 0,10.76918 8.78725,19.55643 19.55643,19.55643 10.76918,0 19.55643,-8.78725 19.55643,-19.55643 0,-8.97611 -6.10499,-16.573946 -14.3738,-18.855694 v 5.553144 c 5.32758,2.06373 9.0811,7.22405 9.0811,13.30255 0,7.90935 -6.35438,14.26373 -14.26373,14.26373 -7.90935,0 -14.26373,-6.35438 -14.26373,-14.26373 0,-6.0785 3.75352,-11.23882 9.0811,-13.30255 z" />
<path
style="color:#000000;fill:#babbf1;fill-opacity:1;-inkscape-stroke:none"
d="m 61.243046,30.421516 v 22.277343 h 5.29296 V 30.421516 Z"
id="path1676" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7145"
width="60.973358"
height="60.973358"
x="33.075039"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973366mm"
height="60.973358mm"
viewBox="0 0 60.973366 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-108.87748,-109.73627)">
<path
style="color:#000000;fill:#babbf1;fill-opacity:1;stroke-linejoin:bevel;-inkscape-stroke:none"
d="m 117.79826,139.45209 c 0.0892,12.29581 10.02523,22.16109 22.32031,22.32227 15.763,0.20664 26.63579,-15.02399 19.63376,-29.43392 -0.56586,4.92578 -5.2284,9.79694 -11.92106,9.88925 -5.91731,0.0816 -10.64991,-4.74034 -10.66016,-10.6582 -0.013,-7.49366 4.70888,-11.44215 8.53255,-12.64655 -14.81402,-4.95688 -28.00633,6.61865 -27.9054,20.52715 z m 17.25957,-17.26342 c -1.95893,2.66638 -3.17741,5.89308 -3.17773,9.38282 1.7e-4,8.7777 7.17347,15.94939 15.95117,15.94921 3.49025,-2.8e-4 6.71815,-1.21828 9.38477,-3.17773 -2.51678,6.25058 -9.92356,12.14048 -17.09747,12.14037 -9.43629,-1.1e-4 -17.02943,-7.59495 -17.02929,-17.03125 8e-5,-7.17283 5.71934,-14.74612 11.96855,-17.26342 z"
id="path477" />
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7153"
width="60.973358"
height="60.973358"
x="108.87748"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.56126,-109.74011)">
<g
id="g5679"
transform="translate(0.72398219,-2.325195)"
style="stroke:#ea999c;stroke-opacity:1">
<path
style="fill:none;stroke:#ea999c;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 218.20332,119.53002 v 45.12391"
id="path3332" />
<path
style="fill:none;stroke:#ea999c;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,160.94053 6.72781,-6.68849 6.7643,6.80406"
id="path4135" />
<path
style="fill:none;stroke:#ea999c;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,123.10709 6.72781,6.68848 6.7643,-6.80405"
id="path4137" />
<path
style="fill:none;stroke:#ea999c;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.71435,130.85986 -39.07846,22.56195"
id="path5628" />
<path
style="fill:none;stroke:#ea999c;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 198.44871,145.6708 9.15631,2.48221 -2.51033,9.26008"
id="path5630" />
<path
style="fill:none;stroke:#ea999c;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 231.21343,126.75409 -2.42849,9.17069 9.27463,2.45602"
id="path5632" />
<path
style="fill:none;stroke:#ea999c;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="M 237.66914,153.39571 198.59068,130.83376"
id="path5636" />
<path
style="fill:none;stroke:#ea999c;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 205.20966,126.79614 2.42851,9.1707 -9.27464,2.45603"
id="path5638" />
<path
style="fill:none;stroke:#ea999c;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.97438,145.71287 -9.1563,2.4822 2.51034,9.26008"
id="path5640" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7151"
width="60.973358"
height="60.973358"
x="188.56126"
y="109.74011" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973362mm"
viewBox="0 0 60.973358 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-109.07943,-23.511138)">
<g
id="g5659"
transform="translate(-0.39044182,-0.69607794)">
<rect
style="fill:none;fill-opacity:1;stroke:#ea999c;stroke-width:5.29167;stroke-linecap:butt;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect3004"
width="30.99781"
height="22.635843"
x="124.35956"
y="51.020142" />
<path
style="fill:none;stroke:#ea999c;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 130.40841,45.354103 c 0.33488,-4.879835 2.18883,-11.587617 9.85156,-11.587617 11.44717,0 9.05517,16.10332 9.05517,16.10332"
id="path3006" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7147"
width="60.973358"
height="60.973358"
x="109.07944"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-29.763967,-109.73627)">
<g
id="g5668"
transform="translate(-6.8178377)">
<path
id="rect9038"
style="fill:none;stroke:#ea999c;stroke-width:5.29167;stroke-opacity:1;stop-color:#000000"
d="M 75.298014,134.32508 V 123.37611 H 51.28987 v 32.78134 h 24.008144 v -10.44401" />
<path
style="color:#000000;fill:#ea999c;fill-opacity:1;-inkscape-stroke:none"
d="M 87.585801,137.29255 H 65.308463 v 5.29296 h 22.277338 z"
id="path9040" />
<path
style="fill:none;stroke:#ea999c;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 82.608591,147.27074 7.35604,-7.57781 -7.66369,-7.4394"
id="path9042" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7155"
width="60.973358"
height="60.973358"
x="29.763966"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.27853,-21.568545)">
<g
id="g5663"
transform="translate(0,-7.1572852)">
<path
id="path4345"
style="fill:none;stroke:#ea999c;stroke-width:5.29167;stroke-linecap:butt;stroke-opacity:1;stop-color:#000000"
d="m 211.87221,72.683232 c -7.64028,-3.454455 -11.62091,-11.963591 -9.37597,-20.042421 2.24494,-8.07883 10.04494,-13.314364 18.37211,-12.331789 8.32717,0.982576 14.69436,7.889801 14.99728,16.269267 0.30292,8.379466 -5.68084,18.611236 -18.78339,18.048477" />
<path
style="fill:none;stroke:#ea999c;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 224.8442,80.991104 -9.62308,-4.350951 4.40026,-9.732144"
id="path6553" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7149"
width="60.973358"
height="60.973358"
x="188.27853"
y="21.568546" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973362mm"
height="60.973362mm"
viewBox="0 0 60.973362 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-33.075038,-23.511138)">
<g
id="g5655"
transform="translate(-0.17983404,-0.13175007)">
<path
id="path232"
style="color:#000000;fill:#ea999c;fill-opacity:1;-inkscape-stroke:none"
d="m 58.706876,37.196675 c -8.26872,2.281804 -14.3738,9.879644 -14.3738,18.855694 0,10.76918 8.78725,19.55643 19.55643,19.55643 10.76918,0 19.55643,-8.78725 19.55643,-19.55643 0,-8.97611 -6.10499,-16.573946 -14.3738,-18.855694 v 5.553144 c 5.32758,2.06373 9.0811,7.22405 9.0811,13.30255 0,7.90935 -6.35438,14.26373 -14.26373,14.26373 -7.90935,0 -14.26373,-6.35438 -14.26373,-14.26373 0,-6.0785 3.75352,-11.23882 9.0811,-13.30255 z" />
<path
style="color:#000000;fill:#ea999c;fill-opacity:1;-inkscape-stroke:none"
d="m 61.243046,30.421516 v 22.277343 h 5.29296 V 30.421516 Z"
id="path1676" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7145"
width="60.973358"
height="60.973358"
x="33.075039"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973366mm"
height="60.973358mm"
viewBox="0 0 60.973366 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-108.87748,-109.73627)">
<path
style="color:#000000;fill:#ea999c;fill-opacity:1;stroke-linejoin:bevel;-inkscape-stroke:none"
d="m 117.79826,139.45209 c 0.0892,12.29581 10.02523,22.16109 22.32031,22.32227 15.763,0.20664 26.63579,-15.02399 19.63376,-29.43392 -0.56586,4.92578 -5.2284,9.79694 -11.92106,9.88925 -5.91731,0.0816 -10.64991,-4.74034 -10.66016,-10.6582 -0.013,-7.49366 4.70888,-11.44215 8.53255,-12.64655 -14.81402,-4.95688 -28.00633,6.61865 -27.9054,20.52715 z m 17.25957,-17.26342 c -1.95893,2.66638 -3.17741,5.89308 -3.17773,9.38282 1.7e-4,8.7777 7.17347,15.94939 15.95117,15.94921 3.49025,-2.8e-4 6.71815,-1.21828 9.38477,-3.17773 -2.51678,6.25058 -9.92356,12.14048 -17.09747,12.14037 -9.43629,-1.1e-4 -17.02943,-7.59495 -17.02929,-17.03125 8e-5,-7.17283 5.71934,-14.74612 11.96855,-17.26342 z"
id="path477" />
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7153"
width="60.973358"
height="60.973358"
x="108.87748"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.56126,-109.74011)">
<g
id="g5679"
transform="translate(0.72398219,-2.325195)"
style="stroke:#ca9ee6;stroke-opacity:1">
<path
style="fill:none;stroke:#ca9ee6;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 218.20332,119.53002 v 45.12391"
id="path3332" />
<path
style="fill:none;stroke:#ca9ee6;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,160.94053 6.72781,-6.68849 6.7643,6.80406"
id="path4135" />
<path
style="fill:none;stroke:#ca9ee6;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,123.10709 6.72781,6.68848 6.7643,-6.80405"
id="path4137" />
<path
style="fill:none;stroke:#ca9ee6;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.71435,130.85986 -39.07846,22.56195"
id="path5628" />
<path
style="fill:none;stroke:#ca9ee6;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 198.44871,145.6708 9.15631,2.48221 -2.51033,9.26008"
id="path5630" />
<path
style="fill:none;stroke:#ca9ee6;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 231.21343,126.75409 -2.42849,9.17069 9.27463,2.45602"
id="path5632" />
<path
style="fill:none;stroke:#ca9ee6;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="M 237.66914,153.39571 198.59068,130.83376"
id="path5636" />
<path
style="fill:none;stroke:#ca9ee6;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 205.20966,126.79614 2.42851,9.1707 -9.27464,2.45603"
id="path5638" />
<path
style="fill:none;stroke:#ca9ee6;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.97438,145.71287 -9.1563,2.4822 2.51034,9.26008"
id="path5640" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7151"
width="60.973358"
height="60.973358"
x="188.56126"
y="109.74011" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973362mm"
viewBox="0 0 60.973358 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-109.07943,-23.511138)">
<g
id="g5659"
transform="translate(-0.39044182,-0.69607794)">
<rect
style="fill:none;fill-opacity:1;stroke:#ca9ee6;stroke-width:5.29167;stroke-linecap:butt;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect3004"
width="30.99781"
height="22.635843"
x="124.35956"
y="51.020142" />
<path
style="fill:none;stroke:#ca9ee6;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 130.40841,45.354103 c 0.33488,-4.879835 2.18883,-11.587617 9.85156,-11.587617 11.44717,0 9.05517,16.10332 9.05517,16.10332"
id="path3006" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7147"
width="60.973358"
height="60.973358"
x="109.07944"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-29.763967,-109.73627)">
<g
id="g5668"
transform="translate(-6.8178377)">
<path
id="rect9038"
style="fill:none;stroke:#ca9ee6;stroke-width:5.29167;stroke-opacity:1;stop-color:#000000"
d="M 75.298014,134.32508 V 123.37611 H 51.28987 v 32.78134 h 24.008144 v -10.44401" />
<path
style="color:#000000;fill:#ca9ee6;fill-opacity:1;-inkscape-stroke:none"
d="M 87.585801,137.29255 H 65.308463 v 5.29296 h 22.277338 z"
id="path9040" />
<path
style="fill:none;stroke:#ca9ee6;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 82.608591,147.27074 7.35604,-7.57781 -7.66369,-7.4394"
id="path9042" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7155"
width="60.973358"
height="60.973358"
x="29.763966"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.27853,-21.568545)">
<g
id="g5663"
transform="translate(0,-7.1572852)">
<path
id="path4345"
style="fill:none;stroke:#ca9ee6;stroke-width:5.29167;stroke-linecap:butt;stroke-opacity:1;stop-color:#000000"
d="m 211.87221,72.683232 c -7.64028,-3.454455 -11.62091,-11.963591 -9.37597,-20.042421 2.24494,-8.07883 10.04494,-13.314364 18.37211,-12.331789 8.32717,0.982576 14.69436,7.889801 14.99728,16.269267 0.30292,8.379466 -5.68084,18.611236 -18.78339,18.048477" />
<path
style="fill:none;stroke:#ca9ee6;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 224.8442,80.991104 -9.62308,-4.350951 4.40026,-9.732144"
id="path6553" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7149"
width="60.973358"
height="60.973358"
x="188.27853"
y="21.568546" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973362mm"
height="60.973362mm"
viewBox="0 0 60.973362 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-33.075038,-23.511138)">
<g
id="g5655"
transform="translate(-0.17983404,-0.13175007)">
<path
id="path232"
style="color:#000000;fill:#ca9ee6;fill-opacity:1;-inkscape-stroke:none"
d="m 58.706876,37.196675 c -8.26872,2.281804 -14.3738,9.879644 -14.3738,18.855694 0,10.76918 8.78725,19.55643 19.55643,19.55643 10.76918,0 19.55643,-8.78725 19.55643,-19.55643 0,-8.97611 -6.10499,-16.573946 -14.3738,-18.855694 v 5.553144 c 5.32758,2.06373 9.0811,7.22405 9.0811,13.30255 0,7.90935 -6.35438,14.26373 -14.26373,14.26373 -7.90935,0 -14.26373,-6.35438 -14.26373,-14.26373 0,-6.0785 3.75352,-11.23882 9.0811,-13.30255 z" />
<path
style="color:#000000;fill:#ca9ee6;fill-opacity:1;-inkscape-stroke:none"
d="m 61.243046,30.421516 v 22.277343 h 5.29296 V 30.421516 Z"
id="path1676" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7145"
width="60.973358"
height="60.973358"
x="33.075039"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973366mm"
height="60.973358mm"
viewBox="0 0 60.973366 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-108.87748,-109.73627)">
<path
style="color:#000000;fill:#ca9ee6;fill-opacity:1;stroke-linejoin:bevel;-inkscape-stroke:none"
d="m 117.79826,139.45209 c 0.0892,12.29581 10.02523,22.16109 22.32031,22.32227 15.763,0.20664 26.63579,-15.02399 19.63376,-29.43392 -0.56586,4.92578 -5.2284,9.79694 -11.92106,9.88925 -5.91731,0.0816 -10.64991,-4.74034 -10.66016,-10.6582 -0.013,-7.49366 4.70888,-11.44215 8.53255,-12.64655 -14.81402,-4.95688 -28.00633,6.61865 -27.9054,20.52715 z m 17.25957,-17.26342 c -1.95893,2.66638 -3.17741,5.89308 -3.17773,9.38282 1.7e-4,8.7777 7.17347,15.94939 15.95117,15.94921 3.49025,-2.8e-4 6.71815,-1.21828 9.38477,-3.17773 -2.51678,6.25058 -9.92356,12.14048 -17.09747,12.14037 -9.43629,-1.1e-4 -17.02943,-7.59495 -17.02929,-17.03125 8e-5,-7.17283 5.71934,-14.74612 11.96855,-17.26342 z"
id="path477" />
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7153"
width="60.973358"
height="60.973358"
x="108.87748"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.56126,-109.74011)">
<g
id="g5679"
transform="translate(0.72398219,-2.325195)"
style="stroke:#ef9f76;stroke-opacity:1">
<path
style="fill:none;stroke:#ef9f76;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 218.20332,119.53002 v 45.12391"
id="path3332" />
<path
style="fill:none;stroke:#ef9f76;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,160.94053 6.72781,-6.68849 6.7643,6.80406"
id="path4135" />
<path
style="fill:none;stroke:#ef9f76;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,123.10709 6.72781,6.68848 6.7643,-6.80405"
id="path4137" />
<path
style="fill:none;stroke:#ef9f76;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.71435,130.85986 -39.07846,22.56195"
id="path5628" />
<path
style="fill:none;stroke:#ef9f76;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 198.44871,145.6708 9.15631,2.48221 -2.51033,9.26008"
id="path5630" />
<path
style="fill:none;stroke:#ef9f76;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 231.21343,126.75409 -2.42849,9.17069 9.27463,2.45602"
id="path5632" />
<path
style="fill:none;stroke:#ef9f76;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="M 237.66914,153.39571 198.59068,130.83376"
id="path5636" />
<path
style="fill:none;stroke:#ef9f76;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 205.20966,126.79614 2.42851,9.1707 -9.27464,2.45603"
id="path5638" />
<path
style="fill:none;stroke:#ef9f76;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.97438,145.71287 -9.1563,2.4822 2.51034,9.26008"
id="path5640" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7151"
width="60.973358"
height="60.973358"
x="188.56126"
y="109.74011" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973362mm"
viewBox="0 0 60.973358 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-109.07943,-23.511138)">
<g
id="g5659"
transform="translate(-0.39044182,-0.69607794)">
<rect
style="fill:none;fill-opacity:1;stroke:#ef9f76;stroke-width:5.29167;stroke-linecap:butt;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect3004"
width="30.99781"
height="22.635843"
x="124.35956"
y="51.020142" />
<path
style="fill:none;stroke:#ef9f76;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 130.40841,45.354103 c 0.33488,-4.879835 2.18883,-11.587617 9.85156,-11.587617 11.44717,0 9.05517,16.10332 9.05517,16.10332"
id="path3006" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7147"
width="60.973358"
height="60.973358"
x="109.07944"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-29.763967,-109.73627)">
<g
id="g5668"
transform="translate(-6.8178377)">
<path
id="rect9038"
style="fill:none;stroke:#ef9f76;stroke-width:5.29167;stroke-opacity:1;stop-color:#000000"
d="M 75.298014,134.32508 V 123.37611 H 51.28987 v 32.78134 h 24.008144 v -10.44401" />
<path
style="color:#000000;fill:#ef9f76;fill-opacity:1;-inkscape-stroke:none"
d="M 87.585801,137.29255 H 65.308463 v 5.29296 h 22.277338 z"
id="path9040" />
<path
style="fill:none;stroke:#ef9f76;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 82.608591,147.27074 7.35604,-7.57781 -7.66369,-7.4394"
id="path9042" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7155"
width="60.973358"
height="60.973358"
x="29.763966"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.27853,-21.568545)">
<g
id="g5663"
transform="translate(0,-7.1572852)">
<path
id="path4345"
style="fill:none;stroke:#ef9f76;stroke-width:5.29167;stroke-linecap:butt;stroke-opacity:1;stop-color:#000000"
d="m 211.87221,72.683232 c -7.64028,-3.454455 -11.62091,-11.963591 -9.37597,-20.042421 2.24494,-8.07883 10.04494,-13.314364 18.37211,-12.331789 8.32717,0.982576 14.69436,7.889801 14.99728,16.269267 0.30292,8.379466 -5.68084,18.611236 -18.78339,18.048477" />
<path
style="fill:none;stroke:#ef9f76;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 224.8442,80.991104 -9.62308,-4.350951 4.40026,-9.732144"
id="path6553" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7149"
width="60.973358"
height="60.973358"
x="188.27853"
y="21.568546" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973362mm"
height="60.973362mm"
viewBox="0 0 60.973362 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-33.075038,-23.511138)">
<g
id="g5655"
transform="translate(-0.17983404,-0.13175007)">
<path
id="path232"
style="color:#000000;fill:#ef9f76;fill-opacity:1;-inkscape-stroke:none"
d="m 58.706876,37.196675 c -8.26872,2.281804 -14.3738,9.879644 -14.3738,18.855694 0,10.76918 8.78725,19.55643 19.55643,19.55643 10.76918,0 19.55643,-8.78725 19.55643,-19.55643 0,-8.97611 -6.10499,-16.573946 -14.3738,-18.855694 v 5.553144 c 5.32758,2.06373 9.0811,7.22405 9.0811,13.30255 0,7.90935 -6.35438,14.26373 -14.26373,14.26373 -7.90935,0 -14.26373,-6.35438 -14.26373,-14.26373 0,-6.0785 3.75352,-11.23882 9.0811,-13.30255 z" />
<path
style="color:#000000;fill:#ef9f76;fill-opacity:1;-inkscape-stroke:none"
d="m 61.243046,30.421516 v 22.277343 h 5.29296 V 30.421516 Z"
id="path1676" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7145"
width="60.973358"
height="60.973358"
x="33.075039"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973366mm"
height="60.973358mm"
viewBox="0 0 60.973366 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-108.87748,-109.73627)">
<path
style="color:#000000;fill:#ef9f76;fill-opacity:1;stroke-linejoin:bevel;-inkscape-stroke:none"
d="m 117.79826,139.45209 c 0.0892,12.29581 10.02523,22.16109 22.32031,22.32227 15.763,0.20664 26.63579,-15.02399 19.63376,-29.43392 -0.56586,4.92578 -5.2284,9.79694 -11.92106,9.88925 -5.91731,0.0816 -10.64991,-4.74034 -10.66016,-10.6582 -0.013,-7.49366 4.70888,-11.44215 8.53255,-12.64655 -14.81402,-4.95688 -28.00633,6.61865 -27.9054,20.52715 z m 17.25957,-17.26342 c -1.95893,2.66638 -3.17741,5.89308 -3.17773,9.38282 1.7e-4,8.7777 7.17347,15.94939 15.95117,15.94921 3.49025,-2.8e-4 6.71815,-1.21828 9.38477,-3.17773 -2.51678,6.25058 -9.92356,12.14048 -17.09747,12.14037 -9.43629,-1.1e-4 -17.02943,-7.59495 -17.02929,-17.03125 8e-5,-7.17283 5.71934,-14.74612 11.96855,-17.26342 z"
id="path477" />
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7153"
width="60.973358"
height="60.973358"
x="108.87748"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.56126,-109.74011)">
<g
id="g5679"
transform="translate(0.72398219,-2.325195)"
style="stroke:#f4b8e4;stroke-opacity:1">
<path
style="fill:none;stroke:#f4b8e4;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 218.20332,119.53002 v 45.12391"
id="path3332" />
<path
style="fill:none;stroke:#f4b8e4;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,160.94053 6.72781,-6.68849 6.7643,6.80406"
id="path4135" />
<path
style="fill:none;stroke:#f4b8e4;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,123.10709 6.72781,6.68848 6.7643,-6.80405"
id="path4137" />
<path
style="fill:none;stroke:#f4b8e4;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.71435,130.85986 -39.07846,22.56195"
id="path5628" />
<path
style="fill:none;stroke:#f4b8e4;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 198.44871,145.6708 9.15631,2.48221 -2.51033,9.26008"
id="path5630" />
<path
style="fill:none;stroke:#f4b8e4;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 231.21343,126.75409 -2.42849,9.17069 9.27463,2.45602"
id="path5632" />
<path
style="fill:none;stroke:#f4b8e4;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="M 237.66914,153.39571 198.59068,130.83376"
id="path5636" />
<path
style="fill:none;stroke:#f4b8e4;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 205.20966,126.79614 2.42851,9.1707 -9.27464,2.45603"
id="path5638" />
<path
style="fill:none;stroke:#f4b8e4;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.97438,145.71287 -9.1563,2.4822 2.51034,9.26008"
id="path5640" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7151"
width="60.973358"
height="60.973358"
x="188.56126"
y="109.74011" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973362mm"
viewBox="0 0 60.973358 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-109.07943,-23.511138)">
<g
id="g5659"
transform="translate(-0.39044182,-0.69607794)">
<rect
style="fill:none;fill-opacity:1;stroke:#f4b8e4;stroke-width:5.29167;stroke-linecap:butt;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect3004"
width="30.99781"
height="22.635843"
x="124.35956"
y="51.020142" />
<path
style="fill:none;stroke:#f4b8e4;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 130.40841,45.354103 c 0.33488,-4.879835 2.18883,-11.587617 9.85156,-11.587617 11.44717,0 9.05517,16.10332 9.05517,16.10332"
id="path3006" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7147"
width="60.973358"
height="60.973358"
x="109.07944"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-29.763967,-109.73627)">
<g
id="g5668"
transform="translate(-6.8178377)">
<path
id="rect9038"
style="fill:none;stroke:#f4b8e4;stroke-width:5.29167;stroke-opacity:1;stop-color:#000000"
d="M 75.298014,134.32508 V 123.37611 H 51.28987 v 32.78134 h 24.008144 v -10.44401" />
<path
style="color:#000000;fill:#f4b8e4;fill-opacity:1;-inkscape-stroke:none"
d="M 87.585801,137.29255 H 65.308463 v 5.29296 h 22.277338 z"
id="path9040" />
<path
style="fill:none;stroke:#f4b8e4;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 82.608591,147.27074 7.35604,-7.57781 -7.66369,-7.4394"
id="path9042" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7155"
width="60.973358"
height="60.973358"
x="29.763966"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.27853,-21.568545)">
<g
id="g5663"
transform="translate(0,-7.1572852)">
<path
id="path4345"
style="fill:none;stroke:#f4b8e4;stroke-width:5.29167;stroke-linecap:butt;stroke-opacity:1;stop-color:#000000"
d="m 211.87221,72.683232 c -7.64028,-3.454455 -11.62091,-11.963591 -9.37597,-20.042421 2.24494,-8.07883 10.04494,-13.314364 18.37211,-12.331789 8.32717,0.982576 14.69436,7.889801 14.99728,16.269267 0.30292,8.379466 -5.68084,18.611236 -18.78339,18.048477" />
<path
style="fill:none;stroke:#f4b8e4;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 224.8442,80.991104 -9.62308,-4.350951 4.40026,-9.732144"
id="path6553" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7149"
width="60.973358"
height="60.973358"
x="188.27853"
y="21.568546" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973362mm"
height="60.973362mm"
viewBox="0 0 60.973362 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-33.075038,-23.511138)">
<g
id="g5655"
transform="translate(-0.17983404,-0.13175007)">
<path
id="path232"
style="color:#000000;fill:#f4b8e4;fill-opacity:1;-inkscape-stroke:none"
d="m 58.706876,37.196675 c -8.26872,2.281804 -14.3738,9.879644 -14.3738,18.855694 0,10.76918 8.78725,19.55643 19.55643,19.55643 10.76918,0 19.55643,-8.78725 19.55643,-19.55643 0,-8.97611 -6.10499,-16.573946 -14.3738,-18.855694 v 5.553144 c 5.32758,2.06373 9.0811,7.22405 9.0811,13.30255 0,7.90935 -6.35438,14.26373 -14.26373,14.26373 -7.90935,0 -14.26373,-6.35438 -14.26373,-14.26373 0,-6.0785 3.75352,-11.23882 9.0811,-13.30255 z" />
<path
style="color:#000000;fill:#f4b8e4;fill-opacity:1;-inkscape-stroke:none"
d="m 61.243046,30.421516 v 22.277343 h 5.29296 V 30.421516 Z"
id="path1676" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7145"
width="60.973358"
height="60.973358"
x="33.075039"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973366mm"
height="60.973358mm"
viewBox="0 0 60.973366 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-108.87748,-109.73627)">
<path
style="color:#000000;fill:#f4b8e4;fill-opacity:1;stroke-linejoin:bevel;-inkscape-stroke:none"
d="m 117.79826,139.45209 c 0.0892,12.29581 10.02523,22.16109 22.32031,22.32227 15.763,0.20664 26.63579,-15.02399 19.63376,-29.43392 -0.56586,4.92578 -5.2284,9.79694 -11.92106,9.88925 -5.91731,0.0816 -10.64991,-4.74034 -10.66016,-10.6582 -0.013,-7.49366 4.70888,-11.44215 8.53255,-12.64655 -14.81402,-4.95688 -28.00633,6.61865 -27.9054,20.52715 z m 17.25957,-17.26342 c -1.95893,2.66638 -3.17741,5.89308 -3.17773,9.38282 1.7e-4,8.7777 7.17347,15.94939 15.95117,15.94921 3.49025,-2.8e-4 6.71815,-1.21828 9.38477,-3.17773 -2.51678,6.25058 -9.92356,12.14048 -17.09747,12.14037 -9.43629,-1.1e-4 -17.02943,-7.59495 -17.02929,-17.03125 8e-5,-7.17283 5.71934,-14.74612 11.96855,-17.26342 z"
id="path477" />
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7153"
width="60.973358"
height="60.973358"
x="108.87748"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.56126,-109.74011)">
<g
id="g5679"
transform="translate(0.72398219,-2.325195)"
style="stroke:#e78284;stroke-opacity:1">
<path
style="fill:none;stroke:#e78284;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 218.20332,119.53002 v 45.12391"
id="path3332" />
<path
style="fill:none;stroke:#e78284;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,160.94053 6.72781,-6.68849 6.7643,6.80406"
id="path4135" />
<path
style="fill:none;stroke:#e78284;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,123.10709 6.72781,6.68848 6.7643,-6.80405"
id="path4137" />
<path
style="fill:none;stroke:#e78284;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.71435,130.85986 -39.07846,22.56195"
id="path5628" />
<path
style="fill:none;stroke:#e78284;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 198.44871,145.6708 9.15631,2.48221 -2.51033,9.26008"
id="path5630" />
<path
style="fill:none;stroke:#e78284;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 231.21343,126.75409 -2.42849,9.17069 9.27463,2.45602"
id="path5632" />
<path
style="fill:none;stroke:#e78284;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="M 237.66914,153.39571 198.59068,130.83376"
id="path5636" />
<path
style="fill:none;stroke:#e78284;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 205.20966,126.79614 2.42851,9.1707 -9.27464,2.45603"
id="path5638" />
<path
style="fill:none;stroke:#e78284;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.97438,145.71287 -9.1563,2.4822 2.51034,9.26008"
id="path5640" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7151"
width="60.973358"
height="60.973358"
x="188.56126"
y="109.74011" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973362mm"
viewBox="0 0 60.973358 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-109.07943,-23.511138)">
<g
id="g5659"
transform="translate(-0.39044182,-0.69607794)">
<rect
style="fill:none;fill-opacity:1;stroke:#e78284;stroke-width:5.29167;stroke-linecap:butt;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect3004"
width="30.99781"
height="22.635843"
x="124.35956"
y="51.020142" />
<path
style="fill:none;stroke:#e78284;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 130.40841,45.354103 c 0.33488,-4.879835 2.18883,-11.587617 9.85156,-11.587617 11.44717,0 9.05517,16.10332 9.05517,16.10332"
id="path3006" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7147"
width="60.973358"
height="60.973358"
x="109.07944"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-29.763967,-109.73627)">
<g
id="g5668"
transform="translate(-6.8178377)">
<path
id="rect9038"
style="fill:none;stroke:#e78284;stroke-width:5.29167;stroke-opacity:1;stop-color:#000000"
d="M 75.298014,134.32508 V 123.37611 H 51.28987 v 32.78134 h 24.008144 v -10.44401" />
<path
style="color:#000000;fill:#e78284;fill-opacity:1;-inkscape-stroke:none"
d="M 87.585801,137.29255 H 65.308463 v 5.29296 h 22.277338 z"
id="path9040" />
<path
style="fill:none;stroke:#e78284;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 82.608591,147.27074 7.35604,-7.57781 -7.66369,-7.4394"
id="path9042" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7155"
width="60.973358"
height="60.973358"
x="29.763966"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.27853,-21.568545)">
<g
id="g5663"
transform="translate(0,-7.1572852)">
<path
id="path4345"
style="fill:none;stroke:#e78284;stroke-width:5.29167;stroke-linecap:butt;stroke-opacity:1;stop-color:#000000"
d="m 211.87221,72.683232 c -7.64028,-3.454455 -11.62091,-11.963591 -9.37597,-20.042421 2.24494,-8.07883 10.04494,-13.314364 18.37211,-12.331789 8.32717,0.982576 14.69436,7.889801 14.99728,16.269267 0.30292,8.379466 -5.68084,18.611236 -18.78339,18.048477" />
<path
style="fill:none;stroke:#e78284;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 224.8442,80.991104 -9.62308,-4.350951 4.40026,-9.732144"
id="path6553" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7149"
width="60.973358"
height="60.973358"
x="188.27853"
y="21.568546" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973362mm"
height="60.973362mm"
viewBox="0 0 60.973362 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-33.075038,-23.511138)">
<g
id="g5655"
transform="translate(-0.17983404,-0.13175007)">
<path
id="path232"
style="color:#000000;fill:#e78284;fill-opacity:1;-inkscape-stroke:none"
d="m 58.706876,37.196675 c -8.26872,2.281804 -14.3738,9.879644 -14.3738,18.855694 0,10.76918 8.78725,19.55643 19.55643,19.55643 10.76918,0 19.55643,-8.78725 19.55643,-19.55643 0,-8.97611 -6.10499,-16.573946 -14.3738,-18.855694 v 5.553144 c 5.32758,2.06373 9.0811,7.22405 9.0811,13.30255 0,7.90935 -6.35438,14.26373 -14.26373,14.26373 -7.90935,0 -14.26373,-6.35438 -14.26373,-14.26373 0,-6.0785 3.75352,-11.23882 9.0811,-13.30255 z" />
<path
style="color:#000000;fill:#e78284;fill-opacity:1;-inkscape-stroke:none"
d="m 61.243046,30.421516 v 22.277343 h 5.29296 V 30.421516 Z"
id="path1676" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7145"
width="60.973358"
height="60.973358"
x="33.075039"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973366mm"
height="60.973358mm"
viewBox="0 0 60.973366 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-108.87748,-109.73627)">
<path
style="color:#000000;fill:#e78284;fill-opacity:1;stroke-linejoin:bevel;-inkscape-stroke:none"
d="m 117.79826,139.45209 c 0.0892,12.29581 10.02523,22.16109 22.32031,22.32227 15.763,0.20664 26.63579,-15.02399 19.63376,-29.43392 -0.56586,4.92578 -5.2284,9.79694 -11.92106,9.88925 -5.91731,0.0816 -10.64991,-4.74034 -10.66016,-10.6582 -0.013,-7.49366 4.70888,-11.44215 8.53255,-12.64655 -14.81402,-4.95688 -28.00633,6.61865 -27.9054,20.52715 z m 17.25957,-17.26342 c -1.95893,2.66638 -3.17741,5.89308 -3.17773,9.38282 1.7e-4,8.7777 7.17347,15.94939 15.95117,15.94921 3.49025,-2.8e-4 6.71815,-1.21828 9.38477,-3.17773 -2.51678,6.25058 -9.92356,12.14048 -17.09747,12.14037 -9.43629,-1.1e-4 -17.02943,-7.59495 -17.02929,-17.03125 8e-5,-7.17283 5.71934,-14.74612 11.96855,-17.26342 z"
id="path477" />
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7153"
width="60.973358"
height="60.973358"
x="108.87748"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.56126,-109.74011)">
<g
id="g5679"
transform="translate(0.72398219,-2.325195)"
style="stroke:#f2d5cf;stroke-opacity:1">
<path
style="fill:none;stroke:#f2d5cf;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 218.20332,119.53002 v 45.12391"
id="path3332" />
<path
style="fill:none;stroke:#f2d5cf;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,160.94053 6.72781,-6.68849 6.7643,6.80406"
id="path4135" />
<path
style="fill:none;stroke:#f2d5cf;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,123.10709 6.72781,6.68848 6.7643,-6.80405"
id="path4137" />
<path
style="fill:none;stroke:#f2d5cf;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.71435,130.85986 -39.07846,22.56195"
id="path5628" />
<path
style="fill:none;stroke:#f2d5cf;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 198.44871,145.6708 9.15631,2.48221 -2.51033,9.26008"
id="path5630" />
<path
style="fill:none;stroke:#f2d5cf;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 231.21343,126.75409 -2.42849,9.17069 9.27463,2.45602"
id="path5632" />
<path
style="fill:none;stroke:#f2d5cf;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="M 237.66914,153.39571 198.59068,130.83376"
id="path5636" />
<path
style="fill:none;stroke:#f2d5cf;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 205.20966,126.79614 2.42851,9.1707 -9.27464,2.45603"
id="path5638" />
<path
style="fill:none;stroke:#f2d5cf;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.97438,145.71287 -9.1563,2.4822 2.51034,9.26008"
id="path5640" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7151"
width="60.973358"
height="60.973358"
x="188.56126"
y="109.74011" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973362mm"
viewBox="0 0 60.973358 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-109.07943,-23.511138)">
<g
id="g5659"
transform="translate(-0.39044182,-0.69607794)">
<rect
style="fill:none;fill-opacity:1;stroke:#f2d5cf;stroke-width:5.29167;stroke-linecap:butt;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect3004"
width="30.99781"
height="22.635843"
x="124.35956"
y="51.020142" />
<path
style="fill:none;stroke:#f2d5cf;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 130.40841,45.354103 c 0.33488,-4.879835 2.18883,-11.587617 9.85156,-11.587617 11.44717,0 9.05517,16.10332 9.05517,16.10332"
id="path3006" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7147"
width="60.973358"
height="60.973358"
x="109.07944"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-29.763967,-109.73627)">
<g
id="g5668"
transform="translate(-6.8178377)">
<path
id="rect9038"
style="fill:none;stroke:#f2d5cf;stroke-width:5.29167;stroke-opacity:1;stop-color:#000000"
d="M 75.298014,134.32508 V 123.37611 H 51.28987 v 32.78134 h 24.008144 v -10.44401" />
<path
style="color:#000000;fill:#f2d5cf;fill-opacity:1;-inkscape-stroke:none"
d="M 87.585801,137.29255 H 65.308463 v 5.29296 h 22.277338 z"
id="path9040" />
<path
style="fill:none;stroke:#f2d5cf;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 82.608591,147.27074 7.35604,-7.57781 -7.66369,-7.4394"
id="path9042" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7155"
width="60.973358"
height="60.973358"
x="29.763966"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.27853,-21.568545)">
<g
id="g5663"
transform="translate(0,-7.1572852)">
<path
id="path4345"
style="fill:none;stroke:#f2d5cf;stroke-width:5.29167;stroke-linecap:butt;stroke-opacity:1;stop-color:#000000"
d="m 211.87221,72.683232 c -7.64028,-3.454455 -11.62091,-11.963591 -9.37597,-20.042421 2.24494,-8.07883 10.04494,-13.314364 18.37211,-12.331789 8.32717,0.982576 14.69436,7.889801 14.99728,16.269267 0.30292,8.379466 -5.68084,18.611236 -18.78339,18.048477" />
<path
style="fill:none;stroke:#f2d5cf;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 224.8442,80.991104 -9.62308,-4.350951 4.40026,-9.732144"
id="path6553" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7149"
width="60.973358"
height="60.973358"
x="188.27853"
y="21.568546" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973362mm"
height="60.973362mm"
viewBox="0 0 60.973362 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-33.075038,-23.511138)">
<g
id="g5655"
transform="translate(-0.17983404,-0.13175007)">
<path
id="path232"
style="color:#000000;fill:#f2d5cf;fill-opacity:1;-inkscape-stroke:none"
d="m 58.706876,37.196675 c -8.26872,2.281804 -14.3738,9.879644 -14.3738,18.855694 0,10.76918 8.78725,19.55643 19.55643,19.55643 10.76918,0 19.55643,-8.78725 19.55643,-19.55643 0,-8.97611 -6.10499,-16.573946 -14.3738,-18.855694 v 5.553144 c 5.32758,2.06373 9.0811,7.22405 9.0811,13.30255 0,7.90935 -6.35438,14.26373 -14.26373,14.26373 -7.90935,0 -14.26373,-6.35438 -14.26373,-14.26373 0,-6.0785 3.75352,-11.23882 9.0811,-13.30255 z" />
<path
style="color:#000000;fill:#f2d5cf;fill-opacity:1;-inkscape-stroke:none"
d="m 61.243046,30.421516 v 22.277343 h 5.29296 V 30.421516 Z"
id="path1676" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7145"
width="60.973358"
height="60.973358"
x="33.075039"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973366mm"
height="60.973358mm"
viewBox="0 0 60.973366 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-108.87748,-109.73627)">
<path
style="color:#000000;fill:#f2d5cf;fill-opacity:1;stroke-linejoin:bevel;-inkscape-stroke:none"
d="m 117.79826,139.45209 c 0.0892,12.29581 10.02523,22.16109 22.32031,22.32227 15.763,0.20664 26.63579,-15.02399 19.63376,-29.43392 -0.56586,4.92578 -5.2284,9.79694 -11.92106,9.88925 -5.91731,0.0816 -10.64991,-4.74034 -10.66016,-10.6582 -0.013,-7.49366 4.70888,-11.44215 8.53255,-12.64655 -14.81402,-4.95688 -28.00633,6.61865 -27.9054,20.52715 z m 17.25957,-17.26342 c -1.95893,2.66638 -3.17741,5.89308 -3.17773,9.38282 1.7e-4,8.7777 7.17347,15.94939 15.95117,15.94921 3.49025,-2.8e-4 6.71815,-1.21828 9.38477,-3.17773 -2.51678,6.25058 -9.92356,12.14048 -17.09747,12.14037 -9.43629,-1.1e-4 -17.02943,-7.59495 -17.02929,-17.03125 8e-5,-7.17283 5.71934,-14.74612 11.96855,-17.26342 z"
id="path477" />
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7153"
width="60.973358"
height="60.973358"
x="108.87748"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.56126,-109.74011)">
<g
id="g5679"
transform="translate(0.72398219,-2.325195)"
style="stroke:#85c1dc;stroke-opacity:1">
<path
style="fill:none;stroke:#85c1dc;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 218.20332,119.53002 v 45.12391"
id="path3332" />
<path
style="fill:none;stroke:#85c1dc;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,160.94053 6.72781,-6.68849 6.7643,6.80406"
id="path4135" />
<path
style="fill:none;stroke:#85c1dc;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,123.10709 6.72781,6.68848 6.7643,-6.80405"
id="path4137" />
<path
style="fill:none;stroke:#85c1dc;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.71435,130.85986 -39.07846,22.56195"
id="path5628" />
<path
style="fill:none;stroke:#85c1dc;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 198.44871,145.6708 9.15631,2.48221 -2.51033,9.26008"
id="path5630" />
<path
style="fill:none;stroke:#85c1dc;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 231.21343,126.75409 -2.42849,9.17069 9.27463,2.45602"
id="path5632" />
<path
style="fill:none;stroke:#85c1dc;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="M 237.66914,153.39571 198.59068,130.83376"
id="path5636" />
<path
style="fill:none;stroke:#85c1dc;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 205.20966,126.79614 2.42851,9.1707 -9.27464,2.45603"
id="path5638" />
<path
style="fill:none;stroke:#85c1dc;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.97438,145.71287 -9.1563,2.4822 2.51034,9.26008"
id="path5640" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7151"
width="60.973358"
height="60.973358"
x="188.56126"
y="109.74011" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973362mm"
viewBox="0 0 60.973358 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-109.07943,-23.511138)">
<g
id="g5659"
transform="translate(-0.39044182,-0.69607794)">
<rect
style="fill:none;fill-opacity:1;stroke:#85c1dc;stroke-width:5.29167;stroke-linecap:butt;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect3004"
width="30.99781"
height="22.635843"
x="124.35956"
y="51.020142" />
<path
style="fill:none;stroke:#85c1dc;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 130.40841,45.354103 c 0.33488,-4.879835 2.18883,-11.587617 9.85156,-11.587617 11.44717,0 9.05517,16.10332 9.05517,16.10332"
id="path3006" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7147"
width="60.973358"
height="60.973358"
x="109.07944"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-29.763967,-109.73627)">
<g
id="g5668"
transform="translate(-6.8178377)">
<path
id="rect9038"
style="fill:none;stroke:#85c1dc;stroke-width:5.29167;stroke-opacity:1;stop-color:#000000"
d="M 75.298014,134.32508 V 123.37611 H 51.28987 v 32.78134 h 24.008144 v -10.44401" />
<path
style="color:#000000;fill:#85c1dc;fill-opacity:1;-inkscape-stroke:none"
d="M 87.585801,137.29255 H 65.308463 v 5.29296 h 22.277338 z"
id="path9040" />
<path
style="fill:none;stroke:#85c1dc;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 82.608591,147.27074 7.35604,-7.57781 -7.66369,-7.4394"
id="path9042" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7155"
width="60.973358"
height="60.973358"
x="29.763966"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.27853,-21.568545)">
<g
id="g5663"
transform="translate(0,-7.1572852)">
<path
id="path4345"
style="fill:none;stroke:#85c1dc;stroke-width:5.29167;stroke-linecap:butt;stroke-opacity:1;stop-color:#000000"
d="m 211.87221,72.683232 c -7.64028,-3.454455 -11.62091,-11.963591 -9.37597,-20.042421 2.24494,-8.07883 10.04494,-13.314364 18.37211,-12.331789 8.32717,0.982576 14.69436,7.889801 14.99728,16.269267 0.30292,8.379466 -5.68084,18.611236 -18.78339,18.048477" />
<path
style="fill:none;stroke:#85c1dc;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 224.8442,80.991104 -9.62308,-4.350951 4.40026,-9.732144"
id="path6553" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7149"
width="60.973358"
height="60.973358"
x="188.27853"
y="21.568546" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973362mm"
height="60.973362mm"
viewBox="0 0 60.973362 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-33.075038,-23.511138)">
<g
id="g5655"
transform="translate(-0.17983404,-0.13175007)">
<path
id="path232"
style="color:#000000;fill:#85c1dc;fill-opacity:1;-inkscape-stroke:none"
d="m 58.706876,37.196675 c -8.26872,2.281804 -14.3738,9.879644 -14.3738,18.855694 0,10.76918 8.78725,19.55643 19.55643,19.55643 10.76918,0 19.55643,-8.78725 19.55643,-19.55643 0,-8.97611 -6.10499,-16.573946 -14.3738,-18.855694 v 5.553144 c 5.32758,2.06373 9.0811,7.22405 9.0811,13.30255 0,7.90935 -6.35438,14.26373 -14.26373,14.26373 -7.90935,0 -14.26373,-6.35438 -14.26373,-14.26373 0,-6.0785 3.75352,-11.23882 9.0811,-13.30255 z" />
<path
style="color:#000000;fill:#85c1dc;fill-opacity:1;-inkscape-stroke:none"
d="m 61.243046,30.421516 v 22.277343 h 5.29296 V 30.421516 Z"
id="path1676" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7145"
width="60.973358"
height="60.973358"
x="33.075039"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973366mm"
height="60.973358mm"
viewBox="0 0 60.973366 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-108.87748,-109.73627)">
<path
style="color:#000000;fill:#85c1dc;fill-opacity:1;stroke-linejoin:bevel;-inkscape-stroke:none"
d="m 117.79826,139.45209 c 0.0892,12.29581 10.02523,22.16109 22.32031,22.32227 15.763,0.20664 26.63579,-15.02399 19.63376,-29.43392 -0.56586,4.92578 -5.2284,9.79694 -11.92106,9.88925 -5.91731,0.0816 -10.64991,-4.74034 -10.66016,-10.6582 -0.013,-7.49366 4.70888,-11.44215 8.53255,-12.64655 -14.81402,-4.95688 -28.00633,6.61865 -27.9054,20.52715 z m 17.25957,-17.26342 c -1.95893,2.66638 -3.17741,5.89308 -3.17773,9.38282 1.7e-4,8.7777 7.17347,15.94939 15.95117,15.94921 3.49025,-2.8e-4 6.71815,-1.21828 9.38477,-3.17773 -2.51678,6.25058 -9.92356,12.14048 -17.09747,12.14037 -9.43629,-1.1e-4 -17.02943,-7.59495 -17.02929,-17.03125 8e-5,-7.17283 5.71934,-14.74612 11.96855,-17.26342 z"
id="path477" />
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7153"
width="60.973358"
height="60.973358"
x="108.87748"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.56126,-109.74011)">
<g
id="g5679"
transform="translate(0.72398219,-2.325195)"
style="stroke:#99d1db;stroke-opacity:1">
<path
style="fill:none;stroke:#99d1db;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 218.20332,119.53002 v 45.12391"
id="path3332" />
<path
style="fill:none;stroke:#99d1db;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,160.94053 6.72781,-6.68849 6.7643,6.80406"
id="path4135" />
<path
style="fill:none;stroke:#99d1db;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,123.10709 6.72781,6.68848 6.7643,-6.80405"
id="path4137" />
<path
style="fill:none;stroke:#99d1db;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.71435,130.85986 -39.07846,22.56195"
id="path5628" />
<path
style="fill:none;stroke:#99d1db;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 198.44871,145.6708 9.15631,2.48221 -2.51033,9.26008"
id="path5630" />
<path
style="fill:none;stroke:#99d1db;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 231.21343,126.75409 -2.42849,9.17069 9.27463,2.45602"
id="path5632" />
<path
style="fill:none;stroke:#99d1db;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="M 237.66914,153.39571 198.59068,130.83376"
id="path5636" />
<path
style="fill:none;stroke:#99d1db;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 205.20966,126.79614 2.42851,9.1707 -9.27464,2.45603"
id="path5638" />
<path
style="fill:none;stroke:#99d1db;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.97438,145.71287 -9.1563,2.4822 2.51034,9.26008"
id="path5640" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7151"
width="60.973358"
height="60.973358"
x="188.56126"
y="109.74011" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973362mm"
viewBox="0 0 60.973358 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-109.07943,-23.511138)">
<g
id="g5659"
transform="translate(-0.39044182,-0.69607794)">
<rect
style="fill:none;fill-opacity:1;stroke:#99d1db;stroke-width:5.29167;stroke-linecap:butt;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect3004"
width="30.99781"
height="22.635843"
x="124.35956"
y="51.020142" />
<path
style="fill:none;stroke:#99d1db;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 130.40841,45.354103 c 0.33488,-4.879835 2.18883,-11.587617 9.85156,-11.587617 11.44717,0 9.05517,16.10332 9.05517,16.10332"
id="path3006" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7147"
width="60.973358"
height="60.973358"
x="109.07944"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-29.763967,-109.73627)">
<g
id="g5668"
transform="translate(-6.8178377)">
<path
id="rect9038"
style="fill:none;stroke:#99d1db;stroke-width:5.29167;stroke-opacity:1;stop-color:#000000"
d="M 75.298014,134.32508 V 123.37611 H 51.28987 v 32.78134 h 24.008144 v -10.44401" />
<path
style="color:#000000;fill:#99d1db;fill-opacity:1;-inkscape-stroke:none"
d="M 87.585801,137.29255 H 65.308463 v 5.29296 h 22.277338 z"
id="path9040" />
<path
style="fill:none;stroke:#99d1db;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 82.608591,147.27074 7.35604,-7.57781 -7.66369,-7.4394"
id="path9042" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7155"
width="60.973358"
height="60.973358"
x="29.763966"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.27853,-21.568545)">
<g
id="g5663"
transform="translate(0,-7.1572852)">
<path
id="path4345"
style="fill:none;stroke:#99d1db;stroke-width:5.29167;stroke-linecap:butt;stroke-opacity:1;stop-color:#000000"
d="m 211.87221,72.683232 c -7.64028,-3.454455 -11.62091,-11.963591 -9.37597,-20.042421 2.24494,-8.07883 10.04494,-13.314364 18.37211,-12.331789 8.32717,0.982576 14.69436,7.889801 14.99728,16.269267 0.30292,8.379466 -5.68084,18.611236 -18.78339,18.048477" />
<path
style="fill:none;stroke:#99d1db;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 224.8442,80.991104 -9.62308,-4.350951 4.40026,-9.732144"
id="path6553" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7149"
width="60.973358"
height="60.973358"
x="188.27853"
y="21.568546" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973362mm"
height="60.973362mm"
viewBox="0 0 60.973362 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-33.075038,-23.511138)">
<g
id="g5655"
transform="translate(-0.17983404,-0.13175007)">
<path
id="path232"
style="color:#000000;fill:#99d1db;fill-opacity:1;-inkscape-stroke:none"
d="m 58.706876,37.196675 c -8.26872,2.281804 -14.3738,9.879644 -14.3738,18.855694 0,10.76918 8.78725,19.55643 19.55643,19.55643 10.76918,0 19.55643,-8.78725 19.55643,-19.55643 0,-8.97611 -6.10499,-16.573946 -14.3738,-18.855694 v 5.553144 c 5.32758,2.06373 9.0811,7.22405 9.0811,13.30255 0,7.90935 -6.35438,14.26373 -14.26373,14.26373 -7.90935,0 -14.26373,-6.35438 -14.26373,-14.26373 0,-6.0785 3.75352,-11.23882 9.0811,-13.30255 z" />
<path
style="color:#000000;fill:#99d1db;fill-opacity:1;-inkscape-stroke:none"
d="m 61.243046,30.421516 v 22.277343 h 5.29296 V 30.421516 Z"
id="path1676" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7145"
width="60.973358"
height="60.973358"
x="33.075039"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973366mm"
height="60.973358mm"
viewBox="0 0 60.973366 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-108.87748,-109.73627)">
<path
style="color:#000000;fill:#99d1db;fill-opacity:1;stroke-linejoin:bevel;-inkscape-stroke:none"
d="m 117.79826,139.45209 c 0.0892,12.29581 10.02523,22.16109 22.32031,22.32227 15.763,0.20664 26.63579,-15.02399 19.63376,-29.43392 -0.56586,4.92578 -5.2284,9.79694 -11.92106,9.88925 -5.91731,0.0816 -10.64991,-4.74034 -10.66016,-10.6582 -0.013,-7.49366 4.70888,-11.44215 8.53255,-12.64655 -14.81402,-4.95688 -28.00633,6.61865 -27.9054,20.52715 z m 17.25957,-17.26342 c -1.95893,2.66638 -3.17741,5.89308 -3.17773,9.38282 1.7e-4,8.7777 7.17347,15.94939 15.95117,15.94921 3.49025,-2.8e-4 6.71815,-1.21828 9.38477,-3.17773 -2.51678,6.25058 -9.92356,12.14048 -17.09747,12.14037 -9.43629,-1.1e-4 -17.02943,-7.59495 -17.02929,-17.03125 8e-5,-7.17283 5.71934,-14.74612 11.96855,-17.26342 z"
id="path477" />
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7153"
width="60.973358"
height="60.973358"
x="108.87748"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.56126,-109.74011)">
<g
id="g5679"
transform="translate(0.72398219,-2.325195)"
style="stroke:#81c8be;stroke-opacity:1">
<path
style="fill:none;stroke:#81c8be;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 218.20332,119.53002 v 45.12391"
id="path3332" />
<path
style="fill:none;stroke:#81c8be;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,160.94053 6.72781,-6.68849 6.7643,6.80406"
id="path4135" />
<path
style="fill:none;stroke:#81c8be;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,123.10709 6.72781,6.68848 6.7643,-6.80405"
id="path4137" />
<path
style="fill:none;stroke:#81c8be;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.71435,130.85986 -39.07846,22.56195"
id="path5628" />
<path
style="fill:none;stroke:#81c8be;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 198.44871,145.6708 9.15631,2.48221 -2.51033,9.26008"
id="path5630" />
<path
style="fill:none;stroke:#81c8be;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 231.21343,126.75409 -2.42849,9.17069 9.27463,2.45602"
id="path5632" />
<path
style="fill:none;stroke:#81c8be;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="M 237.66914,153.39571 198.59068,130.83376"
id="path5636" />
<path
style="fill:none;stroke:#81c8be;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 205.20966,126.79614 2.42851,9.1707 -9.27464,2.45603"
id="path5638" />
<path
style="fill:none;stroke:#81c8be;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.97438,145.71287 -9.1563,2.4822 2.51034,9.26008"
id="path5640" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7151"
width="60.973358"
height="60.973358"
x="188.56126"
y="109.74011" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973362mm"
viewBox="0 0 60.973358 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-109.07943,-23.511138)">
<g
id="g5659"
transform="translate(-0.39044182,-0.69607794)">
<rect
style="fill:none;fill-opacity:1;stroke:#81c8be;stroke-width:5.29167;stroke-linecap:butt;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect3004"
width="30.99781"
height="22.635843"
x="124.35956"
y="51.020142" />
<path
style="fill:none;stroke:#81c8be;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 130.40841,45.354103 c 0.33488,-4.879835 2.18883,-11.587617 9.85156,-11.587617 11.44717,0 9.05517,16.10332 9.05517,16.10332"
id="path3006" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7147"
width="60.973358"
height="60.973358"
x="109.07944"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-29.763967,-109.73627)">
<g
id="g5668"
transform="translate(-6.8178377)">
<path
id="rect9038"
style="fill:none;stroke:#81c8be;stroke-width:5.29167;stroke-opacity:1;stop-color:#000000"
d="M 75.298014,134.32508 V 123.37611 H 51.28987 v 32.78134 h 24.008144 v -10.44401" />
<path
style="color:#000000;fill:#81c8be;fill-opacity:1;-inkscape-stroke:none"
d="M 87.585801,137.29255 H 65.308463 v 5.29296 h 22.277338 z"
id="path9040" />
<path
style="fill:none;stroke:#81c8be;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 82.608591,147.27074 7.35604,-7.57781 -7.66369,-7.4394"
id="path9042" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7155"
width="60.973358"
height="60.973358"
x="29.763966"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.27853,-21.568545)">
<g
id="g5663"
transform="translate(0,-7.1572852)">
<path
id="path4345"
style="fill:none;stroke:#81c8be;stroke-width:5.29167;stroke-linecap:butt;stroke-opacity:1;stop-color:#000000"
d="m 211.87221,72.683232 c -7.64028,-3.454455 -11.62091,-11.963591 -9.37597,-20.042421 2.24494,-8.07883 10.04494,-13.314364 18.37211,-12.331789 8.32717,0.982576 14.69436,7.889801 14.99728,16.269267 0.30292,8.379466 -5.68084,18.611236 -18.78339,18.048477" />
<path
style="fill:none;stroke:#81c8be;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 224.8442,80.991104 -9.62308,-4.350951 4.40026,-9.732144"
id="path6553" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7149"
width="60.973358"
height="60.973358"
x="188.27853"
y="21.568546" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973362mm"
height="60.973362mm"
viewBox="0 0 60.973362 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-33.075038,-23.511138)">
<g
id="g5655"
transform="translate(-0.17983404,-0.13175007)">
<path
id="path232"
style="color:#000000;fill:#81c8be;fill-opacity:1;-inkscape-stroke:none"
d="m 58.706876,37.196675 c -8.26872,2.281804 -14.3738,9.879644 -14.3738,18.855694 0,10.76918 8.78725,19.55643 19.55643,19.55643 10.76918,0 19.55643,-8.78725 19.55643,-19.55643 0,-8.97611 -6.10499,-16.573946 -14.3738,-18.855694 v 5.553144 c 5.32758,2.06373 9.0811,7.22405 9.0811,13.30255 0,7.90935 -6.35438,14.26373 -14.26373,14.26373 -7.90935,0 -14.26373,-6.35438 -14.26373,-14.26373 0,-6.0785 3.75352,-11.23882 9.0811,-13.30255 z" />
<path
style="color:#000000;fill:#81c8be;fill-opacity:1;-inkscape-stroke:none"
d="m 61.243046,30.421516 v 22.277343 h 5.29296 V 30.421516 Z"
id="path1676" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7145"
width="60.973358"
height="60.973358"
x="33.075039"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973366mm"
height="60.973358mm"
viewBox="0 0 60.973366 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-108.87748,-109.73627)">
<path
style="color:#000000;fill:#81c8be;fill-opacity:1;stroke-linejoin:bevel;-inkscape-stroke:none"
d="m 117.79826,139.45209 c 0.0892,12.29581 10.02523,22.16109 22.32031,22.32227 15.763,0.20664 26.63579,-15.02399 19.63376,-29.43392 -0.56586,4.92578 -5.2284,9.79694 -11.92106,9.88925 -5.91731,0.0816 -10.64991,-4.74034 -10.66016,-10.6582 -0.013,-7.49366 4.70888,-11.44215 8.53255,-12.64655 -14.81402,-4.95688 -28.00633,6.61865 -27.9054,20.52715 z m 17.25957,-17.26342 c -1.95893,2.66638 -3.17741,5.89308 -3.17773,9.38282 1.7e-4,8.7777 7.17347,15.94939 15.95117,15.94921 3.49025,-2.8e-4 6.71815,-1.21828 9.38477,-3.17773 -2.51678,6.25058 -9.92356,12.14048 -17.09747,12.14037 -9.43629,-1.1e-4 -17.02943,-7.59495 -17.02929,-17.03125 8e-5,-7.17283 5.71934,-14.74612 11.96855,-17.26342 z"
id="path477" />
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7153"
width="60.973358"
height="60.973358"
x="108.87748"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.56126,-109.74011)">
<g
id="g5679"
transform="translate(0.72398219,-2.325195)"
style="stroke:#e5c890;stroke-opacity:1">
<path
style="fill:none;stroke:#e5c890;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 218.20332,119.53002 v 45.12391"
id="path3332" />
<path
style="fill:none;stroke:#e5c890;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,160.94053 6.72781,-6.68849 6.7643,6.80406"
id="path4135" />
<path
style="fill:none;stroke:#e5c890;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,123.10709 6.72781,6.68848 6.7643,-6.80405"
id="path4137" />
<path
style="fill:none;stroke:#e5c890;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.71435,130.85986 -39.07846,22.56195"
id="path5628" />
<path
style="fill:none;stroke:#e5c890;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 198.44871,145.6708 9.15631,2.48221 -2.51033,9.26008"
id="path5630" />
<path
style="fill:none;stroke:#e5c890;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 231.21343,126.75409 -2.42849,9.17069 9.27463,2.45602"
id="path5632" />
<path
style="fill:none;stroke:#e5c890;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="M 237.66914,153.39571 198.59068,130.83376"
id="path5636" />
<path
style="fill:none;stroke:#e5c890;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 205.20966,126.79614 2.42851,9.1707 -9.27464,2.45603"
id="path5638" />
<path
style="fill:none;stroke:#e5c890;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.97438,145.71287 -9.1563,2.4822 2.51034,9.26008"
id="path5640" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7151"
width="60.973358"
height="60.973358"
x="188.56126"
y="109.74011" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973362mm"
viewBox="0 0 60.973358 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-109.07943,-23.511138)">
<g
id="g5659"
transform="translate(-0.39044182,-0.69607794)">
<rect
style="fill:none;fill-opacity:1;stroke:#e5c890;stroke-width:5.29167;stroke-linecap:butt;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect3004"
width="30.99781"
height="22.635843"
x="124.35956"
y="51.020142" />
<path
style="fill:none;stroke:#e5c890;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 130.40841,45.354103 c 0.33488,-4.879835 2.18883,-11.587617 9.85156,-11.587617 11.44717,0 9.05517,16.10332 9.05517,16.10332"
id="path3006" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7147"
width="60.973358"
height="60.973358"
x="109.07944"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-29.763967,-109.73627)">
<g
id="g5668"
transform="translate(-6.8178377)">
<path
id="rect9038"
style="fill:none;stroke:#e5c890;stroke-width:5.29167;stroke-opacity:1;stop-color:#000000"
d="M 75.298014,134.32508 V 123.37611 H 51.28987 v 32.78134 h 24.008144 v -10.44401" />
<path
style="color:#000000;fill:#e5c890;fill-opacity:1;-inkscape-stroke:none"
d="M 87.585801,137.29255 H 65.308463 v 5.29296 h 22.277338 z"
id="path9040" />
<path
style="fill:none;stroke:#e5c890;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 82.608591,147.27074 7.35604,-7.57781 -7.66369,-7.4394"
id="path9042" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7155"
width="60.973358"
height="60.973358"
x="29.763966"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.27853,-21.568545)">
<g
id="g5663"
transform="translate(0,-7.1572852)">
<path
id="path4345"
style="fill:none;stroke:#e5c890;stroke-width:5.29167;stroke-linecap:butt;stroke-opacity:1;stop-color:#000000"
d="m 211.87221,72.683232 c -7.64028,-3.454455 -11.62091,-11.963591 -9.37597,-20.042421 2.24494,-8.07883 10.04494,-13.314364 18.37211,-12.331789 8.32717,0.982576 14.69436,7.889801 14.99728,16.269267 0.30292,8.379466 -5.68084,18.611236 -18.78339,18.048477" />
<path
style="fill:none;stroke:#e5c890;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 224.8442,80.991104 -9.62308,-4.350951 4.40026,-9.732144"
id="path6553" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7149"
width="60.973358"
height="60.973358"
x="188.27853"
y="21.568546" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973362mm"
height="60.973362mm"
viewBox="0 0 60.973362 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-33.075038,-23.511138)">
<g
id="g5655"
transform="translate(-0.17983404,-0.13175007)">
<path
id="path232"
style="color:#000000;fill:#e5c890;fill-opacity:1;-inkscape-stroke:none"
d="m 58.706876,37.196675 c -8.26872,2.281804 -14.3738,9.879644 -14.3738,18.855694 0,10.76918 8.78725,19.55643 19.55643,19.55643 10.76918,0 19.55643,-8.78725 19.55643,-19.55643 0,-8.97611 -6.10499,-16.573946 -14.3738,-18.855694 v 5.553144 c 5.32758,2.06373 9.0811,7.22405 9.0811,13.30255 0,7.90935 -6.35438,14.26373 -14.26373,14.26373 -7.90935,0 -14.26373,-6.35438 -14.26373,-14.26373 0,-6.0785 3.75352,-11.23882 9.0811,-13.30255 z" />
<path
style="color:#000000;fill:#e5c890;fill-opacity:1;-inkscape-stroke:none"
d="m 61.243046,30.421516 v 22.277343 h 5.29296 V 30.421516 Z"
id="path1676" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7145"
width="60.973358"
height="60.973358"
x="33.075039"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973366mm"
height="60.973358mm"
viewBox="0 0 60.973366 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-108.87748,-109.73627)">
<path
style="color:#000000;fill:#e5c890;fill-opacity:1;stroke-linejoin:bevel;-inkscape-stroke:none"
d="m 117.79826,139.45209 c 0.0892,12.29581 10.02523,22.16109 22.32031,22.32227 15.763,0.20664 26.63579,-15.02399 19.63376,-29.43392 -0.56586,4.92578 -5.2284,9.79694 -11.92106,9.88925 -5.91731,0.0816 -10.64991,-4.74034 -10.66016,-10.6582 -0.013,-7.49366 4.70888,-11.44215 8.53255,-12.64655 -14.81402,-4.95688 -28.00633,6.61865 -27.9054,20.52715 z m 17.25957,-17.26342 c -1.95893,2.66638 -3.17741,5.89308 -3.17773,9.38282 1.7e-4,8.7777 7.17347,15.94939 15.95117,15.94921 3.49025,-2.8e-4 6.71815,-1.21828 9.38477,-3.17773 -2.51678,6.25058 -9.92356,12.14048 -17.09747,12.14037 -9.43629,-1.1e-4 -17.02943,-7.59495 -17.02929,-17.03125 8e-5,-7.17283 5.71934,-14.74612 11.96855,-17.26342 z"
id="path477" />
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7153"
width="60.973358"
height="60.973358"
x="108.87748"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-188.56126,-109.74011)">
<g
id="g5679"
transform="translate(0.72398219,-2.325195)"
style="stroke:#1e66f5;stroke-opacity:1">
<path
style="fill:none;stroke:#1e66f5;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 218.20332,119.53002 v 45.12391"
id="path3332" />
<path
style="fill:none;stroke:#1e66f5;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,160.94053 6.72781,-6.68849 6.7643,6.80406"
id="path4135" />
<path
style="fill:none;stroke:#1e66f5;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 211.39716,123.10709 6.72781,6.68848 6.7643,-6.80405"
id="path4137" />
<path
style="fill:none;stroke:#1e66f5;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.71435,130.85986 -39.07846,22.56195"
id="path5628" />
<path
style="fill:none;stroke:#1e66f5;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 198.44871,145.6708 9.15631,2.48221 -2.51033,9.26008"
id="path5630" />
<path
style="fill:none;stroke:#1e66f5;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 231.21343,126.75409 -2.42849,9.17069 9.27463,2.45602"
id="path5632" />
<path
style="fill:none;stroke:#1e66f5;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="M 237.66914,153.39571 198.59068,130.83376"
id="path5636" />
<path
style="fill:none;stroke:#1e66f5;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 205.20966,126.79614 2.42851,9.1707 -9.27464,2.45603"
id="path5638" />
<path
style="fill:none;stroke:#1e66f5;stroke-width:3.96877;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 237.97438,145.71287 -9.1563,2.4822 2.51034,9.26008"
id="path5640" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7151"
width="60.973358"
height="60.973358"
x="188.56126"
y="109.74011" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973362mm"
viewBox="0 0 60.973358 60.973362"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-109.07943,-23.511138)">
<g
id="g5659"
transform="translate(-0.39044182,-0.69607794)">
<rect
style="fill:none;fill-opacity:1;stroke:#1e66f5;stroke-width:5.29167;stroke-linecap:butt;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect3004"
width="30.99781"
height="22.635843"
x="124.35956"
y="51.020142" />
<path
style="fill:none;stroke:#1e66f5;stroke-width:5.29167;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 130.40841,45.354103 c 0.33488,-4.879835 2.18883,-11.587617 9.85156,-11.587617 11.44717,0 9.05517,16.10332 9.05517,16.10332"
id="path3006" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7147"
width="60.973358"
height="60.973358"
x="109.07944"
y="23.511137" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="60.973358mm"
height="60.973358mm"
viewBox="0 0 60.973358 60.973358"
version="1.1"
id="svg8"
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" />
<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
id="layer2"
transform="translate(-29.763967,-109.73627)">
<g
id="g5668"
transform="translate(-6.8178377)">
<path
id="rect9038"
style="fill:none;stroke:#1e66f5;stroke-width:5.29167;stroke-opacity:1;stop-color:#000000"
d="M 75.298014,134.32508 V 123.37611 H 51.28987 v 32.78134 h 24.008144 v -10.44401" />
<path
style="color:#000000;fill:#1e66f5;fill-opacity:1;-inkscape-stroke:none"
d="M 87.585801,137.29255 H 65.308463 v 5.29296 h 22.277338 z"
id="path9040" />
<path
style="fill:none;stroke:#1e66f5;stroke-width:3.96875;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
d="m 82.608591,147.27074 7.35604,-7.57781 -7.66369,-7.4394"
id="path9042" />
</g>
<rect
style="fill:none;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:bevel;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
id="rect7155"
width="60.973358"
height="60.973358"
x="29.763966"
y="109.73627" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

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