@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 1.47 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphDocumentChecked = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphDocumentChecked = function GYSiGlyphDocumentChecked(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-document-checked",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9.024.016v3.979h4.947L9.024.016Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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"
})]
})
}));
};
exports.GYSiGlyphDocumentChecked = GYSiGlyphDocumentChecked;