@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.23 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphPictureCopy = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphPictureCopy = function GYSiGlyphPictureCopy(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-picture-copy",
viewBox: "0 0 15 15"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M14.969.031H5v2.938h1V1h8.027v7.001H11v2.951h3.969V.031Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M0 4v11h10V4H0Zm8.967 8h-8V5h8v7Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphPictureCopy = GYSiGlyphPictureCopy;