@icongo/li
Version:
LibreICONS Icons
14 lines • 1.08 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiCalendarPlus = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M11.969 4.75H2.03a.282.282 0 0 1-.281-.281v-.844c0-.621.504-1.125 1.125-1.125H4V1.281C4 1.127 4.127 1 4.281 1h.938c.154 0 .281.127.281.281V2.5h3V1.281c0-.154.127-.281.281-.281h.938c.154 0 .281.127.281.281V2.5h1.125c.621 0 1.125.504 1.125 1.125v.844a.282.282 0 0 1-.281.281ZM2.03 5.5h9.938c.154 0 .281.127.281.281v6.094c0 .621-.504 1.125-1.125 1.125h-8.25a1.125 1.125 0 0 1-1.125-1.125V5.781c0-.154.127-.281.281-.281Zm7.406 3.281a.282.282 0 0 0-.28-.281H7.75V7.094a.282.282 0 0 0-.281-.282H6.53a.282.282 0 0 0-.281.282V8.5H4.844a.282.282 0 0 0-.282.281v.938c0 .154.127.281.282.281H6.25v1.406c0 .155.127.281.281.281h.938a.282.282 0 0 0 .281-.28V10h1.406a.282.282 0 0 0 .281-.281V8.78z"
})
}));
export { LIGuiCalendarPlus };