iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.91 kB
JavaScript
;
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 Webhooks = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.373 10.471c-1.938-.987-2.647-2.296-2.178-3.9.412-1.412 1.804-2.337 3.22-2.12.707.11 1.329.403 1.813.964.734.85.9 1.84.675 2.945l.67.184 1.004.277c.713-1.986-.124-4.306-1.95-5.497-1.9-1.24-4.363-.979-5.978.637-.843.843-1.304 1.873-1.411 3.064-.152 1.685.534 3.045 1.686 4.208l-1.832 3.12-.157.01c-.085.005-.15.009-.216.019-1.204.173-2.052 1.26-1.849 2.37.229 1.252 1.351 2.021 2.504 1.715 1.222-.325 1.872-1.523 1.411-2.754-.167-.445-.064-.73.145-1.081.59-.988 1.17-1.98 1.76-2.992l.683-1.169zm4.147 1.493L13.749 8.79l.085-.212c.058-.143.111-.273.156-.407.234-.704.092-1.347-.353-1.918a2.015 2.015 0 00-2.303-.638c-.817.318-1.34 1.132-1.304 2.033.036.911.638 1.725 1.57 1.889.559.098.832.368 1.08.832.527.987 1.073 1.963 1.619 2.94l.647 1.16c1.829-1.238 3.342-1.199 4.472.091.979 1.118 1 2.82.048 3.962-1.116 1.338-2.618 1.392-4.337.261l-1.364 1.16c1.74 1.764 4.222 1.998 6.186.626 1.912-1.338 2.578-3.905 1.604-6.073-.806-1.794-3.054-3.47-6.035-2.533zm-3.959 5.412h3.589c.05.068.097.135.142.2.096.137.186.266.292.381.76.826 2.043.866 2.856.1.842-.793.88-2.127.084-2.956-.779-.811-2.11-.889-2.832-.03-.44.522-.89.583-1.472.574a171.2 171.2 0 00-3.197-.01l-1.282.002c.097 2.133-.697 3.462-2.272 3.778-1.542.309-2.961-.49-3.461-1.948-.568-1.656.134-2.981 2.163-4.032l-.46-1.694c-2.211.49-3.87 2.669-3.699 5.12.151 2.164 1.87 4.086 3.972 4.43a4.724 4.724 0 003.21-.58c1.28-.738 2.023-1.898 2.367-3.335z", fill: "#323544" }));
exports.default = Webhooks;