UNPKG

lucide-static

Version:

Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.

32 lines (29 loc) 814 B
/** * @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 ShoppingCartMinus = ` <svg class="lucide lucide-shopping-cart-minus" 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="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.514-3.113" /> <circle cx="18" cy="20" r="2" /> <circle cx="8" cy="20" r="2" /> </svg> `; export { ShoppingCartMinus as default }; //# sourceMappingURL=shopping-cart-minus.mjs.map