iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 709 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 Pnpm = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21 8.626h-5.625V3H21v5.625zM14.812 8.626H9.187V3h5.625v5.625zM8.625 8.626H3V3h5.625v5.625zM21 14.813h-5.625V9.188H21v5.625zM14.812 14.813H9.187V9.188h5.625v5.625zM14.812 21H9.187v-5.625h5.625V21zM21 21h-5.625v-5.625H21V21zM8.625 21H3v-5.625h5.625V21z", fill: "#323544" }));
exports.default = Pnpm;