From 88f6c3dadf776ba347831a5b676c86b48f977055 Mon Sep 17 00:00:00 2001 From: Adrian Bonpin Date: Sun, 28 Jun 2026 18:31:53 +0800 Subject: [PATCH] fix(plugin): use full DeckyVault SVG icon with all paths and transforms --- plugins/decky-vault/src/index.tsx | 34 +++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/plugins/decky-vault/src/index.tsx b/plugins/decky-vault/src/index.tsx index 77390b1..575409b 100644 --- a/plugins/decky-vault/src/index.tsx +++ b/plugins/decky-vault/src/index.tsx @@ -166,21 +166,33 @@ function Content() { function DeckyVaultIcon() { return ( - - - + + + + + + + + + + + + )