Files
klz-cables.com/.pnpm-store/v10/files/ac/461e8588a6f8ca9b3689c8373d8c68d1fc799a046e0f41d4fac495099b15ffb96f00bb12f224be5771590345fd1b064de63e197c9d23f12fb93a4ee371edcc
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
498 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 CornerUpRight = createLucideIcon("CornerUpRight", [
["polyline", { points: "15 14 20 9 15 4", key: "1tbx3s" }],
["path", { d: "M4 20v-7a4 4 0 0 1 4-4h12", key: "1lu4f8" }]
]);
export { CornerUpRight as default };
//# sourceMappingURL=corner-up-right.js.map