UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 973 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var DevicesMIcon = 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: "M15 10C15 9.44771 15.4477 9 16 9H21C21.5523 9 22 9.44772 22 10V19C22 19.5523 21.5523 20 21 20H16C15.4477 20 15 19.5523 15 19V10ZM16.5 18.5V10.5H17C17 10.7761 17.2239 11 17.5 11H19.5C19.7761 11 20 10.7761 20 10.5H20.5V18.5H16.5Z", fill: "currentColor" }), React.createElement("path", { d: "M5 6.5H19C19.2761 6.5 19.5 6.72386 19.5 7V7.5H21V7C21 5.89543 20.1046 5 19 5H5C3.89543 5 3 5.89543 3 7V17.0854C2.4174 17.2913 2 17.8469 2 18.5C2 19.3284 2.67157 20 3.5 20H13.5V17H4.5V7C4.5 6.72386 4.72386 6.5 5 6.5Z", fill: "currentColor" }))); }); DevicesMIcon.displayName = 'DevicesMIcon';