4
0
forked from crowetic/commerce

Add error, empty, success states to cart sidebar

This commit is contained in:
paco
2020-10-08 18:37:11 -06:00
parent f9660b4bc2
commit 6dae061425
6 changed files with 78 additions and 35 deletions

View File

@@ -1,16 +1,21 @@
const ArrowLeft = ({ ...props }) => {
return (
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
{...props}
>
<path
d="M19 12H5"
stroke="black"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M12 19L5 12L12 5"
stroke="black"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"