Files
klz-cables.com/.pnpm-store/v10/files/82/a1e677f6e40de3caba4dba664e9cf43675f1b241c1f017822b8f2f1ab51f4ad67ddc0e61c8d7769f353e61f1dc50555b0f00beb877cc8d1e9f03b7e9e24593
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
492 B
Plaintext

import { jsx as _jsx } from "react/jsx-runtime";
import React from 'react';
import './index.scss';
export const XIcon = ({
className
}) => /*#__PURE__*/_jsx("svg", {
className: [className, 'icon icon--x'].filter(Boolean).join(' '),
height: 20,
viewBox: "0 0 20 20",
width: 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