@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 685 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function MonitorIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", "aria-label": "monitor icon", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M20.998 3H3a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h8v2H7.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h8.998a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H13v-2h7.998a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1ZM4 5v11h16l-.002-11H4Z", clipRule: "evenodd" }) });
}
exports.default = MonitorIcon;