UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 839 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 Webhook = (props) => React.createElement("svg", { className: "lucide lucide-webhook", 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: "M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 012 17c.01-.7.2-1.4.57-2" }), React.createElement("path", { d: "M6 17l3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 116.89-4.06" }), React.createElement("path", { d: "M12 6l3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 010 8" })); exports.default = Webhook;