@icongo/gy
Version:
Glyph Iconset Icons
26 lines • 1.01 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 GYSiGlyphDocumentChecked = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-document-checked",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M9.024.016v3.979h4.947L9.024.016Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M8 5.062V0H2.008v12.745l.436.437 2.135-2.136 2.109 2.105-2.801 2.802H14V5l-6 .062Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "m4.58 12.46-2.136 2.136-1.399-1.4-.693.693 2.092 2.092 2.829-2.829-.693-.692Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphDocumentChecked };