separate svgs for controllers

This commit is contained in:
galister
2025-06-21 21:13:51 +09:00
parent cd05818465
commit 44b6da8967
4 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1 @@
../../../wlx-overlay-s/src/assets/watch/controller_l.svg

View File

@@ -0,0 +1 @@
../../../wlx-overlay-s/src/assets/watch/controller_r.svg

View File

@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="32"
height="32"
viewBox="0 0 24 24"
version="1.1"
id="svg1"
sodipodi:docname="controller_l.svg"
inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
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="defs1" />
<sodipodi:namedview
id="namedview1"
pagecolor="#505050"
bordercolor="#ffffff"
borderopacity="1"
inkscape:showpageshadow="0"
inkscape:pageopacity="0"
inkscape:pagecheckerboard="1"
inkscape:deskcolor="#505050"
inkscape:zoom="29.389126"
inkscape:cx="13.015018"
inkscape:cy="20.653898"
inkscape:window-width="1917"
inkscape:window-height="1558"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="svg1" />
<!-- Icon from Material Symbols by Google - https://github.com/google/material-design-icons/blob/master/LICENSE -->
<path
fill="#ffffff"
d="m 13,18 q 1.65,0 2.825,-1.175 Q 17,15.65 17,14 19.5,14.025 21.25,12.263 23,10.501 23,8 23,7.175 22.412,6.588 21.824,6.001 21,6 H 17 V 5 h 2 V 3 h -6 v 2 h 2 v 1 h -3.175 q -0.4,0 -0.763,0.15 -0.363,0.15 -0.637,0.425 L 2.05,14.95 Q 1,16 1,17.45 1,18.9 2.05,19.95 3.1,21 4.55,21 6,21 7.05,19.95 L 9,18 Z m 0,-4 h 2.025 q 0,0.825 -0.588,1.413 Q 13.849,16.001 13,16 h -2 z"
id="path1" />
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><!-- Icon from Material Symbols by Google - https://github.com/google/material-design-icons/blob/master/LICENSE --><path fill="white" d="M11 18q-1.65 0-2.825-1.175T7 14q-2.5.025-4.25-1.737T1 8q0-.825.588-1.412T3 6h4V5H5V3h6v2H9v1h3.175q.4 0 .763.15t.637.425l8.375 8.375Q23 16 23 17.45t-1.05 2.5t-2.5 1.05t-2.5-1.05L15 18zm0-4H8.975q0 .825.588 1.413T11 16h2z"/></svg>

After

Width:  |  Height:  |  Size: 450 B