Files
klz-cables.com/.pnpm-store/v10/files/7a/390cc83f09b8218929b67d81567139e51ed167e05ee217f92a801285337acfa498de73688f0006bcd1b3b1ac75e9ffcfb98ed0d29818e2dd05e6ab314fdf87
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

15 lines
552 B
Plaintext

import { jsx as _jsx } from "react/jsx-runtime";
import React from 'react';
export const CodeBlockIcon = () => /*#__PURE__*/_jsx("svg", {
"aria-hidden": "true",
className: "graphic code-block-icon",
focusable: "false",
viewBox: "0 0 20 20",
xmlns: "http://www.w3.org/2000/svg",
children: /*#__PURE__*/_jsx("path", {
className: "stroke",
d: "M14 12.6667L16.6667 9.99999L14 7.33332M5.99999 7.33332L3.33333 9.99999L5.99999 12.6667M11.6667 4.66666L8.33333 15.3333",
strokeLinecap: "square"
})
});
//# sourceMappingURL=index.js.map