UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 966 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 DeviceTablet20 = (_a) => { var { fill, size = '1.25rem' } = _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 20 20" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M4.25 5.167c0-.967.784-1.75 1.75-1.75h8c.966 0 1.75.783 1.75 1.75v9.666a1.75 1.75 0 0 1-1.75 1.75H6a1.75 1.75 0 0 1-1.75-1.75V5.167ZM6 4.917a.25.25 0 0 0-.25.25v7.25h8.5v-7.25a.25.25 0 0 0-.25-.25H6Zm-.25 9.916v-1.417h8.5v1.417a.25.25 0 0 1-.25.25H6a.25.25 0 0 1-.25-.25Zm4.25-.25a.417.417 0 1 0 0-.833.417.417 0 0 0 0 .833Z" }))); }; exports.default = DeviceTablet20;