From e13ce7b13c4ea0d7b94f5c9998ccba5119ff8635 Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Tue, 23 Sep 2025 00:26:14 -0300 Subject: [PATCH] refactor: add blank png --- projects/my-wallet-ds/assets/icons/blank.png | Bin 0 -> 141 bytes .../my-wallet-ds/src/stories/png-icons-list.ts | 1 + 2 files changed, 1 insertion(+) create mode 100644 projects/my-wallet-ds/assets/icons/blank.png diff --git a/projects/my-wallet-ds/assets/icons/blank.png b/projects/my-wallet-ds/assets/icons/blank.png new file mode 100644 index 0000000000000000000000000000000000000000..416df1c96b1b2023ccc99d6d5167e101266d3ee6 GIT binary patch literal 141 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeK3?y%aJ*@^(jKx9jPK-BC>eK@{oCO|{#S9GG z!XV7ZFl&wkP>?ymC&U#t)EWdy2V@O1TaS?83{1OQHtBL)Bf literal 0 HcmV?d00001 diff --git a/projects/my-wallet-ds/src/stories/png-icons-list.ts b/projects/my-wallet-ds/src/stories/png-icons-list.ts index 6f7f81c..8c2aaf5 100644 --- a/projects/my-wallet-ds/src/stories/png-icons-list.ts +++ b/projects/my-wallet-ds/src/stories/png-icons-list.ts @@ -1,4 +1,5 @@ export const pngIconsList = [ + "/assets/icons/blank.png", "/assets/icons/caticon0.png", "/assets/icons/caticon1.png", "/assets/icons/caticon2.png",