Files
klz-cables.com/.pnpm-store/v10/files/25/030534cbd67bf8a606421da85ef40c02dc660cd4240415b51f6a2fab3bd935fd3c7191ebc1e435339efd7092f214bfbb65affba572680110c8098397e9d33b
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
499 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 CornerDownLeft = createLucideIcon("CornerDownLeft", [
["polyline", { points: "9 10 4 15 9 20", key: "r3jprv" }],
["path", { d: "M20 4v7a4 4 0 0 1-4 4H4", key: "6o5b7l" }]
]);
export { CornerDownLeft as default };
//# sourceMappingURL=corner-down-left.js.map