diff options
author | codecalm <codecalm@gmail.com> | 2020-03-10 22:12:47 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-10 22:12:47 +0100 |
commit | fe151338aeedcf04cc2078653193903519f7b4ad (patch) | |
tree | 051e557be0474af0192e1990b3f352885545509b /_icons/shopping-cart.svg | |
parent | icons sprite (diff) | |
download | tabler-icons-fe151338aeedcf04cc2078653193903519f7b4ad.tar.xz |
icons directory structure
Diffstat (limited to '_icons/shopping-cart.svg')
-rw-r--r-- | _icons/shopping-cart.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_icons/shopping-cart.svg b/_icons/shopping-cart.svg new file mode 100644 index 00000000..bcd4be1e --- /dev/null +++ b/_icons/shopping-cart.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="9" cy="19" r="2" /> + <circle cx="17" cy="19" r="2" /> + <path d="M3 3h2l2 12a3 3 0 003 2h7a3 3 0 0 0 3 -2l1 -7h-15.2" /> +</svg> |