UNPKG

598 BJavaScriptView Raw
1const React = require("react");
2
3function NewspaperIcon(props) {
4 return /*#__PURE__*/React.createElement("svg", Object.assign({
5 xmlns: "http://www.w3.org/2000/svg",
6 viewBox: "0 0 20 20",
7 fill: "currentColor",
8 "aria-hidden": "true"
9 }, props), /*#__PURE__*/React.createElement("path", {
10 fillRule: "evenodd",
11 d: "M2 5a2 2 0 012-2h8a2 2 0 012 2v10a2 2 0 002 2H4a2 2 0 01-2-2V5zm3 1h6v4H5V6zm6 6H5v2h6v-2z",
12 clipRule: "evenodd"
13 }), /*#__PURE__*/React.createElement("path", {
14 d: "M15 7h1a2 2 0 012 2v5.5a1.5 1.5 0 01-3 0V7z"
15 }));
16}
17
18module.exports = NewspaperIcon;
\No newline at end of file