UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 948 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DevicesMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.DevicesMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.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_1.default.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" }))); }); exports.DevicesMIcon.displayName = 'DevicesMIcon';