iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 768 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 RepoForked = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M14 4a2 2 0 10-2.47 1.94V7a.48.48 0 01-.27.44L8.49 8.88l-2.76-1.4A.49.49 0 015.46 7V5.94a2 2 0 10-1 0V7a1.51 1.51 0 00.82 1.34L8 9.74v1.32a2 2 0 101 0V9.74l2.7-1.36A1.49 1.49 0 0012.52 7V5.92A2 2 0 0014 4zM4 4a1 1 0 112 0 1 1 0 01-2 0zm5.47 9a1 1 0 11-2 0 1 1 0 012 0zM12 5a1 1 0 110-2 1 1 0 010 2z", fill: "#C5C5C5" }));
exports.default = RepoForked;