UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 765 B
"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 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-4c.29-.037.572-.114.84-.23a3.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.158.31 2.5 2.5 0 01-.922-1.12 2.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.512 2.512 0 01-.8 1.75l.03-.03z", fill: "#424242" })); exports.default = GitCommit;