@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 791 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphNewspaper = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-newspaper",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M4.031 2.046v9.788c0 .386-1.062.389-1.062.016V6.063H1.022v6.918c-.004.104.031.991.979.991l14-.012s.973-.049.973-.96V2l-12.943.046Zm4.011 8.016h-2.07V6.937h2.07v3.125ZM15 8H9V6.958h6V8Zm0 2.083H8.981V8.939l6.019.02v1.124Zm0 1.955H5.987v-1.08H15v1.08Zm0-5.997H6V3.937h9v2.104Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphNewspaper };