@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 Newspaper64 = (_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: "M18.5 8A1.5 1.5 0 0 1 20 6.5h36A1.5 1.5 0 0 1 57.5 8v44a5.5 5.5 0 0 1-5.5 5.5H14A7.5 7.5 0 0 1 6.5 50V34A1.5 1.5 0 0 1 8 32.5h10.5V8Zm-9 42a4.5 4.5 0 1 0 9 0V35.5h-9V50Zm12 0a7.466 7.466 0 0 1-1.5 4.5h32a2.5 2.5 0 0 0 2.5-2.5V9.5h-33V50ZM26 15a1 1 0 0 1 1-1h22a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H27a1 1 0 0 1-1-1V15Zm2 1v8h20v-8H28Zm-2 17a1 1 0 0 1 1-1h21a1 1 0 1 1 0 2H27a1 1 0 0 1-1-1Zm1 6a1 1 0 1 0 0 2h21a1 1 0 1 0 0-2H27Zm11 9H27a1 1 0 1 1 0-2h11a1 1 0 1 1 0 2Z" })));
};
exports.default = Newspaper64;