Files
klz-cables.com/.pnpm-store/v10/files/cf/58dd273f0b742f3db35a96f97c3af5abcd8abe786df2bb2f5718d12b88e850d24349b0bbd002201c473e94632300a04376bb9655662152465604e7b0b66fc2
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

27 lines
1.0 KiB
Plaintext

import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import React from 'react';
import './index.scss';
export const LockIcon = ({
className
}) => /*#__PURE__*/_jsxs("svg", {
className: ['icon icon--lock', className].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", {
className: "stroke",
d: "M7.5 9.5V7.5C7.5 6.83696 7.76339 6.20107 8.23223 5.73223C8.70107 5.26339 9.33696 5 10 5C10.663 5 11.2989 5.26339 11.7678 5.73223C12.2366 6.20107 12.5 6.83696 12.5 7.5V9.5",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeOpacity: "1"
}), /*#__PURE__*/_jsx("path", {
className: "stroke",
d: "M13.5 9.5H6.5C5.94772 9.5 5.5 9.94772 5.5 10.5V14C5.5 14.5523 5.94772 15 6.5 15H13.5C14.0523 15 14.5 14.5523 14.5 14V10.5C14.5 9.94772 14.0523 9.5 13.5 9.5Z",
stopOpacity: "1",
strokeLinecap: "round",
strokeLinejoin: "round"
})]
});
//# sourceMappingURL=index.js.map