@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.47 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphDocumentPdf = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphDocumentPdf = function GYSiGlyphDocumentPdf(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-document-pdf",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.964 0H2.016v15.958h11.942V5.033H8.964V0ZM6.047 10.036H5.029v.985h-.998v1.025H2.969V7.954l2.061.014v.984h1.018v1.084h-.001Zm4.906-2.083h2.078v1.078H12.02v.922h1.011v1.061H12.02v1.018h-1.067V7.953Zm-1.92.018v.998h.973L10.02 11H9.016v1.016H6.969V7.961l2.064.01Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10.025.021v3.967h3.954L10.025.021ZM4 9h.973v.961H4zm4 0h.969v1.983H8z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphDocumentPdf = GYSiGlyphDocumentPdf;