mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2025-12-24 07:12:57 +00:00
Added trash icon
This commit is contained in:
1
src/app.d.ts
vendored
1
src/app.d.ts
vendored
@@ -17,6 +17,7 @@ declare global {
|
||||
| "globe"
|
||||
| "plus"
|
||||
| "file-export"
|
||||
| "trash"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user