styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
17 lines (16 loc) • 1.42 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.Calendar = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 50 50" }, props, { ref: ref }),
React.createElement("path", { d: "M37 38H13c-1.7 0-3-1.3-3-3V13c0-1.7 1.1-3 2.5-3H14v2h-1.5c-.2 0-.5.4-.5 1v22c0 .6.4 1 1 1h24c.6 0 1-.4 1-1V13c0-.6-.3-1-.5-1H36v-2h1.5c1.4 0 2.5 1.3 2.5 3v22c0 1.7-1.3 3-3 3z", key: "k0" }),
React.createElement("path", { d: "M17 14c-.6 0-1-.4-1-1V9c0-.6.4-1 1-1s1 .4 1 1v4c0 .6-.4 1-1 1zM33 14c-.6 0-1-.4-1-1V9c0-.6.4-1 1-1s1 .4 1 1v4c0 .6-.4 1-1 1zM20 10h10v2H20zM12 16h26v2H12zM34 20h2v2h-2zM30 20h2v2h-2zM26 20h2v2h-2zM22 20h2v2h-2zM18 20h2v2h-2zM34 24h2v2h-2zM30 24h2v2h-2zM26 24h2v2h-2zM22 24h2v2h-2zM18 24h2v2h-2zM14 24h2v2h-2zM34 28h2v2h-2zM30 28h2v2h-2zM26 28h2v2h-2zM22 28h2v2h-2zM18 28h2v2h-2zM14 28h2v2h-2zM30 32h2v2h-2zM26 32h2v2h-2zM22 32h2v2h-2zM18 32h2v2h-2zM14 32h2v2h-2z", key: "k1" })));
});
exports.Calendar.displayName = 'Calendar';
exports.CalendarDimensions = { height: 24, width: 24 };
;