UNPKG

@gravity-ui/icons

Version:

Pack of Gravity UI icons

8 lines (7 loc) 1.05 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const React = tslib_1.__importStar(require("react")); const CodePullRequestArrowRight = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.53 5.788A2.77 2.77 0 0 1 5 6.896V9.25a.75.75 0 0 1-1.5 0V6.896h-.003a2.7 2.7 0 0 1-.785-.366 2.75 2.75 0 1 1 4.134-3.188L8.22 1.97a.75.75 0 0 1 1.06 1.06l-.47.47h.69a3 3 0 0 1 1.139.224A3 3 0 0 1 12.5 6.5v.75a.75.75 0 0 1-1.5 0V6.5q0-.116-.017-.225A1.5 1.5 0 0 0 9.5 5h-.69l.47.47a.75.75 0 0 1-1.06 1.06L6.847 5.157v.001a2.7 2.7 0 0 1-.317.63M5.5 4.25a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0m4.97 6.53a.75.75 0 1 1 1.06-1.06l1.75 1.75a.75.75 0 0 1 0 1.06l-1.75 1.75a.75.75 0 1 1-1.06-1.06l.47-.47H3.25a.75.75 0 0 1 0-1.5h7.69z", clipRule: "evenodd" }))); exports.default = CodePullRequestArrowRight;