@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.49 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphDocumentDoc = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphDocumentDoc = function GYSiGlyphDocumentDoc(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-doc",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10.031.031v3.938h3.871L10.031.031ZM4 9h.965v1.989H4zm4 0h.953v1.953H8z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.938 5.092V.069H2.042v15.869h11.896V5.092h-5Zm-3.905 5.939v1.009H2.982V7.973l2.064.01v.971h.984l.016 2.078H5.033v-.001Zm4.979.016h-.996v.984H7.969v-.984h-.994V8.985h.994V7.969h1.047v1.016h.996v2.062Zm3.004-2.031h-1v1.969h1V12h-1.062v-.976h-.984V8.957h.984v-.986h1.062v1.045Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphDocumentDoc = GYSiGlyphDocumentDoc;