@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 807 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 GYSiGlyphPictureCopy = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-picture-copy",
viewBox: "0 0 15 15"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M14.969.031H5v2.938h1V1h8.027v7.001H11v2.951h3.969V.031Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M0 4v11h10V4H0Zm8.967 8h-8V5h8v7Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphPictureCopy };