Files
klz-cables.com/.pnpm-store/v10/files/6f/db4d7453c56186f6167a314bf100c57e48808993c3f1ec7e6c1c68f4076c73cd8831d1f27bca35496bae0123a8904a5e109c7c8ddd91c05756b221fdf6d034
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
463 B
Plaintext

import { jsx as _jsx } from "react/jsx-runtime";
import React from 'react';
import './index.scss';
export const LineIcon = () => /*#__PURE__*/_jsx("svg", {
className: "icon icon--line",
fill: "none",
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 10H14.6667",
strokeLinecap: "square"
})
});
//# sourceMappingURL=index.js.map