Files
klz-cables.com/.pnpm-store/v10/files/8d/80e6766d81d21c339c078cf896b8fc7b948aae936056ba944b5399e6d6df2efd1bc9a706e28c947265fbf59979b4ae5670f1aa31393939937b9aaabea8be1d
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

23 lines
739 B
Plaintext

'use client';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import React from 'react';
export const Info = () => {
return /*#__PURE__*/_jsxs("svg", {
fill: "none",
height: "26",
viewBox: "0 0 26 26",
width: "26",
xmlns: "http://www.w3.org/2000/svg",
children: [/*#__PURE__*/_jsx("path", {
d: "M13 21C17.4183 21 21 17.4183 21 13C21 8.58172 17.4183 5 13 5C8.58172 5 5 8.58172 5 13C5 17.4183 8.58172 21 13 21Z",
fill: "var(--theme-elevation-500)"
}), /*#__PURE__*/_jsx("path", {
d: "M13 16.1998V12.9998M13 9.7998H13.0077",
stroke: "var(--theme-elevation-50)",
strokeLinecap: "round",
strokeLinejoin: "round"
})]
});
};
//# sourceMappingURL=Info.js.map