@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.33 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var MonitorSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.619161 1.64074C0.858859 1.39343 1.18904 1.25 1.53846 1.25H14.4615C14.811 1.25 15.1411 1.39343 15.3808 1.64074C15.6198 1.88725 15.75 2.21673 15.75 2.55556V11.4444C15.75 11.7833 15.6198 12.1128 15.3808 12.3593C15.1411 12.6066 14.811 12.75 14.4615 12.75H10.2135L10.6557 13.6344H11.2306C11.6448 13.6344 11.9806 13.9702 11.9806 14.3844C11.9806 14.7986 11.6448 15.1344 11.2306 15.1344H4.76917C4.35496 15.1344 4.01917 14.7986 4.01917 14.3844C4.01917 13.9702 4.35496 13.6344 4.76917 13.6344H5.34428L5.78647 12.75H1.53846C1.18905 12.75 0.85886 12.6066 0.619161 12.3593C0.380235 12.1128 0.25 11.7833 0.25 11.4444V2.55556C0.25 2.21673 0.380235 1.88725 0.619161 1.64074ZM7.01624 11.25C7.00579 11.2498 6.99534 11.2498 6.98492 11.25H1.75V2.75H14.25V11.25H9.01508C9.00466 11.2498 8.99421 11.2498 8.98376 11.25H7.01624ZM7.46353 12.75L7.02133 13.6344H8.97867L8.53647 12.75H7.46353Z", fill: "currentColor" }))); });
MonitorSIcon.displayName = 'MonitorSIcon';