@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 831 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var DeviceMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.644 2.875c.4-.4.944-.625 1.51-.625h9.692a2.135 2.135 0 0 1 2.135 2.135v15.23a2.135 2.135 0 0 1-2.135 2.135H7.154a2.135 2.135 0 0 1-2.135-2.135V4.385c0-.567.225-1.11.625-1.51m1.51.875a.635.635 0 0 0-.635.635v15.23a.635.635 0 0 0 .635.635h9.692a.635.635 0 0 0 .635-.635V4.385a.635.635 0 0 0-.635-.635zm4.07 2.283a1.096 1.096 0 1 1 1.55 1.55 1.096 1.096 0 0 1-1.55-1.55", clipRule: "evenodd" }))); });
DeviceMIcon.displayName = 'DeviceMIcon';