@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 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 GYSiGlyphCalendarEmpty = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-calendar-empty",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M4 0h.971v1.911H4zm7 0h1v1.906h-1z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M15.976 4.959V2.456c0-.771-.606-1.398-1.354-1.398h-1.59v2.026H9.968V1.058H6.034v2.026H2.938V1.058H1.401c-.748 0-1.354.627-1.354 1.398v2.503h15.929ZM.046 6.003v8.562c0 .772.606 1.399 1.354 1.399h13.221c.748 0 1.354-.627 1.354-1.399V6.003H.046Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphCalendarEmpty };