@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.06 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 Newspaper32 = (_a) => {
var { fill, size = '2rem' } = _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 32 32" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M9 4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v20a5 5 0 0 1-5 5H7a4 4 0 0 1-4-4v-8a1 1 0 0 1 1-1h5V4ZM5 25a2 2 0 1 0 4 0v-7H5v7Zm6 0c0 .729-.195 1.412-.535 2H24a3 3 0 0 0 3-3V5H11v20Zm2-17.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-5Zm1 .5v4h10V8H14Zm-1 8.5a.5.5 0 0 1 .5-.5H24a.5.5 0 0 1 0 1H13.5a.5.5 0 0 1-.5-.5Zm.5 3a.5.5 0 0 0 0 1H24a.5.5 0 0 0 0-1H13.5ZM19 24h-5.5a.5.5 0 0 1 0-1H19a.5.5 0 0 1 0 1Z" })));
};
exports.default = Newspaper32;