UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 775 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var DevicesMIcon = 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: "M15 10a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1zm1.5 8.5v-8h.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5h.5v8z", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", d: "M5 6.5h14a.5.5 0 0 1 .5.5v.5H21V7a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v10.085A1.5 1.5 0 0 0 3.5 20h10v-3h-9V7a.5.5 0 0 1 .5-.5" }))); }); DevicesMIcon.displayName = 'DevicesMIcon';