@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.46 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphClose = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphClose = function GYSiGlyphClose(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-close",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M2.053 10.938v-.906h.895v.906h-.895ZM1.048 9.932V7.037h.905v2.895h-.905Zm1.005-2.994v-.906h.895v.906h-.895Zm5.968 4.041V10H9v.979h-.979Zm1.016-1.038V7.037h.905v2.904h-.905Zm-1.978 0V7.037h.873v2.904h-.873ZM8 6.973v-.972h.951v.972H8Zm-3.941 3.958V6.059h.883v3.989h1.031v.884l-1.914-.001Zm10.999.016V6.042h1.9v.905h-1.04V8.1h1.061v.847H15.94v1.106h1.018v.894h-1.9Zm-3.979-.031v-.832h1.863v.832h-1.863Zm1.928-.969v-.921h.936v.921h-.936Zm-.976-.983v-.943h.932v.943h-.932Zm-.994-1.006v-.932h.926v.932h-.926Zm1.042-1.042v-.848h1.863v.848h-1.863Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphClose = GYSiGlyphClose;