@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.09 kB
JavaScript
;
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 Fullscreen48 = (_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: "M4.5 6A1.5 1.5 0 0 1 6 4.5h8a1.5 1.5 0 0 1 0 3H7.5V14a1.5 1.5 0 0 1-3 0V6Zm36 28a1.5 1.5 0 0 1 3 0v8a1.5 1.5 0 0 1-1.5 1.5h-8a1.5 1.5 0 0 1 0-3h6.5V34ZM34 4.5a1.5 1.5 0 0 0 0 3h6.5V14a1.5 1.5 0 0 0 3 0V6A1.5 1.5 0 0 0 42 4.5h-8Zm-28 28A1.5 1.5 0 0 1 7.5 34v6.5H14a1.5 1.5 0 0 1 0 3H6A1.5 1.5 0 0 1 4.5 42v-8A1.5 1.5 0 0 1 6 32.5Zm8-20a1.5 1.5 0 0 0-1.5 1.5v20a1.5 1.5 0 0 0 1.5 1.5h20a1.5 1.5 0 0 0 1.5-1.5V14a1.5 1.5 0 0 0-1.5-1.5H14Zm1.5 20v-17h17v17h-17Z" })));
};
exports.default = Fullscreen48;