@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.01 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MonitorSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.MonitorSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M.62 1.64c.239-.247.569-.39.918-.39h12.923c.35 0 .68.143.92.39.239.247.369.577.369.916v8.888c0 .34-.13.669-.37.915-.239.248-.569.391-.919.391h-4.248l.443.884h.575a.75.75 0 0 1 0 1.5H4.769a.75.75 0 0 1 0-1.5h.575l.442-.884H1.538c-.349 0-.68-.143-.919-.39a1.32 1.32 0 0 1-.369-.916V2.556c0-.34.13-.669.37-.915m6.396 9.61H1.75v-8.5h12.5v8.5H7.016m.448 1.5-.443.884H8.98l-.443-.884z", clipRule: "evenodd" }))); });
exports.MonitorSIcon.displayName = 'MonitorSIcon';