@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.43 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiCalendarCheck = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiCalendarCheck = function LIGuiCalendarCheck(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M11.969 4.75H2.03a.281.281 0 0 1-.281-.281v-.844c0-.621.504-1.125 1.125-1.125H4V1.281C4 1.126 4.126 1 4.281 1h.938c.155 0 .281.126.281.281V2.5h3V1.281c0-.155.126-.281.281-.281h.938c.155 0 .281.126.281.281V2.5h1.125c.621 0 1.125.504 1.125 1.125v.844a.281.281 0 0 1-.281.281ZM2.03 5.5h9.938c.155 0 .281.126.281.281v6.094c0 .621-.504 1.125-1.125 1.125h-8.25a1.125 1.125 0 0 1-1.125-1.125V5.781c0-.155.126-.281.281-.281Zm7.812 2.249-.66-.666a.282.282 0 0 0-.398-.002L6.3 9.546 5.222 8.46a.282.282 0 0 0-.398-.002l-.665.66a.281.281 0 0 0-.002.398l1.936 1.952c.11.11.288.11.398.002l3.35-3.324a.281.281 0 0 0 .002-.398z"
})
}));
};
exports.LIGuiCalendarCheck = LIGuiCalendarCheck;