UNPKG

@icongo/gy

Version:
31 lines (30 loc) 1.33 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphDocumentPlus = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphDocumentPlus = function GYSiGlyphDocumentPlus(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-plus", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M9.927.062 4.073.114l-.021 9.833 1.969.015v2.017H8v3.083H6.062V16h9.907V6.012H9.927V.062Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M11 0v4.969h5L11 0ZM6.979 13H4.992v-2h-.963v2H2.021v.986h2.008v2.008h.963v-2.008h1.987V13Z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphDocumentPlus = GYSiGlyphDocumentPlus;