UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 929 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js'); var index = require('../../node_modules/react/index.js'); const DeviceLaptop48 = (_a) => { var { fill, size = '3rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]); return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M11.5 29.5h25v-18h-25v18Zm28 0V11A2.5 2.5 0 0 0 37 8.5H11A2.5 2.5 0 0 0 8.5 11v18.5H6A1.5 1.5 0 0 0 4.5 31v4a5.5 5.5 0 0 0 5.5 5.5h28a5.5 5.5 0 0 0 5.5-5.5v-4a1.5 1.5 0 0 0-1.5-1.5h-2.5Zm1 3h-33V35a2.5 2.5 0 0 0 2.5 2.5h28a2.5 2.5 0 0 0 2.5-2.5v-2.5ZM21 14a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2h-6Z" }))); }; exports.default = DeviceLaptop48;