Files
klz-cables.com/.pnpm-store/v10/files/4f/3f519f94c7ed83298a7f426b46837c767736714d503b26c3b19fee634b5df7ac4903b3451c4d4b79eda2c0abb62fb4739dce11ed372c468239cbe84bb4cc45
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

21 lines
694 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 CaptionsOff = createLucideIcon("CaptionsOff", [
["path", { d: "M10.5 5H19a2 2 0 0 1 2 2v8.5", key: "jqtk4d" }],
["path", { d: "M17 11h-.5", key: "1961ue" }],
["path", { d: "M19 19H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2", key: "1keqsi" }],
["path", { d: "m2 2 20 20", key: "1ooewy" }],
["path", { d: "M7 11h4", key: "1o1z6v" }],
["path", { d: "M7 15h2.5", key: "1ina1g" }]
]);
export { CaptionsOff as default };
//# sourceMappingURL=captions-off.js.map