Fixed #18 Distro logo on top bar

This commit is contained in:
vinceliuice
2023-06-21 23:22:25 +08:00
parent 937db1e130
commit b1b67d9470
35 changed files with 80 additions and 6 deletions

View File

@@ -40,8 +40,9 @@ Run the following commands in the terminal:
-d, --dest DIR Specify destination directory (Default: $HOME/.themes)
-n, --name NAME Specify theme name (Default: Lavanda)
-t, --theme VARIANT Specify theme variant [standard|sea] (Default: all variants)
-c, --color VARIANT... Specify color variant(s) [standard|light|dark] (Default: All variants)
-s, --size VARIANT... Specify size variant [standard|compact] (Default: standard variant)
-c, --color VARIANT Specify color variant(s) [standard|light|dark] (Default: All variants)
-s, --size VARIANT Specify size variant [standard|compact] (Default: standard variant)
-i, --icon VARIANT Specify logo icon on nautilus [default|apple|manjaro|ubuntu|fedora|debian|arch|gnome|budgie|popos|gentoo|void|zorin|mxlinux|opensuse|tux] (Default: dot icon)
-l, --libadwaita Link installed gtk-4.0 theme to config folder for all libadwaita app use this theme

View File

@@ -20,6 +20,8 @@ COLOR_VARIANTS=('' '-Light' '-Dark')
SIZE_VARIANTS=('' '-Compact')
THEME_VARIANTS=('' '-Sea')
icon='default'
if [[ "$(command -v gnome-shell)" ]]; then
gnome-shell --version
SHELL_VERSION="$(gnome-shell --version | cut -d ' ' -f 3 | cut -d . -f -1)"
@@ -52,6 +54,8 @@ OPTIONS:
-s, --size VARIANT Specify size variant [standard|compact] (Default: standard variant)
-i, --icon VARIANT Specify logo icon on nautilus [default|apple|manjaro|ubuntu|fedora|debian|arch|gnome|budgie|popos|gentoo|void|zorin|mxlinux|opensuse|tux] (Default: dot icon)
-l, --libadwaita Link installed gtk-4.0 theme to config folder for all libadwaita app use this theme
-r, --remove,
@@ -67,6 +71,7 @@ install() {
local theme="${3}"
local color="${4}"
local size="${5}"
local icon="${6}"
[[ "${color}" == '-Light' ]] && local ELSE_LIGHT="${color}"
[[ "${color}" == '-Dark' ]] && local ELSE_DARK="${color}"
@@ -100,6 +105,14 @@ install() {
cp -r "${SRC_DIR}/assets/gnome-shell/assets${ELSE_DARK:-}/"*.svg "${THEME_DIR}/gnome-shell/assets"
cp -r "${SRC_DIR}/assets/gnome-shell/theme-assets${theme}/"*.svg "${THEME_DIR}/gnome-shell/assets"
if [[ -f "${SRC_DIR}/assets/gnome-shell/activities${ELSE_DARK:-}/activities-${icon}.svg" ]] ; then
cp -r "${SRC_DIR}/assets/gnome-shell/activities${ELSE_DARK:-}/activities-${icon}.svg" "${THEME_DIR}/gnome-shell/assets/activities.svg"
cp -r "${SRC_DIR}/assets/gnome-shell/activities-Dark/activities-${icon}.svg" "${THEME_DIR}/gnome-shell/assets/activities-white.svg"
else
echo "${icon} icon not supported, default icon will install..."
cp -r "${SRC_DIR}/assets/gnome-shell/activities${ELSE_DARK:-}/activities-default.svg" "${THEME_DIR}/gnome-shell/assets/activities.svg"
fi
cd "${THEME_DIR}/gnome-shell"
ln -s assets/no-events.svg no-events.svg
ln -s assets/process-working.svg process-working.svg
@@ -177,6 +190,11 @@ while [[ $# -gt 0 ]]; do
name="${2}"
shift 2
;;
-i|--icon)
icon="${2}"
echo "Installing ${icon} icon on panel..."
shift 2
;;
-r|--remove|-u|--uninstall)
uninstall="true"
shift
@@ -359,7 +377,7 @@ install_theme() {
for theme in "${themes[@]}"; do
for color in "${colors[@]}"; do
for size in "${sizes[@]}"; do
install "${dest:-$DEST_DIR}" "${_name:-$THEME_NAME}" "$theme" "$color" "$size"
install "${dest:-$DEST_DIR}" "${_name:-$THEME_NAME}" "$theme" "$color" "$size" "$icon"
done
done
done

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" style="display:inline;enable-background:new" version="1.0"><path d="M29.3 263.776c1.242-1.547 2.084-3.647 1.852-5.776-1.789.075-4.017 1.242-5.308 2.743-1.14 1.332-2.153 3.509-1.89 5.56 2.006.15 4.062-1.015 5.347-2.527zm4.526 13.375c-.043-4.553 3.725-6.763 3.896-6.869-2.132-3.11-5.438-3.533-6.603-3.571-2.778-.283-5.467 1.67-6.884 1.67-1.443-.001-3.62-1.636-5.966-1.59-3.024.045-5.855 1.796-7.405 4.507-3.191 5.542-.812 13.68 2.252 18.148 1.536 2.2 3.324 4.648 5.67 4.551 2.294-.087 3.15-1.456 5.922-1.456 2.744 0 3.548 1.456 5.942 1.41 2.464-.041 4.013-2.204 5.495-4.413 1.765-2.52 2.478-4.99 2.507-5.12-.055-.021-4.776-1.816-4.826-7.267z" style="fill:#fff;opacity:.8" transform="translate(0 -252)"/></svg>

After

Width:  |  Height:  |  Size: 770 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" style="display:inline;enable-background:new" version="1.0"><g style="display:inline"><path d="M23.998 258c-1.603 3.928-2.568 6.5-4.354 10.31 1.093 1.16 2.436 2.508 4.618 4.038-2.343-.965-3.946-1.934-5.14-2.942C16.837 274.172 13.261 280.957 6 294c5.706-3.29 10.132-5.323 14.252-6.096a10.447 10.445 0 0 1-.268-2.445l.004-.183c.094-3.656 1.994-6.466 4.248-6.275 2.253.192 4 3.312 3.912 6.964a10.32 10.318 0 0 1-.23 1.964c4.077.8 8.453 2.823 14.082 6.071-1.11-2.04-2.1-3.881-3.049-5.637-1.488-1.157-3.044-2.657-6.211-4.286 2.176.566 3.741 1.22 4.953 1.952-9.618-17.907-10.396-20.287-13.695-28.029z" style="fill:#fff;fill-opacity:1;fill-rule:evenodd;stroke-width:7.55919552;opacity:.8" transform="translate(0 -252)"/></g></svg>

After

Width:  |  Height:  |  Size: 785 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><path fill="#fff" d="M24.002 6A17.998 17.998 0 0 0 6 24.002 17.998 17.998 0 0 0 24.002 42 17.998 17.998 0 0 0 42 24.002 17.998 17.998 0 0 0 24.002 6Zm4.813 4.21c.51-.01.931.05 1.433.131 1.837.298 3.606 1.475 4.728 3.423 1.518 2.627 1.16 5.952-.536 7.78-.922.851-1.118.915-1.688 1.302.391-.612.46-.731.553-1.297-.021-.315-.013-.446-.179-.872a2.279 2.279 0 0 0-1.02-1.1 3.682 3.682 0 0 0-1.586-.315c-.319 0-.514-.009-.944.055-1.973.544-4.184-.213-5.221-2.016-1.242-2.15-.34-5.004 1.888-6.288a5.315 5.315 0 0 1 2.028-.761c.195-.026.374-.034.544-.043zm-13.09 5.863c.318.008.628.05.934.123 1.195.37 1.348.506 1.969.808-.723-.03-.863-.034-1.399.17-.263.174-.382.234-.663.59a2.279 2.279 0 0 0-.446 1.434 3.682 3.682 0 0 0 .518 1.53c.162.277.251.451.523.787 1.459 1.441 1.905 3.733.863 5.531-1.241 2.156-4.166 2.794-6.39 1.51a5.315 5.315 0 0 1-1.671-1.378 6.412 6.412 0 0 1-.915-1.76c-.663-1.735-.527-3.856.596-5.804 1.33-2.3 3.84-3.626 6.075-3.546Zm13.902 11.585c2.488 0 4.503 2.211 4.503 4.784 0 .757-.072 1.47-.357 2.134-.31.723-.638 1.14-1.063 1.667-1.174 1.445-3.083 2.385-5.332 2.385-3.032 0-5.74-1.973-6.467-4.358-.276-1.22-.234-1.42-.28-2.109.335.646.4.765.841 1.122.285.145.396.213.847.285a2.296 2.296 0 0 0 1.462-.336 3.67 3.67 0 0 0 1.067-1.211c.158-.277.268-.443.425-.846.51-1.982 2.28-3.512 4.359-3.512z" style="opacity:.8"/></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" style="display:inline;enable-background:new" version="1.0"><g style="display:inline"><path d="M24 282a18 18 0 0 0-18 18 18 18 0 0 0 18 18 18 18 0 0 0 18-18 18 18 0 0 0-18-18Zm-.293 6c-.196.108-.385.189-.566.316.73-.172.696.076 1.441-.023-.26.04-.578.14-.527.18.836.096.963-.258 1.734 0l-.05-.227c1.076.386 1.3.32 2.464.938.408.022.451-.25 1.067 0 .11.192-.022.226.738.68.085-.035-.156-.253-.34-.423 1.525.817 3.187 2.559 3.691 4.418-.473-.87-.046.443-.21.375A10.133 10.133 0 0 1 33.64 296c-.142-.499-.448-1.7-.98-2.477-.046.502-.695-.344-.34.758.269.391.054-.397.386.297.006.332.13.66.207 1.09-.116-.02-.255-.475-.34-.348.116.542.305.821.38.864-.04.09-.133-.084-.141.285.045.847.237.487.328.527-.094.417-.466.908-.282 1.625-.053-.218-.155-.438-.234-.644-.074.612.135.733-.148 1.476.204-.669.18-1.272-.012-.98.085.95-.751 1.677-.66 2.28l-.242-.335c-.66.952-.013.523-.461 1.246.164-.283-.09-.114.125-.437-.142.008-.636.605-1.086.957-1.772 1.417-3.884 1.605-5.93.84-.08.065.363.411.691.581.78.287 1.661.302 2.356.274-1.502.63-4.362-.635-5.297-2.313.213.046.936 1.18 1.48 1.364-.32-.258-.568-.585-.8-.922a4.705 4.705 0 0 0 1.539 1.176c-.019-.071.02-.113.03-.16.011-.048-.007-.1-.144-.192-1.734-1.33-2.763-2.459-2.406-5.078.264-.198.335-1.29.942-1.672.368-.816 1.479-1.572 2.664-1.59 1.21-.065 2.232.645 2.742 1.317-.93-.87-2.462-1.132-3.766-.489-1.332.601-2.117 2.068-2.004 3.528.048-.071.09-.026.114-.207-.04 2.84 3.062 4.92 5.293 3.87l.027.063c.907-.246.793-.454 1.383-.86-.046.094-.398.34-.188.34.286-.076 1.187-.907 1.63-1.304.203-.437-.109-.236.175-.79l.348-.167c.192-.556.404-.87.378-1.52l-.203.426c.298-.901.13-1.879.172-2.726l-.086-.024c-.07-2.131-1.914-4.398-3.558-5.164-1.412-.655-3.587-.764-4.59-.273.136-.122.687-.176.52-.27-1.574.156-1.219.55-2.426.86-.33.32.966-.258.27.156-.647.178-.953-.113-1.911.879.085.142.611-.406.172.144-.902-.11-2.848 2.058-3.262 2.778l.215.039c-.354.89-.82 1.455-.883 1.988-.09 1.31-.549 3.696.086 4.43l-.062.613c.085.176.154.351.261.516l-.14.011c.669 2.106.719.039 1.597 2.227-.127-.043-.255-.089-.445-.344-.02.196.276.771.625 1.219l-.152.172c.198.354.375.429.511.55-.725-.396.676 1.31.801 1.528l.11-.2c-.015.284.207.65.62 1.16l.344-.01c.142.283.665.789.977.812l-.211.273c.794.25.388.333 1.363.676l-.199-.344c.499.428.648.804 1.348 1.133.972.337 1.102.209 2.097.492-.844-.025-1.835-.013-2.504-.254-4.557-1.233-8.728-6.578-8.421-12.086-.074-1.114.11-2.51-.075-2.785.261-.85.562-1.884 1.168-3.117-.045-.08.102.242.41-.285.188-.411.34-.865.575-1.262l.125-.027c.119-.706 1.644-1.788 2.097-2.332l.032.207c.989-.927 2.754-1.55 3.746-1.993-.261.29.586-.03 1.195-.066z" style="fill:#fff;fill-opacity:1;stroke-width:7.5592;paint-order:stroke markers fill;opacity:.8" transform="translate(0 -276)"/></g></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><g transform="translate(0 -1029.862)"><circle cx="8" cy="1053.862" r="4" style="opacity:.8;fill:#fff;fill-opacity:1;stroke:none;stroke-width:2;stroke-opacity:1"/><circle cx="24" cy="1053.862" r="4" style="opacity:.8;fill:#fff;fill-opacity:1;stroke:none;stroke-width:2;stroke-opacity:1"/><circle cx="40" cy="1053.862" r="4" style="opacity:.8;fill:#fff;fill-opacity:1;stroke:none;stroke-width:2;stroke-opacity:1"/></g></svg>

After

Width:  |  Height:  |  Size: 485 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" style="display:inline;enable-background:new" version="1.0"><g style="display:inline"><path d="M24.01 282c-9.94 0-17.99 8.052-18.007 17.992H6v13.928h.003a4.09 4.09 0 0 0 4.09 4.08h13.918C33.953 317.994 42 309.943 42 300.008c0-9.94-8.057-17.992-18.006-17.992zm3.657 7.409c3.023 0 5.877 2.313 5.877 5.505 0 .296.001.592-.047.928-.084.849-.86 1.459-1.705 1.34a1.503 1.503 0 0 1-1.263-1.764c.015-.095.02-.246.02-.505 0-1.81-1.482-2.508-2.882-2.508-1.4 0-2.663 1.177-2.664 2.509.024 1.54 0 3.067 0 4.605l2.599-.02c2.029-.042 2.052 3.012.023 2.998l-2.622.02c-.006 1.239.01 1.015.003 1.639 0 0 .022 1.515-.023 2.662-.314 3.373-3.186 6.068-6.638 6.068-3.66 0-6.673-2.989-6.673-6.655.11-3.77 3.118-6.737 6.907-6.702l2.114-.018v2.992l-2.114.02h-.011c-2.082.062-3.867 1.475-3.9 3.704a3.658 3.658 0 0 0 3.678 3.658c2.035 0 3.663-1.48 3.663-3.654l-.003-11.335c0-.21.007-.377.03-.61.344-2.772 2.825-4.884 5.633-4.884z" style="fill:#fff;fill-opacity:1;stroke-width:7.56025;opacity:.8" transform="translate(0 -276)"/></g></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" version="1.0"><path fill="#fff" fill-rule="evenodd" d="M20.269 6.012c-7.76.369-13.837 7.376-13.532 11.19.304 3.71 9.74 6.967 9.634 7.078-1.928 1.623-3.206 2.72-4.817 4.19-3.874 3.527-6.552 6.14-5.199 9.813 1.571 4.235 4.993 4.06 9.017 3.276 10.397-2.045 27.477-15.12 26.595-19.944-.715-3.903-10.256-11.618-15.91-14.384a12.05 12.05 0 0 0-5.813-1.219m1.629 6.697c.972-.1 2.097.153 3.363.762 2.755 1.324 5.608 4.844 0 6.848-1.524.533-6.406-1.312-6.265-3.878.13-2.38 1.283-3.593 2.902-3.732" style="stroke-width:2.25029;opacity:.8"/></svg>

After

Width:  |  Height:  |  Size: 598 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" style="display:inline;enable-background:new" version="1.0"><g style="display:inline"><path d="M35.469 282c-7.109 0-8.44 10.8-4.443 10.8S42.578 282 35.469 282zm-11.284 1.225c-4.065.573-2.636 8.231-.468 8.376 2.16.14 4.537-8.946.468-8.376zm-7.356 2.38a2.492 2.492 0 0 0-.667.17c-3.806 1.446-.579 7.407 1.556 7.008 1.998-.379 2.228-7.48-.885-7.173zm-5 4.797a2.02 2.02 0 0 0-1.101.314c-3.13 1.845 1.054 6.301 2.891 5.613 1.616-.608.587-5.86-1.79-5.932zm14.592 3.6c-5.6-.101-12.99 2.841-14.248 8.743C10.81 309.135 17.79 318 25.078 318c3.584 0 7.717-3.389 8.49-7.679.591-3.27-7.432-1.956-7.16.204.221 1.77-.705 2.687-1.981 2.721-1.743-.212-2.594-1.22-2.827-2.742-.31-3.988 12.262-6.837 11.267-13.023-.366-2.266-3.083-3.419-6.446-3.478z" style="fill:#fff;fill-opacity:1;stroke-width:7.5592;opacity:.8" transform="translate(0 -276)"/></g></svg>

After

Width:  |  Height:  |  Size: 899 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" style="display:inline;enable-background:new" version="1.0"><g style="display:inline"><path d="M32 282.008v36h10v-36zm-26 .021v10.659h.006l-.002 1.252c-.001.021-.004.041-.004.063v7.001c0 .035.002.068.006.102v16.902h10v-20.005H16v-6h13.998v-9.974zm11.998 11.974-.002 24.005h12.002L30 294.003Z" style="fill:#fff;fill-opacity:1;fill-rule:evenodd;stroke-width:5.67002;opacity:.8" transform="translate(0 -276)"/></g></svg>

After

Width:  |  Height:  |  Size: 479 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><path fill="#fff" d="M24 6C14.028 6 6 14.028 6 24s8.028 18 18 18 18-8.028 18-18S33.972 6 24 6Zm-5.182 8.333 6.18 6.954 5.911-6.954 1.152 1.151-5.972 7.028 4.153 4.673.667-.76 5.758 6.908H11.333l8.637-9.787 1.618 1.752 1.284-1.51-6.357-7.153zm5.144 10.681-1.264 1.487 4.181 4.529 1.206-1.379z" style="opacity:.8"/></svg>

After

Width:  |  Height:  |  Size: 382 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><path fill="#fff" d="M24 6a18 18 0 1 0 0 36 18 18 0 0 0 0-36zm0 4A14.001 14.001 0 1 1 24 38a13.895 13.895 0 0 1-9.503-3.75c.808-.11 2.084-.128 3.75.063 2.437.277 3.772.37 5.375.251 3.656-.276 6.071-.88 8.75-2.19 1.403-.68 1.701-.99 1.999-1.81.293-.779.4-1.502.255-1.502-.056 0-.515.179-1.063.438-2.062.978-3.87 1.459-5.443 1.378-1.628-.085-4.26-1.037-7.432-2.564l-1.5-.689-1.127-2.81 1.063.684a31.57 31.57 0 0 0 6.564 3.19c2.73.862 4.86.743 7.058-.375.779-.395 2.254-1.36 2.254-1.5 0-.256-.757-2.79-1.19-3.938-1.08-2.866-1.842-3.835-3.623-4.685-1.981-.944-4.175-1.586-8.189-2.5-1.913-.409-3.801-.821-5.748-1.063l-.064 2.372a64.712 64.712 0 0 0-3.687-1 14.03 14.03 0 0 1 11.502-5.994zm3.312 10.124a2.976 2.976 0 0 1 2.934 2.313c.191.744.132 1.276-.247 2.062a2.874 2.874 0 0 1-3.125 1.565 2.921 2.921 0 0 1-2.19-1.688c-.518-1.127-.276-2.623.626-3.44a3.091 3.091 0 0 1 1.998-.808zm.685 1.565c-1.046 0-1.701.765-1.123 1.31.468.442 1.25.51 1.871.19.408-.208.544-.522.442-.935-.076-.31-.68-.565-1.19-.565z" overflow="visible" style="opacity:.8"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><path fill="#fff" d="M24 6A18 18 0 0 0 6 24a18 18 0 0 0 18 18 18 18 0 0 0 18-18A18 18 0 0 0 24 6Zm-3.11 5.336c1.52-.036 2.157.323 3.04.898a6.337 6.337 0 0 1 2.648 3.922c.353 1.619.248 2.878-.176 3.778v.07c-.847 1.835-2.26 3.312-4.238 4.031l1.695 4.496c.318.827.6 1.69.352 2.48-.247.792-1.38 1.044-2.191.18-1.554-1.69-6.78-12.337-7.168-13.129-.389-.791-.813-1.439-.813-2.23.035-1.187 1.836-2.408 2.719-3.02.883-.611 2.614-1.44 4.133-1.476zm-1.386 3.277c-1.099.031-.498 2.368-.274 3.02.248.72.919 2.229 1.66 2.984.177.18.355.324.567.36.212.036.636-.181.813-.469.176-.288.21-.501.21-.789a4.52 4.604 0 0 0-.07-1.727c-.318-1.115-.988-2.194-1.871-2.914-.177-.143-.39-.326-.637-.398a1.165 1.165 0 0 0-.398-.066zm11.95 2.72c.166-.004.328.008.464.034a3.059 3.194 0 0 1 1.664.852c.408.39.44.819.305 1.351-.136.533-.61 1.669-.985 2.485l-.953 1.879c-1.835 3.407-2.209 3.764-2.719 3.55-.611-.248-.406-3.655.172-7.808.17-1.136.44-1.704.746-1.988.23-.213.803-.347 1.305-.356zm-2.09 12c.797.013 1.136.895.945 1.577a1.114 1.114 0 0 1-.547.715c-.293.163-.989.163-1.39-.129-.403-.292-.474-.782-.364-1.172.11-.39.473-.811.984-.941.133-.037.257-.053.371-.05zm-12.048 3.6h14.09c.75 0 1.356.535 1.356 1.2 0 .665-.605 1.2-1.356 1.2h-14.09c-.75 0-1.355-.535-1.355-1.2 0-.665.605-1.2 1.355-1.2z" style="stroke-width:2;opacity:.8"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" style="display:inline;enable-background:new" version="1.0"><g style="display:inline"><path d="M24 282a18 18 0 1 0 0 36 18 18 0 0 0 0-36zm6.416 5.017a2.398 2.398 0 0 1 1.786 3.584 2.402 2.402 0 1 1-1.786-3.584zm-6.42 2.543c.97 0 1.905.131 2.793.378a3.372 3.372 0 0 0 4.52 2.62 10.417 10.417 0 0 1 3.104 6.772l-3.423.047a7.02 7.02 0 0 0-9.95-5.74l-1.67-2.997a10.404 10.404 0 0 1 4.63-1.08Zm-5.791 1.751 1.76 2.947a7.011 7.011 0 0 0 0 11.484l-1.76 2.942a10.45 10.45 0 0 1-4.312-6.067 3.363 3.363 0 0 0 0-5.234 10.46 10.46 0 0 1 4.312-6.072zm-6.446 6.285a2.404 2.404 0 1 1 0 4.808 2.402 2.402 0 0 1 0-4.804zm19.231 3.023 3.423.055a10.408 10.408 0 0 1-3.104 6.769 3.359 3.359 0 0 0-4.52 2.615 10.434 10.434 0 0 1-7.42-.698l1.672-2.993a7.015 7.015 0 0 0 9.949-5.748zm-1.17 7.593a2.407 2.407 0 1 1 .587 4.78 2.407 2.407 0 0 1-.586-4.78z" style="fill:#fff;fill-opacity:1;stroke-width:7.5592;opacity:.8" transform="translate(0 -276)"/></g></svg>

After

Width:  |  Height:  |  Size: 999 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><path d="M24 6a18 18 0 0 0-10.495 3.404l4.088 4.088A12.318 12.318 0 0 1 24 11.682c6.803 0 12.318 5.515 12.318 12.318a12.318 12.318 0 0 1-1.814 6.403L38.6 34.5A18.001 18.001 0 0 0 42 24c0-9.941-8.059-18-18-18zM9.4 13.5A18 18 0 0 0 6 24c0 9.94 8.06 18 18 18a18 18 0 0 0 10.495-3.404l-4.088-4.088A12.317 12.317 0 0 1 24 36.318c-6.803 0-12.318-5.515-12.318-12.318.006-2.26.633-4.476 1.814-6.403zm14.597 4.77a5.73 5.73 0 0 0-5.73 5.73 5.73 5.73 0 0 0 5.73 5.73 5.73 5.73 0 0 0 5.73-5.73 5.73 5.73 0 0 0-5.73-5.73z" style="fill:#fff;stroke-width:.171045;opacity:.8"/></svg>

After

Width:  |  Height:  |  Size: 630 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><path fill="#fff" d="M15.741 6c-1.1 0-2.45.79-3 1.754l-2.66 4.676h27.836l3.191 5.593-5.851-10.27c-.55-.963-1.9-1.753-3-1.753Zm25.368 12.023L17.187 30.43h23.664l2.664-4.675c.55-.964.55-2.544 0-3.508zm-33.96-.453-2.664 4.676c-.55.964-.55 2.544 0 3.508l2.406 4.222L30.813 17.57Zm5.594 22.676c.55.964 1.9 1.754 3 1.754h16.515c1.1 0 2.451-.79 3-1.754l2.66-4.676H10.084" style="opacity:.8"/></svg>

After

Width:  |  Height:  |  Size: 454 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" style="display:inline;enable-background:new" version="1.0"><g style="display:inline"><path d="M29.3 263.776c1.242-1.547 2.084-3.647 1.852-5.776-1.789.075-4.017 1.242-5.308 2.743-1.14 1.332-2.153 3.509-1.89 5.56 2.006.15 4.062-1.015 5.347-2.527zm4.526 13.375c-.043-4.553 3.725-6.763 3.896-6.869-2.132-3.11-5.438-3.533-6.603-3.571-2.778-.283-5.467 1.67-6.884 1.67-1.443-.001-3.62-1.636-5.966-1.59-3.024.045-5.855 1.796-7.405 4.507-3.191 5.542-.812 13.68 2.252 18.148 1.536 2.2 3.324 4.648 5.67 4.551 2.294-.087 3.15-1.456 5.922-1.456 2.744 0 3.548 1.456 5.942 1.41 2.464-.041 4.013-2.204 5.495-4.413 1.765-2.52 2.478-4.99 2.507-5.12-.055-.021-4.776-1.816-4.826-7.267z" style="display:inline;fill:#333;fill-opacity:1;fill-rule:evenodd;stroke-width:.40056705;enable-background:new" transform="translate(0 -252)"/></g></svg>

After

Width:  |  Height:  |  Size: 882 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" style="display:inline;enable-background:new" version="1.0"><g style="display:inline"><path d="M23.998 258c-1.603 3.928-2.568 6.5-4.354 10.31 1.093 1.16 2.436 2.508 4.618 4.038-2.343-.965-3.946-1.934-5.14-2.942C16.837 274.172 13.261 280.957 6 294c5.706-3.29 10.132-5.323 14.252-6.096a10.447 10.445 0 0 1-.268-2.445l.004-.183c.094-3.656 1.994-6.466 4.248-6.275 2.253.192 4 3.312 3.912 6.964a10.32 10.318 0 0 1-.23 1.964c4.077.8 8.453 2.823 14.082 6.071-1.11-2.04-2.1-3.881-3.049-5.637-1.488-1.157-3.044-2.657-6.211-4.286 2.176.566 3.741 1.22 4.953 1.952-9.618-17.907-10.396-20.287-13.695-28.029z" style="fill:#333;fill-opacity:1;fill-rule:evenodd;stroke-width:7.55919552" transform="translate(0 -252)"/></g></svg>

After

Width:  |  Height:  |  Size: 774 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><path fill="#fff" d="M24.002 6A17.998 17.998 0 0 0 6 24.002 17.998 17.998 0 0 0 24.002 42 17.998 17.998 0 0 0 42 24.002 17.998 17.998 0 0 0 24.002 6Zm4.813 4.21c.51-.01.931.05 1.433.131 1.837.298 3.606 1.475 4.728 3.423 1.518 2.627 1.16 5.952-.536 7.78-.922.851-1.118.915-1.688 1.302.391-.612.46-.731.553-1.297-.021-.315-.013-.446-.179-.872a2.279 2.279 0 0 0-1.02-1.1 3.682 3.682 0 0 0-1.586-.315c-.319 0-.514-.009-.944.055-1.973.544-4.184-.213-5.221-2.016-1.242-2.15-.34-5.004 1.888-6.288a5.315 5.315 0 0 1 2.028-.761c.195-.026.374-.034.544-.043zm-13.09 5.863c.318.008.628.05.934.123 1.195.37 1.348.506 1.969.808-.723-.03-.863-.034-1.399.17-.263.174-.382.234-.663.59a2.279 2.279 0 0 0-.446 1.434 3.682 3.682 0 0 0 .518 1.53c.162.277.251.451.523.787 1.459 1.441 1.905 3.733.863 5.531-1.241 2.156-4.166 2.794-6.39 1.51a5.315 5.315 0 0 1-1.671-1.378 6.412 6.412 0 0 1-.915-1.76c-.663-1.735-.527-3.856.596-5.804 1.33-2.3 3.84-3.626 6.075-3.546Zm13.902 11.585c2.488 0 4.503 2.211 4.503 4.784 0 .757-.072 1.47-.357 2.134-.31.723-.638 1.14-1.063 1.667-1.174 1.445-3.083 2.385-5.332 2.385-3.032 0-5.74-1.973-6.467-4.358-.276-1.22-.234-1.42-.28-2.109.335.646.4.765.841 1.122.285.145.396.213.847.285a2.296 2.296 0 0 0 1.462-.336 3.67 3.67 0 0 0 1.067-1.211c.158-.277.268-.443.425-.846.51-1.982 2.28-3.512 4.359-3.512z" style="fill:#333"/></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" style="display:inline;enable-background:new" version="1.0"><g style="display:inline"><path d="M24 282a18 18 0 0 0-18 18 18 18 0 0 0 18 18 18 18 0 0 0 18-18 18 18 0 0 0-18-18Zm-.293 6c-.196.108-.385.189-.566.316.73-.172.696.076 1.441-.023-.26.04-.578.14-.527.18.836.096.963-.258 1.734 0l-.05-.227c1.076.386 1.3.32 2.464.938.408.022.451-.25 1.067 0 .11.192-.022.226.738.68.085-.035-.156-.253-.34-.423 1.525.817 3.187 2.559 3.691 4.418-.473-.87-.046.443-.21.375A10.133 10.133 0 0 1 33.64 296c-.142-.499-.448-1.7-.98-2.477-.046.502-.695-.344-.34.758.269.391.054-.397.386.297.006.332.13.66.207 1.09-.116-.02-.255-.475-.34-.348.116.542.305.821.38.864-.04.09-.133-.084-.141.285.045.847.237.487.328.527-.094.417-.466.908-.282 1.625-.053-.218-.155-.438-.234-.644-.074.612.135.733-.148 1.476.204-.669.18-1.272-.012-.98.085.95-.751 1.677-.66 2.28l-.242-.335c-.66.952-.013.523-.461 1.246.164-.283-.09-.114.125-.437-.142.008-.636.605-1.086.957-1.772 1.417-3.884 1.605-5.93.84-.08.065.363.411.691.581.78.287 1.661.302 2.356.274-1.502.63-4.362-.635-5.297-2.313.213.046.936 1.18 1.48 1.364-.32-.258-.568-.585-.8-.922a4.705 4.705 0 0 0 1.539 1.176c-.019-.071.02-.113.03-.16.011-.048-.007-.1-.144-.192-1.734-1.33-2.763-2.459-2.406-5.078.264-.198.335-1.29.942-1.672.368-.816 1.479-1.572 2.664-1.59 1.21-.065 2.232.645 2.742 1.317-.93-.87-2.462-1.132-3.766-.489-1.332.601-2.117 2.068-2.004 3.528.048-.071.09-.026.114-.207-.04 2.84 3.062 4.92 5.293 3.87l.027.063c.907-.246.793-.454 1.383-.86-.046.094-.398.34-.188.34.286-.076 1.187-.907 1.63-1.304.203-.437-.109-.236.175-.79l.348-.167c.192-.556.404-.87.378-1.52l-.203.426c.298-.901.13-1.879.172-2.726l-.086-.024c-.07-2.131-1.914-4.398-3.558-5.164-1.412-.655-3.587-.764-4.59-.273.136-.122.687-.176.52-.27-1.574.156-1.219.55-2.426.86-.33.32.966-.258.27.156-.647.178-.953-.113-1.911.879.085.142.611-.406.172.144-.902-.11-2.848 2.058-3.262 2.778l.215.039c-.354.89-.82 1.455-.883 1.988-.09 1.31-.549 3.696.086 4.43l-.062.613c.085.176.154.351.261.516l-.14.011c.669 2.106.719.039 1.597 2.227-.127-.043-.255-.089-.445-.344-.02.196.276.771.625 1.219l-.152.172c.198.354.375.429.511.55-.725-.396.676 1.31.801 1.528l.11-.2c-.015.284.207.65.62 1.16l.344-.01c.142.283.665.789.977.812l-.211.273c.794.25.388.333 1.363.676l-.199-.344c.499.428.648.804 1.348 1.133.972.337 1.102.209 2.097.492-.844-.025-1.835-.013-2.504-.254-4.557-1.233-8.728-6.578-8.421-12.086-.074-1.114.11-2.51-.075-2.785.261-.85.562-1.884 1.168-3.117-.045-.08.102.242.41-.285.188-.411.34-.865.575-1.262l.125-.027c.119-.706 1.644-1.788 2.097-2.332l.032.207c.989-.927 2.754-1.55 3.746-1.993-.261.29.586-.03 1.195-.066z" style="fill:#333;fill-opacity:1;stroke-width:7.5592;paint-order:stroke markers fill" transform="translate(0 -276)"/></g></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><g transform="matrix(2.13333 0 0 2.13333 0 -2197.04)"><circle cx="3.75" cy="1041.112" r="1.875" style="opacity:1;fill:#333;fill-opacity:1;stroke:none;stroke-width:.9375;stroke-opacity:1"/><circle cx="11.25" cy="1041.112" r="1.875" style="opacity:1;fill:#333;fill-opacity:1;stroke:none;stroke-width:.9375;stroke-opacity:1"/><circle cx="18.75" cy="1041.112" r="1.875" style="opacity:1;fill:#333;fill-opacity:1;stroke:none;stroke-width:.9375;stroke-opacity:1"/></g></svg>

After

Width:  |  Height:  |  Size: 531 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" style="display:inline;enable-background:new" version="1.0"><g style="display:inline"><path d="M24.01 282c-9.94 0-17.99 8.052-18.007 17.992H6v13.928h.003a4.09 4.09 0 0 0 4.09 4.08h13.918C33.953 317.994 42 309.943 42 300.008c0-9.94-8.057-17.992-18.006-17.992zm3.657 7.409c3.023 0 5.877 2.313 5.877 5.505 0 .296.001.592-.047.928-.084.849-.86 1.459-1.705 1.34a1.503 1.503 0 0 1-1.263-1.764c.015-.095.02-.246.02-.505 0-1.81-1.482-2.508-2.882-2.508-1.4 0-2.663 1.177-2.664 2.509.024 1.54 0 3.067 0 4.605l2.599-.02c2.029-.042 2.052 3.012.023 2.998l-2.622.02c-.006 1.239.01 1.015.003 1.639 0 0 .022 1.515-.023 2.662-.314 3.373-3.186 6.068-6.638 6.068-3.66 0-6.673-2.989-6.673-6.655.11-3.77 3.118-6.737 6.907-6.702l2.114-.018v2.992l-2.114.02h-.011c-2.082.062-3.867 1.475-3.9 3.704a3.658 3.658 0 0 0 3.678 3.658c2.035 0 3.663-1.48 3.663-3.654l-.003-11.335c0-.21.007-.377.03-.61.344-2.772 2.825-4.884 5.633-4.884z" style="fill:#333;fill-opacity:1;stroke-width:7.56025" transform="translate(0 -276)"/></g></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" version="1.0"><path fill="#fff" fill-rule="evenodd" d="M20.269 6.012c-7.76.369-13.837 7.376-13.532 11.19.304 3.71 9.74 6.967 9.634 7.078-1.928 1.623-3.206 2.72-4.817 4.19-3.874 3.527-6.552 6.14-5.199 9.813 1.571 4.235 4.993 4.06 9.017 3.276 10.397-2.045 27.477-15.12 26.595-19.944-.715-3.903-10.256-11.618-15.91-14.384a12.05 12.05 0 0 0-5.813-1.219m1.629 6.697c.972-.1 2.097.153 3.363.762 2.755 1.324 5.608 4.844 0 6.848-1.524.533-6.406-1.312-6.265-3.878.13-2.38 1.283-3.593 2.902-3.732" style="stroke-width:2.25029;fill:#333"/></svg>

After

Width:  |  Height:  |  Size: 597 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" style="display:inline;enable-background:new" version="1.0"><g style="display:inline"><path d="M35.469 282c-7.109 0-8.44 10.8-4.443 10.8S42.578 282 35.469 282zm-11.284 1.225c-4.065.573-2.636 8.231-.468 8.376 2.16.14 4.537-8.946.468-8.376zm-7.356 2.38a2.492 2.492 0 0 0-.667.17c-3.806 1.446-.579 7.407 1.556 7.008 1.998-.379 2.228-7.48-.885-7.173zm-5 4.797a2.02 2.02 0 0 0-1.101.314c-3.13 1.845 1.054 6.301 2.891 5.613 1.616-.608.587-5.86-1.79-5.932zm14.592 3.6c-5.6-.101-12.99 2.841-14.248 8.743C10.81 309.135 17.79 318 25.078 318c3.584 0 7.717-3.389 8.49-7.679.591-3.27-7.432-1.956-7.16.204.221 1.77-.705 2.687-1.981 2.721-1.743-.212-2.594-1.22-2.827-2.742-.31-3.988 12.262-6.837 11.267-13.023-.366-2.266-3.083-3.419-6.446-3.478z" style="fill:#333;fill-opacity:1;stroke-width:7.5592" transform="translate(0 -276)"/></g></svg>

After

Width:  |  Height:  |  Size: 888 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" style="display:inline;enable-background:new" version="1.0"><g style="display:inline"><path d="M6 282v10.685h.006L6 296h10v-4h13.998v-9.97H6m26-.021V318h10v-35.991M17.998 294l-.002 24h12.002L30 294m-23.994 4v20h10v-20" style="fill:#333;fill-opacity:1;fill-rule:evenodd;stroke-width:5.6694" transform="translate(0 -276)"/></g></svg>

After

Width:  |  Height:  |  Size: 393 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><path fill="#333" d="M24 6C14.028 6 6 14.028 6 24s8.028 18 18 18 18-8.028 18-18S33.972 6 24 6Zm-5.182 8.333 6.18 6.954 5.911-6.954 1.152 1.151-5.972 7.028 4.153 4.673.667-.76 5.758 6.908H11.333l8.637-9.787 1.618 1.752 1.284-1.51-6.357-7.153zm5.144 10.681-1.264 1.487 4.181 4.529 1.206-1.379z"/></svg>

After

Width:  |  Height:  |  Size: 363 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><path fill="#333" d="M24 6a18 18 0 1 0 0 36 18 18 0 0 0 0-36zm0 4A14.001 14.001 0 1 1 24 38a13.895 13.895 0 0 1-9.503-3.75c.808-.11 2.084-.128 3.75.063 2.437.277 3.772.37 5.375.251 3.656-.276 6.071-.88 8.75-2.19 1.403-.68 1.701-.99 1.999-1.81.293-.779.4-1.502.255-1.502-.056 0-.515.179-1.063.438-2.062.978-3.87 1.459-5.443 1.378-1.628-.085-4.26-1.037-7.432-2.564l-1.5-.689-1.127-2.81 1.063.684a31.57 31.57 0 0 0 6.564 3.19c2.73.862 4.86.743 7.058-.375.779-.395 2.254-1.36 2.254-1.5 0-.256-.757-2.79-1.19-3.938-1.08-2.866-1.842-3.835-3.623-4.685-1.981-.944-4.175-1.586-8.189-2.5-1.913-.409-3.801-.821-5.748-1.063l-.064 2.372a64.712 64.712 0 0 0-3.687-1 14.03 14.03 0 0 1 11.502-5.994zm3.312 10.124a2.976 2.976 0 0 1 2.934 2.313c.191.744.132 1.276-.247 2.062a2.874 2.874 0 0 1-3.125 1.565 2.921 2.921 0 0 1-2.19-1.688c-.518-1.127-.276-2.623.626-3.44a3.091 3.091 0 0 1 1.998-.808zm.685 1.565c-1.046 0-1.701.765-1.123 1.31.468.442 1.25.51 1.871.19.408-.208.544-.522.442-.935-.076-.31-.68-.565-1.19-.565z" overflow="visible"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><path fill="#333" d="M24 6A18 18 0 0 0 6 24a18 18 0 0 0 18 18 18 18 0 0 0 18-18A18 18 0 0 0 24 6Zm-3.11 5.336c1.52-.036 2.157.323 3.04.898a6.337 6.337 0 0 1 2.648 3.922c.353 1.619.248 2.878-.176 3.778v.07c-.847 1.835-2.26 3.312-4.238 4.031l1.695 4.496c.318.827.6 1.69.352 2.48-.247.792-1.38 1.044-2.191.18-1.554-1.69-6.78-12.337-7.168-13.129-.389-.791-.813-1.439-.813-2.23.035-1.187 1.836-2.408 2.719-3.02.883-.611 2.614-1.44 4.133-1.476zm-1.386 3.277c-1.099.031-.498 2.368-.274 3.02.248.72.919 2.229 1.66 2.984.177.18.355.324.567.36.212.036.636-.181.813-.469.176-.288.21-.501.21-.789a4.52 4.604 0 0 0-.07-1.727c-.318-1.115-.988-2.194-1.871-2.914-.177-.143-.39-.326-.637-.398a1.165 1.165 0 0 0-.398-.066zm11.95 2.72c.166-.004.328.008.464.034a3.059 3.194 0 0 1 1.664.852c.408.39.44.819.305 1.351-.136.533-.61 1.669-.985 2.485l-.953 1.879c-1.835 3.407-2.209 3.764-2.719 3.55-.611-.248-.406-3.655.172-7.808.17-1.136.44-1.704.746-1.988.23-.213.803-.347 1.305-.356zm-2.09 12c.797.013 1.136.895.945 1.577a1.114 1.114 0 0 1-.547.715c-.293.163-.989.163-1.39-.129-.403-.292-.474-.782-.364-1.172.11-.39.473-.811.984-.941.133-.037.257-.053.371-.05zm-12.048 3.6h14.09c.75 0 1.356.535 1.356 1.2 0 .665-.605 1.2-1.356 1.2h-14.09c-.75 0-1.355-.535-1.355-1.2 0-.665.605-1.2 1.355-1.2z" style="stroke-width:2"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" style="display:inline;enable-background:new" version="1.0"><g style="display:inline"><path d="M24 282a18 18 0 1 0 0 36 18 18 0 0 0 0-36zm6.416 5.017a2.398 2.398 0 0 1 1.786 3.584 2.402 2.402 0 1 1-1.786-3.584zm-6.42 2.543c.97 0 1.905.131 2.793.378a3.372 3.372 0 0 0 4.52 2.62 10.417 10.417 0 0 1 3.104 6.772l-3.423.047a7.02 7.02 0 0 0-9.95-5.74l-1.67-2.997a10.404 10.404 0 0 1 4.63-1.08Zm-5.791 1.751 1.76 2.947a7.011 7.011 0 0 0 0 11.484l-1.76 2.942a10.45 10.45 0 0 1-4.312-6.067 3.363 3.363 0 0 0 0-5.234 10.46 10.46 0 0 1 4.312-6.072zm-6.446 6.285a2.404 2.404 0 1 1 0 4.808 2.402 2.402 0 0 1 0-4.804zm19.231 3.023 3.423.055a10.408 10.408 0 0 1-3.104 6.769 3.359 3.359 0 0 0-4.52 2.615 10.434 10.434 0 0 1-7.42-.698l1.672-2.993a7.015 7.015 0 0 0 9.949-5.748zm-1.17 7.593a2.407 2.407 0 1 1 .587 4.78 2.407 2.407 0 0 1-.586-4.78z" style="fill:#333;fill-opacity:1;stroke-width:7.5592" transform="translate(0 -276)"/></g></svg>

After

Width:  |  Height:  |  Size: 988 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><path d="M306.463 506.57a105.236 105.236 0 0 0-61.36 19.9l23.903 23.903a72.016 72.016 0 0 1 37.457-10.582c39.772 0 72.014 32.241 72.014 72.014a72.016 72.016 0 0 1-10.602 37.437l23.947 23.95a105.24 105.24 0 0 0 19.875-61.387c0-58.12-47.114-105.235-105.234-105.235zm-85.361 43.85a105.235 105.235 0 0 0-19.875 61.385c0 58.12 47.116 105.236 105.236 105.236a105.23 105.23 0 0 0 61.357-19.9l-23.902-23.903a72.01 72.01 0 0 1-37.455 10.582c-39.773 0-72.016-32.243-72.016-72.015a72.009 72.009 0 0 1 10.602-37.436zm85.343 27.883a33.503 33.503 0 0 0-33.504 33.502 33.503 33.503 0 0 0 33.504 33.504 33.503 33.503 0 0 0 33.504-33.504 33.503 33.503 0 0 0-33.504-33.502z" style="fill:#333" transform="matrix(.17105 0 0 .17105 -28.419 -80.646)"/></svg>

After

Width:  |  Height:  |  Size: 799 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><path fill="#333" d="M15.741 6c-1.1 0-2.45.79-3 1.754l-2.66 4.676h27.836l3.191 5.593-5.851-10.27c-.55-.963-1.9-1.753-3-1.753Zm25.368 12.023L17.187 30.43h23.664l2.664-4.675c.55-.964.55-2.544 0-3.508zm-33.96-.453-2.664 4.676c-.55.964-.55 2.544 0 3.508l2.406 4.222L30.813 17.57Zm5.594 22.676c.55.964 1.9 1.754 3 1.754h16.515c1.1 0 2.451-.79 3-1.754l2.66-4.676H10.084"/></svg>

After

Width:  |  Height:  |  Size: 435 B

View File

@@ -132,9 +132,32 @@
// dimensions of the icon are hardcoded
}
// &#panelActivities {
// -natural-hpadding: $base_padding * 3;
// }
&#panelActivities { // Activities button
-natural-hpadding: $base_padding * 3;
background-image: url("assets/activities.svg");
background-position: center center;
background-size: 24px 24px;
width: 24px;
height: 24px;
background-gradient-direction: none;
font-size: 0;
> * { width: 24px; }
&, &:active, &:overview, &:focus, &:checked {
color: transparent;
}
&:overview {
background-color: transparent;
}
@if $variant == 'light' {
&:overview {
background-image: url("assets/activities-white.svg");
}
}
}
}
// transparent panel on lock & login screens