diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-14 12:01:13 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-14 12:01:13 +0700 |
| commit | 39a2e8012ba38d6663820ae27080a2b843c08c5f (patch) | |
| tree | bdc299534531bd104e0795c1389c97f187c8cdd1 /src/icons | |
| parent | 62e4264a9d5c1834e2137e33b62e5618017de1d0 (diff) | |
Add to cart to localstorage
Diffstat (limited to 'src/icons')
| -rw-r--r-- | src/icons/chevron-left.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/icons/chevron-left.svg b/src/icons/chevron-left.svg new file mode 100644 index 00000000..a22ce386 --- /dev/null +++ b/src/icons/chevron-left.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-chevron-left"> + <polyline points="15 18 9 12 15 6"></polyline> +</svg>
\ No newline at end of file |
