iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 758 B
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 GitCommit = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M10.979 5a3.42 3.42 0 00-2-1V0h-1v4a3.5 3.5 0 00-.18 6.89h.18v4h1v-4a3.08 3.08 0 00.84-.23 3.42 3.42 0 001.57-1.29 3.46 3.46 0 00-.41-4.37zm-.7 4.24a2.51 2.51 0 01-3.159.31A2.5 2.5 0 016.2 8.43a2.49 2.49 0 011.82-3.41 2.72 2.72 0 01.49 0 2.5 2.5 0 012.54 2.5 2.51 2.51 0 01-.8 1.75l.03-.03z", fill: "#C5C5C5" }));
exports.default = GitCommit;