iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 995 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 RepoPull = (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 1.5V3h-1V2H3v8h10v3.5l-.5.5H8v-1h4v-2H2.735a.72.72 0 00-.285.06.74.74 0 00-.4.4.93.93 0 00-.05.29v.5a.93.93 0 00.05.29.74.74 0 00.4.4c.091.04.19.06.29.06H3v1h-.26a1.9 1.9 0 01-.67-.13 1.77 1.77 0 01-.94-.95 1.7 1.7 0 01-.13-.67v-9.5a1.7 1.7 0 01.13-.62 1.77 1.77 0 01.94-1A1.9 1.9 0 012.74 1h9.76l.5.5zM2 10.17V2.748v7.422zM5 3H4v1h1V3zm0 2H4v1h1V5zM4 7h1v1H4V7zm8.07-3.61l-.7.71 1.92 1.92H7v1h6.39l-2.02 2.03.7.7 2.83-2.82v-.71l-2.83-2.83zM5.5 13.49L4.28 15H4v-3h3v3h-.28L5.5 13.49z", fill: "#C5C5C5" }));
exports.default = RepoPull;