@cleartrip/bento-icons
Version:
Icon Library for Bento Component Library
12 lines (11 loc) • 779 B
JavaScript
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import React from "react";
export function Calendar(props) {
return /*#__PURE__*/React.createElement("svg", _extends({
viewBox: "0 0 90 91"
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
fill: "currentColor",
d: "M64 17.49h7v-17h-7v17zm-45 0h7v-17h-7v17zm-9 23h70v40H10v-40zm70-30h-4.5v10h-16v-10h-29v10h-16v-10H10c-5.5 0-10 4.5-10 10v60c0 5.5 4.5 10 10 10h70c5.5 0 10-4.5 10-10v-60c0-5.5-4.5-10-10-10z"
}));
}