diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-15 16:37:02 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-15 16:37:02 +0700 |
| commit | 2c58745807110ba234e1a9ec939457e641fff469 (patch) | |
| tree | 95297d3b4df5ba3b053cfd16cd5c9dfb598988e2 /src/icons | |
| parent | bd4008ac5c2a22c1d99239ba0691cfb8ef0e9aea (diff) | |
Fix style
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 |
