@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.38 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphDocumentCopy = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphDocumentCopy = function GYSiGlyphDocumentCopy(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-copy",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10.02.062H5.026V13h10.991V2.991h-5.995V.062ZM6.998 10.096V8.937l7.02.096v.997l-7.02.066Zm.014-2.12v-.97h7.02v.97h-7.02Zm7.005-1.945H6.96V4.938h7.056v1.093Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M11.06.062v1.844h4.752L11.06.062Zm-8.997 2V16h10.886v-2.021H3.945V2.062H2.063Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphDocumentCopy = GYSiGlyphDocumentCopy;