UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 874 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 DeviceTablet64 = (_a) => { var { fill, size = '4rem' } = _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 64 64" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M14.5 14.334a2.5 2.5 0 0 1 2.5-2.5h30a2.5 2.5 0 0 1 2.5 2.5v35.333a2.5 2.5 0 0 1-2.5 2.5H17a2.5 2.5 0 0 1-2.5-2.5V14.333Zm3 .5v25.5h29v-25.5h-29Zm0 34.333v-6.834h29v6.834h-29Zm14.5-2.5A1.333 1.333 0 1 0 32 44a1.333 1.333 0 0 0 0 2.667Z" }))); }; exports.default = DeviceTablet64;