iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.01 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 RepoClone = (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: "M13 10H4V2h4V1H3.74a1.9 1.9 0 00-.67.13 1.66 1.66 0 00-.57.41 1.73 1.73 0 00-.37.59 1.68 1.68 0 00-.13.62v9.5a1.75 1.75 0 001.07 1.62 1.9 1.9 0 00.67.13H4v-1h-.26a.72.72 0 01-.29-.06.78.78 0 01-.4-.4.93.93 0 010-.29v-.5a.93.93 0 010-.29.78.78 0 01.4-.4.72.72 0 01.29-.06H13v2H9v1h4.5l.5-.5V9h-1v1zM6 3H5v1h1V3zM5 5h1v1H5V5zm0 2h1v1H5V7zm.28 8H5v-3h3v3h-.28L6.5 13.49 5.28 15zM10 1h4.5l.5.5v6l-.5.5H12v1h-1V8h-1a1 1 0 01-1-1V2a1 1 0 011-1zm.5 6h.5V6h-.5a.5.5 0 000 1zM12 7h2V6h-2v1zm-1-2h3V2h-3v3z", fill: "#424242" }));
exports.default = RepoClone;