Files
klz-cables.com/.pnpm-store/v10/files/f3/a528799b1c7d45ceae1d4427a288955b73474a4294b3555770aab1aa0b98c4b07382019fc9448e2f83ef5320e4a77f9913083964e080410793b7f7c933dbae
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

18 lines
539 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 CircleArrowDown = createLucideIcon("CircleArrowDown", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M12 8v8", key: "napkw2" }],
["path", { d: "m8 12 4 4 4-4", key: "k98ssh" }]
]);
export { CircleArrowDown as default };
//# sourceMappingURL=circle-arrow-down.js.map