Files
klz-cables.com/.pnpm-store/v10/files/cd/4883d0a996f731ea573ac92a2e16d216fb232264ab5f496597534b6d1ec0a5a043057044be6361755cdf8f9085367b0f6a2819fdd2ee0d0f1b8cd897ac76f7
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

16 lines
476 B
Plaintext

import { jsx as _jsx } from "react/jsx-runtime";
import React from 'react';
import './index.scss';
export const PlusIcon = () => /*#__PURE__*/_jsx("svg", {
className: "icon icon--plus",
height: "20",
viewBox: "0 0 20 20",
width: "20",
xmlns: "http://www.w3.org/2000/svg",
children: /*#__PURE__*/_jsx("path", {
className: "stroke",
d: "M5.33333 9.99998H14.6667M9.99999 5.33331V14.6666",
strokeLinecap: "square"
})
});
//# sourceMappingURL=index.js.map