@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1 kB
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 GYSiGlyphClipboard = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M11.002 1.016v.937h3.014v13.089H2.971V1.953h2.982v-.906H2V16h13V1.016h-3.998Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_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"
})]
})
}));
export { GYSiGlyphClipboard };