diff options
Diffstat (limited to 'src/icons')
| -rw-r--r-- | src/icons/trash.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/icons/trash.svg b/src/icons/trash.svg new file mode 100644 index 00000000..e23673ee --- /dev/null +++ b/src/icons/trash.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-trash"> + <polyline points="3 6 5 6 21 6"></polyline> + <path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path> +</svg>
\ No newline at end of file |
