iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 889 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 Repo = (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: "M14 10V1.5l-.5-.5H3.74a1.9 1.9 0 00-.67.13 1.77 1.77 0 00-.94 1 1.7 1.7 0 00-.13.62v9.5a1.7 1.7 0 00.13.67c.177.427.515.768.94.95a1.9 1.9 0 00.67.13H4v-1h-.26a.72.72 0 01-.29-.06.74.74 0 01-.4-.4.93.93 0 01-.05-.29v-.5a.93.93 0 01.05-.29.74.74 0 01.4-.4.72.72 0 01.286-.06H13v2H9v1h4.5l.5-.5V10zM4 10V2h9v8H4zm1-7h1v1H5V3zm0 2h1v1H5V5zm1 2H5v1h1V7zm.5 6.49L5.28 15H5v-3h3v3h-.28L6.5 13.49z", fill: "#424242" }));
exports.default = Repo;