Files
klz-cables.com/.pnpm-store/v10/files/f9/bc4d1d06a1fb23602ee64a8d3ff2bb7cbaaf05f15ccf183a67bbe122651f27537e35eb1ac42822485f505c7c6c3846f19520d54262e23d6f13900d748135ce
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

24 lines
693 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 Cuboid = createLucideIcon("Cuboid", [
[
"path",
{
d: "m21.12 6.4-6.05-4.06a2 2 0 0 0-2.17-.05L2.95 8.41a2 2 0 0 0-.95 1.7v5.82a2 2 0 0 0 .88 1.66l6.05 4.07a2 2 0 0 0 2.17.05l9.95-6.12a2 2 0 0 0 .95-1.7V8.06a2 2 0 0 0-.88-1.66Z",
key: "1u2ovd"
}
],
["path", { d: "M10 22v-8L2.25 9.15", key: "11pn4q" }],
["path", { d: "m10 14 11.77-6.87", key: "1kt1wh" }]
]);
export { Cuboid as default };
//# sourceMappingURL=cuboid.js.map