Compare commits
76 Commits
2022-07-18
...
2022.11.11
Author | SHA1 | Date | |
---|---|---|---|
|
5046c77bd6 | ||
|
e29a1a274e | ||
|
4e824e9f56 | ||
|
0e076fac7f | ||
|
58606ca472 | ||
|
a5af8575ea | ||
|
b20ba63862 | ||
|
061fb44ddd | ||
|
55ac1ac724 | ||
|
c9ae83a600 | ||
|
f5688629fc | ||
|
68cb491705 | ||
|
b93268c6fd | ||
|
cdd240dc9c | ||
|
6cf3fa4d76 | ||
|
c06518bbaf | ||
|
17ecc60b9f | ||
|
fc490d347d | ||
|
54fb124a51 | ||
|
33246c6edc | ||
|
8356e8e780 | ||
|
0f46f4e43a | ||
|
0d85ac8dba | ||
|
4e803409d3 | ||
|
6f60235e85 | ||
|
aad19a2ce7 | ||
|
e49b26158e | ||
|
5b4fc06e13 | ||
|
b72396f2a4 | ||
|
841ed319b8 | ||
|
fabc522745 | ||
|
0a72043615 | ||
|
fb1dd01f08 | ||
|
962c2fa3ea | ||
|
824b99b860 | ||
|
53fc5f8f8d | ||
|
1fba1be462 | ||
|
ac2053c721 | ||
|
5feeded9ac | ||
|
cd2ea34ee8 | ||
|
afa32746d4 | ||
|
b8f6952ef1 | ||
|
843e1fc596 | ||
|
236587d1e2 | ||
|
e4298f2884 | ||
|
a2827d3acf | ||
|
0c6b55499c | ||
|
e10e1701a7 | ||
|
254adbc85f | ||
|
887f6857d2 | ||
|
ae82a48673 | ||
|
f79089d0a0 | ||
|
40ea6d58cc | ||
|
fce6afba30 | ||
|
e3dd0f55b6 | ||
|
12793e3100 | ||
|
6788302102 | ||
|
a63df3b4d6 | ||
|
152bf52fa9 | ||
|
72496c8af7 | ||
|
51166c064e | ||
|
7f331af3f9 | ||
|
fab50e518e | ||
|
40560a8031 | ||
|
eb2f59f89b | ||
|
e19dd39c92 | ||
|
7da87c16a4 | ||
|
66c4f83969 | ||
|
1da3c69cf5 | ||
|
730026118a | ||
|
ead9cc272f | ||
|
58517f999f | ||
|
947f142ed4 | ||
|
8126472e10 | ||
|
4efa977be1 | ||
|
394cca78dc |
19
.gitignore
vendored
@@ -1,12 +1,13 @@
|
||||
*-temp.scss
|
||||
src/main/cinnamon/cinnamon-light.css
|
||||
src/main/cinnamon/cinnamon-dark.css
|
||||
src/main/gnome-shell/gnome-shell-dark.css
|
||||
src/main/gnome-shell/gnome-shell-light.css
|
||||
src/main/gnome-shell/gnome-shell.css
|
||||
src/main/gtk-3.0/gtk-dark.css
|
||||
src/main/gtk-3.0/gtk.css
|
||||
src/main/gtk-4.0/gtk-light.css
|
||||
src/main/gtk-3.0/gtk-Light.css
|
||||
src/main/gtk-3.0/gtk-Dark.css
|
||||
src/main/gtk-4.0/gtk.css
|
||||
src/main/gtk-4.0/gtk-dark.css
|
||||
src/main/gtk-3.0/gtk-light.css
|
||||
src/main/gtk-4.0/gtk-Light.css
|
||||
src/main/gtk-4.0/gtk-Dark.css
|
||||
src/main/gnome-shell/gnome-shell.css
|
||||
src/main/gnome-shell/gnome-shell-Light.css
|
||||
src/main/gnome-shell/gnome-shell-Dark.css
|
||||
src/main/cinnamon/cinnamon.css
|
||||
src/main/cinnamon/cinnamon-Light.css
|
||||
src/main/cinnamon/cinnamon-Dark.css
|
||||
|
@@ -33,6 +33,12 @@ Run the following commands in the terminal:
|
||||
-t, --theme VARIANT... Specify theme color variant(s) [default|purple|pink|red|orange|yellow|green|teal|grey|all] (Default: blue)
|
||||
-c, --color VARIANT... Specify color variant(s) [standard|light|dark] (Default: All variants)
|
||||
-s, --size VARIANT... Specify size variant [standard|compact] (Default: standard variant)
|
||||
|
||||
-l, --libadwaita Link installed gtk-4.0 theme to config folder for all libadwaita app use this theme
|
||||
|
||||
-r, --remove,
|
||||
-u, --uninstall Uninstall/Remove installed themes or links
|
||||
|
||||
--tweaks Specify versions for tweaks [nord|dracula|black|rimless|normal] (only nord and dracula can not mix use with!)
|
||||
1. nord: Nord ColorScheme version
|
||||
2. dracula Dracula ColorScheme version
|
||||
@@ -53,6 +59,6 @@ Automatically install your host GTK+ theme as a Flatpak. Use this:
|
||||
- [pakitheme](https://github.com/refi64/pakitheme)
|
||||
|
||||
## Firefox theme
|
||||
[Intall Firefox theme](src/other/firefox)
|
||||
[Install Firefox theme](src/other/firefox)
|
||||
|
||||

|
||||
|
@@ -1,55 +0,0 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
ROOT_UID=0
|
||||
DEST_DIR=
|
||||
|
||||
# Destination directory
|
||||
if [ "$UID" -eq "$ROOT_UID" ]; then
|
||||
DEST_DIR="/usr/share/themes"
|
||||
else
|
||||
DEST_DIR="$HOME/.themes"
|
||||
fi
|
||||
|
||||
THEME_NAME=Colloid
|
||||
THEME_VARIANTS=('' '-purple' '-pink' '-red' '-orange' '-yellow' '-green' '-teal' '-grey')
|
||||
COLOR_VARIANTS=('' '-light' '-dark')
|
||||
SIZE_VARIANTS=('' '-compact')
|
||||
TYPE_VARIANTS=('' '-nord' '-dracula')
|
||||
SCREEN_VARIANTS=('' '-hdpi' '-xhdpi')
|
||||
|
||||
clean() {
|
||||
local dest=${1}
|
||||
local name=${2}
|
||||
local theme=${3}
|
||||
local color=${4}
|
||||
local size=${5}
|
||||
local type=${6}
|
||||
local screen=${7}
|
||||
|
||||
local THEME_DIR=${dest}/${name}${theme}${color}${size}${type}${screen}
|
||||
|
||||
if [[ ${theme} == '' && ${color} == '' && ${size} == '' && ${type} == '' ]]; then
|
||||
cleantheme='none'
|
||||
elif [[ -d ${THEME_DIR} ]]; then
|
||||
rm -rf ${THEME_DIR}
|
||||
echo -e "Find: ${THEME_DIR} ! removing it ..."
|
||||
fi
|
||||
}
|
||||
|
||||
clean_theme() {
|
||||
for theme in "${themes[@]-${THEME_VARIANTS[@]}}"; do
|
||||
for color in "${colors[@]-${COLOR_VARIANTS[@]}}"; do
|
||||
for size in "${sizes[@]-${SIZE_VARIANTS[@]}}"; do
|
||||
for type in "${types[@]-${TYPE_VARIANTS[@]}}"; do
|
||||
for screen in "${screens[@]-${SCREEN_VARIANTS[@]}}"; do
|
||||
clean "${dest:-${DEST_DIR}}" "${name:-${THEME_NAME}}" "${theme}" "${color}" "${size}" "${type}" "${screen}"
|
||||
done
|
||||
done
|
||||
done
|
||||
done
|
||||
done
|
||||
}
|
||||
|
||||
clean_theme
|
||||
|
||||
exit 0
|
145
install.sh
@@ -57,6 +57,11 @@ OPTIONS:
|
||||
|
||||
-s, --size VARIANT Specify size variant [standard|compact] (Default: standard variant)
|
||||
|
||||
-l, --libadwaita Link installed gtk-4.0 theme to config folder for all libadwaita app use this theme
|
||||
|
||||
-r, --remove,
|
||||
-u, --uninstall Uninstall/Remove installed themes or links
|
||||
|
||||
--tweaks Specify versions for tweaks [nord|dracula|black|rimless|normal] (only nord and dracula can not mix use with!)
|
||||
1. nord: Nord ColorScheme version
|
||||
2. dracula Dracula ColorScheme version
|
||||
@@ -136,13 +141,6 @@ install() {
|
||||
sassc $SASSC_OPT "${SRC_DIR}/main/gtk-4.0/gtk${color}.scss" "${THEME_DIR}/gtk-4.0/gtk.css"
|
||||
sassc $SASSC_OPT "${SRC_DIR}/main/gtk-4.0/gtk-Dark.scss" "${THEME_DIR}/gtk-4.0/gtk-dark.css"
|
||||
|
||||
# link gtk4.0 for libadwaita
|
||||
mkdir -p "${HOME}/.config/gtk-4.0"
|
||||
rm -rf "${HOME}/.config/gtk-4.0/"{assets,gtk.css,gtk-dark.css}
|
||||
ln -sf "${THEME_DIR}/gtk-4.0/assets" "${HOME}/.config/gtk-4.0/assets"
|
||||
ln -sf "${THEME_DIR}/gtk-4.0/gtk.css" "${HOME}/.config/gtk-4.0/gtk.css"
|
||||
ln -sf "${THEME_DIR}/gtk-4.0/gtk-dark.css" "${HOME}/.config/gtk-4.0/gtk-dark.css"
|
||||
|
||||
mkdir -p "${THEME_DIR}/cinnamon"
|
||||
cp -r "${SRC_DIR}/assets/cinnamon/common-assets" "${THEME_DIR}/cinnamon/assets"
|
||||
cp -r "${SRC_DIR}/assets/cinnamon/assets${ELSE_DARK:-}/"*'.svg' "${THEME_DIR}/cinnamon/assets"
|
||||
@@ -179,6 +177,7 @@ install() {
|
||||
themes=()
|
||||
colors=()
|
||||
sizes=()
|
||||
lcolors=()
|
||||
|
||||
while [[ $# -gt 0 ]]; do
|
||||
case "${1}" in
|
||||
@@ -194,20 +193,31 @@ while [[ $# -gt 0 ]]; do
|
||||
name="${2}"
|
||||
shift 2
|
||||
;;
|
||||
-r|--remove|-u|--uninstall)
|
||||
uninstall="true"
|
||||
shift
|
||||
;;
|
||||
-l|--libadwaita)
|
||||
libadwaita="true"
|
||||
shift
|
||||
;;
|
||||
-c|--color)
|
||||
shift
|
||||
for color in "${@}"; do
|
||||
case "${color}" in
|
||||
standard)
|
||||
colors+=("${COLOR_VARIANTS[0]}")
|
||||
lcolors+=("${COLOR_VARIANTS[0]}")
|
||||
shift
|
||||
;;
|
||||
light)
|
||||
colors+=("${COLOR_VARIANTS[1]}")
|
||||
lcolors+=("${COLOR_VARIANTS[1]}")
|
||||
shift
|
||||
;;
|
||||
dark)
|
||||
colors+=("${COLOR_VARIANTS[2]}")
|
||||
lcolors+=("${COLOR_VARIANTS[2]}")
|
||||
shift
|
||||
;;
|
||||
-*|--*)
|
||||
@@ -308,29 +318,29 @@ while [[ $# -gt 0 ]]; do
|
||||
nord)
|
||||
nord="true"
|
||||
ctype="-Nord"
|
||||
echo -e "Install Nord ColorScheme version! ..."
|
||||
echo -e "Nord ColorScheme version! ..."
|
||||
shift
|
||||
;;
|
||||
dracula)
|
||||
dracula="true"
|
||||
ctype="-Dracula"
|
||||
echo -e "Install Dracula ColorScheme version! ..."
|
||||
echo -e "Dracula ColorScheme version! ..."
|
||||
shift
|
||||
;;
|
||||
black)
|
||||
blackness="true"
|
||||
echo -e "Install Blackness version! ..."
|
||||
echo -e "Blackness version! ..."
|
||||
shift
|
||||
;;
|
||||
rimless)
|
||||
rimless="true"
|
||||
echo -e "Install Rimless version! ..."
|
||||
echo -e "Rimless version! ..."
|
||||
shift
|
||||
;;
|
||||
normal)
|
||||
normal="true"
|
||||
window="-Normal"
|
||||
echo -e "Install Normal window button version! ..."
|
||||
echo -e "Normal window button version! ..."
|
||||
shift
|
||||
;;
|
||||
-*)
|
||||
@@ -364,6 +374,10 @@ if [[ "${#colors[@]}" -eq 0 ]] ; then
|
||||
colors=("${COLOR_VARIANTS[@]}")
|
||||
fi
|
||||
|
||||
if [[ "${#lcolors[@]}" -eq 0 ]] ; then
|
||||
lcolors=("${COLOR_VARIANTS[1]}")
|
||||
fi
|
||||
|
||||
if [[ "${#sizes[@]}" -eq 0 ]] ; then
|
||||
sizes=("${SIZE_VARIANTS[0]}")
|
||||
fi
|
||||
@@ -494,6 +508,73 @@ theme_tweaks() {
|
||||
fi
|
||||
}
|
||||
|
||||
uninstall_link() {
|
||||
rm -rf "${HOME}/.config/gtk-4.0/"{assets,windows-assets,gtk.css,gtk-dark.css} && echo -e "\nUninstall ${HOME}/.config/gtk-4.0 links ..."
|
||||
}
|
||||
|
||||
link_libadwaita() {
|
||||
local dest="${1}"
|
||||
local name="${2}"
|
||||
local theme="${3}"
|
||||
local color="${4}"
|
||||
local size="${5}"
|
||||
local ctype="${6}"
|
||||
|
||||
local THEME_DIR="${1}/${2}${3}${4}${5}${6}"
|
||||
|
||||
rm -rf "${HOME}/.config/gtk-4.0/"{assets,gtk.css,gtk-dark.css}
|
||||
|
||||
echo -e "\nLink '$THEME_DIR/gtk-4.0' to '${HOME}/.config/gtk-4.0' for libadwaita..."
|
||||
|
||||
mkdir -p "${HOME}/.config/gtk-4.0"
|
||||
ln -sf "${THEME_DIR}/gtk-4.0/assets" "${HOME}/.config/gtk-4.0/assets"
|
||||
ln -sf "${THEME_DIR}/gtk-4.0/gtk.css" "${HOME}/.config/gtk-4.0/gtk.css"
|
||||
ln -sf "${THEME_DIR}/gtk-4.0/gtk-dark.css" "${HOME}/.config/gtk-4.0/gtk-dark.css"
|
||||
}
|
||||
|
||||
link_theme() {
|
||||
for theme in "${themes[@]}"; do
|
||||
for color in "${lcolors[@]}"; do
|
||||
for size in "${sizes[@]}"; do
|
||||
link_libadwaita "${dest:-$DEST_DIR}" "${_name:-$THEME_NAME}" "$theme" "$color" "$size" "$ctype"
|
||||
done
|
||||
done
|
||||
done
|
||||
}
|
||||
|
||||
clean() {
|
||||
local dest="${1}"
|
||||
local name="${2}"
|
||||
local theme="${3}"
|
||||
local color="${4}"
|
||||
local size="${5}"
|
||||
local type="${6}"
|
||||
local screen="${7}"
|
||||
|
||||
local THEME_DIR="${1}/${2}${3}${4}${5}${6}${7}"
|
||||
|
||||
if [[ ${theme} == '' && ${color} == '' && ${size} == '' && ${type} == '' ]]; then
|
||||
cleantheme='none'
|
||||
elif [[ -d ${THEME_DIR} ]]; then
|
||||
rm -rf ${THEME_DIR}
|
||||
echo -e "Find: ${THEME_DIR} ! removing it ..."
|
||||
fi
|
||||
}
|
||||
|
||||
clean_theme() {
|
||||
for theme in '' '-purple' '-pink' '-red' '-orange' '-yellow' '-green' '-teal' '-grey'; do
|
||||
for color in '' '-light' '-dark'; do
|
||||
for size in '' '-compact'; do
|
||||
for type in '' '-nord' '-dracula'; do
|
||||
for screen in '' '-hdpi' '-xhdpi'; do
|
||||
clean "${dest:-${DEST_DIR}}" "${name:-${THEME_NAME}}" "${theme}" "${color}" "${size}" "${type}" "${screen}"
|
||||
done
|
||||
done
|
||||
done
|
||||
done
|
||||
done
|
||||
}
|
||||
|
||||
install_theme() {
|
||||
for theme in "${themes[@]}"; do
|
||||
for color in "${colors[@]}"; do
|
||||
@@ -509,9 +590,45 @@ install_theme() {
|
||||
fi
|
||||
}
|
||||
|
||||
./clean-old-theme.sh
|
||||
uninstall() {
|
||||
local dest="${1}"
|
||||
local name="${2}"
|
||||
local theme="${3}"
|
||||
local color="${4}"
|
||||
local size="${5}"
|
||||
local ctype="${6}"
|
||||
|
||||
install_package && tweaks_temp && gnome_shell_version && install_theme
|
||||
local THEME_DIR="${1}/${2}${3}${4}${5}${6}"
|
||||
|
||||
if [[ -d "${THEME_DIR}" ]]; then
|
||||
echo -e "Uninstall ${THEME_DIR}... "
|
||||
rm -rf "${THEME_DIR}"
|
||||
fi
|
||||
}
|
||||
|
||||
uninstall_theme() {
|
||||
for theme in "${themes[@]}"; do
|
||||
for color in "${colors[@]}"; do
|
||||
for size in "${sizes[@]}"; do
|
||||
uninstall "${dest:-$DEST_DIR}" "${_name:-$THEME_NAME}" "$theme" "$color" "$size" "$ctype"
|
||||
done
|
||||
done
|
||||
done
|
||||
}
|
||||
|
||||
if [[ "$uninstall" == 'true' ]]; then
|
||||
if [[ "$libadwaita" == 'true' ]]; then
|
||||
echo -e "\nUninstall ${HOME}/.config/gtk-4.0 links ..."
|
||||
uninstall_link
|
||||
else
|
||||
echo && uninstall_theme && uninstall_link
|
||||
fi
|
||||
else
|
||||
clean_theme && install_package && tweaks_temp && gnome_shell_version && install_theme
|
||||
if [[ "$libadwaita" == 'true' ]]; then
|
||||
uninstall_link && link_theme
|
||||
fi
|
||||
fi
|
||||
|
||||
echo
|
||||
echo Done.
|
||||
|
@@ -1,4 +1,69 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#ffffff" opacity=".35" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="9.98" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg1878"
|
||||
sodipodi:docname="toggle-off.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs1882">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter1830"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur1832" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview1880"
|
||||
pagecolor="#4d4d4d"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#6b6b6b"
|
||||
showgrid="false"
|
||||
inkscape:zoom="4.17193"
|
||||
inkscape:cx="-13.662741"
|
||||
inkscape:cy="-9.2283427"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg1878" />
|
||||
<rect
|
||||
x="0"
|
||||
y="0"
|
||||
width="46"
|
||||
height="24"
|
||||
rx="12"
|
||||
ry="12"
|
||||
id="rect2"
|
||||
style="opacity:0.45;fill:#ffffff" />
|
||||
<circle
|
||||
cx="12"
|
||||
cy="13"
|
||||
r="9"
|
||||
id="circle1465"
|
||||
style="opacity:0.1;fill:#000000;filter:url(#filter1830)" />
|
||||
<circle
|
||||
cx="12"
|
||||
cy="12.089559"
|
||||
r="9"
|
||||
id="circle4"
|
||||
style="fill:#ffffff" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 1.7 KiB |
@@ -1,4 +1,73 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#000000" opacity=".35" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="9.98" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg1266"
|
||||
sodipodi:docname="toggle-off.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs1270">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter1830"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur1832" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview1268"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="-29.722455"
|
||||
inkscape:cy="-10.007359"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg1266">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid1463" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="0"
|
||||
width="46"
|
||||
height="24"
|
||||
rx="12"
|
||||
ry="12"
|
||||
id="rect2"
|
||||
style="fill:#000000;opacity:0.35" />
|
||||
<circle
|
||||
cx="12"
|
||||
cy="13"
|
||||
r="9"
|
||||
id="circle1465"
|
||||
style="fill:#000000;filter:url(#filter1830);opacity:0.15" />
|
||||
<circle
|
||||
cx="12"
|
||||
cy="12.089559"
|
||||
r="9"
|
||||
id="circle4"
|
||||
style="fill:#ffffff" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 1.8 KiB |
@@ -124,10 +124,12 @@ for theme in '' '-Purple' '-Pink' '-Red' '-Orange' '-Yellow' '-Green' '-Teal' '-
|
||||
fi
|
||||
|
||||
if [[ "$type" != '' ]]; then
|
||||
rm -rf "theme${theme}${type}"
|
||||
cp -rf "theme" "theme${theme}${type}"
|
||||
sed -i "s/#3c84f7/${theme_color_dark}/g" "theme${theme}${type}"/*.svg
|
||||
sed -i "s/#5b9bf8/${theme_color_light}/g" "theme${theme}${type}"/*.svg
|
||||
elif [[ "$theme" != '' ]]; then
|
||||
rm -rf "theme${theme}"
|
||||
cp -rf "theme" "theme${theme}"
|
||||
sed -i "s/#3c84f7/${theme_color_dark}/g" "theme${theme}"/*.svg
|
||||
sed -i "s/#5b9bf8/${theme_color_light}/g" "theme${theme}"/*.svg
|
||||
|
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#bd93f9" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#a679ec"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#bd93f9;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#a679ec" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#a679ec"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#50fa7b" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#4be772"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#50fa7b;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#4be772" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#4be772"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#a0c082" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#82ac5d"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#a0c082;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#82ac5d" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#82ac5d"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#66BB6A" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#4CAF50"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#66BB6A;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#4CAF50" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#4CAF50"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#d9dae3" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#3c3f51"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#d9dae3;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#3c3f51" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#3c3f51"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#d9dce3" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#3a4150"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#d9dce3;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#3a4150" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#3a4150"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#DDDDDD" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#464646"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#DDDDDD;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#464646" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#464646"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#89a3c2" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#5e81ac"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#89a3c2;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#5e81ac" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#5e81ac"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#ffb86c" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#f8a854"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#ffb86c;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#f8a854" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#f8a854"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#dca493" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#d0846c"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#dca493;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#d0846c" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#d0846c"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#FB8C00" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#F57C00"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#FB8C00;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#F57C00" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#F57C00"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#ff79c6" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#f04cab"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#ff79c6;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#f04cab" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#f04cab"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#dc98b1" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#cd7092"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#dc98b1;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#cd7092" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#cd7092"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#F06292" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#EC407A"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#F06292;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#EC407A" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#EC407A"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#bd93f9" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#a679ec"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#bd93f9;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#a679ec" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#a679ec"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#c89dbf" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#b57daa"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#c89dbf;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#b57daa" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#b57daa"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#BA68C8" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#AB47BC"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#BA68C8;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#AB47BC" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#AB47BC"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#ff5555" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#f44d4d"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#ff5555;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#f44d4d" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#f44d4d"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#d4878f" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#c35b65"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#d4878f;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#c35b65" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#c35b65"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#F44336" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#E53935"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#F44336;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#E53935" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#E53935"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#50fae9" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#20eed9"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#50fae9;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#20eed9" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#20eed9"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#83b9b8" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#63a6a5"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#83b9b8;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#63a6a5" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#63a6a5"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#4DB6AC" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#009688"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#4DB6AC;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#009688" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#009688"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#f1fa8c" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#e8f467"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#f1fa8c;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#e8f467" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#e8f467"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#eac985" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#e4b558"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#eac985;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#e4b558" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#e4b558"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#FFD600" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#FBC02D"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#FFD600;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#FBC02D" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#FBC02D"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#5b9bf8" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#3c84f7"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#5b9bf8;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#3c84f7" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#3c84f7"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,69 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#ffffff" opacity=".45" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="10" cy="9.98" r="9" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg1878"
|
||||
sodipodi:docname="toggle-off.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs1882">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter1830"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur1832" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview1880"
|
||||
pagecolor="#4d4d4d"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#6b6b6b"
|
||||
showgrid="false"
|
||||
inkscape:zoom="4.17193"
|
||||
inkscape:cx="-13.662741"
|
||||
inkscape:cy="-9.2283427"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg1878" />
|
||||
<rect
|
||||
x="0"
|
||||
y="0"
|
||||
width="46"
|
||||
height="24"
|
||||
rx="12"
|
||||
ry="12"
|
||||
id="rect2"
|
||||
style="opacity:0.45;fill:#ffffff" />
|
||||
<circle
|
||||
cx="12"
|
||||
cy="13"
|
||||
r="9"
|
||||
id="circle1465"
|
||||
style="opacity:0.1;fill:#000000;filter:url(#filter1830)" />
|
||||
<circle
|
||||
cx="12"
|
||||
cy="12.089559"
|
||||
r="9"
|
||||
id="circle4"
|
||||
style="fill:#ffffff" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 371 B After Width: | Height: | Size: 1.7 KiB |
@@ -1,4 +1,73 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#000000" opacity=".5" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="10" cy="9.98" r="9" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg1266"
|
||||
sodipodi:docname="toggle-off.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs1270">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter1830"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur1832" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview1268"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="-29.722455"
|
||||
inkscape:cy="-10.007359"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg1266">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid1463" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="0"
|
||||
width="46"
|
||||
height="24"
|
||||
rx="12"
|
||||
ry="12"
|
||||
id="rect2"
|
||||
style="fill:#000000;opacity:0.35" />
|
||||
<circle
|
||||
cx="12"
|
||||
cy="13"
|
||||
r="9"
|
||||
id="circle1465"
|
||||
style="fill:#000000;filter:url(#filter1830);opacity:0.15" />
|
||||
<circle
|
||||
cx="12"
|
||||
cy="12.089559"
|
||||
r="9"
|
||||
id="circle4"
|
||||
style="fill:#ffffff" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 370 B After Width: | Height: | Size: 1.8 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#bd93f9" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#a679ec"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#bd93f9;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#a679ec" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#a679ec"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#50fa7b" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#4be772"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#50fa7b;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#4be772" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#4be772"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#a0c082" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#82ac5d"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#a0c082;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#82ac5d" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#82ac5d"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#66BB6A" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#4CAF50"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#66BB6A;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#4CAF50" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#4CAF50"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#d9dae3" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#3c3f51"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#d9dae3;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#3c3f51" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#3c3f51"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#d9dce3" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#3a4150"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#d9dce3;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#3a4150" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#3a4150"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#DDDDDD" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#464646"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#DDDDDD;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#464646" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#464646"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#89a3c2" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#5e81ac"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#89a3c2;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#5e81ac" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#5e81ac"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#ffb86c" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#f8a854"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#ffb86c;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#f8a854" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#f8a854"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#dca493" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#d0846c"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#dca493;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#d0846c" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#d0846c"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#FB8C00" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#F57C00"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#FB8C00;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#F57C00" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#F57C00"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#ff79c6" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#f04cab"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#ff79c6;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#f04cab" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#f04cab"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#dc98b1" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#cd7092"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#dc98b1;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#cd7092" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#cd7092"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#F06292" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#EC407A"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#F06292;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#EC407A" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#EC407A"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#bd93f9" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#a679ec"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#bd93f9;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#a679ec" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#a679ec"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#c89dbf" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#b57daa"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#c89dbf;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#b57daa" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#b57daa"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#BA68C8" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#AB47BC"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#BA68C8;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#AB47BC" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#AB47BC"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#ff5555" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#f44d4d"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#ff5555;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,81 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#f44d4d" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="toggle-on.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs10">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview8"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="true"
|
||||
inkscape:zoom="5.9"
|
||||
inkscape:cx="18.38983"
|
||||
inkscape:cy="-12.79661"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid340"
|
||||
originx="0"
|
||||
originy="0" />
|
||||
</sodipodi:namedview>
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#f44d4d"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#000000;filter:url(#filter898);opacity:0.15"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 2.0 KiB |
@@ -1,4 +1,75 @@
|
||||
<svg width="40" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect transform="scale(-1,1)" x="-40" y="-.019988" width="40" height="20" rx="10" ry="10" fill="#d4878f" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<circle cx="30" cy="9.98" r="8.98" fill="#ffffff" stroke-width="0" style="paint-order:stroke fill markers"/>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="46"
|
||||
height="24"
|
||||
version="1.1"
|
||||
id="svg160"
|
||||
sodipodi:docname="toggle-on-dark.svg"
|
||||
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs164">
|
||||
<filter
|
||||
inkscape:collect="always"
|
||||
style="color-interpolation-filters:sRGB"
|
||||
id="filter898"
|
||||
x="-0.108"
|
||||
y="-0.108"
|
||||
width="1.216"
|
||||
height="1.216">
|
||||
<feGaussianBlur
|
||||
inkscape:collect="always"
|
||||
stdDeviation="0.81"
|
||||
id="feGaussianBlur900" />
|
||||
</filter>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="namedview162"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
showgrid="false"
|
||||
inkscape:zoom="8.34386"
|
||||
inkscape:cx="21.093355"
|
||||
inkscape:cy="12.164634"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1012"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="32"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg160" />
|
||||
<rect
|
||||
x="0"
|
||||
y="-0.019988"
|
||||
width="46"
|
||||
height="24.019987"
|
||||
rx="12.009994"
|
||||
ry="12.009994"
|
||||
fill="#c35b65"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers;fill:#d4878f;fill-opacity:1"
|
||||
id="rect2" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="13"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="opacity:0.15;fill:#000000;paint-order:stroke fill markers;filter:url(#filter898)"
|
||||
id="circle342" />
|
||||
<circle
|
||||
cx="34"
|
||||
cy="12"
|
||||
r="9"
|
||||
fill="#ffffff"
|
||||
stroke-width="0"
|
||||
style="paint-order:stroke fill markers"
|
||||
id="circle4" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 1.9 KiB |