UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 809 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 WebhookOff = (props) => React.createElement("svg", { className: "lucide lucide-webhook-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: "M17 17h-5c-1.09-.02-1.94.92-2.5 1.9A3 3 0 112.57 15M9 3.4a4 4 0 016.52.66" }), React.createElement("path", { d: "M6 17l3.1-5.8a2.5 2.5 0 00.057-2.05M20.3 20.3a4 4 0 01-2.3.7M18.6 13a4 4 0 013.357 3.414M12 6l.6 1M2 2l20 20" })); exports.default = WebhookOff;