Files
klz-cables.com/.pnpm-store/v10/files/35/5dcd0f3bd5abee87ce290ef8f58ff8a3e38c869b3dfa6c3f531471fa1e4e35ee9e9bf6c5a72440ef89d96929d0191c38438b951e9b12bc3fdb3890868fb544
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
495 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 CornerRightUp = createLucideIcon("CornerRightUp", [
["polyline", { points: "10 9 15 4 20 9", key: "1lr6px" }],
["path", { d: "M4 20h7a4 4 0 0 0 4-4V4", key: "1plgdj" }]
]);
export { CornerRightUp as default };
//# sourceMappingURL=corner-right-up.js.map