@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.13 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 Newspaper48 = (_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: "M13.5 6A1.5 1.5 0 0 1 15 4.5h27A1.5 1.5 0 0 1 43.5 6v32a5.5 5.5 0 0 1-5.5 5.5H10.5a6 6 0 0 1-6-6v-12A1.5 1.5 0 0 1 6 24h7.5V6Zm-6 31.5a3 3 0 1 0 6 0V27h-6v10.5Zm9 0a5.972 5.972 0 0 1-.803 3H38a2.5 2.5 0 0 0 2.5-2.5V7.5h-24v30Zm2.75-26.25a1 1 0 0 1 1-1h16.5a1 1 0 0 1 1 1v7.5a1 1 0 0 1-1 1h-16.5a1 1 0 0 1-1-1v-7.5Zm2 1v5.5h14.5v-5.5h-14.5Zm-2 12.5a1 1 0 0 1 1-1H36a1 1 0 1 1 0 2H20.25a1 1 0 0 1-1-1Zm1 4.25a1 1 0 1 0 0 2H36a1 1 0 1 0 0-2H20.25Zm8.25 7.25h-8.25a1 1 0 1 1 0-2h8.25a1 1 0 1 1 0 2Z" })));
};
exports.default = Newspaper48;