UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

25 lines (21 loc) 756 B
/** * @license lucide-react-native v1.31.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 ZapOff = createLucideIcon("ZapOff", [ ["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" } ] ]); export { ZapOff as default }; //# sourceMappingURL=zap-off.mjs.map