Files
klz-cables.com/.pnpm-store/v10/files/15/14bd11fbeb92c9dd93fdb6c3e48f3d9d4cbea6b37d9c91d07bb3bc2eecdaf737baaf312b0215190e5ce214e93915bc46a1600d1b07057d3eebff89d024d8ae
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

14 lines
428 B
Plaintext

import { jsx as _jsx } from "react/jsx-runtime";
import React from 'react';
import './index.scss';
export const CloseMenuIcon = () => /*#__PURE__*/_jsx("svg", {
className: "icon icon--close-menu",
viewBox: "0 0 20 20",
xmlns: "http://www.w3.org/2000/svg",
children: /*#__PURE__*/_jsx("path", {
className: "stroke",
d: "M14 6L6 14M6 6L14 14",
strokeLinecap: "square"
})
});
//# sourceMappingURL=index.js.map