diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-14 17:48:03 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-14 17:48:03 +0700 |
| commit | bd4008ac5c2a22c1d99239ba0691cfb8ef0e9aea (patch) | |
| tree | c2f1289cfaa68ba5154e695f26d80278f42208f1 /src/icons | |
| parent | 4e2b85a16b032df07686fd044ba9183afceb8b11 (diff) | |
add to cart, cart page, change cart item quantity
Diffstat (limited to 'src/icons')
| -rw-r--r-- | src/icons/minus.svg | 3 | ||||
| -rw-r--r-- | src/icons/plus.svg | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/icons/minus.svg b/src/icons/minus.svg new file mode 100644 index 00000000..12a10199 --- /dev/null +++ b/src/icons/minus.svg @@ -0,0 +1,3 @@ +<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-minus"> + <line x1="5" y1="12" x2="19" y2="12"></line> +</svg>
\ No newline at end of file diff --git a/src/icons/plus.svg b/src/icons/plus.svg new file mode 100644 index 00000000..2923c684 --- /dev/null +++ b/src/icons/plus.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-plus"> + <line x1="12" y1="5" x2="12" y2="19"></line> + <line x1="5" y1="12" x2="19" y2="12"></line> +</svg>
\ No newline at end of file |
