iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 904 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 NvmeFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-nvme-fill", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M6 7H5v2h1zm6 0H9v2h3z" }),
React.createElement("path", { d: "M2 4a.5.5 0 00-.5.5h-1A.5.5 0 000 5v1a.5.5 0 00.5.5h1a.25.25 0 010 .5h-1a.5.5 0 00-.5.5V11a.5.5 0 00.5.5h1a.5.5 0 00.5.5h13.5a.5.5 0 00.5-.5V9a.5.5 0 00-.5-.5.5.5 0 010-1A.5.5 0 0016 7V4.5a.5.5 0 00-.5-.5zm2 2.5a.5.5 0 01.5-.5h2a.5.5 0 01.5.5v3a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5zm4 0a.5.5 0 01.5-.5h4a.5.5 0 01.5.5v3a.5.5 0 01-.5.5h-4a.5.5 0 01-.5-.5z" }));
exports.default = NvmeFill;