iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 863 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 MonitorMac = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M2 5.701a2.25 2.25 0 012.25-2.25h15.5A2.25 2.25 0 0122 5.701V15.287a2.25 2.25 0 01-2.25 2.25h-5.5v1.512h1a.75.75 0 010 1.5h-6.5a.75.75 0 010-1.5h1v-1.512h-5.5A2.25 2.25 0 012 15.287V5.7zM12.75 19.05v-1.512h-1.5v1.512h1.5zm1.5-3.012h5.5a.75.75 0 00.75-.75V13.45h-17v1.836c0 .414.336.75.75.75h5.5v-.01h1.5v.01h1.5v-.01h1.5v.01zM20.5 5.7a.75.75 0 00-.75-.75H4.25a.75.75 0 00-.75.75v6.25h17v-6.25z", fill: "#323544" }));
exports.default = MonitorMac;