Files
klz-cables.com/.pnpm-store/v10/files/85/59bc338ba53029993ddc696c0229f7c90d8cae4caa0dc7cd74b777043fda02b3727099f55d6d81aadf6f8f4e3eadd8ec890e8bacce6d69dfdb2ddce3a60135
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

22 lines
759 B
Plaintext

/**
* @license lucide-react v0.441.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.js';
const ShoppingBasket = createLucideIcon("ShoppingBasket", [
["path", { d: "m15 11-1 9", key: "5wnq3a" }],
["path", { d: "m19 11-4-7", key: "cnml18" }],
["path", { d: "M2 11h20", key: "3eubbj" }],
["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", key: "yiazzp" }],
["path", { d: "M4.5 15.5h15", key: "13mye1" }],
["path", { d: "m5 11 4-7", key: "116ra9" }],
["path", { d: "m9 11 1 9", key: "1ojof7" }]
]);
export { ShoppingBasket as default };
//# sourceMappingURL=shopping-basket.js.map