UNPKG

552 BJavaScriptView Raw
1/**
2 * @license lucide-react v0.360.0 - ISC
3 *
4 * This source code is licensed under the ISC license.
5 * See the LICENSE file in the root directory of this source tree.
6 */
7
8import createLucideIcon from '../createLucideIcon.js';
9
10const Zap = createLucideIcon("Zap", [
11 [
12 "path",
13 {
14 d: "M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",
15 key: "1xq2db"
16 }
17 ]
18]);
19
20export { Zap as default };
21//# sourceMappingURL=zap.js.map