UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.47 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var MonitorMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.67244 4.99663C2.94293 4.72615 3.30978 4.57419 3.6923 4.57419H20.3076C20.6901 4.57419 21.057 4.72614 21.3275 4.99663C21.598 5.26712 21.7499 5.63397 21.7499 6.01649V17.0934C21.7499 17.4759 21.598 17.8427 21.3275 18.1132C21.057 18.3837 20.6901 18.5357 20.3076 18.5357H14.4924L15.277 20.4972H16.1538C16.568 20.4972 16.9038 20.833 16.9038 21.2472C16.9038 21.6614 16.568 21.9972 16.1538 21.9972H14.7859C14.7749 21.9975 14.7639 21.9975 14.753 21.9972H9.24706C9.23609 21.9975 9.22509 21.9975 9.21408 21.9972H7.84613C7.43192 21.9972 7.09613 21.6614 7.09613 21.2472C7.09613 20.833 7.43192 20.4972 7.84613 20.4972H8.72302L9.50763 18.5357H3.6923C3.30978 18.5357 2.94293 18.3837 2.67244 18.1132C2.40196 17.8428 2.25 17.4759 2.25 17.0934V6.01649C2.25 5.63397 2.40196 5.26711 2.67244 4.99663ZM10.6333 17.0357C10.6215 17.0354 10.6097 17.0354 10.5979 17.0357H3.75V6.07419H20.2499V17.0357H13.4021C13.3903 17.0354 13.3785 17.0354 13.3667 17.0357H10.6333ZM11.1232 18.5357L10.3386 20.4972H13.6614L12.8768 18.5357H11.1232Z", fill: "currentColor" }))); }); MonitorMIcon.displayName = 'MonitorMIcon';