lucide-static
Version:
Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.
33 lines (30 loc) • 833 B
JavaScript
/**
* @license lucide-static v1.46.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const ShoppingCartPlus = `
<svg
class="lucide lucide-shopping-cart-plus"
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="M16 5h6" />
<path d="M19 2v6" />
<path d="m2.05 2.05 1.099-.028a1 1 0 011.008.815l2.69 14.347A1 1 0 007.83 18H18" />
<path d="M4.564 5H12" />
<path d="M6.25 14h12.712a2 2 0 001.991-1.57l.172-1.041" />
<circle cx="18" cy="20" r="2" />
<circle cx="8" cy="20" r="2" />
</svg>
`;
export { ShoppingCartPlus as default };
//# sourceMappingURL=shopping-cart-plus.mjs.map