iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 735 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 Npm = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 12.58h-1.129v-2.225H12v2.226zM22 8.13v6.645H12v1.097H7.548v-1.13H2V8.13h20zM7.548 9.193H3.097v4.452h2.226v-3.29h1.129v3.355H7.58l-.033-4.517zm5.581 0H8.677v5.549h2.226v-1.13h2.226V9.194zm7.742 0h-6.645v4.452h2.226v-3.29h1.129v3.355h1.129v-3.355h1.129v3.355h1.129V9.193h-.097z", fill: "#323544" }));
exports.default = Npm;