iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.35 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 GitMerge = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.273 7.73a2.51 2.51 0 00-3.159-.31 2.5 2.5 0 00-.921 1.12 2.23 2.23 0 00-.13.44 4.52 4.52 0 01-4-4 2.23 2.23 0 00.44-.13 2.5 2.5 0 001.54-2.31 2.45 2.45 0 00-.19-1A2.48 2.48 0 005.503.19a2.45 2.45 0 00-1-.19 2.5 2.5 0 00-2.31 1.54 2.52 2.52 0 00.54 2.73c.35.343.79.579 1.27.68v5.1a2.411 2.411 0 00-.89.37 2.5 2.5 0 103.47 3.468 2.5 2.5 0 00.42-1.387 2.45 2.45 0 00-.19-1 2.48 2.48 0 00-1.81-1.49v-2.4a5.52 5.52 0 002 1.73 5.65 5.65 0 002.09.6 2.5 2.5 0 004.95-.49 2.51 2.51 0 00-.77-1.72zm-8.2 3.38c.276.117.512.312.68.56a1.5 1.5 0 01-2.08 2.08 1.55 1.55 0 01-.56-.68 1.49 1.49 0 01-.08-.86 1.49 1.49 0 011.18-1.18 1.49 1.49 0 01.86.08zM4.503 4a1.5 1.5 0 01-1.39-.93 1.49 1.49 0 01-.08-.86 1.49 1.49 0 011.18-1.18 1.49 1.49 0 01.86.08A1.5 1.5 0 014.503 4zm8.06 6.56a1.5 1.5 0 01-2.45-.49 1.49 1.49 0 01-.08-.86 1.49 1.49 0 011.18-1.18 1.49 1.49 0 01.86.08 1.499 1.499 0 01.49 2.45z", fill: "#C5C5C5" }));
exports.default = GitMerge;