1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-23 23:02:58 +00:00

Added trash icon

This commit is contained in:
2024-11-26 02:51:34 +04:00
parent 6e4aef519f
commit 4b3414be47
2 changed files with 5 additions and 0 deletions

1
src/app.d.ts vendored
View File

@@ -17,6 +17,7 @@ declare global {
| "globe"
| "plus"
| "file-export"
| "trash"
);
}
}

View File

@@ -41,3 +41,7 @@
.icon.icon-file-export {
@include insert-icon(url('@fortawesome/fontawesome-free/svgs/solid/file-export.svg'));
}
.icon.icon-trash {
@include insert-icon(url('@fortawesome/fontawesome-free/svgs/solid/trash.svg'));
}