iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 991 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 VectorNodes7 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M4.523 2.75a.75.75 0 01.75-.75h3a.75.75 0 01.75.75v3a.75.75 0 01-.75.75h-.789v3.25h.79a.75.75 0 01.75.75v.75h6v-.75a.75.75 0 01.75-.75h3a.75.75 0 01.75.75v3a.75.75 0 01-.75.75h-.75v3.25h.75a.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.75v-3.25h-.75a.75.75 0 01-.75-.75v-.75h-6v.75a.75.75 0 01-.75.75h-3a.75.75 0 01-.75-.75v-3a.75.75 0 01.75-.75h.71V6.5h-.71a.75.75 0 01-.75-.75v-3zm12 10h1.5v-1.5h-1.5v1.5zm-9-1.5h-1.5v1.5h1.5v-1.5zm0-6.25V3.5h-1.5V5h1.5zm9 14v1.5h1.5V19h-1.5z", fill: "#323544" }));
exports.default = VectorNodes7;