Files
klz-cables.com/.pnpm-store/v10/files/85/c8b5fd63ee11109c375b5371a13844b4cd4e2ee4cf488eeb5e2e91cf1645716648182163d99dff68d6feb0b8ead93b216a334220b1b73cc221ddc8b9529c5d
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
442 B
Plaintext

import { jsx as _jsx } from "react/jsx-runtime";
import React from 'react';
import './index.scss';
export const CheckIcon = () => /*#__PURE__*/_jsx("svg", {
className: "icon icon--check",
viewBox: "0 0 20 20",
xmlns: "http://www.w3.org/2000/svg",
children: /*#__PURE__*/_jsx("path", {
className: "stroke",
d: "M15.3333 6.00001L8.00001 13.3333L4.66667 10",
strokeLinecap: "square"
})
});
//# sourceMappingURL=index.js.map