UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.07 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DevicesSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.DevicesSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.517 3.94v.698h1.71V3.94c0-1.06-.803-1.941-1.82-1.941H2.593c-1.017 0-1.82.881-1.82 1.94v8.18A1.54 1.54 0 0 0 0 13.474C0 14.304.63 15 1.434 15h8v-3.052H2.483V3.94c0-.086.061-.132.11-.132h10.814c.049 0 .11.046.11.132M11.09 5.317c-.591 0-1.049.51-1.049 1.112v7.46c0 .602.458 1.112 1.049 1.112h3.862c.59 0 1.048-.51 1.048-1.112v-7.46c0-.602-.457-1.112-1.048-1.112zm.662 1.987v5.888h2.538V7.303a.64.64 0 0 1-.497.236h-1.545a.64.64 0 0 1-.496-.236", clipRule: "evenodd" }))); }); exports.DevicesSIcon.displayName = 'DevicesSIcon';