Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marketempower/axiom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJhaura Wachsman <jw@jhaurawachsman.com>2020-07-10 03:05:50 +0300
committerJhaura Wachsman <jw@jhaurawachsman.com>2020-07-10 03:05:50 +0300
commit3f7d7b80a4b8926a31ed8c9ba4cca2697fa2a5e6 (patch)
tree71f114ad32a94e6d2c64c38e47e1b7af1a1fcb40
parentc7746198011a8549cc03129fe85fe77bbf6a18d1 (diff)
New shopping cart SVG icon
-rw-r--r--layouts/partials/svg/shopping-cart.svg1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/svg/shopping-cart.svg b/layouts/partials/svg/shopping-cart.svg
new file mode 100644
index 0000000..56e3fba
--- /dev/null
+++ b/layouts/partials/svg/shopping-cart.svg
@@ -0,0 +1 @@
+<svg {{ with .class }}class="{{ . }}" {{ end }}{{ with .style }}style="{{ . | safeCSS }}" {{ end }}viewBox="{{ with .viewbox }}{{ . }}{{ else }}0 0 32 32{{ end }}" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M24.75 23.5a2.25 2.25 0 1 1 0 4.5 2.25 2.25 0 1 1 0-4.5zm-11.498 0a2.25 2.25 0 1 1 0 4.5 2.25 2.25 0 1 1 0-4.5zM29 10l-4 9H13L6 4H0v3h4l7 15h16l5-12h-3zm-6.25 4.5h-2.5V17h2.5v-2.5zm-5 0h-2.5V17h2.5v-2.5zm7.5-4.5h-2.5v2.5h2.5V10zm-5 0h-2.5v2.5h2.5V10zm-5 0h-2.5v2.5h2.5V10z"/></svg>