@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.68 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var DeviceMIcon = 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: "M5.64438 2.87521C6.0447 2.4749 6.58764 2.25 7.15378 2.25H16.8461C17.4122 2.25 17.9552 2.4749 18.3555 2.87521C18.7558 3.27553 18.9807 3.81848 18.9807 4.38461V19.6154C18.9807 20.1815 18.7558 20.7245 18.3555 21.1248C17.9552 21.5251 17.4122 21.75 16.8461 21.75H7.15378C6.58764 21.75 6.0447 21.5251 5.64438 21.1248C5.24406 20.7245 5.01917 20.1815 5.01917 19.6154V4.38461C5.01917 3.81848 5.24406 3.27553 5.64438 2.87521ZM7.15378 3.75C6.98547 3.75 6.82405 3.81686 6.70504 3.93587C6.58603 4.05489 6.51917 4.2163 6.51917 4.38461V19.6154C6.51917 19.7837 6.58603 19.9451 6.70504 20.0641C6.82405 20.1831 6.98547 20.25 7.15378 20.25H16.8461C17.0144 20.25 17.1758 20.1831 17.2948 20.0641C17.4138 19.9451 17.4807 19.7837 17.4807 19.6154V4.38461C17.4807 4.21631 17.4138 4.05489 17.2948 3.93587C17.1758 3.81686 17.0144 3.75 16.8461 3.75H7.15378ZM11.2248 6.0326C11.4303 5.82703 11.7092 5.71154 11.9999 5.71154C12.291 5.71154 12.5695 5.82733 12.7748 6.0326C12.9804 6.23817 13.0959 6.51698 13.0959 6.8077C13.0959 7.09842 12.9804 7.37723 12.7748 7.5828C12.5695 7.7881 12.291 7.90385 11.9999 7.90385C11.7092 7.90385 11.4303 7.78836 11.2248 7.58279C11.0192 7.37722 10.9037 7.09841 10.9037 6.8077C10.9037 6.51698 11.0192 6.23817 11.2248 6.0326Z", fill: "currentColor" }))); });
DeviceMIcon.displayName = 'DeviceMIcon';