Files
klz-cables.com/.pnpm-store/v10/files/35/8315754c9d3cd43e7740b4839649b1e8cfa8e8f2385a77afa285fbaa464bf805f4c929b8bce5b2b329b2bf8b2f9e5a83a8213e355c8796a4b40f2d5a17bb03
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
491 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 CornerUpLeft = createLucideIcon("CornerUpLeft", [
["polyline", { points: "9 14 4 9 9 4", key: "881910" }],
["path", { d: "M20 20v-7a4 4 0 0 0-4-4H4", key: "1nkjon" }]
]);
export { CornerUpLeft as default };
//# sourceMappingURL=corner-up-left.js.map