@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 955 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphDocumentCopy = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_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__*/_jsx("path", {
d: "M11.06.062v1.844h4.752L11.06.062Zm-8.997 2V16h10.886v-2.021H3.945V2.062H2.063Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphDocumentCopy };