UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

21 lines (17 loc) 1.49 kB
"use strict"; exports.__esModule = true; var _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; }; var IconBase = require("../IconBase"); var FaCalendar = function FaCalendar(props) { return React.createElement( IconBase, _extends({ viewBox: "0 0 1672.2646 1896.0833" }, props), React.createElement( "g", null, React.createElement("path", { d: "m128 1664h288v-288h-288v288z m352 0h320v-288h-320v288z m-352-352h288v-320h-288v320z m352 0h320v-320h-320v320z m-352-384h288v-288h-288v288z m736 736h320v-288h-320v288z m-384-736h320v-288h-320v288z m768 736h288v-288h-288v288z m-384-352h320v-320h-320v320z m-352-864v-288q0-13-9.5-22.5t-22.5-9.5h-64q-13 0-22.5 9.5t-9.5 22.5v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5z m736 864h288v-320h-288v320z m-384-384h320v-288h-320v288z m384 0h288v-288h-288v288z m32-480v-288q0-13-9.5-22.5t-22.5-9.5h-64q-13 0-22.5 9.5t-9.5 22.5v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5z m384-64v1280q0 52-38 90t-90 38h-1408q-52 0-90-38t-38-90v-1280q0-52 38-90t90-38h128v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z" }) ) ); }; exports["default"] = FaCalendar; module.exports = exports["default"];