UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

28 lines (24 loc) 672 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", size: 24, node: [ [ "path", { d: "M15.914 4a1.5 1.5 0 00-2.474-1.561l-9 9A1.5 1.5 0 005.5 14h4.002a.5.5 0 01.471.666L8.086 20a1.5 1.5 0 002.475 1.56l9-9A1.5 1.5 0 0018.5 10h-3.997a.5.5 0 01-.472-.667z", key: "1v7up4" } ] ] }; __iconData.node; const Zap = createLucideIcon(__iconData); export { __iconData, Zap as default }; //# sourceMappingURL=zap.mjs.map