UNPKG

lucide-static

Version:

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

33 lines (30 loc) 763 B
/** * @license lucide-static v0.525.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const ShoppingBasket = ` <svg class="lucide lucide-shopping-basket" 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="m15 11-1 9" /> <path d="m19 11-4-7" /> <path d="M2 11h20" /> <path d="m3.5 11 1.6 7.4a2 2 0 0 0 2 1.6h9.8a2 2 0 0 0 2-1.6l1.7-7.4" /> <path d="M4.5 15.5h15" /> <path d="m5 11 4-7" /> <path d="m9 11 1 9" /> </svg> `; export { ShoppingBasket as default }; //# sourceMappingURL=shopping-basket.js.map