@scaleflex/icons
Version:
SVG icons as React components
61 lines • 3.66 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
var _excluded = ["color", "size", "ref"];
import React from 'react';
export var Calendar = function Calendar(_ref) {
var _ref$color = _ref.color,
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
_ref$size = _ref.size,
size = _ref$size === void 0 ? 14 : _ref$size,
ref = _ref.ref,
rest = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
"data-icon-name": "Calendar",
ref: ref,
width: size,
height: size,
viewBox: "0 0 50 50",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
d: "M41.7383 5.41608H40.232V3.7726C40.232 1.6915 38.5899 0 36.5691 0C34.547 0 32.9063 1.6915 32.9063 3.7726V5.41471H29.1474V3.7726C29.1474 1.6915 27.5053 0 25.4846 0C23.4638 0 21.8217 1.6915 21.8217 3.7726V5.41471H18.0628V3.7726C18.0628 1.6915 16.4207 0 14.4 0C12.3792 0 10.7371 1.6915 10.7371 3.7726V5.41471H8.81378C5.59953 5.41471 2.9834 8.03084 2.9834 11.2451V44.1696C2.9834 47.3839 5.59953 50 8.81378 50H41.7383C44.9539 50 47.5687 47.3839 47.5687 44.1696V11.2451C47.5687 8.03221 44.9526 5.41608 41.7383 5.41608ZM34.9641 3.7726C34.9641 2.82739 35.6843 2.05778 36.5691 2.05778C37.4554 2.05778 38.1742 2.82739 38.1742 3.7726V10.4892C38.1742 11.4344 37.4554 12.204 36.5691 12.204C35.6843 12.204 34.9641 11.4344 34.9641 10.4892V3.7726ZM23.8795 3.7726C23.8795 2.82739 24.5997 2.05778 25.4846 2.05778C26.3694 2.05778 27.0896 2.82739 27.0896 3.7726V10.4892C27.0896 11.4344 26.3694 12.204 25.4846 12.204C24.5997 12.204 23.8795 11.4344 23.8795 10.4892V3.7726ZM12.7935 3.7726C12.7935 2.82739 13.5138 2.05778 14.3986 2.05778C15.2835 2.05778 16.0037 2.82739 16.0037 3.7726V10.4892C16.0037 11.4344 15.2835 12.204 14.3986 12.204C13.5138 12.204 12.7935 11.4344 12.7935 10.4892V3.7726ZM44.139 44.171C44.139 45.4948 43.0621 46.5717 41.7383 46.5717H8.81378C7.48994 46.5717 6.41304 45.4948 6.41304 44.171V13.9902H44.139V44.171Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M15.8034 20.0647H9.49971V25.6743H15.8034V20.0647Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M24.2183 20.0647H17.9132V25.6743H24.2183V20.0647Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M32.6374 20.0647H26.3337V25.6743H32.6374V20.0647Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M41.0523 20.0647H34.7473V25.6743H41.0523V20.0647Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M15.8034 27.5523H9.49971V33.1577H15.8034V27.5523Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M24.2183 27.5523H17.9132V33.1577H24.2183V27.5523Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M32.6374 27.5523H26.3337V33.1577H32.6374V27.5523Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M41.0523 27.5523H34.7473V33.1577H41.0523V27.5523Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M15.8034 35.0372H9.49971V40.6426H15.8034V35.0372Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M24.2183 35.0372H17.9132V40.6426H24.2183V35.0372Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M32.6374 35.0372H26.3337V40.6426H32.6374V35.0372Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M41.0523 35.0372H34.7473V40.6426H41.0523V35.0372Z",
fill: color
}));
};
export default Calendar;