iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.45 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 VectorNodes6 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9.377 6.5a2.751 2.751 0 015.293 0h2.853v-.75a.75.75 0 01.75-.75h3a.75.75 0 01.75.75v3a.75.75 0 01-.75.75h-3a.75.75 0 01-.75-.75V8H14.67a2.738 2.738 0 01-.38.807 6.15 6.15 0 011.774.842c1.01.7 1.672 1.627 2.104 2.526A8.969 8.969 0 0118.97 15h.803a.75.75 0 01.75.75v3a.75.75 0 01-.75.75h-3a.75.75 0 01-.75-.75v-3a.75.75 0 01.75-.75h.684a7.47 7.47 0 00-.641-2.175c-.349-.726-.86-1.425-1.607-1.943-.741-.514-1.76-.882-3.186-.882-1.425 0-2.444.368-3.186.882-.747.518-1.257 1.217-1.606 1.943A7.471 7.471 0 006.589 15h.684a.75.75 0 01.75.75v3a.75.75 0 01-.75.75h-3a.75.75 0 01-.75-.75v-3a.75.75 0 01.75-.75h.804a8.97 8.97 0 01.802-2.825c.432-.9 1.094-1.825 2.104-2.526.51-.354 1.099-.642 1.774-.842A2.738 2.738 0 019.377 8H6.523v.75a.75.75 0 01-.75.75h-3a.75.75 0 01-.75-.75v-3a.75.75 0 01.75-.75h3a.75.75 0 01.75.75v.75h2.854zm3.896.75a1.25 1.25 0 10-2.5 0 1.25 1.25 0 002.5 0zM17.523 18h1.5v-1.5h-1.5V18zm-12.5 0h1.5v-1.5h-1.5V18zm-1.5-10h1.5V6.5h-1.5V8zm15.5 0h1.5V6.5h-1.5V8z", fill: "#323544" }));
exports.default = VectorNodes6;