Files
klz-cables.com/.pnpm-store/v10/files/e2/563e9a1c119f98ca1ef1aa3936b6489a9881648c5ce9a70df422d79e694a0653db2a9c6d1141b874199621b28ae120ee9406a151b19cc9fedb09c076bcfc38
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

22 lines
826 B
Plaintext

import { jsx as _jsx } from "react/jsx-runtime";
import React from 'react';
import './index.scss';
export function TrashIcon({
className
}) {
return /*#__PURE__*/_jsx("svg", {
className: [className, 'icon icon--trash'].filter(Boolean).join(' '),
fill: "none",
height: "20",
viewBox: "0 0 20 20",
width: "20",
xmlns: "http://www.w3.org/2000/svg",
children: /*#__PURE__*/_jsx("path", {
d: "M4.1499 6.1H15.8499M14.5499 6.1V15.2C14.5499 15.85 13.8999 16.5 13.2499 16.5H6.7499C6.0999 16.5 5.4499 15.85 5.4499 15.2V6.1M7.3999 6.1V4.8C7.3999 4.15 8.0499 3.5 8.6999 3.5H11.2999C11.9499 3.5 12.5999 4.15 12.5999 4.8V6.1M8.6999 9.35V13.25M11.2999 9.35V13.25",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round"
})
});
}
//# sourceMappingURL=index.js.map