UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 777 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const ZapOff = (props) => React.createElement("svg", { className: "lucide lucide-zap-off", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M10.513 4.856L13.12 2.17a.5.5 0 01.86.46l-1.377 4.317M15.656 10H20a1 1 0 01.78 1.63l-1.72 1.773M16.273 16.273L10.88 21.83a.5.5 0 01-.86-.46l1.92-6.02A1 1 0 0011 14H4a1 1 0 01-.78-1.63l4.507-4.643M2 2l20 20" })); exports.default = ZapOff;