iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.86 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 GitPullRequest = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.616 4.928a2.487 2.487 0 01-1.119.922c-.148.06-.458.138-.458.138v5.008a2.51 2.51 0 011.579 1.062c.273.412.42.895.42 1.388A2.484 2.484 0 013.5 15.984a2.482 2.482 0 01-1.389-.419A2.487 2.487 0 011.05 13c.095-.486.331-.932.68-1.283.35-.343.79-.579 1.27-.68V5.949a2.6 2.6 0 01-1.27-.68 2.503 2.503 0 01-.68-1.283 2.487 2.487 0 011.062-2.565A2.49 2.49 0 013.5 1a2.504 2.504 0 011.807.729 2.493 2.493 0 01.73 1.81c.001.494-.145.978-.42 1.389zm-.756 7.861a1.5 1.5 0 00-.552-.579 1.45 1.45 0 00-.77-.21 1.495 1.495 0 00-1.47 1.79 1.493 1.493 0 001.18 1.179c.288.058.586.03.86-.08.276-.117.512-.312.68-.56.15-.226.236-.49.25-.76a1.51 1.51 0 00-.178-.78zM2.708 4.741c.247.161.536.25.83.25.271 0 .538-.075.77-.211a1.514 1.514 0 00.73-1.359 1.513 1.513 0 00-.25-.76 1.551 1.551 0 00-.68-.56 1.49 1.49 0 00-.86-.08 1.494 1.494 0 00-1.18 1.18 1.49 1.49 0 00.08.86c.117.276.312.512.56.68zm10.329 6.296c.48.097.922.335 1.269.68.466.47.729 1.107.725 1.766a2.48 2.48 0 01-.419 1.388 2.498 2.498 0 01-4.386-2.345c.193-.452.513-.842.92-1.119.267-.183.571-.308.89-.37V5.489a1.5 1.5 0 00-1.5-1.499h-1.85l1.27 1.27-.71.709L7.117 3.84v-.7l2.13-2.13.71.711-1.269 1.27h1.85a2.485 2.485 0 012.312 1.541c.125.302.189.628.187.957v5.548zm.557 3.509a1.5 1.5 0 00-.49-2.448 1.49 1.49 0 00-.858-.08 1.494 1.494 0 00-1.18 1.179 1.49 1.49 0 00.08.86 1.496 1.496 0 002.448.49z", fill: "#424242" }));
exports.default = GitPullRequest;