@icongo/gy
Version:
Glyph Iconset Icons
35 lines (34 loc) • 1.92 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCalendar3 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCalendar3 = function GYSiGlyphCalendar3(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-calendar-3",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "none",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15 3.902H3c-1.027 0-1 .031-1 1.098v9c0 1.067-.027 1 1 1h12c1.027 0 1 .067 1-1V5c0-1.066.027-1.098-1-1.098ZM13.957 12H12v1.998h-.959V12H6.937v2h-.9v-2H4v-.952h2.037V9H4.029v-.929h2.008V6.065h.9v2.006h4.104V6.067H12v2.004h1.953V9H12v2.048h1.957V12Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
d: "M12 9h1.953v-.929H12V6.067h-.959v2.004H6.937V6.065h-.9v2.006H4.029V9h2.008v2.048H4V12h2.037v2h.9v-2h4.104v1.998H12V12h1.957v-.952H12V9Zm-.975 2.048H6.968V9h4.057v2.048Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
d: "M14.77 1.051H13V2h-1v-.949H6V2H5v-.949H3.23C1.998 1.051 1 2.061 1 3.306v10.322c0 1.244.998 2.255 2.23 2.255h11.539c1.232 0 2.23-1.011 2.23-2.255V3.306c.001-1.245-.997-2.255-2.229-2.255ZM16 14c0 1.067.027 1-1 1H3c-1.027 0-1 .067-1-1V5h14v9ZM5 0h.979v1H5zm7 0h1v1h-1z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphCalendar3 = GYSiGlyphCalendar3;