UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.93 kB
"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 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.419.895.419 1.388.008.343-.057.684-.19 1A2.484 2.484 0 013.5 15.984a2.482 2.482 0 01-1.388-.419A2.487 2.487 0 011.05 13c.095-.486.331-.932.68-1.283.349-.343.79-.579 1.269-.68V5.949a2.6 2.6 0 01-1.269-.68 2.503 2.503 0 01-.68-1.283A2.487 2.487 0 012.11 1.421 2.49 2.49 0 013.5 1a2.504 2.504 0 011.807.729 2.493 2.493 0 01.729 1.81c.002.494-.144.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.235-.49.249-.76a1.51 1.51 0 00-.177-.78zM2.708 4.741c.247.161.536.25.83.25.27 0 .538-.075.77-.211a1.514 1.514 0 00.729-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.179 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.766.002.493-.144.977-.42 1.388a2.499 2.499 0 01-4.386-2.345c.194-.452.514-.842.921-1.119.267-.183.571-.308.889-.37V5.489a1.5 1.5 0 00-1.5-1.499H8.687l1.269 1.27-.71.709L7.117 3.84v-.7l2.13-2.13.71.711-1.27 1.27h1.85a2.485 2.485 0 012.313 1.541c.124.302.189.628.187.957v5.548zm.557 3.509a1.493 1.493 0 00.191-1.89 1.552 1.552 0 00-.68-.559 1.49 1.49 0 00-.86-.08 1.493 1.493 0 00-1.179 1.18c-.058.288-.031.586.08.86a1.496 1.496 0 002.448.49z", fill: "#C5C5C5" })); exports.default = GitPullRequest;