UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

31 lines (27 loc) 864 B
/** * @license lucide-react v1.46.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.mjs'; const __iconData = { name: "zap-off", size: 24, node: [ ["path", { d: "M10.768 5.111 13.44 2.44a1.5 1.5 0 012.474 1.561l-1.633 4.625", key: "l6h226" }], ["path", { d: "m18.889 13.232.672-.672A1.5 1.5 0 0018.5 10h-2.844", key: "1717b9" }], ["path", { d: "m2 2 20 20", key: "1ooewy" }], [ "path", { d: "m7.94 7.94-3.5 3.499A1.5 1.5 0 005.5 14h4.002a.5.5 0 01.471.666L8.086 20a1.5 1.5 0 002.475 1.56l5.5-5.5", key: "1bjzrh" } ] ] }; __iconData.node; const ZapOff = createLucideIcon(__iconData); export { __iconData, ZapOff as default }; //# sourceMappingURL=zap-off.mjs.map