Files
klz-cables.com/.pnpm-store/v10/files/b2/738588ed89d950de16f5abd2208713d98c5f8015831f516a1a80f726028f710e8b1e52ca333937ce082a52c62d1680da07a438c9a926d4b7107225c2f0982a
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
790 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 HandPlatter = createLucideIcon("HandPlatter", [
["path", { d: "M12 3V2", key: "ar7q03" }],
["path", { d: "M5 10a7.1 7.1 0 0 1 14 0", key: "1t9y3n" }],
["path", { d: "M4 10h16", key: "img6z1" }],
["path", { d: "M2 14h12a2 2 0 1 1 0 4h-2", key: "loyjft" }],
[
"path",
{
d: "m15.4 17.4 3.2-2.8a2 2 0 0 1 2.8 2.9l-3.6 3.3c-.7.8-1.7 1.2-2.8 1.2h-4c-1.1 0-2.1-.4-2.8-1.2L5 18",
key: "1rixiy"
}
],
["path", { d: "M5 14v7H2", key: "3mujks" }]
]);
export { HandPlatter as default };
//# sourceMappingURL=hand-platter.js.map