Files
klz-cables.com/.pnpm-store/v10/files/0d/5c07cee8981d1232fedcd738e33f969f3664dae2ff5988319063fbd5c4e5694d6e8659dc9c39e082f9de77c77dc038bb3f884dcbca80180b24e9b2ad66c469
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
826 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 SunMoon = createLucideIcon("SunMoon", [
["path", { d: "M12 8a2.83 2.83 0 0 0 4 4 4 4 0 1 1-4-4", key: "1fu5g2" }],
["path", { d: "M12 2v2", key: "tus03m" }],
["path", { d: "M12 20v2", key: "1lh1kg" }],
["path", { d: "m4.9 4.9 1.4 1.4", key: "b9915j" }],
["path", { d: "m17.7 17.7 1.4 1.4", key: "qc3ed3" }],
["path", { d: "M2 12h2", key: "1t8f8n" }],
["path", { d: "M20 12h2", key: "1q8mjw" }],
["path", { d: "m6.3 17.7-1.4 1.4", key: "5gca6" }],
["path", { d: "m19.1 4.9-1.4 1.4", key: "wpu9u6" }]
]);
export { SunMoon as default };
//# sourceMappingURL=sun-moon.js.map