UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.22 kB
'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 FullscreenExit64 = (_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: "M46.833 8a1.5 1.5 0 1 0-3 0v10.667a1.5 1.5 0 0 0 1.5 1.5H56a1.5 1.5 0 0 0 0-3h-9.167V8ZM18.667 6.5a1.5 1.5 0 0 1 1.5 1.5v10.667a1.5 1.5 0 0 1-1.5 1.5H8a1.5 1.5 0 1 1 0-3h9.167V8a1.5 1.5 0 0 1 1.5-1.5Zm25.166 38.833a1.5 1.5 0 0 1 1.5-1.5H56a1.5 1.5 0 0 1 0 3h-9.167V56a1.5 1.5 0 1 1-3 0V45.333Zm-37.333 0a1.5 1.5 0 0 1 1.5-1.5h10.666a1.5 1.5 0 0 1 1.5 1.5V56a1.5 1.5 0 1 1-3 0v-9.166H8a1.5 1.5 0 0 1-1.5-1.5Zm18.833-21.5a1.5 1.5 0 0 0-1.5 1.5v13.334a1.5 1.5 0 0 0 1.5 1.5h13.334a1.5 1.5 0 0 0 1.5-1.5V25.333a1.5 1.5 0 0 0-1.5-1.5H25.333Zm1.5 13.334V26.833h10.334v10.334H26.833Z" }))); }; exports.default = FullscreenExit64;