UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 823 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 DeviceTablet48 = (_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: "M10.5 11A2.5 2.5 0 0 1 13 8.5h22a2.5 2.5 0 0 1 2.5 2.5v26a2.5 2.5 0 0 1-2.5 2.5H13a2.5 2.5 0 0 1-2.5-2.5V11Zm3 .5V30h21V11.5h-21Zm0 25V32h21v4.5h-21ZM24 35a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" }))); }; exports.default = DeviceTablet48;