@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.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 GYSiGlyphClipboardChecked = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-clipboard-checked",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M12.002 1.016v.937h3.014v13.089H3.971V1.953h2.982v-.906H3V16h13V1.016h-3.998Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M10.95 1.5c0-.828-.652-1.5-1.459-1.5-.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.057H8.969Zm3.062 2H6.969V3H5.03v11h8.951V3h-1.95v1.016ZM7.453 8.127l.762-.762 1.414 1.414 2.088-2.09.811.811-2.851 2.852-2.224-2.225Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphClipboardChecked };