iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.37 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 GitCompare = (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: "M7.39 12.99l-1.27-1.27.67-.7 2.13 2.13v.7l-2.13 2.13-.71-.71L7.35 14H5.5A2.49 2.49 0 013 11.5V5.95a2.59 2.59 0 01-1.27-.68 2.52 2.52 0 01-.54-2.73A2.5 2.5 0 013.5 1a2.45 2.45 0 011 .19 2.48 2.48 0 011.35 1.35c.132.317.197.658.19 1a2.5 2.5 0 01-2 2.45v5.5a1.5 1.5 0 001.5 1.5h1.85zM2.71 4.74a1.5 1.5 0 002.08-2.08 1.55 1.55 0 00-.68-.56 1.49 1.49 0 00-.86-.08A1.49 1.49 0 002.07 3.2a1.49 1.49 0 00.08.86c.116.277.31.513.56.68zm10.33 6.3c.48.098.921.335 1.27.68a2.51 2.51 0 01.31 3.159 2.5 2.5 0 01-2.568 1.067 2.499 2.499 0 01-1.823-3.415 2.57 2.57 0 01.92-1.12 2.41 2.41 0 01.89-.37V5.49a1.5 1.5 0 00-1.5-1.5H8.69l1.27 1.27-.71.71-2.13-2.13v-.7l2.13-2.13.71.71-1.27 1.27h1.85a2.49 2.49 0 012.5 2.5v5.55zm-.352 3.943a1.5 1.5 0 001.101-2.322 1.55 1.55 0 00-.68-.56 1.49 1.49 0 00-.86-.08 1.49 1.49 0 00-1.18 1.18 1.49 1.49 0 00.08.86 1.5 1.5 0 001.539.922z", fill: "#424242" }));
exports.default = GitCompare;