Files
klz-cables.com/.pnpm-store/v10/files/ad/acb958599c3104a62a59273445df8ad2ad4c780eef3c2e06ec789fbe6344a7ec729b0d306ca7de86f5b09eba5ee17c0e1399dcb41be6bb63ab80aa87626f76
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
503 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 CircleChevronLeft = createLucideIcon("CircleChevronLeft", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "m14 16-4-4 4-4", key: "ojs7w8" }]
]);
export { CircleChevronLeft as default };
//# sourceMappingURL=circle-chevron-left.js.map