Files
klz-cables.com/.pnpm-store/v10/files/8b/1f5b60c932cee61ecec23a5761caa984d060997b4ae659fd532de1a27a2fd79752a820f50e4f26f0f7651d48339b3cf8c9369c5c2bc6a1c42c3f3a72fe0c30
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

38 lines
1.2 KiB
Plaintext

import { jsx as _jsx } from "react/jsx-runtime";
import React from 'react';
import './index.scss';
export const SortDownIcon = ({
className
}) => /*#__PURE__*/_jsx("svg", {
className: "icon icon--sort",
fill: "none",
height: "20",
viewBox: "0 0 20 20",
width: "20",
xmlns: "http://www.w3.org/2000/svg",
children: /*#__PURE__*/_jsx("path", {
className: "fill",
d: "M2.5 13.3333L5.83333 16.6667M5.83333 16.6667L9.16667 13.3333M5.83333 16.6667V3.33333M9.16667 7.08333H17.5M9.16667 10.4167H15M11.6667 13.75H12.5",
stroke: "#2F2F2F",
strokeLinecap: "round",
strokeLinejoin: "round"
})
});
export const SortUpIcon = ({
className
}) => /*#__PURE__*/_jsx("svg", {
className: "icon icon--sort",
fill: "none",
height: "20",
viewBox: "0 0 20 20",
width: "20",
xmlns: "http://www.w3.org/2000/svg",
children: /*#__PURE__*/_jsx("path", {
className: "fill",
d: "M2.5 6.66668L5.83333 3.33334M5.83333 3.33334L9.16667 6.66668M5.83333 3.33334V16.6667M11.6667 7.08354H17.5M9.16667 10.4169H15M9.16667 13.7502H12.5",
stroke: "#2F2F2F",
strokeLinecap: "round",
strokeLinejoin: "round"
})
});
//# sourceMappingURL=index.js.map