1
Fork 0

Add smos icon

This commit is contained in:
prescientmoon 2024-02-24 04:35:03 +01:00
parent 18c18acc90
commit 2b26d96395
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
3 changed files with 3 additions and 1 deletions

1
common/icons/smos.svg Normal file
View file

@ -0,0 +1 @@
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.99 14"><path d="M16,4.19V.82a.82.82,0,0,0-.16-.45,1,1,0,0,0-.37-.31A1.65,1.65,0,0,0,15.15,0H.86A.78.78,0,0,1,.7,0,.84.84,0,0,0,0,.71.12.12,0,0,1,0,.79v3.4a.88.88,0,0,0,.49.72A1,1,0,0,0,1,5H15a1,1,0,0,0,.88-.49A.94.94,0,0,0,16,4.19Z" transform="translate(0 0)"/><path d="M16,13.19V10.83a1.4,1.4,0,0,0-.06-.28,1,1,0,0,0-.85-.58c-.67,0-1.35,0-2,0a.42.42,0,0,0-.19.06l-2.63,1.32h0a.38.38,0,0,1-.43,0L7.15,10A.62.62,0,0,0,6.86,10H1a1,1,0,0,0-.91.55A1.15,1.15,0,0,0,0,10.8v2.39a.84.84,0,0,0,.14.43A.81.81,0,0,0,.77,14H15.19a.83.83,0,0,0,.48-.18.8.8,0,0,0,.32-.58S16,13.21,16,13.19Z" transform="translate(0 0)"/><path d="M0,7.34V8.62A.5.5,0,0,0,.59,9a5,5,0,0,0,1.85-.57,3.27,3.27,0,0,1,1.14-.38,3.1,3.1,0,0,1,1.72.26,10.19,10.19,0,0,0,1,.43A4.91,4.91,0,0,0,7.62,9a5.88,5.88,0,0,0,1.51-.1,4.86,4.86,0,0,0,1.21-.43,3.84,3.84,0,0,1,.78-.34,2.93,2.93,0,0,1,1.1-.11,3,3,0,0,1,.85.16,5.94,5.94,0,0,1,.57.27A4.68,4.68,0,0,0,15.46,9,.55.55,0,0,0,16,8.79s0-.12.05-.17V7.36c0-.07,0-.15-.07-.22a.49.49,0,0,0-.35-.2,3,3,0,0,1-1-.33l-.48-.23A4.61,4.61,0,0,0,12.55,6a5.28,5.28,0,0,0-2.2.24,7.72,7.72,0,0,0-.93.41,2.71,2.71,0,0,1-.67.25,3.14,3.14,0,0,1-2.13-.24A6.48,6.48,0,0,0,5.28,6.1,5.19,5.19,0,0,0,4.4,6H3.93a4.81,4.81,0,0,0-2.23.52,5.77,5.77,0,0,1-.56.27,2.8,2.8,0,0,1-.63.17l-.09,0A.44.44,0,0,0,0,7.34Z" transform="translate(0 0)"/></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -48,6 +48,7 @@ in
type = "Application"; type = "Application";
exec = "smosgui"; exec = "smosgui";
terminal = false; terminal = false;
icon = ../../../../../common/icons/smos.svg;
}; };
# }}} # }}}
} }

View file

@ -72,7 +72,7 @@ in
{ {
name = "Smos"; name = "Smos";
subtitle = "A comprehensive self-management system."; subtitle = "A comprehensive self-management system.";
icon = fa "list"; logo = icon "smos.svg";
url = "https://smos.moonythm.dev"; url = "https://smos.moonythm.dev";
} }
{ {