UNPKG

@cimpress/react-components

Version:
19 lines 1.47 kB
var __rest = (this && this.__rest) || function (s, e) { var t = {}; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; } return t; }; import React from 'react'; export const Calendar = (_a) => { var { width = 16 } = _a, rest = __rest(_a, ["width"]); return (React.createElement("svg", Object.assign({ width: `${width}px`, height: `${width}px`, viewBox: "0 0 16 16", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" }, rest), React.createElement("g", null, React.createElement("path", { d: "M14.2,2.3h-0.6V1.9c0-1.1-0.9-1.9-1.9-1.9c-1.1,0-1.9,0.9-1.9,1.9v0.3H6.3V1.9C6.3,0.9,5.4,0,4.4,0C3.3,0,2.4,0.9,2.4,1.9\n v0.3H1.8C0.8,2.3,0,3.1,0,4.1v10.1c0,1,0.8,1.8,1.8,1.8h12.4c1,0,1.8-0.8,1.8-1.8V4.1C16,3.1,15.2,2.3,14.2,2.3z M10.9,1.9\n c0-0.4,0.4-0.8,0.8-0.8c0.4,0,0.8,0.4,0.8,0.8v1.5h-1.6V1.9z M3.6,1.9c0-0.4,0.4-0.8,0.8-0.8c0.4,0,0.8,0.4,0.8,0.8v1.5H3.6V1.9z\n M14.9,14.2c0,0.4-0.3,0.7-0.7,0.7H1.8c-0.4,0-0.7-0.3-0.7-0.7V6.4c0-0.2,0.2-0.4,0.4-0.4h13c0.2,0,0.4,0.2,0.4,0.4V14.2z" })))); }; //# sourceMappingURL=Calendar.js.map