iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 915 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 SourceControl = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21.007 8.222a3.737 3.737 0 10-4.806 3.562 2.99 2.99 0 01-2.668 1.67h-2.99a4.456 4.456 0 00-2.989 1.165V7.4a3.737 3.737 0 10-1.494 0v9.117a3.776 3.776 0 101.816.099 2.99 2.99 0 012.668-1.667h2.99a4.484 4.484 0 004.223-3.039 3.736 3.736 0 003.25-3.687zM4.565 3.738a2.242 2.242 0 114.484 0 2.242 2.242 0 01-4.484 0zm4.484 16.441a2.242 2.242 0 11-4.484 0 2.242 2.242 0 014.484 0zm8.22-9.715a2.243 2.243 0 11.001-4.485 2.243 2.243 0 010 4.485z", fill: "#C5C5C5" }));
exports.default = SourceControl;