@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.42 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphClipboard = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphClipboard = function GYSiGlyphClipboard(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-clipboard",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M11.002 1.016v.937h3.014v13.089H2.971V1.953h2.982v-.906H2V16h13V1.016h-3.998Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9.95 1.5C9.95.672 9.298 0 8.491 0c-.808 0-1.46.672-1.46 1.5 0 .176.035.343.09.5h-.057v1h2.873V2h-.076c.054-.157.089-.324.089-.5Zm-1.981.516V.959h1.047v1.057H7.969ZM11.031 3v1.016H5.969V3h-1.94v11h8.951V3h-1.949Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphClipboard = GYSiGlyphClipboard;