iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.03 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 Connections = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M15.878 8.552c-.97 0-1.821-.499-2.317-1.253L7.527 9.98c.007.08.024.157.024.239 0 .148-.02.29-.043.432l6.043 2.503a2.77 2.77 0 0 1 2.327-1.27 2.776 2.776 0 1 1-2.776 2.776c0-.148.022-.291.044-.433l-6.044-2.502a2.77 2.77 0 0 1-2.326 1.27 2.776 2.776 0 0 1 0-5.553c1.05 0 1.954.591 2.425 1.453l5.95-2.643a2.797 2.797 0 0 1-.048-.475 2.776 2.776 0 1 1 2.775 2.776zm0 7.772a1.666 1.666 0 1 0 0-3.331 1.666 1.666 0 0 0 0 3.331zM4.776 8.551a1.666 1.666 0 1 0 0 3.332 1.666 1.666 0 0 0 0-3.332zm11.102-4.44a1.666 1.666 0 1 0 0 3.331 1.666 1.666 0 0 0 0-3.331z", fill: "#000", fillRule: "evenodd" }));
exports.default = Connections;