Files
klz-cables.com/.pnpm-store/v10/files/79/725485dbfd901b0010cfdc5401bde264f7eaa9af5950f98feebd94b4ec489d562d3fd3cad1d56350fcbb669b0a63c0d4fc0abffa18a7892e73b31388b7ec09
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

17 lines
501 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 CornerLeftDown = createLucideIcon("CornerLeftDown", [
["polyline", { points: "14 15 9 20 4 15", key: "nkc4i" }],
["path", { d: "M20 4h-7a4 4 0 0 0-4 4v12", key: "nbpdq2" }]
]);
export { CornerLeftDown as default };
//# sourceMappingURL=corner-left-down.js.map