Files
klz-cables.com/.pnpm-store/v10/files/cb/d3c83322cf8e74e032bf213411f1bd91bc415c5d862b44dde9d53a00927ac8bdfabd198aa21d7431b5d290f11acd3bf8c74e2bdb4e7dafbfbd22b5df1f3bf4
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
524 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 SquareChevronDown = createLucideIcon("SquareChevronDown", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "m16 10-4 4-4-4", key: "894hmk" }]
]);
export { SquareChevronDown as default };
//# sourceMappingURL=square-chevron-down.js.map