Add trash button to delete sheet

This commit is contained in:
dylan
2023-05-06 15:01:01 -07:00
parent 64c889e16a
commit 9f67a59033
2 changed files with 31 additions and 2 deletions

View File

@ -30,3 +30,14 @@ export const sheetsIcon = [
0, 1, 1, 0, 0, 1, 1, 0,
0, 0, 0, 0, 0, 0, 0, 0,
];
export const trashIcon = [
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 1, 1, 0, 0, 0,
0, 1, 1, 1, 1, 1, 1, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 1, 1, 1, 1, 0, 0,
0, 0, 1, 1, 1, 1, 0, 0,
0, 0, 1, 1, 1, 1, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
];