ShoppingBag
Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { ShoppingBag } from "vadivam-react";
<ShoppingBag /><script setup>
import { ShoppingBag } from "vadivam-vue";
</script>
<template>
<ShoppingBag />
</template><script>
import { ShoppingBag } from "vadivam-svelte";
</script>
<ShoppingBag />import { ShoppingBag } from "vadivam-solid";
<ShoppingBag />import { ShoppingBag } from "vadivam-preact";
<ShoppingBag />---
import { ShoppingBag } from "vadivam-astro";
---
<ShoppingBag />import { ShoppingBag } from "vadivam-angular";
<svg vadivamShoppingBag></svg>Raw SVG & assets
View raw SVG
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8.5 8.5V4.222C8.5 2.994 9.545 2 10.833 2h2.334c1.288 0 2.333.994 2.333 2.222V8.5"/><path d="M17.657 6c1.354 0 2.433 1.539 2.337 2.824l-.596 9.422C19.264 20.356 17.465 22 15.29 22H8.71c-2.174 0-3.973-1.645-4.106-3.754l-.597-9.422C3.91 7.54 4.973 6 6.327 6z"/>
</svg>import iconUrl from "vadivam/icons/shopping-bag.svg";