Files
klz-cables.com/.pnpm-store/v10/files/3c/92c6351d5a15a73ba28eecf9b44b7c48c22ed6d038965afe668899c0dbd22ab7a88c4b51a0e0b8e38325ea7abae8497b772d61a7530e7d438d3b40ee6d7376
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
626 B
Plaintext

/**
* @license lucide-react v0.441.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.js';
const CakeSlice = createLucideIcon("CakeSlice", [
["circle", { cx: "9", cy: "7", r: "2", key: "1305pl" }],
[
"path",
{ d: "M7.2 7.9 3 11v9c0 .6.4 1 1 1h16c.6 0 1-.4 1-1v-9c0-2-3-6-7-8l-3.6 2.6", key: "xle13f" }
],
["path", { d: "M16 13H3", key: "1wpj08" }],
["path", { d: "M16 17H3", key: "3lvfcd" }]
]);
export { CakeSlice as default };
//# sourceMappingURL=cake-slice.js.map